]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Update.
[thirdparty/glibc.git] / ChangeLog
CommitLineData
0ed99ce4
UD
12000-02-27 Ulrich Drepper <drepper@redhat.com>
2
3 * conform/conformtest.pl (@headers): Add wordexp.h, wctype.h, wchar.h,
4 varargs.h, utmpx.h, utime.h, unistd.h, ulimit.h, ucontext.h, time.h,
5 termios.h, tar.h, sys/wait.h, sys/uio.h, sys/types.h, sys/times.h,
6 sys/timeb.h, sys/time.h, sys/statvfs.h, sys/stat.h, sys/shm.h,
7 sys/sem.h, and sys/resource.h.
8 Implement handling of allow-header.
9 * conform/data/fcntl.h-data: Correct various bugs.
10 * conform/data/fnmatch.h-data: Likewise.
11 * conform/data/math.h-data: Likewise.
12 * conform/data/ndbm.h-data: Likewise.
13 * conform/data/nl_types.h-data: Likewise.
14 * conform/data/poll.h-data: Likewise.
15 * conform/data/pthread.h-data: Likewise.
16 * conform/data/semaphore.h-data: Likewise.
17 * conform/data/setjmp.h-data: Likewise.
18 * conform/data/signal.h-data: Likewise.
19 * conform/data/stdarg.h-data: Likewise.
20 * conform/data/stddef.h-data: Likewise.
21 * conform/data/stdio.h-data: Likewise.
22 * conform/data/stdlib.h-data: Likewise.
23 * conform/data/string.h-data: Likewise.
24 * conform/data/strings.h-data: Likewise.
25 * conform/data/stropts.h-data: Likewise.
26 * conform/data/syslog.h-data: Likewise.
27 * conform/data/sys/ipc.h-data: Likewise.
28 * conform/data/sys/mman.h-data: Likewise.
29 * conform/data/sys/msg.h-data: Likewise.
30 * conform/data/tar.h-data: New file.
31 * conform/data/termios.h-data: New file.
32 * conform/data/time.h-data: New file.
33 * conform/data/ucontext.h-data: New file.
34 * conform/data/ulimit.h-data: New file.
35 * conform/data/unistd.h-data: New file.
36 * conform/data/utime.h-data: New file.
37 * conform/data/utmpx.h-data: New file.
38 * conform/data/varargs.h-data: New file.
39 * conform/data/wchar.h-data: New file.
40 * conform/data/wctype.h-data: New file.
41 * conform/data/wordexp.h-data: New file.
42 * conform/data/sys/resource.h-data: New file.
43 * conform/data/sys/sem.h-data: New file.
44 * conform/data/sys/shm.h-data: New file.
45 * conform/data/sys/stat.h-data: New file.
46 * conform/data/sys/statvfs.h-data: New file.
47 * conform/data/sys/time.h-data: New file.
48 * conform/data/sys/timeb.h-data: New file.
49 * conform/data/sys/times.h-data: New file.
50 * conform/data/sys/types.h-data: New file.
51 * conform/data/sys/uio.h-data: New file.
52 * conform/data/sys/wait.h-data: New file.
53
54 * grp/grp.h (getgrent_r): Declare only if __USE_GNU.
55
56 * include/sys/time.h (__itimes): Fix type of second parameter.
57
58 * io/sys/stat.h (S_IFLNK): Define also if __USE_XOPEN.
59 (S_ISVTX): Likewise.
60
61 * io/sys/statvfs.h: Define fsblkcnt_t and fsfilcnt_t.
62
63 * locale/langindo.h: Make ERA_YEAR, INT_CURR_SYMBOL, CURRENCY_SYMBOL,
64 MON_DECIMAL_POINT, MON_THOUSANDS_SEP, MON_GROUPING, POSITIVE_SIGN,
65 NEGATIVE_SIGN, INT_FRAC_DIGITS, FRAC_DIGITS, P_CS_PRECEDES,
66 P_SEP_BY_SPACE, N_CS_PRECEDES, N_SEP_BY_SPACE, P_SIGN_POSN,
67 N_SIGN_POSN, DECIMAL_POINT, THOUSANDS_SEP, GROUPING, YESEXPR,
68 NOEXPR, YESSTR, and NOSTR only available if __USE_GNU.
69
70 * math/bits/mathcalls.h: Don't declare tgamma and scalbn if only
71 __USE_XOPEN.
72
73 * posix/unistd.h: Don't define ptrdiff_t.
74 (sbrk): Correct type of parameter.
75 * sysdeps/generic/sbrk.c: Likewise.
76 * sysdeps/mach/hurd/sbrk.c: Likewise.
77
78 * posix/sys/types.h: Allow id_t, suseconds_t, fsblkcnt_t, and
79 fsfilcnt_t being defined elsewhere.
80
81 * resource/sys/resource.h: Define id_t.
82 If __USE_XOPEN use int for type of first parameter if getrlimit,
83 getrlimit64, setrlimit, setrlimit64, getrusage, getpriority, and
84 setpriority.
85 * sysdeps/generic/getpriority.c: Fix type of second parameter.
86 * sysdeps/generic/setpriority.c: Likewise.
87 * sysdeps/mach/hurd/getpriority.c: Likewise.
88 * sysdeps/mach/hurd/setpriority.c: Likewise.
89 * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
90 * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
91 * sysdeps/unix/sysv/linux/getpriority.c: Likewise.
92
93 * sysdeps/generic/utimes.c: Fix parameter of third parameter.
94 * sysdeps/mach/hurd/utimes.c: Likewise.
95 * sysdeps/posix/utimes.c: Likewise.
96
97 * sysdeps/generic/bits/shm.h: Define shmatt_t type and use it in
98 struct shmid_ds definition.
99 * sysdeps/gnu/bits/shm.h: Likewise.
100 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
101 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
102 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
103
104 * sysvipc/sys/shm.h: Define time_t.
105
106 * sysvipc/sys/sem.h (struct sembuf): Make sem_num field unsigned.
107
108 * sysdeps/gnu/bits/sem.h: Rename anonymous type struct sem_queue and
109 struct sem_undo to struct __sem_queue and struct __sem_undo resp.
110
111 * time/time.h: Define suseconds_t if not already done.
112
113 * sysdeps/unix/sysv/linux/bits/statvfs.h: Rename f_spare to __f_spare.
114 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
115 * sysdeps/unix/sysv/linux/statvfs64.c: Likewise.
116 * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
117
118 * intl/bindtextdom.c: Use rwlock to avoid surprising results in
119 multithreaded applications.
120 * intl/dcigettext.c: Likewise.
121 * intl/textdomain.c: Likewise.
122 * intl/*.c: Update copyright.
123 * sysdeps/generic/bits/libc-lock.h: Define __libc_rwlock_* stubs.
124
1252000-02-27 Andreas Jaeger <aj@suse.de>
126
127 * sysdeps/unix/sysv/linux/configure.in: Treat also "/usr/" as
128 prefix especially.
129
1302000-02-27 Ulrich Drepper <drepper@redhat.com>
131
132 * po/de.po: Update from translation team.
133 * po/ko.po: Likewise.
134
d66732e0
UD
1352000-02-25 Andreas Jaeger <aj@suse.de>
136
137 * math/Versions: Move fe* function to GLIBC_2.2. The patches have
138 not been added to glibc 2.1.3.
139 * Versions.def: Remove 2.1.3 entry for math.
140 * sysdeps/alpha/fpu/fclrexcpt.c: Change default version to GLIBC_2.2.
141 * sysdeps/alpha/fpu/fegetenv.c: Likewise.
142 * sysdeps/alpha/fpu/fesetenv.c: Likewise.
143 * sysdeps/alpha/fpu/feupdateenv.c: Likewise.
144 * sysdeps/alpha/fpu/fgetexcptflg.c: Likewise.
145 * sysdeps/alpha/fpu/fraiseexcpt.c: Likewise.
146 * sysdeps/alpha/fpu/fsetexcptflg.c: Likewise.
147 * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
148 * sysdeps/arm/fpu/fegetenv.c: Likewise.
149 * sysdeps/arm/fpu/fesetenv.c: Likewise.
150 * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
151 * sysdeps/arm/fpu/fsetexcptflg.c: Likewise.
152 * sysdeps/generic/fclrexcpt.c: Likewise.
153 * sysdeps/generic/fegetenv.c: Likewise.
154 * sysdeps/generic/fesetenv.c: Likewise.
155 * sysdeps/generic/feupdateenv.c: Likewise.
156 * sysdeps/generic/fgetexcptflg.c: Likewise.
157 * sysdeps/generic/fraiseexcpt.c: Likewise.
158 * sysdeps/generic/fsetexcptflg.c: Likewise.
159 * sysdeps/i386/fpu/fclrexcpt.c: Likewise.
160 * sysdeps/i386/fpu/fegetenv.c: Likewise.
161 * sysdeps/i386/fpu/fesetenv.c: Likewise.
162 * sysdeps/i386/fpu/feupdateenv.c: Likewise.
163 * sysdeps/i386/fpu/fgetexcptflg.c: Likewise.
164 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
165 * sysdeps/i386/fpu/fsetexcptflg.c: Likewise.
166 * sysdeps/m68k/fpu/fclrexcpt.c: Likewise.
167 * sysdeps/m68k/fpu/fegetenv.c: Likewise.
168 * sysdeps/m68k/fpu/fesetenv.c: Likewise.
169 * sysdeps/m68k/fpu/feupdateenv.c: Likewise.
170 * sysdeps/m68k/fpu/fgetexcptflg.c: Likewise.
171 * sysdeps/m68k/fpu/fraiseexcpt.c: Likewise.
172 * sysdeps/m68k/fpu/fsetexcptflg.c: Likewise.
173 * sysdeps/mips/fpu/fclrexcpt.c: Likewise.
174 * sysdeps/mips/fpu/fegetenv.c: Likewise.
175 * sysdeps/mips/fpu/fesetenv.c: Likewise.
176 * sysdeps/mips/fpu/feupdateenv.c: Likewise.
177 * sysdeps/mips/fpu/fgetexcptflg.c: Likewise.
178 * sysdeps/powerpc/fclrexcpt.c: Likewise.
179 * sysdeps/powerpc/fpu/fegetenv.c: Likewise.
180 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
181 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
182 * sysdeps/powerpc/fpu/fgetexcptflg.c: Likewise.
183 * sysdeps/powerpc/fpu/fraiseexcpt.c: Likewise.
184 * sysdeps/powerpc/fpu/fsetexcptflg.c: Likewise.
185 * sysdeps/sparc/fpu/fclrexcpt.c: Likewise.
186 * sysdeps/sparc/fpu/fegetenv.c: Likewise.
187 * sysdeps/sparc/fpu/fesetenv.c: Likewise.
188 * sysdeps/sparc/fpu/feupdateenv.c: Likewise.
189 * sysdeps/sparc/fpu/fgetexcptflg.c: Likewise.
190 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
191 * sysdeps/sparc/fpu/fsetexcptflg.c: Likewise.
192
1932000-02-25 Andreas Jaeger <aj@suse.de>
194
195 * sysdeps/alpha/fpu/fraiseexcpt.c (__feraiseexcept): Correct
196 declaration to return value.
197
198 * sysdeps/ieee754/Makefile (CFLAGS-k_standard.c): Added.
199
200 * math/Makefile: Remove -Wno-write-strings since it's only needed
201 by one file.
202
203 * intl/Makefile (CFLAGS-bindtextdom.c): The code has been fixed,
204 we don't need to disable the warnings anymore, remove them.
205 (CFLAGS-finddomain.c): Likewise.
206 (CFLAGS-localealias.c): Likewise.
207
2082000-02-25 Andreas Jaeger <aj@suse.de>
209
210 * configure.in: Allow sed 3.02 or newer versions.
211
212 * manual/install.texi (Tools for Compilation): Document sed
213 requirement.
214
aa1f6fa8
UD
2152000-02-25 Ulrich Drepper <drepper@cygnus.com>
216
217 * sysdeps/powerpc/bzero.S: Moved to...
218 * sysdeps/powerpc/elf/bzero.S: ...here. New file.
219
c9caec62
UD
220 * posix/environ.c: Moved to...
221 * sysdeps/generic/environ.c: ...here. New file.
222
a53e3292
UD
2232000-02-25 Andreas Jaeger <aj@suse.de>
224
225 * stdio-common/Makefile (CFLAGS-_itoa.c): The code has been
226 fixed, we don't need to disable the warnings anymore, remove them.
227 * elf/Makefile (CFLAGS-dl-load.c): Likewise.
228
229 * posix/Makefile (CFLAGS-regex.c): Remove not needed warning
230 flag.
231
232 * posix/regex.c (regex_compile): Remove unused variables.
233
2342000-02-25 Andreas Jaeger <aj@suse.de>
235
236 * sysdeps/unix/sysv/linux/bits/msq.h (struct msqid_ds): Use
237 __pid_t.
238 * sysdeps/unix/sysv/linux/alpha/bits/msq.h: Likewise.
239 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
240
2412000-02-25 Andreas Jaeger <aj@suse.de>
242
243 * locale/programs/ld-ctype.c (allocate_arrays): Add missing
244 variable declaration.
245
bba09d23
UD
2462000-02-25 Ulrich Drepper <drepper@redhat.com>
247
248 * conform/conformtest.pl (@headers): Add "sys/msg.h", "sys/mman.h",
249 "sys/ipc.h", "syslog.h", and "stropts.h".
250 Handle / in header names correctly.
251 * conform/data/stropts.h-data: New file.
252 * conform/data/syslog.h-data: New file.
253 * conform/data/sys/ipc.h-data: New file.
254 * conform/data/sys/mman.h-data: New file.
255 * conform/data/sys/msg.h-data: New file.
256
257 * misc/sys/mman.h: Define off_t and mode_t if not already done.
258
259 * streams/stropts.h: Define gid_t and uid_t if not already done.
260
261 * sysdeps/gnu/bits/ipc.h (IPC_INFO): Only define if __USE_GNU.
262 * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
263 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
264 * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
265 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
266 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
267
268 * sysvipc/sys/msg.h: Don't include sys/types.h.
269 Define time_t, pid_t, and ssize_t if not already done.
270 (struct msgbuf): Define only if __USE_GNU.
271
272 * sysdeps/generic/bits/msq.h: Include bits/types.h, not sys/types.h.
273 (MSG_EXCEPT): Only define if __USE_GNU.
274 Define msgqnum_t and msglen_t and use them in struct msqid_ds
275 definition.
276 * sysdeps/gnu/bits/msq.h: Likewise.
277 * sysdeps/unix/sysv/linux/alpha/bits/msq.h: Likewise.
278 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
279 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
280
281 * sysdeps/generic/bits/stropts.h (I_GWROPT): Renamed from I_GWRSET.
282 (FLUSHBAND): Only define is __USE_GNU.
283 (RPROTMASK): Likewise.
284 (SNDPIPE): Likewise.
285 (MUXID_ALL): Likewise.
286 (struct strrecvfd): Rename fill to __fill.
287
8934380c
UD
2882000-02-24 Ulrich Drepper <drepper@redhat.com>
289
290 * stdlib/stdlib.h: Move definition X/Open compatibility stuff
291 inside the main #ifdef.
292
52aec7d1
UD
2932000-02-24 Geoff Clare <gwc@unisoft.com>
294
295 * posix/wordexp-test.c: Updated to include tests for all the
296 problems fixed by the last changes to wordexp.c.
297
691ca565
UD
2982000-02-24 Ulrich Drepper <drepper@redhat.com>
299
c3fb74d3
UD
300 * posix/sys/wait.h: Handle definitions duplicated in stdlib.h
301 correctly.
302 * stdlib/stdlib.h: Handle definition of wait macros correctly.
303
230232e5
UD
304 * posix/sys/wait.h: Add missing #endif.
305
691ca565 306 * stdlib/stdlib.h (setstate): Don't mark argument as const (yet).
4afa1485
UD
307 * stdlib/random_r.c: Change parameter types for initstate_t and
308 setstate_r.
d653aacd
UD
309 * include/stdlib.h: Change parameter types for __initstate_t and
310 __setstate_r.
691ca565 311
82d5b646
AJ
3122000-02-24 Andreas Jaeger <aj@suse.de>
313
8f369e0d
UD
314 * include/stdlib.h: Fix prototypes of __initstate and __setstate.
315
82d5b646
AJ
316 * manual/time.texi (Precision Time): Fix typo.
317 Patch by John Tobey <jtobey@ne.mediaone.net>, PR libc/1576.
318
002e2dc4
UD
3192000-02-24 Ulrich Drepper <drepper@redhat.com>
320
321 * conform/conformtest.pl (@headers): Add string.h and strings.h.
322 * conform/data/string.h-data: New file.
323 * conform/data/strings.h-data: New file.
324
325 * string/string.h [__USE_XOPEN]: Don't declare functions from
326 <strings.h> here as well.
327
5866b131
UD
3282000-02-23 Ulrich Drepper <drepper@redhat.com>
329
9323b58f
UD
330 * posix/sys/wait.h: Pretty printing. Allow WEXITSTATUS etc be
331 defined elsewhere.
332 * stdlib/stdlib.h [__USE_XOPEN]: Define WEXITSTATUS etc.
333 * sysdeps/generic/bits/waitflags.h: Allow including from stdlib.h.
334 * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
335 * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
336 * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
337 * sysdeps/generic/bits/waitstatus.h: Likewise.
338
52aec7d1
UD
339 * posix/wordexp.c: Use $HOME to expand ~ (if set); fix off-by-one
340 error in expansion of ~user; correct handling of WRDE_APPEND and
341 WRDE_DOOFFS; return WRDE_SYNTAX for syntax errors in command
342 substitutions; limit removal of newlines to those that are
343 really `trailing'; allow for current word to continue after
344 a command substitution (e.g. "a$(echo b)c"); restore pwordexp
345 members properly on error returns.
05d5dedc
UD
346 Patch by Geoff Clare <gwc@unisoft.com>.
347
5866b131
UD
348 * locale/programs/ld-ctype.c (allocate_arrays): Make sure the end
349 of width table is 4-byte aligned.
350 (ctype_output): Write out the entire width array.
351
352 * sysdeps/unix/sysv/linux/bits/waitflags.h: Add __WALL.
353
b2b28911
UD
3542000-02-23 Andreas Jaeger <aj@suse.de>
355
356 * dlfcn/dlopen.c: Include <stddef.h> for NULL.
150ae521 357 * dlfcn/dlopenold.c: Likewise.
b2b28911
UD
358 * dlfcn/dlsym.c: Likewise.
359 * dlfcn/dlvsym.c: Likewise.
360 * iconv/gconv.c: Likewise.
361
c8bcc2ea
UD
3622000-02-23 Ulrich Drepper <drepper@redhat.com>
363
364 * conform/conformtest.pl (@headers): Add stdlib.h.
365 * conform/data/stdlib.h-data: New file.
366
7ed09044
UD
3672000-02-22 Ulrich Drepper <drepper@redhat.com>
368
8ce9ea0c
UD
369 * dlfcn/dlfcn.h (RTLD_DEFAULT): Don't use NULL.
370
371 * iconv/iconv.h (iconv): Fix prototype.
372
373 * misc/libgen.h: When using gcc using renaming feature to get XPG
374 definition of basename.
375
376 * misc/search.h (struct entry): Fix type of element data.
377
378 * posix/unistd.h (getpagesize): Declare as const function.
379
380 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Define SA_NOCLDWAIT.
381 * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
382 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
383 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
384
385 * signal/signal.h [__USE_XOPEN]: Define uid_t.
386 (sigstack): Correct type of first parameter.
387 * sysdeps/generic/sigstack.c (sigstack): Likewise.
388 * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Likewise.
389
390 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: New file. Copy of
391 old sysdeps/unix/sysv/linux/bits/siginfo.h.
392 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise.
393 * sysdeps/unix/sysv/linux/bits/siginfo.h [struct siginfo] (si_band):
394 Change type to `long int'.
395
396 * signal/signal.h [__USE_XOPEN]: Declare sigpause to redirect to
397 __xpg_sigpause.
398 * sysdeps/generic/sigpause.c: Define __xpg_sigpause.
399 * sysdeps/posix/sigpause.c: Likewise.
400
401 * conform/conformtest.pl: Correct bugs. Add more functionality.
402 * conform/data/dlfcn.h-data: Correct typos.
403 * conform/data/ftw.h-data: Likewise.
404 * conform/data/iconv.h-data: Likewise.
405 * conform/data/nl_types.h-data: Likewise.
406 * conform/data/search.h-data: Likewise.
407 * conform/data/semaphore.h-data: New file.
408 * conform/data/setjmp.h-data: New file.
409 * conform/data/signal.h-data: New file.
410 * conform/data/stdarg.h-data: New file.
411 * conform/data/stddef.h-data: New file.
412 * conform/data/stdio.h-data: New file.
413
7ed09044
UD
414 * po/de.po: Update from translation team.
415
7c233bd9
UD
4161999-12-31 Martin Buchholz <martin@xemacs.org>
417
7ed09044 418 * argp/argp-help.c: Fix typos.
7c233bd9
UD
419 * argp/argp.h: Likewise.
420 * elf/dl-object.c: Likewise.
421 * elf/dl-open.c: Likewise.
422 * elf/elf.h: Likewise.
423 * elf/rtld.c: Likewise.
424 * iconv/gconv_open.c: Likewise.
425 * localedata/tst-fmon.data: Likewise.
426 * localedata/tst-rpmatch.sh: Likewise.
427 * login/programs/xtmp.h: Likewise.
428 * manual/arith.texi: Likewise.
429 * manual/charset.texi: Likewise.
430 * manual/creature.texi: Likewise.
431 * manual/llio.texi: Likewise.
432 * manual/search.texi: Likewise.
433 * manual/signal.texi: Likewise.
434 * manual/stdio.texi: Likewise.
435 * manual/string.texi: Likewise.
436 * manual/sysinfo.texi: Likewise.
437 * manual/users.texi: Likewise.
438 * manual/examples/argp-ex2.c: Likewise.
439 * manual/examples/argp-ex3.c: Likewise.
440 * manual/examples/argp-ex4.c: Likewise.
441 * manual/examples/mkfsock.c: Likewise.
442 * math/test-fenv.c: Likewise.
443 * nscd/nscd_gethst_r.c: Likewise.
444 * nss/test-netdb.c: Likewise.
445 * posix/regex.c: Likewise.
446 * scripts/test-installation.pl: Likewise.
447 * stdlib/canonicalize.c: Likewise.
448 * stdlib/fmtmsg.c: Likewise.
449 * string/argz-replace.c: Likewise.
450 * string/argz.h: Likewise.
451 * string/bits/string2.h: Likewise.
452 * sysdeps/generic/glob.c: Likewise.
453 * sysdeps/generic/setenv.c: Likewise.
454 * sysdeps/i386/memcmp.S: Likewise.
455 * sysdeps/posix/waitid.c: Likewise.
456 * time/tzset.c: Likewise.
457
68e8dcc7
UD
4582000-02-21 Ulrich Drepper <drepper@redhat.com>
459
384cbe9b
UD
460 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add
461 getrlimit@GLIBC_2.0.
462 Reported by Yoshito Kawada <KAWADA@jp.ibm.com>.
463
5c5a9e9c
UD
464 * sysdeps/unix/sysv/linux/powerpc/setrlimit64.c: Removed.
465 Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
466
7fe15ff0
UD
467 * elf/elf.h (ELF32_ST_OTHER): Removed.
468 (ELF64_ST_OTHER): Likewise.
469
3f51c97e
UD
470 * sysdeps/alpha/fpu/fpu_control.h: Update comment.
471
68e8dcc7
UD
472 * malloc/Makefile (tests): Add tst-valloc.
473 * malloc/tst-valloc.c: New file.
474
bfaf0bbb
UD
4752000-02-21 Andreas Jaeger <aj@suse.de>
476
477 * sysdeps/unix/sysv/linux/bits/in.h (IPV6_RXSRCRT): Renamed to
478 IPV6_RTHDR; added IPV6_RTHDR_LOOSE, IPV6_RTHDR_STRICT and
479 IPV6_RTHDR_TYPE_0 to synch with RFC 2292.
480 * sysdeps/generic/bits/in.h: Likewise.
481
4822000-02-21 Ulrich Drepper <drepper@redhat.com>
483
484 * po/gl.po: Update from translation team.
485
486 * timezone/antarctica: Update from tzdata2000b.
487 * timezone/asia: Likewise.
488 * timezone/australasia: Likewise.
489 * timezone/europe: Likewise.
490
491 * malloc/malloc.c (vALLOc): Call ptmalloc_init before mEMALIGn
492 call to initialize malloc_getpagesize.
493 (pvALLOc): Likewise.
494
782a9fe7
UD
4952000-02-20 Ulrich Drepper <drepper@redhat.com>
496
497 * po/it.po: Update from translation team.
498
beef9526
UD
4992000-02-20 Philip Blundell <philb@gnu.org>
500
501 * sysdeps/unix/sysv/linux/arm/mmap64.S: Fix off by one error.
502
ad8d58c1
UD
5032000-02-20 Ulrich Drepper <drepper@redhat.com>
504
505 * sunrpc/rpc_main.c (checkfiles): Add comment to help translators.
506
507 * po/de.po: Update from translation team.
508
99bd22d6
UD
5092000-02-19 Ulrich Drepper <drepper@redhat.com>
510
e6676ca3 511 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Add definition of
3372bbf8 512 _libc_fpreg and _libc_fpstate and use it to define fpregset_t.
e6676ca3
UD
513 * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prgregset_t): Define
514 using elf_gregset_t.
515 (prfpregset_t): Define using elf_fpregset_t.
516
99bd22d6
UD
517 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Make fpregset_t
518 definition compatible with definition in 2.1.2 and before.
519 (struct ucontext): Use fpregset_t.
520 * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t): Define
521 as pointer to fpregset_t.
522
64acf8ed
UD
5232000-02-18 Ulrich Drepper <drepper@redhat.com>
524
c9fccff8
UD
525 * string/bits/string2.h (strnlen): Add cast to prevent warning.
526
64acf8ed
UD
527 * nscd/connections.c (handle_request): Don't abort() if unknown
528 command is sent.
529
60c4f8eb
UD
5302000-02-17 Ulrich Drepper <drepper@redhat.com>
531
532 * nscd/hstcache.c (cache_addhst): Don't cache name->record entries
533 if more than one IP address is available.
534
90ab3020
UD
5352000-02-17 Jakub Jelinek <jakub@redhat.com>
536
537 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Sync with kernel.
538
06f1b702
UD
5392000-02-16 Ulrich Drepper <drepper@redhat.com>
540
b2386e4e
UD
541 * locale/programs/charmap.c (charmap_read): Find charmap also in
542 the standard directory.
543
f065a05b
UD
544 * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Correct prototype for
545 __syscall_mmap2.
546
de4bd084
UD
547 * sysdeps/unix/sysv/linux/execve.c: Pretty print.
548
06f1b702
UD
549 * po/it.po: New file.
550 * po/pl.po: Update from translation team.
551
109014ca
UD
5522000-02-16 Andreas Jaeger <aj@suse.de>
553
554 * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Fix return
555 value.
556
5572000-02-16 Andreas Jaeger <aj@suse.de>
558
559 * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c (ftruncate64): Fix
560 typo.
561
1dc23588
UD
5622000-02-15 Andreas Jaeger <aj@suse.de>
563
564 * sysdeps/i386/fpu/libm-test-ulps: Add one value for AMD K7.
565
5662000-02-15 Andreas Jaeger <aj@suse.de>
567
568 * math/libm-test.inc (nearbyint_test): Add some tests.
569 (rint_test): Likewise.
570
ec91ea7c
UD
5712000-02-14 Ulrich Drepper <drepper@redhat.com>
572
1c95408c
UD
573 * locale/programs/repertoire.c (repertoire_new_char): NUL
574 terminated names of character in range.
575
e115dbd7
UD
576 * stdio-common/vfprintf.c (vfprintf): Initialize thousands_sep.
577 Define and initialize use_outdigits in the inner loops.
578
ec91ea7c
UD
579 * sysdeps/posix/sigwait.c: Don't look for signal 0 since it does
580 not exist. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1601).
581
582 * sysdeps/i386/fpu/s_nearbyint.S: Disable raising exception, not
583 enable it. Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1600).
584 * sysdeps/i386/fpu/s_nearbyintf.S: Likewise.
9e7e3719 585 * sysdeps/i386/fpu/s_nearbyintl.S: Likewise.
ec91ea7c 586
1ca7cbcb
UD
5872000-02-14 Andreas Jaeger <aj@suse.de>
588
589 * elf/rtld.c (dl_main): Fix check for references to dynamic linker.
590
7c437eb8
UD
5912000-02-14 Ulrich Drepper <drepper@redhat.com>
592
a496e4ce
UD
593 * manual/job.texi: Fix typos.
594 * manual/process.texi: Likewise.
595 * manual/signal.texi: Likewise.
596
7c437eb8
UD
597 * sysdeps/powerpc/atomicity.h: Remove white space to avoid
598 compiler warning.
599
9e7e3719 6002000-02-14 Scott Bambrough <scottb@netwinder.org>
5b26325f
UD
601
602 * sysdeps/unix/sysv/linux/arm/ioperm.c (_iopl, _ioperm): Add
603 Rebel-NetWinder to platform table so _ioperm platform lookup via
604 /proc/cpuinfo works on later version NetWinders.
605
7cdd956e
UD
6062000-02-13 Ulrich Drepper <drepper@redhat.com>
607
22f55fef
UD
608 * locale/programs/charmap.c (charmap_read): Remove erronous free
609 call.
610
87a27b33
UD
611 * sysdeps/i386/fpu/s_cosf.S: Domain of opcode is not large enough
612 so test for overflow and handle it.
613 * sysdeps/i386/fpu/s_sinf.S: Likewise.
614 * sysdeps/i386/fpu/s_tanf.S: Likewise.
615 Patch by Miloslav Trmac <mitr@volny.cz> (PR libc/1563).
616
7cdd956e
UD
617 * iconvdata/Makefile (modules): Add UTF-16.
618 (distribute): Add utf-16.c.
619 * iconvdata/gconv-modules: Add entries for UTF-16, UTF-16BE, and
620 UTF-16LE.
621 * iconvdata/utf-16.c: New file.
622 * iconv/gconv_builtin.h: Remove UTF-16 entries here.
623 * iconv/gconv_simple.c: Remove conversion functions to and from UTF-16.
3ef8d0a9 624 PR libc/1580 and libc/1581.
7cdd956e 625
22f55fef 626 * iconv/skeleton.c: Increment __invocation_counter after every call
7cdd956e
UD
627 to the loops.
628
46661856
UD
6292000-02-12 Andreas Jaeger <aj@suse.de>
630
631 * sysdeps/unix/sysv/linux/i386/msgctl.c (__new_msgctl): Move errno
632 declaration to place where it's needed to avoid compiler warning.
633 * sysdeps/unix/sysv/linux/i386/semctl.c (__new_semctl): Likewise.
634
b02b9253
UD
6352000-02-12 Ulrich Drepper <drepper@redhat.com>
636
46661856
UD
637 * locale/weightwc.h (findidx): Correct find index value.
638
b02b9253
UD
639 * locale/nl_langinfo.h: Add casts to prevent warnings.
640
641 * wctype/iswctype_l.c: Use correct types for mapped data.
642 * wctype/wcfuncs.c: Add one more comment for clarification.
643 * wctype/wcfuncs_l.c: Use __ctype32_tolower and __ctype32_toupper.
644 * wctype/wctrans.c: Likewise.
645
8850cf21
AJ
6462000-02-12 Andreas Jaeger <aj@suse.de>
647
648 * sysdeps/mips/dl-machine.h (__start): Rewritten for 2.2 startup
649 conventions.
650 (elf_machine_rel): Use R_MIPS_REL32 for RESOLVE.
651 (elf_machine_runtime_setup,elf_machine_got_rel): Move at end of
652 file and make dependend on RESOLVE.
653 (ELF_MACHINE_RUNTIME_TRAMPOLINE): Fix arguments to _dl_lookup_symbol.
654 (RESOLVE_GOTSYM): Fix arguments to _dl_lookup_symbol.
655
a58a4763
UD
6562000-02-11 Ulrich Drepper <drepper@redhat.com>
657
e87f0c33
UD
658 * sysdeps/unix/sysv/linux/i386/shmctl.c: Fix handling of save_errno.
659
a58a4763
UD
660 * locale/langinfo.h: Make CRNCYSTR a separate entry instead of an
661 alias for CURRENCY_SYMBOL.
662 * locale/programs/ld-monetary.c: Add support to write out CRNCYSTR
663 information. [PR libc/1583].
664
740c2239
UD
6652000-02-08 Shinya Hanataka <hanataka@abyss.rim.or.jp>
666
667 * locale/weightwc.h: Fix problem with collating-element.
668
669 * locale/programs/ld-collate.c (collate_finish): Output wide
670 character collating-symbol, which has no wide strings.
671
672 * locale/programs/ld-collate.c (collate_output): Fix problem with
673 wide character collating-element.
674
f9a7302f
UD
6752000-02-09 Andreas Jaeger <aj@suse.de>
676
677 * time/strptime.c (strptime_internal): Fix pointer dereference.
678 Patch by Juergen Heinzl <juergen@monocerus.demon.co.uk>, closes PR
679 libc/1591.
680
d6c5fe3a
UD
6812000-02-08 Jakub Jelinek <jakub@redhat.com>
682
683 * sysdeps/unix/sysv/linux/alpha/msgctl.c: New file.
684 * sysdeps/unix/sysv/linux/alpha/semctl.c: New file.
685 * sysdeps/unix/sysv/linux/alpha/shmctl.c: New file.
686 * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgctl, semctl,
687 shmctl): Make them EXTRA as __old_* and as GLIBC_2.0 symbols.
688 * sysdeps/unix/sysv/linux/alpha/Makefile: Add oldmsgctl, oldsemctl
689 and oldshmctl to sysdep-routines.
690
3088979f
UD
6912000-02-08 Andreas Jaeger <aj@suse.de>
692
693 * locale/programs/locale.c (write_locales): Fix handling of
694 whitespace lines.
695 Fixes PR libc/1588, reported by Miroslav Holcak
696 <miroslav.holcak@vitkovice.cz>.
697
cf0fac8b
UD
6982000-02-07 Thorsten Kukuk <kukuk@suse.de>
699
700 * config.make.in: Add infodir.
701 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Sync with kernel
702 header files.
703
763125d1
UD
7042000-02-11 Ulrich Drepper <drepper@redhat.com>
705
f6a73450
UD
706 * posix/getopt.c: Suppress messages if first character of
707 optstring is a colon (PR libc/1584).
708
f1c9f20c
UD
709 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Define ELF_* constants
710 and elf_* types to interpret values passed up from the kernel.
711 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
712
763125d1
UD
713 * locale/nl_langinfo.c: Correct return value in error case. Don't
714 set errno (PR libc/1582).
6941c42a 715 * manual/locale.texi: Update to reflect change.
763125d1 716
586599b5
UD
7172000-02-02 Andreas Schwab <schwab@suse.de>
718
719 * malloc/Makefile (distribute): Add memprof.h.
720 * malloc/memprof.c: Move definition of GETSP and GETTIME to new
721 header memprof.h.
722 * sysdeps/generic/memprof.h: New file.
723 * sysdeps/alpha/memprof.h: New file.
724 * sysdeps/i386/memprof.h: New file.
725 * sysdeps/m68k/memprof.h: New file.
726 * sysdeps/mips/memprof.h: New file.
727 * sysdeps/powerpc/memprof.h: New file.
728 * sysdeps/sparc/memprof.h: New file.
729
cd090f71
UD
7302000-02-01 Jakub Jelinek <jakub@redhat.com>
731
732 * sysdeps/unix/sysv/linux/getresgid.c: Move...
733 * sysdeps/unix/sysv/linux/i386/getresgid.c: ...here.
734 (getresgid): Use getresgid32 if __libc_missing_32bit_uids
735 is -1 or 0.
736 * sysdeps/unix/sysv/linux/getresuid.c: Move...
737 * sysdeps/unix/sysv/linux/i386/getresuid.c: ...here.
738 (getresuid): Use getresuid32 if __libc_missing_32bit_uids
739 is -1 or 0.
740 * sysdeps/unix/sysv/linux/i386/getuid.c: Document new tristate
741 __libc_missing_32bit_uids.
742 (__getuid): Use 32bit uid syscall if __libc_missing_32bit_uids is
743 -1 or 0.
744 * sysdeps/unix/sysv/linux/i386/chown.c (__real_chown): Likewise.
745 * sysdeps/unix/sysv/linux/i386/fchown.c (__fchown): Likewise.
746 * sysdeps/unix/sysv/linux/i386/getegid.c (__getegid): Likewise.
747 * sysdeps/unix/sysv/linux/i386/geteuid.c (__geteuid): Likewise.
748 * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Likewise.
749 * sysdeps/unix/sysv/linux/i386/getgid.c (__getgid): Likewise.
750 * sysdeps/unix/sysv/linux/i386/lchown.c (__lchown): Likewise.
751 * sysdeps/unix/sysv/linux/i386/setfsgid.c (setfsgid): Likewise.
752 * sysdeps/unix/sysv/linux/i386/setfsuid.c (setfsuid): Likewise.
753 * sysdeps/unix/sysv/linux/i386/setgid.c (__setgid): Likewise.
754 * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Likewise.
755 * sysdeps/unix/sysv/linux/i386/setregid.c (__setregid): Likewise.
756 * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Likewise.
757 * sysdeps/unix/sysv/linux/i386/setresuid.c (__setresuid): Likewise.
758 * sysdeps/unix/sysv/linux/i386/setreuid.c (__setreuid): Likewise.
759 * sysdeps/unix/sysv/linux/i386/setuid.c (__setuid): Likewise.
760 * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.
761 * sysdeps/unix/sysv/linux/arm/getresuid.c: New file.
762 * sysdeps/unix/sysv/linux/arm/getresgid.c: New file.
763 * sysdeps/unix/sysv/linux/arm/msgctl.c: New file.
764 * sysdeps/unix/sysv/linux/arm/semctl.c: New file.
765 * sysdeps/unix/sysv/linux/arm/shmctl.c: New file.
766 * sysdeps/unix/sysv/linux/i386/msgctl.c: New file.
767 * sysdeps/unix/sysv/linux/i386/semctl.c: New file.
768 * sysdeps/unix/sysv/linux/i386/shmctl.c: New file.
769 * sysdeps/unix/sysv/linux/m68k/getresgid.c: New file.
770 * sysdeps/unix/sysv/linux/m68k/getresuid.c: New file.
771 * sysdeps/unix/sysv/linux/m68k/msgctl.c: New file.
772 * sysdeps/unix/sysv/linux/m68k/semctl.c: New file.
773 * sysdeps/unix/sysv/linux/m68k/shmctl.c: New file.
774 * sysdeps/unix/sysv/linux/sparc/sparc32/msgctl.c: New file.
775 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: New file.
776 * sysdeps/unix/sysv/linux/sparc/sparc32/shmctl.c: New file.
777 * sysdeps/unix/sysv/linux/mips/syscalls.list (getresuid):
778 Make syscall directly, no stubs needed.
779 (getresgid): Likewise.
780 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (getresuid):
781 Likewise.
782 (getresgid): Likewise.
783
a1d84548
UD
7842000-02-11 Ulrich Drepper <drepper@redhat.com>
785
b168cff2
UD
786 * iconvdata/gconv-modules: Add aliases CN-GB and CN-BIG5.
787 Reported by Bruno Haible <haible@ilog.fr>.
788
a1d84548
UD
789 * stdio-common/printf-parse.h (parse_one_spec): Set wide elements.
790
791 * stdio-common/printf_fp.c: Truely support wide characater output.
792 Finally handle decimal points and thousands separator characters
793 correctly for multibyte output.
794 * stdio-common/printf_size.c: Likewise.
795 * sysdeps/generic/printf_fphex.c: Likewise.
796 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
797
798 * stdio-common/vfscanf.c: Implement I modifier for numbers to read
799 locale dependent digits.
800
801 * locale/C-monetary.c (_nl_C_LC_MONETARY): Change wide character
802 decimal point and thousands separator values to wide characters from
803 wide character strings.
804 * locale/C-numeric.c (_nl_C_LC_NUMERIC): Likewise.
805
806 * locale/indigitswc.h: Dereference wcdigits array elements.
807
8082000-02-03 Jakub Jelinek <jakub@redhat.com>
809
810 * stdlib/canonicalize.c (canonicalize): Zero terminate
811 path to copy on error.
812
8132000-02-01 Cristian Gafton <gafton@redhat.com>
814
815 * misc/syslog.c (closelog): Reset LogType to SOCK_DGRAM.
816
8172000-01-31 Philip Blundell <philb@gnu.org>
818
819 * sysdeps/arm/fpu/fpu_control.h (_FPU_DEFAULT): Set the AC bit.
820
8212000-01-31 Andreas Jaeger <aj@suse.de>
822
823 * intl/Makefile (generated): msgs.h is generated.
824
825 * localedata/Makefile (generated-dirs): Add de_DE.437.
826
8272000-01-31 Jakub Jelinek <jakub@redhat.com>
828
829 * config.make.in: Allow default localedir to come from configure.
830 * configure.in: Export libc_cv_localedir.
831 * sysdeps/unix/sysv/linux/configure.in: For sparc64, put locale
832 stuff into $exec_prefix/lib/locale because it can be shared between
833 32bit and 64bit libraries.
834 * configure: Rebuilt.
835 * sysdeps/unix/sysv/linux/configure: Rebuilt.
836
8372000-01-31 Andreas Jaeger <aj@suse.de>
838
839 * inet/tst-network.c: New file.
840 * inet/Makefile (tests): Add tst-network.
841
842 * inet/inet_net.c (inet_network): Don't overwrite memory or allow
843 to great last digits.
844
69151eeb
AJ
8452000-02-10 Andreas Jaeger <aj@suse.de>
846
847 * sysdeps/unix/sysv/linux/mips/clone.S: Rewritten.
848 Based on a patch by Hiroyuki Machida <machida@sm.sony.co.jp>.
849
5a5b6a3a
AJ
8502000-02-09 Andreas Jaeger <aj@suse.de>
851
852 * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Add new syscalls.
853
854 * sysdeps/unix/sysv/linux/mips/syscalls.list: Add missing syscalls.
855
046219c7
AJ
8562000-02-08 Andreas Jaeger <aj@suse.de>
857
c03eebe1
AJ
858 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h (GET_PC): Fix typo.
859
8308c68b 860 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
c03eebe1 861 Make it compile.
8308c68b 862
af6eca30
AJ
863 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Remove members
864 c_ispeed and c_ospeed which are not implemented.
865
046219c7
AJ
866 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Define __libc_* variant
867 for cancelation wrapper; use __ASSUME_PWRITE_SYSCALL macro.
868 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
869 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
870 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
871
93594832
AJ
8722000-02-05 Andreas Jaeger <aj@suse.de>
873
874 * sysdeps/unix/sysv/linux/mips/bits/mman.h (MS_SYNC): 0 will not
875 work - set to 4 in accordance with changes made in the Linux/MIPS
876 kernel. Using MS_SYNC on older kernels with MS_SYNC == 0 doesn't
877 actually work.
878
dd569f04
AJ
8792000-02-04 Andreas Jaeger <aj@suse.de>
880
881 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Use correct values for
882 the defines.
883
156d6b9a
AJ
8842000-02-03 Andreas Jaeger <aj@suse.de>
885
49104148
AJ
886 * sysdeps/mips/abort-instr.h: New file.
887
156d6b9a
AJ
888 * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: New file.
889
890 * sysdeps/unix/sysv/linux/mips/register-dump.h: New file.
891
892 * sysdeps/mips/stackinfo.h: New file.
893
66ade017
AJ
8942000-02-01 Andreas Jaeger <aj@suse.de>
895
26637481
AJ
896 * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove duplicates.
897
399fe941
AJ
898 * sysdeps/unix/sysv/linux/mips/lxstat.c: Removed, we can use the
899 generic function.
900 * sysdeps/unix/sysv/linux/mips/fxstat.c: Likewise.
901
a745f3f2
AJ
902 * sysdeps/unix/sysv/linux/mips/init-first.h: New file, from Ralf
903 Baechle <ralf@gnu.org>.
904
905 * sysdeps/unix/sysv/linux/mips/brk.c: New file.
906
aaac6772
AJ
907 * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Add missing ints.
908
66ade017
AJ
909 * sysdeps/mips/elf/start.S: Rewritten for __libc_start_main.
910
f296f567
UD
9112000-01-31 Andreas Jaeger <aj@suse.de>
912
913 * inet/inet_net.c (inet_network): Synch with bind 8.2.2. Fixes PR
914 libc/1567.
915
4d76a0ec
UD
9162000-01-30 Ulrich Drepper <drepper@redhat.com>
917
8a94dfe4
UD
918 * sysdeps/alpha/fpu/feholdexcpt.c: Correct return value according to
919 the standard.
920 * sysdeps/alpha/fpu/fesetround.c: Likewise.
921 * sysdeps/arm/fpu/feholdexcpt.c: Likewise.
922 * sysdeps/arm/fpu/fesetround.c: Likewise.
923 * sysdeps/generic/feholdexcpt.c: Likewise.
924 * sysdeps/generic/fesetround.c: Likewise.
925 * sysdeps/i386/fpu/feholdexcpt.c: Likewise.
926 * sysdeps/i386/fpu/fesetround.c: Likewise.
927 * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
928 * sysdeps/m68k/fpu/fesetround.c: Likewise.
929 * sysdeps/mips/fpu/fesetround.c: Likewise.
930 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
931 * sysdeps/powerpc/fpu/fesetround.c: Likewise.
932 * sysdeps/sparc/fpu/feholdexcpt.c: Likewise.
933 * sysdeps/sparc/fpu/fesetround.c: Likewise.
934 Patch by Miloslav Trmac <mitr@volny.cz>.
935
4d76a0ec
UD
936 * locale/programs/ld-collate.c (struct locale_collate_t): Change
937 type of plane_size and plane_cnt to uint32_t.
938 Reported by Jakub Jelinek.
939
9402000-01-29 Jakub Jelinek <jakub@redhat.com>
b6aa34eb 941
4d76a0ec
UD
942 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
943 (SYSCALL_ERROR_HANDLER): Optimize.
944 (__SYSCALL_STRING, __SYSCALL_CLOBBERS): Define.
945 Include linux/sparc/sysdep.h.
946 Use a different guard define than linux/sparc/sysdep.h.
947 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Remove
948 stubs for inlined syscalls.
949 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
950 (SYSCALL_ERROR_HANDLER): Optimize.
951 (__SYSCALL_STRING, __SYSCALL_CLOBBERS): Define.
952 Include linux/sparc/sysdep.h.
953 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Remove
954 stubs for inlined syscalls.
955 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction):
956 Use INLINE_SYSCALL.
957 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Remove.
958 * sysdeps/unix/sysv/linux/sparc/sysdep.h: New file.
959
9602000-01-29 Ulrich Drepper <drepper@redhat.com>
f296f567 961
b6aa34eb
UD
962 * locale/loadlocale.c (_nl_load_locale): Optimize a bit. Pretty
963 print. Add checks for _POSIX_MMAPPED_FILES where necessary.
964 (_nl_unload_locale): If locale data was mmapped use munmap.
965
9662000-01-29 Andreas Jaeger <aj@suse.de>
967
968 * sysdeps/unix/sysv/linux/i386/sys/io.h: Add missing ints, use
969 _EXTERN_INLINE, compile inline assembler functions only with gcc.
970
9712000-01-29 Ulrich Drepper <drepper@redhat.com>
972
973 * catgets/catgets.c (catopen): Handle NL_CAT_LOCALE correctly.
974 * catgets/gencat.c (read_input_file): Remove messages correctly.
975 * catgets/open_catalog.c (__open_catalog): Handle trailing colons and
976 adjacent colons correctly. Correct loops to read territory and
977 and codeset part.
978 Patches by Geoff Clare <gwc@unisoft.com> (PR libc/1559).
979
980 * rt/aio_misc.c (get_elem): Assign pointer to new row to correct
981 pool entry.
982 Patch by Jens Moeller <jens.moeller@waii.com> (PR libc/1558).
983
9842000-01-28 Jakub Jelinek <jakub@redhat.com>
985
986 * sysdeps/unix/sysv/linux/arm/Versions: Export the new *rlimit
987 interface with symbol version GLIBC_2.2.
988 * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
989 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
990 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
991 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
992
9932000-01-27 Scott Bambrough <scottb@netwinder.org>
994
995 * sysdeps/unix/sysv/linux/arm/Makefile: Backout rlimit changes for
996 resource directory.
997 * sysdeps/unix/sysv/linux/arm/syscalls.list: Backout changes for
998 versioning setrlimit and getrlimit.
999
10002000-01-27 Andreas Jaeger <aj@suse.de>
1001
1002 * sysdeps/powerpc/fpu/libm-ulps: Renamed to ...
1003 * sysdeps/powerpc/fpu/libm-test-ulps: ...this.
1004
10052000-01-27 Ruediger Oertel <ro@suse.de>
1006
1007 * sysdeps/unix/sysv/linux/i386/sys/io.h: Change "::" to ": :" for g++.
1008
aec103d3
UD
10092000-01-29 Ulrich Drepper <drepper@redhat.com>
1010
6770573a
UD
1011 * locale/programs/ld-numeric.c (numeric_output): Increment cnt in
1012 correct place to avoid uninitialized memory passed to writev.
1013
aec103d3 1014 * locale/programs/ld-monetary.c (STR_ELEM_WC): Fix test for too
0d54f746
UD
1015 long string in definition.Only enable returning wide character
1016 strings if really needed.
aec103d3
UD
1017 * locale/programs/ld-numeric.c (STR_ELEM): Likewise.
1018
1019 * configure.in: Add check for recent enough sed version.
1020
710832e5
UD
10212000-01-28 Ulrich Drepper <drepper@redhat.com>
1022
1023 * stdio-common/vfprintf.c [COMPILE_WPRINT] (_i18n_itoa_word,
1024 _i18n_itoa): Fix parameter lists.
4295702f
UD
1025
1026 * locale/C-monetary.c: Add initializers for new fields.
1027 * locale/C-numeric.c: Likewise.
1028 * locale/Makefile (distribute): Add indigits.h, indigitswc.h,
1029 outdigits.h, and outdigitswc.h.
1030 * locale/langinfo.h: Add _NL_MONETARY_DECIMAL_POINT_WC,
1031 _NL_MONETARY_THOUSANDS_SEP_WC, _NL_NUMERIC_DECIMAL_POINT_WC,
1032 and _NL_NUMERIC_THOUSANDS_SEP_WC.
1033 * locale/indigits.h: New file.
1034 * locale/indigitswc.h: New file.
1035 * locale/outdigits.h: New file.
1036 * locale/outdigitswc.h: New file.
1037 * locale/programs/ld-monetary.c: Write out decimal point and
1038 thousands separator info in wide character form.
1039 * locale/programs/ld-numeric.c: Likewise.
1040 * stdio-common/Makefile (routines): Add _i18n_itoa and _i18n_itowa.
1041 (distribute): Add _i18n_itoa.h and _i18n_itowa.h.
1042 * stdio-common/_i18n_itoa.c: New file.
1043 * stdio-common/_i18n_itoa.h: New file.
1044 * stdio-common/_i18n_itowa.c: New file.
1045 * stdio-common/_i18n_itowa.h: New file.
1046 * stdio-common/printf-parse.h: Parse 'I' flag.
1047 * stdio-common/printf.h (struct printf_info): Add i18n field.
1048 * stdio-common/vfprintf.c: Implement 'I' flag to print using locales'
1049 outdigits.
1050
053cc7bb
GK
10512000-01-27 Geoff Keating <geoffk@cygnus.com>
1052
1053 * csu/Makefile ($(objpfx)version-info.h): Don't use echo -n
1054 unnecessarily.
1055
1056 * sysdeps/unix/sysv/linux/kernel-features.h
1057 (__ASSUME_STAT64_SYSCALL, __ASSUME_TRUNCATE64_SYSCALL,
1058 __ASSUME_NEW_GETRLIMIT_SYSCALL): Define on powerpc for kernels >=
1059 2.3.35.
1060
1061 * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: New file.
1062 * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: New file.
1063 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: New file.
1064 * sysdeps/unix/sysv/linux/powerpc/getrlimit64.c: New file.
1065 * sysdeps/unix/sysv/linux/powerpc/mmap64.c: New file.
1066 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: New file.
1067 * sysdeps/unix/sysv/linux/powerpc/setrlimit64.c: New file.
1068 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add
1069 s_fstat64, s_ftruncate64, s_lstat64, s_mmap2, s_stat64,
1070 s_truncate64.
1071 * sysdeps/unix/sysv/linux/powerpc/truncate64.c: New file.
1072 * sysdeps/unix/sysv/linux/powerpc/Versions: New file.
1073
1074 * sysdeps/unix/sysv/linux/powerpc/brk.S [!PIC]: Don't access
1075 __curbrk off the small data area register. Reported by
1076 Andrew Haley <aph@pasanda.cygnus.co.uk>.
1077
fc71a2d4
UD
10782000-01-26 Andreas Jaeger <aj@suse.de>
1079
1080 * Make-dist (+sysdep-tscrs): Add libm-test-ulps.
1081
10822000-01-26 Ulrich Drepper <drepper@cygnus.com>
1083
1084 * locale/Makefile (distribute): Remove nonexisting files.
1085 * sysdeps/powerpc/Dist: Move FPU specific files to...
1086 * sysdeps/powerpc/fpu/Dist: ...here. New file.
1087 * nss/Makefile: Distribute files for new libdb interface.
1088 * math/Makefile (distribute): Add README.libm-test.
1089 Patch by Andreas Jaeger.
1090
af507979
UD
10912000-01-26 David McCann <david.mccann@alcatel.at>
1092
1093 * libio/libioP.h [!_G_HAVE_MMAP]: Define ALLOC_WBUF.
1094
31c7d52c
UD
10952000-01-25 Andreas Jaeger <aj@suse.de>
1096
1097 * sysdeps/unix/sysv/linux/configure.in: Set CPPFLAGS for kernel
1098 version check since we're using cpp.
1099
9dbcebe8
UD
11002000-01-26 Jakub Jelinek <jakub@redhat.com>
1101
1102 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getresgid):
1103 Fix a typo.
1104
11052000-01-26 Andreas Jaeger <aj@suse.de>
1106
1107 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Avoid warning
1108 about unitialised variable kbuf.
1109 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
1110 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
1111
4b1c1a6f
UD
11122000-01-26 Ulrich Drepper <drepper@cygnus.com>
1113
1114 * locale/programs/ld-collate.c (check_duplicate): Fix printing of error
1115 messages.
1116 (collate_read): Remove unnecessary `if'.
1117
47924894
UD
11182000-01-25 Ulrich Drepper <drepper@cygnus.com>
1119
4e2e9999
UD
1120 * libio/fileops.c (_IO_new_file_open): Recognize ,ccs= in mode string
1121 and load appropriate conversions.
1122 * libio/iofwide.c (__libio_codecvt): Renamed from libio_codecvt and
1123 made global.
1124 * libio/libioP.h: Declare __libio_codecvt.
1125 * manual/stdio.texi: Document ,ccs= option for fopen.
1126 * wcsmbs/wcsmbsload.c (__wcsmbs_named_conv): New function.
1127 * wcsmbs/wcsmbsload.h (__wcsmbs_named_conv): Declare.
1128
1129 * libio/iofclose.c: Free conversion data if stream was wide-oriented.
1130
1131 * sysdeps/unix/sysv/linux/i386/Dist: Add sys/io.h.
1132
c36897fb
UD
1133 * sysdeps/unix/sysv/linux/Dist: Remove sys/io.h.
1134
47924894
UD
1135 * posix/fnmatch_loop.c: Fix problem with FNM_LEADING_DIR.
1136 * posix/testfnm.c: Add a few more tests. Rearrange test output.
1137
1827fc4c
UD
11382000-01-25 Andreas Schwab <schwab@suse.de>
1139
1140 * posix/testfnm.c: Add new test case. Use FNM_PATHNAME instead of
1141 FNM_FILE_NAME consistently.
1142
d6f7f7bd
UD
11432000-01-25 Ulrich Drepper <drepper@cygnus.com>
1144
1827fc4c
UD
1145 * posix/fnmatch.c: Define STRCOLL appropriately for the loop
1146 definition.
1147 * posix/fnmatch_loop.c: Undefine STRCOLL.
1148
1149 * sysdeps/unix/sysv/linux/i386/fxstat.c: Correct code to handle
1150 kernels with stat64 support.
1151 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise
1152 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
1153 Patch by SL Baur <steve@xemacs.org>.
1154
d6f7f7bd
UD
1155 * string/strxfrm.c: Don't count in the terminating NUL byte/word.
1156
9de4e203
UD
11572000-01-24 Paul Eggert <eggert@twinsun.com>
1158
1159 * posix/fnmatch_loop.c (FCT): Use locale's collating sequence when
1160 deciding whether a character falls within a character range.
1161
11622000-01-24 Paul Eggert <eggert@twinsun.com>
1163
1164 * posix/fnmatch_loop.c (FCT): When matching [A-Z] and folding case,
1165 lower-case A too.
1166
11672000-01-24 Thorsten Kukuk <kukuk@suse.de>
1168
1169 * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove old[gs]etrlimit.
1170
14a6b4e4
UD
11712000-01-23 Paul Eggert <eggert@twinsun.com>
1172
1173 * posix/regex.c (GET_UNSIGNED_NUMBER): Allow only ASCII digits.
1174
11752000-01-23 Paul Eggert <eggert@twinsun.com>
1176
1177 * posix/regex.c (compile_range): When matching a character
1178 range, use the current collating sequence, as POSIX requires.
1179
f00ebd7f
UD
11802000-01-25 Ulrich Drepper <drepper@cygnus.com>
1181
1182 * string/argz-stringify.c: Handle case of missing \0 at the end of
1183 the given argz.
1184
973209d8
UD
11852000-01-24 Ulrich Drepper <drepper@cygnus.com>
1186
488fb3c7
UD
1187 * nscd/hstcache.c: Don't count in mapped IPv6 addresses in total
1188 size anymore.
1189
db76d943
UD
1190 * locale/programs/ld-collate.c (collate_output): Also handle
1191 IGNOREd characters in the simple way when generating the multibyte
1192 table.
1193
1194 * locale/programs/ld-ctype.c (allocate_arrays): Move codeset_name
1195 handling to ...
1196 (ctype_finish): ...here. Check for missing codeset name.
1197
973209d8
UD
1198 * sysdeps/unix/sysv/linux/Dist: Add ipc_priv.h.
1199 * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
1200
12012000-01-24 Jakub Jelinek <jakub@redhat.com>
1202
1203 * sysdeps/unix/sysv/linux/bits/ipc.h: Move private decls...
1204 * sysdeps/unix/sysv/linux/ipc_priv.h: ...here.
1205 * sysdeps/unix/sysv/linux/bits/msq.h: Move private decls...
1206 * sysdeps/unix/sysv/linux/msgctl.c: ...here. Include ipc_priv.h.
1207 * sysdeps/unix/sysv/linux/bits/sem.h: Move private decls...
1208 * sysdeps/unix/sysv/linux/semctl.c: ...here. Include ipc_priv.h.
1209 * sysdeps/unix/sysv/linux/bits/shm.h: Move private decls...
1210 * sysdeps/unix/sysv/linux/shmctl.c: ...here. Include ipc_priv.h.
1211 * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Move private decls...
1212 * sysdeps/unix/sysv/linux/alpha/ipc_priv.h: ...here.
1213 * sysdeps/unix/sysv/linux/alpha/bits/msq.h: Remove private decls.
1214 * sysdeps/unix/sysv/linux/alpha/bits/sem.h: Likewise.
1215 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1216 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
1217 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
1218 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
1219 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1220 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Include ipc_priv.h.
1221 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Likewise.
1222 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Likewise.
1223 * sysdeps/unix/sysv/linux/msgget.c: Likewise.
1224 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
1225 * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
1226 * sysdeps/unix/sysv/linux/semget.c: Likewise.
1227 * sysdeps/unix/sysv/linux/semop.c: Likewise.
1228 * sysdeps/unix/sysv/linux/shmat.c: Likewise.
1229 * sysdeps/unix/sysv/linux/shmdt.c: Likewise.
1230 * sysdeps/unix/sysv/linux/shmget.c: Likewise.
1231
e645ed3a
UD
12322000-01-24 Jakub Jelinek <jakub@redhat.com>
1233
1234 * sysdeps/unix/sysv/linux/arm/bits/resource.h: New file.
1235 * sysdeps/unix/sysv/linux/arm/Makefile: Remove oldsetrlimit64.c.
1236 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
1237 * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
1238 * sysdeps/unix/sysv/linux/arm/Versions: Remove
1239 setrlimit64@GLIBC_2.1.3.
1240 * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
1241 * sysdeps/unix/sysv/linux/arm/oldsetrlimit64.c: Remove.
1242 * sysdeps/unix/sysv/linux/i386/oldsetrlimit64.c: Likewise.
1243 * sysdeps/unix/sysv/linux/arm/setrlimit64.c: Likewise.
1244 * sysdeps/unix/sysv/linux/i386/setrlimit64.c: Likewise.
1245 * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Call __new_getrlimit,
1246 so that setrlimit64@GLIBC_2.1 can report limits above 2G.
1247 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getrlimit,
1248 setrlimit): Remove syscall stubs, add normal syscalls.
1249 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (setrlimit):
1250 Remove syscall stub.
1251
608cc1f0
UD
12522000-01-22 Andreas Jaeger <aj@suse.de>
1253
1254 * localedata/tst-locale.sh: Enable test for de_DE.437.
1255
b8de3ffc
UD
12562000-01-23 Ulrich Drepper <drepper@cygnus.com>
1257
1258 * string/Versions: Export __strndup.
1259
c1301d9a
UD
12602000-01-23 Philip Blundell <philb@gnu.org>
1261
1262 Add basic support for RPC over IPv6:
1263 * sunrpc/rpc/svc.h (struct SVCXPRT): Use `struct sockaddr_storage'
1264 for remote address.
1265 (svcudp6_create, svcudp6_bufcreate, svctcp6_create): New
1266 prototypes.
1267 * sunrpc/rpc/clnt.h (clnttcp6_create, clntudp6_create,
1268 clntudp6_bufcreate): New prototypes.
1269 * inet/netinet/in.h (bindresport6): Likewise.
1270 * sunrpc/Makefile (routines): Add svc_tcp6, svc_udp6, bindrsvprt6.
1271 * sunrpc/Versions: Add svcfd6_create, svctcp6_create,
1272 svcudp6_create, svcudp6_bufcreate, svcudp6_enablecache,
1273 bindresvport6 for GLIBC_2.2.
1274 * sunrpc/rpc_main.c: Support `tcp6' and `udp6' transport types.
1275 * sunrpc/rpc_svcout.c: Likewise.
1276 * sunrpc/svc_tcp.c (rendezvous_request): Use memcpy rather than
1277 simple assignment when copying addresses.
1278 * sunrpc/svc_udp.c (cache_get): Likewise.
1279 * sunrpc/svc_unix.c (rendezvous_request): Likewise.
1280 * sunrpc/bindrsvprt6.c, sunrpc/clnt_tcp6.c, sunrpc/clnt_udp6.c,
1281 sunrpc/svc_tcp6.c, sunrpc/svc_udp6.c: New files.
1282
12832000-01-05 Philip Blundell <philb@gnu.org>
1284
1285 * sysdeps/unix/sysv/linux/arm/mmap64.S: Correct check for ENOSYS.
1286
12872000-01-23 Andreas Jaeger <aj@suse.de>
1288
1289 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Pass right
1290 parameter to fstat calls.
1291
12922000-01-18 Roland McGrath <roland@baalperazim.frob.com>
1293
1294 * sysdeps/generic/bits/socket.h
1295 (__ss_aligntype, struct sockaddr_storage): Make these like Linux
1296 version, replacing old type name `__ss_align'.
1297
12982000-01-05 Roland McGrath <roland@baalperazim.frob.com>
1299
1300 * sysdeps/generic/lseek64.c (__libc_lseek64): Renamed from __lseek64.
1301 (__lseek64, lseek64): Make these weak aliases for __libc_lseek64.
1302 * sysdeps/mach/hurd/lseek.c (__libc_lseek): Renamed from __lseek.
1303 (__lseek, lseek): Make these weak aliases for __libc_lseek.
1304 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Renamed from __fcntl.
1305 (__fcntl, fcntl): Make these weak aliases for __libc_fcntl.
1306 * sysdeps/mach/hurd/open.c (__libc_open): Renamed from __open.
1307 (__open, open): Make these weak aliases for __libc_open.
1308
1309 * sysdeps/generic/bits/socket.h (enum __socket_type): Remove
1310 trailing comma.
1311 (anonymous enum for MSG_*): Likewise.
1312 (anonymous enum for SO_*): Likewise.
1313
13142000-01-23 Ulrich Drepper <drepper@cygnus.com>
1315
1316 * string/bits/string2.h: Fix typo (__GNU_SOURCE -> __USE_GNU)
1317 (PR libc/1553).
1318
0c34a388
MK
13192000-01-08 Mark Kettenis <kettenis@gnu.org>
1320
1321 * sysdeps/mach/hurd/setitimer.c (quantize_timeval): New function.
1322 (setitimer_locked): Use it to quantize the timer values. Use
1323 quantized timer values to check if the timeout changed.
1324
0ebfb8d7
UD
13252000-01-22 Andreas Jaeger <aj@suse.de>
1326
1327 * sunrpc/rpc/svc.h: Fix description for svc_register.
1328
4974d2b2
UD
13292000-01-23 Mark Kettenis <kettenis@gnu.org>
1330
1331 * inet/rexec.c (rexec_af): Use SA_LEN instead of __libc_sa_len.
1332
13332000-01-22 Thorsten Kukuk <kukuk@suse.de>
1334
1335 * sunrpc/xdr_rec.c: Don't set frag_sent if no more data,
1336 fixes part 2 of bug 1549.
1337 * sunrpc/rpc_des.h: Remove unused defines.
1338
13392000-01-22 Mark Kettenis <kettenis@gnu.org>
1340
1341 * intl/Makefile ($(objpfx)msgs.h): Do $(make-target-directory) first.
1342
13432000-01-22 Thorsten Kukuk <kukuk@suse.de>
1344
1345 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove sys/io.h.
1346 * sysdeps/unix/sysv/linux/alpha/Makefile: Add sys/io.h.
1347 * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
1348 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
1349 * sysdeps/unix/sysv/linux/sys/io.h: Move from here ...
1350 * sysdeps/unix/sysv/linux/i386/sys/io.h: ... to here, add inb, outb
1351 and other inline functions for port access.
1352 * sysdeps/unix/sysv/linux/alpha/sys/io.h: Add prototypes for port
1353 access functions.
1354
13552000-01-23 Ulrich Drepper <drepper@cygnus.com>
1356
1357 * iconv/gconv_simple.c: Fix two problems in UTF-8 decoder.
786731fc 1358 Patch by Bruno Haible <haible@ilog.fr>.
4974d2b2 1359
b8c5ef62
MK
13602000-01-05 Roland McGrath <roland@baalperazim.frob.com>
1361
1362 * sysdeps/mach/hurd/errnos.awk: Rediddle to collect lines and print
1363 them all at the end, eliding the final comma.
1364 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1365
abbffdf9
UD
13662000-01-21 Ulrich Drepper <drepper@cygnus.com>
1367
964328be
UD
1368 * intl/libintl.h: Add format_arg attributes to declarations of new
1369 functions.
1370
abbffdf9
UD
1371 * intl/Makefile (routines): Add dcigettext, dcngettext, dngettxt,
1372 ngettext, and plural.
1373 (distribute): Add plural.y, po2test.sed, and tst-gettext.sh.
1374 (test-srcs): Add tst-gettext.
1375 (before-compile): Add $(objpfx)msgs.h.
1376 Add rules for plural.c and msgs.h generation and running tst-gettext.\
1377 * intl/Versions [GLIBC_2.2]: Add __dcngettext, dcngettext, dngettext,
1378 and ngettext.
1379 * intl/dcgettext.c: Move most code into dcigettext.c. Add call
1380 dcigettext with appropriate parameters.
1381 * intl/dcigettext.c: New file.
1382 * intl/dcngettext.c: New file.
1383 * intl/dngettext.c: New file.
1384 * intl/ngettext.c: New file.
1385 * intl/gettextP.h (struct expression): Define.
1386 (struct loaded_domain): Add plural and nplurals members.
1387 Add prototypes for new internal functions.
1388 * intl/libintl.h: Declare new functions. Add optimizations for them.
1389 * intl/loadinfo.h: Add new parameter to _nl_find_msg declaration.
1390 * intl/loadmsgcat.c (_nl_load_domain): Search for plural information in
1391 header entry and parse and store the expression.
1392 * intl/plural.y: New file.
1393 * intl/po2test.sed: New file.
1394 * intl/tst-gettext.c: New file.
1395 * intl/tst-gettext.sh: New file.
b8a46c1d 1396 * manual/message.texi: Document new interfaces.
abbffdf9
UD
1397
1398 * intl/gettext.c: Call __dcgettext directly.
1399
9861985f
UD
14002000-01-20 Ulrich Drepper <drepper@cygnus.com>
1401
0b9fbf00
UD
1402 * manual/getopt.texi (Using the getopt function): Fix description of
1403 return value for format string starting with '-' (PR libc/1551).
1404