summaryrefslogtreecommitdiff
path: root/readline
Commit message (Collapse)AuthorAgeFilesLines
...
* Dummy commit. Get CVS off the branch.readline-pre-43-importAndrew Cagney2002-08-245-498/+128
|
* import of readline-4.3Elena Zannoni2002-08-236-128/+500
|
* Initial revisionElena Zannoni2002-08-2313-0/+6625
|
* Import config.guess and config.sub.Andrew Cagney2002-08-233-23/+47
|
* [ dejagnu/ChangeLog ]Chris Demetriou2002-07-193-67/+120
| | | | | | | | | | | | | 2002-07-19 Chris Demetriou <cgd@broadcom.com> * config.guess: Update from ../config.guess. * config.sub: Update from ../config.sub. [ readline/ChangeLog.gdb ] 2002-07-19 Chris Demetriou <cgd@broadcom.com> * support/config.guess: Update from ../config.guess. * support/config.sub: Update from ../config.sub.
* Rename local ChangeLog and ChangeLog.Cygnus files to ChangeLog.gdb.Elena Zannoni2002-02-243-2/+14
|
* ==> dejagnu/ChangeLog <==Daniel Jacobowitz2002-02-243-52/+43
| | | | | | | | | | | | | | 2002-02-23 Daniel Jacobowitz <drow@mvista.com> * config.guess: Import from master sources, rev 1.232. * config.sub: Import from master sources, rev 1.246. ==> readline/ChangeLog.Cygnus <== 2002-02-24 Daniel Jacobowitz <drow@mvista.com> * support/config.guess: Import from master sources, rev 1.232. * support/config.sub: Import from master sources, rev 1.246.
* * config.guess: Import from master sources, rev 1.229.Ben Elliston2002-02-053-7/+30
| | | | * config.sub: Import from master sources, rev 1.240.
* * rluser.texinfo (Sample Init File): Prevent overfull hboxes.Eli Zaretskii2002-01-202-3/+9
| | | | From Brian Youmans <3diff@gnu.org>.
* 2002-01-17 H.J. Lu (hjl@gnu.org)H.J. Lu2002-01-173-314/+353
| | | | | * support/config.guess: Import from master sources, rev 1.225. * support/config.sub: Import from master sources, rev 1.238.
* Clone src/config.guess. Mention in MAINTAINERS.Andrew Cagney2001-07-202-551/+595
|
* Update local local copies of config.sub and config.guess.Andrew Cagney2001-07-172-281/+381
| | | | Mention those files in MAINTAINERS.
* 2001-06-15 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2001-06-153-0/+8
| | | | | | * configure.in: Add -fsigned-char to LOCAL_CFLAGS for Linux running on the IBM S/390. * configure: Ditto.
* * rltty.c (save_tty_chars): Fix compilation-stopping typo.Christopher Faylor2001-01-082-1/+5
|
* A few tweaks required to use Readline as part of the DJGPP port of GDB.Eli Zaretskii2000-07-103-5/+81
|
* readline:Elena Zannoni2000-07-0992-26790/+3648
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-07-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * Import of readline 4.1. Locally modified files: Makefile.in, configure.in, configure (regenerated), config.h.in (regenerated), readline.h, rltty.c, shell.c signals.c. Locally added files: acconfig.h, config/*, config.h.bot, cross-build/*, doc/inc-hit.texinfo. New files: USAGE, rlprivate.h, rlshell.h, xmalloc.h. examples: 2000-07-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * Import of readline 4.1. New files: excallback.c, rlfe.c. doc: 2000-07-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * Import of readline 4.1. Regenerated inc-hist.texinfo as copy of hsuser.texinfo, for inclusion in the gdb manual. New file: rluserman.texinfo
* Import of readline 4.1Elena Zannoni2000-07-098-6263/+5201
|
* Initial revisionElena Zannoni2000-07-0911-0/+6005
|
* Initial revisionElena Zannoni2000-07-079-0/+21400
|
* Remove generated file.Andrew Cagney2000-04-192-1188/+5
|
* Revert movement of @chapter and @node tags from separate files toAndrew Cagney2000-03-293-4/+6
| | | | gdb.texinfo.
* Fix texinfo-3.12 problems:Andrew Cagney2000-03-243-0/+9
| | | | | | | | | | * annotate.texi (Annotations): When GDBN omit @chapter and @node entry. * gdb.texinfo: Check for @ifinfo instead of @ifnottex. (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local @chapter and @node entries. * gdb.texinfo: Link all top-level nodes. * inc-hist.texinfo: When GDBN omit the chapter/node. * rluser.texinfo (Command Line Editing): Ditto.
* *** empty log message ***Eli Zaretskii2000-03-161-0/+37
|
* [__GO32__]: Include <pc.h>.Eli Zaretskii2000-03-151-15/+36
| | | | | | | | | | | Declare _rl_redisplay_after_sigwinch. [__DJGPP__]: Don't declare term_buffer and term_string_buffer (they are unused.) (_rl_get_screen_size) [__DJGPP__]: Call ScreenRows and ScreenCols. (_rl_init_terminal_io) [__GO32__]: Don't call them here. Instead, call _rl_get_screen_size. Set terminal_name. Return 0, to be consistent with the function's declaration. (ding) [__GO32__]: Support visual bell by calling ScreenVisualBell.
* [__GO32__]: Don't undef HANDLE_SIGNALS for DJGPP v2.x.Eli Zaretskii2000-03-151-2/+4
| | | | Don't declare sigwinch_set_flag if SIGWINCH is undefined.
* [__GO32__]: Don't undef HANDLE_SIGNALS if __DJGPP__ is defined.Eli Zaretskii2000-03-151-7/+9
| | | | | (prepare_terminal_settings, rl_prep_terminal, rl_deprep_terminal) [__GO32__]: Don't bypass termios code if HAVE_TERMIOS_H is defined.
* [__GO32__]: If HAVE_TEMIOS_H is defined, declare readline_default_bindings.Eli Zaretskii2000-03-151-7/+9
| | | | | | | Don't undef HANDLE_SIGNALS if __DJGPP__ is defined. (readline_initialize_everything): [__GO32__]: Call readline_default_bindings if HAVE_TERMIOS_H is defined. (rl_refresh_line) [__GO32__]: Don't use this code if __DJGPP__ is defined.
* [__GO32__]: Include <pc.h> only if HAVE_SELECT is undefined.Eli Zaretskii2000-03-151-4/+4
| | | | | (rl_unget_char, rl_getc) [__GO32__]: Use the go32-specific code only if HAVE_SELECT is undefined.
* (read_history_range, history_truncate_file, history_do_write) [__MSDOS__]:Eli Zaretskii2000-03-151-0/+35
| | | | Allow for a `_' to replace the leading dot in hard-wrired file names.
* (_rl_move_vert) [__GO32__]: fflush the stream, to make sure cursor positionEli Zaretskii2000-03-151-2/+10
| | | | | | | | is up-to-date. (space_to_eol) [__GO32__]: Clear the screen and home the cursor. (insert_some_chars) [__GO32__]: Don't write directly to the screen in DJGPP versions 2.x (it doesn't work). (delete_chars) [__GO32__]: Ditto.
* (username_completion_function) [__GO32__]: Don't bypass getpw* calls.Eli Zaretskii2000-03-151-2/+10
| | | | (filename_completion_function): Handle drive-relative file names d:foo.
* (_rl_read_file): Use O_BINARY in open. Enable the test for incompleteEli Zaretskii2000-03-151-2/+45
| | | | | read. Strip the CR characters by hand after readin the file. (rl_read_init_file): Allow for ~/_intputrc on 8+3 filesystems.
* Shared libraries are not supported on MS-DOS.Eli Zaretskii2000-03-151-0/+6
|
* 2000-02-07 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda2000-02-081-982/+0
| | | | | | | | | | | | | | | | * gdb/config/i386/windows.mh, gdb/doc/GDBvn.texi, gdb/doc/remote.texi, gdb/testsuite/gdb.base/README, gdb/testsuite/gdb.base/crossload.exp, gdb/testsuite/gdb.base/i486-elf.u, gdb/testsuite/gdb.base/i860-elf.u, gdb/testsuite/gdb.base/m68k-aout.u, gdb/testsuite/gdb.base/m68k-aout2.u, gdb/testsuite/gdb.base/m68k-elf.u, gdb/testsuite/gdb.base/mips-ecoff.u, gdb/testsuite/gdb.base/sparc-aout.u, gdb/testsuite/gdb.base/sparc-elf.u, gdb/tui/Makefile, readline/ChangeLog: These files have been removed over the course of the last year, but weren't cvs removed from the old GDB repository on sourceware.
* import gdb-1999-08-16 snapshotJason Molenda1999-08-165-2/+33
|
* Initial revisionJason Molenda1999-08-161-0/+399
|
* 1999-08-09 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1999-08-092-175/+0
| | | | | | * README-gdb, gdb/testsuite/gdb.c++/ref-types2.cc, gdb/testsuite/gdb.c++/ref-types2.exp, readline/MANIFEST.doc, readline/doc/inc-hist.texi: Removed in the 1999-08-02 snapshot.
* import gdb-1999-08-02 snapshotJason Molenda1999-08-0250-1626/+2816
|
* Initial revisionJason Molenda1999-08-027-0/+901
|
* import gdb-1999-07-19 snapshotJason Molenda1999-07-193-1/+10
|
* Initial revisionStan Shebs1999-05-051-0/+988
|
* Initial revisionStan Shebs1999-04-271-0/+1122
|
* import gdb-19990422 snapshotStan Shebs1999-04-265-16/+78
|
* Initial revisionStan Shebs1999-04-1684-0/+38636