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

Subversion Repositories or1k

[/] [or1k/] [tags/] [VER_5_3/] [gdb-5.3/] [intl/] [ChangeLog] - Blame information for rev 1782

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

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