source: trunk/src/binutils/intl/ChangeLog@ 14

Last change on this file since 14 was 10, checked in by bird, 23 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 32.3 KB
Line 
11997-09-06 02:10 Ulrich Drepper <[email protected]>
2
3 * intlh.inst.in: Reformat copyright.
4
51997-08-19 15:22 Ulrich Drepper <[email protected]>
6
7 * dcgettext.c (DCGETTEXT): Remove wrong comment.
8
91997-08-16 00:13 Ulrich Drepper <[email protected]>
10
11 * Makefile.in (install-data): Don't change directory to install.
12
131997-08-01 14:30 Ulrich Drepper <[email protected]>
14
15 * cat-compat.c: Fix copyright.
16
17 * localealias.c: Don't define strchr unless !HAVE_STRCHR.
18
19 * loadmsgcat.c: Update copyright. Fix typos.
20
21 * l10nflist.c: Don't define strchr unless !HAVE_STRCHR.
22 (_nl_make_l10nflist): Handle sponsor and revision correctly.
23
24 * gettext.c: Update copyright.
25 * gettext.h: Likewise.
26 * hash-string.h: Likewise.
27
28 * finddomain.c: Remoave dead code. Define strchr only if
29 !HAVE_STRCHR.
30
31 * explodename.c: Include <sys/types.h>.
32
33 * explodename.c: Reformat copyright text.
34 (_nl_explode_name): Fix typo.
35
36 * dcgettext.c: Define and use __set_errno.
37 (guess_category_value): Don't use setlocale if HAVE_LC_MESSAGES is
38 not defined.
39
40 * bindtextdom.c: Pretty printing.
41
421997-05-01 02:25 Ulrich Drepper <[email protected]>
43
44 * dcgettext.c (guess_category_value): Don't depend on
45 HAVE_LC_MESSAGES. We don't need the macro here.
46 Patch by Bruno Haible <[email protected]>.
47
48 * cat-compat.c (textdomain): DoN't refer to HAVE_SETLOCALE_NULL
49 macro. Instead use HAVE_LOCALE_NULL and define it when using
50 glibc, as in dcgettext.c.
51 Patch by Bruno Haible <[email protected]>.
52
53 * Makefile.in (CPPFLAGS): New variable. Reported by Franc,ois
54 Pinard.
55
56Mon Mar 10 06:51:17 1997 Ulrich Drepper <[email protected]>
57
58 * Makefile.in: Implement handling of libtool.
59
60 * gettextP.h: Change data structures for use of generic lowlevel
61 i18n file handling.
62
63Wed Dec 4 20:21:18 1996 Ulrich Drepper <[email protected]>
64
65 * textdomain.c: Put parentheses around arguments of memcpy macro
66 definition.
67 * localealias.c: Likewise.
68 * l10nflist.c: Likewise.
69 * finddomain.c: Likewise.
70 * bindtextdom.c: Likewise.
71 Reported by Thomas Esken.
72
73Mon Nov 25 22:57:51 1996 Ulrich Drepper <[email protected]>
74
75 * textdomain.c: Move definition of `memcpy` macro to right
76 position.
77
78Fri Nov 22 04:01:58 1996 Ulrich Drepper <[email protected]>
79
80 * finddomain.c [!HAVE_STRING_H && !_LIBC]: Define memcpy using
81 bcopy if not already defined. Reported by Thomas Esken.
82 * bindtextdom.c: Likewise.
83 * l10nflist.c: Likewise.
84 * localealias.c: Likewise.
85 * textdomain.c: Likewise.
86
87Tue Oct 29 11:10:27 1996 Ulrich Drepper <[email protected]>
88
89 * Makefile.in (libdir): Change to use exec_prefix instead of
90 prefix. Reported by Knut-HåvardAksnes <[email protected]>.
91
92Sat Aug 31 03:07:09 1996 Ulrich Drepper <[email protected]>
93
94 * l10nflist.c (_nl_normalize_codeset): We convert to lower case,
95 so don't prepend uppercase `ISO' for only numeric arg.
96
97Fri Jul 19 00:15:46 1996 Ulrich Drepper <[email protected]>
98
99 * l10nflist.c: Move inclusion of argz.h, ctype.h, stdlib.h after
100 definition of _GNU_SOURCE. Patch by Roland McGrath.
101
102 * Makefile.in (uninstall): Fix another bug with `for' loop and
103 empty arguments. Patch by Jim Meyering. Correct name os
104 uninstalled files: no intl- prefix anymore.
105
106 * Makefile.in (install-data): Again work around shells which
107 cannot handle mpty for list. Reported by Jim Meyering.
108
109Sat Jul 13 18:11:35 1996 Ulrich Drepper <[email protected]>
110
111 * Makefile.in (install): Split goal. Now depend on install-exec
112 and install-data.
113 (install-exec, install-data): New goals. Created from former
114 install goal.
115 Reported by Karl Berry.
116
117Sat Jun 22 04:58:14 1996 Ulrich Drepper <[email protected]>
118
119 * Makefile.in (MKINSTALLDIRS): New variable. Path to
120 mkinstalldirs script.
121 (install): use MKINSTALLDIRS variable or if the script is not present
122 try to find it in the $top_scrdir).
123
124Wed Jun 19 02:56:56 1996 Ulrich Drepper <[email protected]>
125
126 * l10nflist.c: Linux libc *partly* includes the argz_* functions.
127 Grr. Work around by renaming the static version and use macros
128 for renaming.
129
130Tue Jun 18 20:11:17 1996 Ulrich Drepper <[email protected]>
131
132 * l10nflist.c: Correct presence test macros of __argz_* functions.
133
134 * l10nflist.c: Include <argz.h> based on test of it instead when
135 __argz_* functions are available.
136 Reported by Andreas Schwab.
137
138Thu Jun 13 15:17:44 1996 Ulrich Drepper <[email protected]>
139
140 * explodename.c, l10nflist.c: Define NULL for dumb systems.
141
142Tue Jun 11 17:05:13 1996 Ulrich Drepper <[email protected]>
143
144 * intlh.inst.in, libgettext.h (dcgettext): Rename local variable
145 result to __result to prevent name clash.
146
147 * l10nflist.c, localealias.c, dcgettext.c: Define _GNU_SOURCE to
148 get prototype for stpcpy and strcasecmp.
149
150 * intlh.inst.in, libgettext.h: Move declaration of
151 `_nl_msg_cat_cntr' outside __extension__ block to prevent warning
152 from gcc's -Wnested-extern option.
153
154Fri Jun 7 01:58:00 1996 Ulrich Drepper <[email protected]>
155
156 * Makefile.in (install): Remove comment.
157
158Thu Jun 6 17:28:17 1996 Ulrich Drepper <[email protected]>
159
160 * Makefile.in (install): Work around for another Buglix stupidity.
161 Always use an `else' close for `if's. Reported by Nelson Beebe.
162
163 * Makefile.in (intlh.inst): Correct typo in phony rule.
164 Reported by Nelson Beebe.
165
166Thu Jun 6 01:49:52 1996 Ulrich Drepper <[email protected]>
167
168 * dcgettext.c (read_alias_file): Rename variable alloca_list to
169 block_list as the macro calls assume.
170 Patch by Eric Backus.
171
172 * localealias.c [!HAVE_ALLOCA]: Define alloca as macro using
173 malloc.
174 (read_alias_file): Rename varriabe alloca_list to block_list as the
175 macro calls assume.
176 Patch by Eric Backus.
177
178 * l10nflist.c: Correct conditional for <argz.h> inclusion.
179 Reported by Roland McGrath.
180
181 * Makefile.in (all): Depend on all-@USE_INCLUDED_LIBINTL@, not
182 all-@USE_NLS@.
183
184 * Makefile.in (install): intlh.inst comes from local dir, not
185 $(srcdir).
186
187 * Makefile.in (intlh.inst): Special handling of this goal. If
188 used in gettext, this is really a rul to construct this file. If
189 used in any other package it is defined as a .PHONY rule with
190 empty body.
191
192 * finddomain.c: Extract locale file information handling into
193 l10nfile.c. Rename local stpcpy__ function to stpcpy.
194
195 * dcgettext.c (stpcpy): Add local definition.
196
197 * l10nflist.c: Solve some portability problems. Patches partly by
198 Thomas Esken. Add local definition of stpcpy.
199
200Tue Jun 4 02:47:49 1996 Ulrich Drepper <[email protected]>
201
202 * intlh.inst.in: Don't depend including <locale.h> on
203 HAVE_LOCALE_H. Instead configure must rewrite this fiile
204 depending on the result of the configure run.
205
206 * Makefile.in (install): libintl.inst is now called intlh.inst.
207 Add rules for updating intlh.inst from intlh.inst.in.
208
209 * libintl.inst: Renamed to intlh.inst.in.
210
211 * localealias.c, dcgettext.c [__GNUC__]: Define HAVE_ALLOCA to 1
212 because gcc has __buitlin_alloca.
213 Reported by Roland McGrath.
214
215Mon Jun 3 00:32:16 1996 Ulrich Drepper <[email protected]>
216
217 * Makefile.in (installcheck): New goal to fulfill needs of
218 automake's distcheck.
219
220 * Makefile.in (install): Reorder commands so that VERSION is
221 found.
222
223 * Makefile.in (gettextsrcdir): Now use subdirectory intl/ in
224 @datadir@/gettext.
225 (COMSRCS): Add l10nfile.c.
226 (OBJECTS): Add l10nfile.o.
227 (DISTFILES): Rename to DISTFILE.normal. Remove $(DISTFILES.common).
228 (DISTFILE.gettext): Remove $(DISTFILES.common).
229 (all-gettext): Remove goal.
230 (install): If $(PACKAGE) = gettext install, otherwose do nothing. No
231 package but gettext itself should install libintl.h + headers.
232 (dist): Extend goal to work for gettext, too.
233 (dist-gettext): Remove goal.
234
235 * dcgettext.c [!HAVE_ALLOCA]: Define macro alloca by using malloc.
236
237Sun Jun 2 17:33:06 1996 Ulrich Drepper <[email protected]>
238
239 * loadmsgcat.c (_nl_load_domain): Parameter is now comes from
240 find_l10nfile.
241
242Sat Jun 1 02:23:03 1996 Ulrich Drepper <[email protected]>
243
244 * l10nflist.c (__argz_next): Add definition.
245
246 * dcgettext.c [!HAVE_ALLOCA]: Add code for handling missing alloca
247 code. Use new l10nfile handling.
248
249 * localealias.c [!HAVE_ALLOCA]: Add code for handling missing
250 alloca code.
251
252 * l10nflist.c: Initial revision.
253
254Tue Apr 2 18:51:18 1996 Ulrich Drepper <drepper@myware>
255
256 * Makefile.in (all-gettext): New goal. Same as all-yes.
257
258Thu Mar 28 23:01:22 1996 Karl Eichwalder <[email protected]>
259
260 * Makefile.in (gettextsrcdir): Define using @datadir@.
261
262Tue Mar 26 12:39:14 1996 Ulrich Drepper <drepper@myware>
263
264 * finddomain.c: Include <ctype.h>. Reported by Roland McGrath.
265
266Sat Mar 23 02:00:35 1996 Ulrich Drepper <drepper@myware>
267
268 * finddomain.c (stpcpy): Rename to stpcpy__ to prevent clashing
269 with external declaration.
270
271Sat Mar 2 00:47:09 1996 Ulrich Drepper <drepper@myware>
272
273 * Makefile.in (all-no): Rename from all_no.
274
275Sat Feb 17 00:25:59 1996 Ulrich Drepper <drepper@myware>
276
277 * gettextP.h [loaded_domain]: Array `successor' must now contain up
278 to 63 elements (because of codeset name normalization).
279
280 * finddomain.c: Implement codeset name normalization.
281
282Thu Feb 15 04:39:09 1996 Ulrich Drepper <drepper@myware>
283
284 * Makefile.in (all): Define to `all-@USE_NLS@'.
285 (all-yes, all_no): New goals. `all-no' is noop, `all-yes'
286 is former all.
287
288Mon Jan 15 21:46:01 1996 Howard Gayle <[email protected]>
289
290 * localealias.c (alias_compare): Increment string pointers in loop
291 of strcasecmp replacement.
292
293Fri Dec 29 21:16:34 1995 Ulrich Drepper <drepper@myware>
294
295 * Makefile.in (install-src): Who commented this goal out ? :-)
296
297Fri Dec 29 15:08:16 1995 Ulrich Drepper <drepper@myware>
298
299 * dcgettext.c (DCGETTEXT): Save `errno'. Failing system calls
300 should not effect it because a missing catalog is no error.
301 Reported by Harald K<o:>nig <[email protected]>.
302
303Tue Dec 19 22:09:13 1995 Ulrich Drepper <drepper@myware>
304
305 * Makefile.in (Makefile): Explicitly use $(SHELL) for running
306 shell scripts.
307
308Fri Dec 15 17:34:59 1995 Andreas Schwab <[email protected]>
309
310 * Makefile.in (install-src): Only install library and header when
311 we use the own implementation. Don't do it when using the
312 system's gettext or catgets functions.
313
314 * dcgettext.c (find_msg): Must not swap domain->hash_size here.
315
316Sat Dec 9 16:24:37 1995 Ulrich Drepper <drepper@myware>
317
318 * localealias.c, libintl.inst, libgettext.h, hash-string.h,
319 gettextP.h, finddomain.c, dcgettext.c, cat-compat.c:
320 Use PARAMS instead of __P. Suggested by Roland McGrath.
321
322Tue Dec 5 11:39:14 1995 Larry Schwimmer <[email protected]>
323
324 * libgettext.h: Use `#if !defined (_LIBINTL_H)' instead of `#if
325 !_LIBINTL_H' because Solaris defines _LIBINTL_H as empty.
326
327Mon Dec 4 15:42:07 1995 Ulrich Drepper <drepper@myware>
328
329 * Makefile.in (install-src):
330 Install libintl.inst instead of libintl.h.install.
331
332Sat Dec 2 22:51:38 1995 Marcus Daniels <[email protected]>
333
334 * cat-compat.c (textdomain):
335 Reverse order in which files are tried you load. First
336 try local file, when this failed absolute path.
337
338Wed Nov 29 02:03:53 1995 Nelson H. F. Beebe <[email protected]>
339
340 * cat-compat.c (bindtextdomain): Add missing { }.
341
342Sun Nov 26 18:21:41 1995 Ulrich Drepper <drepper@myware>
343
344 * libintl.inst: Add missing __P definition. Reported by Nelson Beebe.
345
346 * Makefile.in:
347 Add dummy `all' and `dvi' goals. Reported by Tom Tromey.
348
349Sat Nov 25 16:12:01 1995 Franc,ois Pinard <[email protected]>
350
351 * hash-string.h: Capitalize arguments of macros.
352
353Sat Nov 25 12:01:36 1995 Ulrich Drepper <drepper@myware>
354
355 * Makefile.in (DISTFILES): Prevent files names longer than 13
356 characters. libintl.h.glibc->libintl.glibc,
357 libintl.h.install->libintl.inst. Reported by Joshua R. Poulson.
358
359Sat Nov 25 11:31:12 1995 Eric Backus <[email protected]>
360
361 * dcgettext.c: Fix bug in preprocessor conditionals.
362
363Sat Nov 25 02:35:27 1995 Nelson H. F. Beebe <[email protected]>
364
365 * libgettext.h: Solaris cc does not understand
366 #if !SYMBOL1 && !SYMBOL2. Sad but true.
367
368Thu Nov 23 16:22:14 1995 Ulrich Drepper <drepper@myware>
369
370 * hash-string.h (hash_string):
371 Fix for machine with >32 bit `unsigned long's.
372
373 * dcgettext.c (DCGETTEXT):
374 Fix horrible bug in loop for alternative translation.
375
376Thu Nov 23 01:45:29 1995 Ulrich Drepper <drepper@myware>
377
378 * po2tbl.sed.in, linux-msg.sed, xopen-msg.sed:
379 Some further simplifications in message number generation.
380
381Mon Nov 20 21:08:43 1995 Ulrich Drepper <drepper@myware>
382
383 * libintl.h.glibc: Use __const instead of const in prototypes.
384
385 * Makefile.in (install-src):
386 Install libintl.h.install instead of libintl.h. This
387 is a stripped-down version. Suggested by Peter Miller.
388
389 * libintl.h.install, libintl.h.glibc: Initial revision.
390
391 * localealias.c (_nl_expand_alias, read_alias_file):
392 Protect prototypes in type casts by __P.
393
394Tue Nov 14 16:43:58 1995 Ulrich Drepper <drepper@myware>
395
396 * hash-string.h: Correct prototype for hash_string.
397
398Sun Nov 12 12:42:30 1995 Ulrich Drepper <drepper@myware>
399
400 * hash-string.h (hash_string): Add prototype.
401
402 * gettextP.h: Fix copyright.
403 (SWAP): Add prototype.
404
405Wed Nov 8 22:56:33 1995 Ulrich Drepper <drepper@myware>
406
407 * localealias.c (read_alias_file): Forgot sizeof.
408 Avoid calling *printf function. This introduces a big overhead.
409 Patch by Roland McGrath.
410
411Tue Nov 7 14:21:08 1995 Ulrich Drepper <drepper@myware>
412
413 * finddomain.c, cat-compat.c: Wrong indentation in #if for stpcpy.
414
415 * finddomain.c (stpcpy):
416 Define substitution function local. The macro was to flaky.
417
418 * cat-compat.c: Fix typo.
419
420 * xopen-msg.sed, linux-msg.sed:
421 While bringing message number to right place only accept digits.
422
423 * linux-msg.sed, xopen-msg.sed: Now that the counter does not have
424 leading 0s we don't need to remove them. Reported by Marcus
425 Daniels.
426
427 * Makefile.in (../po/cat-id-tbl.o): Use $(top_srdir) in
428 dependency. Reported by Marcus Daniels.
429
430 * cat-compat.c: (stpcpy) [!_LIBC && !HAVE_STPCPY]: Define replacement.
431 Generally cleanup using #if instead of #ifndef.
432
433 * Makefile.in: Correct typos in comment. By Franc,ois Pinard.
434
435Mon Nov 6 00:27:02 1995 Ulrich Drepper <drepper@myware>
436
437 * Makefile.in (install-src): Don't install libintl.h and libintl.a
438 if we use an available gettext implementation.
439
440Sun Nov 5 22:02:08 1995 Ulrich Drepper <drepper@myware>
441
442 * libgettext.h: Fix typo: HAVE_CATGETTS -> HAVE_CATGETS. Reported
443 by Franc,ois Pinard.
444
445 * libgettext.h: Use #if instead of #ifdef/#ifndef.
446
447 * finddomain.c:
448 Comments describing what has to be done should start with FIXME.
449
450Sun Nov 5 19:38:01 1995 Ulrich Drepper <drepper@myware>
451
452 * Makefile.in (DISTFILES): Split. Use DISTFILES with normal meaning.
453 DISTFILES.common names the files common to both dist goals.
454 DISTFILES.gettext are the files only distributed in GNU gettext.
455
456Sun Nov 5 17:32:54 1995 Ulrich Drepper <drepper@myware>
457
458 * dcgettext.c (DCGETTEXT): Correct searching in derived locales.
459 This was necessary since a change in _nl_find_msg several weeks
460 ago. I really don't know this is still not fixed.
461
462Sun Nov 5 12:43:12 1995 Ulrich Drepper <drepper@myware>
463
464 * loadmsgcat.c (_nl_load_domain): Test for FILENAME == NULL. This
465 might mark a special condition.
466
467 * finddomain.c (make_entry_rec): Don't make illegal entry as decided.
468
469 * Makefile.in (dist): Suppress error message when ln failed.
470 Get files from $(srcdir) explicitly.
471
472 * libgettext.h (gettext_const): Rename to gettext_noop.
473
474Fri Nov 3 07:36:50 1995 Ulrich Drepper <drepper@myware>
475
476 * finddomain.c (make_entry_rec):
477 Protect against wrong locale names by testing mask.
478
479 * libgettext.h (gettext_const): Add macro definition.
480 Capitalize macro arguments.
481
482Thu Nov 2 23:15:51 1995 Ulrich Drepper <drepper@myware>
483
484 * finddomain.c (_nl_find_domain):
485 Test for pointer != NULL before accessing value.
486 Reported by Tom Tromey.
487
488 * gettext.c (NULL):
489 Define as (void*)0 instad of 0. Reported by Franc,ois Pinard.
490
491Mon Oct 30 21:28:52 1995 Ulrich Drepper <drepper@myware>
492
493 * po2tbl.sed.in: Serious typo bug fixed by Jim Meyering.
494
495Sat Oct 28 23:20:47 1995 Ulrich Drepper <drepper@myware>
496
497 * libgettext.h: Disable dcgettext optimization for Solaris 2.3.
498
499 * localealias.c (alias_compare):
500 Peter Miller reported that tolower in some systems is
501 even dumber than I thought. Protect call by `isupper'.
502
503Fri Oct 27 22:22:51 1995 Ulrich Drepper <drepper@myware>
504
505 * Makefile.in (libdir, includedir): New variables.
506 (install-src): Install libintl.a and libintl.h in correct dirs.
507
508Fri Oct 27 22:07:29 1995 Ulrich Drepper <drepper@myware>
509
510 * Makefile.in (SOURCES): Fix typo: intrl.compat.c -> intl-compat.c.
511
512 * po2tbl.sed.in: Patch for buggy SEDs by Christian von Roques.
513
514 * localealias.c:
515 Fix typo and superflous test. Reported by Christian von Roques.
516
517Fri Oct 6 11:52:05 1995 Ulrich Drepper <drepper@myware>
518
519 * finddomain.c (_nl_find_domain):
520 Correct some remainder from the pre-CEN syntax. Now
521 we don't have a constant number of successors anymore.
522
523Wed Sep 27 21:41:13 1995 Ulrich Drepper <drepper@myware>
524
525 * Makefile.in (DISTFILES): Add libintl.h.glibc.
526
527 * Makefile.in (dist-libc): Add goal for packing sources for glibc.
528 (COMSRCS, COMHDRS): Splitted to separate sources shared with glibc.
529
530 * loadmsgcat.c: Forget to continue #if line.
531
532 * localealias.c:
533 [_LIBC]: Rename strcasecmp to __strcasecmp to keep ANSI C name
534 space clean.
535
536 * dcgettext.c, finddomain.c: Better comment to last change.
537
538 * loadmsgcat.c:
539 [_LIBC]: Rename fstat, open, close, read, mmap, and munmap to
540 __fstat, __open, __close, __read, __mmap, and __munmap resp
541 to keep ANSI C name space clean.
542
543 * finddomain.c:
544 [_LIBC]: Rename stpcpy to __stpcpy to keep ANSI C name space clean.
545
546 * dcgettext.c:
547 [_LIBC]: Rename getced and stpcpy to __getcwd and __stpcpy resp to
548 keep ANSI C name space clean.
549
550 * libgettext.h:
551 Include sys/types.h for those old SysV systems out there.
552 Reported by Francesco Potorti`.
553
554 * loadmsgcat.c (use_mmap): Define if compiled for glibc.
555
556 * bindtextdom.c: Include all those standard headers
557 unconditionally if _LIBC is defined.
558
559 * finddomain.c: Fix 2 times defiend -> defined.
560
561 * textdomain.c: Include libintl.h instead of libgettext.h when
562 compiling for glibc. Include all those standard headers
563 unconditionally if _LIBC is defined.
564
565 * localealias.c, loadmsgcat.c: Prepare to be compiled in glibc.
566
567 * gettext.c:
568 Include libintl.h instead of libgettext.h when compiling for glibc.
569 Get NULL from stddef.h if we compile for glibc.
570
571 * finddomain.c: Include libintl.h instead of libgettext.h when
572 compiling for glibc. Include all those standard headers
573 unconditionally if _LIBC is defined.
574
575 * dcgettext.c: Include all those standard headers unconditionally
576 if _LIBC is defined.
577
578 * dgettext.c: If compiled in glibc include libintl.h instead of
579 libgettext.h.
580 (locale.h): Don't rely on HAVE_LOCALE_H when compiling for glibc.
581
582 * dcgettext.c: If compiled in glibc include libintl.h instead of
583 libgettext.h.
584 (getcwd): Don't rely on HAVE_GETCWD when compiling for glibc.
585
586 * bindtextdom.c:
587 If compiled in glibc include libintl.h instead of libgettext.h.
588
589Mon Sep 25 22:23:06 1995 Ulrich Drepper <drepper@myware>
590
591 * localealias.c (_nl_expand_alias): Don't call bsearch if NMAP <= 0.
592 Reported by Marcus Daniels.
593
594 * cat-compat.c (bindtextdomain):
595 String used in putenv must not be recycled.
596 Reported by Marcus Daniels.
597
598 * libgettext.h (__USE_GNU_GETTEXT):
599 Additional symbol to signal that we use GNU gettext
600 library.
601
602 * cat-compat.c (bindtextdomain):
603 Fix bug with the strange stpcpy replacement.
604 Reported by Nelson Beebe.
605
606Sat Sep 23 08:23:51 1995 Ulrich Drepper <drepper@myware>
607
608 * cat-compat.c: Include <string.h> for stpcpy prototype.
609
610 * localealias.c (read_alias_file):
611 While expand strdup code temporary variable `cp' hided
612 higher level variable with same name. Rename to `tp'.
613
614 * textdomain.c (textdomain):
615 Avoid warning by using temporary variable in strdup code.
616
617 * finddomain.c (_nl_find_domain): Remove unused variable `application'.
618
619Thu Sep 21 15:51:44 1995 Ulrich Drepper <drepper@myware>
620
621 * localealias.c (alias_compare):
622 Use strcasecmp() only if available. Else use
623 implementation in place.
624
625 * intl-compat.c:
626 Wrapper functions now call *__ functions instead of __*.
627
628 * libgettext.h: Declare prototypes for *__ functions instead for __*.
629
630 * cat-compat.c, loadmsgcat.c:
631 Don't use xmalloc, xstrdup, and stpcpy. These functions are not part
632 of the standard libc and so prevent libintl.a from being used
633 standalone.
634
635 * bindtextdom.c:
636 Don't use xmalloc, xstrdup, and stpcpy. These functions are not part
637 of the standard libc and so prevent libintl.a from being used
638 standalone.
639 Rename to bindtextdomain__ if not used in GNU C Library.
640
641 * dgettext.c:
642 Rename function to dgettext__ if not used in GNU C Library.
643
644 * gettext.c:
645 Don't use xmalloc, xstrdup, and stpcpy. These functions are not part
646 of the standard libc and so prevent libintl.a from being used
647 standalone.
648 Functions now called gettext__ if not used in GNU C Library.
649
650 * dcgettext.c, localealias.c, textdomain.c, finddomain.c:
651 Don't use xmalloc, xstrdup, and stpcpy. These functions are not part
652 of the standard libc and so prevent libintl.a from being used
653 standalone.
654
655Sun Sep 17 23:14:49 1995 Ulrich Drepper <drepper@myware>
656
657 * finddomain.c: Correct some bugs in handling of CEN standard
658 locale definitions.
659
660Thu Sep 7 01:49:28 1995 Ulrich Drepper <drepper@myware>
661
662 * finddomain.c: Implement CEN syntax.
663
664 * gettextP.h (loaded_domain): Extend number of successors to 31.
665
666Sat Aug 19 19:25:29 1995 Ulrich Drepper <drepper@myware>
667
668 * Makefile.in (aliaspath): Remove path to X11 locale dir.
669
670 * Makefile.in: Make install-src depend on install. This helps
671 gettext to install the sources and other packages can use the
672 install goal.
673
674Sat Aug 19 15:19:33 1995 Ulrich Drepper <drepper@myware>
675
676 * Makefile.in (uninstall): Remove stuff installed by install-src.
677
678Tue Aug 15 13:13:53 1995 Ulrich Drepper <drepper@myware>
679
680 * VERSION.in: Initial revision.
681
682 * Makefile.in (DISTFILES):
683 Add VERSION file. This is not necessary for gettext, but
684 for other packages using this library.
685
686Tue Aug 15 06:16:44 1995 Ulrich Drepper <drepper@myware>
687
688 * gettextP.h (_nl_find_domain):
689 New prototype after changing search strategy.
690
691 * finddomain.c (_nl_find_domain):
692 We now try only to find a specified catalog. Fall back to other
693 catalogs listed in the locale list is now done in __dcgettext.
694
695 * dcgettext.c (__dcgettext):
696 Now we provide message fall back even to different languages.
697 I.e. if a message is not available in one language all the other
698 in the locale list a tried. Formerly fall back was only possible
699 within one language. Implemented by moving one loop from
700 _nl_find_domain to here.
701
702Mon Aug 14 23:45:50 1995 Ulrich Drepper <drepper@myware>
703
704 * Makefile.in (gettextsrcdir):
705 Directory where source of GNU gettext library are made
706 available.
707 (INSTALL, INSTALL_DATA): Programs used for installing sources.
708 (gettext-src): New. Rule to install GNU gettext sources for use in
709 gettextize shell script.
710
711Sun Aug 13 14:40:48 1995 Ulrich Drepper <drepper@myware>
712
713 * loadmsgcat.c (_nl_load_domain):