Change SYSV to USG to match current usage in source. Add USGr4 to list
[deliverable/binutils-gdb.git] / readline / ChangeLog
1 Tue Nov 19 10:49:17 1991 Fred Fish (fnf at cygnus.com)
2
3 * Makefile.in, config/hm-sysv, config/hm-sco: Change SYSV to
4 USG to match current usage.
5
6 * readline.c: Add USGr4 to list of defined things to check for
7 to use <dirent.h> style directory access.
8
9 * config/hm-svr4: New file for System V Release 4 (USGr4).
10
11 Mon Nov 18 23:59:52 1991 Stu Grossman (grossman at cygnus.com)
12
13 * readline.c (filename_completion_function): use struct dirent
14 instead of struct direct.
15
16 Fri Nov 1 07:02:13 1991 Brian Fox (bfox at gnuwest.fsf.org)
17
18 * readline.c (rl_translate_keyseq) Make C-? translate to RUBOUT
19 unconditionally.
20
21 Mon Oct 28 11:34:52 1991 Brian Fox (bfox at gnuwest.fsf.org)
22
23 * readline.c; Use Posix directory routines and macros.
24
25 * funmap.c; Add entry for call-last-kbd-macro.
26
27 * readline.c (rl_prep_term); Use system EOF character on POSIX
28 systems also.
29
30 Thu Oct 3 16:19:53 1991 Brian Fox (bfox at gnuwest.fsf.org)
31
32 * readline.c; Make a distinction between having a TERMIOS tty
33 driver, and having POSIX signal handling. You might one without
34 the other. New defines used HAVE_POSIX_SIGNALS, and
35 TERMIOS_TTY_DRIVER.
36
37 Tue Jul 30 22:37:26 1991 Brian Fox (bfox at gnuwest.fsf.org)
38
39 * readline.c: rl_getc () If a call to read () returns without an
40 error, but with zero characters, the file is empty, so return EOF.
41
42 Thu Jul 11 20:58:38 1991 Brian Fox (bfox at gnuwest.fsf.org)
43
44 * readline.c: (rl_get_next_history, rl_get_previous_history)
45 Reallocate the buffer space if the line being moved to is longer
46 the the current space allocated. Amazing that no one has found
47 this bug until now.
48
49 Sun Jul 7 02:37:05 1991 Brian Fox (bfox at gnuwest.fsf.org)
50
51 * readline.c:(rl_parse_and_bind) Allow leading whitespace.
52 Make sure TERMIO and TERMIOS systems treat CR and NL
53 disctinctly.
54
55 Tue Jun 25 04:09:27 1991 Brian Fox (bfox at gnuwest.fsf.org)
56
57 * readline.c: Rework parsing conditionals to pay attention to the
58 prior states of the conditional stack. This makes $if statements
59 work correctly.
60
61 Mon Jun 24 20:45:59 1991 Brian Fox (bfox at gnuwest.fsf.org)
62
63 * readline.c: support for displaying key binding information
64 includes the functions rl_list_funmap_names (),
65 invoking_keyseqs_in_map (), rl_invoking_keyseqs (),
66 rl_dump_functions (), and rl_function_dumper ().
67
68 funmap.c: support for same includes rl_funmap_names ().
69
70 readline.c, funmap.c: no longer define STATIC_MALLOC. However,
71 update both version of xrealloc () to handle a null pointer.
72
73 Thu Apr 25 12:03:49 1991 Brian Fox (bfox at gnuwest.fsf.org)
74
75 * vi_mode.c (rl_vi_fword, fWord, etc. All functions use
76 the macro `isident()'. Fixed movement bug which prevents
77 continious movement through the text.
78
79 Fri Jul 27 16:47:01 1990 Brian Fox (bfox at gnuwest.fsf.org)
80
81 * readline.c (parser_if) Allow "$if term=foo" construct.
82
83 Wed May 23 16:10:33 1990 Brian Fox (bfox at gnuwest.fsf.org)
84
85 * readline.c (rl_dispatch) Correctly remember the last command
86 executed. Fixed typo in username_completion_function ().
87
88 Mon Apr 9 19:55:48 1990 Brian Fox (bfox at gnuwest.fsf.org)
89
90 * readline.c: username_completion_function (); For text passed in
91 with a leading `~', remember that this could be a filename (after
92 it is completed).
93
94 Thu Apr 5 13:44:24 1990 Brian Fox (bfox at gnuwest.fsf.org)
95
96 * readline.c: rl_search_history (): Correctly handle case of an
97 unfound search string, but a graceful exit (as with ESC).
98
99 * readline.c: rl_restart_output (); The Apollo passes the address
100 of the file descriptor to TIOCSTART, not the descriptor itself.
101
102 Tue Mar 20 05:38:55 1990 Brian Fox (bfox at gnuwest.fsf.org)
103
104 * readline.c: rl_complete (); second call in a row causes possible
105 completions to be listed.
106
107 * readline.c: rl_redisplay (), added prompt_this_line variable
108 which is the first character character following \n in prompt.
109
110 Sun Mar 11 04:32:03 1990 Brian Fox (bfox at gnuwest.fsf.org)
111
112 * Signals are now supposedly handled inside of SYSV compilation.
113
114 Wed Jan 17 19:24:09 1990 Brian Fox (bfox at sbphy.ucsb.edu)
115
116 * history.c: history_expand (); fixed overwriting memory error,
117 added needed argument to call to get_history_event ().
118
119 Thu Jan 11 10:54:04 1990 Brian Fox (bfox at sbphy.ucsb.edu)
120
121 * readline.c: added mark_modified_lines to control the
122 display of an asterisk on modified history lines. Also
123 added a user variable called mark-modified-lines to the
124 `set' command.
125
126 Thu Jan 4 10:38:05 1990 Brian Fox (bfox at sbphy.ucsb.edu)
127
128 * readline.c: start_insert (). Only use IC if we don't have an im
129 capability.
130
131 Fri Sep 8 09:00:45 1989 Brian Fox (bfox at aurel)
132
133 * readline.c: rl_prep_terminal (). Only turn on 8th bit
134 as meta-bit iff the terminal is not using parity.
135
136 Sun Sep 3 08:57:40 1989 Brian Fox (bfox at aurel)
137
138 * readline.c: start_insert (). Uses multiple
139 insertion call in cases where that makes sense.
140
141 rl_insert (). Read type-ahead buffer for additional
142 keys that are bound to rl_insert, and insert them
143 all at once. Make insertion of single keys given
144 with an argument much more efficient.
145
146 Tue Aug 8 18:13:57 1989 Brian Fox (bfox at aurel)
147
148 * readline.c: Changed handling of EOF. readline () returns
149 (char *)EOF or consed string. The EOF character is read from the
150 tty, or if the tty doesn't have one, defaults to C-d.
151
152 * readline.c: Added support for event driven programs.
153 rl_event_hook is the address of a function you want called
154 while Readline is waiting for input.
155
156 * readline.c: Cleanup time. Functions without type declarations
157 do not use return with a value.
158
159 * history.c: history_expand () has new variable which is the
160 characters to ignore immediately following history_expansion_char.
161
162 Sun Jul 16 08:14:00 1989 Brian Fox (bfox at aurel)
163
164 * rl_prep_terminal ()
165 BSD version turns off C-s, C-q, C-y, C-v.
166
167 * readline.c -- rl_prep_terminal ()
168 SYSV version hacks readline_echoing_p.
169 BSD version turns on passing of the 8th bit for the duration
170 of reading the line.
171
172 Tue Jul 11 06:25:01 1989 Brian Fox (bfox at aurel)
173
174 * readline.c: new variable rl_tilde_expander.
175 If non-null, this contains the address of a function to call if
176 the standard meaning for expanding a tilde fails. The function is
177 called with the text sans tilde (as in "foo"), and returns a
178 malloc()'ed string which is the expansion, or a NULL pointer if
179 there is no expansion.
180
181 * readline.h - new file chardefs.h
182 Separates things that only readline.c needs from the standard
183 header file publishing interesting things about readline.
184
185 * readline.c:
186 readline_default_bindings () now looks at terminal chararacters
187 and binds those as well.
188
189 Wed Jun 28 20:20:51 1989 Brian Fox (bfox at aurel)
190
191 * Made readline and history into independent libraries.
192
This page took 0.049957 seconds and 4 git commands to generate.