This website requires JavaScript.
Explore
Help
Sign In
zhangyiss
/
editline
Watch
1
Star
0
Fork
0
You've already forked editline
mirror of
https://github.com/troglobit/editline.git
synced
2025-09-18 19:10:09 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0d9ce0ce064d3aacf551fea8da7231f4c1056a99
editline
/
src
History
Joachim Nilsson
0d9ce0ce06
Refactor of variable names, for improved readline compat.
2010-07-25 22:14:14 +02:00
..
complete.c
Remove unused CHAR type and replace SIZE_T with size_t, we check for that.
2010-07-24 03:12:45 +02:00
editline.c
Refactor of variable names, for improved readline compat.
2010-07-25 22:14:14 +02:00
editline.h
Remove unused CHAR type and replace SIZE_T with size_t, we check for that.
2010-07-24 03:12:45 +02:00
Makefile.am
Fix recently broken --enable-default-complete and simplify configure script.
2010-07-18 02:30:30 +02:00
Makefile.in
Add configurable support for using termcap library for terminal size.
2010-07-18 18:57:07 +02:00
sysunix.c
Move strdup() fallback implementation to platform code.
2010-07-24 02:02:56 +02:00
unix.h
Remove obsolete checks, all current systems today have dirent.h
2010-07-18 03:37:23 +02:00