aboutsummaryrefslogtreecommitdiff
path: root/readline/doc/inc-hist.texi
AgeCommit message (Collapse)AuthorFilesLines
1999-08-091999-08-09 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-159/+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-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+159
1999-04-16Initial creation of sourceware repositoryStan Shebs1-159/+0
1998-12-17 * inc-hist.texi: @node line "Using History" was wrong.Felix Lee1-1/+1
1998-12-08 The following changes were made by Jim BlandyDavid Taylor1-1/+1
<jimb@zwingli.cygnus.com> and David Taylor <taylor@texas.cygnus.com> as part of a project to merge in changes made by HP; HP did not create ChangeLog entries. * config/mp-enable-tui: New file. (TUI_CFLAGS): Search devo's include directory, as long as we're totally ruining modularity. (INCLUDE_SRCDIR): New var. (GDB_TUI_SRCDIR): Fix syntax error. * configure.in: Check the --enable-tui flag; if it's set, include a makefile fragment that #defines TUI and adds the needed #include directories. (*-*-hpux*): New host; use sysdep-hpux.h. * Makefile.in (.c.o): Check the variable set in the makefile fragment above. * display.c (term_goto): declare it. (insert_some_chars): set it. (delete_chars): set it. * readline.c: add tui include files surrounded by TUI. (rl_reset): new function, move some of rl_abort functionality to here. (rl_abort): call rl_reset. (rl_getc): tui changes. (init_terminal_io): tui changes. * readline.h (tui_version, fputc_unfiltered, fputs_unfiltered, tui_tputs): declare if TUI is defined. * rltty.c (prepare_terminal_settings): additional comment. * signals.c: add tui include files surrounded by TUI. move #if and #endif to column 1 so HP's compiler will accept them. Remove declaration of tuiDoAndReturnToTop since it's declared in tui.h. (rl_handle_sigwinch): call tuiDoAndReturnToTop if TUI defined. (rl_handle_sigwinch_on_clear): define if TUI defined. (rl_set_signals): if TUI, avoid infinite recursion. (rl_clear_signals): install rl_handle_sigwinch_on_clear. * sysdep-hpux.h: New file.
1995-06-22 inc-hist.texi: gdb manual up to date for 95q3Victoria Mixon1-18/+22
rluser.texinfo:
1992-02-28Hard-code "@appendix" instead of "@chapter" at the beginning of each of these.Roland Pesch1-1/+1
This will eventually be supported with a trivial macro, but those aren't standard texinfo yet; in the meantime, I think GDB is the only manual we print that uses these---and it wants appendices.
1991-11-22Initial revisionStu Grossman1-0/+155