aboutsummaryrefslogtreecommitdiff
path: root/readline/sysdep-norm.h
AgeCommit message (Collapse)AuthorFilesLines
1992-11-04* readline.c: Cast many uses of alloca to (char *) to make brain-Stu Grossman1-0/+6
damaged compilers happy. * sysdep-norm.h: Remove some crud, install dire warning.
1992-06-24 * sysdep-norm.h (alloca): Protect against previous definition asFred Fish1-0/+2
a macro with arguments.
1992-02-18 * readline.c (readline_default_bindings): Only make use of VLNEXTFred Fish1-0/+6
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-22<sys/types.h> is required for <dirent.h>. Improve Sun alloca.John Gilmore1-2/+3
1991-11-21Fixup dirent<->direct stuff.Stu Grossman1-0/+10
1991-11-09Initial revisionJohn Gilmore1-0/+11