summaryrefslogtreecommitdiff
path: root/readline
Commit message (Collapse)AuthorAgeFilesLines
* * readline.c, display.c, complete.c: Add _MSC_VER to list ofSteve Chamberlain1996-01-041-0/+5
| | | | things which can't do most things.
* complete.c: Change WIN32 to __WIN32__, added #else return NULLGeoffrey Noer1995-11-161-0/+5
| | | | to end of that define.
* modified from 95q4Victoria Mixon1995-11-101-1/+1
|
* Tue Oct 31 10:38:58 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain1995-10-311-0/+5
| | | | | * display.c, parens.c, readline.c, rldefs.h: Change use of WIN32 to __WIN32__.
* * Makefile.in (BISON): Remove macro.Fred Fish1995-10-101-0/+4
|
* * complete.c (filename_completion_function): Enable forSteve Chamberlain1995-10-101-0/+5
| | | | win32 when not MSC.
* * configure.in: Handle powerpc-ibm-aix* like rs6000-ibm-aix*.Peter Schauer1995-10-081-0/+4
|
* Fix warnings under LinuxMichael Meissner1995-10-081-0/+1
|
* Fix warnings under LinuxMichael Meissner1995-10-081-0/+4
|
* Fri Sep 29 15:19:23 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain1995-09-293-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.
* * Makefile.in (maintainer-clean): New synonym for realclean.Ian Lance Taylor1995-09-202-0/+8
|
* inc-hist.texi: gdb manual up to date for 95q3Victoria Mixon1995-06-222-44/+47
| | | | rluser.texinfo:
* Build without warnings under Linux.Michael Meissner1995-03-011-0/+9
|
* * rldefs.h: Define MINIMAL for __GO32__ and WIN32.Steve Chamberlain1995-01-151-0/+6
| | | | | * complete.c, display.c, readline.c, rltty.c: Test MINIMAL instead of __GO32__.
* * configure.in: Change i[34]86 to i[345]86.Ian Lance Taylor1994-08-241-0/+4
|
* * configure.in (m88*-harris-cxux7*): Recognize.Stan Shebs1994-07-163-5/+27
| | | | * sysdep-cxux7.h: New file.
* * rttty.c (control_meta_key_on): Remove superfluous testing ofSteve Chamberlain1994-07-081-0/+5
| | | | __GO32__.
* * rltty.c (control_meta_key_on): Don't compile if __GO32__ isSteve Chamberlain1994-06-301-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.
* * history.c: Swap inclusion of rldefs.h and chardefs.h to avoidPeter Schauer1994-06-121-0/+5
| | | | CTRL macro redefinition.
* * readline.c (_rl_set_screen_size): Don't compile if __GO32__ isIan Lance Taylor1994-05-091-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.
* * display.c: If __GO32__ is defined, include <sys/pc.h>.Ian Lance Taylor1994-05-091-0/+1
|
* * readline.c (readline_default_bindings): Don't compile ifIan Lance Taylor1994-05-093-103/+224
| | | | | __GO32__ is defined. * rltty.c (rltty_set_default_bindings): Likewise.
* * config/mh-go32: New fragment.Steve Chamberlain1994-05-061-0/+5
| | | | * configure.in (host==go32): Use go32 fragment.
* * chardefs.h, rldefs.h: Move decls of string funcs from chardefs.hStu Grossman1994-05-041-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.
* Wed May 4 12:15:11 1994 Stan Shebs (shebs@andros.cygnus.com)Stan Shebs1994-05-041-0/+5
| | | | | | | * configure.in (rs6000-bull-bosx*): New configuration, RS/6000 variant. Fixes PR 4903.
* * configure.in: Use mh-posix for sunos4.1*.Jim Kingdon1994-04-201-0/+4
|
* * rltty.c (set_tty_settings): Don't set readline_echoing_p.Jim Kingdon1994-04-141-0/+5
| | | | (rl_deprep_terminal) [NEW_TTY_DRIVER]: Set readline_echoing_p.
* * Makefile.in: Add TAGS target.Jim Kingdon1994-03-131-0/+4
|
* * isearch.c, search.c: Include sysdep.h.Jim Kingdon1994-03-101-0/+4
|
* * configure.in: For ISC, use mh-sysv, not mh-isc.Jim Kingdon1994-03-041-0/+4
|
* * rldefs.h: Define S_ISREG if necessary.Peter Schauer1994-02-241-0/+1
|
* * Merge in changes from bash-1.13.5. Merge changes from glob/tilde.cPeter Schauer1994-02-241-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.
* * Makefile.in: Add search.o rule for Sun make.Jim Kingdon1994-02-182-6/+5
|
* * rltty.c: #if out some code if __GO32__.Per Bothner1994-02-172-0/+666
|
* * readline.c (_rl_output_character_function), display.c:Per Bothner1994-02-155-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.
* * Makefile.in: Remove obsolete rules for history.info andJim Kingdon1994-02-051-0/+5
| | | | readline.info.
* * chardefs.h: Only declare strrchr if it is not #define'd.Jim Kingdon1994-01-281-0/+4
|
* * rldefs.h: Accept __hpux as well as hpux for HP compiler in ANSI mode.Jim Kingdon1994-01-251-0/+4
|
* * chardefs.h, tilde.c: Just declare strrchr rather than trying toJim Kingdon1994-01-222-0/+13
| | | | include a system header.
* * Makefile.in (distclean, realclean): Expand local-distcleanFred Fish1994-01-212-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.
* * readline.c (doing_an_undo): Delete second declaration, since it confuses theKen Raeburn1994-01-171-0/+5
| | | | alpha-osf1 native compiler.
* * complete.c, bind.c: Include <sys/stat.h>.Jim Kingdon1994-01-161-0/+3
| | | | * complete.c: Define X_OK if not defined by a system header.
* * chardefs.h: Don't declare xmalloc.Jim Kingdon1994-01-162-0/+15
| | | | * keymaps.h: Include "chardefs.h" not <readline/chardefs.h>.
* * Makefile.in (clean mostlyclean distclean realclean): RecurseJim Kingdon1994-01-162-3/+4
| | | | | into subdirectories as well as doing this directory. Add clean-dvi target.
* * Makefile.in (clean mostlyclean distclean realclean): RecurseJim Kingdon1994-01-162-4/+21
| | | | into subdirectories as well as doing this directory.
* * readline.c, display.c: Patches to allow use of all 80Per Bothner1994-01-162-3/+14
| | | | columns on most terminals (those with am and xn).
* Merge in changes from bash-1.13. The most obvious one isPer Bothner1994-01-1616-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.
* * readline.c (rl_getc): If GO32, trim high bit from getkey,Steve Chamberlain1993-12-121-0/+5
| | | | otherwise fancy PC keys cause grief.
* Formatting improvements from 93q4 release.Roland Pesch1993-11-291-3/+12
|
* * configure.in: Add doc to configdirs.Jim Kingdon1993-11-051-0/+5
| | | | * Makefile.in (info dvi install-info clean-info): Recurse into doc.