99 lines
2.7 KiB
Plaintext
99 lines
2.7 KiB
Plaintext
2000-11-15 Assar Westerlund <assar@sics.se>
|
|
|
|
* Makefile.am: make libeditline and libel_compat into libtool
|
|
libraries but always make them static
|
|
|
|
2000-03-01 Assar Westerlund <assar@sics.se>
|
|
|
|
* edit_compat.c (readline): be more liberal in what we accept from
|
|
el_gets. if count == 0 -> interpret it as EOF. also copy the
|
|
string first and then cut of the newline, it's cleaner
|
|
|
|
1999-12-23 Assar Westerlund <assar@sics.se>
|
|
|
|
* editline.c (TTYinfo): add fallback if we fail to find "le" in
|
|
termcap.
|
|
|
|
1999-08-06 Assar Westerlund <assar@sics.se>
|
|
|
|
* editline.c (TTYinfo): copy backspace string to avoid referencing
|
|
into a local variable.
|
|
|
|
1999-08-04 Assar Westerlund <assar@sics.se>
|
|
|
|
* Makefile.am: don't run testit in `make check'
|
|
|
|
1999-04-11 Assar Westerlund <assar@sics.se>
|
|
|
|
* Makefile.am: don't run testit as a check
|
|
|
|
Sat Apr 10 23:01:18 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
|
|
|
* complete.c (rl_complete_filename): return if there were no
|
|
matches
|
|
|
|
Thu Apr 8 15:08:25 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
|
|
|
* Makefile.in: snprintf
|
|
|
|
* roken_rename.h: add snprintf, asprintf
|
|
|
|
* Makefile.am: build testit
|
|
|
|
* complete.c: nuke NEW, DISPOSE, RENEW, and COPYFROMTO macros;
|
|
(rl_complete): call rl_list_possib instead of doing the same
|
|
|
|
* editline.h: nuke NEW, DISPOSE, RENEW, and COPYFROMTO macros
|
|
|
|
* editline.c: nuke NEW, DISPOSE, RENEW, and COPYFROMTO macros
|
|
|
|
* sysunix.c: add some whitespace
|
|
|
|
Thu Mar 18 11:22:55 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
|
|
|
* Makefile.am: include Makefile.am.common
|
|
|
|
Tue Mar 16 17:10:34 1999 Johan Danielsson <joda@hella.pdc.kth.se>
|
|
|
|
* editline.c: remove protos for read/write
|
|
|
|
Sat Mar 13 22:23:22 1999 Assar Westerlund <assar@sics.se>
|
|
|
|
* <roken.h>: add
|
|
|
|
Sun Nov 22 10:40:28 1998 Assar Westerlund <assar@sics.se>
|
|
|
|
* Makefile.in (WFLAGS): set
|
|
|
|
Tue Sep 29 02:09:15 1998 Assar Westerlund <assar@sics.se>
|
|
|
|
* Makefile.in (LIB_DEPS): add LIB_tgetent
|
|
|
|
Thu Jul 2 15:10:08 1998 Johan Danielsson <joda@blubb.pdc.kth.se>
|
|
|
|
* edit_compat.c: support for newer libedit
|
|
|
|
Tue Jun 30 17:18:09 1998 Assar Westerlund <assar@sics.se>
|
|
|
|
* Makefile.in (distclean): don't remove roken_rename.h
|
|
|
|
Fri May 29 19:03:38 1998 Assar Westerlund <assar@sics.se>
|
|
|
|
* Makefile.in (strdup.c): remove dependency
|
|
|
|
Mon May 25 05:25:16 1998 Assar Westerlund <assar@sics.se>
|
|
|
|
* Makefile.in (clean): try to remove shared library debris
|
|
|
|
Sun Apr 19 09:53:46 1998 Assar Westerlund <assar@sics.se>
|
|
|
|
* Makefile.in: add symlink magic for linux
|
|
|
|
Sat Feb 7 07:24:30 1998 Assar Westerlund <assar@sics.se>
|
|
|
|
* editline.h: add prototypes
|
|
|
|
Tue Feb 3 10:24:22 1998 Johan Danielsson <joda@emma.pdc.kth.se>
|
|
|
|
* editline.c: If read returns EINTR, try again.
|