Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-11-04 | * readline.c: Cast many uses of alloca to (char *) to make brain- | Stu Grossman | 1 | -12/+11 | |
damaged compilers happy. * sysdep-norm.h: Remove some crud, install dire warning. | |||||
1992-09-30 | * readline.c (rl_complete_internal): Cast alloca to (char *) to | Stu Grossman | 1 | -1/+1 | |
avoid warning. | |||||
1992-09-25 | * readline.c (clear_to_eol, rl_generic_bind): Make static. | Stu Grossman | 1 | -76/+87 | |
(rl_digit_loop): Add arg to call to rl_message(). * vi_mode.c (rl_vi_first_print): Add arg to call to rl_back_to_indent(). | |||||
1992-06-14 | * readline.c (insert_some_chars): Return void. | Stu Grossman | 1 | -2/+2 | |
1992-06-11 | #undef PC, which Solaris2 defines in sys/types.h, clobbering the | John Gilmore | 1 | -0/+5 | |
termcap global variable PC. | |||||
1992-06-09 | * readline.h (rl_completer_quote_characters): Add declaration. | Fred Fish | 1 | -12/+117 | |
* readline.c (rl_completer_quote_characters): Add global var. * readline.c (strpbrk): Add prototype and function. * readline.c (rl_complete_internal): Add code to handle expansion of quoted strings. | |||||
1992-02-21 | * readline.c, examples/fileman.c: patches from DJ to support | Steve Chamberlain | 1 | -1/+112 | |
DOS | |||||
1992-02-21 | * readline.c (rl_read_init_file): Make sure that null filename is | Stu Grossman | 1 | -0/+3 | |
not passed to open() or else we end up opening the directory, and read a bunch of garbage into keymap[]. | |||||
1992-02-18 | * readline.c (readline_default_bindings): Only make use of VLNEXT | Fred Fish | 1 | -53/+19 | |
when both VLNEXT and TERMIOS_TTY_DRIVER is defined. On SVR4 <termio.h> includes <termios.h>, so VLNEXT is always defined. * sysdep-norm.h (_POSIX_VERSION): Define this for all SVR4 systems so that <termios.h> gets used, instead of <termio.h>. | |||||
1991-11-19 | Change SYSV to USG to match current usage in source. Add USGr4 to list | Fred Fish | 1 | -1/+1 | |
of defines to check for to use <dirent.h> style directory access. | |||||
1991-11-19 | * readline.c (filename_completion_function): use struct dirent | Stu Grossman | 1 | -1/+1 | |
instead of struct direct. | |||||
1991-11-19 | Integrate new readline from Brian Fox. | Stu Grossman | 1 | -602/+1418 | |
1991-11-12 | Mon Nov 11 20:50:29 1991 Steve Chamberlain (sac at cygnus.com) | Steve Chamberlain | 1 | -7/+7 | |
* Makefile.in: Use the MINUS_G no-debug convention * readline.c: (many_places) move all the declarations of rindex to only one place, to reduce the number of warnings it makes. | |||||
1991-11-09 | * configure.in: Make a link for sysdep.h. Specify commontargets. | John Gilmore | 1 | -10/+3 | |
* sysdep-norm.h: The usual alloca declarations. * sysdep-aix.h: What AIX 3.1 on RS/6000 needs for alloca. * history.c, readline.c: Use sysdep.h. | |||||
1991-03-28 | Initial revision | K. Richard Pixley | 1 | -0/+5641 | |