aboutsummaryrefslogtreecommitdiff
path: root/readline
AgeCommit message (Collapse)AuthorFilesLines
1992-04-22Replace MINUS_G by CFLAGS.Fred Fish1-2/+1
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 Gilmore2-28/+46
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-28Hard-code "@appendix" instead of "@chapter" at the beginning of each of these.Roland Pesch2-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-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