3 * Makefile.in: Add CYGNUS LOCAL comment.
4 * acconfig.h: Add missing defines.
5 * config.h.bot: Add missing content.
6 * configure, config.h.in: Regenerated.
10 * Makefile.in: comment out the rule to rebuild configure by
15 * shell.c (savestring): ifdef'd it out.
17 * Imported new version of Readline 2.2.1. Removed all the Cygnus
20 New files: acconfig.h, aclocal.m4, ansi_stdlib.h, callback.c,
21 config.h.in, configure, histexpand.c, histfile.c, histlib.h,
22 histsearch.c, input.c, kill.c, macro.c, nls.c, posixdir.h,
23 posixjmp.h, posixstat.h, rlconf.h, rltty.h, rlwinsize.h, shell.c,
24 tcap.h, terminal.c, undo.c, util.c, support directory.
26 Removed files: sysdep*, config directory.
31 The following changes were made by Jim Blandy
34 made by HP; HP did not create ChangeLog entries.
36 * config/mp-enable-tui: New file.
37 (TUI_CFLAGS): Search devo's include directory, as long as we're
38 totally ruining modularity.
39 (INCLUDE_SRCDIR): New var.
40 (GDB_TUI_SRCDIR): Fix syntax error.
42 * configure.in: Check the --enable-tui flag; if it's set, include
43 a makefile fragment that #defines TUI and adds the needed #include
45 (*-*-hpux*): New host; use sysdep-hpux.h.
47 * Makefile.in (.c.o): Check the variable set in the makefile
50 * display.c (term_goto): declare it.
51 (insert_some_chars): set it.
52 (delete_chars): set it.
54 * readline.c: add tui include files surrounded by TUI.
55 (rl_reset): new function, move some of rl_abort functionality to
57 (rl_abort): call rl_reset.
58 (rl_getc): tui changes.
59 (init_terminal_io): tui changes.
61 * readline.h (tui_version, fputc_unfiltered, fputs_unfiltered,
62 tui_tputs): declare if TUI is defined.
64 * rltty.c (prepare_terminal_settings): additional comment.
66 * signals.c: add tui include files surrounded by TUI. move #if
67 and #endif to column 1 so HP's compiler will accept them. Remove
68 declaration of tuiDoAndReturnToTop since it's declared in tui.h.
69 (rl_handle_sigwinch): call tuiDoAndReturnToTop if TUI defined.
70 (rl_handle_sigwinch_on_clear): define if TUI defined.
71 (rl_set_signals): if TUI, avoid infinite recursion.
72 (rl_clear_signals): install rl_handle_sigwinch_on_clear.
74 * sysdep-hpux.h: New file.
78 * configure.in: Check cygwin* instead of cygwin32*.
82 * sysdep-hpux11.h: New file.
83 * configure.in (*-*-*-hpux11*): Use sysdep-hpux11.h.
87 * configure.bat: Remove obsolete file.
88 * examples/configure.bat: Remove obsolete file.
92 * sysdep-6irix.h: New file.
93 * configure.in (*-*-irix6*): New host; use sysdep-6irix.h.
95 * Makefile.in (isearch.o, search.o): Depend upon sysdep.h.
96 (Makefile): Depend upon $(srcdir)/configure.in.
100 * configure.in (host==netbsd): Include config/mh-bsd44.
101 * config/mh-bsd44: New file.
105 * rltty.c: fix typos.
109 * tilde.c (tilde_word_expand): __MSDOS___ -> __MSDOS__
113 * rldefs.h: On Linux, include <termios.h> to fix compile error
118 * rldefs.h: Enable HANDLE_SIGNALS for cygwin32.
122 * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
126 * complete.c: Include <pwd.h> if not DOS, and if cygwin32 or not
128 * configure.in: Add test for *-*-cygwin32* to use config/mh-posix.
129 * readline.c: Move decl of tgetstr to rldefs.h.
130 * (_rl_set_screen_size): Remove redundant ifdef MINIMALs.
131 * rldefs.h: Don't do MINIMAL for cygwin32. Cygwin32 now uses
132 full-blown readline, except for termcap.
136 * rldefs.c: Get rid of define of SIGALRM if _WIN32 or __MSDOS__.
137 * Don't define ScreenCols/ScreenRows/... if cygwin32.
138 * sysdep-norm.h: Don't include <malloc.h> if cygwin32.
142 * rldefs.h: If __osf__is defined, include <termio.h> instead of
147 * bind.c complete.c history.c readline.c: Don't include sys/file.h.
148 * complete.c display.c parens.c readline.c rldefs.h rltty.c
149 signals.c tilde.c: Change refs to _MSC_VER and __WIN32__ to _WIN32.
150 * signals.c (rl_signal_handler): Ifdef out kill if _WIN32.
151 * sysdep-norm.h: Ifdef out include of dirent.h if _WIN32.
152 Include malloc.h if _WIN32.
156 * rldefs.h (sys/uio.h) Before sys/stream.h is included under AIX,
157 include sys/uio.h, which prevents an undefined structure used in a
158 prototype message from being generated.
162 * Makefile.in (datadir): Set to $(prefix)/share.
169 * sysdep-linux.h: New file.
170 * display.c: Add include of "sysdep.h" to get HAVE_VARARGS_H.
171 * configure.in: Change pattern i[345]86-*-linux* into *-*-linux* to
172 support non-x86 based Linux platforms.
177 * config/mh-gnu: New file.
178 * configure.in (*-*-gnu*): New host.
183 * configure.in: SCO OpenServer 5 (a.k.a 3.2v5*) is more like
184 SCO 3.2v4 than 3.2v2.
188 * readline.c, display.c, complete.c: Add _MSC_VER to list of
189 things which can't do most things.
193 * complete.c: Change WIN32 to __WIN32__, added #else return NULL
194 to end of that define.
198 * display.c, parens.c, readline.c, rldefs.h: Change use of
203 * Makefile.in (BISON): Remove macro.
207 * complete.c (filename_completion_function): Enable for
212 * configure.in: Handle powerpc-ibm-aix* like rs6000-ibm-aix*.
216 * rltty.c (outchar): Return an int, like tputs expects.
217 * signals.c (_rl_output_character_function): Ditto.
221 Fixes for when the host WIN32, but not MSC.
222 * complete.c: Sometimes have pwd.h
223 * parens.c: WIN32 has similar restrictions to __GO32__.
224 * readline.c (__GO32__): Some of this moved into rldefs.h
225 * signals.c (__GO32__): Likewise.
226 * rldefs.h (MSDOS||WIN32) becomes MSDOS||MSC.
227 (WIN32&&!WIN32): New definitions.
231 * Makefile.in (maintainer-clean): New synonym for realclean.
235 * rltty.c (outchar): Provide prototype for outchar, to silence
236 type warnings in passing outchar to tputs on systems like Linux
237 that have full prototypes.
239 * signals.c (_rl_output_character_function): Provide prototype to
240 silence type warnings.
242 Sun Jan 15 14:10:37 1995 Steve Chamberlain <sac@splat>
244 * rldefs.h: Define MINIMAL for __GO32__ and WIN32.
245 * complete.c, display.c, readline.c, rltty.c: Test MINIMAL
250 * configure.in: Change i[34]86 to i[345]86.
254 * configure.in (m88*-harris-cxux7*): Recognize.
255 * sysdep-cxux7.h: New file.
259 * rttty.c (control_meta_key_on): Remove superfluous testing of
264 * rltty.c (control_meta_key_on): Don't compile if __GO32__ is
266 (rltty_set_default_bindings): Likewise.
267 * display.c (insert_some_chars, delete_chars): row_start should be
269 * parens.c (rl_insert_close): No FD_SET if using __GO32__.
270 * readline.c (rl_gather_tyi): Strip off spurious high bits.
274 * history.c: Swap inclusion of rldefs.h and chardefs.h to avoid
275 CTRL macro redefinition.
279 * readline.c (readline_default_bindings): Don't compile if
281 (_rl_set_screen_size): Likewise.
282 * rltty.c (rltty_set_default_bindings): Likewise.
283 (control_meta_key): Likewise.
284 * display.c: If __GO32__ is defined, include <sys/pc.h>.
285 * parens.c: If __GO32__ is defined, undefine FD_SET.
286 * signals.c: Include SIGWINCH handling in the set of things which
287 is not done if HANDLE_SIGNALS is not set.
291 * config/mh-go32: New fragment.
292 * configure.in (host==go32): Use go32 fragment.
296 * chardefs.h, rldefs.h: Move decls of string funcs from chardefs.h
297 to rldefs.h so that they don't pollute apps that include
299 * history.c: include rldefs.h to get decls of string funcs.
303 * configure.in (rs6000-bull-bosx*): New configuration, RS/6000
308 * configure.in: Use mh-posix for sunos4.1*.
312 * rltty.c (set_tty_settings): Don't set readline_echoing_p.
313 (rl_deprep_terminal) [NEW_TTY_DRIVER]: Set readline_echoing_p.
317 * Makefile.in: Add TAGS target.
321 * isearch.c, search.c: Include sysdep.h.
325 * configure.in: For ISC, use mh-sysv, not mh-isc.
329 * Merge in changes from bash-1.13.5. Merge changes from glob/tilde.c
330 into tilde.c and use it. Add system function declarations where
331 necessary. Check for __GO32__, not _GO32_ consistently.
332 * Makefile.in: Update dependencies.
333 * rltty.c: Include <sys/file.h> to match include file setup
334 in readline.c for rldefs.h. Otherwise we get inconsistent
335 TTY_DRIVER definitions in readline.c and rltty.c.
336 * bind.c, complete.c: Do not include <sys/types.h>, it is already
337 included via sysdep.h, which causes problems if <sys/types.h> has
338 no multiple inclusion protection.
339 * readline.c (_rl_set_screen_size): Reestablish test for
341 * rldefs.h: Define S_ISREG if necessary.
345 * Makefile.in: Add search.o rule for Sun make.
349 * rltty.c: #if out some code if __GO32__.
353 * readline.c (_rl_output_character_function), display.c:
354 Return int, not void, to conform with the expected arg of tputs.
355 * readline.c (init_terminal_io): tgetflag only takes 1 arg.
356 * readline.c (_rl_savestring): New function.
357 * chardefs.h: To avoid conflicts and/or warnings, define
358 savestring as a macro wrapper for _rl_savestring.
359 * display.c (extern term_xn): It's an int flag, not a string.
360 * charsdefs.h, rldefs.h: Remove HAVE_STRING_H-related junk.
364 * Makefile.in: Remove obsolete rules for history.info and
369 * chardefs.h: Only declare strrchr if it is not #define'd.
373 * rldefs.h: Accept __hpux as well as hpux for HP compiler in ANSI mode.
377 * chardefs.h, tilde.c: Just declare strrchr rather than trying to
378 include a system header.
382 * Makefile.in (distclean, realclean): Expand local-distclean
383 inline after doing recursion. You can't recurse after removing
384 Makefile. Make them depend on local-clean.
385 * Makefile.in (local-distclean): Remove now superfluous target.
389 * readline.c (doing_an_undo): Delete second declaration, since it
390 confuses the alpha-osf1 native compiler.
394 * complete.c, bind.c: Include <sys/stat.h>.
395 * complete.c: Define X_OK if not defined by a system header.
397 * chardefs.h: Don't declare xmalloc.
399 * keymaps.h: Include "chardefs.h" not <readline/chardefs.h>.
401 * Makefile.in (clean mostlyclean distclean realclean): Recurse
402 into subdirectories as well as doing this directory. Add clean-dvi
407 * readline.c, display.c: Patches to allow use of all 80
408 columns on most terminals (those with am and xn).
410 Merge in changes from bash-1.13. The most obvious one is
411 that the file readline.c has been split into multiple files.
412 * bind.c, complete.c, dispay.c, isearch.c, parens.c, rldefs.h,
413 rltty.c, search.c signals.c, tilde.c, tilde.h, xmalloc.c: New files.
417 * readline.c (rl_getc): If GO32, trim high bit from getkey,
418 otherwise fancy PC keys cause grief.
422 * configure.in: Add doc to configdirs.
423 * Makefile.in (info dvi install-info clean-info): Recurse into doc.
427 * configure.in: Add * to end of all OS names.
431 * readline.c: Add stuff for HIUX to place where we detect termio
432 vs. sgtty (ugh, but I don't see a simple better way).
436 * readline.c (parser_if): Free tname when done with it (change
437 imported from from bash 1.12 readline).
441 * configure.in (m88k-*-sysvr4*): Comment out previous change.
445 * configure.in (*-*-riscos*): New entry; use mh-sysv.
449 * configure.in: Add comment.
451 Mon Jun 14 14:28:55 1993 Jim Kingdon (kingdon@eric)
453 * configure.in (m88k-*-sysvr4*): Use sysdep-norm.h.
457 * Makefile.in ({real,dist}clean): Remove sysdep.h.
461 * Makefile.in: Add mostlyclean, distclean, and realclean targets.
465 * config/mh-isc: New file.
466 * configure.in: Use it.
468 Sat Apr 17 00:40:12 1993 Jim Kingdon (kingdon at calvin)
470 * readline.c, history.c: Don't include sys/types.h; sysdep.h does.
472 * config/mh-sysv: Define TIOCGWINSZ_BROKEN.
473 readline.c: Check it.
475 Wed Mar 24 02:06:15 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
477 * Makefile.in: add installcheck & dvi targets
479 Fri Mar 12 18:36:53 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
481 * configure.in: recognize *-*-solaris2* instead of *-*-solaris* (a
482 number of people want to call SunOS 4.1.2 "solaris1.0"
487 * sysdep-sysv4.h: New file for SVR4.
488 * configure.in (*-*-sysv4*): Use sysdep-sysv4.h.
490 * configure.in (*-*-ultrix2): Add triplet from Michael Rendell
495 * configure.in (i[34]86-*-sco3.2v4*): use mh-sco4.
496 * config/mh-sco4: New file, like mh-sco but without defining
501 * configure.in: Reformat to one-case-per-line.
504 Wed Nov 4 15:32:31 1992 Stu Grossman (grossman at cygnus.com)
506 * sysdep-norm.h: Remove some crud, install dire warning.
508 Thu Oct 22 01:08:13 1992 Stu Grossman (grossman at cygnus.com)
510 * configure.in: Make SCO work again...
514 * readline.c (init_terminal_io): if tgetent returns 0, the
515 terminal type is unknown.
517 Thu Oct 1 23:44:14 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
519 * configure.in: use cpu-vendor-os triple instead of nested cases
521 Wed Sep 30 12:58:57 1992 Stu Grossman (grossman at cygnus.com)
523 * readline.c (rl_complete_internal): Cast alloca to (char *) to
526 Fri Sep 25 12:45:05 1992 Stu Grossman (grossman at cygnus.com)
528 * readline.c (clear_to_eol, rl_generic_bind): Make static.
529 (rl_digit_loop): Add arg to call to rl_message().
530 * vi_mode.c (rl_vi_first_print): Add arg to call to
535 * Makefile.in: always create installation directories, use full
536 file name for install target.
540 * readline.c (last_readline_init_file): Fix typo made by Steve
541 Chamberlain/DJ Delorie. Proper control file name is ~/.inputrc,
544 Thu Jun 25 16:15:27 1992 Stu Grossman (grossman at cygnus.com)
546 * configure.in: Make bsd based systems use sysdep-obsd.h.
550 * config/mh-posix: New file, for Posix-compliant systems.
551 * configure.in: Use mh-posix for Linux (free Unix clone).
555 * sysdep-norm.h (alloca): Protect against previous definition as
556 a macro with arguments.
558 Fri Jun 19 15:48:54 1992 Stu Grossman (grossman at cygnus.com)
560 * sysdep-obsd.h: #include <sys/types.h> to make this more Kosher.
562 Fri Jun 19 12:53:28 1992 John Gilmore (gnu at cygnus.com)
564 * config/mh-apollo68v, mh-sco, mh-sysv, mh-sysv4}: RANLIB=true.
566 Mon Jun 15 13:50:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
568 * configure.in: use mh-sysv4 on solaris2
572 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
573 it is broken on ncr 3000's.
574 * config/mh-ncr3000 (RANLIB): Use RANLIB=true.
576 Mon Jun 15 01:35:55 1992 John Gilmore (gnu at cygnus.com)
578 * readline.c: Make new SIGNALS_* macros to parameterize the
579 ugly changes in signal blocking. Use them throughout,
580 reducing #ifdef HAVE_POSIX_SIGNALS and HAVE_BSD_SIGNALS clutter
581 significantly. Make all such places use POSIX if available,
582 to avoid losing with poor `sigsetmask' emulation from libiberty.
584 Sun Jun 14 15:19:51 1992 Stu Grossman (grossman at cygnus.com)
586 * readline.c (insert_some_chars): Return void.
588 Thu Jun 11 01:27:45 1992 John Gilmore (gnu at cygnus.com)
590 * readline.c: #undef PC, which Solaris2 defines in sys/types.h,
591 clobbering the termcap global variable PC.
595 * config/{mh-ncr3000, mh-sysv4}: Change INSTALL to use
600 * readline.h (rl_completer_quote_characters): Add declaration.
601 * readline.c (rl_completer_quote_characters): Add global var.
602 * readline.c (strpbrk): Add prototype and function.
603 * readline.c (rl_complete_internal): Add code to handle
604 expansion of quoted strings.
606 Mon May 11 12:39:30 1992 John Gilmore (gnu at cygnus.com)
608 * readline.c: Can't initialize FILE *'s with stdin and stdout,
609 because they might not be constant. Patch from Tom Quinn,
612 Tue Apr 28 21:52:34 1992 John Gilmore (gnu at cygnus.com)
614 * readline.h: Declare rl_event_hook (which already existed).
619 * configure.in: remove subdirs declaration. The obsolete semantic
620 for subdirs has been usurped by per's new meaning.
624 * Makefile.in: rework CFLAGS so that they can be set on the
625 command line to make. Remove MINUS_G. Default CFLAGS to -g.
629 * configure.in: Recognize new ncr3000 config.
630 * config/mh-ncr3000: New NCR 3000 config file.
632 Wed Mar 25 10:46:30 1992 John Gilmore (gnu at cygnus.com)
634 * history.c (stifle_history): Negative arg treated as zero.
638 * config/mh-sysv: INSTALL_PROG -> INSTALL.
640 Mon Feb 10 01:41:35 1992 Brian Fox (bfox at gnuwest.fsf.org)
642 * history.c (history_do_write) Build a buffer of all of the lines
643 to write and write them in one fell swoop (lower overhead than
644 calling write () for each line). Suggested by Peter Ho.
646 * vi_mode.c (rl_vi_subst) Don't forget to end the undo group.
650 * Makefile.in: remove FIXME's on info and install-info targets.
654 * Makefile.in: added check target.
658 * Makefile.in, configure.in: removed traces of namesubdir,
659 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
660 copyrights to '92, changed some from Cygnus to FSF.
662 Fri Feb 21 14:37:32 1992 Steve Chamberlain (sac at rtl.cygnus.com)
664 * readline.c, examples/fileman.c: patches from DJ to support DOS
666 Thu Feb 20 23:23:16 1992 Stu Grossman (grossman at cygnus.com)
668 * readline.c (rl_read_init_file): Make sure that null filename is
669 not passed to open() or else we end up opening the directory, and
670 read a bunch of garbage into keymap[].
672 Mon Feb 17 17:15:09 1992 Fred Fish (fnf at cygnus.com)
674 * readline.c (readline_default_bindings): Only make use of VLNEXT
675 when both VLNEXT and TERMIOS_TTY_DRIVER is defined. On SVR4
676 <termio.h> includes <termios.h>, so VLNEXT is always defined.
678 * sysdep-norm.h (_POSIX_VERSION): Define this for all SVR4
679 systems so that <termios.h> gets used, instead of <termio.h>.
681 Fri Dec 20 12:04:31 1991 Fred Fish (fnf at cygnus.com)
683 * configure.in: Change svr4 references to sysv4.
685 Tue Dec 10 04:07:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
687 * Makefile.in: infodir belongs in datadir.
689 Fri Dec 6 23:23:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
691 * Makefile.in: remove spaces following hyphens, bsd make can't
692 cope. added clean-info. added standards.text support. Don't
693 know how to make info anymore.
695 * configure.in: commontargets is no longer a recognized hook, so
696 remove it. new subdir called doc.
698 Thu Dec 5 22:46:10 1991 K. Richard Pixley (rich at rtl.cygnus.com)
700 * Makefile.in: idestdir and ddestdir go away. Added copyrights
701 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
702 and mandir now keyed off datadir by default.
704 Fri Nov 22 09:02:32 1991 John Gilmore (gnu at cygnus.com)
706 * sysdep-obsd.h: Rename from sysdep-newsos.h.
707 * configure.in: Use sysdep-obsd for Mach as well as NEWs.
709 * sysdep-norm.h, sysdep-aix.h: Add <sys/types.h>, which POSIX
710 requires to make <dirent.h> work. Improve Sun alloca decl.
712 Thu Nov 21 18:48:08 1991 John Gilmore (gnu at cygnus.com)
714 * Makefile.in: Clean up ../glob/tilde.c -> tilde.o path.
715 Clean up makefile a bit in general.
717 Thu Nov 21 14:40:29 1991 Stu Grossman (grossman at cygnus.com)
719 * configure.in, config/mh-svr4: Make SVR4 work.
721 * readline.c: Move config stuff to sysdep.h, use typedef dirent
722 consistently, remove refs to d_namlen (& D_NAMLEN) to improve
723 portability. Also, update copyright notice.
724 readline.h: remove config stuff that I added erroneously in the
727 * emacs_keymap.c, funmap.c, history.c, keymaps.c, vi_keymap.c,
728 vi_mode.c: move config stuff to sysdep.h, update copyright notices.
730 Tue Nov 19 15:02:13 1991 Stu Grossman (grossman at cygnus.com)
732 * history.c: #include "sysdep.h".
734 Tue Nov 19 10:49:17 1991 Fred Fish (fnf at cygnus.com)
736 * Makefile.in, config/hm-sysv, config/hm-sco: Change SYSV to
737 USG to match current usage.
739 * readline.c: Add USGr4 to list of defined things to check for
740 to use <dirent.h> style directory access.
742 * config/hm-svr4: New file for System V Release 4 (USGr4).
744 Mon Nov 18 23:59:52 1991 Stu Grossman (grossman at cygnus.com)
746 * readline.c (filename_completion_function): use struct dirent
747 instead of struct direct.
749 Fri Nov 1 07:02:13 1991 Brian Fox (bfox at gnuwest.fsf.org)
751 * readline.c (rl_translate_keyseq) Make C-? translate to RUBOUT
754 Mon Oct 28 11:34:52 1991 Brian Fox (bfox at gnuwest.fsf.org)
756 * readline.c; Use Posix directory routines and macros.
758 * funmap.c; Add entry for call-last-kbd-macro.
760 * readline.c (rl_prep_term); Use system EOF character on POSIX
763 Thu Oct 3 16:19:53 1991 Brian Fox (bfox at gnuwest.fsf.org)
765 * readline.c; Make a distinction between having a TERMIOS tty
766 driver, and having POSIX signal handling. You might one without
767 the other. New defines used HAVE_POSIX_SIGNALS, and
770 Tue Jul 30 22:37:26 1991 Brian Fox (bfox at gnuwest.fsf.org)
772 * readline.c: rl_getc () If a call to read () returns without an
773 error, but with zero characters, the file is empty, so return EOF.
775 Thu Jul 11 20:58:38 1991 Brian Fox (bfox at gnuwest.fsf.org)
777 * readline.c: (rl_get_next_history, rl_get_previous_history)
778 Reallocate the buffer space if the line being moved to is longer
779 the the current space allocated. Amazing that no one has found
782 Sun Jul 7 02:37:05 1991 Brian Fox (bfox at gnuwest.fsf.org)
784 * readline.c:(rl_parse_and_bind) Allow leading whitespace.
785 Make sure TERMIO and TERMIOS systems treat CR and NL
788 Tue Jun 25 04:09:27 1991 Brian Fox (bfox at gnuwest.fsf.org)
790 * readline.c: Rework parsing conditionals to pay attention to the
791 prior states of the conditional stack. This makes $if statements
794 Mon Jun 24 20:45:59 1991 Brian Fox (bfox at gnuwest.fsf.org)
796 * readline.c: support for displaying key binding information
797 includes the functions rl_list_funmap_names (),
798 invoking_keyseqs_in_map (), rl_invoking_keyseqs (),
799 rl_dump_functions (), and rl_function_dumper ().
801 funmap.c: support for same includes rl_funmap_names ().
803 readline.c, funmap.c: no longer define STATIC_MALLOC. However,
804 update both version of xrealloc () to handle a null pointer.
806 Thu Apr 25 12:03:49 1991 Brian Fox (bfox at gnuwest.fsf.org)
808 * vi_mode.c (rl_vi_fword, fWord, etc. All functions use
809 the macro `isident()'. Fixed movement bug which prevents
810 continious movement through the text.
812 Fri Jul 27 16:47:01 1990 Brian Fox (bfox at gnuwest.fsf.org)
814 * readline.c (parser_if) Allow "$if term=foo" construct.
816 Wed May 23 16:10:33 1990 Brian Fox (bfox at gnuwest.fsf.org)
818 * readline.c (rl_dispatch) Correctly remember the last command
819 executed. Fixed typo in username_completion_function ().
821 Mon Apr 9 19:55:48 1990 Brian Fox (bfox at gnuwest.fsf.org)
823 * readline.c: username_completion_function (); For text passed in
824 with a leading `~', remember that this could be a filename (after
827 Thu Apr 5 13:44:24 1990 Brian Fox (bfox at gnuwest.fsf.org)
829 * readline.c: rl_search_history (): Correctly handle case of an
830 unfound search string, but a graceful exit (as with ESC).
832 * readline.c: rl_restart_output (); The Apollo passes the address
833 of the file descriptor to TIOCSTART, not the descriptor itself.
835 Tue Mar 20 05:38:55 1990 Brian Fox (bfox at gnuwest.fsf.org)
837 * readline.c: rl_complete (); second call in a row causes possible
838 completions to be listed.
840 * readline.c: rl_redisplay (), added prompt_this_line variable
841 which is the first character character following \n in prompt.
843 Sun Mar 11 04:32:03 1990 Brian Fox (bfox at gnuwest.fsf.org)
845 * Signals are now supposedly handled inside of SYSV compilation.
847 Wed Jan 17 19:24:09 1990 Brian Fox (bfox at sbphy.ucsb.edu)
849 * history.c: history_expand (); fixed overwriting memory error,
850 added needed argument to call to get_history_event ().
852 Thu Jan 11 10:54:04 1990 Brian Fox (bfox at sbphy.ucsb.edu)
854 * readline.c: added mark_modified_lines to control the
855 display of an asterisk on modified history lines. Also
856 added a user variable called mark-modified-lines to the
859 Thu Jan 4 10:38:05 1990 Brian Fox (bfox at sbphy.ucsb.edu)
861 * readline.c: start_insert (). Only use IC if we don't have an im
864 Fri Sep 8 09:00:45 1989 Brian Fox (bfox at aurel)
866 * readline.c: rl_prep_terminal (). Only turn on 8th bit
867 as meta-bit iff the terminal is not using parity.
869 Sun Sep 3 08:57:40 1989 Brian Fox (bfox at aurel)
871 * readline.c: start_insert (). Uses multiple
872 insertion call in cases where that makes sense.
874 rl_insert (). Read type-ahead buffer for additional
875 keys that are bound to rl_insert, and insert them
876 all at once. Make insertion of single keys given
877 with an argument much more efficient.
879 Tue Aug 8 18:13:57 1989 Brian Fox (bfox at aurel)
881 * readline.c: Changed handling of EOF. readline () returns
882 (char *)EOF or consed string. The EOF character is read from the
883 tty, or if the tty doesn't have one, defaults to C-d.
885 * readline.c: Added support for event driven programs.
886 rl_event_hook is the address of a function you want called
887 while Readline is waiting for input.
889 * readline.c: Cleanup time. Functions without type declarations
890 do not use return with a value.
892 * history.c: history_expand () has new variable which is the
893 characters to ignore immediately following history_expansion_char.
895 Sun Jul 16 08:14:00 1989 Brian Fox (bfox at aurel)
897 * rl_prep_terminal ()
898 BSD version turns off C-s, C-q, C-y, C-v.
900 * readline.c -- rl_prep_terminal ()
901 SYSV version hacks readline_echoing_p.
902 BSD version turns on passing of the 8th bit for the duration
905 Tue Jul 11 06:25:01 1989 Brian Fox (bfox at aurel)
907 * readline.c: new variable rl_tilde_expander.
908 If non-null, this contains the address of a function to call if
909 the standard meaning for expanding a tilde fails. The function is
910 called with the text sans tilde (as in "foo"), and returns a
911 malloc()'ed string which is the expansion, or a NULL pointer if
912 there is no expansion.
914 * readline.h - new file chardefs.h
915 Separates things that only readline.c needs from the standard
916 header file publishing interesting things about readline.
919 readline_default_bindings () now looks at terminal chararacters
920 and binds those as well.
922 Wed Jun 28 20:20:51 1989 Brian Fox (bfox at aurel)
924 * Made readline and history into independent libraries.