]> sourceware.org Git - glibc.git/blame - ChangeLog
Update.
[glibc.git] / ChangeLog
CommitLineData
973209d8
UD
12000-01-24 Ulrich Drepper <drepper@cygnus.com>
2
db76d943
UD
3 * locale/programs/ld-collate.c (collate_output): Also handle
4 IGNOREd characters in the simple way when generating the multibyte
5 table.
6
7 * locale/programs/ld-ctype.c (allocate_arrays): Move codeset_name
8 handling to ...
9 (ctype_finish): ...here. Check for missing codeset name.
10
973209d8
UD
11 * sysdeps/unix/sysv/linux/Dist: Add ipc_priv.h.
12 * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
13
142000-01-24 Jakub Jelinek <jakub@redhat.com>
15
16 * sysdeps/unix/sysv/linux/bits/ipc.h: Move private decls...
17 * sysdeps/unix/sysv/linux/ipc_priv.h: ...here.
18 * sysdeps/unix/sysv/linux/bits/msq.h: Move private decls...
19 * sysdeps/unix/sysv/linux/msgctl.c: ...here. Include ipc_priv.h.
20 * sysdeps/unix/sysv/linux/bits/sem.h: Move private decls...
21 * sysdeps/unix/sysv/linux/semctl.c: ...here. Include ipc_priv.h.
22 * sysdeps/unix/sysv/linux/bits/shm.h: Move private decls...
23 * sysdeps/unix/sysv/linux/shmctl.c: ...here. Include ipc_priv.h.
24 * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Move private decls...
25 * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: ...here.
26 * sysdeps/unix/sysv/linux/alpha/bits/msq.h: Remove private decls.
27 * sysdeps/unix/sysv/linux/alpha/bits/sem.h: Likewise.
28 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
29 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
30 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
31 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
32 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
33 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Include ipc_priv.h.
34 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Likewise.
35 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Likewise.
36 * sysdeps/unix/sysv/linux/msgget.c: Likewise.
37 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
38 * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
39 * sysdeps/unix/sysv/linux/semget.c: Likewise.
40 * sysdeps/unix/sysv/linux/semop.c: Likewise.
41 * sysdeps/unix/sysv/linux/shmat.c: Likewise.
42 * sysdeps/unix/sysv/linux/shmdt.c: Likewise.
43 * sysdeps/unix/sysv/linux/shmget.c: Likewise.
44
e645ed3a
UD
452000-01-24 Jakub Jelinek <jakub@redhat.com>
46
47 * sysdeps/unix/sysv/linux/arm/bits/resource.h: New file.
48 * sysdeps/unix/sysv/linux/arm/Makefile: Remove oldsetrlimit64.c.
49 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
50 * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
51 * sysdeps/unix/sysv/linux/arm/Versions: Remove
52 setrlimit64@GLIBC_2.1.3.
53 * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
54 * sysdeps/unix/sysv/linux/arm/oldsetrlimit64.c: Remove.
55 * sysdeps/unix/sysv/linux/i386/oldsetrlimit64.c: Likewise.
56 * sysdeps/unix/sysv/linux/arm/setrlimit64.c: Likewise.
57 * sysdeps/unix/sysv/linux/i386/setrlimit64.c: Likewise.
58 * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Call __new_getrlimit,
59 so that setrlimit64@GLIBC_2.1 can report limits above 2G.
60 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getrlimit,
61 setrlimit): Remove syscall stubs, add normal syscalls.
62 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (setrlimit):
63 Remove syscall stub.
64
608cc1f0
UD
652000-01-22 Andreas Jaeger <aj@suse.de>
66
67 * localedata/tst-locale.sh: Enable test for de_DE.437.
68
b8de3ffc
UD
692000-01-23 Ulrich Drepper <drepper@cygnus.com>
70
71 * string/Versions: Export __strndup.
72
c1301d9a
UD
732000-01-23 Philip Blundell <philb@gnu.org>
74
75 Add basic support for RPC over IPv6:
76 * sunrpc/rpc/svc.h (struct SVCXPRT): Use `struct sockaddr_storage'
77 for remote address.
78 (svcudp6_create, svcudp6_bufcreate, svctcp6_create): New
79 prototypes.
80 * sunrpc/rpc/clnt.h (clnttcp6_create, clntudp6_create,
81 clntudp6_bufcreate): New prototypes.
82 * inet/netinet/in.h (bindresport6): Likewise.
83 * sunrpc/Makefile (routines): Add svc_tcp6, svc_udp6, bindrsvprt6.
84 * sunrpc/Versions: Add svcfd6_create, svctcp6_create,
85 svcudp6_create, svcudp6_bufcreate, svcudp6_enablecache,
86 bindresvport6 for GLIBC_2.2.
87 * sunrpc/rpc_main.c: Support `tcp6' and `udp6' transport types.
88 * sunrpc/rpc_svcout.c: Likewise.
89 * sunrpc/svc_tcp.c (rendezvous_request): Use memcpy rather than
90 simple assignment when copying addresses.
91 * sunrpc/svc_udp.c (cache_get): Likewise.
92 * sunrpc/svc_unix.c (rendezvous_request): Likewise.
93 * sunrpc/bindrsvprt6.c, sunrpc/clnt_tcp6.c, sunrpc/clnt_udp6.c,
94 sunrpc/svc_tcp6.c, sunrpc/svc_udp6.c: New files.
95
962000-01-05 Philip Blundell <philb@gnu.org>
97
98 * sysdeps/unix/sysv/linux/arm/mmap64.S: Correct check for ENOSYS.
99
1002000-01-23 Andreas Jaeger <aj@suse.de>
101
102 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Pass right
103 parameter to fstat calls.
104
1052000-01-18 Roland McGrath <roland@baalperazim.frob.com>
106
107 * sysdeps/generic/bits/socket.h
108 (__ss_aligntype, struct sockaddr_storage): Make these like Linux
109 version, replacing old type name `__ss_align'.
110
1112000-01-05 Roland McGrath <roland@baalperazim.frob.com>
112
113 * sysdeps/generic/lseek64.c (__libc_lseek64): Renamed from __lseek64.
114 (__lseek64, lseek64): Make these weak aliases for __libc_lseek64.
115 * sysdeps/mach/hurd/lseek.c (__libc_lseek): Renamed from __lseek.
116 (__lseek, lseek): Make these weak aliases for __libc_lseek.
117 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Renamed from __fcntl.
118 (__fcntl, fcntl): Make these weak aliases for __libc_fcntl.
119 * sysdeps/mach/hurd/open.c (__libc_open): Renamed from __open.
120 (__open, open): Make these weak aliases for __libc_open.
121
122 * sysdeps/generic/bits/socket.h (enum __socket_type): Remove
123 trailing comma.
124 (anonymous enum for MSG_*): Likewise.
125 (anonymous enum for SO_*): Likewise.
126
1272000-01-23 Ulrich Drepper <drepper@cygnus.com>
128
129 * string/bits/string2.h: Fix typo (__GNU_SOURCE -> __USE_GNU)
130 (PR libc/1553).
131
0c34a388
MK
1322000-01-08 Mark Kettenis <kettenis@gnu.org>
133
134 * sysdeps/mach/hurd/setitimer.c (quantize_timeval): New function.
135 (setitimer_locked): Use it to quantize the timer values. Use
136 quantized timer values to check if the timeout changed.
137
0ebfb8d7
UD
1382000-01-22 Andreas Jaeger <aj@suse.de>
139
140 * sunrpc/rpc/svc.h: Fix description for svc_register.
141
4974d2b2
UD
1422000-01-23 Mark Kettenis <kettenis@gnu.org>
143
144 * inet/rexec.c (rexec_af): Use SA_LEN instead of __libc_sa_len.
145
1462000-01-22 Thorsten Kukuk <kukuk@suse.de>
147
148 * sunrpc/xdr_rec.c: Don't set frag_sent if no more data,
149 fixes part 2 of bug 1549.
150 * sunrpc/rpc_des.h: Remove unused defines.
151
1522000-01-22 Mark Kettenis <kettenis@gnu.org>
153
154 * intl/Makefile ($(objpfx)msgs.h): Do $(make-target-directory) first.
155
1562000-01-22 Thorsten Kukuk <kukuk@suse.de>
157
158 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove sys/io.h.
159 * sysdeps/unix/sysv/linux/alpha/Makefile: Add sys/io.h.
160 * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
161 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
162 * sysdeps/unix/sysv/linux/sys/io.h: Move from here ...
163 * sysdeps/unix/sysv/linux/i386/sys/io.h: ... to here, add inb, outb
164 and other inline functions for port access.
165 * sysdeps/unix/sysv/linux/alpha/sys/io.h: Add prototypes for port
166 access functions.
167
1682000-01-23 Ulrich Drepper <drepper@cygnus.com>
169
170 * iconv/gconv_simple.c: Fix two problems in UTF-8 decoder.
786731fc 171 Patch by Bruno Haible <haible@ilog.fr>.
4974d2b2 172
b8c5ef62
MK
1732000-01-05 Roland McGrath <roland@baalperazim.frob.com>
174
175 * sysdeps/mach/hurd/errnos.awk: Rediddle to collect lines and print
176 them all at the end, eliding the final comma.
177 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
178
abbffdf9
UD
1792000-01-21 Ulrich Drepper <drepper@cygnus.com>
180
964328be
UD
181 * intl/libintl.h: Add format_arg attributes to declarations of new
182 functions.
183
abbffdf9
UD
184 * intl/Makefile (routines): Add dcigettext, dcngettext, dngettxt,
185 ngettext, and plural.
186 (distribute): Add plural.y, po2test.sed, and tst-gettext.sh.
187 (test-srcs): Add tst-gettext.
188 (before-compile): Add $(objpfx)msgs.h.
189 Add rules for plural.c and msgs.h generation and running tst-gettext.\
190 * intl/Versions [GLIBC_2.2]: Add __dcngettext, dcngettext, dngettext,
191 and ngettext.
192 * intl/dcgettext.c: Move most code into dcigettext.c. Add call
193 dcigettext with appropriate parameters.
194 * intl/dcigettext.c: New file.
195 * intl/dcngettext.c: New file.
196 * intl/dngettext.c: New file.
197 * intl/ngettext.c: New file.
198 * intl/gettextP.h (struct expression): Define.
199 (struct loaded_domain): Add plural and nplurals members.
200 Add prototypes for new internal functions.
201 * intl/libintl.h: Declare new functions. Add optimizations for them.
202 * intl/loadinfo.h: Add new parameter to _nl_find_msg declaration.
203 * intl/loadmsgcat.c (_nl_load_domain): Search for plural information in
204 header entry and parse and store the expression.
205 * intl/plural.y: New file.
206 * intl/po2test.sed: New file.
207 * intl/tst-gettext.c: New file.
208 * intl/tst-gettext.sh: New file.
b8a46c1d 209 * manual/message.texi: Document new interfaces.
abbffdf9
UD
210
211 * intl/gettext.c: Call __dcgettext directly.
212
9861985f
UD
2132000-01-20 Ulrich Drepper <drepper@cygnus.com>
214
0b9fbf00
UD
215 * manual/getopt.texi (Using the getopt function): Fix description of
216 return value for format string starting with '-' (PR libc/1551).
217