OSDN Git Service

Update changelogs for 1.28 release
[android-x86/external-e2fsprogs.git] / intl / ChangeLog
1 2001-08-31  Theodore Tso  <tytso@thunk.org>
2
3         * Release of E2fsprogs 1.28
4
5 2002-03-08  Theodore Tso  <tytso@mit.edu>
6
7         * Release of E2fsprogs 1.27
8
9 2002-02-03  Theodore Tso  <tytso@thunk.org>
10
11         * Release of E2fsprogs 1.26
12
13 2001-09-20  Theodore Tso  <tytso@thunk.org>
14
15         * Release of E2fsprogs 1.25
16
17 2001-09-02  Theodore Tso  <tytso@thunk.org>
18
19         * Release of E2fsprogs 1.24a
20
21 2001-08-30  Theodore Tso  <tytso@thunk.org>
22
23         * Release of E2fsprogs 1.24
24
25 2001-08-15  Theodore Tso  <tytso@valinux.com>
26
27         * Release of E2fsprogs 1.23
28
29 2001-06-23  Theodore Tso  <tytso@valinux.com>
30
31         * Release of E2fsprogs 1.22
32
33 2001-06-15  Theodore Tso  <tytso@valinux.com>
34
35         * Release of E2fsprogs 1.21
36
37 2001-05-25  Theodore Tso  <tytso@valinux.com>
38
39         * Release of E2fsprogs 1.20
40
41 2000-07-13    <tytso@valinux.com>
42
43         * Release of E2fsprogs 1.19
44
45 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
46
47         * intl/localealias.c (read_alias_file): Use unsigned char for
48         local variables.  Remove unused variable tp.
49         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
50         for type of codeset.  For losing Solaris systems.
51         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
52         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
53         len if not needed.
54         Patches by Jim Meyering.
55
56 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
57
58         * loadmsgcat.c (_nl_load_domain): Don't assign the element use_mmap if
59         mmap is not supported.
60
61         * hash-string.h: Don't include <values.h>.
62
63 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
64
65         * textdomain.c: Use strdup is available.
66
67         * localealias.c: Define HAVE_MEMPCPY so that we can use this
68         function.  Define and use semapahores to protect modfication of
69         global objects when compiling for glibc.  Add code to allow
70         freeing alias table.
71
72         * l10nflist.c: Don't assume stpcpy not being a macro.
73
74         * gettextP.h: Define internal_function macri if not already done.
75         Use glibc byte-swap macros instead of defining SWAP when compiled
76         for glibc.
77         (struct loaded_domain): Add elements to allow unloading.
78
79         * Makefile.in (distclean): Don't remove libintl.h here.
80
81         * bindtextdomain.c: Carry over changes from glibc.  Use strdup if
82         available.
83
84         * dcgettext.c: Don't assume stpcpy not being a macro.  Mark internal
85         functions.  Add memory freeing code for glibc.
86
87         * dgettext.c: Update copyright.
88
89         * explodename.c: Include stdlib.h and string.h only if they exist.
90         Use strings.h eventually.
91
92         * finddomain.c: Mark internal functions.  Use strdup if available.
93         Add memory freeing code for glibc.
94
95 1997-10-10 20:00  Ulrich Drepper  <drepper@cygnus.com>
96
97         * libgettext.h: Fix dummy textdomain and bindtextdomain macros.
98         They should return reasonable values.
99         Reported by Tom Tromey <tromey@cygnus.com>.
100
101 1997-09-16 03:33  Ulrich Drepper  <drepper@cygnus.com>
102
103         * libgettext.h: Define PARAMS also to `args' if __cplusplus is defined.
104         * intlh.inst.in: Likewise.
105         Reported by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>.
106
107         * libintl.glibc: Update from current glibc version.
108
109 1997-09-06 02:10  Ulrich Drepper  <drepper@cygnus.com>
110
111         * intlh.inst.in: Reformat copyright.
112
113 1997-08-19 15:22  Ulrich Drepper  <drepper@cygnus.com>
114
115         * dcgettext.c (DCGETTEXT): Remove wrong comment.
116
117 1997-08-16 00:13  Ulrich Drepper  <drepper@cygnus.com>
118
119         * Makefile.in (install-data): Don't change directory to install.
120
121 1997-08-01 14:30  Ulrich Drepper  <drepper@cygnus.com>
122
123         * cat-compat.c: Fix copyright.
124
125         * localealias.c: Don't define strchr unless !HAVE_STRCHR.
126
127         * loadmsgcat.c: Update copyright.  Fix typos.
128
129         * l10nflist.c: Don't define strchr unless !HAVE_STRCHR.
130         (_nl_make_l10nflist): Handle sponsor and revision correctly.
131
132         * gettext.c: Update copyright.
133         * gettext.h: Likewise.
134         * hash-string.h: Likewise.
135
136         * finddomain.c: Remoave dead code.  Define strchr only if
137         !HAVE_STRCHR.
138
139         * explodename.c: Include <sys/types.h>.
140
141         * explodename.c: Reformat copyright text.
142         (_nl_explode_name): Fix typo.
143
144         * dcgettext.c: Define and use __set_errno.
145         (guess_category_value): Don't use setlocale if HAVE_LC_MESSAGES is
146         not defined.
147
148         * bindtextdom.c: Pretty printing.
149
150 1997-05-01 02:25  Ulrich Drepper  <drepper@cygnus.com>
151
152         * dcgettext.c (guess_category_value): Don't depend on
153         HAVE_LC_MESSAGES.  We don't need the macro here.
154         Patch by Bruno Haible <haible@ilog.fr>.
155
156         * cat-compat.c (textdomain): DoN't refer to HAVE_SETLOCALE_NULL
157         macro.  Instead use HAVE_LOCALE_NULL and define it when using
158         glibc, as in dcgettext.c.
159         Patch by Bruno Haible <haible@ilog.fr>.
160
161         * Makefile.in (CPPFLAGS): New variable.  Reported by Franc,ois
162         Pinard.
163
164 Mon Mar 10 06:51:17 1997  Ulrich Drepper  <drepper@cygnus.com>
165
166         * Makefile.in: Implement handling of libtool.
167
168         * gettextP.h: Change data structures for use of generic lowlevel
169         i18n file handling.
170
171 Wed Dec  4 20:21:18 1996  Ulrich Drepper  <drepper@cygnus.com>
172
173         * textdomain.c: Put parentheses around arguments of memcpy macro
174         definition.
175         * localealias.c: Likewise.
176         * l10nflist.c: Likewise.
177         * finddomain.c: Likewise.
178         * bindtextdom.c: Likewise.
179         Reported by Thomas Esken.
180
181 Mon Nov 25 22:57:51 1996  Ulrich Drepper  <drepper@cygnus.com>
182
183         * textdomain.c: Move definition of `memcpy` macro to right
184         position.
185
186 Fri Nov 22 04:01:58 1996  Ulrich Drepper  <drepper@cygnus.com>
187
188         * finddomain.c [!HAVE_STRING_H && !_LIBC]: Define memcpy using
189         bcopy if not already defined.  Reported by Thomas Esken.
190         * bindtextdom.c: Likewise.
191         * l10nflist.c: Likewise.
192         * localealias.c: Likewise.
193         * textdomain.c: Likewise.
194
195 Tue Oct 29 11:10:27 1996  Ulrich Drepper  <drepper@cygnus.com>
196
197         * Makefile.in (libdir): Change to use exec_prefix instead of
198         prefix.  Reported by Knut-HĂ„vardAksnes <etokna@eto.ericsson.se>.
199
200 Sat Aug 31 03:07:09 1996  Ulrich Drepper  <drepper@cygnus.com>
201
202         * l10nflist.c (_nl_normalize_codeset): We convert to lower case,
203         so don't prepend uppercase `ISO' for only numeric arg.
204
205 Fri Jul 19 00:15:46 1996  Ulrich Drepper  <drepper@cygnus.com>
206
207         * l10nflist.c: Move inclusion of argz.h, ctype.h, stdlib.h after
208         definition of _GNU_SOURCE.  Patch by Roland McGrath.
209
210         * Makefile.in (uninstall): Fix another bug with `for' loop and
211         empty arguments.  Patch by Jim Meyering.  Correct name os
212         uninstalled files: no intl- prefix anymore.
213
214         * Makefile.in (install-data): Again work around shells which
215         cannot handle mpty for list.  Reported by Jim Meyering.
216
217 Sat Jul 13 18:11:35 1996  Ulrich Drepper  <drepper@cygnus.com>
218
219         * Makefile.in (install): Split goal.  Now depend on install-exec
220         and install-data.
221         (install-exec, install-data): New goals.  Created from former
222         install goal.
223         Reported by Karl Berry.
224
225 Sat Jun 22 04:58:14 1996  Ulrich Drepper  <drepper@cygnus.com>
226
227         * Makefile.in (MKINSTALLDIRS): New variable.  Path to
228         mkinstalldirs script.
229         (install): use MKINSTALLDIRS variable or if the script is not present
230         try to find it in the $top_scrdir).
231
232 Wed Jun 19 02:56:56 1996  Ulrich Drepper  <drepper@cygnus.com>
233
234         * l10nflist.c: Linux libc *partly* includes the argz_* functions.
235         Grr.  Work around by renaming the static version and use macros
236         for renaming.
237
238 Tue Jun 18 20:11:17 1996  Ulrich Drepper  <drepper@cygnus.com>
239
240         * l10nflist.c: Correct presence test macros of __argz_* functions.
241
242         * l10nflist.c: Include <argz.h> based on test of it instead when
243         __argz_* functions are available.
244         Reported by Andreas Schwab.
245
246 Thu Jun 13 15:17:44 1996  Ulrich Drepper  <drepper@cygnus.com>
247
248         * explodename.c, l10nflist.c: Define NULL for dumb systems.
249
250 Tue Jun 11 17:05:13 1996  Ulrich Drepper  <drepper@cygnus.com>
251
252         * intlh.inst.in, libgettext.h (dcgettext): Rename local variable
253         result to __result to prevent name clash.
254
255         * l10nflist.c, localealias.c, dcgettext.c: Define _GNU_SOURCE to
256         get prototype for stpcpy and strcasecmp.
257
258         * intlh.inst.in, libgettext.h: Move declaration of
259         `_nl_msg_cat_cntr' outside __extension__ block to prevent warning
260         from gcc's -Wnested-extern option.
261
262 Fri Jun  7 01:58:00 1996  Ulrich Drepper  <drepper@cygnus.com>
263
264         * Makefile.in (install): Remove comment.
265
266 Thu Jun  6 17:28:17 1996  Ulrich Drepper  <drepper@cygnus.com>
267
268         * Makefile.in (install): Work around for another Buglix stupidity.
269         Always use an `else' close for `if's.  Reported by Nelson Beebe.
270
271         * Makefile.in (intlh.inst): Correct typo in phony rule.
272         Reported by Nelson Beebe.
273
274 Thu Jun  6 01:49:52 1996  Ulrich Drepper  <drepper@cygnus.com>
275
276         * dcgettext.c (read_alias_file): Rename variable alloca_list to
277         block_list as the macro calls assume.
278         Patch by Eric Backus.
279
280         * localealias.c [!HAVE_ALLOCA]: Define alloca as macro using
281         malloc.
282         (read_alias_file): Rename varriabe alloca_list to block_list as the
283         macro calls assume.
284         Patch by Eric Backus.
285
286         * l10nflist.c: Correct conditional for <argz.h> inclusion.
287         Reported by Roland McGrath.
288
289         * Makefile.in (all): Depend on all-@USE_INCLUDED_LIBINTL@, not
290         all-@USE_NLS@.
291
292         * Makefile.in (install): intlh.inst comes from local dir, not
293         $(srcdir).
294
295         * Makefile.in (intlh.inst): Special handling of this goal.  If
296         used in gettext, this is really a rul to construct this file.  If
297         used in any other package it is defined as a .PHONY rule with
298         empty body.
299
300         * finddomain.c: Extract locale file information handling into
301         l10nfile.c.  Rename local stpcpy__ function to stpcpy.
302
303         * dcgettext.c (stpcpy): Add local definition.
304
305         * l10nflist.c: Solve some portability problems.  Patches partly by
306         Thomas Esken.  Add local definition of stpcpy.
307
308 Tue Jun  4 02:47:49 1996  Ulrich Drepper  <drepper@cygnus.com>
309
310         * intlh.inst.in: Don't depend including <locale.h> on
311         HAVE_LOCALE_H.  Instead configure must rewrite this fiile
312         depending on the result of the configure run.
313
314         * Makefile.in (install): libintl.inst is now called intlh.inst.
315         Add rules for updating intlh.inst from intlh.inst.in.
316
317         * libintl.inst: Renamed to intlh.inst.in.
318
319         * localealias.c, dcgettext.c [__GNUC__]: Define HAVE_ALLOCA to 1
320         because gcc has __buitlin_alloca.
321         Reported by Roland McGrath.
322
323 Mon Jun  3 00:32:16 1996  Ulrich Drepper  <drepper@cygnus.com>
324
325         * Makefile.in (installcheck): New goal to fulfill needs of
326         automake's distcheck.
327
328         * Makefile.in (install): Reorder commands so that VERSION is
329         found.
330
331         * Makefile.in (gettextsrcdir): Now use subdirectory intl/ in
332         @datadir@/gettext.
333         (COMSRCS): Add l10nfile.c.
334         (OBJECTS): Add l10nfile.o.
335         (DISTFILES): Rename to DISTFILE.normal.  Remove $(DISTFILES.common).
336         (DISTFILE.gettext): Remove $(DISTFILES.common).
337         (all-gettext): Remove goal.
338         (install): If $(PACKAGE) = gettext install, otherwose do nothing.  No
339         package but gettext itself should install libintl.h + headers.
340         (dist): Extend goal to work for gettext, too.
341         (dist-gettext): Remove goal.
342
343         * dcgettext.c [!HAVE_ALLOCA]: Define macro alloca by using malloc.
344
345 Sun Jun  2 17:33:06 1996  Ulrich Drepper  <drepper@cygnus.com>
346
347         * loadmsgcat.c (_nl_load_domain): Parameter is now comes from
348         find_l10nfile.
349
350 Sat Jun  1 02:23:03 1996  Ulrich Drepper  <drepper@cygnus.com>
351
352         * l10nflist.c (__argz_next): Add definition.
353
354         * dcgettext.c [!HAVE_ALLOCA]: Add code for handling missing alloca
355         code.  Use new l10nfile handling.
356
357         * localealias.c [!HAVE_ALLOCA]: Add code for handling missing
358         alloca code.
359
360         * l10nflist.c: Initial revision.
361
362 Tue Apr  2 18:51:18 1996  Ulrich Drepper  <drepper@myware>
363
364         * Makefile.in (all-gettext): New goal.  Same as all-yes.
365
366 Thu Mar 28 23:01:22 1996  Karl Eichwalder  <ke@ke.central.de>
367
368         * Makefile.in (gettextsrcdir): Define using @datadir@.
369
370 Tue Mar 26 12:39:14 1996  Ulrich Drepper  <drepper@myware>
371
372         * finddomain.c: Include <ctype.h>.  Reported by Roland McGrath.
373
374 Sat Mar 23 02:00:35 1996  Ulrich Drepper  <drepper@myware>
375
376         * finddomain.c (stpcpy): Rename to stpcpy__ to prevent clashing
377         with external declaration.
378
379 Sat Mar  2 00:47:09 1996  Ulrich Drepper  <drepper@myware>
380
381         * Makefile.in (all-no): Rename from all_no.
382
383 Sat Feb 17 00:25:59 1996  Ulrich Drepper  <drepper@myware>
384
385         * gettextP.h [loaded_domain]: Array `successor' must now contain up
386         to 63 elements (because of codeset name normalization).
387
388         * finddomain.c: Implement codeset name normalization.
389
390 Thu Feb 15 04:39:09 1996  Ulrich Drepper  <drepper@myware>
391
392         * Makefile.in (all): Define to `all-@USE_NLS@'.
393         (all-yes, all_no): New goals.  `all-no' is noop, `all-yes'
394         is former all.
395
396 Mon Jan 15 21:46:01 1996  Howard Gayle  <howard@hal.com>
397
398         * localealias.c (alias_compare): Increment string pointers in loop
399         of strcasecmp replacement.
400
401 Fri Dec 29 21:16:34 1995  Ulrich Drepper  <drepper@myware>
402
403         * Makefile.in (install-src): Who commented this goal out ? :-)
404
405 Fri Dec 29 15:08:16 1995  Ulrich Drepper  <drepper@myware>
406
407         * dcgettext.c (DCGETTEXT): Save `errno'.  Failing system calls
408         should not effect it because a missing catalog is no error.
409         Reported by Harald K<o:>nig <koenig@tat.physik.uni-tuebingen.de>.
410
411 Tue Dec 19 22:09:13 1995  Ulrich Drepper  <drepper@myware>
412
413         * Makefile.in (Makefile): Explicitly use $(SHELL) for running
414         shell scripts.
415
416 Fri Dec 15 17:34:59 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
417
418         * Makefile.in (install-src): Only install library and header when
419         we use the own implementation.  Don't do it when using the
420         system's gettext or catgets functions.
421
422         * dcgettext.c (find_msg): Must not swap domain->hash_size here.
423
424 Sat Dec  9 16:24:37 1995  Ulrich Drepper  <drepper@myware>
425
426         * localealias.c, libintl.inst, libgettext.h, hash-string.h,
427         gettextP.h, finddomain.c, dcgettext.c, cat-compat.c:
428         Use PARAMS instead of __P.  Suggested by Roland McGrath.
429
430 Tue Dec  5 11:39:14 1995  Larry Schwimmer  <rosebud@cyclone.stanford.edu>
431
432         * libgettext.h: Use `#if !defined (_LIBINTL_H)' instead of `#if
433         !_LIBINTL_H' because Solaris defines _LIBINTL_H as empty.
434
435 Mon Dec  4 15:42:07 1995  Ulrich Drepper  <drepper@myware>
436
437         * Makefile.in (install-src):
438         Install libintl.inst instead of libintl.h.install.
439
440 Sat Dec  2 22:51:38 1995  Marcus Daniels  <marcus@sysc.pdx.edu>
441
442         * cat-compat.c (textdomain):
443         Reverse order in which files are tried you load.  First
444         try local file, when this failed absolute path.
445
446 Wed Nov 29 02:03:53 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
447
448         * cat-compat.c (bindtextdomain): Add missing { }.
449
450 Sun Nov 26 18:21:41 1995  Ulrich Drepper  <drepper@myware>
451
452         * libintl.inst: Add missing __P definition.  Reported by Nelson Beebe.
453
454         * Makefile.in:
455         Add dummy `all' and `dvi' goals.  Reported by Tom Tromey.
456
457 Sat Nov 25 16:12:01 1995  Franc,ois Pinard  <pinard@iro.umontreal.ca>
458
459         * hash-string.h: Capitalize arguments of macros.
460
461 Sat Nov 25 12:01:36 1995  Ulrich Drepper  <drepper@myware>
462
463         * Makefile.in (DISTFILES): Prevent files names longer than 13
464         characters.  libintl.h.glibc->libintl.glibc,
465         libintl.h.install->libintl.inst.  Reported by Joshua R. Poulson.
466
467 Sat Nov 25 11:31:12 1995  Eric Backus  <ericb@lsid.hp.com>
468
469         * dcgettext.c: Fix bug in preprocessor conditionals.
470
471 Sat Nov 25 02:35:27 1995  Nelson H. F. Beebe  <beebe@math.utah.edu>
472
473         * libgettext.h: Solaris cc does not understand
474          #if !SYMBOL1 && !SYMBOL2.  Sad but true.
475
476 Thu Nov 23 16:22:14 1995  Ulrich Drepper  <drepper@myware>
477
478         * hash-string.h (hash_string):
479         Fix for machine with >32 bit `unsigned long's.
480
481         * dcgettext.c (DCGETTEXT):
482         Fix horrible bug in loop for alternative translation.
483
484 Thu Nov 23 01:45:29 1995  Ulrich Drepper  <drepper@myware>
485
486         * po2tbl.sed.in, linux-msg.sed, xopen-msg.sed:
487         Some further simplifications in message number generation.
488
489 Mon Nov 20 21:08:43 1995  Ulrich Drepper  <drepper@myware>
490
491         * libintl.h.glibc: Use __const instead of const in prototypes.
492
493         * Makefile.in (install-src):
494         Install libintl.h.install instead of libintl.h.  This
495         is a stripped-down version.  Suggested by Peter Miller.
496
497         * libintl.h.install, libintl.h.glibc: Initial revision.
498
499         * localealias.c (_nl_expand_alias, read_alias_file):
500         Protect prototypes in type casts by __P.
501
502 Tue Nov 14 16:43:58 1995  Ulrich Drepper  <drepper@myware>
503
504         * hash-string.h: Correct prototype for hash_string.
505
506 Sun Nov 12 12:42:30 1995  Ulrich Drepper  <drepper@myware>
507
508         * hash-string.h (hash_string): Add prototype.
509
510         * gettextP.h: Fix copyright.
511         (SWAP): Add prototype.
512
513 Wed Nov  8 22:56:33 1995  Ulrich Drepper  <drepper@myware>
514
515         * localealias.c (read_alias_file): Forgot sizeof.
516         Avoid calling *printf function.  This introduces a big overhead.
517         Patch by Roland McGrath.
518
519 Tue Nov  7 14:21:08 1995  Ulrich Drepper  <drepper@myware>
520
521         * finddomain.c, cat-compat.c: Wrong indentation in #if for stpcpy.
522
523         * finddomain.c (stpcpy):
524         Define substitution function local.  The macro was to flaky.
525
526         * cat-compat.c: Fix typo.
527
528         * xopen-msg.sed, linux-msg.sed:
529         While bringing message number to right place only accept digits.
530
531         * linux-msg.sed, xopen-msg.sed: Now that the counter does not have
532         leading 0s we don't need to remove them.  Reported by Marcus
533         Daniels.
534
535         * Makefile.in (../po/cat-id-tbl.o): Use $(top_srdir) in
536         dependency.  Reported by Marcus Daniels.
537
538         * cat-compat.c: (stpcpy) [!_LIBC && !HAVE_STPCPY]: Define replacement.
539         Generally cleanup using #if instead of #ifndef.
540
541         * Makefile.in: Correct typos in comment.  By Franc,ois Pinard.
542
543 Mon Nov  6 00:27:02 1995  Ulrich Drepper  <drepper@myware>
544
545         * Makefile.in (install-src): Don't install libintl.h and libintl.a
546         if we use an available gettext implementation.
547
548 Sun Nov  5 22:02:08 1995  Ulrich Drepper  <drepper@myware>
549
550         * libgettext.h: Fix typo: HAVE_CATGETTS -> HAVE_CATGETS.  Reported
551         by Franc,ois Pinard.
552
553         * libgettext.h: Use #if instead of #ifdef/#ifndef.
554
555         * finddomain.c:
556         Comments describing what has to be done should start with FIXME.
557
558 Sun Nov  5 19:38:01 1995  Ulrich Drepper  <drepper@myware>
559
560         * Makefile.in (DISTFILES): Split.  Use DISTFILES with normal meaning.
561         DISTFILES.common names the files common to both dist goals.
562         DISTFILES.gettext are the files only distributed in GNU gettext.
563
564 Sun Nov  5 17:32:54 1995  Ulrich Drepper  <drepper@myware>
565
566         * dcgettext.c (DCGETTEXT): Correct searching in derived locales.
567         This was necessary since a change in _nl_find_msg several weeks
568         ago.  I really don't know this is still not fixed.
569
570 Sun Nov  5 12:43:12 1995  Ulrich Drepper  <drepper@myware>
571
572         * loadmsgcat.c (_nl_load_domain): Test for FILENAME == NULL.  This
573         might mark a special condition.
574
575         * finddomain.c (make_entry_rec): Don't make illegal entry as decided.
576
577         * Makefile.in (dist): Suppress error message when ln failed.
578         Get files from $(srcdir) explicitly.
579
580         * libgettext.h (gettext_const): Rename to gettext_noop.
581
582 Fri Nov  3 07:36:50 1995  Ulrich Drepper  <drepper@myware>
583
584         * finddomain.c (make_entry_rec):
585         Protect against wrong locale names by testing mask.
586
587         * libgettext.h (gettext_const): Add macro definition.
588         Capitalize macro arguments.
589
590 Thu Nov  2 23:15:51 1995  Ulrich Drepper  <drepper@myware>
591
592         * finddomain.c (_nl_find_domain):
593         Test for pointer != NULL before accessing value.
594         Reported by Tom Tromey.
595
596         * gettext.c (NULL):
597         Define as (void*)0 instad of 0.  Reported by Franc,ois Pinard.
598
599 Mon Oct 30 21:28:52 1995  Ulrich Drepper  <drepper@myware>
600
601         * po2tbl.sed.in: Serious typo bug fixed by Jim Meyering.
602
603 Sat Oct 28 23:20:47 1995  Ulrich Drepper  <drepper@myware>
604
605         * libgettext.h: Disable dcgettext optimization for Solaris 2.3.
606
607         * localealias.c (alias_compare):
608         Peter Miller reported that tolower in some systems is
609         even dumber than I thought.  Protect call by `isupper'.
610
611 Fri Oct 27 22:22:51 1995  Ulrich Drepper  <drepper@myware>
612
613         * Makefile.in (libdir, includedir): New variables.
614         (install-src): Install libintl.a and libintl.h in correct dirs.
615
616 Fri Oct 27 22:07:29 1995  Ulrich Drepper  <drepper@myware>
617
618         * Makefile.in (SOURCES): Fix typo: intrl.compat.c -> intl-compat.c.
619
620         * po2tbl.sed.in: Patch for buggy SEDs by Christian von Roques.
621
622         * localealias.c:
623         Fix typo and superflous test.  Reported by Christian von Roques.
624
625 Fri Oct  6 11:52:05 1995  Ulrich Drepper  <drepper@myware>
626
627         * finddomain.c (_nl_find_domain):
628         Correct some remainder from the pre-CEN syntax.  Now
629         we don't have a constant number of successors anymore.
630
631 Wed Sep 27 21:41:13 1995  Ulrich Drepper  <drepper@myware>
632
633         * Makefile.in (DISTFILES): Add libintl.h.glibc.
634
635         * Makefile.in (dist-libc): Add goal for packing sources for glibc.
636         (COMSRCS, COMHDRS): Splitted to separate sources shared with glibc.
637
638         * loadmsgcat.c: Forget to continue #if line.
639
640         * localealias.c:
641         [_LIBC]: Rename strcasecmp to __strcasecmp to keep ANSI C name
642         space clean.
643
644         * dcgettext.c, finddomain.c: Better comment to last change.
645
646         * loadmsgcat.c:
647         [_LIBC]: Rename fstat, open, close, read, mmap, and munmap to
648         __fstat, __open, __close, __read, __mmap, and __munmap resp
649         to keep ANSI C name space clean.
650
651         * finddomain.c:
652         [_LIBC]: Rename stpcpy to __stpcpy to keep ANSI C name space clean.
653
654         * dcgettext.c:
655         [_LIBC]: Rename getced and stpcpy to __getcwd and __stpcpy resp to
656         keep ANSI C name space clean.
657
658         * libgettext.h:
659         Include sys/types.h for those old SysV systems out there.
660         Reported by Francesco Potorti`.
661
662         * loadmsgcat.c (use_mmap): Define if compiled for glibc.
663
664         * bindtextdom.c: Include all those standard headers
665         unconditionally if _LIBC is defined.
666
667         * finddomain.c: Fix 2 times defiend -> defined.
668
669         * textdomain.c: Include libintl.h instead of libgettext.h when
670         compiling for glibc.  Include all those standard headers
671         unconditionally if _LIBC is defined.
672
673         * localealias.c, loadmsgcat.c: Prepare to be compiled in glibc.
674
675         * gettext.c:
676         Include libintl.h instead of libgettext.h when compiling for glibc.
677         Get NULL from stddef.h if we compile for glibc.
678
679         * finddomain.c: Include libintl.h instead of libgettext.h when
680         compiling for glibc.  Include all those standard headers
681         unconditionally if _LIBC is defined.
682
683         * dcgettext.c: Include all those standard headers unconditionally
684         if _LIBC is defined.
685
686         * dgettext.c: If compiled in glibc include libintl.h instead of
687         libgettext.h.
688         (locale.h): Don't rely on HAVE_LOCALE_H when compiling for glibc.
689
690         * dcgettext.c: If compiled in glibc include libintl.h instead of
691         libgettext.h.
692         (getcwd): Don't rely on HAVE_GETCWD when compiling for glibc.
693
694         * bindtextdom.c:
695         If compiled in glibc include libintl.h instead of libgettext.h.
696
697 Mon Sep 25 22:23:06 1995  Ulrich Drepper  <drepper@myware>
698
699         * localealias.c (_nl_expand_alias): Don't call bsearch if NMAP <= 0.
700         Reported by Marcus Daniels.
701
702         * cat-compat.c (bindtextdomain):
703         String used in putenv must not be recycled.
704         Reported by Marcus Daniels.
705
706         * libgettext.h (__USE_GNU_GETTEXT):
707         Additional symbol to signal that we use GNU gettext
708         library.
709
710         * cat-compat.c (bindtextdomain):
711         Fix bug with the strange stpcpy replacement.
712         Reported by Nelson Beebe.
713
714 Sat Sep 23 08:23:51 1995  Ulrich Drepper  <drepper@myware>
715
716         * cat-compat.c: Include <string.h> for stpcpy prototype.
717
718         * localealias.c (read_alias_file):
719         While expand strdup code temporary variable `cp' hided
720         higher level variable with same name.  Rename to `tp'.
721
722         * textdomain.c (textdomain):
723         Avoid warning by using temporary variable in strdup code.
724
725         * finddomain.c (_nl_find_domain): Remove unused variable `application'.
726
727 Thu Sep 21 15:51:44 1995  Ulrich Drepper  <drepper@myware>
728
729         * localealias.c (alias_compare):
730         Use strcasecmp() only if available.  Else use
731         implementation in place.
732
733         * intl-compat.c:
734         Wrapper functions now call *__ functions instead of __*.
735
736         * libgettext.h: Declare prototypes for *__ functions instead for __*.
737
738         * cat-compat.c, loadmsgcat.c:
739         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
740         of the standard libc and so prevent libintl.a from being used
741         standalone.
742
743         * bindtextdom.c:
744         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
745         of the standard libc and so prevent libintl.a from being used
746         standalone.
747         Rename to bindtextdomain__ if not used in GNU C Library.
748
749         * dgettext.c:
750         Rename function to dgettext__ if not used in GNU C Library.
751
752         * gettext.c:
753         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
754         of the standard libc and so prevent libintl.a from being used
755         standalone.
756         Functions now called gettext__ if not used in GNU C Library.
757
758         * dcgettext.c, localealias.c, textdomain.c, finddomain.c:
759         Don't use xmalloc, xstrdup, and stpcpy.  These functions are not part
760         of the standard libc and so prevent libintl.a from being used
761         standalone.
762
763 Sun Sep 17 23:14:49 1995  Ulrich Drepper  <drepper@myware>
764
765         * finddomain.c: Correct some bugs in handling of CEN standard
766         locale definitions.
767
768 Thu Sep  7 01:49:28 1995  Ulrich Drepper  <drepper@myware>
769
770         * finddomain.c: Implement CEN syntax.
771
772         * gettextP.h (loaded_domain): Extend number of successors to 31.
773
774 Sat Aug 19 19:25:29 1995  Ulrich Drepper  <drepper@myware>
775
776         * Makefile.in (aliaspath): Remove path to X11 locale dir.
777
778         * Makefile.in: Make install-src depend on install.  This helps
779         gettext to install the sources and other packages can use the
780         install goal.
781
782 Sat Aug 19 15:19:33 1995  Ulrich Drepper  <drepper@myware>
783
784         * Makefile.in (uninstall): Remove stuff installed by install-src.
785
786 Tue Aug 15 13:13:53 1995  Ulrich Drepper  <drepper@myware>
787
788         * VERSION.in: Initial revision.
789
790         * Makefile.in (DISTFILES):
791         Add VERSION file.  This is not necessary for gettext, but
792         for other packages using this library.
793
794 Tue Aug 15 06:16:44 1995  Ulrich Drepper  <drepper@myware>
795
796         * gettextP.h (_nl_find_domain):
797         New prototype after changing search strategy.
798
799         * finddomain.c (_nl_find_domain):
800         We now try only to find a specified catalog.  Fall back to other
801         catalogs listed in the locale list is now done in __dcgettext.
802
803         * dcgettext.c (__dcgettext):
804         Now we provide message fall back even to different languages.
805         I.e. if a message is not available in one language all the other
806         in the locale list a tried.  Formerly fall back was only possible
807         within one language.  Implemented by moving one loop from
808         _nl_find_domain to here.
809
810 Mon Aug 14 23:45:50 1995  Ulrich Drepper  <drepper@myware>
811
812         * Makefile.in (gettextsrcdir):
813         Directory where source of GNU gettext library are made
814         available.
815         (INSTALL, INSTALL_DATA): Programs used for installing sources.
816         (gettext-src): New.  Rule to install GNU gettext sources for use in
817         gettextize shell script.
818
819 Sun Aug 13 14:40:48 1995  Ulrich Drepper  <drepper@myware>
820
821         * loadmsgcat.c (_nl_load_domain):
822         Use mmap for loading only when munmap function is
823         also available.
824
825         * Makefile.in (install): Depend on `all' goal.
826
827 Wed Aug  9 11:04:33 1995  Ulrich Drepper  <drepper@myware>
828
829         * localealias.c (read_alias_file):
830         Do not overwrite '\n' when terminating alias value string.
831
832         * localealias.c (read_alias_file):
833         Handle long lines.  Ignore the rest not fitting in
834         the buffer after the initial `fgets' call.
835
836 Wed Aug  9 00:54:29 1995  Ulrich Drepper  <drepper@myware>
837
838         * gettextP.h (_nl_load_domain):
839         Add prototype, replacing prototype for _nl_load_msg_cat.
840
841         * finddomain.c (_nl_find_domain):
842         Remove unneeded variable filename and filename_len.
843         (expand_alias): Remove prototype because functions does not
844         exist anymore.
845
846         * localealias.c (read_alias_file):
847         Change type of fname_len parameter to int.
848         (xmalloc): Add prototype.
849
850         * loadmsgcat.c: Better prototypes for xmalloc.
851
852 Tue Aug  8 22:30:39 1995  Ulrich Drepper  <drepper@myware>
853
854         * finddomain.c (_nl_find_domain):
855         Allow alias name to be constructed from the four components.
856
857         * Makefile.in (aliaspath): New variable.  Set to preliminary value.
858         (SOURCES): Add localealias.c.
859         (OBJECTS): Add localealias.o.
860
861         * gettextP.h: Add prototype for _nl_expand_alias.
862
863         * finddomain.c: Aliasing handled in intl/localealias.c.
864
865         * localealias.c: Aliasing for locale names.
866
867         * bindtextdom.c: Better prototypes for xmalloc and xstrdup.
868
869 Mon Aug  7 23:47:42 1995  Ulrich Drepper  <drepper@myware>
870
871         * Makefile.in (DISTFILES): gettext.perl is now found in misc/.
872
873         * cat-compat.c (bindtextdomain):
874         Correct implementation.  dirname parameter was not used.
875         Reported by Marcus Daniels.
876
877         * gettextP.h (loaded_domain):
878         New fields `successor' and `decided' for oo, lazy
879         message handling implementation.
880
881         * dcgettext.c:
882         Adopt for oo, lazy message handliing.
883         Now we can inherit translations from less specific locales.
884         (find_msg): New function.
885
886         * loadmsgcat.c, finddomain.c:
887         Complete rewrite.  Implement oo, lazy message handling :-).
888         We now have an additional environment variable `LANGUAGE' with
889         a higher priority than LC_ALL for the LC_MESSAGE locale.
890         Here we can set a colon separated list of specifications each
891         of the form `language[_territory[.codeset]][@modifier]'.
892
893 Sat Aug  5 09:55:42 1995  Ulrich Drepper  <drepper@myware>
894
895         * finddomain.c (unistd.h):
896         Include to get _PC_PATH_MAX defined on system having it.
897
898 Fri Aug  4 22:42:00 1995  Ulrich Drepper  <drepper@myware>
899
900         * finddomain.c (stpcpy): Include prototype.
901
902         * Makefile.in (dist): Remove `copying instead' message.
903
904 Wed Aug  2 18:52:03 1995  Ulrich Drepper  <drepper@myware>
905
906         * Makefile.in (ID, TAGS): Do not use $^.
907
908 Tue Aug  1 20:07:11 1995  Ulrich Drepper  <drepper@myware>
909
910         * Makefile.in (TAGS, ID): Use $^ as command argument.
911         (TAGS): Give etags -o option t write to current directory,
912         not $(srcdir).
913         (ID): Use $(srcdir) instead os $(top_srcdir)/src.
914         (distclean): Remove ID.
915
916 Sun Jul 30 11:51:46 1995  Ulrich Drepper  <drepper@myware>
917
918         * Makefile.in (gnulocaledir):
919         New variable, always using share/ for data directory.
920         (DEFS): Add GNULOCALEDIR, used in finddomain.c.
921
922         * finddomain.c (_nl_default_dirname):
923         Set to GNULOCALEDIR, because it always has to point
924         to the directory where GNU gettext Library writes it to.
925
926         * intl-compat.c (textdomain, bindtextdomain):
927         Undefine macros before function definition.
928
929 Sat Jul 22 01:10:02 1995  Ulrich Drepper  <drepper@myware>
930
931         * libgettext.h (_LIBINTL_H):
932         Protect definition in case where this file is included as
933         libgettext.h on Solaris machines.  Add comment about this.
934
935 Wed Jul 19 02:36:42 1995  Ulrich Drepper  <drepper@myware>
936
937         * intl-compat.c (textdomain): Correct typo.
938
939 Wed Jul 19 01:51:35 1995  Ulrich Drepper  <drepper@myware>
940
941         * dcgettext.c (dcgettext): Function now called __dcgettext.
942
943         * dgettext.c (dgettext): Now called __dgettext and calls
944         __dcgettext.
945
946         * gettext.c (gettext):
947         Function now called __gettext and calls __dgettext.
948
949         * textdomain.c (textdomain): Function now called __textdomain.
950
951         * bindtextdom.c (bindtextdomain): Function now called
952         __bindtextdomain.
953
954         * intl-compat.c: Initial revision.
955
956         * Makefile.in (SOURCES): Add intl-compat.c.
957         (OBJECTS): We always compile the GNU gettext library functions.
958         OBJECTS contains all objects but cat-compat.o, ../po/cat-if-tbl.o,
959         and intl-compat.o.
960         (GETTOBJS): Contains now only intl-compat.o.
961
962         * libgettext.h:
963         Re-include protection matches dualistic character of libgettext.h.
964         For all functions in GNU gettext library define __ counter part.
965
966         * finddomain.c (strchr): Define as index if not found in C library.
967         (_nl_find_domain): For relative paths paste / in between.
968
969 Tue Jul 18 16:37:45 1995  Ulrich Drepper  <drepper@myware>
970
971         * loadmsgcat.c, finddomain.c: Add inclusion of sys/types.h.
972
973         * xopen-msg.sed: Fix bug with `msgstr ""' lines.
974         A little bit better comments.
975
976 Tue Jul 18 01:18:27 1995  Ulrich Drepper  <drepper@myware>
977
978         * Makefile.in:
979         po-mode.el, makelinks, combine-sh are now found in ../misc.
980
981         * po-mode.el, makelinks, combine-sh, elisp-comp:
982         Moved to ../misc/.
983
984         * libgettext.h, gettextP.h, gettext.h: Uniform test for __STDC__.
985
986 Sun Jul 16 22:33:02 1995  Ulrich Drepper  <drepper@myware>
987
988         * Makefile.in (INSTALL, INSTALL_DATA): New variables.
989         (install-data, uninstall): Install/uninstall .elc file.
990
991         * po-mode.el (Installation comment):
992         Add .pox as possible extension of .po files.
993
994 Sun Jul 16 13:23:27 1995  Ulrich Drepper  <drepper@myware>
995
996         * elisp-comp: Complete new version by Franc,ois: This does not
997         fail when not compiling in the source directory.
998
999 Sun Jul 16 00:12:17 1995  Ulrich Drepper  <drepper@myware>
1000
1001         * Makefile.in (../po/cat-id-tbl.o):
1002         Use $(MAKE) instead of make for recursive make.
1003
1004         * Makefile.in (.el.elc): Use $(SHELL) instead of /bin/sh.
1005         (install-exec): Add missing dummy goal.
1006         (install-data, uninstall): @ in multi-line shell command at
1007         beginning, not in front of echo.  Reported by Eric Backus.
1008
1009 Sat Jul 15 00:21:28 1995  Ulrich Drepper  <drepper@myware>
1010
1011         * Makefile.in (DISTFILES):
1012         Rename libgettext.perl to gettext.perl to fit in 14 chars
1013         file systems.
1014
1015         * gettext.perl:
1016         Rename to gettext.perl to fit in 14 chars file systems.
1017
1018 Thu Jul 13 23:17:20 1995  Ulrich Drepper  <drepper@myware>
1019
1020         * cat-compat.c: If !STDC_HEADERS try to include malloc.h.
1021
1022 Thu Jul 13 20:55:02 1995  Ulrich Drepper  <drepper@myware>
1023
1024         * po2tbl.sed.in: Pretty printing.
1025
1026         * linux-msg.sed, xopen-msg.sed:
1027         Correct bugs with handling substitute flags in branches.
1028
1029         * hash-string.h (hash_string):
1030         Old K&R compilers don't under stand `unsigned char'.
1031
1032         * gettext.h (nls_uint32):
1033         Some old K&R compilers (eg HP) don't understand `unsigned int'.
1034
1035         * cat-compat.c (msg_to_cat_id): De-ANSI-fy prototypes.
1036
1037 Thu Jul 13 01:34:33 1995  Ulrich Drepper  <drepper@myware>
1038
1039         * Makefile.in (ELCFILES): New variable.
1040         (DISTFILES): Add elisp-comp.
1041         Add implicit rule for .el -> .elc compilation.
1042         (install-data): install $ELCFILES
1043         (clean): renamed po-to-tbl and po-to-msg to po2tbl and po2msg resp.
1044
1045         * elisp-comp: Initial revision
1046
1047 Wed Jul 12 16:14:52 1995  Ulrich Drepper  <drepper@myware>
1048
1049         * Makefile.in:
1050         cat-id-tbl.c is now found in po/.  This enables us to use an identical
1051         intl/ directory in all packages.
1052
1053         * dcgettext.c (dcgettext): hashing does not work for table size <= 2.
1054
1055         * textdomain.c: fix typo (#if def -> #if defined)
1056
1057 Tue Jul 11 18:44:43 1995  Ulrich Drepper  <drepper@myware>
1058
1059         * Makefile.in (stamp-cat-id): use top_srcdir to address source files
1060         (DISTFILES,distclean): move tupdate.perl to src/
1061
1062         * po-to-tbl.sed.in:
1063         add additional jump to clear change flag to recognize multiline strings
1064
1065 Tue Jul 11 01:32:50 1995  Ulrich Drepper  <drepper@myware>
1066
1067         * textdomain.c: Protect inclusion of stdlib.h and string.h.
1068
1069         * loadmsgcat.c: Protect inclusion of stdlib.h.
1070
1071         * libgettext.h: Protect inclusion of locale.h.
1072         Allow use in C++ programs.
1073         Define NULL is not happened already.
1074
1075         * Makefile.in (DISTFILES): ship po-to-tbl.sed.in instead of
1076         po-to-tbl.sed.
1077         (distclean): remove po-to-tbl.sed and tupdate.perl.
1078
1079         * tupdate.perl.in: Substitute Perl path even in exec line.
1080         Don't include entries without translation from old .po file.
1081
1082 Tue Jul  4 00:41:51 1995  Ulrich Drepper  <drepper@myware>
1083
1084         * tupdate.perl.in: use "Updated: " in msgid "".
1085
1086         * cat-compat.c: Fix typo (LOCALDIR -> LOCALEDIR).
1087         Define getenv if !__STDC__.
1088
1089         * bindtextdom.c: Protect stdlib.h and string.h inclusion.
1090         Define free if !__STDC__.
1091
1092         * finddomain.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
1093         Define free if !__STDC__.
1094
1095         * cat-compat.c: Change DEF_MSG_DOM_DIR to LOCALEDIR.
1096
1097 Mon Jul  3 23:56:30 1995  Ulrich Drepper  <drepper@myware>
1098
1099         * Makefile.in: Use LOCALEDIR instead of DEF_MSG_DOM_DIR.
1100         Remove unneeded $(srcdir) from Makefile.in dependency.
1101
1102         * makelinks: Add copyright and short description.
1103
1104         * po-mode.el: Last version for 0.7.
1105
1106         * tupdate.perl.in: Fix die message.
1107
1108         * dcgettext.c: Protect include of string.h.
1109
1110         * gettext.c: Protect include of stdlib.h and further tries to get NULL.
1111
1112         * finddomain.c: Some corrections in includes.
1113
1114         * Makefile.in (INCLUDES): Prune list correct path to Makefile.in.
1115
1116         * po-to-tbl.sed: Adopt for new .po file format.
1117
1118         * linux-msg.sed, xopen-msg.sed: Adopt for new .po file format.
1119
1120 Sun Jul  2 23:55:03 1995  Ulrich Drepper  <drepper@myware>
1121
1122         * tupdate.perl.in: Complete rewrite for new .po file format.
1123
1124 Sun Jul  2 02:06:50 1995  Ulrich Drepper  <drepper@myware>
1125
1126         * First official release.  This directory contains all the code
1127         needed to internationalize own packages.  It provides functions
1128         which allow to use the X/Open catgets function with an interface
1129         like the Uniforum gettext function.  For system which does not
1130         have neither of those a complete implementation is provided.