Age | Commit message (Expand) | Author | Files | Lines |
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 | 1 | -0/+5 |
1994-01-21 | * Makefile.in (distclean, realclean): Expand local-distclean | Fred Fish | 1 | -0/+7 |
1994-01-17 | * readline.c (doing_an_undo): Delete second declaration, since it confuses the | Ken Raeburn | 1 | -0/+5 |
1994-01-16 | * complete.c, bind.c: Include <sys/stat.h>. | Jim Kingdon | 1 | -0/+3 |
1994-01-16 | * chardefs.h: Don't declare xmalloc. | Jim Kingdon | 1 | -0/+4 |
1994-01-16 | * Makefile.in (clean mostlyclean distclean realclean): Recurse | Jim Kingdon | 1 | -1/+2 |
1994-01-16 | * Makefile.in (clean mostlyclean distclean realclean): Recurse | Jim Kingdon | 1 | -0/+5 |
1994-01-16 | * readline.c, display.c: Patches to allow use of all 80 | Per Bothner | 1 | -0/+3 |
1994-01-16 | Merge in changes from bash-1.13. The most obvious one is | Per Bothner | 1 | -0/+7 |
1993-12-12 | * readline.c (rl_getc): If GO32, trim high bit from getkey, | Steve Chamberlain | 1 | -0/+5 |
1993-11-05 | * configure.in: Add doc to configdirs. | Jim Kingdon | 1 | -0/+5 |
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 |
1993-09-29 | * readline.c (parser_if): Free tname when done with it (change | Jim Kingdon | 1 | -0/+5 |
1993-09-07 | * configure.in (m88k-*-sysvr4*): Comment out previous change. | Jim Kingdon | 1 | -0/+4 |
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 | 1 | -0/+4 |
1993-06-13 | * Makefile.in ({real,dist}clean): Remove sysdep.h. | Jim Kingdon | 1 | -0/+4 |
1993-06-10 | * Makefile.in: Add mostlyclean, distclean, and realclean targets. | Jim Kingdon | 1 | -0/+4 |
1993-05-21 | ISC changes | Jim Kingdon | 1 | -0/+5 |
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-03 | * sysdep-sysv4.h: New file for SVR4. | Fred Fish | 1 | -0/+8 |
1992-12-15 | Tue Dec 15 12:38:16 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+6 |
1992-11-12 | * configure.in: Reformat to one-case-per-line. | John Gilmore | 1 | -0/+5 |
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 | 1 | -0/+6 |
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 |
1992-10-02 | use canonical triple | David D. Zuhn | 1 | -0/+4 |
1992-09-30 | * readline.c (rl_complete_internal): Cast alloca to (char *) to | Stu Grossman | 1 | -0/+5 |
1992-09-25 | * readline.c (clear_to_eol, rl_generic_bind): Make static. | Stu Grossman | 1 | -0/+7 |
1992-08-19 | Brought forward from p3: | Ian Lance Taylor | 1 | -0/+5 |
1992-08-12 | * readline.c (last_readline_init_file): Fix typo made by Steve | John Gilmore | 1 | -0/+6 |
1992-06-25 | * configure.in: Make bsd based systems use sysdep-obsd.h. | Stu Grossman | 1 | -0/+4 |
1992-06-24 | * configure.in: Use mh-posix for Linux (free Unix clone). | Per Bothner | 1 | -0/+5 |
1992-06-24 | * sysdep-norm.h (alloca): Protect against previous definition as | Fred Fish | 1 | -0/+5 |
1992-06-19 | * sysdep-obsd.h: #include <sys/types.h> to make this more Kosher. | Stu Grossman | 1 | -0/+4 |
1992-06-19 | Fri Jun 19 12:53:28 1992 John Gilmore (gnu at cygnus.com) | John Gilmore | 1 | -1/+9 |
1992-06-15 | * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install, | Fred Fish | 1 | -0/+6 |
1992-06-15 | * readline.c: Make new SIGNALS_* macros to parameterize the | John Gilmore | 1 | -0/+8 |
1992-06-14 | * readline.c (insert_some_chars): Return void. | Stu Grossman | 1 | -0/+4 |
1992-06-11 | #undef PC, which Solaris2 defines in sys/types.h, clobbering the | John Gilmore | 1 | -0/+5 |
1992-06-10 | * config/{mh-ncr3000, mh-sysv4}: Change INSTALL to use | Fred Fish | 1 | -0/+5 |
1992-06-09 | * readline.h (rl_completer_quote_characters): Add declaration. | Fred Fish | 1 | -0/+8 |
1992-05-20 | * readline.c: Can't initialize FILE *'s with stdin and stdout, | John Gilmore | 1 | -0/+6 |