aboutsummaryrefslogtreecommitdiff
path: root/readline/readline.c
AgeCommit message (Collapse)AuthorFilesLines
1992-11-04* readline.c: Cast many uses of alloca to (char *) to make brain-Stu Grossman1-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 *) toStu Grossman1-1/+1
avoid warning.
1992-09-25* readline.c (clear_to_eol, rl_generic_bind): Make static.Stu Grossman1-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 Grossman1-2/+2
1992-06-11#undef PC, which Solaris2 defines in sys/types.h, clobbering theJohn Gilmore1-0/+5
termcap global variable PC.
1992-06-09 * readline.h (rl_completer_quote_characters): Add declaration.Fred Fish1-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 supportSteve Chamberlain1-1/+112
DOS
1992-02-21* readline.c (rl_read_init_file): Make sure that null filename isStu Grossman1-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 VLNEXTFred Fish1-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-19Change SYSV to USG to match current usage in source. Add USGr4 to listFred Fish1-1/+1
of defines to check for to use <dirent.h> style directory access.
1991-11-19* readline.c (filename_completion_function): use struct direntStu Grossman1-1/+1
instead of struct direct.
1991-11-19Integrate new readline from Brian Fox.Stu Grossman1-602/+1418
1991-11-12Mon Nov 11 20:50:29 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain1-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 Gilmore1-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-28Initial revisionK. Richard Pixley1-0/+5641