]> Git Repo - binutils.git/blob - readline/ChangeLog
1998-12-24 Jason Molenda ([email protected])
[binutils.git] / readline / ChangeLog
1 1998-12-24  Jason Molenda  ([email protected])
2
3         * Makefile.in: Add CYGNUS LOCAL comment.
4         * acconfig.h: Add missing defines.
5         * config.h.bot: Add missing content.
6         * configure, config.h.in: Regenerated.
7
8 Wed Dec 23 16:21:41 1998  Elena Zannoni  <[email protected]>
9
10         * Makefile.in: comment out the rule to rebuild configure by 
11         running autoconf. 
12
13 Tue Dec 22 10:00:30 1998  Elena Zannoni  <[email protected]>
14
15         * shell.c (savestring): ifdef'd it out. 
16
17         * Imported new version of Readline 2.2.1. Removed all the Cygnus
18         local changes.
19
20         New files: acconfig.h, aclocal.m4, ansi_stdlib.h, callback.c,
21         config.h.in, configure, histexpand.c, histfile.c, histlib.h,
22         histsearch.c, input.c, kill.c, macro.c, nls.c, posixdir.h,
23         posixjmp.h, posixstat.h, rlconf.h, rltty.h, rlwinsize.h, shell.c,
24         tcap.h, terminal.c, undo.c, util.c, support directory.
25
26         Removed files: sysdep*, config directory.
27         
28
29 Fri Dec  4 15:25:41 1998  David Taylor  <[email protected]>
30
31         The following changes were made by Jim Blandy
32         <[email protected]> and David Taylor
33         <[email protected]> as part of a project to merge in changes
34         made by HP; HP did not create ChangeLog entries.
35
36         * config/mp-enable-tui: New file.
37         (TUI_CFLAGS): Search devo's include directory, as long as we're
38         totally ruining modularity.
39         (INCLUDE_SRCDIR): New var.
40         (GDB_TUI_SRCDIR): Fix syntax error.
41
42         * configure.in: Check the --enable-tui flag; if it's set, include
43         a makefile fragment that #defines TUI and adds the needed #include
44         directories.
45         (*-*-hpux*): New host; use sysdep-hpux.h.
46
47         * Makefile.in (.c.o): Check the variable set in the makefile
48         fragment above.
49
50         * display.c (term_goto): declare it.
51         (insert_some_chars): set it.
52         (delete_chars): set it.
53
54         * readline.c: add tui include files surrounded by TUI.
55         (rl_reset): new function, move some of rl_abort functionality to
56         here.
57         (rl_abort): call rl_reset.
58         (rl_getc): tui changes.
59         (init_terminal_io): tui changes.
60
61         * readline.h (tui_version, fputc_unfiltered, fputs_unfiltered,
62         tui_tputs): declare if TUI is defined.
63
64         * rltty.c (prepare_terminal_settings): additional comment.
65
66         * signals.c: add tui include files surrounded by TUI.  move #if
67         and #endif to column 1 so HP's compiler will accept them.  Remove
68         declaration of tuiDoAndReturnToTop since it's declared in tui.h.
69         (rl_handle_sigwinch): call tuiDoAndReturnToTop if TUI defined.
70         (rl_handle_sigwinch_on_clear): define if TUI defined.
71         (rl_set_signals): if TUI, avoid infinite recursion.
72         (rl_clear_signals): install rl_handle_sigwinch_on_clear.
73
74         * sysdep-hpux.h: New file.
75
76 Mon Nov  2 15:26:33 1998  Geoffrey Noer  <[email protected]>
77
78         * configure.in: Check cygwin* instead of cygwin32*.
79
80 Tue Jul 28 09:43:27 1998  Jeffrey A Law  ([email protected])
81
82         * sysdep-hpux11.h: New file.
83         * configure.in (*-*-*-hpux11*): Use sysdep-hpux11.h.
84
85 Thu Jul 23 17:48:21 1998  Ian Lance Taylor  <[email protected]>
86
87         * configure.bat: Remove obsolete file.
88         * examples/configure.bat: Remove obsolete file.
89
90 Wed May 13 13:41:53 1998  Ian Lance Taylor  <[email protected]>
91
92         * sysdep-6irix.h: New file.
93         * configure.in (*-*-irix6*): New host; use sysdep-6irix.h.
94
95         * Makefile.in (isearch.o, search.o): Depend upon sysdep.h.
96         (Makefile): Depend upon $(srcdir)/configure.in.
97
98 Thu Apr  9 11:59:38 1998  Ian Dall (<[email protected]>
99
100         * configure.in (host==netbsd): Include config/mh-bsd44.
101         * config/mh-bsd44: New file.
102
103 Wed Dec  3 16:48:20 1997  Michael Snyder  ([email protected])
104
105         * rltty.c: fix typos.
106
107 Tue Oct  8 08:59:24 1996  Stu Grossman  ([email protected])
108
109         * tilde.c (tilde_word_expand):  __MSDOS___ -> __MSDOS__
110
111 Sat Oct 05 11:24:34 1996  Mark Alexander  <[email protected]>
112
113         * rldefs.h: On Linux, include <termios.h> to fix compile error
114         in <termcap.h>.
115
116 Wed Sep  4 18:06:51 1996  Stu Grossman  ([email protected])
117
118         * rldefs.h:  Enable HANDLE_SIGNALS for cygwin32.
119
120 Thu Aug 29 16:59:45 1996  Michael Meissner  <[email protected]>
121
122         * configure.in (i[345]86-*-*): Recognize i686 for pentium pro.
123
124 Fri Aug 16 17:49:57 1996  Stu Grossman  ([email protected])
125
126         * complete.c:  Include <pwd.h> if not DOS, and if cygwin32 or not
127         win32.
128         * configure.in:  Add test for *-*-cygwin32* to use config/mh-posix.
129         * readline.c:  Move decl of tgetstr to rldefs.h.
130         * (_rl_set_screen_size):  Remove redundant ifdef MINIMALs.
131         * rldefs.h:  Don't do MINIMAL for cygwin32.  Cygwin32 now uses
132         full-blown readline, except for termcap.
133
134 Sun Aug 11 21:06:26 1996  Stu Grossman  ([email protected])
135
136         * rldefs.c:  Get rid of define of SIGALRM if _WIN32 or __MSDOS__.
137         * Don't define ScreenCols/ScreenRows/... if cygwin32.
138         * sysdep-norm.h:  Don't include <malloc.h> if cygwin32.
139
140 Sun Aug 11 14:59:09 1996  Fred Fish  <[email protected]>
141
142         * rldefs.h:  If __osf__is defined, include <termio.h> instead of
143         <sgtty.h>.
144
145 Fri Aug  9 08:54:26 1996  Stu Grossman  ([email protected])
146
147         * bind.c complete.c history.c readline.c:  Don't include sys/file.h.
148         * complete.c display.c parens.c readline.c rldefs.h rltty.c
149         signals.c tilde.c:  Change refs to _MSC_VER and __WIN32__ to _WIN32.
150         * signals.c (rl_signal_handler):  Ifdef out kill if _WIN32.
151         * sysdep-norm.h:  Ifdef out include of dirent.h if _WIN32.
152         Include malloc.h if _WIN32.
153
154 Thu Jul 18 15:59:35 1996  Michael Meissner  <[email protected]>
155
156         * rldefs.h (sys/uio.h) Before sys/stream.h is included under AIX,
157         include sys/uio.h, which prevents an undefined structure used in a
158         prototype message from being generated.
159
160 Tue Jun 25 23:05:55 1996  Jason Molenda  ([email protected])
161
162         * Makefile.in (datadir): Set to $(prefix)/share.
163         (docdir): Removed.
164
165 Sun May 26 15:14:42 1996  Fred Fish  <[email protected]>
166
167         From: David Mosberger-Tang  <[email protected]>
168
169         * sysdep-linux.h: New file.
170         * display.c: Add include of "sysdep.h" to get HAVE_VARARGS_H.
171         * configure.in: Change pattern i[345]86-*-linux* into *-*-linux* to
172         support non-x86 based Linux platforms.
173
174 Sun Apr  7 22:06:11 1996  Fred Fish  <[email protected]>
175
176         From: Miles Bader  <[email protected]>
177         * config/mh-gnu: New file.
178         * configure.in (*-*-gnu*): New host.
179
180 Sun Apr  7 13:21:51 1996  Fred Fish  <[email protected]>
181
182         From: Robert Lipe <[email protected]>
183         * configure.in: SCO OpenServer 5 (a.k.a 3.2v5*) is more like
184         SCO 3.2v4 than 3.2v2.
185
186 Wed Jan  3 18:22:10 1996  steve chamberlain  <[email protected]>
187
188         * readline.c, display.c, complete.c: Add _MSC_VER to list of
189         things which can't do most things.
190
191 Thu Nov 16 15:39:05 1995  Geoffrey Noer <[email protected]>
192
193         * complete.c: Change WIN32 to __WIN32__, added #else return NULL
194         to end of that define.
195
196 Tue Oct 31 10:38:58 1995  steve chamberlain  <[email protected]>
197
198         * display.c, parens.c, readline.c, rldefs.h: Change use of
199         WIN32 to __WIN32__.
200
201 Tue Oct 10 11:07:23 1995  Fred Fish  <[email protected]>
202
203         * Makefile.in (BISON): Remove macro.
204
205 Tue Oct 10 08:49:00 1995  steve chamberlain  <[email protected]>
206
207         * complete.c (filename_completion_function): Enable for
208         win32 when not MSC.
209
210 Sun Oct  8 04:17:19 1995  Peter Schauer  ([email protected])
211
212         * configure.in:  Handle powerpc-ibm-aix* like rs6000-ibm-aix*.
213
214 Sat Oct  7 20:36:16 1995  Michael Meissner  <[email protected]>
215
216         * rltty.c (outchar): Return an int, like tputs expects.
217         * signals.c (_rl_output_character_function): Ditto.
218
219 Fri Sep 29 15:19:23 1995  steve chamberlain  <[email protected]>
220
221         Fixes for when the host WIN32, but not MSC.
222         * complete.c: Sometimes have pwd.h
223         * parens.c: WIN32 has similar restrictions to __GO32__.
224         * readline.c (__GO32__): Some of this moved into rldefs.h
225         * signals.c (__GO32__): Likewise.
226         * rldefs.h (MSDOS||WIN32) becomes MSDOS||MSC.
227         (WIN32&&!WIN32): New definitions.
228
229 Wed Sep 20 12:57:17 1995  Ian Lance Taylor  <[email protected]>
230
231         * Makefile.in (maintainer-clean): New synonym for realclean.
232
233 Wed Mar  1 13:33:43 1995  Michael Meissner  <[email protected]>
234
235         * rltty.c (outchar): Provide prototype for outchar, to silence
236         type warnings in passing outchar to tputs on systems like Linux
237         that have full prototypes.
238
239         * signals.c (_rl_output_character_function): Provide prototype to
240         silence type warnings.
241
242 Sun Jan 15 14:10:37 1995  Steve Chamberlain  <sac@splat>
243
244         * rldefs.h: Define MINIMAL for __GO32__ and WIN32.
245         * complete.c, display.c, readline.c, rltty.c: Test MINIMAL
246         instead of __GO32__.
247
248 Wed Aug 24 13:04:47 1994  Ian Lance Taylor  ([email protected])
249
250         * configure.in: Change i[34]86 to i[345]86.
251
252 Sat Jul 16 13:26:31 1994  Stan Shebs  ([email protected])
253
254         * configure.in (m88*-harris-cxux7*): Recognize.
255         * sysdep-cxux7.h: New file.
256
257 Fri Jul  8 13:18:33 1994  Steve Chamberlain  ([email protected])
258
259         * rttty.c (control_meta_key_on): Remove superfluous testing of
260         __GO32__.
261
262 Thu Jun 30 15:21:54 1994  Steve Chamberlain  ([email protected])
263
264         * rltty.c (control_meta_key_on): Don't compile if __GO32__ is
265         defined.
266         (rltty_set_default_bindings): Likewise.
267         * display.c (insert_some_chars, delete_chars): row_start should be
268         a short.
269         * parens.c (rl_insert_close): No FD_SET if using __GO32__.
270         * readline.c (rl_gather_tyi): Strip off spurious high bits.
271
272 Sun Jun 12 03:51:52 1994  Peter Schauer  ([email protected])
273
274         * history.c:  Swap inclusion of rldefs.h and chardefs.h to avoid
275         CTRL macro redefinition.
276
277 Mon May  9 18:29:42 1994  Ian Lance Taylor  ([email protected])
278
279         * readline.c (readline_default_bindings): Don't compile if
280         __GO32__ is defined.
281         (_rl_set_screen_size): Likewise.
282         * rltty.c (rltty_set_default_bindings): Likewise.
283         (control_meta_key): Likewise.
284         * display.c: If __GO32__ is defined, include <sys/pc.h>.
285         * parens.c: If __GO32__ is defined, undefine FD_SET.
286         * signals.c: Include SIGWINCH handling in the set of things which
287         is not done if HANDLE_SIGNALS is not set.
288
289 Fri May  6 13:38:39 1994  Steve Chamberlain  ([email protected])
290
291         * config/mh-go32: New fragment.
292         * configure.in (host==go32): Use go32 fragment.
293
294 Wed May  4 14:36:53 1994  Stu Grossman  ([email protected])
295
296         * chardefs.h, rldefs.h:  Move decls of string funcs from chardefs.h
297         to rldefs.h so that they don't pollute apps that include
298         readline.h.
299         * history.c:  include rldefs.h to get decls of string funcs.
300
301 Wed May  4 12:15:11 1994  Stan Shebs  ([email protected])
302
303         * configure.in (rs6000-bull-bosx*): New configuration, RS/6000
304         variant.
305
306 Wed Apr 20 10:43:52 1994  Jim Kingdon  ([email protected])
307
308         * configure.in: Use mh-posix for sunos4.1*.
309
310 Wed Apr 13 21:28:44 1994  Jim Kingdon  ([email protected])
311
312         * rltty.c (set_tty_settings): Don't set readline_echoing_p.
313         (rl_deprep_terminal) [NEW_TTY_DRIVER]: Set readline_echoing_p.
314
315 Sun Mar 13 09:13:12 1994  Jim Kingdon  ([email protected])
316
317         * Makefile.in: Add TAGS target.
318
319 Wed Mar  9 18:01:31 1994  Jim Kingdon  ([email protected])
320
321         * isearch.c, search.c: Include sysdep.h.
322
323 Thu Mar  3 17:40:03 1994  Jim Kingdon  ([email protected])
324
325         * configure.in: For ISC, use mh-sysv, not mh-isc.
326
327 Thu Feb 24 04:13:53 1994  Peter Schauer  ([email protected])
328
329         * Merge in changes from bash-1.13.5. Merge changes from glob/tilde.c
330         into tilde.c and use it. Add system function declarations where
331         necessary. Check for __GO32__, not _GO32_ consistently.
332         * Makefile.in:  Update dependencies.
333         * rltty.c:  Include <sys/file.h> to match include file setup
334         in readline.c for rldefs.h. Otherwise we get inconsistent
335         TTY_DRIVER definitions in readline.c and rltty.c.
336         * bind.c, complete.c:  Do not include <sys/types.h>, it is already
337         included via sysdep.h, which causes problems if <sys/types.h> has
338         no multiple inclusion protection.
339         * readline.c (_rl_set_screen_size):  Reestablish test for
340         TIOCGWINSZ_BROKEN.
341         * rldefs.h:  Define S_ISREG if necessary.
342
343 Fri Feb 18 08:56:35 1994  Jim Kingdon  ([email protected])
344
345         * Makefile.in: Add search.o rule for Sun make.
346
347 Wed Feb 16 16:35:49 1994  Per Bothner  ([email protected])
348
349         * rltty.c:  #if out some code if __GO32__.
350
351 Tue Feb 15 14:07:08 1994  Per Bothner  ([email protected])
352
353         * readline.c (_rl_output_character_function), display.c:
354         Return int, not void, to conform with the expected arg of tputs.
355         * readline.c (init_terminal_io):  tgetflag only takes 1 arg.
356         * readline.c (_rl_savestring):  New function.
357         * chardefs.h:  To avoid conflicts and/or warnings, define
358         savestring as a macro wrapper for _rl_savestring.
359         * display.c (extern term_xn):  It's an int flag, not a string.
360         * charsdefs.h, rldefs.h:  Remove HAVE_STRING_H-related junk.
361
362 Sat Feb  5 08:32:30 1994  Jim Kingdon  ([email protected])
363
364         * Makefile.in: Remove obsolete rules for history.info and
365         readline.info.
366
367 Thu Jan 27 17:04:01 1994  Jim Kingdon  ([email protected])
368
369         * chardefs.h: Only declare strrchr if it is not #define'd.
370
371 Tue Jan 25 11:30:06 1994  Jim Kingdon  ([email protected])
372
373         * rldefs.h: Accept __hpux as well as hpux for HP compiler in ANSI mode.
374
375 Fri Jan 21 17:31:26 1994  Jim Kingdon  ([email protected])
376
377         * chardefs.h, tilde.c: Just declare strrchr rather than trying to
378         include a system header.
379
380 Fri Jan 21 14:40:43 1994  Fred Fish  ([email protected])
381
382         * Makefile.in (distclean, realclean):  Expand local-distclean
383         inline after doing recursion.  You can't recurse after removing
384         Makefile.  Make them depend on local-clean.
385         * Makefile.in (local-distclean):  Remove now superfluous target.
386
387 Mon Jan 17 12:42:07 1994  Ken Raeburn  ([email protected])
388
389         * readline.c (doing_an_undo): Delete second declaration, since it
390         confuses the alpha-osf1 native compiler.
391
392 Sun Jan 16 12:33:11 1994  Jim Kingdon  ([email protected])
393
394         * complete.c, bind.c: Include <sys/stat.h>.
395         * complete.c: Define X_OK if not defined by a system header.
396
397         * chardefs.h: Don't declare xmalloc.
398
399         * keymaps.h: Include "chardefs.h" not <readline/chardefs.h>.
400
401         * Makefile.in (clean mostlyclean distclean realclean): Recurse
402         into subdirectories as well as doing this directory.  Add clean-dvi
403         target.
404
405 Sat Jan 15 19:36:12 1994  Per Bothner  ([email protected])
406
407         * readline.c, display.c:  Patches to allow use of all 80
408         columns on most terminals (those with am and xn).
409
410         Merge in changes from bash-1.13.  The most obvious one is
411         that the file readline.c has been split into multiple files.
412         * bind.c, complete.c, dispay.c, isearch.c, parens.c, rldefs.h,
413         rltty.c, search.c signals.c, tilde.c, tilde.h, xmalloc.c:  New files.
414
415 Sat Dec 11 16:29:17 1993  Steve Chamberlain  ([email protected])
416
417         * readline.c (rl_getc): If GO32, trim high bit from getkey,
418         otherwise fancy PC keys cause grief.
419
420 Fri Nov  5 11:49:47 1993  Jim Kingdon  ([email protected])
421
422         * configure.in: Add doc to configdirs.
423         * Makefile.in (info dvi install-info clean-info): Recurse into doc.
424
425 Fri Oct 22 07:55:08 1993  Jim Kingdon  ([email protected])
426
427         * configure.in: Add * to end of all OS names.
428
429 Tue Oct  5 12:33:51 1993  Jim Kingdon  ([email protected])
430
431         * readline.c: Add stuff for HIUX to place where we detect termio
432         vs. sgtty (ugh, but I don't see a simple better way).
433
434 Wed Sep 29 11:02:58 1993  Jim Kingdon  ([email protected])
435
436         * readline.c (parser_if): Free tname when done with it (change
437         imported from from bash 1.12 readline).
438
439 Tue Sep  7 17:15:37 1993  Jim Kingdon  ([email protected])
440
441         * configure.in (m88k-*-sysvr4*): Comment out previous change.
442
443 Fri Jul  2 11:05:34 1993  Ian Lance Taylor  ([email protected])
444
445         * configure.in (*-*-riscos*): New entry; use mh-sysv.
446
447 Wed Jun 23 13:00:12 1993  Jim Kingdon  ([email protected])
448
449         * configure.in: Add comment.
450
451 Mon Jun 14 14:28:55 1993  Jim Kingdon  (kingdon@eric)
452
453         * configure.in (m88k-*-sysvr4*): Use sysdep-norm.h.
454
455 Sun Jun 13 13:04:09 1993  Jim Kingdon  ([email protected])
456
457         * Makefile.in ({real,dist}clean): Remove sysdep.h.
458
459 Thu Jun 10 11:22:41 1993  Jim Kingdon  ([email protected])
460
461         * Makefile.in: Add mostlyclean, distclean, and realclean targets.
462
463 Fri May 21 17:09:28 1993  Jim Kingdon  ([email protected])
464
465         * config/mh-isc: New file.
466         * configure.in: Use it.
467
468 Sat Apr 17 00:40:12 1993  Jim Kingdon  (kingdon at calvin)
469
470         * readline.c, history.c: Don't include sys/types.h; sysdep.h does.
471
472         * config/mh-sysv: Define TIOCGWINSZ_BROKEN.
473         readline.c: Check it.
474
475 Wed Mar 24 02:06:15 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
476
477         * Makefile.in: add installcheck & dvi targets
478
479 Fri Mar 12 18:36:53 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
480
481         * configure.in: recognize *-*-solaris2* instead of *-*-solaris* (a
482         number of people want to call SunOS 4.1.2 "solaris1.0"
483         and get it right)
484
485 Tue Mar  2 21:25:36 1993  Fred Fish  ([email protected])
486
487         * sysdep-sysv4.h:  New file for SVR4.
488         * configure.in (*-*-sysv4*):  Use sysdep-sysv4.h.
489
490         * configure.in (*-*-ultrix2):  Add triplet from Michael Rendell
491         ([email protected])
492
493 Tue Dec 15 12:38:16 1992  Ian Lance Taylor  ([email protected])
494
495         * configure.in (i[34]86-*-sco3.2v4*): use mh-sco4.
496         * config/mh-sco4: New file, like mh-sco but without defining
497         _POSIX_SOURCE.
498
499 Wed Nov 11 21:20:14 1992  John Gilmore  ([email protected])
500
501         * configure.in:  Reformat to one-case-per-line.
502         Handle SunOS 3.5, as per Karl Berry, <[email protected]>.
503
504 Wed Nov  4 15:32:31 1992  Stu Grossman  (grossman at cygnus.com)
505
506         * sysdep-norm.h:  Remove some crud, install dire warning.
507
508 Thu Oct 22 01:08:13 1992  Stu Grossman  (grossman at cygnus.com)
509
510         * configure.in:  Make SCO work again...
511
512 Mon Oct 12 15:04:07 1992  Ian Lance Taylor  ([email protected])
513
514         * readline.c (init_terminal_io): if tgetent returns 0, the
515         terminal type is unknown.
516
517 Thu Oct  1 23:44:14 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
518
519         * configure.in: use cpu-vendor-os triple instead of nested cases
520
521 Wed Sep 30 12:58:57 1992  Stu Grossman  (grossman at cygnus.com)
522
523         * readline.c (rl_complete_internal):  Cast alloca to (char *) to
524         avoid warning.
525
526 Fri Sep 25 12:45:05 1992  Stu Grossman  (grossman at cygnus.com)
527
528         * readline.c (clear_to_eol, rl_generic_bind):  Make static.
529         (rl_digit_loop):  Add arg to call to rl_message().
530         * vi_mode.c (rl_vi_first_print):  Add arg to call to
531         rl_back_to_indent().
532
533 Wed Aug 19 14:59:07 1992  Ian Lance Taylor  ([email protected])
534
535         * Makefile.in: always create installation directories, use full
536         file name for install target.
537
538 Wed Aug 12 15:50:57 1992  John Gilmore  ([email protected])
539
540         * readline.c (last_readline_init_file):  Fix typo made by Steve
541         Chamberlain/DJ Delorie.  Proper control file name is ~/.inputrc,
542         not ~/inputrc.
543
544 Thu Jun 25 16:15:27 1992  Stu Grossman  (grossman at cygnus.com)
545
546         * configure.in:  Make bsd based systems use sysdep-obsd.h.
547
548 Tue Jun 23 23:22:53 1992  Per Bothner  ([email protected])
549
550         * config/mh-posix:  New file, for Posix-compliant systems.
551         * configure.in:  Use mh-posix for Linux (free Unix clone).
552
553 Tue Jun 23 21:59:20 1992  Fred Fish  ([email protected])
554
555         * sysdep-norm.h (alloca):  Protect against previous definition as
556         a macro with arguments.
557
558 Fri Jun 19 15:48:54 1992  Stu Grossman  (grossman at cygnus.com)
559
560         * sysdep-obsd.h:  #include <sys/types.h> to make this more Kosher.
561
562 Fri Jun 19 12:53:28 1992  John Gilmore  (gnu at cygnus.com)
563
564         * config/mh-apollo68v, mh-sco, mh-sysv, mh-sysv4}: RANLIB=true.
565
566 Mon Jun 15 13:50:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
567
568         * configure.in: use mh-sysv4 on solaris2
569
570 Mon Jun 15 12:28:24 1992  Fred Fish  ([email protected])
571
572         * config/mh-ncr3000 (INSTALL):  Don't use /usr/ucb/install,
573         it is broken on ncr 3000's.
574         * config/mh-ncr3000 (RANLIB):  Use RANLIB=true.
575
576 Mon Jun 15 01:35:55 1992  John Gilmore  (gnu at cygnus.com)
577
578         * readline.c: Make new SIGNALS_* macros to parameterize the 
579         ugly changes in signal blocking.  Use them throughout,
580         reducing #ifdef HAVE_POSIX_SIGNALS and HAVE_BSD_SIGNALS clutter
581         significantly.  Make all such places use POSIX if available,
582         to avoid losing with poor `sigsetmask' emulation from libiberty.
583
584 Sun Jun 14 15:19:51 1992  Stu Grossman  (grossman at cygnus.com)
585
586         * readline.c (insert_some_chars):  Return void.
587
588 Thu Jun 11 01:27:45 1992  John Gilmore  (gnu at cygnus.com)
589
590         * readline.c:  #undef PC, which Solaris2 defines in sys/types.h,
591         clobbering the termcap global variable PC.
592
593 Tue Jun  9 17:30:23 1992  Fred Fish  ([email protected])
594
595         * config/{mh-ncr3000, mh-sysv4}:  Change INSTALL to use
596         /usr/ucb/install.
597
598 Mon Jun  8 23:10:07 1992  Fred Fish  ([email protected])
599
600         * readline.h (rl_completer_quote_characters):  Add declaration.
601         * readline.c (rl_completer_quote_characters):  Add global var.
602         * readline.c (strpbrk):  Add prototype and function.
603         * readline.c (rl_complete_internal):  Add code to handle
604         expansion of quoted strings.
605
606 Mon May 11 12:39:30 1992  John Gilmore  (gnu at cygnus.com)
607
608         * readline.c:  Can't initialize FILE *'s with stdin and stdout,
609         because they might not be constant.  Patch from Tom Quinn,
610         [email protected].
611
612 Tue Apr 28 21:52:34 1992  John Gilmore  (gnu at cygnus.com)
613
614         * readline.h:  Declare rl_event_hook (which already existed).
615         Suggested by Christoph Tietz <[email protected]>.
616
617 Wed Apr 22 18:08:01 1992  K. Richard Pixley  ([email protected])
618
619         * configure.in: remove subdirs declaration.  The obsolete semantic
620           for subdirs has been usurped by per's new meaning.
621
622 Tue Apr 21 11:54:23 1992  K. Richard Pixley  ([email protected])
623
624         * Makefile.in: rework CFLAGS so that they can be set on the
625           command line to make.  Remove MINUS_G.  Default CFLAGS to -g.
626
627 Fri Apr 10 23:02:27 1992  Fred Fish  ([email protected])
628
629         * configure.in:  Recognize new ncr3000 config.
630         * config/mh-ncr3000:  New NCR 3000 config file.
631
632 Wed Mar 25 10:46:30 1992  John Gilmore  (gnu at cygnus.com)
633
634         * history.c (stifle_history):  Negative arg treated as zero.
635
636 Tue Mar 24 23:46:20 1992  K. Richard Pixley  ([email protected])
637
638         * config/mh-sysv: INSTALL_PROG -> INSTALL.
639
640 Mon Feb 10 01:41:35 1992  Brian Fox  (bfox at gnuwest.fsf.org)
641
642         * history.c (history_do_write) Build a buffer of all of the lines
643         to write and write them in one fell swoop (lower overhead than
644         calling write () for each line).  Suggested by Peter Ho.
645
646         * vi_mode.c (rl_vi_subst) Don't forget to end the undo group.
647
648 Sat Mar  7 00:15:36 1992  K. Richard Pixley  ([email protected])
649
650         * Makefile.in: remove FIXME's on info and install-info targets.
651
652 Fri Mar  6 22:02:04 1992  K. Richard Pixley  ([email protected])
653
654         * Makefile.in: added check target.
655
656 Wed Feb 26 18:04:40 1992  K. Richard Pixley  ([email protected])
657
658         * Makefile.in, configure.in: removed traces of namesubdir,
659           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
660           copyrights to '92, changed some from Cygnus to FSF.
661
662 Fri Feb 21 14:37:32 1992  Steve Chamberlain  (sac at rtl.cygnus.com)
663
664         * readline.c, examples/fileman.c: patches from DJ to support DOS
665
666 Thu Feb 20 23:23:16 1992  Stu Grossman  (grossman at cygnus.com)
667
668         * readline.c (rl_read_init_file):  Make sure that null filename is
669         not passed to open() or else we end up opening the directory, and
670         read a bunch of garbage into keymap[].
671
672 Mon Feb 17 17:15:09 1992  Fred Fish  (fnf at cygnus.com)
673
674         * readline.c (readline_default_bindings):  Only make use of VLNEXT
675         when both VLNEXT and TERMIOS_TTY_DRIVER is defined.  On SVR4
676         <termio.h> includes <termios.h>, so VLNEXT is always defined.
677
678         * sysdep-norm.h (_POSIX_VERSION):  Define this for all SVR4
679         systems so that <termios.h> gets used, instead of <termio.h>.
680
681 Fri Dec 20 12:04:31 1991  Fred Fish  (fnf at cygnus.com)
682
683         * configure.in:  Change svr4 references to sysv4.
684
685 Tue Dec 10 04:07:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
686
687         * Makefile.in: infodir belongs in datadir.
688
689 Fri Dec  6 23:23:14 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
690
691         * Makefile.in: remove spaces following hyphens, bsd make can't
692           cope. added clean-info.  added standards.text support.  Don't
693           know how to make info anymore.
694
695         * configure.in: commontargets is no longer a recognized hook, so
696           remove it.  new subdir called doc.
697
698 Thu Dec  5 22:46:10 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
699
700         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
701           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
702           and mandir now keyed off datadir by default.
703
704 Fri Nov 22 09:02:32 1991  John Gilmore  (gnu at cygnus.com)
705
706         * sysdep-obsd.h:  Rename from sysdep-newsos.h.
707         * configure.in:  Use sysdep-obsd for Mach as well as NEWs.
708
709         * sysdep-norm.h, sysdep-aix.h:  Add <sys/types.h>, which POSIX
710         requires to make <dirent.h> work.  Improve Sun alloca decl.
711
712 Thu Nov 21 18:48:08 1991  John Gilmore  (gnu at cygnus.com)
713
714         * Makefile.in:  Clean up ../glob/tilde.c -> tilde.o path.
715         Clean up makefile a bit in general.
716
717 Thu Nov 21 14:40:29 1991  Stu Grossman  (grossman at cygnus.com)
718
719         * configure.in, config/mh-svr4:  Make SVR4 work.
720
721         * readline.c:  Move config stuff to sysdep.h, use typedef dirent
722         consistently, remove refs to d_namlen (& D_NAMLEN) to improve
723         portability.  Also, update copyright notice.
724         readline.h:  remove config stuff that I added erroneously in the
725         first place.
726
727         * emacs_keymap.c, funmap.c, history.c, keymaps.c, vi_keymap.c,
728         vi_mode.c:  move config stuff to sysdep.h, update copyright notices.
729
730 Tue Nov 19 15:02:13 1991  Stu Grossman  (grossman at cygnus.com)
731
732         * history.c:  #include "sysdep.h".
733
734 Tue Nov 19 10:49:17 1991  Fred Fish  (fnf at cygnus.com)
735
736         * Makefile.in, config/hm-sysv, config/hm-sco:  Change SYSV to
737         USG to match current usage.
738
739         * readline.c:  Add USGr4 to list of defined things to check for
740         to use <dirent.h> style directory access.
741
742         * config/hm-svr4:  New file for System V Release 4 (USGr4).
743
744 Mon Nov 18 23:59:52 1991  Stu Grossman  (grossman at cygnus.com)
745
746         * readline.c (filename_completion_function):  use struct dirent
747         instead of struct direct.
748
749 Fri Nov  1 07:02:13 1991  Brian Fox  (bfox at gnuwest.fsf.org)
750
751         * readline.c (rl_translate_keyseq) Make C-? translate to RUBOUT
752         unconditionally.
753
754 Mon Oct 28 11:34:52 1991  Brian Fox  (bfox at gnuwest.fsf.org)
755
756         * readline.c; Use Posix directory routines and macros.
757
758         * funmap.c; Add entry for call-last-kbd-macro.
759
760         * readline.c (rl_prep_term); Use system EOF character on POSIX
761         systems also.
762
763 Thu Oct  3 16:19:53 1991  Brian Fox  (bfox at gnuwest.fsf.org)
764
765         * readline.c; Make a distinction between having a TERMIOS tty
766         driver, and having POSIX signal handling.  You might one without
767         the other.  New defines used HAVE_POSIX_SIGNALS, and
768         TERMIOS_TTY_DRIVER.
769
770 Tue Jul 30 22:37:26 1991  Brian Fox  (bfox at gnuwest.fsf.org)
771
772         * readline.c: rl_getc () If a call to read () returns without an
773         error, but with zero characters, the file is empty, so return EOF.
774
775 Thu Jul 11 20:58:38 1991  Brian Fox  (bfox at gnuwest.fsf.org)
776
777         * readline.c: (rl_get_next_history, rl_get_previous_history)
778         Reallocate the buffer space if the line being moved to is longer
779         the the current space allocated.  Amazing that no one has found
780         this bug until now.
781
782 Sun Jul  7 02:37:05 1991  Brian Fox  (bfox at gnuwest.fsf.org)
783
784         * readline.c:(rl_parse_and_bind) Allow leading whitespace.
785           Make sure TERMIO and TERMIOS systems treat CR and NL
786           disctinctly.
787         
788 Tue Jun 25 04:09:27 1991  Brian Fox  (bfox at gnuwest.fsf.org)
789
790         * readline.c: Rework parsing conditionals to pay attention to the
791         prior states of the conditional stack.  This makes $if statements
792         work correctly.
793
794 Mon Jun 24 20:45:59 1991  Brian Fox  (bfox at gnuwest.fsf.org)
795
796         * readline.c: support for displaying key binding information
797         includes the functions rl_list_funmap_names (),
798         invoking_keyseqs_in_map (), rl_invoking_keyseqs (),
799         rl_dump_functions (), and rl_function_dumper ().
800
801         funmap.c: support for same includes rl_funmap_names ().
802
803         readline.c, funmap.c: no longer define STATIC_MALLOC.  However,
804         update both version of xrealloc () to handle a null pointer.
805
806 Thu Apr 25 12:03:49 1991  Brian Fox  (bfox at gnuwest.fsf.org)
807
808         * vi_mode.c (rl_vi_fword, fWord, etc.  All functions use
809         the macro `isident()'.  Fixed movement bug which prevents
810         continious movement through the text.
811
812 Fri Jul 27 16:47:01 1990  Brian Fox  (bfox at gnuwest.fsf.org)
813
814         * readline.c (parser_if) Allow "$if term=foo" construct.
815
816 Wed May 23 16:10:33 1990  Brian Fox  (bfox at gnuwest.fsf.org)
817
818         * readline.c (rl_dispatch) Correctly remember the last command
819         executed.  Fixed typo in username_completion_function ().
820
821 Mon Apr  9 19:55:48 1990  Brian Fox  (bfox at gnuwest.fsf.org)
822
823         * readline.c: username_completion_function (); For text passed in
824         with a leading `~', remember that this could be a filename (after
825         it is completed).
826
827 Thu Apr  5 13:44:24 1990  Brian Fox  (bfox at gnuwest.fsf.org)
828
829         * readline.c: rl_search_history (): Correctly handle case of an
830         unfound search string, but a graceful exit (as with ESC).
831
832         * readline.c: rl_restart_output ();  The Apollo passes the address
833         of the file descriptor to TIOCSTART, not the descriptor itself.
834
835 Tue Mar 20 05:38:55 1990  Brian Fox  (bfox at gnuwest.fsf.org)
836
837         * readline.c: rl_complete (); second call in a row causes possible
838         completions to be listed.
839
840         * readline.c: rl_redisplay (), added prompt_this_line variable
841         which is the first character character following \n in prompt.
842
843 Sun Mar 11 04:32:03 1990  Brian Fox  (bfox at gnuwest.fsf.org)
844
845         * Signals are now supposedly handled inside of SYSV compilation.
846
847 Wed Jan 17 19:24:09 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
848
849         * history.c: history_expand (); fixed overwriting memory error,
850         added needed argument to call to get_history_event ().
851
852 Thu Jan 11 10:54:04 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
853
854         * readline.c: added mark_modified_lines to control the
855         display of an asterisk on modified history lines.  Also
856         added a user variable called mark-modified-lines to the
857         `set' command.
858
859 Thu Jan  4 10:38:05 1990  Brian Fox  (bfox at sbphy.ucsb.edu)
860
861         * readline.c: start_insert ().  Only use IC if we don't have an im
862         capability.
863
864 Fri Sep  8 09:00:45 1989  Brian Fox  (bfox at aurel)
865
866         * readline.c: rl_prep_terminal ().  Only turn on 8th bit
867           as meta-bit iff the terminal is not using parity.
868
869 Sun Sep  3 08:57:40 1989  Brian Fox  (bfox at aurel)
870
871         * readline.c: start_insert ().  Uses multiple
872           insertion call in cases where that makes sense.
873
874           rl_insert ().  Read type-ahead buffer for additional
875           keys that are bound to rl_insert, and insert them
876           all at once.  Make insertion of single keys given
877           with an argument much more efficient.
878
879 Tue Aug  8 18:13:57 1989  Brian Fox  (bfox at aurel)
880
881         * readline.c: Changed handling of EOF.  readline () returns
882          (char *)EOF or consed string.  The EOF character is read from the
883          tty, or if the tty doesn't have one, defaults to C-d.
884
885         * readline.c: Added support for event driven programs.
886           rl_event_hook is the address of a function you want called
887           while Readline is waiting for input.
888
889         * readline.c: Cleanup time.  Functions without type declarations
890           do not use return with a value.
891
892         * history.c: history_expand () has new variable which is the
893           characters to ignore immediately following history_expansion_char.
894
895 Sun Jul 16 08:14:00 1989  Brian Fox  (bfox at aurel)
896
897         * rl_prep_terminal ()
898           BSD version turns off C-s, C-q, C-y, C-v.
899
900         * readline.c -- rl_prep_terminal ()
901           SYSV version hacks readline_echoing_p.
902           BSD version turns on passing of the 8th bit for the duration
903           of reading the line.
904
905 Tue Jul 11 06:25:01 1989  Brian Fox  (bfox at aurel)
906
907         * readline.c: new variable rl_tilde_expander.
908           If non-null, this contains the address of a function to call if
909           the standard meaning for expanding a tilde fails.  The function is
910           called with the text sans tilde (as in "foo"), and returns a
911           malloc()'ed string which is the expansion, or a NULL pointer if
912           there is no expansion. 
913
914         * readline.h - new file chardefs.h
915           Separates things that only readline.c needs from the standard
916           header file publishing interesting things about readline.
917
918         * readline.c:
919           readline_default_bindings () now looks at terminal chararacters
920           and binds those as well.
921
922 Wed Jun 28 20:20:51 1989  Brian Fox  (bfox at aurel)
923
924         * Made readline and history into independent libraries.
925
This page took 0.07979 seconds and 4 git commands to generate.