Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
1991-11-19 | Add doc and examples. | Stu Grossman | 1 | -0/+2 | |
1991-11-19 | Initial revision | Stu Grossman | 13 | -0/+9410 | |
1991-11-14 | readline, inc-read: fix node structure so this makeinfo's cleanly. | Roland Pesch | 2 | -13/+9 | |
Makefile.in: reflect dependencies for readline.info correctly; invoke makeinfo without '-' prefix. | |||||
1991-11-14 | Fix minor node-structure bug. | Roland Pesch | 1 | -1/+1 | |
1991-11-14 | .Sanitize: | Steve Chamberlain | 3 | -11/+9 | |
now use the shortened names Makefile.in: make install-info work on sysV readline.texi fix @include problem | |||||
1991-11-14 | added all-info and install-info targets | K. Richard Pixley | 1 | -1/+5 | |
1991-11-14 | build and install info | K. Richard Pixley | 1 | -8/+21 | |
1991-11-14 | added info dir menu hooks | K. Richard Pixley | 2 | -4/+12 | |
1991-11-13 | Initial revision | K. Richard Pixley | 4 | -0/+1318 | |
1991-11-12 | Mon Nov 11 20:50:29 1991 Steve Chamberlain (sac at cygnus.com) | Steve Chamberlain | 3 | -12/+19 | |
* 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 | Modernize, add sysdep-*.h files | John Gilmore | 1 | -22/+2 | |
1991-11-09 | * configure.in: Make a link for sysdep.h. Specify commontargets. | John Gilmore | 3 | -12/+24 | |
* 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. |