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