aboutsummaryrefslogtreecommitdiff
path: root/readline/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1992-12-15Tue Dec 15 12:38:16 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+6
* configure.in (i[34]86-*-sco3.2v4*): use mh-sco4. * config/mh-sco4: New file, like mh-sco but without defining _POSIX_SOURCE.
1992-11-12* configure.in: Reformat to one-case-per-line.John Gilmore1-0/+5
Handle SunOS 3.5, as per Karl Berry, <karl@claude.cs.umb.edu>.
1992-11-05Undo last change. Read diffs backwards!Stu Grossman1-2/+0
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-10-22* configure.in: Make SCO work again...Stu Grossman1-0/+4
1992-10-12Mon Oct 12 15:04:07 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+5
* readline.c (init_terminal_io): if tgetent returns 0, the terminal type is unknown.
1992-10-02use canonical tripleDavid D. Zuhn1-0/+4
1992-09-30* readline.c (rl_complete_internal): Cast alloca to (char *) toStu Grossman1-0/+5
avoid warning.
1992-09-25* readline.c (clear_to_eol, rl_generic_bind): Make static.Stu Grossman1-0/+7
(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-08-19Brought forward from p3:Ian Lance Taylor1-0/+5
Wed Aug 19 14:59:07 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories, use full
1992-08-12* readline.c (last_readline_init_file): Fix typo made by SteveJohn Gilmore1-0/+6
Chamberlain/DJ Delorie. Proper control file name is ~/.inputrc, not ~/inputrc.
1992-06-25* configure.in: Make bsd based systems use sysdep-obsd.h.Stu Grossman1-0/+4
1992-06-24 * configure.in: Use mh-posix for Linux (free Unix clone).Per Bothner1-0/+5
1992-06-24 * sysdep-norm.h (alloca): Protect against previous definition asFred Fish1-0/+5
a macro with arguments.
1992-06-19* sysdep-obsd.h: #include <sys/types.h> to make this more Kosher.Stu Grossman1-0/+4
1992-06-19Fri Jun 19 12:53:28 1992 John Gilmore (gnu at cygnus.com)John Gilmore1-1/+9
* config/mh-apollo68v, mh-sco, mh-sysv, mh-sysv4}: RANLIB=true. Mon Jun 15 13:50:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * configure.in: use mh-sysv4 on solaris2
1992-06-15 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,Fred Fish1-0/+6
it is broken on ncr 3000's. * config/mh-ncr3000 (RANLIB): Use RANLIB=true.
1992-06-15* readline.c: Make new SIGNALS_* macros to parameterize theJohn Gilmore1-0/+8
ugly changes in signal blocking macro. Use them throughout, reducing #ifdef HAVE_POSIX_SIGNALS and HAVE_BSD_SIGNALS clutter significantly. Make all such places use POSIX if available, to avoid losing with poor `sigsetmask' emulation from libiberty.
1992-06-14* readline.c (insert_some_chars): Return void.Stu Grossman1-0/+4
1992-06-11#undef PC, which Solaris2 defines in sys/types.h, clobbering theJohn Gilmore1-0/+5
termcap global variable PC.
1992-06-10 * config/{mh-ncr3000, mh-sysv4}: Change INSTALL to useFred Fish1-0/+5
/usr/ucb/install.
1992-06-09 * readline.h (rl_completer_quote_characters): Add declaration.Fred Fish1-0/+8
* 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-05-20* readline.c: Can't initialize FILE *'s with stdin and stdout,John Gilmore1-0/+6
because they might not be constant. Patch from Tom Quinn, trq@dinoysos.thphys.ox.ac.uk.
1992-04-29* readline.h: Declare rl_event_hook (which already existed).John Gilmore1-0/+5
Suggested by Christoph Tietz <tietz@zi.gmd.dbp.de>.
1992-04-23remove subdirs lineK. Richard Pixley1-0/+5
1992-04-21rework CFLAGS so that they can be set from the command line to makeK. Richard Pixley1-0/+5
1992-04-11Recognize new ncr3000 config.Fred Fish1-0/+5
1992-03-25* history.c (stifle_history): Negative arg treated as zero.John Gilmore1-0/+4
1992-03-25INSTALL_PROG -> INSTALLK. Richard Pixley1-0/+4
1992-03-25Install some bug fixes from Brian Fox.John Gilmore1-0/+8
1992-03-08This is the second batch of makefile changes. Libg++ makefiles wereK. Richard Pixley1-0/+14
checked in earlier. These are Makefiles relevant to the progressive release currently in progress. * added exec_prefix * default bindir now exec_prefix/bin * default libdir now exec_prefix/lib * default mandir now prefix/man * default infodir now prefix/info * added oldincludedir, default NULL * remove all traces of the old -subdirs and -namesubdir support, including code, for loops, and all subdir/unsubdir stuff. * remove old style staging targets {de-}stage[1234], comparison, bootstrapN, from all but the bootstrappable tools. * added check targets. * removed any "Last Mod" lines. * forced copyrights to '92 and shifted some from Cygnus to FSF. * added tooldir and program_prefix where needed. * updated texinfo and man pages, removed all references to multiple hosts or targets.
1992-02-21 * readline.c, examples/fileman.c: patches from DJ to supportSteve Chamberlain1-0/+4
DOS
1992-02-21* readline.c (rl_read_init_file): Make sure that null filename isStu Grossman1-0/+6
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-0/+9
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-12-20Change svr4 references to sysv4.Fred Fish1-0/+4
1991-12-11infodir belongs in datadirK. Richard Pixley1-0/+4
1991-12-07Fri Dec 6 23:23:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley1-0/+15
* Makefile.in: remove spaces following hyphens, bsd make can't cope. added clean-info. added standards.text support. Don't know how to make info anymore. * configure.in: commontargets is no longer a recognized hook, so remove it. new subdir called doc. Thu Dec 5 22:46:10 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default.
1991-11-2314 char filenamesJohn Gilmore1-2/+2
1991-11-22Support Mach too.John Gilmore1-0/+3
1991-11-22<sys/types.h> is required for <dirent.h>. Improve Sun alloca.John Gilmore1-0/+5
1991-11-22*** empty log message ***Stu Grossman1-0/+2
1991-11-22* Makefile.in: Clean up ../glob/tilde.c -> tilde.o path.John Gilmore1-0/+5
Clean up makefile a bit in general.
1991-11-21* readline.c: Move config stuff to sysdep.h, use typedef direntStu Grossman1-0/+6
consistently, remove refs to d_namlen (& D_NAMLEN) to improve portability. Also, update copyright notice. readline.h: remove config stuff that I added erroneously in the first place.
1991-11-21* emacs_keymap.c, funmap.c, history.c, keymaps.c, vi_keymap.c,Stu Grossman1-0/+5
vi_mode.c: move config stuff to sysdep.h, update copyright notices.
1991-11-19* history.c: #include "sysdep.h".Stu Grossman1-0/+4
1991-11-19Change SYSV to USG to match current usage in source. Add USGr4 to listFred Fish1-0/+10
of defines to check for to use <dirent.h> style directory access.
1991-11-19* readline.c (filename_completion_function): use struct direntStu Grossman1-0/+5
instead of struct direct.
1991-11-19Integrate new readline from Brian Fox.Stu Grossman1-27/+84
1991-11-12Mon Nov 11 20:50:29 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain1-0/+6
* 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-0/+7
* 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.