aboutsummaryrefslogtreecommitdiff
path: root/readline
AgeCommit message (Collapse)AuthorFilesLines
1997-12-04Wed Dec 3 16:48:20 1997 Michael Snyder (msnyder@cleaver.cygnus.com)Michael Snyder1-0/+4
* rltty.c: fix typos.
1996-10-08 * tilde.c (tilde_word_expand): __MSDOS___ -> __MSDOS__Stu Grossman1-0/+4
1996-10-05 * rldefs.h: On Linux, include <termios.h> to fix compile errorMark Alexander1-0/+5
in <termcap.h>.
1996-09-05 * rldefs.h: Enable HANDLE_SIGNALS for cygwin32.Stu Grossman1-0/+4
1996-08-29Recognize i686-*-* for pentium proMichael Meissner1-0/+4
1996-08-17 * complete.c: Include <pwd.h> if not DOS, and if cygwin32 or notStu Grossman1-0/+10
win32. * configure.in: Add test for *-*-cygwin32* to use config/mh-posix. * readline.c: Move decl of tgetstr to rldefs.h. * (_rl_set_screen_size): Remove redundant ifdef MINIMALs. * rldefs.h: Don't do MINIMAL for cygwin32. Cygwin32 now uses full-blown readline, except for termcap.
1996-08-12 * rldefs.c: Get rid of define of SIGALRM if _WIN32 or __MSDOS__.Stu Grossman2-1/+7
* Don't define ScreenCols/ScreenRows/... if cygwin32. * sysdep-norm.h: Don't include <malloc.h> if cygwin32.
1996-08-11 * rldefs.h: If __osf__is defined, include <termio.h> instead ofFred Fish2-3/+9
<sgtty.h>.
1996-08-09 * bind.c complete.c history.c readline.c: Don't include sys/file.h.Stu Grossman3-11/+21
* complete.c display.c parens.c readline.c rldefs.h rltty.c signals.c tilde.c: Change refs to _MSC_VER and __WIN32__ to _WIN32. * signals.c (rl_signal_handler): Ifdef out kill if _WIN32. * sysdep-norm.h: Ifdef out include of dirent.h if _WIN32. Include malloc.h if _WIN32.
1996-07-18Fix warning generated under AIX 4.1.4Michael Meissner2-1/+48
1996-06-25 * Makefile.in (datadir): Set to $(prefix)/share.Jason Molenda1-0/+5
(docdir): Removed.
1996-05-26 * sysdep-linux.h: New file.Fred Fish3-0/+34
* display.c: Add include of "sysdep.h" to get HAVE_VARARGS_H. * configure.in: Change pattern i[345]86-*-linux* into *-*-linux* to support non-x86 based Linux platforms.
1996-04-08 * configure.in (*-*-gnu*): New host.Fred Fish1-0/+1
1996-04-08 From: Miles Bader <miles@gnu.ai.mit.edu>Fred Fish1-0/+5
* config/mh-gnu: New file.
1996-04-07 From: Robert Lipe <robertl@dgii.com>Fred Fish2-10/+29
* configure.in: SCO OpenServer 5 (a.k.a 3.2v5*) is more like SCO 3.2v4 than 3.2v2.
1996-01-04 * readline.c, display.c, complete.c: Add _MSC_VER to list ofSteve Chamberlain1-0/+5
things which can't do most things.
1995-11-16complete.c: Change WIN32 to __WIN32__, added #else return NULLGeoffrey Noer1-0/+5
to end of that define.
1995-11-10 modified from 95q4Victoria Mixon1-1/+1
1995-10-31Tue Oct 31 10:38:58 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-0/+5
* display.c, parens.c, readline.c, rldefs.h: Change use of WIN32 to __WIN32__.
1995-10-10 * Makefile.in (BISON): Remove macro.Fred Fish1-0/+4
1995-10-10 * complete.c (filename_completion_function): Enable forSteve Chamberlain1-0/+5
win32 when not MSC.
1995-10-08 * configure.in: Handle powerpc-ibm-aix* like rs6000-ibm-aix*.Peter Schauer1-0/+4
1995-10-08Fix warnings under LinuxMichael Meissner1-0/+1
1995-10-08Fix warnings under LinuxMichael Meissner1-0/+4
1995-09-29Fri Sep 29 15:19:23 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain3-64/+436
Fixes for when the host WIN32, but not MSC. * complete.c: Sometimes have pwd.h * parens.c: WIN32 has similar restrictions to __GO32__. * readline.c (__GO32__): Some of this moved into rldefs.h * signals.c (__GO32__): Likewise. * rldefs.h (MSDOS||WIN32) becomes MSDOS||MSC. (WIN32&&!WIN32): New definitions.
1995-09-20 * Makefile.in (maintainer-clean): New synonym for realclean.Ian Lance Taylor2-0/+8
1995-06-22 inc-hist.texi: gdb manual up to date for 95q3Victoria Mixon2-44/+47
rluser.texinfo:
1995-03-01Build without warnings under Linux.Michael Meissner1-0/+9
1995-01-15 * rldefs.h: Define MINIMAL for __GO32__ and WIN32.Steve Chamberlain1-0/+6
* complete.c, display.c, readline.c, rltty.c: Test MINIMAL instead of __GO32__.
1994-08-24 * configure.in: Change i[34]86 to i[345]86.Ian Lance Taylor1-0/+4
1994-07-16 * configure.in (m88*-harris-cxux7*): Recognize.Stan Shebs3-5/+27
* sysdep-cxux7.h: New file.
1994-07-08 * rttty.c (control_meta_key_on): Remove superfluous testing ofSteve Chamberlain1-0/+5
__GO32__.
1994-06-30 * rltty.c (control_meta_key_on): Don't compile if __GO32__ isSteve Chamberlain1-0/+10
defined. (rltty_set_default_bindings): Likewise. * display.c (insert_some_chars, delete_chars): row_start should be a short. * parens.c (rl_insert_close): No FD_SET if using __GO32__. * readline.c (rl_gather_tyi): Strip off spurious high bits.
1994-06-12 * history.c: Swap inclusion of rldefs.h and chardefs.h to avoidPeter Schauer1-0/+5
CTRL macro redefinition.
1994-05-09 * readline.c (_rl_set_screen_size): Don't compile if __GO32__ isIan Lance Taylor1-0/+5
defined. * rltty.c (control_meta_key): Likewise. * parens.c: If __GO32__ is defined, undefine FD_SET. * signals.c: Include SIGWINCH handling in the set of things which is not done if HANDLE_SIGNALS is not set.
1994-05-09 * display.c: If __GO32__ is defined, include <sys/pc.h>.Ian Lance Taylor1-0/+1
1994-05-09 * readline.c (readline_default_bindings): Don't compile ifIan Lance Taylor3-103/+224
__GO32__ is defined. * rltty.c (rltty_set_default_bindings): Likewise.
1994-05-06 * config/mh-go32: New fragment.Steve Chamberlain1-0/+5
* configure.in (host==go32): Use go32 fragment.
1994-05-04 * chardefs.h, rldefs.h: Move decls of string funcs from chardefs.hStu Grossman1-0/+7
to rldefs.h so that they don't pollute apps that include readline.h. * history.c: include rldefs.h to get decls of string funcs.
1994-05-04Wed May 4 12:15:11 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1-0/+5
* configure.in (rs6000-bull-bosx*): New configuration, RS/6000 variant. Fixes PR 4903.
1994-04-20* configure.in: Use mh-posix for sunos4.1*.Jim Kingdon1-0/+4
1994-04-14 * rltty.c (set_tty_settings): Don't set readline_echoing_p.Jim Kingdon1-0/+5
(rl_deprep_terminal) [NEW_TTY_DRIVER]: Set readline_echoing_p.
1994-03-13* Makefile.in: Add TAGS target.Jim Kingdon1-0/+4
1994-03-10* isearch.c, search.c: Include sysdep.h.Jim Kingdon1-0/+4
1994-03-04* configure.in: For ISC, use mh-sysv, not mh-isc.Jim Kingdon1-0/+4
1994-02-24 * rldefs.h: Define S_ISREG if necessary.Peter Schauer1-0/+1
1994-02-24 * Merge in changes from bash-1.13.5. Merge changes from glob/tilde.cPeter Schauer1-0/+15
into tilde.c and use it. Add system function declarations where necessary. Check for __GO32__, not _GO32_ consistently. * Makefile.in: Update dependencies. * rltty.c: Include <sys/file.h> to match include file setup in readline.c for rldefs.h. Otherwise we get inconsistent TTY_DRIVER definitions in readline.c and rltty.c. * bind.c, complete.c: Do not include <sys/types.h>, it is already included via sysdep.h, which causes problems if <sys/types.h> has no multiple inclusion protection. * readline.c (_rl_set_screen_size): Reestablish test for TIOCGWINSZ_BROKEN.
1994-02-18* Makefile.in: Add search.o rule for Sun make.Jim Kingdon2-6/+5
1994-02-17* rltty.c: #if out some code if __GO32__.Per Bothner2-0/+666
1994-02-15 * readline.c (_rl_output_character_function), display.c:Per Bothner5-63/+45
Return int, not void, to conform with the expected arg of tputs. * readline.c (init_terminal_io): tgetflag only takes 1 arg. * readline.c (_rl_savestring): New function. * chardefs.h: To avoid conflicts and/or warnings, define savestring as a macro wrapper for _rl_savestring. * display.c (extern term_xn): It's an int flag, not a string. * charsdefs.h, rldefs.h: Remove HAVE_STRING_H-related junk.