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