1 2005-04-11 Bruno Haible <bruno@clisp.org>
3 * gettext-0.14.4 released.
5 2005-03-14 Bruno Haible <bruno@clisp.org>
7 * gettext-0.14.3 released.
9 2005-02-24 Bruno Haible <bruno@clisp.org>
11 * gettext-0.14.2 released.
13 2005-02-12 Bruno Haible <bruno@clisp.org>
15 * Makefile.msvc (INCLUDES): Add -I., needed for <regex.h>, and
16 -I..\intl, needed for <libintl.h>.
18 2005-02-12 Bruno Haible <bruno@clisp.org>
20 * libgrep.h: Add extern "C" for C++.
22 2003-07-08 David Kaelbling <drk@sgi.com>
24 * dfa.c (lex): Remove non-constant initializers.
26 2005-02-08 Bruno Haible <bruno@clisp.org>
28 * kwset.h (kwsincr, kwsprep): Change return type to 'const char *'.
29 * kwset.c (kwsincr, kwsprep): Likewise.
31 2005-02-03 Bruno Haible <bruno@clisp.org>
33 * dfa.c (dfaexec): Avoid continuing the loop past the end of the
36 2005-01-27 Bruno Haible <bruno@clisp.org>
38 * dfa.c (parse_bracket_exp_mb): Don't confuse wctype_t with wchar_t.
40 2005-01-27 Bruno Haible <bruno@clisp.org>
42 * Makefile.am (libgrep_a_DEPENDENCIES): New variable.
43 (AM_CPPFLAGS): Add -I../intl, so that libintl.h is found before gettext
46 2005-01-14 Bruno Haible <bruno@clisp.org>
48 * Makefile.am (EXTRA_DIST): Add $(LIBADD_SOURCE).
50 2005-01-08 Bruno Haible <bruno@clisp.org>
52 * libgrep.h: New file.
53 * kwset.h: From grep-2.5.1 with modifications.
54 * kwset.c: From grep-2.5.1 with modifications.
55 * dfa.h: From grep-2.5.1 with modifications.
56 * dfa.c: From grep-2.5.1 with modifications.
57 * m-common.h: New file.
58 * m-common.c: New file, with code from grep-2.5.1/src/search.c.
59 * m-fgrep.c: New file, with code from grep-2.5.1/src/search.c.
60 * m-regex.c: New file, with code from grep-2.5.1/src/search.c.
61 * hard-locale.h: New file, from gnulib.
62 * hard-locale.c: New file, from gnulib.
63 * memchr.c: New file, from gnulib.
64 * regex.h: New file, from gnulib.
65 * regex.c: New file, from gnulib.
66 * strdup.h: New file, from gnulib.
67 * strdup.c: New file, from gnulib.
68 * Makefile.am: New file.
69 * Makefile.msvc: New file.
70 * Makefile.vms: New file.