aboutsummaryrefslogtreecommitdiff
path: root/readline
AgeCommit message (Collapse)AuthorFilesLines
1992-02-22Increase the dosositySteve Chamberlain3-0/+30
1992-02-22Remeber this one too!Steve Chamberlain1-0/+2
1992-02-22New files for DOSnessSteve Chamberlain2-0/+251
1992-02-21 * readline.c, examples/fileman.c: patches from DJ to supportSteve Chamberlain2-1/+116
DOS
1992-02-21* readline.c (rl_read_init_file): Make sure that null filename isStu Grossman2-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 VLNEXTFred Fish3-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-16Two typos fixed, spotted by Jim Irwin of WRSRoland Pesch1-1/+2
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 Pixley2-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-2314 char filenamesJohn Gilmore2-3/+3
1991-11-23Initial revisionJohn Gilmore1-0/+11
1991-11-22sysdep renamesJohn Gilmore1-1/+1
1991-11-22Support Mach too.John Gilmore3-3/+7
1991-11-22<sys/types.h> is required for <dirent.h>. Improve Sun alloca.John Gilmore5-4/+11
1991-11-22*** empty log message ***Stu Grossman1-0/+2
1991-11-22* Makefile.in: Clean up ../glob/tilde.c -> tilde.o path.John Gilmore2-14/+14
Clean up makefile a bit in general.
1991-11-22* configure.in, config/mh-svr4: Make SVR4 work.Stu Grossman1-0/+4
1991-11-22Add inc-hist.texiJohn Gilmore1-0/+1
1991-11-22Initial revisionStu Grossman1-0/+155
1991-11-21Change hm-* to mh-*.Stu Grossman1-4/+4
1991-11-21Fixup dirent<->direct stuff.Stu Grossman2-0/+12
1991-11-21Initial revisionStu Grossman4-0/+45
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-21Add a bunch of config files to .Sanitize, add some config stuff to Makefile.inStu Grossman3-5/+17
and configure.in. Fix compilation of ../glob/tilde.o in Makefile.
1991-11-19#include "sysdep.h"Stu Grossman1-0/+2
1991-11-19Integrate new readline from Brian Fox.Stu Grossman1-6/+11
1991-11-19* history.c: #include "sysdep.h".Stu Grossman2-2/+5
1991-11-19Fix bug where script was referencing host_arch instead of host_cpu.Stu Grossman1-1/+7
1991-11-19Change SYSV to USG to match current usage in source. Add USGr4 to listFred Fish3-2/+12
of defines to check for to use <dirent.h> style directory access.
1991-11-19* readline.c (filename_completion_function): use struct direntStu Grossman2-1/+6
instead of struct direct.
1991-11-19Forgot about vi_mode.c...Stu Grossman1-4/+4
1991-11-19Integrate new readline from Brian Fox.Stu Grossman9-1010/+2480
1991-11-19New readline stuff.Stu Grossman1-5/+7
1991-11-19Initial revisionStu Grossman1-0/+35
1991-11-19Remove doc. It's been moved to a subdir.Stu Grossman1-4/+0
1991-11-19Initial revisionStu Grossman1-0/+40
1991-11-19Add doc and examples.Stu Grossman1-0/+2
1991-11-19Initial revisionStu Grossman13-0/+9410
1991-11-14readline, inc-read: fix node structure so this makeinfo's cleanly.Roland Pesch2-13/+9
Makefile.in: reflect dependencies for readline.info correctly; invoke makeinfo without '-' prefix.
1991-11-14Fix minor node-structure bug.Roland Pesch1-1/+1
1991-11-14.Sanitize:Steve Chamberlain3-11/+9
now use the shortened names Makefile.in: make install-info work on sysV readline.texi fix @include problem
1991-11-14added all-info and install-info targetsK. Richard Pixley1-1/+5
1991-11-14build and install infoK. Richard Pixley1-8/+21
1991-11-14added info dir menu hooksK. Richard Pixley2-4/+12
1991-11-13Initial revisionK. Richard Pixley4-0/+1318
1991-11-12Mon Nov 11 20:50:29 1991 Steve Chamberlain (sac at cygnus.com)Steve Chamberlain3-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-09Modernize, add sysdep-*.h filesJohn Gilmore1-22/+2
1991-11-09* configure.in: Make a link for sysdep.h. Specify commontargets.John Gilmore3-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.