Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1994-02-05 | * Makefile.in: Remove obsolete rules for history.info and | Jim Kingdon | 1 | -0/+5 | |
readline.info. | |||||
1994-01-28 | * chardefs.h: Only declare strrchr if it is not #define'd. | Jim Kingdon | 1 | -0/+4 | |
1994-01-25 | * rldefs.h: Accept __hpux as well as hpux for HP compiler in ANSI mode. | Jim Kingdon | 1 | -0/+4 | |
1994-01-22 | * chardefs.h, tilde.c: Just declare strrchr rather than trying to | Jim Kingdon | 2 | -0/+13 | |
include a system header. | |||||
1994-01-21 | * Makefile.in (distclean, realclean): Expand local-distclean | Fred Fish | 2 | -5/+11 | |
inline after doing recursion. You can't recurse after removing Makefile. Make them depend on local-clean. * Makefile.in (local-distclean): Remove now superfluous target. | |||||
1994-01-17 | * readline.c (doing_an_undo): Delete second declaration, since it confuses the | Ken Raeburn | 1 | -0/+5 | |
alpha-osf1 native compiler. | |||||
1994-01-16 | * complete.c, bind.c: Include <sys/stat.h>. | Jim Kingdon | 1 | -0/+3 | |
* complete.c: Define X_OK if not defined by a system header. | |||||
1994-01-16 | * chardefs.h: Don't declare xmalloc. | Jim Kingdon | 2 | -0/+15 | |
* keymaps.h: Include "chardefs.h" not <readline/chardefs.h>. | |||||
1994-01-16 | * Makefile.in (clean mostlyclean distclean realclean): Recurse | Jim Kingdon | 2 | -3/+4 | |
into subdirectories as well as doing this directory. Add clean-dvi target. | |||||
1994-01-16 | * Makefile.in (clean mostlyclean distclean realclean): Recurse | Jim Kingdon | 2 | -4/+21 | |
into subdirectories as well as doing this directory. | |||||
1994-01-16 | * readline.c, display.c: Patches to allow use of all 80 | Per Bothner | 2 | -3/+14 | |
columns on most terminals (those with am and xn). | |||||
1994-01-16 | Merge in changes from bash-1.13. The most obvious one is | Per Bothner | 16 | -4019/+5558 | |
that the file readline.c has been split into multiple files. * bind.c, complete.c, dispay.c, isearch.c, parens.c, rldefs.h, rltty.c, search.c signals.c, tilde.c, tilde.h, xmalloc.c: New files. | |||||
1993-12-12 | * readline.c (rl_getc): If GO32, trim high bit from getkey, | Steve Chamberlain | 1 | -0/+5 | |
otherwise fancy PC keys cause grief. | |||||
1993-11-29 | Formatting improvements from 93q4 release. | Roland Pesch | 1 | -3/+12 | |
1993-11-05 | * configure.in: Add doc to configdirs. | Jim Kingdon | 1 | -0/+5 | |
* Makefile.in (info dvi install-info clean-info): Recurse into doc. | |||||
1993-10-22 | * configure.in: Add * to end of all OS names. | Jim Kingdon | 1 | -0/+4 | |
1993-10-05 | * readline.c: Add stuff for HIUX to place where we detect termio | Jim Kingdon | 1 | -0/+5 | |
vs. sgtty (ugh, but I don't see a simple better way). | |||||
1993-09-29 | * readline.c (parser_if): Free tname when done with it (change | Jim Kingdon | 1 | -0/+5 | |
imported from from bash 1.12 readline). | |||||
1993-09-07 | * configure.in (m88k-*-sysvr4*): Comment out previous change. | Jim Kingdon | 1 | -0/+4 | |
1993-08-02 | Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly | Fred Fish | 3 | -3/+0 | |
added to the list by Sanitize, unless Sanitize knows it needs to keep it. | |||||
1993-07-30 | Add .Sanitize to Things-to-lose list. | Fred Fish | 3 | -0/+6 | |
1993-07-02 | * configure.in (*-*-riscos*): New entry; use mh-sysv. | Ian Lance Taylor | 1 | -0/+4 | |
1993-06-23 | * configure.in: Add comment. | Jim Kingdon | 1 | -0/+4 | |
1993-06-18 | * configure.in (m88k-*-sysvr4*): Use sysdep-norm.h. | Jim Kingdon | 2 | -33/+26 | |
1993-06-16 | Clarifications based on Ian Taylor review of manual for FSF. | Roland Pesch | 1 | -7/+12 | |
1993-06-13 | * Makefile.in ({real,dist}clean): Remove sysdep.h. | Jim Kingdon | 2 | -31/+53 | |
1993-06-10 | * Makefile.in: Add mostlyclean, distclean, and realclean targets. | Jim Kingdon | 1 | -0/+4 | |
1993-05-27 | added things-to-lose sections | K. Richard Pixley | 3 | -0/+6 | |
1993-05-21 | ISC changes | Jim Kingdon | 1 | -0/+5 | |
1993-05-15 | Remove header info no longer useful now that this file is never | Roland Pesch | 1 | -5/+0 | |
formatted except as an @include from other files. | |||||
1993-04-19 | changes for SVR3.2 | Jim Kingdon | 1 | -1/+9 | |
1993-03-24 | add installcheck & dvi | David D. Zuhn | 1 | -0/+4 | |
1993-03-13 | consistent use of -solaris2* | David D. Zuhn | 1 | -0/+5 | |
1993-03-09 | Removed obsolete Makefile.dos. | Ian Lance Taylor | 4 | -242/+0 | |
1993-03-03 | * sysdep-sysv4.h: New file for SVR4. | Fred Fish | 3 | -0/+35 | |
* configure.in (*-*-sysv4*): Use sysdep-sysv4.h. * configure.in (*-*-ultrix2): Add triplet from Michael Rendell (michael@mercury.cs.mun.ca) | |||||
1993-02-10 | Index entries for vi-style editing. | Roland Pesch | 1 | -0/+2 | |
1993-02-03 | Add new ChangeLog. | John Gilmore | 1 | -0/+1 | |
1993-02-02 | * ChangeLog: new file | Roland Pesch | 1 | -0/+8 | |
1993-02-02 | This dir is now configure'd (Makefile => Makefile.in, etc). | John Gilmore | 1 | -3/+2 | |
1993-01-18 | Clean up readline doc subdir to conform to normal | Roland Pesch | 5 | -4502/+102 | |
configure/distribution practices. Makefile: remove, replacing with a configurable Makefile.in texindex.c texinfo.tex: remove, replacing with references to tools elsewhere in Cygnus distribution tree. Makefile.in: configurable (and useable) Makefile. configure.in: pro forma configure stub. | |||||
1992-12-15 | Tue Dec 15 12:38:16 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -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-12-08 | recording file death | K. Richard Pixley | 14 | -5956/+0 | |
1992-11-12 | * configure.in: Reformat to one-case-per-line. | John Gilmore | 1 | -0/+5 | |
Handle SunOS 3.5, as per Karl Berry, <karl@claude.cs.umb.edu>. | |||||
1992-11-05 | Undo last change. Read diffs backwards! | Stu Grossman | 1 | -2/+0 | |
1992-11-04 | * readline.c: Cast many uses of alloca to (char *) to make brain- | Stu Grossman | 3 | -12/+23 | |
damaged compilers happy. * sysdep-norm.h: Remove some crud, install dire warning. | |||||
1992-10-23 | Change copyright to FSF. | Stu Grossman | 1 | -1/+1 | |
1992-10-22 | * configure.in: Make SCO work again... | Stu Grossman | 1 | -0/+4 | |
1992-10-12 | Mon Oct 12 15:04:07 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+5 | |
* readline.c (init_terminal_io): if tgetent returns 0, the terminal type is unknown. | |||||
1992-10-02 | use canonical triple | David D. Zuhn | 2 | -41/+38 | |
1992-09-30 | * readline.c (rl_complete_internal): Cast alloca to (char *) to | Stu Grossman | 2 | -1/+6 | |
avoid warning. |