Update.
[platform/upstream/glibc.git] / ChangeLog
1 2000-04-22  Ulrich Drepper  <drepper@redhat.com>
2
3         * assert/assert-perr.c: Include <stdlib.h> for abort prototype.
4         * libio/ftello.c: Likewise.
5         * libio/ftello64.c: Likewise.
6         * libio/ioftell.c: Likewise.
7         * sysdeps/generic/memrchr.c: Likewise.
8         * sysdeps/posix/libc_fatal.c: Likewise.
9         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
10         * misc/fstab.c: Include <string.h> for strcmp prototype.
11         * sysdeps/generic/ldsodefs.h: Likewise.
12         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
13         Patch by Kurt Roeckx <Q@ping.be>.
14
15         * nss/Makefile (libnss_db-dbs): Renamed from libnss_db-routines.
16         Remove db-open.  Change all uses.
17         (libnss_db-routines): Define as $(libnss_db-dbs) db-open.
18
19 2000-04-21  Jakub Jelinek  <jakub@redhat.com>
20
21         * sysdeps/unix/sysv/linux/alpha/msgctl.c (__syscall_msgctl): Declare.
22         * sysdeps/unix/sysv/linux/alpha/semctl.c (__syscall_semctl): Declare.
23         * sysdeps/unix/sysv/linux/alpha/shmctl.c (__syscall_shmctl): Declare.
24         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Surround uses of $f28
25         with .set noat/at to shut up warnings.
26         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__fstatfs64): Add alias.
27         * sysdeps/unix/sysv/linux/alpha/ioperm.c (init_iosys): Allow
28         compilation if __NR_pciconfig_iobase is not defined.
29         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__fstatfs64):
30         Add alias.
31
32 2000-04-21  Ulrich Drepper  <drepper@redhat.com>
33
34         * manual/sysinfo.texi: Fix typo.
35         * manual/time.texi: Document timelocal, timegm, adjtimex, and stime.
36         Replace "high precision time" with "high accuracy clock".
37         Fix language.
38         Patches by Bryan Henderson <bryanh@giraffe-data.com>.
39
40         * nis/nis_findserv.c (__nis_findfastest): Improve memory handling.
41         * nis/nis_print_group_entry.c (nis_print_group_entry): Use alloca
42         instead of malloc.
43         * nis/nis_subr.c: Use __builtin_expect.
44         * nis/ypclnt.c: Likewise.
45         * nis/nis_getservlist.c: Likewise.
46         * nis/nis_creategroup.c: Likewise.
47
48         * nis/nis_callback.c (__nis_create_callback): Check result of
49         memory allocation.  Fix memory leaks.  Use __builtin_expect.
50         (__nis_destroy_callback): Fix memory leaks.
51
52 2000-04-21  Andreas Jaeger  <aj@suse.de>
53
54         * sysdeps/mips/elf/start.S: Use __PIC__ instead of PIC.
55         * sysdeps/mips/mips64/add_n.S: Likewise.
56         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
57         * sysdeps/mips/mips64/lshift.S: Likewise.
58         * sysdeps/mips/mips64/mul_1.S: Likewise.
59         * sysdeps/mips/mips64/rshift.S: Likewise.
60         * sysdeps/mips/mips64/setjmp.S: Likewise.
61         * sysdeps/mips/mips64/sub_n.S: Likewise.
62         * sysdeps/mips/mips64/submul_1.S: Likewise
63         * sysdeps/unix/mips/sysdep.S: Likewise.
64
65         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Remove strtab
66         and update comment.  The strtab from _dl_relocate_object can be
67         used.
68
69 2000-04-21  Ulrich Drepper  <drepper@redhat.com>
70
71         * iconv/iconv.c (iconv): Add __builtin_expect where useful.
72         * iconv/iconv_close.c (iconv_close): Likewise.
73         * iconv/iconv_open.c (iconv_open): Likewise.
74
75         * grp/putgrent.c (putgrent): Unlock steam if fprintf failed.  Add
76         __builtin_expect where useful.
77
78         * grp/initgroups.c (initgroups): Test for result of memory
79         allocation and punt if it fails.
80
81         * dirent/scandir.c (scandir): Add __builtin_expect where useful.
82         * grp/fgetgrent.c (fgetfrent): Likewise.
83         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
84
85 2000-04-21  Jakub Jelinek  <jakub@redhat.com>
86
87         * libio/vasprintf.c: Include string.h to get memcpy prototype.
88
89 2000-04-20  Ulrich Drepper  <drepper@redhat.com>
90
91         * wcsmbs/wcsrtombs.c (__wcsrtombs): If output buffer is too small
92         don't search for NUL byte to decrement counter.
93         Reported by Ulrich.Brink@sap.com.
94
95         * iconv/gconv_simple.c: Define separate functions to convert from
96         UCS4/UCS4-LE to the internal encoding.
97         * iconv/gconv_builtin.h: Use separate functions to convert from
98         UCS4/UCS4-LE to the internal encoding.
99         * iconv/gconv_int.h: Declare __gconv_transform_ucs4_internal and
100         __gconv_transform_ucs4le_internal.
101
102         * iconv/gconv_simple.c (internal_utf8_loop): Correct check for
103         output buffer overflow.  Reported by Ulrich.Brink@sap.com.
104
105         * iconv/skeleton.c: Add some more __builtin_expect.
106         * iconv/loop.c: Likewise.
107
108 2000-03-08  H.J. Lu  <hjl@gnu.org>
109
110         * posix/regex.c (regex_compile): Correctly handle "\{" when
111         the RE_INTERVALS is set and the RE_NO_BK_BRACES bit is not set.
112
113 2000-04-20  Ulrich Drepper  <drepper@redhat.com>
114
115         * manual/stdio.texi: Give advise about handling error when using
116         stream functions.
117         Patch by Michael Deutschmann <michael@talamasca.ocis.net>.
118
119 2000-04-19  Jakub Jelinek  <jakub@redhat.com>
120
121         * locale/programs/ld-ctype.c (ctype_output): Set size of the idx
122         field to nelems * sizeof (uint32_t).
123         * locale/programs/ld-address.c (address_output): Align word fields
124         properly.
125         * locale/programs/ld-monetary.c (monetary_output): Likewise.
126         Don't restart idx pointers to idx end at the duo_int_curr_symbol
127         field.
128         Avoid giving arbitrary garbage in the crncystr field.
129         Use sizeof(uint32_t) instead of 4 for len in uno_valid_from,
130         uno_valid_to, duo_valid_from, duo_valid_to and conversion_rate
131         fields.
132         * locale/programs/ld-numeric.c (numeric_output): Likewise.
133         Don't restart idx pointers to idx end at the decimal_point_wc field.
134         * locale/programs/ld-time.c (time_output): week_1stday should be
135         word, not byte.  Align it properly.
136
137 2000-04-19  H.J. Lu  <hjl@gnu.org>
138
139         * csu/gmon-start.c (_start): Declared as "extern void".
140         (etext): Likewise.
141
142 2000-04-18  Andreas Jaeger  <aj@suse.de>
143
144         * manual/install.texi (Running make install): Don't mention utmpd
145         anymore.
146
147 2000-04-18  Andreas Jaeger  <aj@suse.de>
148
149         * linuxthreads/Versions: Use ld instead of ld.so.
150
151         * elf/Makefile (ld-map): Use ld.map.
152
153         * Versions.def: Use ld instead of ld.so.
154         * elf/Versions: Likewise.
155         * sysdeps/mach/hurd/Versions: Likewise.
156
157 2000-04-20  Andreas Jaeger  <aj@suse.de>
158
159         * elf/rtld.c (print_statistics): Move ifndef further up.
160         (_dl_start_final): Added HP_TIMINIG_NONAVAIL to avoid warnings.
161         (dl_main): Likewise.
162
163 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
164
165         * gmon/gmon.c: Add weak alias moncontrol for __moncontrol.
166         * gmon/Versions: Move moncontrol to GLIBC_2.2.
167
168         * po/cs.po: Update from translation team.
169
170         * sysdeps/generic/updwtmp.c: Remove daemon support.
171
172         * login/Makefile (routines): Remove utmp_daemon.
173
174         * sysdeps/unix/sysv/aix/gethostname.c: Fix type of len argument.
175         * sysdeps/unix/sysv/aix/access.c: Define ACC_INVOKER.
176         * sysdeps/unix/sysv/aix/getegid.c: Define ID_EFFECTIVE.
177         * sysdeps/unix/sysv/aix/geteuid.c: Likewise.
178
179         * elf/rtld.c: Display statitics option also if hp timing is not
180         available.
181
182         * login/programs/connection.c: Removed.
183         * login/programs/database.c Removed.
184         * login/programs/error.c: Removed.
185         * login/programs/request.c: Removed.
186         * login/programs/xtmp.c: Removed.
187         * login/programs/xtmp.h: Removed.
188         * login/Makefile: Remove rules for utmpd.
189         * login/README.utmpd: Removed.
190         * login/utmp_daemon.c: Removed.
191         * login/getutent_r.c: Remove references to daemon functions.
192         * login/utmp-private.h (__libc_utmp_daemon_functions): Remove
193         declaration.
194
195 2000-04-18  Andreas Jaeger  <aj@suse.de>
196
197         * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
198         2.2 for libnsl, libresolv, librt, libnss_*.
199
200         * elf/rtld.c (process_dl_debug): Remove obsolete comment.
201
202         * sysdeps/mips/dl-machine.h (elf_machine_rel): Fix relocation.
203
204 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
205
206         * sysdeps/unix/sysv/aix/geteuid.c: Don't try to include <sys/id.h>.
207         * sysdeps/unix/sysv/aix/getegid.c: Likewise.
208         * sysdeps/unix/sysv/aix/xstat64.c: Define STX_NORMAL and STX_64.
209         * sysdeps/unix/sysv/aix/xstat.c: Define STX_NORMAL.
210         * sysdeps/unix/sysv/aix/sys/param.h: Define NGROUPS.
211         * sysdeps/unix/sysv/aix/setreuid.c: Define ID_EFFECTIVE and ID_REAL.
212         * sysdeps/unix/sysv/aix/setregid.c: Likewise.
213         * sysdeps/unix/sysv/aix/setuid.c: Define ID_REAL.
214         * sysdeps/unix/sysv/aix/setgid.c: Likewise.
215         * sysdeps/unix/sysv/aix/seteuid.c: Define ID_EFFECTIVE.
216         * sysdeps/unix/sysv/aix/setegid.c: Likewise.
217         * sysdeps/unix/sysv/aix/sbrk.c: Update parameter type.
218         * sysdeps/unix/sysv/aix/nanosleep.c (struct timestruc_t): Define
219         it here.
220         * sysdeps/unix/sysv/aix/msync.c: New file.
221         * sysdeps/unix/sysv/aix/msgsnd.c: New file.
222         * sysdeps/unix/sysv/aix/net/if.h: New file.
223         * sysdeps/unix/sysv/aix/pipe.c: New file.
224         * sysdeps/unix/sysv/aix/poll.c: New file.
225         * sysdeps/unix/sysv/aix/rename.c: New file.
226         * sysdeps/unix/sysv/aix/rmdir.c: New file.
227         * sysdeps/unix/sysv/aix/select.c: New file.
228         * sysdeps/unix/sysv/aix/semctl.c: New file.
229         * sysdeps/unix/sysv/aix/semget.c: New file.
230         * sysdeps/unix/sysv/aix/semop.c: New file.
231         * sysdeps/unix/sysv/aix/sendto.c: New file.
232         * sysdeps/unix/sysv/aix/setgroups.c: New file.
233         * sysdeps/unix/sysv/aix/setpgid.c: New file.
234         * sysdeps/unix/sysv/aix/setpgrp.c: New file.
235         * sysdeps/unix/sysv/aix/setpriority.c: New file.
236         * sysdeps/unix/sysv/aix/setrlimit.c: New file.
237         * sysdeps/unix/sysv/aix/setrlimit64.c: New file.
238         * sysdeps/unix/sysv/aix/setsid.c: New file.
239         * sysdeps/unix/sysv/aix/setsockopt.c: New file.
240         * sysdeps/unix/sysv/aix/shmat.c: New file.
241         * sysdeps/unix/sysv/aix/shmctl.c: New file.
242         * sysdeps/unix/sysv/aix/shmdt.c: New file.
243         * sysdeps/unix/sysv/aix/shmget.c: New file.
244         * sysdeps/unix/sysv/aix/sigaltstack.c: New file.
245         * sysdeps/unix/sysv/aix/sigstack.c: New file.
246         * sysdeps/unix/sysv/aix/socket.c: New file.
247         * sysdeps/unix/sysv/aix/socketpair.c: New file.
248         * sysdeps/unix/sysv/aix/speed.c: New file.
249         * sysdeps/unix/sysv/aix/symlink.c: New file.
250         * sysdeps/unix/sysv/aix/sync.c: New file.
251         * sysdeps/unix/sysv/aix/tcgetattr.c: New file.
252         * sysdeps/unix/sysv/aix/tcsetattr.c: New file.
253         * sysdeps/unix/sysv/aix/times.c: New file.
254         * sysdeps/unix/sysv/aix/ulimit.c: New file.
255         * sysdeps/unix/sysv/aix/umask.c: New file.
256         * sysdeps/unix/sysv/aix/unlink.c: New file.
257         * sysdeps/unix/sysv/aix/ustat.c: New file.
258         * sysdeps/unix/sysv/aix/utimes.c: New file.
259
260 2000-04-18  Andreas Jaeger  <aj@suse.de>
261
262         * manual/startup.texi (Environment Access): Fix putenv prototype
263         according to recent changes.
264         Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>, closes
265         PR libc/1692.
266
267         * elf/rtld.c (print_statistics): Added HP_TIMINIG_NONAVAIL where
268         needed.
269
270 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
271
272         * posix/Makefile (tests): Add tst-getaddrinfo.
273         * posix/tst-getaddrinfo.c: New file.
274
275 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
276
277         * manual/sysinfo.texi: Document that umount2 is not widely available.
278
279         * sysdeps/generic/hp-timing.h (HP_TIMING_NONAVAIL): Define to
280         signal timing is not really implemented.
281
282 2000-04-17  Andreas Jaeger  <aj@suse.de>
283
284         * elf/rtld.c (process_dl_debug): Mention statistics in help message.
285
286 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
287
288         * Makefile (install): Use slibdir and libdir instead of inst_slibdir
289         and inst_libdir.
290
291 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
292
293         * manual/intro.texi: Change reference from System Information to
294         System Management.
295         * manual/users.texi: Likewise.
296         * manual/conf.texi: Likewise.
297         * manual/sysinfo.texi: Document mount, umount, and umount2.
298         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
299
300 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
301
302         * sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE):
303         Create wnumstr as well as numstr to support wide character output
304         correctly.
305
306 2000-04-15  Jakub Jelinek  <jakub@redhat.com>
307
308         * sysdeps/sparc/sparc64/Makefile: Remove sysdep-CFLAGS
309         modification and move it...
310         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: ...here.
311         Add -melf64_sparc switch to $(LD) on sparc64-linux.
312         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Add -melf32_sparc
313         switch to $(LD) on sparc-linux.
314
315 2000-04-17  Thorsten Kukuk  <kukuk@suse.de>
316
317         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Remove setresgid
318         and setresuid from sysdep_routines.
319
320 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
321
322         * manual/Makefile (chapters): Add resource.
323
324         * manual/time.texi: Move section on resources to...
325         * manual/resource.texi: ...here.  New file.  Document ulimit, vlimit,
326         and vtimes.
327         * manual/setjmp.texi: Adjust back reference.
328         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
329
330         * sysdeps/unix/sysv/aix/lxstat64.c: Uncomment STX_LINK and STX_64
331         definition.
332         * sysdeps/unix/sysv/aix/lxstat.c: Uncomment STX_LINK definition.
333         * sysdeps/unix/sysv/aix/kill.c: Add copyright.
334         * sysdeps/unix/sysv/aix/getuid.c: Define ID_REAL.
335         * sysdeps/unix/sysv/aix/getgid.c: Define ID_REAL.
336         * sysdeps/unix/sysv/aix/execve.c: Add copyright.
337         * sysdeps/unix/sysv/aix/euidaccess.c: Add copyright.
338         * sysdeps/unix/sysv/aix/close.c: Add copyright.
339         * sysdeps/unix/sysv/aix/brk.c: Add copyright.
340         * sysdeps/unix/sysv/aix/bits/errno.h: Add EAFNOSUPPORT.
341         * sysdeps/unix/sysv/aix/access.c: Add copyright.
342         * sysdeps/unix/sysv/aix/Makefile: Add some temporary definitions.
343         * sysdeps/unix/sysv/aix/Implies: New file.
344         * sysdeps/unix/sysv/aix/Versions: New file.
345         * sysdeps/unix/sysv/aix/bind.c: New file.
346         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: New file.
347         * sysdeps/unix/sysv/aix/bits/ioctls.h: New file.
348         * sysdeps/unix/sysv/aix/bits/poll.h: New file.
349         * sysdeps/unix/sysv/aix/bits/termios.h: New file.
350         * sysdeps/unix/sysv/aix/chdir.c: New file.
351         * sysdeps/unix/sysv/aix/chmod.c: New file.
352         * sysdeps/unix/sysv/aix/chroot.c: New file.
353         * sysdeps/unix/sysv/aix/creat.c: New file.
354         * sysdeps/unix/sysv/aix/dl-close.c: New file.
355         * sysdeps/unix/sysv/aix/dl-open.c: New file.
356         * sysdeps/unix/sysv/aix/dl-sym.c: New file.
357         * sysdeps/unix/sysv/aix/fchdir.c: New file.
358         * sysdeps/unix/sysv/aix/fchmod.c: New file.
359         * sysdeps/unix/sysv/aix/getgroups.c: New file.
360         * sysdeps/unix/sysv/aix/gethostname.c: New file.
361         * sysdeps/unix/sysv/aix/getpriority.c: New file.
362         * sysdeps/unix/sysv/aix/getrlimit.c: New file.
363         * sysdeps/unix/sysv/aix/getrlimit64.c: New file.
364         * sysdeps/unix/sysv/aix/getrusage.c: New file.
365         * sysdeps/unix/sysv/aix/link.c: New file.
366         * sysdeps/unix/sysv/aix/madvise.c: New file.
367         * sysdeps/unix/sysv/aix/mkdir.c: New file.
368         * sysdeps/unix/sysv/aix/mknod.c: New file.
369         * sysdeps/unix/sysv/aix/mprotect.c: New file.
370         * sysdeps/unix/sysv/aix/msgctl.c: New file.
371         * sysdeps/unix/sysv/aix/msgget.c: New file.
372         * sysdeps/unix/sysv/aix/msgrcv.c: New file.
373
374 2000-04-17  Andreas Jaeger  <aj@suse.de>
375
376         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Optimize a bit
377         as suggested by Ulrich Drepper.
378         (__dl_runtime_resolve): Remove unused variable, initialize sym
379         directly.
380         (RTLD_START): Document OFFSET_GP_GOT.
381         (OFFSET_GP_GOT): New magic value.
382         (elf_mips_got_from_gpreg): Use OFFSET_GP_GOT.
383         (elf_machine_got_rel): Only declare strtab if needed.
384         (elf_machine_relplt): Removed, it's not needed.
385         (_dl_runtime_resolve): Fix \n for a comment, safe gp and not pc.
386
387         * sysdeps/mips/add_n.S: Add newline at EOF.
388         * sysdeps/mips/rshift.S: Likewise.
389         * sysdeps/mips/mul_1.S: Likewise.
390         * sysdeps/mips/lshift.S: Likewise.
391         * sysdeps/mips/addmul_1.S: Likewise.
392
393 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
394
395         * sysdeps/powerpc/fpu/s_isnan.c: Pretty printing.
396
397         * elf/dl-reloc.c (_dl_relocate_object): Add more __builtin_expect.
398         * elf/dl-lookup.c: Likewise.
399         * elf/dl-init.c (_dl_init): Likewise.
400         * elf/dl-fini.c (_dl_fini): Likewise.
401         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
402         * elf/dl-close.c (_dl_close): Likewise.
403         * elf/rtld.c (_dl_start_final): Likewise.
404
405         * elf/dl-lookup.c (add_dependency): Correct __builtin_expect use.
406
407 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
408
409         * csu/Makefile ($(objpfx)version-info.h): Get OS name from uname and
410         only fall back on using Linux.
411
412         * elf/dl-version.c (_dl_check_map_versions): New argument trace_mode.
413         Before testing versions check that we actually loaded the object
414         and whether we are in trace mode.  If not loaded during tracing don't
415         test versions in this object.
416         (_dl_check_all_versions): Take new parameter and pass to
417         _dl_check_map_versions.
418         * sysdeps/generic/ldsodefs.h: Update prototypes for
419         _dl_check_all_versions and _dl_check_map_versions.
420         * elf/rtld.c (struct version_check_args): Add dotrace.
421         (version_check_doit): Pass args->dotrace to _dl_check_all_versions.
422         (dl_main): Pass info about trace mode to version_check_doit.
423         * elf/dl-open.c (dl_open_worker): Pass zero as new argument to
424         _dl_check_all_versions.
425
426         * manual/users.texi (XPG Functions): Document utmpxname, getutmp,
427         and getutmpx.
428         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
429
430         * manual/argp.texi: Document index parameter of argp_parse.
431         Fix typo.
432         Reported by Andrew Schulman <SCHULMAN.ANDREW@epamail.epa.gov>.
433
434 2000-04-14  Andreas Jaeger  <aj@suse.de>
435
436         * sysdeps/unix/sysv/linux/shm_open.c: Include linux_fsinfo for
437         SHMFS_SUPER_MAGIC.  Remove definition of SHMFS_SUPER_MAGIC.
438
439         * sysdeps/unix/sysv/linux/linux_fsinfo.h (SHMFS_SUPER_MAGIC): Added.
440
441 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
442
443         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Fix typo in
444         compat_symbol call for old adjtime.
445
446         * sysdeps/alpha/dl-machine.h (RTLD_START): Rewrite for new init
447         function interface.  Patch by Richard Henderson <rth@cygnus.com>.
448
449         * posix/Makefile (headers): Add spawn.h.
450         (distribute): Add spawn_int.h.
451         (routines): Add spawn_faction_init, spawn_faction_destroy,
452         spawn_faction_addclose, spawn_faction_addopen, spawn_faction_adddup2,
453         spawnattr_init, spawnattr_destroy, spawnattr_getdefault,
454         spawnattr_setdefault, spawnattr_getflags, spawnattr_setflags,
455         spawnattr_getpgroup, spawnattr_setpgroup, spawn, spawnp, and spawni.
456         * posix/Versions [libc] (GLIBC_2.2): Add posix_spawn_file_actions_init,
457         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addclose,
458         posix_spawn_file_actions_addopen, posix_spawn_file_actions_adddup2,
459         posix_spawnattr_init, posix_spawnattr_destroy,
460         posix_spawnattr_getdefault, posix_spawnattr_setdefault,
461         posix_spawnattr_getflags, posix_spawnattr_setflags,
462         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup, posix_spawn,
463         and posix_spawnp.
464         * posix/spawn.c: New file.
465         * posix/spawn.h: New file.
466         * posix/spawn_faction_addclose.c: New file.
467         * posix/spawn_faction_adddup2.c: New file.
468         * posix/spawn_faction_addopen.c: New file.
469         * posix/spawn_faction_destroy.c: New file.
470         * posix/spawn_faction_init.c: New file.
471         * posix/spawn_int.h: New file.
472         * posix/spawnattr_destroy.c: New file.
473         * posix/spawnattr_getdefault.c: New file.
474         * posix/spawnattr_getflags.c: New file.
475         * posix/spawnattr_getpgroup.c: New file.
476         * posix/spawnattr_getschedparam.c: New file.
477         * posix/spawnattr_getschedpolicy.c: New file.
478         * posix/spawnattr_getsigmask.c: New file.
479         * posix/spawnattr_init.c: New file.
480         * posix/spawnattr_setdefault.c: New file.
481         * posix/spawnattr_setflags.c: New file.
482         * posix/spawnattr_setpgroup.c: New file.
483         * posix/spawnattr_setschedparam.c: New file.
484         * posix/spawnattr_setschedpolicy.c: New file.
485         * posix/spawnattr_setsigmask.c: New file.
486         * posix/spawni.c: New file.
487         * posix/spawnp.c: New file.
488
489         * sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_SPAWN.
490         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
491
492 2000-04-14  Ulrich Drepper  <drepper@redhat.com>
493
494         * malloc/Versions [libc] (GLIBC_2.2): Add posix_memalign.
495         * malloc/malloc.c: Implement posix_memalign for glibc.
496         * include/stdlib.h: Add prototype for __posix_memalign.
497         * stdlib/stdlib.h: Add prototype for posix_memalign.
498
499 2000-04-14  Andreas Jaeger  <aj@suse.de>
500
501         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Initialize
502         symidx correctly.
503         (elf_machine_got_rel): Cast sym correctly.
504
505         * sysdeps/mips/add_n.S: Use __PIC__, add end directive.
506         * sysdeps/mips/addmul_1.S: Likewise.
507         * sysdeps/mips/lshift.S: Likewise.
508         * sysdeps/mips/mul_1.S: Likewise.
509         * sysdeps/mips/rshift.S: Likewise.
510         * sysdeps/mips/sub_n.S: Likewise.
511         * sysdeps/mips/submul_1.S: Likewise.
512
513         * stdlib/stdlib.h: Fix typo in comment.
514
515         * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
516         2.2 for libdl, ld and libm.
517
518         * sysdeps/generic/madvise.c: Fix typos.
519
520         * sysdeps/unix/sysv/linux/mips/clone.S (error): Use __PIC__.
521
522         * sysdeps/mips/bits/setjmp.h: Remove K&R compatibility.
523
524         * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Silence gcc
525         warnings.
526
527 2000-04-14  Ulrich Drepper  <drepper@redhat.com>
528
529         * include/sys/statfs.h: Add prototypes for __statfs64 and __fstatfs64.
530         * sysdeps/generic/fstatfs64.c (__fstatfs64): Renamed to fstatfs64.
531         Make old name weak alias.
532         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
533         * sysdeps/generic/statfs64.c (__statfs64): Renamed to statfs64.
534         Make old name weak alias.
535         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
536
537         * io/Makefile (routines): Add posix_fadvise, posix_fadvise64,
538         posix_fallocate, and posix_fallocate64.
539         * io/Versions [libc] (GLIBC_2.2): Add posix_fadvise, posix_fadvise64,
540         posix_fallocate, and posix_fallocate64.
541         * io/fcntl.h: Declare posix_fadvise, posix_fadvise64,
542         posix_fallocate, and posix_fallocate64.
543         * sysdeps/generic/fadvise.c: New file.
544         * sysdeps/generic/fadvise64.c: New file.
545         * sysdeps/generic/fallocate.c: New file.
546         * sysdeps/generic/fallocate64.c: New file.
547         * sysdeps/posix/fallocate.c: New file.
548         * sysdeps/posix/fallocate64.c: New file.
549         * sysdeps/generic/bits/fcntl.h: Define POSIX_FADV_NORMAL,
550         POSIX_FADV_RANDOM, POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED,
551         POSIX_FADV_DONTNEED, and POSIX_FADV_NOREUSE.
552         * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
553         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
554         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
555         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
556         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
557         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
558
559         * sysdeps/generic/madvise.c (__madvise): Renamed to posix_madvise.
560         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
561
562 2000-04-13  Ulrich Drepper  <drepper@redhat.com>
563
564         * misc/Versions [libc] (GLIBC_2.2): Add posix_madvice.
565         * misc/sys/mman.h (posix_madvise): Add prototype.
566         * sysdeps/generic/madvise.c (madvise): Renamed to __madvise.  Make
567         old name and posix_madvise weak aliases.
568         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
569         * sysdeps/generic/bits/mman.h: Add POSIX_MADV_* constants.
570         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
571         * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
572         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
573         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
574         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
575
576 2000-04-13  Andreas Jaeger  <aj@suse.de>
577
578         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Handle symbol
579         versioning.
580         (elf_machine_got_rel): Only add runtime display if needed.
581         (elf_machine_got_rel): Handle symbol versioning.
582
583 2000-04-13  Andreas Jaeger  <aj@suse.de>
584
585         * sysdeps/unix/sysv/linux/mips/clone.S: Fix function.
586
587         * sysdeps/unix/mips/pipe.S: Reorder instructions since .reorder is
588         default.
589
590         * sysdeps/mips/__longjmp.c (__longjmp): Use $25 to fix problems
591         with some applications.
592         Patches by Ralf Baechle <ralf@uni-koblenz.de>.
593
594         * sysdeps/mips/bsd-setjmp.S: Use __PIC__.
595         * sysdeps/mips/bsd-_setjmp.S: Likewise.
596         * sysdeps/mips/setjmp.S: Likewise.
597
598         * sysdeps/unix/sysv/linux/mips/pipe.S: New file.
599
600 2000-04-13  Ulrich Drepper  <drepper@redhat.com>
601
602         * posix/globtest.sh: Work around inconsistency with expanding ~/
603         in shell (PR libc/1690).  Reported by patsmith@pobox.com.
604
605 2000-04-12  Ulrich Drepper  <drepper@redhat.com>
606
607         * posix/getconf.c: Add support for many more POSIX options.
608         * sysdeps/posix/sysconf.c: Likewise.
609         * sysdeps/generic/bits/confname.h: Add many more POSIX options.
610         * sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_REGEXP and
611         _POSIX_SHELL.
612         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
613         * sysdeps/unix/sysv/linux/i386/bits/time.h: Rename __CLOCK_HIGHRES to
614         CLOCK_PROCESS_CPUTIME_ID.  Add define CLOCK_MONOTONIC and
615         CLOCK_THREAD_CPUTIME_ID.
616         * sysdeps/unix/i386/clock_getcpuclockid.c: Set *clock_id to
617         CLOCK_PROCESS_CPUTIME_ID.
618         * sysdeps/unix/i386/i586/clock_getres.c: Change for renaming of
619         __CLOCK_HIGHRES to CLOCK_PROCESS_CPUTIME_ID.  Handle
620         CLOCK_THREAD_CPUTIME_ID and CLOCK_MONOTONIC the same.
621         * sysdeps/unix/i386/i586/clock_gettime.c: Likewise.
622
623         * malloc/Makefile (tests): Add tst-calloc.
624         * malloc/tst-calloc.c: New file.
625
626         * sysdeps/arm/libm-test-ulps: New file.
627
628         * malloc/malloc.c: Undo all of today's changes.
629
630         * locale/programs/locale.c (show_info): Don't try to look into
631         data for LC_ALL (there is none).
632
633         * malloc/malloc.c (cALLOc): Clear only what the user asked for and
634         avoid writing over boundary.
635         Patch by Greg McGary <gkm@eng.ascend.com>.
636
637         * sysdeps/arm/memprof.h: New file.
638
639 2000-04-12  Andreas Jaeger  <aj@suse.de>
640
641         * sysdeps/unix/i386/i586/clock_gettime.c: Fix typo.
642
643         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Include <string.h>
644         for memmem declaration.
645
646 2000-04-12  Ulrich Drepper  <drepper@redhat.com>
647
648         * sysdeps/unix/clock_gettime.c (clock_gettime): Initialize retval
649         to -1.
650         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
651
652         * libio/iopopen.c (_IO_new_proc_open): Close pipes in case the
653         mode is invalid.
654         * libio/oldiopopen.c (_IO_old_proc_open): Likewise.
655         Patch by Bart Veer <bartv@redhat.com>.
656
657         * sysdeps/arm/dl-machine.h (RTLD_START): Rewrite for new init
658         function interface.
659
660 2000-04-11  Andreas Jaeger  <aj@suse.de>
661
662         * sysdeps/mips/dl-machine.h: Update some comments.
663         (ELF_MACHINE_ALIGN_MASK): Removed, it's not needed.
664
665 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
666
667         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add
668         _POSIX_SHARED_MEMORY_OBJECTS.
669
670         * rt/Makefile (tests): Add tst-shm.
671         Add rules to generate tst-shm.
672         * rt/tst-shm.c: New file.
673
674         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Set FD_CLOEXEC
675         for descriptor.
676
677         * misc/sys/mman.h: Add prototypes for shm_open and shm_unlink.
678         * rt/Makefile (librt-routines): Add shm_open and shm_unlink.
679         * rt/Versions [librt] (GLIBC_2.2): Add shm_open and shm_unlink.
680         * sysdeps/generic/shm_open.c: New file.
681         * sysdeps/generic/shm_unlink.c: New file.
682         * sysdeps/unix/sysv/linux/shm_open.c: New file.
683         * sysdeps/unix/sysv/linux/shm_unlink.c: New file.
684         * sysdeps/unix/sysv/linux/Versions [libc] (GLIBC_2.2): Export
685          __endmntent, __getmntent_r, __setmntent, and __statfs.
686
687         * libio/vasprintf.c (_IO_vasprintf): Try to avoid memory
688         fragmentation by allocating new memory at the end instead of
689         reallocating.
690
691         * posix/globtest.sh: Fix last change.
692
693 2000-04-10  Philip Blundell  <philb@gnu.org>
694
695         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_JOIN_GROUP,
696         IPV6_LEAVE_GROUP): New names for IPV6_ADD_MEMBERSHIP,
697         IPV6_DROP_MEMBERSHIP.
698         * sysdeps/generic/bits/in.h (IPV6_JOIN_GROUP, IPV6_LEAVE_GROUP):
699         Likewise.
700
701 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
702
703         * elf/readlib (process_file): Close streams in case of an error.
704
705 2000-04-09  Andreas Jaeger  <aj@suse.de>
706
707         * elf/readlib.c (process_file): Check if file is big enough to
708         contain aout and ELF headers.
709         Reported by Reinhard Moosauer <RMoosauer@steinecker.com>.
710
711 2000-04-10  Jes Sorensen  <Jes.Sorensen@cern.ch>
712
713         * elf/dl-fini.c: Include alloca.h to get proper prototype for alloca().
714
715 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
716
717         * test-skeleton.c (main): If STDOUT_UNBUFFERED is defined, make stdout
718         stream unbuffered.
719         * rt/Makefile (tests): Add tst-clock.
720         Add rules to build tst-clock.
721         * rt/tst-clock.c: New file.
722         * sysdeps/unix/i386/i586/clock_getres.c: Correct expression to decide
723         about initialization of nsec.
724         * sysdeps/unix/i386/i586/clock_gettime.c: Correct expression to decide
725         about initialization of freq.  Set retval to zero if successful.
726         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Cache result.
727
728 2000-04-10  Ulrich Drepper  <drepper@redhat.com>
729
730         * Versions.def (librt): Add GLIBC_2.2.
731         * rt/Makefile (librt-routines): Add get_clockfreq, clock_getcpuclockid,
732         clock_getres, clock_gettime, clock_settime, timer_create, timer_delete,
733         timer_getoverr, timer_gettime, and timer_settime.
734         * rt/Versions [librt] (GLIBC_2.2): Add clock_getres, clock_gettime,
735         clock_settime, timer_create, timer_delete, timer_getoverrun,
736         timer_gettime, and timer_settime.
737         * sysdeps/generic/clock_getcpuclockid.c: New file.
738         * sysdeps/generic/get_clockfreq.c: New file.
739         * sysdeps/unix/i386/clock_getcpuclockid.c: New file.
740         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: New file.
741         * sysdeps/mach/hurd/i386/bits/time.h: New file.
742         * sysdeps/unix/i386/i586/clock_getres.c: New file.
743         * sysdeps/unix/i386/i586/clock_gettime.c: New file.
744         * sysdeps/unix/i386/i686/Implies: New file.
745         * sysdpes/unix/sysv/linux/i386/bits/time.h: New file.
746         * time/Makefile (routines): Move clock_getres, clock_gettime,
747         clock_settime, timer_create, timer_delete, timer_getoverr,
748         timer_gettime, and timer_settime to rt/Makefile.
749         * time/Versions [libc] (GLIBC_2.2): Remove clock_getres, clock_gettime,
750         clock_settime, timer_create, timer_delete, timer_getoverrun,
751         timer_gettime, and timer_settime.
752         * time/time.h: Define pid_t.  Add prototype for clock_getcpuclockid.
753
754         * sysdeps/mach/hurd/bits/time.h: Drop K&R compatibility.  Use __const__
755         and not const as attribute name.
756
757 2000-04-10  Thorsten Kukuk  <kukuk@suse.de>
758
759         * elf/cache.c (save_cache): Make sure /etc/ld.so.cache is mode 644.
760
761 2000-04-10  Andreas Schwab  <schwab@suse.de>
762
763         * posix/globtest.sh: Skip tests that depend on unreadable
764         directories if run as root.
765
766 2000-04-10  Ulrich Drepper  <drepper@redhat.com>
767
768         * sysdeps/unix/clock_settime.c (clock_settime): Test tv_nsec value
769         for correct range.  From code by Kaz Kylheku <kaz@ashi.footprints.net>.
770
771 2000-04-09  Ulrich Drepper  <drepper@redhat.com>
772
773         * sysdeps/unix/clock_gettime.c: New file.
774         * sysdeps/unix/clock_settime.c: New file.
775         * sysdeps/posix/clock_getres.c: New file.
776
777         * conform/data/ftw.h-data: Add allow-header sys/stat.h.
778
779         * sysdeps/unix/sysv/linux/getdents.c (__getdents): Avoid initial
780         lseek call be passing in a buffer which never allow a successful
781         first getdents syscall if not at leas the initial entry can be
782         stored in the user buffer.
783
784         * localedata/Makefile: Add rules to clean up directories created by
785         new strfmon tests.
786
787 2000-04-09  Geoff Clare  <gwc@unisoft.com>
788
789         * localedata/tst-fmon.data: Added new tests for strfmon()
790         using test locales with all combinations of cs_precedes,
791         sign_posn and sep_by_space.
792         * localedata/tst-fmon.sh: Updated to support the new tests.
793         * localedata/tst-fmon-locales/tstfmon_n01y12: New file containing
794         the localedef source for the new strfmon() test locale.
795         * localedata/tst-fmon-locales/tstfmon_n02n40: Likewise.
796         * localedata/tst-fmon-locales/tstfmon_n10y31: Likewise.
797         * localedata/tst-fmon-locales/tstfmon_n11y41: Likewise.
798         * localedata/tst-fmon-locales/tstfmon_n12y11: Likewise.
799         * localedata/tst-fmon-locales/tstfmon_n20n32: Likewise.
800         * localedata/tst-fmon-locales/tstfmon_n30y20: Likewise.
801         * localedata/tst-fmon-locales/tstfmon_n41n00: Likewise.
802         * localedata/tst-fmon-locales/tstfmon_y01y10: Likewise.
803         * localedata/tst-fmon-locales/tstfmon_y02n22: Likewise.
804         * localedata/tst-fmon-locales/tstfmon_y22n42: Likewise.
805         * localedata/tst-fmon-locales/tstfmon_y30y21: Likewise.
806         * localedata/tst-fmon-locales/tstfmon_y32n31: Likewise.
807         * localedata/tst-fmon-locales/tstfmon_y40y00: Likewise.
808         * localedata/tst-fmon-locales/tstfmon_y42n21: Likewise.
809
810         * stdlib/strfmon.c: Correct problems with missing or extra
811         spaces for unusual combinations of sign_posn and sep_by_space.
812         Improved left-precision alignment code.
813
814 2000-04-07  Andreas Jaeger  <aj@suse.de>
815
816         * posix/Makefile (CFLAGS-regex.c): Remove DEBUG.
817
818 2000-04-10  Andreas Jaeger  <aj@suse.de>
819
820         * intl/Makefile: Don't run do-gettext-test when cross-compiling.
821
822 2000-04-09  Ulrich Drepper  <drepper@redhat.com>
823
824         Implement handling of restartable conversion functions according to
825         ISO C.
826         * iconv/gconv.h (__gconv_fct): Add additional parameter.
827         * iconv/gconv_int.h (__BUILTIN_TRANS): Likewise.
828         * iconv/gconv.c: Pass additional parameter to conversion function.
829         * iconv/gconv_simple.c (internal_ucs4_loop_single): New function.
830         (internal_ucs4le_loop_single): New function.
831         (__gconv_transform_ascii_internal): Define ONE_DIRECTION.
832         (__gconv_transform_internal_ascii): Likewise.
833         (__gconv_transform_internal_utf8): Likewise.
834         (__gconv_transform_utf8_internal): Likewise.
835         (__gconv_transform_ucs2_internal): Likewise.
836         (__gconv_transform_internal_ucs2): Likewise.
837         (__gconv_transform_ucs2reverse_internal): Likewise.
838         (__gconv_transform_internal_ucs2reverse): Likewise.
839         (internal_ucs4le_loop_unaligned): Before return
840         __GCONV_INCOMPLETE_INPUT check that the remaining bytes really form
841         a valid character.  Otherwise return __GCONV_ILLEGAL_INPUT.
842         (__gconv_transform_utf8_internal): Define STORE_REST and UNPACK_BYTES.
843         * iconv/loop.c: Fit in definition of function to convert one character
844         for processing of left-over bytes from the state object.
845         * iconv/skeleton.c (gconv): Rename inbuf to inptrp and inbufend to
846         inend to match names in loop functions.
847         (RESET_INPUT_BUFFER): Change apprpriately.
848         (gconv): If needed, call function to process bytes from the state
849         object.  Similar at the end: store left over bytes if input is
850         incomplete.
851         Take extra argument and add new argument to all calls of the
852         conversion function.
853         * iconvdata/iso-2022-cn.c: Adjust numeric values used to store
854         information in the state object to not conflict with length count.
855         * iconvdata/iso-2022-jp.c: Likewise.
856         * iconvdata/iso-2022-kr.c: Likewise.
857         * iconvdata/unicode.c: Adjust for change change in parameters of
858         skeleton function.
859         * iconvdata/utf-16.c: Likewise.
860         * libio/iofwide.c: Add new parameter to all calls of conversion
861         function.
862         * wcsmbs/btowc.c: Likewise.
863         * wcsmbs/mbrtowc.c: Likewise.
864         * wcsmbs/mbsnrtowcs.c: Likewise.
865         * wcsmbs/mbsrtowcs.c: Likewise.
866         * wcsmbs/wcrtomb.c: Likewise.
867         * wcsmbs/wcsnrtombs.c: Likewise.
868         * wcsmbs/wcsrtombs.c: Likewise.
869         * wcsmbs/wctob.c: Likewise.
870
871         * iconvdata/gbgbk.c: Always define MAX_NEEDED_OUTPUT and
872         MAX_NEEDED_INPUT.
873
874 2000-04-07  Andreas Jaeger  <aj@suse.de>
875
876         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Updated for
877         newer kernels.
878
879 2000-04-07  Ulrich Drepper  <drepper@redhat.com>
880
881         * wcsmbs/wchar.h (__mbstate_t): Rename elements.  Make __value
882         element a union to allow byte access.
883         * iconvdata/iso-2022-cn.c: Adjust for change of element name in
884         mbstate_t.
885         * iconvdata/iso-2022-jp.c: Likewise.
886         * iconvdata/iso-2022-kr.c: Likewise.
887         * wcsmbs/mbsinit.c: Likewise.
888         * stdlib/mblen.c: Likewise.
889         * stdio-common/printf-parse.h: Likewise.
890
891 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
892
893         * sysdeps/unix/sysv/linux/getdents.c (__getdents): The Linux
894         kernel does not allow relative seeks on descriptors associated
895         with directories.  Go back to get the position in the directory
896         every time we enter the function.  Return -1 and set errno if one
897         entry could be read from the kernel but does not fit into the
898         buffer passed in by the user.
899
900         * locale/programs/charmap.c (charmap_new_char): Add parameter step.
901         Support ..(2).. ellipsis.
902         (parse_charmap): Recognize ..(2).. etc and pass step down.
903         Correctly generate names for UCS4 characters.
904
905         * locale/programs/ld-ctype.c (struct translit_ignore_t): Add step.
906         (ctype_finish): We know the wide character value for <SP>,
907         don't search.
908         (charclass_symbolic_ellipsis): Handle ..(2).. ellipsis.
909         (charclass_ucs4_ellipsis): Likewise.
910         (read_translit_ignore_entry): Store ellipsis step.
911         (ctype_read): Recognize ..(2).. etc and pass step down.
912
913         * locale/programs/linereader.c (lr_token): When seeing comment
914         character ignore only rest of line in sources but stop at escaped
915         newline.
916         Recognize ..(2).. and ....(2).....
917
918         * locale/programs/locfile-token.h (enum token_t): Add tok_ellipsis2_2
919         and tok_ellipsis4_2.
920
921 2000-04-06  Andreas Jaeger  <aj@suse.de>
922
923         * sysdeps/unix/sysv/linux/alpha/Dist: init-first.h has been
924         removed, remove it here also.
925         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
926         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
927         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
928         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
929
930 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
931
932         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Don't
933         include bits/sigcontext.h.
934         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
935
936 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
937
938         * locale/programs/ld-collate.c (collate_read): Handle ellipsis in
939         collation symbol definition.  Value in quivalence definition must
940         be defined, don't check that it is not.
941
942         * locale/programs/charmap.c (parse_charmap): Recognize <Uxxxx>
943         values as character names.
944
945         * locale/programs/ld-ctype.c (get_character): Handle missing
946         repertoire map correctly.
947
948 2000-04-05  Cristian Gafton  <gafton@redhat.com>
949
950         * ctype/ctype.h (__isctype_l): Define even if not __OPTIMIZE__
951         because it is used in generic code.
952         * wctype/wctrans.c: Define __ctype32_toupper and __ctype32_tolower.
953         * wcsmbs/wcwidth.h: Declare __ctype32_b.
954         * intl/gettext.c: Include <locale.h>.
955         * intl/ngettext.c: Likewise.
956
957 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
958
959         * resolv/inet_ntop.c (inet_ntop4, inet_ntop6, inet_ntop): Use
960         socklen_t type for size.
961         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Rewrite for new
962         init function interface.
963         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
964         * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: Don't include
965         sys/ucontext.h.
966         (__jmp_buf): Declare the whole type structure here, don't use
967         ucontext.
968
969 2000-04-05  Ulrich Drepper  <drepper@redhat.com>
970
971         * iconv/skeleton.c (put16u): Fix typo.
972         Reported by Bruno Haible <haible@ilog.fr>.
973
974         * sysdeps/unix/sysv/linux/alpha/init-first.h: Not needed anymore.
975         * sysdeps/unix/sysv/linux/arm/init-first.h: Likewise.
976         * sysdeps/unix/sysv/linux/mips/init-first.h: Likewise.
977         * sysdeps/unix/sysv/linux/powerpc/init-first.h: Likewise.
978         * sysdeps/unix/sysv/linux/sparc/sparc32/init-first.h: Likewise.
979         * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
980
981         * sysdeps/unix/sysv/linux/Dist: Remove getresuid and getresgid.
982         * Makefile (distribute): Add abi-versions.awk and
983         firstversions.awk.
984         Patches by Torsten Duwe <duwe@caldera.de>.
985
986 2000-04-05  Andreas Schwab  <schwab@suse.de>
987
988         * nss/Makefile ($(objpfx)makedb): Move $(libdl) after db-open.o.
989
990 2000-04-05  Andreas Schwab  <schwab@suse.de>
991
992         * sysdeps/m68k/dl-machine.h (RTLD_START): Readd _dl_start_user
993         entry point, used on Hurd.
994
995 2000-04-04  Andreas Jaeger  <aj@suse.de>
996
997         * intl/Makefile: Only run the gettext test with shared libraries.
998
999 2000-03-16  Mark Kettenis  <kettenis@gnu.org>
1000
1001         * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
1002         Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
1003
1004 2000-04-05  Roland McGrath  <roland@baalperazim.frob.com>
1005
1006         * Makeconfig: Undo last change.
1007         * configure.in: If --disable-shared was given, don't set VERSIONING,
1008         don't define DO_VERSIONING, and don't give scare warning for no
1009         versioning.
1010         * configure: Regenerated.
1011
1012 2000-04-04  Roland McGrath  <roland@baalperazim.frob.com>
1013
1014         * Makeconfig [$(build-shared) != yes] (versioning): Set to `no'.
1015
1016 2000-04-04  Andreas Jaeger  <aj@suse.de>
1017
1018         * sysdeps/generic/fgetexcptflg.c: Use shlib-compat macros.
1019
1020 2000-04-04  Ulrich Drepper  <drepper@redhat.com>
1021
1022         * elf/dl-runtime.c (fixup): Correct handling of symbols marked
1023         STV_HIDDEN and STV_INTERNAL during lookup.
1024         (profile_fixup): Likewise.
1025         * elf/dl-reloc.c (RESOLVE): Likewise.
1026
1027         * iconv/skeleton.c (FUNCTION_NAME): Reorder initialization of
1028         unaligned so that it compiles for system which need unaligned
1029         access handling.
1030
1031 2000-04-04  Andreas Schwab  <schwab@suse.de>
1032
1033         * elf/cache.c (print_entry): Only look at the type field when
1034         printing the type.
1035
1036 2000-04-04  Andreas Schwab  <schwab@suse.de>
1037
1038         * iconvdata/big5.c (BODY): Fix typo.
1039
1040 2000-04-04  Andreas Schwab  <schwab@suse.de>
1041
1042         * sysdeps/m68k/dl-machine.h (RTLD_START): Rewrite for new init
1043         function interface.  Remove unused _dl_start_user entry point.
1044
1045 2000-04-03  Andreas Jaeger  <aj@suse.de>
1046
1047         * include/arpa/inet.h (__inet_aton): Add protoype.
1048
1049 2000-04-01  Andreas Jaeger  <aj@suse.de>
1050
1051         * sysdeps/mach/hurd/mips/init-first.c: Use SHARED instead of PIC.
1052
1053         * sysdeps/unix/mips/sysdep.h: Use __PIC__ instead of PIC.
1054         * sysdeps/mach/mips/thread_state.h: Likewise.
1055
1056         * sysdeps/generic/fclrexcpt.c: Use shlib-compat macros.
1057         * sysdeps/generic/fegetenv.c: Likewise.
1058         * sysdeps/generic/fesetenv.c: Likewise.
1059         * sysdeps/generic/feupdateenv.c: Likewise.
1060         * sysdeps/generic/fraiseexcpt.c: Likewise.
1061         * sysdeps/generic/fsetexcptflg.c: Likewise.
1062         * sysdeps/unix/sysv/linux/alpha/glob.c: Likewise.
1063         * sysdeps/unix/sysv/linux/arm/errlist.c: Likewise.
1064         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
1065         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
1066
1067 2000-04-02  H.J. Lu  <hjl@gnu.org>
1068
1069         * elf/ldconfig.h (FLAG_IA64_LIB64): New. Defined.
1070
1071 2000-04-03  Ulrich Drepper  <drepper@redhat.com>
1072
1073         * elf/dl-load.c (_dl_dst_substitute): Pretty print comment.
1074         (add_name_to_object): Add cast in malloc call.
1075         (fillin_rpath): Optimize loop to initialize ->status a bit.
1076
1077         * sysdeps/i386/dl-machine.h: Undo last change.
1078         * sysdeps/mach/hurd/i386/dl-machine.h (RTLD_START_SPECIAL_INIT):
1079         Restore %edx register after call here.
1080
1081         * sysdeps/arm/atomicity.h: New file.
1082         Contributed by Jesper Skov <jskov@redhat.com>.
1083
1084 2000-04-03  Roland McGrath  <roland@baalperazim.frob.com>
1085
1086         * Makeconfig (preprocess-versions): Undo last change.
1087         Instead, pass -I$(common-objdir) -I$(..)include instead of $(CPPFLAGS).
1088
1089         * sysdeps/mach/hurd/i386/init-first.c (init): Don't set __environ
1090         here, before we might move the stack.
1091         (posixland_init): Set __libc_argc, __libc_argc, and __environ here.
1092         (init1): And not here.
1093
1094         * sysdeps/i386/dl-machine.h (RTLD_START): Fix code broken by last
1095         change, to restore argc value in call-clobbered register after
1096         RTLD_START_SPECIAL_INIT, which will contain a call.
1097
1098         * elf/dl-deps.c (_dl_map_object_deps): Fix size calculations for
1099         allocating and initializing L->l_initfini.
1100
1101         * resolv/Makefile (headers): Add bits/netdb.h, so it gets installed.
1102
1103 2000-04-03  Ulrich Drepper  <drepper@redhat.com>
1104
1105         * elf/dl-load.c (_dl_init_paths): Use (void*) -1 to signal non-existing
1106         RUNPATH, RPATH, and LD_LIBRARY_PATH.
1107         (open_path): Change type of fourth parameter.  Make pointer to array
1108         of pointers.  Create variable dirs with original type.
1109         Track whether any directory for the object exists and if not,
1110         change *DIRSP to (void*) -1 to signal there is no such search path.
1111         (_dl_map_object): Change all calls of open_path.
1112         Rewrite decompose_rpath calls.
1113
1114 2000-03-31  Andreas Schwab  <schwab@suse.de>
1115
1116         * string/strfry.c: Declare STATE as array of char instead of int
1117         and do not initialize it (done by initstate_r).  Pass correct
1118         size.
1119
1120 2000-04-03  Ulrich Drepper  <drepper@redhat.com>
1121
1122         * sysdeps/generic/ldsodefs.h: Fix typo in comment.
1123
1124         * sysdeps/i386/dl-machine.h (RTLD_START): Squeeze one more
1125         instruction out of the code.
1126
1127 2000-04-02  Ulrich Drepper  <drepper@redhat.com>
1128
1129         * elf/dl-fini.c (_dl_fini): Increment j counter after swapping in
1130         element at this position.
1131
1132         * elf/Versions [ld.so] (GLIBC_2.2): Export _dl_load_lock.
1133         * elf/link.h (struct link_map): Add l_reldepsmax, l_reldepsact, and
1134         l_reldeps elements.
1135         * elf/dl-lookup.c (add_dependency): New function.
1136         (_dl_lookup_symbol): Use it whenever symbol was found in a global,
1137         dynamically loaded object.
1138         (_dl_lookup_symbol_skip): Likewise.
1139         (_dl_lookup_versioned_symbol): Likewise.
1140         (_dl_lookup_versioned_symbol_skip): Likewise.
1141         * elf/dl-open.c: Don't define _dl_load_lock here...
1142         * elf/rtld.c: ...but here...
1143         * elf/dl-support.c: ...and here.
1144         * elf/dl-close.c (_dl_close): Close also dependent objects introduce
1145         through relocation.
1146         * elf/dl-fini.c (_dl_fini): Also take dependencies introduced through
1147         relocations.
1148         * dlfcn/Makefile (glrefmain.out): Test is not expected to fail
1149         anymore.
1150         * dlfcn/glrefmain.c: Add one more debug message.
1151
1152         * Makeconfig (preprocess-versions): Don't add $(CPPFLAGS) to compiler
1153         command line.
1154         * Makerules (sysd-versions): Use ( ) instead of { }.
1155
1156         * elf/dl-load.c: Use __builtin_expect to signal that compiler should
1157         optimize for the non-debugging case.
1158         * elf/dl-lookup.c: Likewise.
1159         * sysdeps/generic/libc-start.c: Likewise.
1160
1161 2000-04-02  Roland McGrath  <roland@baalperazim.frob.com>
1162
1163         * sysdeps/mach/hurd/i386/init-first.c: Replace PIC #ifdefs with SHARED.
1164         (init1): Don't initialize __environ here, since init already does it.
1165         (first_init): New function, broken out of _init.
1166         (_hurd_stack_setup): Use it.
1167         [SHARED] (_dl_init_first): New function, renamed from old _init.
1168         (init1) [SHARED]: Don't call posixland_init here.
1169         (posixland_init): Take ENVP arg, so signature is usual for initializer.
1170         [SHARED] (_init): Define as alias for posixland_init.
1171         [! SHARED] (__libc_first_init): Define as alias for posixland_init.
1172         * sysdeps/i386/dl-machine.h (RTLD_START): Insert the macro
1173         RTLD_START_SPECIAL_INIT before calling initializers.
1174         (RTLD_START_SPECIAL_INIT): Define to empty if undefined.
1175         * sysdeps/mach/hurd/i386/dl-machine.h: New file.
1176         * sysdeps/mach/hurd/dl-sysdep.c (_dl_init_first): New weak function.
1177         * elf/Versions ({libc,ld.so}: GLIBC_2.2): Add _dl_init_first.
1178
1179         * stdio-common/tmpfile.c [! USE_IN_LIBIO]: No alias needed,
1180         since we define the function with the name `tmpfile'.
1181
1182         * mach/Versions: Define SHARED instead of PIC to affect shlib-compat.h.
1183         * hurd/Versions: Likewise.
1184
1185 2000-04-02  Ulrich Drepper  <drepper@redhat.com>
1186
1187         * elf/dl-runtime.c (fixup): Fix typo in comment.
1188
1189         * resolv/netdb.h (getnameinfo): All length parameters are of type
1190         socklen_t.
1191         * inet/getnameinfo.c: Likewise.
1192
1193 2000-04-01  Ulrich Drepper  <drepper@redhat.com>
1194
1195         * posix/unistd.h (socklen_t): Define if it has not yet happened.
1196         (gethostname): Change type of second parameter to socklen_t.
1197         * include/unistd.h (__gethostname): Change type of second
1198         parameter to socklen_t.
1199         * sysdeps/generic/gethostname.c (__gethostname): Likewise.
1200         * sysdeps/mach/hurd/gethostname.c (__gethostname): Likewise.
1201         * sysdeps/unix/sysv/gethostname.c (__gethostname): Likewise.
1202         * sysdeps/unix/sysv/sysv4/solaris2/gethostname.c (__gethostname):
1203         Likewise.
1204         * sysdeps/unix/sysv/linux/gethostname.c: Removed.
1205         * sysdeps/generic/bits/socket.h: Use __socklen_t to define socklen_t.
1206         Allow definition elsewhere.
1207         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
1208         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
1209         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
1210         * sysdeps/generic/bits/types.h: Define __socklen_t.
1211         * sysdeps/unix/sysv/aix/bits/types.h: Likewise.
1212         * sysdeps/unix/sysv/hpux/bits/types.h: Likewise.
1213         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
1214         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
1215         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
1216         * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
1217         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
1218
1219         * inet/arpa/inet.h (inet_addr): Change return type to in_addr_t.
1220         (inet_lnaof): Likewise.
1221         (inet_netof): Likewise.
1222         (inet_network): Likewise.
1223         (inet_aton): Likewise.
1224         (inet_makeaddr): Change parameter types to in_addr_t.
1225         (inet_neta): Likewise.
1226         (inet_ntop): Change type of last parameter to socklen_t.
1227         (inet_aton): Only make available if __USE_MISC.
1228         (inet_neta): Likewise.
1229         (inet_net_ntop): Likewise.
1230         (inet_net_pton): Likewise.
1231         (inet_nsap_ntoa): Likewise.
1232
1233         * inet/in.h: Define in_port_t type.
1234         Define in_addr_t type.
1235         (struct in_addr): Use in_addr_t in definition.
1236         (IN_CLASSA): Use cast to in_addr_t.
1237         (IN_CLASSB): Likewise.
1238         (IN_CLASSC): Likewise.
1239         (IN_CLASSD): Likewise.
1240         (IN_EXPERIMENTAL): Likewise.
1241         (IN_BADCLASS): Likewise.
1242         (INADDR_ANY): Likewise.
1243         (INADDR_BROADCAST): Likewise.
1244         (INADDR_NONE): Likewise.
1245         (INADDR_LOOPBACK): Likewise.
1246         (INADDR_UNSPEC_GROUP): Likewise.
1247         (INADDR_ALLHOSTS_GROUP): Likewise.
1248         (INADDR_ALLRTRS_GROUP): Likewise.
1249         (INADDR_MAX_LOCAL_GROUP): Likewise.
1250         (struct sockaddr_in): Use in_port_t for sin_port element.
1251         (struct sockaddr_in6): Use in_port_t for sin6_port element.
1252         Use uint8_t instead of u_int8_t.
1253
1254         * resolv/inet_addr.c (inet_addr): Change return type to in_addr_t.
1255         Call __inet_aton instead of inet_aton.
1256         (__inet_aton): Renamed from inet_aton.  Add weak alias under old name.
1257
1258         * resolv/netdb.h (gethostbyname2): Define only is __USE_MISC.
1259         (innetgr): Likewise.
1260         (struct addrinfo): Use socklen_t for ai_addrlen element.
1261
1262         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_MTU_DISCOVER, IPV6_MTU,
1263         IPV6_RECVERR): New defines.
1264
1265         * include/netdb.h: Change type of first parameter of __getnetbyaddr_r.
1266         * inet/getnetbyad.c: Likewise.
1267         * inet/getnetbyad_r.c: Likewise.
1268         * nis/nss_nis/nis-network.c: Likewise.
1269         * nis/nssplus_nis/nisplus-network.c: Likewise.
1270         * nss/nss_files/files-network.c: Likewise.
1271         * resolv/netdb.h: Define uint32_t if not already happened.
1272         Include bits/netdb.h.  Remove definition of struct netent.
1273         Change type of first parameter of getnetbyaddr_r and getnetbyaddr.
1274         * sysdeps/generic/stdint.h: Allow definition of uint32_t elsewhere.
1275         * sysdeps/generic/bits/netdb.h: New file.
1276         * sysdeps/unix/sysv/linux/alpha/bits/netdb.h: New file.
1277
1278         * dlfcn/Makefile (distribute): Add glreflib1.c and glreflib2.c.
1279         (tests): Add glrefmain.
1280         Add rules to build modules and run tests.  Ignore result of glrefmain
1281         for now since it fails.
1282         * dlfcn/glrefmain.c: New file.
1283         * dlfcn/glreflib1.c: New file.
1284         * dlfcn/glreflib2.c: New file.
1285
1286         * test-skeleton.c: Include <string.h> for strsignal prototype.
1287
1288         * locale/programs/ld-collate.c (check_duplicate): Allow repertoire
1289         to be missing.
1290
1291         * sysdeps/unix/sysv/linux/init-first.c (init): Add code from
1292         former init-first.h.  Initialize __libc_multiple_libcs.
1293
1294 2000-03-31  Ulrich Drepper  <drepper@redhat.com>
1295
1296         * iconv/skeleton.c: Define access macros with u suffix.  Adjust
1297         #if expression for use of unaligned function to the one used in
1298         the definition of these functions.
1299         * iconv/loop.c: Undefined `unaligned' before recursive inclusion.
1300         * iconv/gconv_simple.c (internal_ucs4_loop_unaligned): New function.
1301         (internal_ucs4le_loop_unaligned): New function.
1302
1303         * elf/Makefile (distribute): Add dep1.c, dep2.c, dep3.c, and dep4.c.
1304         (tests): Add order.
1305         (module-names): Add dep1, dep2, dep3, and dep4.
1306         Add dependencies for dep* modules and order.
1307         Define rule for order.out which checks the result.
1308         * elf/dep1.c: New file.
1309         * elf/dep2.c: New file.
1310         * elf/dep3.c: New file.
1311         * elf/dep4.c: New file.
1312         * elf/order.c: New file.
1313
1314         * elf/dl-init.c: Fix typo in comment.
1315
1316 2000-03-31  Andreas Jaeger  <aj@suse.de>
1317
1318         * sysdeps/mips/dl-machine.h (RTLD_START): Rewritten to match new
1319         init function interface.
1320         * sysdeps/mips/mips64/dl-machine.h (RTLD_START): Likewise.
1321
1322 2000-03-31  Andreas Jaeger  <aj@suse.de>
1323
1324         * sysdeps/mips/fpu/fgetexcptflg.c: Fix last patch to use #if.
1325         * sysdeps/mips/fpu/fegetenv.c: Likewise.
1326         * sysdeps/mips/fpu/feupdateenv.c: Likewise.
1327         * sysdeps/mips/fpu/fclrexcpt.c: Likewise.
1328         * sysdeps/mips/fpu/fesetenv.c: Likewise.
1329
1330         * sysdeps/generic/ldsodefs.h: DT_INIT_ARRAY is not relocated
1331         anymore, update comment.
1332
1333         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
1334
1335         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Remove
1336         SHLIB_COMPAT - the struct is always needed.
1337
1338 2000-03-31  Ulrich Drepper  <drepper@redhat.com>
1339
1340         * sysdeps/i386/dl-machine.h (RTLD_START): Optimize for i686.
1341         * elf/dl-support.c: Define _dl_starting_up.
1342
1343 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
1344
1345         * elf/dl-init.c (_dl_init): Clear _dl_starting_up at end of function.
1346         * sysdeps/i386/dl-machine.h: Remove code to clear _dl_starting_up.
1347
1348         * misc/sys/cdefs.h: Don't allow gcc in traditional mode to be used.
1349
1350         * elf/Makefile (dl-routines): Remove preinit.
1351         * elf/Versions: Remove _dl_preinit.
1352         * elf/dl-preinit.c: Removed.  Move content into...
1353         * elf/dl-init.c: ...here.
1354         * sysdeps/i386/dl-machine.h (RTLD_START): Remove call to _dl_preinit.
1355
1356         * sysdeps/generic/bits/shm.h (struct shmid_ds): Correct names of
1357         elements.
1358
1359 2000-03-29  Geoff Clare  <gwc@unisoft.com>
1360
1361         * stdlib/strfmon.c: Corrected problems with the code that
1362         sets default values for [np]_sep_by_space and
1363         [np]_sign_posn; also the new positive/negative alignment
1364         code from the previous patch was not quite right for
1365         [np]_sign_posn = 0.
1366
1367         * localedata/tst-fmon.data: Changes corresponding to the
1368         two sets of fixes made to stdlib/strfmon.c.
1369
1370 2000-03-29  Jes Sorensen  <jes@pcatls01.cern.ch>
1371
1372         * malloc/malloc.c: Declare bit flags UL so that they will not
1373         default to int size when being inverted.
1374
1375 2000-03-29  Andreas Jaeger  <aj@suse.de>
1376
1377         * sysdeps/unix/sysv/linux/arm/errlist.c: Use shlib-compat macros.
1378         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
1379
1380 2000-03-29  Andreas Jaeger  <aj@suse.de>,
1381             Ralf Baechle <ralf@uni-koblenz.de>
1382
1383         * Makeconfig: Introduce new variable SHARED to mark code used in
1384         the shared library.
1385         * elf/dl-close.c: Use it instead of PIC.
1386         * elf/dl-load.c: Likewise.
1387         * elf/dl-open.c: Likewise.
1388         * hurd/geteuids.c: Likewise.
1389         * include/libc-symbols.h: Likewise.
1390         * include/shlib-compat.h: Likewise.
1391         * libio/freopen.c: Likewise.
1392         * linuxthreads/cancel.c: Likewise.
1393         * linuxthreads/pthread.c: Likewise.
1394         * linuxthreads/wrapsyscall.c: Likewise.
1395         * nss/nsswitch.c: Likewise.
1396         * stdio-common/vfprintf.c: Likewise.
1397         * sysdeps/arm/init-first.c: Likewise.
1398         * sysdeps/i386/init-first.c: Likewise
1399         * sysdeps/generic/init-first.c: Likewise.
1400         * sysdeps/generic/libc-start.c: Likewise.
1401         * sysdeps/mips/init-first.c: Likewise.
1402         * sysdeps/powerpc/elf/libc-start.c: Likewise.
1403         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
1404         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
1405         * sysdeps/unix/sysv/linux/arm/errlist.c: Likewise.
1406         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
1407
1408         * sysdeps/mips/machine-gmon.h (asm): Use __PIC__ as check.
1409
1410 2000-03-29  Andreas Jaeger  <aj@suse.de>
1411
1412         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
1413         Use D_PTR to access relocated entries in l_info.
1414         (elf_machine_rela): Likewise.
1415
1416         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
1417         Likewise.
1418         (elf_machine_rela): Likewise.
1419
1420         * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
1421         Likewise.
1422         (__elf_machine_fixup_plt): Likewise.
1423         (__process_machine_rela): Likewise.
1424
1425         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
1426         (elf_machine_rela): Likewise.
1427
1428         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Likewise.
1429         (elf_machine_rel): Likewise.
1430
1431         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
1432         (elf_machine_fixup_plt): Likewise.
1433         (elf_machine_rela): Likewise.
1434
1435 2000-03-29  Andreas Jaeger  <aj@suse.de>
1436
1437         * sysdeps/unix/sysv/linux/msgctl.c: Use shlib-compat macros.
1438         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
1439         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
1440         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
1441         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
1442         * sysdeps/unix/sysv/linux/i386/msgctl.c: Likewise.
1443         * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Likewise.
1444         * sysdeps/unix/sysv/linux/i386/semctl.c: Likewise.
1445         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
1446         * sysdeps/unix/sysv/linux/i386/shmctl.c: Likewise.
1447         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Likewise.
1448         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
1449         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
1450         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
1451         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
1452
1453         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Use shlib-compat
1454         macros, remove K&R prototypes.
1455
1456 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
1457
1458         * posix/getopt.c (_getopt_internal): Return -1 if argc < 1.
1459         Reported by Andrew Wiseman <a.wiseman@bandc.dircon.co.uk>
1460         (PR libc/1677).
1461
1462 2000-03-30  Andreas Jaeger  <aj@suse.de>
1463
1464         * misc/sys/cdefs.h: Remove K&R support.
1465
1466 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
1467
1468         * iconv/skeleton.c: Avoid compiling unaligned versions in some
1469         with size of dynamic sectionmore cases.
1470         * iconv/loop.c: Likewise.
1471
1472 2000-03-29  Bruno Haible  <haible@clisp.cons.org>
1473
1474         * iconv/loop.c (put16): Remove __const. Fix access index.
1475         (put32): Remove __const. Use uint32_t instead of uint16_t.
1476         * iconv/skeleton.c: Likewise.
1477
1478 2000-03-30  Roland McGrath  <roland@baalperazim.frob.com>
1479
1480         * mach/Versions (libc: GLIBC_2.0)
1481         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]: Conditionalize
1482         __vm_allocate on this.
1483         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)]: Conditionalize
1484         mutex- and spinlock-related symbols on this.
1485         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: HURD_CTHREADS_0.3):
1486         New version set.  Lock-related symbols go here instead in this case.
1487         * sysdeps/mach/hurd/Versions (libc: GLIBC_2.0): Remove
1488         _cthread_exit_routine, _cthread_init_routine, cthread_keycreate,
1489         cthread_getspecific, cthread_setspecific, __libc_getspecific.
1490         * hurd/Versions
1491         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: GLIBC_2.0):
1492         Put them here instead.
1493         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: HURD_CTHREADS_0.3):
1494         New version set.  Those cthreads symbols go here instead in this case.
1495         * Versions.def (libc) [USE_IN_LIBIO]: Add HURD_CTHREADS_0.3 version.
1496
1497 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
1498
1499         * elf/dl-init.c (_dl_init): We don't need to call constructors
1500         recursively.  Fold _dl_init_rec in _dl_init and optimize a bit more.
1501
1502         Implement dynamic determination of constructor/destructor order in
1503         the dynamic linker.
1504         * elf/Versions [ld.so] (GLIBC_2.0): Remove _dl_init_next.
1505         (GLIBC_2.2): Add _dl_init.
1506         * elf/dl-close.c: Also call all destructors in FINI_ARRAY.
1507         r_duplist is not anymore allocated separately.  l_initfini is and
1508         therefore free it if necessary.
1509         * elf/dl-deps.c: If a searchlist has to be allocated, put all in one
1510         malloc block.  Otherwise allocate l_initfini list only.
1511         Put dependencies for the object in l_initfini list.
1512         Sort dependencies for the object to be loaded topologically.
1513         * elf/dl-fini.c: Before running the destructors sort the topologically.
1514         * elf/dl-init.c (_dl_init): Renamed from _dl_init_next.  Rewrite to
1515         call constructors instead of iterating over the pointers.  Get list of
1516         objects for which to run constructors from l_initfini element. Accept
1517         argc, argv, and env as parameters and pass them to the constructors.
1518         * elf/ld-load.c (_dl_map_object_from_fd): Initialize l_ldnum member
1519         with size of dynamic section.
1520         * elf/dl-open.c (dl_open_worker): Only call _dl_init instead of
1521         _dl_init_next and calling constructors ourself.
1522         * elf/dl-preinit.c (_dl_preinit): Renamed from _dl_preinit_next.
1523         Take argc, argv, and env as parameters and pass them to the
1524         constructors.  Rewrite to call all constructors and not iterate over
1525         the pointers.
1526         * elf/dynamic-link.h: Don't relocate DT_FINI_ARRAY entry.  Don't
1527         precompute l_initcount and l_preinitcount.
1528         * elf/link.h (struct link_map): Add l_ldnum member.
1529         Make l_phdr_allocated part of the bitfield.  Remove l_runcount,
1530         l_initcount, and l_preinitcount.  Add l_initfini.
1531         * sysdeps/generic/ldsodefs.h: Replace _dl_init_next prototype with
1532         one for _dl_init.
1533         * sysdeps/i386/dl-machine (RTLD_START): Rewrite to match new init
1534         function interface.
1535         * sysdeps/unix/sysv/linux/init-first.h: Removed.
1536         * sysdeps/unix/sysv/linux/Dist: Delete file here as well.
1537         * sysdeps/unix/sysv/linux/init-first.c [PIC]: Don't use
1538         SYSDEP_CALL_INIT.  Make _init a strong alias of init.  The calling
1539         conventions now match.
1540
1541         * sysdeps/generic/libc-start.c: Calling __libc_init_first has no
1542         effect for shared objects.  Don't emit message and call only for
1543         static library.
1544
1545 2000-03-29  Ulrich Drepper  <drepper@redhat.com>
1546
1547         * iconvdata/testdata/CSA_Z243.4-1985-1..UCS-2BE: Renamed from
1548         CSA_Z243.4-1985-1..UCS2.
1549         * iconvdata/testdata/ISO-8859-10..UCS-2BE: Renamed from
1550         ISO-8859-10..UCS2.
1551
1552 2000-03-29  Andreas Jaeger  <aj@suse.de>
1553
1554         * include/unistd.h: Remove duplicate entry for __rmdir.
1555         Remove declaration of __mkdir since __mkdir is declared in
1556         sys/stat.h.
1557
1558         * manual/creature.texi (Feature Test Macros): Fix typo, reported
1559         by Michael Deutschmann <michael@talamasca.ocis.net>.
1560
1561         * sysdeps/mips/fpu/fclrexcpt.c: Use shlib-compat macros.
1562         * sysdeps/mips/fpu/fegetenv.c: Likewise.
1563         * sysdeps/mips/fpu/fesetenv.c: Likewise.
1564         * sysdeps/mips/fpu/feupdateenv.c: Likewise.
1565         * sysdeps/mips/fpu/fgetexcptflg.c: Likewise.
1566
1567 2000-03-28  Andreas Jaeger  <aj@suse.de>
1568
1569         * sysdeps/i386/fpu/bits/mathinline.h (__sincos): Remove redundant
1570         declaration, the prototype is defined via bits/mathcalls.h.
1571         (__sincosf): Likewise.
1572         (__sincosl): Likewise.
1573         (ldexp): Likewise.
1574         (ldexpf): Likewise.
1575         (ldexpl): Likewise.
1576         (__finite): Likewise.
1577         (__inline_mathcodeNP): New macro without prototype
1578         declarations.
1579         (__inline_mathcodeNP2): Likewise.
1580         (__inline_mathcodeNP3): Likewise.
1581         (__inline_mathcodeNP_): Likewise.
1582         (__inline_mathcodeNP2_): Likewise.
1583         (__inline_mathcodeNP3_): Likewise.
1584         (__inline_mathopNP): Likewise.
1585         (__inline_mathop_declNP): Likewise.
1586         (__inline_mathop_declNP_): Likewise.
1587         (__inline_mathcode_): Use __inline_mathcodeNP_.
1588         (__inline_mathcode2_): Use __inline_mathcodeNP2_.
1589         (__inline_mathcode3_): Use __inline_mathcodeNP3_.
1590         (__inline_mathop_decl_): Use __inline_mathop_declNP__.
1591         (__expm1l): Don't define prototype, the prototype is defined via
1592         bits/mathcalls.h.
1593         (exp): Likewise.
1594         (__expl): Likewise.
1595         (tan): Likewise.
1596         (atan2): Likewise.
1597         (__atan2l): Likewise.
1598         (fmod): Likewise.
1599         (pow): Likewise.
1600         (fabsf): Likewise.
1601         (fabsl): Likewise.
1602         (__fabsl): Likewise.
1603         (asin): Likewise.
1604         (acos): Likewise.
1605         (sinh): Likewise.
1606         (cosh): Likewise.
1607         (tanh): Likewise.
1608         (floor): Likewise.
1609         (ceil): Likewise.
1610         (expm1): Likewise.
1611         (log1p): Likewise.
1612         (asinh): Likewise.
1613         (acosh): Likewise.
1614         (atanh): Likewise.
1615         (hypot): Likewise.
1616         (logb): Likewise.
1617         (fma): Likewise.
1618         (drem): Likewise.
1619         (sqrt): Likewise.
1620         (__sqrtl): Likewise.
1621         (sin): Likewise.
1622         (cos): Likewise.
1623         (atan): Likewise.
1624         (log): Likewise.
1625         (log10): Likewise.
1626         (asinh): Likewise.
1627         (log2): Likewise.
1628         (rint): Likewise.
1629
1630 2000-03-28  Ulrich Drepper  <drepper@redhat.com>
1631
1632         * Makerules: If make variable md5 is defined to yes after
1633         generating dependencies generate MD5 sum for the object.
1634
1635         * iconv/gconv_builtin.h: Fix length in transformation definition
1636         for UNICODEBIG.
1637
1638         * iconvdata/TESTS: Use UCS-2BE instead of UCS2.
1639
1640         * iconv/loop.c: Define get16, get32, put16, and put32 macros to
1641         allow as well reading from/writing to unaligned addresses on machines
1642         which don't support this in hardware.  Use FCTNAME macro to define
1643         function name.  Include the file a second time for platforms which
1644         need special unaligned handling.
1645         * iconv/skeleton.c: Define get16u, get32u, put16u, and put32u macros
1646         to access potentially unaligned addresses.  These macros are intended
1647         to be used only outside the loops.
1648         (unaligned): New definition.  In case the machine can handle unaligned
1649         access define as zero.  Otherwise as a variable which is initialized
1650         as nonzero in case the buffer passed in at runtime is unaligned with
1651         respect to the character set encoding involved.
1652         Call aligned or unaligned looop functions according to unaligned
1653         variable.
1654         * iconvdata/8bit-gap.c: Use get16, get32, put16, and put32 instead
1655         of direct casting pointer to potentially handle unaligned memory
1656         accesses.
1657         * iconvdata/8bit-generic.c: Likewise.
1658         * iconvdata/ansi_x3.110.c: Likewise.
1659         * iconvdata/big5.c: Likewise.
1660         * iconvdata/euc-cn.c: Likewise.
1661         * iconvdata/euc-jp.c: Likewise.
1662         * iconvdata/euc-kr.c: Likewise.
1663         * iconvdata/euc-tw.c: Likewise.
1664         * iconvdata/gbk.c: Likewise.
1665         * iconvdata/iso-2022-cn.c: Likewise.
1666         * iconvdata/iso-2022-jp.c: Likewise.
1667         * iconvdata/iso-2022-kr.c: Likewise.
1668         * iconvdata/iso646.c: Likewise.
1669         * iconvdata/iso_6937-2.c: Likewise.
1670         * iconvdata/iso_6937.c: Likewise.
1671         * iconvdata/johab.c: Likewise.
1672         * iconvdata/sjis.c: Likewise.
1673         * iconvdata/t.61.c: Likewise.
1674         * iconvdata/uhc.c: Likewise.
1675         * iconvdata/unicode.c: Likewise.
1676         * iconvdata/utf-16.c: Likewise.
1677
1678         * locale/programs/simple-hash.c: Little optimizations.  Remove K&R
1679         prototypes.
1680
1681         * malloc/Versions [libc] (GLIBC_2.2): Add mcheck_check_all.
1682         * malloc/mcheck.c (mcheck_check_all): Renamed from check_all and made
1683         public.
1684         * malloc/mcheck.h (mcheck_check_all): Declare.
1685
1686         * stdio-common/Makefile (tests): Add tst-obprintf.
1687
1688 2000-03-28  Roland McGrath  <roland@baalperazim.frob.com>
1689
1690         * sysdeps/generic/bits/sigthread.h: Clean up conditionals.
1691         Declare pthread_sigmask.
1692
1693         * csu/version.c: Add 2000 to copyright years.
1694         Remove Emacs local variables section.
1695
1696 2000-03-23  Bruno Haible  <haible@clisp.cons.org>
1697
1698         * iconv/gconv_int.h (__gconv_transform_ucs2little_internal,
1699         __gconv_transform_internal_ucs2little): Remove declarations.
1700         * iconv/gconv_simple.c (__gconv_transform_ucs2_internal,
1701         __gconv_transform_internal_ucs2): Never need to bswap_16.
1702         (__gconv_transform_ucs2reverse_internal,
1703         __gconv_transform_internal_ucs2reverse): Always need to bswap_16.
1704
1705 2000-03-27  Roland McGrath  <roland@baalperazim.frob.com>
1706
1707         * include/shlib-compat.h (SHLIB_COMPAT): Make the test handle the
1708         obsoleting version not being defined at all, in which case the
1709         result is always true.
1710
1711         * Makeconfig (preprocess-versions): New canned sequence for running
1712         cpp on shlib-versions and the like.
1713         (soversions.i): Use it.
1714         * Makerules (Versions.all, sysd-versions): Use it to preprocess the
1715         Versions.def and Versions files.
1716
1717 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
1718
1719         * stdio-common/tst-obprintf.c (main): Add another check to see
1720         obstack_printf handling all possible beginnings of the block
1721         inside an obstack chunk.
1722
1723         * locale/programs/localedef.c: Use __malloc_initialize_hook to
1724         install mcheck handler.
1725
1726         * libio/obprintf.c (_IO_obstack_vprintf): Fix one more memory
1727         handling problem.
1728
1729 2000-03-27  Roland McGrath  <roland@baalperazim.frob.com>
1730
1731         * stdio-common/tmpfile.c: Use <shlib-compat.h> macros.
1732
1733         * include/shlib-compat.h: Conditionalize <abi-versions.h> include
1734         on [HAVE_ELF && DO_VERSIONING].
1735
1736 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
1737
1738         * stdio-common/tst-obprintf.c: New file.
1739
1740 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
1741
1742         * libio/genops.c (_IO_default_xsputn): Little optimization.  Call
1743         _IO_OVERFLOW directly instead through __overflow.
1744
1745         * locale/programs/localedef.c (construct_output_path): If path
1746         contains a / compute the end of the directory name correctly.
1747
1748         * include/features.h: Undef and document __USE_XOPEN2K.
1749
1750         * malloc/mcheck.c: Implement pedantic checking of all allocated blocks
1751         whenever a function is called.  Initiated by calling mcheck_pedantic
1752         instead of mcheck.
1753         * malloc/mcheck.h: Declare mcheck_pedantic.
1754         * malloc/Versions [libc] (GLIBC_2.2): Add mcheck_pedantic.
1755         * locale/programs/localdef.c: Use mcheck_pedantic instead of mcheck
1756         for now.
1757
1758 2000-03-26  Roland McGrath  <roland@baalperazim.frob.com>
1759
1760         * dlfcn/dlopen.c: Use <shlib-compat.h> macros.
1761         * dlfcn/dlopenold.c: Likewise.
1762         * nss/getXXbyYY_r.c: Likewise.
1763         * nss/getXXent_r.c: Likewise.
1764         * hurd/hurdinit.c: Likewise.
1765         * hurd/compat-20.c: Likewise.
1766         * libio/oldiofopen.c: Likewise.
1767         * libio/oldiofclose.c: Likewise.
1768         * libio/oldiofdopen.c: Likewise.
1769         * libio/oldfileops.c: Likewise.
1770         * libio/oldstdfiles.c: Likewise.
1771         * libio/oldiofsetpos.c: Likewise.
1772         * libio/oldiofgetpos.c: Likewise.
1773         * libio/oldiofgetpos64.c: Likewise.
1774         * libio/oldiofsetpos64.c: Likewise.
1775         * libio/oldiopopen.c: Likewise.
1776         * libio/oldpclose.c: Likewise.
1777         * libio/oldtmpfile.c: Likewise.
1778         * libio/freopen.c (freopen): Likewise.
1779         * libio/iofclose.c (_IO_new_fclose): Likewise.
1780
1781         * sysdeps/mach/sys/reboot.h: Include <features.h>.
1782         (reboot): Declare it.
1783
1784         * libio/Makefile (headers): Add bits/stdio-lock.h here.
1785
1786         * sysdeps/mach/hurd/bits/stdio-lock.h: New file.
1787
1788         * include/shlib-compat.h: Include <abi-versions.h> unconditionally.
1789
1790         * posix/unistd.h (intptr_t): Conditionalize on [__USE_MISC ||
1791         __USE_XOPEN_EXTENDED] rather than on [__USE_UNIX98].
1792         We need this for the sbrk decl, which can be included without Unix98.
1793
1794 2000-03-20  Richard Henderson  <rth@cygnus.com>
1795
1796         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Last
1797         argument to yperr2nss is an int, not size_t.
1798         * posix/regex.c (print_partial_compiled_pattern): Cast all
1799         ptrdiff_t to long for printing.
1800         (print_compiled_pattern): Use Z for printing size_t.
1801         * posix/testfnm.c (tests): Avoid trigraphs.
1802         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
1803         Use a C comment, not an assembly comment.
1804
1805         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Clarify use
1806         of __ASSUME_32BITUIDS.
1807
1808 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
1809
1810         * libio/iofopncook.c: Remove K&R prototypes.
1811
1812 2000-03-26  Roland McGrath  <roland@baalperazim.frob.com>
1813
1814         * hurd/hurdrlimit.c (init_rlimit): Give the RLIMIT_NOFILE soft limit
1815         an initial value of 1024 instead of RLIM_INFINITY.
1816
1817         * Versions.def (libmachuser, libhurduser): Remove these sections,
1818         since these libraries do not presently use symbol versions.
1819
1820         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): If the resource limit
1821         is RLIM_INFINITY, return -1 instead.
1822
1823 2000-03-24  Andreas Jaeger  <aj@suse.de>
1824
1825         * Makefile (postclean): Added soversions.i.
1826
1827 2000-03-24  Scott Bambrough  <scottb@netwinder.org>
1828
1829         * sysdeps/arm/fpu/fpu_control.h: Define _FPU_MASK_IM, _FPU_MASK_ZM,
1830         _FPU_MASK_OM, _FPU_MASK_UM, _FPU_MASK_PM, _FPU_MASK_DM, _FPU_DEFAULT,
1831         and _FPU_IEEE.  Change _FPU_RESERVED.
1832
1833 2000-03-24  Scott Bambrough  <scottb@netwinder.org>
1834
1835         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: New file.
1836
1837 2000-03-24  Roland McGrath  <roland@baalperazim.frob.com>
1838
1839         * sysdeps/posix/getaddrinfo.c: Include <net/if.h> for if_nametoindex.
1840         (gaih_inet): Remove unused duplicate variable.
1841
1842         * inet/getnameinfo.c (getnameinfo): Use IFNAMSIZ, not MAXHOSTNAMELEN.
1843         Don't use __libc_sa_len, which only exists for Linux.  Just handle
1844         AF_INET and AF_INET6 directly as well as AF_LOCAL, since those are the
1845         only flavors supported by this function anyway.
1846
1847 2000-03-24  Geoff Clare  <gwc@unisoft.com>
1848
1849         * stdlib/strfmon.c: corrected problems with missing signs and
1850         missing or extra spaces; allow for sign strings longer than
1851         one character; add padding to ensure positive and negative
1852         formats are aligned when a left precision is used.
1853
1854 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
1855
1856         * stdlib/random_r.c (__setstate_r): Allow RNGs of type 4.
1857         Patch by John Mizel <John.Mizel@msdw.com>.
1858
1859 2000-03-25  Ulrich Drepper  <drepper@redhat.com>
1860
1861         * manual/install.texi: Remove references to crypt add-on.
1862
1863 2000-03-25  Roland McGrath  <roland@baalperazim.frob.com>
1864
1865         * sysdeps/mach/hurd/setrlimit.c (setrlimit): Go into a critical
1866         section while taking the _hurd_rlimit_lock.
1867         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
1868
1869 2000-03-24  Roland McGrath  <roland@baalperazim.frob.com>
1870
1871         * Makerules [$(cross-compiling) = yes] (symbolic-link-prog): Define
1872         using $(LN_S).
1873
1874         * sysdeps/mach/hurd/if_index.c: New file.
1875
1876         * sysdeps/unix/sysv/linux/net/if.h: Moved to ...
1877         * sysdeps/gnu/net/if.h: here.
1878         (_IOT_ifconf, _IOT_ifreq): Hurd ioctl type macros moved from ...
1879         * sysdeps/mach/hurd/net/if.h: ... here; this file now removed.
1880         * sysdeps/generic/net/if.h: New file.  Declares just the standard
1881         functions and `struct if_nameindex' type.
1882         * socket/Makefile (headers): Add net/if.h here.
1883         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Not here.
1884         * sysdeps/mach/hurd/Dist: Remove it here.
1885         * sysdeps/unix/sysv/linux/Dist: And here.
1886         * sysdeps/generic/if_index.c: Include <net/if.h>.
1887
1888 2000-03-24  Andreas Jaeger  <aj@suse.de>
1889
1890         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Use D_PTR to
1891         access relocated entries in l_info.
1892         (elf_machine_got_rel): Likewise.
1893         (elf_machine_runtime_setup): Likewise.
1894         * sysdeps/mips/mips64/dl-machine.h (elf_machine_got_rel): Likewise.
1895         (elf_machine_runtime_setup): Likewise.
1896         (__dl_runtime_resolve): Likewise.
1897
1898 2000-03-23  Ulrich Drepper  <drepper@redhat.com>
1899
1900         * resolv/netdb.h (SCOPE_DELIMITER): New definitions.
1901         * inet/netinet/in.h (struct sockaddr_in6): Add sin6_scope_id
1902         according to RFC 2553.
1903         * sysdeps/posix/getaddrinfo.c: Change to follow latest RFC draft.
1904         * inet/getnameinfo.c: Likewise.
1905         Patches by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.
1906
1907 2000-03-23  Bruno Haible  <haible@clisp.cons.org>
1908
1909         * iconv/gconv_simple.c (internal_ucs4_loop, internal_ucs4le_loop):
1910         Remove no-op pointer increment.
1911
1912 2000-03-23  Andreas Jaeger  <aj@suse.de>
1913
1914         * stdio-common/tst-cookie.c (cookieseek): Change prototype to
1915         follow change for libio.h from 2000-03-10.
1916
1917 2000-03-23  Andreas Jaeger  <aj@suse.de>
1918
1919         * elf/dl-addr.c: Adjust include paths for ldsodefs location
1920         change.
1921         * elf/dl-debug.c: Likewise.
1922         * elf/dl-deps.c: Likewise.
1923         * elf/dl-error.c: Likewise.
1924         * elf/dl-fini.c: Likewise.
1925         * elf/dl-init.c: Likewise.
1926         * elf/dl-load.c: Likewise.
1927         * elf/dl-lookup.c: Likewise.
1928         * elf/dl-minimal.c: Likewise.
1929         * elf/dl-object.c: Likewise.
1930         * elf/dl-open.c: Likewise.
1931         * elf/dl-preinit.c: Likewise.
1932         * elf/dl-profile.c: Likewise.
1933         * elf/dl-profstub.c: Likewise.
1934         * elf/dl-reloc.c: Likewise.
1935         * elf/dl-runtime.c: Likewise.
1936         * elf/dl-support.c: Likewise.
1937         * elf/dl-symbol.c: Likewise.
1938         * elf/dl-version.c: Likewise.
1939         * elf/rtld.c: Likewise.
1940         * elf/sprof.c: Likewise.
1941         * sysdeps/generic/dl-cache.c: Likewise.
1942         * sysdeps/generic/dl-origin.c: Likewise.
1943         * sysdeps/generic/dl-sysdep.c: Likewise.
1944         * sysdeps/generic/elf/backtracesyms.c: Likewise.
1945         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
1946         * sysdeps/generic/libc-start.c: Likewise.
1947         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
1948         * sysdeps/powerpc/dl-machine.c: Likewise.
1949         * sysdeps/powerpc/elf/libc-start.c: Likewise.
1950         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1951         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1952         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
1953
1954         * elf/ldsodefs.h: Move file to ...
1955         * sysdeps/generic/ldsodefs.h: ... here.
1956
1957         * sysdeps/generic/ldsodefs.h: Add definition for D_PTR.
1958
1959         * sysdeps/mips/elf/ldsodefs.h: New file.
1960
1961         * elf/dl-version.c (match_symbol): Use D_PTR to access relocated
1962         entries in l_info.
1963         (_dl_check_map_versions): Likewise.
1964         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
1965         * elf/dl-load.c (_dl_init_paths): Likewise.
1966         (_dl_map_object): Likewise.
1967         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Likewise.
1968         (elf_get_dynamic_info): Likewise.
1969         * elf/do-lookup.h (FCT): Likewise.
1970         * elf/do-rel.h (elf_dynamic_do_rel): Likewise.
1971         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
1972         * elf/dl-addr.c (_dl_addr): Likewise.
1973         * elf/dl-runtime.c (profile_fixup): Likewise.
1974         (fixup): Likewise.
1975         * elf/dl-init.c (_dl_init_next): Likewise.
1976         * sysdeps/generic/dl-machine.h (elf_machine_runtime_setup): Likewise.
1977         * sysdeps/unix/sysv/linux/i386/dl-librecon.h
1978         (DISTINGUISH_LIB_VERSIONS): Likewise.
1979         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Likewise.
1980         (elf_machine_rel): Likewise.
1981
1982         * elf/dynamic-link.h (elf_get_dynamic_info): Only change l_info
1983         for writable dynamic section.
1984
1985 2000-03-22  Ulrich Drepper  <drepper@redhat.com>
1986
1987         * inet/getnameinfo.c (getnameinfo): Check that addrlen value is
1988         large enough.  Patch by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.
1989
1990 2000-03-22  Andreas Jaeger  <aj@suse.de>
1991
1992         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MADV_*): Add flags
1993         from latest Linux kernel.
1994
1995 2000-03-21  Andreas Jaeger  <aj@suse.de>
1996
1997         * Versions.def: Add version 2.1.4.
1998
1999 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
2000
2001         * libio/oldtmpfile.c: Update for new SHLIB_COMPAT definition.
2002         * libio/oldiofopen.c: Likewise.
2003         * libio/oldiofclose.c: Likewise.
2004         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
2005
2006 2000-03-22  Roland McGrath  <roland@baalperazim.frob.com>
2007
2008         * include/shlib-compat.h (SHLIB_COMPAT): Take a third argument,
2009         indicating the first version set to obsolete the conditionalized code.
2010         (compat_symbol): New macro.
2011         * scripts/abi-versions.awk: For subsumed versions, make ABI_* defn's
2012         rhs be the ABI_* macro for the subsuming version.  Assign increasing
2013         integer values to the ABI_* macros for supported versions.
2014         * sysdeps/gnu/siglist.c: Use new SHLIB_COMPAT convention, and use
2015         compat_symbol macro.
2016
2017 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
2018
2019         * nscd/connections.c (nscd_run): Pretty print.
2020         * elf/dl-runtime.c: Include stdlib.h for alloca prototype.
2021
2022         * manual/charset.texi: Fix typos.  Rephrase.
2023         * manual/process.texi: Likewise.
2024         * manual/signal.texi: Likewise.
2025         Patches by Mike Coleman <mkc@kc.net>.
2026
2027         * libio/oldtmpfile.c: Use new macros from shlib-compat.h to define
2028         versions.
2029         * libio/iofdopen.c: Likewise.
2030         * libio/iofgetpos.c: Likewise.
2031         * libio/iofgetpos64.c: Likewise.
2032         * libio/iofopen.c: Likewise.
2033         * libio/iofsetpos.c: Likewise.
2034         * libio/iofsetpos64.c: Likewise.
2035         * libio/iopopen.c: Likewise.
2036         * libio/oldiofopen.c: Likewise.
2037         * libio/pclose.c: Likewise.
2038         * sysdeps/gnu/siglist.c: Likewise.
2039         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
2040
2041         * include/shlib-compat.h (versioned_symbol): Give preprocessor the
2042         chance to expand VERSION_##lib##_##version.
2043
2044         * libio/fileops.c: Use new macros from shlib-compat.h to define
2045         versions.
2046         * libio/iofclose.c: Likewise.
2047         * libio/oldiofclose.c: Likewise.
2048         Patch by Roland McGrath <roland@frob.com>.
2049
2050 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
2051
2052         * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: Clean up namespace.
2053         Lay out struct sigcontext according to what really gets passed on
2054         the stack.
2055         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Don't include asm/elf.h.
2056         (elf_gregset_t, elf_greg_t, elf_fpregset_t, ELF_NGREG): Define.
2057         (prgregset_t, prfpregset_t): Define to elf_* types.
2058         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_WRITEDATA):
2059         Define to correct value.
2060         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h: Use struct
2061         sigcontext.
2062         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.
2063
2064 2000-03-21  Roland McGrath  <roland@baalperazim.frob.com>
2065
2066         * scripts/firstversions.awk: Allow multiple version sets in the
2067         "earliest version" specification, meaning that version sets in the
2068         gaps between listed versions should be folded into the earliest later
2069         version that is explicitly listed.
2070         * shlib-versions (mips.*-.*-linux.*): Use that syntax for to say
2071         we support GLIBC_2.0 and GLIBC_2.2 but not the intervening sets.
2072
2073 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
2074
2075         * iconv/gconv_builtin.c: Include <endian.h>.
2076         * iconv/gconv_builtin.h: Add UCS-BE aliases.
2077         Add UCS-4LE transformation.  Define UNICODEBIG and UNICODELITTLE
2078         according to current platform.
2079         * iconv/gconv_int.h: Declare __gconv_transform_ucs2reverse_internal,
2080         __gconv_transform_internal_ucs2reverse, and
2081         __gconv_transform_internal_ucs4le.
2082         * iconv/gconv_simple.c: Implement __gconv_transform_internal_ucs4le,
2083         __gconv_transform_ucs2reverse_internal and
2084         __gconv_transform_internal_ucs2reverse.
2085         * iconvdata/Makefile (modules): Add UNICODE.
2086         (distribute): Add unicode.c.
2087         * iconvdata/gconv-modules: Add definitions for UNICODE module.
2088         * iconvdata/unicode.c: New file.
2089
2090         * iconvdata/utf-16.c: Rewrite code to emit BOM.  Correct code to
2091         determine byte order of input and convert accordingly.
2092
2093         * iconvdata/utf-16.c (gconv_init): Fix typo.
2094
2095 2000-03-20  Ulrich Drepper  <drepper@redhat.com>
2096
2097         * iconvdata/gconv-modules: Fix typo.
2098
2099         * sysdeps/unix/sysv/linux/configure.in: Remove `crypt' from one
2100         more messages.
2101
2102         * sysdeps/unix/sysv/aix/*: Add initial code for port to AIX 4.3.
2103
2104 2000-03-16  Thorsten Kukuk  <kukuk@suse.de>
2105
2106         * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: New.
2107
2108 2000-03-20  Ulrich Drepper  <drepper@redhat.com>
2109
2110         * misc/Makefile (routines): Add mincore.
2111
2112 2000-03-20  Andreas Jaeger  <aj@suse.de>
2113
2114         * sysdeps/generic/mincore.c: New stub file.
2115
2116         * sysdeps/unix/sysv/linux/arm/bits/mman.h (MADV_*): Add flags
2117         from latest Linux kernel.
2118
2119 2000-03-20  Ulrich Drepper  <drepper@redhat.com>
2120
2121         * grp/initgroups.c (compat_call): Use _SC_GETGR_R_SIZE_MAX instead of
2122         _SC_GETPW_R_SIZE_MAX.
2123
2124 2000-03-20  Richard Henderson  <rth@cygnus.com>
2125
2126         * sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase
2127         in GLIBC_2.1.4.
2128
2129 2000-03-20  Richard Henderson  <rth@cygnus.com>
2130
2131         * sysdeps/alpha/fpu/fraiseexcpt.c: Use get/set_fp_control instead
2132         of arithmetic instructions.
2133
2134         * sysdeps/alpha/fpu/s_ceil.c: Use round to -inf instead of playing
2135         with the fpcr.  Protect from INV exception.
2136         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
2137         * sysdeps/alpha/fpu/s_floor.c: Protect from INV exception.
2138         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
2139
2140         * sysdeps/alpha/fpu/s_copysign.c: New.
2141         * sysdeps/alpha/fpu/s_copysignf.c: New.
2142         * sysdeps/alpha/fpu/s_fabs.c: New.
2143         * sysdeps/alpha/fpu/s_fabsf.c: New.
2144         * sysdeps/alpha/fpu/s_rint.c: New.
2145         * sysdeps/alpha/fpu/s_rintf.c: New.
2146
2147         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add MADV constants.
2148
2149         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
2150         Kill sethae.
2151         * sysdeps/unix/sysv/linux/alpha/Versions: Add pciconfig_iobase.
2152         * sysdeps/unix/sysv/linux/alpha/ioperm.c (all address constants):
2153         Use physical addresses not KSEG addresses.
2154         (io_system): Add PYXIS.
2155         (io): Remove hae.reg, sys, hae_shift.
2156         (stb_mb, stw_mb, stl_mb, __sethae): New.
2157         (inline_outb, inline_outw, inline_outl): Don't set hae.
2158         (inline_inb, inline_inw, inline_inl): Likewise.
2159         (dense_sethae): New null function.
2160         (struct cpuinfo_data): New.
2161         (process_cpuinfo): Use local and stack variables, not static.
2162         Move readlink check here from init_iosys.
2163         (init_iosys): Use __pciconfig_iobase first.  Know SX and LX as PYXIS.
2164         (_iopl): Simplify.
2165         (_hae_shift): Calculate it here.
2166         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sethae,
2167         add pciconfig_iobase.
2168
2169 2000-03-20  Roland McGrath  <roland@baalperazim.frob.com>
2170
2171         * locale/programs/ld-time.c (time_finish): Use %Z instead of %z.
2172         * locale/programs/ld-ctype.c (ctype_finish, ctype_class_new): Likewise.
2173
2174         * scripts/versions.awk: Fixed version renaming code to distinguish
2175         libraries properly.
2176
2177 2000-03-19  Ulrich Drepper  <drepper@redhat.com>
2178
2179         * include/stdlib.h: Add prototype for __cxa_atexit.
2180
2181         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Update comment about
2182         _SLOWDOWN flags.  Patch by Jim Blandy <jimb@cygnus.com>.
2183
2184 2000-03-17  Cristian Gafton  <gafton@redhat.com>
2185
2186         * elf/Makefile ($(rtld-version-installed-name)): Delay replacing
2187         existing rtld-installed-name.
2188         ($(rtld-installed-name)): Request libc-$(version) be installed too.
2189         replace existing rtld-installed-name using $(symbolic-link-prog).
2190
2191 2000-03-17  Roland McGrath  <roland@baalperazim.frob.com>
2192
2193         * locale/programs/ld-collate.c (collate_read): Remove bogus cast.
2194         (insert_value, handle_ellipsis, collate_read): Replace %zu in format
2195         strings with %Zu, because gcc-2.95.2's -Wformat knows about the latter
2196         but not the former.
2197
2198 2000-03-19  Ulrich Drepper  <drepper@redhat.com>
2199
2200         * sysdeps/generic/glob.c [_LIBC]: Always use __xstat64, not only for
2201         glob64.  Since there is no glob64 in the LFS proposal applications
2202         can assume that glob handles LFS situations.  glob64 is only needed
2203         if alternative filesystem functions are used.
2204
2205 2000-03-19  Geoff Clare  <gwc@unisoft.com>
2206
2207         * sysdeps/generic/glob.c: Correct gl_pathc value returned
2208         when GLOB_DOOFFS is set; correct handling of patterns
2209         containing escaped wildcards (and no unescaped ones);
2210         GLOB_ERR flag was being ignored in some situations.
2211
2212         * posix/globtest.c, posix/globtest.sh: Updated to include
2213         tests for the problems fixed by the above changes to glob.c.
2214
2215         * manual/pattern.texi (Calling Glob): Update description of gl_pathc.
2216
2217 2000-03-19  Roland McGrath  <roland@baalperazim.frob.com>
2218
2219         * Makeconfig (soversion.i): Use only first match for each lib.
2220
2221         * Makeconfig (soversion.i): Pass -undef to $(CC) -E.
2222
2223         * Makerules (Versions.all, sysd-versions): Test $(sysd-sorted-done)
2224         rather than $(sysd-dirs-done) to protect these rules.
2225
2226         * Makerules (version-renames.def): Target removed.
2227         (Versions.all): Depend on soversions.i directly and parse it.
2228
2229         * Makeconfig (soversions.i): New target, input-reading parts of
2230         soversions.mk generation moved here; result is a canonicalized
2231         list "LIB VERSION [SET]" for this configuration.
2232         (soversions.mk): Use that as input.  Don't emit map-firstversions.
2233         * Makerules (version-renames.def): New target, generated from
2234         soversions.i with contents that was in $(map-firstversions).
2235         (Versions.all): Don't depend on soversions.mk, depend on
2236         version-renames.def instead; just cat it into the input.
2237
2238         * Makerules (Versions.all): Use $(foreach ...) instead of sh for loop
2239         for $(map-firstversions), which better handles it being empty.
2240
2241         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): Set earliest
2242         supported version for libc 0.2.90.libio to GLIBC_2.2.
2243
2244         * Makeconfig (soversions.mk): Grok new third column in shlib-versions,
2245         and use it to emit new variable `map-firstversions'.
2246         * scripts/firstversions.awk: New file.
2247         * Makerules (Versions.all): Use scripts/firstversions.awk and
2248         the $(map-firstversions) value to generate a modified versions list
2249         that includes renames in "A = B" syntax for each version set earlier
2250         than the "earliest symbol version" named in shlib-versions.
2251         * scripts/versions.awk: Recognize "A = B" lines in the input to mean
2252         rename version set A to B in the output to the intermediate file.
2253         * scripts/abi-versions.awk: New file.
2254         * Makerules (abi-versions.h): New target, generated by that script.
2255         [$(versioning) = yes] (before-compile): Prepend abi-versions.h.
2256         * include/shlib-compat.h: New file, uses that generated header.
2257
2258 2000-03-18  Roland McGrath  <roland@baalperazim.frob.com>
2259
2260         * Makeconfig (soversions.mk): Convert % -> # in shlib-versions
2261         after stripping # comments, and then run it through cpp.
2262         This allows things like "%ifdef FOO" based on config.h settings.
2263         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): libc=0.2.90.libio
2264
2265         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED
2266         and other errors that indicate a pseudo-receive happened, grok through
2267         the message buffer for port rights that need references fixed up.
2268
2269 2000-03-16  Andreas Jaeger  <aj@suse.de>
2270
2271         * sysdeps/unix/sysv/linux/syscalls.list: Added madvise and mincore.
2272
2273         * sysdeps/unix/sysv/linux/madvise.c: Remove.
2274
2275         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MADV_*): Add flags
2276         from latest Linux kernel.
2277         * sysdeps/unix/sysv/linux/i386/bits/mman.h (MADV_*): Likewise.
2278
2279         * misc/sys/mman.h: Add prototype for mincore.
2280
2281 2000-03-17  Ulrich Drepper  <drepper@redhat.com>
2282
2283         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldsetrlimit
2284         entry for GLIBC_2.0 version of setrlimit.
2285         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
2286
2287 2000-03-16  Thorsten Kukuk  <kukuk@suse.de>
2288
2289         * nis/nss_nis/nis-ethers.c: Return with error if malloc fails.
2290         * nis/nss_compat/compat-initgroups.c: Likewise.
2291         * nis/nss_nis/nis-initgroups.c: Likewise.
2292         * nis/nss_nis/nis-netgrp.c: Likewise.
2293         * nis/nss_nis/nis-proto.c: Likewise.
2294         * nis/nss_nis/nis-rpc.c: Likewise.
2295         * nis/nss_nis/nis-service.c: Likewise.
2296         * nis/ypclnt.c: Likewise.
2297
2298 2000-03-16  Andreas Jaeger  <aj@suse.de>
2299
2300         * manual/Makefile: MAKEINFO is set to `:' from configure if it
2301         doesn't exist, correct checks.  Fixes PR libc/1649.
2302
2303 2000-03-16  Thorsten Kukuk  <kukuk@suse.de>
2304
2305         * nscd/hstcache.c: Restore correct UID.
2306         * nscd/pwdcache.c: Likewise.
2307         Patch from Gabor Gombas <gombasg@inf.elte.hu>.
2308
2309 2000-03-17  Roland McGrath  <roland@baalperazim.frob.com>
2310
2311         * sysdeps/i386/sys/ucontext.h: Prepend REG_ to enum values and
2312         macros for register names, in line with 2000-03-14 linux change.
2313
2314         * sysdeps/mach/sched_yield.c: New file.
2315
2316 2000-03-13  Roland McGrath  <roland@baalperazim.frob.com>
2317
2318         * sysdeps/generic/lockfile.c: Include <stdio.h>
2319         (_IO_flockfile, _IO_funlockfile, _IO_ftrylockfile): #undef these in
2320         case <libio.h> defined them.
2321         (__flockfile, __funlockfile, __ftrylockfile): Functions renamed
2322         from __internal_*.
2323         (flockfile, _IO_flockfile, funlockfile, _IO_funlockfile,
2324         ftrylockfile, _IO_ftrylockfile): Fix aliases accordingly.
2325
2326         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Use ...
2327         for more pleasing parse error.
2328
2329 2000-03-16  Ulrich Drepper  <drepper@redhat.com>
2330
2331         * locale/lc-time.c (_nl_init_era_entries): Correct allocation of
2332         memory for eras.
2333         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
2334
2335         * elf/Makefile: Add rules to compile and run constload1 test.
2336         * elf/constload1.c: New file.
2337         * elf/constload2.c: New file.
2338         * elf/constload3.c: New file.
2339
2340 2000-03-15  Ulrich Drepper  <drepper@redhat.com>
2341
2342         * sysdeps/posix/open64.c: Make __open64 weak alias.
2343         * sysdeps/posix/pread64.c: Make __pread64 weak alias.
2344         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2345         * sysdeps/unix/sysv/linux/i386/pread64.c: Likewise.
2346         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
2347         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
2348         * sysdeps/posix/pwrite64.c: Make __pwrite64 weak alias.
2349         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2350         * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
2351         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
2352         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
2353
2354 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
2355
2356         * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add entry for
2357         Nautilus.  Patch by Soohoon Lee <soohoon.lee@alpha-processor.com>.
2358
2359 2000-03-16  Mark Kettenis  <kettenis@gnu.org>
2360
2361         * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
2362         Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
2363
2364 2000-03-08  Andreas Jaeger  <aj@suse.de>
2365
2366         * sysdeps/unix/sysv/linux/scsi/sg.h: Sync with Linux 2.3.50.
2367
2368 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
2369
2370         * timezone/africa: Update from tzdata2000d.
2371         * timezone/asia: Likewise.
2372         * timezone/australasia: Likewise.
2373         * timezone/europe: Likewise.
2374         * timezone/northamerica: Likewise.
2375         * timezone/southamerica: Likewise.
2376
2377         * po/fr.po: Update from translation team.
2378         * po/de.po: Likewise.
2379
2380         * elf/dl-deps.c (_dl_map_object_deps): Change return type and remove
2381         last parameter.  Move code to add map to global scope from here...
2382         * elf/dl-open.c (dl_open_worker): ...here.
2383         * elf/ldsodefs.h: Adjust declaration of _dl_map_object_deps.
2384         * elf/rtld.c: Adjust call to _dl_map_object_deps.
2385
2386         * locale/programs/ld-collate.c (collate_read): Fix warning.
2387
2388         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Prepend REG_ to enum
2389         values and macros for register names.
2390
2391         * libio/iofopncook.c (_IO_cookie_seek): Return error only if value
2392         returned by seek cookie function is -1.
2393
2394 2000-03-14  Andreas Jaeger  <aj@suse.de>
2395
2396         * locale/localeconv.c (localeconv): Fix typo.
2397         Reported by Andre Charbonneau <andrec@corel.com>.
2398
2399 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
2400
2401         * iconv/skeleton.c: Increment __invocation_counter in inner loop
2402         since modules depend on it counting the number of times the conversion
2403         function got called.
2404
2405         * iconv/gconv_open.c: Optimize loop to setup step data structure.
2406
2407         * iconv/gconv.h: Pretty print.
2408
2409 2000-03-04  Ulrich Drepper  <drepper@redhat.com>
2410
2411         * posix/wordexp-test.c: Correct one of the tests added in the last
2412         change.  Really get the root passwd entry to check again ~root.
2413
2414 2000-03-10  Andreas Jaeger  <aj@suse.de>
2415
2416         * manual/filesys.texi (Working Directory): Fix last patch.
2417         Patch by Martin Buchholz  <martin@xemacs.org>.
2418
2419 2000-03-10  Andreas Jaeger  <aj@suse.de>
2420
2421         * manual/creature.texi (Feature Test Macros): Fix language.
2422
2423 2000-03-10  Roland McGrath  <roland@baalperazim.frob.com>
2424
2425         * mach/devstream.c (devstream_write, devstream_read): New functions.
2426         (input, output): Functions removed.
2427         (mach_open_devstream): Use devstream_{read,write} as cookie functions,
2428         using only the vanilla fopencookie interface.
2429
2430         * hurd/fopenport.c [! USE_IN_LIBIO] (cookie_io_functions_t): Define
2431         as macro for __io_functions.
2432         (funcsio): Use cookie_io_functions_t type name.
2433         (fopenport): Renamed from __fopenport.  Rewrite to call fopencookie.
2434
2435         * libio/iofopncook.c (_IO_cookie_init): New function, broken out of
2436         fopencookie.
2437         (fopencookie): Use it.
2438         * libio/libio.h: Declare _IO_cookie_init.
2439         * hurd/vpprintf.c (vpprintf) [USE_IN_LIBIO]: Implement using
2440         _IO_cookie_init.
2441
2442         * libio/libio.h (__io_seek_fn): Fix second argument type
2443         to be a pointer, in line with the manual and the old stdio.
2444         * libio/iofopncook.c (_IO_cookie_seek): Fix (sole) caller.
2445
2446         * sysdeps/generic/bits/stdio-lock.h: New file.
2447         This is a stub with #error, but that's better than no file at all.
2448
2449 2000-03-09  Martin Buchholz  <martin@xemacs.org>
2450
2451         * sysdeps/unix/sysv/linux/alpha/syscall.S:
2452         * manual/message.texi (Using gettextized software):
2453         * manual/message.texi (Message Translation): Doc Fixes.
2454         * manual/filesys.texi (File Size):
2455         * manual/charset.texi (glibc iconv Implementation):
2456         * locale/programs/ld-collate.c (collate_output):
2457         * iconv/gconv_db.c (find_derivation):
2458         * manual/install.texi:
2459         * manual/search.texi (Hash Search Function):
2460         * manual/stdio.texi (Output Conversion Syntax):
2461         * FAQ.in:
2462         * config.h.in:
2463         * sysdeps/generic/dl-sysdep.c:
2464         Doc Fixes.  `allows to' is not correct English.
2465
2466         * elf/rtld.c: Doc fixes.
2467         * manual/creature.texi (Feature Test Macros): Doc fixes.
2468         * manual/memory.texi (Hooks for Malloc): Doc Fixes.
2469
2470         * manual/filesys.texi (Working Directory): Check for ERANGE to
2471         avoid infloop.
2472
2473 2000-02-23  Roland McGrath  <roland@baalperazim.frob.com>
2474
2475         * string/argz-stringify.c (__argz_stringify): Fix loop termination
2476         conditions so as not to clobber the final '\0' when there is only one
2477         element in the vector.
2478
2479 2000-03-09  Roland McGrath  <roland@baalperazim.frob.com>
2480
2481         * io/sys/stat.h: Fix inverted sense of `defined __S_IFSOCK' test,
2482         broken by 2000-02-27 change.
2483
2484         * sysdeps/generic/bits/poll.h (POLLRDNORM, POLLRDBAND): New macros.
2485
2486 2000-02-23  Roland McGrath  <roland@baalperazim.frob.com>
2487
2488         * sysdeps/mach/hurd/sigstack.c (sigstack): Remove `const' from
2489         argument type, for 2000-02-22 change in signal/signal.h declaration.
2490
2491 2000-03-09  Roland McGrath  <roland@baalperazim.frob.com>
2492
2493         * sysdeps/generic/getdents64.c (__getdirentries64): Renamed
2494         to getdirentries64 (no __), since the Linux implementation
2495         has no __ name, and there is no declaration for the __ name.
2496
2497         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_end): New macro.
2498
2499         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Tighten up
2500         sed regexp so as not to break directory names including /../ within.
2501
2502         * sysdeps/unix/bsd/bits/waitflags.h: File removed.
2503         The sysdeps/generic file is right for BSD.  This file was in fact the
2504         Hurd file, but the only difference was the WNOREAP flag that was never
2505         actually implemented or used anywhere.
2506
2507         * configure.in (PERL, INSTALL_INFO): Don't AC_SUBST these,
2508         since AC_PATH_PROG already does it for us.
2509         (PERL): Rewrite check added in 2000-02-29 change for syntactic
2510         correctness and sh portability.  I replaced the broken check
2511         with a more sensible implementation of the apparently intended
2512         semantics, which might still be questionable.  Using expr causes
2513         a non-numeric value for `perl -V:apiversion` to be accepted,
2514         refusing to use only a perl that reports a number less than 5;
2515         on my system, perl (5.004_04) -V:apiversion produces UNKNOWN.
2516         * configure: Regenerated.
2517
2518 2000-03-08  Andreas Jaeger  <aj@suse.de>
2519
2520         * manual/crypt.texi: Fix paths.
2521
2522 2000-03-07  Andreas Jaeger  <aj@suse.de>
2523
2524         * resolv/netdb.h: The descriptions of rresvport and rresvport_af
2525         were swapped.
2526         Patch by YOSHIFUJI Hideaki <yoshfuji@ecei.tohoku.ac.jp>, closes PR
2527         libc/1636.
2528
2529 2000-03-06  Andreas Jaeger  <aj@suse.de>
2530
2531         * sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error
2532         in __sgn1l, otherwise g++ fails to parse this.
2533         Reported by Sean Chen <sean.chen@turbolinux.com>.
2534
2535 2000-03-03  Geoff Keating  <geoffk@cygnus.com>
2536
2537         * configure.in: Compute sizeof-long-double.
2538         * configure: Regenerated.
2539         * config.make.in: Make sizeof-long-double available to sub-makes.
2540
2541 2000-03-03  Ulrich Drepper  <drepper@cygnus.com>
2542
2543         * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
2544         call.
2545
2546 2000-03-03  Geoff Keating  <geoffk@cygnus.com>
2547
2548         * Makeconfig (rpath-dirs): Add crypt.
2549         (all-subdirs): Remove md5crypt.
2550         * crypt/sysdeps/unix/crypt.c: Move to crypt/.
2551         * crypt/sysdeps/unix/crypt-entry.c: Move to crypt/.
2552         * sysdeps/generic/crypt-entry.c: Delete.
2553         * crypt/sysdeps/unix/crypt.h: Move to crypt/.
2554         * sysdeps/generic/crypt.h: Delete.
2555         * crypt/sysdeps/unix/crypt-private.h: Move to crypt/.
2556         * crypt/sysdeps/unix/crypt_util.c: Move to crypt/.
2557         * crypt/sysdeps/unix/des_impl.c: Move to sunrpc/.
2558         * sysdeps/generic/des_impl.c: Delete.
2559         * crypt/sysdeps/unix/ufc-crypt.h: Move to crypt/.
2560         * crypt/sysdeps: Delete.
2561         * crypt/crypt_util.c: Don't use `patchlevel.h'.
2562         * md5-crypt/Versions: Move to crypt/.
2563         * md5-crypt/md5-crypt.c: Move to crypt/.
2564         * md5-crypt/md5.c: Move to crypt/.
2565         * md5-crypt/md5c-test.c: Move to crypt/.
2566         * md5-crypt/md5test.c: Move to crypt/.
2567         * md5-crypt: Delete.
2568         * crypt/Makefile: Adjust for new structure.
2569
2570 2000-03-03  Paul Eggert  <eggert@twinsun.com>
2571
2572         * posix/regex.c (MB_LEN_MAX): Include <limits.h> to define;
2573         define to 1 if not defined.
2574
2575 2000-03-03  Andreas Jaeger  <aj@suse.de>
2576
2577         * sunrpc/xdr.c (xdr_hyper): Correctly handle lower half of llp.
2578
2579 2000-03-03  Andreas Jaeger  <aj@suse.de>
2580
2581         * sunrpc/xdr_intXX_t.c (xdr_uint16_t): Fix ENCODE and DECODE
2582         cases.
2583         (xdr_int64_t): Correctly handle lower half.
2584         Fix by Sten Dahlgren <stda@enea.se>, closes PR libc/1623.
2585
2586 2000-03-03  Ulrich Drepper  <drepper@cygnus.com>
2587
2588         * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
2589         call.
2590
2591 2000-03-02  Andreas Jaeger  <aj@suse.de>
2592
2593         * sysdeps/unix/sysv/linux/scsi/sg.h: Integrate changes from Linux
2594         2.3.43.
2595
2596 2000-03-02  Andreas Jaeger  <aj@suse.de>
2597
2598         * resolv/Makefile (headers): Add arpa/nameser_compat.h.
2599
2600 2000-03-01  Andreas Jaeger  <aj@suse.de>
2601
2602         * time/Makefile (tst-getdate-ENV): New flag to pass DATEMSK.
2603         (tests): Added tst-getdate.
2604
2605         * time/tst-getdate.c: New file.
2606
2607         * time/datemsk: New file, needed for tst-getdate.
2608
2609 2000-02-29  Cristian Gafton  <gafton@redhat.com>
2610
2611         * configure.in (CCVERSION): Require at least veersion 5 of perl API.
2612
2613 2000-02-17  H.J. Lu  <hjl@gnu.org>
2614
2615         * sunrpc/rpc/svc.h (SVCXPRT): Add a "xp_pad" field at the end.
2616
2617         * sunrpc/svc_udp.c (svcudp_bufcreate): Turn on IP_PKTINFO if
2618         available.
2619         (svcudp_recv): Set up message with the new "xp_pad" field for
2620         IP_PKTINFO.
2621         (svcudp_reply): Support IP_PKTINFO if available.
2622
2623 2000-03-01  Andreas Jaeger  <aj@suse.de>
2624
2625         * time/getdate.c (check_mday): Fix check for february.
2626         Reported by ane@np.bs1.fc.nec.co.jp and Akira YOSHIYAMA
2627         <yosshy@cts.ne.jp>, closes PR libc/1617 and PR libc/1619.
2628
2629 2000-03-02  Andreas Jaeger  <aj@suse.de>
2630
2631         * posix/unistd.h: __THROW has to precede __attribute__, otherwise
2632         g++ fails to parse this.
2633         Reported by Sean Chen <sean.chen@turbolinux.com>.
2634
2635 2000-02-28  Ulrich Drepper  <drepper@redhat.com>
2636
2637         * io/creat.c: Moved to...
2638         * sysdeps/generic/creat.c: ...here.
2639         * io/creat64.c: Moved to...
2640         * sysdeps/generic/creat64.c: ...here.
2641         * io/lockf.c: Moved to...
2642         * sysdeps/generic/lockf.c: ...here.
2643
2644         * crypt/crypt.texi: Moved to...
2645         * manual/crypt.texi: ...here.
2646         * crypt/examples/genpass.c: Moved to...
2647         * manual/examples/genpass.c: ...here.
2648         * crypt/examples/mygenpass.c: Moved to...
2649         * manual/examples/mygenpass.c: ...here.
2650         * crypt/examples/testpass.c: Moved to...
2651         * manual/examples/testpass.c: ...here.
2652
2653         * manual/Makefile (chapters): Add crypt.
2654         * manual/conf.texi: Add usual header for not-last chapter.
2655         * manual/crypt.texi: Add special header for last chapter.
2656
2657 2000-02-28  Geoff Keating  <geoffk@cygnus.com>
2658
2659         * Makeconfig (all-subdirs): Add 'crypt' subdirectory.
2660         * sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't
2661         complain if there is no crypt add-on.
2662         * crypt/configure: Removed.
2663
2664         * crypt/crypt.texi: Update documentation of US export restrictions
2665         to match the 14 Jan 2000 regulations.
2666
2667 2000-02-28  Geoff Keating  <geoffk@cygnus.com>
2668
2669         * crypt: New subdirectory, merged in from the crypt add-on.
2670
2671 2000-02-28  Ulrich Drepper  <drepper@redhat.com>
2672
2673         * include/unistd.h: Add __rmdir and __mkdir prototypes.
2674
2675
2676 See ChangeLog.10 for earlier changes.