allow +foo bar options. stolen from texinfo configure
[deliverable/binutils-gdb.git] / readline / ChangeLog
1 Sat Nov 9 03:19:40 1991 John Gilmore (gnu at cygnus.com)
2
3 * configure.in: Make a link for sysdep.h. Specify commontargets.
4 * sysdep-norm.h: The usual alloca declarations.
5 * sysdep-aix.h: What AIX 3.1 on RS/6000 needs for alloca.
6 * history.c, readline.c: Use sysdep.h.
7
8 Thu Oct 24 21:58:46 1991 John Gilmore (gnu at cygnus.com)
9
10 * configure.in: aix is a Sys V as far as we're concerned.
11 Switch to new config/hm-* scheme.
12
13 Thu Oct 24 02:08:50 1991 Fred Fish (fnf at cygnus.com)
14
15 * config/hmake-sysv: Send RANLIB (echo) output to /dev/null.
16
17 Tue Sep 17 17:44:22 1991 Stu Grossman (grossman at cygnus.com)
18
19 * config/hmake-sysv: sgi/irix support.
20
21 Sun May 19 07:49:34 1991 John Gilmore and Rich Pixley (at cygnus.com)
22
23 Make readline independent of the applications that use it.
24
25 * readline.h, keymaps.h: include other include files with "foo.h"
26 rather than <readline/foo.h>. This works here, and works when
27 included from other applications.
28
29 * Makefile.in: Create template for configurable Makefile.
30 This version is not ready for prime time, so we have left
31 Makefile itself (the original version) too.
32
33 Sun Mar 11 04:32:03 1990 Brian Fox (bfox at gnuwest.fsf.org)
34
35 * Signals are now supposedly handled inside of SYSV compilation.
36
37 Wed Jan 17 19:24:09 1990 Brian Fox (bfox at sbphy.ucsb.edu)
38
39 * history.c: history_expand (); fixed overwriting memory error,
40 added needed argument to call to get_history_event ().
41
42 Thu Jan 11 10:54:04 1990 Brian Fox (bfox at sbphy.ucsb.edu)
43
44 * readline.c, readline.h: added rl_show_star to control the
45 display of an asterisk on modified history lines.
46
47 Thu Jan 4 10:38:05 1990 Brian Fox (bfox at sbphy.ucsb.edu)
48
49 * readline.c: start_insert (). Only use IC if we don't have an im
50 capability.
51
52 Fri Sep 8 09:00:45 1989 Brian Fox (bfox at aurel)
53
54 * readline.c: rl_prep_terminal (). Only turn on 8th bit
55 as meta-bit iff the terminal is not using parity.
56
57 Sun Sep 3 08:57:40 1989 Brian Fox (bfox at aurel)
58
59 * readline.c: start_insert (). Uses multiple
60 insertion call in cases where that makes sense.
61
62 rl_insert (). Read type-ahead buffer for additional
63 keys that are bound to rl_insert, and insert them
64 all at once. Make insertion of single keys given
65 with an argument much more efficient.
66
67 Tue Aug 8 18:13:57 1989 Brian Fox (bfox at aurel)
68
69 * readline.c: Changed handling of EOF. readline () returns
70 (char *)EOF or consed string. The EOF character is read from the
71 tty, or if the tty doesn't have one, defaults to C-d.
72
73 * readline.c: Added support for event driven programs.
74 rl_event_hook is the address of a function you want called
75 while Readline is waiting for input.
76
77 * readline.c: Cleanup time. Functions without type declarations
78 do not use return with a value.
79
80 * history.c: history_expand () has new variable which is the
81 characters to ignore immediately following history_expansion_char.
82
83 Sun Jul 16 08:14:00 1989 Brian Fox (bfox at aurel)
84
85 * rl_prep_terminal ()
86 BSD version turns off C-s, C-q, C-y, C-v.
87
88 * readline.c -- rl_prep_terminal ()
89 SYSV version hacks readline_echoing_p.
90 BSD version turns on passing of the 8th bit for the duration
91 of reading the line.
92
93 Tue Jul 11 06:25:01 1989 Brian Fox (bfox at aurel)
94
95 * readline.c: new variable rl_tilde_expander.
96 If non-null, this contains the address of a function to call if
97 the standard meaning for expanding a tilde fails. The function is
98 called with the text sans tilde (as in "foo"), and returns a
99 malloc()'ed string which is the expansion, or a NULL pointer if
100 there is no expansion.
101
102 * readline.h - new file chardefs.h
103 Separates things that only readline.c needs from the standard
104 header file publishing interesting things about readline.
105
106 * readline.c:
107 readline_default_bindings () now looks at terminal chararacters
108 and binds those as well.
109
110 Wed Jun 28 20:20:51 1989 Brian Fox (bfox at aurel)
111
112 * Made readline and history into independent libraries.
113
114
This page took 0.030636 seconds and 4 git commands to generate.