count number of enctypes too
[heimdal.git] / lib / libedit / ChangeLog
blobbdcb1e26c77262d95c221d95def719fac8607af1
1    * See also NetBSD changelog:
2         http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit
4 2011-02-27 Jess Thrysoee
6    * version-info: 0:36:0
8    * all: sync with upstream source.
10 2010-04-24 Jess Thrysoee
12    * version-info: 0:35:0
14    * all: sync with upstream source.
15         Now with UTF-8 support. To enable this run 'configure --enable-widec'.
16         For now an UTF-32 encoded wchar_t is required.
17         This requirement is met on NetBSD, Solaris and OS X for any UTF-8 locale,
18         and any system that define __STDC_ISO_10646__ (e.g. GNU libc on Linux).
20 2009-09-23 Jess Thrysoee
21    * version-info: 0:34:0
23    * all: apply Apple patches from: 
24         http://opensource.apple.com/source/libedit/libedit-11/patches
26 2009-09-05 Jess Thrysoee
28    * version-info: 0:33:0
30    * all: Use predefined macro __sun to identify Solaris
32    * src/el.c: Ignore comment lines in .editrc
34 2009-07-23 Jess Thrysoee
36    * version-info: 0:32:0
38    * all: sync with upstream source.
40 2009-06-10 Jess Thrysoee
42    * version-info: 0:31:0
44    * all: sync with upstream source.
46 2009-05-03 Jess Thrysoee
48    * version-info: 0:30:0
50    * all: sync with upstream source.
52 2009-04-05  Jess Thrysoee
54    * version-info: 0:29:0
56    * all: sync with upstream source.
58 2009-01-11  Jess Thrysoee
60    * version-info: 0:28:0
62    * all: sync with upstream source. MAJOR.MINOR version is now 3.0.
63         This is due to NetBSD changing time_t and dev_t to 64 bits. It does
64         not really effect this package.
66    * configure.ac: Remove '--enable-debug' configure flag. The autoconf way
67         to control flags is by specifying them when running configure,
68         e.g. 'CFLAGS="-O0 -g" ./configure'
70 2008-07-12  Jess Thrysoee
72    * version-info: 0:27:0
74    * configure.ac: Added '--enable-debug' configure flag, to produce debugging
75         information.
77    * examples/fileman.c: cast stat struct members, st_nlink and st_size,
78         appropriately (see also 'man 2 stat'). Patch by Alex Elder. 
80    * all: sync with upstream source. MINOR version is now 11.
82 2007-08-31  Jess Thrysoee
84    * version-info: 0:26:0
86    * libedit.pc.in,Makefile.am,configure.ac,patches/extra_dist_list.sh:
87         Added pkg-config support for libedit. Patch by Masatake YAMATO.
89 2007-08-13  Jess Thrysoee
91    * version-info: 0:25:0
93    * all: sync with upstream source.
95 2007-03-02  Jess Thrysoee
97    * version-info: 0:24:0
99    * all: sync with upstream source.
101 2006-10-22  Jess Thrysoee
103    * version-info: 0:23:0
105    * src/shlib_version: Upstream bumped minor version from 9 to 10.
107    * all: sync with upstream source. More readline functions.
109 2006-10-22  Jess Thrysoee
111    * version-info: 0:22:0
113    * all: sync with upstream source.
115 2006-08-29  Jess Thrysoee
117    * version-info: 0:21:0
119    * all: License cleanup. All 4-clause advertising BSD licenses has been
120         changed to the 3-clause version by upstream.
122    * src/fgetln.c: use src/tools/compat/fgetln.c instead of
123         othersrc/libexec/tnftpd/libnetbsd/fgetln.c
125 2006-08-16  Jess Thrysoee
127    * version-info: 0:20:0
129    * all: sync with upstream source.
131 2006-06-03  Jess Thrysoee
133    * version-info: 0:19:0
135    * COPYING: added global license file
137    * all: sync with upstream source.
139 2006-02-13  Jess Thrysoee
141    * version-info: 0:18:0
143    * src/readline.c: Partial rl_getc_function support, patch by Kjeld Borch
144         Egevang.
146    * src/readline.c: Make write_history and read_history returncode readline
147         compatible. Upstream patch.
149 2006-01-03  Jess Thrysoee
151    * version-info: 0:17:0
153    * patches/cvs_export.sh: strlcat.c and strlcpy.c was moved to
154         src/common/lib/libc/string in the upstream cvs repository.
156    * all: sync with upstream source. 
158 2005-10-22  Jess Thrysoee
160    * version-info: 0:16:0
162    * patches/*.patch, configure.ac: define SCCSID, undef LIBC_SCCS. Remove
163         fourteen cosmetic patches.
165    * all: sync with upstream source. 
167 2005-09-11  Jess Thrysoee
169    * version-info: 0:15:0
171    * src/Makefile.am: fix typo that meant generated files were distributes,
172         and make generated file targets dependent on the the 'makelist' input
173         files.
175    * all: sync with upstream source. This is just a manpage update
177 2005-08-28  Jess Thrysoee
179    * version-info: 0:14:0
181    * src/sys.h: include config.h to avoid "redefinition of
182         `u_int32_t'". Patch by Norihiko Murase.
184    * src/search.c: explicitly include sys/types.h, because regex.h on
185         FreeBSD needs it and does not include it itself. Patch by Norihiko Murase.
187    * acinclude.m4: added EL_GETPW_R_DRAFT test and use AC_TRY_LINK instead
188         of AC_TRY_COMPILE. Suggested by Norihiko Murase.
190    * all: sync with upstream source. 
192 2005-08-16  Jess Thrysoee
194    * version-info: 0:13:0
196    * all: sync with upstream source. 
198 2005-08-05  Jess Thrysoee
200    * version-info: 0:12:0
202    * all: sync with upstream source. 
204 2005-07-24  Jess Thrysoee
206    * version-info: 0:11:0
208    * histedit.h, histedit.c, readline.c, editline/readline.h: From
209         upstream; added remove_history().
211 2005-07-07  Jess Thrysoee
213    * version-info: 0:10:0
215    * history.c, key.c: From upstream source; Fix memory leaks found by
216         valgrind.
218 2005-06-28  Jess Thrysoee
220    * version-info: 0:9:0
222    * src/readline.c: getpwent_r is not POSIX, always use getpwent.
223         Reported by Gerrit P. Haase.
225    * src/Makefile.am: Added libtool -no-undefined. This is needed on Cygwin
226         to get a shared editline library. Should not affect other platforms.
227         Suggested by Gerrit P. Haase.
229 2005-06-15  Jess Thrysoee
231    * version-info: 0:8:0
233    * all: sync with upstream source. 
235 2005-06-01  Jess Thrysoee
237    * version-info: 0:7:0
239    * all: sync with upstream source.
241    * src/readline.c, src/filecomplete.c: Solaris use POSIX draft versions
242         of getpwent_r, getpwnam_r and getpwuid_r which return 'struct passwd *'.
243         Define HAVE_GETPW_R_POSIX if these functions are (non draft) POSIX
244         compatible. Patch by Julien Torrès.
246 2005-05-28  Jess Thrysoee
248    * version-info: 0:6:0
250    * all: sync with upstream source.
252 2005-03-11  Jess Thrysoee
254    * version-info: 0:5:0
256    * all: sync with upstream source.
258 2004-12-07  Jess Thrysoee
260    * version-info: 0:4:0
262    * src/readline.c: d_namlen (in struct dirent) is not portable, always
263         use strlen. Patch by Scott Rankin.
265 2004-11-27  Jess Thrysoee
267    * version-info: 0:3:0
269    * src/history.c: bug #26785 fixed upstream, removed local patch.
271 2004-11-06  Jess Thrysoee
273    * version-info: 0:2:0
275    * all: sync with upstream source.
277    * doc/Makefile.am: If mdoc2man fails, remove empty file. Patch by 
278         Darren Tucker.
280 2004-10-14  Jess Thrysoee
282    * version-info: 0:1:0
284    * doc/Makefile.am: 'make install' twice fails. Remove old links before
285         trying to link the man pages. Patch by Rick Richardson.
287 2004-09-28  Jess Thrysoee
289    * version-info: 0:0:0
291    * acinclude.m4 configure.ac src/Makefile.am: Adhere to
292         LibTools library interface versions recommendation.
293         http://www.gnu.org/software/libtool/manual.html#SEC32
295    * doc/Makefile.am: name all manpage links as el_* (e.g. el_history.3)
296         to avoid conflicts.
298 2004-09-08  Jess Thrysoee
300    * all: Initial package.