aboutsummaryrefslogtreecommitdiff
path: root/readline
AgeCommit message (Collapse)AuthorFilesLines
2000-07-10A few tweaks required to use Readline as part of the DJGPP port of GDB.Eli Zaretskii3-5/+81
2000-07-09readline:Elena Zannoni92-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
2000-07-09Import of readline 4.1Elena Zannoni95-8219/+15192
2000-07-09This commit was generated by cvs2svn to track changes on a CVS vendorElena Zannoni19-6263/+11206
branch.
2000-07-07Import of readline 4.0readline_4_0Elena Zannoni19-467/+21620
2000-07-07This commit was generated by cvs2svn to track changes on a CVS vendorElena Zannoni9-0/+21400
branch.
2000-04-19Remove generated file.Andrew Cagney2-1188/+5
2000-03-29Revert movement of @chapter and @node tags from separate files toAndrew Cagney3-4/+6
gdb.texinfo.
2000-03-24Fix texinfo-3.12 problems:Andrew Cagney3-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.
2000-03-16*** empty log message ***Eli Zaretskii1-0/+37
2000-03-15[__GO32__]: Include <pc.h>.Eli Zaretskii1-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.
2000-03-15[__GO32__]: Don't undef HANDLE_SIGNALS for DJGPP v2.x.Eli Zaretskii1-2/+4
Don't declare sigwinch_set_flag if SIGWINCH is undefined.
2000-03-15[__GO32__]: Don't undef HANDLE_SIGNALS if __DJGPP__ is defined.Eli Zaretskii1-7/+9
(prepare_terminal_settings, rl_prep_terminal, rl_deprep_terminal) [__GO32__]: Don't bypass termios code if HAVE_TERMIOS_H is defined.
2000-03-15[__GO32__]: If HAVE_TEMIOS_H is defined, declare readline_default_bindings.Eli Zaretskii1-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.
2000-03-15[__GO32__]: Include <pc.h> only if HAVE_SELECT is undefined.Eli Zaretskii1-4/+4
(rl_unget_char, rl_getc) [__GO32__]: Use the go32-specific code only if HAVE_SELECT is undefined.
2000-03-15(read_history_range, history_truncate_file, history_do_write) [__MSDOS__]:Eli Zaretskii1-0/+35
Allow for a `_' to replace the leading dot in hard-wrired file names.
2000-03-15(_rl_move_vert) [__GO32__]: fflush the stream, to make sure cursor positionEli Zaretskii1-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.
2000-03-15(username_completion_function) [__GO32__]: Don't bypass getpw* calls.Eli Zaretskii1-2/+10
(filename_completion_function): Handle drive-relative file names d:foo.
2000-03-15(_rl_read_file): Use O_BINARY in open. Enable the test for incompleteEli Zaretskii1-2/+45
read. Strip the CR characters by hand after readin the file. (rl_read_init_file): Allow for ~/_intputrc on 8+3 filesystems.
2000-03-15Shared libraries are not supported on MS-DOS.Eli Zaretskii1-0/+6
2000-02-082000-02-07 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-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.
1999-08-16import gdb-1999-08-16 snapshotJason Molenda3-0/+425
1999-08-16import gdb-1999-08-16 snapshotJason Molenda3-2/+7
1999-08-16This commit was generated by cvs2svn to track changes on a CVS vendorJason Molenda3-2/+7
branch.
1999-08-091999-08-09 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda2-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.
1999-08-02import gdb-1999-08-02 snapshotJason Molenda57-1624/+3715
1999-08-02This commit was generated by cvs2svn to track changes on a CVS vendorJason Molenda57-1624/+3715
branch.
1999-07-19import gdb-1999-07-19 snapshotJason Molenda1-0/+7
1999-07-19import gdb-1999-07-19 snapshotJason Molenda2-1/+3
1999-07-19This commit was generated by cvs2svn to track changes on a CVS vendorJason Molenda2-1/+3
branch.
1999-05-05import gdb-19990504 snapshotStan Shebs1-0/+988
1999-04-27import gdb-19990422 snapshotStan Shebs1-0/+1122
1999-04-27This commit was generated by cvs2svn to track changes on a CVS vendorStan Shebs1-0/+1122
branch.
1999-04-26import gdb-19990422 snapshotStan Shebs1-0/+21
1999-04-26import gdb-19990422 snapshotStan Shebs4-16/+57
1999-04-26This commit was generated by cvs2svn to track changes on a CVS vendorStan Shebs4-16/+57
branch.
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs6-0/+1232
1999-04-16Initial creation of sourceware repositoryStan Shebs78-0/+37404