Update.
[glibc.git] / ChangeLog
blob58849d75cb4f748c7831aa3fab793b611f89373c
1 1998-07-29 21:29  Ulrich Drepper  <drepper@cygnus.com>
3         * elf/elf.h: Define more EM_* constants, ELFCLASSNUM, ELFDATANUM,
4         EV_NUM, Elf32_Nhdr, Elf64_Nhdr and various note section values.
6 1998-07-29  Mark Kettenis  <kettenis@phys.uva.nl>
8         * sysdeps/mach/hurd/dl-sysdep.c (__lseek): New function.
9         (__getpid): New function.
10         (abort): New function.
12 1998-07-29 15:07  Ulrich Drepper  <drepper@cygnus.com>
14         * sysdeps/arm/fpu/Dist: New file.  Add ieee754.h.
16         * nis/nis_cache2_xdr.c: Removed.
17         * nis/nis_cache.c: Removed.
18         * nis/nis_cache2.h: Removed.
20 1998-07-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
22         * Rules (tests): Depend on tests-static only if build-static == yes.
24         * misc/Makefile (install-lib): Compile libbsd-compat.a and libg.a
25         only if build-static == yes.
27 1998-07-29 12:58  Ulrich Drepper  <drepper@cygnus.com>
29         * sysdeps/generic/glob.c: Winblowz compatibility stuff.
30         Patch received from Paul D. Smith <psmith@BayNetworks.COM>.
32 1998-07-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
34         * sunrpc/clnt_unix.c (__msgwrite)[!SCM_CRED]: Add return
35         statement, fix typo.
36         * sunrpc/svc_unix.c (__msgwrite)[!SCM_CRED]: Likewise.
38 1998-07-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
40         * manual/pattern.texi (More Flags for Globbing): Fix typo.
42         * manual/math.texi (Special Functions): Fix typo.
44         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_ROUTER_ALERT): New
45         constant from Linux 2.1.112.
47         * posix/Makefile (install-lib): Compile libposix.a only if
48         build-static == yes.
50 1998-07-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
52         * sysdeps/generic/glob.c: Maintain const correctness.  Move extern
53         declarations to file level.  Cope with unsupported
54         _SC_GETPW_R_SIZE_MAX.
56 1998-07-29  Ulrich Drepper  <drepper@cygnus.com>
58         * stdio-common/tst-printf.c: %z is now recognized by printf.
60         * sysdeps/libm-ieee754/c_csqrt.c: Fix problems with some cancelation
61         errors.
62         * sysdeps/libm-ieee754/c_csqrtf.c: Likewise.
63         * sysdeps/libm-ieee754/c_csqrtlc: Likewise.
64         Patch by Stephen L Moshier <moshier@mediaone.net>.
66         * math/libm-test.c (csqrt_test): Correct typo in one test, add
67         another one.
69         * sysdeps/unix/sysv/linux/bits/siginfo.h: Adjust siginfo_t after
70         latest kernel change.
72 1998-07-29  6:39  Kazushige Goto <goto@statabo.rim.or.jp>
74         * sysdeps/alpha/fpu/e_sqrt.c [!_IEEE_FP]: Correctly handle
75         inputs near DBL_MIN.
77 1998-07-28  Ulrich Drepper  <drepper@cygnus.com>
79         * resolv/nss_dns/dns-host.c (getanswer_r): Lower the priority of
80         warnings when DNSSEC related records are received.
81         * resolv/gethnamaddr.c (getanswer): Likewise.
82         Patch by Brian Wellington <bwelling@anomaly.munge.com>.
84         * signal/signal.h: Add prototype for sysv_signal.
86         * math/libm-test.c (tgamma_test): Remove redundant tests.
88         * sysdeps/generic/glob.c: Correct problems with */foo and GLOB_NOCHECK
89         where foo does not exist in any of the subdirectories.
90         Reported by Paul D. Smith <psmith@BayNetworks.COM>.
92         * posix/globtest.sh: Add test for this bug.
94         * posix/glob.h: Add GLOB_TILDE_CHECK.
95         * sysdeps/generic/glob.c: Implement GLOB_TILDE_CHECK.
96         * posix/globtest.c: Add option T to enable GLOB_TILDE_CHECK.
97         * posix/globtest.sh: Re-enable test with ~ and non-existing user name.
99 1998-07-28  Mark Kettenis  <kettenis@phys.uva.nl>
101         * io/sys/statfs.h: Fix typos.
102         * io/sys/statvfs.h: Fix typos.
104 1998-07-28  Ulrich Drepper  <drepper@cygnus.com>
106         * version.h (VERSION): Bump to 2.0.95.
108         * math/Makefile (libm-calls): Remove w_gamma, add w_tgamma.
109         * math/Versions [GLIBC_2.1]: Add tgamma, tgammaf, and tgammal.
110         * math/libm-test.c: Split old gamma_test and move half of it in new
111         function tgamma_test.
112         * math/bits/mathcalls.h: Add declaration of tgamma.
113         * sysdeps/libm-ieee754/k_standard.c: Change gamma errors into
114         tgamma errors.
115         * sysdeps/libm-ieee754/w_gamma.c: Remove lgamma compatibility code
116         and rename to ...
117         * sysdeps/libm-ieee754/w_tgamma.c: ... this.  New file.
118         * sysdeps/libm-ieee754/w_gammaf.c: Remove lgammaf compatibility code
119         and rename to ...
120         * sysdeps/libm-ieee754/w_tgammaf.c: ... this.  New file.
121         * sysdeps/libm-ieee754/w_gammal.c: Remove lgammal compatibility code
122         and rename to ...
123         * sysdeps/libm-ieee754/w_tgammal.c: ... this.  New file.
124         * sysdeps/libm-ieee754/w_lgamma.c: Add gamma as weak alias.
125         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
126         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
128         * stgdio-common/printf-parse.h: Implement handling of j, t, and z
129         modifiers.
130         * stdio-common/vfprintf.c: Likewise.
131         * stdio-common/vfscanf.c: Likewise.
132         * manual/stdio.texi: Document new printf/scanf modifiers.
134         * sysdeps/unix/sysv/linux/recvmsg.c: Remove alias __recvmsg.
135         * sysdeps/unix/sysv/linux/sendmsg.c: Remove alias __sendmsg.
137 1998-07-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
139         * sunrpc/Makefile (routines): Add clnt_unix and svc_unix.
140         * sunrpc/Versions: Add new *unix_create functions.
141         * sunrpc/clnt_gen.c: Add support for RPC over AF_UNIX.
142         * sunrpc/clnt_unix.c: New, client side of RPC over AF_UNIX.
143         * sunrpc/key_call.c: Use RPC over AF_UNIX for communication
144         with keyserv daemon.
145         * sunrpc/rpc/clnt.h: Add AF_UNIX based RPC function prototypes.
146         * sunrpc/rpc/svc.h: Likewise.
147         * sunrpc/svc_authux.c: Copy internal auth flavor if none is given.
148         * sunrpc/svc_tcp.c: Fix typos.
149         * sunrpc/svc_unix.c: New, server side of AF_UNIX based RPC.
151         * nis/Makefile: Remove currently not working cache functions.
152         * nis/Versions: Add __nisbind_* functions for rpc.nisd.
153         * nis/nis_call.c: Rewrite binding to a NIS+ server to reuse
154         CLIENT handles.
155         * nis/nis_file.c: Fix memory leaks.
156         * nis/nis_intern.h: Move internal structs from here ...
157         * nis/rpcsvc/nislib.h: ... to here for NIS+ server and tools.
158         * nis/nis_lookup.c: Try at first if last client handle works.
159         * nis/nis_table.c: Likewise.
160         * nis/nis_checkpoint.c: Adjust __do_niscall2 parameters.
161         * nis/nis_mkdir.c: Likewise.
162         * nis/nis_ping.c: Likewise.
163         * nis/nis_rmdir.c: Likewise.
164         * nis/nis_server.c: Likewise.
165         * nis/nis_util.c: Likewise.
166         * nis/nis_findserv.c (__nis_findfastest): Little optimization.
168 1998-07-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
170         * stdlib/strtol.c (STRTOL_LONG_MAX): Correct typo in last patch -
171         define as LONG_MAX.
173 1998-07-28 09:31  Ulrich Drepper  <drepper@cygnus.com>
175         * nscd/connections.c (gr_send_answer): Deal with missing UIO_MAXIOV.
176         Correct test whether writev send all data.
177         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Correct test whether readv
178         received all data.
180 1998-07-28  Mark Kettenis  <kettenis@phys.uva.nl>
182         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Deal with missing UIO_MAXIOV.
184 1998-07-28  Mark Kettenis  <kettenis@phys.uva.nl>
186         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Change assert call to
187         allow mode to be 0.
188         (__xstat): New function.
189         (__fxstat): New function.
190         (_dl_sysdep_read_whole_file): Removed.  The implementation in
191         `elf/dl-misc.c' now also works for the Hurd.
193 1998-07-27 22:25  Ulrich Drepper  <drepper@cygnus.com>
195         * sysdeps/generic/glob.c: Handle ~ and ~NAME case correctly.
197         * posix/globtest.sh: Also add directories with NSS modules into the
198         library path.
200 1998-07-27 17:42  Ulrich Drepper  <drepper@cygnus.com>
202         * nss/nss_files/files-parse.c (INT_FIELD): Use strtoul instead of
203         strtol.
204         (INT_FIELD_MAYBE_NULL): Likewise.
206         * posix/globtest.c: Rewrite for extended test suite.
207         * posix/globtest.sh: More tests.
208         Patch by Brian Wellington <bwelling@anomaly.munge.com>.
210         * stdlib/strtol.c: Don't redefine LONG_MAX, LONG_MIN, and ULONG_MAX.
211         Use new macro.
213         * sysdeps/generic/readv.c: Correct return type.
214         * sysdeps/generic/writev.c: Likewise.
216 1998-07-24  Gordon Matzigkeit  <gord@fig.org>
218         * argp/argp-help.c (_GNU_SOURCE): Define, to suck in
219         program_invocation_name when compiling outside of glibc.
221 1998-07-26  Philip Blundell  <philb@gnu.org>
223         * sysdeps/unix/sysv/linux/arm/siglist.c: New file; ARM tools don't
224         like `@' in .type directives.
226         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Check whether
227         FE_TONEAREST exists for this platform before using it.
228         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Likewise.
230         * sysdeps/arm/dl-machine.h (elf_machine_rel): Delete redundant
231         debugging code.  Correct handling of PC24 relocs.
233         * elf/Makefile (ld-map): Only define if versioning is in use.
235         * sysdeps/arm/fpu_control.h: Move to ...
236         * sysdeps/arm/fpu/fpu_control.h: ... here.
237         * sysdeps/generic/fpu_control.h: Made usable as a dummy
238         implementation.
240         * sysdeps/unix/sysv/linux/arm/brk.c: New file.
242         * sysdeps/arm/machine-gmon.h: Improved profiling for ARM.
243         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Replace stub with real
244         implementation.
245         * sysdeps/unix/sysv/linux/arm/clone.S: Likewise.
246         Based on patch from Scott Bambrough and Pat Beirne.
248         * shlib-versions: Add appropriate definitions for ARM machines.
250         * README.template: Mention that Linux/ARM with ELF works now.
252 1998-07-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
254         * Makerules: Generate compilation rules for all object suffixes,
255         not only those currently selected, for sources in the current or
256         object directory.
258 1998-07-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
260         * posix/fnmatch.c (fnmatch): Allow `/' in character class.  Don't
261         match `/' in filename by a character class if requested.
262         * posix/testfnm.c: Rewritten.
263         * posix/testfnm.args: Removed.
265 1998-07-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
267         * posix/annexc.c (limits_syms): Add missing symbols.
268         (stdarg_syms): Move va_list to `maybe' list.
269         (stdio_syms): Add FOPEN_MAX.
271 1998-07-25  Ulrich Drepper  <drepper@cygnus.com>
273         * sysdeps/i386/bits/byteswap.h (__bswap_64): Change __v to __w to
274         prevent conflict with __bswap_32.
276 1998-07-24 21:29  Ulrich Drepper  <drepper@cygnus.com>
278         * nscd/connections.c (pw_send_answer): Make one single writev call.
279         (gr_send_answer): Do the work in two writev calls.  This change
280         changes the protocol.
282         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Adjust for protocol change.
283         We now can do the job using two readv calls.
285 1998-07-24  Ulrich Drepper  <drepper@cygnus.com>
287         * sysdeps/generic/glob.c (glob): Fix problems with handle tilde.
288         Reported by Brian Wellington <bwelling@anomaly.munge.com>.
290         * elf/elf.h: Really define Elf64_Verdef, Elf64_Verdaux, Elf64_Verneed,
291         and Elf64_Vernaux.
293 1998-07-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
295         * configure.in: Recognize pgcc as compiler.
296         Reported by sauron@angband.ee.ualberta.ca.
298 1998-07-02  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
300         * nscd/dbg_log.c: Make sure, that debug message is really written.
301         * nscd/nscd.c: Don't use daemon(), set signal handler after fork.
303 1998-07-23  Ulrich Drepper  <drepper@cygnus.com>
305         * sysdeps/generic/glob.c: Fix two problems with GLOB_DOOFFS.
306         Reported by bwelling@anomaly.munge.com [PR libc/720].
308         * sysdeps/libm-ieee754/k_standard.c: Return NAN for libm not in
309         SVID more for gamma(x) with x integer <= 0.
310         Reported by Stephen L Moshier <moshier@mediaone.net>.
312         * math/libm-test.c (gamma_test): Add test for gamma(-1) and gamma(0).
313         Correct test for SVID version of gamma.
315         * sysdeps/libm-ieee754/w_gamma.c: Use correct matherr call in SVID
316         emulation mode.
317         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
318         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
320         * string/string.h: Don't use string function optimization for C++
321         as long as we use macros.
323 1998-07-22 23:47  Ulrich Drepper  <drepper@cygnus.com>
325         * posix/fnmatch.c: Fix completely broken range matching.
327 1998-07-22 23:19  Ulrich Drepper  <drepper@cygnus.com>
329         * sysdeps/unix/sysv/linux/bits/siginfo.h: Fix typo.
331 1998-07-22  Ulrich Drepper  <drepper@cygnus.com>
333         * Makefile (headers2_0): Add sigstack.h.
335         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Also define __getrusage.
337 1998-07-22 11:43  Ulrich Drepper  <drepper@cygnus.com>
339         * libio/fileops.c (_IO_file_sync): Don't lock stream here.
340         Reported by Thorsten Kukuk.
342         * string/strcoll.c: Correct problem with empty strings.
343         * string/strxfrm.c: Likewise.
344         Reported by vbzoli@hbrt.hu [PR libc/719].
346 1998-07-21 18:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
348         * sysdeps/posix/tempname.c: Use the random-name generator
349         already used by mktemp/mkstemp.  Honor TMPDIR.
351 1998-07-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
353         * hurd/Makefile (routines): Remove cthreads.
354         * sysdeps/mach/hurd/Makefile (sysdep_routines): Add cthreads.
356         * sysdeps/unix/sysv/linux/i386/Dist: Add missing files.
358         * manual/Makefile (distribute): Add summary.texi.
360 1998-07-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
362         * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: Fix typo.
364 1998-07-21  Ulrich Drepper  <drepper@cygnus.com>
366         * configure.in: Correct expression to match gcc version.
368         * configure.in: Move test for available port after machine
369         variable is defined.
371 1998-07-21 16:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
373         * sysdeps/unix/sysv/linux/sendmsg.c: If passing a SCM_CREDS
374         message, copy the buffer and resize it to what the kernel
375         wants to see.  Bug found and analyzed by Thorsten Kukuk
376         <kukuk@weber-eb.uni-paderborn.de>
378 1998-07-20  Jose M. Moya  <josem@gnu.org>
380         * hurd/hurdmsg.c (_S_msg_get_env_variable): Copy getenv return
381         value.
383 1998-07-20  Roland McGrath  <roland@baalperazim.frob.com>
385         * sysdeps/mach/hurd/getdomain.c: New file.
386         * sysdeps/mach/hurd/setdomain.c: New file.
388 1998-07-20  Roland McGrath  <roland@baalperazim.frob.com>
390         * sysdeps/unix/bsd/sigsuspend.c: Define __sigsuspend with sigsuspend as
391         a weak alias.
393 1998-07-20 18:23  Ulrich Drepper  <drepper@cygnus.com>
395         * libio/libioP.h: Use __PMT in typedef.
396         * libio/strfile.h: Likewise.
398 1998-07-20 18:20  Ulrich Drepper  <drepper@cygnus.com>
400         * sysdeps/unix/sysv/linux/gethostname.c: Return ENAMETOOLONG if
401         buffer is too small.
402         Reported by John Levon <j_levon@ncc.co.uk>.
404 1998-07-20 17:09  Ulrich Drepper  <drepper@cygnus.com>
406         * shlib-versions: Remove definition for libSegFault.
408         * memory.texi: Comment out the relocating allocator description.
409         * manual/signal.texi: Remove reference to relocating allocator.
410         * manual/top-menu.texi: Regenerated.
412         * posix/fnmatch.c: Implement [: :] and change to recognize
413         ^ as negation only when not _POSIXLY_CORRECT.
415         * sysdeps/generic/glob.c: Add several optimizations.
417         * posix/glob.h: Undefine __PMT to prevent warnings.
418         Reported by Roland McGrath.
420         * posix/regex.c: Define namespace macros only for _LIBC.
422         * sysdeps/arm/dl-machine.h: Fix typo.
424         * sysdeps/unix/sysv/sysv4/solaris2/sigpending.c: New file.
425         * sysdeps/unix/sysv/sysv4/solaris2/sigstack.c: New file.
426         * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: New file.
427         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Add sigaltstack,
428         sigpending, sigqueue, and sigtimedwait.
429         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sparc32/syscall.S: New file.
431         * timezone/leapseconds: Update from tzdata1998f.
433 1998-07-18  Mark Kettenis  <kettenis@phys.uva.nl>
435         * stdio/stdio.h [__USE_GNU]: Add prototype for fputs_unlocked.
436         * stdio/Versions [GLIBC_2.1]: Add fputs_unlocked.
437         * libio/stdio.h: Fix typo.
439 1998-07-19  Roland McGrath  <roland@baalperazim.frob.com>
441         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): #if 0 out the
442         magic memobj port arg parsing stuff.  Fix it someday when we are ready
443         to really use it.
444         (_dl_sysdep_output): New function, modified from _dl_sysdep_error.
445         (_dl_sysdep_error, _dl_sysdep_message, _dl_sysdep_fatal): Removed.
447 1998-07-19  Roland McGrath  <roland@baalperazim.frob.com>
449         * stdio/fputs.c: Add fputs_unlocked as weak alias for fputs.
451 1998-07-19  Roland McGrath  <roland@baalperazim.frob.com>
453         * sysdeps/posix/sigsuspend.c: Define __sigsuspend with sigsuspend as
454         a weak alias.
455         * sysdeps/mach/hurd/sigsuspend.c: Likewise.
456         * sysdeps/generic/sigsuspend.c: Likewise.
458 1998-07-19  Roland McGrath  <roland@baalperazim.frob.com>
460         * sysdeps/mach/hurd/i386/sigcontextinfo.h: New file.
462 1998-07-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
464         * Makerules (map-file): Don't use $(wildcard) to find the
465         generated version script, instead look in $(version-maps).
466         ($(common-objpfx)libc.so): Only depend on libc.map if versioning
467         is used.
468         * extra-lib.mk ($(objpfx)$(lib).so): Only depend on version script
469         if versioning is used.  Don't use $(wildcard) to find the
470         generated version script, instead look in $(verson-maps).
472 1998-07-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
474         * sysdeps/generic/segfault.c: Rename GET_EIP to GET_PC.  Remove
475         unused function handle.
476         * sysdeps/generic/sigcontextinfo.h: Rename GET_EIP to GET_PC.
477         * sysdeps/unix/sysv/linux/i386/sigcontextinfo.h: Likewise.
478         * debug/catchsegv.sh: Fix argument processing, quoting and various
479         typos.  Put the crash info always in the current directory.  Find
480         program in $PATH if it contains no directory component.
481         * Makerules (install-lib.so-versioned,
482         install-lib.so-unversioned): New variables.
483         (install-lib-nosubdir): Depend on unversioned libs in
484         slibdir, not libdir.
486 1998-07-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
488         * Make-dist (+tsrcs): Remove references to %-map variables and
489         *.map files.  Add Versions in subdirs.
490         * Makerules (distinfo-vars): Don't write out %-map variables.
492 1998-07-20 13:55  Ulrich Drepper  <drepper@cygnus.com>
494         * inet/protocols/rwhod.h: Remove definition of _PATH_RWHODIR.
495         Include <paths.h> instead.
496         * sysdeps/generic/paths.h: Define _PATH_RWHODIR.
497         * sysdeps/unix/sysv/linux/paths.h: Likewise.
498         Reported by Dale Scheetz <dwarf@polaris.net>.
500 1998-07-17 21:44  Ulrich Drepper  <drepper@cygnus.com>
502         * catgets/open_catalog.c: Strictly check whether catalog file is
503         larger enough for the data.  Reported by Andries.Brouwer@cwi.nl.
505 1998-07-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
507         * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: New file.
509         * sysdeps/unix/sysv/linux/m68k/socket.S: Support NO_WEAK_ALIAS.
511 1998-07-17  Ulrich Drepper  <drepper@cygnus.com>
513         * debug/catchsegv.sh: Fix several stupid bugs.
515         * shlib-versions: Define version for libSegFault.
516         * debug/Makefile: Replace shared lib version number while rewriting.
518 1998-07-17  Mark Kettenis  <kettenis@phys.uva.nl>
520         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Add sanity check.
521         Suggested by Roland McGrath.
523 1998-07-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
525         * timezone/Makefile: Remove '-L (leapseconds)' for testdata
526         generation to control environment.
528 1998-07-17 09:21  Ulrich Drepper  <drepper@cygnus.com>
530         * sysdeps/unix/sysv/sysv4/solaris2/bits/signum.h: Define SIG_HOLD.
531         Patch by John Tobey <jtobey@banta-im.com>.
533         * manual/llio.texi: Document readv/writev and mmap functions.
534         Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
536 1998-07-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
538         * manual/Makefile (texis): Depend on texis.awk.
539         (nonexamples): Filter out add-on chapters.
540         (chapters.% top-menu.%): Depend on libc-texinfo.sh.
541         (stamp-summary): Depend on $(texis) except summary.texi.
542         ($(inst_infodir)/libc.info): Simplify command.
543         * manual/libc-texinfo.sh: Cleaned up to use less temporary files.
544         Fix the generation of the detailed node listing to make it
545         complete again.
546         * manual/math.texi: Fix signature of lgamma_r.
548 1998-07-16 23:06  Ulrich Drepper  <drepper@cygnus.com>
550         * debug/Makefile (distribute): Add sigcontextinfo.h.
551         Add rules to generate and install catchsegv.
552         * debug/catchsegv.sh: New file.
554 1998-07-16  Mark Kettenis  <kettenis@phys.uva.nl>
556         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Return a Hurd I/O
557         port instead of a Mach memory object.
558         (__open): Likewise.
559         (__libc_read): New function.
560         (__mmap): Change to take a Hurd I/O port instead of a Mach memory
561         object.
563 1998-07-16 20:01  Ulrich Drepper  <drepper@cygnus.com>
565         * debug/Makefile (routines): Add backtracesymsfd.
566         Add rules to generate libSegFault.
567         * debug/Versions: Add __backtrace_symbols_fd and backtrace_symbols_fd.
568         * debug/execinfo.h: Declare backtrace_symbols_fd.
569         * sysdeps/generic/backtracesymsfd.c: New file.
570         * sysdeps/generic/elf/backtracesymsfd.c: New file.
571         * sysdeps/generic/segfault.c: New file.
572         * sysdeps/generic/sigcontextinfo.h: New file.
573         * sysdeps/unix/sysv/linux/i386/sigcontextinfo.h: New file.
575         * sysdeps/generic/elf/backtracesyms.c: Remove unneeded +.
577 1998-07-16 19:27  Ulrich Drepper  <drepper@cygnus.com>
579         * elf/rtld.c (process_envvars): Also recognize on as LD_BIND_NOW value.
580         (process_envvars): Append .PID to LD_DEBUG_OUTPUT file name.
582 1998-07-16 13:44  Ulrich Drepper  <drepper@cygnus.com>
584         * argp/argp-fmtstream.c: Fix warnings introduced in last change.
585         * assert/assert-perr.c: Likewise.
586         * assert/assert.c: Likewise.
587         * gconv_conf.c: Likewise.
588         * libio/iofputs_u.c: Likewise.
589         * malloc/mtrace.c: Likewise.
590         * malloc/obstack.c: Likewise.
591         * misc/error.c: Likewise.
592         * misc/syslog.c: Likewise.
593         * stdio-common/asprintf.c: Likewise.
594         * stdio-common/dprintf.c: Likewise.
595         * stdio-common/getw.c: Likewise.
596         * stdio-common/putw.c: Likewise.
597         * stdio-common/snprintf.c: Likewise.
598         * stdio-common/sprintf.c: Likewise.
599         * stdio-common/sscanf.c: Likewise.
600         * sunrpc/svc_simple.c: Likewise.
601         * sysdeps/generic/abort.c: Likewise.
603         * rt/aio_cancel.c: Don't define ECANCELED here.
604         * sysdeps/unix/sysv/linux/bits/errno.h: Define ECANCELED correctly.
606 1998-07-16 10:23  Ulrich Drepper  <drepper@cygnus.com>
608         * argp/argp-fmtstream.c: Unify names of used global functions.
609         * argp/argp-help.c: Likewise.
610         * assert/assert-perr.c: Likewise
611         * assert/assert.c: Likewise
612         * dirent/scandir.c: Likewise
613         * dirent/scandir64.c: Likewise
614         * dirent/versionsort.c: Likewise
615         * dirent/versionsort64.c: Likewise
616         * gmon/bb_exit_func.c: Likewise.
617         * gmon/gmon.c: Likewise.
618         * grp/initgroups.c: Likewise.
619         * iconv/gconv_conf.c: Likewise.
620         * inet/getnameinfo.c: Likewise.
621         * inet/getnetgrent_r.c: Likewise.
622         * inet/inet_ntoa.c: Likewise.
623         * inet/rcmd.c: Likewise.
624         * inet/rexec.c: Likewise.
625         * inet/ruserpass.c: Likewise.
626         * io/fts.c: Likewise.
627         * io/ftw.c: Likewise.
628         * io/ftw64.c: Likewise.
629         * io/getdirname.c: Likewise.
630         * io/getwd.c: Likewise.
631         * io/lockf.c: Likewise.
632         * libio/iofdopen.c: Likewise.
633         * libio/iopopen.c: Likewise.
634         * login/utmp_daemon.c: Likewise.
635         * malloc/mtrace.c: Likewise.
636         * malloc/obstack.c
637         * misc/daemon.c: Likewise.
638         * misc/efgcvt_r.c: Likewise.
639         * misc/err.c: Likewise.
640         * misc/error.c: Likewise.
641         * misc/fstab.c: Likewise.
642         * misc/getpass.c: Likewise.
643         * misc/getttyent.c: Likewise.
644         * misc/mntent_r.c: Likewise.
645         * misc/search.h: Likewise.
646         * misc/syslog.c: Likewise.
647         * nscd/nscd_getgr_r.c: Likewise.
648         * nscd/nscd_getpw_r.c: Likewise.
649         * posix/getpgrp.c: Likewise.
650         * posix/wordexp.c: Likewise.
651         * pwd/fgetpwent_r.c: Likewise.
652         * pwd/getpw.c: Likewise.
653         * resolv/herror.c: Likewise.
654         * resolv/res_init.c: Likewise.
655         * shadow/fgetspent_r.c: Likewise.
656         * shadow/lckpwdf.c: Likewise.
657         * signal/sigrelse.c: Likewise.
658         * stdio-common/asprintf.c: Likewise.
659         * stdio-common/dprintf.c: Likewise.
660         * stdio-common/getw.c: Likewise.
661         * stdio-common/putw.c: Likewise.
662         * stdio-common/snprintf.c: Likewise.
663         * stdio-common/sprintf.c: Likewise.
664         * stdio-common/sscanf.c: Likewise.
665         * stdlib/lrand48_r.c: Likewise.
666         * stdlib/mrand48_r.c: Likewise.
667         * string/argz-replace.c: Likewise.
668         * string/envz.c: Likewise.
669         * sunrpc/auth_des.c: Likewise.
670         * sunrpc/auth_unix.c: Likewise.
671         * sunrpc/bindrsvprt.c: Likewise.
672         * sunrpc/clnt_gen.c: Likewise.
673         * sunrpc/clnt_perr.c: Likewise.
674         * sunrpc/clnt_simp.c: Likewise.
675         * sunrpc/clnt_tcp.c: Likewise.
676         * sunrpc/clnt_udp.c: Likewise.
677         * sunrpc/get_myaddr.c: Likewise.
678         * sunrpc/key_call.c: Likewise.
679         * sunrpc/netname.c: Likewise.
680         * sunrpc/openchild.c: Likewise.
681         * sunrpc/pmap_rmt.c: Likewise.
682         * sunrpc/rpc_dtable.c: Likewise.
683         * sunrpc/rtime.c: Likewise.
684         * sunrpc/svc_run.c: Likewise.
685         * sunrpc/svc_simple.c: Likewise.
686         * sunrpc/svc_tcp.c: Likewise.
687         * sunrpc/svc_udp.c: Likewise.
688         * sunrpc/svcauth_des.c: Likewise.
689         * sunrpc/xdr_array.c: Likewise.
690         * sunrpc/xdr_rec.c: Likewise.
691         * sunrpc/xdr_ref.c: Likewise.
692         * sunrpc/xdr_stdio.c: Likewise.
693         * sysdeps/generic/abort.c: Likewise.
694         * sysdeps/generic/dl-sysdep.c: Likewise.
695         * sysdeps/generic/fstatfs64.c: Likewise.
696         * sysdeps/generic/ftruncate64.c: Likewise.
697         * sysdeps/generic/getrlimit64.c: Likewise.
698         * sysdeps/generic/glob.c: Likewise.
699         * sysdeps/generic/prof-freq.c: Likewise.
700         * sysdeps/generic/putenv.c: Likewise.
701         * sysdeps/generic/statfs64.c: Likewise.
702         * sysdeps/generic/ttyname_r.c: Likewise.
703         * sysdeps/generic/utmp_file.c: Likewise.
704         * sysdeps/generic/vlimit.c: Likewise.
705         * sysdeps/generic/vtimes.c: Likewise.
706         * sysdeps/posix/cuserid.c: Likewise.
707         * sysdeps/posix/euidaccess.c: Likewise.
708         * sysdeps/posix/mkstemp.c: Likewise.
709         * sysdeps/posix/mktemp.c: Likewise.
710         * sysdeps/posix/pread.c: Likewise.
711         * sysdeps/posix/pread64.c: Likewise.
712         * sysdeps/posix/profil.c: Likewise.
713         * sysdeps/posix/pwrite.c: Likewise.
714         * sysdeps/posix/pwrite64.c: Likewise.
715         * sysdeps/posix/sigblock.c: Likewise.
716         * sysdeps/posix/sigpause.c: Likewise.
717         * sysdeps/posix/ttyname.c: Likewise.
718         * sysdeps/posix/ttyname_r.c: Likewise.
719         * sysdeps/posix/waitid.c: Likewise.
720         * sysdeps/unix/getlogin_r.c: Likewise.
721         * sysdeps/unix/grantpt.c: Likewise.
722         * sysdeps/unix/rewinddir.c: Likewise.
723         * sysdeps/unix/sysv/linux/gethostid.c: Likewise.
724         * sysdeps/unix/sysv/linux/getpt.c: Likewise.
725         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
726         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
727         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
728         * sysdeps/unix/sysv/linux/statvfs.c: Likewise.
729         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
730         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
731         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
732         * sysdeps/unix/sysv/linux/unlockpt.c: Likewise.
733         * sysvipc/sys/shm.h: Likewise.
734         * time/ctime_r.c: Likewise.
735         * time/strptime.c: Likewise.
736         * wcsmbs/mbrlen.c: Likewise.
737         * wcsmbs/wcsdup.c: Likewise.
738         * wcsmbs/wcsxfrm.c: Likewise.
739         * wctype/wcfuncs.c: Likewise.
741         * sysdeps/unix/sysv/linux/i386/socker.S: Change to honor NO_WEAK_ALIAS.
742         * sysdeps/unix/sysv/linux/accept.S: Don't generate __ name.
743         * sysdeps/unix/sysv/linux/bind.S: Likewise.
744         * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
745         * sysdeps/unix/sysv/linux/listen.S: Likewise.
746         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
747         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
748         * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
750         * grp/fgetgrent_r.c: Use explicit locking of the stream.
752         * elf/Makefile (rtld-routines): Add dl-environ.
753         * sysdeps/generic/dl-sysdep.c: Move _dl_next_ld_env_entry and unsetenv
754         to...
755         * sysdeps/generic/dl-environ.c: here.  New file.
757         * libio/Makefile [REENTRANT] (routines): Add iofputs_u.
758         * libio/Versions: Add fputs_unlocked.
759         * libio/iofputs_u.c: New file.
760         * libio/stdio.h: Add prototype for fputs_unlocked.
762         * sunrpc/rpc/auth.h: Use __PMT instead of __P in type definitions.
763         * sunrpc/rpc/clnt.h: Likewise.
764         * sunrpc/rpc/pmap_clnt.h: Likewise.
765         * sunrpc/rpc/svc.h: Likewise.
766         * sunrpc/rpc/xdr.h: Likewise.
768         * sysdeps/i386/memchr.S: Correct for more strict gas.
769         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
770         * sysdeps/libm-i387/i686/s_fdim.S: Likewise.
771         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
772         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
774 1998-07-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
776         * configure.in: Change message for binutils version from
777         2.8.1.0.17->2.8.1.0.23.
779 1998-07-15  Ulrich Drepper  <drepper@cygnus.com>
781         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Define LOC.
782         Patch by John Tobey <jtobey@banta-im.com>.
784 1998-07-14  Ulrich Drepper  <drepper@cygnus.com>
786         * sunrpc/auth_unix.c (authunix_create_default): Use __sysconf
787         instead of sysconf.
789 1998-07-14 19:39  Ulrich Drepper  <drepper@cygnus.com>
791         * stdio-common/vfscanf.c (ungetc): Use _IO_sputbackc, not _IO_ungetc.
792         [_USE_IN_LIBIO] (encode_error): Free cancelation handler.
793         (conv_error): Likewise.
794         (input_error): Likewise.
795         (memory_error): Likewise.
797 1998-07-12  Mark Kettenis  <kettenis@phys.uva.nl>
799         * sysdeps/mach/hurd/dl-sysdep.c: Bring in sync with generic
800         implementation.  Include <entry.h>.  Replace references to symbol
801         _start with macro ENTRY_POINT.
802         (__libc_uid): Remove.
803         (__libc_multiple_libcs): New variable.
804         (__libc_stack_end): New variable.
805         (_dl_hwcap_mask): New variable.
806         (_dl_important_hwcaps): New function.
807         (_dl_show_auxv): Mark internal.
809 1998-07-14  Mark Kettenis  <kettenis@phys.uva.nl>
811         * mach/Makefile: Create target directory before generating
812         mach-syscalls.mk.
813         * mach/Machrules: Invoke awk using AWK variable.  Create target
814         directory before generating server stubs.
816 1998-07-14  Ulrich Drepper  <drepper@cygnus.com>
818         * wcsmbs/wcslen.c (__wcslen): Fix comment.
820         * configure.in: Allow egcs-2.92.
822 1998-07-10 18:14 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
824         * manual/Makefile: Overhauled.  Generate libc.texinfo from the
825         chapter files.  Exorcise the chapters, chapters-incl mess.
826         Support inserting doc chapters from add-on modules.
827         (chapters): New variable.
828         (add-chapters): New variable.
829         (appendices): New variable.
830         (libc.texinfo): New target.
831         (clean): Fix bugs.
832         (realclean): Fix bugs.
834         * manual/texis.awk: New file.
835         * manual/libc-texinfo.sh: New file.
836         * manual/libc-texinfo.in: New file.
838         * manual/conf.texi (top @node): Remove next pointer.
839         * manual/lang.texi (top @node): Remove prev pointer.
841         * manual/job.texi (top @node): Add explicit pointers.
842         * manual/message.texi (top @node): Add explicit pointers.
843         * manual/nss.texi (top @node): Add explicit pointers.
844         * manual/process.texi (top @node): Add explicit pointers.
845         * manual/startup.texi (top @node): Add explicit pointers.
846         * manual/terminal.texi (top @node): Add explicit pointers.
847         * manual/users.texi (top @node): Add explicit pointers.
849         * manual/arith.texi: Add %MENU% tag.
850         * manual/conf.texi: Add %MENU% tag.
851         * manual/contrib.texi: Add %MENU% tag.
852         * manual/ctype.texi: Add %MENU% tag.
853         * manual/errno.texi: Add %MENU% tag.
854         * manual/filesys.texi: Add %MENU% tag.
855         * manual/header.texi: Add %MENU% tag.
856         * manual/install.texi: Add %MENU% tag.
857         * manual/intro.texi: Add %MENU% tag.
858         * manual/io.texi: Add %MENU% tag.
859         * manual/job.texi: Add %MENU% tag.
860         * manual/lang.texi: Add %MENU% tag.
861         * manual/llio.texi: Add %MENU% tag.
862         * manual/locale.texi: Add %MENU% tag.
863         * manual/maint.texi: Add %MENU% tag.
864         * manual/math.texi: Add %MENU% tag.
865         * manual/mbyte.texi: Add %MENU% tag.
866         * manual/memory.texi: Add %MENU% tag.
867         * manual/message.texi: Add %MENU% tag.
868         * manual/nss.texi: Add %MENU% tag.
869         * manual/pattern.texi: Add %MENU% tag.
870         * manual/pipe.texi: Add %MENU% tag.
871         * manual/process.texi: Add %MENU% tag.
872         * manual/search.texi: Add %MENU% tag.
873         * manual/setjmp.texi: Add %MENU% tag.
874         * manual/signal.texi: Add %MENU% tag.
875         * manual/socket.texi: Add %MENU% tag.
876         * manual/startup.texi: Add %MENU% tag.
877         * manual/stdio.texi: Add %MENU% tag.
878         * manual/string.texi: Add %MENU% tag.
879         * manual/sysinfo.texi: Add %MENU% tag.
880         * manual/terminal.texi: Add %MENU% tag.
881         * manual/time.texi: Add %MENU% tag.
882         * manual/users.texi: Add %MENU% tag.
884 1998-07-13  Ulrich Drepper  <drepper@cygnus.com>
886         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags):
887         Update.
889 1998-07-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
891         * sysdeps/unix/sysv/linux/recvmsg.c (__libc_recvmsg): Use ANSI
892         style declaration to avoid warning.
893         * sysdeps/unix/sysv/linux/sendmsg.c (__libc_sendmsg): Likewise.
895 1998-07-04  Mark Kettenis  <kettenis@phys.uva.nl>
897         * elf/rtld.c (process_dl_debug): Add missing continue.
899 1998-07-12  Mark Kettenis  <kettenis@phys.uva.nl>
901         * elf/rtld.c (_dl_skip_args): Make global because the Hurd startup
902         code needs it.
904 1998-07-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
906         * Makeconfig ($(common-objpfx)sysd-dirs): Write out definition of
907         sysd-dirs-done.
908         * Makerules: Don't generate version maps too early.
909         ($(common-objpfx)sysd-versions): Force regeneration if the list of
910         subdirs has changed.
912 1998-07-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
914         * elf/dlfcn.h (DL_CALL_FCT): Use portable comma expression.
916 1998-07-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
918         * iconv/gconv_db.c (gen_steps): Always set *handle and *nsteps.
919         * iconv/gconv_dl.c (__gconv_find_shlib): Correct use of tfind
920         return value.
922 1998-07-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
924         * elf/dl-open.c (dl_open_worker): New function.
925         (_dl_open): Call it to do the actual work while catching errors.
926         * elf/dl-close.c (_dl_close): Only call termination function if
927         the initialisation function was called.
929 1998-07-13  Ulrich Drepper  <drepper@cygnus.com>
931         * libio/libioP.h (_IO_cleanup_registration_needed): Use __PMT.
932         Reported by Felix von Leitner <leitner@amdiv.de>.
934 1998-07-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
936         * Make-dist (+sysdep-tsrcs): Add Versions.
938 1998-07-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
940         * math/Versions: Remove __log1p, __atan2, __fe_dfl_env,
941         __fe_enabled_env, __fe_nonieee_env and __fe_nomask_env.
942         * sysdeps/powerpc/Versions: New file.
943         * csu/Versions: Remove brk, sbrk, environ, __environ, _environ
944         and __errno_location.
945         * misc/Versions: Add brk and sbrk.
946         * posix/Versions: Add environ, __environ and _environ.
947         * sysdeps/unix/sysv/linux/Versions: Add __errno_location.
949 1998-07-10 11:58  Ulrich Drepper  <drepper@cygnus.com>
951         * Makerules [no_defs]: Avoid dependency for loading sysd-versions.
952         Patch by Zack Weinberg.
954 1998-07-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
956         * posix/annexc.c (errno_maybe): EACCESS->EACCES.
957         (signal_maybe): Remove duplicate entry SIGEV_SIGNAL.
958         (mman_maybe): Remove duplicates MS_ASYNC, MS_INVALIDATE.
960 1998-07-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
962         * sysdeps/unix/sysv/linux/bits/fcntl.h: Fix typo.
964 1998-07-09  Ulrich Drepper  <drepper@cygnus.com>
966         * posix/unistd.h: Simplify #ifdefs.
968         * libio/libio.h: Undo last change due to possible C++ problems.
969         * libio/fileops.h: Likewise.
971 1998-07-09 13:34  Ulrich Drepper  <drepper@cygnus.com>
973         * grp/grp.h: Define gid_t also for __USE_XOPEN.
974         * io/fcntl.h: Include <sys/stat.h> also for __USE_XOPEN.
975         * io/utime.h: Define time_t also for __USE_XOPEN.
976         * io/sys/stat.h: Define time_t also for __USE_XOPEN.
977         Define *_t types except for pid_t also for __USE_XOPEN.
978         Define S_* macros also for __USE_XOPEN.
979         * locale/langinfo.h: Define CODESET, CRNCYSTR, RADIXCHAR, and
980         THOUSEP also for __USE_XOPEN.
981         * math/math.c: Define M_* macros also for __USE_XOPEN.
982         * math/bits/mathcalls.h: Declare hypot also for __USE_XOPEN.
983         * posix/fnmatch.h: Define FNM_NOSYS and for if _XOPEN_SOURCE is
984         defined.
985         * posix/glob.h: Likewise for GLOB_NOSYS.
986         * posix/regex.h: Likewise for REG_NOSYS.
987         * posix/wordexp.h: Likewise for WRDE_NOSYS.
988         * posix/unistd.h: Define *_t types also for __USE_XOPEN.
989         * posix/sys/wait.h: Define pid_t for __USE_XOPEN.
990         * pwd/pwd.h: Define gid_t and pid_t also for __USE_XOPEN.
991         * signal/signal.h: Define pid_t also for __USE_XOPEN.
992         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define _RSYNC and O_DSYNC also
993         for __USE_POSIX199309.
994         * sysdeps/unix/sysv/linux/bits/termios.h: Define the various B*
995         constants also for __USE_XOPEN.
996         * wcsmbs/wchar.h: For XPG4 include wctype.h.
998         * intl/dcgettext.c (find_msg): Initialize act to prevent warning.
999         * locale/setlocale.c (new_composite_name): Likewise for last_len.
1001         * libio/stdio.h: Don't declare fclose_unlocked.
1003         * sysdeps/posix/fpathconf.c: Handle _PC_FILESIZEBITS.
1005 1998-07-08  Mark Kettenis  <kettenis@phys.uva.nl>
1007         * stdio/stdio.h: Add prototypes for fflush_unlocked,
1008         getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked,
1009         fgets_unlocked, fread_unlocked, fwrite_unlocked,
1010         clearerr_unlocked, feof_unlocked, ferror_unlocked,
1011         fileno_unlocked, flockfile, ftrylockfile, funlockfile.
1012         [__USE_XOPEN && !__USE_GNU] Declare optarg, optind, opterr.  Add
1013         prototype for getopt.
1014         * stdio/clearerr.c (clearerr_unlocked): Weak alias for clearerr.
1015         * stdio/feof.c (feof_unlocked): Weak alias for feof.
1016         * stdio/ferror.c (ferror_unlocked): Weak alias for ferror.
1017         * stdio/fflush.c (fflush_unlocked): Weak alias for fflush.
1018         * stdio/fgets.c (fgets_unlocked): Weak alias for fgets.
1019         * stdio/fileno.c (fileno_unlocked): Weak alias for fileno.
1020         * stdio/fputc.c (fputc_unlocked): Weak alias for fputc.
1021         * stdio/fread.c (fread_unlocked): Weak alias for fread.
1022         * stdio/fwrite.c (fwrite_unlocked): Weak alias for fwrite.
1023         * stdio/getc.c (getchar_unlocked): Weak alias for getc.
1024         * stdio/getchar.c (getchar_unlocked): Weak alias for getchar.
1025         * stdio/putc.c (putc_unlocked): Weak alias for putc.
1026         * stdio/putchar.c (putchar_unlocked): Weak alias for putchar.
1027         * stdio/Versions [GLIBC_2.1]: Add clearerr_unlocked,
1028         feof_unlocked, ferror_unlocked, fflush_unlocked, fgets_unlocked,
1029         fileno_unlocked, fputc_unlocked, fread_unlocked, fwrite_unlocked,
1030         getc_unlocked, getchar_unlocked, putc_unlocked and
1031         putchar_unlocked.
1033         * libio/Versions: Move flockfile, ftrylockfile and funlockfile
1034         from here ...
1035         * stdio-common/Versions: ... to here.
1037 1998-07-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1039         * Makerules (versioning): Correct typo.
1041 1998-07-08 22:18  Ulrich Drepper  <drepper@cygnus.com>
1043         * elf/Versions: Add _dl_mcount_wrapper_check.
1044         * elf/dlfcn.h (DL_CALL_FCT): Don't test _dl_profile_map, simply use
1045         _dl_mcount_wrapper_check.
1046         * iconv/skeleton.c: Use DL_CALL_FCT, not _CALL_DL_FCT.
1048         * elf/dl-reloc.c (_dl_relocate_object): Don't declare using
1049         internal_function.
1050         * elf/ldsodefs.h: Likewise.
1052         * io/fcntl.h: Define SEEK_SET, SEEK_CUR, and SEEK_END.
1054         * libio/stdio.h: Make sure va_list is defined for X/Open.
1055         Define P_tmpdir for X/Open.
1057         * posix/regex.h: Fix typo.
1059         * posix/unistd.h: Define intptr_t if not already happened.
1060         Add pthread_atfork prototype.
1061         * sysdeps/generic/bits/types.h: Define __intptr_t.
1062         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
1063         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
1064         * sysdeps/unix/sysv/linux/bits/mips/types.h: Likewise.
1065         * sysdeps/unix/sysv/linux/bits/sparc/sparc64/types.h: Likewise.
1066         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
1067         * sysdeps/wordsize-32/stdint.h: Don't define intptr_t if already done.
1068         * sysdeps/wordsize-64/stdint.h: Likewise.
1070         * posix/bits/posix1_lim.h: Define _POSIX_CLOCKRES_MIN.
1072         * signal/Makefile (headers): Add bits/sigthread.h.
1073         * signal/signal.h: Include bits/sigthread.h.
1074         * sysdeps/generic/bits/sigthread.h: New file.
1076         * stdlib/stdlib.h: Declare rand_r use __USE_POSIX.
1078         * sysdeps/generic/bits/confname.h: Define _PC_FILESIZEBITS.
1079         * sysdeps/posix/pathconf.c: Handle _PC_FILESIZEBITS.
1080         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: New file.
1081         * sysdeps/unix/sysv/linux/alpha/pathconf.c: New file.
1083         * sysdeps/generic/bits/dlfcn.h: Define RTLD_LOCAL.
1085         * elf/rtld.c: Remove preloading and loadpath variables in SUID
1086         programs.
1087         * sysdeps/generic/dl-sysdep.c: Define unsetenv.
1088         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Define other envvar
1089         names.
1091         * sysdeps/unix/sysv/linux/bits/errno.h: Define ECANCELED.
1093         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_RSYNC and O_DSYNC.
1094         Remove O_READ and O_WRITE definition.
1096         * sysdeps/unix/sysv/linux/bits/resource.h: Define RLIM_SAVED_MAX
1097         and RLIM_SAVED_CUR.
1099         * sysdeps/unix/sysv/linux/fstatvfs.h: Handle UFS filesystem.
1101 1998-07-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1103         * Makerules ($(common-objpfx)sysd-versions): Expect awk script in
1104         scripts directory.  Pass move-if-change to awk.
1105         (common-generated): Add $(version-maps) and sysd-versions.
1106         * versions.awk: Moved to...
1107         * scripts/versions.awk: ... here.  Use move-if-change to void
1108         touching unchanged files.  Print "version-maps = ..." instead of
1109         "all-version-maps = ..." and without $(common-objpfx).  Explain
1110         expected variable names.
1111         * Makefile (distribute): Updated.
1113 1998-07-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1115         * misc/getttyent.c (getttyent): Don't return with locked stream.
1116         * misc/mntent_r.c (__getmntent_r): Likewise.
1118 1998-07-07 18:24  Ulrich Drepper  <drepper@cygnus.com>
1120         * libio/fileops.c (_IO_do_write): Don't shrink wwrite buffer to zero
1121         if stream is line buffered.
1122         (_io_file_overflow): Likewise.
1123         * libio/libio.h (_IO_putc_unlocked): Make sure that for line-buffered
1124         streams writing '\n' flushes the string.
1126 1998-07-07 17:28  Ulrich Drepper  <drepper@cygnus.com>
1128         * elf/dl-profstub.c (_dl_profile_map): Only declare variable here.
1129         * elf/dl-support.c: Define it here...
1130         * elf/rtld.c: ...and here.
1132 1998-07-07 16:28  Ulrich Drepper  <drepper@cygnus.com>
1134         * grp/initgroups.c: Handle directives from nsswitch.conf file.
1136 1998-07-07  Ulrich Drepper  <drepper@cygnus.com>
1138         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Add
1139         __ino64_t definition.
1140         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Define
1141         __off64_t.  Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
1143         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Do not exit the shell
1144         script if lddlibc4 failed.
1145         Reported by B. D. Elliott <bde@accessone.com>.
1147 1998-07-06  Ulrich Drepper  <drepper@cygnus.com>
1149         * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
1150         Improve generated strings a bit.
1152 1998-07-06 14:36  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1154         * posix/Makefile (generated): Remove $(objpfx) from the names.
1156 1998-07-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1158         * stdio-common/test_rdwr.c: Use %Zu for size_t in printf
1159         format string.
1161         * libio/iofread_u.c: Include <stdio.h> for prototype.
1162         * libio/iofwrite_u.c: Likewise.
1164 1998-07-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1166         * db2/Versions: New file.
1168 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1170         * Makefile (lib-noranlib): Don't depend on sysd-versions.
1171         ($(common-objpfx)sysd-versions): Remove rule.
1172         * Makerules ($(common-objpfx)sysd-versions): Define here instead.
1173         Pass name of Versions.def file to script and redirect output to
1174         target.  Include it and make all generated version maps depend on
1175         it.
1176         * versions.awk: Print out variable definition containing all
1177         generated version maps.  Print error messages to stderr.  Remove
1178         temp file.
1180 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1182         * posix/annexc.c (check_header): Terminate macro name before
1183         comparing.
1184         (get_null_defines): Allow builtin macros with parameters.
1185         (fmt, testfmt): Add -D_LIBC.
1186         * posix/Makefile: Remove bogus duplicate include directories from
1187         annexc test command.
1189 1998-07-06 12:04  Ulrich Drepper  <drepper@cygnus.com>
1191         * nis/nss_nis/nis-pwd.c (internal_nis_getpwent_r): Handle adjunct
1192         password scheme.
1193         (_nss_nis_getpwnam_r): Likewise.
1194         (_nss_nis_getpwuid_r): Likewise.
1196 1998-07-05  Mark Kettenis  <kettenis@phys.uva.nl>
1198         * libio/Versions: Move symbols whose source lives in
1199         stdio-common to ...
1200         * stdio-common/Versions: ... here.
1201         * stdio/Versions: Add missing symbols.
1203 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
1205         * sysdeps/unix/sysv/linux/__sendmsg.S: Define function as
1206         __syscall_sendmsg.
1207         * sysdeps/unix/sysv/linux/__recvmsg.S: Define function as
1208         __syscall_recvmsg.
1209         * sysdeps/unix/sysv/linux/recvmsg.c: Define function as __libc_recvmsg
1210         and make __recvmsg and recvmsg weak aliases.
1211         * sysdeps/unix/sysv/linux/sendmsg.c: Likewise for sendmsg.
1212         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define __syscall_recvmsg
1213         and __syscall_sendmsg.
1215 1998-07-05 11:49  Ulrich Drepper  <drepper@cygnus.com>
1217         * iconv/gconv_conf.c (read_conf_file): Use feof_unlocked on private
1218         stream.
1219         * inet/ruserpass.c (token): Likewise.
1220         * nss/nsswitch.c (nss_parse_file): Likewise.
1221         * intl/localealias.c: Likewise.  Also for ferror.
1222         * time/getdate.c (__getdate_r): Likewise.
1224         * libio/Makefile (routines): Add iofgets_u.
1225         * libio/iofgets_u.c: New file.
1226         * libio/Versions: Add fgets_unlocked.
1227         * libio/stdio.h: Add prototype for fgets_unlocked.
1229         * misc/getttyent.c (getttyent): Use fgets_unlocked instead of fgets.
1230         * misc/getusershell.c (initshells): Likewise.
1231         * misc/mntent_r.c (__getmntent_r): Explicitly lock stream.  Use
1232         fgets_unlocked.
1233         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
1234         * resolv/res_init.c (res_init): Likewise.
1235         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1237 1998-05-23  Philip Blundell  <Philip.Blundell@pobox.com>
1239         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add `syscall'.
1240         * sysdeps/unix/sysv/linux/arm/syscall.S: Deleted.
1242 1998-07-05  Ulrich Drepper  <drepper@cygnus.com>
1244         * misc/getttyent.c (getttyent): Explicitly lock the FILE and use
1245         _unlocked functions.
1247         * inet/ruserpass.c (ruserpass): Use _unlocked functions since this
1248         is a private FILE.
1250 1998-07-04 17:11 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1252         * csu/Makefile: Build crt files in lib pass.
1253         * db2/Makefile (distribute): Add mutex/sco.cc.
1254         * mach/Machrules: Don't generate .udeps files if no_deps is set.
1255         * sysdeps/unix/Makefile: Don't generate sysd-syscalls or
1256         s-proto.d if avoid-generated is set.
1258         * sysdeps/alpha/Dist: List only one file per line.
1259         * sysdeps/generic/Dist: Likewise.
1260         * sysdeps/m68k/fpu/switch/Dist: Likewise.
1261         * sysdeps/sparc/sparc32/Dist: Likewise.
1262         * sysdeps/unix/Dist: Likewise.
1263         * sysdeps/unix/sysv/irix4/Dist: Likewise.
1265         * sysdeps/mach/hurd/i386/Dist: New file.
1266         * sysdeps/generic/Dist: Add endutxent.c, getutxent.c, getutxid.c,
1267         getutxline.c, pututxline.c, setutxent.c, updwtmpx.c, and utmpxname.c.
1268         * sysdeps/unix/sysv/linux/Dist: Add getresuid.c and getresgid.c.
1269         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Remove __sigtrampoline.S.
1271 1998-07-04 10:14  Ulrich Drepper  <drepper@cygnus.com>
1273         * libio/Makefile (routines): Add iofread_u and iofwrite_u.
1274         * libio/Versions: Add fread_unlocked and fwrite_unlocked.
1276         * Makerules (lib%.so): Adjust ignore pattern for last makefile change.
1278         * time/tzfile.c (decode): Optimize by using bswap_32.
1279         (__tzfile_read): Use _unlocked stream functions.  Correct setting of
1280         __tzname array values.
1281         (__tzfile_compute): Correct setting of __tzname array values.
1282         * time/tzset.c (__tzstring): Clean up a bit.
1284 1998-06-29 19:01  Jim Wilson  <wilson@cygnus.com>
1286         * posix/regex.c (re_comp): Add cast to char * before gettext calls.
1288 1998-06-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1290         * sysdeps/unix/bsd/poll.c (__poll): Allocate fd_set dynamically so
1291         that fd can be bigger than FD_SETSIZE.
1293 1998-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1295         * nscd/grpcache.c: Include <unistd.h>.
1296         * nscd/pwdcache.c: Likewise.
1298         * nis/nis_modify.c: Include <string.h>.
1299         * nis/nis_add.c: Likewise.
1300         * nis/nis_checkpoint.c: Likewise.
1301         * posix/runptests.c: Likewise.
1302         * sysdeps/generic/statvfs64.c: Likewise.
1303         * sysdeps/generic/fstatvfs64.c: Likewise.
1305 1998-07-03 13:16  Ulrich Drepper  <drepper@cygnus.com>
1307         * localedata/charmaps/ISO-8859-9: Change mapping for 0xea, 0xec, 0xef
1308         to match data from Unicode.
1309         Reported by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
1311 1998-07-03 11:45  Ulrich Drepper  <drepper@cygnus.com>
1313         * stdio-common/printf.h: Define printf_function and
1314         printf_arginfo_function types using __PMT not __P.
1315         Reported by Marc Lehmann.
1317 1998-07-02 14:07 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1319         * assert/test-assert.c: New test.
1320         * assert/test-assert-perr.c: New test.
1321         * assert/Makefile (tests): Add test-assert and test-assert-perr.
1323 1998-07-02 13:45  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1325         BSD-style SCM_CREDS support.
1327         * sysdeps/unix/sysv/linux/socket.h: Define struct cmsgcred and
1328         SCM_CREDS.
1329         * sysdeps/unix/sysv/linux/sendmsg.c: New file.  Convert user
1330         visible SCM_CREDS packet to what the kernel wants.
1331         * sysdeps/unix/sysv/linux/recvmsg.c: New file.  Convert
1332         SCM_CREDS packet output by kernel to what users want.
1334         * sysdeps/unix/sysv/linux/sendmsg.S: Moved to...
1335         * sysdeps/unix/sysv/linux/__sendmsg.S: here.
1336         * sysdeps/unix/sysv/linux/recvmsg.S: Moved to...
1337         * sysdeps/unix/sysv/linux/__recvmsg.S: here.
1339         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]: Add
1340         __sendmsg and __recvmsg to sysdep_routines.
1341         * sysdeps/unix/sysv/linux/Dist: Add __sendmsg.S and __recvmsg.S.
1343 1998-07-02  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1345         * nscd/grpcache.c: Fix gid pointer handling and debug messages.
1346         * nscd/pwdcache.c: Fix uid pointer handling and debug messages.
1347         * nscd/nscd.c: Check, if pthread_create fails.
1349 1998-07-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1351         * stdio-common/test_rdwr.c (main): Use %Zu for size_t in printf
1352         format strings.
1353         * stdio-common/bug1.c (main): Likewise.
1354         * stdio-common/bug5.c (main): Likewise.
1355         * stdio-common/tstgetln.c (main): Likewise.
1356         * elf/sprof.c (generate_call_graph): Likewise.
1357         (load_shobj): Likewise.
1358         * posix/runptests.c (main): Likewise.
1359         * string/tst-strlen.c (main): Likewise.
1361         * sysdeps/libm-ieee754/e_acos.c (__ieee754_acos): Remove unused
1362         variable q3.
1363         * sysdeps/libm-ieee754/e_asin.c (__ieee754_asin): Likewise
1365 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1367         * wctype/Versions: Add __towctrans.
1368         Noticed by Alex Buell <alex.buell@tahallah.demon.co.uk>.
1370 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
1372         * grp/initgroups.c (compat_call): Only call dynamically loaded
1373         functions if they are really present.
1375 1998-07-02  Mark Kettenis  <kettenis@phys.uva.nl>
1377         * sysdeps/unix/sysv/linux/bits/sched.h: Move __END_DECLS within
1378         #ifdef that contains __BEGIN_DECLS.
1380 1998-07-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1382         * libio/iofwrite.c: Fix return value when size == 0.
1384 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1386         * posix/Makefile (distribute): Add annexc.c.
1387         (generated): Add $(objpfx)annexc and $(objpfx)annexc.out.
1389 1998-07-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1391         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1392         bits/pthreadtypes.h here, and do not clobber headers.
1394         * sysdeps/unix/sysv/linux/Dist: Add bits/pthreadtypes.h.
1396 1998-07-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1398         * timezone/tst-timezone.c: Add tests for tzname variable.
1400 1998-07-03 12:17  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1402         * Makefile [versioning=yes]: Build the mapfiles with a pattern
1403         rule that lists all of them as targets.
1404         (sysd-versions): Depend only on Versions.def.  Write a Makefile
1405         fragment that defines $(vers-libs) based on contents of that file;
1406         then include it.
1407         (lib-noranlib): Depend on lib-mapfiles not sysd-versions.
1408         (lib-mapfiles): New target, depends on sysd-versions and $(vers-libs).
1409         Predicate all this on avoid-generated unset as well as versioning.
1411 1998-07-03 14:35  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1413         * sysdeps/unix/sysv/linux/m68k/Versions: New file.
1415 1998-07-02 21:51  Ulrich Drepper  <drepper@cygnus.com>
1417         * Makeconfig: Define list of subdirs as all-subdirs and make subdirs
1418         a copy.
1419         * Makefile: Add rules to generate map files.
1420         (distribute): Remove libc.map, add Versions.def and versions.awk.
1421         * Makerules: Change rules to find map files on common-objpfx.
1422         * elf/Makefile: Likewise.
1423         * md5-crypt/Makefile: Likewise.
1424         * nis/Makefile (libnsl-map): Remove.
1425         * Versions.def: New file.
1426         * versions.awk: New file.
1427         * argp/Versions: New file.
1428         * assert/Versions: New file.
1429         * catgets/Versions: New file.
1430         * csu/Versions: New file.
1431         * ctype/Versions: New file.
1432         * db/Versions: New file.
1433         * debug/Versions: New file.
1434         * dirent/Versions: New file.
1435         * elf/Versions: New file.
1436         * gmon/Versions: New file.
1437         * grp/Versions: New file.
1438         * hesiod/Versions: New file.
1439         * hurd/Versions: New file.
1440         * iconv/Versions: New file.
1441         * inet/Versions: New file.
1442         * intl/Versions: New file.
1443         * io/Versions: New file.
1444         * libio/Versions: New file.
1445         * linuxthreads/Versions: New file.
1446         * locale/Versions: New file.
1447         * login/Versions: New file.
1448         * malloc/Versions: New file.
1449         * math/Versions: New file.
1450         * md5-crypt/Versions: New file.
1451         * misc/Versions: New file.
1452         * nis/Versions: New file.
1453         * nss/Versions: New file.
1454         * posix/Versions: New file.
1455         * pwd/Versions: New file.
1456         * resolv/Versions: New file.
1457         * resource/Versions: New file.
1458         * rt/Versions: New file.
1459         * setjmp/Versions: New file.
1460         * shadow/Versions: New file.
1461         * signal/Versions: New file.
1462         * socket/Versions: New file.
1463         * stdio/Versions: New file.
1464         * stdio-common/Versions: New file.
1465         * stdlib/Versions: New file.
1466         * streams/Versions: New file.
1467         * string/Versions: New file.
1468         * sunrpc/Versions: New file.
1469         * sysdeps/alpha/Versions: New file.
1470         * sysdeps/alpha/fpu/Versions: New file.
1471         * sysdeps/i386/Versions: New file.
1472         * sysdeps/sparc/Versions: New file.
1473         * sysdeps/unix/sysv/Versions: New file.
1474         * sysdeps/unix/sysv/linux/Versions: New file.
1475         * sysdeps/unix/sysv/linux/alpha/Versions: New file.
1476         * sysdeps/unix/sysv/linux/i386/Versions: New file.
1477         * sysdeps/unix/sysv/linux/mips/Versions: New file.
1478         * sysvipc/Versions: New file.
1479         * termios/Versions: New file.
1480         * time/Versions: New file.
1481         * wcsmbs/Versions: New file.
1482         * wctype/Versions: New file.
1483         * libc.map: Removed.
1484         * db/libdb.map: Removed.
1485         * elf/libdl.map: Removed.
1486         * hesiod/libnss_hesiod.map: Removed.
1487         * hurd/libhurduser.map: Removed.
1488         * hurd/libmachuser.map: Removed.
1489         * linuxthreads/libpthread.map: Removed.
1490         * locale/libBrokenLocale.map: Removed.
1491         * login/libutil.map: Removed.
1492         * math/libm.map: Removed.
1493         * md5-crypt/libcrypt.map: Removed.
1494         * nis/libnsl.map: Removed.
1495         * nis/libnsl_compat.map: Removed.
1496         * nis/libnss_nis.map: Removed.
1497         * nis/libnss_nisplus.map: Removed.
1498         * nss/libnss_db.map: Removed.
1499         * nss/libnss_files.map: Removed.
1500         * resolv/libnss_dns.map: Removed.
1501         * resolv/libresolv.map: Removed.
1502         * rt/librt.map: Removed.
1504         * elf/dl-load.c (fillin_rpath): Fix test for trusted directory.
1505         Fix typos.
1507         * elf/rtld.c (process_dl_debug): Recognize 'all'.
1508         (process_envvars): LD_BIND_NOW must be followed by y, Y, or 1.
1510         * sysdeps/generic/elf/backtracesyms.c: Allocate string memory of
1511         correct size.
1513 1998-07-01  Ulrich Drepper  <drepper@cygnus.com>
1515         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Fix typo
1516         in comment.
1518         * nscd/nscd.c: Include unistd.h.
1520 1998-07-01 09:32  Ulrich Drepper  <drepper@cygnus.com>
1522         * math/libm-test.c: Adjust delta for indentities1_test because gcc
1523         became cleverer.
1525 1998-06-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1527         * resolv/inet_addr.c (inet_aton): Define variable base only if needed.
1529 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1531         * scripts/test-installation.pl: Include <stdio.h> in test program
1532         to make it strictly conforming.
1534 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1536         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
1537         not a strong alias.
1538         * sysdeps/unix/sysv/linux/i386/sysdep.S: Likewise.
1539         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
1540         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
1541         * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
1543 1998-06-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1545         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
1546         not a strong alias.
1548 1998-06-30  Ulrich Drepper  <drepper@cygnus.com>
1550         * posix/Makefile (headers): Remove bits/pthreadtypes.h.
1551         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (headers): Add
1552         bits/pthreadtypes.h.
1554 1998-06-30 11:47  Ulrich Drepper  <drepper@cygnus.com>
1556         * include/aio.h: New file.
1557         * posix/Makefile (distribute): Add bits/pthreadtypes.h.
1558         (tests): Build and run annexc program.
1559         * posix/annexc.c: New file.
1560         * posix/bits/posix1_lim.h: Add several more _POSIX_* limits.
1561         * rt/aio.h: Remove __need_timespec_t.  We can include the whole time.h.
1562         * rt/aio_misc.c: Include limits.h.
1563         * rt/aio_notify.c: Include errno.h.
1564         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Include pthreadtypes.h.
1565         Define size_t.
1566         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
1567         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
1568         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
1569         * sysdeps/unix/sysv/linux/bits/errno.h: Define ENOTSUP though the
1570         kernel doesn't do this.
1571         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_LARGEFILE only if
1572         __USE_LARGEFILE64 is defined.
1573         * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: New file.  Empty.
1574         * sysdeps/unix/sysv/linux/bits/sched.h: Define __sched_param struct
1575         if requested.
1576         * sysdeps/unix/sysv/linux/bits/siginifo.h: Protect non-standard names.
1578         * stdlib/isomac.c: Avoid include_next warning.
1580 1998-06-29 12:27  Ulrich Drepper  <drepper@cygnus.com>
1582         * argp/argp.h: Use __PMT instead of __P for function pointer.
1583         * iconv/gconv.h: Likewise.
1584         * io/fts.h: Likewise.
1585         * io/ftw.h: Likewise.
1586         * libio/libio.h: Likewise.
1587         * malloc/mcheck.h: Likewise.
1588         * misc/search.h: Likewise.
1589         * posix/glob.h: Likewise.
1590         * resolv/resolv.h: Likewise.
1591         * signal/signal.h: Likewise.
1592         * stdlib/stdlib.h: Likewise.
1593         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
1594         * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
1596 1998-06-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1598         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) only once.
1600 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1602         * posix/wordexp.c (parse_param): Fix memory leak.
1604 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1606         * libc.map: Export _IO_ftrylockfile.
1608 1998-06-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1610         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use get[pu]id instead of
1611         __get[pu]id.
1613 1998-06-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1615         * elf/dl-misc.c (_dl_debug_message): Don't cache the pid.
1617         * elf/dl-runtime.c (_dl_object_relocation_scope): Avoid adding the
1618         same search list twice.
1620 1998-06-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1622         * login/programs/utmpd.c (handle_requests): Set and use maximal fd
1623         used to optimize loop/select.
1625 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1627         * sysdeps/generic/init-first.c: Don't define __libc_pid.
1628         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
1629         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
1630         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
1631         * sysdeps/arm/init-first.c: Likewise.
1632         * posix/getopt_init.c: Don't use __libc_pid.
1633         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
1634         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
1635         * libc.map: Remove __libc_uid and __libc_pid.
1637 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1639         * sunrpc/rtime.c (rtime): Use poll instead of select.
1641 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1643         * sunrpc/clnt_tcp.c (readtcp): Use poll instead of select.
1644         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
1645         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
1646         Patches from FreeBSD current.
1648 1998-06-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1650         * nscd/connections.c (handle_new_request): Handle POLLHUP
1651         correctly.
1652         (close_sockets): Correct parameter to dbg_log.
1654 1998-06-27  David S. Miller  <davem@pierdol.cobaltmicro.com>
1656         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
1657         Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask.
1658         (elf_machine_fixup_plt): Likewise.
1659         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When
1660         _dl_pagesize not set, use system call to always get correct answer.
1661         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
1662         (__syscall_getpagesize): Add
1664 1998-06-27  Ulrich Drepper  <drepper@cygnus.com>
1666         * resolv/res_send.c (res_send): Fix typo.
1668 1998-06-25  Andi Kleen <ak@muc.de>
1670         * inet/rcmd.c (rcmd): Change to use __poll instead of select.
1671         * resolv/res_send.c (res_send): Likewise.
1673 1998-06-27 12:58  Ulrich Drepper  <drepper@cygnus.com>
1675         * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
1676         * sysdeps/unix/sysv/linux/poll.c: Likewise.
1678 1998-06-27  7:07  Richard Henderson  <rth@cygnus.com>
1680         * math/atest-exp.c (exp_mpn, main): Cast to mp_limb_t appropriately.
1681         * math/atest-exp2.c (exp_mpn, main): Likewise.
1682         * math/atest-sincos.c (main): Likewise.
1684         * resolv/inet_addr.c (inet_aton): Check for 32-bit overflow.  Move
1685         base handling away from strtoul.  Always reset errno.
1687         * sysdeps/alpha/Makefile (elf): Kill -mno-fp-regs.
1689         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Only set
1690         _dl_profile_map if _dl_name_match_p.
1691         (RTLD_START): Fix .prologue.  Set __libc_stack_end.
1692         * sysdeps/alpha/elf/start.S: Pass sp as arg 7.  Kill __data_start.
1694         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Mark tmp
1695         as early-clobber.
1697         * sysdeps/libm-ieee754/e_exp10.c: Include "math_private.h".
1698         * sysdeps/libm-ieee754/e_exp10f.c: Likewise.
1699         * sysdeps/libm-ieee754/e_exp10l.c: Likewise.
1701 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
1703         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use alias-safe code.
1705 1998-06-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1707         * nis/nis_call.c: Don't copy server structure.
1708         * nis/nis_intern.h: Remove unused entries.
1709         * nis/nis_table.c: Rewrite __create_ib_request.
1711 1998-06-26 14:37  Ulrich Drepper  <drepper@cygnus.com>
1713         * configure.in: Check for -fexceptions.
1714         * config.make.in: Define exceptions, not no-exceptions.
1715         * misc/sys/cdefs.h: Define __PMT.  When using modern g++ define
1716         __P to use throw().
1717         * misc/Makefile: Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to
1718         $(exceptions).
1719         * stdlib/Makefile: Likewise for bsearch.c, msort.c, and qsort.c.
1720         * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy,
1721         lfind, and lsearch prototpypes.
1722         * stdlib/stdlib.h: Likewise for bsearch and qsort.
1724 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
1726         * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use C code, not asm.
1728 1998-06-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1730         * Makefile (remove-old-headers): Make phony.
1732         * configure.in: Substitute @old_glibc_headers@.
1734 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
1736         * libc.map: Remove __libc_uid.
1738 1998-06-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1740         * manual/terminal.texi (Allocation, Pseudo-Terminal Pairs): Fix
1741         typos.
1743 1998-06-26  Ulrich Drepper  <drepper@cygnus.com>
1745         * libc.map: Add Alpha-specific io function from protected namespace.
1747 1998-06-25 19:26  Ulrich Drepper  <drepper@cygnus.com>
1749         * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
1750         * locale/Makefile: Define locale-CPPFLAGS instead of redefining
1751         CPPFLAGS.
1753         * libc.map: Export __sigaction.
1755 1998-06-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1757         * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
1758         (from Linux 2.1.107).
1760 1998-06-24  Ulrich Drepper  <drepper@cygnus.com>
1762         * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
1763         position when file was opened here.
1764         Reported by Howard Chu <hyc@platinum.com>.
1766         * sysdeps/generic/glob.c: Also protect FNM_* macros from being
1767         undefined in a second inclusion.
1769 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
1771         * sysdeps/mach/hurd/i386/Makefile: New file.
1772         * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
1773         __libc_init_secure.
1774         (_hurd_stack_setup): Renamed
1775         from __libc_init_first.
1776         (__libc_init_first): New function.
1777         * sysdeps/mach/hurd/i386/static-start.S: New file.
1779 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
1781         * sysdeps/mach/hurd/i386/init-first.c
1783 1998-06-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1785         * grp/initgroups.c: Use _CALL_DL_FCT.
1787 1998-06-23  Mark Kettenis  <kettenis@phys.uva.nl>
1789         * elf/rtld.c (process_dl_debug): Add missing continue.
1791 1998-06-23  Mark Kettenis  <kettenis@phys.uva.nl>
1793         * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
1795 1998-06-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1797         * manual/terminal.texi (Pseudo-Terminals): Correct typos.
1799 1998-06-23  Ulrich Drepper  <drepper@cygnus.com>
1801         * config.make.in: Remove LDAP support.
1802         * nss/Makefile: Likewise.
1804 1998-06-22 17:02  Ulrich Drepper  <drepper@cygnus.com>
1806         * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
1807         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
1808         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
1809         * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
1811 1998-06-02  Gordon Matzigkeit  <gord@profitpress.com>
1813         * mach/Makefile: Change `mv' invocations to `mv -f'.
1814         * mach/Machrules: Likewise.
1816 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1818         * config.make.in (old-glibc-headers): Add it.
1820         * configure.in: Add test for glibc 2.0.x headers.
1822         * Makefile (headers2_0): New variable - contains so far only
1823         Linux/Intel glibc 2.0.x headers.
1824         (remove-old-headers): New rule to remove headers from glibc 2.0.x.
1825         (install): Depend on remove-old-headers.
1827 1998-06-19  Mark Kettenis  <kettenis@phys.uva.nl>
1829         * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
1830         make ftruncate a weak alias.
1831         * sysdeps/mach/hurd/ftruncate.c: Really define function as
1832         __ftruncate.
1833         * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
1834         (truncate): Fix function defenition to match prototype.
1836 1998-06-20  Mark Kettenis  <kettenis@phys.uva.nl>
1838         * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
1839         unlockpt, ptsname, ptsname_r, openpty and forkpty.
1841 1998-06-22  Ulrich Drepper  <drepper@cygnus.com>
1843         * sysdeps/generic/glob.c: Make it possible to include glob.h
1844         before loading glob.c.
1845         Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
1847 1998-06-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1849         * nscd/connections.c: Use poll() instead of select().
1851 1998-06-22 14:08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1853         * sysdeps/generic/Dist: Fix typo.
1855 1998-06-20  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1857         * nis/nis_add.c: Avoid unnecessary strlen () calls.
1858         * nis/nis_addmember.c: Likewise.
1859         * nis/nis_call.c: Likewise.
1860         * nis/nis_creategroup.c: Likewise.
1861         * nis/nis_destroygroup.c: Likewise.
1862         * nis/nis_findserv.c: Likewise.
1863         * nis/nis_ismember.c: Likewise.
1864         * nis/nis_print.c: Likewise.
1865         * nis/nis_print_group_entry.c: Likewise.
1866         * nis/nis_removemember.c: Likewise.
1867         * nis/nis_verifygroup.c: Likewise.
1868         * nis/ypclnt.c: Likewise.
1870         * nis/nis_file.c: Close file handles.
1872         * nis/nis_callback.c: Fix typo.
1874 1998-06-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1876         * nis/Makefile: Add nis-initgroups and compat-initgroups.
1877         * nis/libnss_compat.map: Add _nss_compat_initgroups.
1878         * nis/libnss_nis.map: Add _nss_nis_initgroups.
1879         * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
1880         * nis/nss_nis/nis-initgroups.c: Likewise.
1881         * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
1882         __nss_lookup_function and make it public.
1883         * grp/initgroups.c: Rewrite, to use initgroups function from NSS
1884         module if exists, else use old method.
1886 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
1888         * nss/getXXbyYY_r.c (lookup_function): Correct return in type
1889         definition.
1890         * nss/getXXent_r.c (set_function, end_function, get_function):
1891         Likewise.  Reported by Thorsten Kukuk.
1893         * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
1895 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1897         * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
1898         1998-06-16 and distribute kernel_termios.h.
1900         * nis/Makefile (distribute): Add nis_xdr.h.
1902 1998-06-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1904         * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
1905         kernels that don't have sigaltstack.
1907 1998-06-19  Ulrich Drepper  <drepper@cygnus.com>
1909         * sysdeps/generic/bits/sem.h: Don't define union semun.
1911         * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
1913         * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
1914         here.
1915         * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
1916         definition here.
1918 1998-06-18 21:45  Ulrich Drepper  <drepper@cygnus.com>
1920         * signal/signal.h: Add prototype for __sigaltstack.
1921         * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
1922         Remove sigstack entry.
1923         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
1924         * sysdeps/unix/sysv/linux/sigstack.c: New file.
1926         * sysdeps/i386/backtrace.c: Add casts.
1928 1998-06-18 19:49  Ulrich Drepper  <drepper@cygnus.com>
1930         * intl/dcgettext.c: use complete type name.
1931         * intl/hash-string.h: Likewise.
1933         * intl/localealias.c: Undo patch from 1998-04-29.
1934         * intl/l10nflist.c: Likewise.
1935         * intl/loadinfo.h: Likewise.
1937 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
1939         * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
1941 1998-06-18 16:40  Ulrich Drepper  <drepper@cygnus.com>
1943         * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
1944         _dl_mcount, _dl_mcount_wrapper.
1945         * elf/Makefile (routines): Add dl-profstub.
1946         * elf/dl-profstub.c: New file.
1947         * elf/dl-support.c: Don't define _dl_profile_map.
1948         * elf/rtld.c: Likewise.
1949         * elf/dlfcn.h: Define DL_CALL_FCT macro.
1950         * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
1951         Define _CALL_DL_FCT.
1952         * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
1953         loaded object.
1954         * iconv/gconv_db.c: Likewise.
1955         * iconv/skeleton.c: Likewise.
1956         * nss/getXXbyYY_r.c: Likewise.
1957         * nss/getXXent_r.c: Likewise.
1958         * nss/nsswitch.c: Likewise.
1960 1998-06-18 12:29  Ulrich Drepper  <drepper@cygnus.com>
1962         * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
1963         * sysdeps/libm-i387/e_scalbf.S: Likewise.
1964         * sysdeps/libm-i387/e_scalbl.S: Likewise.
1966 1998-06-18  Ulrich Drepper  <drepper@cygnus.com>
1968         * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
1969         longestdbl.
1971 1998-06-18 10:26  Ulrich Drepper  <drepper@cygnus.com>
1973         * iconvdata/Makefile (modules): Add MACINTOSH.
1974         (MACINTOSH-routines): New variable.
1975         (distribute): Add macintosh.c.
1976         (awk-generated-headers): Add macintosh.h.
1977         Add rule for macintosh.h generation.
1978         * iconvdata/gconv-modules: Add definitions for MACINTOSH.
1979         * iconvdata/macintosh.c: New file.
1981 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
1983         * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
1985         * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
1986         only should happen for cy != 0.
1988         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
1989         glob.h.
1991 1998-06-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1993         * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
1994         to compare stack addresses.
1996 1998-06-17  Ulrich Drepper  <drepper@cygnus.com>
1998         * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
1999         defining prototypes.
2001 1998-06-16  David S. Miller <davem@dm.cobaltmicro.com>
2003         * sysdeps/sparc/sparc32/dl-machine.h
2004         (elf_machine_fixup_plt): During rtld bootstrap, always perform
2005         flushes as the kernel will emulate it when the underlying cpu does
2006         not implement flush.
2008         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
2009         * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
2011         * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
2012         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
2013         trampoline code.
2015         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
2016         (__clone): Branch to label .Lerror not __clone_syscall_error.
2017         (.Lerror): Fixup EINVAL setting.
2018         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
2019         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
2020         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
2021         (__syscall_getgroups, __syscall_setgroups): Add.
2023         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
2024         (__sigaction): Member name is k_sa_handler.  Use memcpy to copy
2025         around sa_mask data.
2027 1998-06-16  Ulrich Drepper  <drepper@cygnus.com>
2029         * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
2031         * string/Makefile: Make sure test-ffs does not use builtins.
2033 1998-06-16  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2035         * sunrpc/svc.c: Check for NULL pointer.
2037         * nis/libnsl.map: Add public NIS+ xdr functions.
2039         * nis/rpcsvc/nis_callback.h: New file.
2040         * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
2041         * nis/nis_xdr.h: ... here.
2043         * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
2044         pointers, use NIS+ defines where possible.
2045         * nis/nis_cache.c: Likewise.
2046         * nis/nis_cache2_xdr.c: Likewise.
2047         * nis/nis_call.c: Likewise.
2048         * nis/nis_checkpoint.c: Likewise.
2049         * nis/nis_clone_dir.c: Likewise.
2050         * nis/nis_clone_obj.c: Likewise.
2051         * nis/nis_clone_res.c: Likewise.
2052         * nis/nis_creategroup.c: Likewise.
2053         * nis/nis_file.c: Likewise.
2054         * nis/nis_free.c: Likewise.
2055         * nis/nis_getservlist.c: Likewise.
2056         * nis/nis_local_names.c: likewise.
2057         * nis/nis_lookup.c: Likewise.
2058         * nis/nis_mkdir.c: Likewise.
2059         * nis/nis_modify.c: Likewise.
2060         * nis/nis_ping.c: Likewise.
2061         * nis/nis_print.c: Likewise.
2062         * nis/nis_remove.c: Likewise.
2063         * nis/nis_removemember.c: Likewise.
2064         * nis/nis_rmdir.c: Likewise.
2065         * nis/nis_server.c: Likewise.
2066         * nis/nis_table.c: Likewise.
2067         * nis/nis_util.c: Likewise.
2068         * nis/nis_verifygroup.c: Likewise.
2069         * nis/nis_xdr.c: Likewise.
2070         * nis/nis_callback.c: Likewise, and move xdr functions from here ...
2071         * nis/nis_xdr.c: ... to here.
2073 1998-06-15 18:07  Ulrich Drepper  <drepper@cygnus.com>
2075         * iconvdata/ksc5601.h: Clean up a bit.
2077 1998-06-15 14:35  Ulrich Drepper  <drepper@cygnus.com>
2079         * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
2080         and process incoming data.
2081         * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
2082         fragments as invalid.
2083         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
2085 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2087         Removal of duplicates like "the the".
2088         * manual/time.texi (TZ Variable): Likewise.
2089         * manual/users.texi (Manipulating the Database): Likewise.
2090         * manual/sysinfo.texi (Filesystem handling): Likewise.
2091         * manual/signal.texi (Signaling Yourself): Likewise.
2092         * manual/message.texi (Message Translation): Likewise.
2093         (Common Usage): Likewise.
2094         * manual/llio.texi: Likewise.
2095         * manual/arith.texi (Old-style number conversion): Likewise.
2096         * manual/argp.texi (Argp): Likewise.
2097         (Argp Parsers): Likewise.
2098         (Argp Help Filtering): Likewise.
2100         * hesiod/README.hesiod: Correct typo.
2102         * manual/llio.texi: Correct typos.
2103         * manual/sysinfo.texi: Likewise.
2105 1998-06-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2107         * rt/aio.h: Rename __op to __operation for g++.
2109 1998-06-13 20:17 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2111         * iconvdata/gen-8bit-gap.sh: Use awk not perl.  Clean up sed
2112         script.
2113         * iconvdata/gen-8bit-gap-1.sh: Likewise.
2114         * iconvdata/gen-8bit.sh: Clean up sed script.
2116         * iconvdata/Makefile: Remove all PERL conditionals; build all
2117         the modules all the time.  Export AWK.
2118         (gen-8bit-gap): Delete setting of PERL.
2119         (gen-8bit-gap-1): Likewise.
2120         (perl-generated-headers): Renamed awk-generated-headers.
2122         * iconvdata/gap.pl: Removed.
2123         * iconvdata/gaptab.pl: Removed.
2124         * iconvdata/gap.awk: New file.
2125         * iconvdata/gaptab.awk: New file.
2127 1998-06-15  Ulrich Drepper  <drepper@cygnus.com>
2129         * sysdeps/generic/Dist: Add errno-loc.c.
2131         * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
2132         __new_* functions.
2134 1998-06-14 14:21 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2136         * stdio-common/bug12.c: New test for fread()/fseek().
2137         * stdio-common/Makefile (tests): Add bug12.
2139 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2141         * sysdeps/generic/elf/backtracesyms.c: Make array elements
2142         constant.
2143         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
2144         * debug/execinfo.h: Update declaration.
2146 1998-06-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2148         * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
2149         * sysdeps/generic/backtracesyms.c: Likewise.  Fix type of RESULT.
2150         * debug/execinfo.h: Update declaration.
2152 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2154         * manual/llio.texi: Fix spelling.
2155         * manual/sysinfo.texi: Fix spelling.
2157 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2159         * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
2160         alias for old name.  Put this on __libc_subfreeres.
2161         * misc/search.h: Declare it.
2163 1998-06-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2165         * string/bits/string2.h (strcmp): Add missing parens around macro
2166         parameters.
2168 1998-06-12 23:34  Ulrich Drepper  <drepper@cygnus.com>
2170         * manual/arith.texi: Fix problem with @math and texinfo.tex.
2172         * manual/filesys.texi: Document LFS functions.
2173         * manual/llio.texi: Likewise.
2174         * manual/stdio.texi: Likewise.
2175         * manual/time.texi: Likewise.
2177         * manual/llio.texi: Document AIO functions.
2179         * resource/sys/resource.h: Mark second argument of setrlimit as const.
2180         * sysdeps/generic/setrlimit.c: Likewise.
2181         * sysdeps/generic/setrlimit64.c: Likewise.
2182         * sysdeps/mach/hurd/setrlimit.c: Likewise.
2183         * sysdeps/unix/sysv/setrlimit.c: Likewise.
2185 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2187         * sysdeps/generic/getenv.c: Fix last change.
2189 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2191         * sysdeps/generic/backtrace.c: Provide generic implementation.
2193 1998-06-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2195         * configure.in: Give visual feedback of the default directories we
2196         added.
2198 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2200         * io/fts.c (fts_build): Define oflag only if needed.
2202 1998-06-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2204         * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
2206 1998-06-11  Ulrich Drepper  <drepper@cygnus.com>
2208         * libc.map: Don't export argp's fmtstream handling functions.
2210         * manual/sysinfo.texi: Document fstab and mtab handling functions.
2211         * manual/llio.texi: Document more LFS functions and start documenting
2212         the AIO functions.
2214 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
2216         * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
2217         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2218         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2219         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2221 1998-06-03 03:09  Geoff Keating  <geoffk@ozemail.com.au>
2223         * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
2224         makes it easier to undump emacs.
2225         * sysdeps/powerpc/bits/endian.h: Use more informative error message
2226         for when the endianness can't be determined.
2228 1998-06-04 13:19  Geoff Keating  <geoffk@ozemail.com.au>
2230         * nss/Makefile: Add files publickey database support.
2231         * nss/libnss_files.map: Export the required functions.
2232         * nss/nss_files/files-key.c: Implement it.
2233         * sunrpc/rpc/auth_des.h: Correct typos in comments.
2235 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
2237         * iconv/gconv_builtin.h: Add aliases for CORBA.
2238         * iconvdata/gconv-modules: Likewise.
2240 1998-06-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2242         * math/libm-test.c (main): Call exp10_test.
2243         (exp10_test): New function which tests exp10.
2245 1998-06-10  Ulrich Drepper  <drepper@cygnus.com>
2247         * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
2248         sigstack.
2250         * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
2251         SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
2252         * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
2254 1998-06-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2256         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
2257         in the variable, not its GOT slot.
2259 1998-06-10 10:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2261         * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
2262         inline.
2263         * sysdeps/m68k/fpu/e_exp10.c: New file.
2264         * sysdeps/m68k/fpu/e_exp10f.c: New file.
2265         * sysdeps/m68k/fpu/e_exp10l.c: New file.
2267         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
2268         _dl_profile_map only if the name matches.
2269         (_dl_start_user): Remember stack address.
2270         * sysdeps/m68k/elf/start.S: Pass new argument to
2271         __libc_start_user.
2273         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
2274         definition.
2275         (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
2276         * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
2277         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
2278         * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
2279         * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
2281 1998-06-09 18:16  Ulrich Drepper  <drepper@cygnus.com>
2283         * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
2284         * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
2285         * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
2286         * math/bits/mathcalls.h: Add definitions for exp10 and pow10
2287         prototypes.
2288         * sysdeps/libm-i387/e_exp10.S: New file.
2289         * sysdeps/libm-i387/e_exp10f.S: New file.
2290         * sysdeps/libm-i387/e_exp10l.S: New file.
2291         * sysdeps/libm-ieee754/e_exp10.c: New file.
2292         * sysdeps/libm-ieee754/e_exp10f.c: New file.
2293         * sysdeps/libm-ieee754/e_exp10l.c: New file.
2294         * sysdeps/libm-ieee754/w_exp10.c: New file.
2295         * sysdeps/libm-ieee754/w_exp10f.c: New file.
2296         * sysdeps/libm-ieee754/w_exp10l.c: New file.
2297         * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
2299 1998-05-25 22:18  H.J. Lu  <hjl@gnu.org>
2301         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
2302         sys/elf.h and sys/reg.h.
2303         * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
2304         * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
2305         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
2306         * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
2308         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
2309         PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
2311 1998-06-09  Ulrich Drepper  <drepper@cygnus.com>
2313         * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
2314         __data member only for gcc.  Reported by ak@muc.de.
2316         * misc/mntent.h: Undo last patch.
2317         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
2318         * misc/tst/mntent.c: Adjust code for this change.
2320         * io/fts.c: Updated from a slightly more recent BSD version.
2321         * io/fts.h: Likewise.
2323         * libc.map: Add __libc_stack_end.
2325         * db2/Makefile (routines): Add lock_region.
2326         * db2/config.h: Update from db-2.4.14.
2327         * db2/db.h: Likewise.
2328         * db2/db_185.h: Likewise.
2329         * db2/db_int.h: Likewise.
2330         * db2/btree/bt_close.c: Likewise.
2331         * db2/btree/bt_compare.c: Likewise.
2332         * db2/btree/bt_conv.c: Likewise.
2333         * db2/btree/bt_cursor.c: Likewise.
2334         * db2/btree/bt_delete.c: Likewise.
2335         * db2/btree/bt_open.c: Likewise.
2336         * db2/btree/bt_page.c: Likewise.
2337         * db2/btree/bt_put.c: Likewise.
2338         * db2/btree/bt_rec.c: Likewise.
2339         * db2/btree/bt_recno.c: Likewise.
2340         * db2/btree/bt_rsearch.c: Likewise.
2341         * db2/btree/bt_search.c: Likewise.
2342         * db2/btree/bt_split.c: Likewise.
2343         * db2/btree/bt_stat.c: Likewise.
2344         * db2/btree/btree.src: Likewise.
2345         * db2/btree/btree_auto.c: Likewise.
2346         * db2/clib/getlong.c: Likewise.
2347         * db2/common/db_appinit.c: Likewise.
2348         * db2/common/db_apprec.c: Likewise.
2349         * db2/common/db_byteorder.c: Likewise.
2350         * db2/common/db_err.c: Likewise.
2351         * db2/common/db_log2.c: Likewise.
2352         * db2/common/db_region.c: Likewise.
2353         * db2/common/db_salloc.c: Likewise.
2354         * db2/common/db_shash.c: Likewise.
2355         * db2/db/db.c: Likewise.
2356         * db2/db/db.src: Likewise.
2357         * db2/db/db_auto.c: Likewise.
2358         * db2/db/db_conv.c: Likewise.
2359         * db2/db/db_dispatch.c: Likewise.
2360         * db2/db/db_dup.c: Likewise.
2361         * db2/db/db_overflow.c: Likewise.
2362         * db2/db/db_pr.c: Likewise.
2363         * db2/db/db_rec.c: Likewise.
2364         * db2/db/db_ret.c: Likewise.
2365         * db2/db/db_thread.c: Likewise.
2366         * db2/db185/db185.c: Likewise.
2367         * db2/db185/db185_int.h: Likewise.
2368         * db2/dbm/dbm.c: Likewise.
2369         * db2/hash/hash.c: Likewise.
2370         * db2/hash/hash.src: Likewise.
2371         * db2/hash/hash_auto.c: Likewise.
2372         * db2/hash/hash_conv.c: Likewise.
2373         * db2/hash/hash_debug.c: Likewise.
2374         * db2/hash/hash_dup.c: Likewise.
2375         * db2/hash/hash_func.c: Likewise.
2376         * db2/hash/hash_page.c: Likewise.
2377         * db2/hash/hash_rec.c: Likewise.
2378         * db2/hash/hash_stat.c: Likewise.
2379         * db2/include/btree.h: Likewise.
2380         * db2/include/btree_ext.h: Likewise.
2381         * db2/include/clib_ext.h: Likewise.
2382         * db2/include/common_ext.h: Likewise.
2383         * db2/include/cxx_int.h: Likewise.
2384         * db2/include/db.h.src: Likewise.
2385         * db2/include/db_185.h.src: Likewise.
2386         * db2/include/db_am.h: Likewise.
2387         * db2/include/db_auto.h: Likewise.
2388         * db2/include/db_cxx.h: Likewise.
2389         * db2/include/db_dispatch.h: Likewise.
2390         * db2/include/db_ext.h: Likewise.
2391         * db2/include/db_int.h.src: Likewise.
2392         * db2/include/db_page.h: Likewise.
2393         * db2/include/db_shash.h: Likewise.
2394         * db2/include/db_swap.h: Likewise.
2395         * db2/include/hash.h: Likewise.
2396         * db2/include/hash_ext.h: Likewise.
2397         * db2/include/lock.h: Likewise.
2398         * db2/include/lock_ext.h: Likewise.
2399         * db2/include/log.h: Likewise.
2400         * db2/include/log_ext.h: Likewise.
2401         * db2/include/mp.h: Likewise.
2402         * db2/include/mp_ext.h: Likewise.
2403         * db2/include/mutex_ext.h: Likewise.
2404         * db2/include/os_ext.h: Likewise.
2405         * db2/include/os_func.h: Likewise.
2406         * db2/include/queue.h: Likewise.
2407         * db2/include/shqueue.h: Likewise.
2408         * db2/include/txn.h: Likewise.
2409         * db2/lock/lock.c: Likewise.
2410         * db2/lock/lock_conflict.c: Likewise.
2411         * db2/lock/lock_deadlock.c: Likewise.
2412         * db2/lock/lock_region.c: Likewise.
2413         * db2/lock/lock_util.c: Likewise.
2414         * db2/log/log.c: Likewise.
2415         * db2/log/log.src: Likewise.
2416         * db2/log/log_archive.c: Likewise.
2417         * db2/log/log_auto.c: Likewise.
2418         * db2/log/log_compare.c: Likewise.
2419         * db2/log/log_findckp.c: Likewise.
2420         * db2/log/log_get.c: Likewise.
2421         * db2/log/log_put.c: Likewise.
2422         * db2/log/log_rec.c: Likewise.
2423         * db2/log/log_register.c: Likewise.
2424         * db2/mp/mp_bh.c: Likewise.
2425         * db2/mp/mp_fget.c: Likewise.
2426         * db2/mp/mp_fopen.c: Likewise.
2427         * db2/mp/mp_fput.c: Likewise.
2428         * db2/mp/mp_fset.c: Likewise.
2429         * db2/mp/mp_open.c: Likewise.
2430         * db2/mp/mp_pr.c: Likewise.
2431         * db2/mp/mp_region.c: Likewise.
2432         * db2/mp/mp_sync.c: Likewise.
2433         * db2/mutex/68020.gcc: Likewise.
2434         * db2/mutex/mutex.c: Likewise.
2435         * db2/mutex/parisc.gcc: Likewise.
2436         * db2/mutex/parisc.hp: Likewise.
2437         * db2/mutex/sco.cc: Likewise.
2438         * db2/os/os_abs.c: Likewise.
2439         * db2/os/os_alloc.c: Likewise.
2440         * db2/os/os_config.c: Likewise.
2441         * db2/os/os_dir.c: Likewise.
2442         * db2/os/os_fid.c: Likewise.
2443         * db2/os/os_fsync.c: Likewise.
2444         * db2/os/os_map.c: Likewise.
2445         * db2/os/os_oflags.c: Likewise.
2446         * db2/os/os_open.c: Likewise.
2447         * db2/os/os_rpath.c: Likewise.
2448         * db2/os/os_rw.c: Likewise.
2449         * db2/os/os_seek.c: Likewise.
2450         * db2/os/os_sleep.c: Likewise.
2451         * db2/os/os_spin.c: Likewise.
2452         * db2/os/os_stat.c: Likewise.
2453         * db2/os/os_unlink.c: Likewise.
2454         * db2/progs/db_archive/db_archive.c: Likewise.
2455         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
2456         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
2457         * db2/progs/db_dump/db_dump.c: Likewise.
2458         * db2/progs/db_dump185/db_dump185.c: Likewise.
2459         * db2/progs/db_load/db_load.c: Likewise.
2460         * db2/progs/db_printlog/db_printlog.c: Likewise.
2461         * db2/progs/db_recover/db_recover.c: Likewise.
2462         * db2/progs/db_stat/db_stat.c: Likewise.
2463         * db2/txn/txn.c: Likewise.
2464         * db2/txn/txn.src: Likewise.
2465         * db2/txn/txn_auto.c: Likewise.
2466         * db2/txn/txn_rec.c: Likewise.
2468         * elf/rtld.c: Move definition of __libc_stack_end to ...
2469         * sysdeps/generic/dl-sysdep.h: ...here.
2471         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
2472         * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
2473         * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
2475         * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
2476         * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
2477         before following it.
2479 1998-06-08 21:44  Ulrich Drepper  <drepper@cygnus.com>
2481         * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
2482         from mntent correctly.
2484 1998-06-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2486         * sunrpc/Makefile (generated): Correct typo.
2488 1998-06-04  Philip Blundell  <philb@gnu.org>
2490         * elf/elf.h (EM_ARM, et al.): New definitions.
2491         * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
2493 1998-06-08 21:33  Ulrich Drepper  <drepper@cygnus.com>
2495         * localedata/SUPPORTED: Add sk_SK.
2496         * localedata/locales/sk_SK: New file.
2498 1998-06-08 18:57  Ulrich Drepper  <drepper@cygnus.com>
2500         * Makeconfig (subdirs): Add debug.
2501         * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
2502         * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
2503         backtrace_symbols.
2504         * sysdeps/generic/backtrace.c: New file.
2505         * sysdeps/generic/backtracesyms.c: New file.
2506         * sysdeps/generic/elf/backtracesyms.c: New file.
2507         * sysdeps/i386/backtrace.c: New file.
2508         * debug/Makefile: New file.
2509         * debug/backtrace-tst.c: New file.
2510         * debug/execinfo.h: New file.
2512 1998-06-08 13:34  Ulrich Drepper  <drepper@cygnus.com>
2514         * elf/sprof.c: Implement call graph profiling.
2516         * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
2518 1998-06-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2520         * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
2521         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
2522         * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
2523         Noticed by Jake Garver <garver@valkyrie.net>.
2525 1998-06-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2527         * libio/genops.c (__underflow): Read character from read pointer
2528         as unsigned.
2529         (__uflow): Likewise.
2531 1998-06-07 13:32  Ulrich Drepper  <drepper@cygnus.com>
2533         * libc.map: Add _dl_profile.
2534         * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
2535         this to ELF_DYNAMIC_RELOCATE.
2536         Always allocate array for relocation result if LD_PROFILE is defined.
2537         * elf/ldsodefs.h: Adjust prototypes.
2538         * elf/dl-open.c (_dl_open): Call relocation function with extra
2539         argument.
2540         * elf/rtld.c: Likewise.
2541         * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
2542         Correct loop condition.
2543         * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
2544         consider_profile to runtime setup function.
2545         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
2546         _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
2548         * elf/dl-support.c: Define __libc_stack_end.
2549         * elf/rtld.c: Likewise.
2550         * sysdeps/generic/libc-start.c: Store last stack address in
2551         __libc_stack_end.
2552         * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
2553         * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
2555         * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
2556         Include <stdint.h>, not <inttypes.h>.
2558         * elf/sprof.c: Implement flat profiling.
2560         * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
2561         _IO_funlockfile explicitly.
2562         * libio/fileops.c: Likewise.
2563         * libio/fputc.c: Likewise.
2564         * libio/freopen.c: Likewise.
2565         * libio/freopen64.c: Likewise.
2566         * libio/fseek.c: Likewise.
2567         * libio/fseeko.c: Likewise.
2568         * libio/fseeko64.c: Likewise.
2569         * libio/ftello.c: Likewise.
2570         * libio/ftello64.c: Likewise.
2571         * libio/getc.c: Likewise.
2572         * libio/getchar.c: Likewise.
2573         * libio/iofclose.c: Likewise.
2574         * libio/iofflush.c: Likewise.
2575         * libio/iofgetpos.c: Likewise.
2576         * libio/iofgetpos64.c: Likewise.
2577         * libio/iofgets.c: Likewise.
2578         * libio/iofputs.c: Likewise.
2579         * libio/iofread.c: Likewise.
2580         * libio/iofsetpos.c: Likewise.
2581         * libio/iofsetpos64.c: Likewise.
2582         * libio/ioftell.c: Likewise.
2583         * libio/iofwrite.c: Likewise.
2584         * libio/iogetdelim.c: Likewise.
2585         * libio/iogets.c: Likewise.
2586         * libio/ioputs.c: Likewise.
2587         * libio/ioseekoff.c: Likewise.
2588         * libio/ioseekpos.c: Likewise.
2589         * libio/iosetbuffer.c: Likewise.
2590         * libio/iosetvbuf.c: Likewise.
2591         * libio/ioungetc.c: Likewise.
2592         * libio/iovsprintf.c: Likewise.
2593         * libio/iovsscanf.c: Likewise.
2594         * libio/oldfileops.c: Likewise.
2595         * libio/oldiofclose.c: Likewise.
2596         * libio/peekc.c: Likewise.
2597         * libio/putc.c: Likewise.
2598         * libio/putchar.c: Likewise.
2599         * libio/rewind.c: Likewise.
2601         * malloc/mtrace.c: Pretty print.
2603         * misc/mntent.h (struct mentent): Make string elements const char *.
2605         * nis/nis_printf.c: Optimize I/O a little bit.
2607         * signal/Makefile (distribute): Add sigset-cvt-mask.h.
2608         * sysdeps/generic/sigset-cvt-mask.h: New file.
2609         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
2610         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
2611         * sysdeps/posix/sigvec.c: Rewrite the use definitions from
2612         sigset-cvt-mask.h to do the dirty work.
2613         Patches by Joe Keane.
2615         * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
2617         * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
2618         syscall_error label in case of PIC anonymous.
2619         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
2620         * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
2621         * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
2622         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
2623         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
2624         * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
2625         * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
2627 1998-06-05  Ulrich Drepper  <drepper@cygnus.com>
2629         * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
2630         we cannot declare the struct element as const.
2631         * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
2632         * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
2634 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2636         * manual/Makefile: Include ../Makeconfig earlier.
2637         (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
2638         exist.
2639         (dir-add.texinfo): Remove useless $(SHELL).
2641 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2643         * Makefile (others): Build programs from install-bin.
2644         * configure.in: Modify config.make only if is was just created and
2645         move that command to second argument of AC_OUTPUT.  Add command to
2646         set config_vars in config.status.
2648 1998-06-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2650         * malloc/Makefile (address-width): Fix conditional.
2652 1998-06-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2654         * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
2655         putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
2656         strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
2657         version GLIBC_2.1.
2659 1998-06-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2661         * manual/lang.texi (Range of Type): Change @end table->@end vtable.
2662         (Floating Point Parameters): Likewise.
2664 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
2666         * hurd/Makefile (routines): Add cthreads.
2668 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
2670         * login/login.c (login): Let pututline take care of finding the
2671         positin to insert the UTMP entry.  This corrects a bug where ssh
2672         was not reusing UTMP entries marked as DEAD_PROCESS.
2673         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
2675 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
2677         * login/Makefile (tests): New variable, add tst-utmp and
2678         tst-utmpx.
2679         * login/tst-utmp.c: New file.
2680         * login/tst-utmpx.c: New file.
2682 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
2684         * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
2685         aliases for _hurd_nerr, for programs that don't use sys_errlist,
2686         but need sys_err.
2688 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
2690         * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
2691         * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
2693 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
2695         * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
2696         make __read a weak alias.  Use ANSI-style function definition.
2697         * sysdeps/mach/hurd/write.c: Likewise.
2699 1998-05-31  Mark Kettenis  <kettenis@phys.uva.nl>
2701         * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
2702         _sys_errlist.
2704 1998-05-30  Mark Kettenis  <kettenis@phys.uva.nl>
2706         * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
2707         Renamed from librtld.so.
2709 1998-06-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2711         * libc.map: Remove _IO_getline_info which was erroneously
2712         introduced in section GLIBC_2.0.
2713         Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
2715 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
2717         * sysdeps/generic/socket.c (__socket): Renamed from socket, and
2718         created a weak alias.
2719         * sysdeps/mach/hurd/socket.c (__socket): Likewise.
2721 1998-05-31  Gordon Matzigkeit  <gord@profitpress.com>
2723         * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
2724         ftruncate function, and create a weak alias to ftruncate.
2726 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
2728         * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
2729         * inet/getnetgrent_r.c: Likewise.
2730         * nss/getXXbyYY_r.c: Likewise.
2731         * nss/getXXent_r.c: Likewise.
2732         * pwd/fgetpwent_r.c: Likewise.
2733         * shadow/sgetspent_r.c: Likewise.
2734         * shadow/fgetspent_r.c: Likewise.
2735         * sunrpc/publickey.c: Likewise.
2737 1998-06-01  Gordon Matzigkeit  <gord@profitpress.com>
2739         * hurd/libhurduser.map: New file.
2740         * mach/libmachuser.map: Likewise.
2742         * libc.map: Add Hurd-specific functions to version 2.1.
2743         Add __flshfp and __fillbf.
2745 1998-05-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2747         * manual/signal.texi (Basic Signal Handling): Fix typo.
2748         * manual/errno.texi (Error Codes): Likewise.
2750 1998-06-02  Ulrich Drepper  <drepper@cygnus.com>
2752         * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
2753         instead of <sys/socket.h>.
2754         Patch by NIIBE Yutaka <gniibe@mri.co.jp>
2756         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
2757         Finally make it working.
2758         Patch by Mark Hatle <fray@kernel.crashing.org>.
2760 1998-03-22  Paul Eggert  <eggert@twinsun.com>
2762         * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
2763         a Solaris 2.6 bug.
2765 1998-05-30  Philip Blundell  <Philip.Blundell@pobox.com>
2767         * stdlib/gmp-impl.h: Support strange mixed-endian double format
2768         used by ARM systems.
2769         * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
2770         FE_EXCEPT_SHIFT.
2771         * sysdeps/arm/bits/fenv.h: Deleted.
2772         * sysdeps/arm/fpu/ieee754.h: New file.
2773         * sysdeps/arm/gmp-mparam.h: New file.
2774         * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
2775         implementation.
2777 1998-06-01  Ulrich Drepper  <drepper@cygnus.com>
2779         * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
2781         * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
2782         of ((unused)).  Reported by Bruno Haible.
2784 1998-05-31  Philip Blundell  <philb@gnu.org>
2786         * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
2787         referring to errno and _errno.
2789         * sysdeps/arm/fpu/feholdexcpt.c: New file.
2791         * sysdeps/i386/fpu_control.h: Fix typo.
2793         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
2794         (_JMPBUF_UNWINDS): Added.
2795         * sysdeps/arm/fpu/bits/setjmp.h: New file.
2797 1998-05-25  Gordon Matzigkeit  <gord@profitpress.com>
2799         * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
2800         order to build header files, not `generated'.
2802         * Rules (before-compile): New target which depends on all
2803         $(before-compile) files.
2805 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2807         * nis/nis_call.c: Make directory search faster.
2809         * nis/nis_callback.c: Insert public key of user in callback data.
2811         * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
2813         * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
2815         * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
2817         * nis/nis_intern.h: Remove duplicated prototype.
2819 1998-06-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2821         * sunrpc/auth_des.c: Move prototypes from here ...
2822         * sunrpc/rpc/auth.h: ... to here.
2824         * sunrpc/clnt_tcp.c: Add more control flags.
2825         * sunrpc/clnt_udp.c: Likewise.
2827         * sunrpc/netname.c (host2netname): Remove prefixing dot from
2828         domainname.
2830         * sunrpc/rpc/clnt.h: Document, which control flags are not
2831         implementable.
2833         * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
2835 1998-05-29  Ulrich Drepper  <drepper@cygnus.com>
2837         * locale/loadlocale.c (_nl_load_locale): Don't allow too small
2838         files crash the program.
2840         * io/Makefile: Don't run ftwtest-sh if cross-compiling.
2841         * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
2842         Reported by Deborah Wallach <kerr@pa.dec.com>.
2844 1998-05-28 00:53  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2846         * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
2847         on whether this is a stable release or not (keeps snapshot bug
2848         reports out of the database).
2850         * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
2851         * sysdeps/arm/sysdep.h: Likewise.
2852         * sysdeps/i386/sysdep.h: Likewise.
2853         * sysdeps/m68k/sysdep.h: Likewise.
2854         * sysdeps/mach/mips/sysdep.h: Likewise.
2855         * sysdeps/mach/sys/reboot.h: Likewise.
2856         * sysdeps/mach/sysdep.h: Likewise.
2857         * sysdeps/unix/alpha/sysdep.h: Likewise.
2858         * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
2859         * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
2860         * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
2861         * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
2862         * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
2863         * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
2864         * sysdeps/unix/i386/sysdep.h: Likewise.
2865         * sysdeps/unix/mips/sysdep.h: Likewise.
2866         * sysdeps/unix/sparc/sysdep.h: Likewise.
2867         * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
2868         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
2869         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2870         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
2871         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
2872         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2873         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2874         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
2876 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
2878         * mach/Machrules: Use $(move-if-change).
2880 1998-05-27  Mark Kettenis  <kettenis@phys.uva.nl>
2882         * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
2883         * Makerules (lib%.so): Depend on $(+interp).
2884         (libc.so): Add interp.os to list of dependencies.
2885         (interp-obj): Remove variable.
2886         * mach/Machrules (+interp): Define to empty since libhurduser and
2887         libmachuser don't need to have the interpreter set.
2889 1998-05-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2891         * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
2893         * resolv/gethnamaddr.c: Likewise.
2895         * resolv/res_comp.c: Likewise.
2897 1998-05-28  Mark Kettenis  <kettenis@phys.uva.nl>
2899         * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
2900         so that transparent union works.
2902 1998-05-29 08:58  Ulrich Drepper  <drepper@cygnus.com>
2904         * manual/texinfo.tex: Update to last available version.
2906         * timezone/africa: Update from tzdata1998e.
2907         * timezone/antarctica: Likewise.
2908         * timezone/asia: Likewise.
2909         * timezone/australasia: Likewise.
2910         * timezone/europe: Likewise.
2911         * timezone/iso3166.tab: Likewise.
2912         * timezone/northamerica: Likewise.
2913         * timezone/tzselect.ksh: Likewise.
2914         * timezone/zone.tab: Likewise.
2916 1998-05-27  Ulrich Drepper  <drepper@cygnus.com>
2918         * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
2919         Reported by Matt McLean <keys@brio.yikes.com>.
2921 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2923         * catgets/Makefile ($(objpfx)de.cat): Renamed from
2924         do-gencat-test.  Use automatic variables.
2925         ($(objpfx)de.msg): Fix reference to po file.
2927 1998-05-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2929         * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
2930         $(move-if-change).
2932 1998-05-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2934         * intl/dcgettext.c: Fix typo.
2936 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2938         * configure.in: Allow more make versions e.g 3.76.90.
2940 1998-05-25  Ulrich Drepper  <drepper@cygnus.com>
2942         * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
2944         * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
2945         for Hurd.  Patch by Mark Kettenis.
2947 1998-04-18  Gordon Matzigkeit  <gord@profitpress.com>
2949          * mach/Machrules (+preinit, +postinit): Define these variables to
2950          empty because libhurduser and libmachuser don't need startup
2951          files.
2953 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
2955          * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
2956          instead of a raw bitmask.
2958 1998-05-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2960         * Makeconfig (rpath-dirs): New variable.
2961         (rpath-link): Use it.
2962         (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
2963         (db-objpfx): Removed.
2964         * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
2965         * md5-crypt/Makefile: Likewise.
2966         * sysdeps/mach/hurd/Makefile: Likewise.
2968         * Makeconfig (move-if-change): New variable.
2969         * iconvdata/Makefile (move-if-change): Removed.
2970         * manual/Makefile (move-if-change): Set only if undefined, use
2971         local script by default.
2972         * sunrpc/Makefile (move-if-change): Removed.
2973         * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
2974         $(move-if-change).
2976          * elf/Makefile: Remove all references to obsolete file
2977          $(objpfx)rtldtbl.h.
2978          ($(objpfx)trusted-dirs.h): Use stamp file.  Cleanup command.
2980 1998-05-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2982         * elf/dl-close.c (_dl_close): Add debugging message.
2984 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2986         * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
2987         to get Linux version and not gcc version.
2988         Reported by Alan Curry <pacman@cqc.com>.
2990 1998-05-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2992         * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
2993         pointers - return unknown error message instead.
2994         Reported by Alan Curry <pacman@cqc.com>.
2996 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
2998         * iconvdata/Makefile (modules, sed-generated-headers,
2999         perl-generated-headers): ibm424.h is perl generated.  Make
3000         necessary modifications to compile without perl.
3002 1998-05-24  Mark Kettenis  <kettenis@phys.uva.nl>
3004         * hesiod/hesiod.c (read_config_file): Fix typo.
3006 1998-05-24  Ulrich Drepper  <drepper@cygnus.com>
3008         * version.h: Bump VERSION.
3010         * csu/Makefile (distribute): Add munch-tmpl.c.
3012 1998-05-23  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3014         * nis/nis_defaults.c: Fix buffer problems and typos.
3016 1998-05-23 08:42  Ulrich Drepper  <drepper@cygnus.com>
3018         * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
3019         Patch by Fred Fish.
3021 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
3023         * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
3024         overwriting bugs.
3026         * libio/strops.c (_IO_str_underflow): Read newly available
3027         character from buffer as unsigned.
3029 1998-05-22 10:56  Ulrich Drepper  <drepper@cygnus.com>
3031         * catgets/Makefile (distribute): Add xopen-msg.h.
3032         (generated): Add de.msg and de.cat.
3033         (tests): Add do-gencat-test.
3034         (do-gencat-test): New goal.  Run gencat on a generated msg file.
3035         * catgets/xopen-msg.h: New file.
3037 1998-05-22  Ulrich Drepper  <drepper@cygnus.com>
3039         * catgets/open_catalog.c (__open_catalog): Use byteswap.h
3040         functions.  Optimize filename creation a bit.
3042 1998-05-22 09:29  Ulrich Drepper  <drepper@cygnus.com>
3044         * stdlib/random_r.c: Help gcc to optimize the code.
3045         Patch by Joe Keane <jgk@jgk.org>.
3047 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
3049         * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
3050         tsearch calls.
3052 1998-05-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3054         * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
3055         it.
3057 1998-05-21 15:27  Ulrich Drepper  <drepper@cygnus.com>
3059         * wcsmbs/wcsnrtombs.c: Correct computation of result.
3060         * wcsmbs/wcsrtombs.c: Likewise.
3062         * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
3063         * wcsmbs/wcsmbs-tst1.c: New file.
3065         * iconv/loop.c (COUNT_CONVERTED): Correct computation.
3067         * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
3068         as 1.
3070         * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
3071         weak.
3073 1998-05-21  Philip Blundell  <philb@gnu.org>
3075         * sysdeps/arm/fpu_control.h: Replace stub file with real
3076         implementation.
3077         * sysdeps/arm/fpu/bits/fenv.h: New file.
3078         * sysdeps/arm/fpu/fesetround.c: Likewise.
3079         * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
3080         * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
3081         * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
3082         * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
3083         * sysdeps/arm/fpu/fegetenv.c: Likewise.
3084         * sysdeps/arm/fpu/fesetenv.c: Likewise.
3086 1998-05-21 16:34  Richard Henderson  <rth@cygnus.com>
3088         * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
3089         read instead of mmap.
3091 1998-05-21  8:16  Richard Henderson  <rth@cygnus.com>
3093         * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
3094         directly instead of include_next.  Add missing semicolons.
3095         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
3096         Add missing semicolons.
3098 1998-05-21  Ulrich Drepper  <drepper@cygnus.com>
3100         * iconvdata/gconv-modules: Add more aliases to please java
3101         environments.
3103 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
3105         * stdio-common/vfprintf.c (process_arg): Fix typo.
3107         * iconvdata/TESTS: New tests for EUC-KR.
3109         * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
3110         * iconvdata/testdata/EUC-KR: New file.
3112 1998-05-20 07:26  H.J. Lu  <hjl@gnu.org>
3114         * math/libm-test.c (hypot_test): Fix a typo.
3116 1998-05-20  Ulrich Drepper  <drepper@cygnus.com>
3118         * stdio-common/vfprintf.c: When precision is specified for %ls or
3119         %S handle it correctly.
3121 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3123         * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
3124         the" in one line - fixed it.
3125         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
3126         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
3127         * posix/unistd.h: Likewise
3129 1998-05-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3131         * Makeconfig (rpath-link): Add resolvobjdir.
3132         (resolvobjdir): New variable.
3133         Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
3135 1998-05-20 09:36  Ulrich Drepper  <drepper@cygnus.com>
3137         * elf/dl-close.c: Call shared object terminators at the right time.
3138         Patch by Philippe Troin <phil@fifi.org>.
3140 1998-05-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3142         * Make-dist (+tsrcs): Also add *.map for every member of
3143         $(extra-libs).
3145         * Makefile (distribute): Don't distribute scripts/printsources and
3146         scripts/=__ify.  Distribute FAQ.in.
3147         (rpm/%): Don't pass subdirs to sub-make.
3149         * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
3150         instead of $(no_deps).
3152 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3154         * sysdeps/generic/setenv.c: Protect against GNU C extension.
3155         (KNOWN_VALUE, STORE_VALUE): Do it right.
3156         (setenv): Remove unused variable.
3158 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3160         * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
3161         (CFLAGS-zdump.c): Add $(tz-cflags).
3163         * timezone/zdump.c (abbr): Use TM_ZONE if defined.  Add const to
3164         return type.
3166 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3168         * time/tzfile.c (__tzfile_compute): Undo last change.  Instead
3169         take struct tm parameter and set tm_isdst, tm_zone and tm_offset
3170         if use_localtime.
3171         * time/tzset.c: Update prototype of __tzfile_compute.
3172         (__tz_convert): Pass tp to __tzfile_compute.  Don't set tm_isdst,
3173         tm_zone and tm_offset here if __use_tzfile.
3175 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3177         * Makerules: Install libc.a even if there are no object file.
3179 1998-05-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3181         * Makerules (do-makelib): Don't force creating library from
3182         scratch, which is faster and gets correct behaviour if $(subdirs)
3183         is incomplete.
3185 1998-05-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3187         * Makerules (do-stamp): Make it work when building in source
3188         directory.
3190 1998-05-20 00:10  Ulrich Drepper  <drepper@cygnus.com>
3192         * elf/dl-load.c: Rename option and variable from ignore-rpath to
3193         inhibit-rpath.
3194         * elf/dl-support.c: Likewise.
3195         * elf/ldsodefs.h: Likewise.
3196         * elf/rtld.c: Likewise.
3197         * iconvdata/run-iconv-test.sh: Likewise.
3199 1998-05-19 23:08  Ulrich Drepper  <drepper@cygnus.com>
3201         * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
3202         variable using the value.
3203         * elf/ldsodefs.h: Declare _dl_ignore_path.
3204         * elf/dl-load.c (decompose_rpath): Compare name of handled shared
3205         object against list in _dl_ignore_path and ignore RPATH if on the list.
3206         * elf/dl-support.c: Define _dl_ignore_path for static binaries.
3207         * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
3208         to make sure we get the correct helper libraries loaded.
3210         * elf/dl-load.c (decompose_rpath): Remove `room' parameter.  Use
3211         "RPATH" string in call to fillin_rpath instead.
3212         (_dl_init_paths): Remove this parameter from call to decompose_rpath.
3214 1998-05-19  Ulrich Drepper  <drepper@cygnus.com>
3216         * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
3217         correctly.  Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
3219 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3221         * manual/terminal.texi (I/O Queues): Fix typo.
3223         * manual/stdio.texi (Closing Streams): Fix grammar.
3225         * manual/arith.texi (Absolute Value): Correct typo.
3226         Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
3228 1998-05-19 15:58  Ulrich Drepper  <drepper@cygnus.com>
3230         * elf/rtld.c (process_envvars): Fix typo.  Don't handle
3231         LD_PROFILE_OUTPUT in SUID binaries.
3232         * intl/dcgettext.c: In SUID binaries don't let language part of
3233         locale value contain path elements.
3234         * intl/explodename.h: Define new function _nl_find_language.
3235         * intl/loadinfo.h: Declare _nl_find_language.
3236         * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
3237         language part it drop the value is path element is contained.
3239         * locale/setlocale.c: Fix typo.
3241 1998-05-18  Philip Blundell  <Philip.Blundell@pobox.com>
3243         * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
3245         * sysdeps/arm/strlen.S: Support both big and little endian processors.
3247         * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
3248         log, not a byte-count.
3250         * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
3251         a.out compatibility.
3253 1998-05-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3255         * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
3256         * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
3257         * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
3258         * posix/unistd.h: Likewise.
3259         * math/math.h: Likewise.
3260         * manual/users.texi (Manipulating the Database): Likewise.
3261         * manual/signal.texi (Job Control Signals): Likewise.
3262         * manual/message.texi (The gencat program): Likewise.
3263         * manual/filesys.texi (Hard Links): Likewise.
3264         * manual/math.texi (SVID Random): Likewise.
3265         * manual/llio.texi (Waiting for I/O): Likewise.
3266         * manual/io.texi (File Name Errors): Likewise.
3267         * manual/conf.texi (String Parameters): Likewise.
3268         * manual/arith.texi (Infinity): Likewise.
3269         * malloc/malloc.c: Likewise.
3270         * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
3271         * csu/Makefile: Likewise.
3273 1998-05-19 12:16  Ulrich Drepper  <drepper@cygnus.com>
3275         * manual/memory.texi: Add back accidently removed line.
3277 1998-04-25  Mark Kettenis  <kettenis@phys.uva.nl>
3279         * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
3280         (timeout_handler): New function.
3281         (LOCK_FILE, UNLOCK_FILE): New macros.
3282         Implement file locking with timeout.
3283         (getutent_r_file, internal_getut_r, getutline_r_file,
3284         pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
3285         locking.
3287 1998-05-18 11:38  Ulrich Drepper  <drepper@cygnus.com>
3289         * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
3290         directory.
3292 1998-05-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3294         * rpm/Makefile: Delete inclusion of version.mk.
3296 1998-05-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3298         * libc.map: Add all libio functions needed libstdc++ with version
3299         2.0, sort entries.
3301 1998-05-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3303         * iconvdata/Makefile (generated): Add *.stmp files.
3305 1998-05-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3307         * timezone/Makefile (testdata, build-testdata): New variables, use
3308         them in rules for test data.
3309         ($(objpfx)tst-timezone.out): Depend on test data.
3310         ($(testdata)/Europe/Berlin, $(testdata)/Universal,
3311         $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
3312         New rules to build test data.
3313         (tst-timezone-ENV): Pass TZDIR to point to test data.
3315 1998-05-18  Ulrich Drepper  <drepper@cygnus.com>
3317         * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
3318         (the designation sequence is disturbing).
3320 1998-05-17  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3322         * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
3323         * sunrpc/xdr_rec.c: Likewise.
3325 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
3327         * posix/Makefile (tests): Add runptests.
3328         (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
3329         (before-compile): Add ptestcases.h.
3330         (ptestscases.h): Add rule to generate from PTESTS.
3331         * posix/runptests.c: New file.
3332         * posix/PTESTS: New file.
3333         * posix/PTESTS2C.sed: New file.
3335 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
3337         * iconv/loop.c: Let user add code to use and set paramaters.
3339         * iconvdata/iso-2022-kr.c: Correct to-loop.
3341         * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
3342         point to output buffer.
3344         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
3345         hanja.
3347         * iconvdata/TESTS: Add ISO-2022-KR test.
3348         * iconvdata/testdata/ISO-2022-KR: New file.
3350 1998-05-15 21:07  Ulrich Drepper  <drepper@cygnus.com>
3352         * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
3353         and internal_use.
3354         * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
3355         and internal_use.
3356         * wcsmbs/btowc.c: Likewise.
3357         * wcsmbs/mbrtowcs.c: Likewise.
3358         * wcsmbs/mbsnrtowcs.c: Likewise.
3359         * wcsmbs/mbsrtowcs.c: Likewise.
3360         * wcsmbs/wcrtomb.c: Likewise.
3361         * wcsmbs/wcsnrtombs.c: Likewise.
3362         * wcsmbs/wcsrtombs.c: Likewise.
3363         * wcsmbs/wctob.c: Likewise.
3364         * iconv/skeleton.c: Increment invocation_counter.
3365         * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
3366         sequence first.
3368         * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
3369         * iconvdata/iso-2022-jp.c: Likewise.
3370         * iconvdata/iso646.c: Likewise.
3372         * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
3374 1998-05-15  Ulrich Drepper  <drepper@cygnus.com>
3376         * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
3378         * sysdeps/generic/setenv.c (setenv): Remove optimization for
3379         overwriting existing values if it fits.
3381 1998-05-15 14:36  Ulrich Drepper  <drepper@cygnus.com>
3383         * posix/wordexp-test.c: Avoid duplicate messages.
3385         * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
3386         tsearch.  Correctly interpret values returned by those functions.
3387         (unsetenv): Store pointer to string, not pointer to string pointer.
3389         * time/tzfile.c (__tzfile_compute): Take new arguments.  Store
3390         DST information and offset in them.
3391         * time/tzset.c (__tz_convert): Pass extra parameters to
3392         __tzfile_compute.  Compute equivalent values for use of tz_rules.
3394 1998-05-15 00:49:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3396         * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
3397         stamp files to avoid unnecessary recompilation.
3398         (gen-8bit-gap-table): Likewise.
3399         (move-if-change): New variable.
3400         (all generated .h rules): Change to be .stmp rules.
3401         (%.h): New rule; depend on %.stmp; no commands.
3402         (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
3403         gen-8bit-gap-1.sh.
3405 1998-05-15 01:09  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3407         * Makerules (libc-map): Deleted.
3408         (load-map-file): Set to the appropriate compiler switch, not
3409         just the file name.  If libfoo-map is not set, look for a
3410         libfoo.map in the current directory and $(..).
3411         (map-file): New variable, contains just the mapfile name.
3412         (build-shlib): Adjust for new value of load-map-file.
3413         (libc.so): Correct dependencies.
3415         * extra-lib.mk: Correct shlib dependencies since libfoo-map
3416         may not be set anymore.
3418         * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
3419         Delete libdl-map.  Tweak ld.so link rule to work with changed
3420         variable settings in Makerules.
3421         * iconvdata/Makefile: Tweak build-module to work with changed
3422         variable settings in Makerules.
3424         * db/Makefile: Delete libdb-map.
3425         * hesiod/Makefile: Delete libnss_hesiod-map.
3426         * linuxthreads/Makefile: Delete libpthread-map.
3427         * locale/Makefile: Delete libBrokenLocale-map.
3428         * login/Makefile: Delete libutil-map.
3429         * math/Makefile: Delete libm-map.
3430         * md5-crypt/Makefile: Delete libcrypt-map.
3431         * nis/Makefile: Delete libnsl-map, libnss_nis-map,
3432         libnss_nisplus-map, and libnss_compat-map.
3433         * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
3434         libnss_ldap-map.
3435         * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
3436         * rt/Makefile: Delete librt-map.
3438 1998-05-15 01:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3440         * configure.in: Instead of substituting `yes' or `no' for whether
3441         --no-whole-archive is available, set @no_whole_archive@ to the
3442         appropriate gcc switch or the empty string.  Likewise for
3443         -fno-exceptions.
3444         * config.make.in: Replace have-no-whole-archive with
3445         no-whole-archive and have-no-exceptions with no-exceptions.
3446         * Makerules: Delete stanzas setting no-whole-archive and
3447         no-exceptions.
3449         * sunrpc/Makefile: Use move-if-change to update generated .h
3450         and .c files.
3452 1998-05-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3454         * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
3455         of strchr loop.
3457 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3459         * time/tzfile.c (__tzfile_read): Remove unused variable info.
3460         (__tzfile_compute): Likewise.
3462 1998-05-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3464         * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
3465         defines from Linux 2.1.102.
3467 1998-05-14 23:14  Ulrich Drepper  <drepper@cygnus.com>
3469         * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
3471 1998-05-14 13:25  Ulrich Drepper  <drepper@cygnus.com>
3473         * inet/netinet/in.h: Add defines for multicast.
3474         Reported by Jeremy Hall <jhall@UU.NET>.
3476         * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
3477         * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
3478         and unsetenv.  Optimize _LIBC case.
3479         * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
3480         Define functions with leading __.
3482         * time/tzfile.c: Correct handling of global variables daylight,
3483         timezone, and tzname.
3484         * time/tzset.c: Likewise.
3485         * timezone/Makefile (tests): Add tst-timezone.
3486         * timezone/tst-timezone.c: New file.
3488 1998-05-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
3490         * timezone/asia: Update from tzdata1998d.
3491         * timezone/australasia: Likewise.
3492         * timezone/europe: Likewise.
3494 1998-05-13  Ulrich Drepper  <drepper@cygnus.com>
3496         * string/string.h: Don't use the optimized versions for the string
3497         functions if optimizing for space.
3499         * stdlib/tst-strtod.c: Add test for -0.0.
3501         * io/ftwtest-sh: Prevent tests from being run by root.
3503         * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
3504         last addition.  Patch by wkpark@chem.skku.ac.kr.
3506 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3508         * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
3509         table.
3511 1998-05-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3513         * iconvdata/gen-8bit.sh: New file.
3514         * iconvdata/gen-8bit-gap.sh: New file.
3515         * iconvdata/gen-8bit-gap-1.sh: New file.
3516         * iconvdata/Makefile (generate-8bit-table): Use shell script
3517         instead of writing the commands directly.
3518         (generate-8bit-gap-table): Likewise.
3519         ($(objpfx)iso8859-7jp.h): Likewise.
3520         (generated headers): Depend on shell script instead of Makefile.
3521         (before-compile): Add $(perl-generated-headers) only if perl is
3522         available.
3523         (headers): Depend on $(perl-generated-headers) only if perl is
3524         available.
3525         (sed-generated-headers): Remove iso8859-7jp.h.
3527 1998-05-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3529         * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command.  Clean up.
3530         (/): Removed.
3532 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
3534         * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
3535         formed charset names to getfct.  Let user override charset
3536         selection by mention charset in locale name.
3538 1998-05-12 12:15  Ulrich Drepper  <drepper@cygnus.com>
3540         * posix/glob.c: Move to ...
3541         * sysdeps/generic/glob.c: ...here.
3542         * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
3543         elements.
3544         * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
3545         * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
3546         * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
3547         * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
3548         subdir.
3549         * libc.map [GLIBC_2.1]: Add glob and globfree.
3551 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
3553         * sunrpc/Makefile (generated): Restore old list.
3555 1998-05-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3557         * rt/Makefile (tests): Define only if we have a thread library.
3559         * nis/ypclnt.c: Add: #include <errno.h>.
3561 1998-05-10 15:39  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3563         * configure.in: Define and substitute RELEASE as well as
3564         VERSION.
3565         * config.make.in: Add RELEASE and VERSION to be substituted.
3566         * Makeconfig: Delete all references to version.mk.
3567         * Make-dist: Likewise.
3568         * MakeTAGS: Likewise.
3569         * elf/Makefile: Likewise.
3571 1998-05-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3573         * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
3574         yp_get_default_domain.
3576 1998-05-12  Ulrich Drepper  <drepper@cygnus.com>
3578         * sysdeps/posix/profil.c (__profil): Don't define act and timer
3579         variables as static.  Patch by Joe Keane <jgk@jgk.org>.
3581 1998-05-12  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
3583         * malloc/malloc.c: Fix for NO_THREADS case.
3585 1998-05-11 18:02  Richard Henderson  <rth@cygnus.com>
3587         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
3588         Remove statfs and fstatfs.
3589         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
3590         and pwrite as EXTRA.
3591         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3593 1998-05-09  Ulrich Drepper  <drepper@cygnus.com>
3595         * libc.map: Add capget and capset.
3597 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
3599         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
3600         (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
3601         vector.  Patch by Mark Hatle <fray@kernel.crashing.org>
3602         and Matt McLean <keys@brio.yikes.com>.
3604 1998-05-08 23:49  Ulrich Drepper  <drepper@cygnus.com>
3606         * misc/Makefile (tests): Add tst-mntent.
3607         * misc/tst-mntent.c: New file.
3609 1998-05-08 21:56  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3611         * autolock.sh: Removed.
3612         * manual/move-if-change: Removed.
3614         * scripts: New directory.
3615         * =__ify: Moved to scripts.
3616         * config.guess: Likewise.
3617         * config.sub: Likewise.
3618         * gen-FAQ.pl: Likewise.
3619         * install-sh: Likewise.
3620         * mkinstalldirs: Likewise.
3621         * move-if-change: Likewise.
3622         * printsources: Likewise.
3623         * rellns.sh: Likewise.
3624         * test-installation.pl: Likewise.
3626         * configure.in: Look in scripts for config.guess, config.sub,
3627         install-sh.
3628         * Makefile: Distribute all above files in their
3629         new home.  Find gen-FAQ.pl and test-installation.pl in scripts.
3630         * manual/Makefile: Find mkinstalldirs and move-if-change in
3631         $(..)scripts.  Drop them from distribute.  Minor cleanups.
3632         * Makerules: Find mkinstalldirs and rellns-sh in scripts.
3633         * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
3634         * timezone/Makefile: Find rellns-sh in scripts.
3636 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
3638         * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
3639         Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
3641 1998-05-08 19:24  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3643         * Makefile (+subdir-inits): Delete variable.
3644         (+init_subdirs): Likewise.
3645         (aux): Likewise.
3646         (before-compile): Likewise.
3647         (libc-init): Delete stanza.
3648         (version-info.h): Delete rule and associated variable.
3649         (distribute): Don't distribute moved files.
3650         * Makerules (interp-obj): It lives in elf now.  Only use it
3651         if $(elf) is set.  Delete rule to build it.
3652         * csu/Makefile: Build set-init.o and/or munch-init.o.  Build
3653         version.o and version-info.h.  Minor cleanups.
3654         (routines): Add libc-init, sysdep, version.
3655         (generated): Add version-info.h.
3656         * elf/Makefile: Build interp.os.
3658         * interp.c: Moved to elf.
3659         * set-init.c: Moved to csu.
3660         * munch-init.c: Likewise.
3661         * munch.awk: Likewise.
3662         * version.c: Likewise.
3664         * Rules: Unconfuse syntax highlighting with a fake comment.
3666 1998-05-08  Ulrich Drepper  <drepper@cygnus.com>
3668         * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
3669         syscalls.
3671 1998-05-08 16:36  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3673         * iconvdata/Makefile (generated): Set to *-generated-headers
3674         plus gconv-modules.
3675         (tests): Set to iconv-test.
3676         * localedata/Makefile (generated-dirs): Add ld-test-names to list.
3677         * posix/Makefile (generated): Set to wordexp-test-result*.
3678         * sunrpc/Makefile (generated): Remove rpcsvc/*.
3679         (generated-dirs): Add rpcsvc.
3680         * libio/Makefile: Clean up.
3682 1998-05-08 14:55  Ulrich Drepper  <drepper@cygnus.com>
3684         * Make-dist (+tsrcs): Also use tests-statc where tests is used.
3685         * Makerules: Likewise.
3686         (+depfiles): Also add sysdep-others.
3687         * Rules: Likewise.
3688         * iconv/Makefile (distribute): Add loop.s and skeleton.c.
3689         * iconvdata/Makefile (distribute): Add TESTS.
3690         * localedata/Makefile (repertoires): Rename to repertoiremaps.
3691         * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
3692         * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
3693         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
3694         sysdep-others, not others.
3695         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
3696         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
3698 1998-05-08 12:26  Ulrich Drepper  <drepper@cygnus.com>
3700         * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
3701         cost_hi and cost_lo.
3702         * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
3703         Cost parameter and set cost_lo to INT_MAX.
3704         (add_module): Take new parameter and use it to initialize cost_lo.
3705         (read_conf_file): Count modules being loaded and use counter for
3706         new parameter to add_module.
3707         * iconv/gconv_db.c (find_derivation): When look for cost examine
3708         cost_hi and cost_lo.
3710 1998-05-08 10:52  Ulrich Drepper  <drepper@cygnus.com>
3712         * string/bits/string2.h: Don't use unsigned char * unless really
3713         necessary since this disturbs C++.
3714         * sysdeps/i386/i486/bits/string.h: Likewise.
3715         Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
3717 1998-05-08 13:53  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3719         * malloc/malloc.c (top_check): Fix last change.
3721 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
3723         * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
3724         Patch by Matt McLean <keys@brio.yikes.com>.
3726 1997-05-07 13:26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3728         * Makerules (lib): Put back dependency on lib-noranlib.
3729         ($(subdirs-stamps)): Remove dependency on stamp.* again.
3731 1998-05-07  Ulrich Drepper  <drepper@cygnus.com>
3733         * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
3734         test in __pow2 implementation.
3736 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
3738         * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
3739         Still need *FLAGS-.o because we still sometimes build .o files.
3740         * db2/Makefile: Don't build libndbm.a if !build-static.
3742 1998-05-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3744         * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
3746 1998-04-16 07:42  Geoff Keating  <geoffk@ozemail.com.au>
3748         * configure.in: New test for broken gcc on PowerPC.
3749         * sysdeps/powerpc/atomicity.h: Use result of test.
3750         * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
3752         * math/libm-test.c: Update many of the epsilon to match actual
3753         performance.
3755         * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
3756         * sysdeps/libm-ieee754/e_expf.c: Likewise.
3757         * sysdeps/libm-ieee754/s_exp2.c: Likewise.
3758         * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
3760         * sysdeps/libm-ieee754/e_pow.c: Correct typo.
3762         * sysdeps/powerpc/elf/libc-start.c: New file.
3763         * sysdeps/powerpc/elf/start.S: New file, use libc-start.
3764         * sysdeps/powerpc/elf/start.c: Delete.
3766         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
3767         * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete.  It was unused.
3769         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
3770         few patches.
3772 1998-05-06 12:51  Ulrich Drepper  <drepper@cygnus.com>
3774         * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
3775         test for integer.
3777         * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
3778         * sysdeps/libm-i387/e_powl.S: Likewise.
3780 1998-03-31  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
3782         * malloc/malloc.c (chunk2mem_check, top_check): New functions.
3783         (malloc_check, free_check, realloc_check, memalign_check): Use
3784         them to improve overrun checking.  Overruns of a single byte and
3785         corruption of the top chunk are now detected much more reliably.
3787 1998-05-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3789         * math/libm-test.c (pow_test): Add test for special value from PR
3790         libc/590.
3792 1998-05-06  Ulrich Drepper  <drepper@cygnus.com>
3794         * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
3795         including linux/errno.h.
3797 1998-05-06 09:49  Ulrich Drepper  <drepper@cygnus.com>
3799         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
3800         Use correct types.
3801         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
3802         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
3804 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3806         * Makerules (elide-routines.*): Fix assignments.
3807         (do-makelib): Fix typo.
3808         ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
3809         makefile.
3811 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3813         * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
3814         $(objpfx)sysd-dirs): Move them...
3815         * Makeconfig: ... here.
3816         * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
3817         (stubs): Fix circular depedency.
3818         (do-makelib): Clean up.
3819         (lib): Don't depend on lib-noranlib.
3820         ($(objpfx)stamp.oS): Remove special case for empty
3821         static-only-routines.
3822         (elide-routines.o): Add $(static-only-routines).
3823         (elide-routines$o): Define this instead of elide-routines.$o.
3824         * manual/Makefile (stubs): Fix circular dependency.
3826 1998-05-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3828         * libio/Makefile (routines): Remove duplicate oldiofclose.
3830 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
3832         * string/strcoll.c: Use uint32_t instead of u_int32_t.
3834 1998-05-05  Ulrich Drepper  <drepper@cygnus.com>
3836         * libio/stdio.h: Fix typo in __REDIRECT.
3837         * io/sys/stat.h: Likewise.
3838         Reported by Myles Uyema <myles@uyema.nws.net>.
3840 1998-05-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3842         * locale/programs/localedef.c (options): Fix help message.
3844 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
3846         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
3847         relocations.  Patch by Joe Keane <jgk@jgk.org>.
3849 1998-05-04 12:40  Ulrich Drepper  <drepper@cygnus.com>
3851         * malloc/malloc.c (ptmalloc_init_all): New function.  Similar to
3852         ptmalloc_unlock_all, but re-initializes the mutexes instead.
3853         (ptmalloc_init): Use new function in thread_at_fork call.
3854         (thread_atfork_static): Likewise.
3855         Suggested by Wolfram Gloger and Xavier Leroy.
3857 1998-05-04  Ulrich Drepper  <drepper@cygnus.com>
3859         * signal/signal.h: Move definitions of struct sigstack and
3860         struct sigaltstack into separate file and include it.
3861         * sysdeps/generic/bits/sigstack.h: New file.
3862         * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
3863         * signal/Makefile (headers): Add bits/sigstack.h.
3865 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3867         * elf/rtld.c (dl_main): Fix check for number of references to
3868         interpreter object.
3870 1998-05-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3872         * elf/rtld.c (dl_main): Check has_interp after executing platform
3873         specific code.
3875 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3877         * iconvdata/run-iconv-test.sh: Fix typo.
3879 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3881         * Makerules (+depfiles): Add depfiles for $(tests-static).
3882         Simplified.
3884 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3886         * manual/terminal.texi (Special Characters): Fix description of
3887         c_cc indexes.
3889 1998-05-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3891         * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
3892         array.
3893         * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise.  Initialize rest
3894         of c_cc array.
3896 1998-04-30 14:15  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3898         * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
3900 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
3902         * intl/locale.alias: Update russian entry.
3904 1998-05-01 21:54  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3906         * Makerules (static-only-routines): Reimplement in terms of
3907         elide-routines.os.
3908         (shared-only-routines): Reimplement in terms of
3909         elide-routines.X [where X is all object-suffixes except .os].
3911         (stubs): Create stubs file inside the subdir.
3912         (common-mostlyclean): Remove stubs file from inside the subdir.
3913         * Makefile (subdir-stubs): Look for stubs files inside the
3914         subdirs.
3915         * manual/Makefile (stubs): Create dummy stubs file inside the
3916         subdir.
3918 1998-05-01 21:01  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3920         Build speed improvement: make ar less of a bottleneck.
3922         * Makerules (stamp$o): Just record the object list for later
3923         use.
3924         (libc_foo.a): New rule, depends on subdir stamp files; builds
3925         and ranlibs the library from the lists saved in those files.
3927         (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
3928         (subdirs-stamp-o): Likewise.
3930         (ar-symtab-name): Delete variable.
3931         (lib%.a): Delete target.
3932         (libc_foo.a(bar.%)): Delete target.
3933         (libc_foo.a($(ar-symtab-name))): Delete target.
3935         (objects objs): Just depend on libobjs and extra-objs.
3936         (libobjs): Depend on the stamp files, not the objects.
3937         (extra-objs): New target, just depends on the extra-objs list.
3939         (CREATE_ARFLAGS): Kill the `ar S' hack.
3941         * config.make.in (have-ar-S): Deleted.
3942         * configure.in: Delete test for `ar S'.  Add test to determine
3943         whether ranlib does anything useful.
3945 1998-05-01  Ulrich Drepper  <drepper@cygnus.com>
3947         * inet/tst-ether_aton.c: Include <stdio.h>.
3949 1998-04-30 16:45  Ulrich Drepper  <drepper@cygnus.com>
3951         * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
3953         * locale/Makefile (distribute): Add programs/repertoire.h.
3954         (localedef-modules): Add repertoire.
3955         (CPPFLAGS): Define REPERTOIREMAP_PATH.
3956         * locale/programs/repertoire.c: New file.
3957         * locale/programs/repertoire.h: New file.
3958         * locale/programs/charmap.c: Starting fixing character set handling
3959         to handle multi-byte encodings.
3960         * locale/programs/charset.c: Likewise.
3961         * locale/programs/charset.h: Likewise.
3962         * locale/programs/ld-collate.c: Likewise.
3963         * locale/programs/ld-ctype.c: Likewise.
3964         * locale/programs/linereader.c: Likewise.
3965         * locale/programs/localedef.c: Likewise.
3966         * locale/programs/locfile-kw.gperf: Likewise.
3967         * locale/programs/locfile-kw.h: Likewise.
3968         * locale/programs/locfile-token.h: Likewise.
3969         * locale/programs/locfile.h: Likewise.
3970         * locale/programs/stringtrans.c: Likewise.
3972         * locale/programs/locfile.c: Interpret I18NPATH value as base of
3973         path, extended with "/locales/".
3975 1998-04-18  Philip Blundell  <Philip.Blundell@pobox.com>
3977         * sysdeps/arm/memset.S: Fix off by one error.
3979         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
3980         __syscall_error rather than syscall_error directly.
3982 1998-04-17  Philip Blundell  <Philip.Blundell@pobox.com>
3984         * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
3985         mmap() syscall for ARM.
3987         * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
3988         binaries.
3990 1998-04-30  Ulrich Drepper  <drepper@cygnus.com>
3992         * locale/programs/localedef.c: Recognize repertoire-map option.
3994 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
3996         * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
3997         converting non-hex numbers.
3998         Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
4000 1998-04-23 07:31  H.J. Lu  <hjl@gnu.org>
4002         * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
4003         check overflow.
4004         * resolv/Makefile (tests): New, add tst-aton.
4005         * resolv/tst-aton.c: New file.
4007 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
4009         * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
4010         semicolon.
4012 1998-04-29 12:11  Ulrich Drepper  <drepper@cygnus.com>
4014         * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
4015         by letting the later modify the variable computing the total directly.
4016         * wcsmbs/mbsrtowcs.c: Likewise.
4017         * wcsmbs/wcsnrtombs.c: Likewise.
4018         * wcsmbs/wcsrtombs.c: Likewise.
4020         * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
4021         it is not used.
4022         * wcsmbs/wctoc.c: Likewise.
4024         * wcsmbs/mbsrtowcs.c: Optimize a bit more.
4025         * wcsmbs/wcsrtombs.c: Likewise.
4027         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
4029 1998-04-29  Ulrich Drepper  <drepper@cygnus.com>
4031         * iconv/skeleton.c: Correct counting of actually converted
4032         characters.
4034         * intl/localealias.c (read_alias_file): Use unsigned char for
4035         local variables.  Remove unused variable tp.
4036         * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
4037         for type of codeset.  For loosing Solaris systems.
4038         * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
4039         * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
4040         len if not needed.
4041         Patches by Jim Meyering.
4043         * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
4044         wcsrtombs must put it into initial state.
4046 1998-04-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4048         * iconv/gconv_simple.c: Fix endian bug.  Don't put side effects in
4049         argument of bswap_XX macro.
4051 1998-04-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4053         * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
4054         variable name.
4056 1998-04-28  Ulrich Drepper  <drepper@cygnus.com>
4058         * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
4059         semun and use stdarg macros to get the value.
4060         * sysdeps/generic/semctl.c: Don't use union semun.
4062         * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
4064         * string/basename.c [!_LIBC]: Define function as gnu_basename.
4066         * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
4067         strings.h.
4069         * stdlib/grouping.h: Accept ungrouped numbers even if locale
4070         defines grouping.
4072         * intl/hash-string.h: Don't include values.h.
4074         * inet/Makefile (tests): Add tst-ether_aton.
4075         * inet/tst-ether_aton.c: New file.
4077         * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
4078         in hex conversion.
4079         * inet/ether_aton.c (ether_aton): Declare result variable static.
4080         Reported by ahyung@unixg.ubc.ca.
4082         * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
4083         Define macro _SEM_SEMUN_UNDEFINED instead.
4084         Reported by Dirk Laessig <d.laessig@tu-bs.de>.
4086         * stdio-common/tst-wc-printf.c: New file.  Test for %S and %C format.
4087         * stdio-common/Makefile (tests): Add tst-wc-printf.
4089 1998-04-28 16:32  Philip Blundell  <philb@gnu.org>
4091         * manual/stdio.texi (Variable Arguments Output): Correct variable
4092         name.  Patch from Ewan Mellor <em@nexus.co.uk>
4094 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
4096         * intl/dcgettext.c: Remove unneeded definition of
4097         internal_function.
4099 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4101         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
4102         instead of do-iconv-test.
4103         ($(objpfx)gconv-modules): Define rule only if objpfx is not
4104         empty.
4106 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4108         * string/string.h: Fix feature test.
4110 1998-04-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4112         * iconvdata/iso646.c (BODY): Don't use character constants that
4113         depend on signedness of char.
4115 1998-04-27  Ulrich Drepper  <drepper@cygnus.com>
4117         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
4118         (sysdep_routines): Add s_pread64 and s_pwrite64.
4120 1998-04-27 09:54  Ulrich Drepper  <drepper@cygnus.com>
4122         * iconvdata/Makefile (distribute): Remove generated .h files.
4123         * iconvdata/koi8-r.h: Removed.
4124         * iconvdata/latin-greek-1.h: Removed.
4125         * iconvdata/latin-greek.h: Removed.
4127         * iconvdata/testdata/CP1258..UTF8: New iconv test source.
4128         * iconvdata/KOI-8: Likewise.
4129         * iconvdata/KOI-8..UTF8: Likewise.
4130         * iconvdata/KOI8-R: Likewise.
4131         * iconvdata/KOI8-R..UTF8: Likewise.
4133 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4135         * streams/Makefile (headers): Add sys/stropts.h.
4136         * streams/sys/stropts.h: New file.
4138 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4140         * sysdeps/unix/sysv/linux/ttyname.c,
4141         sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
4142         sysdeps/posix/ttyname*.c, but look in /dev/pts first.
4144 1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4146         * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
4147         argument of _itoa_word.
4149 1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4151         * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
4152         s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
4153         caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
4154         sigprocmask, resp., instead of EXTRA.
4156         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
4157         s_pread64 and s_pwrite64.
4159 1998-04-26 18:44  Ulrich Drepper  <drepper@cygnus.com>
4161         * iconvdata/Makefile: Correct rules to generate gap table.
4162         * iconvdata/gap.pl: Simplify.
4164         * iconvdata/TESTS: Name new tests.
4165         * iconvdata/testdata/CP1250: New file.
4166         * iconvdata/testdata/CP1250..UTF8: New file.
4167         * iconvdata/testdata/CP1251: New file.
4168         * iconvdata/testdata/CP1251..UTF8: New file.
4169         * iconvdata/testdata/CP1252: New file.
4170         * iconvdata/testdata/CP1252..UTF8: New file.
4171         * iconvdata/testdata/CP1253: New file.
4172         * iconvdata/testdata/CP1253..UTF8: New file.
4173         * iconvdata/testdata/CP1254: New file.
4174         * iconvdata/testdata/CP1254..UTF8: New file.
4175         * iconvdata/testdata/CP1255: New file.
4176         * iconvdata/testdata/CP1255..UTF8: New file.
4177         * iconvdata/testdata/CP1256: New file.
4178         * iconvdata/testdata/CP1256..UTF8: New file.
4179         * iconvdata/testdata/CP1257: New file.
4180         * iconvdata/testdata/CP1257..UTF8: New file.
4182 1998-04-26  Ulrich Drepper  <drepper@cygnus.com>
4184         * iconvdata/Makefile: Add rules for ISO-2022-KR.
4185         * iconvdata/iso-2022-kr.c: New file.
4187         * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
4188         and ISO-2022-KR.
4190 1998-04-25 18:39  Ulrich Drepper  <drepper@cygnus.com>
4192         * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
4193         iso8859-8 and iso8859-10.
4194         * iconvdata/iso8859-5.c: Change to use gap method.
4195         * iconvdata/iso8859-7.c: Likewise.
4196         * iconvdata/iso8859-8.c: Likewise.
4197         * iconvdata/iso8859-10.c: Likewise.
4199         * iconvdata/Makefile: Add rules for ISO-2022-JP module.
4200         * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
4201         end of the loop.
4202         * iconvdata/iso-2022-jp.c: New file.
4204         * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
4205         * iconvdata/ksc5601.h: Unify function interfaces.
4206         * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
4207         * iconvdata/uhc.c: Likewise.
4209         * iconvdata/gb2312.h: Use correct types.
4211         * iconvdata/iso646.c (gconv_open): Correctly initialize the character
4212         size elements of data.
4214 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
4216         * string/tst-svc.expect: Adapt for change in .input.
4217         * string/tst-svc.input: More tests.
4219 1998-04-24 17:15  Ulrich Drepper  <drepper@cygnus.com>
4221         * iconvdata/Makefile: Add rules for new modules.
4222         * iconvdata/gconv-modules: Likewise.
4223         * iconvdata/cp737.c: New file.
4224         * iconvdata/cp737.h: New file.
4225         * iconvdata/cp775.c: New file.
4226         * iconvdata/cp775.h: New file.
4227         * iconvdata/cp874.c: New file.
4228         * iconvdata/cp874.h: New file.
4230 1998-04-24 16:30  Ulrich Drepper  <drepper@cygnus.com>
4232         * iconvdata/Makefile: Create target directory before generating
4233         headers.
4235 1998-04-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4237         * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
4238         __USER_LABEL_PREFIX__.
4239         (__ASMNAME, __ASMNAME2): New macros.
4241 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
4243         * elf/dl-load.c: Include sys/param.h for MAX.
4245 1998-04-24 21:44  Richard Henderson  <rth@cygnus.com>
4247         * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
4248         __ftruncate the strong symbol, and add weak alias.
4249         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4251 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
4253         * termios/cfsetspeed.c: Make code cleaner and add missing const.
4254         Patch by Joe Keane <jgk@jgk.org>.
4256         * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
4257         free()ing.
4259 1998-04-24 13:56  Ulrich Drepper  <drepper@cygnus.com>
4261         * sysdeps/generic/bits/socket.h: Add #defines for enum values.
4262         Patch by Thomas Bushnell, n/BSG.
4264 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
4266         * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
4268 1998-04-24  Ulrich Drepper  <drepper@cygnus.com>
4270         * iconvdata/Makefile: Put generated headers in build directory.
4272 1998-04-23 22:43  Ulrich Drepper  <drepper@cygnus.com>
4274         * elf/dl-load.c (fillin_rpath): Handle empty element returned by
4275         strsep as current directory.
4277         * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
4278         Java.  Add definitions for unicodelittle implementation.
4279         * iconv/gconv_int.h: Add declaration for unicodelittle functions.
4280         * iconv/gconv_simple.c: Define unicodelittle functions.
4282         * iconv/iconv_prog.c: Make program print information about position
4283         of illegal character in input.
4285         * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
4286         comparison of charset name.
4287         * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
4288         * iconvdata/ebcdic-at-de-a.c: Likewise.
4289         * iconvdata/ebcdic-at-de.c: Likewise.
4290         * iconvdata/ebcdic-ca-fr.c: Likewise.
4291         * iconvdata/euccn.c: Likewise.
4292         * iconvdata/eucjp.c: Likewise.
4293         * iconvdata/euckr.c: Likewise.
4294         * iconvdata/euctw.c: Likewise.
4295         * iconvdata/hp-roman8.c: Likewise.
4296         * iconvdata/iso6937.c: Likewise.
4297         * iconvdata/iso8859-1.c: Likewise.
4298         * iconvdata/iso8859-10.c: Likewise.
4299         * iconvdata/iso8859-2.c: Likewise.
4300         * iconvdata/iso8859-3.c: Likewise.
4301         * iconvdata/iso8859-4.c: Likewise.
4302         * iconvdata/iso8859-5.c: Likewise.
4303         * iconvdata/iso8859-6.c: Likewise.
4304         * iconvdata/iso8859-7.c: Likewise.
4305         * iconvdata/iso8859-8.c: Likewise.
4306         * iconvdata/iso8859-9.c: Likewise.
4307         * iconvdata/johab.c: Likewise.
4308         * iconvdata/koi-8.c: Likewise.
4309         * iconvdata/koi8-r.c: Likewise.
4310         * iconvdata/latin-greek-1.c: Likewise.
4311         * iconvdata/latin-greek.c: Likewise.
4312         * iconvdata/sjis.c: Likewise.
4313         * iconvdata/t61.c: Likewise.
4314         * iconvdata/uhc.c: Likewise.
4316         * iconvdata/iso646.c: Add support for more ISO 646 variants.
4317         * iconvdata/TESTS: Add tests for ISO646 module.
4318         * iconvdata/gconv-modules: Add new modules.
4319         * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
4320         * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
4321         * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
4322         * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
4323         * iconvdata/testdate/DIN_66003: Likewise.
4324         * iconvdata/testdate/DIN_66003..UTF8: Likewise.
4325         * iconvdata/testdate/DS_2089: Likewise.
4326         * iconvdata/testdate/DS_2089..UTF8: Likewise.
4327         * iconvdata/testdate/ES: Likewise.
4328         * iconvdata/testdate/ES..UTF8: Likewise.
4329         * iconvdata/testdate/ES2: Likewise.
4330         * iconvdata/testdate/ES2..UTF8: Likewise.
4331         * iconvdata/testdate/GB_1988-80: Likewise.
4332         * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
4333         * iconvdata/testdate/IT: Likewise.
4334         * iconvdata/testdate/IT..UTF8: Likewise.
4335         * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
4336         * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
4337         * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
4338         * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
4339         * iconvdata/testdate/JUS_I.B1.002: Likewise.
4340         * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
4341         * iconvdata/testdate/KSC5636: Likewise.
4342         * iconvdata/testdate/KSC5636..UTF8: Likewise.
4343         * iconvdata/testdate/MSZ_7795.3: Likewise.
4344         * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
4345         * iconvdata/testdate/NC_NC00-10: Likewise.
4346         * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
4347         * iconvdata/testdate/NF_Z_62-010: Likewise.
4348         * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
4349         * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
4350         * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
4351         * iconvdata/testdate/NS_4551-1: Likewise.
4352         * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
4353         * iconvdata/testdate/NS_4551-2: Likewise.
4354         * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
4355         * iconvdata/testdate/PT: Likewise.
4356         * iconvdata/testdate/PT..UTF8: Likewise.
4357         * iconvdata/testdate/PT2: Likewise.
4358         * iconvdata/testdate/PT2..UTF8: Likewise.
4359         * iconvdata/testdate/SEN_850200_B: Likewise.
4360         * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
4361         * iconvdata/testdate/SEN_850200_C: Likewise.
4362         * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
4364         * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
4365         * iconvdata/cns11643l1.h: Likewise.
4366         * iconvdata/latin-greek-1.h: Likewise.
4367         * iconvdata/latin-greek.h: Likewise.
4368         * iconvdata/koi8-r.h: Likewise.
4369         * iconvdata/jis0212.h: Likewise.
4370         * iconvdata/gb2312.h: Likewise.
4371         * iconvdata/ksc5601.h: Likewise.
4373         * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
4375         * iconvdata/Makefile: Add rules for lots of more modules.
4376         * iconvdata/cp1250.c: New file.
4377         * iconvdata/cp1251.c: New file.
4378         * iconvdata/cp1252.c: New file.
4379         * iconvdata/cp1253.c: New file.
4380         * iconvdata/cp1254.c: New file.
4381         * iconvdata/cp1255.c: New file.
4382         * iconvdata/cp1256.c: New file.
4383         * iconvdata/cp1257.c: New file.
4384         * iconvdata/ebcdic-dk-no-a.c: New file.
4385         * iconvdata/ebcdic-dk-no.c: New file.
4386         * iconvdata/ebcdic-es-a.c: New file.
4387         * iconvdata/ebcdic-es-s.c: New file.
4388         * iconvdata/ebcdic-es.c: New file.
4389         * iconvdata/ebcdic-fi-se-a.c: New file.
4390         * iconvdata/ebcdic-fi-se.c: New file.
4391         * iconvdata/ebcdic-fr.c: New file.
4392         * iconvdata/ebcdic-is-friss.c: New file.
4393         * iconvdata/ebcdic-it.c: New file.
4394         * iconvdata/ebcdic-pt.c: New file.
4395         * iconvdata/ebcdic-uk.c: New file.
4396         * iconvdata/ebcdic-us.c: New file.
4397         * iconvdata/ibm037.c: New file.
4398         * iconvdata/ibm038.c: New file.
4399         * iconvdata/ibm1004.c: New file.
4400         * iconvdata/ibm1026.c: New file.
4401         * iconvdata/ibm1047.c: New file.
4402         * iconvdata/ibm256.c: New file.
4403         * iconvdata/ibm273.c: New file.
4404         * iconvdata/ibm274.c: New file.
4405         * iconvdata/ibm275.c: New file.
4406         * iconvdata/ibm277.c: New file.
4407         * iconvdata/ibm278.c: New file.
4408         * iconvdata/ibm280.c: New file.
4409         * iconvdata/ibm281.c: New file.
4410         * iconvdata/ibm284.c: New file.
4411         * iconvdata/ibm285.c: New file.
4412         * iconvdata/ibm290.c: New file.
4413         * iconvdata/ibm297.c: New file.
4414         * iconvdata/ibm420.c: New file.
4415         * iconvdata/ibm423.c: New file.
4416         * iconvdata/ibm424.c: New file.
4417         * iconvdata/ibm437.c: New file.
4418         * iconvdata/ibm500.c: New file.
4419         * iconvdata/ibm850.c: New file.
4420         * iconvdata/ibm851.c: New file.
4421         * iconvdata/ibm852.c: New file.
4422         * iconvdata/ibm855.c: New file.
4423         * iconvdata/ibm857.c: New file.
4424         * iconvdata/ibm860.c: New file.
4425         * iconvdata/ibm861.c: New file.
4426         * iconvdata/ibm862.c: New file.
4427         * iconvdata/ibm863.c: New file.
4428         * iconvdata/ibm864.c: New file.
4429         * iconvdata/ibm865.c: New file.
4430         * iconvdata/ibm868.c: New file.
4431         * iconvdata/ibm869.c: New file.
4432         * iconvdata/ibm870.c: New file.
4433         * iconvdata/ibm871.c: New file.
4434         * iconvdata/ibm875.c: New file.
4435         * iconvdata/ibm880.c: New file.
4436         * iconvdata/ibm891.c: New file.
4437         * iconvdata/ibm903.c: New file.
4438         * iconvdata/ibm904.c: New file.
4439         * iconvdata/ibm905.c: New file.
4440         * iconvdata/ibm918.c: New file.
4442         * locale/iso-4217.def: Update.
4443         * localedata/locales/pt_BR: Correct.  Patches by Andreas Jaeger.
4445         * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
4446         formats.
4448 1998-04-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4450         * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
4451         LD_LIBRARY_PATH.
4453 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
4455         * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
4456         * Makefile: Likewise.
4457         * posix/Makefile: Likewise.
4458         * sysdeps/mach/hurd/Makefile: Likewise.
4460 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
4462         * sysdeps/mach/hurd/bits/dirent.h: New file.
4463         * sysdeps/mach/hurd/readdir64.c: New file.
4464         * sysdeps/mach/hurd/readdir64_r.c: New file.
4466 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
4468         * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
4469         dprintf): Synchronize declarations with libio/stdio.h.
4471 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
4473         * elf/dlerror.c (dlerror): Don't assume that
4474         __libc_internal_tsd_get is defined.  __libc_getspecific is already
4475         well-protected, so just use it directly.
4477 1998-04-22  Gordon Matzigkeit  <gord@profitpress.com>
4479         * io/ftw.h (ftw): Fix typo.
4481 1998-04-21  Gordon Matzigkeit  <gord@profitpress.com>
4483         * sysdeps/gnu/utmp_file.c: Fix typo.
4485 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4487         * iconvdata/run-iconv-test.sh: Fix more portability bugs.  When
4488         one part of a test fails move on to the next test.
4490 1998-04-24  5:45  Richard Henderson  <rth@cygnus.com>
4492         * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
4494 1998-04-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4496         * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
4497         as pointers, not signed integers.
4499 1998-04-22 11:06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4501         * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
4503 1998-04-21 21:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4505         * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
4506         asm symbol name of functions.
4507         * include/features.h: Kill redundant test.
4509         * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
4510         * io/ftw.h: Likewise.
4511         * io/sys/stat.h: Likewise.
4512         * io/sys/statfs.h: Likewise.
4513         * io/sys/statvfs.h: Likewise.
4514         * libio/stdio.h: Likewise.
4515         * resource/sys/resource.h: Likewise.
4516         * rt/aio.h: Likewise.
4518         * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
4519          __FAVOR_BSD.
4520         * signal/signal.h: Use new macros for BSD vs. SysV signal().
4522         * misc/Makefile: Drop bsd-compat.c.  Make libbsd-compat.a
4523         a dummy library.
4524         * misc/bsd-compat.c: Removed.
4526 1998-04-21 20:32  Ulrich Drepper  <drepper@cygnus.com>
4528         * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
4529         function declaration.
4530         * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
4531         and use them in conversion function.
4532         * iconvdata/Makefile (modules): Re-add ISO6446.
4533         * iconvdata/TEST: Add tests for ASCII variants.
4534         * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
4535         * iconvdata/testdata/ANSI_X3.4-1968: New file.
4536         * iconvdata/testdata/BS_4730: New file.
4537         * iconvdata/testdata/BS_4730..UTF8: New file.
4539 1998-04-21 19:05  Ulrich Drepper  <drepper@cygnus.com>
4541         * iconv/gconv.h (struct gconv_step): Add element stateful.
4542         * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
4543         to zero for all internal conversions.
4544         * iconv/skeleton.c: Initialize stateful depending on whether or not
4545         RESET_STATE is defined to one or zero respectively.
4546         * stdlib/mblen.c: Use stateful element of currently selected
4547         converter for result if S is NULL.
4548         * stdlib/mbtowc.c: Likewise.
4549         * stdlib/wctomb.c: Likewise.
4551 1998-04-21 18:00  Ulrich Drepper  <drepper@cygnus.com>
4553         * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
4555         * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
4557         * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
4558         character in comparison with uint32_t.
4559         (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
4560         (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
4561         Optimize BODY a bit.
4563         * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
4564         be defined.
4566         * iconv/skeleton.c: Also reset converted counter in case of an error.
4567         Call reset function using correct value for output buffer start.
4569         * iconvdata/Makefile: Re-enable tests.
4571         * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
4572         value for to-conversion.
4574         * iconvdata/TESTS: Add new third column.
4575         * iconvdata/run-iconv-test.sh: Add support for charsets which are
4576         not ASCII based.
4577         * iconvdata/testdata/suntzus: New file.
4579         * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
4580         while reading.  Correctly used base.  Little optimization.
4581         (__strtoul_internal): Likewise.
4583         * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
4584         was wrong.  Use explicit variable.
4586 1998-04-20 23:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
4588         * configure.in: Check for awk.
4589         * config.make.in: Add AWK to be substituted.
4591         * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
4592         * manual/users.texi: Fix typo exposed by above rewrite.
4594         * Makefile: Invoke awk using AWK variable.
4595         * csu/Makefile: Likewise.
4596         * elf/Makefile: Likewise.
4597         * mach/Makefile: Likewise.
4598         * manual/Makefile: Likewise.
4599         * sysdeps/gnu/Makefile: Likewise.
4600         * sysdeps/mach/hurd/Makefile: Likewise.
4601         * sysdeps/unix/Makefile: Likewise.
4602         * timezone/Makefile: Likewise.
4604 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
4606         * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
4607         array index translation.
4608         (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
4609         these are defined.
4611         * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
4613         * sysdeps/mach/hurd/errlist.c: New file.
4614         (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
4615         (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
4616         semantics, so rename it.
4618 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4620         * iconvdata/run-iconv-test.sh: Make portable.  Always test all
4621         conversions.
4623 1998-04-21 12:30  H.J. Lu  <hjl@gnu.org>
4625         * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
4626         * wcsmbs/wcsnrtombs.c: Likewise.
4628 1998-04-21  Ulrich Drepper  <drepper@cygnus.com>
4630         * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
4632         * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
4634         * time/strftime.c (my_strftime): Initialize pad variable in
4635         declaration.
4637         * iconvdata/big5.c: Don't use character constants in comparisons
4638         with unsigned value.
4640 1998-04-20 18:00  Ulrich Drepper  <drepper@cygnus.com>
4642         * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
4643         __libc_siglongjmp to GLIBC_2.1.
4645         * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
4646         __strerror_r.
4648         * iconv/Makefile: Don't run tests now.
4650         * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
4651         with correct output buffer.
4653         Major rewrite of the low-level gconv functionality.
4654         * iconv/gconv.c: Rewritten.
4655         * iconv/gconv.h: Likewise.
4656         * iconv/gconv_builtin.c: Likewise.
4657         * iconv/gconv_builtin.h: Likewise.
4658         * iconv/gconv_conf.c: Likewise.
4659         * iconv/gconv_int.h: Likewise.
4660         * iconv/gconv_open.c: Likewise.
4661         * iconv/gconv_simple.c: Likewise.
4662         * iconv/iconv.c: Likewise.
4663         * iconvdata/8bit-gap.c: Likewise.
4664         * iconvdata/8bit-generic.c: Likewise.
4665         * iconvdata/Makefile: Likewise.
4666         * iconvdata/big5.c: Likewise.
4667         * iconvdata/cns11643.c: Likewise.
4668         * iconvdata/cns11643.h: Likewise.
4669         * iconvdata/cns11643l1.c: Likewise.
4670         * iconvdata/cns11643l1.h: Likewise.
4671         * iconvdata/ebcdic-at-de-a.c: Likewise.
4672         * iconvdata/ebcdic-at-de.c: Likewise.
4673         * iconvdata/ebcdic-ca-fr.c: Likewise.
4674         * iconvdata/euccn.c: Likewise.
4675         * iconvdata/eucjp.c: Likewise.
4676         * iconvdata/euckr.c: Likewise.
4677         * iconvdata/euctw.c: Likewise.
4678         * iconvdata/gb2312.c: Likewise.
4679         * iconvdata/gb2312.h: Likewise.
4680         * iconvdata/hp-roman8.c: Likewise.
4681         * iconvdata/iso646.c: Likewise.
4682         * iconvdata/iso6937.c: Likewise.
4683         * iconvdata/iso8859-1.c: Likewise.
4684         * iconvdata/iso8859-10.c: Likewise.
4685         * iconvdata/iso8859-2.c: Likewise.
4686         * iconvdata/iso8859-3.c: Likewise.
4687         * iconvdata/iso8859-4.c: Likewise.
4688         * iconvdata/iso8859-5.c: Likewise.
4689         * iconvdata/iso8859-6.c: Likewise.
4690         * iconvdata/iso8859-7.c: Likewise.
4691         * iconvdata/iso8859-8.c: Likewise.
4692         * iconvdata/iso8859-9.c: Likewise.
4693         * iconvdata/jis0201.c: Likewise.
4694         * iconvdata/jis0201.h: Likewise.
4695         * iconvdata/jis0208.c: Likewise.
4696         * iconvdata/jis0208.h: Likewise.
4697         * iconvdata/jis0212.c: Likewise.
4698         * iconvdata/jis0212.h: Likewise.
4699         * iconvdata/johab.c: Likewise.
4700         * iconvdata/koi-8.c: Likewise.
4701         * iconvdata/koi8-r.c: Likewise.
4702         * iconvdata/ksc5601.c: Likewise.
4703         * iconvdata/ksc5601.h: Likewise.
4704         * iconvdata/latin-greek-1.c: Likewise.
4705         * iconvdata/latin-greek.c: Likewise.
4706         * iconvdata/run-iconv-test.sh: Likewise.
4707         * iconvdata/sjis.c: Likewise.
4708         * iconvdata/t61.c: Likewise.
4709         * iconvdata/uhc.c: Likewise.
4710         * wcsmbs/btowc.c: Likewise.
4711         * wcsmbs/mbrtowc.c: Likewise.
4712         * wcsmbs/mbsnrtowcs.c: Likewise.
4713         * wcsmbs/mbsrtowcs.c: Likewise.
4714         * wcsmbs/wcrtomb.c: Likewise.
4715         * wcsmbs/wcsmbsload.c: Likewise.
4716         * wcsmbs/wcsnrtombs.c: Likewise.
4717         * wcsmbs/wcsrtombs.c: Likewise.
4718         * wcsmbs/wctob.c: Likewise.
4719         * iconv/loop.c: New file.
4720         * iconv/skeleton.c: New file.
4722         * stdlib/mblen.c: Handle empty input string correctly.
4723         * stdlib/mbtowc.c: Likewise.
4725         * posix/getopt.c: Various cleanups.
4727         * sysdeps/arm/bits/setjmp.h: Add copyright text.
4728         * sysdeps/i386/bits/setjmp.h: Likewise.
4729         * sysdeps/m68k/bits/setjmp.h: Likewise.
4730         * sysdeps/powerpc/bits/setjmp.h: Likewise.
4731         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
4733         * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
4734         and make longjmp weak alias.
4736 1998-04-18 20:29  Philip Blundell  <Philip.Blundell@pobox.com>
4738         * iconv/Makefile (routines): Only include gconv_dl if building for
4739         an ELF system - dynamic linking is not available on a.out.
4740         (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
4741         due to above check.
4742         * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
4743         routines from gconv_dl.
4745 1998-04-17  Gordon Matzigkeit  <gord@profitpress.com>
4747         * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
4748         we can compile without libio.
4750 1998-04-20 16:28  Ulrich Drepper  <drepper@cygnus.com>
4752         * sysdeps/mach/hurd/Subdirs: Remove login.
4754 1998-04-11  Gordon Matzigkeit  <gord@profitpress.com>
4756         * db2/compat.h: Include <errno.h>, to make sure we get the
4757         definition of EFTYPE before we define it ourselves.
4759 1998-04-10  Gordon Matzigkeit  <gord@profitpress.com>
4761         * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
4762         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
4763         Fix typo to allow inclusion from sys/ioctl.h again.
4765 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4767         * iconvdata/*.[ch]: Clean up namespace.  Optimize character lookup.
4769 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4771         * libc.map: Export __strerror_r.  Remove _strerror_internal.
4773 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4775         * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
4776         Also undefine __strcasestr.
4778 1998-04-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4780         * posix/regex.c: Rename __re_max_failures back to re_max_failures,
4781         aliases do not work with global variables due to copy relocations.
4783 1998-04-20 15:12  Ulrich Drepper  <drepper@cygnus.com>
4785         * manual/creature.texi: Fix type.  Patch by Andreas Schwab.
4787 1998-04-20 13:47  Ulrich Drepper  <drepper@cygnus.com>
4789         * signal/sighold.c: Include stddef.h for NULL definition.
4790         * signal/sigrelse.c: Likewise.
4791         * sysdeps/posix/sigignore.c: Likewise.
4792         * sysdeps/posix/sigset.c: Likewise.
4793         * sysdeps/posix/waitid.c: Likewise.
4794         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
4795         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
4796         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4797         * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
4798         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
4800 1998-04-13  Mark Kettenis  <kettenis@phys.uva.nl>
4802         * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
4803         * login/getutent.c (getutxent): Remove alias.
4804         * login/getutent_r.c (setutxent, pututxline, endutxent):
4805         Remove aliases.
4806         * login/getutid.c (getutxid): Remove alias.
4807         * login/getutline.c (getutxline): Remove alias.
4808         * login/utmp.h: Add prototypes for __updwtmp, __getutent,
4809         __getutid, __getutline and __pututline.
4810         * login/utmpx.h: Moved to ...
4811         * sysdeps/gnu/utmpx.h: ... here.  [__USE_GNU]: Define UTMPX_FILE,
4812         UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
4813         and updwtmpx.
4814         * login/updwtmp.c: Moved to ...
4815         * sysdeps/generic/updwtmp.c: ... here.  (updwtmp): Generalized by
4816         allowing file name transformation.
4817         * sysdeps/gnu/updwtmp.c: New file.  Use generic implementation with
4818         additional file name transformation.
4819         * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
4820         * login/utmp_file.c: Moved to ...
4821         * sysdeps/generic/utmp_file.c: ... here.  (setutent_file):
4822         Generalized by allowing file name transformation.  Do not
4823         print error message.  Library functions should not print them.
4824         Reported by Jim Meyering.
4825         * sysdeps/gnu/utmp_file.c: New file.  Use generic implementation
4826         with additional file name transformation.
4827         * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
4828         * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
4829         setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
4830         pututxline, utmpxname and updwtmpx.  (sysdep_headers): Add utmpx.h
4831         and bits/utmpx.h.
4832         * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
4833         (_PATH_UTMPX): Define to _PATH_UTMP.  (_PATH_WTMPX): Define to
4834         _PATH_WTMPX.  (RUN_LVL): Define only if __USE_GNU.  (ACCOUNTING):
4835         Define if __USE_GNU.
4836         * sysdeps/generic/setutxent.c: New file.
4837         * sysdeps/generic/getutxent.c: New file.
4838         * sysdeps/generic/endutxent.c: New file.
4839         * sysdeps/generic/getutxid.c: New file.
4840         * sysdeps/generic/getutxline.c: New file.
4841         * sysdeps/generic/pututxline.c: New file.
4842         * sysdeps/generic/utmpxname.c: New file.
4843         * sysdeps/generic/updwtmpx.c: New file.
4844         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
4845         * sysdeps/generic/bits/utmpx.h: Remove.
4847 1998-04-20  Ulrich Drepper  <drepper@cygnus.com>
4849         * posix/wordexp-test.c (main): Initialize ifs element of ts for
4850         ~root test.
4852 1998-04-17 07:53  H.J. Lu  <hjl@gnu.org>
4854         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
4856 1998-04-17 11:32  Ulrich Drepper  <drepper@cygnus.com>
4858         * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
4859         variable using _G_stat64.
4860         * libio/fileops.c: Remove macro definition of fstat, it is in the
4861         global header.
4862         Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
4864 1998-04-17  Philip Blundell  <pb@nexus.co.uk>
4866         * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
4867         <willy@odie.barnet.ac.uk>.
4869 1998-04-16  Philip Blundell  <Philip.Blundell@pobox.com>
4871         * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
4872         required by IPv6 Basic API.
4873         (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
4874         (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
4875         (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
4876         (IN6_IS_ADDR_MC_GLOBAL): Likewise.
4878 1998-04-15 16:41  Ulrich Drepper  <drepper@cygnus.com>
4880         Don't name internal representation since it might be different from
4881         the external form (namely on little endian machines).
4882         * iconv/gconv_builtin.h: Add UCS4 support.  Change references to
4883         UCS4 into references to INTERNAL.
4884         * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
4885         Add endianess support to UCS functions.  Change references to
4886         UCS4 into references to INTERNAL.
4887         * iconv/gconv_int.h: Change references to UCS4 into references to
4888         INTERNAL.
4889         * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
4890         * iconvdata/gconv-modules: Change accordingly.
4891         * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
4893         * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
4894         overflow.
4895         * iconvdata/8bit-gap.c: Likewise.
4896         * iconvdata/8bit-generic.c: Likewise.
4897         * iconvdata/big5.c: Likewise.
4898         * iconvdata/euccn.c: Likewise.
4899         * iconvdata/eucjp.c: Likewise.
4900         * iconvdata/euckr.c: Likewise.
4901         * iconvdata/euctw.c: Likewise.
4902         * iconvdata/iso646.c: Likewise.
4903         * iconvdata/iso6937.c: Likewise.
4904         * iconvdata/iso8859-1.c: Likewise.
4905         * iconvdata/johab.c: Likewise.
4906         * iconvdata/sjis.c: Likewise.
4907         * iconvdata/t61.c: Likewise.
4908         * iconvdata/uhc.c: Likewise.
4910         * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
4911         * iconvdata/8bit-generic.c: Likewise.
4913         * iconvdata/TESTS: Add more tests.
4915         * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
4917 1998-04-15 11:47  Ulrich Drepper  <drepper@cygnus.com>
4919         * iconvdata/Makefile: Better rules to run tests.
4921         * iconvdata/testdata/ISO-8859-1..UTF8: New file.
4922         * iconvdata/testdata/ISO-8859-10: Likewise.
4923         * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
4924         * iconvdata/testdata/ISO-8859-2: Likewise.
4925         * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
4926         * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
4927         * iconvdata/testdata/ISO-8859-3: Likewise.
4928         * iconvdata/testdata/ISO-8859-4: Likewise.
4929         * iconvdata/testdata/ISO-8859-5: Likewise.
4930         * iconvdata/testdata/ISO-8859-6: Likewise.
4931         * iconvdata/testdata/ISO-8859-7: Likewise.
4932         * iconvdata/testdata/ISO-8859-8: Likewise.
4933         * iconvdata/testdata/ISO-8859-9: Likewise.
4935 1998-04-15  Ulrich Drepper  <drepper@cygnus.com>
4937         * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
4938         intermediate result (if available).
4940         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
4941         last change.
4943         * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
4944         (distribute): Add run-iconv-test.sh and testdata/*.
4946         * stdlib/testmb.c (main): Simplify mbc array handling.
4948 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4950         * elf/dl-minimal.c (__strtol_internal): Correct range check.  Fix
4951         return value on overflow.
4953 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4955         * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
4956         bits.
4958 1998-04-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4960         * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
4961         of non-standard function setbuffer.
4963 1998-04-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4965         * stdio-common/perror.c: Include <string.h> for __strerror_r.
4967 1998-04-14 23:54  Ulrich Drepper  <drepper@cygnus.com>
4969         * iconvdata/Makefile: Add rules to run tests.
4970         * iconvdata/TESTS: New file.
4971         * iconvdata/run-iconv-test.sh: New file.
4972         * iconvdata/testdata/ISO-8859-1: New file.
4974         * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
4975         not stdout.
4977 1998-04-14 18:22  Ulrich Drepper  <drepper@cygnus.com>
4979         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
4980         counter element of step.
4982         * iconv/gconv_dl.c: Don't mark get_sym as internal function.
4984         * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
4985         termination test.
4986         (__gconv_transform_ucs4_utf8): Likewise.  Remove unnecessary variable
4987         ACTUALLY.
4988         (__gconv_transform_utf8_ucs4): Correct test for empty input.
4990 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
4992         * Makefile: Include makeconfig before defining rule to regenerate
4993         configure files.
4995         * configure.in: Remove restriction on compiling without static
4996         libs.
4998 1998-04-14 16:34  Ulrich Drepper  <drepper@cygnus.com>
5000         * test-skeleton.c: Provide hook for initializing code before the fork.
5001         * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
5002         removed.
5004         * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
5005         * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
5006         * libio/libioP.h: Adopt _IO_cleanup prototype.
5008         * stdlib/Makefile (tests): Add test-canon2.
5009         * stdlib/test-canon2.c: New file.
5010         * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
5011         be NULL.  Use __lxstat, not __lstat.  Correctly recognize long
5012         symlink sequences.
5013         (__realpath): Make real function which checks RESOLVED parameter for
5014         not being NULL.
5016 1998-04-14  Ulrich Drepper  <drepper@cygnus.com>
5018         * catgets/open_catalog.c (__open_catalog): Fix problems with
5019         reading non-files.  Always close file.
5020         Reported by Cristian Gafton <gafton@redhat.com>.
5022         * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
5024 1998-04-14 13:28  Ulrich Drepper  <drepper@cygnus.com>
5026         * libc.map: Add various low-level I/O functions.
5028 1998-04-14 10:35  Ulrich Drepper  <drepper@cygnus.com>
5030         * string/Makefile (routines): Remove strerror_r.
5031         * string/strerror_r.c: Removed.
5032         * string/strerror.c: Call __strerror_r for doing the real work.
5033         * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
5034         add weak alias strerror_r.
5035         * sysdeps/mach/_strerror.c: Likewise.
5036         * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
5037         * elf/dl-error.c (_dl_signal_error): Likewise.
5038         * elf/dl-profile.c (_dl_start_profile): Likewise.
5039         * gmon/gmon.c (write_gmon): Likewise.
5040         * stdio-common/perror.c: Likewise.
5041         * stdio-common/vfprintf.c: Likewise.
5043 1998-04-10  Mark Kettenis  <kettenis@phys.uva.nl>
5045         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
5046         (sysdep_headers): Add netatalk/at.h.
5048 1998-04-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5050         * manual/socket.texi, manual/creature.texi, manual/time.texi:
5051         Formatting fixes.
5053 1998-04-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5055         * posix/regex.c: Rename __re_syntax_options back to
5056         re_syntax_options, aliases do not work with global variables due
5057         to copy relocations.
5058         (regex_compile): Use syntax parameter instead of
5059         re_syntax_options.
5061 1998-04-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5063         * configure.in: Document that enable-force-install is default.
5065 1998-04-13  Ulrich Drepper  <drepper@cygnus.com>
5067         * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
5068         all needed 36 bits.
5069         * sysdeps/posix/mkstemp.c: Likewise.
5071 1998-04-13 17:40  Ulrich Drepper  <drepper@cygnus.com>
5073         * iconvdata/8bit-gap.c: Simplify step data handling.
5074         * iconvdata/8bit-generic.c: Likewise.
5075         * iconvdata/big5.c: Likewise.
5076         * iconvdata/euccn.c: Likewise.
5077         * iconvdata/eucjp.c: Likewise.
5078         * iconvdata/euckr.c: Likewise.
5079         * iconvdata/euctw.c: Likewise.
5080         * iconvdata/iso6937.c: Likewise.
5081         * iconvdata/iso8859-1.c: Likewise.
5082         * iconvdata/jis0208.h: Likewise.
5083         * iconvdata/jis0212.c: Likewise.
5084         * iconvdata/jis0212.h: Likewise.
5085         * iconvdata/johab.c: Likewise.
5086         * iconvdata/ksc5601.h: Likewise.
5087         * iconvdata/sjis.c: Likewise.
5088         * iconvdata/t61.c: Likewise.
5089         * iconvdata/uhc.c: Likewise.
5091 1998-04-13 16:36  Ulrich Drepper  <drepper@cygnus.com>
5093         * manual/texinfo.texi: Updated from last version.
5095 1998-04-13 14:52  Ulrich Drepper  <drepper@cygnus.com>
5097         * iconvdata/cns11643.c: New file.
5098         * iconvdata/cns11643.h: New file.
5099         * iconvdata/cns11643l1.c: New file.
5100         * iconvdata/cns11643l1.h: New file.
5101         * iconvdata/euctw.c: New file.
5102         * iconvdata/Makefile: Add rules for EUC-TW and CNS.
5103         * iconvdata/gconv-modules: Likewise.
5105         * iconvdata/eucjp.c: Several bug fixes and improvements.
5106         * iconvdata/gb2312.h: Likewise.
5107         * iconvdata/jis0201.h: Likewise.
5108         * iconvdata/jis0208.h: Likewise.
5109         * iconvdata/jis0212.h: Likewise.
5111 1998-04-13 09:11  Ulrich Drepper  <drepper@cygnus.com>
5113         * iconvdata/eucjp.c: New file.
5114         * iconvdata/euccn.c: New file.
5115         * iconvdata/gb2312.h: New file.
5116         * iconvdata/gb2312.c: New file.
5117         * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
5118         * iconvdata/gconv-modules: Likewise.
5120         * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
5122 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
5124         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
5125         (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
5126         Patch by Mark Hatle <fray@kernel.crashing.org>.
5128 1998-04-12 22:47  Philip Blundell  <Philip.Blundell@pobox.com>
5130         * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
5131         comment.
5132         (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
5133         (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
5135 1998-04-12  Ulrich Drepper  <drepper@cygnus.com>
5137         * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
5139         * iconvdata/Makefile: Add rules for big5 conversion.
5140         * iconvdata/gconv-modules: Likewise.
5141         * iconvdata/big5.c: New file.
5143         * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
5144         Patch by Jim Meyering.
5146 1998-04-11  Ulrich Drepper  <drepper@cygnus.com>
5148         * rt/tst-aio.c: Add test for aio_read and lio_listio.
5150         * rt/lio_listio.c: Correct total counter handling.
5152         * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
5153         from request queue.
5155         * test-skeleton.c (main): Make stdout unbuffered.  Improve message
5156         of signal on exit even more.
5158         * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
5159         instead of call to pthread_cond_init.
5160         * rt/lio_listio.c (lio_listio): Likewise.
5161         * rt/lio_listio64.c (lio_listio64): Likewise.
5163         * nis/nis_findserv.c: Include sys/socket.h.
5165 1998-04-11 09:33  Ulrich Drepper  <drepper@cygnus.com>
5167         * Makeconfig (rtobjdir): New variable.
5168         (rpath-link): Add rtobjdir and thread directory, if available.
5170         * test-skeleton.c: Add support to remove temporary files.
5171         Always define test_dir.  Improve message about expected signal.
5173         * rt/Makefile (tests): Add tst-aio.
5174         Add rules for tst-aio to be linked with librt and thread library.
5175         * rt/aio_misc.c: Correct fundamental bugs.
5176         * rt/aio_suspend.c: Correct bug in test for available request.
5177         Initialize conditional variable.
5178         * rt/lio_listio.c: Initialize conditional variable.
5179         * rt/lio_listio64.c: Likewise.
5180         * rt/tst-aio.c: New file.
5182         * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
5183         * sysdeps/libm-ieee754/w_gamma.c: Likewise.  Adopt for ISO C 9x.
5184         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
5185         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
5186         * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
5187         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
5188         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
5190 1998-04-11 14:49  Mark Kettenis  <kettenis@landau.phys.uva.nl>
5192         * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
5194 1998-04-10  Ulrich Drepper  <drepper@cygnus.com>
5196         * elf/dl-load.c (open_path): Use correct name for test whether
5197         directory in load path exists.
5199         * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
5200         * sysdeps/libm-ieee754/e_pow.c: Fix typo.
5201         Patches by Tom Rini <trini@kernel.crashing.org>.
5203         * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
5204         * wcsmbs/wcstod_l.c: Likewise.
5205         * wcsmbs/wcstold_l.c: Likewise.
5207         * include/byteswap.h: New file.
5209         * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
5210         .bss segment size.  Patch by Joe Keane <jgk@jgk.org>.
5212         * inet/getnameinfo.c (getnameinfo): Change parameter to match
5213         declaration.  Patch by Richard Henderson.
5215 1998-04-10 12:40  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5217         * manual/process.texi (SIGCHLD example): Save errno.
5219 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
5221         * posix/regex.c: Define regerror really as __regerror.
5222         * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
5223         regerror and regfree.
5225         * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
5226         * stdlib/strtod_l.c: Likewise.
5227         * stdlib/strtold_l.c: Likewise.
5229         * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
5231         * sysdeps/i386/i486/bits/string.h: Remove unused variables.
5233         * misc/syslog.c (closelog_internal): Set LogTag to NULL.
5234         Patch by Christian Gafton.
5236 1998-04-09 14:27  Ulrich Drepper  <drepper@cygnus.com>
5238         * manual/socket.texi (Interface Naming): Correct @deftypefun line
5239         for if_indextoname.
5241 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5243         * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
5245         * manual/socket.texi (Interface Naming): Fix typo.
5247 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5249         * manual/examples/filesrv.c (main): Remove filename first.
5251         * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
5252         ?F_UNIX.
5254         * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
5255         instead of PF_UNIX.
5257         * manual/examples/filecli.c (main): Use AF_LOCAL
5258         instead of AF_UNIX.
5260 1998-04-09  Ulrich Drepper  <drepper@cygnus.com>
5262         * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
5263         signgam weak alias.
5264         * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
5265         * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
5266         * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
5267         * sysdeps/libm-ieee754/w_gamma.c: Likewise.
5268         * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
5269         * sysdeps/libm-ieee754/w_gammal.c: Likewise.
5271         * login/utmp_daemon.c (open_socket): Use __connect not connect.
5273 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5275         * configure.in: Add new option --enable-force-install.  Substitute
5276         force_install.
5277         * config.make.in (force-install): Set from configure.
5278         * Makerules (force-install): New phony target.
5279         * Makeconfig (+force): New variable.
5280         * Makefile: Use it in dependency list of installation targets.
5281         * db/Makefile: Likewise.
5282         * db2/Makefile: Likewise.
5283         * elf/Makefile: Likewise.
5284         * hurd/Makefile: Likewise.
5285         * iconv/Makefile: Likewise.
5286         * iconvdata/Makefile: Likewise.
5287         * intl/Makefile: Likewise.
5288         * localedata/Makefile: Likewise.
5289         * login/Makefile: Likewise.
5290         * po/Makefile: Likewise.
5291         * sunrpc/Makefile: Likewise.
5292         * sysdeps/mach/hurd/Makefile: Likewise.
5293         * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
5294         * sysdeps/unix/sysv/linux/Makefile: Likewise.
5295         * timezone/Makefile: Likewise.
5297 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5299         * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
5300         alloc_size.  Pass return value of getcwd syscall to realloc.
5302 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5304         * manual/socket.texi: Spelling fixes.
5306 1998-04-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5308         * elf/dl-load.c (print_search_path): Remove unused variable.
5310 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
5312         * login/utmp_file.c: use __ftruncate not ftruncate.
5313         * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
5314         for system call and make ftruncate weak alias.
5315         * posix/unistd.h: Add prototype for __ftruncate.
5316         * login/utmp_daemon.c (open_socket): Use __socket not socket.
5317         * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
5318         instead of snprintf and readv.
5319         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
5320         snprintf.
5321         * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
5322         directly.
5324 1998-04-08 20:06  Ulrich Drepper  <drepper@cygnus.com>
5326         * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
5327         * iconv/gconv_db.c: Use __ protected regex functions.
5328         * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
5329         * posix/getopt_init.c: Use __getpid not getpid.
5330         * posix/regex.c: Rename all global functions to start with __ and
5331         make old names weak aliases.
5332         * posix/regex.h: Adopt prototypes for this.
5333         * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
5334         a weak alias and use __getcwd instead of getcwd.
5335         * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
5336         * stdlib/strtod.c: Use __btowc instead of btowc.
5337         * stdlib/strtol.c: Likewise.
5338         * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
5339         * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
5340         and sys_errlist are weak.
5341         * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
5342         * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
5343         * wcsmbs/mbsnrtowcs.c: Likewise.
5344         * wcsmbs/mbsrtowcs.c: Likewise.
5345         * wcsmbs/wcsnrtombs.c: Likewise.
5346         * wcsmbs/wcsrtombs.c: Likewise.
5347         * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
5348         weak alias.
5349         * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
5350         * wctype/wctype.c: Define function as __wctype and make wctype
5351         weak alias.
5352         * wctype/wctype.h: Declare __wctype.
5354 1998-04-08  Ulrich Drepper  <drepper@cygnus.com>
5356         * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
5358 1998-04-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5360         * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
5361         stat64.
5362         (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
5363         functions.
5364         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
5365         for __llseek.
5366         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5367         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
5368         * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
5369         make it a weak alias.
5370         * posix/unistd.h: Declare __lseek64.
5372         * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
5373         (_IO_file_stat): Fix typo.
5374         (_IO_file_xsgetn): Update fd->_offset.  Read a multiple of the
5375         block size from the file.  Use __mempcpy if _LIBC.
5377 1998-04-07 20:32  Ulrich Drepper  <drepper@cygnus.com>
5379         * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
5380         * wcsmbs/mbrtowc.c: Likewise.
5381         * wcsmbs/mbsnrtowcs.c: Likewise.
5382         * wcsmbs/mbsrtowcs.c: Likewise.
5383         * wcsmbs/wcrtomb.c: Likewise.
5384         * wcsmbs/wcsnrtombs.c: Likewise.
5385         * wcsmbs/wcsrtombs.c: Likewise.
5386         * wcsmbs/wctob.c: Likewise.
5388         * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
5389         position of next output character correctly.
5390         (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
5392         * stdio-common/vfprintf.c (vfprintf): Clear state before used.
5394         * stdlib/strtod.c: Don't use mbtowc.
5396 1998-04-07 19:07  H.J. Lu  <hjl@gnu.org>
5398         * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
5399         what we want is smaller than a buffer.
5401 1998-04-07 18:14  Ulrich Drepper  <drepper@cygnus.com>
5403         * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
5404         this function.
5406 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
5408         * configure.in: Recognize --with-headers flag and determine
5409         commandline options to be used in compilation.
5410         * Makeconfig (+includes): Use $(sysincludes).
5411         * config.make.in (sysincludes): Define from SYSINCLUDES.
5412         * glibcbug.in: Use SYSINCLUDES information.
5413         Patches by Zack Weinberg.
5415 1998-04-07 19:03  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5417         * glibcbug.in: On linux, report version of kernel headers seen
5418         by compiler.
5420 1998-04-07 16:18  Ulrich Drepper  <drepper@cygnus.com>
5422         * libc.map: Add __asprintf to GLIBC_2.1.
5423         * elf/dlerror.c: Use __asprintf, not asprintf.
5424         * libio/stdio.h: Declare __asprintf.
5425         * stdio-common/asprintf.c: Define as __asprintf and make asprintf
5426         a weak alias.
5428         * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
5429         to avoid inclusion from libc_pic.a.
5431         * elf/dl-runtime.c: Undo last patch.
5433         * stdlib/strtod.c: Don't use mbtowc, use btowc.
5435         * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
5436         as default, use NULL.
5438 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5440         * resolv/Makefile: Include ../Makeconfig - needed for building
5441         static NSS module.
5443 1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5445         * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
5446         static-nss since we don't want hesiod in the static NSS.
5448         * nss/Makefile: Build only nss_files as static.
5450         * nss/function.def: Remove support for service db.
5452 1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>
5454         * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
5456 1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>
5458         * posix/wordexp-test.c: Make IFS per test-case.
5460 1998-04-07 17:50  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5462         * glibcbug.in: Report version of gcc in use.  Remove unused variable
5463         ENVIRONMENT.
5465 1998-04-07  Gordon Matzigkeit  <gord@profitpress.com>
5467         * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
5468         `-print-file-name' to find as and ld.
5470 1998-04-07  Ulrich Drepper  <drepper@cygnus.com>
5472         * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
5473         template is wrong.  Remove unused varaible `ignored'.
5475 1998-04-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5477         * libc.map: Export __libc_sa_len.
5479         * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
5481 1998-04-07 08:51  Ulrich Drepper  <drepper@cygnus.com>
5483         * iconv/gconv.c: Take care for NULL arguments.
5484         * iconv/gconv_dl.c: Make find_func function global.
5485         * iconv/gconv_int.h: Add prototype for __gconv_find_func.
5486         Add prototypes for ASCII conversion functions.
5487         * iconv/gconv_simple.c: Add ASCII conversion functions.
5488         * locale/C-ctype.c: Correct charset name.
5490         * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
5491         (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
5492         wcsmbsload.
5493         * wcsmbs/btowc.c: Rewrite to use iconv functionality.
5494         * wcsmbs/mbrtowc.c: Likewise.
5495         * wcsmbs/mbsnrtowcs.c: Likewise.
5496         * wcsmbs/mbsrtowcs.c: Likewise.
5497         * wcsmbs/wcrtomb.c: Likewise.
5498         * wcsmbs/wcsnrtombs.c: Likewise.
5499         * wcsmbs/wcsrtombs.c: Likewise.
5500         * wcsmbs/wctob.c: Likewise.
5501         * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen.  Remove
5502         prototypes for wmemr*.
5503         * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
5504         * wcsmbs/wcsnlen.c: New file.
5505         * wcsmbs/wcsmbsload.c: New file.
5506         * wcsmbs/wcsmbsload.h: New file.
5508         * manual/filesys.texi: Mention risks of tmpnam and mktemp.
5510         * manual/install.texi: Describe some more critical points.
5512         * string/string.h: Add prototype for __strnlen.
5513         * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
5515         * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
5516         much less predictable names.
5517         * sysdeps/posix/mkstemp.c: Likewise.
5519 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5521         * manual/libc.texinfo (Top): Change "file namespace" to "local
5522         namespace".
5524         * manual/socket.texi: Change file namespace to local namespace.
5525         (Out-of-Band Data): Remove unneeded variable link.
5526         (Host Address Functions): Use uint32_t consequently and add a
5527         number of clarifications for IPv4/IPv6, classless addresses.
5528         (Internet Namespace): Added some paragraphs about IPv6.
5529         Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
5531 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
5533         Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
5535         * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
5536         (NI_NUMERICHOST, et al.): Tidy up and add comments.
5537         (AI_NUMERICHOST): Define.
5538         (getnodebyname): New prototype.
5539         (AI_V4MAPPED, et al.): New constants.
5541         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
5542         * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
5543         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
5544         for socket.
5545         * sysdeps/unix/sysv/linux/sa_len.c: New file.
5546         * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
5548         * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
5550         * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
5551         * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
5552         * socket/Makefile (headers): Add bits/sockunion.h.
5553         * socket/sys/socket.h: Include <bits/sockunion.h>
5554         * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
5555         <sys/socket.h>, to avoid getting sockaddr_union defined.
5556         * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
5557         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
5558         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
5560         * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
5561         (2.2.x kernels won't have it).
5563 1998-04-06 21:21  Ulrich Drepper  <drepper@cygnus.com>
5565         * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
5566         * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
5567         * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
5568         Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
5570 1998-04-05  Philip Blundell  <Philip.Blundell@pobox.com>
5572         * manual/socket.texi (Socket Addresses): Fix a typo.
5573         (Interface Naming): New section.
5575 1998-04-05 23:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5577         * configure.in: Check for CC using $ac_tool_prefix, to handle
5578         cross-compilation.  Use AC_CHECK_TOOL to find MiG.
5579         * config.make.in: Add MIG to be substituted.
5580         * mach/Machrules: Don't define MIG variable.
5582         Patch by Gordon Matzigkeit <gord@profitpress.com>.
5584 1998-04-05  Mark Kettenis  <kettenis@phys.uva.nl>
5586         * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
5587         strdupa to copy rpath.
5589 1998-04-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5591         * configure.in: Fix gcc version check.
5593         * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
5594         confusing.
5596 1998-03-31  Mark Kettenis  <kettenis@phys.uva.nl>
5598         * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
5599         of ptsname_r.
5601         * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
5602         like ttyname_r.
5603         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
5604         * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
5605         * sysdeps/unix/grantpt.c (grantpt): Change check of return value
5606         of __ptsname_r accordingly.
5607         * login/openpty.c (openpty): Likewise.
5609 1998-06-04 18:47  H.J. Lu  <hjl@gnu.org>
5611         * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
5613 1998-04-06 13:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5615         * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
5617         * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
5619 1998-04-06  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5621         * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
5622         return value for better error checking.
5624 1998-04-06  Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
5626         * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
5627         _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
5629         * elf/elf.h (EM_SPARC64): Remove.
5630         (EM_SPARC32PLUS, EM_SPARCV9): Add.
5631         (HWCAP_SPARC_V9): Add.
5633         * elf/ldsodefs.h (_dl_hwcap): Declare.
5634         * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
5635         Weaken so dlopen from static progies works.
5636         (WEAKADDR): New macro.
5637         (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
5638         (LD_SO_PRELOAD): New macro.
5639         (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
5640         (elf_machine_rela): Weaken _dl_rtld_map.
5642         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
5643         to __clone, and remove the later's alias.
5644         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
5646         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
5647         the kernel's structure.
5649         * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
5650         Sparc needs a custom value of __KERNEL_NCCS.
5652 1998-04-06  Richard Henderson  <rth@cygnus.com>
5654         * sysdeps/generic/libc-start.c: Allow init and fini to be null.
5656         * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
5657         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
5659 1998-04-06  Richard Henderson  <rth@cygnus.com>
5661         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
5662         as the buffer is not properly aligned.
5663         Reported by Juan Cespedes <cespedes@debian.org>.
5665 1998-04-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5667         * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
5668         instead of AF_FILE.
5670 1998-04-05  Ulrich Drepper  <drepper@cygnus.com>
5672         * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
5673         and wc*tomb* functions.
5675 1998-04-04 15:16  Philip Blundell  <Philip.Blundell@pobox.com>
5677         * sysdeps/unix/start.c: Fix typo.
5679 1998-04-04  Ulrich Drepper  <drepper@cygnus.com>
5681         * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
5683 1998-04-03 23:38  Ulrich Drepper  <drepper@cygnus.com>
5685         * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
5686         expressions and using array variables.
5687         * sysdeps/libm-ieee754/e_asin.c: Likewise.
5688         * sysdeps/libm-ieee754/e_j0.c: Likewise.
5689         * sysdeps/libm-ieee754/e_j1.c: Likewise.
5690         * sysdeps/libm-ieee754/e_log.c: Likewise.
5691         * sysdeps/libm-ieee754/e_pow.c: Likewise.
5692         * sysdeps/libm-ieee754/k_cos.c: Likewise.
5693         * sysdeps/libm-ieee754/k_sin.c: Likewise.
5694         * sysdeps/libm-ieee754/k_tan.c: Likewise.
5695         * sysdeps/libm-ieee754/s_atan.c: Likewise.
5696         * sysdeps/libm-ieee754/s_erf.c: Likewise.
5697         * sysdeps/libm-ieee754/s_expm1.c: Likewise.
5698         * sysdeps/libm-ieee754/s_log1p.c: Likewise.
5699         Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
5701 1998-04-03 23:17  Ulrich Drepper  <drepper@cygnus.com>
5703         * iconv/gconv.c: Rewrite of the low-level of gconv.
5704         * iconv/gconv.h: Likewise.
5705         * iconv/gconv_builtin.h: Likewise.
5706         * iconv/gconv_close.c: Likewise.
5707         * iconv/gconv_db.: Likewise.
5708         * iconv/gconv_dl.c: Likewise.
5709         * iconv/gconv_int.h: Likewise.
5710         * iconv/gconv_open.c: Likewise.
5711         * iconv/gconv_simple.c: Likewise.
5712         * iconvdata/8bit-gap.c: Adapt for rewrite.
5713         * iconvdata/8bit-generic.c: Likewise.
5714         * iconvdata/euckr.c: Likewise.
5715         * iconvdata/iso646.c: Likewise.
5716         * iconvdata/iso6937.c: Likewise.
5717         * iconvdata/iso8859-1.c: Likewise.
5718         * iconvdata/johab.c: Likewise.
5719         * iconvdata/sjis.c: Likewise.
5720         * iconvdata/t61.c: Likewise.
5721         * iconvdata/uhc.c: Likewise.
5723 1998-04-03 15:34  Ulrich Drepper  <drepper@cygnus.com>
5725         * iconv/gconv_int.h: New file.  Internal header.
5726         * iconv/Makefile (distribute): Add gconv_int.h.
5727         * iconv/gconv.h: Remove definition which are now in gconv_int.h.
5728         * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
5729         * iconv/gconv_close.c: Likewise.
5730         * iconv/gconv_conf.c: Likewise.
5731         * iconv/gconv_db.c: Likewise.
5732         * iconv/gconv_dl.c: Likewise.
5733         * iconv/gconv_int.h: Likewise.
5734         * iconv/gconv_open.c: Likewise.
5735         * iconv/iconv.c: Likewise.
5736         * iconv/iconv_close.c: Likewise.
5737         * iconv/iconv_open.c: Likewise.
5738         * iconv/iconv_prog.c: Likewise.
5740 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
5742         * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
5743         missing braces.
5745 1998-04-03  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5747         * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
5749 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
5751         Based on patch from Pat Beirne:
5752         * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
5753         PIC and non-PIC now.  Correctly negate error number.
5754         (errno): Use `%' not `@' in .type directives.
5756 1998-04-03  Ulrich Drepper  <drepper@cygnus.com>
5758         * sysdeps/i386/strtok.S: Change to use single exit point.
5759         * sysdeps/i386/i686/strtok.S: Likewise.
5761 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5763         * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
5764         default.
5766 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5768         * Makerules (installed-libcs): Fix typo.
5770 1998-04-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5772         * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
5773         (UHC-routines): Remove ksc5601.
5775 1998-04-03 16:29  Philip Blundell  <pb@nexus.co.uk>
5777         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
5778         introduced in last change.
5780 1998-04-03 06:22  Ulrich Drepper  <drepper@cygnus.com>
5782         * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
5783         before 2.1.92.
5785 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
5787         * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
5789         * stdlib/isomac.c: Use -isystem instead of -I for system include
5790         dir.
5792 1998-03-30 08:05  H.J. Lu  <hjl@gnu.org>
5794         * resolv/res_comp.c (underscorechar): New.
5795         (middlechar): Allow '_'.
5797 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
5799         * intl/explodename.c (stdlib.h): Include that file only if
5800         STDC_HEADERS or _LIBC.
5801         (string.h): Include that file only if HAVE_STRING_H or _LIBC.
5802         Patch by Philippe De Muyter <phdm@macqel.be>.
5804 1998-04-01 21:08  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5806         * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
5807         (AC_PROG_CHECK_VER): New macro.
5808         * configure.in: Use AC_PROG_CHECK_VER to check versions of
5809         gcc, gmake, msgfmt, makeinfo.  Remove superfluous tests.
5811 1998-04-02 15:13  Ulrich Drepper  <drepper@cygnus.com>
5813         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
5814         * sysdeps/i386/i686/strtok.S: New file
5815         * sysdeps/i386/i686/strtok_r.S: New file
5817 1998-04-02  Mark Kettenis  <kettenis@phys.uva.nl>
5819         * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
5820         type to __off64_t.
5821         * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
5822         parameter as __off64_t instead of __off_t.
5823         (ftello): Make alias for ftello64 instead of ftello.  Change
5824         return type to __off64_t.
5826 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
5828         * sysdeps/i386/bits/string.h: Fix various typos.
5829         Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
5831         * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
5833 1998-04-02  Ulrich Drepper  <drepper@cygnus.com>
5835         * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
5836         lchown syscall correctly.  [PR libc/541].
5838 1998-04-02 11:45  Ulrich Drepper  <drepper@cygnus.com>
5840         * localedata/Makefile: Correct testsuite rules.
5842         * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
5843         * iconvdata/iso646.c: Fix conversion from UCS4.
5845         * elf/ldsodefs.h: Mark internal function with internal_function.
5846         * elf/dl-addr.c: Likewise.
5847         * elf/dl-close.c: Likewise.
5848         * elf/dl-debug.c: Likewise.
5849         * elf/dl-deps.c: Likewise.
5850         * elf/dl-error.c: Likewise.
5851         * elf/dl-fini.c: Likewise.
5852         * elf/dl-init.c: Likewise.
5853         * elf/dl-load.c: Likewise.
5854         * elf/dl-lookup.c: Likewise.
5855         * elf/dl-object.c: Likewise.
5856         * elf/dl-open.c: Likewise.
5857         * elf/dl-profile.c: Likewise.
5858         * elf/dl-reloc.c: Likewise.
5859         * elf/dl-runtime.c: Likewise.
5860         * elf/dl-symbol.c: Likewise.
5861         * elf/dl-version.c: Likewise.
5862         * elf/dlerror.c: Likewise.
5863         * sysdeps/generic/dl-sysdep.c: Likewise.
5864         * sysdeps/i386/dl-machine.h: Likewise.
5865         * intl/finddomain.c: Likewise.
5866         * intl/gettextP.h: Likewise.
5867         * intl/loadmsgcat.c: Likewise.
5869 1998-04-01 17:38  Ulrich Drepper  <drepper@cygnus.com>
5871         * iconv/gconv_simple.c: New builtins for UCS en/decoding.
5872         * iconv/gconv_builtin.h: Add definitions for new builtins.
5873         * iconv/gconv.h: Add prototypes for new builtins.
5875         * iconvdata/Makefile (modules): Add ISO646.
5876         Add rules for ISO646 module.
5877         (distribute): Add iso646.c.
5878         * iconvdata/gconv-modules: Add module and alias definition for
5879         ISO646 charsets.
5880         * iconvdata/iso646.c: New file.
5882 1998-04-01 16:10  Ulrich Drepper  <drepper@cygnus.com>
5884         * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
5885         * iconv/iconv_prog.c: Implement --list option to print available
5886         coded character sets.
5888 1998-04-01 18:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
5890         Make fread() read large blocks straight to the user buffer.
5892         * libio/fileops.c (_IO_file_xsgetn): New function.
5893         (_IO_file_jumps): Use it.
5894         * libio/libioP.h: Prototype it.
5896 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
5898         * iconv/gconv_conf.c (builtin_aliases): New variable.
5899         (__gconv_read_conf): Add builtin aliases.
5900         * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
5901         noop macro before including gconv_builtin.h.
5902         * iconv/gconv_builtin.h: Add alias names.
5904         * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
5905         number of converted bytes correctly.
5907 1998-04-01  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
5909         * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
5910         we only wait for a replay.
5912 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
5914         * iconvdata/Makefile: Finally fix dependencies for JOHAB and
5915         EUC-KR modules.
5917 1998-04-1 16:52  Philip Blundell  <pb@nexus.co.uk>
5919         * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
5920         use PLTJMP() rather than explicit (PLT).
5922         * sysdeps/arm/elf/start.S: Leave most of the initialisation for
5923         __libc_start_main().
5925         Based on patch from Pat Beirne:
5926         * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
5927         Always define, not only #ifndef PIC.
5928         (DO_CALL): Pass fifth argument correctly in R4.
5929         (PSEUDO): Correct test for error, call syscall_error through PLT
5930         if PIC.
5932 1998-03-31 10:51  Philip Blundell  <pb@nexus.co.uk>
5934         * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
5935         definitions.
5937 1998-04-01  Ulrich Drepper  <drepper@cygnus.com>
5939         * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
5940         JOHAB.so.
5942 1998-04-01 13:20  Mark Kettenis  <kettenis@phys.uva.nl>
5944         * io/Makefile (static-only-routines): Add stat64, fstat64 and
5945         lstat64.
5947 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5949         * manual/Makefile: Use object-suffixes-for-libc instead of
5950         object-suffixes.
5951         * rpm/Makefile (install-lib): Likewise.
5953 1998-03-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5955         * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
5957         * sysdeps/unix/sysv/linux/configure.in: Match $machine against
5958         `m68*', not only `m68k'.
5960 1998-04-01 10:50  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
5962         * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
5964         * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
5965         install lddlibc4.
5967 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5969         * iconvdata/Makefile: Use libKSC shared object in JOHAB and
5970         EUC-KR.
5972         * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
5973         comment.
5975 1998-03-30 08:43  H.J. Lu  <hjl@gnu.org>
5977         * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
5978         the init stuff.
5980 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5982         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
5983         adjtimex syscall.
5984         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
5985         adjtimex.
5986         Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
5988 1998-03-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
5990         * Makerules (install): Change comment for libc.so following the
5991         libc_nonshared changes.
5993 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
5995         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
5997         * iconvdata/gap.pl: Avoid using %#06x.
5999 1998-03-31 19:55  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6001         * Makerules: Use $? instead of S^ when invoking ar.
6003 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
6005         * db2/compat.h: Allow EFTYPE being defined.
6006         * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
6007         * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
6008         * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
6009         * sysdeps/mach/bits/libc-lock.h: Fix typo.
6010         (__libc_once): Correctly unlock semaphore.
6011         * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
6012         * sysdeps/unix/bsd/getpt.c: Fix typo.
6013         Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
6015 1998-03-31  Ulrich Drepper  <drepper@cygnus.com>
6017         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
6018         macros.
6020 1998-03-31 18:11  Ulrich Drepper  <drepper@cygnus.com>
6022         * include/mntent.h: New file.
6024         * elf/Makefile (trusted-dirs.h): Append slash to filename.
6025         * elf/dl-load.c: Rewrite search path handling.
6026         * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
6027         * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
6028         * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
6029         * elf/ldsodefs.h: Add prototype.
6031 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
6033         * nss/nsswitch.c (__nss_lookup): Adjust comment.
6035         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
6036         function.
6038         * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
6040         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
6041         New function.
6042         (HWCAP_IMPORTANT): New definition.
6044 1998-03-30 17:26  H.J. Lu  <hjl@gnu.org>
6046         * elf/dl-open.c (_dl_open): Fix a typo.
6047         (_dl_global_scope_alloc): Make it static.
6049 1998-03-30 17:20  Ulrich Drepper  <drepper@cygnus.com>
6051         * Makerules: Remove duplicate rules to handle stamp.oS.
6053 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6055         * manual/examples/inetsrv.c (main): Change prototype of
6056         make_socket following change in mkisock.c.
6058         * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
6059         example host.
6060         (main): Change prototype of init_sockaddr following change in
6061         isockadd.c.
6063         * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
6064         * manual/examples/isockad.c (init_sockaddr): Likewise.
6066         * manual/examples/mkfsock.c (make_named_socket): Removed blank
6067         lines for clarification.
6068         (make_named_socket): Use strncpy instead of strcpy.
6069         Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
6071 1998-03-30 13:28  Ulrich Drepper  <drepper@cygnus.com>
6073         * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
6074         determining libs to remove.
6075         (postclean): Add soversions.mk.
6076         * Makerules (common-mostlyclean): Add tests-static and generated
6077         files.
6079 1998-03-30 12:53  Ulrich Drepper  <drepper@cygnus.com>
6081         * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
6082         scanning for \0.
6083         (__strncat_g): Add i686 specific code.
6085 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6087         * manual/install.texi (Reporting Bugs): Ask to include section
6088         names in reports.
6090 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6092         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
6093         guard against direct inclusion.
6095 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6097         Rework support for libc_nonshared.a:
6098         * Makeconfig (object-suffixes-for-libc): New variable.
6099         * Rules: Remove handling of static-only and shared-only routines.
6100         * Makerules: Handle them here instead.  Use
6101         object-suffixes-for-libc instead of object-suffixes when dealing
6102         with libc objects.
6103         (object-suffixes-for-rules): Remove variable.
6104         (elide-routines.oS): Elide all routines except static-only
6105         routines.
6106         ($(objpfx)stamp.oS): Special rule for when static-only-routines is
6107         empty.
6108         (installed-libcs): Remove special case for .oS.
6109         (rmobjs): Likewise.
6111 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6113         * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
6114         do-tst-rpmatch): New targets.
6115         (test): Use them.
6116         (install-locales): Ignore comment lines.
6118 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6120         * elf/Makefile ($(objpfx)ld.so): Depend on version script.
6121         ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
6122         ($(objpfx)rtldtbl.h): Likewise.
6123         (CPPFLAGS-dl-load.c): Fix reference to object directory.
6125 1998-03-30 09:36  Ulrich Drepper  <drepper@cygnus.com>
6127         * manual/string.texi (Finding Tokens in a String): Extend strsep
6128         description and correct example.
6130 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6132         * manual/socket.texi: Remove misguided explicit line breaks and
6133         fix the formatting problem instead by reformulating the
6134         paragraphs.
6135         * manual/filesys.texi: Likewise.
6136         * manual/conf.texi: Likewise.  Don't typeset table with index
6137         fonts, that looks worse than a minimally overfull line.
6139 1998-03-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6141         * nscd/Makefile (nscd-modules): Move definition outside of
6142         conditional.
6144         * pwd/Makefile: Use have-thread-library to test for thread
6145         library.
6147 1998-03-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6149         * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
6151         * iconvdata/uhc.c (gconv): Remove unused variable idx.
6153 1998-03-30  Ulrich Drepper  <drepper@cygnus.com>
6155         * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
6157 1998-03-29  Ulrich Drepper  <drepper@cygnus.com>
6159         * nss/getXXent_r.c: Correctly handle failing setXXent function.
6161         * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
6162         Reported by Andreas Jaeger.
6164 1998-03-29 20:59  Ulrich Drepper  <drepper@cygnus.com>
6166         * elf/Makefile: Fix typo.
6167         (distribute): Add dl-librecon.h.
6168         * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
6169         * elf/ldd.sh.in: Likewise.
6170         * elf/ldsodefs.h: Declare _dl_correct_cache_id.
6171         * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
6172         Use strsep correctly.
6173         (process_envvars): Allow platform specific variables.
6174         * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
6175         (_dl_load_cache_lookup): Test cache IDs found against
6176         _dl_correct_cache_id.
6177         * sysdeps/generic/dl-librecon.h: New file.
6178         * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
6180         * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
6182 1998-03-29 16:50  Ulrich Drepper  <drepper@cygnus.com>
6184         * config.make.in (ldd-rewrite-script): New variable.
6185         * configure.in: Substitute ldd-rewrite-script.
6186         * elf/Makefile: Rewrite rules to generate ldd script.
6187         * elf/ldd.bash.in: Allow handling of non-ELF binaries.
6188         * elf/ldd.sh.in: Likewise.
6189         * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
6190         * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
6191         point to sed script for libc4 handling insertion for ix86, m68, SPARC.
6192         * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
6193         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
6195 1998-03-26 15:20  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6197         * inet/rcmd.c (iruserok): Remain setuid to the local user
6198         while .rhosts is actually read, to make .rhosts-over-NFS work
6199         (PR libc/524).  Use iruserfopen() for security checks on both
6200         hosts.equiv and .rhosts.  General cleanup.
6201         (iruserfopen): New function, performs careful checking on
6202         hosts.equiv/.rhosts files.  Disallows all the old forbidden
6203         stuff plus hard links to files.
6205 1998-03-29 09:26  Ulrich Drepper  <drepper@cygnus.com>
6207         * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
6209         * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
6211 1998-03-29 02:02  H.J. Lu  <hjl@gnu.org>
6213         * sysdeps/i386/i486/bits/string.h: Fix typos.
6215 1998-03-28 00:13  H.J. Lu  <hjl@gnu.org>
6217         * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
6218         strong alias.
6220         * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
6222         * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
6223         Added.  Used by libm.so on alpha.
6225 1998-03-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6227         * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
6228         defined.
6230 1998-03-27 07:29  H.J. Lu  <hjl@gnu.org>
6232         * Makerules (object-suffixes-for-rules): Add .oS only for
6233         building shared library.
6234         Add ranlib rule for nonshared library.
6235         (rmobjs): Fix typo.
6237         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
6238         into for shared library only.
6239         (CPPFLAGS-.oS): Add -DPIC.
6240         (libtypes): Use $(object-suffixes-for-rules) instead of
6241         $(object-suffixes).
6243 1998-03-28  Ulrich Drepper  <drepper@cygnus.com>
6245         * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
6246         and install lddlibc4.
6248 1998-03-28 09:13  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6250         * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
6251         hash.
6252         * iconvdata/gaptab.pl: Likewise.
6254 1998-03-27 22:46  Ulrich Drepper  <drepper@cygnus.com>
6256         * Rules: Allow Makefiles to specify test-static for tests which
6257         cannot be linked dynamically.
6258         * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
6259         tests-static.
6261         * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
6263         * misc/error.c: Pretty print.
6265 1998-03-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6267         * Makerules (libc_nonshared-name): Remove variable.
6268         (installed-libcs): Use libc-name instead.
6269         ($(inst_libdir)/libc.so): Likewise.  Remove explicit reference to
6270         dynamic linker.
6272         * Makeconfig (link-libc): Link against libc_nonshared.a instead of
6273         libc.a.  Remove explicit reference to dynamic linker.
6275 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
6277         * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
6278         to wchar_t.
6279         * iconv/iconv_prog.c: Correctly test for write failure.
6280         * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
6281         * iconvdata/gconv-modules: Likewise.
6282         * iconvdata/euckr.c: New file.
6283         * iconvdata/johab.c: New file.
6284         * iconvdata/ksc5601.c: New file.
6285         * iconvdata/ksc5601.h: New file.
6286         * iconvdata/uhc.c: New file.
6287         Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
6289         * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
6290         * stdio/fopen.c: Correct handling of 'x' flag.
6291         Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
6293 1998-03-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6295         * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
6296         * sunrpc/rpcsvc/key_prot.x: Likewise.
6297         * sunrpc/key_prot.c: Likewise.
6299 1998-03-27 13:49  Ulrich Drepper  <drepper@cygnus.com>
6301         * sysdeps/i386/bits/string.h: Correct things which never worked.
6302         * sysdeps/i386/i486/bits/string.h: Add clobber marks.
6303         Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
6305 1998-03-27  Ulrich Drepper  <drepper@cygnus.com>
6307         * intl/textdomain.c [_LIBC]: Define strdup only if not yet
6308         defined.  Reported by Thorsten Kukuk.
6310 1998-03-26 18:50  Ulrich Drepper  <drepper@cygnus.com>
6312         * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
6314 1998-03-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6316         * manual/install.texi (Supported Configurations): Add
6317         arm-linuxaout and arm-none.
6319 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
6321         * version.h (VERSION): Bump to 2.0.93.
6323 1998-03-25 07:30  H.J. Lu  <hjl@gnu.org>
6325         * configure.in (libc_cv_ar_S): New to indicate if ar S works.
6327         * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
6329         * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
6330         (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
6332 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
6334         * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
6336 1998-03-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6338         Put the static-only routines in a separate library.
6339         * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
6340         variables.
6341         (all-object-suffixes): Add .oS.
6342         * Makerules (libc_static-name): New variable.
6343         (installed-libcs): Add libc_nonshared.a.
6344         ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
6345         (object-suffixes-for-rules): New variable.  Use it instead of
6346         object-suffixes for generating compilation rules.
6347         (rmobjs): Also remove *.oS.
6348         * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
6349         ($(objpfx)stamp.oS): New target.
6351 1998-03-26  Ulrich Drepper  <drepper@cygnus.com>
6353         * Makefile (FAQ): Automatically check in regenerated FAQ.
6355 1998-03-26 10:16  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6357         * Makefile (INSTALL): Depend on install.texi, not maint.texi.
6359 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
6361         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
6362         * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
6364         * sysdeps/generic/stub_warning: Removed.
6366         * Makefile (distribute): Add include/des.h.
6368         * manual/Makefile (distribute): Change dir-add.texi to
6369         dir-add.texinfo.
6371         * glibcbug.in: Create files safely when mktemp is not available.
6373         * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
6374         Patch by a sun <asun@saul1.u.washington.edu>.
6376 1998-03-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6378         * libc.map: Rename getname to getnetname.
6380 1998-03-25 13:35  Ulrich Drepper  <drepper@cygnus.com>
6382         * manual/maint.texi: Use supported platform in examples.
6384         * manual/install.texi: Document some installation tips.
6386 1998-03-25 10:56  Ulrich Drepper  <drepper@cygnus.com>
6388         * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
6389         Fix a bug so that it returns an error if a numeric parameter is
6390         unset and WRDE_UNDEF is set.
6391         Patch by Andreas Schwab and Tim Waugh.
6392         * posix/wordexp-test.c: Add new new test.
6394 1998-03-25  Ulrich Drepper  <drepper@cygnus.com>
6396         * posix/regex.c (regex_compile): Last patch wasn't entirely
6397         correct.  Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
6399 1998-03-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6401         * manual/filesys.texi (Scanning Directory Content): Fix typo.
6403 1998-03-25 09:24  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
6405         * sysdeps/i386/bits/string.h: Fix all assembler statements so that
6406         clobbered registers don't appear as operands.
6408 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
6410         * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
6411         Solaris' sake.
6413         * posix/regex.c (regex_compile): Don't allow non-alphabet
6414         characters in character set name.
6416 1998-03-25 00:00  Tim Waugh  <tim@cyberelk.demon.co.uk>
6418         * posix/wordexp.c (w_newword): New function.
6419         (do_parse_glob): New function.
6420         (parse_glob): Use do_parse_glob.  Now handles the case where a
6421         variable expansion causes a field-split.
6422         (wordexp): Use w_newword.
6423         (parse_arith): Likewise.
6424         (exec_comm): Likewise.
6425         (parse_comm): Likewise.
6426         (parse_param): Likewise.
6427         (parse_backtick): Likewise.
6429 1998-03-24 19:36  Tim Waugh  <tim@cyberelk.demon.co.uk>
6431         * posix/wordexp-tst.sh: Another test.
6433         * posix/wordexp-test.c: Two new tests.
6435         * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
6436         directly (the code using realloc was buggy).
6437         (parse_param): Fix typo in comment.
6439 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
6441         * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
6443 1998-03-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
6445         * libc.map: Add more rpc auth functions/variables.
6447         * nscd/nscd.c: Add -g option to argp options.
6449 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
6451         * configure.in: Be prepared for gcc 2.9.10 and up.
6452         * configure.in: Add missing disabling of quote characters in
6453         compiler version check.  Reported by HJ Lu.
6455 1998-03-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6457         * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
6459 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
6461         * intl/locale.alias: Fix spelling of romanian.
6463         * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
6464         (distribute): Remove des.h.
6465         * include/des.h: New file.
6466         * sunrpc/des.h: Moved to ...
6467         * sunrpc/rpc/rpc_des.h: ...here.
6469 1998-03-22  NIIBE Yutaka  <gniibe@mri.co.jp>
6471         * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
6472         Fix paren.
6474 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
6476         * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
6477         parameter const.  Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
6479 1998-03-24  Ulrich Drepper  <drepper@cygnus.com>
6481         * elf/ldsodesf.h: New file.
6482         * elf/Makefile (distribute): Add ldsodefs.h.
6483         * elf/link.h: Separate internal information in exter header.
6484         * elf/rtld.c: Include elf/ldsodefs.h not link.h.
6485         * elf/dl-minimal.c: Likewise.
6486         * sysdeps/generic/dl-sysdep.c: Likewise.
6487         * elf/sprof.c: Likewise.
6488         * elf/dlsym.c: Likewise.
6489         * elf/dlvsym.c: Likewise.
6490         * elf/dlerror.c: Likewise.
6491         * elf/dladdr.c: Likewise.
6492         * elf/dlclose.c: Likewise.
6493         * elf/dlopen.c: Likewise.
6494         * elf/dl-addr.c: Likewise.
6495         * elf/dl-close.c: Likewise.
6496         * elf/dl-debug.c: Likewise.
6497         * elf/dl-deps.c: Likewise.
6498         * elf/dl-error.c: Likewise.
6499         * elf/dl-fini.c: Likewise.
6500         * elf/dl-init.c: Likewise.
6501         * elf/dl-load.c: Likewise.
6502         * elf/dl-lookup.c: Likewise.
6503         * elf/dl-object.c: Likewise.
6504         * elf/dl-open.c: Likewise.
6505         * elf/dl-profile.c: Likewise.
6506         * elf/dl-reloc.c: Likewise.
6507         * elf/dl-runtime.c: Likewise.
6508         * elf/dl-support.c: Likewise.
6509         * elf/dl-symbol.c: Likewise.
6510         * elf/dl-version.c: Likewise.
6511         * sysdeps/generic/dl-cache.c: Likewise.
6512         * sysdeps/generic/libc-start.c: Likewise.
6513         * iconv/gconv_dl.c: Likewise.
6514         * nss/nsswitch.c: Likewise.
6516 1998-03-23 13:45  Ulrich Drepper  <drepper@cygnus.com>
6518         * manual/nss.texi: The database is not called network but networks.
6519         Reported by Herbert Xu <herbert@gondor.apana.org.au>.
6521 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6523         * configure.in: Correct test for compiler version.
6524         Check that LD_LIBRARY_PATH doesn't contain current path.
6526 1998-03-23 07:52  H.J. Lu  <hjl@gnu.org>
6528         * elf/dl-close.c (_dl_close): Fix byte count while removing
6529         the shared object from the global scope list and optimize
6530         a little bit.
6532 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6534         * manual/filesys.texi (Scanning Directory Content): Add missing
6535         closing brace.
6536         (Scanning Directory Content): Fix text.
6538 1998-03-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6540         * manual/memory.texi (Heap Consistency Checking): Add paragraph
6541         explaining difference of -lmcheck and MALLOC_CHECK_.
6543 1998-03-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6545         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
6546         typos in comments.
6548 1998-03-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6550         * test-skeleton.c (main): Fix test for exit signal.
6552 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6554         * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
6556 1998-03-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6558         * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
6559         appropriate.
6561 1998-03-23 11:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6563         * libc.map: Export __strtok_r.
6565 1998-03-23  Ulrich Drepper  <drepper@cygnus.com>
6567         * posix/regex.c (re_compile_fastmap): Remove unused variable
6568         num_regs and adjust comment.
6569         Patch by Jim Meyering <meyering@ascend.com>.
6571         * math/math.h (M_*l): Extend long double constants to be usable
6572         for 128 bit floats.  Patch by Richard Henderson.
6574 1998-03-23 11:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6576         * sysdeps/m68k/m68020/wordcopy.S: New file.
6578 1998-03-22  Ulrich Drepper  <drepper@cygnus.com>
6580         * posix/wordexp.c: Rewrite parse_param.
6581         Patch by Tim Waugh and Andreas Schwab.
6583 1998-03-21 23:46  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6585         * Rules: Update timestamps on empty object files.
6587 1998-03-21 09:15  Ulrich Drepper  <drepper@cygnus.com>
6589         * manual/filesys.texi (Scanning Directory Content): Add description
6590         of 64 bits scandir function and friends.
6592 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
6594         * glibcbug.in: Use mktemp to generate unique file name for
6595         temporary files.
6597         * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
6598         ptsname_r.  Use cast for execve call.
6600 1998-03-20 16:24  Ulrich Drepper  <drepper@cygnus.com>
6602         * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
6603         * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
6604         * io/sys/statvfs.h: New file.
6605         * sysdeps/generic/fstatvfs.h: New file.
6606         * sysdeps/generic/statvfs.h: New file.
6607         * sysdeps/generic/fstatvfs64.h: New file.
6608         * sysdeps/generic/statvfs64.h: New file.
6609         * sysdeps/generic/bits/statvfs.h: New file.
6610         * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
6611         * sysdeps/unix/sysv/linux/statvfs.c: New file.
6612         * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
6614         * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
6615         and f_ffree elements.
6617         * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print.  Define
6618         mount options in enum.
6620 1998-03-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6622         * configure.in: Check for recent egcs/gcc.
6624 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
6626         * libc.map: Add alphasort64, scandir64, versionsort64.
6627         * dirent/Makefile (routines): Add scandir64, alphasort64, and
6628         versionsort64.
6629         * dirent/alphasort64.c: New file.
6630         * dirent/scandir64.c: New file.
6631         * dirent/versionsort64.c: New file.
6632         * dirent/dirent.h: Add LFS support for scandir, alphasort, and
6633         versionsort.
6634         * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
6635         old name weak alias.
6636         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
6638         * dirent/alphasort.c: Use strcoll instead of strcmp.
6640         * dirent/scandir.c: Optimize a bit.
6642         * dirent/versionsort.c: Pretty print.
6644 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
6646         * string/string.h: Add prototype for __strtok_r.
6648 1998-03-20 12:14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6650         * posix/Makefile: Fix typo in last change.
6652 1998-03-20  Ulrich Drepper  <drepper@cygnus.com>
6654         * dirent/dirent.h (scandir): Make argument of select function const.
6655         * dirent/scandir.c (scandir): Likewise.
6656         Reported by David.Faure@insa-lyon.fr [PR libc/512].
6658 1998-03-19 14:28  Ulrich Drepper  <drepper@cygnus.com>
6660         * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
6661         weak alias.
6662         * sysdeps/i386/strtok_r.c: Likewise.
6664         * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
6665         * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
6666         * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
6667         * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
6668         * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
6669         * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
6671 1998-03-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6673         * intl/localealias.c: Remove unneeded define for strdup.
6675 1998-03-19 13:45  Ulrich Drepper  <drepper@cygnus.com>
6677         * manual/argp.texi: Adjust for better TeX output.
6678         * manual/arith.texi: Likewise.
6679         * manual/conf.texi: Likewise.
6680         * manual/filesys.texi: Likewise.
6681         * manual/header.texi: Likewise.
6682         * manual/lgpl.texinfo: Likewise.
6683         * manual/math.texi: Likewise.
6684         * manual/message.texi: Likewise.
6685         * manual/pattern.texi: Likewise.
6686         * manual/process.texi: Likewise.
6687         * manual/signal.texi: Likewise.
6688         * manual/socket.texi: Likewise.
6689         * manual/startup.texi: Likewise.
6690         * manual/stdio.texi: Likewise.
6691         * manual/terminal.texi: Likewise.
6692         * manual/examples/rprintf.c: Likewise.
6693         * manual/examples/testopt.c: Likewise.
6694         Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6696 1998-03-19 20:45  Tim Waugh  <tim@cyberelk.demon.co.uk>
6698         * posix/wordexp.c (parse_param): Don't immediately stop parsing a
6699         parameter name after seeing a digit if it's enclosed in braces.
6701 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
6703         * sysdeps/i386/i686/Implies: Add libm-i387/i686.
6705 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6707         * manual/memory.texi (Heap Consistency Checking): Document
6708         MALLOC_CHECK_.  Based on a text by Wolfram Gloger.
6710 1998-03-18 17:11  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6712         * manual/Makefile: Add missing rules.
6714 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
6716         * timezone/Makefile (generated): Define to remove all stamp files.
6718         * sysdeps/generic/strsep.c: Also undefine __strsep.
6720         * string/strdup.c: Undefine __strdup and strdup first.
6721         * string/strndup.c: Likewise.
6723         * string/bits/string2.h: Correct strtok_r and strsep.
6724         Add strndup optimization.
6726         * sysdeps/generic/strsep.c: Little optimization.
6728 1998-03-18 14:25  Ulrich Drepper  <drepper@cygnus.com>
6730         * string/bits/string2.h: Add optimization for strdup.
6731         Always define __strsep and __strtok_r and make real names available
6732         when feature select macros are defined.
6734 1998-03-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6736         * manual/install.texi (Installation): Use i486-linux as example
6737         instead of the unsupported sunos4.
6738         (Reporting Bugs): Mention glibcbug script.
6739         (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
6741 1998-03-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6743         * posix/wordexp-tst.sh: Make portable.  Add more tests.
6745         * posix/Makefile (do-globtest do-wordexp-test): New targets.
6747 1998-03-18 13:38  Ulrich Drepper  <drepper@cygnus.com>
6749         * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
6750         * sysdeps/generic/libc-start.c: ...here, replacing former content.
6752         * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
6753         netpacket/packet.h.
6755         * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
6757 1998-03-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6759         * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
6760         in enumerator for strict standard compliance.
6761         * sysdeps/generic/bits/resource.h: Likewise.
6763 1998-03-18 10:04  Philip Blundell  <pb@nexus.co.uk>
6765         * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
6766         (PLTJMP): New macro.
6768         * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
6769         longjmp() when floating point enabled.
6770         * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
6771         * sysdeps/arm/__longjmp.S: Remove floating point code.
6772         * sysdeps/arm/setjmp.S: Likewise.
6774         * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
6775         * sysdeps/arm/bsd-_setjmp.S: Likewise.
6777         * sysdeps/arm/memset.S: New file; optimised ARM implementation of
6778         memset().
6780         * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
6781         prototype.
6783 1998-03-17 16:16  Philip Blundell  <pb@nexus.co.uk>
6785         Based on patches from Pat Beirne and Scott Bambrough:
6787         * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
6789         * sysdeps/arm/bits/fenv.h: New file.
6791         * sysdeps/arm/dl-machine.h: New file.  Add ELF support.
6792         * sysdeps/arm/elf/setjmp.S: Likewise.
6793         * sysdeps/arm/elf/start.S: Likewise.
6794         * sysdeps/arm/init-first.c: Likewise.
6795         * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
6796         * sysdeps/arm/sysdep.h: Change format of .type directive.  Correct
6797         comment about floating point to reflect current reality.
6799         * sysdeps/unix/arm/brk.S: Support PIC.
6800         * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
6801         re-entrant code.
6802         * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
6803         return; call syscall_error through PLT.
6804         * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
6806 1998-03-04 12:01  Philip Blundell  <pb@nexus.co.uk>
6808         * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
6809         * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
6810         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
6812 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
6814         * dirent/list.c (test): Return error value.
6815         (main): Exit with error value.
6817         * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
6819         * Makefile (distribute): Add test-skeleton.c.
6820         * test-skeleton.c: New file.
6821         * dirent/Makefile (tests): Add opendir-tst1.
6822         * dirent/opendir-tst1.c: New file.
6824 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
6826         * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
6827         Optimize memory handling.
6828         * sysdeps/unix/closedir.c: Optmize memory handling.
6830 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>
6832         * posix/wordexp.c (parse_param): Fix off-by-on error in $@
6833         handling.  Optimize a bit.
6835 1998-03-18 00:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
6837         * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
6838         (parse_param): Fold in Andreas' fixes to do with when the end of
6839         the parameter name has been reached, and quoting inside ${...}.
6840         (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
6841         $((echo);(ls)).
6843 1998-03-16 22:10  Zack Weinberg  <zack@rabi.phys.columbia.edu>
6845         * manual/maint.texi: Split out installation and contribution
6846         sections to their own appendices.  Misc cleanups.
6847         * manual/install.texi: New file.  Mention add-ons.  Refer to FAQ.
6848         * manual/contrib.texi: New file.
6849         * manual/libc.texinfo: Pull in new appendices.
6850         * manual/header.texi: Correct node pointer.
6852 1998-03-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6854         * manual/process.texi (Process Completion): Clarify return value
6855         of waitpid a bit.  Patch by Zack Weinberg. [PR libc/490]
6857 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6859         * posix/wordexp-test.c: Add more tests.
6860         (testit): Fix logic.
6862         * posix/wordexp.c (exec_comm): In the child, redirect stderr to
6863         /dev/null instead of closing it, close pipe.  Always chop off all
6864         trailing newlines.  Kill and reap child before returning error.
6865         (w_addword, parse_glob): Fix memory leak.
6866         (wordexp): Fix dangling pointer problem.
6868 1998-03-16  Ulrich Drepper  <drepper@cygnus.com>
6870         * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
6872         * posix/wordexp-test.c (main): Fix little thinkos and typos.
6874         * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
6875         directory index by only the language.
6877 1998-03-16 13:02  Tim Waugh  <tim@cyberelk.demon.co.uk>
6879         * posix/wordexp-tst.sh: Store test results in the
6880         ${common_objpfx}posix directory.
6882         * posix/wordexp-test.c: Remove temporary directory afterwards.
6884 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6886         * libc.map: Export internal versions of cancelable functions.
6888 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6890         * Makerules (MAKEFLAGS): Append `r'.
6892 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6894         * Makeconfig: Define have-thread-library, shared-thread-library
6895         and static-thread-library if a thread library is available.  Don't
6896         define rt.
6897         * nscd/Makefile: Compile nscd if have-thread-library.  Rename
6898         nscd-routines to nscd-modules.  Use shared-thread-library and
6899         static-thread-library in dependencies.
6900         * rt/Makefile: Only compile librt if have-thread-library is
6901         defined.
6902         * Makefile (subdirs): Always include rt subdir.
6904 1998-03-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6906         * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
6908 1998-03-14 21:55  Ulrich Drepper  <drepper@cygnus.com>
6910         * configure.in: Recognize variations for 32 MIPS processors.
6911         Don't assume ELF systems always have .weak, test for .weakext.
6913 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
6915         * configure.in: Irix6 is an ELF platform.
6917 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
6919         * elf/dl-close.c (_dl_close): Stop unmapping the segments after
6920         unmapping the last loaded segment.
6922 1998-03-14 15:54  Ulrich Drepper  <drepper@cygnus.com>
6924         * configure.in: Set base_os for Irix6.
6925         Correct test for .weakext.
6927 1998-03-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
6929         * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
6930         (new_line) to _dl_debug_message call.
6932 1998-03-14 00:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
6934         * posix/wordexp.c (parse_param): Perform field-splitting after
6935         expanding positional parameter.
6937         * posix/wordexp-tst.sh: Test that field-splitting is performed
6938         after expanding positional parameter.
6940         * posix/wordexp.c (parse_param): Fixed memory leak in
6941         field-splitting after parameter expansion.
6943 1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
6945         * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
6946         (get_toplvl_escape): Correctly terminate loop at EOF.
6947         Patch by Cristian Gafton <gafton@redhat.com>.
6949 1998-03-13 16:55  Ulrich Drepper  <drepper@cygnus.com>
6951         * string/tester.c (test_strpbrk): Add more strpbrk tests.
6952         (test_strsep): Likewise.  Correct horrible bugs.
6954         * string/bits/string2.h (strcspn): Optimize also reject string of
6955         length 2 and 3.
6956         (strspn): Likewise.
6957         (strpbrk): Likewise.
6958         (strsep): Likewise.  Correct bug with successive separators and
6959         separators at the end of the string.
6960         * sysdeps/generic/strsep.c: Correct bug with successive separators
6961         and separators at the end of the string.
6963 1998-03-13 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
6965         * posix/wordexp.c (parse_param): Positional parameters ($1, $2
6966         etc) now handled, as well as $$ (pid).
6968         * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
6969         (distribute): Add wordexp-tst.sh.
6971         * posix/wordexp-tst.sh: New file.
6973         * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
6974         number of positional parameters.  Renamed substitute_length to
6975         seen_hash.
6976         Don't free(env) is env is NULL.
6978 1998-03-13 16:50  Ulrich Drepper  <drepper@cygnus.com>
6980         * libc.map: Add pthread_attr_init to GLIBC_2.1.
6982 1998-03-13 15:01  Ulrich Drepper  <drepper@cygnus.com>
6984         * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
6985         for output file replacing gmon.out.
6986         Patch by Dean Gaudet <dgaudet@arctic.org>.
6988 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6990         * elf/dl-misc.c (_dl_debug_message): Fix printing of pid.  Clean
6991         up namespace.  Optimize finding end of line.
6993 1998-03-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
6995         * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
6996         securely.  Optimized.
6997         (process_dl_debug): Add ':' to list of separators.  Optimized.
6999 1998-03-13 10:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7001         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
7002         isless, islessequal, islessgreater, isunordered): Return zero or
7003         one.
7005 1998-03-12 13:11  Tim Waugh  <tim@cyberelk.demon.co.uk>
7007         * posix/wordexp-test.c: More tests.
7008         (main): Set up arena for pathname expansion tests (in a temporary
7009         directory).
7010         (testit): Don't check word count or word vector if return value is
7011         non-zero.
7013         * posix/wordexp.c (exec_comm): Always chop off terminating
7014         linefeed (just like bash does).
7015         (parse_param): Change lots of occurrences of "if (!*env)" to "if
7016         (!env || !*env)".
7017         (parse_param): For assignment inside parameter expansion, use all
7018         expanded words in assignment rather than just the first.
7019         (parse_param): Corrected return value for parameter expansion of
7020         an unset variable when WRDE_UNDEF is in effect.
7021         (parse_dollars): Don't field-split if quoted.
7022         (wordexp): Opening brace character isn't allowed unquoted.
7024 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
7026         * elf/dlerror.c: Fix concurrency problems with error string and
7027         number.
7029         * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
7030         filter/auxiliary are being loaded.
7032 1998-03-12 14:24  Ulrich Drepper  <drepper@cygnus.com>
7034         * elf/dlerror.c (last_object_name): Removed.
7035         (dlerror): Don't use last_object_name.
7036         (_dl_error_run): Omit second argument to _dl_catch_error.
7037         * elf/dl-error.c (struct catch): Remove objname member.
7038         (_dl_signal_error): Construct string including objname when given.
7039         (_dl_catch_error): Remove objname handling.
7040         * elf/link.h (_dl_catch_error): Fix prototype and comment.
7041         * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
7042         * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
7043         * nss/nsswitch.c (nss_dlerror_run): Likewise.
7044         * iconv/gconv_dl.c (dlerror_run): Likewise.
7045         [Corrects PR libc/501].
7047 1998-03-12  Matthias Urlichs <smurf@noris.de>
7049         * nscd/nscd.c: Ignore SIGPIPE.
7051 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
7053         * nscd/nscd_getgr_r.c: Use __ protected names.
7054         * nscd/nscd_getpw_r.c: Likewise.
7056 1998-03-12  Matthias Urlichs <smurf@noris.de>
7058         * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
7059         * nscd/nscd_getpw_r.c: Fix length calculation in result check,
7060         null bytes are not transmitted.
7062 1998-03-12 00:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7064         * powerpc/syscalls.list: Correct typo.
7065         * alpha/syscalls.list: Likewise.
7066         * mips/syscalls.list: Likewise.
7068 1998-03-12  Ulrich Drepper  <drepper@cygnus.com>
7070         * socket/sys/socket.h: Add prototype for __socket.
7072 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
7074         * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
7076         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
7077         constants.
7079         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
7080         definition here.
7081         * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
7082         definition here.
7084         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
7085         AF_* and PF_* constants.
7087         * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
7089 1998-03-11 15:27  Ulrich Drepper  <drepper@cygnus.com>
7091         * elf/rtld.c: Update help message.
7092         Install link maps for preloaded objects using main_map as loader.
7094         * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
7095         * elf/dl-profile.c: Likewise.
7097         * elf/dlsym.c: Little optimization.
7098         * elf/dlvsym.c: Likewise.
7100 1998-03-11 14:56  Ulrich Drepper  <drepper@cygnus.com>
7102         * posix/wordexp-test.c: Move test for parameter list at the very
7103         beginning.
7105 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
7107         * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
7108         WRDE_REUSE flag is set.
7109         (parse_param): Allow `*', `@', and numbers in parameter names.
7110         (parse_dollars): Differentiate between arithmetic expansion and a
7111         command substitution that starts immediately with a sub-shell
7112         (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
7113         (parse_param): Memory allocated with __alloca in a block was
7114         referenced outside that block.  Adjusted to use malloc/free.
7115         (parse_param): Adjusted field-splitting algorithm so that there is
7116         not necessarily a field split at the end of a parameter expansion.
7118 1998-03-10 19:52  Tim Waugh  <tim@cyberelk.demon.co.uk>
7120         * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
7121         don't free words that have already been allocated.
7122         (parse_param): A dollar sign on its own will never have a pattern
7123         associated with it (like "${HOME%%/}" has), so don't try to free it.
7124         (parse_glob): Attempt to glob when an unquoted `[' is found
7125         (rather than an unquoted '{' (!)).  Also for unquoted '?'.
7126         (parse_glob): Sorted out quoting in a glob-able word.
7127         (parse_param): Added $* and $@ handling.
7129 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
7131         * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
7132         parsing it.
7134 1998-03-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7136         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
7137         _dl_debug_message.
7139 1998-03-12  Matthias Urlichs  <smurf@noris.de>
7141         * elf/dl-misc.c: Default for debug output should be stderr.
7142         * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
7143         * elf/dl-lookup.c: reference_name may be NULL or empty.
7145 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7147         * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
7149 1998-03-11  Ulrich Drepper  <drepper@cygnus.com>
7151         * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
7153         * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
7155 1998-03-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7157         * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
7158         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
7160 1998-03-11 10:30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7162         * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
7163         init stuff.
7165 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
7167         * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
7168         flag.
7170         * misc/syslog.c (vsyslog): Don't try to send if not connected to
7171         syslog daemon.
7172         (closelog_internal): Don't do anything if not connected.
7174 1998-03-10 17:54  Ulrich Drepper  <drepper@cygnus.com>
7176         * libc.map: Add _dl_debug_message.
7177         * elf/dl-misc.c: Make _dl_debug_message a function.  Print the PID
7178         before every line.
7179         * elf/fini.c: Correctly use new _dl_debug_message function.
7180         * elf/init.c: Likewise.
7181         * elf/dl-lookup.c: Likewise.
7182         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
7183         * elf/dl-load.c: Likewise.  Add more debugging prints.
7184         * elf/dl-reloc.c: Likewise.
7185         * elf/dl-version.c: Likewise.
7186         * elf/dl-support.c: Add variables for debugging.
7187         * elf/rtld.c: Likewise.  Recognize new debug options.
7188         * elf/link.h: Declare new variables.
7190         * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
7192 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
7194         * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
7195         kernel headers.  Patch by a sun <asun@saul7.u.washington.edu>.
7197 1998-03-11 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
7199         * posix/wordexp-test.c (command_line_test): New function to allow
7200         testing of specific cases from the command-line.
7202 1998-03-10  Ulrich Drepper  <drepper@cygnus.com>
7204         * elf/dl-init.c (_dl_init_next): Print nicer messages.
7205         * elf/dl-fini.c (_dl_fini): Likewise.
7206         * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
7208         * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
7209         symbol in debug message.
7210         (_dl_lookup_versioned_symbol_skip): Likewise.
7212 1998-03-10 19:43  Matthias Urlichs <urlichs@noris.de>
7214         * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
7215         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
7216         * manual/filesys/texi: Document this.
7218 1998-03-10 10:49  Ulrich Drepper  <drepper@cygnus.com>
7220         * manual/filesys.texi: Document the change below.
7222 1998-03-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7224         * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
7225         Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
7227 1998-03-10 00:10  Ulrich Drepper  <drepper@cygnus.com>
7229         * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
7230         instead scope.  If debugging display information about symbol
7231         resolving.
7232         (_dl_lookup_symbol): Call do_lookup with correct parameters.
7233         (_dl_lookup_symbol_skip): Likewise.
7234         (_dl_lookup_versioned_symbol): Likewise.
7235         (_dl_lookup_versioned_symbol_skip): Likewise.
7236         * elf/dl-support.c: Define _dl_debug_symbols.
7237         * elf/link.h: Add declaration for _dl_debug_symbols.
7238         * elf/rtld.c: Define _dl_debug_symbols.
7239         (process_dl_debug): Recognize symbols option.
7241 1998-03-09 23:36  Ulrich Drepper  <drepper@cygnus.com>
7243         * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
7244         in correct format.
7245         * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
7246         with correct parameters.
7247         [!PIC]: Initialize __libc_multiple_libcs.
7249 1998-03-09 18:21  Ulrich Drepper  <drepper@cygnus.com>
7251         * elf/dl-support.c (_dl_debug_bindings): Add definition.
7252         * elf/rtld.c (_dl_debug_bindings): Add definition.
7253         (process_dl_debug): Recognize bindings option.  Update help message.
7254         * elf/link.h (struct link_map): Add l_versyms member.
7255         (_dl_debug_bindings): Add declaration.
7256         * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
7257         * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
7258         and l_reloc_result.
7259         * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
7260         (sym_val): Remove a member, add m as link_map.
7261         (do_lookup): Return result appropriately.
7262         (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
7263         Call do_lookup correctly.
7264         (_dl_lookup_symbol_skip): Likewise.
7265         (_dl_lookup_versioned_symbol): Likewise.
7266         (_dl_lookup_versioned_symbol_skip): Likewise.
7268 1998-03-09 08:21  Ulrich Drepper  <drepper@cygnus.com>
7270         * sysdeps/unix/sysv/linux/chown.c: Moved to ...
7271         * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
7273         * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
7274         * libc.map: Add chown to GLIBC_2.1.
7275         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
7276         * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
7278 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7280         * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
7281         weak alias.
7282         * sysdeps/alpha/ffs.c: Likewise.
7283         * sysdeps/am29k/ffs.c: Likewise.
7284         * sysdeps/i386/ffs.c: Likewise.
7285         * sysdeps/i960/ffs.c: Likewise.
7286         * sysdeps/m68k/ffs.c: Likewise.
7287         * sysdeps/m88k/ffs.c: Likewise.
7288         * sysdeps/powerpc/ffs.c: Likewise.
7289         * sysdeps/rs6000/ffs.c: Likewise.
7290         * sysdeps/vax/ffs.s: Likewise.
7291         * string/string.h: Declare __ffs.
7292         * libc.map: Export it.
7293         * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
7294         __builtin_ffs, which is not guaranteed to be namespace clean.
7296 1998-03-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7298         * elf/sprof.c: Rewrite symbol handling to use the normal symbol
7299         table, which is much more likely to exist than debugging symbols.
7300         (printsym): Remove const.
7301         (load_shobj): Don't use _dl_pagesize.  Fix mapping of section
7302         header table.
7304         * libc.map: Export __profile_frequency, used by elf/sprof, to
7305         avoid infinite recursion during startup.
7307 1998-03-09 12:16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7309         * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
7310         Readd lost negate.
7312         * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
7314 1998-03-09  Ulrich Drepper  <drepper@cygnus.com>
7316         * elf/dl-support.c: Add definition of _dl_debug_impcalls.
7318 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
7320         * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
7321         LD_PRELOAD, and LD_VERBOSE.
7322         (dl_main): Use global variables set by process_envvars instead of
7323         calling getenv.
7324         * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
7325         LD_LIBRARY_PATH value, this comes with the parameter.
7326         * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
7327         ("LD_LIBRARY_PATH") to _dl_init_paths.
7329 1998-03-08 22:55  Ulrich Drepper  <drepper@cygnus.com>
7331         * elf/rtld.c (dl_main): Delay initialization of path structure if
7332         the dynamically linker is invoked implicitly until we read the
7333         dynamic section.
7335 1998-03-08  Ulrich Drepper  <drepper@cygnus.com>
7337         * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
7339 1998-03-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7341         * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
7342         Linux 2.0 and 2.1.
7344         * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
7346 1998-03-08 14:58  Ulrich Drepper  <drepper@cygnus.com>
7348         * Makeconfig (nisobjdir): Set to path to nis directory.
7349         (rpath-link): Add nisobjdir.
7350         Patch by Sven Verdoolaege <skimo@kotnet.org>.
7352         * elf/Makefile: Pretty print.
7353         * elf/dl-lookup.c: Include unistd.h.
7354         * elf/dl-runtime.c: Likewise.
7356         * localedata/Makefile (test-srcs): Add tst-rpmatch.
7357         (distribute): Add tst-rpmatch.sh.
7358         (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
7360         New tests for rpmatch function by
7361         Jochen Hein <jochen.hein@delphi.central.de>.
7362         * localedata/tst-rpmatch.c: New file.
7363         * localedata/tst-rpmatch.sh: New file.
7365         * localedata/locales/de_DE: Correct yesexpr and noexpr.
7366         * localedata/locales/de_AT: Likewise.
7368         * posix/getopt.c: Update contact address.
7369         * posix/getopt1.c: Pretty print.
7371         * sysdeps/generic/libc-start.c: Do most of the initialization now
7372         here instead of in start.S.
7373         * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
7374         * sysdeps/i386/elf/start.S: Remove most of the initialization code.
7376         * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
7377         profil_counter to be public.
7379 1998-03-08 13:06  Tim Waugh  <tim@cyberelk.demon.co.uk>
7381         * posix/wordexp.c (parse_arith): Now works for negative numbers too.
7382         (parse_param): Coded parameter length expansion (${#var}).
7383         (parse_param): Handling for "=", "+", "-", and the ":" versions added.
7384         (parse_param): Cleaned up (fixed) error handling.
7386         * posix/wordexp-test.c: IFS now includes non-whitespace character
7387         (comma).  Added more tests.
7389 1998-03-07  Ulrich Drepper  <drepper@cygnus.com>
7391         * elf/link.h: Fix typos.
7392         Reported by Andreas Jaeger.
7394         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
7395         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
7397 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
7399         * argp/argp-help.c: Remove last bits of using gettext instead of
7400         dgettext.
7402 1998-03-06 17:04  Ulrich Drepper  <drepper@cygnus.com>
7404         * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
7405         __libc_start_main.
7406         * csu/Makefile (routines): Add libc-start.
7407         * elf/dl-error.c: Remove declaration of _dl_argv.  Include <unitsd.h>.
7408         * elf/dl-lookup.c: Likewise.
7409         * elf/dl-version.c: Likewise.
7410         * sysdeps/i386/dl-machine.h: Likewise.
7411         * elf/link.h: Declare _dl_argv, _dl_debug_fd.
7412         Declare _dl_sysdep_output.  Make _dl_sysdep_fatal, _dl_sysdep_error and
7413         _dl_sysdep_message macros which use _dl_sysdep_output.
7414         * elf/dl-fini.c: Write out which destructor is called while debugging.
7415         * elf/dl-init.c: Likewise for constructor.
7416         * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
7417         * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
7418         _dl_sysdep_message.  Add _dl_sysdep_output.
7419         * elf/rtld.c: Recognize LD_DEBUG_OUTPUT.  Set _dl_debug_fd if
7420         this file can be opened.
7421         For LD_DEBUG=libs also set _dl_debug_impcalls.
7422         * sysdeps/generic/dl-cache.c: Include unistd.h.
7423         * sysdeps/generic/libc-start.c: New file.
7424         * sysdeps/unix/sysv/linux/libc-start.c: New file.
7425         * sysdeps/i386/elf/start.S: Don't call main directly, call
7426         __libc_start_main instead.
7428         * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
7430 1998-03-06  Ulrich Drepper  <drepper@cygnus.com>
7432         * nss/nsswitch.c (__nss_nscd_not_available): Removed.
7434 1998-03-06 12:42  Ulrich Drepper  <drepper@cygnus.com>
7436         * argp/argp.h (struct argp): Add new field domain.
7437         * argp/argp-help.c: Change all gettext calls to dgettext and use
7438         domain field from appropriate argp in call.
7439         * argp/argp-parse.c: Likewise.
7441 1998-03-06 11:35  Ulrich Drepper  <drepper@cygnus.com>
7443         * posix/wordexp-test.c: Change testsuite so that it can run even
7444         for ~root != /root.
7446 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7448         * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
7450 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7452         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
7453         Don't store into global errno if we already store through
7454         __errno_location.
7455         * sysdeps/unix/i386/sysdep.S: Likewise.
7456         * sysdeps/unix/alpha/sysdep.S: Likewise.
7457         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
7458         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
7459         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.  Add
7460         missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
7461         PIC).
7463 1998-03-05  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7465         * sysdeps/generic/sysdep.h (L): Remove definition.
7466         * sysdeps/i386/sysdep.h (L): Define it here instead.
7468 1998-03-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7470         * nis/nis_call.c (__do_niscall): Safe and reset errno.
7472         * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
7474 1998-03-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7476         * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
7477         declaration style to avoid warnings.
7479 1998-03-06 11:48  Mark M._Kettenis  <kettenis@hall.phys.uva.nl>
7481         * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
7482         "LD_DEBUG".
7484 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
7486         * posix/Makefile (tests): Add wordexp-test.
7487         * posix/wordexp-test.c: New file.  Testsuite for wrodexp.
7488         Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
7490 1998-03-05 16:04  Ulrich Drepper  <drepper@cygnus.com>
7492         * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
7493         dependencies.
7495         * elf/link.h (struct r_search_path_elem): Add two new field for
7496         lib path debugging.
7497         * elf/rtld.c: Recognize LD_DEBUG environment variable and set
7498         variable accordingly.
7499         * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
7500         is considered next along with information about load paths.
7501         * sysdeps/generic/dl-cache.c: Likewise.
7502         * elf/dl-support.c: Define _dl_debug_libs.
7503         * elf/genrtldtbl.awk: Add initializers for two new field in
7504         struct r_search_path_elem.
7506 1998-03-06 10:40  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7508         * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
7509         * sysdeps/m68k/lshift.S: Likewise.
7510         * sysdeps/m68k/rshift.S: Likewise.
7511         * sysdeps/m68k/sub_n.S: Likewise.
7512         * sysdeps/m68k/m68020/addmul_1.S: Likewise.
7513         * sysdeps/m68k/m68020/mul_1.S: Likewise.
7514         * sysdeps/m68k/m68020/submul_1.S: Likewise.
7516         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
7517         [_LIBC_REENTRANT]: Don't store into global errno.
7519         * sysdeps/m68k/sysdep.h: New file.
7520         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it.  Use the macros
7521         ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
7522         (DO_CALL): Change to expect syscall name as argument.
7523         (PSEUDO): Pass syscall_name to DO_CALL.
7524         (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
7525         errno.
7527 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
7529         * elf/rtld.c: Speed up processing of environment variables.  Do
7530         only one run on the environment by avoiding to call getenv.
7531         * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
7532         function.  Used by patch above.
7534 1998-03-05  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7536         * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
7537         running nscd.
7538         * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
7539         * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
7540         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
7542 1998-03-05  Ulrich Drepper  <drepper@cygnus.com>
7544         * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
7545         module cannot be found.  Reported by Andreas Jaeger.
7547 1998-03-05 11:40  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7549         * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
7550         on platforms which default to unsigned chars.
7551         * nscd/nscd_getpw_r.c: Likewise.
7552         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
7553         defining it.
7555 1998-03-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7557         * elf/Makefile (install-bin): Change = to += for sprof to install
7558         ldd also.
7560 1998-03-04 16:12  H.J. Lu  <hjl@gnu.org>
7562         * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
7564 1998-03-04 16:19  Ulrich Drepper  <drepper@cygnus.com>
7566         * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
7568 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7570         * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
7571         that a failure to connect to nscd doesn't change errno.
7573 1998-03-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7575         * manual/maint.texi (Reporting Bugs): Change
7576         bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
7578         * locale/iso-4217.def: Likewise
7580 1998-03-04 12:43  Ulrich Drepper  <drepper@cygnus.com>
7582         * manual/texinfo.tex: Updated.
7584 1998-03-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7586         * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
7587         value.
7588         * sysdeps/posix/pathconf.c: Likewise.
7589         * posix/getconf.c: Print `undefined' if pathconf returns -1
7590         without setting errno.
7592 1998-03-04  Ulrich Drepper  <drepper@cygnus.com>
7594         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
7595         problem.
7596         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
7597         Patches by Elliot Lee <sopwith@cuc.edu>.
7599 1998-03-04 09:43  Ulrich Drepper  <drepper@cygnus.com>
7601         * elf/link.h (struct link_map): Add new field l_reloc_result.
7602         * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
7603         of relocation for the object to be profiled.
7604         * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
7605         to NULL.
7606         * elf/rtld.c (_dl_start): Add comment that we must not allocate an
7607         array here.
7608         * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
7609         contains a result from a previous run use this instead of computing
7610         the value again.
7611         * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
7613 1998-03-04 11:32  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7615         * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
7616         offsets into the GOT.
7617         (RTLD_START): Likewise.
7619 1998-03-03 17:55  Ulrich Drepper  <drepper@cygnus.com>
7621         * elf/sprof.c: Cleanup a bit.
7623 1998-03-03 08:01  H.J. Lu  <hjl@gnu.org>
7625         * sysdeps/generic/sysdep.h (L): New. Define.
7627         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
7629         * sysdeps/i386/i586/addmul_1.S: Fix a typo.
7631         * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
7632         to have only one exit point for functions.
7633         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7634         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
7635         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
7636         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7637         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
7639 1998-03-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7641         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
7642         reset errno so that errno isn't set to ENOSYS in the first call.
7643         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
7644         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
7645         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
7646         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
7648 1998-03-02 17:55  Ulrich Drepper  <drepper@cygnus.com>
7650         * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
7651         * sysdeps/i386/addmul_1.S: Likewise.
7652         * sysdeps/i386/lshift.S: Likewise.
7653         * sysdeps/i386/mul_1.S: Likewise.
7654         * sysdeps/i386/rshift.S: Likewise.
7655         * sysdeps/i386/sub_n.S: Likewise.
7656         * sysdeps/i386/submul_1.S: Likewise.
7657         * sysdeps/i386/i586/add_n.S: Likewise.
7658         * sysdeps/i386/i586/addmul_1.S: Likewise.
7659         * sysdeps/i386/i586/lshift.S: Likewise.
7660         * sysdeps/i386/i586/mul_1.S: Likewise.
7661         * sysdeps/i386/i586/rshift.S: Likewise.
7662         * sysdeps/i386/i586/sub_n.S: Likewise.
7663         * sysdeps/i386/i586/submul_1.S: Likewise.
7665         * sysdeps/i386/sysdep.h: Extend last change.
7667         * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
7668         to have only one exit point for functions.
7670 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
7672         * configure.in: Fix msgfmt test.  Fix handling of //s in sysdeps
7673         search.
7675 1998-03-02 13:28  Ulrich Drepper  <drepper@cygnus.com>
7677         * Makerules: Generate libc.so with absolute paths for the used
7678         shared objects.
7680         * config.make.in: Add MAKEINFO definition.
7682 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
7684         * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
7685         (ENTRY): Use STABS_FUN.
7686         (END): Use STABS_FUN_END.
7687         (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
7689         * elf/Makefile: Add rules to build sprof program.
7690         * elf/sprof.c: New file.
7692 1998-02-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7694         * misc/syslog.c (openlog_internal): Insert missing closing brace.
7696 1998-02-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7698         * configure.in: Check for working msgfmt version (from GNU gettext
7699         0.10 or later).
7701 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
7703         * configure.in: Avoid //s in sysdirs.
7704         Patch by Roland McGrath.
7706         * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
7708 1998-03-02 07:17  H.J. Lu  <hjl@gnu.org>
7710         * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
7711         setting _dl_global_scope for RTLD_GLOBAL.
7713 1998-02-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7715         * sysdeps/unix/make-syscalls.sh: Fix last change so that all
7716         possible lists of object-suffixes are taken care of.
7718 1998-03-02 10:16  Ulrich Drepper  <drepper@cygnus.com>
7720         * timezone/private.h: Update from tzcode1998c.
7721         * timezone/zic.c: Likewise.
7722         * timezone/antarctica: Updated from tzdata1998c.
7723         * timezone/asia: Likewise.
7724         * timezone/australasia: Likewise.
7725         * timezone/europe: Likewise.
7726         * timezone/southamerica: Likewise.
7728 1998-03-02  Ulrich Drepper  <drepper@cygnus.com>
7730         * posix/glob.c (glob_in_dir): Add support for cases insensitive
7731         VMS.  Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
7733 1998-03-01 19:05  H.J. Lu  (hjl@gnu.org)
7735         * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
7736         Changed type of TWO43, TWO52 from float to double.
7737         * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
7738         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
7739         Changed type of TWO43 from float to double.
7740         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
7741         Use __isinff.
7743 1998-03-01 18:52  H.J. Lu  (hjl@gnu.org)
7745         * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
7746         osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
7747         osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
7749 1998-03-01 09:11  Richard Henderson  <rth@cygnus.com>
7751         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
7752         kernel_termios.h.
7753         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
7754         Clean up random whitespace.
7755         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
7756         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
7757         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
7758         * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
7760 1998-03-01 08:31  Richard Henderson  <rth@cygnus.com>
7762         * shlib-versions: Match alpha*.
7763         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
7764         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
7766         * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
7767         Implement copysign* with and without __ prefix.
7768         Likewise for fabs; use builtin for gcc 2.8.
7769         (floor*): New.
7770         (fdim*): New.
7772         * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
7773         (R_SPARC*): Match current v9 ABI.
7775         * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
7777         * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
7778         * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
7779         * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
7780         * sysdeps/generic/getresgid.c: Use prototype form because of warning.
7781         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
7782         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
7783         * sysdeps/unix/grantpt.c (argv): Fix consts.
7784         * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
7785         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
7787 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
7789         * misc/syslog.c: Change to allow user the interpretation of the
7790         outcome even with syslog having no return value.
7792 1998-02-05 20:41  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>
7794         * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
7795         that the number of program headers is >0 (which is wrong for the
7796         loader itself).
7798 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
7800         * Makefile (distribute): Add README.libm.
7802 1998-02-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7804         * time/clocktest.c (main): Correct typo: "--" -> "==".
7806 1998-02-25 20:53  H.J. Lu  <hjl@gnu.org>
7808         * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
7809         inline function.
7810         (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
7811         inline functions.
7813         * math/libm.map (__atan2): Added.
7815 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
7817         * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
7818         Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
7820         * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
7821         bug.
7823 1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7825         * manual/arith.texi (Old-style number conversion): Correct
7826         typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
7828 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
7830         * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
7831         but does not require it.  Handle missing argv[] values gracefully.
7832         * posix/execl.c: Likewise.
7833         * posix/execle.c: Likewise.
7835 1998-02-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
7837         * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
7838         bit.
7839         * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
7841 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
7843         * libc.map: Add __adjtimex.
7845 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7847         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
7848         Remove memset.
7850 1998-02-24 08:10  H.J. Lu  <hjl@gnu.org>
7852         * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
7853         to 64.
7855         * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
7857         * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
7858         * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
7860         * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
7861         for shared library.
7863         * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
7865         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
7866         Added adjtimex and old_adjtimex.
7868         * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
7869         New.
7870         (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
7871         osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
7873         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
7874         symbols only for shared library.
7875         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
7876         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7877         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
7878         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
7879         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
7880         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
7881         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
7883         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
7884         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
7885         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7886         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
7887         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
7888         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
7889         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
7890         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
7892         * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
7893         rusage pointer.
7895         * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
7896         New macros.
7897         (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
7898         timex and __adjtimex, respectively.
7900         * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
7902         * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
7904 1998-02-25 08:28  H.J. Lu  <hjl@gnu.org>
7906         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
7907         for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
7909 1998-02-26 14:59  Ulrich Drepper  <drepper@cygnus.com>
7911         * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
7913 1998-02-19 11:00  Zack Weinberg  <zack@rabi.phys.columbia.edu>
7915         * Makefile.in: Disable built-in rules.
7917 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7919         * sysdeps/i386/fpu/t_exp.c: Move to ...
7920         * sysdeps/libm-i387/t_exp.c: ... here.
7922 1998-02-21 13:51  H.J. Lu  <hjl@gnu.org>
7924         * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
7925         from __exp2_deltatable.
7927 1998-02-26  Ulrich Drepper  <drepper@cygnus.com>
7929         * nis/ypclnt.c (yp_master): Check result of strdup.
7930         Patch by Thorsten Kukuk.
7932 1998-02-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
7934         * nis/ypclnt.c: Give clnt handle after error checking free, change
7935         return codes to fix problems with rpc.nisd in YP mode on Ultra's.
7937 1998-02-26 09:00  Ulrich Drepper  <drepper@cygnus.com>
7939         * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
7940         Patch by Joe Keane <jgk@jgk.org>.
7942         * misc/fstab.h (struct fstab): Change fs_type member to be const.
7943         * misc/fstab.c: Remove casts in fs_type assignments.
7945 1998-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7947         * sysdeps/i386/fpu/bits/fenv.h: Correct typo.  ISO C 9X defines
7948         FE_TOWARDZERO and not FE_TOWARDSZERO.  Reported by H.J. Lu.
7949         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
7950         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
7951         * sysdeps/powerpc/bits/fenv.h: Likewise.
7952         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
7953         * sysdeps/generic/bits/fenv.h: Likewise.
7954         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
7955         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
7956         * sysdeps/powerpc/test-arith.c (main): Likewise.
7958 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
7960         * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
7961         the comparison macros.
7963 1998-02-21 20:14  H.J. Lu  <hjl@gnu.org>
7965         * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
7966         (__log2): Fixed return values.
7967         * sysdeps/libm-ieee754/s_log2f.c: Likewise.
7969 1998-02-25  Ulrich Drepper  <drepper@cygnus.com>
7971         * math/math.h (isunordered): Rename local variables to ensure
7972         correct code.  Reported by HJ Lu.
7974 1998-02-25 10:34  Ulrich Drepper  <drepper@cygnus.com>
7976         * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
7977         isless, islessequal, islessgreater, isunordered): Fix syntax for
7978         fucompip instruction.
7979         (isless, islessequal): Fix logic.
7981 1998-02-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7983         * math/libm-test.c (sqrt_test): Add test for sqrt(2).
7984         (comparisons_test): New tests for comparison macros.
7986 1998-02-24 15:12  Ulrich Drepper  <drepper@cygnus.com>
7988         * Makeconfig: Filter out frame-pointer effecting options when
7989         compiling profiling or debugging code.
7990         * config.h.in (internal_function): Don't define here if PROF is
7991         defined.
7992         * gmon/gmon.c (__moncontrol): Don't change state if already in error
7993         state.
7994         (__monstartup): If calloc fails set error state and mark array as
7995         not allocated.
7996         (_mcleanup): Don't call write_gmon if in error state.  Don't try
7997         to free array if not  successfully allocated.
7999         * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
8000         Include elf.h to get macro definitions.
8001         Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
8003 1998-02-24 09:40  Ulrich Drepper  <drepper@cygnus.com>
8005         * elf/ldd.sh.in: Add compatibility for broken old shells.
8006         * elf/ldd.bash.in: Likewise.
8008 1998-02-24 08:11  H.J. Lu  <hjl@gnu.org>
8010         * sunrpc/rpc_main.c (open_input): Check pipe return error.
8012         * time/clocktest.c (main): Check signal return error.
8014 1998-02-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8016         * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
8017         "/" and use do-install-program. Reported by Mark M. Kettenis.
8018         (subdir_install):  Likewise.
8020 1998-02-22  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8022         * sunrpc/rpc_sample.c: Fix typo.
8024         * nscd/connections.c: Use locale.
8025         * nscd/grpcache.c: Add debug messages, gidtbl should get the
8026           calloc result.
8027         * nscd/nscd.c: Check if init functions fails.
8028         * nscd/nscd_conf.c: Allow disabling of group cache.
8029         * nscd/nscd_getgr_r.c: Fix return code if group not found.
8030         * nscd/pwdcache.c: Fix debug messages.
8032 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8034         * libc.map: Add __monstartup and _mcleanup for profiling support.
8036 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8038         * libc.map: Export __getpagesize, for binary compatibility with
8039         2.0.
8041 1998-02-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8043         * posix/globtest.sh: Use --library-path instead of
8044         LD_LIBRARY_PATH.
8045         * localedata/sort-test.sh: Likewise.
8046         * localedata/tst-fmon.sh: Likewise.  Avoid useless use of cat.
8048 1998-02-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8050         * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
8051         sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
8052         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8054         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
8055         kernel_sigaction): Define.
8056         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
8057         kernel_sigaction): Define.
8059 1998-02-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8061         * math/libm-test.c: Change epsilons for libm-ieee754.
8063 1998-02-23 12:33  Ulrich Drepper  <drepper@cygnus.com>
8065         * sysdeps/i386/__longjmp.S: Fix race condition.
8066         Reported by Bruno Haible <haible@ilog.fr>.
8068 1998-02-20 18:43  Ulrich Drepper  <drepper@cygnus.com>
8070         * hesiod/hesiod.c: Pretty print.  Don't use __ protected names.
8071         * iconvdata/8bit-gap.c: Likewise.
8072         * iconvdata/8bit-generic.c: Likewise.
8073         * iconvdata/iso6937.c: Likewise.
8074         * iconvdata/iso8859-1.c: Likewise.
8075         * iconvdata/sjis.c: Likewise.
8076         * iconvdata/t61.c: Likewise.
8078 1998-02-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8080         * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
8081         feature tests by positive feature tests.
8083 1998-02-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8085         * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
8087 1998-02-20  Ulrich Drepper  <drepper@cygnus.com>
8089         * elf/dlvsym.c (dlvsym_doit): More corrections.
8090         Patch by Andreas Jaeger.
8092 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
8094         * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
8096 1998-02-19 17:16  Ulrich Drepper  <drepper@cygnus.com>
8098         * libc.map: More reordering for GLIBC_2.1 symbols.
8100 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8102         * libc.map: Move some functions from version GLIBC_2.0 to
8103         GLIBC_2.1, reorder declarations.
8105 1998-02-19  Ulrich Drepper  <drepper@cygnus.com>
8107         * resolv/gethnamaddr.c (addrsort): Make this function extern.
8108         Patch by zab@thebrain.grumblesmurf.net.
8110 1998-02-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8112         * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
8113         NIS+ functions with version GLIBC_2.1.
8115 1998-02-19 14:05  Ulrich Drepper  <drepper@cygnus.com>
8117         * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
8118         with 2.0 binaries.  Reported by Thorsten Kukuk.
8120 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8122         * elf/dlvsym.c (dlvsym_doit): Correct last patch.
8124         * elf/dlsym.c (dlsym_doit): Likewise.
8126 1998-02-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8128         * elf/link.h: Correct typos.
8130         * iconv/iconv_prog.c: Correct typo.
8132 1998-02-18 17:57  Ulrich Drepper  <drepper@cygnus.com>
8134         * iconv/Makefile: Add rules to build and install iconv program.
8135         * iconv/iconv_prog.c: New file.
8137 1998-02-18 16:34  H.J. Lu  <hjl@gnu.org>
8139         * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
8140         _dl_lookup_symbol_skip call.
8141         * elf/dlvsym.c (dlvsym_doit): Likewise.
8143 1998-02-18  Ulrich Drepper  <drepper@cygnus.com>
8145         * libio/iovsscanf.c: Do not include errno.h.
8147 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8149         * elf/dl-load.c (add_name_to_object): Don't translate strings.
8150         * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
8151         pulling in the whole error list.
8152         (__dcgettext, dcgettext): Removed.
8153         * libc.map: Export _strerror_internal.
8155 1998-02-18 10:50  Ulrich Drepper  <drepper@cygnus.com>
8157         * sysdeps/i386/fpu/t_exp.c: New file.
8159 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8161         * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
8162         everything with version GLIBC_2.1.
8163         * hesiod/libnss_hesiod.map: Likewise.
8165 1998-02-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8167         * manual/arith.texi (Old-style number conversion): This node is a
8168         section, not a subsection.
8170 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8172         * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
8174 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8176         * elf/rtld.c (dl_main): Make sure that the library search paths
8177         have been initialized before the first call to _dl_map_object.
8179 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8181         * Makerules (common-generated): Add libc_pic.os.
8183 1998-02-17  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8185         * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
8186         of the executable.
8188 1998-02-18 10:28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8190         * sysdeps/m68k/fpu/t_exp.c: New file.
8192 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
8194         * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
8195         to global errno variable anymore.
8197 1998-02-17 17:41  Ulrich Drepper  <drepper@cygnus.com>
8199         * elf/dl-load.c (open_path): Take extra argument PRELOADED.
8200         If PRELOADED is nonzero check in case of an SUID application
8201         whether the shared object has the SUID bit set.
8202         Fix some other problems with handling shared objects in system
8203         specific directories.
8204         (_dl_map_object): Also take extra parameter and pass it to open_path.
8205         * elf/link.h (_dl_map_object): Correct prototype and comment.
8206         * elf/rtld.c (dl_main): Call _dl_map_object correctly.
8207         * elf/dl-open.c (_dl_open): Likewise.
8208         * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
8210         * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
8212 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
8214         * math/libm-test.c (modf_test): Add test for 1.5.
8216         * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
8217         0 to get always an int.
8219 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8221         * math/libm.map: Move all symbols that are new in glibc 2.1 to
8222         version GLIBC_2.1.
8224 1998-02-17  Ulrich Drepper  <drepper@cygnus.com>
8226         * stdio-common/vfscanf.c (inchar): Check c for being EOF before
8227         trying to read another character.
8229 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8231         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
8232         name to lowercase.
8234         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
8235         name to lowercase, add test for big enough buffer.
8237 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8239         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
8240         Make compatible with older kernels.  Patch by Richard Henderson.
8242 1998-02-17 15:10  Ulrich Drepper  <drepper@cygnus.com>
8244         * elf/dl-load.c (open_path): Use __xstat instead of stat.
8246         * localedata/tst-locale.sh: Comment out first test for now.
8248 1998-02-14 14:58  H.J. Lu  <hjl@gnu.org>
8250         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
8251         as 1.
8252         * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
8253         Likewise.
8255         * libio/iogetline.c (_IO_getline_info): Renamed from
8256         _IO_getline.
8257         (_IO_getline): Just call _IO_getline_info.
8259         * libio/libioP.h (_IO_getline_info): New declaration.
8261         * libc.map (_IO_getline_info, __write): Added.
8263 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8265         * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
8266         const char* to shut up gcc.
8268 1998-02-17 11:37  Ulrich Drepper  <drepper@cygnus.com>
8270         * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
8271         Patch forwarded by Cristian Gafton <gafton@redhat.com>.
8273         * math/math.h: Define M_* constants always as `double' and add new
8274         macros M_*l which are of type `long double'.
8275         * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
8276         * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
8277         * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
8278         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
8279         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
8280         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
8281         * sysdeps/libm-ieee754/s_clogl.c: Likewise.
8282         * math/libm-tst.c: Likewise.
8284         * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
8285         define as long double unconditionally.
8287 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8289         * manual/arith.texi (Old-style number conversion): Correct some
8290         typos.
8292 1998-02-16 16:28  H.J. Lu  <hjl@gnu.org>
8294         * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
8295         Restore.
8297         * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
8299 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
8301         * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
8302         on $(rtld-ldscript).
8304         * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
8305         starting from 0 not only from `from'.
8306         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
8308 1998-02-16 17:33  Ulrich Drepper  <drepper@cygnus.com>
8310         * elf/rtld.c (dl_main): Recognize --library-path parameter and
8311         pass value (or NULL) to _dl_init_paths.
8312         * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
8313         replacing local variable llp.  If llp is NULL examine LD_LIBRARY_PATH
8314         environment variable.
8315         * elf/link.h: Change prototype for _dl_init_paths.
8316         * elf/dl-support.c: Pass NULL in _dl_init_paths call.
8318         * localedata/Makefile (distribute): Add test files.
8320 1998-02-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8322         * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
8323         test1.def, test2.def, test3.def, test4.def}: Simple input files
8324         for localedef. Contributed by Yung-Ching Hsiao
8325         <yhsiao@cae.wisc.edu>.
8327         * localedata/Makefile (tests): Call tst-locale.sh.
8329         * localedata/tst-locale.sh: New file, regression tests for some
8330         localedef problems.
8332 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8334         * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
8336         * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
8337         terminated.
8338         * nis/nss_nisplus/nisplus-network.c: Likewise.
8339         * nis/nss_nisplus/nisplus-proto.c: Likewise.
8340         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
8341         * nis/nss_nisplus/nisplus-service.c: Likewise.
8343         Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
8344         and support generating thread safe RPC code.
8345         * sunrpc/rpc_main.c: Add changes.
8346         * sunrpc/rpc_clntout.c: Likewise.
8347         * sunrpc/rpc_cout.c: Likewise.
8348         * sunrpc/rpc_hout.c: Likewise.
8349         * sunrpc/rpc_parse.c: Likewise.
8350         * sunrpc/rpc_sample.c: Likewise.
8351         * sunrpc/rpc_scan.c: Likewise.
8352         * sunrpc/rpc_svcout.c: Likewise.
8353         * sunrpc/rpc_util.c: Likewise.
8354         * sunrpc/rpc_util.h: Add new structs and prototypes.
8355         * sunrpc/proto.h: Remove prototypes for static functions.
8357 1998-02-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8359         * locale/programs/ld-messages.c (messages_finish): Don't skip
8360         error checking when being quiet.
8361         * locale/programs/ld-ctype.c (ctype_finish): Likewise.
8362         (set_class_defaults): Likewise.
8363         * locale/programs/charmap.c (parse_charmap): Likewise.
8364         * locale/programs/ld-collate.c (collate_finish): Likewise.
8365         * locale/programs/ld-monetary.c (monetary_finish): Likewise.
8366         * locale/programs/ld-time.c (time_finish): Likewise.
8367         * locale/programs/locfile.c (write_locale_data): Likewise.
8369         * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
8370         unknown characters and empty ranges.
8371         * locale/programs/ld-collate.c (collate_order_elem): When
8372         processing an ellipsis properly form a linked list in the result
8373         table, fix typo when allocating ordering array.
8374         [PR libc/419]
8376 1998-02-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8378         * elf/Makefile (ld-map): Define.
8379         (rtld-ldscript): Define.  Change all `$(objpfx)rtld-ldscript' to
8380         `$(rtld-ldscript)'.
8381         ($(objpfx)ld.so): Combine the two versions of this rule.  Depend
8382         on $(ld-map).
8383         (rtld-link): Combine the two versions of this definition.  Fixed
8384         to make it work when no symbol versioning is used.
8386 1998-02-16  Ulrich Drepper  <drepper@cygnus.com>
8388         * Makeconfig (build-program-cmd): Use --library-path parameter to
8389         ld.so instead of environment variable.
8391         * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
8392         * sunrpc/rpc_main.c: Remove support for -$$ option again.
8394 1998-02-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8396         * Make-dist: Respect with-cvs setting.
8397         * MakeTAGS (all-pot): Likewise.
8398         * sysdeps/sparc/sparc32/Makefile: Likewise.
8399         * sysdeps/mach/hurd/Makefile: Likewise.
8400         * stdlib/Makefile: Likewise.
8401         * posix/Makefile: Likewise.
8402         * intl/Makefile: Likewise.
8403         * po/Makefile (linguas): Likewise
8405 1998-02-15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
8407         * nis/ypclnt.c (yp_all): Remove error message, user should print it.
8409 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
8411         * libc.map: Add __strcasecmp.
8413         * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
8414         module.
8416         * nss/getXXent_r.c: If no more module is found don't try to call
8417         setXXent functions but leave unsuccessfully.
8419         * malloc/obstack.h: Cleanups.
8421         * sysdeps/wordsize-32/stdint.h: New file.
8422         * sysdeps/wordsize-64/stdint.h: New file.
8423         * sysdeps/generic/stdint.h: New file.
8424         * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
8425         * sysdeps/wordsize-64/inttypes.h: Likewise.
8426         * stdlib/Makefile (headers): Add stdint.h.
8428 1998-02-03  Paul Eggert  <eggert@twinsun.com>
8430         * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
8432 1998-02-13 17:59  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8434         * timezone: New directory.
8435         * time/README, time/africa, time/antarctica, time/asia,
8436         time/australasia, time/backward, time/checktab.awk,
8437         time/etcetera, time/europe, time/factory, time/ialloc.c,
8438         time/iso3166.tab, time/leapseconds, time/northamerica,
8439         time/pacificnew, time/private.h, time/scheck.c,
8440         time/solar87, time/solar88, time/solar89, time/southamerica,
8441         time/systemv, time/test-tz.c, time/tzfile.h,
8442         time/tzselect.ksh, time/yearistype, time/zdump.c,
8443         time/zic.c, time/zone.tab: Moved to timezone.
8444         * time/tzfile.c: Include tzfile.h from timezone subdir.
8445         * time/tzset.c: Likewise.
8446         * time/Makefile: Cut out all code relating to timezones...
8447         * timezone/Makefile: ...and paste it in here.
8448         * Makefile (subdirs): Add timezone.
8450 1998-02-13 18:45  H.J. Lu  <hjl@gnu.org>
8452         * libc.map (_sys_nerr): Added.
8454         * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
8455         versioned symbol.
8457 1998-02-15 17:16  Ulrich Drepper  <drepper@cygnus.com>
8459         * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
8460         pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
8461         Reported by Craig Metz <cmetz@inner.net>.
8463 1998-01-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8465         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
8466         instead of strcasecmp.
8467         * nss/nss_files/files-alias.c (get_next_alias): Likewise.
8469         * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
8471 1998-02-15 16:55  Ulrich Drepper  <drepper@cygnus.com>
8473         * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
8474         Patch by Dean Gaudet <dgaudet@arctic.org>.
8476 1998-02-15 16:53  Ulrich Drepper  <drepper@cygnus.com>
8478         * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
8480 1998-02-15 10:49  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8482         * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
8483         with no poll syscall, just include the BSD version.
8484         * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
8485         kernel without the syscall, include the stub version.
8486         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
8487         * sysdeps/generic/getresuid.c: New file.
8488         * sysdeps/generic/getresgid.c: New file.
8490 1998-02-15  Ulrich Drepper  <drepper@cygnus.com>
8492         * stdio-common/vfscanf.c: Correct last change a bit.
8494 1998-02-13 17:39  Ulrich Drepper  <drepper@cygnus.com>
8496         * elf/Makefile: Don't use --version-script parameter to link ld.so
8497         unconditionally.
8499 1998-01-02 04:19  Geoff Keating  <geoffk@ozemail.com.au>
8501         * math/Makefile: Add t_exp.
8502         * math/libm-test.c: Tighten accuracy bounds for exp(), correct
8503         constants.
8504         * math/test-reduce.c: Remove temporarily, it seems to be broken.
8505         * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
8506         * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
8507         better accuracy.
8508         * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
8509         algorithm for very large/very small arguments.
8510         * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
8511         correct algorithm for very large/very small arguments; adjust for
8512         new table.
8513         * sysdeps/libm-ieee754/t_exp.c: New file.
8514         * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
8516         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
8517         back, with comment that explains what breaks when you remove it :-(.
8519         * localedata/xfrm-test.c: Avoid integer overflow.
8521         * stdlib/strfmon.c: char is unsigned, sometimes.
8523         * sysdeps/powerpc/Makefile: Remove quad float support.
8524         * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
8525         * sysdeps/powerpc/quad_float.h: Likewise.
8526         * sysdeps/powerpc/test-arith.c: Likewise.
8527         * sysdeps/powerpc/test-arithf.c: Likewise.
8529         * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
8530         * sysdeps/generic/s_exp2f.c: Likewise.
8532         * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
8533         don't try anything if _SOFT_FLOAT.
8535 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8537         * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
8538         * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
8539         * wctype/wctype.c: Likewise.
8540         * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
8541         changed.  They are incompatible with the _ISxxx values from
8542         <ctype.h> on little endian machines.
8543         (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
8544         bit number.  This fixes the real bug and restores the integrity of
8545         the ctype locale file.
8546         * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
8547         * wctype/wcfuncs_l.c: Likewise.
8548         * wctype/wcextra.c: Likewise.
8549         * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
8550         byte swapping.
8552 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8554         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
8555         into .bss segment instead of .common, so that aliases on it work.
8557         * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
8558         .size directives, put into .bss segment instead of initializing it
8559         to 4.
8561 1998-02-12 08:00  H.J. Lu  <hjl@gnu.org>
8563         * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
8565         * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
8566         functions.
8567         Make names without __ weak aliases.
8568         (__libc_release, __libc_version): Make them static.
8570         * include/gnu/libc-version.h: New file.
8571         * Makefile (headers): Add gnu/libc-version.h.
8573 1998-02-13  Ulrich Drepper  <drepper@cygnus.com>
8575         * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
8576         and use x for member name.
8577         Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
8579         * stdlib/drand48.c: Change according to member name change.
8580         * stdlib/drand48_r.c: Likewise.
8581         * stdlib/lcong48_r.c: Likewise.
8582         * stdlib/lrand48.c: Likewise.
8583         * stdlib/lrand48_r.c: Likewise.
8584         * stdlib/mrand48.c: Likewise.
8585         * stdlib/mrand48_r.c: Likewise.
8586         * stdlib/seed48.c: Likewise.
8587         * stdlib/seed48_r.c: Likewise.
8588         * stdlib/srand48_r.c: Likewise.
8590 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8592         * nss/test-netdb.c: Add some more test cases.
8594 1998-02-13 11:39  Ulrich Drepper  <drepper@cygnus.com>
8596         * libio/iovsscanf.c: Undo last change modifying errno.
8598 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8600         * stdio-common/vfscanf.c: Never try to read another character
8601         after EOF.  Don't decrement read_in after EOF, it wasn't
8602         incremented in the first place.
8603         (NEXT_WIDE_CHAR): Set First, not first.
8605 1998-02-06 07:48  H.J. Lu  <hjl@gnu.org>
8607         * db/Makefile ($(inst_libdir)/libndbm.a,
8608         $(inst_libdir)/libndbm.so): New targets.
8609         * db2/Makefile: Likewise.
8611 1998-02-12 08:20  H.J. Lu  <hjl@gnu.org>
8613         * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
8614         aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
8616 1998-02-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8618         * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
8619         <streambuf.h>.
8620         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
8622 1998-02-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8624         * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
8625         versioned symbols.
8627 1998-02-13 08:14  H.J. Lu  <hjl@gnu.org>
8629         * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
8630         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
8631         Added for libdl.so.
8633 1998-02-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8635         * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
8636         extra syscall.
8638         * grp/Makefile: Fix logic when checking for thread package.
8639         * pwd/Makefile: Likewise.
8641 1998-02-11 08:23  H.J. Lu  <hjl@gnu.org>
8643         * elf/Makefile (rtld-map): Replaced by libc-map.
8645         * elf/rtld.map: Removed.
8647         * libc.map (__libc_enable_secure, _dl_catch_error,
8648         _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
8649         _dl_default_scope, _dl_global_scope_end, _dl_init_next,
8650         _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
8651         _dl_object_relocation_scope, _dl_relocate_object,
8652         _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
8653         _r_debug): Added for ld.so.
8655 1998-02-10 08:38  H.J. Lu  <hjl@gnu.org>
8657         * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
8658         DO_VERSIONING.
8659         * libio/iofdopen.c: Ditto.
8660         * libio/iofopen.c: Ditto.
8661         * libio/oldfileops.c: Ditto.
8663         * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
8664         version GLIBC_2.1.
8666         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
8667         oldsiglist from sysdep_routines and shared-only-routines.
8669         * sysdeps/unix/sysv/linux/errlist.c: New.
8670         * sysdeps/unix/sysv/linux/errlist.h: New.
8671         * sysdeps/unix/sysv/linux/sizes.h: New.
8672         * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
8673         * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
8675         * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
8677         * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
8678         (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
8679         directive.
8681         * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
8683         * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
8684         (oldsiglist.c): Removed.
8686         * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
8687         (_sys_siglist): Use SYS_SIGLIST instead.
8688         (_sys_nerr): Use SYS_NERR instead.
8690         * sysdeps/gnu/errlist.c: Rebuilt.
8692 1998-02-11 08:35  H.J. Lu  <hjl@gnu.org>
8694         * elf/Makefile (others-static): New, set to ldconfig.
8695         ($(objpfx)ldconfig): Removed.
8697         * Rules (binaries-all, binaries-static, binaries-shared): New.
8698         Create targets for $(binaries-static) and $(binaries-shared).
8700         * Makeconfig (+link-static, link-libc-static,
8701         link-extra-libs-static): New for static linking.
8703 1998-02-11  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8705         * manual/memory.texi (Using the Memory Debugger): Fix typo.
8707         * math/libm-test.c (modf_test): Add one more test for modf.
8709 1998-02-11 14:39  Ulrich Drepper  <drepper@happy.cygnus.com>
8711         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
8712         Rename from __libc_have_rt_sigs and leave as COMMON data.
8714 1998-02-11 08:30  H.J. Lu  <hjl@gnu.org>
8716         * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
8717         of __finite.
8719 1998-02-11 19:16  Richard Henderson  <rth@cygnus.com>
8721         * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
8723 1998-02-11 16:56  Ulrich Drepper  <drepper@happy.cygnus.com>
8725         * misc/tst-efgcvt.c: Add yet more tests.
8726         * misc/efgcvt_r.c: And correct for these tests again.
8727         Reported by HJ Lu.
8729         * isomac.c: Move to...
8730         * stdlib/isomac.c: ...here.
8731         * Makefile: Move rules for handling isomac...
8732         * stdlib/Makefile: ...to here.
8734 1998-02-10 23:57  Ulrich Drepper  <drepper@happy.cygnus.com>
8736         * misc/tst-efgcvt.c: Add more tests.
8737         * misc/efgcvt_r.c: Correct result for above new tests.
8739 1998-02-06 17:22  H.J. Lu  <hjl@gnu.org>
8741         * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
8742         NDIGIT <= 0.
8744 1998-02-10 16:48  Philip Blundell  <pb@nexus.co.uk>
8746         * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
8747         if the programs weren't built.
8749 1998-02-09 10:12  Philip Blundell  <pb@nexus.co.uk>
8751         * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
8752         FE_TONEAREST, soldier on regardless and do the best we can.
8753         * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
8755 1998-02-5 17:20  Philip Blundell  <pb@nexus.co.uk>
8757         * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
8758         _STDIO_H, before including <bits/stdio_lim.h>.
8760         * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
8762         * io/fts.c (fts_build): Don't try to use d_type if it doesn't
8763         exist.
8765         * sysdeps/arm/sys/ucontext.h: New file.
8767 1998-02-04 10:11  Philip Blundell  <pb@nexus.co.uk>
8769         * manual/stdio.texi (Formatted Output Functions): Explicitly say
8770         that the return value from snprintf() does not count the
8771         terminating NUL as a character.
8773 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
8775         * manual/users.texi: Rewrite to describe correct POSIX behaviour,
8776         add description for sete[ug]id and general cleanup.
8777         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8779 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8781         * Makefile (parent-clean): Don't remove makefile fragments here.
8782         (postclean): New variable.
8783         (clean): Remove makefile fragments here.
8784         (realclean distclean): Likewise.  Pass sysdep-subdirs to sub-make.
8785         (generated): Add isomac and isomanc.out.
8786         * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
8787         avoid-generated is set.
8788         (postclean-generated): Add soversion.mk.
8789         ($(common-objpfx)version.mk): Don't include if avoid-generated is
8790         set.
8791         * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
8792         avoid-generated is set.
8793         (common-generated): Add libc.so and libc.so$(libc.so-version).
8794         (generated): Add versioned libraries.
8795         (common-mostlyclean): Also remove %.so and %_pic.a.
8796         * csu/Makefile (generated): Add abi-tag.h.
8797         * db2/Makefile (extra-objs): Add getlong.o.
8798         * elf/Makefile (generated): Add ld.so, ldd and
8799         $(rtld-installed-name).
8800         (others): Add ldconfig here instead of ldconfig.o to extra-objs.
8801         * malloc/Makefile (generated): Add mtrace.
8802         * po/Makefile: Don't include version.mk, not needed any more.
8803         * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
8804         * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
8805         syscall.h -> sys/syscall.h.
8806         (common-generated): Add s-proto.d.
8807         (postclean-generated): Add sysd-syscalls.
8808         * localedata/Makefile (test-output): Add all output files.
8809         (generated): Add test-input and test-output.
8810         (generated-dirs): Add all the dirs.
8812 1998-01-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8814         * Makefile (test-output, generated, generated-dirs): New
8815         variables.
8817 1998-02-10 16:57  Ulrich Drepper  <drepper@happy.cygnus.com>
8819         * resolv/nss_dns/dns-host.c: Various code cleanups.
8821 1998-02-09 08:10  H.J. Lu  <hjl@gnu.org>
8823         * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
8824         From Philip Blundell <pb@nexus.co.uk>.
8825         * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
8827 1998-02-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8829         * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
8830         Suggested by debian/sparc porters.
8832 1998-02-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8834         * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
8835         for ecvt and fcvt.
8837 1998-02-10 16:32  Ulrich Drepper  <drepper@happy.cygnus.com>
8839         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
8840         __fxstat instead of stat and fstat.  Use namespace clean __stpcpy.
8842         * signal/signal.h: Always define sigset_t if __need_sigset_t is
8843         defined even if __USE_POSIX is not defined.
8845 1998-02-02 20:51  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8847         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
8848         to support obsolete tty major numbers correctly.
8850 1998-02-02 08:47  H.J. Lu  <hjl@gnu.org>
8852         * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
8853         directory first and ignore install error.
8855         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
8856         128 from ptyno and fix a typo for the BSD style pty.
8858 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8860         * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
8861         syscalls.list's.
8863 1998-02-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8865         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
8866         getresuid and getresgid.
8868         * sysdeps/unix/sysv/linux/getresuid.c: New file.
8869         * sysdeps/unix/sysv/linux/getresgid.c: New file.
8871         * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
8872         s_getres[ug]id.
8874         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
8875         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8876         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
8877         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
8879 1998-02-02 08:11  H.J. Lu  <hjl@gnu.org>
8881         * nscd/grpcache.c: Include <stdlib.h>.
8883 1998-02-01 16:01  H.J. Lu  <hjl@gnu.org>
8885         * stdlib/atoll.c: Fix comments.
8887         * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
8888         * sysdeps/posix/ttyname_r.c: Ditto.
8890 1998-02-03  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8892         * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
8893         __USE_MISC, independent of __USE_UNIX98.
8895 1998-02-10 19:18  Ulrich Drepper  <drepper@happy.cygnus.com>
8897         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
8898         Rename from __libc_have_rt_sigs and leave as COMMON data.
8900 1998-02-04 11:58  Richard Henderson  <rth@twiddle.rth.home>
8902         * Makeconfig (CFLAGS-.os): Kill -fno-common.
8903         * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
8905         * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
8906         * elf/rtld.map: New file.  Needed to define the GLIBC_2.*
8907         version symbols.
8908         * include/libc-symbols.h (symbol_version, default_symbol_version):
8909         Provide asm versions and correct !DO_VERSIONING versions.
8910         * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
8911         the weak symbol list.
8913         * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
8914         Rename from __libc_have_rt_sigs and leave as COMMON data.
8915         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8916         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8917         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8919 1998-02-04 16:41  Zack Weinberg  <zack@rabi.phys.columbia.edu>
8921         * sunrpc/Makefile: Correct dependencies of rpcgen.
8923 1998-02-10 03:00  Ulrich Drepper  <drepper@happy.cygnus.com>
8925         * nscd/Makefile: Fix test for available linuxthreads add-on.
8926         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8928 1998-02-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8930         * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
8932 1998-02-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8934         * sysdeps/gnu/Makefile: Respect with-cvs variable.
8936         * manual/errno.texi (Error Messages): Correct description of
8937         strerror_r.  Pointed out by jonas@bagge.se.
8939 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8941         * manual/socket.texi (Host Address Functions): Clarify description
8942         of inet_network.
8944 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8946         * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
8947         (grantpt): Delete superfluous cast.
8949 1998-02-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8951         * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
8952         elf/ldso_install instead of elf/subdir_install.
8953         (elf/ldso_install): New target.
8955         * elf/Makefile (ldso_install): New target.
8957 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8959         * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
8960         of 1998-01-06.
8962 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8964         * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
8965         constant expressions.
8967 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8969         * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
8970         for __nss_configure_lookup.
8971         (output_hostent): Remove unused variable.
8973 1998-02-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
8975         * string/tst-inlcall.c: Fix format string.
8977 1998-02-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
8979         * inet/netinet/in.h: Rename second parameter of bindresvport to
8980         avoid buggy gcc warning. [PR libc/412]
8982 1998-02-04 18:04  Richard Henderson  <rth@cygnus.com>
8984         * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
8985         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
8987         * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
8988         Follow POSIX and make tv_sec a time_t.
8989         * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
8990         new tv64 syscall as well as fall back to tv32.
8991         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
8992         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
8993         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
8994         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
8995         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
8996         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
8997         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
8998         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
9000         * include/rpcsvc/nis.h: New.  Bounce to nis/rpcsvc.
9001         * include/rpcsvc/nis_tags.h: Likewise.
9002         * include/rpcsvc/nislib.h: Likewise.
9004 1998-02-02 01:12  Ulrich Drepper  <drepper@cygnus.com>
9006         * libc.map: Add _h_errno.
9007         * inet/herrno.c: Make _h_errno weak alias.
9009         * login/Makefile (distribute): Add pty-internal.h.
9011         * nscd/Makefile (distribute): Add all the files missing.
9013         * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
9014         are available.
9016         * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
9017         and report status at the end.
9019         * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
9021         * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
9022         variable.
9023         * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
9024         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
9025         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
9027 1998-01-03 20:47  Mark Kettenis  <kettenis@phys.uva.nl>
9029         * configure.in: Fix --enable-add-ons code.
9031 1998-02-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9033         * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
9034         by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
9035         [PR libc/441]
9037         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
9038         occurence in cache.  Reported by Rudolf Leitgeb
9039         <leitgeb@leland.stanford.edu>.
9040         [PR libc/440]
9042 1998-02-01 21:18  Ulrich Drepper  <drepper@cygnus.com>
9044         * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
9045         that it never is EINTR (which is tested for in _IO_vfscanf).
9047         * Makefile.in: Call sub-make with CVSOPTS.
9049         * elf/Makefile (distribute): Add dl-procinfo.h.
9051         * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
9053 1998-02-01 15:54  Ulrich Drepper  <drepper@cygnus.com>
9055         * version.h (VERSION): Bump to 2.0.92.
9057 1998-01-31  Phil Blundell  <philb@gnu.org>
9059         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
9060         alias for __new_sys_siglist.
9062 1998-02-01 00:53  Ulrich Drepper  <drepper@cygnus.com>
9064         * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
9065         getgrgid_r.c if thread package is available.
9066         * pwd/Makefile: Likewise.
9067         * grp/getgrnam_r.c: Remove USE_NSCD definition.
9068         * grp/getgrgid_r.c: Likewise.
9069         * pwd/getpwnam_r.c: Likewise.
9070         * pwd/getpwuid_r.c: Likewise.
9072 1998-01-31 23:46  Ulrich Drepper  <drepper@cygnus.com>
9074         * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
9075         with error to allow user intervention.
9076         * nss/getXXent_r.c: Likewise.
9078 1998-01-31 21:18  Ulrich Drepper  <drepper@cygnus.com>
9080         * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
9081         AT_PLATFORM string.  Pretty print AT_BASE info.
9083         * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
9084         (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
9085         * sysdeps/generic/dl-procinfo.h: New file.
9086         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
9088 1998-01-31 20:52  Ulrich Drepper  <drepper@cygnus.com>
9090         * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
9092         * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
9093         thread and not pthread_detach.
9095         * nscd/nscd.c: Rewrite to use argp instead of getopt.
9097 1998-01-31  Phil Blundell  <philb@gnu.org>
9099         * configure.in: Add --without-cvs option to suppress automatic
9100         checkin of regenerated files.
9101         * config.make.in: Likewise.
9102         * Makefile: Respect with-cvs setting.
9103         * Makerules: Likewise.
9105         * configure.in: Allow the standalone ARM port to be configured.
9107 1998-01-31  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9109         * grp/getgrgid_r.c: Define USE_NSCD.
9110         * grp/getgrnam_r.c: Likewise.
9111         * pwd/getpwuid_r.c: Likewise.
9112         * pwd/getpwnam_r.c: Likewise.
9114         * sysdeps/unix/inet/Subdirs: Add nscd subdir.
9116         * nss/getXXbyYY_r.c: Try at first nscd.
9118         * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
9119         * nscd/connections.c: New file.
9120         * nscd/dbg_log.c: New file.
9121         * nscd/dbg_log.h: New file.
9122         * nscd/grpcache.c: New file.
9123         * nscd/nscd.c: New file.
9124         * nscd/nscd.h: New file.
9125         * nscd/nscd_conf.c: New file.
9126         * nscd/nscd_stat.c: New file.
9127         * nscd/pwdcache.c: New file.
9129         * nscd/nscd_getgr_r.c: New, client code, linked into libc.
9130         * nscd/nscd_getpw_r.c: Likewise.
9131         * nscd/nscd_proto.h: New, prototypes for client functions.
9133         * nscd/nscd.conf: New, example for a configuration file.
9134         * nscd/nscd.init: New, example for a startup script.
9136         * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
9137         avoid deadlocks.
9138         * nscd/getgrnam_r.c: Likewise.
9139         * nscd/getpwnam_r.c: Likewise.
9140         * nscd/getpwuid_r.c: Likewise.
9142 1998-01-31 11:44  Ulrich Drepper  <drepper@cygnus.com>
9144         * intl/Makefile: Use CVSOPTS in cvs invocation.
9145         * po/Makefile: Likewise.
9146         * posix/Makefile: Likewise.
9147         * stdlib/Makefile: Likewise.
9149 1998-01-31 11:18  Ulrich Drepper  <drepper@cygnus.com>
9151         * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
9152         [PR libc/410]
9153         * misc/Makefile (tests): Add tst-efgcvt.
9154         * misc/tst-efgcvt.c: New file.
9156 1998-01-31 00:21  Ulrich Drepper  <drepper@cygnus.com>
9158         * posix/regex.c: Add some more cleanups by Akim Demaille.
9160 1998-01-30 23:55  Ulrich Drepper  <drepper@cygnus.com>
9162         * signal/signal.h: Revert last change.
9163         * string/strsignal.c: Regard signal number NSGI as illegal.
9164         * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
9165         members.
9167 1998-01-30 23:37  Ulrich Drepper  <drepper@cygnus.com>
9169         * Makefile.in: Add comment about CVSOPTS Makefile variable.
9170         * Makerules: Use CVSOPTS in cvs invocation.
9171         * Makefile: Likewise.
9172         * MakeTAGS: Likewise.
9173         * Make-dist: Likewise.
9175 1998-01-30 22:37  Ulrich Drepper  <drepper@cygnus.com>
9177         * sysdeps/generic/memmem.c: Correct last change.
9179 1998-01-30 22:12  Ulrich Drepper  <drepper@cygnus.com>
9181         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
9182         CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
9184 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9186         * nis/ypclnt.c: Try at first to use the binding file from ypbind
9187         before using RPC.
9189 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9191         * manual/memory.texi (Heap Consistency Checking): mcheck is
9192         declared in <mcheck.h>.
9193         Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
9195 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9197         * sysdeps/generic/memmem.c (memmem): An empty needle is at the
9198         beginning of haystack.
9200 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9202         * nss/nss_files/files-service.c: Correct last patch.
9204 1998-01-30 21:29  Ulrich Drepper  <drepper@cygnus.com>
9206         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
9207         __libc_have_rt_sigs.
9208         * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
9209         including <bits/setjmp.h>.
9210         * sysdeps/sparc/sparc32/setjmp.S: Likewise.
9211         Patch from the Debian glibc/SPARC package.
9213 1997-12-12 07:57  H.J. Lu  <hjl@gnu.org>
9215         * sysdeps/alpha/bzero.S: Fix a typo.
9216         * sysdeps/alpha/htonl.S: Ditto.
9217         * sysdeps/alpha/htons.S: Ditto.
9219 1998-01-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9221         * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
9223 1998-01-30 19:58  Ulrich Drepper  <drepper@cygnus.com>
9225         * include/cpio.h: Move to ...
9226         * posix/cpio.h: ...here.
9228         * locale/programs/ld-collate.c: Fix typo.
9230         * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
9232         * stdio-common/tiformat.c: Add checks for %#.0o and friends.
9234         * login/utmp_file.c (pututline_file): Don't always report success
9235         if similar entry is found.  Patch by Mark M. Kettenis.
9237 1998-01-30 16:06  Philip Blundell  <pb@nexus.co.uk>
9239         * manual/Makefile: Don't try to install the info files if makeinfo
9240         is not available.
9242 1998-01-30 12:05  Philip Blundell  <pb@nexus.co.uk>
9244         * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
9245         kernel's network ioctls, rather than using <linux/sockios.h> to
9246         get them.  This way we are sure of maintaining compatibility if
9247         the kernel interface should change.
9249 1998-01-30 15:52  Ulrich Drepper  <drepper@cygnus.com>
9251         * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
9253 1998-01-25 19:54  Philip Blundell  <Philip.Blundell@pobox.com>
9255         * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
9256         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
9258 1998-01-27 22:29  Zack Weinberg  <zack@rabi.phys.columbia.edu>
9260         Implement System V pseudoterminal handling.
9262         * login/Makefile
9263         (routines): Add getpt, grantpt, unlockpt, ptsname.
9264         (libutil-routines): Remove pty. Add openpty, forkpty.
9265         (distribute): New internal header pty-internal.h.
9266         (others): Add the helper program, pt_chown.
9267         (install-others): Install it, in $(libexecdir), mode 4755.
9269         * login/pty-internal.h: New file.
9270         * login/openpty.c: New file.
9271         * login/forkpty.c: New file.
9272         * login/programs/pt_chown.c: New file.
9274         * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
9275         * stdlib/stdlib.h: Prototype them.
9277         * config.make.in: Define $(libexecdir).
9278         * Makeconfig: Define $(inst_libexecdir).
9280         * sysdeps/generic/pty.c: Removed.
9281         * sysdeps/unix/sysv/linux/pty.c: Removed.
9283         * sysdeps/generic/getpt.c: Stub out.
9284         * sysdeps/generic/grantpt.c: Likewise.
9285         * sysdeps/generic/ptsname.c: Likewise.
9286         * sysdeps/generic/unlockpt.c: Likewise.
9288         * sysdeps/unix/grantpt.c: New file.
9289         * sysdeps/unix/bsd/getpt.c: New file.
9290         * sysdeps/unix/bsd/unlockpt.c: New file.
9291         * sysdeps/unix/sysv/linux/getpt.c: New file.
9292         * sysdeps/unix/sysv/linux/ptsname.c: New file.
9293         * sysdeps/unix/sysv/linux/unlockpt.c: New file.
9295 1998-01-29 23:56  Ulrich Drepper  <drepper@cygnus.com>
9297         * localedata/locales/ru_RU: Fix YESEXPR.  Patch by lav@yars.free.net.
9299 1998-01-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9301         * nss/Makefile (tests): Add rule for test-netdb.c.
9303         * nss/test-netdb.c: New file.
9305 1998-01-29 02:38  Ulrich Drepper  <drepper@cygnus.com>
9307         * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
9308         really kept as a variable.  Patch by Richard Henderson,
9309         reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
9311         * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
9312         * elf/genrtldtbl.awk: Mark machine dependent directory of generated
9313         entries as not existing.
9315 1998-01-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9317         * stdio-common/vfprintf.c (process_arg): Fix printing of octal
9318         zero in alternate form with precision of zero, which must produce
9319         "0".  Add braces to avoid ambiguous `else'.
9321 1998-01-26  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9323         * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
9324         problem with strncpy.
9325         * nis/nss_compat/compat-pwd.c: Likewise.
9326         * nis/nss_compat/comapt-spwd.c: Likewise.
9328 1998-01-28  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9330         * assert/assert.h (assert_perror): Correct test for errnum.  Patch
9331         by uch@nop.or.jp. [PR libc/437]
9333 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9335         * nis/nis_cache.c: Include <unistd.h> for declaration of close.
9337 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9339         * stdio-common/test-popen.c: Include <errno.h>.
9341         * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
9342         close.
9344         * inet/getnetgrent_r.c: Include <errno.h>.
9346         * db2/db/db_conv.c: Include <string.h> for memcpy.
9348         * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
9349         so that memcpy is declared.
9351         * iconv/iconv_open.c: Include <stdlib.h> for alloca.
9353         * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
9355 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9357         * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
9358         overflow while reading line with fgets.
9359         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
9361 1998-01-27 00:46  Ulrich Drepper  <drepper@cygnus.com>
9363         * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
9364         unsigned short, not short.
9365         Reported by Andreas Jaeger.
9367 1998-01-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9369         * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
9370         (ccept->accept).
9372         * sysdeps/generic/inttypes.h: Fix spelling.
9374 1998-01-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9376         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
9378         * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
9380 1998-01-27 00:30  Ulrich Drepper  <drepper@cygnus.com>
9382         * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
9383         * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
9384         field for hh modifier.
9385         * stdio-common/vfprint.c: Use is_char field and do not depend in
9386         is_short having the value 2.
9387         Bug reported by Andreas Jaeger.
9389 1998-01-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9391         * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
9392         PIC && DO_VERSIONING.
9394 1998-01-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9396         * Rules: Add rules for $(common-objpfx)dummy$o.
9398 1998-01-26  Richard Henderson  <rth@cygnus.com>
9400         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
9401         unimplemented OSF/1 definitions so that they are not accidentally seen.
9403         * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
9404         of the trampoline function into the macro.
9405         * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
9406         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
9407         kernel 2.1.82 has this fixed.
9409         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
9410         * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
9412 1998-01-26  Ulrich Drepper  <drepper@cygnus.com>
9414         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
9415         support sigaction on kernels > 2.1.7x.
9417 1998-01-01 13:52  Ulrich Drepper  <drepper@cygnus.com>
9419         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
9420         if it is empty.
9422         * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
9423         Patch by David Engel <david@sw.ods.com>.
9425         * configure.in: Fix another typo in --enable-add-ons code.
9427 1998-01-26 03:48  Ulrich Drepper  <drepper@cygnus.com>
9429         * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
9431 1998-01-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9433         * nss/nss_files/files-network.c: Correct order of parameters for
9434         getnetbyaddr.
9436 1998-01-26 00:57  Ulrich Drepper  <drepper@cygnus.com>
9438         * db2/Makefile (routines): Add os_alloc.
9439         * db2/db.h: Update from db-2.3.16.
9440         * db2/db_185.h: Likewise.
9441         * db2/db_int.h: Likewise.
9442         * db2/btree/bt_close.c: Likewise.
9443         * db2/btree/bt_cursor.c: Likewise.
9444         * db2/btree/bt_delete.c: Likewise.
9445         * db2/btree/bt_open.c: Likewise.
9446         * db2/btree/bt_page.c: Likewise.
9447         * db2/btree/bt_put.c: Likewise.
9448         * db2/btree/bt_rec.c: Likewise.
9449         * db2/btree/bt_recno.c: Likewise.
9450         * db2/btree/btree_auto.c: Likewise.
9451         * db2/common/db_appinit.c: Likewise.
9452         * db2/common/db_apprec.c: Likewise.
9453         * db2/common/db_err.c: Likewise.
9454         * db2/common/db_region.c: Likewise.
9455         * db2/common/db_shash.c: Likewise.
9456         * db2/db/db.c: Likewise.
9457         * db2/db/db_auto.c: Likewise.
9458         * db2/db/db_conv.c: Likewise.
9459         * db2/db/db_dispatch.c: Likewise.
9460         * db2/db/db_dup.c: Likewise.
9461         * db2/db/db_pr.c: Likewise.
9462         * db2/db/db_rec.c: Likewise.
9463         * db2/db185/db185.c: Likewise.
9464         * db2/dbm/dbm.c: Likewise.
9465         * db2/hash/hash.c: Likewise.
9466         * db2/hash/hash_auto.c: Likewise.
9467         * db2/hash/hash_dup.c: Likewise.
9468         * db2/hash/hash_page.c: Likewise.
9469         * db2/hash/hash_rec.c: Likewise.
9470         * db2/include/btree_ext.h: Likewise.
9471         * db2/include/clib_ext.h: Likewise.
9472         * db2/include/common_ext.h: Likewise.
9473         * db2/include/db.h.src: Likewise.
9474         * db2/include/db_185.h.src: Likewise.
9475         * db2/include/db_am.h: Likewise.
9476         * db2/include/db_ext.h: Likewise.
9477         * db2/include/db_int.h.src: Likewise.
9478         * db2/include/hash_ext.h: Likewise.
9479         * db2/include/lock_ext.h: Likewise.
9480         * db2/include/log.h: Likewise.
9481         * db2/include/log_auto.h: Likewise.
9482         * db2/include/log_ext.h: Likewise.
9483         * db2/include/mp.h: Likewise.
9484         * db2/include/mp_ext.h: Likewise.
9485         * db2/include/mutex_ext.h: Likewise.
9486         * db2/include/os_ext.h: Likewise.
9487         * db2/include/os_func.h: Likewise.
9488         * db2/include/txn_ext.h: Likewise.
9489         * db2/lock/lock.c: Likewise.
9490         * db2/lock/lock_util.c: Likewise.
9491         * db2/log/log.c: Likewise.
9492         * db2/log/log.src: Likewise.
9493         * db2/log/log_archive.c: Likewise.
9494         * db2/log/log_auto.c: Likewise.
9495         * db2/log/log_get.c: Likewise.
9496         * db2/log/log_put.c: Likewise.
9497         * db2/log/log_rec.c: Likewise.
9498         * db2/log/log_register.c: Likewise.
9499         * db2/mp/mp_bh.c: Likewise.
9500         * db2/mp/mp_fget.c: Likewise.
9501         * db2/mp/mp_fopen.c: Likewise.
9502         * db2/mp/mp_fput.c: Likewise.
9503         * db2/mp/mp_pr.c: Likewise.
9504         * db2/mp/mp_sync.c: Likewise.
9505         * db2/mutex/mutex.c: Likewise.
9506         * db2/os/os_alloc.c: Likewise.
9507         * db2/os/os_config.c: Likewise.
9508         * db2/os/os_stat.c: Likewise.
9509         * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
9510         * db2/progs/db_deadlock/db_deadlock.c: Likewise.
9511         * db2/progs/db_load/db_load.c: Likewise.
9512         * db2/progs/db_printlog/db_printlog.c: Likewise.
9513         * db2/progs/db_recover/db_recover.c: Likewise.
9514         * db2/progs/db_stat/db_stat.c: Likewise.
9515         * db2/txn/txn.c: Likewise.
9517         * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
9518         Unmap memory blocks in reverse order of allocation.
9519         Call munmap with load address added to offset.
9520         Bug reported by Miguel de Icaza.
9522         * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
9523         up weight array.
9525         * localedata/locales/cs_CZ: Update by Michael Mraka
9526         <michael@informatics.muni.cz>.
9528         * misc/sys/syslog.h: Reformat a bit.  Don't declare vsyslog unless
9529         __USE_BSD.
9531         * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
9532         reading line with fgets.
9533         * nis/nss_compat/compat-pwd.c: Likewise.
9534         * nis/nss_compat/compat-spwd.c: Likewise.
9535         * nss/nss_files/files-XXX.c: Likewise.
9536         * nss/nss_files/files-alias.c: Likewise.
9537         * shadow/fgetspent_r.c: Likewise.
9539         * string/strerror_r.c: Correct comment.  Patch by Andreas Jaeger.
9541         * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
9542         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9543         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
9545         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
9546         FP register content in ucontext_t.
9548 1998-01-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9550         * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
9551         calculation.  Patch by Markus Schoder
9552         <Markus.Schoder@dresdner-bank.de>.
9554         * math/libm-test.c (modf_test): Add more tests for modf.
9556         * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
9557         munlock according to Unix98.
9559 1998-01-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9561         * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
9562         AF_INET.
9564 1998-01-21 07:22  H.J. Lu  <hjl@gnu.org>
9566         * sysdeps/posix/ttyname.c: Handle symbolic links.
9567         * sysdeps/posix/ttyname_r.c: Ditto.
9569 1998-01-25 19:39  Ulrich Drepper  <drepper@cygnus.com>
9571         * db2/makedb.c (process_input): Write terminating \0 for value.
9572         (print_database): Simply print value string, don't use length.
9574 1998-01-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9576         * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
9577         exit of loop.
9579 1998-01-25  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9581         * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
9582         close all sockets.
9584 1998-01-25 14:54  Ulrich Drepper  <drepper@cygnus.com>
9586         * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
9587         sigset.
9588         * signal/sighold.c: New file.
9589         * signal/sigrelse.c: New file.
9590         * sysdeps/generic/sigignore.c: New file.
9591         * sysdeps/generic/sigset.c: New file.
9592         * sysdeps/posix/sigignore.c: New file.
9593         * sysdeps/posix/sigset.c: New file.
9594         * signal/signal.h: Add prototypes for new functions.
9596         * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
9597         * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
9598         * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
9599         * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
9601 1998-01-23 00:16  Tim Waugh  <tim@cyberelk.demon.co.uk>
9603         * posix/wordexp.c: Added IFS field-splitting in parameter and
9604         command substitution.  Fixed an IFS-related bug that caused an
9605         infinite loop.
9607 1998-01-25 12:38  Ulrich Drepper  <drepper@cygnus.com>
9609         * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
9610         and swapcontext.
9611         * stdlib/ucontext.h: Correct prototypes.
9612         * sysdeps/generic/getcontext.c: New file.
9613         * sysdeps/generic/setcontext.c: New file.
9614         * sysdeps/generic/makecontext.c: New file.
9615         * sysdeps/generic/swapcontext.c: New file.
9616         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
9618 1998-01-25 04:07  Ulrich Drepper  <drepper@cygnus.com>
9620         * resource/sys/resource.h: Remove #include of ulimit.h which is
9621         not allowed by SUSv2 and not available on other systems.
9622         * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
9624         * streams/Makefile: New file.
9625         * streams/stropts.h: New file.
9626         * sysdeps/generic/bits/stropts.h: New file.
9627         * sysdeps/generic/isastream.c: New file.
9628         * sysdeps/generic/getmsg.c: New file.
9629         * sysdeps/generic/getpmsg.c: New file.
9630         * sysdeps/generic/putmsg.c: New file.
9631         * sysdeps/generic/putpmsg.c: New file.
9632         * sysdeps/generic/fattach.c: New file.
9633         * sysdeps/generic/fdetach.c: New file.
9634         * sysdeps/unix/inet/Subdirs: Add streams.
9635         * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
9636         __t_uscalar_t.
9637         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9638         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
9639         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
9640         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9642         * sysdeps/mach/_strerror.c: Follow changes of generic version to
9643         handle small buffers correctly.
9645 1998-01-24 17:31  H.J. Lu  <hjl@gnu.org>
9647         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
9648         Remove the 3rd arg and add declaration for _dl_runtime_resolve
9649         and _dl_runtime_profile.
9651 1998-01-25 02:42  Ulrich Drepper  <drepper@cygnus.com>
9653         * include/cpio.h: New file.  Mainly copied from GNU cpio.
9654         * posix/Makefile (headers): Add cpio.h.
9656 1998-01-24  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9658         * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
9659         to routines.
9660         * nis/nis_cache.c: New file.
9661         * nis/nis_cache2.h: New file.
9662         * nis/nis_cache2_xdr.c: New file.
9663         * nis/nis_call.c: Changes for cache2_info parameter.
9664         * nis/nis_checkpoint.c: Likewise.
9665         * nis/nis_intern.h: Likewise.
9666         * nis/nis_mkdir.c: Likewise.
9667         * nis/nis_ping.c: Likewise.
9668         * nis/nis_rmdir.c: Likewise.
9669         * nis/nis_server.c: Likewise.
9670         * nis/nis_util.c: Likewise.
9672 1997-12-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9674         * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
9675         return/errnop codes.
9676         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
9677         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9678         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
9679         * nis/nss_nisplus/nisplus-proto.c: Likewise.
9680         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9681         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
9682         * nis/nss_nisplus/nisplus-rpc.c: Likewise
9683         * nis/nss_nisplus/nisplus-service.c: Likewise.
9684         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
9686 1997-12-28  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
9688         * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
9689         * nis/nss_nis/nis-ethers.c: Likewise.
9690         * nis/nss_nis/nis-grp.c: Likewise.
9691         * nis/nss_nis/nis-hosts.c: Likewise.
9692         * nis/nss_nis/nis-network.c: Likewise.
9693         * nis/nss_nis/nis-proto.c: Likewise.
9694         * nis/nss_nis/nis-hosts.c: Likewise.
9695         * nis/nss_nis/nis-network.c: Likewise.
9696         * nis/nss_nis/nis-proto.c: Likewise.
9697         * nis/nss_nis/nis-publickey.c: Likewise.
9698         * nis/nss_nis/nis-pwd.c: Likewise.
9699         * nis/nss_nis/nis-rpc.c: Likewise.
9700         * nis/nss_nis/nis-service.c: Likewise.
9701         * nis/nss_nis/nis-spwd.c: Likewise.
9703 1998-01-24  Ulrich Drepper  <drepper@cygnus.com>
9705         * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
9706         Added to follow latest kernel development.
9708 1998-01-24 15:13  Ulrich Drepper  <drepper@happy.cygnus.com>
9710         * nss/db-Makefile: Handle empty and comment lines better.
9711         ($(VAR_DB)/services.db): Generate entries with missing protocol
9712         value.
9714 1998-01-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9716         * nss/nss_files/files-service.c (getservbyport): Allow proto ==
9717           NULL.
9718           (getservbyname): Allow proto == NULL.
9719           Pointed out by David N. Welton <davidw@gate.cks.com>.
9720           [PR libc/430].
9722 1998-01-24 11:34  Ulrich Drepper  <drepper@happy.cygnus.com>
9724         * nis/nislib/nislib.h: Finally removed.
9726         * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
9727         C compiler.  From Kaveh Ghazi.
9728         (TYPE_MINIMUM): Define.
9729         (TYPE_MAXIMUM): Define.
9730         (TIME_T_MIN): Use TYPE_MINIMUM.
9731         (TIME_T_MAX): Use TYPE_MAXIMUM.
9732         Patch by Jim Meyering <meyering@ascend.com>.
9734 1998-01-22 00:55  Ulrich Drepper  <drepper@happy.cygnus.com>
9736         * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
9737         __pread64, __pwrite64, and __getpid.
9739         * rt/aio_misc.c: Use pread and pwrite instead of __ protected
9740         versions.
9742 1998-01-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9744         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
9745         cancelable socket functions as __libc_xxx with __xxx as weak
9746         alias.
9747         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
9748         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9750         * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
9751         redefined.
9752         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
9753         * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
9754         * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
9755         * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
9757         * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
9758         and __xxx a weak alias.
9759         * sysdeps/unix/sysv/linux/connect.S: Likewise.
9760         * sysdeps/unix/sysv/linux/recv.S: Likewise.
9761         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
9762         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
9763         * sysdeps/unix/sysv/linux/send.S: Likewise.
9764         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
9765         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
9767 1998-01-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9769         * locale/langinfo.h: Add defines.
9771         * dirent/dirent.h: Add defines for DT_*, check also for
9772         _DIRENT_HAVE_D_TYPE.
9773         Suggested by Roland McGrath.
9775 1998-01-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9777         * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
9778         Update from Linux 2.1.73+79.
9780         * README.template: Update information about possible
9781         configurations.
9783         * manual/mbyte.texi (Wide String Conversion): Fix declaration of
9784         wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
9785         [PR libc/417].
9787         * manual/time.texi (Priority): Correct description of
9788         PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
9789         [PR libc/416].
9791 11998-01-21 21:34  Ulrich Drepper  <drepper@cygnus.com>
9793         * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
9794         FP_ILOGNAN.   Patch by a sun <asun@zoology.washington.edu>.
9796 1998-01-21 17:53  Ulrich Drepper  <drepper@cygnus.com>
9798         * sysdeps/generic/_strerror.c: Handle BUFLEN == 0.  Reported by
9799         Andreas Jaeger.
9801 1998-01-20 18:13  Ulrich Drepper  <drepper@cygnus.com>
9803         * locale/programs/ld-collate.c: Little optimizations.
9805         * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
9807         * string/Makefile (tests): Add tst-inlcall.
9808         * string/tst-inlcall.c: New file.
9810         * string/strsignal.c: Add support for real-time signals.
9812         * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
9813         presense of small buffer.
9815         * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
9817         * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
9818         for i686.
9820         * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
9821         _NSIG + 1.
9823 1998-01-02 15:10  Matthias Urlichs   <urlichs@noris.de>
9825         * Rules: Add explicit rule for dummy.o; at least one library needs
9826           it and it isn't autogenerated by the default rules.
9828 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9830         * math/libm-test.c: Tweak epsilons.
9832 1997-12-31  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9834         * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
9835         child.
9836         (feenv_mask_test): Likewise.
9838 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9840         * Makeconfig: Don't export CPPFLAGS.
9842 1998-01-01  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9844         * sunrpc/rpc_main.c (parseargs): Use perror to print error
9845         message.
9847 1998-01-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9849         * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
9850         terminating null in key size.
9852 1998-01-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9854         * nss/nss_files/files-service.c: Fix allocation size to include
9855         length of PROTO.
9857         * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
9858         applicable.  Fix return value and error checking.
9859         (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
9860         unparsable lines.
9861         (DB_LOOKUP): Allocate space for terminating null byte.
9863         * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
9864         uids specially.
9866         * db2/makedb.c (process_input): Continue processing if a duplicate
9867         key is encountered.
9869 1998-01-19 15:20  Ulrich Drepper  <drepper@cygnus.com>
9871         * time/tzfile.h: Updated from tzcode1998b.
9872         * time/zdump.c: Likewise.
9873         * time/zic.c: Likewise.
9874         * time/africa: Update from tzdata1998b.
9875         * time/antarctica: Likewise.
9876         * time/asia: Likewise.
9877         * time/australasia: Likewise.
9878         * time/etcetera: Likewise.
9879         * time/europe: Likewise.
9880         * time/leapseconds: Likewise.
9881         * time/northamerica: Likewise.
9882         * time/southamerica: Likewise.
9884 1998-01-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9886         * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
9887         lookups ignoring case.
9888         * nss/nss_files/files-network.c: Do network lookups ignoring
9889         case.
9890         * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
9891         case.
9892         * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
9893         case insensitive comparing.
9894         Patches by Cristian Gafton <gafton@redhat.com>.
9896 1998-01-09  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9898         * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines.  Suggested
9899         by Roland McGrath. [PR libc/395]
9901 1998-01-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
9903         * manual/arith.texi (Parsing of Integers): Correct description of
9904         strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
9905         [PR libc/396]
9907 1997-12-30 14:14  Matthias Urlichs  <urlichs@noris.de>
9909         * misc/lsearch.c (lsearch): Return a pointer to the new element
9910         if one was "allocated".
9912 1997-12-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
9914         * string/strsignal.c: NSIG is not a valid index into
9915         _sys_siglist.  Don't zap the last character of the "Unknown
9916         signal" message.
9918 1998-01-19 15:08  Ulrich Drepper  <drepper@cygnus.com>
9920         * locale/programs/charmap.c (parse_charmap): Correct parsing of
9921         ellipsis expressions.
9923         * locale/programs/charset.c (insert_char): Correctly insert value
9924         of eliipsis expression.
9926 1997-12-28 15:08  Ulrich Drepper  <drepper@cygnus.com>
9928         * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
9929         <bits/setjmp.h>.
9930         * sysdeps/powerpc/setjmp.S: Likewise.
9931         Patches by Matt McLean <keys@keys.got.net>.
9933         * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
9935         * Makefile: Undo last patch.
9936         (distribute): Add test-installation.pl.
9938         * configure.in: Correct handling of --enable-add-ons without parameter.
9939         Correct address of WWW pages.
9941         * libc.map: Add _nl_domain_bindings.
9943         * db2/mutex/tsl_parisc.s: New file.
9945         * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
9946         and extra-module.mk.
9948         * localedata/Makefile (distribute): New.  Add all the files.
9950         * stdlib/Makefile (headers): Add inttypes.h.
9951         (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
9952         * sysdeps/generic/inttypes.h: New file.
9953         * sysdeps/generic/strtoimax.c: New file.
9954         * sysdeps/generic/strtoumax.c: New file.
9955         * sysdeps/generic/wcstoimax.c: New file.
9956         * sysdeps/generic/wcstoumax.c: New file.
9957         * sysdeps/wordsize-32/Dist: Removed.
9958         * sysdeps/wordsize-32/Makefile: Removed.
9959         * sysdeps/wordsize-64/Dist: Removed.
9960         * sysdeps/wordsize-64/Makefile: Removed.
9961         * sysdeps/generic/bits/environments.h: New file.
9963         * include/limits.h: Define MB_LEN_MAX in any case to 6.  The gcc
9964         header is still not correct.
9966         * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
9967         * posix/unistd.h: Likewise.
9968         * sysdeps/generic/sys/mman.h: Likewise.
9969         * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
9971         * manual/arith.texi: Change definition of mul macro.
9972         * manual/math.texi: Likewise.
9974         * misc/Makefile (routines): Add mmap64.
9975         * sysdeps/generic/mmap64.c: New file.
9976         * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
9977         * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
9978         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
9979         aliases to mmap.
9980         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9982         * sysdeps/generic/setrlimit64.c: Don't mark as stub.
9984         * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
9986         * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
9988         * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
9989         FOPEN_MAX also when included by limits.h.
9990         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
9992         * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
9993         and netrom/netrom.h.
9994         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
9995         oldsiglist to sysdep_routines, not aux.
9996         [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
9998         * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
9999         and SOL_NETROM definition.
10001         * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
10003         * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
10004         * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
10006 1997-12-25  Ulrich Drepper  <drepper@cygnus.com>
10008         * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
10010         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
10011         sa_handler with k_sa_handler.
10012         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
10013         strong alias.
10014         Reported by a sun.
10016         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
10017         __libc_have_rt_sigs here.
10018         * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
10019         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10020         * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
10021         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10023 1997-12-11 07:51  Geoff Keating  <geoffk@ozemail.com.au>
10025         * sysdeps/powerpc/atomicity.h: New file.
10026         * sysdeps/mach/powerpc/machine-lock.h: New file.
10028         * Rules: Use -fpic to build anything that might end up in a users'
10029         shared library.
10031         * sysdeps/powerpc/s_fdim.c: New file.
10032         * sysdeps/powerpc/s_fdimf.c: New file.
10033         * sysdeps/powerpc/s_fmax.S: New file.
10034         * sysdeps/powerpc/s_fmaxf.S: New file.
10035         * sysdeps/powerpc/s_fmin.S: New file.
10036         * sysdeps/powerpc/s_fminf.S: New file.
10037         * sysdeps/powerpc/s_llrint.c: Now is for double.
10038         * sysdeps/powerpc/s_llrintf.c: New file.
10039         * sysdeps/powerpc/s_llround.c: Now is for double.
10040         * sysdeps/powerpc/s_llroundf.c: New file.
10041         * sysdeps/powerpc/s_lrint.c: Now is for double.
10042         * sysdeps/powerpc/s_lrintf.S: New file.
10043         * sysdeps/powerpc/s_lround.c: Now is for double.
10044         * sysdeps/powerpc/s_lroundf.c: New file.
10045         * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
10046         lrintf, fdim, fdimf.
10048         * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
10049         file directly, use its parent.
10051         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
10052         (for the third time).
10054 1997-12-20 13:50  Richard Henderson  <rth@cygnus.com>
10056         * posix/sched.h: timespec is in <time.h>.
10058         * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
10060 1997-12-22 18:10  Ulrich Drepper  <drepper@cygnus.com>
10062         * configure.in: Stop with error if --disable-static is used when
10063         the shared lib uses this library.
10065         * gen-FAQ.pl: I've perl installed in /usr/bin.
10067         * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
10069         Fix Unix98 conformance problems in the headers.
10070         * catgets/nl_types.h: Define nl_item.
10071         * grp/grp.h: Define gid_t.
10072         * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
10073         * include/nl_types.h: New file.
10074         * include/ulimit.h: New file.
10075         * io/fcntl.h: Include sys/stat.h for Unix98.  Don't define locking
10076         constants in POSIX mode.
10077         * io/utime.h: Get definition for time_t.
10078         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
10079         uid_t, pid_t.  Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
10080         * libio/stdio.h: Define va_list.  Make snprintf also available is
10081         __USE_UNIX98.  Declare getopt function and variables.
10082         * locale/langinfo.h: Include nl_types.h.  Don't define nl_item.
10083         Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
10084         * math/math.h: Defined M_* constants as double for Unix98 mode.
10085         * posix/fnmatch.h: Pretty print.  Define FNM_NOSYS.
10086         * posix/glob.h: Pretty print.  Define GLOB_NOSYS.
10087         * posix/regex.h: Define REG_NOSYS.
10088         * posix/wordexp.h: Define WRDE_NOSYS.
10089         * posix/unistd.h: Define _POSIX2_VERSION.  Define _XOPEN_VERSION to
10090         500 for Unix98.
10091         * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
10092         somewhere else as well.  Define clock_t for Unix98.
10093         * posix/sys/wait.h: Define pid_t.
10094         * pwd/pwd.h: Define gid_t, uid_t.
10095         * resource/Makefile (headers): Add ulimit.h.
10096         * resource/ulimit.h: New file.
10097         * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
10098         instead of second argument.
10099         * sysdeps/unix/bsd/ulimit.c: Likewise.  Use UL_* constants.
10100         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
10101         * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
10102         * signal/signal.h: Define pid_t.
10103         * string/string.h: Don't declare BSD string functions in POSIX mode.
10104         * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE.  Add
10105         _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
10106         * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
10107         and POSIX.
10109         * inet/test_ifindex.c: Change test so that it does not fail for
10110         interface aliases.
10112         * locale/programs/locale.c (show_info): Use correct cast sequence
10113         for 64bit machines.
10115         * malloc/malloc.c: __malloc_initialized now signals three states:
10116         uninitialized, initializing, initialized.  Used in mcheck.
10117         * malloc/mcheck.c (mabort): Add '\n' to messages.
10118         (mcheck): Allow installation when malloc is uninitialized or is
10119         just initializing.
10121         * manual/memory.texi: Explain mtrace output a bit more.
10123         * math/libm-test.c: Add more epsilons.
10125         * misc/regexp.h (compile): Remove __ prefix from parameter names.
10127         * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
10128         instead of strcpy for security.
10129         * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
10130         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
10131         * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
10133         * nss/digits_dots.c: Pretty print.
10135         * posix/getconf.c (vars): Add symbols for programming environment
10136         recognition.  Recognize --version.
10138         * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
10139         _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
10140         * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
10142         * sysdeps/generic/bits/stdio_lim.h: Implement handling of
10143         __need_FOPEN_MAX.
10144         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
10145         * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
10146         __need_FOPEN_MAX.
10148         * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
10149         * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
10151         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
10152         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10153         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
10154         * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
10155         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
10156         * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
10158         * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
10159         SCNu*.
10160         * sysdeps/wordsize-64/inttypes.h: Likewise.
10162         * time/africa: Update from tzdata1997j.
10163         * time/antarctica: Likewise.
10164         * time/asia: Likewise.
10165         * time/australasia: Likewise.
10166         * time/backward: Likewise.
10167         * time/etcetera: Likewise.
10168         * time/europe: Likewise.
10169         * time/factory: Likewise.
10170         * time/northamerica: Likewise.
10171         * time/pacificnew: Likewise.
10172         * time/southamerica: Likewise.
10174         * time/tzfile.h: Update from tzcode1997h.
10175         * time/zic.c: Likewise.
10177         * wcsmbs/wchar.h: Get definition of FILE.  Define `struct tm' tag.
10178         Declare wcwidth and wcswidth for __USE_XOPEN.  Declare the
10179         isw*() functions for Unix98.
10180         * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
10181         * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
10182         is defined.
10184 1997-12-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10186         * locale/duplocale.c: Increase usage_count only if less than
10187         MAX_USAGE_COUNT.
10188         * locale/freelocale.c: Test usage_count against UNDELETABLE, not
10189         MAX_USAGE_COUNT.
10190         * locale/setlocale.c: Likewise.
10192 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10194         * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
10195         dependency to make it easier to install it selectively.
10197         * Makerules (.SUFFIXES): Don't define any suffixes.
10199 1997-12-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10201         * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
10202         * sysdeps/generic/statfs64.c: Emulate using statfs.
10203         * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
10204         * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
10205         * sysdpes/generic/ftruncate64.c: New file.
10206         * sysdpes/generic/truncate64.c: New file.
10208         * sysdeps/generic/bits/stat.h: Add LFS support.
10209         * sysdeps/generic/bits/statfs.h: Likewise.
10211         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
10212         [__USE_FILE_OFFSET64]: Make long long constant.
10213         (RLIM64_INFINITY): Likewise.
10215         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
10216         for LFS support.
10217         (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
10218         * sysdeps/generic/bits/resource.h: Likewise.
10220         * misc/Makefile (routines): Add truncate64 and ftruncate64.
10222         * include/features.h: Don't prevent LFS support from defining BSD
10223         and SYSV things.
10225         * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
10226         * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
10227         * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
10229         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
10230         fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
10231         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
10233         * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
10234         * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
10235         * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
10236         * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
10237         * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
10238         * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
10239         * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
10240         * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
10241         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
10242         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
10243         * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
10244         * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
10245         * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
10246         * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
10247         * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
10248         * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
10249         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
10250         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
10251         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
10252         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
10254         * sysdeps/unix/sysv/linux/fxstat64.c: New file.
10255         * sysdeps/unix/sysv/linux/lxstat64.c: New file.
10256         * sysdeps/unix/sysv/linux/xstat64.c: New file.
10257         * sysdeps/unix/sysv/linux/readdir64.c: New file.
10258         * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
10260         * sysdeps/unix/sysv/linux/getdents64.c: New file.
10261         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
10262         [$(subdir)=dirent]: Add getdents64.
10263         * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
10265         * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
10267 1997-12-18 12:07  Philip Blundell  <pb@nexus.co.uk>
10269         * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
10271         * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
10272         * sysdeps/generic/getrlimit64.c: Likewise.
10273         * sysdeps/generic/setrlimit.c: Likewise.
10274         * sysdeps/generic/setrlimit64.c: Likewise.
10276 1997-12-17 13:57  Philip Blundell  <pb@nexus.co.uk>
10278         * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
10279         using versioning.
10281         * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
10283         * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
10285 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10287         * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
10288         after the codeset name.
10290 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10292         * libc.map: Add get_kernel_syms.
10294 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10296         * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
10297         static.
10298         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
10299         Likewise.  Fix condition.
10301 1997-12-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10303         * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
10305 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10307         * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
10308         Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
10310 1997-12-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10312         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
10313         * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
10314         instead.  Oops.
10316 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10318         * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
10320 1997-12-16  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10322         * math/libm-test.c (catanh_test): Change epsilon.
10323         Reported by H.J. Lu.
10325 1997-12-14 19:39  H.J. Lu  <hjl@gnu.org>
10327         * libc.map (__getpid): Added for linuxthreads.
10329 1997-12-13 21:09  H.J. Lu  <hjl@gnu.org>
10331         * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
10332         it if gcc uses static variable in DWARF2 unwind information
10333         for exception support.
10335         * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
10337         * elf/soinit.c (__libc_global_ctors, _fini): Handle
10338         HAVE_DWARF2_UNWIND_INFO_STATIC.
10340         * libc.map (__register_frame*, __deregister_frame*): Make them
10341         global.
10343 1997-12-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10345         * math/libm-test.c: Add more tests for "normal" values.
10347 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10349         * stdio-common/printf_fphex.c: Fix printing of long double number
10350         with a biased exponent of zero.  Fix rounding.
10352 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10354         * sunrpc/rpc_main.c: Accept new flag -$.
10355         * sunrpc/Makefile (rpcgen-cmd): Pass it here.
10357 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10359         * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
10360         dynamic linker first, in case the interface has changed.
10362 1997-12-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10364         * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
10365         order.
10367 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10369         * math/tgmath.h: Check for double first, for architectures where
10370         sizeof (long double) == sizeof (double).
10372 1997-12-07  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10374         * math/libm-test.c: New tests for "normal" values added for most
10375         functions.
10377 1997-12-14 21:33  Ulrich Drepper  <drepper@cygnus.com>
10379         * version.h (VERSION): Bump to 2.0.91.
10381         * db2/makedb.c (process_input): Fix typo in message.
10382         * sunrpc/rpcinfo.c (pmapdump): Unify messages.
10384         * elf/dynamic-link.h: Pretty print.
10386         * elf/rtld.c: Allow multiple preloading of a shared object.
10388         * include/limits.h: Prevent multiple inclusion.
10390         * malloc/Makefile (headers): Add mcheck.h.
10391         (distribute): Remove it here.
10392         * malloc/mcheck.h: Pretty print.
10393         * malloc/mtrace.c (mallenv): Make `const'.
10394         * malloc/mtrace.pl: Don't print table head for memory leaks if there
10395         are none.
10396         * manual/memory.texi: Update descriptor of malloc hooks.
10398         * posix/Makefile (routines): Add waitid.
10399         * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
10400         on __id_t.
10401         * posix/sys/wait.h: Define idtype_t type.
10402         Add prototype for waitid.
10403         * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
10404         * sysdeps/generic/waitid.c: Stub for waitid.
10405         * sysdeps/generic/bits/siginfo.h: Define sigval_t.  Arrange to work
10406         the __need_siginfo_t defined.
10407         * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
10408         * sysdeps/generic/bits/types.h: Define __id_t.
10409         Correct definition of __FDMASK.
10410         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
10411         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10412         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
10414         * sysdeps/posix/waitid.c: New file.
10415         Provided by Zack Weinberg.
10417         * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
10419         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
10420         Add missing parameters.
10422         * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
10423         * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
10424         * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
10425         * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
10426         initialized.
10428         * sysdeps/i386/dl-machine.h: Little cleanup.
10430         * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
10431         (__finite): Mark function as const.
10432         Add inline code for __ieee754_atan2.
10434         * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
10435         (but don't use it now).
10436         * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
10437         __atan.
10438         * sysdeps/libm-ieee754/s_catanf.c: Likewise.
10439         * sysdeps/libm-ieee754/s_catanl.c: Likewise.
10440         * sysdeps/libm-ieee754/s_catanh.c: Likewise.  Correct sign of
10441         real part.
10442         * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
10443         * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
10444         * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
10445         __ieee754_atan2 to base 10.
10446         * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
10447         * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
10449         * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
10450         old_kernel_sigaction.
10452         * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
10454         * wctype/Makefile (routines): Add wctype_l.
10455         * wctype/wctype.h: Add declaration of __wctype_l.
10456         * wctype/wctype_l.c: New file.
10458 1997-12-10 00:38  Ulrich Drepper  <drepper@cygnus.com>
10460         * locale/C-ctype.c: Correct data for isw* functions.
10461         * locale/programs/ld-ctype.c: Write 32bit char classes in correct
10462         byte order.
10463         * wctype/test_wctype.c: Add test for isw* functions.
10464         * wctype/wctype.c: Return value with expected byte order.
10466 1997-12-13  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10468         * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
10470 1997-12-05 20:19  H.J. Lu  <hjl@gnu.org>
10472         * iconvdata/Makefile: Fix a typo.
10474         * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
10475         oldsiglist for shared library.
10477         * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
10478         sys_sigabbrev): Make them as the default version GLIBC_2.1.
10480         * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
10481         sys_siglist, sys_sigabbrev): New file. Make them as the old
10482         version GLIBC_2.0.
10484         * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
10485         to GLIBC_2.1.
10487 1997-11-20 18:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
10489         * libio/iofgets.c (_IO_fgets): Return an error only if there
10490         is a new error.
10491         * libio/iogets.c (_IO_gets): Ditto.
10493 1997-11-20 07:26  H.J. Lu  <hjl@gnu.ai.mit.edu>
10495         * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
10497         * libio/Makefile (routines, shared-only-routines): Add
10498         oldiofdopen.
10500         * libio/fileops.c: Don't use _IO_FILE_complete.
10501         * libio/iofdopen.c: Ditto.
10502         * libio/iofopen.c: Ditto.
10503         * libio/iofopen64.c: Ditto.
10504         * libio/iopopen.c: Ditto.
10505         * libio/iovdprintf.c: Ditto.
10507         * libio/genops.c (_IO_init): Set _vtable_offset to 0.
10509         * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
10510         and make it for _IO_fdopen/fdopen version GLIBC_2.1.
10512         * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
10513         _IO_old_fdopen, _IO_new_fdopen): New declaration.
10515         * libio/libio.h (_IO_FILE): Add more fields.
10516         (_IO_FILE_complete): Defined and make _IO_FILE be the old
10517         one if _IO_USE_OLD_IO_FILE is defined
10518         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
10519         them _IO_FILE_complete.
10521         * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
10522         to adjust vtable.
10523         (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
10524         _IO_JUMPS.
10525         (_IO_FILE_complete): Commented out.
10527         * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
10528         * libio/oldiofclose.c: Ditto.
10529         * libio/oldiofopen.c: Ditto.
10530         * libio/oldstdfiles.c: Ditto.
10532         * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
10533         for the old _IO_FILE.
10535         * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
10536         (_IO_check_libio): Set _vtable_offset for old stdin, stdout
10537         and stderr.
10539         * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
10540         and remove INAME.
10542         * libio/stdio.c (stdin, stdout, stdin): Don't use
10543         _IO_FILE_complete.
10545         * libio/oldiofdopen.c: New.
10547         * stdio-common/vfprintf.c (buffered_vfprintf): Set
10548         hp->_vtable_offset to 0.
10550 1997-11-18 08:03  H.J. Lu  <hjl@gnu.ai.mit.edu>
10552         * libc.map (_IO_file_open): Added.
10554         * libio/libioP.h (_IO_file_open): Declared.
10556         * libio/fileops.c (_IO_file_open): New.
10557         (_IO_file_fopen): Call _IO_file_open ().
10559         * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
10560         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
10562 1997-12-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10564         * signal/signal.h: Fix selection of signal semantics to match
10565         comment.
10567 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10569         * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
10570         * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
10571         rt_sigreturn.
10572         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
10573         [$(subdir)=signal]: Remove rt_sigreturn.
10574         * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
10575         * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
10576         * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
10578 1997-12-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10580         * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>.  Fix
10581         declarations.
10583 1997-12-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10585         * iconvdata/extra-module.mk: Expand extra-objs now.
10587 1997-12-09  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10589         * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
10590         inline functions by feature tests to avoid warning about missing
10591         prototype declarations.
10593 1997-12-09 15:08  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10595         * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
10596         return code for non existent +name entries.
10597         * nis/nss_compat/compat-pwd.c: Likewise.
10598         * nis/nss_compat/compat-spwd.c: Likewise.
10600 1997-12-10 13:52  Philip Blundell  <pb@nexus.co.uk>
10602         * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
10603         (EIO): Likewise.
10604         (ENOSPC): Likewise.
10605         (EEXIST): Likewise.
10606         (__errno_location): Likewise.
10608         * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
10610         * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
10612 1997-12-09 08:10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10614         * sunrpc/publickey.c: Use new NSS interface.
10616 1997-12-09 03:08  Ulrich Drepper  <drepper@cygnus.com>
10618         * manual/malloc.texi: Document mtrace/muntrace and the concept.
10620 1997-12-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10622         * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
10623         value, to match spirit of the standard.
10624         * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
10625         * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
10626         * sysdeps/m68k/fpu/fesetenv.c: Likewise.
10628 1997-12-02  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
10630         * manual/signal.texi (Signal Stack): Remove spurious @item.
10632 1997-12-08  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10634         * rt/aio.h: Remove double semicolon.
10636         * rt/librt.map: Add aio_init.
10638 1997-12-08 03:24  Ulrich Drepper  <drepper@cygnus.com>
10640         * Makeconfig: Define $(rt) to rt if linuxthreads is available.
10641         * Makefile (subdirs): Replace rt by $(rt).
10643         * shlib-versions: Use version .2 for NSS modules.
10645         * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
10646         argument.
10647         * pwd/fgetpwent_r.c: Likewise.
10648         * spwd/fgetspent_r.c: Likewise.
10649         * spwd/sgetspent_r.c: Likewise.
10650         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
10651         Store error number in *ERRNOP.  Little optimization.
10652         * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
10653         * hesiod/nss_hesiod/hesiod-service.c: Likewise.
10654         * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
10655         (__internal_getnetgrent_r): New argument.
10656         Call __internal_setnetgrent_reuse with new argument.
10657         (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
10658         * inet/netgroup.h: Add argument to prototypes.
10659         * nis/nisplus-parser.h: Likewise.
10660         * nis/nss_compat/compat-grp.c: Change everything to store error
10661         code through provided pointer and not use errno.
10662         * nis/nss_compat/compat-pwd.c: Likewise.
10663         * nis/nss_compat/compat-spwd.c: Likewise.
10664         * nis/nss_nis/nis-alias.c: Likewise.
10665         * nis/nss_nis/nis-ethers.c: Likewise.
10666         * nis/nss_nis/nis-grp.c: Likewise.
10667         * nis/nss_nis/nis-hosts.c: Likewise.
10668         * nis/nss_nis/nis-netgrp.c: Likewise.
10669         * nis/nss_nis/nis-network.c: Likewise.
10670         * nis/nss_nis/nis-proto.c: Likewise.
10671         * nis/nss_nis/nis-publickey.c: Likewise.
10672         * nis/nss_nis/nis-pwd.c: Likewise.
10673         * nis/nss_nis/nis-rpc.c: Likewise.
10674         * nis/nss_nis/nis-service.c: Likewise.
10675         * nis/nss_nis/nis-spwd.c: Likewise.
10676         * nis/nss_nisplus/nisplus-alias.c: Likewise.
10677         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
10678         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10679         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
10680         * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
10681         * nis/nss_nisplus/nisplus-network.c: Likewise.
10682         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10683         * nis/nss_nisplus/nisplus-proto.c: Likewise.
10684         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10685         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10686         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
10687         * nis/nss_nisplus/nisplus-service.c: Likewise.
10688         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
10689         * nss/nss_db/db-XXX.c: Likewise.
10690         * nss/nss_db/db-alias.c: Likewise.
10691         * nss/nss_db/db-netgrp.c: Likewise.
10692         * nss/nss_files/files-XXX.c: Likewise
10693         * nss/nss_files/files-alias.c: Likewise
10694         * nss/nss_files/files-netgrp.c: Likewise
10695         * nss/nss_files/files-parse.c: Likewise
10696         * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
10697         parameter of get functions.
10698         * nss/getXXent_r.c: Likewise.
10700         * localedata/tst-fmon.c: Print debug info if test fails.
10702         * rt/Makefile (routines): Add aio_notify.
10703         * rt/aio.h: Remove non-public definitions.  Add aioinit stuff.
10704         * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
10705         * rt/aio_fsync.c: Likewise.
10706         * rt/aio_misc.c: Likewise.
10707         * rt/aio_misc.h: Likewise.
10708         * rt/aio_read.c: Likewise.
10709         * rt/aio_read64.c: Likewise.
10710         * rt/aio_suspend.c: Likewise.
10711         * rt/aio_write.c: Likewise.
10712         * rt/aio_write64.c: Likewise.
10713         * rt/lio_listio.c: Likewise.
10714         * rt/lio_listio64.c: Likewise.
10715         * rt/aio_notify.c: New file.
10717         * sysdeps/generic/bits/sigset.h: Pretty print.
10719         * sysdeps/posix/pwrite.c: Define weak alias only if function is
10720         really defined as __pwrite.
10722         * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
10723         instead of pread64.
10724         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10726         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
10727         (sysdep_routines): Add rt_sigpending and rt_sigreturn.
10728         * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
10729         size in syscall.
10730         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10731         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10732         * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
10733         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10734         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
10735         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
10736         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.  Take care
10737         for ACT being NULL.
10738         * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
10739         RT signals.
10740         * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
10741         __NR_pread is not defined.
10742         * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
10743         __NR_pwrite is not defined.
10745 1997-12-07 11:15  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10747         * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
10748         handle for /etc/group back in some more cases.
10749         * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
10750         handle for /etc/passwd back in some more cases.
10751         * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
10752         handle for /etc/shadow back in some more cases.
10754 1997-12-06 17:00  H.J. Lu  <hjl@gnu.org>
10756         * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
10757         beyound its size.
10758         * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
10759         * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
10761 1997-12-06 04:38  Ulrich Drepper  <drepper@cygnus.com>
10763         * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
10764         handling.  Don't use macros, we need functions.  Use inline functions
10765         for optimization.
10766         * sysdeps/wordsize-64/inttypes.h: Likewise.
10767         * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
10768         and wcstoumax.
10769         * sysdeps/wordsize-64/Makefile: Likewise.
10770         * sysdeps/wordsize-32/Dist: Likewise.
10771         * sysdeps/wordsize-64/Dist: Likewise.
10772         * sysdeps/wordsize-32/strtoimax.c: New file.
10773         * sysdeps/wordsize-32/strtoumax.c: New file.
10774         * sysdeps/wordsize-32/wcstoimax.c: New file.
10775         * sysdeps/wordsize-32/wcstoumax.c: New file.
10776         * sysdeps/wordsize-64/strtoimax.c: New file.
10777         * sysdeps/wordsize-64/strtoumax.c: New file.
10778         * sysdeps/wordsize-64/wcstoimax.c: New file.
10779         * sysdeps/wordsize-64/wcstoumax.c: New file.
10781 1997-12-04 10:40  Philip Blundell  <pb@nexus.co.uk>
10783         * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
10784         that transparent union works.
10785         * sysdeps/generic/wait4.c (__wait4): Likewise.
10786         * sysdeps/generic/wait.c (__wait): Likewise.
10788         * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
10789         size_t.
10791         * sysdeps/generic/syscall.c (syscall): Return value and arg are
10792         long, to match prototype.
10794         * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
10795         have mremap() yet.
10797         * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
10799         * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
10801         * sysdeps/generic/bits/time.h: Use __time_t not time_t.
10803         * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
10804         __rlim_t.
10806         * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
10808         * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
10810         * io/sys/stat.h (S_ISLNK): Always false if we don't have
10811         __S_IFLNK.
10813         * sysdeps/standalone/close.c (_STDIO_H): Define before including
10814         <bits/stdio_lim.h>.
10815         * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
10817 1997-12-06 01:09  Ulrich Drepper  <drepper@cygnus.com>
10819         * posix/sys/wait.h: Don't use transparent unions in C++.
10821 1997-12-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10823         * time/time.h: Add strfxtime.
10825         * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
10826         sysv_signal, strfxtime, pread64, pwrite64.
10828 1997-11-30 21:57  Richard Henderson  <rth@cygnus.com>
10830         Alpha changes for EGCS:
10831         * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
10832         * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
10833         * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
10834         (_start): Likewise.
10835         * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
10837 1997-12-05 00:01  Ulrich Drepper  <drepper@cygnus.com>
10839         The kernel expects the arguments in a different order.
10840         * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
10841         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
10843         * FAQ.in: New file.
10844         * gen-FAQ.pl: New file.
10845         * Makefile (FAQ): Add rule to generate from FAQ.in.
10847         * iconvdata/Makefile: Treat libJIS like the other modules.
10849         * rt/librt.map: New file.
10851         * sysdeps/wordsize-32/bits/environments.h: Add test for direct
10852         inclusion.
10853         * sysdeps/wordsize-64/bits/environments.h: Likewise.  Correct
10854         comment.
10856 1997-12-04 22:29  Ulrich Drepper  <drepper@cygnus.com>
10858         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
10859         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
10860         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
10861         Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
10863 1997-11-27  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10865         * string/bits/string2.h: Fix spellings.
10867         * string/string.h: Fix spellings.
10869 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10871         * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
10872         declaration to __syscall_rt_sigaction.
10874         * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
10875         non-existant <sigcontext.h>.
10877 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10879         * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
10880         typo.
10882 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10884         * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
10886         * Makeconfig (shared-thread-library): Correct spelling.
10888         * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
10889         <asm/pci.h>.
10891 1997-12-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
10893         * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
10894         constants from Linux headers. Pointed out by
10895         csmall@scooter.o.i.net. [PR libc/369]
10897 1997-12-04 10:21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
10899         * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
10901 1997-12-04 00:06  Zack Weinberg  <zack@rabi.phys.columbia.edu>
10903         * configure.in: If --enable-add-ons is given without an
10904         argument, set the addons list to all subdirs with a configure
10905         script.
10907 1997-12-03 23:50  Ulrich Drepper  <drepper@cygnus.com>
10909         * Makeconfig: Add shared-thread-library variable.
10911         * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
10912         * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
10913         here.
10914         * sysdeps/m68k/fpu/e_acos.c: Likewise.
10915         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
10916         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
10917         * sysdeps/m68k/fpu/e_pow.c: Likewise.
10918         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
10919         * sysdeps/m68k/fpu/k_cos.c: Likewise.
10920         * sysdeps/m68k/fpu/k_sin.c: Likewise.
10921         * sysdeps/m68k/fpu/k_tan.c: Likewise.
10922         * sysdeps/m68k/fpu/s_atan.c: Likewise.
10923         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
10924         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
10925         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
10926         * sysdeps/m68k/fpu/s_csin.c: Likewise.
10927         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
10928         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
10929         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
10930         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
10931         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
10932         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
10933         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
10934         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
10935         * sysdeps/m68k/fpu/s_modf.c: Likewise.
10936         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
10937         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
10938         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
10940         * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
10941         __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
10942         * signal/Makefile (headers): Add bits/siginfo.h.
10943         (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
10944         (distribute): Add testrtsig.h.
10945         * signal/allocrtsig.c: New file.
10946         * signal/signal.h: Define `union sigval'.  Include <bits/siginfo.h>.
10947         Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
10948         __libc_current_sigrtmax.
10949         * sysdeps/generic/sigqueue.c: New file.
10950         * sysdeps/generic/sigtimedwait.c: New file.
10951         * sysdeps/generic/sigwaitinfo.c: New file.
10952         * sysdeps/generic/testrtsig.h: New file.
10953         * sysdeps/generic/bits/siginfo.h: New file.
10954         * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
10955         * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
10956         old_kernel_sigaction and rename sa_handler member to k_sa_handler.
10957         * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
10958         * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
10959         * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
10960         * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
10961         * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
10962         * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
10963         * sysdeps/unix/sysv/linux/sigpending.c: New file.
10964         * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
10965         * sysdeps/unix/sysv/linux/sigqueue.c: New file.
10966         * sysdeps/unix/sysv/linux/sigreturn.c: New file.
10967         * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
10968         * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
10969         * sysdeps/unix/sysv/linux/testrtsig.h: New file.
10970         * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
10971         * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
10972         * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
10973         * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
10974         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
10975         and _POSIX_REALTIME_SIGNALS.
10976         * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
10977         * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
10978         update _NSIG.
10979         * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
10980         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
10981         definitions.
10983         * Makefile (subdirs): Add rt.
10984         * shlib-versions: Add entry for librt.
10985         * rt/Makefile: New file.
10986         * rt/aio.h: New file.
10987         * rt/aio_cancel.c: New file.
10988         * rt/aio_error.c: New file.
10989         * rt/aio_fsync.c: New file.
10990         * rt/aio_misc.c: New file.
10991         * rt/aio_misc.h: New file.
10992         * rt/aio_read.c: New file.
10993         * rt/aio_read64.c: New file.
10994         * rt/aio_return.c: New file.
10995         * rt/aio_suspend.c: New file.
10996         * rt/aio_write.c: New file.
10997         * rt/aio_write64.c: New file.
10998         * rt/lio_listio.c: New file.
10999         * rt/lio_listio64.c: New file.
11000         * sysdeps/generic/aio_sigqueue.c: New file.
11001         * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
11002         * sysdeps/unix/sysv/linux/Dist: Add new files
11003         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
11004         (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
11005         rt_sigqueueinfo, rt_sigaction.
11007         * posix/Makefile (headers): Add bits/environments.h.
11008         * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
11009         and _CS_LFS_CFLAGS on 64bit platforms.
11010         * posix/unistd.h: Define _XOPEN_LEGACY.  Explain _XOPEN_REALTIME
11011         and _XOPEN_REALTIME_THREADS.  Include bits/environments.h.
11012         * sysdeps/generic/bits/confname.h: Define _SC_* constants for
11013         compilation modules.
11014         * sysdeps/wordsize-32/bits/environments.h: New file.
11015         * sysdeps/wordsize-64/bits/environments.h: New file.
11017         * posix/getopt.c: Remove declaration of getpid and __libc_pid.
11018         * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
11019         __libc_pid.
11020         * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
11021         0xf00baa.
11023         * string/string.h: Add declaration of __strverscmp.
11024         * string/strverscmp.c: Rename function ot __strverscmp and make old
11025         name weak alias.
11027         * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
11028         * sysdeps/generic/enbl-secure.c: Likewise.
11029         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11031         * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
11033         * sysdeps/unix/sysv/linux/sys/pci.h: New file.
11035 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
11037         * posix/sys/wait.h: Use __transparent_union__ instead of
11038         transparent_union.  Reported by Roland McGrath.
11040 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11042         * resolv/inet_neta.c (inet_neta): Change type of first parameter
11043         to u_int32_t.  Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
11044         [PR libc/366].
11046         * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
11048         * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
11050 1997-12-03 20:40  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
11052         * grp/initgroups.c: Increase buffer if it is too small.
11054 1997-12-03  Ulrich Drepper  <drepper@cygnus.com>
11056         * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
11057         fields, this is no ISO C.  Reported by Andreas Jaeger.
11059 1997-12-03  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11061         * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
11063 1997-12-03 08:58  Philip Blundell  <pb@nexus.co.uk>
11065         * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
11066         _SYS_UTSNAME_H not _UTSNAME_H.
11068 1997-11-28  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11070         * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
11071         computing s_scale.
11073 1997-11-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11075         * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
11076         * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
11077         * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
11079         * math/libm-test.c (csqrt_test): Add testcase.
11081 1997-12-03 15:44  Ulrich Drepper  <drepper@cygnus.com>
11083         * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
11084         * sysdeps/unix/sysv/linux/sys/Dist: Add it.
11085         * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
11087 1997-11-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11089         * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
11091 1997-12-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11093         * math/libm-test.c (acos_test): Add more tests.
11094         (asin_test): Likewise.
11095         (atan_test): Likewise.
11096         (exp_test): Likewise.
11097         (sin_test): Likewise.
11098         (sqrt_test): Likewise.
11099         (cpow_test): Likewise.
11100         (csqrt_test): Likewise.
11101         (cexp_test): Correct typo in gcc version test.
11103 1997-12-02 17:14  Philip Blundell  <pb@nexus.co.uk>
11105         * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
11106         <bits/setjmp.h>.
11107         * sysdeps/arm/setjmp.S: Likewise.
11109         * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
11111 1997-12-02 18:07  Philip Blundell  <pb@nexus.co.uk>
11113         * stdio/stdio.h: Add prototype for tmpfile64().
11115 1997-12-02 17:47  Philip Blundell  <pb@nexus.co.uk>
11117         * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
11118         prototype to keep in step with libio version.
11120         * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
11122 1997-12-02 17:41  Philip Blundell  <pb@nexus.co.uk>
11124         * sysdeps/generic/Makefile: Don't try to use make_siglist if
11125         cross-compiling.
11127 1997-12-02 01:18  Ulrich Drepper  <drepper@cygnus.com>
11129         * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
11130         load GOT ptr before jumping to _exit.
11131         Reported by Xavier Leroy.
11133 1997-12-01 17:27  Ulrich Drepper  <drepper@cygnus.com>
11135         * Makefile (subdirs): Add iconvdata and localedata.
11137         * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
11139         * iconv/gconv_conf.c (read_conf_file): Little optimization.
11141         * iconvdata/8bit-gap.c: New file.
11142         * iconvdata/8bit-generic.c: Renamed from ...
11143         * iconvdata/iso8859-generic.c: ...this.
11144         * iconvdata/configure: Removed.
11145         * iconvdata/Makefile: Add new modules and better rules.
11146         * iconvdata/iso6937.c: Minor bug fixes.
11147         * iconvdata/iso8859-1.c: Likewise.
11148         * iconvdata/t61.c: Likewise.
11149         * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
11150         Minor bug fixes.
11151         * iconvdata/iso8859-3.c: Likewise.
11152         * iconvdata/iso8859-4.c: Likewise.
11153         * iconvdata/iso8859-5.c: Likewise.
11154         * iconvdata/iso8859-6.c: Likewise.
11155         * iconvdata/iso8859-7.c: Likewise.
11156         * iconvdata/iso8859-8.c: Likewise.
11157         * iconvdata/iso8859-9.c: Likewise.
11158         * iconvdata/iso8859-10.c: Likewise.
11159         * iconvdata/ebcdic-at-de-a.c: New file.
11160         * iconvdata/ebcdic-at-de.c: New file.
11161         * iconvdata/ebcdic-ca-fr.c: New file.
11162         * iconvdata/hp-roman8.c: New file.
11163         * iconvdata/koi-8.c: New file.
11164         * iconvdata/koi8-r.c: New file.
11165         * iconvdata/koi8-h.c: New file.
11166         * iconvdata/latin-greek-1.c: New file.
11167         * iconvdata/latin-greek-1.h: New file.
11168         * iconvdata/latin-greek.c: New file.
11169         * iconvdata/latin-greek.h: New file.
11170         * iconvdata/jis0201.c: New file.
11171         * iconvdata/jis0201.h: New file.
11172         * iconvdata/jis0208.c: New file.
11173         * iconvdata/jis0208.h: New file.
11174         * iconvdata/jis0212.c: New file.
11175         * iconvdata/jis0212.h: New file.
11176         * iconvdata/sjis.c: New file.
11177         * iconvdata/gap.pl: New file.  Script to generate table header.
11178         * iconvdata/gaptab.pl: New file.
11179         * iconvdata/gconv-modules: Add info about new modules.
11181         * locale/programs/charmap.c: Also examine alias names given in charmap
11182         files.
11184         * localedata/*: Add to here from add-on.  We need the information
11185         to generate tables for iconv.
11187         Update from db-2.3.14.
11188         * db2/Makefile: Updated.
11189         * db2/config.h: Likewise.
11190         * db2/db.h: Likewise.
11191         * db2/db_int.h: Likewise.
11192         * db2/btree/bt_cursor.c: Likewise.
11193         * db2/btree/bt_delete.c: Likewise.
11194         * db2/btree/bt_put.c: Likewise.
11195         * db2/btree/bt_search.c: Likewise.
11196         * db2/btree/bt_split.c: Likewise.
11197         * db2/btree/btree_auto.c: Likewise.
11198         * db2/common/db_appinit.c: Likewise.
11199         * db2/common/db_apprec.c: Likewise.
11200         * db2/common/db_err.c: Likewise.
11201         * db2/common/db_region.c: Likewise.
11202         * db2/db/db_auto.c: Likewise.
11203         * db2/db/db_dispatch.c: Likewise.
11204         * db2/db/db_ret.c: Likewise.
11205         * db2/dbm/dbm.c: Likewise.
11206         * db2/hash/hash_auto.c: Likewise.
11207         * db2/include/btree_ext.h: Likewise.
11208         * db2/include/common_ext.h: Likewise.
11209         * db2/include/db.h.src: Likewise.
11210         * db2/include/db_cxx.h: Likewise.
11211         * db2/include/db_ext.h: Likewise.
11212         * db2/include/db_int.h.src: Likewise.
11213         * db2/include/lock.h: Likewise.
11214         * db2/include/log.h: Likewise.
11215         * db2/include/mp.h: Likewise.
11216         * db2/include/mp_ext.h: Likewise.
11217         * db2/include/os_ext.h: Likewise.
11218         * db2/include/os_func.h: Likewise.
11219         * db2/lock/lock.c: Likewise.
11220         * db2/lock/lock_deadlock.c: Likewise.
11221         * db2/log/log.c: Likewise.
11222         * db2/log/log_archive.c: Likewise.
11223         * db2/log/log_auto.c: Likewise.
11224         * db2/log/log_get.c: Likewise.
11225         * db2/log/log_put.c: Likewise.
11226         * db2/mp/mp_bh.c: Likewise.
11227         * db2/mp/mp_fget.c: Likewise.
11228         * db2/mp/mp_fopen.c: Likewise.
11229         * db2/mp/mp_fput.c: Likewise.
11230         * db2/mp/mp_fset.c: Likewise.
11231         * db2/mp/mp_open.c: Likewise.
11232         * db2/mp/mp_pr.c: Likewise.
11233         * db2/mp/mp_region.c: Likewise.
11234         * db2/mp/mp_sync.c: Likewise.
11235         * db2/mutex/README: Likewise.
11236         * db2/mutex/mutex.c: Likewise.
11237         * db2/os/os_open.c: Likewise.
11238         * db2/os/os_func.c: Removed.
11239         * db2/os/os_config.c: New file.
11240         * db2/os/os_spin.c: New file.
11241         * db2/txn/txn.c: Likewise.
11242         * db2/txn/txn_auto.c: Likewise.
11244 1997-11-30 06:01  Ulrich Drepper  <drepper@cygnus.com>
11246         * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
11247         __typeof for C++ since this fails for class members.
11248         Reported by Neal Becker <neal@ctd.comsat.com>.
11250 1997-11-28 11:21  Zack Weinberg  <zack@rabi.phys.columbia.edu>
11252         * configure.in: Check for a working makeinfo (3.11 or better).
11253         * config.make.in: Add MAKEINFO to be substituted.
11254         * manual/Makefile: Don't update info if makeinfo is too old.
11256 1997-11-30 05:21  Ulrich Drepper  <drepper@cygnus.com>
11258         * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
11259         * sysdeps/alpha/__longjmp.S: Likewise.
11260         * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
11261         not <bits/termios.h>.
11263         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
11264         __llseek and make llseek and lseek64 weak aliases.
11265         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
11266         Patches by a sun <asun@zoology.washington.edu>.
11268 1997-11-29 19:19  Zack Weinberg  <zack@rabi.phys.columbia.edu>
11270         * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
11271         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
11272         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
11273         * misc/sys/syslog.h: Clean up BSD header.
11275 1997-11-29  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11277         * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
11279         * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
11280         for ctan(+-inf,x).
11281         * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
11282         * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
11284         * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
11285         csqrt (-1), ctanh(i*pi/4).
11287 1997-11-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11289         * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
11291 1997-11-28 13:28  Philip Blundell  <Philip.Blundell@pobox.com>
11293         * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
11295 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11297         * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
11299 1997-11-26 21:28  Ulrich Drepper  <drepper@cygnus.com>
11301         * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
11302         and use.  Define GETCWD_RETURN_TYPE instead and use it.
11303         * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
11304         of GETCWD_STORYGE_CLASS and put the return type and the
11305         `internal_function' in the right order for gcc 2.7.2.
11307 1997-11-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11309         * sysdeps/unix/sysv/linux/sys/module.h: Remove file.  It's
11310         incompatible with Linux 2.1.x.  Packages using modules
11311         (e.g. modutils) should/do provide their own version.  Suggested by
11312         Richard Henderson.
11314         * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
11316         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
11317         [$(subdir)=socket]: Remove sys/module.h.
11319 1997-11-26 04:28  Ulrich Drepper  <drepper@cygnus.com>
11321         * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
11322         computing s_scale.  Patch by a sun <asun@zoology.washington.edu>.
11324         * iconv/gconv_close.c: Correct freeing of descriptor data.
11325         * iconv/gconv_simple.c: Return correct error values for illegal or
11326         incomplete characters.
11328         * Makefile (iconvdata/%): Special goal to simplify iconvdata
11329         development.
11330         * iconvdata/Makefile: New file.
11331         * iconvdata/configure: Likewise.
11332         * iconvdata/extra-module.mk: Likewise.
11333         * iconvdata/gconv-modules: Likewise.
11334         * iconvdata/iso6937.c: Likewise.
11335         * iconvdata/iso8859-1.c: Likewise.
11336         * iconvdata/iso8859-10.c: Likewise.
11337         * iconvdata/iso8859-10.h: Likewise.
11338         * iconvdata/iso8859-2.c: Likewise.
11339         * iconvdata/iso8859-2.h: Likewise.
11340         * iconvdata/iso8859-3.c: Likewise.
11341         * iconvdata/iso8859-3.h: Likewise.
11342         * iconvdata/iso8859-4.c: Likewise.
11343         * iconvdata/iso8859-4.h: Likewise.
11344         * iconvdata/iso8859-5.c: Likewise.
11345         * iconvdata/iso8859-5.h: Likewise.
11346         * iconvdata/iso8859-6.c: Likewise.
11347         * iconvdata/iso8859-6.h: Likewise.
11348         * iconvdata/iso8859-7.c: Likewise.
11349         * iconvdata/iso8859-7.h: Likewise.
11350         * iconvdata/iso8859-8.c: Likewise.
11351         * iconvdata/iso8859-8.h: Likewise.
11352         * iconvdata/iso8859-9.c: Likewise.
11353         * iconvdata/iso8859-9.h: Likewise.
11354         * iconvdata/iso8859-generic.c: Likewise.
11355         * iconvdata/t61.c: Likewise.
11357         * string/Makefile (routines): Add strcasestr.
11358         * string/string.h: Add prototype for strcasestr.
11359         * sysdeps/generic/strcasestr.c: New file.
11360         * wcsmbs/mbrtowc.c: Simplify special case a bit.
11361         * wcsmbs/wcrtomb.c: Likewise.
11362         * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
11363         * wcsmbs/wcsnrtombs.c: Likewise.
11364         * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
11365         partial character is read.
11366         * wcsmbs/wcsrtombs.c: Likewise.
11367         * wcsmbs/wmemrtombs.c: Likewise.
11368         * wcsmbs/wmemrtowcs.c: Likewise.
11370         * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
11371         * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
11372         * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
11373         * sysdeps/i386/elf/setjmp.S: Likewise.
11374         * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
11375         <bits/termios.h>.
11377         * sysdeps/posix/mk-stdiolim.c: Output file with comment.
11378         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
11380         * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
11381         * sysvipc/sys/ipc.h: Likewise.
11382         * sysvipc/sys/msg.h: Likewise.
11383         * sysvipc/sys/sem.h: Likewise.
11384         * sysvipc/sys/shm.h: Likewise.
11386         * sysdeps/alpha/bits/endian.h: Issue error message if the header is
11387         used directly.
11388         * sysdeps/alpha/bits/setjmp.h: Likewise.
11389         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
11390         * sysdeps/arm/bits/endian.h: Likewise.
11391         * sysdeps/arm/bits/setjmp.h: Likewise.
11392         * sysdeps/generic/bits/byteswap.h: Likewise.
11393         * sysdeps/generic/bits/confname.h: Likewise.
11394         * sysdeps/generic/bits/dirent.h: Likewise.
11395         * sysdeps/generic/bits/dlfcn.h: Likewise.
11396         * sysdeps/generic/bits/endian.h: Likewise.
11397         * sysdeps/generic/bits/fenv.h: Likewise.
11398         * sysdeps/generic/bits/huge_val.h: Likewise.
11399         * sysdeps/generic/bits/in.h: Likewise.
11400         * sysdeps/generic/bits/ioctl-types.h: Likewise.
11401         * sysdeps/generic/bits/ioctls.h: Likewise.
11402         * sysdeps/generic/bits/ipc.h: Likewise.
11403         * sysdeps/generic/bits/msq.h: Likewise.
11404         * sysdeps/generic/bits/poll.h: Likewise.
11405         * sysdeps/generic/bits/resource.h: Likewise.
11406         * sysdeps/generic/bits/sched.h: Likewise.
11407         * sysdeps/generic/bits/sem.h: Likewise.
11408         * sysdeps/generic/bits/setjmp.h: Likewise.
11409         * sysdeps/generic/bits/shm.h: Likewise.
11410         * sysdeps/generic/bits/sigaction.h: Likewise.
11411         * sysdeps/generic/bits/sigcontext.h: Likewise.
11412         * sysdeps/generic/bits/socket.h: Likewise.
11413         * sysdeps/generic/bits/stat.h: Likewise.
11414         * sysdeps/generic/bits/statfs.h: Likewise.
11415         * sysdeps/generic/bits/stdio_lim.h: Likewise.
11416         * sysdeps/generic/bits/termios.h: Likewise.
11417         * sysdeps/generic/bits/time.h: Likewise.
11418         * sysdeps/generic/bits/uio.h: Likewise.
11419         * sysdeps/generic/bits/utmp.h: Likewise.
11420         * sysdeps/generic/bits/utmpx.h: Likewise.
11421         * sysdeps/generic/bits/utsname.h: Likewise.
11422         * sysdeps/generic/bits/waitflags.h: Likewise.
11423         * sysdeps/generic/bits/waitstatus.h: Likewise.
11424         * sysdeps/gnu/bits/utmp.h: Likewise.
11425         * sysdeps/gnu/bits/utmpx.h: Likewise.
11426         * sysdeps/i386/bits/byteswap.h: Likewise.
11427         * sysdeps/i386/bits/endian.h: Likewise.
11428         * sysdeps/i386/bits/huge_val.h: Likewise.
11429         * sysdeps/i386/bits/setjmp.h: Likewise.
11430         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
11431         * sysdeps/ieee754/bits/huge_val.h: Likewise.
11432         * sysdeps/m68k/bits/byteswap.h: Likewise.
11433         * sysdeps/m68k/bits/endian.h: Likewise.
11434         * sysdeps/m68k/bits/setjmp.h: Likewise.
11435         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
11436         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
11437         * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
11438         * sysdeps/mach/hurd/bits/stat.h: Likewise.
11439         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
11440         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
11441         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
11442         * sysdeps/mips/bits/dlfcn.h: Likewise.
11443         * sysdeps/mips/bits/endian.h: Likewise.
11444         * sysdeps/mips/bits/setjmp.h: Likewise.
11445         * sysdeps/mips/dec/bits/endian.h: Likewise.
11446         * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
11447         * sysdeps/mips/mipsel/bits/endian.h: Likewise.
11448         * sysdeps/mips/p40/bits/endian.h: Likewise.
11449         * sysdeps/powerpc/bits/endian.h: Likewise.
11450         * sysdeps/powerpc/bits/fenv.h: Likewise.
11451         * sysdeps/powerpc/bits/setjmp.h: Likewise.
11452         * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
11453         * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
11454         * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
11455         * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
11456         * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
11457         * sysdeps/unix/bsd/bits/dirent.h: Likewise.
11458         * sysdeps/unix/bsd/bits/stat.h: Likewise.
11459         * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
11460         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
11461         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
11462         * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
11463         * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
11464         * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
11465         * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
11466         * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
11467         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
11468         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
11469         * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
11470         * sysdeps/unix/common/bits/dirent.h: Likewise.
11471         * sysdeps/unix/sysv/bits/dirent.h: Likewise.
11472         * sysdeps/unix/sysv/bits/stat.h: Likewise.
11473         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
11474         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
11475         * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
11476         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
11477         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
11478         * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
11479         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
11480         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
11481         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
11482         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
11483         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
11484         * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
11485         * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
11486         * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
11487         * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
11488         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
11489         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
11490         * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
11491         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
11492         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
11493         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
11494         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
11495         * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
11496         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
11497         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11498         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
11499         * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
11500         * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
11501         * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
11502         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
11503         * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
11504         * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
11505         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
11506         * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
11507         * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
11508         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
11509         * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
11510         * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
11511         * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
11512         * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
11513         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
11514         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
11515         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11516         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
11517         * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
11518         * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
11519         * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
11520         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
11521         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
11522         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
11523         * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
11524         * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
11525         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
11526         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
11527         * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
11528         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
11529         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
11530         * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
11531         * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
11532         * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
11533         * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
11534         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
11535         * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
11536         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
11537         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
11538         * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
11539         * sysdeps/vax/bits/huge_val.h: Likewise.
11540         * sysdeps/vax/bits/setjmp.h: Likewise.
11541         * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
11542         * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
11544 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11546         * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
11548 1997-11-25  Paul Eggert  <eggert@shade.twinsun.com>
11550         * strftime.c (strftime):
11551         No longer any need to undef or declare if emacs is defined.
11552         (my_strftime): When checking a -1 returned by mktime, don't blow up
11553         if localtime_r returns NULL.
11555 1997-11-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11557         * README.template: Fix spelling.
11559 1997-11-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11561         * configure.in: Enhance --enable-add-ons description a wee bit.
11563 1997-11-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11565         * glibcbug.in: Add more information of build environment and flags.
11567 1997-11-23  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11569         * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
11570         it into ENOENT.
11572 1997-11-24 03:01  Ulrich Drepper  <drepper@cygnus.com>
11574         * elf/dl-support.c: Call __libc_init_secure to make sure
11575         __libc_enable_secure is defined early.
11576         * sysdeps/generic/enbl-secure.c: Change function name to
11577         __libc_init_secure and make it global instead of a constructor.
11579         * iconv/gconv.c: Fix lots of bugs.
11580         * iconv/gconv.h: Likewise.
11581         * iconv/gconv_builtin.h: Likewise.
11582         * iconv/gconv_close.c: Likewise.
11583         * iconv/gconv_conf.c: Likewise.
11584         * iconv/gconv_db.c: Likewise.
11585         * iconv/gconv_dl.c: Likewise.
11586         * iconv/gconv_open.c: Likewise.
11587         * iconv/gconv_simple.c: Likewise.
11588         * iconv/iconv.c: Likewise.
11589         * iconv/iconv_close.c: Likewise.
11590         * iconv/iconv_open.c: Likewise.
11592         * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
11593         * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
11594         * wcsmbs/wmemrtombs.c: New file.
11595         * wcsmbs/wmemrtowcs.c: New file.
11597 1997-11-22 19:28  Ulrich Drepper  <drepper@cygnus.com>
11599         * iconv/gconv_simple.c: Fix lots of bugs.
11600         * iconv/iconv_open.c: Normalize names before passing them to
11601         __gconv_open.
11603         * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
11605         * libio/iopopen.c: Check for correct mode argument and punt otherwise.
11606         * stdio-common/test-popen.c: Add test for above change.
11608         * math/libm-test.c: Print test results also using %a format,
11609         specified in PRINTF_XEXPR macro.
11610         * math/test-double.c: Define PRINTF_XEXPR.
11611         * math/test-float.c: Likewise.
11612         * math/test-ldouble.c: Likewise.
11613         * math/test-idouble.c: Likewise.
11614         * math/test-ifloat.c: Likewise.
11615         * math/test-ildoubl.c: Likewise.
11617         * stdio-common/vfscanf.c: Recognize a in format specifier only as
11618         modifier if used before s, S, or [.  Otherwise it's the hexadecimal
11619         FP number format.
11621         * stdlib/strtod.c: Little code cleanup.
11623         * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
11624         compiling in math subdir.
11626         * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
11627         instead of __LIBC_M81_MATH_INLINES.
11628         * sysdeps/m68k/fpu/e_atan2.c: Likewise.
11629         * sysdeps/m68k/fpu/e_fmod.c: Likewise.
11630         * sysdeps/m68k/fpu/e_pow.c: Likewise.
11631         * sysdeps/m68k/fpu/e_scalb.c: Likewise.
11632         * sysdeps/m68k/fpu/k_cos.c: Likewise.
11633         * sysdeps/m68k/fpu/k_sin.c: Likewise.
11634         * sysdeps/m68k/fpu/k_tan.c: Likewise.
11635         * sysdeps/m68k/fpu/s_atan.c: Likewise.
11636         * sysdeps/m68k/fpu/s_ccos.c: Likewise.
11637         * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
11638         * sysdeps/m68k/fpu/s_cexp.c: Likewise.
11639         * sysdeps/m68k/fpu/s_csin.c: Likewise.
11640         * sysdeps/m68k/fpu/s_csinh.c: Likewise.
11641         * sysdeps/m68k/fpu/s_frexp.c: Likewise.
11642         * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
11643         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
11644         * sysdeps/m68k/fpu/s_llrint.c: Likewise.
11645         * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
11646         * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
11647         * sysdeps/m68k/fpu/s_lrint.c: Likewise.
11648         * sysdeps/m68k/fpu/s_modf.c: Likewise.
11649         * sysdeps/m68k/fpu/s_remquo.c: Likewise.
11650         * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
11651         * sysdeps/m68k/fpu/s_sincos.c: Likewise.
11652         * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
11653         __LIBC_INTERNAL_MATH_INLINES is defined.
11655         * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
11656         of compare macros from ISO C 9X.  Optimize generic versions a bit.
11657         Define __signbit inline functions and __ieee754_sqrt which can be
11658         used if the ompiler is fixed.
11660         * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
11662 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11664         * Makerules ($(common-objpfx)stub-$(subdir)): Look for
11665         sysdeps/generic in the whole dep file, not only in the first line.
11667 1997-11-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11669         * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
11671 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11673         * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
11674         place.
11676 1997-11-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11678         * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
11679         is non-empty.
11681 1997-11-20 16:51  Ulrich Drepper  <drepper@cygnus.com>
11683         * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
11684         return value.
11686 1997-11-19 21:36  Ulrich Drepper  <drepper@cygnus.com>
11688         * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
11689         readlink succeeds but the return value is too long.
11691         * stdio-common/printf_fphex.c: Determine sign of number correctly.
11693 1997-11-19 02:45  Ulrich Drepper  <drepper@cygnus.com>
11695         * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
11696         __remqu for Alpha.
11698 1997-11-18 23:08  Ulrich Drepper  <drepper@cygnus.com>
11700         * sysdeps/generic/sys/ucontext.h: Stub context file.
11702         * libio/iofprintf.c: Removed.  We use the stdio-common version.
11704         * manual/Makefile (distribute): Add stdio-fp.c.
11706         * sysdeps/powerpc/Dist: Add ppc-mcount.S.
11708         * db2/Makefile (distribute): Add include/os_func.h, README and
11709         mutex/tsl_parisc.s.
11711         * hesiod/Makefile (distribute): Add README.hesiod.
11713 1997-11-18 22:14  Ulrich Drepper  <drepper@cygnus.com>
11715         * iconv/gconv.c: Correctly call transformation function.
11717         * manual/maint.texi: Document need of binutils 2.8.1.0.17.
11719 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11721         * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
11722         wrong results for e.g. remquo (3,2, &x)).
11723         * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
11724         * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
11726 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11728         * configure.in (ld --version-script): Test if the same symbol
11729         maybe defined in all versions (needed by recent changes to
11730         libc.map and supported with binutils 2.8.1.0.17) and issue warning
11731         if versioning is not supported/enabled.
11732         (bash test): Correct test case.
11734         * math/libm-test.c: Added counting/reporting of number of test cases.
11736         * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
11737         use awk instead.
11739         * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
11741 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11743         * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
11745 1997-11-18 18:04  Ulrich Drepper  <drepper@cygnus.com>
11747         * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
11748         Replace revoke call by use of REVOKE.
11749         * sysdeps/unix/sysv/linux/pty.c: New file.  Define REVOKE as
11750         empty and #include generic version.
11751         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
11753 1997-11-18 16:02  Ulrich Drepper  <drepper@cygnus.com>
11755         * libc.map: Add socket functions with __libc_* names.
11756         Reported by Andreas Jaeger.
11758 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11760         * libc.map: Tidy up (remove duplicates, sort entries).
11762 1997-11-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11764         * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
11766 1997-11-18 06:45  Ulrich Drepper  <drepper@cygnus.com>
11768         * sysdeps/generic/pty.c: Make thread safe.  Fix bug when calling
11769         again after successful call.
11770         Patch by Marc Lehmann <pcg@goof.com>.
11772 1997-11-17  Paul Eggert  <eggert@twinsun.com>
11774         * time/mktime.c, time/strftime.c (_REENTRANT): #define,
11775         as some hosts need this to declare localtime_r properly.
11777 1997-11-18 06:08  Ulrich Drepper  <drepper@cygnus.com>
11779         * libc.map: Add iconv_open, iconv, and iconv_close.
11781 1997-11-18 02:31  Ulrich Drepper  <drepper@cygnus.com>
11783         * iconv/Makefile: New file.
11784         * iconv/gconv.c: New file.
11785         * iconv/gconv.h: New file.
11786         * iconv/gconv_builtin.c: New file.
11787         * iconv/gconv_builtin.h: New file.
11788         * iconv/gconv_close.c: New file.
11789         * iconv/gconv_conf.c: New file.
11790         * iconv/gconv_db.c: New file.
11791         * iconv/gconv_dl.c: New file.
11792         * iconv/gconv_open.c: New file.
11793         * iconv/gconv_simple.c: New file.
11794         * iconv/iconv.c: New file.
11795         * iconv/iconv.h: New file.
11796         * iconv/iconv_close.c: New file.
11797         * iconv/iconv_open.c: New file.
11798         * include/gconv.h: New file.
11800         * Makeconfig: Define gconvdir.
11801         * Makefile (subdirs): Add iconv.
11803         * string/bits/string2.h: Add optimization for strtok_r.
11805         * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
11806         for NULL.
11807         * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
11808         Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
11810         * configure.in: Correct test for bash2.
11811         Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
11813         * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
11814         (CFLAGS-locfile.c): Likewise.
11815         Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
11817         * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
11818         non-existing entry if the table is full.
11820         * posix/regex.h: Pretty print.
11822         * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
11824         * sysdeps/posix/ctermid.c: Simplify a bit.
11826         * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
11828 1997-11-17  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11830         * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
11831         <sys/types.h> instead of <asm/types.h>.
11833 1997-11-16  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11835         * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
11837 1997-11-16 17:09  H.J. Lu  <hjl@gnu.ai.mit.edu>
11839         * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
11840         fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
11841         (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
11842         (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
11843         fclose): Added to GLIBC_2.1.
11845         * libio/Makefile (routines, shared-only-routines): Add
11846         oldiofclose.  Remove oldfreopen.
11848         * libio/freopen.c (freopen): When PIC is defined, call
11849         _IO_old_freopen () for old stdio.
11851         * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
11852         (_IO_fclose, fclose): Use _IO_new_fclose as default version
11853         for GLIBC_2.1.
11855         * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
11856         instead of _IO_file_close_it.
11858         * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
11859         to _IO_2_1_stdxxx_.
11860         (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
11861         is defined.
11863         * libio/libioP.h (_IO_old_do_flush): New.
11865         * libio/oldfileops.c (_IO_old_file_close_it,
11866         _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
11867         Call _IO_old_do_flush () instead of _IO_do_flush ().
11868         (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
11869         _IO_do_write ().
11871         * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
11872         instead of _IO_file_init ().
11873         Bind old symbols to version GLIBC_2.0.
11875         * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
11876         (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
11877         _IO_stdxxx_.
11878         (_IO_check_libio): New function in .init.
11880         * libio/oldiofclose.c: New file.
11882         * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
11883         _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
11884         (DEF_STDFILE): Don't use default_symbol_version.
11886         * libio/stdio.c (stdin, stdout, stderr): Set to
11887         _IO_2_1_stdxxx_._
11888         (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
11889         stdxxx.
11891         * csu/Makefile (distribute): Add init.c.
11892         (extra-objs): Add init.o for ELF.
11893         (start-installed-name): Add $(objpfx)init.o.
11895         * csu/init.c: New file.
11897 1997-11-12 08:02  H.J. Lu  <hjl@gnu.ai.mit.edu>
11899         * elf/dl-lookup.c (do_lookup): Don't use the hidden base
11900         definition as the default.
11902 1997-08-27  Klaus Espenlaub  <kespenla@hydra.informatik.uni-ulm.de>
11904         * erand48_r.c (__erand48_r): Implement for 32 bit short int.
11906 1997-11-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11908         * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
11909         (PR 351).
11911 1997-11-16 21:01  Philip Blundell  <Philip.Blundell@pobox.com>
11913         * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
11914         to preserve condition codes on function call.
11916 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11918         * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
11920 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11922         * math/libm-test.c (asin_test): Add epsilon for float.
11923         (tan_test): Add epsilon for float.
11924         (log1p_test): Add epsilon for float.
11925         (inverse_functions): Add epsilons.
11927         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
11928         net/if_packet.h.
11930         * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
11932 1997-11-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11934         * md5-crypt/Makefile (extra-objs): Make recursively expanded
11935         variable, since $(object-suffixes) is not defined yet.
11937 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11939         * db2/Makefile (distribute): db185/db185_int.src ->
11940         db185/db185_int.h.
11942 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11944         * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
11945         exactly one.
11947 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11949         * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
11950         name.
11951         * sysdeps/generic/e_acosl.c: Likewise.
11952         * sysdeps/generic/e_asinl.c: Likewise.
11953         * sysdeps/generic/e_atan2l.c: Likewise.
11954         * sysdeps/generic/e_expl.c: Likewise.
11955         * sysdeps/generic/e_fmodl.c: Likewise.
11956         * sysdeps/generic/e_j0l.c: Likewise.
11957         * sysdeps/generic/e_j1l.c: Likewise.
11958         * sysdeps/generic/e_jnl.c: Likewise.
11959         * sysdeps/generic/e_lgammal_r.c: Likewise.
11960         * sysdeps/generic/e_log10l.c: Likewise.
11961         * sysdeps/generic/e_logl.c: Likewise.
11962         * sysdeps/generic/e_powl.c: Likewise.
11963         * sysdeps/generic/e_sqrtl.c: Likewise.
11964         * sysdeps/generic/e_exp2l.c: Likewise.
11966 1997-11-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11968         * Make-dist (+sysdep-names): Remove extra paren.
11969         * Makefile (distribute): Add stub-tag.h.
11970         * elf/Makefile (distribute): Add atomicity.h.
11971         * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
11972         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
11973         [$(subdir)=socket]: Add net/if_packet.h.
11974         * sysdeps/alpha/Dist: Remove setjmp_aux.c.
11975         * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
11976         net/if_packet.h, scsi/sg.h.
11978 1997-11-13  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
11980         * Makefile (install): Quote $(CC) expansion.
11982 1997-11-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
11984         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
11985         working /proc cwd and no restrictions on path length.  Following
11986         some ideas from Andi Kleen <ak@muc.de> (PR 350).
11988 1997-11-14 19:14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
11990         * nis/nss_compat/compat-grp.c: Remove buggy assert call.
11991         * nis/nss_compat/compat-pwd.c: Likewise.
11992         * nis/nss_compat/compat-spwd.c: Likewise.
11994 1997-11-14 22:23  Ulrich Drepper  <drepper@cygnus.com>
11996         * sysdeps/libm-i387/s_fdim.S: New file.
11997         * sysdeps/libm-i387/s_fdimf.S: New file.
11998         * sysdeps/libm-i387/s_fdiml.S: New file.
11999         * sysdeps/libm-i387/i686/s_fdim.S: New file.
12000         * sysdeps/libm-i387/i686/s_fdimf.S: New file.
12001         * sysdeps/libm-i387/i686/s_fdiml.S: New file.
12003 1997-11-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
12005         * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
12006         pointer to unsigned char.
12008 1997-11-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
12010         * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
12012         * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
12014         * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
12016 1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
12018         * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
12019         ilogb(0/NaN).
12020         * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
12021         * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
12023 1997-11-14 05:44  Ulrich Drepper  <drepper@cygnus.com>
12025         * sysdeps/libm-i387/s_fmin.S: New file.
12026         * sysdeps/libm-i387/s_fminf.S: New file.
12027         * sysdeps/libm-i387/s_fminl.S: New file.
12028         * sysdeps/libm-i387/s_fmax.S: New file.
12029         * sysdeps/libm-i387/s_fmaxf.S: New file.
12030         * sysdeps/libm-i387/s_fmaxl.S: New file.
12031         * sysdeps/libm-i387/i686/s_fmin.S: New file.
12032         * sysdeps/libm-i387/i686/s_fminf.S: New file.
12033         * sysdeps/libm-i387/i686/s_fminl.S: New file.
12034         * sysdeps/libm-i387/i686/s_fmax.S: New file.
12035         * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
12036         * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
12038 1997-11-14 03:06  Ulrich Drepper  <drepper@cygnus.com>
12040         * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
12041         * sysdeps/unix/sysv/linux/send.S: Likewise.
12042         * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
12043         * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
12044         * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
12045         * sysdeps/unix/sysv/linux/recv.S: Likewise.
12046         * sysdeps/unix/sysv/linux/sendto.S: Likewise.
12047         * sysdeps/unix/sysv/linux/connect.S: Likewise.
12048         Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
12050 See ChangeLog.7 for earlier changes.