]> Git Repo - binutils.git/blame - readline/ChangeLog
Save nat-sparc.c as well...
[binutils.git] / readline / ChangeLog
CommitLineData
d3c4fc98
SG
1Fri Sep 25 12:45:05 1992 Stu Grossman (grossman at cygnus.com)
2
3 * readline.c (clear_to_eol, rl_generic_bind): Make static.
4 (rl_digit_loop): Add arg to call to rl_message().
5 * vi_mode.c (rl_vi_first_print): Add arg to call to
6 rl_back_to_indent().
7
ce148149
ILT
8Wed Aug 19 14:59:07 1992 Ian Lance Taylor ([email protected])
9
10 * Makefile.in: always create installation directories, use full
11 file name for install target.
12
afbdf3f7
JG
13Wed Aug 12 15:50:57 1992 John Gilmore ([email protected])
14
15 * readline.c (last_readline_init_file): Fix typo made by Steve
16 Chamberlain/DJ Delorie. Proper control file name is ~/.inputrc,
17 not ~/inputrc.
18
867022c3
SG
19Thu Jun 25 16:15:27 1992 Stu Grossman (grossman at cygnus.com)
20
21 * configure.in: Make bsd based systems use sysdep-obsd.h.
22
f274a4b8
PB
23Tue Jun 23 23:22:53 1992 Per Bothner ([email protected])
24
25 * config/mh-posix: New file, for Posix-compliant systems.
26 * configure.in: Use mh-posix for Linux (free Unix clone).
27
56e5eadc
FF
28Tue Jun 23 21:59:20 1992 Fred Fish ([email protected])
29
30 * sysdep-norm.h (alloca): Protect against previous definition as
31 a macro with arguments.
32
bde34fd9
SG
33Fri Jun 19 15:48:54 1992 Stu Grossman (grossman at cygnus.com)
34
35 * sysdep-obsd.h: #include <sys/types.h> to make this more Kosher.
36
0b909fe1
JG
37Fri Jun 19 12:53:28 1992 John Gilmore (gnu at cygnus.com)
38
39 * config/mh-apollo68v, mh-sco, mh-sysv, mh-sysv4}: RANLIB=true.
40
41Mon Jun 15 13:50:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
42
43 * configure.in: use mh-sysv4 on solaris2
44
d962d591
FF
45Mon Jun 15 12:28:24 1992 Fred Fish ([email protected])
46
47 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
48 it is broken on ncr 3000's.
49 * config/mh-ncr3000 (RANLIB): Use RANLIB=true.
50
87afde58
JG
51Mon Jun 15 01:35:55 1992 John Gilmore (gnu at cygnus.com)
52
53 * readline.c: Make new SIGNALS_* macros to parameterize the
0b909fe1 54 ugly changes in signal blocking. Use them throughout,
87afde58
JG
55 reducing #ifdef HAVE_POSIX_SIGNALS and HAVE_BSD_SIGNALS clutter
56 significantly. Make all such places use POSIX if available,
57 to avoid losing with poor `sigsetmask' emulation from libiberty.
58
7c88553a
SG
59Sun Jun 14 15:19:51 1992 Stu Grossman (grossman at cygnus.com)
60
61 * readline.c (insert_some_chars): Return void.
62
bab58134
JG
63Thu Jun 11 01:27:45 1992 John Gilmore (gnu at cygnus.com)
64
65 * readline.c: #undef PC, which Solaris2 defines in sys/types.h,
66 clobbering the termcap global variable PC.
67
2d54a9e5
FF
68Tue Jun 9 17:30:23 1992 Fred Fish ([email protected])
69
70 * config/{mh-ncr3000, mh-sysv4}: Change INSTALL to use
71 /usr/ucb/install.
72
dd823a49
FF
73Mon Jun 8 23:10:07 1992 Fred Fish ([email protected])
74
75 * readline.h (rl_completer_quote_characters): Add declaration.
76 * readline.c (rl_completer_quote_characters): Add global var.
77 * readline.c (strpbrk): Add prototype and function.
78 * readline.c (rl_complete_internal): Add code to handle
79 expansion of quoted strings.
80
21a6705a
JG
81Mon May 11 12:39:30 1992 John Gilmore (gnu at cygnus.com)
82
83 * readline.c: Can't initialize FILE *'s with stdin and stdout,
84 because they might not be constant. Patch from Tom Quinn,
85 [email protected].
86
836e9ea0
JG
87Tue Apr 28 21:52:34 1992 John Gilmore (gnu at cygnus.com)
88
89 * readline.h: Declare rl_event_hook (which already existed).
90 Suggested by Christoph Tietz <[email protected]>.
91
386b54d6
RP
92Wed Apr 22 18:08:01 1992 K. Richard Pixley ([email protected])
93
94 * configure.in: remove subdirs declaration. The obsolete semantic
95 for subdirs has been usurped by per's new meaning.
96
2674a1ef
RP
97Tue Apr 21 11:54:23 1992 K. Richard Pixley ([email protected])
98
99 * Makefile.in: rework CFLAGS so that they can be set on the
100 command line to make. Remove MINUS_G. Default CFLAGS to -g.
101
a7bec03d
FF
102Fri Apr 10 23:02:27 1992 Fred Fish ([email protected])
103
104 * configure.in: Recognize new ncr3000 config.
105 * config/mh-ncr3000: New NCR 3000 config file.
106
c6b51563
JG
107Wed Mar 25 10:46:30 1992 John Gilmore (gnu at cygnus.com)
108
109 * history.c (stifle_history): Negative arg treated as zero.
110
713db40a
RP
111Tue Mar 24 23:46:20 1992 K. Richard Pixley ([email protected])
112
113 * config/mh-sysv: INSTALL_PROG -> INSTALL.
114
daf45683
JG
115Mon Feb 10 01:41:35 1992 Brian Fox (bfox at gnuwest.fsf.org)
116
117 * history.c (history_do_write) Build a buffer of all of the lines
118 to write and write them in one fell swoop (lower overhead than
119 calling write () for each line). Suggested by Peter Ho.
120
121 * vi_mode.c (rl_vi_subst) Don't forget to end the undo group.
122
787c6bfe
RP
123Sat Mar 7 00:15:36 1992 K. Richard Pixley ([email protected])
124
125 * Makefile.in: remove FIXME's on info and install-info targets.
126
127Fri Mar 6 22:02:04 1992 K. Richard Pixley ([email protected])
128
129 * Makefile.in: added check target.
130
131Wed Feb 26 18:04:40 1992 K. Richard Pixley ([email protected])
132
133 * Makefile.in, configure.in: removed traces of namesubdir,
134 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
135 copyrights to '92, changed some from Cygnus to FSF.
136
1267a5c0
SC
137Fri Feb 21 14:37:32 1992 Steve Chamberlain (sac at rtl.cygnus.com)
138
139 * readline.c, examples/fileman.c: patches from DJ to support DOS
140
77219de2
SG
141Thu Feb 20 23:23:16 1992 Stu Grossman (grossman at cygnus.com)
142
143 * readline.c (rl_read_init_file): Make sure that null filename is
144 not passed to open() or else we end up opening the directory, and
145 read a bunch of garbage into keymap[].
146
5bb14552
FF
147Mon Feb 17 17:15:09 1992 Fred Fish (fnf at cygnus.com)
148
149 * readline.c (readline_default_bindings): Only make use of VLNEXT
150 when both VLNEXT and TERMIOS_TTY_DRIVER is defined. On SVR4
151 <termio.h> includes <termios.h>, so VLNEXT is always defined.
152
153 * sysdep-norm.h (_POSIX_VERSION): Define this for all SVR4
154 systems so that <termios.h> gets used, instead of <termio.h>.
155
609bbade
FF
156Fri Dec 20 12:04:31 1991 Fred Fish (fnf at cygnus.com)
157
158 * configure.in: Change svr4 references to sysv4.
159
c466cfab
RP
160Tue Dec 10 04:07:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
161
162 * Makefile.in: infodir belongs in datadir.
163
92bb90af
RP
164Fri Dec 6 23:23:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
165
166 * Makefile.in: remove spaces following hyphens, bsd make can't
167 cope. added clean-info. added standards.text support. Don't
168 know how to make info anymore.
169
170 * configure.in: commontargets is no longer a recognized hook, so
171 remove it. new subdir called doc.
172
173Thu Dec 5 22:46:10 1991 K. Richard Pixley (rich at rtl.cygnus.com)
174
175 * Makefile.in: idestdir and ddestdir go away. Added copyrights
176 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
177 and mandir now keyed off datadir by default.
178
3f73352f
JG
179Fri Nov 22 09:02:32 1991 John Gilmore (gnu at cygnus.com)
180
28e35359
JG
181 * sysdep-obsd.h: Rename from sysdep-newsos.h.
182 * configure.in: Use sysdep-obsd for Mach as well as NEWs.
73766d91 183
3f73352f
JG
184 * sysdep-norm.h, sysdep-aix.h: Add <sys/types.h>, which POSIX
185 requires to make <dirent.h> work. Improve Sun alloca decl.
186
02e20edf
JG
187Thu Nov 21 18:48:08 1991 John Gilmore (gnu at cygnus.com)
188
189 * Makefile.in: Clean up ../glob/tilde.c -> tilde.o path.
190 Clean up makefile a bit in general.
191
9b309d06
SG
192Thu Nov 21 14:40:29 1991 Stu Grossman (grossman at cygnus.com)
193
dbdcdd54
SG
194 * configure.in, config/mh-svr4: Make SVR4 work.
195
e19c9d49
SG
196 * readline.c: Move config stuff to sysdep.h, use typedef dirent
197 consistently, remove refs to d_namlen (& D_NAMLEN) to improve
198 portability. Also, update copyright notice.
199 readline.h: remove config stuff that I added erroneously in the
200 first place.
201
9b309d06
SG
202 * emacs_keymap.c, funmap.c, history.c, keymaps.c, vi_keymap.c,
203 vi_mode.c: move config stuff to sysdep.h, update copyright notices.
204
6df61f79
SG
205Tue Nov 19 15:02:13 1991 Stu Grossman (grossman at cygnus.com)
206
207 * history.c: #include "sysdep.h".
208
f30114ea
FF
209Tue Nov 19 10:49:17 1991 Fred Fish (fnf at cygnus.com)
210
211 * Makefile.in, config/hm-sysv, config/hm-sco: Change SYSV to
212 USG to match current usage.
213
214 * readline.c: Add USGr4 to list of defined things to check for
215 to use <dirent.h> style directory access.
216
217 * config/hm-svr4: New file for System V Release 4 (USGr4).
218
61af01bc
SG
219Mon Nov 18 23:59:52 1991 Stu Grossman (grossman at cygnus.com)
220
221 * readline.c (filename_completion_function): use struct dirent
222 instead of struct direct.
223
870ca253 224Fri Nov 1 07:02:13 1991 Brian Fox (bfox at gnuwest.fsf.org)
c21b1b26 225
870ca253
SG
226 * readline.c (rl_translate_keyseq) Make C-? translate to RUBOUT
227 unconditionally.
c21b1b26 228
870ca253 229Mon Oct 28 11:34:52 1991 Brian Fox (bfox at gnuwest.fsf.org)
5f4a039a 230
870ca253 231 * readline.c; Use Posix directory routines and macros.
5f4a039a 232
870ca253 233 * funmap.c; Add entry for call-last-kbd-macro.
a051de4b 234
870ca253
SG
235 * readline.c (rl_prep_term); Use system EOF character on POSIX
236 systems also.
a051de4b 237
870ca253 238Thu Oct 3 16:19:53 1991 Brian Fox (bfox at gnuwest.fsf.org)
0fda1b62 239
870ca253
SG
240 * readline.c; Make a distinction between having a TERMIOS tty
241 driver, and having POSIX signal handling. You might one without
242 the other. New defines used HAVE_POSIX_SIGNALS, and
243 TERMIOS_TTY_DRIVER.
0fda1b62 244
870ca253 245Tue Jul 30 22:37:26 1991 Brian Fox (bfox at gnuwest.fsf.org)
7b3a018e 246
870ca253
SG
247 * readline.c: rl_getc () If a call to read () returns without an
248 error, but with zero characters, the file is empty, so return EOF.
7b3a018e 249
870ca253 250Thu Jul 11 20:58:38 1991 Brian Fox (bfox at gnuwest.fsf.org)
49e40d8a 251
870ca253
SG
252 * readline.c: (rl_get_next_history, rl_get_previous_history)
253 Reallocate the buffer space if the line being moved to is longer
254 the the current space allocated. Amazing that no one has found
255 this bug until now.
49e40d8a 256
870ca253 257Sun Jul 7 02:37:05 1991 Brian Fox (bfox at gnuwest.fsf.org)
49e40d8a 258
870ca253
SG
259 * readline.c:(rl_parse_and_bind) Allow leading whitespace.
260 Make sure TERMIO and TERMIOS systems treat CR and NL
261 disctinctly.
262
263Tue Jun 25 04:09:27 1991 Brian Fox (bfox at gnuwest.fsf.org)
264
265 * readline.c: Rework parsing conditionals to pay attention to the
266 prior states of the conditional stack. This makes $if statements
267 work correctly.
268
269Mon Jun 24 20:45:59 1991 Brian Fox (bfox at gnuwest.fsf.org)
270
271 * readline.c: support for displaying key binding information
272 includes the functions rl_list_funmap_names (),
273 invoking_keyseqs_in_map (), rl_invoking_keyseqs (),
274 rl_dump_functions (), and rl_function_dumper ().
275
276 funmap.c: support for same includes rl_funmap_names ().
277
278 readline.c, funmap.c: no longer define STATIC_MALLOC. However,
279 update both version of xrealloc () to handle a null pointer.
280
281Thu Apr 25 12:03:49 1991 Brian Fox (bfox at gnuwest.fsf.org)
282
283 * vi_mode.c (rl_vi_fword, fWord, etc. All functions use
284 the macro `isident()'. Fixed movement bug which prevents
285 continious movement through the text.
286
287Fri Jul 27 16:47:01 1990 Brian Fox (bfox at gnuwest.fsf.org)
288
289 * readline.c (parser_if) Allow "$if term=foo" construct.
290
291Wed May 23 16:10:33 1990 Brian Fox (bfox at gnuwest.fsf.org)
292
293 * readline.c (rl_dispatch) Correctly remember the last command
294 executed. Fixed typo in username_completion_function ().
295
296Mon Apr 9 19:55:48 1990 Brian Fox (bfox at gnuwest.fsf.org)
297
298 * readline.c: username_completion_function (); For text passed in
299 with a leading `~', remember that this could be a filename (after
300 it is completed).
301
302Thu Apr 5 13:44:24 1990 Brian Fox (bfox at gnuwest.fsf.org)
303
304 * readline.c: rl_search_history (): Correctly handle case of an
305 unfound search string, but a graceful exit (as with ESC).
306
307 * readline.c: rl_restart_output (); The Apollo passes the address
308 of the file descriptor to TIOCSTART, not the descriptor itself.
309
310Tue Mar 20 05:38:55 1990 Brian Fox (bfox at gnuwest.fsf.org)
311
312 * readline.c: rl_complete (); second call in a row causes possible
313 completions to be listed.
314
315 * readline.c: rl_redisplay (), added prompt_this_line variable
316 which is the first character character following \n in prompt.
49e40d8a 317
dd3b648e
RP
318Sun Mar 11 04:32:03 1990 Brian Fox (bfox at gnuwest.fsf.org)
319
320 * Signals are now supposedly handled inside of SYSV compilation.
321
322Wed Jan 17 19:24:09 1990 Brian Fox (bfox at sbphy.ucsb.edu)
323
324 * history.c: history_expand (); fixed overwriting memory error,
325 added needed argument to call to get_history_event ().
326
327Thu Jan 11 10:54:04 1990 Brian Fox (bfox at sbphy.ucsb.edu)
328
870ca253
SG
329 * readline.c: added mark_modified_lines to control the
330 display of an asterisk on modified history lines. Also
331 added a user variable called mark-modified-lines to the
332 `set' command.
dd3b648e
RP
333
334Thu Jan 4 10:38:05 1990 Brian Fox (bfox at sbphy.ucsb.edu)
335
336 * readline.c: start_insert (). Only use IC if we don't have an im
337 capability.
338
339Fri Sep 8 09:00:45 1989 Brian Fox (bfox at aurel)
340
341 * readline.c: rl_prep_terminal (). Only turn on 8th bit
342 as meta-bit iff the terminal is not using parity.
343
344Sun Sep 3 08:57:40 1989 Brian Fox (bfox at aurel)
345
346 * readline.c: start_insert (). Uses multiple
347 insertion call in cases where that makes sense.
348
349 rl_insert (). Read type-ahead buffer for additional
350 keys that are bound to rl_insert, and insert them
351 all at once. Make insertion of single keys given
352 with an argument much more efficient.
353
354Tue Aug 8 18:13:57 1989 Brian Fox (bfox at aurel)
355
356 * readline.c: Changed handling of EOF. readline () returns
357 (char *)EOF or consed string. The EOF character is read from the
358 tty, or if the tty doesn't have one, defaults to C-d.
359
360 * readline.c: Added support for event driven programs.
361 rl_event_hook is the address of a function you want called
362 while Readline is waiting for input.
363
364 * readline.c: Cleanup time. Functions without type declarations
365 do not use return with a value.
366
367 * history.c: history_expand () has new variable which is the
368 characters to ignore immediately following history_expansion_char.
369
370Sun Jul 16 08:14:00 1989 Brian Fox (bfox at aurel)
371
372 * rl_prep_terminal ()
373 BSD version turns off C-s, C-q, C-y, C-v.
374
375 * readline.c -- rl_prep_terminal ()
376 SYSV version hacks readline_echoing_p.
377 BSD version turns on passing of the 8th bit for the duration
378 of reading the line.
379
380Tue Jul 11 06:25:01 1989 Brian Fox (bfox at aurel)
381
382 * readline.c: new variable rl_tilde_expander.
383 If non-null, this contains the address of a function to call if
384 the standard meaning for expanding a tilde fails. The function is
385 called with the text sans tilde (as in "foo"), and returns a
386 malloc()'ed string which is the expansion, or a NULL pointer if
387 there is no expansion.
388
389 * readline.h - new file chardefs.h
390 Separates things that only readline.c needs from the standard
391 header file publishing interesting things about readline.
392
393 * readline.c:
394 readline_default_bindings () now looks at terminal chararacters
395 and binds those as well.
396
397Wed Jun 28 20:20:51 1989 Brian Fox (bfox at aurel)
398
399 * Made readline and history into independent libraries.
400
This page took 0.191589 seconds and 4 git commands to generate.