1 2006-10-19 Love Hörnquist Åstrand <lha@it.su.se>
3 * Makefile.am (libel_compat_la_SOURCES): add edit_compat.h
5 * Makefile.am (libeditline_la_SOURCES): add edit_locl.h
7 2005-07-07 Love Hörnquist Åstrand <lha@it.su.se>
9 * editline.c (TTYinfo): only call tgetent if we found it using
12 2005-06-16 Love Hörnquist Åstrand <lha@it.su.se>
14 * complete.c: move const to make it pass -Wcast-qual
16 * testit.c: rename optind to optidx
18 * editline.c: ansi'ify the code
20 2005-04-24 Love Hörnquist Åstrand <lha@it.su.se>
22 * *.[ch]: unexpose undefined part of the API, included strlcat
24 2005-04-18 Love Hörnquist Åstrand <lha@it.su.se>
26 * editline.c (TTYget): use unsigned char to make sure a positive
27 number is returned when successful
29 2005-04-02 Love Hörnquist Åstrand <lha@it.su.se>
31 * Makefile.am: "must set with '=' before using '+='"
33 2005-03-31 Love Hörnquist Åstrand <lha@it.su.se>
35 * editline.c: avoid const string and strict aliasing warnings
37 2005-03-21 Love Hörnquist Åstrand <lha@it.su.se>
39 * Makefile.am: Make editline a non-static library and let libtool
40 decide (same with libel_compat). This way libedit will build
41 shared version is the library that is possible to link with other
42 shared lib if its needed. Also make libed_compat a libtool
45 2002-08-22 Assar Westerlund <assar@kth.se>
47 * testit.c: make it use getarg so that it can handle --help and
48 --version (and thus make check can pass)
50 2001-09-13 Assar Westerlund <assar@sics.se>
52 * editline.c: rename STATUS -> el_STATUS to avoid conflict with
53 STATUS in arpa/nameser.h
55 2000-11-15 Assar Westerlund <assar@sics.se>
57 * Makefile.am: make libeditline and libel_compat into libtool
58 libraries but always make them static
60 2000-03-01 Assar Westerlund <assar@sics.se>
62 * edit_compat.c (readline): be more liberal in what we accept from
63 el_gets. if count == 0 -> interpret it as EOF. also copy the
64 string first and then cut of the newline, it's cleaner
66 1999-12-23 Assar Westerlund <assar@sics.se>
68 * editline.c (TTYinfo): add fallback if we fail to find "le" in
71 1999-08-06 Assar Westerlund <assar@sics.se>
73 * editline.c (TTYinfo): copy backspace string to avoid referencing
74 into a local variable.
76 1999-08-04 Assar Westerlund <assar@sics.se>
78 * Makefile.am: don't run testit in `make check'
80 1999-04-11 Assar Westerlund <assar@sics.se>
82 * Makefile.am: don't run testit as a check
84 Sat Apr 10 23:01:18 1999 Johan Danielsson <joda@hella.pdc.kth.se>
86 * complete.c (rl_complete_filename): return if there were no
89 Thu Apr 8 15:08:25 1999 Johan Danielsson <joda@hella.pdc.kth.se>
91 * Makefile.in: snprintf
93 * roken_rename.h: add snprintf, asprintf
95 * Makefile.am: build testit
97 * complete.c: nuke NEW, DISPOSE, RENEW, and COPYFROMTO macros;
98 (rl_complete): call rl_list_possib instead of doing the same
100 * editline.h: nuke NEW, DISPOSE, RENEW, and COPYFROMTO macros
102 * editline.c: nuke NEW, DISPOSE, RENEW, and COPYFROMTO macros
104 * sysunix.c: add some whitespace
106 Thu Mar 18 11:22:55 1999 Johan Danielsson <joda@hella.pdc.kth.se>
108 * Makefile.am: include Makefile.am.common
110 Tue Mar 16 17:10:34 1999 Johan Danielsson <joda@hella.pdc.kth.se>
112 * editline.c: remove protos for read/write
114 Sat Mar 13 22:23:22 1999 Assar Westerlund <assar@sics.se>
118 Sun Nov 22 10:40:28 1998 Assar Westerlund <assar@sics.se>
120 * Makefile.in (WFLAGS): set
122 Tue Sep 29 02:09:15 1998 Assar Westerlund <assar@sics.se>
124 * Makefile.in (LIB_DEPS): add LIB_tgetent
126 Thu Jul 2 15:10:08 1998 Johan Danielsson <joda@blubb.pdc.kth.se>
128 * edit_compat.c: support for newer libedit
130 Tue Jun 30 17:18:09 1998 Assar Westerlund <assar@sics.se>
132 * Makefile.in (distclean): don't remove roken_rename.h
134 Fri May 29 19:03:38 1998 Assar Westerlund <assar@sics.se>
136 * Makefile.in (strdup.c): remove dependency
138 Mon May 25 05:25:16 1998 Assar Westerlund <assar@sics.se>
140 * Makefile.in (clean): try to remove shared library debris
142 Sun Apr 19 09:53:46 1998 Assar Westerlund <assar@sics.se>
144 * Makefile.in: add symlink magic for linux
146 Sat Feb 7 07:24:30 1998 Assar Westerlund <assar@sics.se>
148 * editline.h: add prototypes
150 Tue Feb 3 10:24:22 1998 Johan Danielsson <joda@emma.pdc.kth.se>
152 * editline.c: If read returns EINTR, try again.