Support for withheld or missing CID string
[asterisk-bristuff.git] / main / editline / CHANGES
blobc18b56cdfdc9bee16e5697dd6eed4e4dc3d55d34
1 2002-02-25 : Christos Zoulas <christos@netbsd.org>
2         * Bring in constification fixes from NetBSD tree.
3         * Use NetBSD's vis, fgetln
5 2002-02-10 : Jason Evans <jasone@freebsd.org>
7         * Makefile.in : Append "" arguments to for loops, to avoid syntax errors
8           with some shells that occur if there are no arguments to the for
9           loops.
11 2002-02-09 : Jason Evans <jasone@freebsd.org>
13         * Install man pages in @prefix@/man/, rather than @prefix@/share/man.
15         * Fix the Darwin -install_name S_LDFLAGS argument to default to a prefix
16           of /usr/local if --prefix is not specified.
18 2002-02-05 : Jason Evans <jasone@freebsd.org>
20         * Convert to using an autoconf-generated config.h, rather than passing
21           -D_HAVE_<foo>=1 definitions on the command line.  Include sys.h in
22           config.h, and include config.h in .c files rather than sys.h.
24         * Mangle function names for implementations in the np directory in order
25           to avoid namespace collisions with other code that may provide copies
26           of the same unimplemented functions.  For example:
28                 #define fgetln libedit_fgetln
30 2002-02-03 : Jason Evans <jasone@freebsd.org>
32         * Add autoconf infrastructure, plus a generic Makefile that works with
33           at least BSD make, GNU make and Sun make.
35         * Port and/or test on FreeBSD 4.5, FreeBSD-current, NetBSD 1.5 (sparc64
36           and arm32), Apple OS X 10.1.2, Solaris 2.6, and Red Hat Linux 2.6.
37           Add the np directory, which contains implementations of non-portable
38           functions.
40         * Add the LIBEDIT_MAJOR and LIBEDIT_MINOR macros to histedit.h, since
41           there is otherwise no straightforward method of programmatically
42           detecting the library version.