aboutsummaryrefslogtreecommitdiff
path: root/readline/rldefs.h
AgeCommit message (Collapse)AuthorFilesLines
1996-08-11 * rldefs.h: If __osf__is defined, include <termio.h> instead ofFred Fish1-3/+4
<sgtty.h>.
1996-08-09 * bind.c complete.c history.c readline.c: Don't include sys/file.h.Stu Grossman1-11/+6
* complete.c display.c parens.c readline.c rldefs.h rltty.c signals.c tilde.c: Change refs to _MSC_VER and __WIN32__ to _WIN32. * signals.c (rl_signal_handler): Ifdef out kill if _WIN32. * sysdep-norm.h: Ifdef out include of dirent.h if _WIN32. Include malloc.h if _WIN32.
1996-07-18Fix warning generated under AIX 4.1.4Michael Meissner1-1/+42
1994-02-15 * readline.c (_rl_output_character_function), display.c:Per Bothner1-17/+4
Return int, not void, to conform with the expected arg of tputs. * readline.c (init_terminal_io): tgetflag only takes 1 arg. * readline.c (_rl_savestring): New function. * chardefs.h: To avoid conflicts and/or warnings, define savestring as a macro wrapper for _rl_savestring. * display.c (extern term_xn): It's an int flag, not a string. * charsdefs.h, rldefs.h: Remove HAVE_STRING_H-related junk.
1994-01-16 Merge in changes from bash-1.13. The most obvious one isPer Bothner1-0/+250
that the file readline.c has been split into multiple files. * bind.c, complete.c, dispay.c, isearch.c, parens.c, rldefs.h, rltty.c, search.c signals.c, tilde.c, tilde.h, xmalloc.c: New files.