1 | 2001-09-13 Bruno Haible <haible@clisp.cons.org> |
---|
2 | |
---|
3 | * gettext-0.10.40 released. |
---|
4 | |
---|
5 | 2001-09-13 Bruno Haible <haible@clisp.cons.org> |
---|
6 | |
---|
7 | * alloca.c (alloca): Replace 'REGISTER' with 'register'. |
---|
8 | Reported by Len Makin <len@hpc.csiro.au>. |
---|
9 | |
---|
10 | 2001-07-24 Bruno Haible <haible@clisp.cons.org> |
---|
11 | |
---|
12 | * gettext-0.10.39 released. |
---|
13 | |
---|
14 | 2001-06-24 Bruno Haible <haible@clisp.cons.org> |
---|
15 | |
---|
16 | * config.charset: Change canonical name of BIG5HKSCS to BIG5-HKSCS. |
---|
17 | Change canonical name of SJIS to SHIFT_JIS. |
---|
18 | |
---|
19 | 2001-06-25 Bruno Haible <haible@clisp.cons.org> |
---|
20 | |
---|
21 | * mbswidth.c (mbsinit): Define to 1 if not defined. For SCO 3.2v5.0.2. |
---|
22 | |
---|
23 | 2001-04-30 Bruno Haible <haible@clisp.cons.org> |
---|
24 | |
---|
25 | Silence "gcc -Wall -Wwrite-strings" warnings. |
---|
26 | * localcharset.c (charset_aliases): Change type to 'const char *'. |
---|
27 | (get_charset_aliases): Change type of 'cp' to 'const char *'. |
---|
28 | |
---|
29 | 2001-05-23 Bruno Haible <haible@clisp.cons.org> |
---|
30 | |
---|
31 | * gettext-0.10.38 released. |
---|
32 | |
---|
33 | 2001-05-23 Bruno Haible <haible@clisp.cons.org> |
---|
34 | |
---|
35 | * linebreak.c (mbs_possible_linebreaks): Avoid broken EUC-KR |
---|
36 | conversion in glibc-2.1. |
---|
37 | (mbs_width_linebreaks): Likewise. |
---|
38 | |
---|
39 | 2001-05-02 Bruno Haible <haible@clisp.cons.org> |
---|
40 | |
---|
41 | * linebreak.c (iconv_string_keeping_offsets): Work around a glibc-2.1 |
---|
42 | bug. |
---|
43 | |
---|
44 | 2001-04-19 Bruno Haible <haible@clisp.cons.org> |
---|
45 | |
---|
46 | * gettext-0.10.37 released. |
---|
47 | |
---|
48 | 2001-04-04 Bruno Haible <haible@clisp.cons.org> |
---|
49 | |
---|
50 | * mbswidth.h: New file, from textutils-2.0.13 with modifications. |
---|
51 | * mbswidth.c: Likewise. |
---|
52 | * Makefile.am (noinst_HEADERS): Add mbswidth.h. |
---|
53 | (libnlsut_a_SOURCES): Add mbswidth.c. |
---|
54 | |
---|
55 | 2001-04-04 Bruno Haible <haible@clisp.cons.org> |
---|
56 | |
---|
57 | * linebreak.h (UC_BREAK_UNDEFINED): New enum value. |
---|
58 | (u8_width_linebreaks, u16_width_linebreaks, u32_width_linebreaks, |
---|
59 | mbs_width_linebreaks): Add overrides argument. |
---|
60 | * linebreak.c (u8_width_linebreaks, u16_width_linebreaks, |
---|
61 | u32_width_linebreaks, mbs_width_linebreaks): Add overrides argument. |
---|
62 | |
---|
63 | 2001-03-29 Bruno Haible <haible@clisp.cons.org> |
---|
64 | |
---|
65 | * gettext-0.10.36 released. |
---|
66 | |
---|
67 | 2001-03-21 Bruno Haible <haible@clisp.cons.org> |
---|
68 | |
---|
69 | * linebreak.c: Include string.h, needed for memset() declaration. |
---|
70 | |
---|
71 | 2001-03-11 Bruno Haible <haible@clisp.cons.org> |
---|
72 | |
---|
73 | * xmalloc.c (fixup_null_alloc): Unify messages. |
---|
74 | |
---|
75 | 2001-03-10 Bruno Haible <haible@clisp.cons.org> |
---|
76 | |
---|
77 | * linebreak.c (iconv_string_length): Don't call |
---|
78 | iconv(cd,NULL,NULL,NULL,NULL) on glibc-2.1; it crashes. |
---|
79 | |
---|
80 | * localcharset.c (locale_charset): Allow wildcard syntax. Resolve |
---|
81 | alias also if codeset is empty. |
---|
82 | * config.charset (BeOS): Use wildcard syntax. |
---|
83 | |
---|
84 | 2001-03-09 Bruno Haible <haible@clisp.cons.org> |
---|
85 | |
---|
86 | * config.charset: Update from libiconv-1.6. |
---|
87 | * localcharset.c: Likewise. |
---|
88 | |
---|
89 | 2001-03-04 Bruno Haible <haible@clisp.cons.org> |
---|
90 | |
---|
91 | * system.h (ISSLASH, HAS_DEVICE, IS_ABSOLUTE_PATH, IS_PATH_WITH_DIR, |
---|
92 | FILESYSTEM_PREFIX_LEN): New macros. |
---|
93 | (concatenated_pathname): New declaration. |
---|
94 | (SET_BINARY): New macro. |
---|
95 | * concatpath.c: New file. |
---|
96 | * Makefile.am (libnlsut_a_SOURCES): Add concatpath.c. |
---|
97 | |
---|
98 | 2001-03-03 Bruno Haible <haible@clisp.cons.org> |
---|
99 | |
---|
100 | * gen-lbrkprop.c: New file. |
---|
101 | * 3level.h: New file. |
---|
102 | * lbrkprop.h: New file, generated by gen-lbrkprop. |
---|
103 | * linebreak.h: New file. |
---|
104 | * linebreak.c: New file. |
---|
105 | * Makefile.am (EXTRA_DIST): Add gen-lbrkprop.c, 3level.h. |
---|
106 | (libnlsut_a_SOURCES): Add linebreak.c. |
---|
107 | (noinst_HEADERS): Add linebreak.h, lbrkprop.h. |
---|
108 | |
---|
109 | * c-ctype.h: New file. |
---|
110 | * c-ctype.c: New file. |
---|
111 | * Makefile.am (libnlsut_a_SOURCES): Add c-ctype.c. |
---|
112 | (noinst_HEADERS): Add c-ctype.h. |
---|
113 | |
---|
114 | Allow the use of locale_charset() in src. |
---|
115 | * config.charset: New file, from ../intl/. |
---|
116 | * localcharset.c: New file, from ../intl/. |
---|
117 | * ref-add.sin: New file, from ../intl/. |
---|
118 | * ref-del.sin: New file, from ../intl/. |
---|
119 | * Makefile.am (EXTRA_DIST): Add config.charset, ref-{add,del}.sin. |
---|
120 | (libnlsut_a_SOURCES): Add localcharset.c. |
---|
121 | (DEFS): Define to set LIBDIR. |
---|
122 | (INCLUDES): Add -I. -I$(srcdir) -I.. to compensate for automake's |
---|
123 | default DEFS setting. |
---|
124 | (all-local, install-exec-local, uninstall-local, charset.alias): New |
---|
125 | targets. |
---|
126 | (SUFFIXES): New variable. |
---|
127 | (.sin.sed): New rule. |
---|
128 | (CLEANFILES): New variable. |
---|
129 | |
---|
130 | 2001-03-03 Bruno Haible <haible@clisp.cons.org> |
---|
131 | |
---|
132 | * printf.h (PARAMS): GNU C always supports prototypes. |
---|
133 | * system.h (PARAMS): Likewise. |
---|
134 | |
---|
135 | 2001-03-05 Bruno Haible <haible@clisp.cons.org> |
---|
136 | |
---|
137 | * vasprintf.c (int_vasprintf): Cast second arg of strtoul, to avoid |
---|
138 | warning. |
---|
139 | |
---|
140 | 2001-02-04 Bruno Haible <haible@clisp.cons.org> |
---|
141 | |
---|
142 | * system.h (O_BINARY, O_TEXT, setmode, fileno): New macros for systems |
---|
143 | that distinguish between text and binary I/O. |
---|
144 | |
---|
145 | 2001-02-04 Bruno Haible <haible@clisp.cons.org> |
---|
146 | |
---|
147 | * error.c: Include <libintl.h> only if ENABLE_NLS || _LIBC. |
---|
148 | * getopt.c: Test ENABLE_NLS instead of 'defined HAVE_LIBINTL_H'. |
---|
149 | * obstack.c: Likewise. |
---|
150 | |
---|
151 | 2001-01-07 Bruno Haible <haible@clisp.cons.org> |
---|
152 | |
---|
153 | * system.h: Assume <stdlib.h>, <string.h> exist. |
---|
154 | * fstrcmp.c: Likewise. |
---|
155 | * vasprintf.c: Likewise. |
---|
156 | |
---|
157 | 2001-01-05 Bruno Haible <haible@clisp.cons.org> |
---|
158 | |
---|
159 | * basename.c: Include <stdio.h>, needed by assert on SunOS4. |
---|
160 | (basename): Convert to K&R C syntax. |
---|
161 | * vasprintf.c (int_vasprintf): Don't use fabs, it needs -lm on some |
---|
162 | platforms. |
---|
163 | |
---|
164 | 2000-12-31 Bruno Haible <haible@clisp.cons.org> |
---|
165 | |
---|
166 | * hash.c (insert_entry): Use obstack_copy instead of obstack_copy0. |
---|
167 | |
---|
168 | 2000-12-30 Bruno Haible <haible@clisp.cons.org> |
---|
169 | |
---|
170 | * system.h (open_po_file): Remove declaration. |
---|
171 | |
---|
172 | 2000-12-30 Bruno Haible <haible@clisp.cons.org> |
---|
173 | |
---|
174 | * printf.h (printf_info): New fields is_char, is_longlong. |
---|
175 | (PA_FLAG_CHAR): New macro. |
---|
176 | * printf-parse.h: Include inttypes.h. |
---|
177 | (long_long_int): Define depending on HAVE_UNSIGNED_LONG_LONG. |
---|
178 | (ptrdiff_t): Define depending on HAVE_PTRDIFF_T. |
---|
179 | (parse_one_spec): Handle new ISO C99 length modifiers 'j', 't', 'z'. |
---|
180 | |
---|
181 | 2000-12-30 Bruno Haible <haible@clisp.cons.org> |
---|
182 | |
---|
183 | * basename.c: Update from current fileutils version, keeping the |
---|
184 | function name as `basename' or `gnu_basename'. |
---|
185 | |
---|
186 | * error.c: Update from glibc-2.2 version. |
---|
187 | |
---|
188 | * fstrcmp.h: extern declaration. |
---|
189 | |
---|
190 | * getline.h: Comment out declarations on glibc2 systems. |
---|
191 | * getline.c: Make getstr() static, to avoid conflict with libncurses. |
---|
192 | |
---|
193 | * getopt.h: Update from glibc-2.2 version. |
---|
194 | * getopt.c: Likewise. |
---|
195 | |
---|
196 | * hash.h: Update from glibc-2.2 version. Don't assume keys are NUL |
---|
197 | terminated. |
---|
198 | (insert_entry, find_entry): Change argument type from 'const char*' to |
---|
199 | 'const void*'. |
---|
200 | (iterate_table): Add keylen argument. |
---|
201 | * hash.c: Update from glibc-2.2 version. Don't assume keys are NUL |
---|
202 | terminated. |
---|
203 | (xcalloc): New declaration. |
---|
204 | (struct hash_entry): Add keylen field. |
---|
205 | (init_hash): Use xcalloc instead of xmalloc. |
---|
206 | (insert_entry_2): Add keylen argument. Use xcalloc instead of xmalloc. |
---|
207 | (iterate_table): Add keylen argument. |
---|
208 | (lookup): Compare using memcmp, not strncmp. |
---|
209 | (lookup_2): Add keylen argument. Compare using memcmp, not strcmp. |
---|
210 | |
---|
211 | * memmove.c: Revert to gettext-0.10.35 version, independent of glibc. |
---|
212 | * memset.c: Likewise. |
---|
213 | |
---|
214 | * obstack.h: Update from glibc-2.2 version. Add a few consts. |
---|
215 | * obstack.c: Update from glibc-2.2 version. |
---|
216 | |
---|
217 | * pathmax.h: Update from current fileutils version. |
---|
218 | |
---|
219 | * printf-prs.c: Revert to old, not multibyte aware version. Since the |
---|
220 | messages in the catalog can be in any encoding, use of the current |
---|
221 | locale's encoding is wrong here. |
---|
222 | * printf-parse.h (find_spec): Likewise. |
---|
223 | |
---|
224 | * strtol.c: Update from glibc-2.2 version. |
---|
225 | |
---|
226 | * strstr.c (strstr): Add an empty statement after 'shloop' label. |
---|
227 | |
---|
228 | * vasprintf.c: Include stdlib.h if it exists. |
---|
229 | (int_vasprintf): Increase buffer size for float/double values with |
---|
230 | positive exponent only. Recognize new ISO C99 length modifiers 'j', |
---|
231 | 't', 'z'. |
---|
232 | (main): Add more tests. |
---|
233 | |
---|
234 | * xgetcwd.c (xgetcwd): If the required pathname length is smaller |
---|
235 | than 1024, return a memory chunk of least possible size, instead |
---|
236 | of size PATH_MAX + 2. In the loop, increment the size proportionally. |
---|
237 | Use free/xmalloc instead of xrealloc to avoid copying for very long |
---|
238 | paths. |
---|
239 | |
---|
240 | * xmalloc.c: Use NULL where appropriate. |
---|
241 | |
---|
242 | * xstrdup.c (xstrdup): Change argument type to 'const char *'. |
---|
243 | |
---|
244 | 1999-12-27 Geoff Keating <geoffk@cygnus.com> |
---|
245 | |
---|
246 | * vasprintf.c (int_vasprintf): Don't re-read the format character |
---|
247 | as this mishandles strings like '%%s'. |
---|
248 | |
---|
249 | 1998-01-18 Michael Snyder <msnyder@cleaver.cygnus.com> |
---|
250 | |
---|
251 | * vasprintf.c (int_vasprintf): Increase buffer size for float/double |
---|
252 | values. |
---|
253 | |
---|
254 | 2000-05-06 Ulrich Drepper <drepper@redhat.com> |
---|
255 | |
---|
256 | * Makefile.am (EXTRA_DIST): Add basename.c. |
---|
257 | (libnlsut_a_SOURCES): Add basename.c. |
---|
258 | |
---|
259 | 1998-06-01 Ulrich Drepper <drepper@cygnus.com> |
---|
260 | |
---|
261 | * printf-parse.h: Change back from using `unsigned char' to `char'. |
---|
262 | |
---|
263 | 1998-05-01 08:47 Ulrich Drepper <drepper@cygnus.com> |
---|
264 | |
---|
265 | * gettext-0.10.35 released. |
---|
266 | |
---|
267 | 1998-04-29 Ulrich Drepper <drepper@cygnus.com> |
---|
268 | |
---|
269 | * printf-parse.h: Use unsigned char for parameters to read_int and |
---|
270 | parse_one_spec (for loosing Solaris systems). |
---|
271 | Patch by Jim Meyering. |
---|
272 | |
---|
273 | 1998-04-28 11:42 Ulrich Drepper <drepper@cygnus.com> |
---|
274 | |
---|
275 | * hash.c: Include malloc.h if stdlib.h is not available. |
---|
276 | Include either string.h or strings.h. |
---|
277 | |
---|
278 | * system.h: Include limits.h before defining MAX to prevent |
---|
279 | redefinitions. |
---|
280 | |
---|
281 | * Makefile.am: Move basename.c from EXTRA_DIST to libnlsut_a_SOURCES. |
---|
282 | |
---|
283 | 1998-04-27 20:51 Ulrich Drepper <drepper@cygnus.com> |
---|
284 | |
---|
285 | * Makefile (EXTRA_DIST): Remove obstack.c here. |
---|
286 | (libnlsut_a_SOURCES): Add obstack.c here. |
---|
287 | |
---|
288 | * alloca.c: Include string.h and stdlib.h if available. Fix typos. |
---|
289 | |
---|
290 | * getopt.c: Update from glibc version. |
---|
291 | |
---|
292 | * hash.c: Include stdlib.h. Use #if instead of #ifdef while testing |
---|
293 | HAVE_* macros. Don't include system.h. |
---|
294 | |
---|
295 | * printf-parse.h: Use #if instead of #ifdef. |
---|
296 | |
---|
297 | 1997-08-18 13:47 Philippe De Muyter <phdm@info.ucl.ac.be> |
---|
298 | |
---|
299 | * xstrdup.c (sys/types.h): File included. |
---|
300 | * system.h (strstr): Function prototype added. |
---|
301 | |
---|
302 | 1997-08-15 03:01 Ulrich Drepper <drepper@cygnus.com> |
---|
303 | |
---|
304 | * stpcpy.c, stpncpy.c: Copy version from glibc to fix severe bugs. |
---|
305 | |
---|
306 | 1997-08-01 15:47 Ulrich Drepper <drepper@cygnus.com> |
---|
307 | |
---|
308 | * Makefile.am (AUTOMAKE_OPTIONS): Require version 1.2. |
---|
309 | |
---|
310 | Mon Mar 10 06:52:59 1997 Ulrich Drepper <drepper@cygnus.com> |
---|
311 | |
---|
312 | * xstrdup.c: Add more compatibility handling. Pretty-print |
---|
313 | preprocessor directives. |
---|
314 | |
---|
315 | * printf-parse.h: Define _GNU_SOURCE not __USE_GNU. |
---|
316 | |
---|
317 | * Makefile.am: Change for use with automake-1.1. |
---|
318 | |
---|
319 | 1997-02-08 04:26 Ulrich Drepper <drepper@cygnus.com> |
---|
320 | |
---|
321 | * stpncpy.c: Update from version in GNU libc 2.0. This corrects |
---|
322 | a long standing bug in xgettext. |
---|
323 | |
---|
324 | Fri Dec 6 04:20:56 1996 Ulrich Drepper <drepper@cygnus.com> |
---|
325 | |
---|
326 | * system.h: Use PARAMS not __P for basename prototype. |
---|
327 | Reported by Kaveh R. Ghazi <ghazi@caip.rutgers.edu>. |
---|
328 | |
---|
329 | Tue Dec 3 17:50:34 1996 Ulrich Drepper <drepper@cygnus.com> |
---|
330 | |
---|
331 | * system.h: Add prototype for basename. |
---|
332 | |
---|
333 | * Makefile.am (EXTRA_DIST): Add basename.c. |
---|
334 | |
---|
335 | Fri Nov 22 03:32:34 1996 Ulrich Drepper <drepper@cygnus.com> |
---|
336 | |
---|
337 | * Makefile.am (EXTRA_DIST): Rename strncase.c to strncasecmp.c. |
---|
338 | |
---|
339 | Sat Aug 31 04:52:56 1996 Ulrich Drepper <drepper@cygnus.com> |
---|
340 | |
---|
341 | * Makefile.am (nlsut_SOURCES): Move error.c to EXTRA_DIST. |
---|
342 | |
---|
343 | Wed Jun 19 02:45:02 1996 Ulrich Drepper <drepper@cygnus.com> |
---|
344 | |
---|
345 | * system.h: Add prototypes for stpncpy, strcasecmp, and |
---|
346 | strncasecmp. |
---|
347 | |
---|
348 | * Makefile.am (EXTRA_DIST): Add strncase and stpncpy. |
---|
349 | |
---|
350 | Fri Jun 14 03:56:23 1996 Ulrich Drepper <drepper@cygnus.com> |
---|
351 | |
---|
352 | * getline.c (_GNU_SOURCE): Define this macro, not __USE_GNU. |
---|
353 | |
---|
354 | * Makefile.am (nlsut_SOURCES): Move getline.c and printf-prs.c to |
---|
355 | EXTRA_DIST. Reported by Kaveh R. Ghazi. |
---|
356 | |
---|
357 | Tue Jun 11 15:28:17 1996 Ulrich Drepper <drepper@cygnus.com> |
---|
358 | |
---|
359 | * printf-prs.c: Add some casts for `n'. |
---|
360 | |
---|
361 | * printf-parse.h: Add prototypes and __USE_GNU definition. |
---|
362 | |
---|
363 | * getline.c: Define __USE_GNU to get prototype. |
---|
364 | |
---|
365 | * Makefile.am (AUTOMAKE_OPTIONS): Add variable. Must be defined |
---|
366 | in all subdirs. |
---|
367 | |
---|
368 | Wed Jun 5 16:54:43 1996 Ulrich Drepper <drepper@cygnus.com> |
---|
369 | |
---|
370 | * Makefile.am (INCLUDES): Define include paths to intl/ dir for |
---|
371 | <libintl.h> file. |
---|
372 | |
---|
373 | Mon Jun 3 19:13:36 1996 Ulrich Drepper <drepper@cygnus.com> |
---|
374 | |
---|
375 | * getopt.c: Update from latest GNU libc source. We don't need |
---|
376 | the AC_REPLACE_GNU_GETOPT anymore. |
---|
377 | |
---|
378 | * Makefile.am (EXTRA_DIST): Remove files mentioned in |
---|
379 | nlsut_SOURCES from EXTRA_DIST. |
---|
380 | (nlsut_SOURCES): Add getopt.c and getopt1.c. |
---|
381 | |
---|
382 | Wed Apr 24 23:48:42 1996 Ulrich Drepper <drepper@myware> |
---|
383 | |
---|
384 | * Makefile.in (GETOPT): Remove variable. |
---|
385 | (OBJECTS): Don't use $(GETOPT). If not present the getopt are now |
---|
386 | listed in @LIBOBJS@. |
---|
387 | |
---|
388 | Fri Apr 5 12:00:51 1996 Ulrich Drepper <drepper@myware> |
---|
389 | |
---|
390 | * Makefile.in (SOURCES): Remove whoami.c. |
---|
391 | (OBJECTS): Remove whoami.o. |
---|
392 | |
---|
393 | * system.h: Remove prototype for `get_submitter'. |
---|
394 | |
---|
395 | Thu Apr 4 21:14:51 1996 Ulrich Drepper <drepper@myware> |
---|
396 | |
---|
397 | * system.h: Add prototype for asprintf. |
---|
398 | |
---|
399 | Tue Apr 2 18:53:38 1996 Ulrich Drepper <drepper@myware> |
---|
400 | |
---|
401 | * Makefile.in (all-gettext): New goal. Same as all. |
---|
402 | |
---|
403 | Tue Apr 2 12:57:44 1996 Ulrich Drepper <drepper@myware> |
---|
404 | |
---|
405 | * error.c, error.h: Update from version in GNU libc. |
---|
406 | |
---|
407 | Tue Mar 26 12:35:56 1996 Ulrich Drepper <drepper@myware> |
---|
408 | |
---|
409 | * error.c, error.h: Applied François' patches for more |
---|
410 | portability. |
---|
411 | |
---|
412 | Mon Mar 25 01:21:31 1996 Ulrich Drepper <drepper@myware> |
---|
413 | |
---|
414 | * Makefile.in (SOURCES): Add strstr.c. |
---|
415 | |
---|
416 | Sun Mar 24 18:41:42 1996 Ulrich Drepper <drepper@myware> |
---|
417 | |
---|
418 | * error.c (error_with_loc): In `one error per line' mode check for |
---|
419 | old_file_name to be NULL first. Reported by François Pinard. |
---|
420 | |
---|
421 | Fri Mar 1 13:38:26 1996 Ulrich Drepper <drepper@myware> |
---|
422 | |
---|
423 | * getopt.c: Update from latest version in GNU C Library. |
---|
424 | * getopt1.c: Ditto. |
---|
425 | * getopt.h: Ditto. |
---|
426 | |
---|
427 | * error.c (error_with_loc): Not simply compare string pointers to |
---|
428 | test for same file name. |
---|
429 | (error_with_loc): file_name parameter is really const. |
---|
430 | |
---|
431 | * error.c (error_one_per_line): New variable. |
---|
432 | (error_with_loc): If error_one_per_line != 0, print at most one |
---|
433 | error per line. |
---|
434 | |
---|
435 | * error.h: Declare new variable error_one_per_line. |
---|
436 | |
---|
437 | Mon Jan 1 03:12:08 1996 Ulrich Drepper <drepper@myware> |
---|
438 | |
---|
439 | * Makefile.in (GETOPTSRC): Remove this variable. |
---|
440 | |
---|
441 | Sat Dec 30 16:26:07 1995 Ulrich Drepper <drepper@myware> |
---|
442 | |
---|
443 | * Makefile.in (ERROR, ERRORSRC): New variables. error.c is now |
---|
444 | part of GNU libc and will not be needed on systems running this |
---|
445 | lib. |
---|
446 | (SOURCES): Replace error.c with $(ERRORSRC). |
---|
447 | (OBJECTS): Replace error.o with $(ERROR). |
---|
448 | |
---|
449 | Tue Dec 19 22:08:10 1995 Ulrich Drepper <drepper@myware> |
---|
450 | |
---|
451 | * Makefile.in (Makefile): Explicitly use $(SHELL) for running |
---|
452 | shell scripts. |
---|
453 | |
---|
454 | Sat Dec 9 16:40:49 1995 Ulrich Drepper <drepper@myware> |
---|
455 | |
---|
456 | * whoami.c, system.h, printf.h, printf-parse.h, hash.h, hash.c, |
---|
457 | getline.h, fstrcmp.h, fstrcmp.c, error.h, error.c: |
---|
458 | Use PARAMS instead of __P. Suggested by Roland McGrath. |
---|
459 | |
---|
460 | Wed Dec 6 16:07:27 1995 ghazi@caip.rutgers.edu <Kaveh R. Ghazi> |
---|
461 | |
---|
462 | * system.h: Fix alloca declaration so that it matches the one |
---|
463 | generated by bison on HPUX. |
---|
464 | |
---|
465 | Sat Nov 25 16:13:50 1995 Ulrich Drepper <drepper@myware> |
---|
466 | |
---|
467 | * whoami.c: Don't use #ifdef, prefer #if. |
---|
468 | |
---|
469 | * error.c: Capitalize arguments of macros. Patch by Franc,ois Pinard. |
---|
470 | |
---|
471 | Thu Nov 16 22:41:32 1995 Ulrich Drepper <drepper@myware> |
---|
472 | |
---|
473 | * whoami.c: Correct prototype declarations. |
---|
474 | |
---|
475 | * xmalloc.c: Include "error.h" instead of defining error ourself. |
---|
476 | |
---|
477 | * system.h: Include <stdio.h> to get FILE definition. |
---|
478 | |
---|
479 | * hash.c: Peter Miller suggested not to use `div' as a variable name. |
---|
480 | |
---|
481 | * error.c (error_print_progname): For ANSI C provide complete type. |
---|
482 | Include error.h. Patches by Peter Miller. |
---|
483 | |
---|
484 | Sun Nov 12 12:34:12 1995 Ulrich Drepper <drepper@myware> |
---|
485 | |
---|
486 | * whoami.c: Add prototypes. |
---|
487 | (get_submitter): Use stpcpy if available. |
---|
488 | |
---|
489 | Sat Nov 11 00:26:31 1995 Ulrich Drepper <drepper@myware> |
---|
490 | |
---|
491 | * Makefile.in (HEADERS): |
---|
492 | Add missing pathmax.h file. Reported by Franc,ois Pinard. |
---|
493 | |
---|
494 | Fri Nov 10 09:59:06 1995 Ulrich Drepper <drepper@myware> |
---|
495 | |
---|
496 | * error.h (error_print_progname): |
---|
497 | Provide real prototype, i.e. with argument types. |
---|
498 | Patch by Peter Miller. |
---|
499 | |
---|
500 | Wed Nov 8 23:25:00 1995 Ulrich Drepper <drepper@myware> |
---|
501 | |
---|
502 | * system.h: Add prototype for xgetcwd. |
---|
503 | |
---|
504 | * Makefile.in (SOURCES): Add xgetcwd.c. |
---|
505 | (OBJECTS): Add xgetcwd.o. |
---|
506 | |
---|
507 | Tue Nov 7 11:44:32 1995 Ulrich Drepper <drepper@myware> |
---|
508 | |
---|
509 | * Makefile.in (intldir): |
---|
510 | New variable. Use its value instead of ../intl. |
---|
511 | |
---|
512 | Sun Nov 5 19:40:03 1995 Ulrich Drepper <drepper@myware> |
---|
513 | |
---|
514 | * Makefile.in (dist-gettext): Make synonym for dist. |
---|
515 | |
---|
516 | Sun Nov 5 18:04:11 1995 Ulrich Drepper <drepper@myware> |
---|
517 | |
---|
518 | * hash.c (find_entry): Remove unused variable retval. |
---|
519 | |
---|
520 | Sun Nov 5 11:38:19 1995 Ulrich Drepper <drepper@myware> |
---|
521 | |
---|
522 | * Makefile.in (dist): Suppress error message when ln failed. |
---|
523 | Get files from $(srcdir) explicitly. |
---|
524 | |
---|
525 | Sat Oct 28 14:25:13 1995 Ulrich Drepper <drepper@myware> |
---|
526 | |
---|
527 | * fstrcmp.c: |
---|
528 | Revised version by Peter Miller. Now based on GNU diff's version |
---|
529 | of this algorithm. |
---|
530 | |
---|
531 | Wed Sep 27 20:18:44 1995 Ulrich Drepper <drepper@myware> |
---|
532 | |
---|
533 | * system.h: Include sys/types.h for those old SysV systems out there. |
---|
534 | Reported by Francesco Potorti`. |
---|
535 | |
---|
536 | Mon Sep 25 22:26:28 1995 Ulrich Drepper <drepper@myware> |
---|
537 | |
---|
538 | * obstack.h (ptrdiff_t): |
---|
539 | Don't define unless HAVE_PTRDIFF_T is not defined. This |
---|
540 | solves problems with Sun's compiler. Reported by Marcus Daniels. |
---|
541 | |
---|
542 | Mon Sep 18 10:45:48 1995 Ulrich Drepper <drepper@myware> |
---|
543 | |
---|
544 | * fstrcmp.h, fstrcmp.c: Initial revision |
---|
545 | |
---|
546 | Sun Sep 17 23:37:15 1995 Ulrich Drepper <drepper@myware> |
---|
547 | |
---|
548 | * Makefile.in: Add fstrcmp.[ch] to libgettext. |
---|
549 | |
---|
550 | * system.h (open_po_file): Remove unused `use_path' parameter. |
---|
551 | |
---|
552 | * hash.c: |
---|
553 | Rewrite for uniform return values: < 0 for error cases, else >= 0. |
---|
554 | |
---|
555 | * Makefile.in: hash.[ch] moved from src/ to lib/ subdirectory. |
---|
556 | |
---|
557 | Mon Aug 28 10:05:31 1995 Ulrich Drepper <drepper@myware> |
---|
558 | |
---|
559 | * Makefile.in: Remove Emacs hints. |
---|
560 | |
---|
561 | * Makefile.in (libnlsut.a): Use $@ instead of full name. |
---|
562 | |
---|
563 | Sat Aug 19 17:37:24 1995 Ulrich Drepper <drepper@myware> |
---|
564 | |
---|
565 | * Makefile.in (install-src): Make depend on `all'. |
---|
566 | |
---|
567 | Tue Aug 15 05:51:25 1995 Ulrich Drepper <drepper@myware> |
---|
568 | |
---|
569 | * system.h (xgetcwd): Remove prototype. |
---|
570 | |
---|
571 | Mon Aug 14 23:52:41 1995 Ulrich Drepper <drepper@myware> |
---|
572 | |
---|
573 | * Makefile.in (install-src): New no-op goal. |
---|
574 | |
---|
575 | Wed Aug 9 10:05:09 1995 Ulrich Drepper <drepper@myware> |
---|
576 | |
---|
577 | * system.h (MAX): |
---|
578 | Mark GCC variant with __extension__ and change typeof to __typeof__. |
---|
579 | |
---|
580 | Tue Aug 8 21:02:28 1995 Ulrich Drepper <drepper@myware> |
---|
581 | |
---|
582 | * strcasecmp.c: Initial revision. |
---|
583 | |
---|
584 | * Makefile.in (SOURCES): Add strcasecmp.c. |
---|
585 | |
---|
586 | Mon Aug 7 21:17:51 1995 Ulrich Drepper <drepper@myware> |
---|
587 | |
---|
588 | * strcspn.c: Initial revision. |
---|
589 | |
---|
590 | * Makefile.in (SOURCES): Add strcspn.c. |
---|
591 | |
---|
592 | Fri Aug 4 15:44:00 1995 Ulrich Drepper <drepper@myware> |
---|
593 | |
---|
594 | * Makefile.in (dist): Remove `copying instead' message. |
---|
595 | |
---|
596 | Wed Aug 2 18:51:33 1995 Ulrich Drepper <drepper@myware> |
---|
597 | |
---|
598 | * Makefile.in (ID, TAGS): Do not use $^. |
---|
599 | |
---|
600 | Tue Aug 1 20:07:40 1995 Ulrich Drepper <drepper@myware> |
---|
601 | |
---|
602 | * Makefile.in (distclean): Remove ID file. |
---|
603 | |
---|
604 | * Makefile.in (TAGS, ID): Use $^ as command argument. |
---|
605 | (TAGS): Give etags -o option t write to current directory, |
---|
606 | not $(srcdir). |
---|
607 | (ID): Use $(srcdir) instead os $(top_srcdir)/src. |
---|
608 | |
---|
609 | Wed Jul 19 23:54:32 1995 Ulrich Drepper <drepper@myware> |
---|
610 | |
---|
611 | * strtol.c: Change copyright from LGPL to GPL. |
---|
612 | |
---|
613 | Tue Jul 18 20:09:04 1995 Ulrich Drepper <drepper@myware> |
---|
614 | |
---|
615 | * strtol.c (ULONG_MAX): Define if not defined in system header. |
---|
616 | Reported by Francesco Potorti`. |
---|
617 | |
---|
618 | * printf-parse.h (parse_one_spec): Define prototype. |
---|
619 | |
---|
620 | * obstack.h: Put stddef.h include statement back in. |
---|
621 | |
---|
622 | Tue Jul 18 00:19:54 1995 Ulrich Drepper <drepper@myware> |
---|
623 | |
---|
624 | * vasprintf.c, strtol.c, obstack.c, getopt1.c, getopt.c, system.h, |
---|
625 | printf.h, obstack.h, getline.h: Uniform test for __STDC__. |
---|
626 | |
---|
627 | Mon Jul 17 01:13:09 1995 Ulrich Drepper <drepper@myware> |
---|
628 | |
---|
629 | * system.h (HAVE_MALLOC_H): |
---|
630 | Remove obsolete #else case. Was needed when we tried |
---|
631 | to define free ourself. |
---|
632 | |
---|
633 | * system.h, error.h, strtoul.c, printf-parse.h, memmove.c, |
---|
634 | getline.h: Add `Free' to Software Foundation. |
---|
635 | |
---|
636 | * getline.h: |
---|
637 | Remove unneeded comment after #endif. We now use indentation. |
---|
638 | |
---|
639 | * getline.c: Indent preprocessor directives. |
---|
640 | |
---|
641 | * strtol.c (NULL): Define manualy if not defined in any included file. |
---|
642 | |
---|
643 | Sat Jul 15 23:59:26 1995 Ulrich Drepper <drepper@myware> |
---|
644 | |
---|
645 | * obstack.h: Add accidently removed #endif. |
---|
646 | |
---|
647 | Sat Jul 15 23:31:45 1995 Ulrich Drepper <drepper@myware> |
---|
648 | |
---|
649 | * vasprintf.c, printf-prs.c, obstack.h, obstack.c, memmove.c, |
---|
650 | printf.h, printf-parse.h: |
---|
651 | Exchange old LGPL against new GPL (no LGPL code in normal packages). |
---|
652 | |
---|
653 | * getline.h: Add copyright. |
---|
654 | |
---|
655 | * strtoul.c, strtol.c: Initial revision |
---|
656 | |
---|
657 | * obstack.h (ptrdiff_t): |
---|
658 | Don't include stddef.h. Try to get it with sys/types.h and |
---|
659 | if _PTRDIFF_T and ptrdiff_t are not defined, define it to off_t |
---|
660 | (which is at least defined in config.h). |
---|
661 | |
---|
662 | * system.h (HAVE_STDLIB_H): |
---|
663 | Is not useful if STDC_HEADERS is not also defined. |
---|
664 | |
---|
665 | Sat Jul 15 00:49:22 1995 Ulrich Drepper <drepper@myware> |
---|
666 | |
---|
667 | * error.h: Correct definition of size_t: don't try to include |
---|
668 | stddef.h, but instead use sys/types. If it is not found here, |
---|
669 | the config.h file will define it. |
---|
670 | |
---|
671 | * system.h: Load <stdlib.h> before defining prototypes. This |
---|
672 | avoids problems with size_t not defined in the prototypes. |
---|
673 | |
---|
674 | * printf-parse.h (find_spec): Handle missing mblen function. |
---|
675 | |
---|
676 | Thu Jul 13 22:28:38 1995 Ulrich Drepper <drepper@myware> |
---|
677 | |
---|
678 | * system.h (MAX): |
---|
679 | Move definition to end to reduce possibility of redefinition. |
---|
680 | |
---|
681 | * whoami.c (get_username, get_hostname, get_submitter): |
---|
682 | Use K&R prototypes. |
---|
683 | |
---|
684 | * vasprintf.c: Include config.h. |
---|
685 | |
---|
686 | * printf.h (printf_info): |
---|
687 | Use `char' and `unsigned' instead of `unsigned char' and |
---|
688 | `unsigned int' resp. to help these dumb K&R compilers. |
---|
689 | |
---|
690 | * printf-parse.h: |
---|
691 | Compilers other than GCC don't have `long long', K&R compiler |
---|
692 | even don't have `long double'. |
---|
693 | |
---|
694 | Thu Jul 13 01:41:41 1995 Ulrich Drepper <drepper@myware> |
---|
695 | |
---|
696 | * Makefile.in (check): New goal. |
---|
697 | |
---|
698 | Tue Jul 11 21:37:19 1995 Ulrich Drepper <drepper@myware> |
---|
699 | |
---|
700 | * vasprintf.c (HAVE_STRTOUL): |
---|
701 | Not needed anymore because we substitute strtoul if not present. |
---|
702 | |
---|
703 | Tue Jul 11 01:34:06 1995 Ulrich Drepper <drepper@myware> |
---|
704 | |
---|
705 | * whoami.c: Define NULL is necessary. |
---|
706 | |
---|
707 | * obstack.h: Protect inclusion of stddef and define ptrdiff_t if |
---|
708 | necessary. |
---|
709 | |
---|
710 | * memmove.c: Include sys/types.h and perhaps stdlib.h instead of |
---|
711 | stddef.h for getting size_t defined. |
---|
712 | |
---|
713 | * system.h: Don't define free, qsort, and strtol when no header |
---|
714 | file is available. |
---|
715 | Define EXIT_{FAILURE,SUCCESS} after stdlib.h is included. |
---|
716 | |
---|
717 | * printf.h: Protect non-ANSI header inclusion. |
---|
718 | Protect __P definition. |
---|
719 | Don't use __const in prototypes. |
---|
720 | |
---|
721 | * printf-prs.c: Include config.h. |
---|
722 | Protect stdlib.h inclusion. |
---|
723 | |
---|
724 | * printf-parse.h: Protect header inclusion for non-ANSI environments. |
---|
725 | Protect and de-GCC-ify MAX/MIN definition. |
---|
726 | |
---|
727 | * Makefile.in (SOURCES): New files: strtol.c and strtoul.c. |
---|
728 | Depend $(OBJECT) on config.h,, instead of $(LIBOBJS). |
---|
729 | Better dependency for printf-prs.o. |
---|
730 | |
---|
731 | Tue Jul 4 22:09:00 1995 Ulrich Drepper <drepper@myware> |
---|
732 | |
---|
733 | * Makefile.in (SOURCES): add memmove.c. |
---|
734 | |
---|
735 | * memmove.c: Initial revision. |
---|
736 | |
---|
737 | * error.h: Make size_t definition correct for !__STDC__. |
---|
738 | Include <stddef.h> for getting size_t defined. |
---|
739 | |
---|
740 | * vasprintf.c: Don't use strtoul if !HAVE_STRTOUL. |
---|
741 | |
---|
742 | * system.h: Include <stdlib.h> also if defined HAVE_STDLIB_H. |
---|
743 | Make sure that qsort, free and strtoul are prototyped. |
---|
744 | |
---|
745 | Mon Jul 3 15:02:50 1995 Ulrich Drepper <drepper@myware> |
---|
746 | |
---|
747 | * system.h: system.h (MAX): don't use GCC feature if !__STDC__. |
---|
748 | Fix typo in EXIT_FAILURE defintion. |
---|
749 | |
---|
750 | * xmalloc.c: Include prototype for calloc.c. |
---|
751 | |
---|
752 | * Makefile.in (INCLUDES): even better path list. |
---|
753 | (INCLUDES): remove unnecessary paths. |
---|
754 | Correct path to original version. |
---|
755 | |
---|
756 | Sun Jul 2 02:01:43 1995 Ulrich Drepper <drepper@myware> |
---|
757 | |
---|
758 | * First official release. This directory contains supplementary |
---|
759 | code taken from GNU C Library and other package's lib/ |
---|
760 | directories. |
---|