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