OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [gdb-5.0/] [intl/] [ChangeLog] - Blame information for rev 1776

Go to most recent revision | Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.