Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-05-20 | * readline.c: Can't initialize FILE *'s with stdin and stdout, | John Gilmore | 1 | -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 Gilmore | 1 | -0/+5 | |
Suggested by Christoph Tietz <tietz@zi.gmd.dbp.de>. | |||||
1992-04-23 | remove subdirs line | K. Richard Pixley | 1 | -0/+5 | |
1992-04-22 | Finish MINUS_G eradication per current configuration strategy. | Fred Fish | 1 | -36/+13 | |
1992-04-22 | Replace MINUS_G by CFLAGS. | Fred Fish | 1 | -2/+1 | |
1992-04-21 | rework CFLAGS so that they can be set from the command line to make | K. Richard Pixley | 1 | -0/+5 | |
1992-04-11 | Recognize new ncr3000 config. | Fred Fish | 1 | -0/+5 | |
1992-03-25 | * history.c (stifle_history): Negative arg treated as zero. | John Gilmore | 1 | -0/+4 | |
1992-03-25 | INSTALL_PROG -> INSTALL | K. Richard Pixley | 1 | -0/+4 | |
1992-03-25 | Install some bug fixes from Brian Fox. | John Gilmore | 2 | -28/+46 | |
1992-03-08 | This is the second batch of makefile changes. Libg++ makefiles were | K. Richard Pixley | 1 | -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-28 | Hard-code "@appendix" instead of "@chapter" at the beginning of each of these. | Roland Pesch | 2 | -2/+2 | |
This will eventually be supported with a trivial macro, but those aren't standard texinfo yet; in the meantime, I think GDB is the only manual we print that uses these---and it wants appendices. | |||||
1992-02-22 | Increase the dososity | Steve Chamberlain | 3 | -0/+30 | |
1992-02-22 | Remeber this one too! | Steve Chamberlain | 1 | -0/+2 | |
1992-02-22 | New files for DOSness | Steve Chamberlain | 2 | -0/+251 | |
1992-02-21 | * readline.c, examples/fileman.c: patches from DJ to support | Steve Chamberlain | 2 | -1/+116 | |
DOS | |||||
1992-02-21 | * readline.c (rl_read_init_file): Make sure that null filename is | Stu Grossman | 2 | -0/+9 | |
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 | 3 | -53/+34 | |
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>. | |||||
1992-02-16 | Two typos fixed, spotted by Jim Irwin of WRS | Roland Pesch | 1 | -1/+2 | |
1991-12-20 | Change svr4 references to sysv4. | Fred Fish | 1 | -0/+4 | |
1991-12-11 | infodir belongs in datadir | K. Richard Pixley | 1 | -0/+4 | |
1991-12-07 | Fri Dec 6 23:23:14 1991 K. Richard Pixley (rich at rtl.cygnus.com) | K. Richard Pixley | 2 | -32/+93 | |
* 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-23 | 14 char filenames | John Gilmore | 2 | -3/+3 | |
1991-11-23 | Initial revision | John Gilmore | 1 | -0/+11 | |
1991-11-22 | sysdep renames | John Gilmore | 1 | -1/+1 | |
1991-11-22 | Support Mach too. | John Gilmore | 3 | -3/+7 | |
1991-11-22 | <sys/types.h> is required for <dirent.h>. Improve Sun alloca. | John Gilmore | 5 | -4/+11 | |
1991-11-22 | *** empty log message *** | Stu Grossman | 1 | -0/+2 | |
1991-11-22 | * Makefile.in: Clean up ../glob/tilde.c -> tilde.o path. | John Gilmore | 2 | -14/+14 | |
Clean up makefile a bit in general. | |||||
1991-11-22 | * configure.in, config/mh-svr4: Make SVR4 work. | Stu Grossman | 1 | -0/+4 | |
1991-11-22 | Add inc-hist.texi | John Gilmore | 1 | -0/+1 | |
1991-11-22 | Initial revision | Stu Grossman | 1 | -0/+155 | |
1991-11-21 | Change hm-* to mh-*. | Stu Grossman | 1 | -4/+4 | |
1991-11-21 | Fixup dirent<->direct stuff. | Stu Grossman | 2 | -0/+12 | |
1991-11-21 | Initial revision | Stu Grossman | 4 | -0/+45 | |
1991-11-21 | * readline.c: Move config stuff to sysdep.h, use typedef dirent | Stu Grossman | 1 | -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 Grossman | 1 | -0/+5 | |
vi_mode.c: move config stuff to sysdep.h, update copyright notices. | |||||
1991-11-21 | Add a bunch of config files to .Sanitize, add some config stuff to Makefile.in | Stu Grossman | 3 | -5/+17 | |
and configure.in. Fix compilation of ../glob/tilde.o in Makefile. | |||||
1991-11-19 | #include "sysdep.h" | Stu Grossman | 1 | -0/+2 | |
1991-11-19 | Integrate new readline from Brian Fox. | Stu Grossman | 1 | -6/+11 | |
1991-11-19 | * history.c: #include "sysdep.h". | Stu Grossman | 2 | -2/+5 | |
1991-11-19 | Fix bug where script was referencing host_arch instead of host_cpu. | Stu Grossman | 1 | -1/+7 | |
1991-11-19 | Change SYSV to USG to match current usage in source. Add USGr4 to list | Fred Fish | 3 | -2/+12 | |
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 | 2 | -1/+6 | |
instead of struct direct. | |||||
1991-11-19 | Forgot about vi_mode.c... | Stu Grossman | 1 | -4/+4 | |
1991-11-19 | Integrate new readline from Brian Fox. | Stu Grossman | 9 | -1010/+2480 | |
1991-11-19 | New readline stuff. | Stu Grossman | 1 | -5/+7 | |
1991-11-19 | Initial revision | Stu Grossman | 1 | -0/+35 | |
1991-11-19 | Remove doc. It's been moved to a subdir. | Stu Grossman | 1 | -4/+0 | |
1991-11-19 | Initial revision | Stu Grossman | 1 | -0/+40 | |