Files
heimdal/lib/editline/ChangeLog
Love Hörnquist Åstrand d62191bc8b x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18628 ec53bebd-3082-4978-b11e-865c3cabbd6b
2006-10-19 18:41:18 +00:00

153 lines
4.2 KiB
Plaintext

2006-10-19 Love Hörnquist Åstrand <lha@it.su.se>
* Makefile.am (libel_compat_la_SOURCES): add edit_compat.h
* Makefile.am (libeditline_la_SOURCES): add edit_locl.h
2005-07-07 Love Hörnquist Åstrand <lha@it.su.se>
* editline.c (TTYinfo): only call tgetent if we found it using
autoconf
2005-06-16 Love Hörnquist Åstrand <lha@it.su.se>
* complete.c: move const to make it pass -Wcast-qual
* testit.c: rename optind to optidx
* editline.c: ansi'ify the code
2005-04-24 Love Hörnquist Åstrand <lha@it.su.se>
* *.[ch]: unexpose undefined part of the API, included strlcat
2005-04-18 Love Hörnquist Åstrand <lha@it.su.se>
* editline.c (TTYget): use unsigned char to make sure a positive
number is returned when successful
2005-04-02 Love Hörnquist Åstrand <lha@it.su.se>
* Makefile.am: "must set with '=' before using '+='"
2005-03-31 Love Hörnquist Åstrand <lha@it.su.se>
* editline.c: avoid const string and strict aliasing warnings
2005-03-21 Love Hörnquist Åstrand <lha@it.su.se>
* Makefile.am: Make editline a non-static library and let libtool
decide (same with libel_compat). This way libedit will build
shared version is the library that is possible to link with other
shared lib if its needed. Also make libed_compat a libtool
convenience library.
2002-08-22 Assar Westerlund <assar@kth.se>
* testit.c: make it use getarg so that it can handle --help and
--version (and thus make check can pass)
2001-09-13 Assar Westerlund <assar@sics.se>
* editline.c: rename STATUS -> el_STATUS to avoid conflict with
STATUS in arpa/nameser.h
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.