xref: /netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ChangeLog (revision 946379e7b37692fc43f68eb0d1c10daa0a7f3b6c)
12006-11-27  Bruno Haible  <bruno@clisp.org>
2
3	* gettext-0.16.1 released.
4
52006-10-26  Bruno Haible  <bruno@clisp.org>
6
7	* gettext-0.16 released.
8
92006-10-10  Bruno Haible  <bruno@clisp.org>
10
11	Make it possible to #define stpcpy, strdup to aliases.
12	* strdup.c (strdup) [!_LIBC]: Don't undefine.
13
142006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15
16	* memchr.c: Include <config.h> unconditionally.
17	* strdup.c: Likewise.
18
192006-07-30  Bruno Haible  <bruno@clisp.org>
20
21	* Makefile.am (AM_CPPFLAGS): Replace ../lib with ../gnulib-lib.
22
232006-07-25  Bruno Haible  <bruno@clisp.org>
24
25	* Makefile.msvc: Remove file.
26	* Makefile.am (EXTRA_DIST): Remove Makefile.msvc.
27
282006-07-25  Bruno Haible  <bruno@clisp.org>
29
30	* Makefile.vms: Remove file.
31	* Makefile.am (EXTRA_DIST): Remove Makefile.vms.
32
332006-07-21  Bruno Haible  <bruno@clisp.org>
34
35	* gettext-0.15 released.
36
372006-05-16  Bruno Haible  <bruno@clisp.org>
38
39	* regex.c (mempcpy) [_LIBC]: New macro.
40	(regerror): Use it instead of __mempcpy.
41
422005-10-06  Bruno Haible  <bruno@clisp.org>
43
44	* hard-locale.c: Test HAVE_CONFIG_H using #ifdef.
45	* m-common.c: Likewise.
46	* m-fgrep.c: Likewise.
47	* m-regex.c: Likewise.
48	Reported by Ralf Wildenhues on bug-gnulib.
49
502005-04-18  Bruno Haible  <bruno@clisp.org>
51
52	* dfa.c (update_mb_len_index): Change argument type to 'const char *'.
53	Avoids gcc-4.0 warnings.
54
552006-06-21  Bruno Haible  <bruno@clisp.org>
56
57	* gettext-0.14.6 released.
58
592005-05-23  Bruno Haible  <bruno@clisp.org>
60
61	* gettext-0.14.5 released.
62
632005-04-11  Bruno Haible  <bruno@clisp.org>
64
65	* gettext-0.14.4 released.
66
672005-03-14  Bruno Haible  <bruno@clisp.org>
68
69	* gettext-0.14.3 released.
70
712005-02-24  Bruno Haible  <bruno@clisp.org>
72
73	* gettext-0.14.2 released.
74
752005-02-12  Bruno Haible  <bruno@clisp.org>
76
77	* Makefile.msvc (INCLUDES): Add -I., needed for <regex.h>, and
78	-I..\intl, needed for <libintl.h>.
79
802005-02-12  Bruno Haible  <bruno@clisp.org>
81
82	* libgrep.h: Add extern "C" for C++.
83
842003-07-08  David Kaelbling  <drk@sgi.com>
85
86	* dfa.c (lex): Remove non-constant initializers.
87
882005-02-08  Bruno Haible  <bruno@clisp.org>
89
90	* kwset.h (kwsincr, kwsprep): Change return type to 'const char *'.
91	* kwset.c (kwsincr, kwsprep): Likewise.
92
932005-02-03  Bruno Haible  <bruno@clisp.org>
94
95	* dfa.c (dfaexec): Avoid continuing the loop past the end of the
96	string.
97
982005-01-27  Bruno Haible  <bruno@clisp.org>
99
100	* dfa.c (parse_bracket_exp_mb): Don't confuse wctype_t with wchar_t.
101
1022005-01-27  Bruno Haible  <bruno@clisp.org>
103
104	* Makefile.am (libgrep_a_DEPENDENCIES): New variable.
105	(AM_CPPFLAGS): Add -I../intl, so that libintl.h is found before gettext
106	is installed.
107
1082005-01-14  Bruno Haible  <bruno@clisp.org>
109
110	* Makefile.am (EXTRA_DIST): Add $(LIBADD_SOURCE).
111
1122005-01-08  Bruno Haible  <bruno@clisp.org>
113
114	* libgrep.h: New file.
115	* kwset.h: From grep-2.5.1 with modifications.
116	* kwset.c: From grep-2.5.1 with modifications.
117	* dfa.h: From grep-2.5.1 with modifications.
118	* dfa.c: From grep-2.5.1 with modifications.
119	* m-common.h: New file.
120	* m-common.c: New file, with code from grep-2.5.1/src/search.c.
121	* m-fgrep.c: New file, with code from grep-2.5.1/src/search.c.
122	* m-regex.c: New file, with code from grep-2.5.1/src/search.c.
123	* hard-locale.h: New file, from gnulib.
124	* hard-locale.c: New file, from gnulib.
125	* memchr.c: New file, from gnulib.
126	* regex.h: New file, from gnulib.
127	* regex.c: New file, from gnulib.
128	* strdup.h: New file, from gnulib.
129	* strdup.c: New file, from gnulib.
130	* Makefile.am: New file.
131	* Makefile.msvc: New file.
132	* Makefile.vms: New file.
133
134