| 1 | * See also NetBSD changelog:
|
|---|
| 2 | http://cvsweb.netbsd.org/bsdweb.cgi/src/lib/libedit
|
|---|
| 3 |
|
|---|
| 4 | 2011-02-27 Jess Thrysoee
|
|---|
| 5 |
|
|---|
| 6 | * version-info: 0:36:0
|
|---|
| 7 |
|
|---|
| 8 | * all: sync with upstream source.
|
|---|
| 9 |
|
|---|
| 10 | 2010-04-24 Jess Thrysoee
|
|---|
| 11 |
|
|---|
| 12 | * version-info: 0:35:0
|
|---|
| 13 |
|
|---|
| 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).
|
|---|
| 19 |
|
|---|
| 20 | 2009-09-23 Jess Thrysoee
|
|---|
| 21 | * version-info: 0:34:0
|
|---|
| 22 |
|
|---|
| 23 | * all: apply Apple patches from:
|
|---|
| 24 | http://opensource.apple.com/source/libedit/libedit-11/patches
|
|---|
| 25 |
|
|---|
| 26 | 2009-09-05 Jess Thrysoee
|
|---|
| 27 |
|
|---|
| 28 | * version-info: 0:33:0
|
|---|
| 29 |
|
|---|
| 30 | * all: Use predefined macro __sun to identify Solaris
|
|---|
| 31 |
|
|---|
| 32 | * src/el.c: Ignore comment lines in .editrc
|
|---|
| 33 |
|
|---|
| 34 | 2009-07-23 Jess Thrysoee
|
|---|
| 35 |
|
|---|
| 36 | * version-info: 0:32:0
|
|---|
| 37 |
|
|---|
| 38 | * all: sync with upstream source.
|
|---|
| 39 |
|
|---|
| 40 | 2009-06-10 Jess Thrysoee
|
|---|
| 41 |
|
|---|
| 42 | * version-info: 0:31:0
|
|---|
| 43 |
|
|---|
| 44 | * all: sync with upstream source.
|
|---|
| 45 |
|
|---|
| 46 | 2009-05-03 Jess Thrysoee
|
|---|
| 47 |
|
|---|
| 48 | * version-info: 0:30:0
|
|---|
| 49 |
|
|---|
| 50 | * all: sync with upstream source.
|
|---|
| 51 |
|
|---|
| 52 | 2009-04-05 Jess Thrysoee
|
|---|
| 53 |
|
|---|
| 54 | * version-info: 0:29:0
|
|---|
| 55 |
|
|---|
| 56 | * all: sync with upstream source.
|
|---|
| 57 |
|
|---|
| 58 | 2009-01-11 Jess Thrysoee
|
|---|
| 59 |
|
|---|
| 60 | * version-info: 0:28:0
|
|---|
| 61 |
|
|---|
| 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.
|
|---|
| 65 |
|
|---|
| 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'
|
|---|
| 69 |
|
|---|
| 70 | 2008-07-12 Jess Thrysoee
|
|---|
| 71 |
|
|---|
| 72 | * version-info: 0:27:0
|
|---|
| 73 |
|
|---|
| 74 | * configure.ac: Added '--enable-debug' configure flag, to produce debugging
|
|---|
| 75 | information.
|
|---|
| 76 |
|
|---|
| 77 | * examples/fileman.c: cast stat struct members, st_nlink and st_size,
|
|---|
| 78 | appropriately (see also 'man 2 stat'). Patch by Alex Elder.
|
|---|
| 79 |
|
|---|
| 80 | * all: sync with upstream source. MINOR version is now 11.
|
|---|
| 81 |
|
|---|
| 82 | 2007-08-31 Jess Thrysoee
|
|---|
| 83 |
|
|---|
| 84 | * version-info: 0:26:0
|
|---|
| 85 |
|
|---|
| 86 | * libedit.pc.in,Makefile.am,configure.ac,patches/extra_dist_list.sh:
|
|---|
| 87 | Added pkg-config support for libedit. Patch by Masatake YAMATO.
|
|---|
| 88 |
|
|---|
| 89 | 2007-08-13 Jess Thrysoee
|
|---|
| 90 |
|
|---|
| 91 | * version-info: 0:25:0
|
|---|
| 92 |
|
|---|
| 93 | * all: sync with upstream source.
|
|---|
| 94 |
|
|---|
| 95 | 2007-03-02 Jess Thrysoee
|
|---|
| 96 |
|
|---|
| 97 | * version-info: 0:24:0
|
|---|
| 98 |
|
|---|
| 99 | * all: sync with upstream source.
|
|---|
| 100 |
|
|---|
| 101 | 2006-10-22 Jess Thrysoee
|
|---|
| 102 |
|
|---|
| 103 | * version-info: 0:23:0
|
|---|
| 104 |
|
|---|
| 105 | * src/shlib_version: Upstream bumped minor version from 9 to 10.
|
|---|
| 106 |
|
|---|
| 107 | * all: sync with upstream source. More readline functions.
|
|---|
| 108 |
|
|---|
| 109 | 2006-10-22 Jess Thrysoee
|
|---|
| 110 |
|
|---|
| 111 | * version-info: 0:22:0
|
|---|
| 112 |
|
|---|
| 113 | * all: sync with upstream source.
|
|---|
| 114 |
|
|---|
| 115 | 2006-08-29 Jess Thrysoee
|
|---|
| 116 |
|
|---|
| 117 | * version-info: 0:21:0
|
|---|
| 118 |
|
|---|
| 119 | * all: License cleanup. All 4-clause advertising BSD licenses has been
|
|---|
| 120 | changed to the 3-clause version by upstream.
|
|---|
| 121 |
|
|---|
| 122 | * src/fgetln.c: use src/tools/compat/fgetln.c instead of
|
|---|
| 123 | othersrc/libexec/tnftpd/libnetbsd/fgetln.c
|
|---|
| 124 |
|
|---|
| 125 | 2006-08-16 Jess Thrysoee
|
|---|
| 126 |
|
|---|
| 127 | * version-info: 0:20:0
|
|---|
| 128 |
|
|---|
| 129 | * all: sync with upstream source.
|
|---|
| 130 |
|
|---|
| 131 | 2006-06-03 Jess Thrysoee
|
|---|
| 132 |
|
|---|
| 133 | * version-info: 0:19:0
|
|---|
| 134 |
|
|---|
| 135 | * COPYING: added global license file
|
|---|
| 136 |
|
|---|
| 137 | * all: sync with upstream source.
|
|---|
| 138 |
|
|---|
| 139 | 2006-02-13 Jess Thrysoee
|
|---|
| 140 |
|
|---|
| 141 | * version-info: 0:18:0
|
|---|
| 142 |
|
|---|
| 143 | * src/readline.c: Partial rl_getc_function support, patch by Kjeld Borch
|
|---|
| 144 | Egevang.
|
|---|
| 145 |
|
|---|
| 146 | * src/readline.c: Make write_history and read_history returncode readline
|
|---|
| 147 | compatible. Upstream patch.
|
|---|
| 148 |
|
|---|
| 149 | 2006-01-03 Jess Thrysoee
|
|---|
| 150 |
|
|---|
| 151 | * version-info: 0:17:0
|
|---|
| 152 |
|
|---|
| 153 | * patches/cvs_export.sh: strlcat.c and strlcpy.c was moved to
|
|---|
| 154 | src/common/lib/libc/string in the upstream cvs repository.
|
|---|
| 155 |
|
|---|
| 156 | * all: sync with upstream source.
|
|---|
| 157 |
|
|---|
| 158 | 2005-10-22 Jess Thrysoee
|
|---|
| 159 |
|
|---|
| 160 | * version-info: 0:16:0
|
|---|
| 161 |
|
|---|
| 162 | * patches/*.patch, configure.ac: define SCCSID, undef LIBC_SCCS. Remove
|
|---|
| 163 | fourteen cosmetic patches.
|
|---|
| 164 |
|
|---|
| 165 | * all: sync with upstream source.
|
|---|
| 166 |
|
|---|
| 167 | 2005-09-11 Jess Thrysoee
|
|---|
| 168 |
|
|---|
| 169 | * version-info: 0:15:0
|
|---|
| 170 |
|
|---|
| 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.
|
|---|
| 174 |
|
|---|
| 175 | * all: sync with upstream source. This is just a manpage update
|
|---|
| 176 |
|
|---|
| 177 | 2005-08-28 Jess Thrysoee
|
|---|
| 178 |
|
|---|
| 179 | * version-info: 0:14:0
|
|---|
| 180 |
|
|---|
| 181 | * src/sys.h: include config.h to avoid "redefinition of
|
|---|
| 182 | `u_int32_t'". Patch by Norihiko Murase.
|
|---|
| 183 |
|
|---|
| 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.
|
|---|
| 186 |
|
|---|
| 187 | * acinclude.m4: added EL_GETPW_R_DRAFT test and use AC_TRY_LINK instead
|
|---|
| 188 | of AC_TRY_COMPILE. Suggested by Norihiko Murase.
|
|---|
| 189 |
|
|---|
| 190 | * all: sync with upstream source.
|
|---|
| 191 |
|
|---|
| 192 | 2005-08-16 Jess Thrysoee
|
|---|
| 193 |
|
|---|
| 194 | * version-info: 0:13:0
|
|---|
| 195 |
|
|---|
| 196 | * all: sync with upstream source.
|
|---|
| 197 |
|
|---|
| 198 | 2005-08-05 Jess Thrysoee
|
|---|
| 199 |
|
|---|
| 200 | * version-info: 0:12:0
|
|---|
| 201 |
|
|---|
| 202 | * all: sync with upstream source.
|
|---|
| 203 |
|
|---|
| 204 | 2005-07-24 Jess Thrysoee
|
|---|
| 205 |
|
|---|
| 206 | * version-info: 0:11:0
|
|---|
| 207 |
|
|---|
| 208 | * histedit.h, histedit.c, readline.c, editline/readline.h: From
|
|---|
| 209 | upstream; added remove_history().
|
|---|
| 210 |
|
|---|
| 211 | 2005-07-07 Jess Thrysoee
|
|---|
| 212 |
|
|---|
| 213 | * version-info: 0:10:0
|
|---|
| 214 |
|
|---|
| 215 | * history.c, key.c: From upstream source; Fix memory leaks found by
|
|---|
| 216 | valgrind.
|
|---|
| 217 |
|
|---|
| 218 | 2005-06-28 Jess Thrysoee
|
|---|
| 219 |
|
|---|
| 220 | * version-info: 0:9:0
|
|---|
| 221 |
|
|---|
| 222 | * src/readline.c: getpwent_r is not POSIX, always use getpwent.
|
|---|
| 223 | Reported by Gerrit P. Haase.
|
|---|
| 224 |
|
|---|
| 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.
|
|---|
| 228 |
|
|---|
| 229 | 2005-06-15 Jess Thrysoee
|
|---|
| 230 |
|
|---|
| 231 | * version-info: 0:8:0
|
|---|
| 232 |
|
|---|
| 233 | * all: sync with upstream source.
|
|---|
| 234 |
|
|---|
| 235 | 2005-06-01 Jess Thrysoee
|
|---|
| 236 |
|
|---|
| 237 | * version-info: 0:7:0
|
|---|
| 238 |
|
|---|
| 239 | * all: sync with upstream source.
|
|---|
| 240 |
|
|---|
| 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.
|
|---|
| 245 |
|
|---|
| 246 | 2005-05-28 Jess Thrysoee
|
|---|
| 247 |
|
|---|
| 248 | * version-info: 0:6:0
|
|---|
| 249 |
|
|---|
| 250 | * all: sync with upstream source.
|
|---|
| 251 |
|
|---|
| 252 | 2005-03-11 Jess Thrysoee
|
|---|
| 253 |
|
|---|
| 254 | * version-info: 0:5:0
|
|---|
| 255 |
|
|---|
| 256 | * all: sync with upstream source.
|
|---|
| 257 |
|
|---|
| 258 | 2004-12-07 Jess Thrysoee
|
|---|
| 259 |
|
|---|
| 260 | * version-info: 0:4:0
|
|---|
| 261 |
|
|---|
| 262 | * src/readline.c: d_namlen (in struct dirent) is not portable, always
|
|---|
| 263 | use strlen. Patch by Scott Rankin.
|
|---|
| 264 |
|
|---|
| 265 | 2004-11-27 Jess Thrysoee
|
|---|
| 266 |
|
|---|
| 267 | * version-info: 0:3:0
|
|---|
| 268 |
|
|---|
| 269 | * src/history.c: bug #26785 fixed upstream, removed local patch.
|
|---|
| 270 |
|
|---|
| 271 | 2004-11-06 Jess Thrysoee
|
|---|
| 272 |
|
|---|
| 273 | * version-info: 0:2:0
|
|---|
| 274 |
|
|---|
| 275 | * all: sync with upstream source.
|
|---|
| 276 |
|
|---|
| 277 | * doc/Makefile.am: If mdoc2man fails, remove empty file. Patch by
|
|---|
| 278 | Darren Tucker.
|
|---|
| 279 |
|
|---|
| 280 | 2004-10-14 Jess Thrysoee
|
|---|
| 281 |
|
|---|
| 282 | * version-info: 0:1:0
|
|---|
| 283 |
|
|---|
| 284 | * doc/Makefile.am: 'make install' twice fails. Remove old links before
|
|---|
| 285 | trying to link the man pages. Patch by Rick Richardson.
|
|---|
| 286 |
|
|---|
| 287 | 2004-09-28 Jess Thrysoee
|
|---|
| 288 |
|
|---|
| 289 | * version-info: 0:0:0
|
|---|
| 290 |
|
|---|
| 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
|
|---|
| 294 |
|
|---|
| 295 | * doc/Makefile.am: name all manpage links as el_* (e.g. el_history.3)
|
|---|
| 296 | to avoid conflicts.
|
|---|
| 297 |
|
|---|
| 298 | 2004-09-08 Jess Thrysoee
|
|---|
| 299 |
|
|---|
| 300 | * all: Initial package.
|
|---|