* readline.c (rl_read_init_file): Make sure that null filename is
[deliverable/binutils-gdb.git] / readline / ChangeLog
1 Thu Feb 20 23:23:16 1992 Stu Grossman (grossman at cygnus.com)
2
3 * readline.c (rl_read_init_file): Make sure that null filename is
4 not passed to open() or else we end up opening the directory, and
5 read a bunch of garbage into keymap[].
6
7 Mon Feb 17 17:15:09 1992 Fred Fish (fnf at cygnus.com)
8
9 * readline.c (readline_default_bindings): Only make use of VLNEXT
10 when both VLNEXT and TERMIOS_TTY_DRIVER is defined. On SVR4
11 <termio.h> includes <termios.h>, so VLNEXT is always defined.
12
13 * sysdep-norm.h (_POSIX_VERSION): Define this for all SVR4
14 systems so that <termios.h> gets used, instead of <termio.h>.
15
16 Fri Dec 20 12:04:31 1991 Fred Fish (fnf at cygnus.com)
17
18 * configure.in: Change svr4 references to sysv4.
19
20 Tue Dec 10 04:07:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21
22 * Makefile.in: infodir belongs in datadir.
23
24 Fri Dec 6 23:23:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
25
26 * Makefile.in: remove spaces following hyphens, bsd make can't
27 cope. added clean-info. added standards.text support. Don't
28 know how to make info anymore.
29
30 * configure.in: commontargets is no longer a recognized hook, so
31 remove it. new subdir called doc.
32
33 Thu Dec 5 22:46:10 1991 K. Richard Pixley (rich at rtl.cygnus.com)
34
35 * Makefile.in: idestdir and ddestdir go away. Added copyrights
36 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
37 and mandir now keyed off datadir by default.
38
39 Fri Nov 22 09:02:32 1991 John Gilmore (gnu at cygnus.com)
40
41 * sysdep-obsd.h: Rename from sysdep-newsos.h.
42 * configure.in: Use sysdep-obsd for Mach as well as NEWs.
43
44 * sysdep-norm.h, sysdep-aix.h: Add <sys/types.h>, which POSIX
45 requires to make <dirent.h> work. Improve Sun alloca decl.
46
47 Thu Nov 21 18:48:08 1991 John Gilmore (gnu at cygnus.com)
48
49 * Makefile.in: Clean up ../glob/tilde.c -> tilde.o path.
50 Clean up makefile a bit in general.
51
52 Thu Nov 21 14:40:29 1991 Stu Grossman (grossman at cygnus.com)
53
54 * configure.in, config/mh-svr4: Make SVR4 work.
55
56 * readline.c: Move config stuff to sysdep.h, use typedef dirent
57 consistently, remove refs to d_namlen (& D_NAMLEN) to improve
58 portability. Also, update copyright notice.
59 readline.h: remove config stuff that I added erroneously in the
60 first place.
61
62 * emacs_keymap.c, funmap.c, history.c, keymaps.c, vi_keymap.c,
63 vi_mode.c: move config stuff to sysdep.h, update copyright notices.
64
65 Tue Nov 19 15:02:13 1991 Stu Grossman (grossman at cygnus.com)
66
67 * history.c: #include "sysdep.h".
68
69 Tue Nov 19 10:49:17 1991 Fred Fish (fnf at cygnus.com)
70
71 * Makefile.in, config/hm-sysv, config/hm-sco: Change SYSV to
72 USG to match current usage.
73
74 * readline.c: Add USGr4 to list of defined things to check for
75 to use <dirent.h> style directory access.
76
77 * config/hm-svr4: New file for System V Release 4 (USGr4).
78
79 Mon Nov 18 23:59:52 1991 Stu Grossman (grossman at cygnus.com)
80
81 * readline.c (filename_completion_function): use struct dirent
82 instead of struct direct.
83
84 Fri Nov 1 07:02:13 1991 Brian Fox (bfox at gnuwest.fsf.org)
85
86 * readline.c (rl_translate_keyseq) Make C-? translate to RUBOUT
87 unconditionally.
88
89 Mon Oct 28 11:34:52 1991 Brian Fox (bfox at gnuwest.fsf.org)
90
91 * readline.c; Use Posix directory routines and macros.
92
93 * funmap.c; Add entry for call-last-kbd-macro.
94
95 * readline.c (rl_prep_term); Use system EOF character on POSIX
96 systems also.
97
98 Thu Oct 3 16:19:53 1991 Brian Fox (bfox at gnuwest.fsf.org)
99
100 * readline.c; Make a distinction between having a TERMIOS tty
101 driver, and having POSIX signal handling. You might one without
102 the other. New defines used HAVE_POSIX_SIGNALS, and
103 TERMIOS_TTY_DRIVER.
104
105 Tue Jul 30 22:37:26 1991 Brian Fox (bfox at gnuwest.fsf.org)
106
107 * readline.c: rl_getc () If a call to read () returns without an
108 error, but with zero characters, the file is empty, so return EOF.
109
110 Thu Jul 11 20:58:38 1991 Brian Fox (bfox at gnuwest.fsf.org)
111
112 * readline.c: (rl_get_next_history, rl_get_previous_history)
113 Reallocate the buffer space if the line being moved to is longer
114 the the current space allocated. Amazing that no one has found
115 this bug until now.
116
117 Sun Jul 7 02:37:05 1991 Brian Fox (bfox at gnuwest.fsf.org)
118
119 * readline.c:(rl_parse_and_bind) Allow leading whitespace.
120 Make sure TERMIO and TERMIOS systems treat CR and NL
121 disctinctly.
122
123 Tue Jun 25 04:09:27 1991 Brian Fox (bfox at gnuwest.fsf.org)
124
125 * readline.c: Rework parsing conditionals to pay attention to the
126 prior states of the conditional stack. This makes $if statements
127 work correctly.
128
129 Mon Jun 24 20:45:59 1991 Brian Fox (bfox at gnuwest.fsf.org)
130
131 * readline.c: support for displaying key binding information
132 includes the functions rl_list_funmap_names (),
133 invoking_keyseqs_in_map (), rl_invoking_keyseqs (),
134 rl_dump_functions (), and rl_function_dumper ().
135
136 funmap.c: support for same includes rl_funmap_names ().
137
138 readline.c, funmap.c: no longer define STATIC_MALLOC. However,
139 update both version of xrealloc () to handle a null pointer.
140
141 Thu Apr 25 12:03:49 1991 Brian Fox (bfox at gnuwest.fsf.org)
142
143 * vi_mode.c (rl_vi_fword, fWord, etc. All functions use
144 the macro `isident()'. Fixed movement bug which prevents
145 continious movement through the text.
146
147 Fri Jul 27 16:47:01 1990 Brian Fox (bfox at gnuwest.fsf.org)
148
149 * readline.c (parser_if) Allow "$if term=foo" construct.
150
151 Wed May 23 16:10:33 1990 Brian Fox (bfox at gnuwest.fsf.org)
152
153 * readline.c (rl_dispatch) Correctly remember the last command
154 executed. Fixed typo in username_completion_function ().
155
156 Mon Apr 9 19:55:48 1990 Brian Fox (bfox at gnuwest.fsf.org)
157
158 * readline.c: username_completion_function (); For text passed in
159 with a leading `~', remember that this could be a filename (after
160 it is completed).
161
162 Thu Apr 5 13:44:24 1990 Brian Fox (bfox at gnuwest.fsf.org)
163
164 * readline.c: rl_search_history (): Correctly handle case of an
165 unfound search string, but a graceful exit (as with ESC).
166
167 * readline.c: rl_restart_output (); The Apollo passes the address
168 of the file descriptor to TIOCSTART, not the descriptor itself.
169
170 Tue Mar 20 05:38:55 1990 Brian Fox (bfox at gnuwest.fsf.org)
171
172 * readline.c: rl_complete (); second call in a row causes possible
173 completions to be listed.
174
175 * readline.c: rl_redisplay (), added prompt_this_line variable
176 which is the first character character following \n in prompt.
177
178 Sun Mar 11 04:32:03 1990 Brian Fox (bfox at gnuwest.fsf.org)
179
180 * Signals are now supposedly handled inside of SYSV compilation.
181
182 Wed Jan 17 19:24:09 1990 Brian Fox (bfox at sbphy.ucsb.edu)
183
184 * history.c: history_expand (); fixed overwriting memory error,
185 added needed argument to call to get_history_event ().
186
187 Thu Jan 11 10:54:04 1990 Brian Fox (bfox at sbphy.ucsb.edu)
188
189 * readline.c: added mark_modified_lines to control the
190 display of an asterisk on modified history lines. Also
191 added a user variable called mark-modified-lines to the
192 `set' command.
193
194 Thu Jan 4 10:38:05 1990 Brian Fox (bfox at sbphy.ucsb.edu)
195
196 * readline.c: start_insert (). Only use IC if we don't have an im
197 capability.
198
199 Fri Sep 8 09:00:45 1989 Brian Fox (bfox at aurel)
200
201 * readline.c: rl_prep_terminal (). Only turn on 8th bit
202 as meta-bit iff the terminal is not using parity.
203
204 Sun Sep 3 08:57:40 1989 Brian Fox (bfox at aurel)
205
206 * readline.c: start_insert (). Uses multiple
207 insertion call in cases where that makes sense.
208
209 rl_insert (). Read type-ahead buffer for additional
210 keys that are bound to rl_insert, and insert them
211 all at once. Make insertion of single keys given
212 with an argument much more efficient.
213
214 Tue Aug 8 18:13:57 1989 Brian Fox (bfox at aurel)
215
216 * readline.c: Changed handling of EOF. readline () returns
217 (char *)EOF or consed string. The EOF character is read from the
218 tty, or if the tty doesn't have one, defaults to C-d.
219
220 * readline.c: Added support for event driven programs.
221 rl_event_hook is the address of a function you want called
222 while Readline is waiting for input.
223
224 * readline.c: Cleanup time. Functions without type declarations
225 do not use return with a value.
226
227 * history.c: history_expand () has new variable which is the
228 characters to ignore immediately following history_expansion_char.
229
230 Sun Jul 16 08:14:00 1989 Brian Fox (bfox at aurel)
231
232 * rl_prep_terminal ()
233 BSD version turns off C-s, C-q, C-y, C-v.
234
235 * readline.c -- rl_prep_terminal ()
236 SYSV version hacks readline_echoing_p.
237 BSD version turns on passing of the 8th bit for the duration
238 of reading the line.
239
240 Tue Jul 11 06:25:01 1989 Brian Fox (bfox at aurel)
241
242 * readline.c: new variable rl_tilde_expander.
243 If non-null, this contains the address of a function to call if
244 the standard meaning for expanding a tilde fails. The function is
245 called with the text sans tilde (as in "foo"), and returns a
246 malloc()'ed string which is the expansion, or a NULL pointer if
247 there is no expansion.
248
249 * readline.h - new file chardefs.h
250 Separates things that only readline.c needs from the standard
251 header file publishing interesting things about readline.
252
253 * readline.c:
254 readline_default_bindings () now looks at terminal chararacters
255 and binds those as well.
256
257 Wed Jun 28 20:20:51 1989 Brian Fox (bfox at aurel)
258
259 * Made readline and history into independent libraries.
260
This page took 0.034518 seconds and 5 git commands to generate.