2006-11-27 Bruno Haible * gettext-0.16.1 released. 2006-10-26 Bruno Haible * gettext-0.16 released. 2006-10-10 Bruno Haible Make it possible to #define stpcpy, strdup to aliases. * strdup.c (strdup) [!_LIBC]: Don't undefine. 2006-09-13 Paul Eggert * memchr.c: Include unconditionally. * strdup.c: Likewise. 2006-07-30 Bruno Haible * Makefile.am (AM_CPPFLAGS): Replace ../lib with ../gnulib-lib. 2006-07-25 Bruno Haible * Makefile.msvc: Remove file. * Makefile.am (EXTRA_DIST): Remove Makefile.msvc. 2006-07-25 Bruno Haible * Makefile.vms: Remove file. * Makefile.am (EXTRA_DIST): Remove Makefile.vms. 2006-07-21 Bruno Haible * gettext-0.15 released. 2006-05-16 Bruno Haible * regex.c (mempcpy) [_LIBC]: New macro. (regerror): Use it instead of __mempcpy. 2005-10-06 Bruno Haible * hard-locale.c: Test HAVE_CONFIG_H using #ifdef. * m-common.c: Likewise. * m-fgrep.c: Likewise. * m-regex.c: Likewise. Reported by Ralf Wildenhues on bug-gnulib. 2005-04-18 Bruno Haible * dfa.c (update_mb_len_index): Change argument type to 'const char *'. Avoids gcc-4.0 warnings. 2006-06-21 Bruno Haible * gettext-0.14.6 released. 2005-05-23 Bruno Haible * gettext-0.14.5 released. 2005-04-11 Bruno Haible * gettext-0.14.4 released. 2005-03-14 Bruno Haible * gettext-0.14.3 released. 2005-02-24 Bruno Haible * gettext-0.14.2 released. 2005-02-12 Bruno Haible * Makefile.msvc (INCLUDES): Add -I., needed for , and -I..\intl, needed for . 2005-02-12 Bruno Haible * libgrep.h: Add extern "C" for C++. 2003-07-08 David Kaelbling * dfa.c (lex): Remove non-constant initializers. 2005-02-08 Bruno Haible * kwset.h (kwsincr, kwsprep): Change return type to 'const char *'. * kwset.c (kwsincr, kwsprep): Likewise. 2005-02-03 Bruno Haible * dfa.c (dfaexec): Avoid continuing the loop past the end of the string. 2005-01-27 Bruno Haible * dfa.c (parse_bracket_exp_mb): Don't confuse wctype_t with wchar_t. 2005-01-27 Bruno Haible * Makefile.am (libgrep_a_DEPENDENCIES): New variable. (AM_CPPFLAGS): Add -I../intl, so that libintl.h is found before gettext is installed. 2005-01-14 Bruno Haible * Makefile.am (EXTRA_DIST): Add $(LIBADD_SOURCE). 2005-01-08 Bruno Haible * libgrep.h: New file. * kwset.h: From grep-2.5.1 with modifications. * kwset.c: From grep-2.5.1 with modifications. * dfa.h: From grep-2.5.1 with modifications. * dfa.c: From grep-2.5.1 with modifications. * m-common.h: New file. * m-common.c: New file, with code from grep-2.5.1/src/search.c. * m-fgrep.c: New file, with code from grep-2.5.1/src/search.c. * m-regex.c: New file, with code from grep-2.5.1/src/search.c. * hard-locale.h: New file, from gnulib. * hard-locale.c: New file, from gnulib. * memchr.c: New file, from gnulib. * regex.h: New file, from gnulib. * regex.c: New file, from gnulib. * strdup.h: New file, from gnulib. * strdup.c: New file, from gnulib. * Makefile.am: New file. * Makefile.msvc: New file. * Makefile.vms: New file.