Update.
[glibc.git] / ChangeLog
blob6d23e629443c67e2bf4700c1e97f0824d6b72642
1 1998-07-08 22:18  Ulrich Drepper  <drepper@cygnus.com>
3         * elf/Versions: Add _dl_mcount_wrapper_check.
4         * elf/dlfcn.h (DL_CALL_FCT): Don't test _dl_profile_map, simply use
5         _dl_mcount_wrapper_check.
6         * iconv/skeleton.c: Use DL_CALL_FCT, not _CALL_DL_FCT.
8         * elf/dl-reloc.c (_dl_relocate_object): Don't declare using
9         internal_function.
10         * elf/ldsodefs.h: Likewise.
12         * io/fcntl.h: Define SEEK_SET, SEEK_CUR, and SEEK_END.
14         * libio/stdio.h: Make sure va_list is defined for X/Open.
15         Define P_tmpdir for X/Open.
17         * posix/regex.h: Fix typo.
19         * posix/unistd.h: Define intptr_t if not already happened.
20         Add pthread_atfork prototype.
21         * sysdeps/generic/bits/types.h: Define __intptr_t.
22         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
23         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
24         * sysdeps/unix/sysv/linux/bits/mips/types.h: Likewise.
25         * sysdeps/unix/sysv/linux/bits/sparc/sparc64/types.h: Likewise.
26         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
27         * sysdeps/wordsize-32/stdint.h: Don't define intptr_t if already done.
28         * sysdeps/wordsize-64/stdint.h: Likewise.
30         * posix/bits/posix1_lim.h: Define _POSIX_CLOCKRES_MIN.
32         * signal/Makefile (headers): Add bits/sigthread.h.
33         * signal/signal.h: Include bits/sigthread.h.
34         * sysdeps/generic/bits/sigthread.h: New file.
36         * stdlib/stdlib.h: Declare rand_r use __USE_POSIX.
38         * sysdeps/generic/bits/confname.h: Define _PC_FILESIZEBITS.
39         * sysdeps/posix/pathconf.c: Handle _PC_FILESIZEBITS.
40         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: New file.
41         * sysdeps/unix/sysv/linux/alpha/pathconf.c: New file.
43         * sysdeps/generic/bits/dlfcn.h: Define RTLD_LOCAL.
45         * elf/rtld.c: Remove preloading and loadpath variables in SUID
46         programs.
47         * sysdeps/generic/dl-sysdep.c: Define unsetenv.
48         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Define other envvar
49         names.
51         * sysdeps/unix/sysv/linux/bits/errno.h: Define ECANCELED.
53         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_RSYNC and O_DSYNC.
54         Remove O_READ and O_WRITE definition.
56         * sysdeps/unix/sysv/linux/bits/resource.h: Define RLIM_SAVED_MAX
57         and RLIM_SAVED_CUR.
59         * sysdeps/unix/sysv/linux/fstatvfs.h: Handle UFS filesystem.
61 1998-07-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
63         * Makerules ($(common-objpfx)sysd-versions): Expect awk script in
64         scripts directory.  Pass move-if-change to awk.
65         (common-generated): Add $(version-maps) and sysd-versions.
66         * versions.awk: Moved to...
67         * scripts/versions.awk: ... here.  Use move-if-change to void
68         touching unchanged files.  Print "version-maps = ..." instead of
69         "all-version-maps = ..." and without $(common-objpfx).  Explain
70         expected variable names.
71         * Makefile (distribute): Updated.
73 1998-07-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
75         * misc/getttyent.c (getttyent): Don't return with locked stream.
76         * misc/mntent_r.c (__getmntent_r): Likewise.
78 1998-07-07 18:24  Ulrich Drepper  <drepper@cygnus.com>
80         * libio/fileops.c (_IO_do_write): Don't shrink wwrite buffer to zero
81         if stream is line buffered.
82         (_io_file_overflow): Likewise.
83         * libio/libio.h (_IO_putc_unlocked): Make sure that for line-buffered
84         streams writing '\n' flushes the string.
86 1998-07-07 17:28  Ulrich Drepper  <drepper@cygnus.com>
88         * elf/dl-profstub.c (_dl_profile_map): Only declare variable here.
89         * elf/dl-support.c: Define it here...
90         * elf/rtld.c: ...and here.
92 1998-07-07 16:28  Ulrich Drepper  <drepper@cygnus.com>
94         * grp/initgroups.c: Handle directives from nsswitch.conf file.
96 1998-07-07  Ulrich Drepper  <drepper@cygnus.com>
98         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Add
99         __ino64_t definition.
100         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Define
101         __off64_t.  Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
103         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Do not exit the shell
104         script if lddlibc4 failed.
105         Reported by B. D. Elliott <bde@accessone.com>.
107 1998-07-06  Ulrich Drepper  <drepper@cygnus.com>
109         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
110         Improve generated strings a bit.
112 1998-07-06 14:36  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
114         * posix/Makefile (generated): Remove $(objpfx) from the names.
116 1998-07-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
118         * stdio-common/test_rdwr.c: Use %Zu for size_t in printf
119         format string.
121         * libio/iofread_u.c: Include <stdio.h> for prototype.
122         * libio/iofwrite_u.c: Likewise.
124 1998-07-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
126         * db2/Versions: New file.
128 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
130         * Makefile (lib-noranlib): Don't depend on sysd-versions.
131         ($(common-objpfx)sysd-versions): Remove rule.
132         * Makerules ($(common-objpfx)sysd-versions): Define here instead.
133         Pass name of Versions.def file to script and redirect output to
134         target.  Include it and make all generated version maps depend on
135         it.
136         * versions.awk: Print out variable definition containing all
137         generated version maps.  Print error messages to stderr.  Remove
138         temp file.
140 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
142         * posix/annexc.c (check_header): Terminate macro name before
143         comparing.
144         (get_null_defines): Allow builtin macros with parameters.
145         (fmt, testfmt): Add -D_LIBC.
146         * posix/Makefile: Remove bogus duplicate include directories from
147         annexc test command.
149 1998-07-06 12:04  Ulrich Drepper  <drepper@cygnus.com>
151         * nis/nss_nis/nis-pwd.c (internal_nis_getpwent_r): Handle adjunct
152         password scheme.
153         (_nss_nis_getpwnam_r): Likewise.
154         (_nss_nis_getpwuid_r): Likewise.
156 1998-07-05  Mark Kettenis  <kettenis@phys.uva.nl>
158         * libio/Versions: Move symbols whose source lives in
159         stdio-common to ...
160         * stdio-common/Versions: ... here.
161         * stdio/Versions: Add missing symbols.
163 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
165         * sysdeps/unix/sysv/linux/__sendmsg.S: Define function as
166         __syscall_sendmsg.
167         * sysdeps/unix/sysv/linux/__recvmsg.S: Define function as
168         __syscall_recvmsg.
169         * sysdeps/unix/sysv/linux/recvmsg.c: Define function as __libc_recvmsg
170         and make __recvmsg and recvmsg weak aliases.
171         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise for sendmsg.
172         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define __syscall_recvmsg
173         and __syscall_sendmsg.
175 1998-07-05 11:49  Ulrich Drepper  <drepper@cygnus.com>
177         * iconv/gconv_conf.c (read_conf_file): Use feof_unlocked on private
178         stream.
179         * inet/ruserpass.c (token): Likewise.
180         * nss/nsswitch.c (nss_parse_file): Likewise.
181         * intl/localealias.c: Likewise.  Also for ferror.
182         * time/getdate.c (__getdate_r): Likewise.
184         * libio/Makefile (routines): Add iofgets_u.
185         * libio/iofgets_u.c: New file.
186         * libio/Versions: Add fgets_unlocked.
187         * libio/stdio.h: Add prototype for fgets_unlocked.
189         * misc/getttyent.c (getttyent): Use fgets_unlocked instead of fgets.
190         * misc/getusershell.c (initshells): Likewise.
191         * misc/mntent_r.c (__getmntent_r): Explicitly lock stream.  Use
192         fgets_unlocked.
193         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
194         * resolv/res_init.c (res_init): Likewise.
195         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
197 1998-05-23  Philip Blundell  <Philip.Blundell@pobox.com>
199         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add `syscall'.
200         * sysdeps/unix/sysv/linux/arm/syscall.S: Deleted.
202 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
204         * misc/getttyent.c (getttyent): Explicitly lock the FILE and use
205         _unlocked functions.
207         * inet/ruserpass.c (ruserpass): Use _unlocked functions since this
208         is a private FILE.
210 1998-07-04 17:11 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
212         * csu/Makefile: Build crt files in lib pass.
213         * db2/Makefile (distribute): Add mutex/sco.cc.
214         * mach/Machrules: Don't generate .udeps files if no_deps is set.
215         * sysdeps/unix/Makefile: Don't generate sysd-syscalls or
216         s-proto.d if avoid-generated is set.
218         * sysdeps/alpha/Dist: List only one file per line.
219         * sysdeps/generic/Dist: Likewise.
220         * sysdeps/m68k/fpu/switch/Dist: Likewise.
221         * sysdeps/sparc/sparc32/Dist: Likewise.
222         * sysdeps/unix/Dist: Likewise.
223         * sysdeps/unix/sysv/irix4/Dist: Likewise.
225         * sysdeps/mach/hurd/i386/Dist: New file.
226         * sysdeps/generic/Dist: Add endutxent.c, getutxent.c, getutxid.c,
227         getutxline.c, pututxline.c, setutxent.c, updwtmpx.c, and utmpxname.c.
228         * sysdeps/unix/sysv/linux/Dist: Add getresuid.c and getresgid.c.
229         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Remove __sigtrampoline.S.
231 1998-07-04 10:14  Ulrich Drepper  <drepper@cygnus.com>
233         * libio/Makefile (routines): Add iofread_u and iofwrite_u.
234         * libio/Versions: Add fread_unlocked and fwrite_unlocked.
236         * Makerules (lib%.so): Adjust ignore pattern for last makefile change.
238         * time/tzfile.c (decode): Optimize by using bswap_32.
239         (__tzfile_read): Use _unlocked stream functions.  Correct setting of
240         __tzname array values.
241         (__tzfile_compute): Correct setting of __tzname array values.
242         * time/tzset.c (__tzstring): Clean up a bit.
244 1998-06-29 19:01  Jim Wilson  <wilson@cygnus.com>
246         * posix/regex.c (re_comp): Add cast to char * before gettext calls.
248 1998-06-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
250         * sysdeps/unix/bsd/poll.c (__poll): Allocate fd_set dynamically so
251         that fd can be bigger than FD_SETSIZE.
253 1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
255         * nscd/grpcache.c: Include <unistd.h>.
256         * nscd/pwdcache.c: Likewise.
258         * nis/nis_modify.c: Include <string.h>.
259         * nis/nis_add.c: Likewise.
260         * nis/nis_checkpoint.c: Likewise.
261         * posix/runptests.c: Likewise.
262         * sysdeps/generic/statvfs64.c: Likewise.
263         * sysdeps/generic/fstatvfs64.c: Likewise.
265 1998-07-03 13:16  Ulrich Drepper  <drepper@cygnus.com>
267         * localedata/charmaps/ISO-8859-9: Change mapping for 0xea, 0xec, 0xef
268         to match data from Unicode.
269         Reported by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
271 1998-07-03 11:45  Ulrich Drepper  <drepper@cygnus.com>
273         * stdio-common/printf.h: Define printf_function and
274         printf_arginfo_function types using __PMT not __P.
275         Reported by Marc Lehmann.
277 1998-07-02 14:07 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
279         * assert/test-assert.c: New test.
280         * assert/test-assert-perr.c: New test.
281         * assert/Makefile (tests): Add test-assert and test-assert-perr.
283 1998-07-02 13:45  Zack Weinberg  <zack@rabi.phys.columbia.edu>
285         BSD-style SCM_CREDS support.
287         * sysdeps/unix/sysv/linux/socket.h: Define struct cmsgcred and
288         SCM_CREDS.
289         * sysdeps/unix/sysv/linux/sendmsg.c: New file.  Convert user
290         visible SCM_CREDS packet to what the kernel wants.
291         * sysdeps/unix/sysv/linux/recvmsg.c: New file.  Convert
292         SCM_CREDS packet output by kernel to what users want.
294         * sysdeps/unix/sysv/linux/sendmsg.S: Moved to...
295         * sysdeps/unix/sysv/linux/__sendmsg.S: here.
296         * sysdeps/unix/sysv/linux/recvmsg.S: Moved to...
297         * sysdeps/unix/sysv/linux/__recvmsg.S: here.
299         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]: Add
300         __sendmsg and __recvmsg to sysdep_routines.
301         * sysdeps/unix/sysv/linux/Dist: Add __sendmsg.S and __recvmsg.S.
303 1998-07-02  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
305         * nscd/grpcache.c: Fix gid pointer handling and debug messages.
306         * nscd/pwdcache.c: Fix uid pointer handling and debug messages.
307         * nscd/nscd.c: Check, if pthread_create fails.
309 1998-07-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
311         * stdio-common/test_rdwr.c (main): Use %Zu for size_t in printf
312         format strings.
313         * stdio-common/bug1.c (main): Likewise.
314         * stdio-common/bug5.c (main): Likewise.
315         * stdio-common/tstgetln.c (main): Likewise.
316         * elf/sprof.c (generate_call_graph): Likewise.
317         (load_shobj): Likewise.
318         * posix/runptests.c (main): Likewise.
319         * string/tst-strlen.c (main): Likewise.
321         * sysdeps/libm-ieee754/e_acos.c (__ieee754_acos): Remove unused
322         variable q3.
323         * sysdeps/libm-ieee754/e_asin.c (__ieee754_asin): Likewise
325 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
327         * wctype/Versions: Add __towctrans.
328         Noticed by Alex Buell <alex.buell@tahallah.demon.co.uk>.
330 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
332         * grp/initgroups.c (compat_call): Only call dynamically loaded
333         functions if they are really present.
335 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
337         * sysdeps/unix/sysv/linux/bits/sched.h: Move __END_DECLS within
338         #ifdef that contains __BEGIN_DECLS.
340 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
342         * libio/iofwrite.c: Fix return value when size == 0.
344 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
346         * posix/Makefile (distribute): Add annexc.c.
347         (generated): Add $(objpfx)annexc and $(objpfx)annexc.out.
349 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
351         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
352         bits/pthreadtypes.h here, and do not clobber headers.
354         * sysdeps/unix/sysv/linux/Dist: Add bits/pthreadtypes.h.
356 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
358         * timezone/tst-timezone.c: Add tests for tzname variable.
360 1998-07-03 12:17  Zack Weinberg  <zack@rabi.phys.columbia.edu>
362         * Makefile [versioning=yes]: Build the mapfiles with a pattern
363         rule that lists all of them as targets.
364         (sysd-versions): Depend only on Versions.def.  Write a Makefile
365         fragment that defines $(vers-libs) based on contents of that file;
366         then include it.
367         (lib-noranlib): Depend on lib-mapfiles not sysd-versions.
368         (lib-mapfiles): New target, depends on sysd-versions and $(vers-libs).
369         Predicate all this on avoid-generated unset as well as versioning.
371 1998-07-03 14:35  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
373         * sysdeps/unix/sysv/linux/m68k/Versions: New file.
375 1998-07-02 21:51  Ulrich Drepper  <drepper@cygnus.com>
377         * Makeconfig: Define list of subdirs as all-subdirs and make subdirs
378         a copy.
379         * Makefile: Add rules to generate map files.
380         (distribute): Remove libc.map, add Versions.def and versions.awk.
381         * Makerules: Change rules to find map files on common-objpfx.
382         * elf/Makefile: Likewise.
383         * md5-crypt/Makefile: Likewise.
384         * nis/Makefile (libnsl-map): Remove.
385         * Versions.def: New file.
386         * versions.awk: New file.
387         * argp/Versions: New file.
388         * assert/Versions: New file.
389         * catgets/Versions: New file.
390         * csu/Versions: New file.
391         * ctype/Versions: New file.
392         * db/Versions: New file.
393         * debug/Versions: New file.
394         * dirent/Versions: New file.
395         * elf/Versions: New file.
396         * gmon/Versions: New file.
397         * grp/Versions: New file.
398         * hesiod/Versions: New file.
399         * hurd/Versions: New file.
400         * iconv/Versions: New file.
401         * inet/Versions: New file.
402         * intl/Versions: New file.
403         * io/Versions: New file.
404         * libio/Versions: New file.
405         * linuxthreads/Versions: New file.
406         * locale/Versions: New file.
407         * login/Versions: New file.
408         * malloc/Versions: New file.
409         * math/Versions: New file.
410         * md5-crypt/Versions: New file.
411         * misc/Versions: New file.
412         * nis/Versions: New file.
413         * nss/Versions: New file.
414         * posix/Versions: New file.
415         * pwd/Versions: New file.
416         * resolv/Versions: New file.
417         * resource/Versions: New file.
418         * rt/Versions: New file.
419         * setjmp/Versions: New file.
420         * shadow/Versions: New file.
421         * signal/Versions: New file.
422         * socket/Versions: New file.
423         * stdio/Versions: New file.
424         * stdio-common/Versions: New file.
425         * stdlib/Versions: New file.
426         * streams/Versions: New file.
427         * string/Versions: New file.
428         * sunrpc/Versions: New file.
429         * sysdeps/alpha/Versions: New file.
430         * sysdeps/alpha/fpu/Versions: New file.
431         * sysdeps/i386/Versions: New file.
432         * sysdeps/sparc/Versions: New file.
433         * sysdeps/unix/sysv/Versions: New file.
434         * sysdeps/unix/sysv/linux/Versions: New file.
435         * sysdeps/unix/sysv/linux/alpha/Versions: New file.
436         * sysdeps/unix/sysv/linux/i386/Versions: New file.
437         * sysdeps/unix/sysv/linux/mips/Versions: New file.
438         * sysvipc/Versions: New file.
439         * termios/Versions: New file.
440         * time/Versions: New file.
441         * wcsmbs/Versions: New file.
442         * wctype/Versions: New file.
443         * libc.map: Removed.
444         * db/libdb.map: Removed.
445         * elf/libdl.map: Removed.
446         * hesiod/libnss_hesiod.map: Removed.
447         * hurd/libhurduser.map: Removed.
448         * hurd/libmachuser.map: Removed.
449         * linuxthreads/libpthread.map: Removed.
450         * locale/libBrokenLocale.map: Removed.
451         * login/libutil.map: Removed.
452         * math/libm.map: Removed.
453         * md5-crypt/libcrypt.map: Removed.
454         * nis/libnsl.map: Removed.
455         * nis/libnsl_compat.map: Removed.
456         * nis/libnss_nis.map: Removed.
457         * nis/libnss_nisplus.map: Removed.
458         * nss/libnss_db.map: Removed.
459         * nss/libnss_files.map: Removed.
460         * resolv/libnss_dns.map: Removed.
461         * resolv/libresolv.map: Removed.
462         * rt/librt.map: Removed.
464         * elf/dl-load.c (fillin_rpath): Fix test for trusted directory.
465         Fix typos.
467         * elf/rtld.c (process_dl_debug): Recognize 'all'.
468         (process_envvars): LD_BIND_NOW must be followed by y, Y, or 1.
470         * sysdeps/generic/elf/backtracesyms.c: Allocate string memory of
471         correct size.
473 1998-07-01  Ulrich Drepper  <drepper@cygnus.com>
475         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Fix typo
476         in comment.
478         * nscd/nscd.c: Include unistd.h.
480 1998-07-01 09:32  Ulrich Drepper  <drepper@cygnus.com>
482         * math/libm-test.c: Adjust delta for indentities1_test because gcc
483         became cleverer.
485 1998-06-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
487         * resolv/inet_addr.c (inet_aton): Define variable base only if needed.
489 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
491         * scripts/test-installation.pl: Include <stdio.h> in test program
492         to make it strictly conforming.
494 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
496         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
497         not a strong alias.
498         * sysdeps/unix/sysv/linux/i386/sysdep.S: Likewise.
499         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
500         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
501         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
503 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
505         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
506         not a strong alias.
508 1998-06-30  Ulrich Drepper  <drepper@cygnus.com>
510         * posix/Makefile (headers): Remove bits/pthreadtypes.h.
511         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (headers): Add
512         bits/pthreadtypes.h.
514 1998-06-30 11:47  Ulrich Drepper  <drepper@cygnus.com>
516         * include/aio.h: New file.
517         * posix/Makefile (distribute): Add bits/pthreadtypes.h.
518         (tests): Build and run annexc program.
519         * posix/annexc.c: New file.
520         * posix/bits/posix1_lim.h: Add several more _POSIX_* limits.
521         * rt/aio.h: Remove __need_timespec_t.  We can include the whole time.h.
522         * rt/aio_misc.c: Include limits.h.
523         * rt/aio_notify.c: Include errno.h.
524         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Include pthreadtypes.h.
525         Define size_t.
526         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
527         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
528         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
529         * sysdeps/unix/sysv/linux/bits/errno.h: Define ENOTSUP though the
530         kernel doesn't do this.
531         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_LARGEFILE only if
532         __USE_LARGEFILE64 is defined.
533         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: New file.  Empty.
534         * sysdeps/unix/sysv/linux/bits/sched.h: Define __sched_param struct
535         if requested.
536         * sysdeps/unix/sysv/linux/bits/siginifo.h: Protect non-standard names.
538         * stdlib/isomac.c: Avoid include_next warning.
540 1998-06-29 12:27  Ulrich Drepper  <drepper@cygnus.com>
542         * argp/argp.h: Use __PMT instead of __P for function pointer.
543         * iconv/gconv.h: Likewise.
544         * io/fts.h: Likewise.
545         * io/ftw.h: Likewise.
546         * libio/libio.h: Likewise.
547         * malloc/mcheck.h: Likewise.
548         * misc/search.h: Likewise.
549         * posix/glob.h: Likewise.
550         * resolv/resolv.h: Likewise.
551         * signal/signal.h: Likewise.
552         * stdlib/stdlib.h: Likewise.
553         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
554         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
556 1998-06-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
558         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) only once.
560 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
562         * posix/wordexp.c (parse_param): Fix memory leak.
564 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
566         * libc.map: Export _IO_ftrylockfile.
568 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
570         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use get[pu]id instead of
571         __get[pu]id.
573 1998-06-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
575         * elf/dl-misc.c (_dl_debug_message): Don't cache the pid.
577         * elf/dl-runtime.c (_dl_object_relocation_scope): Avoid adding the
578         same search list twice.
580 1998-06-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
582         * login/programs/utmpd.c (handle_requests): Set and use maximal fd
583         used to optimize loop/select.
585 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
587         * sysdeps/generic/init-first.c: Don't define __libc_pid.
588         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
589         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
590         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
591         * sysdeps/arm/init-first.c: Likewise.
592         * posix/getopt_init.c: Don't use __libc_pid.
593         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
594         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
595         * libc.map: Remove __libc_uid and __libc_pid.
597 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
599         * sunrpc/rtime.c (rtime): Use poll instead of select.
601 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
603         * sunrpc/clnt_tcp.c (readtcp): Use poll instead of select.
604         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
605         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
606         Patches from FreeBSD current.
608 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
610         * nscd/connections.c (handle_new_request): Handle POLLHUP
611         correctly.
612         (close_sockets): Correct parameter to dbg_log.
614 1998-06-27  David S. Miller  <davem@pierdol.cobaltmicro.com>
616         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
617         Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask.
618         (elf_machine_fixup_plt): Likewise.
619         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When
620         _dl_pagesize not set, use system call to always get correct answer.
621         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
622         (__syscall_getpagesize): Add
624 1998-06-27  Ulrich Drepper  <drepper@cygnus.com>
626         * resolv/res_send.c (res_send): Fix typo.
628 1998-06-25  Andi Kleen <ak@muc.de>
630         * inet/rcmd.c (rcmd): Change to use __poll instead of select.
631         * resolv/res_send.c (res_send): Likewise.
633 1998-06-27 12:58  Ulrich Drepper  <drepper@cygnus.com>
635         * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
636         * sysdeps/unix/sysv/linux/poll.c: Likewise.
638 1998-06-27  7:07  Richard Henderson  <rth@cygnus.com>
640         * math/atest-exp.c (exp_mpn, main): Cast to mp_limb_t appropriately.
641         * math/atest-exp2.c (exp_mpn, main): Likewise.
642         * math/atest-sincos.c (main): Likewise.
644         * resolv/inet_addr.c (inet_aton): Check for 32-bit overflow.  Move
645         base handling away from strtoul.  Always reset errno.
647         * sysdeps/alpha/Makefile (elf): Kill -mno-fp-regs.
649         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Only set
650         _dl_profile_map if _dl_name_match_p.
651         (RTLD_START): Fix .prologue.  Set __libc_stack_end.
652         * sysdeps/alpha/elf/start.S: Pass sp as arg 7.  Kill __data_start.
654         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Mark tmp
655         as early-clobber.
657         * sysdeps/libm-ieee754/e_exp10.c: Include "math_private.h".
658         * sysdeps/libm-ieee754/e_exp10f.c: Likewise.
659         * sysdeps/libm-ieee754/e_exp10l.c: Likewise.
661 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
663         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use alias-safe code.
665 1998-06-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
667         * nis/nis_call.c: Don't copy server structure.
668         * nis/nis_intern.h: Remove unused entries.
669         * nis/nis_table.c: Rewrite __create_ib_request.
671 1998-06-26 14:37  Ulrich Drepper  <drepper@cygnus.com>
673         * configure.in: Check for -fexceptions.
674         * config.make.in: Define exceptions, not no-exceptions.
675         * misc/sys/cdefs.h: Define __PMT.  When using modern g++ define
676         __P to use throw().
677         * misc/Makefile: Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to
678         $(exceptions).
679         * stdlib/Makefile: Likewise for bsearch.c, msort.c, and qsort.c.
680         * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy,
681         lfind, and lsearch prototpypes.
682         * stdlib/stdlib.h: Likewise for bsearch and qsort.
684 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
686         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use C code, not asm.
688 1998-06-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
690         * Makefile (remove-old-headers): Make phony.
692         * configure.in: Substitute @old_glibc_headers@.
694 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
696         * libc.map: Remove __libc_uid.
698 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
700         * manual/terminal.texi (Allocation, Pseudo-Terminal Pairs): Fix
701         typos.
703 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
705         * libc.map: Add Alpha-specific io function from protected namespace.
707 1998-06-25 19:26  Ulrich Drepper  <drepper@cygnus.com>
709         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
710         * locale/Makefile: Define locale-CPPFLAGS instead of redefining
711         CPPFLAGS.
713         * libc.map: Export __sigaction.
715 1998-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
717         * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
718         (from Linux 2.1.107).
720 1998-06-24  Ulrich Drepper  <drepper@cygnus.com>
722         * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
723         position when file was opened here.
724         Reported by Howard Chu <hyc@platinum.com>.
726         * sysdeps/generic/glob.c: Also protect FNM_* macros from being
727         undefined in a second inclusion.
729 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
731         * sysdeps/mach/hurd/i386/Makefile: New file.
732         * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
733         __libc_init_secure.
734         (_hurd_stack_setup): Renamed
735         from __libc_init_first.
736         (__libc_init_first): New function.
737         * sysdeps/mach/hurd/i386/static-start.S: New file.
739 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
741         * sysdeps/mach/hurd/i386/init-first.c
743 1998-06-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
745         * grp/initgroups.c: Use _CALL_DL_FCT.
747 1998-06-23  Mark Kettenis  <kettenis@phys.uva.nl>
749         * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
751 1998-06-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
753         * manual/terminal.texi (Pseudo-Terminals): Correct typos.
755 1998-06-23  Ulrich Drepper  <drepper@cygnus.com>
757         * config.make.in: Remove LDAP support.
758         * nss/Makefile: Likewise.
760 1998-06-22 17:02  Ulrich Drepper  <drepper@cygnus.com>
762         * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
763         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
764         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
765         * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
767 1998-06-02  Gordon Matzigkeit  <gord@profitpress.com>
769         * mach/Makefile: Change `mv' invocations to `mv -f'.
770         * mach/Machrules: Likewise.
772 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
774         * config.make.in (old-glibc-headers): Add it.
776         * configure.in: Add test for glibc 2.0.x headers.
778         * Makefile (headers2_0): New variable - contains so far only
779         Linux/Intel glibc 2.0.x headers.
780         (remove-old-headers): New rule to remove headers from glibc 2.0.x.
781         (install): Depend on remove-old-headers.
783 1998-06-19  Mark Kettenis  <kettenis@phys.uva.nl>
785         * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
786         make ftruncate a weak alias.
787         * sysdeps/mach/hurd/ftruncate.c: Really define function as
788         __ftruncate.
789         * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
790         (truncate): Fix function defenition to match prototype.
792 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
794         * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
795         unlockpt, ptsname, ptsname_r, openpty and forkpty.
797 1998-06-22  Ulrich Drepper  <drepper@cygnus.com>
799         * sysdeps/generic/glob.c: Make it possible to include glob.h
800         before loading glob.c.
801         Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
803 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
805         * nscd/connections.c: Use poll() instead of select().
807 1998-06-22 14:08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
809         * sysdeps/generic/Dist: Fix typo.
811 1998-06-20  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
813         * nis/nis_add.c: Avoid unnecessary strlen () calls.
814         * nis/nis_addmember.c: Likewise.
815         * nis/nis_call.c: Likewise.
816         * nis/nis_creategroup.c: Likewise.
817         * nis/nis_destroygroup.c: Likewise.
818         * nis/nis_findserv.c: Likewise.
819         * nis/nis_ismember.c: Likewise.
820         * nis/nis_print.c: Likewise.
821         * nis/nis_print_group_entry.c: Likewise.
822         * nis/nis_removemember.c: Likewise.
823         * nis/nis_verifygroup.c: Likewise.
824         * nis/ypclnt.c: Likewise.
826         * nis/nis_file.c: Close file handles.
828         * nis/nis_callback.c: Fix typo.
830 1998-06-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
832         * nis/Makefile: Add nis-initgroups and compat-initgroups.
833         * nis/libnss_compat.map: Add _nss_compat_initgroups.
834         * nis/libnss_nis.map: Add _nss_nis_initgroups.
835         * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
836         * nis/nss_nis/nis-initgroups.c: Likewise.
837         * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
838         __nss_lookup_function and make it public.
839         * grp/initgroups.c: Rewrite, to use initgroups function from NSS
840         module if exists, else use old method.
842 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
844         * nss/getXXbyYY_r.c (lookup_function): Correct return in type
845         definition.
846         * nss/getXXent_r.c (set_function, end_function, get_function):
847         Likewise.  Reported by Thorsten Kukuk.
849         * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
851 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
853         * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
854         1998-06-16 and distribute kernel_termios.h.
856         * nis/Makefile (distribute): Add nis_xdr.h.
858 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
860         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
861         kernels that don't have sigaltstack.
863 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
865         * sysdeps/generic/bits/sem.h: Don't define union semun.
867         * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
869         * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
870         here.
871         * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
872         definition here.
874 1998-06-18 21:45  Ulrich Drepper  <drepper@cygnus.com>
876         * signal/signal.h: Add prototype for __sigaltstack.
877         * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
878         Remove sigstack entry.
879         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
880         * sysdeps/unix/sysv/linux/sigstack.c: New file.
882         * sysdeps/i386/backtrace.c: Add casts.
884 1998-06-18 19:49  Ulrich Drepper  <drepper@cygnus.com>
886         * intl/dcgettext.c: use complete type name.
887         * intl/hash-string.h: Likewise.
889         * intl/localealias.c: Undo patch from 1998-04-29.
890         * intl/l10nflist.c: Likewise.
891         * intl/loadinfo.h: Likewise.
893 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
895         * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
897 1998-06-18 16:40  Ulrich Drepper  <drepper@cygnus.com>
899         * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
900         _dl_mcount, _dl_mcount_wrapper.
901         * elf/Makefile (routines): Add dl-profstub.
902         * elf/dl-profstub.c: New file.
903         * elf/dl-support.c: Don't define _dl_profile_map.
904         * elf/rtld.c: Likewise.
905         * elf/dlfcn.h: Define DL_CALL_FCT macro.
906         * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
907         Define _CALL_DL_FCT.
908         * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
909         loaded object.
910         * iconv/gconv_db.c: Likewise.
911         * iconv/skeleton.c: Likewise.
912         * nss/getXXbyYY_r.c: Likewise.
913         * nss/getXXent_r.c: Likewise.
914         * nss/nsswitch.c: Likewise.
916 1998-06-18 12:29  Ulrich Drepper  <drepper@cygnus.com>
918         * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
919         * sysdeps/libm-i387/e_scalbf.S: Likewise.
920         * sysdeps/libm-i387/e_scalbl.S: Likewise.
922 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
924         * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
925         longestdbl.
927 1998-06-18 10:26  Ulrich Drepper  <drepper@cygnus.com>
929         * iconvdata/Makefile (modules): Add MACINTOSH.
930         (MACINTOSH-routines): New variable.
931         (distribute): Add macintosh.c.
932         (awk-generated-headers): Add macintosh.h.
933         Add rule for macintosh.h generation.
934         * iconvdata/gconv-modules: Add definitions for MACINTOSH.
935         * iconvdata/macintosh.c: New file.
937 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
939         * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
941         * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
942         only should happen for cy != 0.
944         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
945         glob.h.
947 1998-06-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
949         * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
950         to compare stack addresses.
952 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
954         * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
955         defining prototypes.
957 1998-06-16  David S. Miller <davem@dm.cobaltmicro.com>
959         * sysdeps/sparc/sparc32/dl-machine.h
960         (elf_machine_fixup_plt): During rtld bootstrap, always perform
961         flushes as the kernel will emulate it when the underlying cpu does
962         not implement flush.
964         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
965         * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
967         * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
968         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
969         trampoline code.
971         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
972         (__clone): Branch to label .Lerror not __clone_syscall_error.
973         (.Lerror): Fixup EINVAL setting.
974         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
975         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
976         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
977         (__syscall_getgroups, __syscall_setgroups): Add.
979         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
980         (__sigaction): Member name is k_sa_handler.  Use memcpy to copy
981         around sa_mask data.
983 1998-06-16  Ulrich Drepper  <drepper@cygnus.com>
985         * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
987         * string/Makefile: Make sure test-ffs does not use builtins.
989 1998-06-16  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
991         * sunrpc/svc.c: Check for NULL pointer.
993         * nis/libnsl.map: Add public NIS+ xdr functions.
995         * nis/rpcsvc/nis_callback.h: New file.
996         * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
997         * nis/nis_xdr.h: ... here.
999         * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
1000         pointers, use NIS+ defines where possible.
1001         * nis/nis_cache.c: Likewise.
1002         * nis/nis_cache2_xdr.c: Likewise.
1003         * nis/nis_call.c: Likewise.
1004         * nis/nis_checkpoint.c: Likewise.
1005         * nis/nis_clone_dir.c: Likewise.
1006         * nis/nis_clone_obj.c: Likewise.
1007         * nis/nis_clone_res.c: Likewise.
1008         * nis/nis_creategroup.c: Likewise.
1009         * nis/nis_file.c: Likewise.
1010         * nis/nis_free.c: Likewise.
1011         * nis/nis_getservlist.c: Likewise.
1012         * nis/nis_local_names.c: likewise.
1013         * nis/nis_lookup.c: Likewise.
1014         * nis/nis_mkdir.c: Likewise.
1015         * nis/nis_modify.c: Likewise.
1016         * nis/nis_ping.c: Likewise.
1017         * nis/nis_print.c: Likewise.
1018         * nis/nis_remove.c: Likewise.
1019         * nis/nis_removemember.c: Likewise.
1020         * nis/nis_rmdir.c: Likewise.
1021         * nis/nis_server.c: Likewise.
1022         * nis/nis_table.c: Likewise.
1023         * nis/nis_util.c: Likewise.
1024         * nis/nis_verifygroup.c: Likewise.
1025         * nis/nis_xdr.c: Likewise.
1026         * nis/nis_callback.c: Likewise, and move xdr functions from here ...
1027         * nis/nis_xdr.c: ... to here.
1029 1998-06-15 18:07  Ulrich Drepper  <drepper@cygnus.com>
1031         * iconvdata/ksc5601.h: Clean up a bit.
1033 1998-06-15 14:35  Ulrich Drepper  <drepper@cygnus.com>
1035         * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
1036         and process incoming data.
1037         * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
1038         fragments as invalid.
1039         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
1041 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1043         Removal of duplicates like "the the".
1044         * manual/time.texi (TZ Variable): Likewise.
1045         * manual/users.texi (Manipulating the Database): Likewise.
1046         * manual/sysinfo.texi (Filesystem handling): Likewise.
1047         * manual/signal.texi (Signaling Yourself): Likewise.
1048         * manual/message.texi (Message Translation): Likewise.
1049         (Common Usage): Likewise.
1050         * manual/llio.texi: Likewise.
1051         * manual/arith.texi (Old-style number conversion): Likewise.
1052         * manual/argp.texi (Argp): Likewise.
1053         (Argp Parsers): Likewise.
1054         (Argp Help Filtering): Likewise.
1056         * hesiod/README.hesiod: Correct typo.
1058         * manual/llio.texi: Correct typos.
1059         * manual/sysinfo.texi: Likewise.
1061 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1063         * rt/aio.h: Rename __op to __operation for g++.
1065 1998-06-13 20:17 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1067         * iconvdata/gen-8bit-gap.sh: Use awk not perl.  Clean up sed
1068         script.
1069         * iconvdata/gen-8bit-gap-1.sh: Likewise.
1070         * iconvdata/gen-8bit.sh: Clean up sed script.
1072         * iconvdata/Makefile: Remove all PERL conditionals; build all
1073         the modules all the time.  Export AWK.
1074         (gen-8bit-gap): Delete setting of PERL.
1075         (gen-8bit-gap-1): Likewise.
1076         (perl-generated-headers): Renamed awk-generated-headers.
1078         * iconvdata/gap.pl: Removed.
1079         * iconvdata/gaptab.pl: Removed.
1080         * iconvdata/gap.awk: New file.
1081         * iconvdata/gaptab.awk: New file.
1083 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
1085         * sysdeps/generic/Dist: Add errno-loc.c.
1087         * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
1088         __new_* functions.
1090 1998-06-14 14:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1092         * stdio-common/bug12.c: New test for fread()/fseek().
1093         * stdio-common/Makefile (tests): Add bug12.
1095 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1097         * sysdeps/generic/elf/backtracesyms.c: Make array elements
1098         constant.
1099         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
1100         * debug/execinfo.h: Update declaration.
1102 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1104         * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
1105         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
1106         * debug/execinfo.h: Update declaration.
1108 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1110         * manual/llio.texi: Fix spelling.
1111         * manual/sysinfo.texi: Fix spelling.
1113 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1115         * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
1116         alias for old name.  Put this on __libc_subfreeres.
1117         * misc/search.h: Declare it.
1119 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1121         * string/bits/string2.h (strcmp): Add missing parens around macro
1122         parameters.
1124 1998-06-12 23:34  Ulrich Drepper  <drepper@cygnus.com>
1126         * manual/arith.texi: Fix problem with @math and texinfo.tex.
1128         * manual/filesys.texi: Document LFS functions.
1129         * manual/llio.texi: Likewise.
1130         * manual/stdio.texi: Likewise.
1131         * manual/time.texi: Likewise.
1133         * manual/llio.texi: Document AIO functions.
1135         * resource/sys/resource.h: Mark second argument of setrlimit as const.
1136         * sysdeps/generic/setrlimit.c: Likewise.
1137         * sysdeps/generic/setrlimit64.c: Likewise.
1138         * sysdeps/mach/hurd/setrlimit.c: Likewise.
1139         * sysdeps/unix/sysv/setrlimit.c: Likewise.
1141 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1143         * sysdeps/generic/getenv.c: Fix last change.
1145 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1147         * sysdeps/generic/backtrace.c: Provide generic implementation.
1149 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1151         * configure.in: Give visual feedback of the default directories we
1152         added.
1154 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1156         * io/fts.c (fts_build): Define oflag only if needed.
1158 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1160         * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
1162 1998-06-11  Ulrich Drepper  <drepper@cygnus.com>
1164         * libc.map: Don't export argp's fmtstream handling functions.
1166         * manual/sysinfo.texi: Document fstab and mtab handling functions.
1167         * manual/llio.texi: Document more LFS functions and start documenting
1168         the AIO functions.
1170 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
1172         * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
1173         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1174         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1175         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1177 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
1179         * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
1180         makes it easier to undump emacs.
1181         * sysdeps/powerpc/bits/endian.h: Use more informative error message
1182         for when the endianness can't be determined.
1184 1998-06-04 13:19  Geoff Keating  <geoffk@ozemail.com.au>
1186         * nss/Makefile: Add files publickey database support.
1187         * nss/libnss_files.map: Export the required functions.
1188         * nss/nss_files/files-key.c: Implement it.
1189         * sunrpc/rpc/auth_des.h: Correct typos in comments.
1191 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
1193         * iconv/gconv_builtin.h: Add aliases for CORBA.
1194         * iconvdata/gconv-modules: Likewise.
1196 1998-06-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1198         * math/libm-test.c (main): Call exp10_test.
1199         (exp10_test): New function which tests exp10.
1201 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
1203         * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
1204         sigstack.
1206         * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
1207         SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
1208         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
1210 1998-06-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1212         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
1213         in the variable, not its GOT slot.
1215 1998-06-10 10:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1217         * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
1218         inline.
1219         * sysdeps/m68k/fpu/e_exp10.c: New file.
1220         * sysdeps/m68k/fpu/e_exp10f.c: New file.
1221         * sysdeps/m68k/fpu/e_exp10l.c: New file.
1223         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
1224         _dl_profile_map only if the name matches.
1225         (_dl_start_user): Remember stack address.
1226         * sysdeps/m68k/elf/start.S: Pass new argument to
1227         __libc_start_user.
1229         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
1230         definition.
1231         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
1232         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
1233         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
1234         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
1235         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
1237 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
1239         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
1240         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
1241         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
1242         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
1243         prototypes.
1244         * sysdeps/libm-i387/e_exp10.S: New file.
1245         * sysdeps/libm-i387/e_exp10f.S: New file.
1246         * sysdeps/libm-i387/e_exp10l.S: New file.
1247         * sysdeps/libm-ieee754/e_exp10.c: New file.
1248         * sysdeps/libm-ieee754/e_exp10f.c: New file.
1249         * sysdeps/libm-ieee754/e_exp10l.c: New file.
1250         * sysdeps/libm-ieee754/w_exp10.c: New file.
1251         * sysdeps/libm-ieee754/w_exp10f.c: New file.
1252         * sysdeps/libm-ieee754/w_exp10l.c: New file.
1253         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
1255 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
1257         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
1258         sys/elf.h and sys/reg.h.
1259         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
1260         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
1261         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
1262         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
1264         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
1265         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
1267 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
1269         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
1270         __data member only for gcc.  Reported by ak@muc.de.
1272         * misc/mntent.h: Undo last patch.
1273         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
1274         * misc/tst/mntent.c: Adjust code for this change.
1276         * io/fts.c: Updated from a slightly more recent BSD version.
1277         * io/fts.h: Likewise.
1279         * libc.map: Add __libc_stack_end.
1281         * db2/Makefile (routines): Add lock_region.
1282         * db2/config.h: Update from db-2.4.14.
1283         * db2/db.h: Likewise.
1284         * db2/db_185.h: Likewise.
1285         * db2/db_int.h: Likewise.
1286         * db2/btree/bt_close.c: Likewise.
1287         * db2/btree/bt_compare.c: Likewise.
1288         * db2/btree/bt_conv.c: Likewise.
1289         * db2/btree/bt_cursor.c: Likewise.
1290         * db2/btree/bt_delete.c: Likewise.
1291         * db2/btree/bt_open.c: Likewise.
1292         * db2/btree/bt_page.c: Likewise.
1293         * db2/btree/bt_put.c: Likewise.
1294         * db2/btree/bt_rec.c: Likewise.
1295         * db2/btree/bt_recno.c: Likewise.
1296         * db2/btree/bt_rsearch.c: Likewise.
1297         * db2/btree/bt_search.c: Likewise.
1298         * db2/btree/bt_split.c: Likewise.
1299         * db2/btree/bt_stat.c: Likewise.
1300         * db2/btree/btree.src: Likewise.
1301         * db2/btree/btree_auto.c: Likewise.
1302         * db2/clib/getlong.c: Likewise.
1303         * db2/common/db_appinit.c: Likewise.
1304         * db2/common/db_apprec.c: Likewise.
1305         * db2/common/db_byteorder.c: Likewise.
1306         * db2/common/db_err.c: Likewise.
1307         * db2/common/db_log2.c: Likewise.
1308         * db2/common/db_region.c: Likewise.
1309         * db2/common/db_salloc.c: Likewise.
1310         * db2/common/db_shash.c: Likewise.
1311         * db2/db/db.c: Likewise.
1312         * db2/db/db.src: Likewise.
1313         * db2/db/db_auto.c: Likewise.
1314         * db2/db/db_conv.c: Likewise.
1315         * db2/db/db_dispatch.c: Likewise.
1316         * db2/db/db_dup.c: Likewise.
1317         * db2/db/db_overflow.c: Likewise.
1318         * db2/db/db_pr.c: Likewise.
1319         * db2/db/db_rec.c: Likewise.
1320         * db2/db/db_ret.c: Likewise.
1321         * db2/db/db_thread.c: Likewise.
1322         * db2/db185/db185.c: Likewise.
1323         * db2/db185/db185_int.h: Likewise.
1324         * db2/dbm/dbm.c: Likewise.
1325         * db2/hash/hash.c: Likewise.
1326         * db2/hash/hash.src: Likewise.
1327         * db2/hash/hash_auto.c: Likewise.
1328         * db2/hash/hash_conv.c: Likewise.
1329         * db2/hash/hash_debug.c: Likewise.
1330         * db2/hash/hash_dup.c: Likewise.
1331         * db2/hash/hash_func.c: Likewise.
1332         * db2/hash/hash_page.c: Likewise.
1333         * db2/hash/hash_rec.c: Likewise.
1334         * db2/hash/hash_stat.c: Likewise.
1335         * db2/include/btree.h: Likewise.
1336         * db2/include/btree_ext.h: Likewise.
1337         * db2/include/clib_ext.h: Likewise.
1338         * db2/include/common_ext.h: Likewise.
1339         * db2/include/cxx_int.h: Likewise.
1340         * db2/include/db.h.src: Likewise.
1341         * db2/include/db_185.h.src: Likewise.
1342         * db2/include/db_am.h: Likewise.
1343         * db2/include/db_auto.h: Likewise.
1344         * db2/include/db_cxx.h: Likewise.
1345         * db2/include/db_dispatch.h: Likewise.
1346         * db2/include/db_ext.h: Likewise.
1347         * db2/include/db_int.h.src: Likewise.
1348         * db2/include/db_page.h: Likewise.
1349         * db2/include/db_shash.h: Likewise.
1350         * db2/include/db_swap.h: Likewise.
1351         * db2/include/hash.h: Likewise.
1352         * db2/include/hash_ext.h: Likewise.
1353         * db2/include/lock.h: Likewise.
1354         * db2/include/lock_ext.h: Likewise.
1355         * db2/include/log.h: Likewise.
1356         * db2/include/log_ext.h: Likewise.
1357         * db2/include/mp.h: Likewise.
1358         * db2/include/mp_ext.h: Likewise.
1359         * db2/include/mutex_ext.h: Likewise.
1360         * db2/include/os_ext.h: Likewise.
1361         * db2/include/os_func.h: Likewise.
1362         * db2/include/queue.h: Likewise.
1363         * db2/include/shqueue.h: Likewise.
1364         * db2/include/txn.h: Likewise.
1365         * db2/lock/lock.c: Likewise.
1366         * db2/lock/lock_conflict.c: Likewise.
1367         * db2/lock/lock_deadlock.c: Likewise.
1368         * db2/lock/lock_region.c: Likewise.
1369         * db2/lock/lock_util.c: Likewise.
1370         * db2/log/log.c: Likewise.
1371         * db2/log/log.src: Likewise.
1372         * db2/log/log_archive.c: Likewise.
1373         * db2/log/log_auto.c: Likewise.
1374         * db2/log/log_compare.c: Likewise.
1375         * db2/log/log_findckp.c: Likewise.
1376         * db2/log/log_get.c: Likewise.
1377         * db2/log/log_put.c: Likewise.
1378         * db2/log/log_rec.c: Likewise.
1379         * db2/log/log_register.c: Likewise.
1380         * db2/mp/mp_bh.c: Likewise.
1381         * db2/mp/mp_fget.c: Likewise.
1382         * db2/mp/mp_fopen.c: Likewise.
1383         * db2/mp/mp_fput.c: Likewise.
1384         * db2/mp/mp_fset.c: Likewise.
1385         * db2/mp/mp_open.c: Likewise.
1386         * db2/mp/mp_pr.c: Likewise.
1387         * db2/mp/mp_region.c: Likewise.
1388         * db2/mp/mp_sync.c: Likewise.
1389         * db2/mutex/68020.gcc: Likewise.
1390         * db2/mutex/mutex.c: Likewise.
1391         * db2/mutex/parisc.gcc: Likewise.
1392         * db2/mutex/parisc.hp: Likewise.
1393         * db2/mutex/sco.cc: Likewise.
1394         * db2/os/os_abs.c: Likewise.
1395         * db2/os/os_alloc.c: Likewise.
1396         * db2/os/os_config.c: Likewise.
1397         * db2/os/os_dir.c: Likewise.
1398         * db2/os/os_fid.c: Likewise.
1399         * db2/os/os_fsync.c: Likewise.
1400         * db2/os/os_map.c: Likewise.
1401         * db2/os/os_oflags.c: Likewise.
1402         * db2/os/os_open.c: Likewise.
1403         * db2/os/os_rpath.c: Likewise.
1404         * db2/os/os_rw.c: Likewise.
1405         * db2/os/os_seek.c: Likewise.
1406         * db2/os/os_sleep.c: Likewise.
1407         * db2/os/os_spin.c: Likewise.
1408         * db2/os/os_stat.c: Likewise.
1409         * db2/os/os_unlink.c: Likewise.
1410         * db2/progs/db_archive/db_archive.c: Likewise.
1411         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
1412         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
1413         * db2/progs/db_dump/db_dump.c: Likewise.
1414         * db2/progs/db_dump185/db_dump185.c: Likewise.
1415         * db2/progs/db_load/db_load.c: Likewise.
1416         * db2/progs/db_printlog/db_printlog.c: Likewise.
1417         * db2/progs/db_recover/db_recover.c: Likewise.
1418         * db2/progs/db_stat/db_stat.c: Likewise.
1419         * db2/txn/txn.c: Likewise.
1420         * db2/txn/txn.src: Likewise.
1421         * db2/txn/txn_auto.c: Likewise.
1422         * db2/txn/txn_rec.c: Likewise.
1424         * elf/rtld.c: Move definition of __libc_stack_end to ...
1425         * sysdeps/generic/dl-sysdep.h: ...here.
1427         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
1428         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
1429         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
1431         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
1432         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
1433         before following it.
1435 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
1437         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
1438         from mntent correctly.
1440 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1442         * sunrpc/Makefile (generated): Correct typo.
1444 1998-06-04  Philip Blundell  <philb@gnu.org>
1446         * elf/elf.h (EM_ARM, et al.): New definitions.
1447         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
1449 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
1451         * localedata/SUPPORTED: Add sk_SK.
1452         * localedata/locales/sk_SK: New file.
1454 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
1456         * Makeconfig (subdirs): Add debug.
1457         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
1458         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
1459         backtrace_symbols.
1460         * sysdeps/generic/backtrace.c: New file.
1461         * sysdeps/generic/backtracesyms.c: New file.
1462         * sysdeps/generic/elf/backtracesyms.c: New file.
1463         * sysdeps/i386/backtrace.c: New file.
1464         * debug/Makefile: New file.
1465         * debug/backtrace-tst.c: New file.
1466         * debug/execinfo.h: New file.
1468 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
1470         * elf/sprof.c: Implement call graph profiling.
1472         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
1474 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1476         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
1477         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
1478         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
1479         Noticed by Jake Garver <garver@valkyrie.net>.
1481 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1483         * libio/genops.c (__underflow): Read character from read pointer
1484         as unsigned.
1485         (__uflow): Likewise.
1487 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
1489         * libc.map: Add _dl_profile.
1490         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
1491         this to ELF_DYNAMIC_RELOCATE.
1492         Always allocate array for relocation result if LD_PROFILE is defined.
1493         * elf/ldsodefs.h: Adjust prototypes.
1494         * elf/dl-open.c (_dl_open): Call relocation function with extra
1495         argument.
1496         * elf/rtld.c: Likewise.
1497         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
1498         Correct loop condition.
1499         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
1500         consider_profile to runtime setup function.
1501         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
1502         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
1504         * elf/dl-support.c: Define __libc_stack_end.
1505         * elf/rtld.c: Likewise.
1506         * sysdeps/generic/libc-start.c: Store last stack address in
1507         __libc_stack_end.
1508         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
1509         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
1511         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
1512         Include <stdint.h>, not <inttypes.h>.
1514         * elf/sprof.c: Implement flat profiling.
1516         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
1517         _IO_funlockfile explicitly.
1518         * libio/fileops.c: Likewise.
1519         * libio/fputc.c: Likewise.
1520         * libio/freopen.c: Likewise.
1521         * libio/freopen64.c: Likewise.
1522         * libio/fseek.c: Likewise.
1523         * libio/fseeko.c: Likewise.
1524         * libio/fseeko64.c: Likewise.
1525         * libio/ftello.c: Likewise.
1526         * libio/ftello64.c: Likewise.
1527         * libio/getc.c: Likewise.
1528         * libio/getchar.c: Likewise.
1529         * libio/iofclose.c: Likewise.
1530         * libio/iofflush.c: Likewise.
1531         * libio/iofgetpos.c: Likewise.
1532         * libio/iofgetpos64.c: Likewise.
1533         * libio/iofgets.c: Likewise.
1534         * libio/iofputs.c: Likewise.
1535         * libio/iofread.c: Likewise.
1536         * libio/iofsetpos.c: Likewise.
1537         * libio/iofsetpos64.c: Likewise.
1538         * libio/ioftell.c: Likewise.
1539         * libio/iofwrite.c: Likewise.
1540         * libio/iogetdelim.c: Likewise.
1541         * libio/iogets.c: Likewise.
1542         * libio/ioputs.c: Likewise.
1543         * libio/ioseekoff.c: Likewise.
1544         * libio/ioseekpos.c: Likewise.
1545         * libio/iosetbuffer.c: Likewise.
1546         * libio/iosetvbuf.c: Likewise.
1547         * libio/ioungetc.c: Likewise.
1548         * libio/iovsprintf.c: Likewise.
1549         * libio/iovsscanf.c: Likewise.
1550         * libio/oldfileops.c: Likewise.
1551         * libio/oldiofclose.c: Likewise.
1552         * libio/peekc.c: Likewise.
1553         * libio/putc.c: Likewise.
1554         * libio/putchar.c: Likewise.
1555         * libio/rewind.c: Likewise.
1557         * malloc/mtrace.c: Pretty print.
1559         * misc/mntent.h (struct mentent): Make string elements const char *.
1561         * nis/nis_printf.c: Optimize I/O a little bit.
1563         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
1564         * sysdeps/generic/sigset-cvt-mask.h: New file.
1565         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
1566         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
1567         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
1568         sigset-cvt-mask.h to do the dirty work.
1569         Patches by Joe Keane.
1571         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
1573         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
1574         syscall_error label in case of PIC anonymous.
1575         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
1576         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
1577         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
1578         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
1579         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
1580         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
1581         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
1583 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
1585         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
1586         we cannot declare the struct element as const.
1587         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
1588         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
1590 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1592         * manual/Makefile: Include ../Makeconfig earlier.
1593         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
1594         exist.
1595         (dir-add.texinfo): Remove useless $(SHELL).
1597 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1599         * Makefile (others): Build programs from install-bin.
1600         * configure.in: Modify config.make only if is was just created and
1601         move that command to second argument of AC_OUTPUT.  Add command to
1602         set config_vars in config.status.
1604 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1606         * malloc/Makefile (address-width): Fix conditional.
1608 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1610         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
1611         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
1612         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
1613         version GLIBC_2.1.
1615 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1617         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
1618         (Floating Point Parameters): Likewise.
1620 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1622         * hurd/Makefile (routines): Add cthreads.
1624 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1626         * login/login.c (login): Let pututline take care of finding the
1627         positin to insert the UTMP entry.  This corrects a bug where ssh
1628         was not reusing UTMP entries marked as DEAD_PROCESS.
1629         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
1631 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1633         * login/Makefile (tests): New variable, add tst-utmp and
1634         tst-utmpx.
1635         * login/tst-utmp.c: New file.
1636         * login/tst-utmpx.c: New file.
1638 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1640         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
1641         aliases for _hurd_nerr, for programs that don't use sys_errlist,
1642         but need sys_err.
1644 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1646         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
1647         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
1649 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1651         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
1652         make __read a weak alias.  Use ANSI-style function definition.
1653         * sysdeps/mach/hurd/write.c: Likewise.
1655 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
1657         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
1658         _sys_errlist.
1660 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
1662         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
1663         Renamed from librtld.so.
1665 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1667         * libc.map: Remove _IO_getline_info which was erroneously
1668         introduced in section GLIBC_2.0.
1669         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
1671 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1673         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
1674         created a weak alias.
1675         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
1677 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
1679         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
1680         ftruncate function, and create a weak alias to ftruncate.
1682 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1684         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
1685         * inet/getnetgrent_r.c: Likewise.
1686         * nss/getXXbyYY_r.c: Likewise.
1687         * nss/getXXent_r.c: Likewise.
1688         * pwd/fgetpwent_r.c: Likewise.
1689         * shadow/sgetspent_r.c: Likewise.
1690         * shadow/fgetspent_r.c: Likewise.
1691         * sunrpc/publickey.c: Likewise.
1693 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
1695         * hurd/libhurduser.map: New file.
1696         * mach/libmachuser.map: Likewise.
1698         * libc.map: Add Hurd-specific functions to version 2.1.
1699         Add __flshfp and __fillbf.
1701 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1703         * manual/signal.texi (Basic Signal Handling): Fix typo.
1704         * manual/errno.texi (Error Codes): Likewise.
1706 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
1708         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
1709         instead of <sys/socket.h>.
1710         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
1712         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
1713         Finally make it working.
1714         Patch by Mark Hatle <fray@kernel.crashing.org>.
1716 1998-03-22  Paul Eggert  <eggert@twinsun.com>
1718         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
1719         a Solaris 2.6 bug.
1721 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
1723         * stdlib/gmp-impl.h: Support strange mixed-endian double format
1724         used by ARM systems.
1725         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
1726         FE_EXCEPT_SHIFT.
1727         * sysdeps/arm/bits/fenv.h: Deleted.
1728         * sysdeps/arm/fpu/ieee754.h: New file.
1729         * sysdeps/arm/gmp-mparam.h: New file.
1730         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
1731         implementation.
1733 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
1735         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
1737         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
1738         of ((unused)).  Reported by Bruno Haible.
1740 1998-05-31  Philip Blundell  <philb@gnu.org>
1742         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
1743         referring to errno and _errno.
1745         * sysdeps/arm/fpu/feholdexcpt.c: New file.
1747         * sysdeps/i386/fpu_control.h: Fix typo.
1749         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
1750         (_JMPBUF_UNWINDS): Added.
1751         * sysdeps/arm/fpu/bits/setjmp.h: New file.
1753 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
1755         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
1756         order to build header files, not `generated'.
1758         * Rules (before-compile): New target which depends on all
1759         $(before-compile) files.
1761 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1763         * nis/nis_call.c: Make directory search faster.
1765         * nis/nis_callback.c: Insert public key of user in callback data.
1767         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
1769         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
1771         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
1773         * nis/nis_intern.h: Remove duplicated prototype.
1775 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1777         * sunrpc/auth_des.c: Move prototypes from here ...
1778         * sunrpc/rpc/auth.h: ... to here.
1780         * sunrpc/clnt_tcp.c: Add more control flags.
1781         * sunrpc/clnt_udp.c: Likewise.
1783         * sunrpc/netname.c (host2netname): Remove prefixing dot from
1784         domainname.
1786         * sunrpc/rpc/clnt.h: Document, which control flags are not
1787         implementable.
1789         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
1791 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
1793         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
1794         files crash the program.
1796         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
1797         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
1798         Reported by Deborah Wallach <kerr@pa.dec.com>.
1800 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1802         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
1803         on whether this is a stable release or not (keeps snapshot bug
1804         reports out of the database).
1806         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
1807         * sysdeps/arm/sysdep.h: Likewise.
1808         * sysdeps/i386/sysdep.h: Likewise.
1809         * sysdeps/m68k/sysdep.h: Likewise.
1810         * sysdeps/mach/mips/sysdep.h: Likewise.
1811         * sysdeps/mach/sys/reboot.h: Likewise.
1812         * sysdeps/mach/sysdep.h: Likewise.
1813         * sysdeps/unix/alpha/sysdep.h: Likewise.
1814         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
1815         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
1816         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
1817         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
1818         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
1819         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
1820         * sysdeps/unix/i386/sysdep.h: Likewise.
1821         * sysdeps/unix/mips/sysdep.h: Likewise.
1822         * sysdeps/unix/sparc/sysdep.h: Likewise.
1823         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
1824         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
1825         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
1826         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
1827         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
1828         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
1829         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
1830         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
1832 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
1834         * mach/Machrules: Use $(move-if-change).
1836 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
1838         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
1839         * Makerules (lib%.so): Depend on $(+interp).
1840         (libc.so): Add interp.os to list of dependencies.
1841         (interp-obj): Remove variable.
1842         * mach/Machrules (+interp): Define to empty since libhurduser and
1843         libmachuser don't need to have the interpreter set.
1845 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1847         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
1849         * resolv/gethnamaddr.c: Likewise.
1851         * resolv/res_comp.c: Likewise.
1853 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
1855         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
1856         so that transparent union works.
1858 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
1860         * manual/texinfo.tex: Update to last available version.
1862         * timezone/africa: Update from tzdata1998e.
1863         * timezone/antarctica: Likewise.
1864         * timezone/asia: Likewise.
1865         * timezone/australasia: Likewise.
1866         * timezone/europe: Likewise.
1867         * timezone/iso3166.tab: Likewise.
1868         * timezone/northamerica: Likewise.
1869         * timezone/tzselect.ksh: Likewise.
1870         * timezone/zone.tab: Likewise.
1872 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
1874         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
1875         Reported by Matt McLean <keys@brio.yikes.com>.
1877 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1879         * catgets/Makefile ($(objpfx)de.cat): Renamed from
1880         do-gencat-test.  Use automatic variables.
1881         ($(objpfx)de.msg): Fix reference to po file.
1883 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1885         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
1886         $(move-if-change).
1888 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1890         * intl/dcgettext.c: Fix typo.
1892 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1894         * configure.in: Allow more make versions e.g 3.76.90.
1896 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
1898         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
1900         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
1901         for Hurd.  Patch by Mark Kettenis.
1903 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
1905          * mach/Machrules (+preinit, +postinit): Define these variables to
1906          empty because libhurduser and libmachuser don't need startup
1907          files.
1909 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
1911          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
1912          instead of a raw bitmask.
1914 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1916         * Makeconfig (rpath-dirs): New variable.
1917         (rpath-link): Use it.
1918         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
1919         (db-objpfx): Removed.
1920         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
1921         * md5-crypt/Makefile: Likewise.
1922         * sysdeps/mach/hurd/Makefile: Likewise.
1924         * Makeconfig (move-if-change): New variable.
1925         * iconvdata/Makefile (move-if-change): Removed.
1926         * manual/Makefile (move-if-change): Set only if undefined, use
1927         local script by default.
1928         * sunrpc/Makefile (move-if-change): Removed.
1929         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
1930         $(move-if-change).
1932          * elf/Makefile: Remove all references to obsolete file
1933          $(objpfx)rtldtbl.h.
1934          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
1936 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1938         * elf/dl-close.c (_dl_close): Add debugging message.
1940 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1942         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
1943         to get Linux version and not gcc version.
1944         Reported by Alan Curry <pacman@cqc.com>.
1946 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1948         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
1949         pointers - return unknown error message instead.
1950         Reported by Alan Curry <pacman@cqc.com>.
1952 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
1954         * iconvdata/Makefile (modules, sed-generated-headers,
1955         perl-generated-headers): ibm424.h is perl generated.  Make
1956         necessary modifications to compile without perl.
1958 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
1960         * hesiod/hesiod.c (read_config_file): Fix typo.
1962 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
1964         * version.h: Bump VERSION.
1966         * csu/Makefile (distribute): Add munch-tmpl.c.
1968 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1970         * nis/nis_defaults.c: Fix buffer problems and typos.
1972 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
1974         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
1975         Patch by Fred Fish.
1977 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
1979         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
1980         overwriting bugs.
1982         * libio/strops.c (_IO_str_underflow): Read newly available
1983         character from buffer as unsigned.
1985 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
1987         * catgets/Makefile (distribute): Add xopen-msg.h.
1988         (generated): Add de.msg and de.cat.
1989         (tests): Add do-gencat-test.
1990         (do-gencat-test): New goal.  Run gencat on a generated msg file.
1991         * catgets/xopen-msg.h: New file.
1993 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
1995         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
1996         functions.  Optimize filename creation a bit.
1998 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
2000         * stdlib/random_r.c: Help gcc to optimize the code.
2001         Patch by Joe Keane <jgk@jgk.org>.
2003 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
2005         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
2006         tsearch calls.
2008 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2010         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
2011         it.
2013 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
2015         * wcsmbs/wcsnrtombs.c: Correct computation of result.
2016         * wcsmbs/wcsrtombs.c: Likewise.
2018         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
2019         * wcsmbs/wcsmbs-tst1.c: New file.
2021         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
2023         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
2024         as 1.
2026         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
2027         weak.
2029 1998-05-21  Philip Blundell  <philb@gnu.org>
2031         * sysdeps/arm/fpu_control.h: Replace stub file with real
2032         implementation.
2033         * sysdeps/arm/fpu/bits/fenv.h: New file.
2034         * sysdeps/arm/fpu/fesetround.c: Likewise.
2035         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
2036         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
2037         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
2038         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
2039         * sysdeps/arm/fpu/fegetenv.c: Likewise.
2040         * sysdeps/arm/fpu/fesetenv.c: Likewise.
2042 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
2044         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
2045         read instead of mmap.
2047 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
2049         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
2050         directly instead of include_next.  Add missing semicolons.
2051         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
2052         Add missing semicolons.
2054 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
2056         * iconvdata/gconv-modules: Add more aliases to please java
2057         environments.
2059 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
2061         * stdio-common/vfprintf.c (process_arg): Fix typo.
2063         * iconvdata/TESTS: New tests for EUC-KR.
2065         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
2066         * iconvdata/testdata/EUC-KR: New file.
2068 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
2070         * math/libm-test.c (hypot_test): Fix a typo.
2072 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
2074         * stdio-common/vfprintf.c: When precision is specified for %ls or
2075         %S handle it correctly.
2077 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2079         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
2080         the" in one line - fixed it.
2081         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
2082         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
2083         * posix/unistd.h: Likewise
2085 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2087         * Makeconfig (rpath-link): Add resolvobjdir.
2088         (resolvobjdir): New variable.
2089         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
2091 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
2093         * elf/dl-close.c: Call shared object terminators at the right time.
2094         Patch by Philippe Troin <phil@fifi.org>.
2096 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2098         * Make-dist (+tsrcs): Also add *.map for every member of
2099         $(extra-libs).
2101         * Makefile (distribute): Don't distribute scripts/printsources and
2102         scripts/=__ify.  Distribute FAQ.in.
2103         (rpm/%): Don't pass subdirs to sub-make.
2105         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
2106         instead of $(no_deps).
2108 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2110         * sysdeps/generic/setenv.c: Protect against GNU C extension.
2111         (KNOWN_VALUE, STORE_VALUE): Do it right.
2112         (setenv): Remove unused variable.
2114 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2116         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
2117         (CFLAGS-zdump.c): Add $(tz-cflags).
2119         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
2120         return type.
2122 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2124         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
2125         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
2126         if use_localtime.
2127         * time/tzset.c: Update prototype of __tzfile_compute.
2128         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
2129         tm_zone and tm_offset here if __use_tzfile.
2131 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2133         * Makerules: Install libc.a even if there are no object file.
2135 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2137         * Makerules (do-makelib): Don't force creating library from
2138         scratch, which is faster and gets correct behaviour if $(subdirs)
2139         is incomplete.
2141 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2143         * Makerules (do-stamp): Make it work when building in source
2144         directory.
2146 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
2148         * elf/dl-load.c: Rename option and variable from ignore-rpath to
2149         inhibit-rpath.
2150         * elf/dl-support.c: Likewise.
2151         * elf/ldsodefs.h: Likewise.
2152         * elf/rtld.c: Likewise.
2153         * iconvdata/run-iconv-test.sh: Likewise.
2155 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
2157         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
2158         variable using the value.
2159         * elf/ldsodefs.h: Declare _dl_ignore_path.
2160         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
2161         object against list in _dl_ignore_path and ignore RPATH if on the list.
2162         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
2163         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
2164         to make sure we get the correct helper libraries loaded.
2166         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
2167         "RPATH" string in call to fillin_rpath instead.
2168         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
2170 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
2172         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
2173         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
2175 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2177         * manual/terminal.texi (I/O Queues): Fix typo.
2179         * manual/stdio.texi (Closing Streams): Fix grammar.
2181         * manual/arith.texi (Absolute Value): Correct typo.
2182         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
2184 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
2186         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
2187         LD_PROFILE_OUTPUT in SUID binaries.
2188         * intl/dcgettext.c: In SUID binaries don't let language part of
2189         locale value contain path elements.
2190         * intl/explodename.h: Define new function _nl_find_language.
2191         * intl/loadinfo.h: Declare _nl_find_language.
2192         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
2193         language part it drop the value is path element is contained.
2195         * locale/setlocale.c: Fix typo.
2197 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
2199         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
2201         * sysdeps/arm/strlen.S: Support both big and little endian processors.
2203         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
2204         log, not a byte-count.
2206         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
2207         a.out compatibility.
2209 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2211         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
2212         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
2213         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
2214         * posix/unistd.h: Likewise.
2215         * math/math.h: Likewise.
2216         * manual/users.texi (Manipulating the Database): Likewise.
2217         * manual/signal.texi (Job Control Signals): Likewise.
2218         * manual/message.texi (The gencat program): Likewise.
2219         * manual/filesys.texi (Hard Links): Likewise.
2220         * manual/math.texi (SVID Random): Likewise.
2221         * manual/llio.texi (Waiting for I/O): Likewise.
2222         * manual/io.texi (File Name Errors): Likewise.
2223         * manual/conf.texi (String Parameters): Likewise.
2224         * manual/arith.texi (Infinity): Likewise.
2225         * malloc/malloc.c: Likewise.
2226         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
2227         * csu/Makefile: Likewise.
2229 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
2231         * manual/memory.texi: Add back accidently removed line.
2233 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
2235         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
2236         (timeout_handler): New function.
2237         (LOCK_FILE, UNLOCK_FILE): New macros.
2238         Implement file locking with timeout.
2239         (getutent_r_file, internal_getut_r, getutline_r_file,
2240         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
2241         locking.
2243 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
2245         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
2246         directory.
2248 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2250         * rpm/Makefile: Delete inclusion of version.mk.
2252 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2254         * libc.map: Add all libio functions needed libstdc++ with version
2255         2.0, sort entries.
2257 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2259         * iconvdata/Makefile (generated): Add *.stmp files.
2261 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2263         * timezone/Makefile (testdata, build-testdata): New variables, use
2264         them in rules for test data.
2265         ($(objpfx)tst-timezone.out): Depend on test data.
2266         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
2267         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
2268         New rules to build test data.
2269         (tst-timezone-ENV): Pass TZDIR to point to test data.
2271 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
2273         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
2274         (the designation sequence is disturbing).
2276 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2278         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
2279         * sunrpc/xdr_rec.c: Likewise.
2281 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2283         * posix/Makefile (tests): Add runptests.
2284         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
2285         (before-compile): Add ptestcases.h.
2286         (ptestscases.h): Add rule to generate from PTESTS.
2287         * posix/runptests.c: New file.
2288         * posix/PTESTS: New file.
2289         * posix/PTESTS2C.sed: New file.
2291 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2293         * iconv/loop.c: Let user add code to use and set paramaters.
2295         * iconvdata/iso-2022-kr.c: Correct to-loop.
2297         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
2298         point to output buffer.
2300         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
2301         hanja.
2303         * iconvdata/TESTS: Add ISO-2022-KR test.
2304         * iconvdata/testdata/ISO-2022-KR: New file.
2306 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
2308         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
2309         and internal_use.
2310         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
2311         and internal_use.
2312         * wcsmbs/btowc.c: Likewise.
2313         * wcsmbs/mbrtowcs.c: Likewise.
2314         * wcsmbs/mbsnrtowcs.c: Likewise.
2315         * wcsmbs/mbsrtowcs.c: Likewise.
2316         * wcsmbs/wcrtomb.c: Likewise.
2317         * wcsmbs/wcsnrtombs.c: Likewise.
2318         * wcsmbs/wcsrtombs.c: Likewise.
2319         * wcsmbs/wctob.c: Likewise.
2320         * iconv/skeleton.c: Increment invocation_counter.
2321         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
2322         sequence first.
2324         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
2325         * iconvdata/iso-2022-jp.c: Likewise.
2326         * iconvdata/iso646.c: Likewise.
2328         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
2330 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
2332         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
2334         * sysdeps/generic/setenv.c (setenv): Remove optimization for
2335         overwriting existing values if it fits.
2337 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
2339         * posix/wordexp-test.c: Avoid duplicate messages.
2341         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
2342         tsearch.  Correctly interpret values returned by those functions.
2343         (unsetenv): Store pointer to string, not pointer to string pointer.
2345         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
2346         DST information and offset in them.
2347         * time/tzset.c (__tz_convert): Pass extra parameters to
2348         __tzfile_compute.  Compute equivalent values for use of tz_rules.
2350 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2352         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
2353         stamp files to avoid unnecessary recompilation.
2354         (gen-8bit-gap-table): Likewise.
2355         (move-if-change): New variable.
2356         (all generated .h rules): Change to be .stmp rules.
2357         (%.h): New rule; depend on %.stmp; no commands.
2358         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
2359         gen-8bit-gap-1.sh.
2361 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2363         * Makerules (libc-map): Deleted.
2364         (load-map-file): Set to the appropriate compiler switch, not
2365         just the file name.  If libfoo-map is not set, look for a
2366         libfoo.map in the current directory and $(..).
2367         (map-file): New variable, contains just the mapfile name.
2368         (build-shlib): Adjust for new value of load-map-file.
2369         (libc.so): Correct dependencies.
2371         * extra-lib.mk: Correct shlib dependencies since libfoo-map
2372         may not be set anymore.
2374         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
2375         Delete libdl-map.  Tweak ld.so link rule to work with changed
2376         variable settings in Makerules.
2377         * iconvdata/Makefile: Tweak build-module to work with changed
2378         variable settings in Makerules.
2380         * db/Makefile: Delete libdb-map.
2381         * hesiod/Makefile: Delete libnss_hesiod-map.
2382         * linuxthreads/Makefile: Delete libpthread-map.
2383         * locale/Makefile: Delete libBrokenLocale-map.
2384         * login/Makefile: Delete libutil-map.
2385         * math/Makefile: Delete libm-map.
2386         * md5-crypt/Makefile: Delete libcrypt-map.
2387         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
2388         libnss_nisplus-map, and libnss_compat-map.
2389         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
2390         libnss_ldap-map.
2391         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
2392         * rt/Makefile: Delete librt-map.
2394 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2396         * configure.in: Instead of substituting `yes' or `no' for whether
2397         --no-whole-archive is available, set @no_whole_archive@ to the
2398         appropriate gcc switch or the empty string.  Likewise for
2399         -fno-exceptions.
2400         * config.make.in: Replace have-no-whole-archive with
2401         no-whole-archive and have-no-exceptions with no-exceptions.
2402         * Makerules: Delete stanzas setting no-whole-archive and
2403         no-exceptions.
2405         * sunrpc/Makefile: Use move-if-change to update generated .h
2406         and .c files.
2408 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2410         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
2411         of strchr loop.
2413 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2415         * time/tzfile.c (__tzfile_read): Remove unused variable info.
2416         (__tzfile_compute): Likewise.
2418 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2420         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
2421         defines from Linux 2.1.102.
2423 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
2425         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
2427 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
2429         * inet/netinet/in.h: Add defines for multicast.
2430         Reported by Jeremy Hall <jhall@UU.NET>.
2432         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
2433         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
2434         and unsetenv.  Optimize _LIBC case.
2435         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
2436         Define functions with leading __.
2438         * time/tzfile.c: Correct handling of global variables daylight,
2439         timezone, and tzname.
2440         * time/tzset.c: Likewise.
2441         * timezone/Makefile (tests): Add tst-timezone.
2442         * timezone/tst-timezone.c: New file.
2444 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
2446         * timezone/asia: Update from tzdata1998d.
2447         * timezone/australasia: Likewise.
2448         * timezone/europe: Likewise.
2450 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
2452         * string/string.h: Don't use the optimized versions for the string
2453         functions if optimizing for space.
2455         * stdlib/tst-strtod.c: Add test for -0.0.
2457         * io/ftwtest-sh: Prevent tests from being run by root.
2459         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
2460         last addition.  Patch by wkpark@chem.skku.ac.kr.
2462 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2464         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
2465         table.
2467 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2469         * iconvdata/gen-8bit.sh: New file.
2470         * iconvdata/gen-8bit-gap.sh: New file.
2471         * iconvdata/gen-8bit-gap-1.sh: New file.
2472         * iconvdata/Makefile (generate-8bit-table): Use shell script
2473         instead of writing the commands directly.
2474         (generate-8bit-gap-table): Likewise.
2475         ($(objpfx)iso8859-7jp.h): Likewise.
2476         (generated headers): Depend on shell script instead of Makefile.
2477         (before-compile): Add $(perl-generated-headers) only if perl is
2478         available.
2479         (headers): Depend on $(perl-generated-headers) only if perl is
2480         available.
2481         (sed-generated-headers): Remove iso8859-7jp.h.
2483 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2485         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
2486         (/): Removed.
2488 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2490         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
2491         formed charset names to getfct.  Let user override charset
2492         selection by mention charset in locale name.
2494 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
2496         * posix/glob.c: Move to ...
2497         * sysdeps/generic/glob.c: ...here.
2498         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
2499         elements.
2500         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
2501         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
2502         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
2503         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
2504         subdir.
2505         * libc.map [GLIBC_2.1]: Add glob and globfree.
2507 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2509         * sunrpc/Makefile (generated): Restore old list.
2511 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2513         * rt/Makefile (tests): Define only if we have a thread library.
2515         * nis/ypclnt.c: Add: #include <errno.h>.
2517 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2519         * configure.in: Define and substitute RELEASE as well as
2520         VERSION.
2521         * config.make.in: Add RELEASE and VERSION to be substituted.
2522         * Makeconfig: Delete all references to version.mk.
2523         * Make-dist: Likewise.
2524         * MakeTAGS: Likewise.
2525         * elf/Makefile: Likewise.
2527 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2529         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
2530         yp_get_default_domain.
2532 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
2534         * sysdeps/posix/profil.c (__profil): Don't define act and timer
2535         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
2537 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
2539         * malloc/malloc.c: Fix for NO_THREADS case.
2541 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
2543         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
2544         Remove statfs and fstatfs.
2545         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
2546         and pwrite as EXTRA.
2547         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2549 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
2551         * libc.map: Add capget and capset.
2553 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2555         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2556         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
2557         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
2558         and Matt McLean <keys@brio.yikes.com>.
2560 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
2562         * misc/Makefile (tests): Add tst-mntent.
2563         * misc/tst-mntent.c: New file.
2565 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2567         * autolock.sh: Removed.
2568         * manual/move-if-change: Removed.
2570         * scripts: New directory.
2571         * =__ify: Moved to scripts.
2572         * config.guess: Likewise.
2573         * config.sub: Likewise.
2574         * gen-FAQ.pl: Likewise.
2575         * install-sh: Likewise.
2576         * mkinstalldirs: Likewise.
2577         * move-if-change: Likewise.
2578         * printsources: Likewise.
2579         * rellns.sh: Likewise.
2580         * test-installation.pl: Likewise.
2582         * configure.in: Look in scripts for config.guess, config.sub,
2583         install-sh.
2584         * Makefile: Distribute all above files in their
2585         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
2586         * manual/Makefile: Find mkinstalldirs and move-if-change in
2587         $(..)scripts.  Drop them from distribute.  Minor cleanups.
2588         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
2589         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
2590         * timezone/Makefile: Find rellns-sh in scripts.
2592 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2594         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
2595         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
2597 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2599         * Makefile (+subdir-inits): Delete variable.
2600         (+init_subdirs): Likewise.
2601         (aux): Likewise.
2602         (before-compile): Likewise.
2603         (libc-init): Delete stanza.
2604         (version-info.h): Delete rule and associated variable.
2605         (distribute): Don't distribute moved files.
2606         * Makerules (interp-obj): It lives in elf now.  Only use it
2607         if $(elf) is set.  Delete rule to build it.
2608         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
2609         version.o and version-info.h.  Minor cleanups.
2610         (routines): Add libc-init, sysdep, version.
2611         (generated): Add version-info.h.
2612         * elf/Makefile: Build interp.os.
2614         * interp.c: Moved to elf.
2615         * set-init.c: Moved to csu.
2616         * munch-init.c: Likewise.
2617         * munch.awk: Likewise.
2618         * version.c: Likewise.
2620         * Rules: Unconfuse syntax highlighting with a fake comment.
2622 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
2624         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
2625         syscalls.
2627 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2629         * iconvdata/Makefile (generated): Set to *-generated-headers
2630         plus gconv-modules.
2631         (tests): Set to iconv-test.
2632         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
2633         * posix/Makefile (generated): Set to wordexp-test-result*.
2634         * sunrpc/Makefile (generated): Remove rpcsvc/*.
2635         (generated-dirs): Add rpcsvc.
2636         * libio/Makefile: Clean up.
2638 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
2640         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
2641         * Makerules: Likewise.
2642         (+depfiles): Also add sysdep-others.
2643         * Rules: Likewise.
2644         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
2645         * iconvdata/Makefile (distribute): Add TESTS.
2646         * localedata/Makefile (repertoires): Rename to repertoiremaps.
2647         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
2648         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
2649         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
2650         sysdep-others, not others.
2651         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2652         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
2654 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
2656         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
2657         cost_hi and cost_lo.
2658         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
2659         Cost parameter and set cost_lo to INT_MAX.
2660         (add_module): Take new parameter and use it to initialize cost_lo.
2661         (read_conf_file): Count modules being loaded and use counter for
2662         new parameter to add_module.
2663         * iconv/gconv_db.c (find_derivation): When look for cost examine
2664         cost_hi and cost_lo.
2666 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
2668         * string/bits/string2.h: Don't use unsigned char * unless really
2669         necessary since this disturbs C++.
2670         * sysdeps/i386/i486/bits/string.h: Likewise.
2671         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
2673 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2675         * malloc/malloc.c (top_check): Fix last change.
2677 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
2679         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
2680         Patch by Matt McLean <keys@brio.yikes.com>.
2682 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2684         * Makerules (lib): Put back dependency on lib-noranlib.
2685         ($(subdirs-stamps)): Remove dependency on stamp.* again.
2687 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
2689         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
2690         test in __pow2 implementation.
2692 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
2694         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
2695         Still need *FLAGS-.o because we still sometimes build .o files.
2696         * db2/Makefile: Don't build libndbm.a if !build-static.
2698 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2700         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
2702 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
2704         * configure.in: New test for broken gcc on PowerPC.
2705         * sysdeps/powerpc/atomicity.h: Use result of test.
2706         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
2708         * math/libm-test.c: Update many of the epsilon to match actual
2709         performance.
2711         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
2712         * sysdeps/libm-ieee754/e_expf.c: Likewise.
2713         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
2714         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
2716         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
2718         * sysdeps/powerpc/elf/libc-start.c: New file.
2719         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
2720         * sysdeps/powerpc/elf/start.c: Delete.
2722         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
2723         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
2725         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
2726         few patches.
2728 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
2730         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
2731         test for integer.
2733         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
2734         * sysdeps/libm-i387/e_powl.S: Likewise.
2736 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
2738         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
2739         (malloc_check, free_check, realloc_check, memalign_check): Use
2740         them to improve overrun checking.  Overruns of a single byte and
2741         corruption of the top chunk are now detected much more reliably.
2743 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2745         * math/libm-test.c (pow_test): Add test for special value from PR
2746         libc/590.
2748 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
2750         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
2751         including linux/errno.h.
2753 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
2755         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
2756         Use correct types.
2757         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
2758         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
2760 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2762         * Makerules (elide-routines.*): Fix assignments.
2763         (do-makelib): Fix typo.
2764         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
2765         makefile.
2767 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2769         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
2770         $(objpfx)sysd-dirs): Move them...
2771         * Makeconfig: ... here.
2772         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
2773         (stubs): Fix circular depedency.
2774         (do-makelib): Clean up.
2775         (lib): Don't depend on lib-noranlib.
2776         ($(objpfx)stamp.oS): Remove special case for empty
2777         static-only-routines.
2778         (elide-routines.o): Add $(static-only-routines).
2779         (elide-routines$o): Define this instead of elide-routines.$o.
2780         * manual/Makefile (stubs): Fix circular dependency.
2782 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2784         * libio/Makefile (routines): Remove duplicate oldiofclose.
2786 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
2788         * string/strcoll.c: Use uint32_t instead of u_int32_t.
2790 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
2792         * libio/stdio.h: Fix typo in __REDIRECT.
2793         * io/sys/stat.h: Likewise.
2794         Reported by Myles Uyema <myles@uyema.nws.net>.
2796 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2798         * locale/programs/localedef.c (options): Fix help message.
2800 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2802         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
2803         relocations.  Patch by Joe Keane <jgk@jgk.org>.
2805 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
2807         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
2808         ptmalloc_unlock_all, but re-initializes the mutexes instead.
2809         (ptmalloc_init): Use new function in thread_at_fork call.
2810         (thread_atfork_static): Likewise.
2811         Suggested by Wolfram Gloger and Xavier Leroy.
2813 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
2815         * signal/signal.h: Move definitions of struct sigstack and
2816         struct sigaltstack into separate file and include it.
2817         * sysdeps/generic/bits/sigstack.h: New file.
2818         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
2819         * signal/Makefile (headers): Add bits/sigstack.h.
2821 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2823         * elf/rtld.c (dl_main): Fix check for number of references to
2824         interpreter object.
2826 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2828         * elf/rtld.c (dl_main): Check has_interp after executing platform
2829         specific code.
2831 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2833         * iconvdata/run-iconv-test.sh: Fix typo.
2835 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2837         * Makerules (+depfiles): Add depfiles for $(tests-static).
2838         Simplified.
2840 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2842         * manual/terminal.texi (Special Characters): Fix description of
2843         c_cc indexes.
2845 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2847         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
2848         array.
2849         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
2850         of c_cc array.
2852 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2854         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
2856 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
2858         * intl/locale.alias: Update russian entry.
2860 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2862         * Makerules (static-only-routines): Reimplement in terms of
2863         elide-routines.os.
2864         (shared-only-routines): Reimplement in terms of
2865         elide-routines.X [where X is all object-suffixes except .os].
2867         (stubs): Create stubs file inside the subdir.
2868         (common-mostlyclean): Remove stubs file from inside the subdir.
2869         * Makefile (subdir-stubs): Look for stubs files inside the
2870         subdirs.
2871         * manual/Makefile (stubs): Create dummy stubs file inside the
2872         subdir.
2874 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2876         Build speed improvement: make ar less of a bottleneck.
2878         * Makerules (stamp$o): Just record the object list for later
2879         use.
2880         (libc_foo.a): New rule, depends on subdir stamp files; builds
2881         and ranlibs the library from the lists saved in those files.
2883         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
2884         (subdirs-stamp-o): Likewise.
2886         (ar-symtab-name): Delete variable.
2887         (lib%.a): Delete target.
2888         (libc_foo.a(bar.%)): Delete target.
2889         (libc_foo.a($(ar-symtab-name))): Delete target.
2891         (objects objs): Just depend on libobjs and extra-objs.
2892         (libobjs): Depend on the stamp files, not the objects.
2893         (extra-objs): New target, just depends on the extra-objs list.
2895         (CREATE_ARFLAGS): Kill the `ar S' hack.
2897         * config.make.in (have-ar-S): Deleted.
2898         * configure.in: Delete test for `ar S'.  Add test to determine
2899         whether ranlib does anything useful.
2901 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
2903         * inet/tst-ether_aton.c: Include <stdio.h>.
2905 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
2907         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
2909         * locale/Makefile (distribute): Add programs/repertoire.h.
2910         (localedef-modules): Add repertoire.
2911         (CPPFLAGS): Define REPERTOIREMAP_PATH.
2912         * locale/programs/repertoire.c: New file.
2913         * locale/programs/repertoire.h: New file.
2914         * locale/programs/charmap.c: Starting fixing character set handling
2915         to handle multi-byte encodings.
2916         * locale/programs/charset.c: Likewise.
2917         * locale/programs/charset.h: Likewise.
2918         * locale/programs/ld-collate.c: Likewise.
2919         * locale/programs/ld-ctype.c: Likewise.
2920         * locale/programs/linereader.c: Likewise.
2921         * locale/programs/localedef.c: Likewise.
2922         * locale/programs/locfile-kw.gperf: Likewise.
2923         * locale/programs/locfile-kw.h: Likewise.
2924         * locale/programs/locfile-token.h: Likewise.
2925         * locale/programs/locfile.h: Likewise.
2926         * locale/programs/stringtrans.c: Likewise.
2928         * locale/programs/locfile.c: Interpret I18NPATH value as base of
2929         path, extended with "/locales/".
2931 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
2933         * sysdeps/arm/memset.S: Fix off by one error.
2935         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
2936         __syscall_error rather than syscall_error directly.
2938 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
2940         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
2941         mmap() syscall for ARM.
2943         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
2944         binaries.
2946 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
2948         * locale/programs/localedef.c: Recognize repertoire-map option.
2950 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2952         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
2953         converting non-hex numbers.
2954         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
2956 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
2958         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
2959         check overflow.
2960         * resolv/Makefile (tests): New, add tst-aton.
2961         * resolv/tst-aton.c: New file.
2963 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2965         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
2966         semicolon.
2968 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
2970         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
2971         by letting the later modify the variable computing the total directly.
2972         * wcsmbs/mbsrtowcs.c: Likewise.
2973         * wcsmbs/wcsnrtombs.c: Likewise.
2974         * wcsmbs/wcsrtombs.c: Likewise.
2976         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
2977         it is not used.
2978         * wcsmbs/wctoc.c: Likewise.
2980         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
2981         * wcsmbs/wcsrtombs.c: Likewise.
2983         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
2985 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
2987         * iconv/skeleton.c: Correct counting of actually converted
2988         characters.
2990         * intl/localealias.c (read_alias_file): Use unsigned char for
2991         local variables.  Remove unused variable tp.
2992         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
2993         for type of codeset.  For loosing Solaris systems.
2994         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
2995         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
2996         len if not needed.
2997         Patches by Jim Meyering.
2999         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
3000         wcsrtombs must put it into initial state.
3002 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3004         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
3005         argument of bswap_XX macro.
3007 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3009         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
3010         variable name.
3012 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
3014         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
3015         semun and use stdarg macros to get the value.
3016         * sysdeps/generic/semctl.c: Don't use union semun.
3018         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
3020         * string/basename.c [!_LIBC]: Define function as gnu_basename.
3022         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
3023         strings.h.
3025         * stdlib/grouping.h: Accept ungrouped numbers even if locale
3026         defines grouping.
3028         * intl/hash-string.h: Don't include values.h.
3030         * inet/Makefile (tests): Add tst-ether_aton.
3031         * inet/tst-ether_aton.c: New file.
3033         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
3034         in hex conversion.
3035         * inet/ether_aton.c (ether_aton): Declare result variable static.
3036         Reported by ahyung@unixg.ubc.ca.
3038         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
3039         Define macro _SEM_SEMUN_UNDEFINED instead.
3040         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
3042         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
3043         * stdio-common/Makefile (tests): Add tst-wc-printf.
3045 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
3047         * manual/stdio.texi (Variable Arguments Output): Correct variable
3048         name.  Patch from Ewan Mellor <em@nexus.co.uk>
3050 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
3052         * intl/dcgettext.c: Remove unneeded definition of
3053         internal_function.
3055 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3057         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
3058         instead of do-iconv-test.
3059         ($(objpfx)gconv-modules): Define rule only if objpfx is not
3060         empty.
3062 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3064         * string/string.h: Fix feature test.
3066 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3068         * iconvdata/iso646.c (BODY): Don't use character constants that
3069         depend on signedness of char.
3071 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
3073         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
3074         (sysdep_routines): Add s_pread64 and s_pwrite64.
3076 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
3078         * iconvdata/Makefile (distribute): Remove generated .h files.
3079         * iconvdata/koi8-r.h: Removed.
3080         * iconvdata/latin-greek-1.h: Removed.
3081         * iconvdata/latin-greek.h: Removed.
3083         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
3084         * iconvdata/KOI-8: Likewise.
3085         * iconvdata/KOI-8..UTF8: Likewise.
3086         * iconvdata/KOI8-R: Likewise.
3087         * iconvdata/KOI8-R..UTF8: Likewise.
3089 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3091         * streams/Makefile (headers): Add sys/stropts.h.
3092         * streams/sys/stropts.h: New file.
3094 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3096         * sysdeps/unix/sysv/linux/ttyname.c,
3097         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
3098         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
3100 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3102         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
3103         argument of _itoa_word.
3105 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3107         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
3108         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
3109         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
3110         sigprocmask, resp., instead of EXTRA.
3112         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
3113         s_pread64 and s_pwrite64.
3115 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
3117         * iconvdata/Makefile: Correct rules to generate gap table.
3118         * iconvdata/gap.pl: Simplify.
3120         * iconvdata/TESTS: Name new tests.
3121         * iconvdata/testdata/CP1250: New file.
3122         * iconvdata/testdata/CP1250..UTF8: New file.
3123         * iconvdata/testdata/CP1251: New file.
3124         * iconvdata/testdata/CP1251..UTF8: New file.
3125         * iconvdata/testdata/CP1252: New file.
3126         * iconvdata/testdata/CP1252..UTF8: New file.
3127         * iconvdata/testdata/CP1253: New file.
3128         * iconvdata/testdata/CP1253..UTF8: New file.
3129         * iconvdata/testdata/CP1254: New file.
3130         * iconvdata/testdata/CP1254..UTF8: New file.
3131         * iconvdata/testdata/CP1255: New file.
3132         * iconvdata/testdata/CP1255..UTF8: New file.
3133         * iconvdata/testdata/CP1256: New file.
3134         * iconvdata/testdata/CP1256..UTF8: New file.
3135         * iconvdata/testdata/CP1257: New file.
3136         * iconvdata/testdata/CP1257..UTF8: New file.
3138 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
3140         * iconvdata/Makefile: Add rules for ISO-2022-KR.
3141         * iconvdata/iso-2022-kr.c: New file.
3143         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
3144         and ISO-2022-KR.
3146 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
3148         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
3149         iso8859-8 and iso8859-10.
3150         * iconvdata/iso8859-5.c: Change to use gap method.
3151         * iconvdata/iso8859-7.c: Likewise.
3152         * iconvdata/iso8859-8.c: Likewise.
3153         * iconvdata/iso8859-10.c: Likewise.
3155         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
3156         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
3157         end of the loop.
3158         * iconvdata/iso-2022-jp.c: New file.
3160         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
3161         * iconvdata/ksc5601.h: Unify function interfaces.
3162         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
3163         * iconvdata/uhc.c: Likewise.
3165         * iconvdata/gb2312.h: Use correct types.
3167         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
3168         size elements of data.
3170 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3172         * string/tst-svc.expect: Adapt for change in .input.
3173         * string/tst-svc.input: More tests.
3175 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
3177         * iconvdata/Makefile: Add rules for new modules.
3178         * iconvdata/gconv-modules: Likewise.
3179         * iconvdata/cp737.c: New file.
3180         * iconvdata/cp737.h: New file.
3181         * iconvdata/cp775.c: New file.
3182         * iconvdata/cp775.h: New file.
3183         * iconvdata/cp874.c: New file.
3184         * iconvdata/cp874.h: New file.
3186 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
3188         * iconvdata/Makefile: Create target directory before generating
3189         headers.
3191 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3193         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
3194         __USER_LABEL_PREFIX__.
3195         (__ASMNAME, __ASMNAME2): New macros.
3197 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3199         * elf/dl-load.c: Include sys/param.h for MAX.
3201 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
3203         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
3204         __ftruncate the strong symbol, and add weak alias.
3205         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3207 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3209         * termios/cfsetspeed.c: Make code cleaner and add missing const.
3210         Patch by Joe Keane <jgk@jgk.org>.
3212         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
3213         free()ing.
3215 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
3217         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
3218         Patch by Thomas Bushnell, n/BSG.
3220 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3222         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
3224 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
3226         * iconvdata/Makefile: Put generated headers in build directory.
3228 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
3230         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
3231         strsep as current directory.
3233         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
3234         Java.  Add definitions for unicodelittle implementation.
3235         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
3236         * iconv/gconv_simple.c: Define unicodelittle functions.
3238         * iconv/iconv_prog.c: Make program print information about position
3239         of illegal character in input.
3241         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
3242         comparison of charset name.
3243         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
3244         * iconvdata/ebcdic-at-de-a.c: Likewise.
3245         * iconvdata/ebcdic-at-de.c: Likewise.
3246         * iconvdata/ebcdic-ca-fr.c: Likewise.
3247         * iconvdata/euccn.c: Likewise.
3248         * iconvdata/eucjp.c: Likewise.
3249         * iconvdata/euckr.c: Likewise.
3250         * iconvdata/euctw.c: Likewise.
3251         * iconvdata/hp-roman8.c: Likewise.
3252         * iconvdata/iso6937.c: Likewise.
3253         * iconvdata/iso8859-1.c: Likewise.
3254         * iconvdata/iso8859-10.c: Likewise.
3255         * iconvdata/iso8859-2.c: Likewise.
3256         * iconvdata/iso8859-3.c: Likewise.
3257         * iconvdata/iso8859-4.c: Likewise.
3258         * iconvdata/iso8859-5.c: Likewise.
3259         * iconvdata/iso8859-6.c: Likewise.
3260         * iconvdata/iso8859-7.c: Likewise.
3261         * iconvdata/iso8859-8.c: Likewise.
3262         * iconvdata/iso8859-9.c: Likewise.
3263         * iconvdata/johab.c: Likewise.
3264         * iconvdata/koi-8.c: Likewise.
3265         * iconvdata/koi8-r.c: Likewise.
3266         * iconvdata/latin-greek-1.c: Likewise.
3267         * iconvdata/latin-greek.c: Likewise.
3268         * iconvdata/sjis.c: Likewise.
3269         * iconvdata/t61.c: Likewise.
3270         * iconvdata/uhc.c: Likewise.
3272         * iconvdata/iso646.c: Add support for more ISO 646 variants.
3273         * iconvdata/TESTS: Add tests for ISO646 module.
3274         * iconvdata/gconv-modules: Add new modules.
3275         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
3276         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
3277         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
3278         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
3279         * iconvdata/testdate/DIN_66003: Likewise.
3280         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
3281         * iconvdata/testdate/DS_2089: Likewise.
3282         * iconvdata/testdate/DS_2089..UTF8: Likewise.
3283         * iconvdata/testdate/ES: Likewise.
3284         * iconvdata/testdate/ES..UTF8: Likewise.
3285         * iconvdata/testdate/ES2: Likewise.
3286         * iconvdata/testdate/ES2..UTF8: Likewise.
3287         * iconvdata/testdate/GB_1988-80: Likewise.
3288         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
3289         * iconvdata/testdate/IT: Likewise.
3290         * iconvdata/testdate/IT..UTF8: Likewise.
3291         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
3292         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
3293         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
3294         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
3295         * iconvdata/testdate/JUS_I.B1.002: Likewise.
3296         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
3297         * iconvdata/testdate/KSC5636: Likewise.
3298         * iconvdata/testdate/KSC5636..UTF8: Likewise.
3299         * iconvdata/testdate/MSZ_7795.3: Likewise.
3300         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
3301         * iconvdata/testdate/NC_NC00-10: Likewise.
3302         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
3303         * iconvdata/testdate/NF_Z_62-010: Likewise.
3304         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
3305         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
3306         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
3307         * iconvdata/testdate/NS_4551-1: Likewise.
3308         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
3309         * iconvdata/testdate/NS_4551-2: Likewise.
3310         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
3311         * iconvdata/testdate/PT: Likewise.
3312         * iconvdata/testdate/PT..UTF8: Likewise.
3313         * iconvdata/testdate/PT2: Likewise.
3314         * iconvdata/testdate/PT2..UTF8: Likewise.
3315         * iconvdata/testdate/SEN_850200_B: Likewise.
3316         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
3317         * iconvdata/testdate/SEN_850200_C: Likewise.
3318         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
3320         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
3321         * iconvdata/cns11643l1.h: Likewise.
3322         * iconvdata/latin-greek-1.h: Likewise.
3323         * iconvdata/latin-greek.h: Likewise.
3324         * iconvdata/koi8-r.h: Likewise.
3325         * iconvdata/jis0212.h: Likewise.
3326         * iconvdata/gb2312.h: Likewise.
3327         * iconvdata/ksc5601.h: Likewise.
3329         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
3331         * iconvdata/Makefile: Add rules for lots of more modules.
3332         * iconvdata/cp1250.c: New file.
3333         * iconvdata/cp1251.c: New file.
3334         * iconvdata/cp1252.c: New file.
3335         * iconvdata/cp1253.c: New file.
3336         * iconvdata/cp1254.c: New file.
3337         * iconvdata/cp1255.c: New file.
3338         * iconvdata/cp1256.c: New file.
3339         * iconvdata/cp1257.c: New file.
3340         * iconvdata/ebcdic-dk-no-a.c: New file.
3341         * iconvdata/ebcdic-dk-no.c: New file.
3342         * iconvdata/ebcdic-es-a.c: New file.
3343         * iconvdata/ebcdic-es-s.c: New file.
3344         * iconvdata/ebcdic-es.c: New file.
3345         * iconvdata/ebcdic-fi-se-a.c: New file.
3346         * iconvdata/ebcdic-fi-se.c: New file.
3347         * iconvdata/ebcdic-fr.c: New file.
3348         * iconvdata/ebcdic-is-friss.c: New file.
3349         * iconvdata/ebcdic-it.c: New file.
3350         * iconvdata/ebcdic-pt.c: New file.
3351         * iconvdata/ebcdic-uk.c: New file.
3352         * iconvdata/ebcdic-us.c: New file.
3353         * iconvdata/ibm037.c: New file.
3354         * iconvdata/ibm038.c: New file.
3355         * iconvdata/ibm1004.c: New file.
3356         * iconvdata/ibm1026.c: New file.
3357         * iconvdata/ibm1047.c: New file.
3358         * iconvdata/ibm256.c: New file.
3359         * iconvdata/ibm273.c: New file.
3360         * iconvdata/ibm274.c: New file.
3361         * iconvdata/ibm275.c: New file.
3362         * iconvdata/ibm277.c: New file.
3363         * iconvdata/ibm278.c: New file.
3364         * iconvdata/ibm280.c: New file.
3365         * iconvdata/ibm281.c: New file.
3366         * iconvdata/ibm284.c: New file.
3367         * iconvdata/ibm285.c: New file.
3368         * iconvdata/ibm290.c: New file.
3369         * iconvdata/ibm297.c: New file.
3370         * iconvdata/ibm420.c: New file.
3371         * iconvdata/ibm423.c: New file.
3372         * iconvdata/ibm424.c: New file.
3373         * iconvdata/ibm437.c: New file.
3374         * iconvdata/ibm500.c: New file.
3375         * iconvdata/ibm850.c: New file.
3376         * iconvdata/ibm851.c: New file.
3377         * iconvdata/ibm852.c: New file.
3378         * iconvdata/ibm855.c: New file.
3379         * iconvdata/ibm857.c: New file.
3380         * iconvdata/ibm860.c: New file.
3381         * iconvdata/ibm861.c: New file.
3382         * iconvdata/ibm862.c: New file.
3383         * iconvdata/ibm863.c: New file.
3384         * iconvdata/ibm864.c: New file.
3385         * iconvdata/ibm865.c: New file.
3386         * iconvdata/ibm868.c: New file.
3387         * iconvdata/ibm869.c: New file.
3388         * iconvdata/ibm870.c: New file.
3389         * iconvdata/ibm871.c: New file.
3390         * iconvdata/ibm875.c: New file.
3391         * iconvdata/ibm880.c: New file.
3392         * iconvdata/ibm891.c: New file.
3393         * iconvdata/ibm903.c: New file.
3394         * iconvdata/ibm904.c: New file.
3395         * iconvdata/ibm905.c: New file.
3396         * iconvdata/ibm918.c: New file.
3398         * locale/iso-4217.def: Update.
3399         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
3401         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
3402         formats.
3404 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3406         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
3407         LD_LIBRARY_PATH.
3409 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3411         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
3412         * Makefile: Likewise.
3413         * posix/Makefile: Likewise.
3414         * sysdeps/mach/hurd/Makefile: Likewise.
3416 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3418         * sysdeps/mach/hurd/bits/dirent.h: New file.
3419         * sysdeps/mach/hurd/readdir64.c: New file.
3420         * sysdeps/mach/hurd/readdir64_r.c: New file.
3422 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3424         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
3425         dprintf): Synchronize declarations with libio/stdio.h.
3427 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3429         * elf/dlerror.c (dlerror): Don't assume that
3430         __libc_internal_tsd_get is defined.  __libc_getspecific is already
3431         well-protected, so just use it directly.
3433 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
3435         * io/ftw.h (ftw): Fix typo.
3437 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
3439         * sysdeps/gnu/utmp_file.c: Fix typo.
3441 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3443         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
3444         one part of a test fails move on to the next test.
3446 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
3448         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3450 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3452         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
3453         as pointers, not signed integers.
3455 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3457         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
3459 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3461         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
3462         asm symbol name of functions.
3463         * include/features.h: Kill redundant test.
3465         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
3466         * io/ftw.h: Likewise.
3467         * io/sys/stat.h: Likewise.
3468         * io/sys/statfs.h: Likewise.
3469         * io/sys/statvfs.h: Likewise.
3470         * libio/stdio.h: Likewise.
3471         * resource/sys/resource.h: Likewise.
3472         * rt/aio.h: Likewise.
3474         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
3475          __FAVOR_BSD.
3476         * signal/signal.h: Use new macros for BSD vs. SysV signal().
3478         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
3479         a dummy library.
3480         * misc/bsd-compat.c: Removed.
3482 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
3484         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
3485         function declaration.
3486         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
3487         and use them in conversion function.
3488         * iconvdata/Makefile (modules): Re-add ISO6446.
3489         * iconvdata/TEST: Add tests for ASCII variants.
3490         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
3491         * iconvdata/testdata/ANSI_X3.4-1968: New file.
3492         * iconvdata/testdata/BS_4730: New file.
3493         * iconvdata/testdata/BS_4730..UTF8: New file.
3495 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
3497         * iconv/gconv.h (struct gconv_step): Add element stateful.
3498         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
3499         to zero for all internal conversions.
3500         * iconv/skeleton.c: Initialize stateful depending on whether or not
3501         RESET_STATE is defined to one or zero respectively.
3502         * stdlib/mblen.c: Use stateful element of currently selected
3503         converter for result if S is NULL.
3504         * stdlib/mbtowc.c: Likewise.
3505         * stdlib/wctomb.c: Likewise.
3507 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
3509         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
3511         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
3513         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
3514         character in comparison with uint32_t.
3515         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
3516         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
3517         Optimize BODY a bit.
3519         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
3520         be defined.
3522         * iconv/skeleton.c: Also reset converted counter in case of an error.
3523         Call reset function using correct value for output buffer start.
3525         * iconvdata/Makefile: Re-enable tests.
3527         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
3528         value for to-conversion.
3530         * iconvdata/TESTS: Add new third column.
3531         * iconvdata/run-iconv-test.sh: Add support for charsets which are
3532         not ASCII based.
3533         * iconvdata/testdata/suntzus: New file.
3535         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
3536         while reading.  Correctly used base.  Little optimization.
3537         (__strtoul_internal): Likewise.
3539         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
3540         was wrong.  Use explicit variable.
3542 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3544         * configure.in: Check for awk.
3545         * config.make.in: Add AWK to be substituted.
3547         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
3548         * manual/users.texi: Fix typo exposed by above rewrite.
3550         * Makefile: Invoke awk using AWK variable.
3551         * csu/Makefile: Likewise.
3552         * elf/Makefile: Likewise.
3553         * mach/Makefile: Likewise.
3554         * manual/Makefile: Likewise.
3555         * sysdeps/gnu/Makefile: Likewise.
3556         * sysdeps/mach/hurd/Makefile: Likewise.
3557         * sysdeps/unix/Makefile: Likewise.
3558         * timezone/Makefile: Likewise.
3560 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
3562         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
3563         array index translation.
3564         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
3565         these are defined.
3567         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
3569         * sysdeps/mach/hurd/errlist.c: New file.
3570         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
3571         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
3572         semantics, so rename it.
3574 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3576         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
3577         conversions.
3579 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
3581         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
3582         * wcsmbs/wcsnrtombs.c: Likewise.
3584 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
3586         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
3588         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
3590         * time/strftime.c (my_strftime): Initialize pad variable in
3591         declaration.
3593         * iconvdata/big5.c: Don't use character constants in comparisons
3594         with unsigned value.
3596 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
3598         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
3599         __libc_siglongjmp to GLIBC_2.1.
3601         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
3602         __strerror_r.
3604         * iconv/Makefile: Don't run tests now.
3606         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
3607         with correct output buffer.
3609         Major rewrite of the low-level gconv functionality.
3610         * iconv/gconv.c: Rewritten.
3611         * iconv/gconv.h: Likewise.
3612         * iconv/gconv_builtin.c: Likewise.
3613         * iconv/gconv_builtin.h: Likewise.
3614         * iconv/gconv_conf.c: Likewise.
3615         * iconv/gconv_int.h: Likewise.
3616         * iconv/gconv_open.c: Likewise.
3617         * iconv/gconv_simple.c: Likewise.
3618         * iconv/iconv.c: Likewise.
3619         * iconvdata/8bit-gap.c: Likewise.
3620         * iconvdata/8bit-generic.c: Likewise.
3621         * iconvdata/Makefile: Likewise.
3622         * iconvdata/big5.c: Likewise.
3623         * iconvdata/cns11643.c: Likewise.
3624         * iconvdata/cns11643.h: Likewise.
3625         * iconvdata/cns11643l1.c: Likewise.
3626         * iconvdata/cns11643l1.h: Likewise.
3627         * iconvdata/ebcdic-at-de-a.c: Likewise.
3628         * iconvdata/ebcdic-at-de.c: Likewise.
3629         * iconvdata/ebcdic-ca-fr.c: Likewise.
3630         * iconvdata/euccn.c: Likewise.
3631         * iconvdata/eucjp.c: Likewise.
3632         * iconvdata/euckr.c: Likewise.
3633         * iconvdata/euctw.c: Likewise.
3634         * iconvdata/gb2312.c: Likewise.
3635         * iconvdata/gb2312.h: Likewise.
3636         * iconvdata/hp-roman8.c: Likewise.
3637         * iconvdata/iso646.c: Likewise.
3638         * iconvdata/iso6937.c: Likewise.
3639         * iconvdata/iso8859-1.c: Likewise.
3640         * iconvdata/iso8859-10.c: Likewise.
3641         * iconvdata/iso8859-2.c: Likewise.
3642         * iconvdata/iso8859-3.c: Likewise.
3643         * iconvdata/iso8859-4.c: Likewise.
3644         * iconvdata/iso8859-5.c: Likewise.
3645         * iconvdata/iso8859-6.c: Likewise.
3646         * iconvdata/iso8859-7.c: Likewise.
3647         * iconvdata/iso8859-8.c: Likewise.
3648         * iconvdata/iso8859-9.c: Likewise.
3649         * iconvdata/jis0201.c: Likewise.
3650         * iconvdata/jis0201.h: Likewise.
3651         * iconvdata/jis0208.c: Likewise.
3652         * iconvdata/jis0208.h: Likewise.
3653         * iconvdata/jis0212.c: Likewise.
3654         * iconvdata/jis0212.h: Likewise.
3655         * iconvdata/johab.c: Likewise.
3656         * iconvdata/koi-8.c: Likewise.
3657         * iconvdata/koi8-r.c: Likewise.
3658         * iconvdata/ksc5601.c: Likewise.
3659         * iconvdata/ksc5601.h: Likewise.
3660         * iconvdata/latin-greek-1.c: Likewise.
3661         * iconvdata/latin-greek.c: Likewise.
3662         * iconvdata/run-iconv-test.sh: Likewise.
3663         * iconvdata/sjis.c: Likewise.
3664         * iconvdata/t61.c: Likewise.
3665         * iconvdata/uhc.c: Likewise.
3666         * wcsmbs/btowc.c: Likewise.
3667         * wcsmbs/mbrtowc.c: Likewise.
3668         * wcsmbs/mbsnrtowcs.c: Likewise.
3669         * wcsmbs/mbsrtowcs.c: Likewise.
3670         * wcsmbs/wcrtomb.c: Likewise.
3671         * wcsmbs/wcsmbsload.c: Likewise.
3672         * wcsmbs/wcsnrtombs.c: Likewise.
3673         * wcsmbs/wcsrtombs.c: Likewise.
3674         * wcsmbs/wctob.c: Likewise.
3675         * iconv/loop.c: New file.
3676         * iconv/skeleton.c: New file.
3678         * stdlib/mblen.c: Handle empty input string correctly.
3679         * stdlib/mbtowc.c: Likewise.
3681         * posix/getopt.c: Various cleanups.
3683         * sysdeps/arm/bits/setjmp.h: Add copyright text.
3684         * sysdeps/i386/bits/setjmp.h: Likewise.
3685         * sysdeps/m68k/bits/setjmp.h: Likewise.
3686         * sysdeps/powerpc/bits/setjmp.h: Likewise.
3687         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
3689         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
3690         and make longjmp weak alias.
3692 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
3694         * iconv/Makefile (routines): Only include gconv_dl if building for
3695         an ELF system - dynamic linking is not available on a.out.
3696         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
3697         due to above check.
3698         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
3699         routines from gconv_dl.
3701 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
3703         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
3704         we can compile without libio.
3706 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
3708         * sysdeps/mach/hurd/Subdirs: Remove login.
3710 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
3712         * db2/compat.h: Include <errno.h>, to make sure we get the
3713         definition of EFTYPE before we define it ourselves.
3715 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
3717         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
3718         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
3719         Fix typo to allow inclusion from sys/ioctl.h again.
3721 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3723         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
3725 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3727         * libc.map: Export __strerror_r.  Remove _strerror_internal.
3729 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3731         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
3732         Also undefine __strcasestr.
3734 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3736         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
3737         aliases do not work with global variables due to copy relocations.
3739 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
3741         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
3743 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
3745         * signal/sighold.c: Include stddef.h for NULL definition.
3746         * signal/sigrelse.c: Likewise.
3747         * sysdeps/posix/sigignore.c: Likewise.
3748         * sysdeps/posix/sigset.c: Likewise.
3749         * sysdeps/posix/waitid.c: Likewise.
3750         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
3751         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
3752         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
3753         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
3754         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3756 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
3758         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
3759         * login/getutent.c (getutxent): Remove alias.
3760         * login/getutent_r.c (setutxent, pututxline, endutxent):
3761         Remove aliases.
3762         * login/getutid.c (getutxid): Remove alias.
3763         * login/getutline.c (getutxline): Remove alias.
3764         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
3765         __getutid, __getutline and __pututline.
3766         * login/utmpx.h: Moved to ...
3767         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
3768         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
3769         and updwtmpx.
3770         * login/updwtmp.c: Moved to ...
3771         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
3772         allowing file name transformation.
3773         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
3774         additional file name transformation.
3775         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
3776         * login/utmp_file.c: Moved to ...
3777         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
3778         Generalized by allowing file name transformation.  Do not
3779         print error message.  Library functions should not print them.
3780         Reported by Jim Meyering.
3781         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
3782         with additional file name transformation.
3783         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
3784         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
3785         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
3786         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
3787         and bits/utmpx.h.
3788         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
3789         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
3790         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
3791         Define if __USE_GNU.
3792         * sysdeps/generic/setutxent.c: New file.
3793         * sysdeps/generic/getutxent.c: New file.
3794         * sysdeps/generic/endutxent.c: New file.
3795         * sysdeps/generic/getutxid.c: New file.
3796         * sysdeps/generic/getutxline.c: New file.
3797         * sysdeps/generic/pututxline.c: New file.
3798         * sysdeps/generic/utmpxname.c: New file.
3799         * sysdeps/generic/updwtmpx.c: New file.
3800         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
3801         * sysdeps/generic/bits/utmpx.h: Remove.
3803 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
3805         * posix/wordexp-test.c (main): Initialize ifs element of ts for
3806         ~root test.
3808 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
3810         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
3812 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
3814         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
3815         variable using _G_stat64.
3816         * libio/fileops.c: Remove macro definition of fstat, it is in the
3817         global header.
3818         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
3820 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
3822         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
3823         <willy@odie.barnet.ac.uk>.
3825 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
3827         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
3828         required by IPv6 Basic API.
3829         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
3830         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
3831         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
3832         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
3834 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
3836         Don't name internal representation since it might be different from
3837         the external form (namely on little endian machines).
3838         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
3839         UCS4 into references to INTERNAL.
3840         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
3841         Add endianess support to UCS functions.  Change references to
3842         UCS4 into references to INTERNAL.
3843         * iconv/gconv_int.h: Change references to UCS4 into references to
3844         INTERNAL.
3845         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
3846         * iconvdata/gconv-modules: Change accordingly.
3847         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
3849         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
3850         overflow.
3851         * iconvdata/8bit-gap.c: Likewise.
3852         * iconvdata/8bit-generic.c: Likewise.
3853         * iconvdata/big5.c: Likewise.
3854         * iconvdata/euccn.c: Likewise.
3855         * iconvdata/eucjp.c: Likewise.
3856         * iconvdata/euckr.c: Likewise.
3857         * iconvdata/euctw.c: Likewise.
3858         * iconvdata/iso646.c: Likewise.
3859         * iconvdata/iso6937.c: Likewise.
3860         * iconvdata/iso8859-1.c: Likewise.
3861         * iconvdata/johab.c: Likewise.
3862         * iconvdata/sjis.c: Likewise.
3863         * iconvdata/t61.c: Likewise.
3864         * iconvdata/uhc.c: Likewise.
3866         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
3867         * iconvdata/8bit-generic.c: Likewise.
3869         * iconvdata/TESTS: Add more tests.
3871         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
3873 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
3875         * iconvdata/Makefile: Better rules to run tests.
3877         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
3878         * iconvdata/testdata/ISO-8859-10: Likewise.
3879         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
3880         * iconvdata/testdata/ISO-8859-2: Likewise.
3881         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
3882         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
3883         * iconvdata/testdata/ISO-8859-3: Likewise.
3884         * iconvdata/testdata/ISO-8859-4: Likewise.
3885         * iconvdata/testdata/ISO-8859-5: Likewise.
3886         * iconvdata/testdata/ISO-8859-6: Likewise.
3887         * iconvdata/testdata/ISO-8859-7: Likewise.
3888         * iconvdata/testdata/ISO-8859-8: Likewise.
3889         * iconvdata/testdata/ISO-8859-9: Likewise.
3891 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
3893         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
3894         intermediate result (if available).
3896         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
3897         last change.
3899         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
3900         (distribute): Add run-iconv-test.sh and testdata/*.
3902         * stdlib/testmb.c (main): Simplify mbc array handling.
3904 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3906         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
3907         return value on overflow.
3909 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3911         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
3912         bits.
3914 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3916         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
3917         of non-standard function setbuffer.
3919 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3921         * stdio-common/perror.c: Include <string.h> for __strerror_r.
3923 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
3925         * iconvdata/Makefile: Add rules to run tests.
3926         * iconvdata/TESTS: New file.
3927         * iconvdata/run-iconv-test.sh: New file.
3928         * iconvdata/testdata/ISO-8859-1: New file.
3930         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
3931         not stdout.
3933 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
3935         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
3936         counter element of step.
3938         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
3940         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
3941         termination test.
3942         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
3943         ACTUALLY.
3944         (__gconv_transform_utf8_ucs4): Correct test for empty input.
3946 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
3948         * Makefile: Include makeconfig before defining rule to regenerate
3949         configure files.
3951         * configure.in: Remove restriction on compiling without static
3952         libs.
3954 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
3956         * test-skeleton.c: Provide hook for initializing code before the fork.
3957         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
3958         removed.
3960         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
3961         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
3962         * libio/libioP.h: Adopt _IO_cleanup prototype.
3964         * stdlib/Makefile (tests): Add test-canon2.
3965         * stdlib/test-canon2.c: New file.
3966         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
3967         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
3968         symlink sequences.
3969         (__realpath): Make real function which checks RESOLVED parameter for
3970         not being NULL.
3972 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
3974         * catgets/open_catalog.c (__open_catalog): Fix problems with
3975         reading non-files.  Always close file.
3976         Reported by Cristian Gafton <gafton@redhat.com>.
3978         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
3980 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
3982         * libc.map: Add various low-level I/O functions.
3984 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
3986         * string/Makefile (routines): Remove strerror_r.
3987         * string/strerror_r.c: Removed.
3988         * string/strerror.c: Call __strerror_r for doing the real work.
3989         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
3990         add weak alias strerror_r.
3991         * sysdeps/mach/_strerror.c: Likewise.
3992         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
3993         * elf/dl-error.c (_dl_signal_error): Likewise.
3994         * elf/dl-profile.c (_dl_start_profile): Likewise.
3995         * gmon/gmon.c (write_gmon): Likewise.
3996         * stdio-common/perror.c: Likewise.
3997         * stdio-common/vfprintf.c: Likewise.
3999 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
4001         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
4002         (sysdep_headers): Add netatalk/at.h.
4004 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4006         * manual/socket.texi, manual/creature.texi, manual/time.texi:
4007         Formatting fixes.
4009 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4011         * posix/regex.c: Rename __re_syntax_options back to
4012         re_syntax_options, aliases do not work with global variables due
4013         to copy relocations.
4014         (regex_compile): Use syntax parameter instead of
4015         re_syntax_options.
4017 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4019         * configure.in: Document that enable-force-install is default.
4021 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
4023         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
4024         all needed 36 bits.
4025         * sysdeps/posix/mkstemp.c: Likewise.
4027 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
4029         * iconvdata/8bit-gap.c: Simplify step data handling.
4030         * iconvdata/8bit-generic.c: Likewise.
4031         * iconvdata/big5.c: Likewise.
4032         * iconvdata/euccn.c: Likewise.
4033         * iconvdata/eucjp.c: Likewise.
4034         * iconvdata/euckr.c: Likewise.
4035         * iconvdata/euctw.c: Likewise.
4036         * iconvdata/iso6937.c: Likewise.
4037         * iconvdata/iso8859-1.c: Likewise.
4038         * iconvdata/jis0208.h: Likewise.
4039         * iconvdata/jis0212.c: Likewise.
4040         * iconvdata/jis0212.h: Likewise.
4041         * iconvdata/johab.c: Likewise.
4042         * iconvdata/ksc5601.h: Likewise.
4043         * iconvdata/sjis.c: Likewise.
4044         * iconvdata/t61.c: Likewise.
4045         * iconvdata/uhc.c: Likewise.
4047 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
4049         * manual/texinfo.texi: Updated from last version.
4051 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
4053         * iconvdata/cns11643.c: New file.
4054         * iconvdata/cns11643.h: New file.
4055         * iconvdata/cns11643l1.c: New file.
4056         * iconvdata/cns11643l1.h: New file.
4057         * iconvdata/euctw.c: New file.
4058         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
4059         * iconvdata/gconv-modules: Likewise.
4061         * iconvdata/eucjp.c: Several bug fixes and improvements.
4062         * iconvdata/gb2312.h: Likewise.
4063         * iconvdata/jis0201.h: Likewise.
4064         * iconvdata/jis0208.h: Likewise.
4065         * iconvdata/jis0212.h: Likewise.
4067 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
4069         * iconvdata/eucjp.c: New file.
4070         * iconvdata/euccn.c: New file.
4071         * iconvdata/gb2312.h: New file.
4072         * iconvdata/gb2312.c: New file.
4073         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
4074         * iconvdata/gconv-modules: Likewise.
4076         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
4078 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
4080         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
4081         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
4082         Patch by Mark Hatle <fray@kernel.crashing.org>.
4084 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
4086         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
4087         comment.
4088         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
4089         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
4091 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
4093         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
4095         * iconvdata/Makefile: Add rules for big5 conversion.
4096         * iconvdata/gconv-modules: Likewise.
4097         * iconvdata/big5.c: New file.
4099         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
4100         Patch by Jim Meyering.
4102 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
4104         * rt/tst-aio.c: Add test for aio_read and lio_listio.
4106         * rt/lio_listio.c: Correct total counter handling.
4108         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
4109         from request queue.
4111         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
4112         of signal on exit even more.
4114         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
4115         instead of call to pthread_cond_init.
4116         * rt/lio_listio.c (lio_listio): Likewise.
4117         * rt/lio_listio64.c (lio_listio64): Likewise.
4119         * nis/nis_findserv.c: Include sys/socket.h.
4121 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
4123         * Makeconfig (rtobjdir): New variable.
4124         (rpath-link): Add rtobjdir and thread directory, if available.
4126         * test-skeleton.c: Add support to remove temporary files.
4127         Always define test_dir.  Improve message about expected signal.
4129         * rt/Makefile (tests): Add tst-aio.
4130         Add rules for tst-aio to be linked with librt and thread library.
4131         * rt/aio_misc.c: Correct fundamental bugs.
4132         * rt/aio_suspend.c: Correct bug in test for available request.
4133         Initialize conditional variable.
4134         * rt/lio_listio.c: Initialize conditional variable.
4135         * rt/lio_listio64.c: Likewise.
4136         * rt/tst-aio.c: New file.
4138         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
4139         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
4140         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
4141         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
4142         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
4143         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
4144         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
4146 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
4148         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
4150 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
4152         * elf/dl-load.c (open_path): Use correct name for test whether
4153         directory in load path exists.
4155         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
4156         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
4157         Patches by Tom Rini <trini@kernel.crashing.org>.
4159         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
4160         * wcsmbs/wcstod_l.c: Likewise.
4161         * wcsmbs/wcstold_l.c: Likewise.
4163         * include/byteswap.h: New file.
4165         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
4166         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
4168         * inet/getnameinfo.c (getnameinfo): Change parameter to match
4169         declaration.  Patch by Richard Henderson.
4171 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4173         * manual/process.texi (SIGCHLD example): Save errno.
4175 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
4177         * posix/regex.c: Define regerror really as __regerror.
4178         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
4179         regerror and regfree.
4181         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
4182         * stdlib/strtod_l.c: Likewise.
4183         * stdlib/strtold_l.c: Likewise.
4185         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
4187         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
4189         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
4190         Patch by Christian Gafton.
4192 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
4194         * manual/socket.texi (Interface Naming): Correct @deftypefun line
4195         for if_indextoname.
4197 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4199         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
4201         * manual/socket.texi (Interface Naming): Fix typo.
4203 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4205         * manual/examples/filesrv.c (main): Remove filename first.
4207         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
4208         ?F_UNIX.
4210         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
4211         instead of PF_UNIX.
4213         * manual/examples/filecli.c (main): Use AF_LOCAL
4214         instead of AF_UNIX.
4216 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
4218         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
4219         signgam weak alias.
4220         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
4221         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
4222         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
4223         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
4224         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
4225         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
4227         * login/utmp_daemon.c (open_socket): Use __connect not connect.
4229 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4231         * configure.in: Add new option --enable-force-install.  Substitute
4232         force_install.
4233         * config.make.in (force-install): Set from configure.
4234         * Makerules (force-install): New phony target.
4235         * Makeconfig (+force): New variable.
4236         * Makefile: Use it in dependency list of installation targets.
4237         * db/Makefile: Likewise.
4238         * db2/Makefile: Likewise.
4239         * elf/Makefile: Likewise.
4240         * hurd/Makefile: Likewise.
4241         * iconv/Makefile: Likewise.
4242         * iconvdata/Makefile: Likewise.
4243         * intl/Makefile: Likewise.
4244         * localedata/Makefile: Likewise.
4245         * login/Makefile: Likewise.
4246         * po/Makefile: Likewise.
4247         * sunrpc/Makefile: Likewise.
4248         * sysdeps/mach/hurd/Makefile: Likewise.
4249         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
4250         * sysdeps/unix/sysv/linux/Makefile: Likewise.
4251         * timezone/Makefile: Likewise.
4253 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4255         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
4256         alloc_size.  Pass return value of getcwd syscall to realloc.
4258 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4260         * manual/socket.texi: Spelling fixes.
4262 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4264         * elf/dl-load.c (print_search_path): Remove unused variable.
4266 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4268         * login/utmp_file.c: use __ftruncate not ftruncate.
4269         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
4270         for system call and make ftruncate weak alias.
4271         * posix/unistd.h: Add prototype for __ftruncate.
4272         * login/utmp_daemon.c (open_socket): Use __socket not socket.
4273         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
4274         instead of snprintf and readv.
4275         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
4276         snprintf.
4277         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
4278         directly.
4280 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
4282         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
4283         * iconv/gconv_db.c: Use __ protected regex functions.
4284         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
4285         * posix/getopt_init.c: Use __getpid not getpid.
4286         * posix/regex.c: Rename all global functions to start with __ and
4287         make old names weak aliases.
4288         * posix/regex.h: Adopt prototypes for this.
4289         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
4290         a weak alias and use __getcwd instead of getcwd.
4291         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
4292         * stdlib/strtod.c: Use __btowc instead of btowc.
4293         * stdlib/strtol.c: Likewise.
4294         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
4295         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
4296         and sys_errlist are weak.
4297         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
4298         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
4299         * wcsmbs/mbsnrtowcs.c: Likewise.
4300         * wcsmbs/mbsrtowcs.c: Likewise.
4301         * wcsmbs/wcsnrtombs.c: Likewise.
4302         * wcsmbs/wcsrtombs.c: Likewise.
4303         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
4304         weak alias.
4305         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
4306         * wctype/wctype.c: Define function as __wctype and make wctype
4307         weak alias.
4308         * wctype/wctype.h: Declare __wctype.
4310 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
4312         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
4314 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4316         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
4317         stat64.
4318         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
4319         functions.
4320         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
4321         for __llseek.
4322         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4323         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
4324         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
4325         make it a weak alias.
4326         * posix/unistd.h: Declare __lseek64.
4328         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
4329         (_IO_file_stat): Fix typo.
4330         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
4331         block size from the file.  Use __mempcpy if _LIBC.
4333 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
4335         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
4336         * wcsmbs/mbrtowc.c: Likewise.
4337         * wcsmbs/mbsnrtowcs.c: Likewise.
4338         * wcsmbs/mbsrtowcs.c: Likewise.
4339         * wcsmbs/wcrtomb.c: Likewise.
4340         * wcsmbs/wcsnrtombs.c: Likewise.
4341         * wcsmbs/wcsrtombs.c: Likewise.
4342         * wcsmbs/wctob.c: Likewise.
4344         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
4345         position of next output character correctly.
4346         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
4348         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
4350         * stdlib/strtod.c: Don't use mbtowc.
4352 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
4354         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
4355         what we want is smaller than a buffer.
4357 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
4359         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
4360         this function.
4362 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4364         * configure.in: Recognize --with-headers flag and determine
4365         commandline options to be used in compilation.
4366         * Makeconfig (+includes): Use $(sysincludes).
4367         * config.make.in (sysincludes): Define from SYSINCLUDES.
4368         * glibcbug.in: Use SYSINCLUDES information.
4369         Patches by Zack Weinberg.
4371 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4373         * glibcbug.in: On linux, report version of kernel headers seen
4374         by compiler.
4376 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
4378         * libc.map: Add __asprintf to GLIBC_2.1.
4379         * elf/dlerror.c: Use __asprintf, not asprintf.
4380         * libio/stdio.h: Declare __asprintf.
4381         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
4382         a weak alias.
4384         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
4385         to avoid inclusion from libc_pic.a.
4387         * elf/dl-runtime.c: Undo last patch.
4389         * stdlib/strtod.c: Don't use mbtowc, use btowc.
4391         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
4392         as default, use NULL.
4394 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4396         * resolv/Makefile: Include ../Makeconfig - needed for building
4397         static NSS module.
4399 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4401         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
4402         static-nss since we don't want hesiod in the static NSS.
4404         * nss/Makefile: Build only nss_files as static.
4406         * nss/function.def: Remove support for service db.
4408 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
4410         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
4412 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
4414         * posix/wordexp-test.c: Make IFS per test-case.
4416 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4418         * glibcbug.in: Report version of gcc in use.  Remove unused variable
4419         ENVIRONMENT.
4421 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
4423         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
4424         `-print-file-name' to find as and ld.
4426 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
4428         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
4429         template is wrong.  Remove unused varaible `ignored'.
4431 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4433         * libc.map: Export __libc_sa_len.
4435         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
4437 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
4439         * iconv/gconv.c: Take care for NULL arguments.
4440         * iconv/gconv_dl.c: Make find_func function global.
4441         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
4442         Add prototypes for ASCII conversion functions.
4443         * iconv/gconv_simple.c: Add ASCII conversion functions.
4444         * locale/C-ctype.c: Correct charset name.
4446         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
4447         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
4448         wcsmbsload.
4449         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
4450         * wcsmbs/mbrtowc.c: Likewise.
4451         * wcsmbs/mbsnrtowcs.c: Likewise.
4452         * wcsmbs/mbsrtowcs.c: Likewise.
4453         * wcsmbs/wcrtomb.c: Likewise.
4454         * wcsmbs/wcsnrtombs.c: Likewise.
4455         * wcsmbs/wcsrtombs.c: Likewise.
4456         * wcsmbs/wctob.c: Likewise.
4457         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
4458         prototypes for wmemr*.
4459         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
4460         * wcsmbs/wcsnlen.c: New file.
4461         * wcsmbs/wcsmbsload.c: New file.
4462         * wcsmbs/wcsmbsload.h: New file.
4464         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
4466         * manual/install.texi: Describe some more critical points.
4468         * string/string.h: Add prototype for __strnlen.
4469         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
4471         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
4472         much less predictable names.
4473         * sysdeps/posix/mkstemp.c: Likewise.
4475 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4477         * manual/libc.texinfo (Top): Change "file namespace" to "local
4478         namespace".
4480         * manual/socket.texi: Change file namespace to local namespace.
4481         (Out-of-Band Data): Remove unneeded variable link.
4482         (Host Address Functions): Use uint32_t consequently and add a
4483         number of clarifications for IPv4/IPv6, classless addresses.
4484         (Internet Namespace): Added some paragraphs about IPv6.
4485         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
4487 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
4489         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
4491         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
4492         (NI_NUMERICHOST, et al.): Tidy up and add comments.
4493         (AI_NUMERICHOST): Define.
4494         (getnodebyname): New prototype.
4495         (AI_V4MAPPED, et al.): New constants.
4497         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
4498         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
4499         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
4500         for socket.
4501         * sysdeps/unix/sysv/linux/sa_len.c: New file.
4502         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
4504         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
4506         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
4507         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
4508         * socket/Makefile (headers): Add bits/sockunion.h.
4509         * socket/sys/socket.h: Include <bits/sockunion.h>
4510         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
4511         <sys/socket.h>, to avoid getting sockaddr_union defined.
4512         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
4513         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
4514         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
4516         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
4517         (2.2.x kernels won't have it).
4519 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
4521         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
4522         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
4523         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
4524         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
4526 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
4528         * manual/socket.texi (Socket Addresses): Fix a typo.
4529         (Interface Naming): New section.
4531 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4533         * configure.in: Check for CC using $ac_tool_prefix, to handle
4534         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
4535         * config.make.in: Add MIG to be substituted.
4536         * mach/Machrules: Don't define MIG variable.
4538         Patch by Gordon Matzigkeit <gord@profitpress.com>.
4540 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
4542         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
4543         strdupa to copy rpath.
4545 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4547         * configure.in: Fix gcc version check.
4549         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
4550         confusing.
4552 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
4554         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
4555         of ptsname_r.
4557         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
4558         like ttyname_r.
4559         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
4560         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
4561         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
4562         of __ptsname_r accordingly.
4563         * login/openpty.c (openpty): Likewise.
4565 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
4567         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
4569 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4571         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
4573         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
4575 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4577         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
4578         return value for better error checking.
4580 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
4582         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
4583         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
4585         * elf/elf.h (EM_SPARC64): Remove.
4586         (EM_SPARC32PLUS, EM_SPARCV9): Add.
4587         (HWCAP_SPARC_V9): Add.
4589         * elf/ldsodefs.h (_dl_hwcap): Declare.
4590         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
4591         Weaken so dlopen from static progies works.
4592         (WEAKADDR): New macro.
4593         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
4594         (LD_SO_PRELOAD): New macro.
4595         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
4596         (elf_machine_rela): Weaken _dl_rtld_map.
4598         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
4599         to __clone, and remove the later's alias.
4600         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
4602         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
4603         the kernel's structure.
4605         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
4606         Sparc needs a custom value of __KERNEL_NCCS.
4608 1998-04-06  Richard Henderson  <rth@cygnus.com>
4610         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
4612         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
4613         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
4615 1998-04-06  Richard Henderson  <rth@cygnus.com>
4617         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
4618         as the buffer is not properly aligned.
4619         Reported by Juan Cespedes <cespedes@debian.org>.
4621 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4623         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
4624         instead of AF_FILE.
4626 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
4628         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
4629         and wc*tomb* functions.
4631 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
4633         * sysdeps/unix/start.c: Fix typo.
4635 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
4637         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
4639 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
4641         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
4642         expressions and using array variables.
4643         * sysdeps/libm-ieee754/e_asin.c: Likewise.
4644         * sysdeps/libm-ieee754/e_j0.c: Likewise.
4645         * sysdeps/libm-ieee754/e_j1.c: Likewise.
4646         * sysdeps/libm-ieee754/e_log.c: Likewise.
4647         * sysdeps/libm-ieee754/e_pow.c: Likewise.
4648         * sysdeps/libm-ieee754/k_cos.c: Likewise.
4649         * sysdeps/libm-ieee754/k_sin.c: Likewise.
4650         * sysdeps/libm-ieee754/k_tan.c: Likewise.
4651         * sysdeps/libm-ieee754/s_atan.c: Likewise.
4652         * sysdeps/libm-ieee754/s_erf.c: Likewise.
4653         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
4654         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
4655         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
4657 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
4659         * iconv/gconv.c: Rewrite of the low-level of gconv.
4660         * iconv/gconv.h: Likewise.
4661         * iconv/gconv_builtin.h: Likewise.
4662         * iconv/gconv_close.c: Likewise.
4663         * iconv/gconv_db.: Likewise.
4664         * iconv/gconv_dl.c: Likewise.
4665         * iconv/gconv_int.h: Likewise.
4666         * iconv/gconv_open.c: Likewise.
4667         * iconv/gconv_simple.c: Likewise.
4668         * iconvdata/8bit-gap.c: Adapt for rewrite.
4669         * iconvdata/8bit-generic.c: Likewise.
4670         * iconvdata/euckr.c: Likewise.
4671         * iconvdata/iso646.c: Likewise.
4672         * iconvdata/iso6937.c: Likewise.
4673         * iconvdata/iso8859-1.c: Likewise.
4674         * iconvdata/johab.c: Likewise.
4675         * iconvdata/sjis.c: Likewise.
4676         * iconvdata/t61.c: Likewise.
4677         * iconvdata/uhc.c: Likewise.
4679 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
4681         * iconv/gconv_int.h: New file.  Internal header.
4682         * iconv/Makefile (distribute): Add gconv_int.h.
4683         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
4684         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
4685         * iconv/gconv_close.c: Likewise.
4686         * iconv/gconv_conf.c: Likewise.
4687         * iconv/gconv_db.c: Likewise.
4688         * iconv/gconv_dl.c: Likewise.
4689         * iconv/gconv_int.h: Likewise.
4690         * iconv/gconv_open.c: Likewise.
4691         * iconv/iconv.c: Likewise.
4692         * iconv/iconv_close.c: Likewise.
4693         * iconv/iconv_open.c: Likewise.
4694         * iconv/iconv_prog.c: Likewise.
4696 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
4698         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
4699         missing braces.
4701 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4703         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
4705 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4707         Based on patch from Pat Beirne:
4708         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
4709         PIC and non-PIC now.  Correctly negate error number.
4710         (errno): Use `%' not `@' in .type directives.
4712 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
4714         * sysdeps/i386/strtok.S: Change to use single exit point.
4715         * sysdeps/i386/i686/strtok.S: Likewise.
4717 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4719         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
4720         default.
4722 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4724         * Makerules (installed-libcs): Fix typo.
4726 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4728         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
4729         (UHC-routines): Remove ksc5601.
4731 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
4733         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
4734         introduced in last change.
4736 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
4738         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
4739         before 2.1.92.
4741 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4743         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
4745         * stdlib/isomac.c: Use -isystem instead of -I for system include
4746         dir.
4748 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
4750         * resolv/res_comp.c (underscorechar): New.
4751         (middlechar): Allow '_'.
4753 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4755         * intl/explodename.c (stdlib.h): Include that file only if
4756         STDC_HEADERS or _LIBC.
4757         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
4758         Patch by Philippe De Muyter <phdm@macqel.be>.
4760 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4762         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
4763         (AC_PROG_CHECK_VER): New macro.
4764         * configure.in: Use AC_PROG_CHECK_VER to check versions of
4765         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
4767 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
4769         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
4770         * sysdeps/i386/i686/strtok.S: New file
4771         * sysdeps/i386/i686/strtok_r.S: New file
4773 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
4775         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
4776         type to __off64_t.
4777         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
4778         parameter as __off64_t instead of __off_t.
4779         (ftello): Make alias for ftello64 instead of ftello.  Change
4780         return type to __off64_t.
4782 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4784         * sysdeps/i386/bits/string.h: Fix various typos.
4785         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
4787         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
4789 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
4791         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
4792         lchown syscall correctly.  [PR libc/541].
4794 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
4796         * localedata/Makefile: Correct testsuite rules.
4798         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
4799         * iconvdata/iso646.c: Fix conversion from UCS4.
4801         * elf/ldsodefs.h: Mark internal function with internal_function.
4802         * elf/dl-addr.c: Likewise.
4803         * elf/dl-close.c: Likewise.
4804         * elf/dl-debug.c: Likewise.
4805         * elf/dl-deps.c: Likewise.
4806         * elf/dl-error.c: Likewise.
4807         * elf/dl-fini.c: Likewise.
4808         * elf/dl-init.c: Likewise.
4809         * elf/dl-load.c: Likewise.
4810         * elf/dl-lookup.c: Likewise.
4811         * elf/dl-object.c: Likewise.
4812         * elf/dl-open.c: Likewise.
4813         * elf/dl-profile.c: Likewise.
4814         * elf/dl-reloc.c: Likewise.
4815         * elf/dl-runtime.c: Likewise.
4816         * elf/dl-symbol.c: Likewise.
4817         * elf/dl-version.c: Likewise.
4818         * elf/dlerror.c: Likewise.
4819         * sysdeps/generic/dl-sysdep.c: Likewise.
4820         * sysdeps/i386/dl-machine.h: Likewise.
4821         * intl/finddomain.c: Likewise.
4822         * intl/gettextP.h: Likewise.
4823         * intl/loadmsgcat.c: Likewise.
4825 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
4827         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
4828         * iconv/gconv_builtin.h: Add definitions for new builtins.
4829         * iconv/gconv.h: Add prototypes for new builtins.
4831         * iconvdata/Makefile (modules): Add ISO646.
4832         Add rules for ISO646 module.
4833         (distribute): Add iso646.c.
4834         * iconvdata/gconv-modules: Add module and alias definition for
4835         ISO646 charsets.
4836         * iconvdata/iso646.c: New file.
4838 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
4840         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
4841         * iconv/iconv_prog.c: Implement --list option to print available
4842         coded character sets.
4844 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4846         Make fread() read large blocks straight to the user buffer.
4848         * libio/fileops.c (_IO_file_xsgetn): New function.
4849         (_IO_file_jumps): Use it.
4850         * libio/libioP.h: Prototype it.
4852 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4854         * iconv/gconv_conf.c (builtin_aliases): New variable.
4855         (__gconv_read_conf): Add builtin aliases.
4856         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
4857         noop macro before including gconv_builtin.h.
4858         * iconv/gconv_builtin.h: Add alias names.
4860         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
4861         number of converted bytes correctly.
4863 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
4865         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
4866         we only wait for a replay.
4868 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4870         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
4871         EUC-KR modules.
4873 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
4875         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
4876         use PLTJMP() rather than explicit (PLT).
4878         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
4879         __libc_start_main().
4881         Based on patch from Pat Beirne:
4882         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
4883         Always define, not only #ifndef PIC.
4884         (DO_CALL): Pass fifth argument correctly in R4.
4885         (PSEUDO): Correct test for error, call syscall_error through PLT
4886         if PIC.
4888 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
4890         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
4891         definitions.
4893 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
4895         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
4896         JOHAB.so.
4898 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
4900         * io/Makefile (static-only-routines): Add stat64, fstat64 and
4901         lstat64.
4903 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4905         * manual/Makefile: Use object-suffixes-for-libc instead of
4906         object-suffixes.
4907         * rpm/Makefile (install-lib): Likewise.
4909 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4911         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
4913         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
4914         `m68*', not only `m68k'.
4916 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4918         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
4920         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
4921         install lddlibc4.
4923 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4925         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
4926         EUC-KR.
4928         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
4929         comment.
4931 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
4933         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
4934         the init stuff.
4936 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4938         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
4939         adjtimex syscall.
4940         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
4941         adjtimex.
4942         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
4944 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4946         * Makerules (install): Change comment for libc.so following the
4947         libc_nonshared changes.
4949 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4951         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
4953         * iconvdata/gap.pl: Avoid using %#06x.
4955 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4957         * Makerules: Use $? instead of S^ when invoking ar.
4959 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4961         * db2/compat.h: Allow EFTYPE being defined.
4962         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
4963         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
4964         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
4965         * sysdeps/mach/bits/libc-lock.h: Fix typo.
4966         (__libc_once): Correctly unlock semaphore.
4967         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
4968         * sysdeps/unix/bsd/getpt.c: Fix typo.
4969         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
4971 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
4973         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
4974         macros.
4976 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
4978         * include/mntent.h: New file.
4980         * elf/Makefile (trusted-dirs.h): Append slash to filename.
4981         * elf/dl-load.c: Rewrite search path handling.
4982         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
4983         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
4984         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
4985         * elf/ldsodefs.h: Add prototype.
4987 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
4989         * nss/nsswitch.c (__nss_lookup): Adjust comment.
4991         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
4992         function.
4994         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
4996         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
4997         New function.
4998         (HWCAP_IMPORTANT): New definition.
5000 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
5002         * elf/dl-open.c (_dl_open): Fix a typo.
5003         (_dl_global_scope_alloc): Make it static.
5005 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
5007         * Makerules: Remove duplicate rules to handle stamp.oS.
5009 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5011         * manual/examples/inetsrv.c (main): Change prototype of
5012         make_socket following change in mkisock.c.
5014         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
5015         example host.
5016         (main): Change prototype of init_sockaddr following change in
5017         isockadd.c.
5019         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
5020         * manual/examples/isockad.c (init_sockaddr): Likewise.
5022         * manual/examples/mkfsock.c (make_named_socket): Removed blank
5023         lines for clarification.
5024         (make_named_socket): Use strncpy instead of strcpy.
5025         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
5027 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
5029         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
5030         determining libs to remove.
5031         (postclean): Add soversions.mk.
5032         * Makerules (common-mostlyclean): Add tests-static and generated
5033         files.
5035 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
5037         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
5038         scanning for \0.
5039         (__strncat_g): Add i686 specific code.
5041 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5043         * manual/install.texi (Reporting Bugs): Ask to include section
5044         names in reports.
5046 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5048         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
5049         guard against direct inclusion.
5051 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5053         Rework support for libc_nonshared.a:
5054         * Makeconfig (object-suffixes-for-libc): New variable.
5055         * Rules: Remove handling of static-only and shared-only routines.
5056         * Makerules: Handle them here instead.  Use
5057         object-suffixes-for-libc instead of object-suffixes when dealing
5058         with libc objects.
5059         (object-suffixes-for-rules): Remove variable.
5060         (elide-routines.oS): Elide all routines except static-only
5061         routines.
5062         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
5063         empty.
5064         (installed-libcs): Remove special case for .oS.
5065         (rmobjs): Likewise.
5067 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5069         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
5070         do-tst-rpmatch): New targets.
5071         (test): Use them.
5072         (install-locales): Ignore comment lines.
5074 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5076         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
5077         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
5078         ($(objpfx)rtldtbl.h): Likewise.
5079         (CPPFLAGS-dl-load.c): Fix reference to object directory.
5081 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
5083         * manual/string.texi (Finding Tokens in a String): Extend strsep
5084         description and correct example.
5086 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5088         * manual/socket.texi: Remove misguided explicit line breaks and
5089         fix the formatting problem instead by reformulating the
5090         paragraphs.
5091         * manual/filesys.texi: Likewise.
5092         * manual/conf.texi: Likewise.  Don't typeset table with index
5093         fonts, that looks worse than a minimally overfull line.
5095 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5097         * nscd/Makefile (nscd-modules): Move definition outside of
5098         conditional.
5100         * pwd/Makefile: Use have-thread-library to test for thread
5101         library.
5103 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5105         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
5107         * iconvdata/uhc.c (gconv): Remove unused variable idx.
5109 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
5111         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
5113 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
5115         * nss/getXXent_r.c: Correctly handle failing setXXent function.
5117         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
5118         Reported by Andreas Jaeger.
5120 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
5122         * elf/Makefile: Fix typo.
5123         (distribute): Add dl-librecon.h.
5124         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
5125         * elf/ldd.sh.in: Likewise.
5126         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
5127         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
5128         Use strsep correctly.
5129         (process_envvars): Allow platform specific variables.
5130         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
5131         (_dl_load_cache_lookup): Test cache IDs found against
5132         _dl_correct_cache_id.
5133         * sysdeps/generic/dl-librecon.h: New file.
5134         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
5136         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
5138 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
5140         * config.make.in (ldd-rewrite-script): New variable.
5141         * configure.in: Substitute ldd-rewrite-script.
5142         * elf/Makefile: Rewrite rules to generate ldd script.
5143         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
5144         * elf/ldd.sh.in: Likewise.
5145         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
5146         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
5147         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
5148         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
5149         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
5151 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5153         * inet/rcmd.c (iruserok): Remain setuid to the local user
5154         while .rhosts is actually read, to make .rhosts-over-NFS work
5155         (PR libc/524).  Use iruserfopen() for security checks on both
5156         hosts.equiv and .rhosts.  General cleanup.
5157         (iruserfopen): New function, performs careful checking on
5158         hosts.equiv/.rhosts files.  Disallows all the old forbidden
5159         stuff plus hard links to files.
5161 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
5163         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
5165         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
5167 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
5169         * sysdeps/i386/i486/bits/string.h: Fix typos.
5171 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
5173         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
5174         strong alias.
5176         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
5178         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
5179         Added.  Used by libm.so on alpha.
5181 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5183         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
5184         defined.
5186 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
5188         * Makerules (object-suffixes-for-rules): Add .oS only for
5189         building shared library.
5190         Add ranlib rule for nonshared library.
5191         (rmobjs): Fix typo.
5193         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
5194         into for shared library only.
5195         (CPPFLAGS-.oS): Add -DPIC.
5196         (libtypes): Use $(object-suffixes-for-rules) instead of
5197         $(object-suffixes).
5199 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
5201         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
5202         and install lddlibc4.
5204 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5206         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
5207         hash.
5208         * iconvdata/gaptab.pl: Likewise.
5210 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
5212         * Rules: Allow Makefiles to specify test-static for tests which
5213         cannot be linked dynamically.
5214         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
5215         tests-static.
5217         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
5219         * misc/error.c: Pretty print.
5221 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5223         * Makerules (libc_nonshared-name): Remove variable.
5224         (installed-libcs): Use libc-name instead.
5225         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
5226         dynamic linker.
5228         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
5229         libc.a.  Remove explicit reference to dynamic linker.
5231 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5233         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
5234         to wchar_t.
5235         * iconv/iconv_prog.c: Correctly test for write failure.
5236         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
5237         * iconvdata/gconv-modules: Likewise.
5238         * iconvdata/euckr.c: New file.
5239         * iconvdata/johab.c: New file.
5240         * iconvdata/ksc5601.c: New file.
5241         * iconvdata/ksc5601.h: New file.
5242         * iconvdata/uhc.c: New file.
5243         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
5245         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
5246         * stdio/fopen.c: Correct handling of 'x' flag.
5247         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
5249 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5251         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
5252         * sunrpc/rpcsvc/key_prot.x: Likewise.
5253         * sunrpc/key_prot.c: Likewise.
5255 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
5257         * sysdeps/i386/bits/string.h: Correct things which never worked.
5258         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
5259         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
5261 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
5263         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
5264         defined.  Reported by Thorsten Kukuk.
5266 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
5268         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
5270 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5272         * manual/install.texi (Supported Configurations): Add
5273         arm-linuxaout and arm-none.
5275 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5277         * version.h (VERSION): Bump to 2.0.93.
5279 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
5281         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
5283         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
5285         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
5286         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
5288 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5290         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
5292 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5294         Put the static-only routines in a separate library.
5295         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
5296         variables.
5297         (all-object-suffixes): Add .oS.
5298         * Makerules (libc_static-name): New variable.
5299         (installed-libcs): Add libc_nonshared.a.
5300         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
5301         (object-suffixes-for-rules): New variable.  Use it instead of
5302         object-suffixes for generating compilation rules.
5303         (rmobjs): Also remove *.oS.
5304         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
5305         ($(objpfx)stamp.oS): New target.
5307 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
5309         * Makefile (FAQ): Automatically check in regenerated FAQ.
5311 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5313         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
5315 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5317         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
5318         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
5320         * sysdeps/generic/stub_warning: Removed.
5322         * Makefile (distribute): Add include/des.h.
5324         * manual/Makefile (distribute): Change dir-add.texi to
5325         dir-add.texinfo.
5327         * glibcbug.in: Create files safely when mktemp is not available.
5329         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
5330         Patch by a sun <asun@saul1.u.washington.edu>.
5332 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5334         * libc.map: Rename getname to getnetname.
5336 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
5338         * manual/maint.texi: Use supported platform in examples.
5340         * manual/install.texi: Document some installation tips.
5342 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
5344         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
5345         Fix a bug so that it returns an error if a numeric parameter is
5346         unset and WRDE_UNDEF is set.
5347         Patch by Andreas Schwab and Tim Waugh.
5348         * posix/wordexp-test.c: Add new new test.
5350 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
5352         * posix/regex.c (regex_compile): Last patch wasn't entirely
5353         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
5355 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5357         * manual/filesys.texi (Scanning Directory Content): Fix typo.
5359 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
5361         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
5362         clobbered registers don't appear as operands.
5364 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5366         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
5367         Solaris' sake.
5369         * posix/regex.c (regex_compile): Don't allow non-alphabet
5370         characters in character set name.
5372 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
5374         * posix/wordexp.c (w_newword): New function.
5375         (do_parse_glob): New function.
5376         (parse_glob): Use do_parse_glob.  Now handles the case where a
5377         variable expansion causes a field-split.
5378         (wordexp): Use w_newword.
5379         (parse_arith): Likewise.
5380         (exec_comm): Likewise.
5381         (parse_comm): Likewise.
5382         (parse_param): Likewise.
5383         (parse_backtick): Likewise.
5385 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
5387         * posix/wordexp-tst.sh: Another test.
5389         * posix/wordexp-test.c: Two new tests.
5391         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
5392         directly (the code using realloc was buggy).
5393         (parse_param): Fix typo in comment.
5395 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5397         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
5399 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5401         * libc.map: Add more rpc auth functions/variables.
5403         * nscd/nscd.c: Add -g option to argp options.
5405 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5407         * configure.in: Be prepared for gcc 2.9.10 and up.
5408         * configure.in: Add missing disabling of quote characters in
5409         compiler version check.  Reported by HJ Lu.
5411 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5413         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
5415 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5417         * intl/locale.alias: Fix spelling of romanian.
5419         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
5420         (distribute): Remove des.h.
5421         * include/des.h: New file.
5422         * sunrpc/des.h: Moved to ...
5423         * sunrpc/rpc/rpc_des.h: ...here.
5425 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
5427         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
5428         Fix paren.
5430 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5432         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
5433         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
5435 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
5437         * elf/ldsodesf.h: New file.
5438         * elf/Makefile (distribute): Add ldsodefs.h.
5439         * elf/link.h: Separate internal information in exter header.
5440         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
5441         * elf/dl-minimal.c: Likewise.
5442         * sysdeps/generic/dl-sysdep.c: Likewise.
5443         * elf/sprof.c: Likewise.
5444         * elf/dlsym.c: Likewise.
5445         * elf/dlvsym.c: Likewise.
5446         * elf/dlerror.c: Likewise.
5447         * elf/dladdr.c: Likewise.
5448         * elf/dlclose.c: Likewise.
5449         * elf/dlopen.c: Likewise.
5450         * elf/dl-addr.c: Likewise.
5451         * elf/dl-close.c: Likewise.
5452         * elf/dl-debug.c: Likewise.
5453         * elf/dl-deps.c: Likewise.
5454         * elf/dl-error.c: Likewise.
5455         * elf/dl-fini.c: Likewise.
5456         * elf/dl-init.c: Likewise.
5457         * elf/dl-load.c: Likewise.
5458         * elf/dl-lookup.c: Likewise.
5459         * elf/dl-object.c: Likewise.
5460         * elf/dl-open.c: Likewise.
5461         * elf/dl-profile.c: Likewise.
5462         * elf/dl-reloc.c: Likewise.
5463         * elf/dl-runtime.c: Likewise.
5464         * elf/dl-support.c: Likewise.
5465         * elf/dl-symbol.c: Likewise.
5466         * elf/dl-version.c: Likewise.
5467         * sysdeps/generic/dl-cache.c: Likewise.
5468         * sysdeps/generic/libc-start.c: Likewise.
5469         * iconv/gconv_dl.c: Likewise.
5470         * nss/nsswitch.c: Likewise.
5472 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
5474         * manual/nss.texi: The database is not called network but networks.
5475         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
5477 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5479         * configure.in: Correct test for compiler version.
5480         Check that LD_LIBRARY_PATH doesn't contain current path.
5482 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
5484         * elf/dl-close.c (_dl_close): Fix byte count while removing
5485         the shared object from the global scope list and optimize
5486         a little bit.
5488 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5490         * manual/filesys.texi (Scanning Directory Content): Add missing
5491         closing brace.
5492         (Scanning Directory Content): Fix text.
5494 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5496         * manual/memory.texi (Heap Consistency Checking): Add paragraph
5497         explaining difference of -lmcheck and MALLOC_CHECK_.
5499 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5501         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
5502         typos in comments.
5504 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5506         * test-skeleton.c (main): Fix test for exit signal.
5508 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5510         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
5512 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5514         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
5515         appropriate.
5517 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5519         * libc.map: Export __strtok_r.
5521 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
5523         * posix/regex.c (re_compile_fastmap): Remove unused variable
5524         num_regs and adjust comment.
5525         Patch by Jim Meyering <meyering@ascend.com>.
5527         * math/math.h (M_*l): Extend long double constants to be usable
5528         for 128 bit floats.  Patch by Richard Henderson.
5530 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5532         * sysdeps/m68k/m68020/wordcopy.S: New file.
5534 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
5536         * posix/wordexp.c: Rewrite parse_param.
5537         Patch by Tim Waugh and Andreas Schwab.
5539 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5541         * Rules: Update timestamps on empty object files.
5543 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
5545         * manual/filesys.texi (Scanning Directory Content): Add description
5546         of 64 bits scandir function and friends.
5548 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5550         * glibcbug.in: Use mktemp to generate unique file name for
5551         temporary files.
5553         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
5554         ptsname_r.  Use cast for execve call.
5556 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
5558         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
5559         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
5560         * io/sys/statvfs.h: New file.
5561         * sysdeps/generic/fstatvfs.h: New file.
5562         * sysdeps/generic/statvfs.h: New file.
5563         * sysdeps/generic/fstatvfs64.h: New file.
5564         * sysdeps/generic/statvfs64.h: New file.
5565         * sysdeps/generic/bits/statvfs.h: New file.
5566         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
5567         * sysdeps/unix/sysv/linux/statvfs.c: New file.
5568         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
5570         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
5571         and f_ffree elements.
5573         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
5574         mount options in enum.
5576 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5578         * configure.in: Check for recent egcs/gcc.
5580 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5582         * libc.map: Add alphasort64, scandir64, versionsort64.
5583         * dirent/Makefile (routines): Add scandir64, alphasort64, and
5584         versionsort64.
5585         * dirent/alphasort64.c: New file.
5586         * dirent/scandir64.c: New file.
5587         * dirent/versionsort64.c: New file.
5588         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
5589         versionsort.
5590         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
5591         old name weak alias.
5592         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
5594         * dirent/alphasort.c: Use strcoll instead of strcmp.
5596         * dirent/scandir.c: Optimize a bit.
5598         * dirent/versionsort.c: Pretty print.
5600 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5602         * string/string.h: Add prototype for __strtok_r.
5604 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5606         * posix/Makefile: Fix typo in last change.
5608 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
5610         * dirent/dirent.h (scandir): Make argument of select function const.
5611         * dirent/scandir.c (scandir): Likewise.
5612         Reported by David.Faure@insa-lyon.fr [PR libc/512].
5614 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
5616         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
5617         weak alias.
5618         * sysdeps/i386/strtok_r.c: Likewise.
5620         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
5621         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
5622         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
5623         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
5624         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
5625         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
5627 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5629         * intl/localealias.c: Remove unneeded define for strdup.
5631 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
5633         * manual/argp.texi: Adjust for better TeX output.
5634         * manual/arith.texi: Likewise.
5635         * manual/conf.texi: Likewise.
5636         * manual/filesys.texi: Likewise.
5637         * manual/header.texi: Likewise.
5638         * manual/lgpl.texinfo: Likewise.
5639         * manual/math.texi: Likewise.
5640         * manual/message.texi: Likewise.
5641         * manual/pattern.texi: Likewise.
5642         * manual/process.texi: Likewise.
5643         * manual/signal.texi: Likewise.
5644         * manual/socket.texi: Likewise.
5645         * manual/startup.texi: Likewise.
5646         * manual/stdio.texi: Likewise.
5647         * manual/terminal.texi: Likewise.
5648         * manual/examples/rprintf.c: Likewise.
5649         * manual/examples/testopt.c: Likewise.
5650         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
5652 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
5654         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
5655         parameter name after seeing a digit if it's enclosed in braces.
5657 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5659         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
5661 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5663         * manual/memory.texi (Heap Consistency Checking): Document
5664         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
5666 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5668         * manual/Makefile: Add missing rules.
5670 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5672         * timezone/Makefile (generated): Define to remove all stamp files.
5674         * sysdeps/generic/strsep.c: Also undefine __strsep.
5676         * string/strdup.c: Undefine __strdup and strdup first.
5677         * string/strndup.c: Likewise.
5679         * string/bits/string2.h: Correct strtok_r and strsep.
5680         Add strndup optimization.
5682         * sysdeps/generic/strsep.c: Little optimization.
5684 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
5686         * string/bits/string2.h: Add optimization for strdup.
5687         Always define __strsep and __strtok_r and make real names available
5688         when feature select macros are defined.
5690 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5692         * manual/install.texi (Installation): Use i486-linux as example
5693         instead of the unsupported sunos4.
5694         (Reporting Bugs): Mention glibcbug script.
5695         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
5697 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5699         * posix/wordexp-tst.sh: Make portable.  Add more tests.
5701         * posix/Makefile (do-globtest do-wordexp-test): New targets.
5703 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
5705         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
5706         * sysdeps/generic/libc-start.c: ...here, replacing former content.
5708         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
5709         netpacket/packet.h.
5711         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
5713 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5715         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
5716         in enumerator for strict standard compliance.
5717         * sysdeps/generic/bits/resource.h: Likewise.
5719 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
5721         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
5722         (PLTJMP): New macro.
5724         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
5725         longjmp() when floating point enabled.
5726         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
5727         * sysdeps/arm/__longjmp.S: Remove floating point code.
5728         * sysdeps/arm/setjmp.S: Likewise.
5730         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
5731         * sysdeps/arm/bsd-_setjmp.S: Likewise.
5733         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
5734         memset().
5736         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
5737         prototype.
5739 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
5741         Based on patches from Pat Beirne and Scott Bambrough:
5743         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
5745         * sysdeps/arm/bits/fenv.h: New file.
5747         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
5748         * sysdeps/arm/elf/setjmp.S: Likewise.
5749         * sysdeps/arm/elf/start.S: Likewise.
5750         * sysdeps/arm/init-first.c: Likewise.
5751         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
5752         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
5753         comment about floating point to reflect current reality.
5755         * sysdeps/unix/arm/brk.S: Support PIC.
5756         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
5757         re-entrant code.
5758         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
5759         return; call syscall_error through PLT.
5760         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
5762 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
5764         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
5765         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
5766         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
5768 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5770         * dirent/list.c (test): Return error value.
5771         (main): Exit with error value.
5773         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
5775         * Makefile (distribute): Add test-skeleton.c.
5776         * test-skeleton.c: New file.
5777         * dirent/Makefile (tests): Add opendir-tst1.
5778         * dirent/opendir-tst1.c: New file.
5780 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
5782         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
5783         Optimize memory handling.
5784         * sysdeps/unix/closedir.c: Optmize memory handling.
5786 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
5788         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
5789         handling.  Optimize a bit.
5791 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
5793         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
5794         (parse_param): Fold in Andreas' fixes to do with when the end of
5795         the parameter name has been reached, and quoting inside ${...}.
5796         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
5797         $((echo);(ls)).
5799 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5801         * manual/maint.texi: Split out installation and contribution
5802         sections to their own appendices.  Misc cleanups.
5803         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
5804         * manual/contrib.texi: New file.
5805         * manual/libc.texinfo: Pull in new appendices.
5806         * manual/header.texi: Correct node pointer.
5808 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5810         * manual/process.texi (Process Completion): Clarify return value
5811         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
5813 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5815         * posix/wordexp-test.c: Add more tests.
5816         (testit): Fix logic.
5818         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
5819         /dev/null instead of closing it, close pipe.  Always chop off all
5820         trailing newlines.  Kill and reap child before returning error.
5821         (w_addword, parse_glob): Fix memory leak.
5822         (wordexp): Fix dangling pointer problem.
5824 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
5826         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
5828         * posix/wordexp-test.c (main): Fix little thinkos and typos.
5830         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
5831         directory index by only the language.
5833 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
5835         * posix/wordexp-tst.sh: Store test results in the
5836         ${common_objpfx}posix directory.
5838         * posix/wordexp-test.c: Remove temporary directory afterwards.
5840 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5842         * libc.map: Export internal versions of cancelable functions.
5844 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5846         * Makerules (MAKEFLAGS): Append `r'.
5848 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5850         * Makeconfig: Define have-thread-library, shared-thread-library
5851         and static-thread-library if a thread library is available.  Don't
5852         define rt.
5853         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
5854         nscd-routines to nscd-modules.  Use shared-thread-library and
5855         static-thread-library in dependencies.
5856         * rt/Makefile: Only compile librt if have-thread-library is
5857         defined.
5858         * Makefile (subdirs): Always include rt subdir.
5860 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5862         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
5864 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
5866         * configure.in: Recognize variations for 32 MIPS processors.
5867         Don't assume ELF systems always have .weak, test for .weakext.
5869 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
5871         * configure.in: Irix6 is an ELF platform.
5873 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
5875         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
5876         unmapping the last loaded segment.
5878 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
5880         * configure.in: Set base_os for Irix6.
5881         Correct test for .weakext.
5883 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5885         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
5886         (new_line) to _dl_debug_message call.
5888 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
5890         * posix/wordexp.c (parse_param): Perform field-splitting after
5891         expanding positional parameter.
5893         * posix/wordexp-tst.sh: Test that field-splitting is performed
5894         after expanding positional parameter.
5896         * posix/wordexp.c (parse_param): Fixed memory leak in
5897         field-splitting after parameter expansion.
5899 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
5901         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
5902         (get_toplvl_escape): Correctly terminate loop at EOF.
5903         Patch by Cristian Gafton <gafton@redhat.com>.
5905 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
5907         * string/tester.c (test_strpbrk): Add more strpbrk tests.
5908         (test_strsep): Likewise.  Correct horrible bugs.
5910         * string/bits/string2.h (strcspn): Optimize also reject string of
5911         length 2 and 3.
5912         (strspn): Likewise.
5913         (strpbrk): Likewise.
5914         (strsep): Likewise.  Correct bug with successive separators and
5915         separators at the end of the string.
5916         * sysdeps/generic/strsep.c: Correct bug with successive separators
5917         and separators at the end of the string.
5919 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
5921         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
5922         etc) now handled, as well as $$ (pid).
5924         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
5925         (distribute): Add wordexp-tst.sh.
5927         * posix/wordexp-tst.sh: New file.
5929         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
5930         number of positional parameters.  Renamed substitute_length to
5931         seen_hash.
5932         Don't free(env) is env is NULL.
5934 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
5936         * libc.map: Add pthread_attr_init to GLIBC_2.1.
5938 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
5940         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
5941         for output file replacing gmon.out.
5942         Patch by Dean Gaudet <dgaudet@arctic.org>.
5944 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5946         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
5947         up namespace.  Optimize finding end of line.
5949 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5951         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
5952         securely.  Optimized.
5953         (process_dl_debug): Add ':' to list of separators.  Optimized.
5955 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5957         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
5958         isless, islessequal, islessgreater, isunordered): Return zero or
5959         one.
5961 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
5963         * posix/wordexp-test.c: More tests.
5964         (main): Set up arena for pathname expansion tests (in a temporary
5965         directory).
5966         (testit): Don't check word count or word vector if return value is
5967         non-zero.
5969         * posix/wordexp.c (exec_comm): Always chop off terminating
5970         linefeed (just like bash does).
5971         (parse_param): Change lots of occurrences of "if (!*env)" to "if
5972         (!env || !*env)".
5973         (parse_param): For assignment inside parameter expansion, use all
5974         expanded words in assignment rather than just the first.
5975         (parse_param): Corrected return value for parameter expansion of
5976         an unset variable when WRDE_UNDEF is in effect.
5977         (parse_dollars): Don't field-split if quoted.
5978         (wordexp): Opening brace character isn't allowed unquoted.
5980 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
5982         * elf/dlerror.c: Fix concurrency problems with error string and
5983         number.
5985         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
5986         filter/auxiliary are being loaded.
5988 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
5990         * elf/dlerror.c (last_object_name): Removed.
5991         (dlerror): Don't use last_object_name.
5992         (_dl_error_run): Omit second argument to _dl_catch_error.
5993         * elf/dl-error.c (struct catch): Remove objname member.
5994         (_dl_signal_error): Construct string including objname when given.
5995         (_dl_catch_error): Remove objname handling.
5996         * elf/link.h (_dl_catch_error): Fix prototype and comment.
5997         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
5998         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
5999         * nss/nsswitch.c (nss_dlerror_run): Likewise.
6000         * iconv/gconv_dl.c (dlerror_run): Likewise.
6001         [Corrects PR libc/501].
6003 1998-03-12  Matthias Urlichs <smurf@noris.de>
6005         * nscd/nscd.c: Ignore SIGPIPE.
6007 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
6009         * nscd/nscd_getgr_r.c: Use __ protected names.
6010         * nscd/nscd_getpw_r.c: Likewise.
6012 1998-03-12  Matthias Urlichs <smurf@noris.de>
6014         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
6015         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
6016         null bytes are not transmitted.
6018 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6020         * powerpc/syscalls.list: Correct typo.
6021         * alpha/syscalls.list: Likewise.
6022         * mips/syscalls.list: Likewise.
6024 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
6026         * socket/sys/socket.h: Add prototype for __socket.
6028 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6030         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
6032         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
6033         constants.
6035         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
6036         definition here.
6037         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
6038         definition here.
6040         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
6041         AF_* and PF_* constants.
6043         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
6045 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
6047         * elf/rtld.c: Update help message.
6048         Install link maps for preloaded objects using main_map as loader.
6050         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
6051         * elf/dl-profile.c: Likewise.
6053         * elf/dlsym.c: Little optimization.
6054         * elf/dlvsym.c: Likewise.
6056 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
6058         * posix/wordexp-test.c: Move test for parameter list at the very
6059         beginning.
6061 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
6063         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
6064         WRDE_REUSE flag is set.
6065         (parse_param): Allow `*', `@', and numbers in parameter names.
6066         (parse_dollars): Differentiate between arithmetic expansion and a
6067         command substitution that starts immediately with a sub-shell
6068         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
6069         (parse_param): Memory allocated with __alloca in a block was
6070         referenced outside that block.  Adjusted to use malloc/free.
6071         (parse_param): Adjusted field-splitting algorithm so that there is
6072         not necessarily a field split at the end of a parameter expansion.
6074 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
6076         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
6077         don't free words that have already been allocated.
6078         (parse_param): A dollar sign on its own will never have a pattern
6079         associated with it (like "${HOME%%/}" has), so don't try to free it.
6080         (parse_glob): Attempt to glob when an unquoted `[' is found
6081         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
6082         (parse_glob): Sorted out quoting in a glob-able word.
6083         (parse_param): Added $* and $@ handling.
6085 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
6087         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
6088         parsing it.
6090 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6092         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
6093         _dl_debug_message.
6095 1998-03-12  Matthias Urlichs  <smurf@noris.de>
6097         * elf/dl-misc.c: Default for debug output should be stderr.
6098         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
6099         * elf/dl-lookup.c: reference_name may be NULL or empty.
6101 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6103         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
6105 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
6107         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
6109         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
6111 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6113         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
6114         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
6116 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6118         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
6119         init stuff.
6121 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6123         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
6124         flag.
6126         * misc/syslog.c (vsyslog): Don't try to send if not connected to
6127         syslog daemon.
6128         (closelog_internal): Don't do anything if not connected.
6130 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
6132         * libc.map: Add _dl_debug_message.
6133         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
6134         before every line.
6135         * elf/fini.c: Correctly use new _dl_debug_message function.
6136         * elf/init.c: Likewise.
6137         * elf/dl-lookup.c: Likewise.
6138         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
6139         * elf/dl-load.c: Likewise.  Add more debugging prints.
6140         * elf/dl-reloc.c: Likewise.
6141         * elf/dl-version.c: Likewise.
6142         * elf/dl-support.c: Add variables for debugging.
6143         * elf/rtld.c: Likewise.  Recognize new debug options.
6144         * elf/link.h: Declare new variables.
6146         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
6148 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6150         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
6151         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
6153 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
6155         * posix/wordexp-test.c (command_line_test): New function to allow
6156         testing of specific cases from the command-line.
6158 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
6160         * elf/dl-init.c (_dl_init_next): Print nicer messages.
6161         * elf/dl-fini.c (_dl_fini): Likewise.
6162         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
6164         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
6165         symbol in debug message.
6166         (_dl_lookup_versioned_symbol_skip): Likewise.
6168 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
6170         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
6171         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
6172         * manual/filesys/texi: Document this.
6174 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
6176         * manual/filesys.texi: Document the change below.
6178 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6180         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
6181         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
6183 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
6185         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
6186         instead scope.  If debugging display information about symbol
6187         resolving.
6188         (_dl_lookup_symbol): Call do_lookup with correct parameters.
6189         (_dl_lookup_symbol_skip): Likewise.
6190         (_dl_lookup_versioned_symbol): Likewise.
6191         (_dl_lookup_versioned_symbol_skip): Likewise.
6192         * elf/dl-support.c: Define _dl_debug_symbols.
6193         * elf/link.h: Add declaration for _dl_debug_symbols.
6194         * elf/rtld.c: Define _dl_debug_symbols.
6195         (process_dl_debug): Recognize symbols option.
6197 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
6199         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
6200         in correct format.
6201         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
6202         with correct parameters.
6203         [!PIC]: Initialize __libc_multiple_libcs.
6205 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
6207         * elf/dl-support.c (_dl_debug_bindings): Add definition.
6208         * elf/rtld.c (_dl_debug_bindings): Add definition.
6209         (process_dl_debug): Recognize bindings option.  Update help message.
6210         * elf/link.h (struct link_map): Add l_versyms member.
6211         (_dl_debug_bindings): Add declaration.
6212         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
6213         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
6214         and l_reloc_result.
6215         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
6216         (sym_val): Remove a member, add m as link_map.
6217         (do_lookup): Return result appropriately.
6218         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
6219         Call do_lookup correctly.
6220         (_dl_lookup_symbol_skip): Likewise.
6221         (_dl_lookup_versioned_symbol): Likewise.
6222         (_dl_lookup_versioned_symbol_skip): Likewise.
6224 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
6226         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
6227         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
6229         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
6230         * libc.map: Add chown to GLIBC_2.1.
6231         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
6232         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
6234 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6236         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
6237         weak alias.
6238         * sysdeps/alpha/ffs.c: Likewise.
6239         * sysdeps/am29k/ffs.c: Likewise.
6240         * sysdeps/i386/ffs.c: Likewise.
6241         * sysdeps/i960/ffs.c: Likewise.
6242         * sysdeps/m68k/ffs.c: Likewise.
6243         * sysdeps/m88k/ffs.c: Likewise.
6244         * sysdeps/powerpc/ffs.c: Likewise.
6245         * sysdeps/rs6000/ffs.c: Likewise.
6246         * sysdeps/vax/ffs.s: Likewise.
6247         * string/string.h: Declare __ffs.
6248         * libc.map: Export it.
6249         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
6250         __builtin_ffs, which is not guaranteed to be namespace clean.
6252 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6254         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
6255         table, which is much more likely to exist than debugging symbols.
6256         (printsym): Remove const.
6257         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
6258         header table.
6260         * libc.map: Export __profile_frequency, used by elf/sprof, to
6261         avoid infinite recursion during startup.
6263 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6265         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
6266         Readd lost negate.
6268         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
6270 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
6272         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
6274 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6276         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
6277         LD_PRELOAD, and LD_VERBOSE.
6278         (dl_main): Use global variables set by process_envvars instead of
6279         calling getenv.
6280         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
6281         LD_LIBRARY_PATH value, this comes with the parameter.
6282         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
6283         ("LD_LIBRARY_PATH") to _dl_init_paths.
6285 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
6287         * elf/rtld.c (dl_main): Delay initialization of path structure if
6288         the dynamically linker is invoked implicitly until we read the
6289         dynamic section.
6291 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
6293         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
6295 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6297         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
6298         Linux 2.0 and 2.1.
6300         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
6302 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
6304         * Makeconfig (nisobjdir): Set to path to nis directory.
6305         (rpath-link): Add nisobjdir.
6306         Patch by Sven Verdoolaege <skimo@kotnet.org>.
6308         * elf/Makefile: Pretty print.
6309         * elf/dl-lookup.c: Include unistd.h.
6310         * elf/dl-runtime.c: Likewise.
6312         * localedata/Makefile (test-srcs): Add tst-rpmatch.
6313         (distribute): Add tst-rpmatch.sh.
6314         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
6316         New tests for rpmatch function by
6317         Jochen Hein <jochen.hein@delphi.central.de>.
6318         * localedata/tst-rpmatch.c: New file.
6319         * localedata/tst-rpmatch.sh: New file.
6321         * localedata/locales/de_DE: Correct yesexpr and noexpr.
6322         * localedata/locales/de_AT: Likewise.
6324         * posix/getopt.c: Update contact address.
6325         * posix/getopt1.c: Pretty print.
6327         * sysdeps/generic/libc-start.c: Do most of the initialization now
6328         here instead of in start.S.
6329         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
6330         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
6332         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
6333         profil_counter to be public.
6335 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
6337         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
6338         (parse_param): Coded parameter length expansion (${#var}).
6339         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
6340         (parse_param): Cleaned up (fixed) error handling.
6342         * posix/wordexp-test.c: IFS now includes non-whitespace character
6343         (comma).  Added more tests.
6345 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
6347         * elf/link.h: Fix typos.
6348         Reported by Andreas Jaeger.
6350         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
6351         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
6353 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6355         * argp/argp-help.c: Remove last bits of using gettext instead of
6356         dgettext.
6358 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
6360         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
6361         __libc_start_main.
6362         * csu/Makefile (routines): Add libc-start.
6363         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
6364         * elf/dl-lookup.c: Likewise.
6365         * elf/dl-version.c: Likewise.
6366         * sysdeps/i386/dl-machine.h: Likewise.
6367         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
6368         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
6369         _dl_sysdep_message macros which use _dl_sysdep_output.
6370         * elf/dl-fini.c: Write out which destructor is called while debugging.
6371         * elf/dl-init.c: Likewise for constructor.
6372         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
6373         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
6374         _dl_sysdep_message.  Add _dl_sysdep_output.
6375         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
6376         this file can be opened.
6377         For LD_DEBUG=libs also set _dl_debug_impcalls.
6378         * sysdeps/generic/dl-cache.c: Include unistd.h.
6379         * sysdeps/generic/libc-start.c: New file.
6380         * sysdeps/unix/sysv/linux/libc-start.c: New file.
6381         * sysdeps/i386/elf/start.S: Don't call main directly, call
6382         __libc_start_main instead.
6384         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
6386 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
6388         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
6390 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
6392         * argp/argp.h (struct argp): Add new field domain.
6393         * argp/argp-help.c: Change all gettext calls to dgettext and use
6394         domain field from appropriate argp in call.
6395         * argp/argp-parse.c: Likewise.
6397 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
6399         * posix/wordexp-test.c: Change testsuite so that it can run even
6400         for ~root != /root.
6402 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6404         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
6406 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6408         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
6409         Don't store into global errno if we already store through
6410         __errno_location.
6411         * sysdeps/unix/i386/sysdep.S: Likewise.
6412         * sysdeps/unix/alpha/sysdep.S: Likewise.
6413         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
6414         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
6415         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
6416         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
6417         PIC).
6419 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6421         * sysdeps/generic/sysdep.h (L): Remove definition.
6422         * sysdeps/i386/sysdep.h (L): Define it here instead.
6424 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6426         * nis/nis_call.c (__do_niscall): Safe and reset errno.
6428         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
6430 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6432         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
6433         declaration style to avoid warnings.
6435 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
6437         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
6438         "LD_DEBUG".
6440 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6442         * posix/Makefile (tests): Add wordexp-test.
6443         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
6444         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
6446 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
6448         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
6449         dependencies.
6451         * elf/link.h (struct r_search_path_elem): Add two new field for
6452         lib path debugging.
6453         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
6454         variable accordingly.
6455         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
6456         is considered next along with information about load paths.
6457         * sysdeps/generic/dl-cache.c: Likewise.
6458         * elf/dl-support.c: Define _dl_debug_libs.
6459         * elf/genrtldtbl.awk: Add initializers for two new field in
6460         struct r_search_path_elem.
6462 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6464         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
6465         * sysdeps/m68k/lshift.S: Likewise.
6466         * sysdeps/m68k/rshift.S: Likewise.
6467         * sysdeps/m68k/sub_n.S: Likewise.
6468         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
6469         * sysdeps/m68k/m68020/mul_1.S: Likewise.
6470         * sysdeps/m68k/m68020/submul_1.S: Likewise.
6472         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
6473         [_LIBC_REENTRANT]: Don't store into global errno.
6475         * sysdeps/m68k/sysdep.h: New file.
6476         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
6477         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
6478         (DO_CALL): Change to expect syscall name as argument.
6479         (PSEUDO): Pass syscall_name to DO_CALL.
6480         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
6481         errno.
6483 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6485         * elf/rtld.c: Speed up processing of environment variables.  Do
6486         only one run on the environment by avoiding to call getenv.
6487         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
6488         function.  Used by patch above.
6490 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6492         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
6493         running nscd.
6494         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
6495         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
6496         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
6498 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
6500         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
6501         module cannot be found.  Reported by Andreas Jaeger.
6503 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
6505         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
6506         on platforms which default to unsigned chars.
6507         * nscd/nscd_getpw_r.c: Likewise.
6508         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
6509         defining it.
6511 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6513         * elf/Makefile (install-bin): Change = to += for sprof to install
6514         ldd also.
6516 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
6518         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
6520 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
6522         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
6524 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6526         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
6527         that a failure to connect to nscd doesn't change errno.
6529 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6531         * manual/maint.texi (Reporting Bugs): Change
6532         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
6534         * locale/iso-4217.def: Likewise
6536 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
6538         * manual/texinfo.tex: Updated.
6540 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6542         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
6543         value.
6544         * sysdeps/posix/pathconf.c: Likewise.
6545         * posix/getconf.c: Print `undefined' if pathconf returns -1
6546         without setting errno.
6548 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
6550         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
6551         problem.
6552         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
6553         Patches by Elliot Lee <sopwith@cuc.edu>.
6555 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
6557         * elf/link.h (struct link_map): Add new field l_reloc_result.
6558         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
6559         of relocation for the object to be profiled.
6560         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
6561         to NULL.
6562         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
6563         array here.
6564         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
6565         contains a result from a previous run use this instead of computing
6566         the value again.
6567         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
6569 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6571         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
6572         offsets into the GOT.
6573         (RTLD_START): Likewise.
6575 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
6577         * elf/sprof.c: Cleanup a bit.
6579 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
6581         * sysdeps/generic/sysdep.h (L): New. Define.
6583         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
6585         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
6587         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
6588         to have only one exit point for functions.
6589         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
6590         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
6591         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
6592         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
6593         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
6595 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6597         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
6598         reset errno so that errno isn't set to ENOSYS in the first call.
6599         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
6600         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
6601         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
6602         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
6604 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
6606         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
6607         * sysdeps/i386/addmul_1.S: Likewise.
6608         * sysdeps/i386/lshift.S: Likewise.
6609         * sysdeps/i386/mul_1.S: Likewise.
6610         * sysdeps/i386/rshift.S: Likewise.
6611         * sysdeps/i386/sub_n.S: Likewise.
6612         * sysdeps/i386/submul_1.S: Likewise.
6613         * sysdeps/i386/i586/add_n.S: Likewise.
6614         * sysdeps/i386/i586/addmul_1.S: Likewise.
6615         * sysdeps/i386/i586/lshift.S: Likewise.
6616         * sysdeps/i386/i586/mul_1.S: Likewise.
6617         * sysdeps/i386/i586/rshift.S: Likewise.
6618         * sysdeps/i386/i586/sub_n.S: Likewise.
6619         * sysdeps/i386/i586/submul_1.S: Likewise.
6621         * sysdeps/i386/sysdep.h: Extend last change.
6623         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
6624         to have only one exit point for functions.
6626 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6628         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
6629         search.
6631 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
6633         * Makerules: Generate libc.so with absolute paths for the used
6634         shared objects.
6636         * config.make.in: Add MAKEINFO definition.
6638 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6640         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
6641         (ENTRY): Use STABS_FUN.
6642         (END): Use STABS_FUN_END.
6643         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
6645         * elf/Makefile: Add rules to build sprof program.
6646         * elf/sprof.c: New file.
6648 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6650         * misc/syslog.c (openlog_internal): Insert missing closing brace.
6652 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6654         * configure.in: Check for working msgfmt version (from GNU gettext
6655         0.10 or later).
6657 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6659         * configure.in: Avoid //s in sysdirs.
6660         Patch by Roland McGrath.
6662         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
6664 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
6666         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
6667         setting _dl_global_scope for RTLD_GLOBAL.
6669 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6671         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
6672         possible lists of object-suffixes are taken care of.
6674 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
6676         * timezone/private.h: Update from tzcode1998c.
6677         * timezone/zic.c: Likewise.
6678         * timezone/antarctica: Updated from tzdata1998c.
6679         * timezone/asia: Likewise.
6680         * timezone/australasia: Likewise.
6681         * timezone/europe: Likewise.
6682         * timezone/southamerica: Likewise.
6684 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
6686         * posix/glob.c (glob_in_dir): Add support for cases insensitive
6687         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
6689 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
6691         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
6692         Changed type of TWO43, TWO52 from float to double.
6693         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
6694         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
6695         Changed type of TWO43 from float to double.
6696         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
6697         Use __isinff.
6699 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
6701         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
6702         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
6703         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
6705 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
6707         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
6708         kernel_termios.h.
6709         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
6710         Clean up random whitespace.
6711         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
6712         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
6713         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
6714         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
6716 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
6718         * shlib-versions: Match alpha*.
6719         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
6720         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
6722         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
6723         Implement copysign* with and without __ prefix.
6724         Likewise for fabs; use builtin for gcc 2.8.
6725         (floor*): New.
6726         (fdim*): New.
6728         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
6729         (R_SPARC*): Match current v9 ABI.
6731         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
6733         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
6734         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
6735         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
6736         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
6737         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
6738         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
6739         * sysdeps/unix/grantpt.c (argv): Fix consts.
6740         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
6741         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6743 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6745         * misc/syslog.c: Change to allow user the interpretation of the
6746         outcome even with syslog having no return value.
6748 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
6750         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
6751         that the number of program headers is >0 (which is wrong for the
6752         loader itself).
6754 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6756         * Makefile (distribute): Add README.libm.
6758 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6760         * time/clocktest.c (main): Correct typo: "--" -> "==".
6762 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
6764         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
6765         inline function.
6766         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
6767         inline functions.
6769         * math/libm.map (__atan2): Added.
6771 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6773         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
6774         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
6776         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
6777         bug.
6779 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6781         * manual/arith.texi (Old-style number conversion): Correct
6782         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
6784 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6786         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
6787         but does not require it.  Handle missing argv[] values gracefully.
6788         * posix/execl.c: Likewise.
6789         * posix/execle.c: Likewise.
6791 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6793         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
6794         bit.
6795         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
6797 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
6799         * libc.map: Add __adjtimex.
6801 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6803         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
6804         Remove memset.
6806 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
6808         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
6809         to 64.
6811         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
6813         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
6814         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
6816         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
6817         for shared library.
6819         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
6821         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
6822         Added adjtimex and old_adjtimex.
6824         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
6825         New.
6826         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
6827         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
6829         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
6830         symbols only for shared library.
6831         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6832         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6833         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6834         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6835         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6836         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6837         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6839         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
6840         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
6841         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6842         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
6843         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
6844         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
6845         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
6846         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
6848         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
6849         rusage pointer.
6851         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
6852         New macros.
6853         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
6854         timex and __adjtimex, respectively.
6856         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
6858         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
6860 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
6862         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
6863         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
6865 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
6867         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
6869 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6871         * Makefile.in: Disable built-in rules.
6873 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6875         * sysdeps/i386/fpu/t_exp.c: Move to ...
6876         * sysdeps/libm-i387/t_exp.c: ... here.
6878 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
6880         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
6881         from __exp2_deltatable.
6883 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
6885         * nis/ypclnt.c (yp_master): Check result of strdup.
6886         Patch by Thorsten Kukuk.
6888 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6890         * nis/ypclnt.c: Give clnt handle after error checking free, change
6891         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
6893 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
6895         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
6896         Patch by Joe Keane <jgk@jgk.org>.
6898         * misc/fstab.h (struct fstab): Change fs_type member to be const.
6899         * misc/fstab.c: Remove casts in fs_type assignments.
6901 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6903         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
6904         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
6905         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
6906         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
6907         * sysdeps/powerpc/bits/fenv.h: Likewise.
6908         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
6909         * sysdeps/generic/bits/fenv.h: Likewise.
6910         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
6911         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
6912         * sysdeps/powerpc/test-arith.c (main): Likewise.
6914 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
6916         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
6917         the comparison macros.
6919 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
6921         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
6922         (__log2): Fixed return values.
6923         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
6925 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
6927         * math/math.h (isunordered): Rename local variables to ensure
6928         correct code.  Reported by HJ Lu.
6930 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
6932         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
6933         isless, islessequal, islessgreater, isunordered): Fix syntax for
6934         fucompip instruction.
6935         (isless, islessequal): Fix logic.
6937 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6939         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
6940         (comparisons_test): New tests for comparison macros.
6942 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
6944         * Makeconfig: Filter out frame-pointer effecting options when
6945         compiling profiling or debugging code.
6946         * config.h.in (internal_function): Don't define here if PROF is
6947         defined.
6948         * gmon/gmon.c (__moncontrol): Don't change state if already in error
6949         state.
6950         (__monstartup): If calloc fails set error state and mark array as
6951         not allocated.
6952         (_mcleanup): Don't call write_gmon if in error state.  Don't try
6953         to free array if not  successfully allocated.
6955         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
6956         Include elf.h to get macro definitions.
6957         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
6959 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
6961         * elf/ldd.sh.in: Add compatibility for broken old shells.
6962         * elf/ldd.bash.in: Likewise.
6964 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
6966         * sunrpc/rpc_main.c (open_input): Check pipe return error.
6968         * time/clocktest.c (main): Check signal return error.
6970 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6972         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
6973         "/" and use do-install-program. Reported by Mark M. Kettenis.
6974         (subdir_install):  Likewise.
6976 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6978         * sunrpc/rpc_sample.c: Fix typo.
6980         * nscd/connections.c: Use locale.
6981         * nscd/grpcache.c: Add debug messages, gidtbl should get the
6982           calloc result.
6983         * nscd/nscd.c: Check if init functions fails.
6984         * nscd/nscd_conf.c: Allow disabling of group cache.
6985         * nscd/nscd_getgr_r.c: Fix return code if group not found.
6986         * nscd/pwdcache.c: Fix debug messages.
6988 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6990         * libc.map: Add __monstartup and _mcleanup for profiling support.
6992 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6994         * libc.map: Export __getpagesize, for binary compatibility with
6995         2.0.
6997 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6999         * posix/globtest.sh: Use --library-path instead of
7000         LD_LIBRARY_PATH.
7001         * localedata/sort-test.sh: Likewise.
7002         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
7004 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7006         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
7007         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
7008         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7010         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
7011         kernel_sigaction): Define.
7012         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
7013         kernel_sigaction): Define.
7015 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7017         * math/libm-test.c: Change epsilons for libm-ieee754.
7019 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
7021         * sysdeps/i386/__longjmp.S: Fix race condition.
7022         Reported by Bruno Haible <haible@ilog.fr>.
7024 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
7026         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
7027         * iconvdata/8bit-gap.c: Likewise.
7028         * iconvdata/8bit-generic.c: Likewise.
7029         * iconvdata/iso6937.c: Likewise.
7030         * iconvdata/iso8859-1.c: Likewise.
7031         * iconvdata/sjis.c: Likewise.
7032         * iconvdata/t61.c: Likewise.
7034 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7036         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
7037         feature tests by positive feature tests.
7039 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7041         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
7043 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
7045         * elf/dlvsym.c (dlvsym_doit): More corrections.
7046         Patch by Andreas Jaeger.
7048 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
7050         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
7052 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
7054         * libc.map: More reordering for GLIBC_2.1 symbols.
7056 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7058         * libc.map: Move some functions from version GLIBC_2.0 to
7059         GLIBC_2.1, reorder declarations.
7061 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
7063         * resolv/gethnamaddr.c (addrsort): Make this function extern.
7064         Patch by zab@thebrain.grumblesmurf.net.
7066 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7068         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
7069         NIS+ functions with version GLIBC_2.1.
7071 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
7073         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
7074         with 2.0 binaries.  Reported by Thorsten Kukuk.
7076 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7078         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
7080         * elf/dlsym.c (dlsym_doit): Likewise.
7082 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7084         * elf/link.h: Correct typos.
7086         * iconv/iconv_prog.c: Correct typo.
7088 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
7090         * iconv/Makefile: Add rules to build and install iconv program.
7091         * iconv/iconv_prog.c: New file.
7093 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
7095         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
7096         _dl_lookup_symbol_skip call.
7097         * elf/dlvsym.c (dlvsym_doit): Likewise.
7099 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
7101         * libio/iovsscanf.c: Do not include errno.h.
7103 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7105         * elf/dl-load.c (add_name_to_object): Don't translate strings.
7106         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
7107         pulling in the whole error list.
7108         (__dcgettext, dcgettext): Removed.
7109         * libc.map: Export _strerror_internal.
7111 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
7113         * sysdeps/i386/fpu/t_exp.c: New file.
7115 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7117         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
7118         everything with version GLIBC_2.1.
7119         * hesiod/libnss_hesiod.map: Likewise.
7121 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7123         * manual/arith.texi (Old-style number conversion): This node is a
7124         section, not a subsection.
7126 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7128         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
7130 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7132         * elf/rtld.c (dl_main): Make sure that the library search paths
7133         have been initialized before the first call to _dl_map_object.
7135 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7137         * Makerules (common-generated): Add libc_pic.os.
7139 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7141         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
7142         of the executable.
7144 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7146         * sysdeps/m68k/fpu/t_exp.c: New file.
7148 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7150         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
7151         to global errno variable anymore.
7153 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
7155         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
7156         If PRELOADED is nonzero check in case of an SUID application
7157         whether the shared object has the SUID bit set.
7158         Fix some other problems with handling shared objects in system
7159         specific directories.
7160         (_dl_map_object): Also take extra parameter and pass it to open_path.
7161         * elf/link.h (_dl_map_object): Correct prototype and comment.
7162         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
7163         * elf/dl-open.c (_dl_open): Likewise.
7164         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
7166         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
7168 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7170         * math/libm-test.c (modf_test): Add test for 1.5.
7172         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
7173         0 to get always an int.
7175 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7177         * math/libm.map: Move all symbols that are new in glibc 2.1 to
7178         version GLIBC_2.1.
7180 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
7182         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
7183         trying to read another character.
7185 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7187         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
7188         name to lowercase.
7190         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
7191         name to lowercase, add test for big enough buffer.
7193 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7195         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
7196         Make compatible with older kernels.  Patch by Richard Henderson.
7198 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
7200         * elf/dl-load.c (open_path): Use __xstat instead of stat.
7202         * localedata/tst-locale.sh: Comment out first test for now.
7204 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
7206         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
7207         as 1.
7208         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
7209         Likewise.
7211         * libio/iogetline.c (_IO_getline_info): Renamed from
7212         _IO_getline.
7213         (_IO_getline): Just call _IO_getline_info.
7215         * libio/libioP.h (_IO_getline_info): New declaration.
7217         * libc.map (_IO_getline_info, __write): Added.
7219 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7221         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
7222         const char* to shut up gcc.
7224 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
7226         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
7227         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
7229         * math/math.h: Define M_* constants always as `double' and add new
7230         macros M_*l which are of type `long double'.
7231         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
7232         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
7233         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
7234         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
7235         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
7236         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
7237         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
7238         * math/libm-tst.c: Likewise.
7240         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
7241         define as long double unconditionally.
7243 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7245         * manual/arith.texi (Old-style number conversion): Correct some
7246         typos.
7248 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
7250         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
7251         Restore.
7253         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
7255 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7257         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
7258         on $(rtld-ldscript).
7260         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
7261         starting from 0 not only from `from'.
7262         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
7264 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
7266         * elf/rtld.c (dl_main): Recognize --library-path parameter and
7267         pass value (or NULL) to _dl_init_paths.
7268         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
7269         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
7270         environment variable.
7271         * elf/link.h: Change prototype for _dl_init_paths.
7272         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
7274         * localedata/Makefile (distribute): Add test files.
7276 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7278         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
7279         test1.def, test2.def, test3.def, test4.def}: Simple input files
7280         for localedef. Contributed by Yung-Ching Hsiao
7281         <yhsiao@cae.wisc.edu>.
7283         * localedata/Makefile (tests): Call tst-locale.sh.
7285         * localedata/tst-locale.sh: New file, regression tests for some
7286         localedef problems.
7288 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7290         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
7292         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
7293         terminated.
7294         * nis/nss_nisplus/nisplus-network.c: Likewise.
7295         * nis/nss_nisplus/nisplus-proto.c: Likewise.
7296         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
7297         * nis/nss_nisplus/nisplus-service.c: Likewise.
7299         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
7300         and support generating thread safe RPC code.
7301         * sunrpc/rpc_main.c: Add changes.
7302         * sunrpc/rpc_clntout.c: Likewise.
7303         * sunrpc/rpc_cout.c: Likewise.
7304         * sunrpc/rpc_hout.c: Likewise.
7305         * sunrpc/rpc_parse.c: Likewise.
7306         * sunrpc/rpc_sample.c: Likewise.
7307         * sunrpc/rpc_scan.c: Likewise.
7308         * sunrpc/rpc_svcout.c: Likewise.
7309         * sunrpc/rpc_util.c: Likewise.
7310         * sunrpc/rpc_util.h: Add new structs and prototypes.
7311         * sunrpc/proto.h: Remove prototypes for static functions.
7313 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7315         * locale/programs/ld-messages.c (messages_finish): Don't skip
7316         error checking when being quiet.
7317         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
7318         (set_class_defaults): Likewise.
7319         * locale/programs/charmap.c (parse_charmap): Likewise.
7320         * locale/programs/ld-collate.c (collate_finish): Likewise.
7321         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
7322         * locale/programs/ld-time.c (time_finish): Likewise.
7323         * locale/programs/locfile.c (write_locale_data): Likewise.
7325         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
7326         unknown characters and empty ranges.
7327         * locale/programs/ld-collate.c (collate_order_elem): When
7328         processing an ellipsis properly form a linked list in the result
7329         table, fix typo when allocating ordering array.
7330         [PR libc/419]
7332 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7334         * elf/Makefile (ld-map): Define.
7335         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
7336         `$(rtld-ldscript)'.
7337         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
7338         on $(ld-map).
7339         (rtld-link): Combine the two versions of this definition.  Fixed
7340         to make it work when no symbol versioning is used.
7342 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
7344         * Makeconfig (build-program-cmd): Use --library-path parameter to
7345         ld.so instead of environment variable.
7347         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
7348         * sunrpc/rpc_main.c: Remove support for -$$ option again.
7350 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7352         * Make-dist: Respect with-cvs setting.
7353         * MakeTAGS (all-pot): Likewise.
7354         * sysdeps/sparc/sparc32/Makefile: Likewise.
7355         * sysdeps/mach/hurd/Makefile: Likewise.
7356         * stdlib/Makefile: Likewise.
7357         * posix/Makefile: Likewise.
7358         * intl/Makefile: Likewise.
7359         * po/Makefile (linguas): Likewise
7361 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7363         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
7365 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7367         * libc.map: Add __strcasecmp.
7369         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
7370         module.
7372         * nss/getXXent_r.c: If no more module is found don't try to call
7373         setXXent functions but leave unsuccessfully.
7375         * malloc/obstack.h: Cleanups.
7377         * sysdeps/wordsize-32/stdint.h: New file.
7378         * sysdeps/wordsize-64/stdint.h: New file.
7379         * sysdeps/generic/stdint.h: New file.
7380         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
7381         * sysdeps/wordsize-64/inttypes.h: Likewise.
7382         * stdlib/Makefile (headers): Add stdint.h.
7384 1998-02-03  Paul Eggert  <eggert@twinsun.com>
7386         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
7388 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7390         * timezone: New directory.
7391         * time/README, time/africa, time/antarctica, time/asia,
7392         time/australasia, time/backward, time/checktab.awk,
7393         time/etcetera, time/europe, time/factory, time/ialloc.c,
7394         time/iso3166.tab, time/leapseconds, time/northamerica,
7395         time/pacificnew, time/private.h, time/scheck.c,
7396         time/solar87, time/solar88, time/solar89, time/southamerica,
7397         time/systemv, time/test-tz.c, time/tzfile.h,
7398         time/tzselect.ksh, time/yearistype, time/zdump.c,
7399         time/zic.c, time/zone.tab: Moved to timezone.
7400         * time/tzfile.c: Include tzfile.h from timezone subdir.
7401         * time/tzset.c: Likewise.
7402         * time/Makefile: Cut out all code relating to timezones...
7403         * timezone/Makefile: ...and paste it in here.
7404         * Makefile (subdirs): Add timezone.
7406 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
7408         * libc.map (_sys_nerr): Added.
7410         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
7411         versioned symbol.
7413 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
7415         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
7416         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
7417         Reported by Craig Metz <cmetz@inner.net>.
7419 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7421         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
7422         instead of strcasecmp.
7423         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
7425         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
7427 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
7429         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
7430         Patch by Dean Gaudet <dgaudet@arctic.org>.
7432 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
7434         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
7436 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7438         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
7439         with no poll syscall, just include the BSD version.
7440         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
7441         kernel without the syscall, include the stub version.
7442         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
7443         * sysdeps/generic/getresuid.c: New file.
7444         * sysdeps/generic/getresgid.c: New file.
7446 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
7448         * stdio-common/vfscanf.c: Correct last change a bit.
7450 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
7452         * elf/Makefile: Don't use --version-script parameter to link ld.so
7453         unconditionally.
7455 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
7457         * math/Makefile: Add t_exp.
7458         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
7459         constants.
7460         * math/test-reduce.c: Remove temporarily, it seems to be broken.
7461         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
7462         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
7463         better accuracy.
7464         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
7465         algorithm for very large/very small arguments.
7466         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
7467         correct algorithm for very large/very small arguments; adjust for
7468         new table.
7469         * sysdeps/libm-ieee754/t_exp.c: New file.
7470         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
7472         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
7473         back, with comment that explains what breaks when you remove it :-(.
7475         * localedata/xfrm-test.c: Avoid integer overflow.
7477         * stdlib/strfmon.c: char is unsigned, sometimes.
7479         * sysdeps/powerpc/Makefile: Remove quad float support.
7480         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
7481         * sysdeps/powerpc/quad_float.h: Likewise.
7482         * sysdeps/powerpc/test-arith.c: Likewise.
7483         * sysdeps/powerpc/test-arithf.c: Likewise.
7485         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
7486         * sysdeps/generic/s_exp2f.c: Likewise.
7488         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
7489         don't try anything if _SOFT_FLOAT.
7491 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7493         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
7494         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
7495         * wctype/wctype.c: Likewise.
7496         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
7497         changed.  They are incompatible with the _ISxxx values from
7498         <ctype.h> on little endian machines.
7499         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
7500         bit number.  This fixes the real bug and restores the integrity of
7501         the ctype locale file.
7502         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
7503         * wctype/wcfuncs_l.c: Likewise.
7504         * wctype/wcextra.c: Likewise.
7505         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
7506         byte swapping.
7508 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7510         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
7511         into .bss segment instead of .common, so that aliases on it work.
7513         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
7514         .size directives, put into .bss segment instead of initializing it
7515         to 4.
7517 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
7519         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
7521         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
7522         functions.
7523         Make names without __ weak aliases.
7524         (__libc_release, __libc_version): Make them static.
7526         * include/gnu/libc-version.h: New file.
7527         * Makefile (headers): Add gnu/libc-version.h.
7529 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
7531         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
7532         and use x for member name.
7533         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
7535         * stdlib/drand48.c: Change according to member name change.
7536         * stdlib/drand48_r.c: Likewise.
7537         * stdlib/lcong48_r.c: Likewise.
7538         * stdlib/lrand48.c: Likewise.
7539         * stdlib/lrand48_r.c: Likewise.
7540         * stdlib/mrand48.c: Likewise.
7541         * stdlib/mrand48_r.c: Likewise.
7542         * stdlib/seed48.c: Likewise.
7543         * stdlib/seed48_r.c: Likewise.
7544         * stdlib/srand48_r.c: Likewise.
7546 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7548         * nss/test-netdb.c: Add some more test cases.
7550 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
7552         * libio/iovsscanf.c: Undo last change modifying errno.
7554 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7556         * stdio-common/vfscanf.c: Never try to read another character
7557         after EOF.  Don't decrement read_in after EOF, it wasn't
7558         incremented in the first place.
7559         (NEXT_WIDE_CHAR): Set First, not first.
7561 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
7563         * db/Makefile ($(inst_libdir)/libndbm.a,
7564         $(inst_libdir)/libndbm.so): New targets.
7565         * db2/Makefile: Likewise.
7567 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
7569         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
7570         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
7572 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7574         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
7575         <streambuf.h>.
7576         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
7578 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7580         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
7581         versioned symbols.
7583 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
7585         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
7586         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
7587         Added for libdl.so.
7589 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7591         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
7592         extra syscall.
7594         * grp/Makefile: Fix logic when checking for thread package.
7595         * pwd/Makefile: Likewise.
7597 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
7599         * elf/Makefile (rtld-map): Replaced by libc-map.
7601         * elf/rtld.map: Removed.
7603         * libc.map (__libc_enable_secure, _dl_catch_error,
7604         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
7605         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
7606         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
7607         _dl_object_relocation_scope, _dl_relocate_object,
7608         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
7609         _r_debug): Added for ld.so.
7611 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
7613         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
7614         DO_VERSIONING.
7615         * libio/iofdopen.c: Ditto.
7616         * libio/iofopen.c: Ditto.
7617         * libio/oldfileops.c: Ditto.
7619         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
7620         version GLIBC_2.1.
7622         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
7623         oldsiglist from sysdep_routines and shared-only-routines.
7625         * sysdeps/unix/sysv/linux/errlist.c: New.
7626         * sysdeps/unix/sysv/linux/errlist.h: New.
7627         * sysdeps/unix/sysv/linux/sizes.h: New.
7628         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
7629         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
7631         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
7633         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
7634         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
7635         directive.
7637         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
7639         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
7640         (oldsiglist.c): Removed.
7642         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
7643         (_sys_siglist): Use SYS_SIGLIST instead.
7644         (_sys_nerr): Use SYS_NERR instead.
7646         * sysdeps/gnu/errlist.c: Rebuilt.
7648 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
7650         * elf/Makefile (others-static): New, set to ldconfig.
7651         ($(objpfx)ldconfig): Removed.
7653         * Rules (binaries-all, binaries-static, binaries-shared): New.
7654         Create targets for $(binaries-static) and $(binaries-shared).
7656         * Makeconfig (+link-static, link-libc-static,
7657         link-extra-libs-static): New for static linking.
7659 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7661         * manual/memory.texi (Using the Memory Debugger): Fix typo.
7663         * math/libm-test.c (modf_test): Add one more test for modf.
7665 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
7667         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
7668         Rename from __libc_have_rt_sigs and leave as COMMON data.
7670 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
7672         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
7673         of __finite.
7675 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
7677         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
7679 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
7681         * misc/tst-efgcvt.c: Add yet more tests.
7682         * misc/efgcvt_r.c: And correct for these tests again.
7683         Reported by HJ Lu.
7685         * isomac.c: Move to...
7686         * stdlib/isomac.c: ...here.
7687         * Makefile: Move rules for handling isomac...
7688         * stdlib/Makefile: ...to here.
7690 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7692         * misc/tst-efgcvt.c: Add more tests.
7693         * misc/efgcvt_r.c: Correct result for above new tests.
7695 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
7697         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
7698         NDIGIT <= 0.
7700 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
7702         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
7703         if the programs weren't built.
7705 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
7707         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
7708         FE_TONEAREST, soldier on regardless and do the best we can.
7709         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
7711 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
7713         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
7714         _STDIO_H, before including <bits/stdio_lim.h>.
7716         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
7718         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
7719         exist.
7721         * sysdeps/arm/sys/ucontext.h: New file.
7723 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
7725         * manual/stdio.texi (Formatted Output Functions): Explicitly say
7726         that the return value from snprintf() does not count the
7727         terminating NUL as a character.
7729 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7731         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
7732         add description for sete[ug]id and general cleanup.
7733         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
7735 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7737         * Makefile (parent-clean): Don't remove makefile fragments here.
7738         (postclean): New variable.
7739         (clean): Remove makefile fragments here.
7740         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
7741         (generated): Add isomac and isomanc.out.
7742         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
7743         avoid-generated is set.
7744         (postclean-generated): Add soversion.mk.
7745         ($(common-objpfx)version.mk): Don't include if avoid-generated is
7746         set.
7747         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
7748         avoid-generated is set.
7749         (common-generated): Add libc.so and libc.so$(libc.so-version).
7750         (generated): Add versioned libraries.
7751         (common-mostlyclean): Also remove %.so and %_pic.a.
7752         * csu/Makefile (generated): Add abi-tag.h.
7753         * db2/Makefile (extra-objs): Add getlong.o.
7754         * elf/Makefile (generated): Add ld.so, ldd and
7755         $(rtld-installed-name).
7756         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
7757         * malloc/Makefile (generated): Add mtrace.
7758         * po/Makefile: Don't include version.mk, not needed any more.
7759         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
7760         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
7761         syscall.h -> sys/syscall.h.
7762         (common-generated): Add s-proto.d.
7763         (postclean-generated): Add sysd-syscalls.
7764         * localedata/Makefile (test-output): Add all output files.
7765         (generated): Add test-input and test-output.
7766         (generated-dirs): Add all the dirs.
7768 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7770         * Makefile (test-output, generated, generated-dirs): New
7771         variables.
7773 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
7775         * resolv/nss_dns/dns-host.c: Various code cleanups.
7777 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
7779         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
7780         From Philip Blundell <pb@nexus.co.uk>.
7781         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
7783 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7785         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
7786         Suggested by debian/sparc porters.
7788 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7790         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
7791         for ecvt and fcvt.
7793 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
7795         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
7796         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
7798         * signal/signal.h: Always define sigset_t if __need_sigset_t is
7799         defined even if __USE_POSIX is not defined.
7801 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7803         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
7804         to support obsolete tty major numbers correctly.
7806 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
7808         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
7809         directory first and ignore install error.
7811         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
7812         128 from ptyno and fix a typo for the BSD style pty.
7814 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7816         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
7817         syscalls.list's.
7819 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7821         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
7822         getresuid and getresgid.
7824         * sysdeps/unix/sysv/linux/getresuid.c: New file.
7825         * sysdeps/unix/sysv/linux/getresgid.c: New file.
7827         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
7828         s_getres[ug]id.
7830         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
7831         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
7832         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7833         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
7835 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
7837         * nscd/grpcache.c: Include <stdlib.h>.
7839 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
7841         * stdlib/atoll.c: Fix comments.
7843         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
7844         * sysdeps/posix/ttyname_r.c: Ditto.
7846 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7848         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
7849         __USE_MISC, independent of __USE_UNIX98.
7851 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
7853         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
7854         Rename from __libc_have_rt_sigs and leave as COMMON data.
7856 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
7858         * Makeconfig (CFLAGS-.os): Kill -fno-common.
7859         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
7861         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
7862         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
7863         version symbols.
7864         * include/libc-symbols.h (symbol_version, default_symbol_version):
7865         Provide asm versions and correct !DO_VERSIONING versions.
7866         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
7867         the weak symbol list.
7869         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
7870         Rename from __libc_have_rt_sigs and leave as COMMON data.
7871         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7872         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7873         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7875 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7877         * sunrpc/Makefile: Correct dependencies of rpcgen.
7879 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
7881         * nscd/Makefile: Fix test for available linuxthreads add-on.
7882         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
7884 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7886         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
7888 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7890         * sysdeps/gnu/Makefile: Respect with-cvs variable.
7892         * manual/errno.texi (Error Messages): Correct description of
7893         strerror_r.  Pointed out by jonas@bagge.se.
7895 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7897         * manual/socket.texi (Host Address Functions): Clarify description
7898         of inet_network.
7900 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7902         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
7903         (grantpt): Delete superfluous cast.
7905 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7907         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
7908         elf/ldso_install instead of elf/subdir_install.
7909         (elf/ldso_install): New target.
7911         * elf/Makefile (ldso_install): New target.
7913 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7915         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
7916         of 1998-01-06.
7918 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7920         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
7921         constant expressions.
7923 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7925         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
7926         for __nss_configure_lookup.
7927         (output_hostent): Remove unused variable.
7929 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7931         * string/tst-inlcall.c: Fix format string.
7933 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7935         * inet/netinet/in.h: Rename second parameter of bindresvport to
7936         avoid buggy gcc warning. [PR libc/412]
7938 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
7940         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
7941         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
7943         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
7944         Follow POSIX and make tv_sec a time_t.
7945         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
7946         new tv64 syscall as well as fall back to tv32.
7947         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
7948         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7949         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
7950         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
7951         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
7952         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
7953         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
7954         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
7956         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
7957         * include/rpcsvc/nis_tags.h: Likewise.
7958         * include/rpcsvc/nislib.h: Likewise.
7960 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
7962         * libc.map: Add _h_errno.
7963         * inet/herrno.c: Make _h_errno weak alias.
7965         * login/Makefile (distribute): Add pty-internal.h.
7967         * nscd/Makefile (distribute): Add all the files missing.
7969         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
7970         are available.
7972         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
7973         and report status at the end.
7975         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
7977         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
7978         variable.
7979         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
7980         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
7981         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
7983 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
7985         * configure.in: Fix --enable-add-ons code.
7987 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7989         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
7990         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
7991         [PR libc/441]
7993         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
7994         occurence in cache.  Reported by Rudolf Leitgeb
7995         <leitgeb@leland.stanford.edu>.
7996         [PR libc/440]
7998 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
8000         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
8001         that it never is EINTR (which is tested for in _IO_vfscanf).
8003         * Makefile.in: Call sub-make with CVSOPTS.
8005         * elf/Makefile (distribute): Add dl-procinfo.h.
8007         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
8009 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
8011         * version.h (VERSION): Bump to 2.0.92.
8013 1998-01-31  Phil Blundell  <philb@gnu.org>
8015         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
8016         alias for __new_sys_siglist.
8018 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
8020         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
8021         getgrgid_r.c if thread package is available.
8022         * pwd/Makefile: Likewise.
8023         * grp/getgrnam_r.c: Remove USE_NSCD definition.
8024         * grp/getgrgid_r.c: Likewise.
8025         * pwd/getpwnam_r.c: Likewise.
8026         * pwd/getpwuid_r.c: Likewise.
8028 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
8030         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
8031         with error to allow user intervention.
8032         * nss/getXXent_r.c: Likewise.
8034 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
8036         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
8037         AT_PLATFORM string.  Pretty print AT_BASE info.
8039         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
8040         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
8041         * sysdeps/generic/dl-procinfo.h: New file.
8042         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
8044 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
8046         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
8048         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
8049         thread and not pthread_detach.
8051         * nscd/nscd.c: Rewrite to use argp instead of getopt.
8053 1998-01-31  Phil Blundell  <philb@gnu.org>
8055         * configure.in: Add --without-cvs option to suppress automatic
8056         checkin of regenerated files.
8057         * config.make.in: Likewise.
8058         * Makefile: Respect with-cvs setting.
8059         * Makerules: Likewise.
8061         * configure.in: Allow the standalone ARM port to be configured.
8063 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8065         * grp/getgrgid_r.c: Define USE_NSCD.
8066         * grp/getgrnam_r.c: Likewise.
8067         * pwd/getpwuid_r.c: Likewise.
8068         * pwd/getpwnam_r.c: Likewise.
8070         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
8072         * nss/getXXbyYY_r.c: Try at first nscd.
8074         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
8075         * nscd/connections.c: New file.
8076         * nscd/dbg_log.c: New file.
8077         * nscd/dbg_log.h: New file.
8078         * nscd/grpcache.c: New file.
8079         * nscd/nscd.c: New file.
8080         * nscd/nscd.h: New file.
8081         * nscd/nscd_conf.c: New file.
8082         * nscd/nscd_stat.c: New file.
8083         * nscd/pwdcache.c: New file.
8085         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
8086         * nscd/nscd_getpw_r.c: Likewise.
8087         * nscd/nscd_proto.h: New, prototypes for client functions.
8089         * nscd/nscd.conf: New, example for a configuration file.
8090         * nscd/nscd.init: New, example for a startup script.
8092         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
8093         avoid deadlocks.
8094         * nscd/getgrnam_r.c: Likewise.
8095         * nscd/getpwnam_r.c: Likewise.
8096         * nscd/getpwuid_r.c: Likewise.
8098 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
8100         * intl/Makefile: Use CVSOPTS in cvs invocation.
8101         * po/Makefile: Likewise.
8102         * posix/Makefile: Likewise.
8103         * stdlib/Makefile: Likewise.
8105 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
8107         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
8108         [PR libc/410]
8109         * misc/Makefile (tests): Add tst-efgcvt.
8110         * misc/tst-efgcvt.c: New file.
8112 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
8114         * posix/regex.c: Add some more cleanups by Akim Demaille.
8116 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
8118         * signal/signal.h: Revert last change.
8119         * string/strsignal.c: Regard signal number NSGI as illegal.
8120         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
8121         members.
8123 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
8125         * Makefile.in: Add comment about CVSOPTS Makefile variable.
8126         * Makerules: Use CVSOPTS in cvs invocation.
8127         * Makefile: Likewise.
8128         * MakeTAGS: Likewise.
8129         * Make-dist: Likewise.
8131 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
8133         * sysdeps/generic/memmem.c: Correct last change.
8135 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
8137         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
8138         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
8140 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8142         * nis/ypclnt.c: Try at first to use the binding file from ypbind
8143         before using RPC.
8145 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8147         * manual/memory.texi (Heap Consistency Checking): mcheck is
8148         declared in <mcheck.h>.
8149         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
8151 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8153         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
8154         beginning of haystack.
8156 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8158         * nss/nss_files/files-service.c: Correct last patch.
8160 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
8162         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
8163         __libc_have_rt_sigs.
8164         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
8165         including <bits/setjmp.h>.
8166         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
8167         Patch from the Debian glibc/SPARC package.
8169 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
8171         * sysdeps/alpha/bzero.S: Fix a typo.
8172         * sysdeps/alpha/htonl.S: Ditto.
8173         * sysdeps/alpha/htons.S: Ditto.
8175 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8177         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
8179 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
8181         * include/cpio.h: Move to ...
8182         * posix/cpio.h: ...here.
8184         * locale/programs/ld-collate.c: Fix typo.
8186         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
8188         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
8190         * login/utmp_file.c (pututline_file): Don't always report success
8191         if similar entry is found.  Patch by Mark M. Kettenis.
8193 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
8195         * manual/Makefile: Don't try to install the info files if makeinfo
8196         is not available.
8198 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
8200         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
8201         kernel's network ioctls, rather than using <linux/sockios.h> to
8202         get them.  This way we are sure of maintaining compatibility if
8203         the kernel interface should change.
8205 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
8207         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
8209 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
8211         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
8212         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
8214 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8216         Implement System V pseudoterminal handling.
8218         * login/Makefile
8219         (routines): Add getpt, grantpt, unlockpt, ptsname.
8220         (libutil-routines): Remove pty. Add openpty, forkpty.
8221         (distribute): New internal header pty-internal.h.
8222         (others): Add the helper program, pt_chown.
8223         (install-others): Install it, in $(libexecdir), mode 4755.
8225         * login/pty-internal.h: New file.
8226         * login/openpty.c: New file.
8227         * login/forkpty.c: New file.
8228         * login/programs/pt_chown.c: New file.
8230         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
8231         * stdlib/stdlib.h: Prototype them.
8233         * config.make.in: Define $(libexecdir).
8234         * Makeconfig: Define $(inst_libexecdir).
8236         * sysdeps/generic/pty.c: Removed.
8237         * sysdeps/unix/sysv/linux/pty.c: Removed.
8239         * sysdeps/generic/getpt.c: Stub out.
8240         * sysdeps/generic/grantpt.c: Likewise.
8241         * sysdeps/generic/ptsname.c: Likewise.
8242         * sysdeps/generic/unlockpt.c: Likewise.
8244         * sysdeps/unix/grantpt.c: New file.
8245         * sysdeps/unix/bsd/getpt.c: New file.
8246         * sysdeps/unix/bsd/unlockpt.c: New file.
8247         * sysdeps/unix/sysv/linux/getpt.c: New file.
8248         * sysdeps/unix/sysv/linux/ptsname.c: New file.
8249         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
8251 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
8253         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
8255 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8257         * nss/Makefile (tests): Add rule for test-netdb.c.
8259         * nss/test-netdb.c: New file.
8261 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
8263         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
8264         really kept as a variable.  Patch by Richard Henderson,
8265         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
8267         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
8268         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
8269         entries as not existing.
8271 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8273         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
8274         zero in alternate form with precision of zero, which must produce
8275         "0".  Add braces to avoid ambiguous `else'.
8277 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8279         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
8280         problem with strncpy.
8281         * nis/nss_compat/compat-pwd.c: Likewise.
8282         * nis/nss_compat/comapt-spwd.c: Likewise.
8284 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8286         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
8287         by uch@nop.or.jp. [PR libc/437]
8289 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8291         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
8293 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8295         * stdio-common/test-popen.c: Include <errno.h>.
8297         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
8298         close.
8300         * inet/getnetgrent_r.c: Include <errno.h>.
8302         * db2/db/db_conv.c: Include <string.h> for memcpy.
8304         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
8305         so that memcpy is declared.
8307         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
8309         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
8311 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8313         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
8314         overflow while reading line with fgets.
8315         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
8317 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
8319         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
8320         unsigned short, not short.
8321         Reported by Andreas Jaeger.
8323 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8325         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
8326         (ccept->accept).
8328         * sysdeps/generic/inttypes.h: Fix spelling.
8330 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8332         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
8334         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
8336 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
8338         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
8339         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
8340         field for hh modifier.
8341         * stdio-common/vfprint.c: Use is_char field and do not depend in
8342         is_short having the value 2.
8343         Bug reported by Andreas Jaeger.
8345 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8347         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
8348         PIC && DO_VERSIONING.
8350 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8352         * Rules: Add rules for $(common-objpfx)dummy$o.
8354 1998-01-26  Richard Henderson  <rth@cygnus.com>
8356         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
8357         unimplemented OSF/1 definitions so that they are not accidentally seen.
8359         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
8360         of the trampoline function into the macro.
8361         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
8362         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
8363         kernel 2.1.82 has this fixed.
8365         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
8366         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
8368 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
8370         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
8371         support sigaction on kernels > 2.1.7x.
8373 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
8375         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
8376         if it is empty.
8378         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
8379         Patch by David Engel <david@sw.ods.com>.
8381         * configure.in: Fix another typo in --enable-add-ons code.
8383 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
8385         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
8387 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8389         * nss/nss_files/files-network.c: Correct order of parameters for
8390         getnetbyaddr.
8392 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
8394         * db2/Makefile (routines): Add os_alloc.
8395         * db2/db.h: Update from db-2.3.16.
8396         * db2/db_185.h: Likewise.
8397         * db2/db_int.h: Likewise.
8398         * db2/btree/bt_close.c: Likewise.
8399         * db2/btree/bt_cursor.c: Likewise.
8400         * db2/btree/bt_delete.c: Likewise.
8401         * db2/btree/bt_open.c: Likewise.
8402         * db2/btree/bt_page.c: Likewise.
8403         * db2/btree/bt_put.c: Likewise.
8404         * db2/btree/bt_rec.c: Likewise.
8405         * db2/btree/bt_recno.c: Likewise.
8406         * db2/btree/btree_auto.c: Likewise.
8407         * db2/common/db_appinit.c: Likewise.
8408         * db2/common/db_apprec.c: Likewise.
8409         * db2/common/db_err.c: Likewise.
8410         * db2/common/db_region.c: Likewise.
8411         * db2/common/db_shash.c: Likewise.
8412         * db2/db/db.c: Likewise.
8413         * db2/db/db_auto.c: Likewise.
8414         * db2/db/db_conv.c: Likewise.
8415         * db2/db/db_dispatch.c: Likewise.
8416         * db2/db/db_dup.c: Likewise.
8417         * db2/db/db_pr.c: Likewise.
8418         * db2/db/db_rec.c: Likewise.
8419         * db2/db185/db185.c: Likewise.
8420         * db2/dbm/dbm.c: Likewise.
8421         * db2/hash/hash.c: Likewise.
8422         * db2/hash/hash_auto.c: Likewise.
8423         * db2/hash/hash_dup.c: Likewise.
8424         * db2/hash/hash_page.c: Likewise.
8425         * db2/hash/hash_rec.c: Likewise.
8426         * db2/include/btree_ext.h: Likewise.
8427         * db2/include/clib_ext.h: Likewise.
8428         * db2/include/common_ext.h: Likewise.
8429         * db2/include/db.h.src: Likewise.
8430         * db2/include/db_185.h.src: Likewise.
8431         * db2/include/db_am.h: Likewise.
8432         * db2/include/db_ext.h: Likewise.
8433         * db2/include/db_int.h.src: Likewise.
8434         * db2/include/hash_ext.h: Likewise.
8435         * db2/include/lock_ext.h: Likewise.
8436         * db2/include/log.h: Likewise.
8437         * db2/include/log_auto.h: Likewise.
8438         * db2/include/log_ext.h: Likewise.
8439         * db2/include/mp.h: Likewise.
8440         * db2/include/mp_ext.h: Likewise.
8441         * db2/include/mutex_ext.h: Likewise.
8442         * db2/include/os_ext.h: Likewise.
8443         * db2/include/os_func.h: Likewise.
8444         * db2/include/txn_ext.h: Likewise.
8445         * db2/lock/lock.c: Likewise.
8446         * db2/lock/lock_util.c: Likewise.
8447         * db2/log/log.c: Likewise.
8448         * db2/log/log.src: Likewise.
8449         * db2/log/log_archive.c: Likewise.
8450         * db2/log/log_auto.c: Likewise.
8451         * db2/log/log_get.c: Likewise.
8452         * db2/log/log_put.c: Likewise.
8453         * db2/log/log_rec.c: Likewise.
8454         * db2/log/log_register.c: Likewise.
8455         * db2/mp/mp_bh.c: Likewise.
8456         * db2/mp/mp_fget.c: Likewise.
8457         * db2/mp/mp_fopen.c: Likewise.
8458         * db2/mp/mp_fput.c: Likewise.
8459         * db2/mp/mp_pr.c: Likewise.
8460         * db2/mp/mp_sync.c: Likewise.
8461         * db2/mutex/mutex.c: Likewise.
8462         * db2/os/os_alloc.c: Likewise.
8463         * db2/os/os_config.c: Likewise.
8464         * db2/os/os_stat.c: Likewise.
8465         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
8466         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
8467         * db2/progs/db_load/db_load.c: Likewise.
8468         * db2/progs/db_printlog/db_printlog.c: Likewise.
8469         * db2/progs/db_recover/db_recover.c: Likewise.
8470         * db2/progs/db_stat/db_stat.c: Likewise.
8471         * db2/txn/txn.c: Likewise.
8473         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
8474         Unmap memory blocks in reverse order of allocation.
8475         Call munmap with load address added to offset.
8476         Bug reported by Miguel de Icaza.
8478         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
8479         up weight array.
8481         * localedata/locales/cs_CZ: Update by Michael Mraka
8482         <michael@informatics.muni.cz>.
8484         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
8485         __USE_BSD.
8487         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
8488         reading line with fgets.
8489         * nis/nss_compat/compat-pwd.c: Likewise.
8490         * nis/nss_compat/compat-spwd.c: Likewise.
8491         * nss/nss_files/files-XXX.c: Likewise.
8492         * nss/nss_files/files-alias.c: Likewise.
8493         * shadow/fgetspent_r.c: Likewise.
8495         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
8497         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
8498         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
8499         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
8501         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
8502         FP register content in ucontext_t.
8504 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8506         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
8507         calculation.  Patch by Markus Schoder
8508         <Markus.Schoder@dresdner-bank.de>.
8510         * math/libm-test.c (modf_test): Add more tests for modf.
8512         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
8513         munlock according to Unix98.
8515 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8517         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
8518         AF_INET.
8520 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
8522         * sysdeps/posix/ttyname.c: Handle symbolic links.
8523         * sysdeps/posix/ttyname_r.c: Ditto.
8525 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
8527         * db2/makedb.c (process_input): Write terminating \0 for value.
8528         (print_database): Simply print value string, don't use length.
8530 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8532         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
8533         exit of loop.
8535 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8537         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
8538         close all sockets.
8540 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
8542         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
8543         sigset.
8544         * signal/sighold.c: New file.
8545         * signal/sigrelse.c: New file.
8546         * sysdeps/generic/sigignore.c: New file.
8547         * sysdeps/generic/sigset.c: New file.
8548         * sysdeps/posix/sigignore.c: New file.
8549         * sysdeps/posix/sigset.c: New file.
8550         * signal/signal.h: Add prototypes for new functions.
8552         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
8553         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
8554         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
8555         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
8557 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
8559         * posix/wordexp.c: Added IFS field-splitting in parameter and
8560         command substitution.  Fixed an IFS-related bug that caused an
8561         infinite loop.
8563 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
8565         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
8566         and swapcontext.
8567         * stdlib/ucontext.h: Correct prototypes.
8568         * sysdeps/generic/getcontext.c: New file.
8569         * sysdeps/generic/setcontext.c: New file.
8570         * sysdeps/generic/makecontext.c: New file.
8571         * sysdeps/generic/swapcontext.c: New file.
8572         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
8574 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
8576         * resource/sys/resource.h: Remove #include of ulimit.h which is
8577         not allowed by SUSv2 and not available on other systems.
8578         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
8580         * streams/Makefile: New file.
8581         * streams/stropts.h: New file.
8582         * sysdeps/generic/bits/stropts.h: New file.
8583         * sysdeps/generic/isastream.c: New file.
8584         * sysdeps/generic/getmsg.c: New file.
8585         * sysdeps/generic/getpmsg.c: New file.
8586         * sysdeps/generic/putmsg.c: New file.
8587         * sysdeps/generic/putpmsg.c: New file.
8588         * sysdeps/generic/fattach.c: New file.
8589         * sysdeps/generic/fdetach.c: New file.
8590         * sysdeps/unix/inet/Subdirs: Add streams.
8591         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
8592         __t_uscalar_t.
8593         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
8594         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
8595         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
8596         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
8598         * sysdeps/mach/_strerror.c: Follow changes of generic version to
8599         handle small buffers correctly.
8601 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
8603         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
8604         Remove the 3rd arg and add declaration for _dl_runtime_resolve
8605         and _dl_runtime_profile.
8607 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
8609         * include/cpio.h: New file.  Mainly copied from GNU cpio.
8610         * posix/Makefile (headers): Add cpio.h.
8612 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8614         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
8615         to routines.
8616         * nis/nis_cache.c: New file.
8617         * nis/nis_cache2.h: New file.
8618         * nis/nis_cache2_xdr.c: New file.
8619         * nis/nis_call.c: Changes for cache2_info parameter.
8620         * nis/nis_checkpoint.c: Likewise.
8621         * nis/nis_intern.h: Likewise.
8622         * nis/nis_mkdir.c: Likewise.
8623         * nis/nis_ping.c: Likewise.
8624         * nis/nis_rmdir.c: Likewise.
8625         * nis/nis_server.c: Likewise.
8626         * nis/nis_util.c: Likewise.
8628 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8630         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
8631         return/errnop codes.
8632         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
8633         * nis/nss_nisplus/nisplus-grp.c: Likewise.
8634         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
8635         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8636         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
8637         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
8638         * nis/nss_nisplus/nisplus-rpc.c: Likewise
8639         * nis/nss_nisplus/nisplus-service.c: Likewise.
8640         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
8642 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8644         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
8645         * nis/nss_nis/nis-ethers.c: Likewise.
8646         * nis/nss_nis/nis-grp.c: Likewise.
8647         * nis/nss_nis/nis-hosts.c: Likewise.
8648         * nis/nss_nis/nis-network.c: Likewise.
8649         * nis/nss_nis/nis-proto.c: Likewise.
8650         * nis/nss_nis/nis-hosts.c: Likewise.
8651         * nis/nss_nis/nis-network.c: Likewise.
8652         * nis/nss_nis/nis-proto.c: Likewise.
8653         * nis/nss_nis/nis-publickey.c: Likewise.
8654         * nis/nss_nis/nis-pwd.c: Likewise.
8655         * nis/nss_nis/nis-rpc.c: Likewise.
8656         * nis/nss_nis/nis-service.c: Likewise.
8657         * nis/nss_nis/nis-spwd.c: Likewise.
8659 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
8661         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
8662         Added to follow latest kernel development.
8664 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
8666         * nss/db-Makefile: Handle empty and comment lines better.
8667         ($(VAR_DB)/services.db): Generate entries with missing protocol
8668         value.
8670 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8672         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
8673           NULL.
8674           (getservbyname): Allow proto == NULL.
8675           Pointed out by David N. Welton <davidw@gate.cks.com>.
8676           [PR libc/430].
8678 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
8680         * nis/nislib/nislib.h: Finally removed.
8682         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
8683         C compiler.  From Kaveh Ghazi.
8684         (TYPE_MINIMUM): Define.
8685         (TYPE_MAXIMUM): Define.
8686         (TIME_T_MIN): Use TYPE_MINIMUM.
8687         (TIME_T_MAX): Use TYPE_MAXIMUM.
8688         Patch by Jim Meyering <meyering@ascend.com>.
8690 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
8692         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
8693         __pread64, __pwrite64, and __getpid.
8695         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
8696         versions.
8698 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8700         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
8701         cancelable socket functions as __libc_xxx with __xxx as weak
8702         alias.
8703         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
8704         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8706         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
8707         redefined.
8708         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
8709         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
8710         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
8711         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
8713         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
8714         and __xxx a weak alias.
8715         * sysdeps/unix/sysv/linux/connect.S: Likewise.
8716         * sysdeps/unix/sysv/linux/recv.S: Likewise.
8717         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
8718         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
8719         * sysdeps/unix/sysv/linux/send.S: Likewise.
8720         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
8721         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
8723 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8725         * locale/langinfo.h: Add defines.
8727         * dirent/dirent.h: Add defines for DT_*, check also for
8728         _DIRENT_HAVE_D_TYPE.
8729         Suggested by Roland McGrath.
8731 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8733         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
8734         Update from Linux 2.1.73+79.
8736         * README.template: Update information about possible
8737         configurations.
8739         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
8740         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
8741         [PR libc/417].
8743         * manual/time.texi (Priority): Correct description of
8744         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
8745         [PR libc/416].
8747 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
8749         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
8750         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
8752 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
8754         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
8755         Andreas Jaeger.
8757 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
8759         * locale/programs/ld-collate.c: Little optimizations.
8761         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
8763         * string/Makefile (tests): Add tst-inlcall.
8764         * string/tst-inlcall.c: New file.
8766         * string/strsignal.c: Add support for real-time signals.
8768         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
8769         presense of small buffer.
8771         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
8773         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
8774         for i686.
8776         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
8777         _NSIG + 1.
8779 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
8781         * Rules: Add explicit rule for dummy.o; at least one library needs
8782           it and it isn't autogenerated by the default rules.
8784 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8786         * math/libm-test.c: Tweak epsilons.
8788 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8790         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
8791         child.
8792         (feenv_mask_test): Likewise.
8794 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8796         * Makeconfig: Don't export CPPFLAGS.
8798 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8800         * sunrpc/rpc_main.c (parseargs): Use perror to print error
8801         message.
8803 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8805         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
8806         terminating null in key size.
8808 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8810         * nss/nss_files/files-service.c: Fix allocation size to include
8811         length of PROTO.
8813         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
8814         applicable.  Fix return value and error checking.
8815         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
8816         unparsable lines.
8817         (DB_LOOKUP): Allocate space for terminating null byte.
8819         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
8820         uids specially.
8822         * db2/makedb.c (process_input): Continue processing if a duplicate
8823         key is encountered.
8825 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
8827         * time/tzfile.h: Updated from tzcode1998b.
8828         * time/zdump.c: Likewise.
8829         * time/zic.c: Likewise.
8830         * time/africa: Update from tzdata1998b.
8831         * time/antarctica: Likewise.
8832         * time/asia: Likewise.
8833         * time/australasia: Likewise.
8834         * time/etcetera: Likewise.
8835         * time/europe: Likewise.
8836         * time/leapseconds: Likewise.
8837         * time/northamerica: Likewise.
8838         * time/southamerica: Likewise.
8840 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8842         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
8843         lookups ignoring case.
8844         * nss/nss_files/files-network.c: Do network lookups ignoring
8845         case.
8846         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
8847         case.
8848         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
8849         case insensitive comparing.
8850         Patches by Cristian Gafton <gafton@redhat.com>.
8852 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8854         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
8855         by Roland McGrath. [PR libc/395]
8857 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8859         * manual/arith.texi (Parsing of Integers): Correct description of
8860         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
8861         [PR libc/396]
8863 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
8865         * misc/lsearch.c (lsearch): Return a pointer to the new element
8866         if one was "allocated".
8868 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8870         * string/strsignal.c: NSIG is not a valid index into
8871         _sys_siglist.  Don't zap the last character of the "Unknown
8872         signal" message.
8874 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
8876         * locale/programs/charmap.c (parse_charmap): Correct parsing of
8877         ellipsis expressions.
8879         * locale/programs/charset.c (insert_char): Correctly insert value
8880         of eliipsis expression.
8882 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
8884         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
8885         <bits/setjmp.h>.
8886         * sysdeps/powerpc/setjmp.S: Likewise.
8887         Patches by Matt McLean <keys@keys.got.net>.
8889         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
8891         * Makefile: Undo last patch.
8892         (distribute): Add test-installation.pl.
8894         * configure.in: Correct handling of --enable-add-ons without parameter.
8895         Correct address of WWW pages.
8897         * libc.map: Add _nl_domain_bindings.
8899         * db2/mutex/tsl_parisc.s: New file.
8901         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
8902         and extra-module.mk.
8904         * localedata/Makefile (distribute): New.  Add all the files.
8906         * stdlib/Makefile (headers): Add inttypes.h.
8907         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
8908         * sysdeps/generic/inttypes.h: New file.
8909         * sysdeps/generic/strtoimax.c: New file.
8910         * sysdeps/generic/strtoumax.c: New file.
8911         * sysdeps/generic/wcstoimax.c: New file.
8912         * sysdeps/generic/wcstoumax.c: New file.
8913         * sysdeps/wordsize-32/Dist: Removed.
8914         * sysdeps/wordsize-32/Makefile: Removed.
8915         * sysdeps/wordsize-64/Dist: Removed.
8916         * sysdeps/wordsize-64/Makefile: Removed.
8917         * sysdeps/generic/bits/environments.h: New file.
8919         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
8920         header is still not correct.
8922         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
8923         * posix/unistd.h: Likewise.
8924         * sysdeps/generic/sys/mman.h: Likewise.
8925         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
8927         * manual/arith.texi: Change definition of mul macro.
8928         * manual/math.texi: Likewise.
8930         * misc/Makefile (routines): Add mmap64.
8931         * sysdeps/generic/mmap64.c: New file.
8932         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
8933         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
8934         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
8935         aliases to mmap.
8936         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8938         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
8940         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
8942         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
8944         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
8945         FOPEN_MAX also when included by limits.h.
8946         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
8948         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
8949         and netrom/netrom.h.
8950         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
8951         oldsiglist to sysdep_routines, not aux.
8952         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
8954         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
8955         and SOL_NETROM definition.
8957         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
8959         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
8960         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
8962 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
8964         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
8966         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
8967         sa_handler with k_sa_handler.
8968         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
8969         strong alias.
8970         Reported by a sun.
8972         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
8973         __libc_have_rt_sigs here.
8974         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
8975         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8976         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
8977         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8979 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
8981         * sysdeps/powerpc/atomicity.h: New file.
8982         * sysdeps/mach/powerpc/machine-lock.h: New file.
8984         * Rules: Use -fpic to build anything that might end up in a users'
8985         shared library.
8987         * sysdeps/powerpc/s_fdim.c: New file.
8988         * sysdeps/powerpc/s_fdimf.c: New file.
8989         * sysdeps/powerpc/s_fmax.S: New file.
8990         * sysdeps/powerpc/s_fmaxf.S: New file.
8991         * sysdeps/powerpc/s_fmin.S: New file.
8992         * sysdeps/powerpc/s_fminf.S: New file.
8993         * sysdeps/powerpc/s_llrint.c: Now is for double.
8994         * sysdeps/powerpc/s_llrintf.c: New file.
8995         * sysdeps/powerpc/s_llround.c: Now is for double.
8996         * sysdeps/powerpc/s_llroundf.c: New file.
8997         * sysdeps/powerpc/s_lrint.c: Now is for double.
8998         * sysdeps/powerpc/s_lrintf.S: New file.
8999         * sysdeps/powerpc/s_lround.c: Now is for double.
9000         * sysdeps/powerpc/s_lroundf.c: New file.
9001         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
9002         lrintf, fdim, fdimf.
9004         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
9005         file directly, use its parent.
9007         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
9008         (for the third time).
9010 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
9012         * posix/sched.h: timespec is in <time.h>.
9014         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
9016 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
9018         * configure.in: Stop with error if --disable-static is used when
9019         the shared lib uses this library.
9021         * gen-FAQ.pl: I've perl installed in /usr/bin.
9023         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
9025         Fix Unix98 conformance problems in the headers.
9026         * catgets/nl_types.h: Define nl_item.
9027         * grp/grp.h: Define gid_t.
9028         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
9029         * include/nl_types.h: New file.
9030         * include/ulimit.h: New file.
9031         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
9032         constants in POSIX mode.
9033         * io/utime.h: Get definition for time_t.
9034         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
9035         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
9036         * libio/stdio.h: Define va_list.  Make snprintf also available is
9037         __USE_UNIX98.  Declare getopt function and variables.
9038         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
9039         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
9040         * math/math.h: Defined M_* constants as double for Unix98 mode.
9041         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
9042         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
9043         * posix/regex.h: Define REG_NOSYS.
9044         * posix/wordexp.h: Define WRDE_NOSYS.
9045         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
9046         500 for Unix98.
9047         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
9048         somewhere else as well.  Define clock_t for Unix98.
9049         * posix/sys/wait.h: Define pid_t.
9050         * pwd/pwd.h: Define gid_t, uid_t.
9051         * resource/Makefile (headers): Add ulimit.h.
9052         * resource/ulimit.h: New file.
9053         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
9054         instead of second argument.
9055         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
9056         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
9057         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
9058         * signal/signal.h: Define pid_t.
9059         * string/string.h: Don't declare BSD string functions in POSIX mode.
9060         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
9061         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
9062         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
9063         and POSIX.
9065         * inet/test_ifindex.c: Change test so that it does not fail for
9066         interface aliases.
9068         * locale/programs/locale.c (show_info): Use correct cast sequence
9069         for 64bit machines.
9071         * malloc/malloc.c: __malloc_initialized now signals three states:
9072         uninitialized, initializing, initialized.  Used in mcheck.
9073         * malloc/mcheck.c (mabort): Add '\n' to messages.
9074         (mcheck): Allow installation when malloc is uninitialized or is
9075         just initializing.
9077         * manual/memory.texi: Explain mtrace output a bit more.
9079         * math/libm-test.c: Add more epsilons.
9081         * misc/regexp.h (compile): Remove __ prefix from parameter names.
9083         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
9084         instead of strcpy for security.
9085         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
9086         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
9087         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
9089         * nss/digits_dots.c: Pretty print.
9091         * posix/getconf.c (vars): Add symbols for programming environment
9092         recognition.  Recognize --version.
9094         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
9095         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
9096         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
9098         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
9099         __need_FOPEN_MAX.
9100         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
9101         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
9102         __need_FOPEN_MAX.
9104         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
9105         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
9107         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
9108         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9109         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9110         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
9111         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
9112         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
9114         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
9115         SCNu*.
9116         * sysdeps/wordsize-64/inttypes.h: Likewise.
9118         * time/africa: Update from tzdata1997j.
9119         * time/antarctica: Likewise.
9120         * time/asia: Likewise.
9121         * time/australasia: Likewise.
9122         * time/backward: Likewise.
9123         * time/etcetera: Likewise.
9124         * time/europe: Likewise.
9125         * time/factory: Likewise.
9126         * time/northamerica: Likewise.
9127         * time/pacificnew: Likewise.
9128         * time/southamerica: Likewise.
9130         * time/tzfile.h: Update from tzcode1997h.
9131         * time/zic.c: Likewise.
9133         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
9134         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
9135         isw*() functions for Unix98.
9136         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
9137         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
9138         is defined.
9140 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9142         * locale/duplocale.c: Increase usage_count only if less than
9143         MAX_USAGE_COUNT.
9144         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
9145         MAX_USAGE_COUNT.
9146         * locale/setlocale.c: Likewise.
9148 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9150         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
9151         dependency to make it easier to install it selectively.
9153         * Makerules (.SUFFIXES): Don't define any suffixes.
9155 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9157         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
9158         * sysdeps/generic/statfs64.c: Emulate using statfs.
9159         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
9160         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
9161         * sysdpes/generic/ftruncate64.c: New file.
9162         * sysdpes/generic/truncate64.c: New file.
9164         * sysdeps/generic/bits/stat.h: Add LFS support.
9165         * sysdeps/generic/bits/statfs.h: Likewise.
9167         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
9168         [__USE_FILE_OFFSET64]: Make long long constant.
9169         (RLIM64_INFINITY): Likewise.
9171         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
9172         for LFS support.
9173         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
9174         * sysdeps/generic/bits/resource.h: Likewise.
9176         * misc/Makefile (routines): Add truncate64 and ftruncate64.
9178         * include/features.h: Don't prevent LFS support from defining BSD
9179         and SYSV things.
9181         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
9182         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
9183         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
9185         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
9186         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
9187         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9189         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
9190         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
9191         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
9192         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
9193         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
9194         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
9195         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
9196         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
9197         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
9198         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
9199         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
9200         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
9201         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
9202         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
9203         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
9204         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
9205         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
9206         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
9207         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
9208         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
9210         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
9211         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
9212         * sysdeps/unix/sysv/linux/xstat64.c: New file.
9213         * sysdeps/unix/sysv/linux/readdir64.c: New file.
9214         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
9216         * sysdeps/unix/sysv/linux/getdents64.c: New file.
9217         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
9218         [$(subdir)=dirent]: Add getdents64.
9219         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
9221         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
9223 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
9225         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
9227         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
9228         * sysdeps/generic/getrlimit64.c: Likewise.
9229         * sysdeps/generic/setrlimit.c: Likewise.
9230         * sysdeps/generic/setrlimit64.c: Likewise.
9232 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
9234         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
9235         using versioning.
9237         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
9239         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
9241 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9243         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
9244         after the codeset name.
9246 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9248         * libc.map: Add get_kernel_syms.
9250 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9252         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
9253         static.
9254         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
9255         Likewise.  Fix condition.
9257 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9259         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
9261 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9263         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
9264         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
9266 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9268         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
9269         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
9270         instead.  Oops.
9272 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9274         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
9276 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9278         * math/libm-test.c (catanh_test): Change epsilon.
9279         Reported by H.J. Lu.
9281 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
9283         * libc.map (__getpid): Added for linuxthreads.
9285 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
9287         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
9288         it if gcc uses static variable in DWARF2 unwind information
9289         for exception support.
9291         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
9293         * elf/soinit.c (__libc_global_ctors, _fini): Handle
9294         HAVE_DWARF2_UNWIND_INFO_STATIC.
9296         * libc.map (__register_frame*, __deregister_frame*): Make them
9297         global.
9299 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9301         * math/libm-test.c: Add more tests for "normal" values.
9303 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9305         * stdio-common/printf_fphex.c: Fix printing of long double number
9306         with a biased exponent of zero.  Fix rounding.
9308 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9310         * sunrpc/rpc_main.c: Accept new flag -$.
9311         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
9313 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9315         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
9316         dynamic linker first, in case the interface has changed.
9318 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9320         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
9321         order.
9323 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9325         * math/tgmath.h: Check for double first, for architectures where
9326         sizeof (long double) == sizeof (double).
9328 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9330         * math/libm-test.c: New tests for "normal" values added for most
9331         functions.
9333 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
9335         * version.h (VERSION): Bump to 2.0.91.
9337         * db2/makedb.c (process_input): Fix typo in message.
9338         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
9340         * elf/dynamic-link.h: Pretty print.
9342         * elf/rtld.c: Allow multiple preloading of a shared object.
9344         * include/limits.h: Prevent multiple inclusion.
9346         * malloc/Makefile (headers): Add mcheck.h.
9347         (distribute): Remove it here.
9348         * malloc/mcheck.h: Pretty print.
9349         * malloc/mtrace.c (mallenv): Make `const'.
9350         * malloc/mtrace.pl: Don't print table head for memory leaks if there
9351         are none.
9352         * manual/memory.texi: Update descriptor of malloc hooks.
9354         * posix/Makefile (routines): Add waitid.
9355         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
9356         on __id_t.
9357         * posix/sys/wait.h: Define idtype_t type.
9358         Add prototype for waitid.
9359         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
9360         * sysdeps/generic/waitid.c: Stub for waitid.
9361         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
9362         the __need_siginfo_t defined.
9363         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
9364         * sysdeps/generic/bits/types.h: Define __id_t.
9365         Correct definition of __FDMASK.
9366         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
9367         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9368         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9370         * sysdeps/posix/waitid.c: New file.
9371         Provided by Zack Weinberg.
9373         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
9375         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
9376         Add missing parameters.
9378         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
9379         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
9380         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
9381         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
9382         initialized.
9384         * sysdeps/i386/dl-machine.h: Little cleanup.
9386         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
9387         (__finite): Mark function as const.
9388         Add inline code for __ieee754_atan2.
9390         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
9391         (but don't use it now).
9392         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
9393         __atan.
9394         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
9395         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
9396         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
9397         real part.
9398         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
9399         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
9400         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
9401         __ieee754_atan2 to base 10.
9402         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
9403         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
9405         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
9406         old_kernel_sigaction.
9408         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
9410         * wctype/Makefile (routines): Add wctype_l.
9411         * wctype/wctype.h: Add declaration of __wctype_l.
9412         * wctype/wctype_l.c: New file.
9414 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
9416         * locale/C-ctype.c: Correct data for isw* functions.
9417         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
9418         byte order.
9419         * wctype/test_wctype.c: Add test for isw* functions.
9420         * wctype/wctype.c: Return value with expected byte order.
9422 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9424         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
9426 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
9428         * iconvdata/Makefile: Fix a typo.
9430         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
9431         oldsiglist for shared library.
9433         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
9434         sys_sigabbrev): Make them as the default version GLIBC_2.1.
9436         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
9437         sys_siglist, sys_sigabbrev): New file. Make them as the old
9438         version GLIBC_2.0.
9440         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
9441         to GLIBC_2.1.
9443 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
9445         * libio/iofgets.c (_IO_fgets): Return an error only if there
9446         is a new error.
9447         * libio/iogets.c (_IO_gets): Ditto.
9449 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
9451         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
9453         * libio/Makefile (routines, shared-only-routines): Add
9454         oldiofdopen.
9456         * libio/fileops.c: Don't use _IO_FILE_complete.
9457         * libio/iofdopen.c: Ditto.
9458         * libio/iofopen.c: Ditto.
9459         * libio/iofopen64.c: Ditto.
9460         * libio/iopopen.c: Ditto.
9461         * libio/iovdprintf.c: Ditto.
9463         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
9465         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
9466         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
9468         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
9469         _IO_old_fdopen, _IO_new_fdopen): New declaration.
9471         * libio/libio.h (_IO_FILE): Add more fields.
9472         (_IO_FILE_complete): Defined and make _IO_FILE be the old
9473         one if _IO_USE_OLD_IO_FILE is defined
9474         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
9475         them _IO_FILE_complete.
9477         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
9478         to adjust vtable.
9479         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
9480         _IO_JUMPS.
9481         (_IO_FILE_complete): Commented out.
9483         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
9484         * libio/oldiofclose.c: Ditto.
9485         * libio/oldiofopen.c: Ditto.
9486         * libio/oldstdfiles.c: Ditto.
9488         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
9489         for the old _IO_FILE.
9491         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
9492         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
9493         and stderr.
9495         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
9496         and remove INAME.
9498         * libio/stdio.c (stdin, stdout, stdin): Don't use
9499         _IO_FILE_complete.
9501         * libio/oldiofdopen.c: New.
9503         * stdio-common/vfprintf.c (buffered_vfprintf): Set
9504         hp->_vtable_offset to 0.
9506 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
9508         * libc.map (_IO_file_open): Added.
9510         * libio/libioP.h (_IO_file_open): Declared.
9512         * libio/fileops.c (_IO_file_open): New.
9513         (_IO_file_fopen): Call _IO_file_open ().
9515         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
9516         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
9518 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9520         * signal/signal.h: Fix selection of signal semantics to match
9521         comment.
9523 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9525         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
9526         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
9527         rt_sigreturn.
9528         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
9529         [$(subdir)=signal]: Remove rt_sigreturn.
9530         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
9531         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
9532         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
9534 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9536         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
9537         declarations.
9539 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9541         * iconvdata/extra-module.mk: Expand extra-objs now.
9543 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9545         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
9546         inline functions by feature tests to avoid warning about missing
9547         prototype declarations.
9549 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9551         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
9552         return code for non existent +name entries.
9553         * nis/nss_compat/compat-pwd.c: Likewise.
9554         * nis/nss_compat/compat-spwd.c: Likewise.
9556 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
9558         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
9559         (EIO): Likewise.
9560         (ENOSPC): Likewise.
9561         (EEXIST): Likewise.
9562         (__errno_location): Likewise.
9564         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
9566         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
9568 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9570         * sunrpc/publickey.c: Use new NSS interface.
9572 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
9574         * manual/malloc.texi: Document mtrace/muntrace and the concept.
9576 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9578         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
9579         value, to match spirit of the standard.
9580         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
9581         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
9582         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
9584 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9586         * manual/signal.texi (Signal Stack): Remove spurious @item.
9588 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9590         * rt/aio.h: Remove double semicolon.
9592         * rt/librt.map: Add aio_init.
9594 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
9596         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
9597         * Makefile (subdirs): Replace rt by $(rt).
9599         * shlib-versions: Use version .2 for NSS modules.
9601         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
9602         argument.
9603         * pwd/fgetpwent_r.c: Likewise.
9604         * spwd/fgetspent_r.c: Likewise.
9605         * spwd/sgetspent_r.c: Likewise.
9606         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
9607         Store error number in *ERRNOP.  Little optimization.
9608         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
9609         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
9610         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
9611         (__internal_getnetgrent_r): New argument.
9612         Call __internal_setnetgrent_reuse with new argument.
9613         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
9614         * inet/netgroup.h: Add argument to prototypes.
9615         * nis/nisplus-parser.h: Likewise.
9616         * nis/nss_compat/compat-grp.c: Change everything to store error
9617         code through provided pointer and not use errno.
9618         * nis/nss_compat/compat-pwd.c: Likewise.
9619         * nis/nss_compat/compat-spwd.c: Likewise.
9620         * nis/nss_nis/nis-alias.c: Likewise.
9621         * nis/nss_nis/nis-ethers.c: Likewise.
9622         * nis/nss_nis/nis-grp.c: Likewise.
9623         * nis/nss_nis/nis-hosts.c: Likewise.
9624         * nis/nss_nis/nis-netgrp.c: Likewise.
9625         * nis/nss_nis/nis-network.c: Likewise.
9626         * nis/nss_nis/nis-proto.c: Likewise.
9627         * nis/nss_nis/nis-publickey.c: Likewise.
9628         * nis/nss_nis/nis-pwd.c: Likewise.
9629         * nis/nss_nis/nis-rpc.c: Likewise.
9630         * nis/nss_nis/nis-service.c: Likewise.
9631         * nis/nss_nis/nis-spwd.c: Likewise.
9632         * nis/nss_nisplus/nisplus-alias.c: Likewise.
9633         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
9634         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9635         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
9636         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
9637         * nis/nss_nisplus/nisplus-network.c: Likewise.
9638         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9639         * nis/nss_nisplus/nisplus-proto.c: Likewise.
9640         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9641         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
9642         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
9643         * nis/nss_nisplus/nisplus-service.c: Likewise.
9644         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
9645         * nss/nss_db/db-XXX.c: Likewise.
9646         * nss/nss_db/db-alias.c: Likewise.
9647         * nss/nss_db/db-netgrp.c: Likewise.
9648         * nss/nss_files/files-XXX.c: Likewise
9649         * nss/nss_files/files-alias.c: Likewise
9650         * nss/nss_files/files-netgrp.c: Likewise
9651         * nss/nss_files/files-parse.c: Likewise
9652         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
9653         parameter of get functions.
9654         * nss/getXXent_r.c: Likewise.
9656         * localedata/tst-fmon.c: Print debug info if test fails.
9658         * rt/Makefile (routines): Add aio_notify.
9659         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
9660         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
9661         * rt/aio_fsync.c: Likewise.
9662         * rt/aio_misc.c: Likewise.
9663         * rt/aio_misc.h: Likewise.
9664         * rt/aio_read.c: Likewise.
9665         * rt/aio_read64.c: Likewise.
9666         * rt/aio_suspend.c: Likewise.
9667         * rt/aio_write.c: Likewise.
9668         * rt/aio_write64.c: Likewise.
9669         * rt/lio_listio.c: Likewise.
9670         * rt/lio_listio64.c: Likewise.
9671         * rt/aio_notify.c: New file.
9673         * sysdeps/generic/bits/sigset.h: Pretty print.
9675         * sysdeps/posix/pwrite.c: Define weak alias only if function is
9676         really defined as __pwrite.
9678         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
9679         instead of pread64.
9680         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
9682         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
9683         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
9684         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
9685         size in syscall.
9686         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
9687         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
9688         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
9689         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
9690         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
9691         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9692         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
9693         for ACT being NULL.
9694         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
9695         RT signals.
9696         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
9697         __NR_pread is not defined.
9698         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
9699         __NR_pwrite is not defined.
9701 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9703         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
9704         handle for /etc/group back in some more cases.
9705         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
9706         handle for /etc/passwd back in some more cases.
9707         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
9708         handle for /etc/shadow back in some more cases.
9710 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
9712         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
9713         beyound its size.
9714         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
9715         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
9717 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
9719         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
9720         handling.  Don't use macros, we need functions.  Use inline functions
9721         for optimization.
9722         * sysdeps/wordsize-64/inttypes.h: Likewise.
9723         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
9724         and wcstoumax.
9725         * sysdeps/wordsize-64/Makefile: Likewise.
9726         * sysdeps/wordsize-32/Dist: Likewise.
9727         * sysdeps/wordsize-64/Dist: Likewise.
9728         * sysdeps/wordsize-32/strtoimax.c: New file.
9729         * sysdeps/wordsize-32/strtoumax.c: New file.
9730         * sysdeps/wordsize-32/wcstoimax.c: New file.
9731         * sysdeps/wordsize-32/wcstoumax.c: New file.
9732         * sysdeps/wordsize-64/strtoimax.c: New file.
9733         * sysdeps/wordsize-64/strtoumax.c: New file.
9734         * sysdeps/wordsize-64/wcstoimax.c: New file.
9735         * sysdeps/wordsize-64/wcstoumax.c: New file.
9737 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
9739         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
9740         that transparent union works.
9741         * sysdeps/generic/wait4.c (__wait4): Likewise.
9742         * sysdeps/generic/wait.c (__wait): Likewise.
9744         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
9745         size_t.
9747         * sysdeps/generic/syscall.c (syscall): Return value and arg are
9748         long, to match prototype.
9750         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
9751         have mremap() yet.
9753         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
9755         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
9757         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
9759         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
9760         __rlim_t.
9762         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
9764         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
9766         * io/sys/stat.h (S_ISLNK): Always false if we don't have
9767         __S_IFLNK.
9769         * sysdeps/standalone/close.c (_STDIO_H): Define before including
9770         <bits/stdio_lim.h>.
9771         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
9773 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
9775         * posix/sys/wait.h: Don't use transparent unions in C++.
9777 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9779         * time/time.h: Add strfxtime.
9781         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
9782         sysv_signal, strfxtime, pread64, pwrite64.
9784 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
9786         Alpha changes for EGCS:
9787         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
9788         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
9789         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
9790         (_start): Likewise.
9791         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
9793 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
9795         The kernel expects the arguments in a different order.
9796         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
9797         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
9799         * FAQ.in: New file.
9800         * gen-FAQ.pl: New file.
9801         * Makefile (FAQ): Add rule to generate from FAQ.in.
9803         * iconvdata/Makefile: Treat libJIS like the other modules.
9805         * rt/librt.map: New file.
9807         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
9808         inclusion.
9809         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
9810         comment.
9812 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
9814         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
9815         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
9816         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
9817         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
9819 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9821         * string/bits/string2.h: Fix spellings.
9823         * string/string.h: Fix spellings.
9825 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9827         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
9828         declaration to __syscall_rt_sigaction.
9830         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
9831         non-existant <sigcontext.h>.
9833 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9835         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
9836         typo.
9838 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9840         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
9842         * Makeconfig (shared-thread-library): Correct spelling.
9844         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
9845         <asm/pci.h>.
9847 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9849         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
9850         constants from Linux headers. Pointed out by
9851         csmall@scooter.o.i.net. [PR libc/369]
9853 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9855         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
9857 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9859         * configure.in: If --enable-add-ons is given without an
9860         argument, set the addons list to all subdirs with a configure
9861         script.
9863 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
9865         * Makeconfig: Add shared-thread-library variable.
9867         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
9868         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
9869         here.
9870         * sysdeps/m68k/fpu/e_acos.c: Likewise.
9871         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
9872         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
9873         * sysdeps/m68k/fpu/e_pow.c: Likewise.
9874         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
9875         * sysdeps/m68k/fpu/k_cos.c: Likewise.
9876         * sysdeps/m68k/fpu/k_sin.c: Likewise.
9877         * sysdeps/m68k/fpu/k_tan.c: Likewise.
9878         * sysdeps/m68k/fpu/s_atan.c: Likewise.
9879         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
9880         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
9881         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
9882         * sysdeps/m68k/fpu/s_csin.c: Likewise.
9883         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
9884         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
9885         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
9886         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
9887         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
9888         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
9889         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
9890         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
9891         * sysdeps/m68k/fpu/s_modf.c: Likewise.
9892         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
9893         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
9894         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
9896         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
9897         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
9898         * signal/Makefile (headers): Add bits/siginfo.h.
9899         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
9900         (distribute): Add testrtsig.h.
9901         * signal/allocrtsig.c: New file.
9902         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
9903         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
9904         __libc_current_sigrtmax.
9905         * sysdeps/generic/sigqueue.c: New file.
9906         * sysdeps/generic/sigtimedwait.c: New file.
9907         * sysdeps/generic/sigwaitinfo.c: New file.
9908         * sysdeps/generic/testrtsig.h: New file.
9909         * sysdeps/generic/bits/siginfo.h: New file.
9910         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
9911         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
9912         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
9913         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
9914         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
9915         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
9916         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
9917         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
9918         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
9919         * sysdeps/unix/sysv/linux/sigpending.c: New file.
9920         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
9921         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
9922         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
9923         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
9924         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
9925         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
9926         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
9927         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
9928         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
9929         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
9930         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
9931         and _POSIX_REALTIME_SIGNALS.
9932         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
9933         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
9934         update _NSIG.
9935         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
9936         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
9937         definitions.
9939         * Makefile (subdirs): Add rt.
9940         * shlib-versions: Add entry for librt.
9941         * rt/Makefile: New file.
9942         * rt/aio.h: New file.
9943         * rt/aio_cancel.c: New file.
9944         * rt/aio_error.c: New file.
9945         * rt/aio_fsync.c: New file.
9946         * rt/aio_misc.c: New file.
9947         * rt/aio_misc.h: New file.
9948         * rt/aio_read.c: New file.
9949         * rt/aio_read64.c: New file.
9950         * rt/aio_return.c: New file.
9951         * rt/aio_suspend.c: New file.
9952         * rt/aio_write.c: New file.
9953         * rt/aio_write64.c: New file.
9954         * rt/lio_listio.c: New file.
9955         * rt/lio_listio64.c: New file.
9956         * sysdeps/generic/aio_sigqueue.c: New file.
9957         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
9958         * sysdeps/unix/sysv/linux/Dist: Add new files
9959         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
9960         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
9961         rt_sigqueueinfo, rt_sigaction.
9963         * posix/Makefile (headers): Add bits/environments.h.
9964         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
9965         and _CS_LFS_CFLAGS on 64bit platforms.
9966         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
9967         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
9968         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
9969         compilation modules.
9970         * sysdeps/wordsize-32/bits/environments.h: New file.
9971         * sysdeps/wordsize-64/bits/environments.h: New file.
9973         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
9974         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
9975         __libc_pid.
9976         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
9977         0xf00baa.
9979         * string/string.h: Add declaration of __strverscmp.
9980         * string/strverscmp.c: Rename function ot __strverscmp and make old
9981         name weak alias.
9983         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
9984         * sysdeps/generic/enbl-secure.c: Likewise.
9985         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
9987         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
9989         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
9991 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
9993         * posix/sys/wait.h: Use __transparent_union__ instead of
9994         transparent_union.  Reported by Roland McGrath.
9996 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9998         * resolv/inet_neta.c (inet_neta): Change type of first parameter
9999         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
10000         [PR libc/366].
10002         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
10004         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
10006 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10008         * grp/initgroups.c: Increase buffer if it is too small.
10010 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
10012         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
10013         fields, this is no ISO C.  Reported by Andreas Jaeger.
10015 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10017         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
10019 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
10021         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
10022         _SYS_UTSNAME_H not _UTSNAME_H.
10024 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10026         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
10027         computing s_scale.
10029 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10031         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
10032         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
10033         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
10035         * math/libm-test.c (csqrt_test): Add testcase.
10037 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
10039         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
10040         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
10041         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
10043 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10045         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
10047 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10049         * math/libm-test.c (acos_test): Add more tests.
10050         (asin_test): Likewise.
10051         (atan_test): Likewise.
10052         (exp_test): Likewise.
10053         (sin_test): Likewise.
10054         (sqrt_test): Likewise.
10055         (cpow_test): Likewise.
10056         (csqrt_test): Likewise.
10057         (cexp_test): Correct typo in gcc version test.
10059 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
10061         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
10062         <bits/setjmp.h>.
10063         * sysdeps/arm/setjmp.S: Likewise.
10065         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
10067 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
10069         * stdio/stdio.h: Add prototype for tmpfile64().
10071 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
10073         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
10074         prototype to keep in step with libio version.
10076         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
10078 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
10080         * sysdeps/generic/Makefile: Don't try to use make_siglist if
10081         cross-compiling.
10083 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
10085         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
10086         load GOT ptr before jumping to _exit.
10087         Reported by Xavier Leroy.
10089 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
10091         * Makefile (subdirs): Add iconvdata and localedata.
10093         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
10095         * iconv/gconv_conf.c (read_conf_file): Little optimization.
10097         * iconvdata/8bit-gap.c: New file.
10098         * iconvdata/8bit-generic.c: Renamed from ...
10099         * iconvdata/iso8859-generic.c: ...this.
10100         * iconvdata/configure: Removed.
10101         * iconvdata/Makefile: Add new modules and better rules.
10102         * iconvdata/iso6937.c: Minor bug fixes.
10103         * iconvdata/iso8859-1.c: Likewise.
10104         * iconvdata/t61.c: Likewise.
10105         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
10106         Minor bug fixes.
10107         * iconvdata/iso8859-3.c: Likewise.
10108         * iconvdata/iso8859-4.c: Likewise.
10109         * iconvdata/iso8859-5.c: Likewise.
10110         * iconvdata/iso8859-6.c: Likewise.
10111         * iconvdata/iso8859-7.c: Likewise.
10112         * iconvdata/iso8859-8.c: Likewise.
10113         * iconvdata/iso8859-9.c: Likewise.
10114         * iconvdata/iso8859-10.c: Likewise.
10115         * iconvdata/ebcdic-at-de-a.c: New file.
10116         * iconvdata/ebcdic-at-de.c: New file.
10117         * iconvdata/ebcdic-ca-fr.c: New file.
10118         * iconvdata/hp-roman8.c: New file.
10119         * iconvdata/koi-8.c: New file.
10120         * iconvdata/koi8-r.c: New file.
10121         * iconvdata/koi8-h.c: New file.
10122         * iconvdata/latin-greek-1.c: New file.
10123         * iconvdata/latin-greek-1.h: New file.
10124         * iconvdata/latin-greek.c: New file.
10125         * iconvdata/latin-greek.h: New file.
10126         * iconvdata/jis0201.c: New file.
10127         * iconvdata/jis0201.h: New file.
10128         * iconvdata/jis0208.c: New file.
10129         * iconvdata/jis0208.h: New file.
10130         * iconvdata/jis0212.c: New file.
10131         * iconvdata/jis0212.h: New file.
10132         * iconvdata/sjis.c: New file.
10133         * iconvdata/gap.pl: New file.  Script to generate table header.
10134         * iconvdata/gaptab.pl: New file.
10135         * iconvdata/gconv-modules: Add info about new modules.
10137         * locale/programs/charmap.c: Also examine alias names given in charmap
10138         files.
10140         * localedata/*: Add to here from add-on.  We need the information
10141         to generate tables for iconv.
10143         Update from db-2.3.14.
10144         * db2/Makefile: Updated.
10145         * db2/config.h: Likewise.
10146         * db2/db.h: Likewise.
10147         * db2/db_int.h: Likewise.
10148         * db2/btree/bt_cursor.c: Likewise.
10149         * db2/btree/bt_delete.c: Likewise.
10150         * db2/btree/bt_put.c: Likewise.
10151         * db2/btree/bt_search.c: Likewise.
10152         * db2/btree/bt_split.c: Likewise.
10153         * db2/btree/btree_auto.c: Likewise.
10154         * db2/common/db_appinit.c: Likewise.
10155         * db2/common/db_apprec.c: Likewise.
10156         * db2/common/db_err.c: Likewise.
10157         * db2/common/db_region.c: Likewise.
10158         * db2/db/db_auto.c: Likewise.
10159         * db2/db/db_dispatch.c: Likewise.
10160         * db2/db/db_ret.c: Likewise.
10161         * db2/dbm/dbm.c: Likewise.
10162         * db2/hash/hash_auto.c: Likewise.
10163         * db2/include/btree_ext.h: Likewise.
10164         * db2/include/common_ext.h: Likewise.
10165         * db2/include/db.h.src: Likewise.
10166         * db2/include/db_cxx.h: Likewise.
10167         * db2/include/db_ext.h: Likewise.
10168         * db2/include/db_int.h.src: Likewise.
10169         * db2/include/lock.h: Likewise.
10170         * db2/include/log.h: Likewise.
10171         * db2/include/mp.h: Likewise.
10172         * db2/include/mp_ext.h: Likewise.
10173         * db2/include/os_ext.h: Likewise.
10174         * db2/include/os_func.h: Likewise.
10175         * db2/lock/lock.c: Likewise.
10176         * db2/lock/lock_deadlock.c: Likewise.
10177         * db2/log/log.c: Likewise.
10178         * db2/log/log_archive.c: Likewise.
10179         * db2/log/log_auto.c: Likewise.
10180         * db2/log/log_get.c: Likewise.
10181         * db2/log/log_put.c: Likewise.
10182         * db2/mp/mp_bh.c: Likewise.
10183         * db2/mp/mp_fget.c: Likewise.
10184         * db2/mp/mp_fopen.c: Likewise.
10185         * db2/mp/mp_fput.c: Likewise.
10186         * db2/mp/mp_fset.c: Likewise.
10187         * db2/mp/mp_open.c: Likewise.
10188         * db2/mp/mp_pr.c: Likewise.
10189         * db2/mp/mp_region.c: Likewise.
10190         * db2/mp/mp_sync.c: Likewise.
10191         * db2/mutex/README: Likewise.
10192         * db2/mutex/mutex.c: Likewise.
10193         * db2/os/os_open.c: Likewise.
10194         * db2/os/os_func.c: Removed.
10195         * db2/os/os_config.c: New file.
10196         * db2/os/os_spin.c: New file.
10197         * db2/txn/txn.c: Likewise.
10198         * db2/txn/txn_auto.c: Likewise.
10200 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
10202         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
10203         __typeof for C++ since this fails for class members.
10204         Reported by Neal Becker <neal@ctd.comsat.com>.
10206 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10208         * configure.in: Check for a working makeinfo (3.11 or better).
10209         * config.make.in: Add MAKEINFO to be substituted.
10210         * manual/Makefile: Don't update info if makeinfo is too old.
10212 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
10214         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
10215         * sysdeps/alpha/__longjmp.S: Likewise.
10216         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
10217         not <bits/termios.h>.
10219         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
10220         __llseek and make llseek and lseek64 weak aliases.
10221         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
10222         Patches by a sun <asun@zoology.washington.edu>.
10224 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10226         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
10227         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10228         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10229         * misc/sys/syslog.h: Clean up BSD header.
10231 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10233         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
10235         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
10236         for ctan(+-inf,x).
10237         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
10238         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
10240         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
10241         csqrt (-1), ctanh(i*pi/4).
10243 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10245         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
10247 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
10249         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
10251 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10253         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
10255 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
10257         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
10258         and use.  Define GETCWD_RETURN_TYPE instead and use it.
10259         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
10260         of GETCWD_STORYGE_CLASS and put the return type and the
10261         `internal_function' in the right order for gcc 2.7.2.
10263 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10265         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
10266         incompatible with Linux 2.1.x.  Packages using modules
10267         (e.g. modutils) should/do provide their own version.  Suggested by
10268         Richard Henderson.
10270         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
10272         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
10273         [$(subdir)=socket]: Remove sys/module.h.
10275 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
10277         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
10278         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
10280         * iconv/gconv_close.c: Correct freeing of descriptor data.
10281         * iconv/gconv_simple.c: Return correct error values for illegal or
10282         incomplete characters.
10284         * Makefile (iconvdata/%): Special goal to simplify iconvdata
10285         development.
10286         * iconvdata/Makefile: New file.
10287         * iconvdata/configure: Likewise.
10288         * iconvdata/extra-module.mk: Likewise.
10289         * iconvdata/gconv-modules: Likewise.
10290         * iconvdata/iso6937.c: Likewise.
10291         * iconvdata/iso8859-1.c: Likewise.
10292         * iconvdata/iso8859-10.c: Likewise.
10293         * iconvdata/iso8859-10.h: Likewise.
10294         * iconvdata/iso8859-2.c: Likewise.
10295         * iconvdata/iso8859-2.h: Likewise.
10296         * iconvdata/iso8859-3.c: Likewise.
10297         * iconvdata/iso8859-3.h: Likewise.
10298         * iconvdata/iso8859-4.c: Likewise.
10299         * iconvdata/iso8859-4.h: Likewise.
10300         * iconvdata/iso8859-5.c: Likewise.
10301         * iconvdata/iso8859-5.h: Likewise.
10302         * iconvdata/iso8859-6.c: Likewise.
10303         * iconvdata/iso8859-6.h: Likewise.
10304         * iconvdata/iso8859-7.c: Likewise.
10305         * iconvdata/iso8859-7.h: Likewise.
10306         * iconvdata/iso8859-8.c: Likewise.
10307         * iconvdata/iso8859-8.h: Likewise.
10308         * iconvdata/iso8859-9.c: Likewise.
10309         * iconvdata/iso8859-9.h: Likewise.
10310         * iconvdata/iso8859-generic.c: Likewise.
10311         * iconvdata/t61.c: Likewise.
10313         * string/Makefile (routines): Add strcasestr.
10314         * string/string.h: Add prototype for strcasestr.
10315         * sysdeps/generic/strcasestr.c: New file.
10316         * wcsmbs/mbrtowc.c: Simplify special case a bit.
10317         * wcsmbs/wcrtomb.c: Likewise.
10318         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
10319         * wcsmbs/wcsnrtombs.c: Likewise.
10320         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
10321         partial character is read.
10322         * wcsmbs/wcsrtombs.c: Likewise.
10323         * wcsmbs/wmemrtombs.c: Likewise.
10324         * wcsmbs/wmemrtowcs.c: Likewise.
10326         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
10327         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
10328         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
10329         * sysdeps/i386/elf/setjmp.S: Likewise.
10330         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
10331         <bits/termios.h>.
10333         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
10334         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
10336         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
10337         * sysvipc/sys/ipc.h: Likewise.
10338         * sysvipc/sys/msg.h: Likewise.
10339         * sysvipc/sys/sem.h: Likewise.
10340         * sysvipc/sys/shm.h: Likewise.
10342         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
10343         used directly.
10344         * sysdeps/alpha/bits/setjmp.h: Likewise.
10345         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
10346         * sysdeps/arm/bits/endian.h: Likewise.
10347         * sysdeps/arm/bits/setjmp.h: Likewise.
10348         * sysdeps/generic/bits/byteswap.h: Likewise.
10349         * sysdeps/generic/bits/confname.h: Likewise.
10350         * sysdeps/generic/bits/dirent.h: Likewise.
10351         * sysdeps/generic/bits/dlfcn.h: Likewise.
10352         * sysdeps/generic/bits/endian.h: Likewise.
10353         * sysdeps/generic/bits/fenv.h: Likewise.
10354         * sysdeps/generic/bits/huge_val.h: Likewise.
10355         * sysdeps/generic/bits/in.h: Likewise.
10356         * sysdeps/generic/bits/ioctl-types.h: Likewise.
10357         * sysdeps/generic/bits/ioctls.h: Likewise.
10358         * sysdeps/generic/bits/ipc.h: Likewise.
10359         * sysdeps/generic/bits/msq.h: Likewise.
10360         * sysdeps/generic/bits/poll.h: Likewise.
10361         * sysdeps/generic/bits/resource.h: Likewise.
10362         * sysdeps/generic/bits/sched.h: Likewise.
10363         * sysdeps/generic/bits/sem.h: Likewise.
10364         * sysdeps/generic/bits/setjmp.h: Likewise.
10365         * sysdeps/generic/bits/shm.h: Likewise.
10366         * sysdeps/generic/bits/sigaction.h: Likewise.
10367         * sysdeps/generic/bits/sigcontext.h: Likewise.
10368         * sysdeps/generic/bits/socket.h: Likewise.
10369         * sysdeps/generic/bits/stat.h: Likewise.
10370         * sysdeps/generic/bits/statfs.h: Likewise.
10371         * sysdeps/generic/bits/stdio_lim.h: Likewise.
10372         * sysdeps/generic/bits/termios.h: Likewise.
10373         * sysdeps/generic/bits/time.h: Likewise.
10374         * sysdeps/generic/bits/uio.h: Likewise.
10375         * sysdeps/generic/bits/utmp.h: Likewise.
10376         * sysdeps/generic/bits/utmpx.h: Likewise.
10377         * sysdeps/generic/bits/utsname.h: Likewise.
10378         * sysdeps/generic/bits/waitflags.h: Likewise.
10379         * sysdeps/generic/bits/waitstatus.h: Likewise.
10380         * sysdeps/gnu/bits/utmp.h: Likewise.
10381         * sysdeps/gnu/bits/utmpx.h: Likewise.
10382         * sysdeps/i386/bits/byteswap.h: Likewise.
10383         * sysdeps/i386/bits/endian.h: Likewise.
10384         * sysdeps/i386/bits/huge_val.h: Likewise.
10385         * sysdeps/i386/bits/setjmp.h: Likewise.
10386         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
10387         * sysdeps/ieee754/bits/huge_val.h: Likewise.
10388         * sysdeps/m68k/bits/byteswap.h: Likewise.
10389         * sysdeps/m68k/bits/endian.h: Likewise.
10390         * sysdeps/m68k/bits/setjmp.h: Likewise.
10391         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
10392         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10393         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
10394         * sysdeps/mach/hurd/bits/stat.h: Likewise.
10395         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10396         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
10397         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10398         * sysdeps/mips/bits/dlfcn.h: Likewise.
10399         * sysdeps/mips/bits/endian.h: Likewise.
10400         * sysdeps/mips/bits/setjmp.h: Likewise.
10401         * sysdeps/mips/dec/bits/endian.h: Likewise.
10402         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
10403         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
10404         * sysdeps/mips/p40/bits/endian.h: Likewise.
10405         * sysdeps/powerpc/bits/endian.h: Likewise.
10406         * sysdeps/powerpc/bits/fenv.h: Likewise.
10407         * sysdeps/powerpc/bits/setjmp.h: Likewise.
10408         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
10409         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
10410         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
10411         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
10412         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
10413         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
10414         * sysdeps/unix/bsd/bits/stat.h: Likewise.
10415         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
10416         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
10417         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
10418         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
10419         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
10420         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
10421         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
10422         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
10423         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
10424         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
10425         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
10426         * sysdeps/unix/common/bits/dirent.h: Likewise.
10427         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
10428         * sysdeps/unix/sysv/bits/stat.h: Likewise.
10429         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
10430         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
10431         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
10432         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
10433         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
10434         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
10435         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
10436         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
10437         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
10438         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
10439         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
10440         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
10441         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
10442         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
10443         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
10444         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
10445         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
10446         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
10447         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
10448         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
10449         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
10450         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
10451         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
10452         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
10453         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10454         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
10455         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
10456         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
10457         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
10458         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
10459         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
10460         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
10461         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
10462         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
10463         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
10464         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
10465         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
10466         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
10467         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
10468         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
10469         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
10470         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
10471         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10472         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
10473         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
10474         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
10475         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
10476         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
10477         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
10478         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
10479         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
10480         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
10481         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
10482         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
10483         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
10484         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
10485         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
10486         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
10487         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
10488         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
10489         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
10490         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
10491         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
10492         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
10493         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
10494         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
10495         * sysdeps/vax/bits/huge_val.h: Likewise.
10496         * sysdeps/vax/bits/setjmp.h: Likewise.
10497         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
10498         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
10500 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10502         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
10504 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
10506         * strftime.c (strftime):
10507         No longer any need to undef or declare if emacs is defined.
10508         (my_strftime): When checking a -1 returned by mktime, don't blow up
10509         if localtime_r returns NULL.
10511 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10513         * README.template: Fix spelling.
10515 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10517         * configure.in: Enhance --enable-add-ons description a wee bit.
10519 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10521         * glibcbug.in: Add more information of build environment and flags.
10523 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10525         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
10526         it into ENOENT.
10528 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
10530         * elf/dl-support.c: Call __libc_init_secure to make sure
10531         __libc_enable_secure is defined early.
10532         * sysdeps/generic/enbl-secure.c: Change function name to
10533         __libc_init_secure and make it global instead of a constructor.
10535         * iconv/gconv.c: Fix lots of bugs.
10536         * iconv/gconv.h: Likewise.
10537         * iconv/gconv_builtin.h: Likewise.
10538         * iconv/gconv_close.c: Likewise.
10539         * iconv/gconv_conf.c: Likewise.
10540         * iconv/gconv_db.c: Likewise.
10541         * iconv/gconv_dl.c: Likewise.
10542         * iconv/gconv_open.c: Likewise.
10543         * iconv/gconv_simple.c: Likewise.
10544         * iconv/iconv.c: Likewise.
10545         * iconv/iconv_close.c: Likewise.
10546         * iconv/iconv_open.c: Likewise.
10548         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
10549         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
10550         * wcsmbs/wmemrtombs.c: New file.
10551         * wcsmbs/wmemrtowcs.c: New file.
10553 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
10555         * iconv/gconv_simple.c: Fix lots of bugs.
10556         * iconv/iconv_open.c: Normalize names before passing them to
10557         __gconv_open.
10559         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
10561         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
10562         * stdio-common/test-popen.c: Add test for above change.
10564         * math/libm-test.c: Print test results also using %a format,
10565         specified in PRINTF_XEXPR macro.
10566         * math/test-double.c: Define PRINTF_XEXPR.
10567         * math/test-float.c: Likewise.
10568         * math/test-ldouble.c: Likewise.
10569         * math/test-idouble.c: Likewise.
10570         * math/test-ifloat.c: Likewise.
10571         * math/test-ildoubl.c: Likewise.
10573         * stdio-common/vfscanf.c: Recognize a in format specifier only as
10574         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
10575         FP number format.
10577         * stdlib/strtod.c: Little code cleanup.
10579         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
10580         compiling in math subdir.
10582         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
10583         instead of __LIBC_M81_MATH_INLINES.
10584         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
10585         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
10586         * sysdeps/m68k/fpu/e_pow.c: Likewise.
10587         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
10588         * sysdeps/m68k/fpu/k_cos.c: Likewise.
10589         * sysdeps/m68k/fpu/k_sin.c: Likewise.
10590         * sysdeps/m68k/fpu/k_tan.c: Likewise.
10591         * sysdeps/m68k/fpu/s_atan.c: Likewise.
10592         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
10593         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
10594         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
10595         * sysdeps/m68k/fpu/s_csin.c: Likewise.
10596         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
10597         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
10598         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
10599         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
10600         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
10601         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
10602         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
10603         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
10604         * sysdeps/m68k/fpu/s_modf.c: Likewise.
10605         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
10606         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
10607         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
10608         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
10609         __LIBC_INTERNAL_MATH_INLINES is defined.
10611         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
10612         of compare macros from ISO C 9X.  Optimize generic versions a bit.
10613         Define __signbit inline functions and __ieee754_sqrt which can be
10614         used if the ompiler is fixed.
10616         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
10618 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10620         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
10621         sysdeps/generic in the whole dep file, not only in the first line.
10623 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10625         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
10627 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10629         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
10630         place.
10632 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10634         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
10635         is non-empty.
10637 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
10639         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
10640         return value.
10642 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
10644         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
10645         readlink succeeds but the return value is too long.
10647         * stdio-common/printf_fphex.c: Determine sign of number correctly.
10649 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
10651         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
10652         __remqu for Alpha.
10654 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
10656         * sysdeps/generic/sys/ucontext.h: Stub context file.
10658         * libio/iofprintf.c: Removed.  We use the stdio-common version.
10660         * manual/Makefile (distribute): Add stdio-fp.c.
10662         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
10664         * db2/Makefile (distribute): Add include/os_func.h, README and
10665         mutex/tsl_parisc.s.
10667         * hesiod/Makefile (distribute): Add README.hesiod.
10669 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
10671         * iconv/gconv.c: Correctly call transformation function.
10673         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
10675 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10677         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
10678         wrong results for e.g. remquo (3,2, &x)).
10679         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
10680         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
10682 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10684         * configure.in (ld --version-script): Test if the same symbol
10685         maybe defined in all versions (needed by recent changes to
10686         libc.map and supported with binutils 2.8.1.0.17) and issue warning
10687         if versioning is not supported/enabled.
10688         (bash test): Correct test case.
10690         * math/libm-test.c: Added counting/reporting of number of test cases.
10692         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
10693         use awk instead.
10695         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
10697 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10699         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
10701 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
10703         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
10704         Replace revoke call by use of REVOKE.
10705         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
10706         empty and #include generic version.
10707         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10709 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
10711         * libc.map: Add socket functions with __libc_* names.
10712         Reported by Andreas Jaeger.
10714 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10716         * libc.map: Tidy up (remove duplicates, sort entries).
10718 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10720         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
10722 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
10724         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
10725         again after successful call.
10726         Patch by Marc Lehmann <pcg@goof.com>.
10728 1997-11-17  Paul Eggert  <eggert@twinsun.com>
10730         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
10731         as some hosts need this to declare localtime_r properly.
10733 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
10735         * libc.map: Add iconv_open, iconv, and iconv_close.
10737 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
10739         * iconv/Makefile: New file.
10740         * iconv/gconv.c: New file.
10741         * iconv/gconv.h: New file.
10742         * iconv/gconv_builtin.c: New file.
10743         * iconv/gconv_builtin.h: New file.
10744         * iconv/gconv_close.c: New file.
10745         * iconv/gconv_conf.c: New file.
10746         * iconv/gconv_db.c: New file.
10747         * iconv/gconv_dl.c: New file.
10748         * iconv/gconv_open.c: New file.
10749         * iconv/gconv_simple.c: New file.
10750         * iconv/iconv.c: New file.
10751         * iconv/iconv.h: New file.
10752         * iconv/iconv_close.c: New file.
10753         * iconv/iconv_open.c: New file.
10754         * include/gconv.h: New file.
10756         * Makeconfig: Define gconvdir.
10757         * Makefile (subdirs): Add iconv.
10759         * string/bits/string2.h: Add optimization for strtok_r.
10761         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
10762         for NULL.
10763         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
10764         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
10766         * configure.in: Correct test for bash2.
10767         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10769         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
10770         (CFLAGS-locfile.c): Likewise.
10771         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
10773         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
10774         non-existing entry if the table is full.
10776         * posix/regex.h: Pretty print.
10778         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
10780         * sysdeps/posix/ctermid.c: Simplify a bit.
10782         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
10784 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10786         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
10787         <sys/types.h> instead of <asm/types.h>.
10789 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10791         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
10793 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
10795         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
10796         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
10797         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
10798         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
10799         fclose): Added to GLIBC_2.1.
10801         * libio/Makefile (routines, shared-only-routines): Add
10802         oldiofclose.  Remove oldfreopen.
10804         * libio/freopen.c (freopen): When PIC is defined, call
10805         _IO_old_freopen () for old stdio.
10807         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
10808         (_IO_fclose, fclose): Use _IO_new_fclose as default version
10809         for GLIBC_2.1.
10811         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
10812         instead of _IO_file_close_it.
10814         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
10815         to _IO_2_1_stdxxx_.
10816         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
10817         is defined.
10819         * libio/libioP.h (_IO_old_do_flush): New.
10821         * libio/oldfileops.c (_IO_old_file_close_it,
10822         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
10823         Call _IO_old_do_flush () instead of _IO_do_flush ().
10824         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
10825         _IO_do_write ().
10827         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
10828         instead of _IO_file_init ().
10829         Bind old symbols to version GLIBC_2.0.
10831         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
10832         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
10833         _IO_stdxxx_.
10834         (_IO_check_libio): New function in .init.
10836         * libio/oldiofclose.c: New file.
10838         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
10839         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
10840         (DEF_STDFILE): Don't use default_symbol_version.
10842         * libio/stdio.c (stdin, stdout, stderr): Set to
10843         _IO_2_1_stdxxx_._
10844         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
10845         stdxxx.
10847         * csu/Makefile (distribute): Add init.c.
10848         (extra-objs): Add init.o for ELF.
10849         (start-installed-name): Add $(objpfx)init.o.
10851         * csu/init.c: New file.
10853 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
10855         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
10856         definition as the default.
10858 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
10860         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
10862 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10864         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
10865         (PR 351).
10867 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
10869         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
10870         to preserve condition codes on function call.
10872 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10874         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
10876 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10878         * math/libm-test.c (asin_test): Add epsilon for float.
10879         (tan_test): Add epsilon for float.
10880         (log1p_test): Add epsilon for float.
10881         (inverse_functions): Add epsilons.
10883         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
10884         net/if_packet.h.
10886         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
10888 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10890         * md5-crypt/Makefile (extra-objs): Make recursively expanded
10891         variable, since $(object-suffixes) is not defined yet.
10893 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10895         * db2/Makefile (distribute): db185/db185_int.src ->
10896         db185/db185_int.h.
10898 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10900         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
10901         exactly one.
10903 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10905         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
10906         name.
10907         * sysdeps/generic/e_acosl.c: Likewise.
10908         * sysdeps/generic/e_asinl.c: Likewise.
10909         * sysdeps/generic/e_atan2l.c: Likewise.
10910         * sysdeps/generic/e_expl.c: Likewise.
10911         * sysdeps/generic/e_fmodl.c: Likewise.
10912         * sysdeps/generic/e_j0l.c: Likewise.
10913         * sysdeps/generic/e_j1l.c: Likewise.
10914         * sysdeps/generic/e_jnl.c: Likewise.
10915         * sysdeps/generic/e_lgammal_r.c: Likewise.
10916         * sysdeps/generic/e_log10l.c: Likewise.
10917         * sysdeps/generic/e_logl.c: Likewise.
10918         * sysdeps/generic/e_powl.c: Likewise.
10919         * sysdeps/generic/e_sqrtl.c: Likewise.
10920         * sysdeps/generic/e_exp2l.c: Likewise.
10922 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10924         * Make-dist (+sysdep-names): Remove extra paren.
10925         * Makefile (distribute): Add stub-tag.h.
10926         * elf/Makefile (distribute): Add atomicity.h.
10927         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
10928         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
10929         [$(subdir)=socket]: Add net/if_packet.h.
10930         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
10931         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
10932         net/if_packet.h, scsi/sg.h.
10934 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10936         * Makefile (install): Quote $(CC) expansion.
10938 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10940         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
10941         working /proc cwd and no restrictions on path length.  Following
10942         some ideas from Andi Kleen <ak@muc.de> (PR 350).
10944 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10946         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
10947         * nis/nss_compat/compat-pwd.c: Likewise.
10948         * nis/nss_compat/compat-spwd.c: Likewise.
10950 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
10952         * sysdeps/libm-i387/s_fdim.S: New file.
10953         * sysdeps/libm-i387/s_fdimf.S: New file.
10954         * sysdeps/libm-i387/s_fdiml.S: New file.
10955         * sysdeps/libm-i387/i686/s_fdim.S: New file.
10956         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
10957         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
10959 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10961         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
10962         pointer to unsigned char.
10964 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10966         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
10968         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
10970         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
10972 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10974         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
10975         ilogb(0/NaN).
10976         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
10977         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
10979 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
10981         * sysdeps/libm-i387/s_fmin.S: New file.
10982         * sysdeps/libm-i387/s_fminf.S: New file.
10983         * sysdeps/libm-i387/s_fminl.S: New file.
10984         * sysdeps/libm-i387/s_fmax.S: New file.
10985         * sysdeps/libm-i387/s_fmaxf.S: New file.
10986         * sysdeps/libm-i387/s_fmaxl.S: New file.
10987         * sysdeps/libm-i387/i686/s_fmin.S: New file.
10988         * sysdeps/libm-i387/i686/s_fminf.S: New file.
10989         * sysdeps/libm-i387/i686/s_fminl.S: New file.
10990         * sysdeps/libm-i387/i686/s_fmax.S: New file.
10991         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
10992         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
10994 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
10996         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
10997         * sysdeps/unix/sysv/linux/send.S: Likewise.
10998         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
10999         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
11000         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
11001         * sysdeps/unix/sysv/linux/recv.S: Likewise.
11002         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
11003         * sysdeps/unix/sysv/linux/connect.S: Likewise.
11004         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
11006 See ChangeLog.7 for earlier changes.