1 1.1 christos 2006-11-27 Bruno Haible <bruno (a] clisp.org> 2 1.1 christos 3 1.1 christos * gettext-0.16.1 released. 4 1.1 christos 5 1.1 christos 2006-10-26 Bruno Haible <bruno (a] clisp.org> 6 1.1 christos 7 1.1 christos * gettext-0.16 released. 8 1.1 christos 9 1.1 christos 2006-10-25 Bruno Haible <bruno (a] clisp.org> 10 1.1 christos 11 1.1 christos * configure.ac: Don't invoke AC_RELOCATABLE; now done through the 12 1.1 christos relocwrapper and gettext-tools-libgettextpo-misc modules. 13 1.1 christos 14 1.1 christos 2006-10-25 Bruno Haible <bruno (a] clisp.org> 15 1.1 christos 16 1.1 christos * configure.ac (DLL_VARIABLE): Define to empty if IN_RELOCWRAPPER is 17 1.1 christos defined. 18 1.1 christos 19 1.1 christos 2006-10-20 Bruno Haible <bruno (a] clisp.org> 20 1.1 christos 21 1.1 christos * Makefile.am (ACLOCAL_AMFLAGS): Add -I libgettextpo/gnulib-m4. 22 1.1 christos * configure.ac: Also invoke gtpo_EARLY, gtpo_INIT. 23 1.1 christos 24 1.1 christos 2006-10-18 Bruno Haible <bruno (a] clisp.org> 25 1.1 christos 26 1.1 christos * woe32dll/gettextsrc-exports.c: Add {input,output}_format_*. 27 1.1 christos 28 1.1 christos 2006-10-16 Bruno Haible <bruno (a] clisp.org> 29 1.1 christos 30 1.1 christos * libgettextpo: New directory. 31 1.1 christos * Makefile.am (SUBDIRS): Add libgettextpo. 32 1.1 christos * configure.ac (gt_GLOBAL_SYMBOL_PIPE): New macro. 33 1.1 christos (AC_CONFIG_FILES): Add libgettextpo/Makefile, libgettextpo/exported.sh. 34 1.1 christos 35 1.1 christos 2006-10-15 Bruno Haible <bruno (a] clisp.org> 36 1.1 christos 37 1.1 christos * woe32dll/gettextsrc-exports.c: Remove input_syntax. 38 1.1 christos 39 1.1 christos 2006-10-02 Bruno Haible <bruno (a] clisp.org> 40 1.1 christos 41 1.1 christos * Makefile.am (EXTRA_DIST): Add gnulib-m4/gnulib-cache.m4. 42 1.1 christos 43 1.1 christos 2006-10-02 Bruno Haible <bruno (a] clisp.org> 44 1.1 christos 45 1.1 christos * Makefile.am (ACLOCAL_AMFLAGS): Move gnulib-m4 to the end, since 46 1.1 christos sometime we have newer m4 files than gnulib. 47 1.1 christos 48 1.1 christos 2006-08-28 Bruno Haible <bruno (a] clisp.org> 49 1.1 christos 50 1.1 christos * configure.ac: Remove bh_C_SIGNED invocation. 51 1.1 christos 52 1.1 christos 2006-07-30 Bruno Haible <bruno (a] clisp.org> 53 1.1 christos 54 1.1 christos * Makefile.am (ACLOCAL_AMFLAGS): Append gnulib-m4 to search path. 55 1.1 christos (SUBDIRS): Replace lib with gnulib-lib. 56 1.1 christos (examplesbuildauxdir, examplesbuildaux_DATA): New variables. 57 1.1 christos * configure.ac (AC_PREREQ): Bump to 2.59. 58 1.1 christos (gl_EARLY): Invoke. 59 1.1 christos (AC_GNU_SOURCE, gl_USE_SYSTEM_EXTENSIONS): Remove invocations. 60 1.1 christos (gl_INIT): Invoke. 61 1.1 christos (limits.h, malloc.h, string.h, unistd.h, utime.h, values.h, 62 1.1 christos gl_STDARG_H, AM_STDBOOL_H, gl_HEADER_UNISTD, gl_AC_TYPE_UINTMAX_T, 63 1.1 christos AC_TYPE_MODE_T, gt_TYPE_SIG_ATOMIC_T, gl_SIZE_MAX, gl_ALLOCSA, 64 1.1 christos chown, getcwd, posix_spawn, raise, strerror, strtoul, uname, utime, 65 1.1 christos utimes, waitid, atexit, memmove, memset, stpcpy, strcspn, strpbrk, 66 1.1 christos vasprintf, AM_FUNC_GETLINE, getdelim, gl_EXITFAIL, 67 1.1 christos gl_FUNC_FNMATCH_POSIX, gl_GETOPT, gl_FUNC_EACCESS, gl_FUNC_STPNCPY, 68 1.1 christos gl_FUNC_STRTOUL, gl_FUNC_WCWIDTH, gl_MBSWIDTH, gt_PREREQ_BACKUPFILE, 69 1.1 christos gt_UNION_WAIT, gt_TMPDIR, gt_FUNC_MKDTEMP, gt_SIGNALBLOCKING, 70 1.1 christos gt_FUNC_SETENV, gl_FUNC_STRERROR, gl_FUNC_GLIBC_UNLOCKED_IO, gl_ERROR, 71 1.1 christos gl_QUOTEARG, gl_QUOTE, gl_PATHMAX, gl_FUNC_READLINK, gl_XREADLINK, 72 1.1 christos gl_CANONICALIZE, gl_XSIZE, gl_MINMAX, gl_LIST, gl_LOCK, gl_TLS, 73 1.1 christos gl_BYTESWAP): Remove tests done directly or indirectly by gl_INIT 74 1.1 christos or that are now unused. 75 1.1 christos (AC_CONFIG_FILES): Add gnulib-lib/Makefile, remove lib/Makefile. 76 1.1 christos Remove lib/javacomp.sh, lib/javaexec.sh, lib/csharpcomp.sh, 77 1.1 christos lib/csharpexec.sh. 78 1.1 christos 79 1.1 christos 2006-07-30 Bruno Haible <bruno (a] clisp.org> 80 1.1 christos 81 1.1 christos * configure.ac: Don't test for the strstr function. 82 1.1 christos 83 1.1 christos 2006-07-30 Bruno Haible <bruno (a] clisp.org> 84 1.1 christos 85 1.1 christos * configure.ac: Update for changed location of javacomp.sh.in, 86 1.1 christos javaexec.sh.in, csharpcomp.sh.in, csharpexec.sh.in. 87 1.1 christos 88 1.1 christos 2006-07-23 Bruno Haible <bruno (a] clisp.org> 89 1.1 christos 90 1.1 christos * configure.ac: Invoke gt_OPENMP. 91 1.1 christos 92 1.1 christos 2006-07-23 Bruno Haible <bruno (a] clisp.org> 93 1.1 christos 94 1.1 christos * configure.ac: Invoke gl_LOCK and gl_TLS. 95 1.1 christos 96 1.1 christos 2006-07-22 Bruno Haible <bruno (a] clisp.org> 97 1.1 christos 98 1.1 christos * configure.ac: Invoke gl_SIZE_MAX and gl_LIST. 99 1.1 christos 100 1.1 christos 2006-07-25 Bruno Haible <bruno (a] clisp.org> 101 1.1 christos 102 1.1 christos * windows: Remove directory. 103 1.1 christos * Makefile.msvc: Remove file. 104 1.1 christos * Makefile.am (config.h.msvc, windows/stdbool.h): Remove rules. 105 1.1 christos (EXTRA_DIST): Remove Makefile.msvc, config.h.msvc, windows/*. 106 1.1 christos 107 1.1 christos 2006-07-25 Bruno Haible <bruno (a] clisp.org> 108 1.1 christos 109 1.1 christos * Makefile.vms: Remove file. 110 1.1 christos * Makefile.am (config.h_vms): Remove rule. 111 1.1 christos (EXTRA_DIST): Remove Makefile.vms, config.h_vms. 112 1.1 christos 113 1.1 christos 2006-07-22 Bruno Haible <bruno (a] clisp.org> 114 1.1 christos 115 1.1 christos * configure.ac: Invoke gl_FUNC_WCWIDTH, gl_MINMAX. 116 1.1 christos 117 1.1 christos 2006-07-21 Bruno Haible <bruno (a] clisp.org> 118 1.1 christos 119 1.1 christos * gettext-0.15 released. 120 1.1 christos 121 1.1 christos 2006-07-20 Bruno Haible <bruno (a] clisp.org> 122 1.1 christos 123 1.1 christos * windows/gettextlib.rc: Bump version number to 0.15.0. 124 1.1 christos * windows/gettextsrc.rc: Likewise. 125 1.1 christos * windows/gettextpo.rc: Likewise. 126 1.1 christos 127 1.1 christos 2006-07-14 Bruno Haible <bruno (a] clisp.org> 128 1.1 christos 129 1.1 christos * Makefile.am (MOSTLYCLEANFILES): New variable. 130 1.1 christos 131 1.1 christos 2006-06-29 Bruno Haible <bruno (a] clisp.org> 132 1.1 christos 133 1.1 christos * configure.ac: Remove AC_CONFIG_FILES for files in examples subdir. 134 1.1 christos Use AC_CONFIG_SUBDIRS instead. 135 1.1 christos 136 1.1 christos 2006-06-27 Bruno Haible <bruno (a] clisp.org> 137 1.1 christos 138 1.1 christos * configure.ac: Remove AC_ISC_POSIX invocation. 139 1.1 christos 140 1.1 christos 2006-06-27 Bruno Haible <bruno (a] clisp.org> 141 1.1 christos 142 1.1 christos Assume ANSI C header files and <ctype.h> functions. 143 1.1 christos * configure.ac: Remove AC_HEADER_STDC invocation. 144 1.1 christos 145 1.1 christos 2006-06-27 Bruno Haible <bruno (a] clisp.org> 146 1.1 christos 147 1.1 christos Assume vprintf function. 148 1.1 christos * configure.ac: Remove AC_FUNC_VPRINTF invocation. 149 1.1 christos * Makefile.am (config.h_vms, config.h.msvc): Remove unused HAVE_VPRINTF 150 1.1 christos substitution. 151 1.1 christos 152 1.1 christos 2006-06-27 Bruno Haible <bruno (a] clisp.org> 153 1.1 christos 154 1.1 christos * Makefile.am (config.h_vms, config.h.msvc): Drop unused HAVE_LOCALE_H 155 1.1 christos substitution. 156 1.1 christos 157 1.1 christos 2006-04-14 Bruno Haible <bruno (a] clisp.org> 158 1.1 christos 159 1.1 christos Assume autoconf >= 2.60. 160 1.1 christos * configure.ac (localedir): Remove variable. 161 1.1 christos (docdir): If --docdir value was given, use that. 162 1.1 christos (mandir): Remove customization. 163 1.1 christos 164 1.1 christos 2006-05-15 Bruno Haible <bruno (a] clisp.org> 165 1.1 christos 166 1.1 christos * woe32dll/export.h: Renamed from cygwin/export.h. 167 1.1 christos * woe32dll/gettextlib-exports: Renamed from cygwin/gettextlib-exports.h. 168 1.1 christos * woe32dll/gettextsrc-exports: Renamed from cygwin/gettextsrc-exports.h. 169 1.1 christos * woe32dll/gettextpo-exports: Renamed from cygwin/gettextpo-exports.h. 170 1.1 christos * configure.ac (WOE32DLL): Renamed from CYGWINDLL. 171 1.1 christos (DLL_VARIABLE): Define as nonempty on mingw if and only if 172 1.1 christos --enable-shared was specified. 173 1.1 christos * Makefile.am (EXTRA_DIST): Update. 174 1.1 christos 175 1.1 christos 2006-05-11 Bruno Haible <bruno (a] clisp.org> 176 1.1 christos 177 1.1 christos * woe32dll: Directory renamed from mingw. 178 1.1 christos * cygwin/export.h: New file. 179 1.1 christos * cygwin/gettextlib-exports.c: New file. 180 1.1 christos * cygwin/gettextsrc-exports.c: New file. 181 1.1 christos * cygwin/gettextpo-exports.c: New file. 182 1.1 christos * configure.ac (WOE32DLL): Condition renamed from MINGW. Activate it 183 1.1 christos also on Cygwin. Only activate it when compiling shared libraries. 184 1.1 christos (CYGWINDLL): New condition. 185 1.1 christos (CYGWINDLL): New define. 186 1.1 christos (DLL_VARIABLE): Use dllimport also on Cygwin. 187 1.1 christos * Makefile.am (EXTRA_DIST): Add cygwin/export.h. 188 1.1 christos 189 1.1 christos 2006-05-11 Bruno Haible <bruno (a] clisp.org> 190 1.1 christos 191 1.1 christos * woe32dll/c++format.cc: New file. 192 1.1 christos 193 1.1 christos 2006-05-02 Charles Wilson <cygwin (a] cwilson.fastmail.fm> 194 1.1 christos 195 1.1 christos * configure.ac (LTNOUNDEF): Set to -no-undefined also on mingw and 196 1.1 christos Cygwin. 197 1.1 christos 198 1.1 christos 2006-05-08 Bruno Haible <bruno (a] clisp.org> 199 1.1 christos 200 1.1 christos * Makefile.am (windows/stdbool.h): Create directory if needed. 201 1.1 christos Based on a patch by Charles Wilson. 202 1.1 christos 203 1.1 christos 2006-04-30 Bruno Haible <bruno (a] clisp.org> 204 1.1 christos 205 1.1 christos * configure.ac: Invoke gl_STDARG_H. 206 1.1 christos 207 1.1 christos 2006-05-01 Bruno Haible <bruno (a] clisp.org> 208 1.1 christos 209 1.1 christos * configure.ac: Pass a source-version to gt_JAVACOMP. Move gt_JAVAEXEC 210 1.1 christos call before the gt_JAVACOMP call. 211 1.1 christos 212 1.1 christos 2006-04-23 Bruno Haible <bruno (a] clisp.org> 213 1.1 christos 214 1.1 christos * configure.ac: Invoke gl_HEADER_UNISTD. 215 1.1 christos 216 1.1 christos 2006-04-17 Bruno Haible <bruno (a] clisp.org> 217 1.1 christos 218 1.1 christos * Makefile.am (gettextsrc_SCRIPTS): Remove mkinstalldirs. 219 1.1 christos 220 1.1 christos 2006-03-11 Bruno Haible <bruno (a] clisp.org> 221 1.1 christos 222 1.1 christos * configure.ac (MSGMERGE_LIBM): New variable. Test for presence of 223 1.1 christos ceil() and sqrt(). 224 1.1 christos 225 1.1 christos 2005-11-23 Bruno Haible <bruno (a] clisp.org> 226 1.1 christos 227 1.1 christos Cygwin portability. 228 1.1 christos * configure.ac: Invoke gl_WOE32_DLL. 229 1.1 christos 230 1.1 christos 2005-11-24 Bruno Haible <bruno (a] clisp.org> 231 1.1 christos 232 1.1 christos * Makefile.am (config.h_vms, config.h.msvc): Treat HAVE_FWPRINTF like 233 1.1 christos HAVE_WPRINTF. Needed since 2003-09-17. 234 1.1 christos Reported by Svante Seleborg <svante (a] axantum.com>. 235 1.1 christos 236 1.1 christos 2005-08-16 Bruno Haible <bruno (a] clisp.org> 237 1.1 christos 238 1.1 christos * configure.ac: Remove gl_STRCASE invocation. 239 1.1 christos 240 1.1 christos 2005-09-20 Bruno Haible <bruno (a] clisp.org> 241 1.1 christos 242 1.1 christos * configure.ac: Invoke BISON_I18N. 243 1.1 christos 244 1.1 christos 2005-08-23 Bruno Haible <bruno (a] clisp.org> 245 1.1 christos 246 1.1 christos * configure.ac: Invoke gl_BYTESWAP. Define ENDIANNESS. 247 1.1 christos 248 1.1 christos 2005-08-13 Bruno Haible <bruno (a] clisp.org> 249 1.1 christos 250 1.1 christos New configure options --disable-java, --disable-native-java. 251 1.1 christos * configure.ac: Invoke gt_JAVA_CHOICE. 252 1.1 christos (BUILDJAVAEXE, BUILDJAVA): Use it. 253 1.1 christos 254 1.1 christos 2005-08-11 Bruno Haible <bruno (a] clisp.org> 255 1.1 christos 256 1.1 christos * configure.ac: Accept --without-emacs option. 257 1.1 christos 258 1.1 christos 2005-08-03 Bruno Haible <bruno (a] clisp.org> 259 1.1 christos 260 1.1 christos * configure.ac (intl/Makefile): Remove the VPATH line. 261 1.1 christos Reported by Jason Keltz <jas (a] cs.yorku.ca>. 262 1.1 christos 263 1.1 christos 2005-07-26 Bruno Haible <bruno (a] clisp.org> 264 1.1 christos 265 1.1 christos * configure.ac: Move the AM_GNU_GETTEXT invocation early, since it 266 1.1 christos modifies CPPFLAGS. 267 1.1 christos 268 1.1 christos 2005-07-05 Bruno Haible <bruno (a] clisp.org> 269 1.1 christos 270 1.1 christos * mingw: New directory. 271 1.1 christos * configure.ac (LTNOUNDEF): New macro. 272 1.1 christos (MINGW): New conditional. 273 1.1 christos (DLL_VARIABLE): Define also as nonempty when building shared libraries 274 1.1 christos with mingw. 275 1.1 christos 276 1.1 christos 2005-05-01 Bruno Haible <bruno (a] clisp.org> 277 1.1 christos 278 1.1 christos * configure.ac: Call gt_CSHARPEXEC with parameters. 279 1.1 christos 280 1.1 christos 2005-03-20 Bruno Haible <bruno (a] clisp.org> 281 1.1 christos 282 1.1 christos * configure.ac: Test for field __names in struct __locale_struct. 283 1.1 christos Also define USE_IN_GETTEXT_TESTS. 284 1.1 christos 285 1.1 christos 2006-06-21 Bruno Haible <bruno (a] clisp.org> 286 1.1 christos 287 1.1 christos * gettext-0.14.6 released. 288 1.1 christos 289 1.1 christos 2006-06-21 Bruno Haible <bruno (a] clisp.org> 290 1.1 christos 291 1.1 christos * windows/gettextlib.rc: Bump version number to 0.14.6. 292 1.1 christos * windows/gettextsrc.rc: Likewise. 293 1.1 christos * windows/gettextpo.rc: Likewise. 294 1.1 christos 295 1.1 christos 2005-05-23 Bruno Haible <bruno (a] clisp.org> 296 1.1 christos 297 1.1 christos * gettext-0.14.5 released. 298 1.1 christos 299 1.1 christos 2005-05-23 Bruno Haible <bruno (a] clisp.org> 300 1.1 christos 301 1.1 christos * windows/gettextlib.rc: Bump version number to 0.14.5. 302 1.1 christos * windows/gettextsrc.rc: Likewise. 303 1.1 christos * windows/gettextpo.rc: Likewise. 304 1.1 christos 305 1.1 christos 2005-04-11 Bruno Haible <bruno (a] clisp.org> 306 1.1 christos 307 1.1 christos * gettext-0.14.4 released. 308 1.1 christos 309 1.1 christos 2005-04-11 Bruno Haible <bruno (a] clisp.org> 310 1.1 christos 311 1.1 christos * windows/gettextlib.rc: Bump version number to 0.14.4. 312 1.1 christos * windows/gettextsrc.rc: Likewise. 313 1.1 christos * windows/gettextpo.rc: Likewise. 314 1.1 christos 315 1.1 christos 2005-03-22 Bruno Haible <bruno (a] clisp.org> 316 1.1 christos 317 1.1 christos * configure.ac (AC_CONFIG_AUX_DIR): Use ../build-aux. 318 1.1 christos * Makefile.am (ACLOCAL_AMFLAGS): Replace config/m4 with m4. 319 1.1 christos (gettextsrc_SCRIPTS): Replace config with build-aux. 320 1.1 christos 321 1.1 christos 2005-03-14 Bruno Haible <bruno (a] clisp.org> 322 1.1 christos 323 1.1 christos * gettext-0.14.3 released. 324 1.1 christos 325 1.1 christos 2005-03-08 Bruno Haible <bruno (a] clisp.org> 326 1.1 christos 327 1.1 christos * windows/gettextlib.rc: Bump version number to 0.14.3. 328 1.1 christos * windows/gettextsrc.rc: Likewise. 329 1.1 christos * windows/gettextpo.rc: Likewise. 330 1.1 christos 331 1.1 christos 2005-02-24 Bruno Haible <bruno (a] clisp.org> 332 1.1 christos 333 1.1 christos * gettext-0.14.2 released. 334 1.1 christos 335 1.1 christos 2005-02-13 Bruno Haible <bruno (a] clisp.org> 336 1.1 christos 337 1.1 christos * configure.ac: Invoke gt_LOCALE_FR_UTF8. 338 1.1 christos 339 1.1 christos 2005-02-13 Bruno Haible <bruno (a] clisp.org> 340 1.1 christos 341 1.1 christos * configure.ac: Invoke gl_FUNC_STRTOUL. Keep AC_CHECK_FUNCS(strtoul) 342 1.1 christos because plural-exp.c needs it. 343 1.1 christos 344 1.1 christos 2005-02-12 Bruno Haible <bruno (a] clisp.org> 345 1.1 christos 346 1.1 christos * windows/gettextsrc.def: Remove po_parse_comment_filepos. Add 347 1.1 christos check_msgid_msgstr_format, is_ascii_msgdomain_list, 348 1.1 christos message_list_insert_at, string_list_join. 349 1.1 christos 350 1.1 christos 2005-02-12 Bruno Haible <bruno (a] clisp.org> 351 1.1 christos 352 1.1 christos * windows/getopt.h: New file. 353 1.1 christos * Makefile.am (EXTRA_DIST): Add it. 354 1.1 christos 355 1.1 christos 2005-02-11 Bruno Haible <bruno (a] clisp.org> 356 1.1 christos 357 1.1 christos * windows/gettextlib.rc: Bump version number to 0.14.2. 358 1.1 christos * windows/gettextsrc.rc: Likewise. 359 1.1 christos * windows/gettextpo.rc: Likewise. 360 1.1 christos 361 1.1 christos 2005-02-10 Bruno Haible <bruno (a] clisp.org> 362 1.1 christos 363 1.1 christos * windows/gettextpo.def: Add po_header_set_field. 364 1.1 christos 365 1.1 christos 2005-02-10 Bruno Haible <bruno (a] clisp.org> 366 1.1 christos 367 1.1 christos * windows/gettextpo.def: Add libgettextpo_version. 368 1.1 christos 369 1.1 christos 2005-02-10 Bruno Haible <bruno (a] clisp.org> 370 1.1 christos 371 1.1 christos * windows/gettextpo.def: Add po_message_remove_filepos, 372 1.1 christos po_message_add_filepos. 373 1.1 christos 374 1.1 christos 2005-02-10 Bruno Haible <bruno (a] clisp.org> 375 1.1 christos 376 1.1 christos * windows/gettextpo.def: Add po_message_set_extracted_comments. 377 1.1 christos 378 1.1 christos 2005-02-07 Bruno Haible <bruno (a] clisp.org> 379 1.1 christos 380 1.1 christos * windows/gettextlib.def: Add c_strcasecmp, c_strncasecmp. 381 1.1 christos 382 1.1 christos 2005-01-08 Bruno Haible <bruno (a] clisp.org> 383 1.1 christos 384 1.1 christos * libgrep: New subdirectory. 385 1.1 christos * configure.ac: Invoke gt_LIBGREP. Declare libgrep/Makefile.am. 386 1.1 christos * Makefile.am (SUBDIRS): Add libgrep. 387 1.1 christos (config.h_vms, config.h.msvc): Define HAVE_DECL_STRDUP, HAVE_MEMCHR, 388 1.1 christos restrict. 389 1.1 christos * Makefile.msvc: Recurse into libgrep as well. 390 1.1 christos * Makefile.vms: Likewise. 391 1.1 christos 392 1.1 christos 2005-01-06 Bruno Haible <bruno (a] clisp.org> 393 1.1 christos 394 1.1 christos * configure.ac: Invoke gl_STRCASE. Don't test for strcasecmp and 395 1.1 christos strncasecmp here. 396 1.1 christos 397 1.1 christos 2005-01-06 Bruno Haible <bruno (a] clisp.org> 398 1.1 christos 399 1.1 christos * configure.ac: Invoke gl_FUNC_STPNCPY. 400 1.1 christos 401 1.1 christos 2005-01-06 Bruno Haible <bruno (a] clisp.org> 402 1.1 christos 403 1.1 christos * configure.ac: Invoke gl_ERROR instead of gt_FUNC_ERROR_AT_LINE. 404 1.1 christos * Makefile.am (config.h_vms, config.h.msvc): Remove setting of 405 1.1 christos HAVE_DECL_STRERROR. 406 1.1 christos 407 1.1 christos 2005-01-06 Bruno Haible <bruno (a] clisp.org> 408 1.1 christos 409 1.1 christos * configure.ac: Invoke gl_QUOTE. 410 1.1 christos 411 1.1 christos 2005-01-06 Bruno Haible <bruno (a] clisp.org> 412 1.1 christos 413 1.1 christos * configure.ac: Invoke gl_EXITFAIL. 414 1.1 christos 415 1.1 christos 2005-01-06 Bruno Haible <bruno (a] clisp.org> 416 1.1 christos 417 1.1 christos * configure.ac: Invoke gl_GETOPT. 418 1.1 christos * Makefile.am (config.h_vms, config.h.msvc): Define __GETOPT_PREFIX 419 1.1 christos to empty. 420 1.1 christos * Makefile.msvc: Update. 421 1.1 christos * Makefile.vms: Update. 422 1.1 christos 423 1.1 christos 2005-01-06 Bruno Haible <bruno (a] clisp.org> 424 1.1 christos 425 1.1 christos * Makefile.am (config.h_vms, config.h.msvc): Define HAVE_WMEMCHR and 426 1.1 christos HAVE_WMEMCPY to 1. 427 1.1 christos 428 1.1 christos 2005-01-06 Bruno Haible <bruno (a] clisp.org> 429 1.1 christos 430 1.1 christos * Makefile.am (config.h_vms, config.h.msvc): Define USE_UNLOCKED_IO 431 1.1 christos to 1. 432 1.1 christos 433 1.1 christos 2005-01-05 Bruno Haible <bruno (a] clisp.org> 434 1.1 christos 435 1.1 christos * windows/gettextlib.rc: Update copyright year. 436 1.1 christos * windows/gettextsrc.rc: Likewise. 437 1.1 christos * windows/gettextpo.rc: Likewise. 438 1.1 christos 439 1.1 christos 2004-12-10 Bruno Haible <bruno (a] clisp.org> 440 1.1 christos 441 1.1 christos * windows/gettextlib.def: Export obstack_free, not _obstack_free. 442 1.1 christos 443 1.1 christos 2004-09-06 Bruno Haible <bruno (a] clisp.org> 444 1.1 christos 445 1.1 christos * windows/gettextpo.def: Add po_message_check_format. 446 1.1 christos 447 1.1 christos 2004-09-05 Bruno Haible <bruno (a] clisp.org> 448 1.1 christos 449 1.1 christos * windows/gettextsrc.def: Add the variables names from po-error.h. 450 1.1 christos * windows/gettextpo.def: Add many new function names. 451 1.1 christos 452 1.1 christos 2004-04-19 Bruno Haible <bruno (a] clisp.org> 453 1.1 christos 454 1.1 christos * gettext.m4: Change jm_ to gl_ in all uses of AC_DEFINE'd names. 455 1.1 christos 456 1.1 christos 2004-03-11 Bruno Haible <bruno (a] clisp.org> 457 1.1 christos 458 1.1 christos * Makefile.am (config.h.msvc): Fix the value of SIZE_MAX. 459 1.1 christos 460 1.1 christos 2004-02-07 Bruno Haible <bruno (a] clisp.org> 461 1.1 christos 462 1.1 christos * configure.ac: Invoke gl_QUOTEARG. 463 1.1 christos 464 1.1 christos 2004-01-29 Bruno Haible <bruno (a] clisp.org> 465 1.1 christos 466 1.1 christos * gettext-0.14.1 released. 467 1.1 christos 468 1.1 christos 2004-01-28 Bruno Haible <bruno (a] clisp.org> 469 1.1 christos 470 1.1 christos * gettext-0.14 released. 471 1.1 christos 472 1.1 christos 2004-01-24 Bruno Haible <bruno (a] clisp.org> 473 1.1 christos 474 1.1 christos * Makefile.am (config.h_vms): Set MALLOC_0_IS_NONNULL to 0. 475 1.1 christos (config.h.msvc): Set MALLOC_0_IS_NONNULL to 1. 476 1.1 christos 477 1.1 christos 2004-01-12 Bruno Haible <bruno (a] clisp.org> 478 1.1 christos 479 1.1 christos * windows/gettextlib.def: Add compile_csharp_class, 480 1.1 christos execute_csharp_program. 481 1.1 christos * windows/gettextsrc.def: Add formatstring_csharp. Rename 482 1.1 christos get_c99_format_directives to get_sysdep_c_format_directives. 483 1.1 christos 484 1.1 christos 2004-01-17 Bruno Haible <bruno (a] clisp.org> 485 1.1 christos 486 1.1 christos * windows/gettextlib.rc: Bump version number to 0.14. 487 1.1 christos * windows/gettextsrc.rc: Likewise. 488 1.1 christos * windows/gettextpo.rc: Likewise. 489 1.1 christos 490 1.1 christos 2004-01-10 Bruno Haible <bruno (a] clisp.org> 491 1.1 christos 492 1.1 christos * configure.ac: When --disable-csharp was given, set BUILDCSHARP=no. 493 1.1 christos 494 1.1 christos 2003-12-26 Bruno Haible <bruno (a] clisp.org> 495 1.1 christos 496 1.1 christos Support for C#. 497 1.1 christos * configure.ac: Invoke gt_CSHARPCOMP, gt_CSHARPEXEC. Set BUILDCSHARP 498 1.1 christos and TESTCSHARP. 499 1.1 christos (AC_CONFIG_FILES): Add lib/csharpcomp.sh and lib/csharpexec.sh. 500 1.1 christos 501 1.1 christos 2003-12-27 Bruno Haible <bruno (a] clisp.org> 502 1.1 christos 503 1.1 christos * configure.ac: Set and AC_SUBST the TESTLIBASPRINTF variable. 504 1.1 christos 505 1.1 christos 2003-12-12 Bruno Haible <bruno (a] clisp.org> 506 1.1 christos 507 1.1 christos Assume automake-1.8. 508 1.1 christos * Makefile.am (html): Remove rule. 509 1.1 christos 510 1.1 christos 2003-11-30 Bruno Haible <bruno (a] clisp.org> 511 1.1 christos 512 1.1 christos * configure.ac: Remove computation of LTALLOCA. 513 1.1 christos 514 1.1 christos 2003-11-30 Bruno Haible <bruno (a] clisp.org> 515 1.1 christos 516 1.1 christos * configure.ac: Invoke gl_ALLOCSA instead of gl_FUNC_ALLOCA. 517 1.1 christos * windows/gettextlib.def: Add mallocsa, xmallocsa, freesa. 518 1.1 christos 519 1.1 christos 2003-12-17 Bruno Haible <bruno (a] clisp.org> 520 1.1 christos 521 1.1 christos * gettext-0.13.1 released. 522 1.1 christos 523 1.1 christos 2003-12-02 Bruno Haible <bruno (a] clisp.org> 524 1.1 christos 525 1.1 christos * Makefile.msvc (all, install, installdirs, uninstall, check, 526 1.1 christos mostlyclean, clean, distclean, maintainer-clean): Create the intl 527 1.1 christos directory if it doesn't exist. Needed because a widespread archiving 528 1.1 christos tool on Windows doesn't extract empty directories that are present in 529 1.1 christos .tar.gz files. 530 1.1 christos Reported by Stefan Kowski <stefan.kowski (a] parks-informatik.de>. 531 1.1 christos 532 1.1 christos 2003-12-02 Bruno Haible <bruno (a] clisp.org> 533 1.1 christos 534 1.1 christos * configure.ac: Invoke FIX_MAKEFILE_DISTRIB for examples/Makefile. 535 1.1 christos 536 1.1 christos 2003-11-30 Bruno Haible <bruno (a] clisp.org> 537 1.1 christos 538 1.1 christos * gettext-0.13 released. 539 1.1 christos 540 1.1 christos 2003-11-28 Bruno Haible <bruno (a] clisp.org> 541 1.1 christos 542 1.1 christos * Makefile.am (config.h.msvc): Define SIZE_MAX and inline. 543 1.1 christos 544 1.1 christos 2003-11-28 Bruno Haible <bruno (a] clisp.org> 545 1.1 christos 546 1.1 christos * windows/gettextlib.def: Add at_fatal_signal, block_fatal_signals, 547 1.1 christos unblock_fatal_signals, _obstack_begin, _obstack_free, 548 1.1 christos _obstack_newchunk. 549 1.1 christos * windows/gettextsrc.def: Add message_print_syntax_stringtable. 550 1.1 christos 551 1.1 christos 2003-11-16 Bruno Haible <bruno (a] clisp.org> 552 1.1 christos 553 1.1 christos * configure.ac (man/Makefile): Postprocess with FIX_MAKEFILE_DISTRIB. 554 1.1 christos 555 1.1 christos 2003-11-16 Bruno Haible <bruno (a] clisp.org> 556 1.1 christos 557 1.1 christos * windows/gettextpo.rc: Bump version number to 0.13. 558 1.1 christos 559 1.1 christos 2003-11-15 Bruno Haible <bruno (a] clisp.org> 560 1.1 christos 561 1.1 christos * configure.ac (AC_CONFIG_FILES): Create examples/Makefile, 562 1.1 christos examples, installpaths, examples/po/Makefile. 563 1.1 christos * Makefile.am (SUBDIRS): Add examples. 564 1.1 christos * Makefile.msvc (all, install, installdirs, uninstall, check, 565 1.1 christos mostlyclean, clean, distclean, maintainer-clean): Recurse into 566 1.1 christos examples. 567 1.1 christos * Makefile.vms (all, install, installdirs, uninstall, check, 568 1.1 christos mostlyclean, clean, distclean, maintainer-clean): Recurse into 569 1.1 christos examples. 570 1.1 christos 571 1.1 christos 2003-11-13 Bruno Haible <bruno (a] clisp.org> 572 1.1 christos 573 1.1 christos * configure.ac (docdir): New variable. 574 1.1 christos 575 1.1 christos 2003-11-05 Bruno Haible <bruno (a] clisp.org> 576 1.1 christos 577 1.1 christos * configure.ac (localedir): New variable. 578 1.1 christos (src/user-email): Generate from src/user-email.sh.in. 579 1.1 christos 580 1.1 christos 2003-11-04 Bruno Haible <bruno (a] clisp.org> 581 1.1 christos 582 1.1 christos * configure.ac: Invoke gl_XSIZE. 583 1.1 christos 584 1.1 christos 2003-10-31 Bruno Haible <bruno (a] clisp.org> 585 1.1 christos 586 1.1 christos * configure.ac: Also check for waitid. 587 1.1 christos 588 1.1 christos 2003-10-31 Bruno Haible <bruno (a] clisp.org> 589 1.1 christos 590 1.1 christos * configure.ac: Remove argument of FIX_MAKEFILE_COMPILE, 591 1.1 christos FIX_MAKEFILE_DISTRIB, FIX_MAKEFILE_INFO. 592 1.1 christos 593 1.1 christos 2003-10-07 Bruno Haible <bruno (a] clisp.org> 594 1.1 christos 595 1.1 christos * configure.ac: Drop PARAMS definition from config.h.in. 596 1.1 christos 597 1.1 christos 2003-10-08 Bruno Haible <bruno (a] clisp.org> 598 1.1 christos 599 1.1 christos * configure.ac: Invoke gt_SIG_ATOMIC_T. 600 1.1 christos * Makefile.am (config.h_vms, config.h.msvc): Define HAVE_SIG_ATOMIC_T. 601 1.1 christos 602 1.1 christos 2003-10-04 Bruno Haible <bruno (a] clisp.org> 603 1.1 christos 604 1.1 christos * configure.ac: Remove gt_PROG_LEX invocation. 605 1.1 christos 606 1.1 christos 2003-09-18 Bruno Haible <bruno (a] clisp.org> 607 1.1 christos 608 1.1 christos * windows/gettextpo.def: Add po_file_domain_header, po_header_field, 609 1.1 christos po_message_is_obsolete, po_message_is_fuzzy, po_message_is_format. 610 1.1 christos * windows/gettextpo.rc: Bump version number to 0.12.2. 611 1.1 christos 612 1.1 christos 2003-09-16 Bruno Haible <bruno (a] clisp.org> 613 1.1 christos 614 1.1 christos Portability to SunOS 4. 615 1.1 christos * configure.ac: Also check for atexit. 616 1.1 christos 617 1.1 christos 2003-09-14 Bruno Haible <bruno (a] clisp.org> 618 1.1 christos 619 1.1 christos * windows/gettextlib.def: Export fwriteerror. 620 1.1 christos 621 1.1 christos 2003-09-13 Bruno Haible <bruno (a] clisp.org> 622 1.1 christos 623 1.1 christos * windows/gettextlib.def: Export close_stdout. 624 1.1 christos 625 1.1 christos 2003-09-09 Bruno Haible <bruno (a] clisp.org> 626 1.1 christos 627 1.1 christos * configure.ac: Don't test for putc_unlocked. 628 1.1 christos 629 1.1 christos 2003-08-31 Bruno Haible <bruno (a] clisp.org> 630 1.1 christos 631 1.1 christos * windows/gettextsrc.def: Add formatstring_sh. 632 1.1 christos 633 1.1 christos 2003-08-29 Bruno Haible <bruno (a] clisp.org> 634 1.1 christos 635 1.1 christos * Makefile.am (config.h.msvc): Define HAVE_DECL__SNPRINTF, 636 1.1 christos HAVE_DECL__SNWPRINTF. 637 1.1 christos 638 1.1 christos 2003-08-24 Bruno Haible <bruno (a] clisp.org> 639 1.1 christos 640 1.1 christos * configure.ac: Define DLL_VARIABLE in config.h through AH_BOTTOM. 641 1.1 christos 642 1.1 christos 2003-08-24 Bruno Haible <bruno (a] clisp.org> 643 1.1 christos 644 1.1 christos * windows/gettextsrc.def: Add formatstring_gcc_internal, 645 1.1 christos formatstring_perl, formatstring_perl_brace to the export list. 646 1.1 christos 647 1.1 christos 2003-08-24 Bruno Haible <bruno (a] clisp.org> 648 1.1 christos 649 1.1 christos * windows/gettextpo.def: New file. 650 1.1 christos * windows/gettextpo.rc: New file. 651 1.1 christos * Makefile.am (EXTRA_DIST): Add them. 652 1.1 christos 653 1.1 christos 2003-08-23 Bruno Haible <bruno (a] clisp.org> 654 1.1 christos 655 1.1 christos * Makefile.am (config.h_vms): Define HAVE_BTOWC, HAVE_DECL_GETENV, 656 1.1 christos HAVE_MBSTATE_T, HAVE_READLINK, HAVE_WCSLEN, HAVE_WINT_T, HAVE_WPRINTF. 657 1.1 christos (config.h.msvc): Define .HAVE_BTOWC, HAVE_DECL_GETENV, HAVE_WCSLEN, 658 1.1 christos HAVE_WINT_T, HAVE_WPRINTF. 659 1.1 christos 660 1.1 christos 2003-08-23 Bruno Haible <bruno (a] clisp.org> 661 1.1 christos 662 1.1 christos * configure.ac: Invoke gl_USE_SYSTEM_EXTENSIONS. 663 1.1 christos 664 1.1 christos 2003-08-23 Bruno Haible <bruno (a] clisp.org> 665 1.1 christos 666 1.1 christos * windows/fnmatch.h: Include fnmatch_.h. 667 1.1 christos 668 1.1 christos 2003-08-23 Bruno Haible <bruno (a] clisp.org> 669 1.1 christos 670 1.1 christos * configure.ac: Invoke AM_STDBOOL_H instead of gt_STDBOOL_H. 671 1.1 christos Invoke gl_FUNC_FNMATCH_POSIX instead of gt_FUNC_FNMATCH. 672 1.1 christos Invoke gl_MBSWIDTH instead of jm_PREREQ_MBSWIDTH. 673 1.1 christos 674 1.1 christos 2003-07-01 Bruno Haible <bruno (a] clisp.org> 675 1.1 christos 676 1.1 christos * configure.ac: Invoke gl_FUNC_READLINK. 677 1.1 christos 678 1.1 christos 2003-07-01 Bruno Haible <bruno (a] clisp.org> 679 1.1 christos 680 1.1 christos * Makefile.am (windows/stdbool.h): Use stdbool_.h instead of 681 1.1 christos stdbool.h.in. 682 1.1 christos 683 1.1 christos 2003-06-19 Bruno Haible <bruno (a] clisp.org> 684 1.1 christos 685 1.1 christos * configure.ac: Invoke gt_LOCALE_FR. 686 1.1 christos 687 1.1 christos 2003-06-08 Bruno Haible <bruno (a] clisp.org> 688 1.1 christos 689 1.1 christos * Makefile.am (config.h_vms): Don't define HAVE_ENVIRON_DECL. Define 690 1.1 christos eaccess. 691 1.1 christos * Makefile.vms (all, install, installdirs, uninstall, check, 692 1.1 christos mostlyclean, clean, distclean, maintainer-clean): Fix passing of srcdir 693 1.1 christos to sub-Makefile. 694 1.1 christos Reported by Jouk Jansen <joukj (a] hrem.stm.tudelft.nl>. 695 1.1 christos 696 1.1 christos 2003-05-22 Bruno Haible <bruno (a] clisp.org> 697 1.1 christos 698 1.1 christos * gettext-0.12.1 released. 699 1.1 christos 700 1.1 christos 2003-05-20 Bruno Haible <bruno (a] clisp.org> 701 1.1 christos 702 1.1 christos * Makefile.am (config.h_vms, config.h.msvc, windows/stdbool.h): 703 1.1 christos Don't use $< here. 704 1.1 christos 705 1.1 christos 2003-05-19 Bruno Haible <bruno (a] clisp.org> 706 1.1 christos 707 1.1 christos * windows/gettextlib.rc: Include <winver.h>. 708 1.1 christos * windows/gettextsrc.rc: Likewise. 709 1.1 christos Reported by Perry Rapp. 710 1.1 christos 711 1.1 christos 2003-05-17 Bruno Haible <bruno (a] clisp.org> 712 1.1 christos 713 1.1 christos * gettext-0.12 released. 714 1.1 christos 715 1.1 christos 2003-05-17 Bruno Haible <bruno (a] clisp.org> 716 1.1 christos 717 1.1 christos * Makefile.am (config.h.msvc): Define HAVE_STRPBRK. 718 1.1 christos 719 1.1 christos 2003-05-15 Bruno Haible <bruno (a] clisp.org> 720 1.1 christos 721 1.1 christos * Makefile.am (config.h_vms, config.h.msvc): Define HAVE_DECL_STRERROR. 722 1.1 christos 723 1.1 christos 2003-05-12 Bruno Haible <bruno (a] clisp.org> 724 1.1 christos 725 1.1 christos * configure.ac: Invoke AC_GNU_SOURCE and jm_FUNC_GLIBC_UNLOCKED_IO. 726 1.1 christos 727 1.1 christos 2003-05-12 Bruno Haible <bruno (a] clisp.org> 728 1.1 christos 729 1.1 christos * windows/gettextsrc.def: Update. 730 1.1 christos Based on a patch by Perry Rapp. 731 1.1 christos 732 1.1 christos 2003-04-12 Bruno Haible <bruno (a] clisp.org> 733 1.1 christos 734 1.1 christos * Makefile.am (config.h_vms): Renamed from config.h.vms. 735 1.1 christos * Makefile.vms: Don't use the force target. Use config.h_vms, not 736 1.1 christos config.h.vms. Create intl subdirectory. Correct wildcard syntax. 737 1.1 christos Suggested by Jouk Jansen <joukj (a] hrem.stm.tudelft.nl>. 738 1.1 christos 739 1.1 christos 2003-04-12 Bruno Haible <bruno (a] clisp.org> 740 1.1 christos 741 1.1 christos * configure.ac (mandir): Change default value. 742 1.1 christos * Makefile.msvc (mandir, docdir): Use datadir instead of prefix. 743 1.1 christos 744 1.1 christos 2003-04-10 Bruno Haible <bruno (a] clisp.org> 745 1.1 christos 746 1.1 christos * configure.ac: Invoke gl_FUNC_EACCESS. 747 1.1 christos 748 1.1 christos 2003-04-05 Bruno Haible <bruno (a] clisp.org> 749 1.1 christos 750 1.1 christos * Makefile.am (config.h.msvc): Remove redundant sed expression. 751 1.1 christos 752 1.1 christos 2003-04-03 Bruno Haible <bruno (a] clisp.org> 753 1.1 christos 754 1.1 christos * configure.ac (INVALID_PATH_CHAR): Add a definition for Woe32. 755 1.1 christos Reported by Perry Rapp. 756 1.1 christos 757 1.1 christos 2003-03-30 Bruno Haible <bruno (a] clisp.org> 758 1.1 christos 759 1.1 christos * Makefile.vms: New file. 760 1.1 christos * Makefile.am (config.h.vms): New rule. 761 1.1 christos (EXTRA_DIST): Add Makefile.vms and config.h.vms. 762 1.1 christos 763 1.1 christos 2003-03-30 Bruno Haible <bruno (a] clisp.org> 764 1.1 christos 765 1.1 christos * configure.ac: Add checks for <pwd.h> and chown(). 766 1.1 christos 767 1.1 christos 2003-03-17 Bruno Haible <bruno (a] clisp.org> 768 1.1 christos 769 1.1 christos Native Woe32/MSVC support. 770 1.1 christos * Makefile.msvc: New file. 771 1.1 christos * README.woe32: New file. 772 1.1 christos * windows/gettextlib.def: New file. 773 1.1 christos * windows/gettextlib.rc: New file. 774 1.1 christos * windows/gettextsrc.def: New file. 775 1.1 christos * windows/gettextsrc.rc: New file. 776 1.1 christos * windows/alloca.h: New file. 777 1.1 christos * windows/fnmatch.h: New file. 778 1.1 christos * Makefile.am (EXTRA_DIST): Add them and config.h.msvc, 779 1.1 christos windows/stdbool.h. 780 1.1 christos (config.h.msvc, intl/libgnuintl.h.msvc-shared, windows/stdbool.h): New 781 1.1 christos rules. 782 1.1 christos * configure.ac: Invoke AC_TYPE_MODE_T. 783 1.1 christos 784 1.1 christos 2003-02-28 Bruno Haible <bruno (a] clisp.org> 785 1.1 christos 786 1.1 christos Support for relocatable installation. 787 1.1 christos * configure.ac: Invoke AC_RELOCATABLE, AC_REPLACE_FUNCS([memmove]), 788 1.1 christos gl_FUNC_STRERROR, gl_XREADLINK, gl_CANONICALIZE. 789 1.1 christos * INSTALL: Document --enable-relocatable and --with-libintl-prefix. 790 1.1 christos 791 1.1 christos 2003-02-28 Bruno Haible <bruno (a] clisp.org> 792 1.1 christos 793 1.1 christos * configure.ac: Invoke gl_PATHMAX. 794 1.1 christos 795 1.1 christos 2003-02-22 Bruno Haible <bruno (a] clisp.org> 796 1.1 christos 797 1.1 christos * Makefile.am (ps, pdf): Remove rules, redundant with automake 1.7.2. 798 1.1 christos 799 1.1 christos 2003-02-18 Bruno Haible <bruno (a] clisp.org> 800 1.1 christos 801 1.1 christos * Makefile.am: Don't install ABOUT-NLS in $(datadir)/gettext. This is 802 1.1 christos now done by the gettext-runtime package. 803 1.1 christos 804 1.1 christos 2003-02-12 Bruno Haible <bruno (a] clisp.org> 805 1.1 christos 806 1.1 christos Big restructuring. 807 1.1 christos * configure.ac: New file. 808 1.1 christos * Makefile.am: New file. 809 1.1 christos 810