Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-01-20 | * rluser.texinfo (Sample Init File): Prevent overfull hboxes. | Eli Zaretskii | 2 | -3/+9 | |
From Brian Youmans <3diff@gnu.org>. | |||||
2002-01-17 | 2002-01-17 H.J. Lu (hjl@gnu.org) | H.J. Lu | 3 | -314/+353 | |
* support/config.guess: Import from master sources, rev 1.225. * support/config.sub: Import from master sources, rev 1.238. | |||||
2001-07-20 | Clone src/config.guess. Mention in MAINTAINERS. | Andrew Cagney | 2 | -551/+595 | |
2001-07-17 | Update local local copies of config.sub and config.guess. | Andrew Cagney | 2 | -281/+381 | |
Mention those files in MAINTAINERS. | |||||
2001-06-15 | 2001-06-15 Elena Zannoni <ezannoni@redhat.com> | Elena Zannoni | 3 | -0/+8 | |
* configure.in: Add -fsigned-char to LOCAL_CFLAGS for Linux running on the IBM S/390. * configure: Ditto. | |||||
2001-01-08 | * rltty.c (save_tty_chars): Fix compilation-stopping typo. | Christopher Faylor | 2 | -1/+5 | |
2000-07-10 | A few tweaks required to use Readline as part of the DJGPP port of GDB. | Eli Zaretskii | 3 | -5/+81 | |
2000-07-09 | readline: | Elena Zannoni | 92 | -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-09 | This commit was generated by cvs2svn to track changes on a CVS vendor | Elena Zannoni | 19 | -6263/+11206 | |
branch. | |||||
2000-07-09 | Import of readline 4.1 | Elena Zannoni | 95 | -8219/+15192 | |
2000-07-07 | Import of readline 4.0readline_4_0 | Elena Zannoni | 19 | -467/+21620 | |
2000-07-07 | This commit was generated by cvs2svn to track changes on a CVS vendor | Elena Zannoni | 9 | -0/+21400 | |
branch. | |||||
2000-04-19 | Remove generated file. | Andrew Cagney | 2 | -1188/+5 | |
2000-03-29 | Revert movement of @chapter and @node tags from separate files to | Andrew Cagney | 3 | -4/+6 | |
gdb.texinfo. | |||||
2000-03-24 | Fix texinfo-3.12 problems: | Andrew Cagney | 3 | -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 Zaretskii | 1 | -0/+37 | |
2000-03-15 | [__GO32__]: Include <pc.h>. | Eli Zaretskii | 1 | -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 Zaretskii | 1 | -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 Zaretskii | 1 | -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 Zaretskii | 1 | -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 Zaretskii | 1 | -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 Zaretskii | 1 | -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 position | Eli Zaretskii | 1 | -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 Zaretskii | 1 | -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 incomplete | Eli Zaretskii | 1 | -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-15 | Shared libraries are not supported on MS-DOS. | Eli Zaretskii | 1 | -0/+6 | |
2000-02-08 | 2000-02-07 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 1 | -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-16 | import gdb-1999-08-16 snapshot | Jason Molenda | 3 | -0/+425 | |
1999-08-16 | import gdb-1999-08-16 snapshot | Jason Molenda | 3 | -2/+7 | |
1999-08-16 | This commit was generated by cvs2svn to track changes on a CVS vendor | Jason Molenda | 3 | -2/+7 | |
branch. | |||||
1999-08-09 | 1999-08-09 Jason Molenda (jsm@bugshack.cygnus.com) | Jason Molenda | 2 | -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-02 | import gdb-1999-08-02 snapshot | Jason Molenda | 57 | -1624/+3715 | |
1999-08-02 | This commit was generated by cvs2svn to track changes on a CVS vendor | Jason Molenda | 57 | -1624/+3715 | |
branch. | |||||
1999-07-19 | import gdb-1999-07-19 snapshot | Jason Molenda | 1 | -0/+7 | |
1999-07-19 | import gdb-1999-07-19 snapshot | Jason Molenda | 2 | -1/+3 | |
1999-07-19 | This commit was generated by cvs2svn to track changes on a CVS vendor | Jason Molenda | 2 | -1/+3 | |
branch. | |||||
1999-05-05 | import gdb-19990504 snapshot | Stan Shebs | 1 | -0/+988 | |
1999-04-27 | import gdb-19990422 snapshot | Stan Shebs | 1 | -0/+1122 | |
1999-04-27 | This commit was generated by cvs2svn to track changes on a CVS vendor | Stan Shebs | 1 | -0/+1122 | |
branch. | |||||
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 1 | -0/+21 | |
1999-04-26 | import gdb-19990422 snapshot | Stan Shebs | 4 | -16/+57 | |
1999-04-26 | This commit was generated by cvs2svn to track changes on a CVS vendor | Stan Shebs | 4 | -16/+57 | |
branch. | |||||
1999-04-16 | Initial creation of sourceware repositorygdb-4_18-branchpoint | Stan Shebs | 6 | -0/+1232 | |
1999-04-16 | Initial creation of sourceware repository | Stan Shebs | 78 | -0/+37404 | |