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