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