]> sourceware.org Git - glibc.git/blame - ChangeLog
Update.
[glibc.git] / ChangeLog
CommitLineData
af507979
UD
12000-01-26 David McCann <david.mccann@alcatel.at>
2
3 * libio/libioP.h [!_G_HAVE_MMAP]: Define ALLOC_WBUF.
4
31c7d52c
UD
52000-01-25 Andreas Jaeger <aj@suse.de>
6
7 * sysdeps/unix/sysv/linux/configure.in: Set CPPFLAGS for kernel
8 version check since we're using cpp.
9
9dbcebe8
UD
102000-01-26 Jakub Jelinek <jakub@redhat.com>
11
12 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getresgid):
13 Fix a typo.
14
152000-01-26 Andreas Jaeger <aj@suse.de>
16
17 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Avoid warning
18 about unitialised variable kbuf.
19 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
20 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
21
4b1c1a6f
UD
222000-01-26 Ulrich Drepper <drepper@cygnus.com>
23
24 * locale/programs/ld-collate.c (check_duplicate): Fix printing of error
25 messages.
26 (collate_read): Remove unnecessary `if'.
27
47924894
UD
282000-01-25 Ulrich Drepper <drepper@cygnus.com>
29
4e2e9999
UD
30 * libio/fileops.c (_IO_new_file_open): Recognize ,ccs= in mode string
31 and load appropriate conversions.
32 * libio/iofwide.c (__libio_codecvt): Renamed from libio_codecvt and
33 made global.
34 * libio/libioP.h: Declare __libio_codecvt.
35 * manual/stdio.texi: Document ,ccs= option for fopen.
36 * wcsmbs/wcsmbsload.c (__wcsmbs_named_conv): New function.
37 * wcsmbs/wcsmbsload.h (__wcsmbs_named_conv): Declare.
38
39 * libio/iofclose.c: Free conversion data if stream was wide-oriented.
40
41 * sysdeps/unix/sysv/linux/i386/Dist: Add sys/io.h.
42
c36897fb
UD
43 * sysdeps/unix/sysv/linux/Dist: Remove sys/io.h.
44
47924894
UD
45 * posix/fnmatch_loop.c: Fix problem with FNM_LEADING_DIR.
46 * posix/testfnm.c: Add a few more tests. Rearrange test output.
47
1827fc4c
UD
482000-01-25 Andreas Schwab <schwab@suse.de>
49
50 * posix/testfnm.c: Add new test case. Use FNM_PATHNAME instead of
51 FNM_FILE_NAME consistently.
52
d6f7f7bd
UD
532000-01-25 Ulrich Drepper <drepper@cygnus.com>
54
1827fc4c
UD
55 * posix/fnmatch.c: Define STRCOLL appropriately for the loop
56 definition.
57 * posix/fnmatch_loop.c: Undefine STRCOLL.
58
59 * sysdeps/unix/sysv/linux/i386/fxstat.c: Correct code to handle
60 kernels with stat64 support.
61 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise
62 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
63 Patch by SL Baur <steve@xemacs.org>.
64
d6f7f7bd
UD
65 * string/strxfrm.c: Don't count in the terminating NUL byte/word.
66
9de4e203
UD
672000-01-24 Paul Eggert <eggert@twinsun.com>
68
69 * posix/fnmatch_loop.c (FCT): Use locale's collating sequence when
70 deciding whether a character falls within a character range.
71
722000-01-24 Paul Eggert <eggert@twinsun.com>
73
74 * posix/fnmatch_loop.c (FCT): When matching [A-Z] and folding case,
75 lower-case A too.
76
772000-01-24 Thorsten Kukuk <kukuk@suse.de>
78
79 * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove old[gs]etrlimit.
80
14a6b4e4
UD
812000-01-23 Paul Eggert <eggert@twinsun.com>
82
83 * posix/regex.c (GET_UNSIGNED_NUMBER): Allow only ASCII digits.
84
852000-01-23 Paul Eggert <eggert@twinsun.com>
86
87 * posix/regex.c (compile_range): When matching a character
88 range, use the current collating sequence, as POSIX requires.
89
f00ebd7f
UD
902000-01-25 Ulrich Drepper <drepper@cygnus.com>
91
92 * string/argz-stringify.c: Handle case of missing \0 at the end of
93 the given argz.
94
973209d8
UD
952000-01-24 Ulrich Drepper <drepper@cygnus.com>
96
488fb3c7
UD
97 * nscd/hstcache.c: Don't count in mapped IPv6 addresses in total
98 size anymore.
99
db76d943
UD
100 * locale/programs/ld-collate.c (collate_output): Also handle
101 IGNOREd characters in the simple way when generating the multibyte
102 table.
103
104 * locale/programs/ld-ctype.c (allocate_arrays): Move codeset_name
105 handling to ...
106 (ctype_finish): ...here. Check for missing codeset name.
107
973209d8
UD
108 * sysdeps/unix/sysv/linux/Dist: Add ipc_priv.h.
109 * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
110
1112000-01-24 Jakub Jelinek <jakub@redhat.com>
112
113 * sysdeps/unix/sysv/linux/bits/ipc.h: Move private decls...
114 * sysdeps/unix/sysv/linux/ipc_priv.h: ...here.
115 * sysdeps/unix/sysv/linux/bits/msq.h: Move private decls...
116 * sysdeps/unix/sysv/linux/msgctl.c: ...here. Include ipc_priv.h.
117 * sysdeps/unix/sysv/linux/bits/sem.h: Move private decls...
118 * sysdeps/unix/sysv/linux/semctl.c: ...here. Include ipc_priv.h.
119 * sysdeps/unix/sysv/linux/bits/shm.h: Move private decls...
120 * sysdeps/unix/sysv/linux/shmctl.c: ...here. Include ipc_priv.h.
121 * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Move private decls...
122 * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: ...here.
123 * sysdeps/unix/sysv/linux/alpha/bits/msq.h: Remove private decls.
124 * sysdeps/unix/sysv/linux/alpha/bits/sem.h: Likewise.
125 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
126 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
127 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
128 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
129 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
130 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Include ipc_priv.h.
131 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Likewise.
132 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Likewise.
133 * sysdeps/unix/sysv/linux/msgget.c: Likewise.
134 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
135 * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
136 * sysdeps/unix/sysv/linux/semget.c: Likewise.
137 * sysdeps/unix/sysv/linux/semop.c: Likewise.
138 * sysdeps/unix/sysv/linux/shmat.c: Likewise.
139 * sysdeps/unix/sysv/linux/shmdt.c: Likewise.
140 * sysdeps/unix/sysv/linux/shmget.c: Likewise.
141
e645ed3a
UD
1422000-01-24 Jakub Jelinek <jakub@redhat.com>
143
144 * sysdeps/unix/sysv/linux/arm/bits/resource.h: New file.
145 * sysdeps/unix/sysv/linux/arm/Makefile: Remove oldsetrlimit64.c.
146 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
147 * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
148 * sysdeps/unix/sysv/linux/arm/Versions: Remove
149 setrlimit64@GLIBC_2.1.3.
150 * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
151 * sysdeps/unix/sysv/linux/arm/oldsetrlimit64.c: Remove.
152 * sysdeps/unix/sysv/linux/i386/oldsetrlimit64.c: Likewise.
153 * sysdeps/unix/sysv/linux/arm/setrlimit64.c: Likewise.
154 * sysdeps/unix/sysv/linux/i386/setrlimit64.c: Likewise.
155 * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Call __new_getrlimit,
156 so that setrlimit64@GLIBC_2.1 can report limits above 2G.
157 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getrlimit,
158 setrlimit): Remove syscall stubs, add normal syscalls.
159 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (setrlimit):
160 Remove syscall stub.
161
608cc1f0
UD
1622000-01-22 Andreas Jaeger <aj@suse.de>
163
164 * localedata/tst-locale.sh: Enable test for de_DE.437.
165
b8de3ffc
UD
1662000-01-23 Ulrich Drepper <drepper@cygnus.com>
167
168 * string/Versions: Export __strndup.
169
c1301d9a
UD
1702000-01-23 Philip Blundell <philb@gnu.org>
171
172 Add basic support for RPC over IPv6:
173 * sunrpc/rpc/svc.h (struct SVCXPRT): Use `struct sockaddr_storage'
174 for remote address.
175 (svcudp6_create, svcudp6_bufcreate, svctcp6_create): New
176 prototypes.
177 * sunrpc/rpc/clnt.h (clnttcp6_create, clntudp6_create,
178 clntudp6_bufcreate): New prototypes.
179 * inet/netinet/in.h (bindresport6): Likewise.
180 * sunrpc/Makefile (routines): Add svc_tcp6, svc_udp6, bindrsvprt6.
181 * sunrpc/Versions: Add svcfd6_create, svctcp6_create,
182 svcudp6_create, svcudp6_bufcreate, svcudp6_enablecache,
183 bindresvport6 for GLIBC_2.2.
184 * sunrpc/rpc_main.c: Support `tcp6' and `udp6' transport types.
185 * sunrpc/rpc_svcout.c: Likewise.
186 * sunrpc/svc_tcp.c (rendezvous_request): Use memcpy rather than
187 simple assignment when copying addresses.
188 * sunrpc/svc_udp.c (cache_get): Likewise.
189 * sunrpc/svc_unix.c (rendezvous_request): Likewise.
190 * sunrpc/bindrsvprt6.c, sunrpc/clnt_tcp6.c, sunrpc/clnt_udp6.c,
191 sunrpc/svc_tcp6.c, sunrpc/svc_udp6.c: New files.
192
1932000-01-05 Philip Blundell <philb@gnu.org>
194
195 * sysdeps/unix/sysv/linux/arm/mmap64.S: Correct check for ENOSYS.
196
1972000-01-23 Andreas Jaeger <aj@suse.de>
198
199 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Pass right
200 parameter to fstat calls.
201
2022000-01-18 Roland McGrath <roland@baalperazim.frob.com>
203
204 * sysdeps/generic/bits/socket.h
205 (__ss_aligntype, struct sockaddr_storage): Make these like Linux
206 version, replacing old type name `__ss_align'.
207
2082000-01-05 Roland McGrath <roland@baalperazim.frob.com>
209
210 * sysdeps/generic/lseek64.c (__libc_lseek64): Renamed from __lseek64.
211 (__lseek64, lseek64): Make these weak aliases for __libc_lseek64.
212 * sysdeps/mach/hurd/lseek.c (__libc_lseek): Renamed from __lseek.
213 (__lseek, lseek): Make these weak aliases for __libc_lseek.
214 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Renamed from __fcntl.
215 (__fcntl, fcntl): Make these weak aliases for __libc_fcntl.
216 * sysdeps/mach/hurd/open.c (__libc_open): Renamed from __open.
217 (__open, open): Make these weak aliases for __libc_open.
218
219 * sysdeps/generic/bits/socket.h (enum __socket_type): Remove
220 trailing comma.
221 (anonymous enum for MSG_*): Likewise.
222 (anonymous enum for SO_*): Likewise.
223
2242000-01-23 Ulrich Drepper <drepper@cygnus.com>
225
226 * string/bits/string2.h: Fix typo (__GNU_SOURCE -> __USE_GNU)
227 (PR libc/1553).
228
0c34a388
MK
2292000-01-08 Mark Kettenis <kettenis@gnu.org>
230
231 * sysdeps/mach/hurd/setitimer.c (quantize_timeval): New function.
232 (setitimer_locked): Use it to quantize the timer values. Use
233 quantized timer values to check if the timeout changed.
234
0ebfb8d7
UD
2352000-01-22 Andreas Jaeger <aj@suse.de>
236
237 * sunrpc/rpc/svc.h: Fix description for svc_register.
238
4974d2b2
UD
2392000-01-23 Mark Kettenis <kettenis@gnu.org>
240
241 * inet/rexec.c (rexec_af): Use SA_LEN instead of __libc_sa_len.
242
2432000-01-22 Thorsten Kukuk <kukuk@suse.de>
244
245 * sunrpc/xdr_rec.c: Don't set frag_sent if no more data,
246 fixes part 2 of bug 1549.
247 * sunrpc/rpc_des.h: Remove unused defines.
248
2492000-01-22 Mark Kettenis <kettenis@gnu.org>
250
251 * intl/Makefile ($(objpfx)msgs.h): Do $(make-target-directory) first.
252
2532000-01-22 Thorsten Kukuk <kukuk@suse.de>
254
255 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove sys/io.h.
256 * sysdeps/unix/sysv/linux/alpha/Makefile: Add sys/io.h.
257 * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
258 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
259 * sysdeps/unix/sysv/linux/sys/io.h: Move from here ...
260 * sysdeps/unix/sysv/linux/i386/sys/io.h: ... to here, add inb, outb
261 and other inline functions for port access.
262 * sysdeps/unix/sysv/linux/alpha/sys/io.h: Add prototypes for port
263 access functions.
264
2652000-01-23 Ulrich Drepper <drepper@cygnus.com>
266
267 * iconv/gconv_simple.c: Fix two problems in UTF-8 decoder.
786731fc 268 Patch by Bruno Haible <haible@ilog.fr>.
4974d2b2 269
b8c5ef62
MK
2702000-01-05 Roland McGrath <roland@baalperazim.frob.com>
271
272 * sysdeps/mach/hurd/errnos.awk: Rediddle to collect lines and print
273 them all at the end, eliding the final comma.
274 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
275
abbffdf9
UD
2762000-01-21 Ulrich Drepper <drepper@cygnus.com>
277
964328be
UD
278 * intl/libintl.h: Add format_arg attributes to declarations of new
279 functions.
280
abbffdf9
UD
281 * intl/Makefile (routines): Add dcigettext, dcngettext, dngettxt,
282 ngettext, and plural.
283 (distribute): Add plural.y, po2test.sed, and tst-gettext.sh.
284 (test-srcs): Add tst-gettext.
285 (before-compile): Add $(objpfx)msgs.h.
286 Add rules for plural.c and msgs.h generation and running tst-gettext.\
287 * intl/Versions [GLIBC_2.2]: Add __dcngettext, dcngettext, dngettext,
288 and ngettext.
289 * intl/dcgettext.c: Move most code into dcigettext.c. Add call
290 dcigettext with appropriate parameters.
291 * intl/dcigettext.c: New file.
292 * intl/dcngettext.c: New file.
293 * intl/dngettext.c: New file.
294 * intl/ngettext.c: New file.
295 * intl/gettextP.h (struct expression): Define.
296 (struct loaded_domain): Add plural and nplurals members.
297 Add prototypes for new internal functions.
298 * intl/libintl.h: Declare new functions. Add optimizations for them.
299 * intl/loadinfo.h: Add new parameter to _nl_find_msg declaration.
300 * intl/loadmsgcat.c (_nl_load_domain): Search for plural information in
301 header entry and parse and store the expression.
302 * intl/plural.y: New file.
303 * intl/po2test.sed: New file.
304 * intl/tst-gettext.c: New file.
305 * intl/tst-gettext.sh: New file.
b8a46c1d 306 * manual/message.texi: Document new interfaces.
abbffdf9
UD
307
308 * intl/gettext.c: Call __dcgettext directly.
309
9861985f
UD
3102000-01-20 Ulrich Drepper <drepper@cygnus.com>
311
0b9fbf00
UD
312 * manual/getopt.texi (Using the getopt function): Fix description of
313 return value for format string starting with '-' (PR libc/1551).
314