* Makefile.in, configure.in: Make winsup builds work with
[deliverable/binutils-gdb.git] / readline / ChangeLog
CommitLineData
17b90c4a
FF
1Tue Oct 10 11:07:23 1995 Fred Fish <fnf@cygnus.com>
2
3 * Makefile.in (BISON): Remove macro.
4
57181646
SC
5Tue Oct 10 08:49:00 1995 steve chamberlain <sac@slash.cygnus.com>
6
7 * complete.c (filename_completion_function): Enable for
8 win32 when not MSC.
9
a27fbc3a
PS
10Sun Oct 8 04:17:19 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
11
12 * configure.in: Handle powerpc-ibm-aix* like rs6000-ibm-aix*.
13
6b5151c2
MM
14Sat Oct 7 20:36:16 1995 Michael Meissner <meissner@cygnus.com>
15
16 * rltty.c (outchar): Return an int, like tputs expects.
f30c1d4a 17 * signals.c (_rl_output_character_function): Ditto.
6b5151c2 18
2e8f534a
SC
19Fri Sep 29 15:19:23 1995 steve chamberlain <sac@slash.cygnus.com>
20
21 Fixes for when the host WIN32, but not MSC.
22 * complete.c: Sometimes have pwd.h
23 * parens.c: WIN32 has similar restrictions to __GO32__.
24 * readline.c (__GO32__): Some of this moved into rldefs.h
25 * signals.c (__GO32__): Likewise.
26 * rldefs.h (MSDOS||WIN32) becomes MSDOS||MSC.
27 (WIN32&&!WIN32): New definitions.
28
1cd3bab3
ILT
29Wed Sep 20 12:57:17 1995 Ian Lance Taylor <ian@cygnus.com>
30
31 * Makefile.in (maintainer-clean): New synonym for realclean.
32
8bfd30b2
MM
33Wed Mar 1 13:33:43 1995 Michael Meissner <meissner@tiktok.cygnus.com>
34
35 * rltty.c (outchar): Provide prototype for outchar, to silence
36 type warnings in passing outchar to tputs on systems like Linux
37 that have full prototypes.
38
39 * signals.c (_rl_output_character_function): Provide prototype to
40 silence type warnings.
41
a465efbb
SC
42Sun Jan 15 14:10:37 1995 Steve Chamberlain <sac@splat>
43
44 * rldefs.h: Define MINIMAL for __GO32__ and WIN32.
45 * complete.c, display.c, readline.c, rltty.c: Test MINIMAL
46 instead of __GO32__.
47
0f72c69c
ILT
48Wed Aug 24 13:04:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
49
50 * configure.in: Change i[34]86 to i[345]86.
51
ebe541df
SS
52Sat Jul 16 13:26:31 1994 Stan Shebs (shebs@andros.cygnus.com)
53
54 * configure.in (m88*-harris-cxux7*): Recognize.
55 * sysdep-cxux7.h: New file.
56
0a9a6ed9
SC
57Fri Jul 8 13:18:33 1994 Steve Chamberlain (sac@jonny.cygnus.com)
58
59 * rttty.c (control_meta_key_on): Remove superfluous testing of
60 __GO32__.
61
d14d610d
SC
62Thu Jun 30 15:21:54 1994 Steve Chamberlain (sac@jonny.cygnus.com)
63
64 * rltty.c (control_meta_key_on): Don't compile if __GO32__ is
65 defined.
66 (rltty_set_default_bindings): Likewise.
67 * display.c (insert_some_chars, delete_chars): row_start should be
68 a short.
69 * parens.c (rl_insert_close): No FD_SET if using __GO32__.
70 * readline.c (rl_gather_tyi): Strip off spurious high bits.
71
53444896
PS
72Sun Jun 12 03:51:52 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
73
74 * history.c: Swap inclusion of rldefs.h and chardefs.h to avoid
75 CTRL macro redefinition.
76
3dc889b4
ILT
77Mon May 9 18:29:42 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
78
79 * readline.c (readline_default_bindings): Don't compile if
80 __GO32__ is defined.
58093798 81 (_rl_set_screen_size): Likewise.
3dc889b4 82 * rltty.c (rltty_set_default_bindings): Likewise.
58093798 83 (control_meta_key): Likewise.
fc0ee6ed 84 * display.c: If __GO32__ is defined, include <sys/pc.h>.
58093798
ILT
85 * parens.c: If __GO32__ is defined, undefine FD_SET.
86 * signals.c: Include SIGWINCH handling in the set of things which
87 is not done if HANDLE_SIGNALS is not set.
3dc889b4 88
82da62d1
SC
89Fri May 6 13:38:39 1994 Steve Chamberlain (sac@cygnus.com)
90
91 * config/mh-go32: New fragment.
92 * configure.in (host==go32): Use go32 fragment.
93
d32a9261
SG
94Wed May 4 14:36:53 1994 Stu Grossman (grossman@cygnus.com)
95
96 * chardefs.h, rldefs.h: Move decls of string funcs from chardefs.h
97 to rldefs.h so that they don't pollute apps that include
98 readline.h.
99 * history.c: include rldefs.h to get decls of string funcs.
100
b7ba9a57
SS
101Wed May 4 12:15:11 1994 Stan Shebs (shebs@andros.cygnus.com)
102
103 * configure.in (rs6000-bull-bosx*): New configuration, RS/6000
104 variant.
105
b2689e8e
JK
106Wed Apr 20 10:43:52 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
107
108 * configure.in: Use mh-posix for sunos4.1*.
109
858ba121
JK
110Wed Apr 13 21:28:44 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
111
112 * rltty.c (set_tty_settings): Don't set readline_echoing_p.
113 (rl_deprep_terminal) [NEW_TTY_DRIVER]: Set readline_echoing_p.
114
c6933c81
JK
115Sun Mar 13 09:13:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
116
117 * Makefile.in: Add TAGS target.
118
63051590
JK
119Wed Mar 9 18:01:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
120
121 * isearch.c, search.c: Include sysdep.h.
122
56379d18
JK
123Thu Mar 3 17:40:03 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
124
125 * configure.in: For ISC, use mh-sysv, not mh-isc.
126
aa364a25
PS
127Thu Feb 24 04:13:53 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
128
129 * Merge in changes from bash-1.13.5. Merge changes from glob/tilde.c
130 into tilde.c and use it. Add system function declarations where
131 necessary. Check for __GO32__, not _GO32_ consistently.
132 * Makefile.in: Update dependencies.
133 * rltty.c: Include <sys/file.h> to match include file setup
134 in readline.c for rldefs.h. Otherwise we get inconsistent
135 TTY_DRIVER definitions in readline.c and rltty.c.
136 * bind.c, complete.c: Do not include <sys/types.h>, it is already
137 included via sysdep.h, which causes problems if <sys/types.h> has
138 no multiple inclusion protection.
139 * readline.c (_rl_set_screen_size): Reestablish test for
140 TIOCGWINSZ_BROKEN.
d40b1d87 141 * rldefs.h: Define S_ISREG if necessary.
aa364a25 142
f42f505b
JK
143Fri Feb 18 08:56:35 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
144
145 * Makefile.in: Add search.o rule for Sun make.
146
166557e7
PB
147Wed Feb 16 16:35:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
148
149 * rltty.c: #if out some code if __GO32__.
150
f550cec5
PB
151Tue Feb 15 14:07:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
152
153 * readline.c (_rl_output_character_function), display.c:
154 Return int, not void, to conform with the expected arg of tputs.
155 * readline.c (init_terminal_io): tgetflag only takes 1 arg.
156 * readline.c (_rl_savestring): New function.
157 * chardefs.h: To avoid conflicts and/or warnings, define
158 savestring as a macro wrapper for _rl_savestring.
159 * display.c (extern term_xn): It's an int flag, not a string.
160 * charsdefs.h, rldefs.h: Remove HAVE_STRING_H-related junk.
161
a2fcbaf2
JK
162Sat Feb 5 08:32:30 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
163
164 * Makefile.in: Remove obsolete rules for history.info and
165 readline.info.
166
a98b5a1d
JK
167Thu Jan 27 17:04:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
168
169 * chardefs.h: Only declare strrchr if it is not #define'd.
170
1b30bebf
JK
171Tue Jan 25 11:30:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
172
173 * rldefs.h: Accept __hpux as well as hpux for HP compiler in ANSI mode.
174
67289b62
JK
175Fri Jan 21 17:31:26 1994 Jim Kingdon (kingdon@lisa.cygnus.com)
176
177 * chardefs.h, tilde.c: Just declare strrchr rather than trying to
178 include a system header.
179
1b3f3940
FF
180Fri Jan 21 14:40:43 1994 Fred Fish (fnf@cygnus.com)
181
182 * Makefile.in (distclean, realclean): Expand local-distclean
183 inline after doing recursion. You can't recurse after removing
184 Makefile. Make them depend on local-clean.
185 * Makefile.in (local-distclean): Remove now superfluous target.
186
52767e87
KR
187Mon Jan 17 12:42:07 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
188
189 * readline.c (doing_an_undo): Delete second declaration, since it
190 confuses the alpha-osf1 native compiler.
191
84c8bac2
JK
192Sun Jan 16 12:33:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
193
24033f1e
JK
194 * complete.c, bind.c: Include <sys/stat.h>.
195 * complete.c: Define X_OK if not defined by a system header.
196
5bac8022
JK
197 * chardefs.h: Don't declare xmalloc.
198
199 * keymaps.h: Include "chardefs.h" not <readline/chardefs.h>.
200
84c8bac2 201 * Makefile.in (clean mostlyclean distclean realclean): Recurse
4955aa53
JK
202 into subdirectories as well as doing this directory. Add clean-dvi
203 target.
84c8bac2 204
5e98bbab
PB
205Sat Jan 15 19:36:12 1994 Per Bothner (bothner@kalessin.cygnus.com)
206
44af5659
PB
207 * readline.c, display.c: Patches to allow use of all 80
208 columns on most terminals (those with am and xn).
209
5e98bbab
PB
210 Merge in changes from bash-1.13. The most obvious one is
211 that the file readline.c has been split into multiple files.
212 * bind.c, complete.c, dispay.c, isearch.c, parens.c, rldefs.h,
213 rltty.c, search.c signals.c, tilde.c, tilde.h, xmalloc.c: New files.
214
aa53cd67
SC
215Sat Dec 11 16:29:17 1993 Steve Chamberlain (sac@thepub.cygnus.com)
216
217 * readline.c (rl_getc): If GO32, trim high bit from getkey,
218 otherwise fancy PC keys cause grief.
219
d5481f5d
JK
220Fri Nov 5 11:49:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
221
222 * configure.in: Add doc to configdirs.
223 * Makefile.in (info dvi install-info clean-info): Recurse into doc.
224
c71350fc
JK
225Fri Oct 22 07:55:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
226
227 * configure.in: Add * to end of all OS names.
228
80b10ae2
JK
229Tue Oct 5 12:33:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
230
231 * readline.c: Add stuff for HIUX to place where we detect termio
232 vs. sgtty (ugh, but I don't see a simple better way).
233
182ecac5
JK
234Wed Sep 29 11:02:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
235
236 * readline.c (parser_if): Free tname when done with it (change
237 imported from from bash 1.12 readline).
238
511fb5d6
JK
239Tue Sep 7 17:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
240
241 * configure.in (m88k-*-sysvr4*): Comment out previous change.
242
da2eac8b
ILT
243Fri Jul 2 11:05:34 1993 Ian Lance Taylor (ian@cygnus.com)
244
245 * configure.in (*-*-riscos*): New entry; use mh-sysv.
246
6a3a22e4
JK
247Wed Jun 23 13:00:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
248
249 * configure.in: Add comment.
250
83660d21
JK
251Mon Jun 14 14:28:55 1993 Jim Kingdon (kingdon@eric)
252
253 * configure.in (m88k-*-sysvr4*): Use sysdep-norm.h.
254
b65a4fe5
JK
255Sun Jun 13 13:04:09 1993 Jim Kingdon (kingdon@cygnus.com)
256
257 * Makefile.in ({real,dist}clean): Remove sysdep.h.
258
eab17696
JK
259Thu Jun 10 11:22:41 1993 Jim Kingdon (kingdon@cygnus.com)
260
261 * Makefile.in: Add mostlyclean, distclean, and realclean targets.
262
e23a6896
JK
263Fri May 21 17:09:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
264
265 * config/mh-isc: New file.
266 * configure.in: Use it.
267
3f06498a
JK
268Sat Apr 17 00:40:12 1993 Jim Kingdon (kingdon at calvin)
269
270 * readline.c, history.c: Don't include sys/types.h; sysdep.h does.
271
272 * config/mh-sysv: Define TIOCGWINSZ_BROKEN.
273 readline.c: Check it.
274
8e95e016
DZ
275Wed Mar 24 02:06:15 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
276
277 * Makefile.in: add installcheck & dvi targets
278
5f8d4bcb
DZ
279Fri Mar 12 18:36:53 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
280
281 * configure.in: recognize *-*-solaris2* instead of *-*-solaris* (a
3f06498a
JK
282 number of people want to call SunOS 4.1.2 "solaris1.0"
283 and get it right)
5f8d4bcb 284
d6400b14
FF
285Tue Mar 2 21:25:36 1993 Fred Fish (fnf@cygnus.com)
286
287 * sysdep-sysv4.h: New file for SVR4.
288 * configure.in (*-*-sysv4*): Use sysdep-sysv4.h.
289
290 * configure.in (*-*-ultrix2): Add triplet from Michael Rendell
291 (michael@mercury.cs.mun.ca)
292
16f8723c
ILT
293Tue Dec 15 12:38:16 1992 Ian Lance Taylor (ian@cygnus.com)
294
295 * configure.in (i[34]86-*-sco3.2v4*): use mh-sco4.
296 * config/mh-sco4: New file, like mh-sco but without defining
297 _POSIX_SOURCE.
298
24e37cd3
JG
299Wed Nov 11 21:20:14 1992 John Gilmore (gnu@cygnus.com)
300
301 * configure.in: Reformat to one-case-per-line.
302 Handle SunOS 3.5, as per Karl Berry, <karl@claude.cs.umb.edu>.
303
da60a50d
SG
304Wed Nov 4 15:32:31 1992 Stu Grossman (grossman at cygnus.com)
305
da60a50d
SG
306 * sysdep-norm.h: Remove some crud, install dire warning.
307
8ad65a5d
SG
308Thu Oct 22 01:08:13 1992 Stu Grossman (grossman at cygnus.com)
309
310 * configure.in: Make SCO work again...
311
0bced705
ILT
312Mon Oct 12 15:04:07 1992 Ian Lance Taylor (ian@cygnus.com)
313
314 * readline.c (init_terminal_io): if tgetent returns 0, the
315 terminal type is unknown.
316
d5dcef63
DZ
317Thu Oct 1 23:44:14 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
318
319 * configure.in: use cpu-vendor-os triple instead of nested cases
320
5a41df75
SG
321Wed Sep 30 12:58:57 1992 Stu Grossman (grossman at cygnus.com)
322
323 * readline.c (rl_complete_internal): Cast alloca to (char *) to
324 avoid warning.
325
d3c4fc98
SG
326Fri Sep 25 12:45:05 1992 Stu Grossman (grossman at cygnus.com)
327
328 * readline.c (clear_to_eol, rl_generic_bind): Make static.
329 (rl_digit_loop): Add arg to call to rl_message().
330 * vi_mode.c (rl_vi_first_print): Add arg to call to
331 rl_back_to_indent().
332
ce148149
ILT
333Wed Aug 19 14:59:07 1992 Ian Lance Taylor (ian@cygnus.com)
334
335 * Makefile.in: always create installation directories, use full
336 file name for install target.
337
afbdf3f7
JG
338Wed Aug 12 15:50:57 1992 John Gilmore (gnu@cygnus.com)
339
340 * readline.c (last_readline_init_file): Fix typo made by Steve
341 Chamberlain/DJ Delorie. Proper control file name is ~/.inputrc,
342 not ~/inputrc.
343
867022c3
SG
344Thu Jun 25 16:15:27 1992 Stu Grossman (grossman at cygnus.com)
345
346 * configure.in: Make bsd based systems use sysdep-obsd.h.
347
f274a4b8
PB
348Tue Jun 23 23:22:53 1992 Per Bothner (bothner@cygnus.com)
349
350 * config/mh-posix: New file, for Posix-compliant systems.
351 * configure.in: Use mh-posix for Linux (free Unix clone).
352
56e5eadc
FF
353Tue Jun 23 21:59:20 1992 Fred Fish (fnf@cygnus.com)
354
355 * sysdep-norm.h (alloca): Protect against previous definition as
356 a macro with arguments.
357
bde34fd9
SG
358Fri Jun 19 15:48:54 1992 Stu Grossman (grossman at cygnus.com)
359
360 * sysdep-obsd.h: #include <sys/types.h> to make this more Kosher.
361
0b909fe1
JG
362Fri Jun 19 12:53:28 1992 John Gilmore (gnu at cygnus.com)
363
364 * config/mh-apollo68v, mh-sco, mh-sysv, mh-sysv4}: RANLIB=true.
365
366Mon Jun 15 13:50:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
367
368 * configure.in: use mh-sysv4 on solaris2
369
d962d591
FF
370Mon Jun 15 12:28:24 1992 Fred Fish (fnf@cygnus.com)
371
372 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,
373 it is broken on ncr 3000's.
374 * config/mh-ncr3000 (RANLIB): Use RANLIB=true.
375
87afde58
JG
376Mon Jun 15 01:35:55 1992 John Gilmore (gnu at cygnus.com)
377
378 * readline.c: Make new SIGNALS_* macros to parameterize the
0b909fe1 379 ugly changes in signal blocking. Use them throughout,
87afde58
JG
380 reducing #ifdef HAVE_POSIX_SIGNALS and HAVE_BSD_SIGNALS clutter
381 significantly. Make all such places use POSIX if available,
382 to avoid losing with poor `sigsetmask' emulation from libiberty.
383
7c88553a
SG
384Sun Jun 14 15:19:51 1992 Stu Grossman (grossman at cygnus.com)
385
386 * readline.c (insert_some_chars): Return void.
387
bab58134
JG
388Thu Jun 11 01:27:45 1992 John Gilmore (gnu at cygnus.com)
389
390 * readline.c: #undef PC, which Solaris2 defines in sys/types.h,
391 clobbering the termcap global variable PC.
392
2d54a9e5
FF
393Tue Jun 9 17:30:23 1992 Fred Fish (fnf@cygnus.com)
394
395 * config/{mh-ncr3000, mh-sysv4}: Change INSTALL to use
396 /usr/ucb/install.
397
dd823a49
FF
398Mon Jun 8 23:10:07 1992 Fred Fish (fnf@cygnus.com)
399
400 * readline.h (rl_completer_quote_characters): Add declaration.
401 * readline.c (rl_completer_quote_characters): Add global var.
402 * readline.c (strpbrk): Add prototype and function.
403 * readline.c (rl_complete_internal): Add code to handle
404 expansion of quoted strings.
405
21a6705a
JG
406Mon May 11 12:39:30 1992 John Gilmore (gnu at cygnus.com)
407
408 * readline.c: Can't initialize FILE *'s with stdin and stdout,
409 because they might not be constant. Patch from Tom Quinn,
410 trq@dinoysos.thphys.ox.ac.uk.
411
836e9ea0
JG
412Tue Apr 28 21:52:34 1992 John Gilmore (gnu at cygnus.com)
413
414 * readline.h: Declare rl_event_hook (which already existed).
415 Suggested by Christoph Tietz <tietz@zi.gmd.dbp.de>.
416
386b54d6
RP
417Wed Apr 22 18:08:01 1992 K. Richard Pixley (rich@rtl.cygnus.com)
418
419 * configure.in: remove subdirs declaration. The obsolete semantic
420 for subdirs has been usurped by per's new meaning.
421
2674a1ef
RP
422Tue Apr 21 11:54:23 1992 K. Richard Pixley (rich@cygnus.com)
423
424 * Makefile.in: rework CFLAGS so that they can be set on the
425 command line to make. Remove MINUS_G. Default CFLAGS to -g.
426
a7bec03d
FF
427Fri Apr 10 23:02:27 1992 Fred Fish (fnf@cygnus.com)
428
429 * configure.in: Recognize new ncr3000 config.
430 * config/mh-ncr3000: New NCR 3000 config file.
431
c6b51563
JG
432Wed Mar 25 10:46:30 1992 John Gilmore (gnu at cygnus.com)
433
434 * history.c (stifle_history): Negative arg treated as zero.
435
713db40a
RP
436Tue Mar 24 23:46:20 1992 K. Richard Pixley (rich@cygnus.com)
437
438 * config/mh-sysv: INSTALL_PROG -> INSTALL.
439
daf45683
JG
440Mon Feb 10 01:41:35 1992 Brian Fox (bfox at gnuwest.fsf.org)
441
442 * history.c (history_do_write) Build a buffer of all of the lines
443 to write and write them in one fell swoop (lower overhead than
444 calling write () for each line). Suggested by Peter Ho.
445
446 * vi_mode.c (rl_vi_subst) Don't forget to end the undo group.
447
787c6bfe
RP
448Sat Mar 7 00:15:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
449
450 * Makefile.in: remove FIXME's on info and install-info targets.
451
452Fri Mar 6 22:02:04 1992 K. Richard Pixley (rich@cygnus.com)
453
454 * Makefile.in: added check target.
455
456Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
457
458 * Makefile.in, configure.in: removed traces of namesubdir,
459 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
460 copyrights to '92, changed some from Cygnus to FSF.
461
1267a5c0
SC
462Fri Feb 21 14:37:32 1992 Steve Chamberlain (sac at rtl.cygnus.com)
463
464 * readline.c, examples/fileman.c: patches from DJ to support DOS
465
77219de2
SG
466Thu Feb 20 23:23:16 1992 Stu Grossman (grossman at cygnus.com)
467
468 * readline.c (rl_read_init_file): Make sure that null filename is
469 not passed to open() or else we end up opening the directory, and
470 read a bunch of garbage into keymap[].
471
5bb14552
FF
472Mon Feb 17 17:15:09 1992 Fred Fish (fnf at cygnus.com)
473
474 * readline.c (readline_default_bindings): Only make use of VLNEXT
475 when both VLNEXT and TERMIOS_TTY_DRIVER is defined. On SVR4
476 <termio.h> includes <termios.h>, so VLNEXT is always defined.
477
478 * sysdep-norm.h (_POSIX_VERSION): Define this for all SVR4
479 systems so that <termios.h> gets used, instead of <termio.h>.
480
609bbade
FF
481Fri Dec 20 12:04:31 1991 Fred Fish (fnf at cygnus.com)
482
483 * configure.in: Change svr4 references to sysv4.
484
c466cfab
RP
485Tue Dec 10 04:07:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
486
487 * Makefile.in: infodir belongs in datadir.
488
92bb90af
RP
489Fri Dec 6 23:23:14 1991 K. Richard Pixley (rich at rtl.cygnus.com)
490
491 * Makefile.in: remove spaces following hyphens, bsd make can't
492 cope. added clean-info. added standards.text support. Don't
493 know how to make info anymore.
494
495 * configure.in: commontargets is no longer a recognized hook, so
496 remove it. new subdir called doc.
497
498Thu Dec 5 22:46:10 1991 K. Richard Pixley (rich at rtl.cygnus.com)
499
500 * Makefile.in: idestdir and ddestdir go away. Added copyrights
501 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
502 and mandir now keyed off datadir by default.
503
3f73352f
JG
504Fri Nov 22 09:02:32 1991 John Gilmore (gnu at cygnus.com)
505
28e35359
JG
506 * sysdep-obsd.h: Rename from sysdep-newsos.h.
507 * configure.in: Use sysdep-obsd for Mach as well as NEWs.
73766d91 508
3f73352f
JG
509 * sysdep-norm.h, sysdep-aix.h: Add <sys/types.h>, which POSIX
510 requires to make <dirent.h> work. Improve Sun alloca decl.
511
02e20edf
JG
512Thu Nov 21 18:48:08 1991 John Gilmore (gnu at cygnus.com)
513
514 * Makefile.in: Clean up ../glob/tilde.c -> tilde.o path.
515 Clean up makefile a bit in general.
516
9b309d06
SG
517Thu Nov 21 14:40:29 1991 Stu Grossman (grossman at cygnus.com)
518
dbdcdd54
SG
519 * configure.in, config/mh-svr4: Make SVR4 work.
520
e19c9d49
SG
521 * readline.c: Move config stuff to sysdep.h, use typedef dirent
522 consistently, remove refs to d_namlen (& D_NAMLEN) to improve
523 portability. Also, update copyright notice.
524 readline.h: remove config stuff that I added erroneously in the
525 first place.
526
9b309d06
SG
527 * emacs_keymap.c, funmap.c, history.c, keymaps.c, vi_keymap.c,
528 vi_mode.c: move config stuff to sysdep.h, update copyright notices.
529
6df61f79
SG
530Tue Nov 19 15:02:13 1991 Stu Grossman (grossman at cygnus.com)
531
532 * history.c: #include "sysdep.h".
533
f30114ea
FF
534Tue Nov 19 10:49:17 1991 Fred Fish (fnf at cygnus.com)
535
536 * Makefile.in, config/hm-sysv, config/hm-sco: Change SYSV to
537 USG to match current usage.
538
539 * readline.c: Add USGr4 to list of defined things to check for
540 to use <dirent.h> style directory access.
541
542 * config/hm-svr4: New file for System V Release 4 (USGr4).
543
61af01bc
SG
544Mon Nov 18 23:59:52 1991 Stu Grossman (grossman at cygnus.com)
545
546 * readline.c (filename_completion_function): use struct dirent
547 instead of struct direct.
548
870ca253 549Fri Nov 1 07:02:13 1991 Brian Fox (bfox at gnuwest.fsf.org)
c21b1b26 550
870ca253
SG
551 * readline.c (rl_translate_keyseq) Make C-? translate to RUBOUT
552 unconditionally.
c21b1b26 553
870ca253 554Mon Oct 28 11:34:52 1991 Brian Fox (bfox at gnuwest.fsf.org)
5f4a039a 555
870ca253 556 * readline.c; Use Posix directory routines and macros.
5f4a039a 557
870ca253 558 * funmap.c; Add entry for call-last-kbd-macro.
a051de4b 559
870ca253
SG
560 * readline.c (rl_prep_term); Use system EOF character on POSIX
561 systems also.
a051de4b 562
870ca253 563Thu Oct 3 16:19:53 1991 Brian Fox (bfox at gnuwest.fsf.org)
0fda1b62 564
870ca253
SG
565 * readline.c; Make a distinction between having a TERMIOS tty
566 driver, and having POSIX signal handling. You might one without
567 the other. New defines used HAVE_POSIX_SIGNALS, and
568 TERMIOS_TTY_DRIVER.
0fda1b62 569
870ca253 570Tue Jul 30 22:37:26 1991 Brian Fox (bfox at gnuwest.fsf.org)
7b3a018e 571
870ca253
SG
572 * readline.c: rl_getc () If a call to read () returns without an
573 error, but with zero characters, the file is empty, so return EOF.
7b3a018e 574
870ca253 575Thu Jul 11 20:58:38 1991 Brian Fox (bfox at gnuwest.fsf.org)
49e40d8a 576
870ca253
SG
577 * readline.c: (rl_get_next_history, rl_get_previous_history)
578 Reallocate the buffer space if the line being moved to is longer
579 the the current space allocated. Amazing that no one has found
580 this bug until now.
49e40d8a 581
870ca253 582Sun Jul 7 02:37:05 1991 Brian Fox (bfox at gnuwest.fsf.org)
49e40d8a 583
870ca253
SG
584 * readline.c:(rl_parse_and_bind) Allow leading whitespace.
585 Make sure TERMIO and TERMIOS systems treat CR and NL
586 disctinctly.
587
588Tue Jun 25 04:09:27 1991 Brian Fox (bfox at gnuwest.fsf.org)
589
590 * readline.c: Rework parsing conditionals to pay attention to the
591 prior states of the conditional stack. This makes $if statements
592 work correctly.
593
594Mon Jun 24 20:45:59 1991 Brian Fox (bfox at gnuwest.fsf.org)
595
596 * readline.c: support for displaying key binding information
597 includes the functions rl_list_funmap_names (),
598 invoking_keyseqs_in_map (), rl_invoking_keyseqs (),
599 rl_dump_functions (), and rl_function_dumper ().
600
601 funmap.c: support for same includes rl_funmap_names ().
602
603 readline.c, funmap.c: no longer define STATIC_MALLOC. However,
604 update both version of xrealloc () to handle a null pointer.
605
606Thu Apr 25 12:03:49 1991 Brian Fox (bfox at gnuwest.fsf.org)
607
608 * vi_mode.c (rl_vi_fword, fWord, etc. All functions use
609 the macro `isident()'. Fixed movement bug which prevents
610 continious movement through the text.
611
612Fri Jul 27 16:47:01 1990 Brian Fox (bfox at gnuwest.fsf.org)
613
614 * readline.c (parser_if) Allow "$if term=foo" construct.
615
616Wed May 23 16:10:33 1990 Brian Fox (bfox at gnuwest.fsf.org)
617
618 * readline.c (rl_dispatch) Correctly remember the last command
619 executed. Fixed typo in username_completion_function ().
620
621Mon Apr 9 19:55:48 1990 Brian Fox (bfox at gnuwest.fsf.org)
622
623 * readline.c: username_completion_function (); For text passed in
624 with a leading `~', remember that this could be a filename (after
625 it is completed).
626
627Thu Apr 5 13:44:24 1990 Brian Fox (bfox at gnuwest.fsf.org)
628
629 * readline.c: rl_search_history (): Correctly handle case of an
630 unfound search string, but a graceful exit (as with ESC).
631
632 * readline.c: rl_restart_output (); The Apollo passes the address
633 of the file descriptor to TIOCSTART, not the descriptor itself.
634
635Tue Mar 20 05:38:55 1990 Brian Fox (bfox at gnuwest.fsf.org)
636
637 * readline.c: rl_complete (); second call in a row causes possible
638 completions to be listed.
639
640 * readline.c: rl_redisplay (), added prompt_this_line variable
641 which is the first character character following \n in prompt.
49e40d8a 642
dd3b648e
RP
643Sun Mar 11 04:32:03 1990 Brian Fox (bfox at gnuwest.fsf.org)
644
645 * Signals are now supposedly handled inside of SYSV compilation.
646
647Wed Jan 17 19:24:09 1990 Brian Fox (bfox at sbphy.ucsb.edu)
648
649 * history.c: history_expand (); fixed overwriting memory error,
650 added needed argument to call to get_history_event ().
651
652Thu Jan 11 10:54:04 1990 Brian Fox (bfox at sbphy.ucsb.edu)
653
870ca253
SG
654 * readline.c: added mark_modified_lines to control the
655 display of an asterisk on modified history lines. Also
656 added a user variable called mark-modified-lines to the
657 `set' command.
dd3b648e
RP
658
659Thu Jan 4 10:38:05 1990 Brian Fox (bfox at sbphy.ucsb.edu)
660
661 * readline.c: start_insert (). Only use IC if we don't have an im
662 capability.
663
664Fri Sep 8 09:00:45 1989 Brian Fox (bfox at aurel)
665
666 * readline.c: rl_prep_terminal (). Only turn on 8th bit
667 as meta-bit iff the terminal is not using parity.
668
669Sun Sep 3 08:57:40 1989 Brian Fox (bfox at aurel)
670
671 * readline.c: start_insert (). Uses multiple
672 insertion call in cases where that makes sense.
673
674 rl_insert (). Read type-ahead buffer for additional
675 keys that are bound to rl_insert, and insert them
676 all at once. Make insertion of single keys given
677 with an argument much more efficient.
678
679Tue Aug 8 18:13:57 1989 Brian Fox (bfox at aurel)
680
681 * readline.c: Changed handling of EOF. readline () returns
682 (char *)EOF or consed string. The EOF character is read from the
683 tty, or if the tty doesn't have one, defaults to C-d.
684
685 * readline.c: Added support for event driven programs.
686 rl_event_hook is the address of a function you want called
687 while Readline is waiting for input.
688
689 * readline.c: Cleanup time. Functions without type declarations
690 do not use return with a value.
691
692 * history.c: history_expand () has new variable which is the
693 characters to ignore immediately following history_expansion_char.
694
695Sun Jul 16 08:14:00 1989 Brian Fox (bfox at aurel)
696
697 * rl_prep_terminal ()
698 BSD version turns off C-s, C-q, C-y, C-v.
699
700 * readline.c -- rl_prep_terminal ()
701 SYSV version hacks readline_echoing_p.
702 BSD version turns on passing of the 8th bit for the duration
703 of reading the line.
704
705Tue Jul 11 06:25:01 1989 Brian Fox (bfox at aurel)
706
707 * readline.c: new variable rl_tilde_expander.
708 If non-null, this contains the address of a function to call if
709 the standard meaning for expanding a tilde fails. The function is
710 called with the text sans tilde (as in "foo"), and returns a
711 malloc()'ed string which is the expansion, or a NULL pointer if
712 there is no expansion.
713
714 * readline.h - new file chardefs.h
715 Separates things that only readline.c needs from the standard
716 header file publishing interesting things about readline.
717
718 * readline.c:
719 readline_default_bindings () now looks at terminal chararacters
720 and binds those as well.
721
722Wed Jun 28 20:20:51 1989 Brian Fox (bfox at aurel)
723
724 * Made readline and history into independent libraries.
725
This page took 0.177597 seconds and 4 git commands to generate.