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-11-01 01:01:34 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
295f9018008e1bbb5922eceb00e1e8a0cbbc7781
editline
/
src
History
Joachim Nilsson
295f901800
Remove generated files from autoconf et al, run ./autogen.sh instead.
...
Signed-off-by: Joachim Nilsson <
troglobit@gmail.com
>
2015-09-10 10:58:09 +02:00
..
complete.c
Fix suspicious use of sizeof(char **), same as sizeof(char *) but not portable.
2014-11-04 23:42:39 +01:00
editline.c
Include <sys/ioctl.h> before calling
ioctl()
for Clang on OX X
2015-09-08 08:23:59 +02:00
editline.h
Refactor tty_info() to make rl_reset_terminal() useful.
2010-08-05 15:14:06 +02:00
Makefile.am
Always build complete.c now that we have changed completion handling.
2010-08-02 16:02:59 +02:00
os9.h
ANSI-fication and minor cleanup of old OS-9 files.
2010-08-03 00:26:06 +02:00
sysos9.c
ANSI-fication and minor cleanup of old OS-9 files.
2010-08-03 00:26:06 +02:00
sysunix.c
src/sysunix.c: Restart syscalls on spurious EINTR
2014-09-14 03:44:24 +02:00
unix.h
Remove obsolete checks, all current systems today have dirent.h
2010-07-18 03:37:23 +02:00