Andrew Cagney
56f65f858d
dummy commit, get CVS off the branch.
24 years ago
Andrew Cagney
2ba146cd6f
Dummy commit. Get CVS off the branch.
24 years ago
Elena Zannoni
84041b4c47
import of readline-4.3
24 years ago
Andrew Cagney
fd31a1711c
Import config.guess and config.sub.
24 years ago
Chris Demetriou
66fc93f247
[ dejagnu/ChangeLog ]
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.
24 years ago
Elena Zannoni
2aea96a18e
Rename local ChangeLog and ChangeLog.Cygnus files to ChangeLog.gdb.
25 years ago
Daniel Jacobowitz
3a69669681
==> dejagnu/ChangeLog <==
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.
25 years ago
Ben Elliston
f5e547d684
* config.guess: Import from master sources, rev 1.229.
* config.sub: Import from master sources, rev 1.240.
25 years ago
Eli Zaretskii
c17645a024
* rluser.texinfo (Sample Init File): Prevent overfull hboxes.
From Brian Youmans <3diff@gnu.org>.
25 years ago
H.J. Lu
6c6fb00d71
2002-01-17 H.J. Lu (hjl@gnu.org)
* support/config.guess: Import from master sources, rev 1.225.
* support/config.sub: Import from master sources, rev 1.238.
25 years ago
Andrew Cagney
5c883cdc50
Clone src/config.guess. Mention in MAINTAINERS.
25 years ago
Andrew Cagney
5b5d0a9784
Update local local copies of config.sub and config.guess.
Mention those files in MAINTAINERS.
25 years ago
Elena Zannoni
22cbd7fb8c
2001-06-15 Elena Zannoni <ezannoni@redhat.com>
* configure.in: Add -fsigned-char to LOCAL_CFLAGS for Linux
running on the IBM S/390.
* configure: Ditto.
26 years ago
Christopher Faylor
5844f8455e
* rltty.c (save_tty_chars): Fix compilation-stopping typo.
26 years ago
Eli Zaretskii
30083a3242
A few tweaks required to use Readline as part of the DJGPP port of GDB.
26 years ago
Elena Zannoni
1b17e76665
readline:
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
26 years ago
Elena Zannoni
f9267e152c
Import of readline 4.1
26 years ago
Elena Zannoni
a44161c313
Import of readline 4.0
27 years ago
Andrew Cagney
93d2d69ce2
Remove generated file.
27 years ago
Andrew Cagney
dbeb8dbdff
Revert movement of @chapter and @node tags from separate files to
gdb.texinfo.
27 years ago
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.
27 years ago
Eli Zaretskii
83fd9405ce
*** empty log message ***
27 years ago
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.
27 years ago
Eli Zaretskii
a66f60a2b1
[__GO32__]: Don't undef HANDLE_SIGNALS for DJGPP v2.x.
Don't declare sigwinch_set_flag if SIGWINCH is undefined.
27 years ago
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.
27 years ago
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.
27 years ago
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.
27 years ago
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.
27 years ago
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.
27 years ago
Eli Zaretskii
cd0040c11f
(username_completion_function) [__GO32__]: Don't bypass getpw* calls.
(filename_completion_function): Handle drive-relative file names d:foo.
27 years ago
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.
27 years ago
Eli Zaretskii
511fec4d92
Shared libraries are not supported on MS-DOS.
27 years ago
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.
27 years ago
Jason Molenda
7be570e7ce
import gdb-1999-08-16 snapshot
27 years ago
Jason Molenda
d18570046c
import gdb-1999-08-16 snapshot
27 years ago
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.
27 years ago
Jason Molenda
c862e87b3e
import gdb-1999-08-02 snapshot
27 years ago
Jason Molenda
adf40b2e16
import gdb-1999-07-19 snapshot
27 years ago
Jason Molenda
c95b01a9b0
import gdb-1999-07-19 snapshot
27 years ago
Stan Shebs
a4cb37cb10
import gdb-19990504 snapshot
28 years ago
Stan Shebs
aac4839284
import gdb-19990422 snapshot
28 years ago
Stan Shebs
7a292a7adf
import gdb-19990422 snapshot
28 years ago
Stan Shebs
771578d160
import gdb-19990422 snapshot
28 years ago
Stan Shebs
c906108c21
Initial creation of sourceware repository
28 years ago
Stan Shebs
d60d9f651a
Initial creation of sourceware repository
28 years ago
Stan Shebs
071ea11e85
Initial creation of sourceware repository
28 years ago
Elena Zannoni
6938573fac
Tue Feb 9 10:38:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* configure.in: Do not use the ./support directory.
* configure: Regenerate.
28 years ago
Felix Lee
8142df8181
new dir cross-build needs to be kept.
28 years ago
Christopher Faylor
8dee1c8d22
* configure.in: Use LOCAL_CFLAGS rather than CFLAGS for
searching libtermcap directory.
* configure: Regenerate.
28 years ago
Christopher Faylor
c450a7fe3f
* configure.in: Search devo libtermcap directory for termcap.h
when compiling for cygwin.
* configure: Regenerated.
28 years ago