2006-10-19 Love Hörnquist Åstrand * 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 * editline.c (TTYinfo): only call tgetent if we found it using autoconf 2005-06-16 Love Hörnquist Åstrand * 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 * *.[ch]: unexpose undefined part of the API, included strlcat 2005-04-18 Love Hörnquist Åstrand * editline.c (TTYget): use unsigned char to make sure a positive number is returned when successful 2005-04-02 Love Hörnquist Åstrand * Makefile.am: "must set with '=' before using '+='" 2005-03-31 Love Hörnquist Åstrand * editline.c: avoid const string and strict aliasing warnings 2005-03-21 Love Hörnquist Åstrand * 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 * 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 * editline.c: rename STATUS -> el_STATUS to avoid conflict with STATUS in arpa/nameser.h 2000-11-15 Assar Westerlund * Makefile.am: make libeditline and libel_compat into libtool libraries but always make them static 2000-03-01 Assar Westerlund * 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 * editline.c (TTYinfo): add fallback if we fail to find "le" in termcap. 1999-08-06 Assar Westerlund * editline.c (TTYinfo): copy backspace string to avoid referencing into a local variable. 1999-08-04 Assar Westerlund * Makefile.am: don't run testit in `make check' 1999-04-11 Assar Westerlund * Makefile.am: don't run testit as a check Sat Apr 10 23:01:18 1999 Johan Danielsson * complete.c (rl_complete_filename): return if there were no matches Thu Apr 8 15:08:25 1999 Johan Danielsson * 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 * Makefile.am: include Makefile.am.common Tue Mar 16 17:10:34 1999 Johan Danielsson * editline.c: remove protos for read/write Sat Mar 13 22:23:22 1999 Assar Westerlund * : add Sun Nov 22 10:40:28 1998 Assar Westerlund * Makefile.in (WFLAGS): set Tue Sep 29 02:09:15 1998 Assar Westerlund * Makefile.in (LIB_DEPS): add LIB_tgetent Thu Jul 2 15:10:08 1998 Johan Danielsson * edit_compat.c: support for newer libedit Tue Jun 30 17:18:09 1998 Assar Westerlund * Makefile.in (distclean): don't remove roken_rename.h Fri May 29 19:03:38 1998 Assar Westerlund * Makefile.in (strdup.c): remove dependency Mon May 25 05:25:16 1998 Assar Westerlund * Makefile.in (clean): try to remove shared library debris Sun Apr 19 09:53:46 1998 Assar Westerlund * Makefile.in: add symlink magic for linux Sat Feb 7 07:24:30 1998 Assar Westerlund * editline.h: add prototypes Tue Feb 3 10:24:22 1998 Johan Danielsson * editline.c: If read returns EINTR, try again.