Commit Graph

130 Commits

Author SHA1 Message Date
Andrew Cagney b9deaee7a0 Fix texinfo-3.12 problems:
* 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-24 07:30:07 +00:00
Eli Zaretskii 83fd9405ce *** empty log message *** 2000-03-16 12:05:12 +00:00
Eli Zaretskii 8f2eba6efa [__GO32__]: Include <pc.h>.
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 12:05:59 +00:00
Eli Zaretskii a66f60a2b1 [__GO32__]: Don't undef HANDLE_SIGNALS for DJGPP v2.x.
Don't declare sigwinch_set_flag if SIGWINCH is undefined.
2000-03-15 11:59:45 +00:00
Eli Zaretskii 410913b1c5 [__GO32__]: Don't undef HANDLE_SIGNALS if __DJGPP__ is defined.
(prepare_terminal_settings, rl_prep_terminal, rl_deprep_terminal)
[__GO32__]: Don't bypass termios code if HAVE_TERMIOS_H is defined.
2000-03-15 11:57:42 +00:00
Eli Zaretskii a442890136 [__GO32__]: If HAVE_TEMIOS_H is defined, declare readline_default_bindings.
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 11:53:33 +00:00
Eli Zaretskii 992d0af061 [__GO32__]: Include <pc.h> only if HAVE_SELECT is undefined.
(rl_unget_char, rl_getc) [__GO32__]: Use the go32-specific code only if
HAVE_SELECT is undefined.
2000-03-15 11:47:46 +00:00
Eli Zaretskii 057b35a099 (read_history_range, history_truncate_file, history_do_write) [__MSDOS__]:
Allow for a `_' to replace the leading dot in hard-wrired file names.
2000-03-15 11:44:17 +00:00
Eli Zaretskii bd0856513e (_rl_move_vert) [__GO32__]: fflush the stream, to make sure cursor position
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 11:41:26 +00:00
Eli Zaretskii cd0040c11f (username_completion_function) [__GO32__]: Don't bypass getpw* calls.
(filename_completion_function): Handle drive-relative file names d:foo.
2000-03-15 11:36:20 +00:00
Eli Zaretskii a27688aa9f (_rl_read_file): Use O_BINARY in open. Enable the test for incomplete
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 11:32:18 +00:00
Eli Zaretskii 511fec4d92 Shared libraries are not supported on MS-DOS. 2000-03-15 11:25:30 +00:00
Jason Molenda 1171f8d754 2000-02-07 Jason Molenda (jsm@bugshack.cygnus.com)
* 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.
2000-02-08 03:37:34 +00:00
Jason Molenda 7be570e7ce import gdb-1999-08-16 snapshot 1999-08-16 19:57:19 +00:00
Jason Molenda d18570046c import gdb-1999-08-16 snapshot 1999-08-16 19:57:18 +00:00
Jason Molenda ed288bb597 This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
1999-08-16 19:57:18 +00:00
Jason Molenda 169f3bd8b5 1999-08-09 Jason Molenda (jsm@bugshack.cygnus.com)
* 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-09 19:26:28 +00:00
Jason Molenda c862e87b3e import gdb-1999-08-02 snapshot 1999-08-02 23:48:02 +00:00
Jason Molenda 30727aa6d1 This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
1999-08-02 23:48:02 +00:00
Jason Molenda adf40b2e16 import gdb-1999-07-19 snapshot 1999-07-19 23:30:11 +00:00
Jason Molenda c95b01a9b0 import gdb-1999-07-19 snapshot 1999-07-19 23:29:27 +00:00
Jason Molenda dc9e099fc0 This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
1999-07-19 23:29:27 +00:00
Stan Shebs a4cb37cb10 import gdb-19990504 snapshot 1999-05-05 21:45:13 +00:00
Stan Shebs aac4839284 import gdb-19990422 snapshot 1999-04-27 01:30:31 +00:00
Stan Shebs 8b0b198558 This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
1999-04-27 01:30:31 +00:00
Stan Shebs 7a292a7adf import gdb-19990422 snapshot 1999-04-26 18:34:20 +00:00
Stan Shebs 771578d160 import gdb-19990422 snapshot 1999-04-26 18:30:31 +00:00
Stan Shebs 1996fae846 This commit was generated by cvs2svn to track changes on a CVS vendor
branch.
1999-04-26 18:30:31 +00:00
Stan Shebs c906108c21 Initial creation of sourceware repository 1999-04-16 01:35:26 +00:00
Stan Shebs d60d9f651a Initial creation of sourceware repository 1999-04-16 01:34:55 +00:00