]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - intl/ChangeLog
Update files for 1.30 release.
[thirdparty/e2fsprogs.git] / intl / ChangeLog
CommitLineData
5d823a47
TT
12002-10-31 Theodore Ts'o <tytso@mit.edu>
2
3 * Release of E2fsprogs 1.30
4
c6633059
TT
52001-09-24 Theodore Tso <tytso@mit.edu>
6
7 * Release of E2fsprogs 1.29
8
87ee8dca
TT
92001-08-31 Theodore Tso <tytso@thunk.org>
10
11 * Release of E2fsprogs 1.28
12
a8e77249
TT
132002-03-08 Theodore Tso <tytso@mit.edu>
14
15 * Release of E2fsprogs 1.27
16
a5f3f5c1
TT
172002-02-03 Theodore Tso <tytso@thunk.org>
18
19 * Release of E2fsprogs 1.26
20
fbf91112
TT
212001-09-20 Theodore Tso <tytso@thunk.org>
22
23 * Release of E2fsprogs 1.25
24
fb70775b
TT
252001-09-02 Theodore Tso <tytso@thunk.org>
26
27 * Release of E2fsprogs 1.24a
28
109624a1
TT
292001-08-30 Theodore Tso <tytso@thunk.org>
30
31 * Release of E2fsprogs 1.24
32
943ed874
TT
332001-08-15 Theodore Tso <tytso@valinux.com>
34
35 * Release of E2fsprogs 1.23
36
67960139
TT
372001-06-23 Theodore Tso <tytso@valinux.com>
38
39 * Release of E2fsprogs 1.22
40
f4f75bae
TT
412001-06-15 Theodore Tso <tytso@valinux.com>
42
43 * Release of E2fsprogs 1.21
44
bb185861
TT
452001-05-25 Theodore Tso <tytso@valinux.com>
46
47 * Release of E2fsprogs 1.20
48
f9e67064
TT
492000-07-13 <tytso@valinux.com>
50
51 * Release of E2fsprogs 1.19
52
5bc5a89c
TT
531998-04-29 Ulrich Drepper <drepper@cygnus.com>
54
55 * intl/localealias.c (read_alias_file): Use unsigned char for
56 local variables. Remove unused variable tp.
57 * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
78f9351b 58 for type of codeset. For losing Solaris systems.
5bc5a89c
TT
59 * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
60 * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
61 len if not needed.
62 Patches by Jim Meyering.
63
641998-04-28 Ulrich Drepper <drepper@cygnus.com>
65
66 * loadmsgcat.c (_nl_load_domain): Don't assign the element use_mmap if
67 mmap is not supported.
68
69 * hash-string.h: Don't include <values.h>.
70
711998-04-27 Ulrich Drepper <drepper@cygnus.com>
72
73 * textdomain.c: Use strdup is available.
74
75 * localealias.c: Define HAVE_MEMPCPY so that we can use this
76 function. Define and use semapahores to protect modfication of
77 global objects when compiling for glibc. Add code to allow
78 freeing alias table.
79
80 * l10nflist.c: Don't assume stpcpy not being a macro.
81
82 * gettextP.h: Define internal_function macri if not already done.
83 Use glibc byte-swap macros instead of defining SWAP when compiled
84 for glibc.
85 (struct loaded_domain): Add elements to allow unloading.
86
87 * Makefile.in (distclean): Don't remove libintl.h here.
88
89 * bindtextdomain.c: Carry over changes from glibc. Use strdup if
90 available.
91
92 * dcgettext.c: Don't assume stpcpy not being a macro. Mark internal
93 functions. Add memory freeing code for glibc.
94
95 * dgettext.c: Update copyright.
96
97 * explodename.c: Include stdlib.h and string.h only if they exist.
98 Use strings.h eventually.
99
100 * finddomain.c: Mark internal functions. Use strdup if available.
101 Add memory freeing code for glibc.
102
1031997-10-10 20:00 Ulrich Drepper <drepper@cygnus.com>
104
105 * libgettext.h: Fix dummy textdomain and bindtextdomain macros.
106 They should return reasonable values.
107 Reported by Tom Tromey <tromey@cygnus.com>.
108
1091997-09-16 03:33 Ulrich Drepper <drepper@cygnus.com>
110
111 * libgettext.h: Define PARAMS also to `args' if __cplusplus is defined.
112 * intlh.inst.in: Likewise.
113 Reported by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>.
114
115 * libintl.glibc: Update from current glibc version.
116
1171997-09-06 02:10 Ulrich Drepper <drepper@cygnus.com>
118
119 * intlh.inst.in: Reformat copyright.
120
1211997-08-19 15:22 Ulrich Drepper <drepper@cygnus.com>
122
123 * dcgettext.c (DCGETTEXT): Remove wrong comment.
124
1251997-08-16 00:13 Ulrich Drepper <drepper@cygnus.com>
126
127 * Makefile.in (install-data): Don't change directory to install.
128
1291997-08-01 14:30 Ulrich Drepper <drepper@cygnus.com>
130
131 * cat-compat.c: Fix copyright.
132
133 * localealias.c: Don't define strchr unless !HAVE_STRCHR.
134
135 * loadmsgcat.c: Update copyright. Fix typos.
136
137 * l10nflist.c: Don't define strchr unless !HAVE_STRCHR.
138 (_nl_make_l10nflist): Handle sponsor and revision correctly.
139
140 * gettext.c: Update copyright.
141 * gettext.h: Likewise.
142 * hash-string.h: Likewise.
143
144 * finddomain.c: Remoave dead code. Define strchr only if
145 !HAVE_STRCHR.
146
147 * explodename.c: Include <sys/types.h>.
148
149 * explodename.c: Reformat copyright text.
150 (_nl_explode_name): Fix typo.
151
152 * dcgettext.c: Define and use __set_errno.
153 (guess_category_value): Don't use setlocale if HAVE_LC_MESSAGES is
154 not defined.
155
156 * bindtextdom.c: Pretty printing.
157
1581997-05-01 02:25 Ulrich Drepper <drepper@cygnus.com>
159
160 * dcgettext.c (guess_category_value): Don't depend on
161 HAVE_LC_MESSAGES. We don't need the macro here.
162 Patch by Bruno Haible <haible@ilog.fr>.
163
164 * cat-compat.c (textdomain): DoN't refer to HAVE_SETLOCALE_NULL
165 macro. Instead use HAVE_LOCALE_NULL and define it when using
166 glibc, as in dcgettext.c.
167 Patch by Bruno Haible <haible@ilog.fr>.
168
169 * Makefile.in (CPPFLAGS): New variable. Reported by Franc,ois
170 Pinard.
171
172Mon Mar 10 06:51:17 1997 Ulrich Drepper <drepper@cygnus.com>
173
174 * Makefile.in: Implement handling of libtool.
175
176 * gettextP.h: Change data structures for use of generic lowlevel
177 i18n file handling.
178
179Wed Dec 4 20:21:18 1996 Ulrich Drepper <drepper@cygnus.com>
180
181 * textdomain.c: Put parentheses around arguments of memcpy macro
182 definition.
183 * localealias.c: Likewise.
184 * l10nflist.c: Likewise.
185 * finddomain.c: Likewise.
186 * bindtextdom.c: Likewise.
187 Reported by Thomas Esken.
188
189Mon Nov 25 22:57:51 1996 Ulrich Drepper <drepper@cygnus.com>
190
191 * textdomain.c: Move definition of `memcpy` macro to right
192 position.
193
194Fri Nov 22 04:01:58 1996 Ulrich Drepper <drepper@cygnus.com>
195
196 * finddomain.c [!HAVE_STRING_H && !_LIBC]: Define memcpy using
197 bcopy if not already defined. Reported by Thomas Esken.
198 * bindtextdom.c: Likewise.
199 * l10nflist.c: Likewise.
200 * localealias.c: Likewise.
201 * textdomain.c: Likewise.
202
203Tue Oct 29 11:10:27 1996 Ulrich Drepper <drepper@cygnus.com>
204
205 * Makefile.in (libdir): Change to use exec_prefix instead of
206