1 1998-07-29 Mark Kettenis <kettenis@phys.uva.nl>
3 * sysdeps/mach/hurd/dl-sysdep.c (__lseek): New function.
4 (__getpid): New function.
7 1998-07-29 15:07 Ulrich Drepper <drepper@cygnus.com>
9 * sysdeps/arm/fpu/Dist: New file. Add ieee754.h.
11 * nis/nis_cache2_xdr.c: Removed.
12 * nis/nis_cache.c: Removed.
13 * nis/nis_cache2.h: Removed.
15 1998-07-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
17 * Rules (tests): Depend on tests-static only if build-static == yes.
19 * misc/Makefile (install-lib): Compile libbsd-compat.a and libg.a
20 only if build-static == yes.
22 1998-07-29 12:58 Ulrich Drepper <drepper@cygnus.com>
24 * sysdeps/generic/glob.c: Winblowz compatibility stuff.
25 Patch received from Paul D. Smith <psmith@BayNetworks.COM>.
27 1998-07-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
29 * sunrpc/clnt_unix.c (__msgwrite)[!SCM_CRED]: Add return
31 * sunrpc/svc_unix.c (__msgwrite)[!SCM_CRED]: Likewise.
33 1998-07-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
35 * manual/pattern.texi (More Flags for Globbing): Fix typo.
37 * manual/math.texi (Special Functions): Fix typo.
39 * sysdeps/unix/sysv/linux/bits/in.h (IPV6_ROUTER_ALERT): New
40 constant from Linux 2.1.112.
42 * posix/Makefile (install-lib): Compile libposix.a only if
45 1998-07-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
47 * sysdeps/generic/glob.c: Maintain const correctness. Move extern
48 declarations to file level. Cope with unsupported
51 1998-07-29 Ulrich Drepper <drepper@cygnus.com>
53 * stdio-common/tst-printf.c: %z is now recognized by printf.
55 * sysdeps/libm-ieee754/c_csqrt.c: Fix problems with some cancelation
57 * sysdeps/libm-ieee754/c_csqrtf.c: Likewise.
58 * sysdeps/libm-ieee754/c_csqrtlc: Likewise.
59 Patch by Stephen L Moshier <moshier@mediaone.net>.
61 * math/libm-test.c (csqrt_test): Correct typo in one test, add
64 * sysdeps/unix/sysv/linux/bits/siginfo.h: Adjust siginfo_t after
67 1998-07-29 6:39 Kazushige Goto <goto@statabo.rim.or.jp>
69 * sysdeps/alpha/fpu/e_sqrt.c [!_IEEE_FP]: Correctly handle
72 1998-07-28 Ulrich Drepper <drepper@cygnus.com>
74 * resolv/nss_dns/dns-host.c (getanswer_r): Lower the priority of
75 warnings when DNSSEC related records are received.
76 * resolv/gethnamaddr.c (getanswer): Likewise.
77 Patch by Brian Wellington <bwelling@anomaly.munge.com>.
79 * signal/signal.h: Add prototype for sysv_signal.
81 * math/libm-test.c (tgamma_test): Remove redundant tests.
83 * sysdeps/generic/glob.c: Correct problems with */foo and GLOB_NOCHECK
84 where foo does not exist in any of the subdirectories.
85 Reported by Paul D. Smith <psmith@BayNetworks.COM>.
87 * posix/globtest.sh: Add test for this bug.
89 * posix/glob.h: Add GLOB_TILDE_CHECK.
90 * sysdeps/generic/glob.c: Implement GLOB_TILDE_CHECK.
91 * posix/globtest.c: Add option T to enable GLOB_TILDE_CHECK.
92 * posix/globtest.sh: Re-enable test with ~ and non-existing user name.
94 1998-07-28 Mark Kettenis <kettenis@phys.uva.nl>
96 * io/sys/statfs.h: Fix typos.
97 * io/sys/statvfs.h: Fix typos.
99 1998-07-28 Ulrich Drepper <drepper@cygnus.com>
101 * version.h (VERSION): Bump to 2.0.95.
103 * math/Makefile (libm-calls): Remove w_gamma, add w_tgamma.
104 * math/Versions [GLIBC_2.1]: Add tgamma, tgammaf, and tgammal.
105 * math/libm-test.c: Split old gamma_test and move half of it in new
106 function tgamma_test.
107 * math/bits/mathcalls.h: Add declaration of tgamma.
108 * sysdeps/libm-ieee754/k_standard.c: Change gamma errors into
110 * sysdeps/libm-ieee754/w_gamma.c: Remove lgamma compatibility code
112 * sysdeps/libm-ieee754/w_tgamma.c: ... this. New file.
113 * sysdeps/libm-ieee754/w_gammaf.c: Remove lgammaf compatibility code
115 * sysdeps/libm-ieee754/w_tgammaf.c: ... this. New file.
116 * sysdeps/libm-ieee754/w_gammal.c: Remove lgammal compatibility code
118 * sysdeps/libm-ieee754/w_tgammal.c: ... this. New file.
119 * sysdeps/libm-ieee754/w_lgamma.c: Add gamma as weak alias.
120 * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
121 * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
123 * stgdio-common/printf-parse.h: Implement handling of j, t, and z
125 * stdio-common/vfprintf.c: Likewise.
126 * stdio-common/vfscanf.c: Likewise.
127 * manual/stdio.texi: Document new printf/scanf modifiers.
129 * sysdeps/unix/sysv/linux/recvmsg.c: Remove alias __recvmsg.
130 * sysdeps/unix/sysv/linux/sendmsg.c: Remove alias __sendmsg.
132 1998-07-28 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
134 * sunrpc/Makefile (routines): Add clnt_unix and svc_unix.
135 * sunrpc/Versions: Add new *unix_create functions.
136 * sunrpc/clnt_gen.c: Add support for RPC over AF_UNIX.
137 * sunrpc/clnt_unix.c: New, client side of RPC over AF_UNIX.
138 * sunrpc/key_call.c: Use RPC over AF_UNIX for communication
140 * sunrpc/rpc/clnt.h: Add AF_UNIX based RPC function prototypes.
141 * sunrpc/rpc/svc.h: Likewise.
142 * sunrpc/svc_authux.c: Copy internal auth flavor if none is given.
143 * sunrpc/svc_tcp.c: Fix typos.
144 * sunrpc/svc_unix.c: New, server side of AF_UNIX based RPC.
146 * nis/Makefile: Remove currently not working cache functions.
147 * nis/Versions: Add __nisbind_* functions for rpc.nisd.
148 * nis/nis_call.c: Rewrite binding to a NIS+ server to reuse
150 * nis/nis_file.c: Fix memory leaks.
151 * nis/nis_intern.h: Move internal structs from here ...
152 * nis/rpcsvc/nislib.h: ... to here for NIS+ server and tools.
153 * nis/nis_lookup.c: Try at first if last client handle works.
154 * nis/nis_table.c: Likewise.
155 * nis/nis_checkpoint.c: Adjust __do_niscall2 parameters.
156 * nis/nis_mkdir.c: Likewise.
157 * nis/nis_ping.c: Likewise.
158 * nis/nis_rmdir.c: Likewise.
159 * nis/nis_server.c: Likewise.
160 * nis/nis_util.c: Likewise.
161 * nis/nis_findserv.c (__nis_findfastest): Little optimization.
163 1998-07-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
165 * stdlib/strtol.c (STRTOL_LONG_MAX): Correct typo in last patch -
168 1998-07-28 09:31 Ulrich Drepper <drepper@cygnus.com>
170 * nscd/connections.c (gr_send_answer): Deal with missing UIO_MAXIOV.
171 Correct test whether writev send all data.
172 * nscd/nscd_getgr_r.c (__nscd_getgr_r): Correct test whether readv
175 1998-07-28 Mark Kettenis <kettenis@phys.uva.nl>
177 * nscd/nscd_getgr_r.c (__nscd_getgr_r): Deal with missing UIO_MAXIOV.
179 1998-07-28 Mark Kettenis <kettenis@phys.uva.nl>
181 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Change assert call to
183 (__xstat): New function.
184 (__fxstat): New function.
185 (_dl_sysdep_read_whole_file): Removed. The implementation in
186 `elf/dl-misc.c' now also works for the Hurd.
188 1998-07-27 22:25 Ulrich Drepper <drepper@cygnus.com>
190 * sysdeps/generic/glob.c: Handle ~ and ~NAME case correctly.
192 * posix/globtest.sh: Also add directories with NSS modules into the
195 1998-07-27 17:42 Ulrich Drepper <drepper@cygnus.com>
197 * nss/nss_files/files-parse.c (INT_FIELD): Use strtoul instead of
199 (INT_FIELD_MAYBE_NULL): Likewise.
201 * posix/globtest.c: Rewrite for extended test suite.
202 * posix/globtest.sh: More tests.
203 Patch by Brian Wellington <bwelling@anomaly.munge.com>.
205 * stdlib/strtol.c: Don't redefine LONG_MAX, LONG_MIN, and ULONG_MAX.
208 * sysdeps/generic/readv.c: Correct return type.
209 * sysdeps/generic/writev.c: Likewise.
211 1998-07-24 Gordon Matzigkeit <gord@fig.org>
213 * argp/argp-help.c (_GNU_SOURCE): Define, to suck in
214 program_invocation_name when compiling outside of glibc.
216 1998-07-26 Philip Blundell <philb@gnu.org>
218 * sysdeps/unix/sysv/linux/arm/siglist.c: New file; ARM tools don't
219 like `@' in .type directives.
221 * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Check whether
222 FE_TONEAREST exists for this platform before using it.
223 * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Likewise.
225 * sysdeps/arm/dl-machine.h (elf_machine_rel): Delete redundant
226 debugging code. Correct handling of PC24 relocs.
228 * elf/Makefile (ld-map): Only define if versioning is in use.
230 * sysdeps/arm/fpu_control.h: Move to ...
231 * sysdeps/arm/fpu/fpu_control.h: ... here.
232 * sysdeps/generic/fpu_control.h: Made usable as a dummy
235 * sysdeps/unix/sysv/linux/arm/brk.c: New file.
237 * sysdeps/arm/machine-gmon.h: Improved profiling for ARM.
238 * sysdeps/arm/sysdep.h (CALL_MCOUNT): Replace stub with real
240 * sysdeps/unix/sysv/linux/arm/clone.S: Likewise.
241 Based on patch from Scott Bambrough and Pat Beirne.
243 * shlib-versions: Add appropriate definitions for ARM machines.
245 * README.template: Mention that Linux/ARM with ELF works now.
247 1998-07-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
249 * Makerules: Generate compilation rules for all object suffixes,
250 not only those currently selected, for sources in the current or
253 1998-07-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
255 * posix/fnmatch.c (fnmatch): Allow `/' in character class. Don't
256 match `/' in filename by a character class if requested.
257 * posix/testfnm.c: Rewritten.
258 * posix/testfnm.args: Removed.
260 1998-07-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
262 * posix/annexc.c (limits_syms): Add missing symbols.
263 (stdarg_syms): Move va_list to `maybe' list.
264 (stdio_syms): Add FOPEN_MAX.
266 1998-07-25 Ulrich Drepper <drepper@cygnus.com>
268 * sysdeps/i386/bits/byteswap.h (__bswap_64): Change __v to __w to
269 prevent conflict with __bswap_32.
271 1998-07-24 21:29 Ulrich Drepper <drepper@cygnus.com>
273 * nscd/connections.c (pw_send_answer): Make one single writev call.
274 (gr_send_answer): Do the work in two writev calls. This change
275 changes the protocol.
277 * nscd/nscd_getgr_r.c (__nscd_getgr_r): Adjust for protocol change.
278 We now can do the job using two readv calls.
280 1998-07-24 Ulrich Drepper <drepper@cygnus.com>
282 * sysdeps/generic/glob.c (glob): Fix problems with handle tilde.
283 Reported by Brian Wellington <bwelling@anomaly.munge.com>.
285 * elf/elf.h: Really define Elf64_Verdef, Elf64_Verdaux, Elf64_Verneed,
288 1998-07-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
290 * configure.in: Recognize pgcc as compiler.
291 Reported by sauron@angband.ee.ualberta.ca.
293 1998-07-02 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
295 * nscd/dbg_log.c: Make sure, that debug message is really written.
296 * nscd/nscd.c: Don't use daemon(), set signal handler after fork.
298 1998-07-23 Ulrich Drepper <drepper@cygnus.com>
300 * sysdeps/generic/glob.c: Fix two problems with GLOB_DOOFFS.
301 Reported by bwelling@anomaly.munge.com [PR libc/720].
303 * sysdeps/libm-ieee754/k_standard.c: Return NAN for libm not in
304 SVID more for gamma(x) with x integer <= 0.
305 Reported by Stephen L Moshier <moshier@mediaone.net>.
307 * math/libm-test.c (gamma_test): Add test for gamma(-1) and gamma(0).
308 Correct test for SVID version of gamma.
310 * sysdeps/libm-ieee754/w_gamma.c: Use correct matherr call in SVID
312 * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
313 * sysdeps/libm-ieee754/w_gammal.c: Likewise.
315 * string/string.h: Don't use string function optimization for C++
316 as long as we use macros.
318 1998-07-22 23:47 Ulrich Drepper <drepper@cygnus.com>
320 * posix/fnmatch.c: Fix completely broken range matching.
322 1998-07-22 23:19 Ulrich Drepper <drepper@cygnus.com>
324 * sysdeps/unix/sysv/linux/bits/siginfo.h: Fix typo.
326 1998-07-22 Ulrich Drepper <drepper@cygnus.com>
328 * Makefile (headers2_0): Add sigstack.h.
330 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Also define __getrusage.
332 1998-07-22 11:43 Ulrich Drepper <drepper@cygnus.com>
334 * libio/fileops.c (_IO_file_sync): Don't lock stream here.
335 Reported by Thorsten Kukuk.
337 * string/strcoll.c: Correct problem with empty strings.
338 * string/strxfrm.c: Likewise.
339 Reported by vbzoli@hbrt.hu [PR libc/719].
341 1998-07-21 18:40 Zack Weinberg <zack@rabi.phys.columbia.edu>
343 * sysdeps/posix/tempname.c: Use the random-name generator
344 already used by mktemp/mkstemp. Honor TMPDIR.
346 1998-07-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
348 * hurd/Makefile (routines): Remove cthreads.
349 * sysdeps/mach/hurd/Makefile (sysdep_routines): Add cthreads.
351 * sysdeps/unix/sysv/linux/i386/Dist: Add missing files.
353 * manual/Makefile (distribute): Add summary.texi.
355 1998-07-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
357 * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: Fix typo.
359 1998-07-21 Ulrich Drepper <drepper@cygnus.com>
361 * configure.in: Correct expression to match gcc version.
363 * configure.in: Move test for available port after machine
366 1998-07-21 16:08 Zack Weinberg <zack@rabi.phys.columbia.edu>
368 * sysdeps/unix/sysv/linux/sendmsg.c: If passing a SCM_CREDS
369 message, copy the buffer and resize it to what the kernel
370 wants to see. Bug found and analyzed by Thorsten Kukuk
371 <kukuk@weber-eb.uni-paderborn.de>
373 1998-07-20 Jose M. Moya <josem@gnu.org>
375 * hurd/hurdmsg.c (_S_msg_get_env_variable): Copy getenv return
378 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>
380 * sysdeps/mach/hurd/getdomain.c: New file.
381 * sysdeps/mach/hurd/setdomain.c: New file.
383 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>
385 * sysdeps/unix/bsd/sigsuspend.c: Define __sigsuspend with sigsuspend as
388 1998-07-20 18:23 Ulrich Drepper <drepper@cygnus.com>
390 * libio/libioP.h: Use __PMT in typedef.
391 * libio/strfile.h: Likewise.
393 1998-07-20 18:20 Ulrich Drepper <drepper@cygnus.com>
395 * sysdeps/unix/sysv/linux/gethostname.c: Return ENAMETOOLONG if
397 Reported by John Levon <j_levon@ncc.co.uk>.
399 1998-07-20 17:09 Ulrich Drepper <drepper@cygnus.com>
401 * shlib-versions: Remove definition for libSegFault.
403 * memory.texi: Comment out the relocating allocator description.
404 * manual/signal.texi: Remove reference to relocating allocator.
405 * manual/top-menu.texi: Regenerated.
407 * posix/fnmatch.c: Implement [: :] and change to recognize
408 ^ as negation only when not _POSIXLY_CORRECT.
410 * sysdeps/generic/glob.c: Add several optimizations.
412 * posix/glob.h: Undefine __PMT to prevent warnings.
413 Reported by Roland McGrath.
415 * posix/regex.c: Define namespace macros only for _LIBC.
417 * sysdeps/arm/dl-machine.h: Fix typo.
419 * sysdeps/unix/sysv/sysv4/solaris2/sigpending.c: New file.
420 * sysdeps/unix/sysv/sysv4/solaris2/sigstack.c: New file.
421 * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: New file.
422 * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Add sigaltstack,
423 sigpending, sigqueue, and sigtimedwait.
424 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sparc32/syscall.S: New file.
426 * timezone/leapseconds: Update from tzdata1998f.
428 1998-07-18 Mark Kettenis <kettenis@phys.uva.nl>
430 * stdio/stdio.h [__USE_GNU]: Add prototype for fputs_unlocked.
431 * stdio/Versions [GLIBC_2.1]: Add fputs_unlocked.
432 * libio/stdio.h: Fix typo.
434 1998-07-19 Roland McGrath <roland@baalperazim.frob.com>
436 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): #if 0 out the
437 magic memobj port arg parsing stuff. Fix it someday when we are ready
439 (_dl_sysdep_output): New function, modified from _dl_sysdep_error.
440 (_dl_sysdep_error, _dl_sysdep_message, _dl_sysdep_fatal): Removed.
442 1998-07-19 Roland McGrath <roland@baalperazim.frob.com>
444 * stdio/fputs.c: Add fputs_unlocked as weak alias for fputs.
446 1998-07-19 Roland McGrath <roland@baalperazim.frob.com>
448 * sysdeps/posix/sigsuspend.c: Define __sigsuspend with sigsuspend as
450 * sysdeps/mach/hurd/sigsuspend.c: Likewise.
451 * sysdeps/generic/sigsuspend.c: Likewise.
453 1998-07-19 Roland McGrath <roland@baalperazim.frob.com>
455 * sysdeps/mach/hurd/i386/sigcontextinfo.h: New file.
457 1998-07-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
459 * Makerules (map-file): Don't use $(wildcard) to find the
460 generated version script, instead look in $(version-maps).
461 ($(common-objpfx)libc.so): Only depend on libc.map if versioning
463 * extra-lib.mk ($(objpfx)$(lib).so): Only depend on version script
464 if versioning is used. Don't use $(wildcard) to find the
465 generated version script, instead look in $(verson-maps).
467 1998-07-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
469 * sysdeps/generic/segfault.c: Rename GET_EIP to GET_PC. Remove
470 unused function handle.
471 * sysdeps/generic/sigcontextinfo.h: Rename GET_EIP to GET_PC.
472 * sysdeps/unix/sysv/linux/i386/sigcontextinfo.h: Likewise.
473 * debug/catchsegv.sh: Fix argument processing, quoting and various
474 typos. Put the crash info always in the current directory. Find
475 program in $PATH if it contains no directory component.
476 * Makerules (install-lib.so-versioned,
477 install-lib.so-unversioned): New variables.
478 (install-lib-nosubdir): Depend on unversioned libs in
481 1998-07-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
483 * Make-dist (+tsrcs): Remove references to %-map variables and
484 *.map files. Add Versions in subdirs.
485 * Makerules (distinfo-vars): Don't write out %-map variables.
487 1998-07-20 13:55 Ulrich Drepper <drepper@cygnus.com>
489 * inet/protocols/rwhod.h: Remove definition of _PATH_RWHODIR.
490 Include <paths.h> instead.
491 * sysdeps/generic/paths.h: Define _PATH_RWHODIR.
492 * sysdeps/unix/sysv/linux/paths.h: Likewise.
493 Reported by Dale Scheetz <dwarf@polaris.net>.
495 1998-07-17 21:44 Ulrich Drepper <drepper@cygnus.com>
497 * catgets/open_catalog.c: Strictly check whether catalog file is
498 larger enough for the data. Reported by Andries.Brouwer@cwi.nl.
500 1998-07-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
502 * sysdeps/unix/sysv/linux/m68k/sigcontextinfo.h: New file.
504 * sysdeps/unix/sysv/linux/m68k/socket.S: Support NO_WEAK_ALIAS.
506 1998-07-17 Ulrich Drepper <drepper@cygnus.com>
508 * debug/catchsegv.sh: Fix several stupid bugs.
510 * shlib-versions: Define version for libSegFault.
511 * debug/Makefile: Replace shared lib version number while rewriting.
513 1998-07-17 Mark Kettenis <kettenis@phys.uva.nl>
515 * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Add sanity check.
516 Suggested by Roland McGrath.
518 1998-07-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
520 * timezone/Makefile: Remove '-L (leapseconds)' for testdata
521 generation to control environment.
523 1998-07-17 09:21 Ulrich Drepper <drepper@cygnus.com>
525 * sysdeps/unix/sysv/sysv4/solaris2/bits/signum.h: Define SIG_HOLD.
526 Patch by John Tobey <jtobey@banta-im.com>.
528 * manual/llio.texi: Document readv/writev and mmap functions.
529 Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
531 1998-07-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
533 * manual/Makefile (texis): Depend on texis.awk.
534 (nonexamples): Filter out add-on chapters.
535 (chapters.% top-menu.%): Depend on libc-texinfo.sh.
536 (stamp-summary): Depend on $(texis) except summary.texi.
537 ($(inst_infodir)/libc.info): Simplify command.
538 * manual/libc-texinfo.sh: Cleaned up to use less temporary files.
539 Fix the generation of the detailed node listing to make it
541 * manual/math.texi: Fix signature of lgamma_r.
543 1998-07-16 23:06 Ulrich Drepper <drepper@cygnus.com>
545 * debug/Makefile (distribute): Add sigcontextinfo.h.
546 Add rules to generate and install catchsegv.
547 * debug/catchsegv.sh: New file.
549 1998-07-16 Mark Kettenis <kettenis@phys.uva.nl>
551 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Return a Hurd I/O
552 port instead of a Mach memory object.
554 (__libc_read): New function.
555 (__mmap): Change to take a Hurd I/O port instead of a Mach memory
558 1998-07-16 20:01 Ulrich Drepper <drepper@cygnus.com>
560 * debug/Makefile (routines): Add backtracesymsfd.
561 Add rules to generate libSegFault.
562 * debug/Versions: Add __backtrace_symbols_fd and backtrace_symbols_fd.
563 * debug/execinfo.h: Declare backtrace_symbols_fd.
564 * sysdeps/generic/backtracesymsfd.c: New file.
565 * sysdeps/generic/elf/backtracesymsfd.c: New file.
566 * sysdeps/generic/segfault.c: New file.
567 * sysdeps/generic/sigcontextinfo.h: New file.
568 * sysdeps/unix/sysv/linux/i386/sigcontextinfo.h: New file.
570 * sysdeps/generic/elf/backtracesyms.c: Remove unneeded +.
572 1998-07-16 19:27 Ulrich Drepper <drepper@cygnus.com>
574 * elf/rtld.c (process_envvars): Also recognize on as LD_BIND_NOW value.
575 (process_envvars): Append .PID to LD_DEBUG_OUTPUT file name.
577 1998-07-16 13:44 Ulrich Drepper <drepper@cygnus.com>
579 * argp/argp-fmtstream.c: Fix warnings introduced in last change.
580 * assert/assert-perr.c: Likewise.
581 * assert/assert.c: Likewise.
582 * gconv_conf.c: Likewise.
583 * libio/iofputs_u.c: Likewise.
584 * malloc/mtrace.c: Likewise.
585 * malloc/obstack.c: Likewise.
586 * misc/error.c: Likewise.
587 * misc/syslog.c: Likewise.
588 * stdio-common/asprintf.c: Likewise.
589 * stdio-common/dprintf.c: Likewise.
590 * stdio-common/getw.c: Likewise.
591 * stdio-common/putw.c: Likewise.
592 * stdio-common/snprintf.c: Likewise.
593 * stdio-common/sprintf.c: Likewise.
594 * stdio-common/sscanf.c: Likewise.
595 * sunrpc/svc_simple.c: Likewise.
596 * sysdeps/generic/abort.c: Likewise.
598 * rt/aio_cancel.c: Don't define ECANCELED here.
599 * sysdeps/unix/sysv/linux/bits/errno.h: Define ECANCELED correctly.
601 1998-07-16 10:23 Ulrich Drepper <drepper@cygnus.com>
603 * argp/argp-fmtstream.c: Unify names of used global functions.
604 * argp/argp-help.c: Likewise.
605 * assert/assert-perr.c: Likewise
606 * assert/assert.c: Likewise
607 * dirent/scandir.c: Likewise
608 * dirent/scandir64.c: Likewise
609 * dirent/versionsort.c: Likewise
610 * dirent/versionsort64.c: Likewise
611 * gmon/bb_exit_func.c: Likewise.
612 * gmon/gmon.c: Likewise.
613 * grp/initgroups.c: Likewise.
614 * iconv/gconv_conf.c: Likewise.
615 * inet/getnameinfo.c: Likewise.
616 * inet/getnetgrent_r.c: Likewise.
617 * inet/inet_ntoa.c: Likewise.
618 * inet/rcmd.c: Likewise.
619 * inet/rexec.c: Likewise.
620 * inet/ruserpass.c: Likewise.
621 * io/fts.c: Likewise.
622 * io/ftw.c: Likewise.
623 * io/ftw64.c: Likewise.
624 * io/getdirname.c: Likewise.
625 * io/getwd.c: Likewise.
626 * io/lockf.c: Likewise.
627 * libio/iofdopen.c: Likewise.
628 * libio/iopopen.c: Likewise.
629 * login/utmp_daemon.c: Likewise.
630 * malloc/mtrace.c: Likewise.
632 * misc/daemon.c: Likewise.
633 * misc/efgcvt_r.c: Likewise.
634 * misc/err.c: Likewise.
635 * misc/error.c: Likewise.
636 * misc/fstab.c: Likewise.
637 * misc/getpass.c: Likewise.
638 * misc/getttyent.c: Likewise.
639 * misc/mntent_r.c: Likewise.
640 * misc/search.h: Likewise.
641 * misc/syslog.c: Likewise.
642 * nscd/nscd_getgr_r.c: Likewise.
643 * nscd/nscd_getpw_r.c: Likewise.
644 * posix/getpgrp.c: Likewise.
645 * posix/wordexp.c: Likewise.
646 * pwd/fgetpwent_r.c: Likewise.
647 * pwd/getpw.c: Likewise.
648 * resolv/herror.c: Likewise.
649 * resolv/res_init.c: Likewise.
650 * shadow/fgetspent_r.c: Likewise.
651 * shadow/lckpwdf.c: Likewise.
652 * signal/sigrelse.c: Likewise.
653 * stdio-common/asprintf.c: Likewise.
654 * stdio-common/dprintf.c: Likewise.
655 * stdio-common/getw.c: Likewise.
656 * stdio-common/putw.c: Likewise.
657 * stdio-common/snprintf.c: Likewise.
658 * stdio-common/sprintf.c: Likewise.
659 * stdio-common/sscanf.c: Likewise.
660 * stdlib/lrand48_r.c: Likewise.
661 * stdlib/mrand48_r.c: Likewise.
662 * string/argz-replace.c: Likewise.
663 * string/envz.c: Likewise.
664 * sunrpc/auth_des.c: Likewise.
665 * sunrpc/auth_unix.c: Likewise.
666 * sunrpc/bindrsvprt.c: Likewise.
667 * sunrpc/clnt_gen.c: Likewise.
668 * sunrpc/clnt_perr.c: Likewise.
669 * sunrpc/clnt_simp.c: Likewise.
670 * sunrpc/clnt_tcp.c: Likewise.
671 * sunrpc/clnt_udp.c: Likewise.
672 * sunrpc/get_myaddr.c: Likewise.
673 * sunrpc/key_call.c: Likewise.
674 * sunrpc/netname.c: Likewise.
675 * sunrpc/openchild.c: Likewise.
676 * sunrpc/pmap_rmt.c: Likewise.
677 * sunrpc/rpc_dtable.c: Likewise.
678 * sunrpc/rtime.c: Likewise.
679 * sunrpc/svc_run.c: Likewise.
680 * sunrpc/svc_simple.c: Likewise.
681 * sunrpc/svc_tcp.c: Likewise.
682 * sunrpc/svc_udp.c: Likewise.
683 * sunrpc/svcauth_des.c: Likewise.
684 * sunrpc/xdr_array.c: Likewise.
685 * sunrpc/xdr_rec.c: Likewise.
686 * sunrpc/xdr_ref.c: Likewise.
687 * sunrpc/xdr_stdio.c: Likewise.
688 * sysdeps/generic/abort.c: Likewise.
689 * sysdeps/generic/dl-sysdep.c: Likewise.
690 * sysdeps/generic/fstatfs64.c: Likewise.
691 * sysdeps/generic/ftruncate64.c: Likewise.
692 * sysdeps/generic/getrlimit64.c: Likewise.
693 * sysdeps/generic/glob.c: Likewise.
694 * sysdeps/generic/prof-freq.c: Likewise.
695 * sysdeps/generic/putenv.c: Likewise.
696 * sysdeps/generic/statfs64.c: Likewise.
697 * sysdeps/generic/ttyname_r.c: Likewise.
698 * sysdeps/generic/utmp_file.c: Likewise.
699 * sysdeps/generic/vlimit.c: Likewise.
700 * sysdeps/generic/vtimes.c: Likewise.
701 * sysdeps/posix/cuserid.c: Likewise.
702 * sysdeps/posix/euidaccess.c: Likewise.
703 * sysdeps/posix/mkstemp.c: Likewise.
704 * sysdeps/posix/mktemp.c: Likewise.
705 * sysdeps/posix/pread.c: Likewise.
706 * sysdeps/posix/pread64.c: Likewise.
707 * sysdeps/posix/profil.c: Likewise.
708 * sysdeps/posix/pwrite.c: Likewise.
709 * sysdeps/posix/pwrite64.c: Likewise.
710 * sysdeps/posix/sigblock.c: Likewise.
711 * sysdeps/posix/sigpause.c: Likewise.
712 * sysdeps/posix/ttyname.c: Likewise.
713 * sysdeps/posix/ttyname_r.c: Likewise.
714 * sysdeps/posix/waitid.c: Likewise.
715 * sysdeps/unix/getlogin_r.c: Likewise.
716 * sysdeps/unix/grantpt.c: Likewise.
717 * sysdeps/unix/rewinddir.c: Likewise.
718 * sysdeps/unix/sysv/linux/gethostid.c: Likewise.
719 * sysdeps/unix/sysv/linux/getpt.c: Likewise.
720 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
721 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
722 * sysdeps/unix/sysv/linux/sendmsg.c: Likewise.
723 * sysdeps/unix/sysv/linux/statvfs.c: Likewise.
724 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
725 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
726 * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
727 * sysdeps/unix/sysv/linux/unlockpt.c: Likewise.
728 * sysvipc/sys/shm.h: Likewise.
729 * time/ctime_r.c: Likewise.
730 * time/strptime.c: Likewise.
731 * wcsmbs/mbrlen.c: Likewise.
732 * wcsmbs/wcsdup.c: Likewise.
733 * wcsmbs/wcsxfrm.c: Likewise.
734 * wctype/wcfuncs.c: Likewise.
736 * sysdeps/unix/sysv/linux/i386/socker.S: Change to honor NO_WEAK_ALIAS.
737 * sysdeps/unix/sysv/linux/accept.S: Don't generate __ name.
738 * sysdeps/unix/sysv/linux/bind.S: Likewise.
739 * sysdeps/unix/sysv/linux/getsockname.S: Likewise.
740 * sysdeps/unix/sysv/linux/listen.S: Likewise.
741 * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
742 * sysdeps/unix/sysv/linux/sendto.S: Likewise.
743 * sysdeps/unix/sysv/linux/setsockopt.S: Likewise.
745 * grp/fgetgrent_r.c: Use explicit locking of the stream.
747 * elf/Makefile (rtld-routines): Add dl-environ.
748 * sysdeps/generic/dl-sysdep.c: Move _dl_next_ld_env_entry and unsetenv
750 * sysdeps/generic/dl-environ.c: here. New file.
752 * libio/Makefile [REENTRANT] (routines): Add iofputs_u.
753 * libio/Versions: Add fputs_unlocked.
754 * libio/iofputs_u.c: New file.
755 * libio/stdio.h: Add prototype for fputs_unlocked.
757 * sunrpc/rpc/auth.h: Use __PMT instead of __P in type definitions.
758 * sunrpc/rpc/clnt.h: Likewise.
759 * sunrpc/rpc/pmap_clnt.h: Likewise.
760 * sunrpc/rpc/svc.h: Likewise.
761 * sunrpc/rpc/xdr.h: Likewise.
763 * sysdeps/i386/memchr.S: Correct for more strict gas.
764 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
765 * sysdeps/libm-i387/i686/s_fdim.S: Likewise.
766 * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
767 * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
769 1998-07-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
771 * configure.in: Change message for binutils version from
772 2.8.1.0.17->2.8.1.0.23.
774 1998-07-15 Ulrich Drepper <drepper@cygnus.com>
776 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Define LOC.
777 Patch by John Tobey <jtobey@banta-im.com>.
779 1998-07-14 Ulrich Drepper <drepper@cygnus.com>
781 * sunrpc/auth_unix.c (authunix_create_default): Use __sysconf
784 1998-07-14 19:39 Ulrich Drepper <drepper@cygnus.com>
786 * stdio-common/vfscanf.c (ungetc): Use _IO_sputbackc, not _IO_ungetc.
787 [_USE_IN_LIBIO] (encode_error): Free cancelation handler.
788 (conv_error): Likewise.
789 (input_error): Likewise.
790 (memory_error): Likewise.
792 1998-07-12 Mark Kettenis <kettenis@phys.uva.nl>
794 * sysdeps/mach/hurd/dl-sysdep.c: Bring in sync with generic
795 implementation. Include <entry.h>. Replace references to symbol
796 _start with macro ENTRY_POINT.
797 (__libc_uid): Remove.
798 (__libc_multiple_libcs): New variable.
799 (__libc_stack_end): New variable.
800 (_dl_hwcap_mask): New variable.
801 (_dl_important_hwcaps): New function.
802 (_dl_show_auxv): Mark internal.
804 1998-07-14 Mark Kettenis <kettenis@phys.uva.nl>
806 * mach/Makefile: Create target directory before generating
808 * mach/Machrules: Invoke awk using AWK variable. Create target
809 directory before generating server stubs.
811 1998-07-14 Ulrich Drepper <drepper@cygnus.com>
813 * wcsmbs/wcslen.c (__wcslen): Fix comment.
815 * configure.in: Allow egcs-2.92.
817 1998-07-10 18:14 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
819 * manual/Makefile: Overhauled. Generate libc.texinfo from the
820 chapter files. Exorcise the chapters, chapters-incl mess.
821 Support inserting doc chapters from add-on modules.
822 (chapters): New variable.
823 (add-chapters): New variable.
824 (appendices): New variable.
825 (libc.texinfo): New target.
827 (realclean): Fix bugs.
829 * manual/texis.awk: New file.
830 * manual/libc-texinfo.sh: New file.
831 * manual/libc-texinfo.in: New file.
833 * manual/conf.texi (top @node): Remove next pointer.
834 * manual/lang.texi (top @node): Remove prev pointer.
836 * manual/job.texi (top @node): Add explicit pointers.
837 * manual/message.texi (top @node): Add explicit pointers.
838 * manual/nss.texi (top @node): Add explicit pointers.
839 * manual/process.texi (top @node): Add explicit pointers.
840 * manual/startup.texi (top @node): Add explicit pointers.
841 * manual/terminal.texi (top @node): Add explicit pointers.
842 * manual/users.texi (top @node): Add explicit pointers.
844 * manual/arith.texi: Add %MENU% tag.
845 * manual/conf.texi: Add %MENU% tag.
846 * manual/contrib.texi: Add %MENU% tag.
847 * manual/ctype.texi: Add %MENU% tag.
848 * manual/errno.texi: Add %MENU% tag.
849 * manual/filesys.texi: Add %MENU% tag.
850 * manual/header.texi: Add %MENU% tag.
851 * manual/install.texi: Add %MENU% tag.
852 * manual/intro.texi: Add %MENU% tag.
853 * manual/io.texi: Add %MENU% tag.
854 * manual/job.texi: Add %MENU% tag.
855 * manual/lang.texi: Add %MENU% tag.
856 * manual/llio.texi: Add %MENU% tag.
857 * manual/locale.texi: Add %MENU% tag.
858 * manual/maint.texi: Add %MENU% tag.
859 * manual/math.texi: Add %MENU% tag.
860 * manual/mbyte.texi: Add %MENU% tag.
861 * manual/memory.texi: Add %MENU% tag.
862 * manual/message.texi: Add %MENU% tag.
863 * manual/nss.texi: Add %MENU% tag.
864 * manual/pattern.texi: Add %MENU% tag.
865 * manual/pipe.texi: Add %MENU% tag.
866 * manual/process.texi: Add %MENU% tag.
867 * manual/search.texi: Add %MENU% tag.
868 * manual/setjmp.texi: Add %MENU% tag.
869 * manual/signal.texi: Add %MENU% tag.
870 * manual/socket.texi: Add %MENU% tag.
871 * manual/startup.texi: Add %MENU% tag.
872 * manual/stdio.texi: Add %MENU% tag.
873 * manual/string.texi: Add %MENU% tag.
874 * manual/sysinfo.texi: Add %MENU% tag.
875 * manual/terminal.texi: Add %MENU% tag.
876 * manual/time.texi: Add %MENU% tag.
877 * manual/users.texi: Add %MENU% tag.
879 1998-07-13 Ulrich Drepper <drepper@cygnus.com>
881 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags):
884 1998-07-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
886 * sysdeps/unix/sysv/linux/recvmsg.c (__libc_recvmsg): Use ANSI
887 style declaration to avoid warning.
888 * sysdeps/unix/sysv/linux/sendmsg.c (__libc_sendmsg): Likewise.
890 1998-07-04 Mark Kettenis <kettenis@phys.uva.nl>
892 * elf/rtld.c (process_dl_debug): Add missing continue.
894 1998-07-12 Mark Kettenis <kettenis@phys.uva.nl>
896 * elf/rtld.c (_dl_skip_args): Make global because the Hurd startup
899 1998-07-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
901 * Makeconfig ($(common-objpfx)sysd-dirs): Write out definition of
903 * Makerules: Don't generate version maps too early.
904 ($(common-objpfx)sysd-versions): Force regeneration if the list of
907 1998-07-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
909 * elf/dlfcn.h (DL_CALL_FCT): Use portable comma expression.
911 1998-07-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
913 * iconv/gconv_db.c (gen_steps): Always set *handle and *nsteps.
914 * iconv/gconv_dl.c (__gconv_find_shlib): Correct use of tfind
917 1998-07-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
919 * elf/dl-open.c (dl_open_worker): New function.
920 (_dl_open): Call it to do the actual work while catching errors.
921 * elf/dl-close.c (_dl_close): Only call termination function if
922 the initialisation function was called.
924 1998-07-13 Ulrich Drepper <drepper@cygnus.com>
926 * libio/libioP.h (_IO_cleanup_registration_needed): Use __PMT.
927 Reported by Felix von Leitner <leitner@amdiv.de>.
929 1998-07-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
931 * Make-dist (+sysdep-tsrcs): Add Versions.
933 1998-07-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
935 * math/Versions: Remove __log1p, __atan2, __fe_dfl_env,
936 __fe_enabled_env, __fe_nonieee_env and __fe_nomask_env.
937 * sysdeps/powerpc/Versions: New file.
938 * csu/Versions: Remove brk, sbrk, environ, __environ, _environ
939 and __errno_location.
940 * misc/Versions: Add brk and sbrk.
941 * posix/Versions: Add environ, __environ and _environ.
942 * sysdeps/unix/sysv/linux/Versions: Add __errno_location.
944 1998-07-10 11:58 Ulrich Drepper <drepper@cygnus.com>
946 * Makerules [no_defs]: Avoid dependency for loading sysd-versions.
947 Patch by Zack Weinberg.
949 1998-07-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
951 * posix/annexc.c (errno_maybe): EACCESS->EACCES.
952 (signal_maybe): Remove duplicate entry SIGEV_SIGNAL.
953 (mman_maybe): Remove duplicates MS_ASYNC, MS_INVALIDATE.
955 1998-07-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
957 * sysdeps/unix/sysv/linux/bits/fcntl.h: Fix typo.
959 1998-07-09 Ulrich Drepper <drepper@cygnus.com>
961 * posix/unistd.h: Simplify #ifdefs.
963 * libio/libio.h: Undo last change due to possible C++ problems.
964 * libio/fileops.h: Likewise.
966 1998-07-09 13:34 Ulrich Drepper <drepper@cygnus.com>
968 * grp/grp.h: Define gid_t also for __USE_XOPEN.
969 * io/fcntl.h: Include <sys/stat.h> also for __USE_XOPEN.
970 * io/utime.h: Define time_t also for __USE_XOPEN.
971 * io/sys/stat.h: Define time_t also for __USE_XOPEN.
972 Define *_t types except for pid_t also for __USE_XOPEN.
973 Define S_* macros also for __USE_XOPEN.
974 * locale/langinfo.h: Define CODESET, CRNCYSTR, RADIXCHAR, and
975 THOUSEP also for __USE_XOPEN.
976 * math/math.c: Define M_* macros also for __USE_XOPEN.
977 * math/bits/mathcalls.h: Declare hypot also for __USE_XOPEN.
978 * posix/fnmatch.h: Define FNM_NOSYS and for if _XOPEN_SOURCE is
980 * posix/glob.h: Likewise for GLOB_NOSYS.
981 * posix/regex.h: Likewise for REG_NOSYS.
982 * posix/wordexp.h: Likewise for WRDE_NOSYS.
983 * posix/unistd.h: Define *_t types also for __USE_XOPEN.
984 * posix/sys/wait.h: Define pid_t for __USE_XOPEN.
985 * pwd/pwd.h: Define gid_t and pid_t also for __USE_XOPEN.
986 * signal/signal.h: Define pid_t also for __USE_XOPEN.
987 * sysdeps/unix/sysv/linux/bits/fcntl.h: Define _RSYNC and O_DSYNC also
988 for __USE_POSIX199309.
989 * sysdeps/unix/sysv/linux/bits/termios.h: Define the various B*
990 constants also for __USE_XOPEN.
991 * wcsmbs/wchar.h: For XPG4 include wctype.h.
993 * intl/dcgettext.c (find_msg): Initialize act to prevent warning.
994 * locale/setlocale.c (new_composite_name): Likewise for last_len.
996 * libio/stdio.h: Don't declare fclose_unlocked.
998 * sysdeps/posix/fpathconf.c: Handle _PC_FILESIZEBITS.
1000 1998-07-08 Mark Kettenis <kettenis@phys.uva.nl>
1002 * stdio/stdio.h: Add prototypes for fflush_unlocked,
1003 getc_unlocked, getchar_unlocked, putc_unlocked, putchar_unlocked,
1004 fgets_unlocked, fread_unlocked, fwrite_unlocked,
1005 clearerr_unlocked, feof_unlocked, ferror_unlocked,
1006 fileno_unlocked, flockfile, ftrylockfile, funlockfile.
1007 [__USE_XOPEN && !__USE_GNU] Declare optarg, optind, opterr. Add
1008 prototype for getopt.
1009 * stdio/clearerr.c (clearerr_unlocked): Weak alias for clearerr.
1010 * stdio/feof.c (feof_unlocked): Weak alias for feof.
1011 * stdio/ferror.c (ferror_unlocked): Weak alias for ferror.
1012 * stdio/fflush.c (fflush_unlocked): Weak alias for fflush.
1013 * stdio/fgets.c (fgets_unlocked): Weak alias for fgets.
1014 * stdio/fileno.c (fileno_unlocked): Weak alias for fileno.
1015 * stdio/fputc.c (fputc_unlocked): Weak alias for fputc.
1016 * stdio/fread.c (fread_unlocked): Weak alias for fread.
1017 * stdio/fwrite.c (fwrite_unlocked): Weak alias for fwrite.
1018 * stdio/getc.c (getchar_unlocked): Weak alias for getc.
1019 * stdio/getchar.c (getchar_unlocked): Weak alias for getchar.
1020 * stdio/putc.c (putc_unlocked): Weak alias for putc.
1021 * stdio/putchar.c (putchar_unlocked): Weak alias for putchar.
1022 * stdio/Versions [GLIBC_2.1]: Add clearerr_unlocked,
1023 feof_unlocked, ferror_unlocked, fflush_unlocked, fgets_unlocked,
1024 fileno_unlocked, fputc_unlocked, fread_unlocked, fwrite_unlocked,
1025 getc_unlocked, getchar_unlocked, putc_unlocked and
1028 * libio/Versions: Move flockfile, ftrylockfile and funlockfile
1030 * stdio-common/Versions: ... to here.
1032 1998-07-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1034 * Makerules (versioning): Correct typo.
1036 1998-07-08 22:18 Ulrich Drepper <drepper@cygnus.com>
1038 * elf/Versions: Add _dl_mcount_wrapper_check.
1039 * elf/dlfcn.h (DL_CALL_FCT): Don't test _dl_profile_map, simply use
1040 _dl_mcount_wrapper_check.
1041 * iconv/skeleton.c: Use DL_CALL_FCT, not _CALL_DL_FCT.
1043 * elf/dl-reloc.c (_dl_relocate_object): Don't declare using
1045 * elf/ldsodefs.h: Likewise.
1047 * io/fcntl.h: Define SEEK_SET, SEEK_CUR, and SEEK_END.
1049 * libio/stdio.h: Make sure va_list is defined for X/Open.
1050 Define P_tmpdir for X/Open.
1052 * posix/regex.h: Fix typo.
1054 * posix/unistd.h: Define intptr_t if not already happened.
1055 Add pthread_atfork prototype.
1056 * sysdeps/generic/bits/types.h: Define __intptr_t.
1057 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
1058 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
1059 * sysdeps/unix/sysv/linux/bits/mips/types.h: Likewise.
1060 * sysdeps/unix/sysv/linux/bits/sparc/sparc64/types.h: Likewise.
1061 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
1062 * sysdeps/wordsize-32/stdint.h: Don't define intptr_t if already done.
1063 * sysdeps/wordsize-64/stdint.h: Likewise.
1065 * posix/bits/posix1_lim.h: Define _POSIX_CLOCKRES_MIN.
1067 * signal/Makefile (headers): Add bits/sigthread.h.
1068 * signal/signal.h: Include bits/sigthread.h.
1069 * sysdeps/generic/bits/sigthread.h: New file.
1071 * stdlib/stdlib.h: Declare rand_r use __USE_POSIX.
1073 * sysdeps/generic/bits/confname.h: Define _PC_FILESIZEBITS.
1074 * sysdeps/posix/pathconf.c: Handle _PC_FILESIZEBITS.
1075 * sysdeps/unix/sysv/linux/alpha/fpathconf.c: New file.
1076 * sysdeps/unix/sysv/linux/alpha/pathconf.c: New file.
1078 * sysdeps/generic/bits/dlfcn.h: Define RTLD_LOCAL.
1080 * elf/rtld.c: Remove preloading and loadpath variables in SUID
1082 * sysdeps/generic/dl-sysdep.c: Define unsetenv.
1083 * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Define other envvar
1086 * sysdeps/unix/sysv/linux/bits/errno.h: Define ECANCELED.
1088 * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_RSYNC and O_DSYNC.
1089 Remove O_READ and O_WRITE definition.
1091 * sysdeps/unix/sysv/linux/bits/resource.h: Define RLIM_SAVED_MAX
1094 * sysdeps/unix/sysv/linux/fstatvfs.h: Handle UFS filesystem.
1096 1998-07-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1098 * Makerules ($(common-objpfx)sysd-versions): Expect awk script in
1099 scripts directory. Pass move-if-change to awk.
1100 (common-generated): Add $(version-maps) and sysd-versions.
1101 * versions.awk: Moved to...
1102 * scripts/versions.awk: ... here. Use move-if-change to void
1103 touching unchanged files. Print "version-maps = ..." instead of
1104 "all-version-maps = ..." and without $(common-objpfx). Explain
1105 expected variable names.
1106 * Makefile (distribute): Updated.
1108 1998-07-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1110 * misc/getttyent.c (getttyent): Don't return with locked stream.
1111 * misc/mntent_r.c (__getmntent_r): Likewise.
1113 1998-07-07 18:24 Ulrich Drepper <drepper@cygnus.com>
1115 * libio/fileops.c (_IO_do_write): Don't shrink wwrite buffer to zero
1116 if stream is line buffered.
1117 (_io_file_overflow): Likewise.
1118 * libio/libio.h (_IO_putc_unlocked): Make sure that for line-buffered
1119 streams writing '\n' flushes the string.
1121 1998-07-07 17:28 Ulrich Drepper <drepper@cygnus.com>
1123 * elf/dl-profstub.c (_dl_profile_map): Only declare variable here.
1124 * elf/dl-support.c: Define it here...
1125 * elf/rtld.c: ...and here.
1127 1998-07-07 16:28 Ulrich Drepper <drepper@cygnus.com>
1129 * grp/initgroups.c: Handle directives from nsswitch.conf file.
1131 1998-07-07 Ulrich Drepper <drepper@cygnus.com>
1133 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Add
1134 __ino64_t definition.
1135 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Define
1136 __off64_t. Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
1138 * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Do not exit the shell
1139 script if lddlibc4 failed.
1140 Reported by B. D. Elliott <bde@accessone.com>.
1142 1998-07-06 Ulrich Drepper <drepper@cygnus.com>
1144 * sysdeps/generic/elf/backtracesyms.c (__backtrace_symbols):
1145 Improve generated strings a bit.
1147 1998-07-06 14:36 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1149 * posix/Makefile (generated): Remove $(objpfx) from the names.
1151 1998-07-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1153 * stdio-common/test_rdwr.c: Use %Zu for size_t in printf
1156 * libio/iofread_u.c: Include <stdio.h> for prototype.
1157 * libio/iofwrite_u.c: Likewise.
1159 1998-07-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1161 * db2/Versions: New file.
1163 1998-07-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1165 * Makefile (lib-noranlib): Don't depend on sysd-versions.
1166 ($(common-objpfx)sysd-versions): Remove rule.
1167 * Makerules ($(common-objpfx)sysd-versions): Define here instead.
1168 Pass name of Versions.def file to script and redirect output to
1169 target. Include it and make all generated version maps depend on
1171 * versions.awk: Print out variable definition containing all
1172 generated version maps. Print error messages to stderr. Remove
1175 1998-07-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1177 * posix/annexc.c (check_header): Terminate macro name before
1179 (get_null_defines): Allow builtin macros with parameters.
1180 (fmt, testfmt): Add -D_LIBC.
1181 * posix/Makefile: Remove bogus duplicate include directories from
1182 annexc test command.
1184 1998-07-06 12:04 Ulrich Drepper <drepper@cygnus.com>
1186 * nis/nss_nis/nis-pwd.c (internal_nis_getpwent_r): Handle adjunct
1188 (_nss_nis_getpwnam_r): Likewise.
1189 (_nss_nis_getpwuid_r): Likewise.
1191 1998-07-05 Mark Kettenis <kettenis@phys.uva.nl>
1193 * libio/Versions: Move symbols whose source lives in
1195 * stdio-common/Versions: ... here.
1196 * stdio/Versions: Add missing symbols.
1198 1998-07-05 Ulrich Drepper <drepper@cygnus.com>
1200 * sysdeps/unix/sysv/linux/__sendmsg.S: Define function as
1202 * sysdeps/unix/sysv/linux/__recvmsg.S: Define function as
1204 * sysdeps/unix/sysv/linux/recvmsg.c: Define function as __libc_recvmsg
1205 and make __recvmsg and recvmsg weak aliases.
1206 * sysdeps/unix/sysv/linux/sendmsg.c: Likewise for sendmsg.
1207 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define __syscall_recvmsg
1208 and __syscall_sendmsg.
1210 1998-07-05 11:49 Ulrich Drepper <drepper@cygnus.com>
1212 * iconv/gconv_conf.c (read_conf_file): Use feof_unlocked on private
1214 * inet/ruserpass.c (token): Likewise.
1215 * nss/nsswitch.c (nss_parse_file): Likewise.
1216 * intl/localealias.c: Likewise. Also for ferror.
1217 * time/getdate.c (__getdate_r): Likewise.
1219 * libio/Makefile (routines): Add iofgets_u.
1220 * libio/iofgets_u.c: New file.
1221 * libio/Versions: Add fgets_unlocked.
1222 * libio/stdio.h: Add prototype for fgets_unlocked.
1224 * misc/getttyent.c (getttyent): Use fgets_unlocked instead of fgets.
1225 * misc/getusershell.c (initshells): Likewise.
1226 * misc/mntent_r.c (__getmntent_r): Explicitly lock stream. Use
1228 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
1229 * resolv/res_init.c (res_init): Likewise.
1230 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1232 1998-05-23 Philip Blundell <Philip.Blundell@pobox.com>
1234 * sysdeps/unix/sysv/linux/arm/syscalls.list: Add `syscall'.
1235 * sysdeps/unix/sysv/linux/arm/syscall.S: Deleted.
1237 1998-07-05 Ulrich Drepper <drepper@cygnus.com>
1239 * misc/getttyent.c (getttyent): Explicitly lock the FILE and use
1240 _unlocked functions.
1242 * inet/ruserpass.c (ruserpass): Use _unlocked functions since this
1245 1998-07-04 17:11 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1247 * csu/Makefile: Build crt files in lib pass.
1248 * db2/Makefile (distribute): Add mutex/sco.cc.
1249 * mach/Machrules: Don't generate .udeps files if no_deps is set.
1250 * sysdeps/unix/Makefile: Don't generate sysd-syscalls or
1251 s-proto.d if avoid-generated is set.
1253 * sysdeps/alpha/Dist: List only one file per line.
1254 * sysdeps/generic/Dist: Likewise.
1255 * sysdeps/m68k/fpu/switch/Dist: Likewise.
1256 * sysdeps/sparc/sparc32/Dist: Likewise.
1257 * sysdeps/unix/Dist: Likewise.
1258 * sysdeps/unix/sysv/irix4/Dist: Likewise.
1260 * sysdeps/mach/hurd/i386/Dist: New file.
1261 * sysdeps/generic/Dist: Add endutxent.c, getutxent.c, getutxid.c,
1262 getutxline.c, pututxline.c, setutxent.c, updwtmpx.c, and utmpxname.c.
1263 * sysdeps/unix/sysv/linux/Dist: Add getresuid.c and getresgid.c.
1264 * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Remove __sigtrampoline.S.
1266 1998-07-04 10:14 Ulrich Drepper <drepper@cygnus.com>
1268 * libio/Makefile (routines): Add iofread_u and iofwrite_u.
1269 * libio/Versions: Add fread_unlocked and fwrite_unlocked.
1271 * Makerules (lib%.so): Adjust ignore pattern for last makefile change.
1273 * time/tzfile.c (decode): Optimize by using bswap_32.
1274 (__tzfile_read): Use _unlocked stream functions. Correct setting of
1275 __tzname array values.
1276 (__tzfile_compute): Correct setting of __tzname array values.
1277 * time/tzset.c (__tzstring): Clean up a bit.
1279 1998-06-29 19:01 Jim Wilson <wilson@cygnus.com>
1281 * posix/regex.c (re_comp): Add cast to char * before gettext calls.
1283 1998-06-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1285 * sysdeps/unix/bsd/poll.c (__poll): Allocate fd_set dynamically so
1286 that fd can be bigger than FD_SETSIZE.
1288 1998-07-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1290 * nscd/grpcache.c: Include <unistd.h>.
1291 * nscd/pwdcache.c: Likewise.
1293 * nis/nis_modify.c: Include <string.h>.
1294 * nis/nis_add.c: Likewise.
1295 * nis/nis_checkpoint.c: Likewise.
1296 * posix/runptests.c: Likewise.
1297 * sysdeps/generic/statvfs64.c: Likewise.
1298 * sysdeps/generic/fstatvfs64.c: Likewise.
1300 1998-07-03 13:16 Ulrich Drepper <drepper@cygnus.com>
1302 * localedata/charmaps/ISO-8859-9: Change mapping for 0xea, 0xec, 0xef
1303 to match data from Unicode.
1304 Reported by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
1306 1998-07-03 11:45 Ulrich Drepper <drepper@cygnus.com>
1308 * stdio-common/printf.h: Define printf_function and
1309 printf_arginfo_function types using __PMT not __P.
1310 Reported by Marc Lehmann.
1312 1998-07-02 14:07 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
1314 * assert/test-assert.c: New test.
1315 * assert/test-assert-perr.c: New test.
1316 * assert/Makefile (tests): Add test-assert and test-assert-perr.
1318 1998-07-02 13:45 Zack Weinberg <zack@rabi.phys.columbia.edu>
1320 BSD-style SCM_CREDS support.
1322 * sysdeps/unix/sysv/linux/socket.h: Define struct cmsgcred and
1324 * sysdeps/unix/sysv/linux/sendmsg.c: New file. Convert user
1325 visible SCM_CREDS packet to what the kernel wants.
1326 * sysdeps/unix/sysv/linux/recvmsg.c: New file. Convert
1327 SCM_CREDS packet output by kernel to what users want.
1329 * sysdeps/unix/sysv/linux/sendmsg.S: Moved to...
1330 * sysdeps/unix/sysv/linux/__sendmsg.S: here.
1331 * sysdeps/unix/sysv/linux/recvmsg.S: Moved to...
1332 * sysdeps/unix/sysv/linux/__recvmsg.S: here.
1334 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]: Add
1335 __sendmsg and __recvmsg to sysdep_routines.
1336 * sysdeps/unix/sysv/linux/Dist: Add __sendmsg.S and __recvmsg.S.
1338 1998-07-02 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1340 * nscd/grpcache.c: Fix gid pointer handling and debug messages.
1341 * nscd/pwdcache.c: Fix uid pointer handling and debug messages.
1342 * nscd/nscd.c: Check, if pthread_create fails.
1344 1998-07-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1346 * stdio-common/test_rdwr.c (main): Use %Zu for size_t in printf
1348 * stdio-common/bug1.c (main): Likewise.
1349 * stdio-common/bug5.c (main): Likewise.
1350 * stdio-common/tstgetln.c (main): Likewise.
1351 * elf/sprof.c (generate_call_graph): Likewise.
1352 (load_shobj): Likewise.
1353 * posix/runptests.c (main): Likewise.
1354 * string/tst-strlen.c (main): Likewise.
1356 * sysdeps/libm-ieee754/e_acos.c (__ieee754_acos): Remove unused
1358 * sysdeps/libm-ieee754/e_asin.c (__ieee754_asin): Likewise
1360 1998-07-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1362 * wctype/Versions: Add __towctrans.
1363 Noticed by Alex Buell <alex.buell@tahallah.demon.co.uk>.
1365 1998-07-02 Mark Kettenis <kettenis@phys.uva.nl>
1367 * grp/initgroups.c (compat_call): Only call dynamically loaded
1368 functions if they are really present.
1370 1998-07-02 Mark Kettenis <kettenis@phys.uva.nl>
1372 * sysdeps/unix/sysv/linux/bits/sched.h: Move __END_DECLS within
1373 #ifdef that contains __BEGIN_DECLS.
1375 1998-07-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1377 * libio/iofwrite.c: Fix return value when size == 0.
1379 1998-07-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1381 * posix/Makefile (distribute): Add annexc.c.
1382 (generated): Add $(objpfx)annexc and $(objpfx)annexc.out.
1384 1998-07-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1386 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1387 bits/pthreadtypes.h here, and do not clobber headers.
1389 * sysdeps/unix/sysv/linux/Dist: Add bits/pthreadtypes.h.
1391 1998-07-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1393 * timezone/tst-timezone.c: Add tests for tzname variable.
1395 1998-07-03 12:17 Zack Weinberg <zack@rabi.phys.columbia.edu>
1397 * Makefile [versioning=yes]: Build the mapfiles with a pattern
1398 rule that lists all of them as targets.
1399 (sysd-versions): Depend only on Versions.def. Write a Makefile
1400 fragment that defines $(vers-libs) based on contents of that file;
1402 (lib-noranlib): Depend on lib-mapfiles not sysd-versions.
1403 (lib-mapfiles): New target, depends on sysd-versions and $(vers-libs).
1404 Predicate all this on avoid-generated unset as well as versioning.
1406 1998-07-03 14:35 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1408 * sysdeps/unix/sysv/linux/m68k/Versions: New file.
1410 1998-07-02 21:51 Ulrich Drepper <drepper@cygnus.com>
1412 * Makeconfig: Define list of subdirs as all-subdirs and make subdirs
1414 * Makefile: Add rules to generate map files.
1415 (distribute): Remove libc.map, add Versions.def and versions.awk.
1416 * Makerules: Change rules to find map files on common-objpfx.
1417 * elf/Makefile: Likewise.
1418 * md5-crypt/Makefile: Likewise.
1419 * nis/Makefile (libnsl-map): Remove.
1420 * Versions.def: New file.
1421 * versions.awk: New file.
1422 * argp/Versions: New file.
1423 * assert/Versions: New file.
1424 * catgets/Versions: New file.
1425 * csu/Versions: New file.
1426 * ctype/Versions: New file.
1427 * db/Versions: New file.
1428 * debug/Versions: New file.
1429 * dirent/Versions: New file.
1430 * elf/Versions: New file.
1431 * gmon/Versions: New file.
1432 * grp/Versions: New file.
1433 * hesiod/Versions: New file.
1434 * hurd/Versions: New file.
1435 * iconv/Versions: New file.
1436 * inet/Versions: New file.
1437 * intl/Versions: New file.
1438 * io/Versions: New file.
1439 * libio/Versions: New file.
1440 * linuxthreads/Versions: New file.
1441 * locale/Versions: New file.
1442 * login/Versions: New file.
1443 * malloc/Versions: New file.
1444 * math/Versions: New file.
1445 * md5-crypt/Versions: New file.
1446 * misc/Versions: New file.
1447 * nis/Versions: New file.
1448 * nss/Versions: New file.
1449 * posix/Versions: New file.
1450 * pwd/Versions: New file.
1451 * resolv/Versions: New file.
1452 * resource/Versions: New file.
1453 * rt/Versions: New file.
1454 * setjmp/Versions: New file.
1455 * shadow/Versions: New file.
1456 * signal/Versions: New file.
1457 * socket/Versions: New file.
1458 * stdio/Versions: New file.
1459 * stdio-common/Versions: New file.
1460 * stdlib/Versions: New file.
1461 * streams/Versions: New file.
1462 * string/Versions: New file.
1463 * sunrpc/Versions: New file.
1464 * sysdeps/alpha/Versions: New file.
1465 * sysdeps/alpha/fpu/Versions: New file.
1466 * sysdeps/i386/Versions: New file.
1467 * sysdeps/sparc/Versions: New file.
1468 * sysdeps/unix/sysv/Versions: New file.
1469 * sysdeps/unix/sysv/linux/Versions: New file.
1470 * sysdeps/unix/sysv/linux/alpha/Versions: New file.
1471 * sysdeps/unix/sysv/linux/i386/Versions: New file.
1472 * sysdeps/unix/sysv/linux/mips/Versions: New file.
1473 * sysvipc/Versions: New file.
1474 * termios/Versions: New file.
1475 * time/Versions: New file.
1476 * wcsmbs/Versions: New file.
1477 * wctype/Versions: New file.
1478 * libc.map: Removed.
1479 * db/libdb.map: Removed.
1480 * elf/libdl.map: Removed.
1481 * hesiod/libnss_hesiod.map: Removed.
1482 * hurd/libhurduser.map: Removed.
1483 * hurd/libmachuser.map: Removed.
1484 * linuxthreads/libpthread.map: Removed.
1485 * locale/libBrokenLocale.map: Removed.
1486 * login/libutil.map: Removed.
1487 * math/libm.map: Removed.
1488 * md5-crypt/libcrypt.map: Removed.
1489 * nis/libnsl.map: Removed.
1490 * nis/libnsl_compat.map: Removed.
1491 * nis/libnss_nis.map: Removed.
1492 * nis/libnss_nisplus.map: Removed.
1493 * nss/libnss_db.map: Removed.
1494 * nss/libnss_files.map: Removed.
1495 * resolv/libnss_dns.map: Removed.
1496 * resolv/libresolv.map: Removed.
1497 * rt/librt.map: Removed.
1499 * elf/dl-load.c (fillin_rpath): Fix test for trusted directory.
1502 * elf/rtld.c (process_dl_debug): Recognize 'all'.
1503 (process_envvars): LD_BIND_NOW must be followed by y, Y, or 1.
1505 * sysdeps/generic/elf/backtracesyms.c: Allocate string memory of
1508 1998-07-01 Ulrich Drepper <drepper@cygnus.com>
1510 * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Fix typo
1513 * nscd/nscd.c: Include unistd.h.
1515 1998-07-01 09:32 Ulrich Drepper <drepper@cygnus.com>
1517 * math/libm-test.c: Adjust delta for indentities1_test because gcc
1520 1998-06-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1522 * resolv/inet_addr.c (inet_aton): Define variable base only if needed.
1524 1998-06-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1526 * scripts/test-installation.pl: Include <stdio.h> in test program
1527 to make it strictly conforming.
1529 1998-06-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1531 * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
1533 * sysdeps/unix/sysv/linux/i386/sysdep.S: Likewise.
1534 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
1535 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
1536 * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
1538 1998-06-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1540 * sysdeps/unix/sysv/linux/m68k/sysdep.S: Make _errno a weak alias,
1543 1998-06-30 Ulrich Drepper <drepper@cygnus.com>
1545 * posix/Makefile (headers): Remove bits/pthreadtypes.h.
1546 * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (headers): Add
1547 bits/pthreadtypes.h.
1549 1998-06-30 11:47 Ulrich Drepper <drepper@cygnus.com>
1551 * include/aio.h: New file.
1552 * posix/Makefile (distribute): Add bits/pthreadtypes.h.
1553 (tests): Build and run annexc program.
1554 * posix/annexc.c: New file.
1555 * posix/bits/posix1_lim.h: Add several more _POSIX_* limits.
1556 * rt/aio.h: Remove __need_timespec_t. We can include the whole time.h.
1557 * rt/aio_misc.c: Include limits.h.
1558 * rt/aio_notify.c: Include errno.h.
1559 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Include pthreadtypes.h.
1561 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
1562 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
1563 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
1564 * sysdeps/unix/sysv/linux/bits/errno.h: Define ENOTSUP though the
1565 kernel doesn't do this.
1566 * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_LARGEFILE only if
1567 __USE_LARGEFILE64 is defined.
1568 * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: New file. Empty.
1569 * sysdeps/unix/sysv/linux/bits/sched.h: Define __sched_param struct
1571 * sysdeps/unix/sysv/linux/bits/siginifo.h: Protect non-standard names.
1573 * stdlib/isomac.c: Avoid include_next warning.
1575 1998-06-29 12:27 Ulrich Drepper <drepper@cygnus.com>
1577 * argp/argp.h: Use __PMT instead of __P for function pointer.
1578 * iconv/gconv.h: Likewise.
1579 * io/fts.h: Likewise.
1580 * io/ftw.h: Likewise.
1581 * libio/libio.h: Likewise.
1582 * malloc/mcheck.h: Likewise.
1583 * misc/search.h: Likewise.
1584 * posix/glob.h: Likewise.
1585 * resolv/resolv.h: Likewise.
1586 * signal/signal.h: Likewise.
1587 * stdlib/stdlib.h: Likewise.
1588 * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
1589 * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
1591 1998-06-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1593 * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) only once.
1595 1998-06-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1597 * posix/wordexp.c (parse_param): Fix memory leak.
1599 1998-06-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1601 * libc.map: Export _IO_ftrylockfile.
1603 1998-06-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1605 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use get[pu]id instead of
1608 1998-06-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1610 * elf/dl-misc.c (_dl_debug_message): Don't cache the pid.
1612 * elf/dl-runtime.c (_dl_object_relocation_scope): Avoid adding the
1613 same search list twice.
1615 1998-06-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1617 * login/programs/utmpd.c (handle_requests): Set and use maximal fd
1618 used to optimize loop/select.
1620 1998-06-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1622 * sysdeps/generic/init-first.c: Don't define __libc_pid.
1623 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
1624 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
1625 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
1626 * sysdeps/arm/init-first.c: Likewise.
1627 * posix/getopt_init.c: Don't use __libc_pid.
1628 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
1629 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
1630 * libc.map: Remove __libc_uid and __libc_pid.
1632 1998-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1634 * sunrpc/rtime.c (rtime): Use poll instead of select.
1636 1998-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1638 * sunrpc/clnt_tcp.c (readtcp): Use poll instead of select.
1639 * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
1640 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
1641 Patches from FreeBSD current.
1643 1998-06-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1645 * nscd/connections.c (handle_new_request): Handle POLLHUP
1647 (close_sockets): Correct parameter to dbg_log.
1649 1998-06-27 David S. Miller <davem@pierdol.cobaltmicro.com>
1651 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_matches_host):
1652 Cleanup weak_extern usage for _dl_hwcap and _dl_hwcap_mask.
1653 (elf_machine_fixup_plt): Likewise.
1654 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: When
1655 _dl_pagesize not set, use system call to always get correct answer.
1656 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
1657 (__syscall_getpagesize): Add
1659 1998-06-27 Ulrich Drepper <drepper@cygnus.com>
1661 * resolv/res_send.c (res_send): Fix typo.
1663 1998-06-25 Andi Kleen <ak@muc.de>
1665 * inet/rcmd.c (rcmd): Change to use __poll instead of select.
1666 * resolv/res_send.c (res_send): Likewise.
1668 1998-06-27 12:58 Ulrich Drepper <drepper@cygnus.com>
1670 * sysdeps/unix/bsd/poll.c: Define __poll, make poll weak alias.
1671 * sysdeps/unix/sysv/linux/poll.c: Likewise.
1673 1998-06-27 7:07 Richard Henderson <rth@cygnus.com>
1675 * math/atest-exp.c (exp_mpn, main): Cast to mp_limb_t appropriately.
1676 * math/atest-exp2.c (exp_mpn, main): Likewise.
1677 * math/atest-sincos.c (main): Likewise.
1679 * resolv/inet_addr.c (inet_aton): Check for 32-bit overflow. Move
1680 base handling away from strtoul. Always reset errno.
1682 * sysdeps/alpha/Makefile (elf): Kill -mno-fp-regs.
1684 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Only set
1685 _dl_profile_map if _dl_name_match_p.
1686 (RTLD_START): Fix .prologue. Set __libc_stack_end.
1687 * sysdeps/alpha/elf/start.S: Pass sp as arg 7. Kill __data_start.
1689 * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Mark tmp
1692 * sysdeps/libm-ieee754/e_exp10.c: Include "math_private.h".
1693 * sysdeps/libm-ieee754/e_exp10f.c: Likewise.
1694 * sysdeps/libm-ieee754/e_exp10l.c: Likewise.
1696 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
1698 * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use alias-safe code.
1700 1998-06-26 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1702 * nis/nis_call.c: Don't copy server structure.
1703 * nis/nis_intern.h: Remove unused entries.
1704 * nis/nis_table.c: Rewrite __create_ib_request.
1706 1998-06-26 14:37 Ulrich Drepper <drepper@cygnus.com>
1708 * configure.in: Check for -fexceptions.
1709 * config.make.in: Define exceptions, not no-exceptions.
1710 * misc/sys/cdefs.h: Define __PMT. When using modern g++ define
1712 * misc/Makefile: Define CFLAGS-tsearch.c and CFLAGS-lsearch.c to
1714 * stdlib/Makefile: Likewise for bsearch.c, msort.c, and qsort.c.
1715 * misc/search.h: Use __PMT in tsearch, tfind, tdelete, twalk, tdestroy,
1716 lfind, and lsearch prototpypes.
1717 * stdlib/stdlib.h: Likewise for bsearch and qsort.
1719 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
1721 * sysdeps/i386/fpu/bits/mathinline.h (__finite): Use C code, not asm.
1723 1998-06-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1725 * Makefile (remove-old-headers): Make phony.
1727 * configure.in: Substitute @old_glibc_headers@.
1729 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
1731 * libc.map: Remove __libc_uid.
1733 1998-06-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1735 * manual/terminal.texi (Allocation, Pseudo-Terminal Pairs): Fix
1738 1998-06-26 Ulrich Drepper <drepper@cygnus.com>
1740 * libc.map: Add Alpha-specific io function from protected namespace.
1742 1998-06-25 19:26 Ulrich Drepper <drepper@cygnus.com>
1744 * Makeconfig (CPPFLAGS): Use $($(subdir)-CPPFLAGS) if defined first.
1745 * locale/Makefile: Define locale-CPPFLAGS instead of redefining
1748 * libc.map: Export __sigaction.
1750 1998-06-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1752 * sysdeps/unix/sysv/linux/bits/sched.h (CLONE_PTRACE): Add it
1753 (from Linux 2.1.107).
1755 1998-06-24 Ulrich Drepper <drepper@cygnus.com>
1757 * nss/nss_files/files-XXX.c (_nss_files_get,ENTNAME_r): Initialize
1758 position when file was opened here.
1759 Reported by Howard Chu <hyc@platinum.com>.
1761 * sysdeps/generic/glob.c: Also protect FNM_* macros from being
1762 undefined in a second inclusion.
1764 1998-06-20 Mark Kettenis <kettenis@phys.uva.nl>
1766 * sysdeps/mach/hurd/i386/Makefile: New file.
1767 * sysdeps/mach/hurd/i386/init-first.c [!PIC] (init1): Call
1769 (_hurd_stack_setup): Renamed
1770 from __libc_init_first.
1771 (__libc_init_first): New function.
1772 * sysdeps/mach/hurd/i386/static-start.S: New file.
1774 1998-05-30 Mark Kettenis <kettenis@phys.uva.nl>
1776 * sysdeps/mach/hurd/i386/init-first.c
1778 1998-06-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1780 * grp/initgroups.c: Use _CALL_DL_FCT.
1782 1998-06-23 Mark Kettenis <kettenis@phys.uva.nl>
1784 * elf/rtld.c (process_dl_debug): Add missing continue.
1786 1998-06-23 Mark Kettenis <kettenis@phys.uva.nl>
1788 * elf/dl-load.c (_dl_map_object_from_fd): Add missing cast.
1790 1998-06-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1792 * manual/terminal.texi (Pseudo-Terminals): Correct typos.
1794 1998-06-23 Ulrich Drepper <drepper@cygnus.com>
1796 * config.make.in: Remove LDAP support.
1797 * nss/Makefile: Likewise.
1799 1998-06-22 17:02 Ulrich Drepper <drepper@cygnus.com>
1801 * sysdeps/generic/enbl-secure.c: Don't use __libc_uid.
1802 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
1803 * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
1804 * sysdeps/unix/sysv/linux/init-first.c: Don't initialize __libc_uid.
1806 1998-06-02 Gordon Matzigkeit <gord@profitpress.com>
1808 * mach/Makefile: Change `mv' invocations to `mv -f'.
1809 * mach/Machrules: Likewise.
1811 1998-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1813 * config.make.in (old-glibc-headers): Add it.
1815 * configure.in: Add test for glibc 2.0.x headers.
1817 * Makefile (headers2_0): New variable - contains so far only
1818 Linux/Intel glibc 2.0.x headers.
1819 (remove-old-headers): New rule to remove headers from glibc 2.0.x.
1820 (install): Depend on remove-old-headers.
1822 1998-06-19 Mark Kettenis <kettenis@phys.uva.nl>
1824 * sysdeps/generic/ftruncate.c: Define function as __ftruncate and
1825 make ftruncate a weak alias.
1826 * sysdeps/mach/hurd/ftruncate.c: Really define function as
1828 * sysdeps/mach/hurd/truncate.c: Include <unistd.h>.
1829 (truncate): Fix function defenition to match prototype.
1831 1998-06-20 Mark Kettenis <kettenis@phys.uva.nl>
1833 * manual/terminal.texi: Document ttyname_r, getpt, grantpt,
1834 unlockpt, ptsname, ptsname_r, openpty and forkpty.
1836 1998-06-22 Ulrich Drepper <drepper@cygnus.com>
1838 * sysdeps/generic/glob.c: Make it possible to include glob.h
1839 before loading glob.c.
1840 Reported by Felix von Leitner <leitner@math.fu-berlin.de>.
1842 1998-06-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1844 * nscd/connections.c: Use poll() instead of select().
1846 1998-06-22 14:08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1848 * sysdeps/generic/Dist: Fix typo.
1850 1998-06-20 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1852 * nis/nis_add.c: Avoid unnecessary strlen () calls.
1853 * nis/nis_addmember.c: Likewise.
1854 * nis/nis_call.c: Likewise.
1855 * nis/nis_creategroup.c: Likewise.
1856 * nis/nis_destroygroup.c: Likewise.
1857 * nis/nis_findserv.c: Likewise.
1858 * nis/nis_ismember.c: Likewise.
1859 * nis/nis_print.c: Likewise.
1860 * nis/nis_print_group_entry.c: Likewise.
1861 * nis/nis_removemember.c: Likewise.
1862 * nis/nis_verifygroup.c: Likewise.
1863 * nis/ypclnt.c: Likewise.
1865 * nis/nis_file.c: Close file handles.
1867 * nis/nis_callback.c: Fix typo.
1869 1998-06-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1871 * nis/Makefile: Add nis-initgroups and compat-initgroups.
1872 * nis/libnss_compat.map: Add _nss_compat_initgroups.
1873 * nis/libnss_nis.map: Add _nss_nis_initgroups.
1874 * nis/nss_compat/compat-initgroups.c: New, faster then getgrent().
1875 * nis/nss_nis/nis-initgroups.c: Likewise.
1876 * libc-work/nss/nsswitch.c: Rename nss_lookup_function to
1877 __nss_lookup_function and make it public.
1878 * grp/initgroups.c: Rewrite, to use initgroups function from NSS
1879 module if exists, else use old method.
1881 1998-06-19 Ulrich Drepper <drepper@cygnus.com>
1883 * nss/getXXbyYY_r.c (lookup_function): Correct return in type
1885 * nss/getXXent_r.c (set_function, end_function, get_function):
1886 Likewise. Reported by Thorsten Kukuk.
1888 * sysdeps/unix/sysv/linux/sigstack.c: Mark sigstack as dangerous.
1890 1998-06-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1892 * sysdeps/unix/sysv/linux/sparc/Dist: Follow change from
1893 1998-06-16 and distribute kernel_termios.h.
1895 * nis/Makefile (distribute): Add nis_xdr.h.
1897 1998-06-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1899 * sysdeps/unix/sysv/linux/sigstack.c (sigstack): Disable for
1900 kernels that don't have sigaltstack.
1902 1998-06-19 Ulrich Drepper <drepper@cygnus.com>
1904 * sysdeps/generic/bits/sem.h: Don't define union semun.
1906 * sysdeps/unix/sysv/linux/bits/sem.h: Fix typo.
1908 * sysdeps/unix/sysv/linux/bits/ipc.h: Remove ipc_kludge definition
1910 * sysdeps/unix/sysv/linux/msgrcv.c (msgrcv): Add ipc_kludge
1913 1998-06-18 21:45 Ulrich Drepper <drepper@cygnus.com>
1915 * signal/signal.h: Add prototype for __sigaltstack.
1916 * sysdeps/unix/sysv/linux/syscalls.list: Add __sigaltstack name.
1917 Remove sigstack entry.
1918 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add sigstack here.
1919 * sysdeps/unix/sysv/linux/sigstack.c: New file.
1921 * sysdeps/i386/backtrace.c: Add casts.
1923 1998-06-18 19:49 Ulrich Drepper <drepper@cygnus.com>
1925 * intl/dcgettext.c: use complete type name.
1926 * intl/hash-string.h: Likewise.
1928 * intl/localealias.c: Undo patch from 1998-04-29.
1929 * intl/l10nflist.c: Likewise.
1930 * intl/loadinfo.h: Likewise.
1932 1998-06-18 Ulrich Drepper <drepper@cygnus.com>
1934 * sysdeps/i386/elf/start.S (_start): Ensure correct alignment.
1936 1998-06-18 16:40 Ulrich Drepper <drepper@cygnus.com>
1938 * libc.map: Add _dl_profile_map, _dl_profile_output, _dl_start_profile,
1939 _dl_mcount, _dl_mcount_wrapper.
1940 * elf/Makefile (routines): Add dl-profstub.
1941 * elf/dl-profstub.c: New file.
1942 * elf/dl-support.c: Don't define _dl_profile_map.
1943 * elf/rtld.c: Likewise.
1944 * elf/dlfcn.h: Define DL_CALL_FCT macro.
1945 * elf/ldsodefs.h: Declare _dl_profile_output, _dl_mcount_wrapper.
1946 Define _CALL_DL_FCT.
1947 * iconv/gconv.c: Use _CALL_DL_FCT to call function from dynamically
1949 * iconv/gconv_db.c: Likewise.
1950 * iconv/skeleton.c: Likewise.
1951 * nss/getXXbyYY_r.c: Likewise.
1952 * nss/getXXent_r.c: Likewise.
1953 * nss/nsswitch.c: Likewise.
1955 1998-06-18 12:29 Ulrich Drepper <drepper@cygnus.com>
1957 * sysdeps/libm-i387/e_scalb.S: Fix bug in FPU stack handling.
1958 * sysdeps/libm-i387/e_scalbf.S: Likewise.
1959 * sysdeps/libm-i387/e_scalbl.S: Likewise.
1961 1998-06-18 Ulrich Drepper <drepper@cygnus.com>
1963 * stdlib/tst-strtod.c (long_dbl): Provide receipe to regenerate
1966 1998-06-18 10:26 Ulrich Drepper <drepper@cygnus.com>
1968 * iconvdata/Makefile (modules): Add MACINTOSH.
1969 (MACINTOSH-routines): New variable.
1970 (distribute): Add macintosh.c.
1971 (awk-generated-headers): Add macintosh.h.
1972 Add rule for macintosh.h generation.
1973 * iconvdata/gconv-modules: Add definitions for MACINTOSH.
1974 * iconvdata/macintosh.c: New file.
1976 1998-06-17 Ulrich Drepper <drepper@cygnus.com>
1978 * stdlib/tst-strtod.c (long_dbl): Add test for loooong numbers.
1980 * stdlib/strtod.c (str_to_mpn): Fix extending of n array which
1981 only should happen for cy != 0.
1983 * sysdeps/unix/sysv/linux/alpha/glob.c: Include sys/types.h before
1986 1998-06-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1988 * sysdeps/generic/backtrace.c (INNER_THAN): New definition, use it
1989 to compare stack addresses.
1991 1998-06-17 Ulrich Drepper <drepper@cygnus.com>
1993 * sysdeps/unix/sysv/linux/alpha/glob.c: Include glob.h before
1994 defining prototypes.
1996 1998-06-16 David S. Miller <davem@dm.cobaltmicro.com>
1998 * sysdeps/sparc/sparc32/dl-machine.h
1999 (elf_machine_fixup_plt): During rtld bootstrap, always perform
2000 flushes as the kernel will emulate it when the underlying cpu does
2001 not implement flush.
2003 * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: Move...
2004 * sysdeps/unix/sysv/linux/sparc/kernel_termios.h: ...to here.
2006 * sysdeps/unix/sysv/linux/sparc/sparc32/__sigtrampoline.S: Remove.
2007 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: No longer build
2010 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S
2011 (__clone): Branch to label .Lerror not __clone_syscall_error.
2012 (.Lerror): Fixup EINVAL setting.
2013 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: New file.
2014 * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
2015 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
2016 (__syscall_getgroups, __syscall_setgroups): Add.
2018 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
2019 (__sigaction): Member name is k_sa_handler. Use memcpy to copy
2020 around sa_mask data.
2022 1998-06-16 Ulrich Drepper <drepper@cygnus.com>
2024 * math/math.h: Include bits/nan.h when compiling for ISO C 9x.
2026 * string/Makefile: Make sure test-ffs does not use builtins.
2028 1998-06-16 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2030 * sunrpc/svc.c: Check for NULL pointer.
2032 * nis/libnsl.map: Add public NIS+ xdr functions.
2034 * nis/rpcsvc/nis_callback.h: New file.
2035 * nis/rpcsvc/nis.h: Move xdr_* functions from here ...
2036 * nis/nis_xdr.h: ... here.
2038 * nis/nis_add.c: Use internal _xdr_* functions, check for NULL
2039 pointers, use NIS+ defines where possible.
2040 * nis/nis_cache.c: Likewise.
2041 * nis/nis_cache2_xdr.c: Likewise.
2042 * nis/nis_call.c: Likewise.
2043 * nis/nis_checkpoint.c: Likewise.
2044 * nis/nis_clone_dir.c: Likewise.
2045 * nis/nis_clone_obj.c: Likewise.
2046 * nis/nis_clone_res.c: Likewise.
2047 * nis/nis_creategroup.c: Likewise.
2048 * nis/nis_file.c: Likewise.
2049 * nis/nis_free.c: Likewise.
2050 * nis/nis_getservlist.c: Likewise.
2051 * nis/nis_local_names.c: likewise.
2052 * nis/nis_lookup.c: Likewise.
2053 * nis/nis_mkdir.c: Likewise.
2054 * nis/nis_modify.c: Likewise.
2055 * nis/nis_ping.c: Likewise.
2056 * nis/nis_print.c: Likewise.
2057 * nis/nis_remove.c: Likewise.
2058 * nis/nis_removemember.c: Likewise.
2059 * nis/nis_rmdir.c: Likewise.
2060 * nis/nis_server.c: Likewise.
2061 * nis/nis_table.c: Likewise.
2062 * nis/nis_util.c: Likewise.
2063 * nis/nis_verifygroup.c: Likewise.
2064 * nis/nis_xdr.c: Likewise.
2065 * nis/nis_callback.c: Likewise, and move xdr functions from here ...
2066 * nis/nis_xdr.c: ... to here.
2068 1998-06-15 18:07 Ulrich Drepper <drepper@cygnus.com>
2070 * iconvdata/ksc5601.h: Clean up a bit.
2072 1998-06-15 14:35 Ulrich Drepper <drepper@cygnus.com>
2074 * sunrpc/svc_tcp.c (readtcp): Also listen to all the other connections
2075 and process incoming data.
2076 * sunrpc/xdr_rec.c (set_input_fragment): Only recognize zero length
2077 fragments as invalid.
2078 Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
2080 1998-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2082 Removal of duplicates like "the the".
2083 * manual/time.texi (TZ Variable): Likewise.
2084 * manual/users.texi (Manipulating the Database): Likewise.
2085 * manual/sysinfo.texi (Filesystem handling): Likewise.
2086 * manual/signal.texi (Signaling Yourself): Likewise.
2087 * manual/message.texi (Message Translation): Likewise.
2088 (Common Usage): Likewise.
2089 * manual/llio.texi: Likewise.
2090 * manual/arith.texi (Old-style number conversion): Likewise.
2091 * manual/argp.texi (Argp): Likewise.
2092 (Argp Parsers): Likewise.
2093 (Argp Help Filtering): Likewise.
2095 * hesiod/README.hesiod: Correct typo.
2097 * manual/llio.texi: Correct typos.
2098 * manual/sysinfo.texi: Likewise.
2100 1998-06-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2102 * rt/aio.h: Rename __op to __operation for g++.
2104 1998-06-13 20:17 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2106 * iconvdata/gen-8bit-gap.sh: Use awk not perl. Clean up sed
2108 * iconvdata/gen-8bit-gap-1.sh: Likewise.
2109 * iconvdata/gen-8bit.sh: Clean up sed script.
2111 * iconvdata/Makefile: Remove all PERL conditionals; build all
2112 the modules all the time. Export AWK.
2113 (gen-8bit-gap): Delete setting of PERL.
2114 (gen-8bit-gap-1): Likewise.
2115 (perl-generated-headers): Renamed awk-generated-headers.
2117 * iconvdata/gap.pl: Removed.
2118 * iconvdata/gaptab.pl: Removed.
2119 * iconvdata/gap.awk: New file.
2120 * iconvdata/gaptab.awk: New file.
2122 1998-06-15 Ulrich Drepper <drepper@cygnus.com>
2124 * sysdeps/generic/Dist: Add errno-loc.c.
2126 * sysdeps/unix/sysv/linux/alpha/glob.c: Add prototypes for the
2129 1998-06-14 14:21 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
2131 * stdio-common/bug12.c: New test for fread()/fseek().
2132 * stdio-common/Makefile (tests): Add bug12.
2134 1998-06-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2136 * sysdeps/generic/elf/backtracesyms.c: Make array elements
2138 * sysdeps/generic/backtracesyms.c: Likewise. Fix type of RESULT.
2139 * debug/execinfo.h: Update declaration.
2141 1998-06-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2143 * sysdeps/generic/elf/backtracesyms.c: Make array elements constant.
2144 * sysdeps/generic/backtracesyms.c: Likewise. Fix type of RESULT.
2145 * debug/execinfo.h: Update declaration.
2147 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2149 * manual/llio.texi: Fix spelling.
2150 * manual/sysinfo.texi: Fix spelling.
2152 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2154 * misc/hsearch.c (__hdestroy): Renamed from hdestroy, create weak
2155 alias for old name. Put this on __libc_subfreeres.
2156 * misc/search.h: Declare it.
2158 1998-06-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2160 * string/bits/string2.h (strcmp): Add missing parens around macro
2163 1998-06-12 23:34 Ulrich Drepper <drepper@cygnus.com>
2165 * manual/arith.texi: Fix problem with @math and texinfo.tex.
2167 * manual/filesys.texi: Document LFS functions.
2168 * manual/llio.texi: Likewise.
2169 * manual/stdio.texi: Likewise.
2170 * manual/time.texi: Likewise.
2172 * manual/llio.texi: Document AIO functions.
2174 * resource/sys/resource.h: Mark second argument of setrlimit as const.
2175 * sysdeps/generic/setrlimit.c: Likewise.
2176 * sysdeps/generic/setrlimit64.c: Likewise.
2177 * sysdeps/mach/hurd/setrlimit.c: Likewise.
2178 * sysdeps/unix/sysv/setrlimit.c: Likewise.
2180 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2182 * sysdeps/generic/getenv.c: Fix last change.
2184 1998-06-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2186 * sysdeps/generic/backtrace.c: Provide generic implementation.
2188 1998-06-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2190 * configure.in: Give visual feedback of the default directories we
2193 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2195 * io/fts.c (fts_build): Define oflag only if needed.
2197 1998-06-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2199 * sysdeps/libm-ieee754/w_exp10.c: Add missing close comment.
2201 1998-06-11 Ulrich Drepper <drepper@cygnus.com>
2203 * libc.map: Don't export argp's fmtstream handling functions.
2205 * manual/sysinfo.texi: Document fstab and mtab handling functions.
2206 * manual/llio.texi: Document more LFS functions and start documenting
2209 1998-06-03 03:09 Geoff Keating <geoffk@ozemail.com.au>
2211 * sysdeps/unix/sysv/linux/pread.c: Detect missing syscall, like poll().
2212 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
2213 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
2214 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2216 1998-06-03 03:09 Geoff Keating <geoffk@ozemail.com.au>
2218 * sysdeps/powerpc/Makefile: Use -G0 on the startup file; this
2219 makes it easier to undump emacs.
2220 * sysdeps/powerpc/bits/endian.h: Use more informative error message
2221 for when the endianness can't be determined.
2223 1998-06-04 13:19 Geoff Keating <geoffk@ozemail.com.au>
2225 * nss/Makefile: Add files publickey database support.
2226 * nss/libnss_files.map: Export the required functions.
2227 * nss/nss_files/files-key.c: Implement it.
2228 * sunrpc/rpc/auth_des.h: Correct typos in comments.
2230 1998-06-10 Ulrich Drepper <drepper@cygnus.com>
2232 * iconv/gconv_builtin.h: Add aliases for CORBA.
2233 * iconvdata/gconv-modules: Likewise.
2235 1998-06-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2237 * math/libm-test.c (main): Call exp10_test.
2238 (exp10_test): New function which tests exp10.
2240 1998-06-10 Ulrich Drepper <drepper@cygnus.com>
2242 * sysdeps/unix/sysv/linux/syscalls.list: Add sigaltstack and
2245 * sysdeps/unix/sysv/linux/bits/sigstack.h: Add definitions of
2246 SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ and SIGSTKSZ.
2247 * sysdeps/unix/sysv/linux/alpha/bits/sigstack.h: New file.
2249 1998-06-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2251 * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address
2252 in the variable, not its GOT slot.
2254 1998-06-10 10:32 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2256 * sysdeps/m68k/fpu/bits/mathinline.h: Define __ieee754_exp10 as
2258 * sysdeps/m68k/fpu/e_exp10.c: New file.
2259 * sysdeps/m68k/fpu/e_exp10f.c: New file.
2260 * sysdeps/m68k/fpu/e_exp10l.c: New file.
2262 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Set
2263 _dl_profile_map only if the name matches.
2264 (_dl_start_user): Remember stack address.
2265 * sysdeps/m68k/elf/start.S: Pass new argument to
2268 * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_LABEL): New
2270 (PSEUDO, SYSCALL_ERROR_HANDLER): Use it instead of syscall_error.
2271 * sysdeps/unix/sysv/linux/m68k/clone.S: Likewise.
2272 * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
2273 * sysdeps/unix/sysv/linux/m68k/socket.S: Likewise.
2274 * sysdeps/unix/sysv/linux/m68k/syscall.S: Likewise.
2276 1998-06-09 18:16 Ulrich Drepper <drepper@cygnus.com>
2278 * math/Makefile (libm-calls): Add w_exp10 and e_exp10.
2279 * math/libm.map: Add exp10{,f,l} and pow10{,f,l}.
2280 * math/math_private.h: Add prototypes for __ieee754_exp10{,f,l}.
2281 * math/bits/mathcalls.h: Add definitions for exp10 and pow10
2283 * sysdeps/libm-i387/e_exp10.S: New file.
2284 * sysdeps/libm-i387/e_exp10f.S: New file.
2285 * sysdeps/libm-i387/e_exp10l.S: New file.
2286 * sysdeps/libm-ieee754/e_exp10.c: New file.
2287 * sysdeps/libm-ieee754/e_exp10f.c: New file.
2288 * sysdeps/libm-ieee754/e_exp10l.c: New file.
2289 * sysdeps/libm-ieee754/w_exp10.c: New file.
2290 * sysdeps/libm-ieee754/w_exp10f.c: New file.
2291 * sysdeps/libm-ieee754/w_exp10l.c: New file.
2292 * sysdeps/libm-ieee754/k_standard.c: Add exception code for exp10.
2294 1998-05-25 22:18 H.J. Lu <hjl@gnu.org>
2296 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers): Add
2297 sys/elf.h and sys/reg.h.
2298 * sysdeps/unix/sysv/linux/i386/sys/elf.h: New file.
2299 * sysdeps/unix/sysv/linux/i386/sys/reg.h: New file.
2300 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: New file.
2301 * sysdeps/unix/sysv/linux/i386/sys/user.h: New file.
2303 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_GETREGS,
2304 PTRACE_SETREGS, PTRACE_GETFPREGS, PTRACE_SETFPREGS): Added.
2306 1998-06-09 Ulrich Drepper <drepper@cygnus.com>
2308 * sysdeps/unix/sysv/linux/netinet/ip.h (struct ip_options): Define
2309 __data member only for gcc. Reported by ak@muc.de.
2311 * misc/mntent.h: Undo last patch.
2312 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Undo last patch.
2313 * misc/tst/mntent.c: Adjust code for this change.
2315 * io/fts.c: Updated from a slightly more recent BSD version.
2316 * io/fts.h: Likewise.
2318 * libc.map: Add __libc_stack_end.
2320 * db2/Makefile (routines): Add lock_region.
2321 * db2/config.h: Update from db-2.4.14.
2322 * db2/db.h: Likewise.
2323 * db2/db_185.h: Likewise.
2324 * db2/db_int.h: Likewise.
2325 * db2/btree/bt_close.c: Likewise.
2326 * db2/btree/bt_compare.c: Likewise.
2327 * db2/btree/bt_conv.c: Likewise.
2328 * db2/btree/bt_cursor.c: Likewise.
2329 * db2/btree/bt_delete.c: Likewise.
2330 * db2/btree/bt_open.c: Likewise.
2331 * db2/btree/bt_page.c: Likewise.
2332 * db2/btree/bt_put.c: Likewise.
2333 * db2/btree/bt_rec.c: Likewise.
2334 * db2/btree/bt_recno.c: Likewise.
2335 * db2/btree/bt_rsearch.c: Likewise.
2336 * db2/btree/bt_search.c: Likewise.
2337 * db2/btree/bt_split.c: Likewise.
2338 * db2/btree/bt_stat.c: Likewise.
2339 * db2/btree/btree.src: Likewise.
2340 * db2/btree/btree_auto.c: Likewise.
2341 * db2/clib/getlong.c: Likewise.
2342 * db2/common/db_appinit.c: Likewise.
2343 * db2/common/db_apprec.c: Likewise.
2344 * db2/common/db_byteorder.c: Likewise.
2345 * db2/common/db_err.c: Likewise.
2346 * db2/common/db_log2.c: Likewise.
2347 * db2/common/db_region.c: Likewise.
2348 * db2/common/db_salloc.c: Likewise.
2349 * db2/common/db_shash.c: Likewise.
2350 * db2/db/db.c: Likewise.
2351 * db2/db/db.src: Likewise.
2352 * db2/db/db_auto.c: Likewise.
2353 * db2/db/db_conv.c: Likewise.
2354 * db2/db/db_dispatch.c: Likewise.
2355 * db2/db/db_dup.c: Likewise.
2356 * db2/db/db_overflow.c: Likewise.
2357 * db2/db/db_pr.c: Likewise.
2358 * db2/db/db_rec.c: Likewise.
2359 * db2/db/db_ret.c: Likewise.
2360 * db2/db/db_thread.c: Likewise.
2361 * db2/db185/db185.c: Likewise.
2362 * db2/db185/db185_int.h: Likewise.
2363 * db2/dbm/dbm.c: Likewise.
2364 * db2/hash/hash.c: Likewise.
2365 * db2/hash/hash.src: Likewise.
2366 * db2/hash/hash_auto.c: Likewise.
2367 * db2/hash/hash_conv.c: Likewise.
2368 * db2/hash/hash_debug.c: Likewise.
2369 * db2/hash/hash_dup.c: Likewise.
2370 * db2/hash/hash_func.c: Likewise.
2371 * db2/hash/hash_page.c: Likewise.
2372 * db2/hash/hash_rec.c: Likewise.
2373 * db2/hash/hash_stat.c: Likewise.
2374 * db2/include/btree.h: Likewise.
2375 * db2/include/btree_ext.h: Likewise.
2376 * db2/include/clib_ext.h: Likewise.
2377 * db2/include/common_ext.h: Likewise.
2378 * db2/include/cxx_int.h: Likewise.
2379 * db2/include/db.h.src: Likewise.
2380 * db2/include/db_185.h.src: Likewise.
2381 * db2/include/db_am.h: Likewise.
2382 * db2/include/db_auto.h: Likewise.
2383 * db2/include/db_cxx.h: Likewise.
2384 * db2/include/db_dispatch.h: Likewise.
2385 * db2/include/db_ext.h: Likewise.
2386 * db2/include/db_int.h.src: Likewise.
2387 * db2/include/db_page.h: Likewise.
2388 * db2/include/db_shash.h: Likewise.
2389 * db2/include/db_swap.h: Likewise.
2390 * db2/include/hash.h: Likewise.
2391 * db2/include/hash_ext.h: Likewise.
2392 * db2/include/lock.h: Likewise.
2393 * db2/include/lock_ext.h: Likewise.
2394 * db2/include/log.h: Likewise.
2395 * db2/include/log_ext.h: Likewise.
2396 * db2/include/mp.h: Likewise.
2397 * db2/include/mp_ext.h: Likewise.
2398 * db2/include/mutex_ext.h: Likewise.
2399 * db2/include/os_ext.h: Likewise.
2400 * db2/include/os_func.h: Likewise.
2401 * db2/include/queue.h: Likewise.
2402 * db2/include/shqueue.h: Likewise.
2403 * db2/include/txn.h: Likewise.
2404 * db2/lock/lock.c: Likewise.
2405 * db2/lock/lock_conflict.c: Likewise.
2406 * db2/lock/lock_deadlock.c: Likewise.
2407 * db2/lock/lock_region.c: Likewise.
2408 * db2/lock/lock_util.c: Likewise.
2409 * db2/log/log.c: Likewise.
2410 * db2/log/log.src: Likewise.
2411 * db2/log/log_archive.c: Likewise.
2412 * db2/log/log_auto.c: Likewise.
2413 * db2/log/log_compare.c: Likewise.
2414 * db2/log/log_findckp.c: Likewise.
2415 * db2/log/log_get.c: Likewise.
2416 * db2/log/log_put.c: Likewise.
2417 * db2/log/log_rec.c: Likewise.
2418 * db2/log/log_register.c: Likewise.
2419 * db2/mp/mp_bh.c: Likewise.
2420 * db2/mp/mp_fget.c: Likewise.
2421 * db2/mp/mp_fopen.c: Likewise.
2422 * db2/mp/mp_fput.c: Likewise.
2423 * db2/mp/mp_fset.c: Likewise.
2424 * db2/mp/mp_open.c: Likewise.
2425 * db2/mp/mp_pr.c: Likewise.
2426 * db2/mp/mp_region.c: Likewise.
2427 * db2/mp/mp_sync.c: Likewise.
2428 * db2/mutex/68020.gcc: Likewise.
2429 * db2/mutex/mutex.c: Likewise.
2430 * db2/mutex/parisc.gcc: Likewise.
2431 * db2/mutex/parisc.hp: Likewise.
2432 * db2/mutex/sco.cc: Likewise.
2433 * db2/os/os_abs.c: Likewise.
2434 * db2/os/os_alloc.c: Likewise.
2435 * db2/os/os_config.c: Likewise.
2436 * db2/os/os_dir.c: Likewise.
2437 * db2/os/os_fid.c: Likewise.
2438 * db2/os/os_fsync.c: Likewise.
2439 * db2/os/os_map.c: Likewise.
2440 * db2/os/os_oflags.c: Likewise.
2441 * db2/os/os_open.c: Likewise.
2442 * db2/os/os_rpath.c: Likewise.
2443 * db2/os/os_rw.c: Likewise.
2444 * db2/os/os_seek.c: Likewise.
2445 * db2/os/os_sleep.c: Likewise.
2446 * db2/os/os_spin.c: Likewise.
2447 * db2/os/os_stat.c: Likewise.
2448 * db2/os/os_unlink.c: Likewise.
2449 * db2/progs/db_archive/db_archive.c: Likewise.
2450 * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
2451 * db2/progs/db_deadlock/db_deadlock.c: Likewise.
2452 * db2/progs/db_dump/db_dump.c: Likewise.
2453 * db2/progs/db_dump185/db_dump185.c: Likewise.
2454 * db2/progs/db_load/db_load.c: Likewise.
2455 * db2/progs/db_printlog/db_printlog.c: Likewise.
2456 * db2/progs/db_recover/db_recover.c: Likewise.
2457 * db2/progs/db_stat/db_stat.c: Likewise.
2458 * db2/txn/txn.c: Likewise.
2459 * db2/txn/txn.src: Likewise.
2460 * db2/txn/txn_auto.c: Likewise.
2461 * db2/txn/txn_rec.c: Likewise.
2463 * elf/rtld.c: Move definition of __libc_stack_end to ...
2464 * sysdeps/generic/dl-sysdep.h: ...here.
2466 * sysdeps/unix/sysv/linux/fstatvfs.c: Handle nodiratime option.
2467 * sysdeps/unix/sysv/linux/bits/statvfs.h: Define ST_NODIRATIME.
2468 * sysdeps/unix/sysv/linux/sys/mount.h: Define MS_NODIRATIME.
2470 * sysdeps/generic/libc-start.c: Always set __libc_stack_end.
2471 * sysdeps/i386/backtrace.c: Test whether frame pointer is legal
2472 before following it.
2474 1998-06-08 21:44 Ulrich Drepper <drepper@cygnus.com>
2476 * sysdeps/unix/sysv/linux/fstatvfs.c: Handle constant option string
2477 from mntent correctly.
2479 1998-06-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2481 * sunrpc/Makefile (generated): Correct typo.
2483 1998-06-04 Philip Blundell <philb@gnu.org>
2485 * elf/elf.h (EM_ARM, et al.): New definitions.
2486 * sysdeps/arm/dl-machine.h: Update for new draft ARM ELF ABI.
2488 1998-06-08 21:33 Ulrich Drepper <drepper@cygnus.com>
2490 * localedata/SUPPORTED: Add sk_SK.
2491 * localedata/locales/sk_SK: New file.
2493 1998-06-08 18:57 Ulrich Drepper <drepper@cygnus.com>
2495 * Makeconfig (subdirs): Add debug.
2496 * configure.in: Use sysdeps/generic/elf subdir if ELF platform.
2497 * libc.map: Add __backtrace, __backtrace_symbols, backtrace and
2499 * sysdeps/generic/backtrace.c: New file.
2500 * sysdeps/generic/backtracesyms.c: New file.
2501 * sysdeps/generic/elf/backtracesyms.c: New file.
2502 * sysdeps/i386/backtrace.c: New file.
2503 * debug/Makefile: New file.
2504 * debug/backtrace-tst.c: New file.
2505 * debug/execinfo.h: New file.
2507 1998-06-08 13:34 Ulrich Drepper <drepper@cygnus.com>
2509 * elf/sprof.c: Implement call graph profiling.
2511 * sysdeps/generic/getenv.c: Optimize to use strncmp less often.
2513 1998-06-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2515 * pwd/fgetpwent_r.c (__fgetpwent_r): Correct buffer overflow fix.
2516 * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
2517 * shadow/fgetspent_r.c (__fgetspent_r): Likewise.
2518 Noticed by Jake Garver <garver@valkyrie.net>.
2520 1998-06-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2522 * libio/genops.c (__underflow): Read character from read pointer
2524 (__uflow): Likewise.
2526 1998-06-07 13:32 Ulrich Drepper <drepper@cygnus.com>
2528 * libc.map: Add _dl_profile.
2529 * elf/dl-reloc.c (_dl_relocate_object): Take extra argument, pass
2530 this to ELF_DYNAMIC_RELOCATE.
2531 Always allocate array for relocation result if LD_PROFILE is defined.
2532 * elf/ldsodefs.h: Adjust prototypes.
2533 * elf/dl-open.c (_dl_open): Call relocation function with extra
2535 * elf/rtld.c: Likewise.
2536 * elf/dl-profile.c (_dl_mcount): Don't mark as internal function.
2537 Correct loop condition.
2538 * elf/dynamic-link.h: Don't examine _dl_profile variable, pass
2539 consider_profile to runtime setup function.
2540 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Use
2541 _dl_runtime_profile for all shared objects if LD_PROFILE is defined.
2543 * elf/dl-support.c: Define __libc_stack_end.
2544 * elf/rtld.c: Likewise.
2545 * sysdeps/generic/libc-start.c: Store last stack address in
2547 * sysdeps/i386/dl-machine.h (_dl_start_user): Store stack address.
2548 * sysdeps/i386/elf/start.s: Call __libc_start_main with extra argument.
2550 * elf/elf.h: Include <features.h>, not <sys/cdefs.h>.
2551 Include <stdint.h>, not <inttypes.h>.
2553 * elf/sprof.c: Implement flat profiling.
2555 * libio/fgetc.c: Call _IO_cleanup_region_end with 0 and call
2556 _IO_funlockfile explicitly.
2557 * libio/fileops.c: Likewise.
2558 * libio/fputc.c: Likewise.
2559 * libio/freopen.c: Likewise.
2560 * libio/freopen64.c: Likewise.
2561 * libio/fseek.c: Likewise.
2562 * libio/fseeko.c: Likewise.
2563 * libio/fseeko64.c: Likewise.
2564 * libio/ftello.c: Likewise.
2565 * libio/ftello64.c: Likewise.
2566 * libio/getc.c: Likewise.
2567 * libio/getchar.c: Likewise.
2568 * libio/iofclose.c: Likewise.
2569 * libio/iofflush.c: Likewise.
2570 * libio/iofgetpos.c: Likewise.
2571 * libio/iofgetpos64.c: Likewise.
2572 * libio/iofgets.c: Likewise.
2573 * libio/iofputs.c: Likewise.
2574 * libio/iofread.c: Likewise.
2575 * libio/iofsetpos.c: Likewise.
2576 * libio/iofsetpos64.c: Likewise.
2577 * libio/ioftell.c: Likewise.
2578 * libio/iofwrite.c: Likewise.
2579 * libio/iogetdelim.c: Likewise.
2580 * libio/iogets.c: Likewise.
2581 * libio/ioputs.c: Likewise.
2582 * libio/ioseekoff.c: Likewise.
2583 * libio/ioseekpos.c: Likewise.
2584 * libio/iosetbuffer.c: Likewise.
2585 * libio/iosetvbuf.c: Likewise.
2586 * libio/ioungetc.c: Likewise.
2587 * libio/iovsprintf.c: Likewise.
2588 * libio/iovsscanf.c: Likewise.
2589 * libio/oldfileops.c: Likewise.
2590 * libio/oldiofclose.c: Likewise.
2591 * libio/peekc.c: Likewise.
2592 * libio/putc.c: Likewise.
2593 * libio/putchar.c: Likewise.
2594 * libio/rewind.c: Likewise.
2596 * malloc/mtrace.c: Pretty print.
2598 * misc/mntent.h (struct mentent): Make string elements const char *.
2600 * nis/nis_printf.c: Optimize I/O a little bit.
2602 * signal/Makefile (distribute): Add sigset-cvt-mask.h.
2603 * sysdeps/generic/sigset-cvt-mask.h: New file.
2604 * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: New file.
2605 * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: New file.
2606 * sysdeps/posix/sigvec.c: Rewrite the use definitions from
2607 sigset-cvt-mask.h to do the dirty work.
2608 Patches by Joe Keane.
2610 * sysdeps/posix/mkstemp.c: Save one precious byte of rodata.
2612 * sysdeps/unix/sysv/linux/i386/sysdep.h: Rewrite PSEUDO etc to make
2613 syscall_error label in case of PIC anonymous.
2614 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
2615 * sysdeps/unix/sysv/linux/i386/clone.S: Adapt for this change.
2616 * sysdeps/unix/sysv/linux/i386/mmap.S: Adapt for this change.
2617 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Adapt for this change.
2618 * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Adapt for this change.
2619 * sysdeps/unix/sysv/linux/i386/socket.S: Adapt for this change.
2620 * sysdeps/unix/sysv/linux/i386/syscall.S: Adapt for this change.
2622 1998-06-05 Ulrich Drepper <drepper@cygnus.com>
2624 * sunrpc/xdr_rec.c (xdrrec_create): Add cast for *_ops array since
2625 we cannot declare the struct element as const.
2626 * sunrpc/xdr_mem.c (xdrmem_create): Likewise.
2627 * sunrpc/xdr_stdio.c (xdrstdio_create): Likewise.
2629 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2631 * manual/Makefile: Include ../Makeconfig earlier.
2632 (MAKEINFO, TEXI2DVI): Use defaults if ../Makeconfig does not
2634 (dir-add.texinfo): Remove useless $(SHELL).
2636 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2638 * Makefile (others): Build programs from install-bin.
2639 * configure.in: Modify config.make only if is was just created and
2640 move that command to second argument of AC_OUTPUT. Add command to
2641 set config_vars in config.status.
2643 1998-06-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2645 * malloc/Makefile (address-width): Fix conditional.
2647 1998-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2649 * libc.map: Add fattach, fdetach, getmsg, getpmsg, makecontext,
2650 putmsg, putpmsg, scalbln, scalblnf, scalblnl, strtoimax,
2651 strtoumax, swapcontext, waitid, wcsnlen, wcstoimax, wcstoumax with
2654 1998-06-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2656 * manual/lang.texi (Range of Type): Change @end table->@end vtable.
2657 (Floating Point Parameters): Likewise.
2659 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
2661 * hurd/Makefile (routines): Add cthreads.
2663 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
2665 * login/login.c (login): Let pututline take care of finding the
2666 positin to insert the UTMP entry. This corrects a bug where ssh
2667 was not reusing UTMP entries marked as DEAD_PROCESS.
2668 Reported by Herbert Xu <herbert@gondor.apana.org.au>.
2670 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
2672 * login/Makefile (tests): New variable, add tst-utmp and
2674 * login/tst-utmp.c: New file.
2675 * login/tst-utmpx.c: New file.
2677 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
2679 * sysdeps/mach/hurd/errlist.c (sys_nerr, _sys_nerr): Make weak
2680 aliases for _hurd_nerr, for programs that don't use sys_errlist,
2683 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
2685 * sysdeps/generic/updwtmpx.c: Rename function to updwtmpx.
2686 * libc.map: Add updwtmpx and utmpxname to GLIBC_2.1.
2688 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
2690 * sysdeps/mach/hurd/read.c: Rename function to __libc_read and
2691 make __read a weak alias. Use ANSI-style function definition.
2692 * sysdeps/mach/hurd/write.c: Likewise.
2694 1998-05-31 Mark Kettenis <kettenis@phys.uva.nl>
2696 * sysdeps/mach/hurd/err_hurd.sub: Use _hurd_errlist instead of
2699 1998-05-30 Mark Kettenis <kettenis@phys.uva.nl>
2701 * sysdeps/mach/hurd/Makefile ($(objpfx)librtld.os):
2702 Renamed from librtld.so.
2704 1998-06-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2706 * libc.map: Remove _IO_getline_info which was erroneously
2707 introduced in section GLIBC_2.0.
2708 Noticed by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
2710 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
2712 * sysdeps/generic/socket.c (__socket): Renamed from socket, and
2713 created a weak alias.
2714 * sysdeps/mach/hurd/socket.c (__socket): Likewise.
2716 1998-05-31 Gordon Matzigkeit <gord@profitpress.com>
2718 * sysdeps/mach/hurd/ftruncate.c (__ftruncate): Rename from old
2719 ftruncate function, and create a weak alias to ftruncate.
2721 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
2723 * grp/fgetgrent_r.c: Use &errno instead of __errno_location ().
2724 * inet/getnetgrent_r.c: Likewise.
2725 * nss/getXXbyYY_r.c: Likewise.
2726 * nss/getXXent_r.c: Likewise.
2727 * pwd/fgetpwent_r.c: Likewise.
2728 * shadow/sgetspent_r.c: Likewise.
2729 * shadow/fgetspent_r.c: Likewise.
2730 * sunrpc/publickey.c: Likewise.
2732 1998-06-01 Gordon Matzigkeit <gord@profitpress.com>
2734 * hurd/libhurduser.map: New file.
2735 * mach/libmachuser.map: Likewise.
2737 * libc.map: Add Hurd-specific functions to version 2.1.
2738 Add __flshfp and __fillbf.
2740 1998-05-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2742 * manual/signal.texi (Basic Signal Handling): Fix typo.
2743 * manual/errno.texi (Error Codes): Likewise.
2745 1998-06-02 Ulrich Drepper <drepper@cygnus.com>
2747 * sysdeps/unix/sysv/linux/netipx/ipx.h: Include <bits/sockaddr.h>
2748 instead of <sys/socket.h>.
2749 Patch by NIIBE Yutaka <gniibe@mri.co.jp>
2751 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c (DL_FIND_ARG_COMPONENTS):
2752 Finally make it working.
2753 Patch by Mark Hatle <fray@kernel.crashing.org>.
2755 1998-03-22 Paul Eggert <eggert@twinsun.com>
2757 * posix/regex.c: Include <wchar.h> before <wctype.h>, to work around
2760 1998-05-30 Philip Blundell <Philip.Blundell@pobox.com>
2762 * stdlib/gmp-impl.h: Support strange mixed-endian double format
2763 used by ARM systems.
2764 * sysdeps/arm/fpu/bits/fenv.h (FE_EXCEPTION_SHIFT): Rename to
2766 * sysdeps/arm/bits/fenv.h: Deleted.
2767 * sysdeps/arm/fpu/ieee754.h: New file.
2768 * sysdeps/arm/gmp-mparam.h: New file.
2769 * stdlib/longlong.h (umul_ppmm): Temporarily disable broken ARM
2772 1998-06-01 Ulrich Drepper <drepper@cygnus.com>
2774 * sunrpc/rpc/xdr.h (struct XDR): Don't mark xdr_ops element as const.
2776 * sysdeps/i386/fpu/bits/mathinline.h: Use ((__unused__)) instead
2777 of ((unused)). Reported by Bruno Haible.
2779 1998-05-31 Philip Blundell <philb@gnu.org>
2781 * sysdeps/unix/sysv/linux/arm/sysdep.S: Use C_SYMBOL_NAME when
2782 referring to errno and _errno.
2784 * sysdeps/arm/fpu/feholdexcpt.c: New file.
2786 * sysdeps/i386/fpu_control.h: Fix typo.
2788 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Remove floating-point support.
2789 (_JMPBUF_UNWINDS): Added.
2790 * sysdeps/arm/fpu/bits/setjmp.h: New file.
2792 1998-05-25 Gordon Matzigkeit <gord@profitpress.com>
2794 * sysdeps/mach/hurd/Makefile: Use the `before-compile' target in
2795 order to build header files, not `generated'.
2797 * Rules (before-compile): New target which depends on all
2798 $(before-compile) files.
2800 1998-06-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2802 * nis/nis_call.c: Make directory search faster.
2804 * nis/nis_callback.c: Insert public key of user in callback data.
2806 * nis/nis_clone_obj.c: Make size from type u_long, not u_int.
2808 * nis/nis_creategroup.c: Check for NULL pointer, fill in more fields.
2810 * nis/nis_findserv.c: Rename __pmap_getport to __pmap_getnisport.
2812 * nis/nis_intern.h: Remove duplicated prototype.
2814 1998-06-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
2816 * sunrpc/auth_des.c: Move prototypes from here ...
2817 * sunrpc/rpc/auth.h: ... to here.
2819 * sunrpc/clnt_tcp.c: Add more control flags.
2820 * sunrpc/clnt_udp.c: Likewise.
2822 * sunrpc/netname.c (host2netname): Remove prefixing dot from
2825 * sunrpc/rpc/clnt.h: Document, which control flags are not
2828 * sunrpc/svcauth_des.c: Use key_decryptsession_pk to avoid deadlock.
2830 1998-05-29 Ulrich Drepper <drepper@cygnus.com>
2832 * locale/loadlocale.c (_nl_load_locale): Don't allow too small
2833 files crash the program.
2835 * io/Makefile: Don't run ftwtest-sh if cross-compiling.
2836 * string/Makefile: Don't run test on tst-svc.out if cross-compiling.
2837 Reported by Deborah Wallach <kerr@pa.dec.com>.
2839 1998-05-28 00:53 Zack Weinberg <zack@rabi.phys.columbia.edu>
2841 * glibcbug.in: Send to bugs@gnu or libc-alpha@cygnus depending
2842 on whether this is a stable release or not (keeps snapshot bug
2843 reports out of the database).
2845 * include/libc-symbols.h: Use __ASSEMBLER__ test macro not ASSEMBLER.
2846 * sysdeps/arm/sysdep.h: Likewise.
2847 * sysdeps/i386/sysdep.h: Likewise.
2848 * sysdeps/m68k/sysdep.h: Likewise.
2849 * sysdeps/mach/mips/sysdep.h: Likewise.
2850 * sysdeps/mach/sys/reboot.h: Likewise.
2851 * sysdeps/mach/sysdep.h: Likewise.
2852 * sysdeps/unix/alpha/sysdep.h: Likewise.
2853 * sysdeps/unix/bsd/hp/m68k/sysdep.h: Likewise.
2854 * sysdeps/unix/bsd/osf/alpha/sysdep.h: Likewise.
2855 * sysdeps/unix/bsd/sequent/i386/sysdep.h: Likewise.
2856 * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
2857 * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
2858 * sysdeps/unix/bsd/vax/sysdep.h: Likewise.
2859 * sysdeps/unix/i386/sysdep.h: Likewise.
2860 * sysdeps/unix/mips/sysdep.h: Likewise.
2861 * sysdeps/unix/sparc/sysdep.h: Likewise.
2862 * sysdeps/unix/sysv/linux/alpha/sysdep.h: Likewise.
2863 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
2864 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2865 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
2866 * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Likewise.
2867 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
2868 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2869 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h: Likewise.
2871 1998-05-27 Mark Kettenis <kettenis@phys.uva.nl>
2873 * mach/Machrules: Use $(move-if-change).
2875 1998-05-27 Mark Kettenis <kettenis@phys.uva.nl>
2877 * Makeconfig [elf=yes] (+interp): New variable, set to interp.os.
2878 * Makerules (lib%.so): Depend on $(+interp).
2879 (libc.so): Add interp.os to list of dependencies.
2880 (interp-obj): Remove variable.
2881 * mach/Machrules (+interp): Define to empty since libhurduser and
2882 libmachuser don't need to have the interpreter set.
2884 1998-05-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2886 * resolv/res_send.c: Security fixes from bind 4.9.7-REL.
2888 * resolv/gethnamaddr.c: Likewise.
2890 * resolv/res_comp.c: Likewise.
2892 1998-05-28 Mark Kettenis <kettenis@phys.uva.nl>
2894 * sysdeps/mach/hurd/wait4.c (__wait4): Use ANSI-style definition
2895 so that transparent union works.
2897 1998-05-29 08:58 Ulrich Drepper <drepper@cygnus.com>
2899 * manual/texinfo.tex: Update to last available version.
2901 * timezone/africa: Update from tzdata1998e.
2902 * timezone/antarctica: Likewise.
2903 * timezone/asia: Likewise.
2904 * timezone/australasia: Likewise.
2905 * timezone/europe: Likewise.
2906 * timezone/iso3166.tab: Likewise.
2907 * timezone/northamerica: Likewise.
2908 * timezone/tzselect.ksh: Likewise.
2909 * timezone/zone.tab: Likewise.
2911 1998-05-27 Ulrich Drepper <drepper@cygnus.com>
2913 * sysdeps/unix/sysv/linux/i386/chown.c: Fix comment.
2914 Reported by Matt McLean <keys@brio.yikes.com>.
2916 1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2918 * catgets/Makefile ($(objpfx)de.cat): Renamed from
2919 do-gencat-test. Use automatic variables.
2920 ($(objpfx)de.msg): Fix reference to po file.
2922 1998-05-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2924 * Makeconfig ($(common-objpfx)gnu/lib-names.stmp): Use
2927 1998-05-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2929 * intl/dcgettext.c: Fix typo.
2931 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2933 * configure.in: Allow more make versions e.g 3.76.90.
2935 1998-05-25 Ulrich Drepper <drepper@cygnus.com>
2937 * Makeconfig (rpath-link): Find libc.so.6 in $(common-objdir).
2939 * malloc/thread-m.h: Use __mutex_init function in mutex_init macro
2940 for Hurd. Patch by Mark Kettenis.
2942 1998-04-18 Gordon Matzigkeit <gord@profitpress.com>
2944 * mach/Machrules (+preinit, +postinit): Define these variables to
2945 empty because libhurduser and libmachuser don't need startup
2948 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
2950 * sysdeps/mach/hurd/errlist.c (ERR_REMAP): Use err_get_code
2951 instead of a raw bitmask.
2953 1998-05-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2955 * Makeconfig (rpath-dirs): New variable.
2956 (rpath-link): Use it.
2957 (nssobjdir, nisobjdir, rtobjdir, resolvobjdir): Removed.
2958 (db-objpfx): Removed.
2959 * crypt/Makefile: Augment rpath-dirs instead of rpath-link.
2960 * md5-crypt/Makefile: Likewise.
2961 * sysdeps/mach/hurd/Makefile: Likewise.
2963 * Makeconfig (move-if-change): New variable.
2964 * iconvdata/Makefile (move-if-change): Removed.
2965 * manual/Makefile (move-if-change): Set only if undefined, use
2966 local script by default.
2967 * sunrpc/Makefile (move-if-change): Removed.
2968 * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Use
2971 * elf/Makefile: Remove all references to obsolete file
2973 ($(objpfx)trusted-dirs.h): Use stamp file. Cleanup command.
2975 1998-05-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2977 * elf/dl-close.c (_dl_close): Add debugging message.
2979 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2981 * csu/Makefile ($(objpfx)version-info.h): Correct sed expression
2982 to get Linux version and not gcc version.
2983 Reported by Alan Curry <pacman@cqc.com>.
2985 1998-05-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
2987 * sysdeps/generic/_strerror.c (__strerror_r): Don't return NULL
2988 pointers - return unknown error message instead.
2989 Reported by Alan Curry <pacman@cqc.com>.
2991 1998-05-24 Mark Kettenis <kettenis@phys.uva.nl>
2993 * iconvdata/Makefile (modules, sed-generated-headers,
2994 perl-generated-headers): ibm424.h is perl generated. Make
2995 necessary modifications to compile without perl.
2997 1998-05-24 Mark Kettenis <kettenis@phys.uva.nl>
2999 * hesiod/hesiod.c (read_config_file): Fix typo.
3001 1998-05-24 Ulrich Drepper <drepper@cygnus.com>
3003 * version.h: Bump VERSION.
3005 * csu/Makefile (distribute): Add munch-tmpl.c.
3007 1998-05-23 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
3009 * nis/nis_defaults.c: Fix buffer problems and typos.
3011 1998-05-23 08:42 Ulrich Drepper <drepper@cygnus.com>
3013 * intl/dcgettext.c: Don't use any alloca hacks if C_ALLOCA is defined.
3016 1998-05-22 Ulrich Drepper <drepper@cygnus.com>
3018 * stdlib/random_r.c (__random_r): Rewrite last patch to fix buffer
3021 * libio/strops.c (_IO_str_underflow): Read newly available
3022 character from buffer as unsigned.
3024 1998-05-22 10:56 Ulrich Drepper <drepper@cygnus.com>
3026 * catgets/Makefile (distribute): Add xopen-msg.h.
3027 (generated): Add de.msg and de.cat.
3028 (tests): Add do-gencat-test.
3029 (do-gencat-test): New goal. Run gencat on a generated msg file.
3030 * catgets/xopen-msg.h: New file.
3032 1998-05-22 Ulrich Drepper <drepper@cygnus.com>
3034 * catgets/open_catalog.c (__open_catalog): Use byteswap.h
3035 functions. Optimize filename creation a bit.
3037 1998-05-22 09:29 Ulrich Drepper <drepper@cygnus.com>
3039 * stdlib/random_r.c: Help gcc to optimize the code.
3040 Patch by Joe Keane <jgk@jgk.org>.
3042 1998-05-21 Ulrich Drepper <drepper@cygnus.com>
3044 * iconv/iconv_prog.c (print_known_names): Use strverscmp in all
3047 1998-05-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3049 * timezone/test-tz.c: The test with TZ=UTC0 seems to work - enable
3052 1998-05-21 15:27 Ulrich Drepper <drepper@cygnus.com>
3054 * wcsmbs/wcsnrtombs.c: Correct computation of result.
3055 * wcsmbs/wcsrtombs.c: Likewise.
3057 * wcsmbs/Makefile (tests): Add wcsmbs-tst1.c.
3058 * wcsmbs/wcsmbs-tst1.c: New file.
3060 * iconv/loop.c (COUNT_CONVERTED): Correct computation.
3062 * locale/C-ctype.c (_nl_C_LC_CTYPE): Define MB_CUR_MAX for C locale
3065 * locale/setlocale.c: Don't make _nl_current_* and _nl_C_* references
3068 1998-05-21 Philip Blundell <philb@gnu.org>
3070 * sysdeps/arm/fpu_control.h: Replace stub file with real
3072 * sysdeps/arm/fpu/bits/fenv.h: New file.
3073 * sysdeps/arm/fpu/fesetround.c: Likewise.
3074 * sysdeps/arm/fpu/fclrexcpt.c: Likewise.
3075 * sysdeps/arm/fpu/fsetexcptflag.c: Likewise.
3076 * sysdeps/arm/fpu/ftestexcpt.c: Likewise.
3077 * sysdeps/arm/fpu/fraiseexcpt.c: Likewise.
3078 * sysdeps/arm/fpu/fegetenv.c: Likewise.
3079 * sysdeps/arm/fpu/fesetenv.c: Likewise.
3081 1998-05-21 16:34 Richard Henderson <rth@cygnus.com>
3083 * elf/dl-load.c (_dl_map_object_from_fd): Get file header with
3084 read instead of mmap.
3086 1998-05-21 8:16 Richard Henderson <rth@cygnus.com>
3088 * sysdeps/unix/sysv/linux/alpha/glob.c: Include sysdeps/generic/glob.c
3089 directly instead of include_next. Add missing semicolons.
3090 * sysdeps/unix/sysv/linux/alpha/oldglob.c: Include sys/types.h.
3091 Add missing semicolons.
3093 1998-05-21 Ulrich Drepper <drepper@cygnus.com>
3095 * iconvdata/gconv-modules: Add more aliases to please java
3098 1998-05-20 Ulrich Drepper <drepper@cygnus.com>
3100 * stdio-common/vfprintf.c (process_arg): Fix typo.
3102 * iconvdata/TESTS: New tests for EUC-KR.
3104 * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
3105 * iconvdata/testdata/EUC-KR: New file.
3107 1998-05-20 07:26 H.J. Lu <hjl@gnu.org>
3109 * math/libm-test.c (hypot_test): Fix a typo.
3111 1998-05-20 Ulrich Drepper <drepper@cygnus.com>
3113 * stdio-common/vfprintf.c: When precision is specified for %ls or
3114 %S handle it correctly.
3116 1998-05-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3118 * sysdeps/unix/bsd/vax/vfork.S: Missed double occurences of "the
3119 the" in one line - fixed it.
3120 * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
3121 * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
3122 * posix/unistd.h: Likewise
3124 1998-05-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3126 * Makeconfig (rpath-link): Add resolvobjdir.
3127 (resolvobjdir): New variable.
3128 Reported by Peter Breitenlohner <peb@mppmu.mpg.de> [fixes PR libc/633].
3130 1998-05-20 09:36 Ulrich Drepper <drepper@cygnus.com>
3132 * elf/dl-close.c: Call shared object terminators at the right time.
3133 Patch by Philippe Troin <phil@fifi.org>.
3135 1998-05-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3137 * Make-dist (+tsrcs): Also add *.map for every member of
3140 * Makefile (distribute): Don't distribute scripts/printsources and
3141 scripts/=__ify. Distribute FAQ.in.
3142 (rpm/%): Don't pass subdirs to sub-make.
3144 * timezone/Makefile: Protect inclusion of z.* by $(avoid-generated)
3145 instead of $(no_deps).
3147 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3149 * sysdeps/generic/setenv.c: Protect against GNU C extension.
3150 (KNOWN_VALUE, STORE_VALUE): Do it right.
3151 (setenv): Remove unused variable.
3153 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3155 * timezone/Makefile (tz-cflags): Define TM_GMTOFF and TM_ZONE.
3156 (CFLAGS-zdump.c): Add $(tz-cflags).
3158 * timezone/zdump.c (abbr): Use TM_ZONE if defined. Add const to
3161 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3163 * time/tzfile.c (__tzfile_compute): Undo last change. Instead
3164 take struct tm parameter and set tm_isdst, tm_zone and tm_offset
3166 * time/tzset.c: Update prototype of __tzfile_compute.
3167 (__tz_convert): Pass tp to __tzfile_compute. Don't set tm_isdst,
3168 tm_zone and tm_offset here if __use_tzfile.
3170 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3172 * Makerules: Install libc.a even if there are no object file.
3174 1998-05-18 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3176 * Makerules (do-makelib): Don't force creating library from
3177 scratch, which is faster and gets correct behaviour if $(subdirs)
3180 1998-05-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3182 * Makerules (do-stamp): Make it work when building in source
3185 1998-05-20 00:10 Ulrich Drepper <drepper@cygnus.com>
3187 * elf/dl-load.c: Rename option and variable from ignore-rpath to
3189 * elf/dl-support.c: Likewise.
3190 * elf/ldsodefs.h: Likewise.
3191 * elf/rtld.c: Likewise.
3192 * iconvdata/run-iconv-test.sh: Likewise.
3194 1998-05-19 23:08 Ulrich Drepper <drepper@cygnus.com>
3196 * elf/rtld.c: Recognize --ignore-rpath argument and set _dl_ignore_path
3197 variable using the value.
3198 * elf/ldsodefs.h: Declare _dl_ignore_path.
3199 * elf/dl-load.c (decompose_rpath): Compare name of handled shared
3200 object against list in _dl_ignore_path and ignore RPATH if on the list.
3201 * elf/dl-support.c: Define _dl_ignore_path for static binaries.
3202 * iconvdata/run-iconv-test.sh: Call ld.so with --ignore-rpath parameter
3203 to make sure we get the correct helper libraries loaded.
3205 * elf/dl-load.c (decompose_rpath): Remove `room' parameter. Use
3206 "RPATH" string in call to fillin_rpath instead.
3207 (_dl_init_paths): Remove this parameter from call to decompose_rpath.
3209 1998-05-19 Ulrich Drepper <drepper@cygnus.com>
3211 * sysdeps/i386/i486/bits/string.h (__strstr_g): Initialize %edx
3212 correctly. Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
3214 1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3216 * manual/terminal.texi (I/O Queues): Fix typo.
3218 * manual/stdio.texi (Closing Streams): Fix grammar.
3220 * manual/arith.texi (Absolute Value): Correct typo.
3221 Patches by Oskar Liljeblad <osk@hem.passagen.se>. [PR libc/630]
3223 1998-05-19 15:58 Ulrich Drepper <drepper@cygnus.com>
3225 * elf/rtld.c (process_envvars): Fix typo. Don't handle
3226 LD_PROFILE_OUTPUT in SUID binaries.
3227 * intl/dcgettext.c: In SUID binaries don't let language part of
3228 locale value contain path elements.
3229 * intl/explodename.h: Define new function _nl_find_language.
3230 * intl/loadinfo.h: Declare _nl_find_language.
3231 * locale/findlocale.c (_nl_find_locale): Use _nl_find_locale to get
3232 language part it drop the value is path element is contained.
3234 * locale/setlocale.c: Fix typo.
3236 1998-05-18 Philip Blundell <Philip.Blundell@pobox.com>
3238 * sysdeps/unix/sysv/linux/arm/socket.S: Correct handling of arguments.
3240 * sysdeps/arm/strlen.S: Support both big and little endian processors.
3242 * sysdeps/arm/sysdep.h (ALIGNARG): ELF .align directive uses a
3243 log, not a byte-count.
3245 * sysdeps/unix/arm/sysdep.S (syscall_error): Use C_SYMBOL_NAME for
3246 a.out compatibility.
3248 1998-05-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3250 * sysdeps/unix/bsd/vax/vfork.S: Fix the "the the" problems.
3251 * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
3252 * sysdeps/unix/bsd/hp/m68k/vfork.S: Likewise.
3253 * posix/unistd.h: Likewise.
3254 * math/math.h: Likewise.
3255 * manual/users.texi (Manipulating the Database): Likewise.
3256 * manual/signal.texi (Job Control Signals): Likewise.
3257 * manual/message.texi (The gencat program): Likewise.
3258 * manual/filesys.texi (Hard Links): Likewise.
3259 * manual/math.texi (SVID Random): Likewise.
3260 * manual/llio.texi (Waiting for I/O): Likewise.
3261 * manual/io.texi (File Name Errors): Likewise.
3262 * manual/conf.texi (String Parameters): Likewise.
3263 * manual/arith.texi (Infinity): Likewise.
3264 * malloc/malloc.c: Likewise.
3265 * hurd/hurdsig.c (_hurd_internal_post_signal): Likewise.
3266 * csu/Makefile: Likewise.
3268 1998-05-19 12:16 Ulrich Drepper <drepper@cygnus.com>
3270 * manual/memory.texi: Add back accidently removed line.
3272 1998-04-25 Mark Kettenis <kettenis@phys.uva.nl>
3274 * sysdeps/generic/utmp_file.c (TIMEOUT): New macro.
3275 (timeout_handler): New function.
3276 (LOCK_FILE, UNLOCK_FILE): New macros.
3277 Implement file locking with timeout.
3278 (getutent_r_file, internal_getut_r, getutline_r_file,
3279 pututline_file, updwtmp_file): Use LOCK_FILE and UNLOCK_FILE for
3282 1998-05-18 11:38 Ulrich Drepper <drepper@cygnus.com>
3284 * iconvdata/run-iconv-test.sh: Extend library-path by iconvdata
3287 1998-05-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3289 * rpm/Makefile: Delete inclusion of version.mk.
3291 1998-05-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3293 * libc.map: Add all libio functions needed libstdc++ with version
3296 1998-05-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3298 * iconvdata/Makefile (generated): Add *.stmp files.
3300 1998-05-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3302 * timezone/Makefile (testdata, build-testdata): New variables, use
3303 them in rules for test data.
3304 ($(objpfx)tst-timezone.out): Depend on test data.
3305 ($(testdata)/Europe/Berlin, $(testdata)/Universal,
3306 $(testdata)/Australia/Melbourne, $(testdata)/America/Sao_Paulo):
3307 New rules to build test data.
3308 (tst-timezone-ENV): Pass TZDIR to point to test data.
3310 1998-05-18 Ulrich Drepper <drepper@cygnus.com>
3312 * iconvdata/TESTS: ISO-2022-KR has not really ASCII as a subset
3313 (the designation sequence is disturbing).
3315 1998-05-17 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
3317 * sunrpc/svc_tcp.c: Add FreeBSD DoS patch.
3318 * sunrpc/xdr_rec.c: Likewise.
3320 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
3322 * posix/Makefile (tests): Add runptests.
3323 (distribute): Add PTESTS, PTESTS2C.sed, and ptestcases.h.
3324 (before-compile): Add ptestcases.h.
3325 (ptestscases.h): Add rule to generate from PTESTS.
3326 * posix/runptests.c: New file.
3327 * posix/PTESTS: New file.
3328 * posix/PTESTS2C.sed: New file.
3330 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
3332 * iconv/loop.c: Let user add code to use and set paramaters.
3334 * iconvdata/iso-2022-kr.c: Correct to-loop.
3336 * iconvdata/iso-2022-kr.c (PREPARE_LOOP): Use correct variable to
3337 point to output buffer.
3339 * iconvdata/ksc5601.h (ksc5601_to_ucs4): Use correct value to find
3342 * iconvdata/TESTS: Add ISO-2022-KR test.
3343 * iconvdata/testdata/ISO-2022-KR: New file.
3345 1998-05-15 21:07 Ulrich Drepper <drepper@cygnus.com>
3347 * iconv/gconv.h (gconv_step_data): Add new fields invocation_counter
3349 * iconv/gconv_open.c (__gconv_open): Initialize invocation_counter
3351 * wcsmbs/btowc.c: Likewise.
3352 * wcsmbs/mbrtowcs.c: Likewise.
3353 * wcsmbs/mbsnrtowcs.c: Likewise.
3354 * wcsmbs/mbsrtowcs.c: Likewise.
3355 * wcsmbs/wcrtomb.c: Likewise.
3356 * wcsmbs/wcsnrtombs.c: Likewise.
3357 * wcsmbs/wcsrtombs.c: Likewise.
3358 * wcsmbs/wctob.c: Likewise.
3359 * iconv/skeleton.c: Increment invocation_counter.
3360 * iconvdata/iso-2022-kr.c: When used in iconv() emit designator
3363 * iconv/skeleton.c (FROM_DIRECTION): Completely embrace expression.
3364 * iconvdata/iso-2022-jp.c: Likewise.
3365 * iconvdata/iso646.c: Likewise.
3367 * iconvdata/Makefile: Correct rpath definition for ISO-2022-KR.
3369 1998-05-15 Ulrich Drepper <drepper@cygnus.com>
3371 * iconv/gconv_db.c (derivation_lookup): Use __tfind correctly.
3373 * sysdeps/generic/setenv.c (setenv): Remove optimization for
3374 overwriting existing values if it fits.
3376 1998-05-15 14:36 Ulrich Drepper <drepper@cygnus.com>
3378 * posix/wordexp-test.c: Avoid duplicate messages.
3380 * sysdeps/generic/setenv.c: Use __tfind and __tsearch, not tfind and
3381 tsearch. Correctly interpret values returned by those functions.
3382 (unsetenv): Store pointer to string, not pointer to string pointer.
3384 * time/tzfile.c (__tzfile_compute): Take new arguments. Store
3385 DST information and offset in them.
3386 * time/tzset.c (__tz_convert): Pass extra parameters to
3387 __tzfile_compute. Compute equivalent values for use of tz_rules.
3389 1998-05-15 00:49:11 Zack Weinberg <zack@rabi.phys.columbia.edu>
3391 * iconvdata/Makefile (gen-8bit-table): Use move-if-change and
3392 stamp files to avoid unnecessary recompilation.
3393 (gen-8bit-gap-table): Likewise.
3394 (move-if-change): New variable.
3395 (all generated .h rules): Change to be .stmp rules.
3396 (%.h): New rule; depend on %.stmp; no commands.
3397 (distribute): Add gen-8bit.sh, gen-8bit-gap.sh,
3400 1998-05-15 01:09 Zack Weinberg <zack@rabi.phys.columbia.edu>
3402 * Makerules (libc-map): Deleted.
3403 (load-map-file): Set to the appropriate compiler switch, not
3404 just the file name. If libfoo-map is not set, look for a
3405 libfoo.map in the current directory and $(..).
3406 (map-file): New variable, contains just the mapfile name.
3407 (build-shlib): Adjust for new value of load-map-file.
3408 (libc.so): Correct dependencies.
3410 * extra-lib.mk: Correct shlib dependencies since libfoo-map
3411 may not be set anymore.
3413 * elf/Makefile: Set ld-map to $(..)libc.map, not $(libc-map).
3414 Delete libdl-map. Tweak ld.so link rule to work with changed
3415 variable settings in Makerules.
3416 * iconvdata/Makefile: Tweak build-module to work with changed
3417 variable settings in Makerules.
3419 * db/Makefile: Delete libdb-map.
3420 * hesiod/Makefile: Delete libnss_hesiod-map.
3421 * linuxthreads/Makefile: Delete libpthread-map.
3422 * locale/Makefile: Delete libBrokenLocale-map.
3423 * login/Makefile: Delete libutil-map.
3424 * math/Makefile: Delete libm-map.
3425 * md5-crypt/Makefile: Delete libcrypt-map.
3426 * nis/Makefile: Delete libnsl-map, libnss_nis-map,
3427 libnss_nisplus-map, and libnss_compat-map.
3428 * nss/Makefile: Delete libnss_files-map, libnss_db-map, and
3430 * resolv/Makefile: Delete libresolv-map and libnss_dns-map.
3431 * rt/Makefile: Delete librt-map.
3433 1998-05-15 01:06 Zack Weinberg <zack@rabi.phys.columbia.edu>
3435 * configure.in: Instead of substituting `yes' or `no' for whether
3436 --no-whole-archive is available, set @no_whole_archive@ to the
3437 appropriate gcc switch or the empty string. Likewise for
3439 * config.make.in: Replace have-no-whole-archive with
3440 no-whole-archive and have-no-exceptions with no-exceptions.
3441 * Makerules: Delete stanzas setting no-whole-archive and
3444 * sunrpc/Makefile: Use move-if-change to update generated .h
3447 1998-05-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3449 * wcsmbs/wcsmbsload.c (extract_charset_name): Use strcspn instead
3452 1998-05-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3454 * time/tzfile.c (__tzfile_read): Remove unused variable info.
3455 (__tzfile_compute): Likewise.
3457 1998-05-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3459 * sysdeps/unix/sysv/linux/bits/socket.h (AF_SNA,PF_SNA): Add new
3460 defines from Linux 2.1.102.
3462 1998-05-14 23:14 Ulrich Drepper <drepper@cygnus.com>
3464 * locale/programs/ld-ctype.c: Write correct mb_cur_max value.
3466 1998-05-14 13:25 Ulrich Drepper <drepper@cygnus.com>
3468 * inet/netinet/in.h: Add defines for multicast.
3469 Reported by Jeremy Hall <jhall@UU.NET>.
3471 * stdlib/stdlib.h: Add prototypes for __setenv and __unsetenv.
3472 * sysdeps/generic/putenv.c: Use __setenv and __unsetenv, not setenv
3473 and unsetenv. Optimize _LIBC case.
3474 * sysdeps/generic/setenv.c: Prevent unnecessary memory leaks.
3475 Define functions with leading __.
3477 * time/tzfile.c: Correct handling of global variables daylight,
3478 timezone, and tzname.
3479 * time/tzset.c: Likewise.
3480 * timezone/Makefile (tests): Add tst-timezone.
3481 * timezone/tst-timezone.c: New file.
3483 1998-05-14 10:35 Ulrich Drepper <drepper@cygnus.com>
3485 * timezone/asia: Update from tzdata1998d.
3486 * timezone/australasia: Likewise.
3487 * timezone/europe: Likewise.
3489 1998-05-13 Ulrich Drepper <drepper@cygnus.com>
3491 * string/string.h: Don't use the optimized versions for the string
3492 functions if optimizing for space.
3494 * stdlib/tst-strtod.c: Add test for -0.0.
3496 * io/ftwtest-sh: Prevent tests from being run by root.
3498 * wcsmbs/wcsmbsload.c (extract_charset_name): Fix silly bugs in
3499 last addition. Patch by wkpark@chem.skku.ac.kr.
3501 1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3503 * iconvdata/8bit-gap.c (BODY): Don't fall off the end of the gap
3506 1998-05-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3508 * iconvdata/gen-8bit.sh: New file.
3509 * iconvdata/gen-8bit-gap.sh: New file.
3510 * iconvdata/gen-8bit-gap-1.sh: New file.
3511 * iconvdata/Makefile (generate-8bit-table): Use shell script
3512 instead of writing the commands directly.
3513 (generate-8bit-gap-table): Likewise.
3514 ($(objpfx)iso8859-7jp.h): Likewise.
3515 (generated headers): Depend on shell script instead of Makefile.
3516 (before-compile): Add $(perl-generated-headers) only if perl is
3518 (headers): Depend on $(perl-generated-headers) only if perl is
3520 (sed-generated-headers): Remove iso8859-7jp.h.
3522 1998-05-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3524 * csu/Makefile ($(objpfx)abi-tag.h): Double $ in command. Clean up.
3527 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
3529 * wcsmbs/wcsmbsload.c (extract_charset_name): Pass correctly
3530 formed charset names to getfct. Let user override charset
3531 selection by mention charset in locale name.
3533 1998-05-12 12:15 Ulrich Drepper <drepper@cygnus.com>
3535 * posix/glob.c: Move to ...
3536 * sysdeps/generic/glob.c: ...here.
3537 * posix/glob.h (glob_t): Use correct types for gl_pathc and gl_offs
3539 * sysdeps/unix/sysv/linux/alpha/glob.c: New file.
3540 * sysdeps/unix/sysv/linux/alpha/oldglob.c: New file.
3541 * sysdeps/unix/sysv/linux/alpha/Dist: Add oldglob.c.
3542 * sysdeps/unix/sysv/linux/alpha/Makefile: Compile oldglob in posix
3544 * libc.map [GLIBC_2.1]: Add glob and globfree.
3546 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
3548 * sunrpc/Makefile (generated): Restore old list.
3550 1998-05-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3552 * rt/Makefile (tests): Define only if we have a thread library.
3554 * nis/ypclnt.c: Add: #include <errno.h>.
3556 1998-05-10 15:39 Zack Weinberg <zack@rabi.phys.columbia.edu>
3558 * configure.in: Define and substitute RELEASE as well as
3560 * config.make.in: Add RELEASE and VERSION to be substituted.
3561 * Makeconfig: Delete all references to version.mk.
3562 * Make-dist: Likewise.
3563 * MakeTAGS: Likewise.
3564 * elf/Makefile: Likewise.
3566 1998-05-10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
3568 * nis/ypclnt.c: Move "(none)" domainname check from __yp_check to
3569 yp_get_default_domain.
3571 1998-05-12 Ulrich Drepper <drepper@cygnus.com>
3573 * sysdeps/posix/profil.c (__profil): Don't define act and timer
3574 variables as static. Patch by Joe Keane <jgk@jgk.org>.
3576 1998-05-12 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
3578 * malloc/malloc.c: Fix for NO_THREADS case.
3580 1998-05-11 18:02 Richard Henderson <rth@cygnus.com>
3582 * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
3583 Remove statfs and fstatfs.
3584 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Don't mark pread
3585 and pwrite as EXTRA.
3586 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3588 1998-05-09 Ulrich Drepper <drepper@cygnus.com>
3590 * libc.map: Add capget and capset.
3592 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
3594 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
3595 (DL_FIND_ARG_COMPONENTS): Find correct alignment for auxiliary
3596 vector. Patch by Mark Hatle <fray@kernel.crashing.org>
3597 and Matt McLean <keys@brio.yikes.com>.
3599 1998-05-08 23:49 Ulrich Drepper <drepper@cygnus.com>
3601 * misc/Makefile (tests): Add tst-mntent.
3602 * misc/tst-mntent.c: New file.
3604 1998-05-08 21:56 Zack Weinberg <zack@rabi.phys.columbia.edu>
3606 * autolock.sh: Removed.
3607 * manual/move-if-change: Removed.
3609 * scripts: New directory.
3610 * =__ify: Moved to scripts.
3611 * config.guess: Likewise.
3612 * config.sub: Likewise.
3613 * gen-FAQ.pl: Likewise.
3614 * install-sh: Likewise.
3615 * mkinstalldirs: Likewise.
3616 * move-if-change: Likewise.
3617 * printsources: Likewise.
3618 * rellns.sh: Likewise.
3619 * test-installation.pl: Likewise.
3621 * configure.in: Look in scripts for config.guess, config.sub,
3623 * Makefile: Distribute all above files in their
3624 new home. Find gen-FAQ.pl and test-installation.pl in scripts.
3625 * manual/Makefile: Find mkinstalldirs and move-if-change in
3626 $(..)scripts. Drop them from distribute. Minor cleanups.
3627 * Makerules: Find mkinstalldirs and rellns-sh in scripts.
3628 * sysdeps/mach/hurd/Makefile: Find move-if-change in scripts.
3629 * timezone/Makefile: Find rellns-sh in scripts.
3631 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
3633 * intl/locale.alias: Change italian to it_IT.ISO-8859-1.
3634 Reported by Ottavio G. Rizzo <otto@mast.queensu.ca>.
3636 1998-05-08 19:24 Zack Weinberg <zack@rabi.phys.columbia.edu>
3638 * Makefile (+subdir-inits): Delete variable.
3639 (+init_subdirs): Likewise.
3641 (before-compile): Likewise.
3642 (libc-init): Delete stanza.
3643 (version-info.h): Delete rule and associated variable.
3644 (distribute): Don't distribute moved files.
3645 * Makerules (interp-obj): It lives in elf now. Only use it
3646 if $(elf) is set. Delete rule to build it.
3647 * csu/Makefile: Build set-init.o and/or munch-init.o. Build
3648 version.o and version-info.h. Minor cleanups.
3649 (routines): Add libc-init, sysdep, version.
3650 (generated): Add version-info.h.
3651 * elf/Makefile: Build interp.os.
3653 * interp.c: Moved to elf.
3654 * set-init.c: Moved to csu.
3655 * munch-init.c: Likewise.
3656 * munch.awk: Likewise.
3657 * version.c: Likewise.
3659 * Rules: Unconfuse syntax highlighting with a fake comment.
3661 1998-05-08 Ulrich Drepper <drepper@cygnus.com>
3663 * sysdeps/unix/sysv/linux/syscalls.list: Add capset and capget
3666 1998-05-08 16:36 Zack Weinberg <zack@rabi.phys.columbia.edu>
3668 * iconvdata/Makefile (generated): Set to *-generated-headers
3670 (tests): Set to iconv-test.
3671 * localedata/Makefile (generated-dirs): Add ld-test-names to list.
3672 * posix/Makefile (generated): Set to wordexp-test-result*.
3673 * sunrpc/Makefile (generated): Remove rpcsvc/*.
3674 (generated-dirs): Add rpcsvc.
3675 * libio/Makefile: Clean up.
3677 1998-05-08 14:55 Ulrich Drepper <drepper@cygnus.com>
3679 * Make-dist (+tsrcs): Also use tests-statc where tests is used.
3680 * Makerules: Likewise.
3681 (+depfiles): Also add sysdep-others.
3683 * iconv/Makefile (distribute): Add loop.s and skeleton.c.
3684 * iconvdata/Makefile (distribute): Add TESTS.
3685 * localedata/Makefile (repertoires): Rename to repertoiremaps.
3686 * sysdeps/gnu/Dist: Add utmpx.h and bits/utmpx.h.
3687 * sysdeps/unix/sysv/linux/Dist: Add ldd-rewrite.sed.
3688 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=elf]: Define
3689 sysdep-others, not others.
3690 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
3691 * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/kernel_termios.h.
3693 1998-05-08 12:26 Ulrich Drepper <drepper@cygnus.com>
3695 * iconv/gconv_int.h (struct gconv_module): Remove cost field and add
3696 cost_hi and cost_lo.
3697 * iconv/gconv_conf.c (builtin_modules): Initialize cost_hi from
3698 Cost parameter and set cost_lo to INT_MAX.
3699 (add_module): Take new parameter and use it to initialize cost_lo.
3700 (read_conf_file): Count modules being loaded and use counter for
3701 new parameter to add_module.
3702 * iconv/gconv_db.c (find_derivation): When look for cost examine
3703 cost_hi and cost_lo.
3705 1998-05-08 10:52 Ulrich Drepper <drepper@cygnus.com>
3707 * string/bits/string2.h: Don't use unsigned char * unless really
3708 necessary since this disturbs C++.
3709 * sysdeps/i386/i486/bits/string.h: Likewise.
3710 Patch by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
3712 1998-05-08 13:53 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3714 * malloc/malloc.c (top_check): Fix last change.
3716 1998-05-07 Ulrich Drepper <drepper@cygnus.com>
3718 * sysdeps/powerpc/bits/setjmp.h (_JMPBUF_UNWINDS): Define.
3719 Patch by Matt McLean <keys@brio.yikes.com>.
3721 1997-05-07 13:26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3723 * Makerules (lib): Put back dependency on lib-noranlib.
3724 ($(subdirs-stamps)): Remove dependency on stamp.* again.
3726 1998-05-07 Ulrich Drepper <drepper@cygnus.com>
3728 * sysdeps/i386/fpu/bits/mathinline.h: Use long long int also for
3729 test in __pow2 implementation.
3731 1998-04-16 07:42 Geoff Keating <geoffk@ozemail.com.au>
3733 * Makeconfig [!build-static]: Link `static' binaries with libc_pic.a.
3734 Still need *FLAGS-.o because we still sometimes build .o files.
3735 * db2/Makefile: Don't build libndbm.a if !build-static.
3737 1998-05-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3739 * malloc/malloc.c (top_check): Add void as parameter to silent gcc.
3741 1998-04-16 07:42 Geoff Keating <geoffk@ozemail.com.au>
3743 * configure.in: New test for broken gcc on PowerPC.
3744 * sysdeps/powerpc/atomicity.h: Use result of test.
3745 * linuxthreads/sysdeps/powerpc/pt-machine.h: Use result of test.
3747 * math/libm-test.c: Update many of the epsilon to match actual
3750 * sysdeps/libm-ieee754/e_exp.c: Reduce the number of branches.
3751 * sysdeps/libm-ieee754/e_expf.c: Likewise.
3752 * sysdeps/libm-ieee754/s_exp2.c: Likewise.
3753 * sysdeps/libm-ieee754/s_exp2f.c: Likewise.
3755 * sysdeps/libm-ieee754/e_pow.c: Correct typo.
3757 * sysdeps/powerpc/elf/libc-start.c: New file.
3758 * sysdeps/powerpc/elf/start.S: New file, use libc-start.
3759 * sysdeps/powerpc/elf/start.c: Delete.
3761 * sysdeps/unix/sysv/linux/powerpc/Dist: Remove syscall.h
3762 * sysdeps/unix/sysv/linux/powerpc/syscall.h: Delete. It was unused.
3764 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Correct previous
3767 1998-05-06 12:51 Ulrich Drepper <drepper@cygnus.com>
3769 * sysdeps/i386/fpu/bits/mathinline.h (pow): Use long long int for
3772 * sysdeps/libm-i387/e_pow.S: Correctly shift double word.
3773 * sysdeps/libm-i387/e_powl.S: Likewise.
3775 1998-03-31 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
3777 * malloc/malloc.c (chunk2mem_check, top_check): New functions.
3778 (malloc_check, free_check, realloc_check, memalign_check): Use
3779 them to improve overrun checking. Overruns of a single byte and
3780 corruption of the top chunk are now detected much more reliably.
3782 1998-05-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
3784 * math/libm-test.c (pow_test): Add test for special value from PR
3787 1998-05-06 Ulrich Drepper <drepper@cygnus.com>
3789 * sysdeps/unix/sysv/linux/bits/errno.h: Undefine EILSEQ before
3790 including linux/errno.h.
3792 1998-05-06 09:49 Ulrich Drepper <drepper@cygnus.com>
3794 * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Add LFS support.
3796 * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: New file.
3797 * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: New file.
3799 1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3801 * Makerules (elide-routines.*): Fix assignments.
3802 (do-makelib): Fix typo.
3803 ($(subdirs-stamps)): Depend on $(objpfx)stamp.* if in parent
3806 1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3808 * Makefile (sysdep-subdirs, subdirs, $(common-objpfx)sysd-dirs,
3809 $(objpfx)sysd-dirs): Move them...
3810 * Makeconfig: ... here.
3811 * Makerules (subdirs-stamps, subdirs-stamp-o): Always define.
3812 (stubs): Fix circular depedency.
3813 (do-makelib): Clean up.
3814 (lib): Don't depend on lib-noranlib.
3815 ($(objpfx)stamp.oS): Remove special case for empty
3816 static-only-routines.
3817 (elide-routines.o): Add $(static-only-routines).
3818 (elide-routines$o): Define this instead of elide-routines.$o.
3819 * manual/Makefile (stubs): Fix circular dependency.
3821 1998-05-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3823 * libio/Makefile (routines): Remove duplicate oldiofclose.
3825 1998-05-05 Ulrich Drepper <drepper@cygnus.com>
3827 * string/strcoll.c: Use uint32_t instead of u_int32_t.
3829 1998-05-05 Ulrich Drepper <drepper@cygnus.com>
3831 * libio/stdio.h: Fix typo in __REDIRECT.
3832 * io/sys/stat.h: Likewise.
3833 Reported by Myles Uyema <myles@uyema.nws.net>.
3835 1998-05-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3837 * locale/programs/localedef.c (options): Fix help message.
3839 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
3841 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Avoid nasty
3842 relocations. Patch by Joe Keane <jgk@jgk.org>.
3844 1998-05-04 12:40 Ulrich Drepper <drepper@cygnus.com>
3846 * malloc/malloc.c (ptmalloc_init_all): New function. Similar to
3847 ptmalloc_unlock_all, but re-initializes the mutexes instead.
3848 (ptmalloc_init): Use new function in thread_at_fork call.
3849 (thread_atfork_static): Likewise.
3850 Suggested by Wolfram Gloger and Xavier Leroy.
3852 1998-05-04 Ulrich Drepper <drepper@cygnus.com>
3854 * signal/signal.h: Move definitions of struct sigstack and
3855 struct sigaltstack into separate file and include it.
3856 * sysdeps/generic/bits/sigstack.h: New file.
3857 * sysdeps/unix/sysv/linux/bits/sigstack.h: New file.
3858 * signal/Makefile (headers): Add bits/sigstack.h.
3860 1998-05-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3862 * elf/rtld.c (dl_main): Fix check for number of references to
3865 1998-05-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3867 * elf/rtld.c (dl_main): Check has_interp after executing platform
3870 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3872 * iconvdata/run-iconv-test.sh: Fix typo.
3874 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3876 * Makerules (+depfiles): Add depfiles for $(tests-static).
3879 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3881 * manual/terminal.texi (Special Characters): Fix description of
3884 1998-05-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
3886 * sysdeps/unix/sysv/linux/tcsetattr.c: Use memcpy to copy the c_cc
3888 * sysdeps/unix/sysv/linux/tcgetattr.c: Likewise. Initialize rest
3891 1998-04-30 14:15 Zack Weinberg <zack@rabi.phys.columbia.edu>
3893 * sysdeps/unix/sysv/linux/netrose/rose.h: Don't include kernel headers.
3895 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
3897 * intl/locale.alias: Update russian entry.
3899 1998-05-01 21:54 Zack Weinberg <zack@rabi.phys.columbia.edu>
3901 * Makerules (static-only-routines): Reimplement in terms of
3903 (shared-only-routines): Reimplement in terms of
3904 elide-routines.X [where X is all object-suffixes except .os].
3906 (stubs): Create stubs file inside the subdir.
3907 (common-mostlyclean): Remove stubs file from inside the subdir.
3908 * Makefile (subdir-stubs): Look for stubs files inside the
3910 * manual/Makefile (stubs): Create dummy stubs file inside the
3913 1998-05-01 21:01 Zack Weinberg <zack@rabi.phys.columbia.edu>
3915 Build speed improvement: make ar less of a bottleneck.
3917 * Makerules (stamp$o): Just record the object list for later
3919 (libc_foo.a): New rule, depends on subdir stamp files; builds
3920 and ranlibs the library from the lists saved in those files.
3922 (subdirs-stamps): Define also if subdir == elf (FIXME: kludge).
3923 (subdirs-stamp-o): Likewise.
3925 (ar-symtab-name): Delete variable.
3926 (lib%.a): Delete target.
3927 (libc_foo.a(bar.%)): Delete target.
3928 (libc_foo.a($(ar-symtab-name))): Delete target.
3930 (objects objs): Just depend on libobjs and extra-objs.
3931 (libobjs): Depend on the stamp files, not the objects.
3932 (extra-objs): New target, just depends on the extra-objs list.
3934 (CREATE_ARFLAGS): Kill the `ar S' hack.
3936 * config.make.in (have-ar-S): Deleted.
3937 * configure.in: Delete test for `ar S'. Add test to determine
3938 whether ranlib does anything useful.
3940 1998-05-01 Ulrich Drepper <drepper@cygnus.com>
3942 * inet/tst-ether_aton.c: Include <stdio.h>.
3944 1998-04-30 16:45 Ulrich Drepper <drepper@cygnus.com>
3946 * inet/ether_aton.c: Including netinet/if_ether.h is not necessary.
3948 * locale/Makefile (distribute): Add programs/repertoire.h.
3949 (localedef-modules): Add repertoire.
3950 (CPPFLAGS): Define REPERTOIREMAP_PATH.
3951 * locale/programs/repertoire.c: New file.
3952 * locale/programs/repertoire.h: New file.
3953 * locale/programs/charmap.c: Starting fixing character set handling
3954 to handle multi-byte encodings.
3955 * locale/programs/charset.c: Likewise.
3956 * locale/programs/charset.h: Likewise.
3957 * locale/programs/ld-collate.c: Likewise.
3958 * locale/programs/ld-ctype.c: Likewise.
3959 * locale/programs/linereader.c: Likewise.
3960 * locale/programs/localedef.c: Likewise.
3961 * locale/programs/locfile-kw.gperf: Likewise.
3962 * locale/programs/locfile-kw.h: Likewise.
3963 * locale/programs/locfile-token.h: Likewise.
3964 * locale/programs/locfile.h: Likewise.
3965 * locale/programs/stringtrans.c: Likewise.
3967 * locale/programs/locfile.c: Interpret I18NPATH value as base of
3968 path, extended with "/locales/".
3970 1998-04-18 Philip Blundell <Philip.Blundell@pobox.com>
3972 * sysdeps/arm/memset.S: Fix off by one error.
3974 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): On error, call
3975 __syscall_error rather than syscall_error directly.
3977 1998-04-17 Philip Blundell <Philip.Blundell@pobox.com>
3979 * sysdeps/unix/sysv/linux/arm/mmap.S: New file; implementation of
3980 mmap() syscall for ARM.
3982 * sysdeps/unix/arm/start.c: New file; startup code for ARM a.out
3985 1998-04-30 Ulrich Drepper <drepper@cygnus.com>
3987 * locale/programs/localedef.c: Recognize repertoire-map option.
3989 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
3991 * locale/programs/linereader.c (get_toplvl_escape): Fix typo in
3992 converting non-hex numbers.
3993 Patch by Won Kyu Park <bird@bird.kitel.co.kr>.
3995 1998-04-23 07:31 H.J. Lu <hjl@gnu.org>
3997 * resolv/inet_addr.c (inet_aton): Use __strtoul_internal to
3999 * resolv/Makefile (tests): New, add tst-aton.
4000 * resolv/tst-aton.c: New file.
4002 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
4004 * sysdeps/sparc/sparc32/dl-machine.h (WEAKADDR): Add missing
4007 1998-04-29 12:11 Ulrich Drepper <drepper@cygnus.com>
4009 * wcsmbs/mbsnrtowcs.c: Remove variable to pass to conversion function
4010 by letting the later modify the variable computing the total directly.
4011 * wcsmbs/mbsrtowcs.c: Likewise.
4012 * wcsmbs/wcsnrtombs.c: Likewise.
4013 * wcsmbs/wcsrtombs.c: Likewise.
4015 * wcsmbs/btowc.c (converted): Rename variable to dummy to make clear
4017 * wcsmbs/wctoc.c: Likewise.
4019 * wcsmbs/mbsrtowcs.c: Optimize a bit more.
4020 * wcsmbs/wcsrtombs.c: Likewise.
4022 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Add SIGCLD definition.
4024 1998-04-29 Ulrich Drepper <drepper@cygnus.com>
4026 * iconv/skeleton.c: Correct counting of actually converted
4029 * intl/localealias.c (read_alias_file): Use unsigned char for
4030 local variables. Remove unused variable tp.
4031 * intl/l10nflist.c (_nl_normalize_codeset): Use unsigned char *
4032 for type of codeset. For loosing Solaris systems.
4033 * intl/loadinfo.h: Adapt prototype of _nl_normalize_codeset.
4034 * intl/bindtextdom.c (BINDTEXTDOMAIN): Don't define local variable
4036 Patches by Jim Meyering.
4038 * stdio-common/vfprintf.c [%S]: Don't clear mbstate twice;
4039 wcsrtombs must put it into initial state.
4041 1998-04-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4043 * iconv/gconv_simple.c: Fix endian bug. Don't put side effects in
4044 argument of bswap_XX macro.
4046 1998-04-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4048 * iconvdata/Makefile (EBCDIC-DK-NO-A-routines): Fix typo in
4051 1998-04-28 Ulrich Drepper <drepper@cygnus.com>
4053 * sysdeps/unix/sysv/linux/semctl.c (semctl): Define own union
4054 semun and use stdarg macros to get the value.
4055 * sysdeps/generic/semctl.c: Don't use union semun.
4057 * sysvipc/sys/sem.h: Don't use union semun in semctl prototype.
4059 * string/basename.c [!_LIBC]: Define function as gnu_basename.
4061 * posix/getopt.c [!__GNU_LIBRARY__]: Include string.h or
4064 * stdlib/grouping.h: Accept ungrouped numbers even if locale
4067 * intl/hash-string.h: Don't include values.h.
4069 * inet/Makefile (tests): Add tst-ether_aton.
4070 * inet/tst-ether_aton.c: New file.
4072 * inet/ether_aton_r.c (ether_aton_r): Preserve high-nibble value
4074 * inet/ether_aton.c (ether_aton): Declare result variable static.
4075 Reported by ahyung@unixg.ubc.ca.
4077 * sysdeps/unix/sysv/linux/bits/sem.h: Don't define union semun.
4078 Define macro _SEM_SEMUN_UNDEFINED instead.
4079 Reported by Dirk Laessig <d.laessig@tu-bs.de>.
4081 * stdio-common/tst-wc-printf.c: New file. Test for %S and %C format.
4082 * stdio-common/Makefile (tests): Add tst-wc-printf.
4084 1998-04-28 16:32 Philip Blundell <philb@gnu.org>
4086 * manual/stdio.texi (Variable Arguments Output): Correct variable
4087 name. Patch from Ewan Mellor <em@nexus.co.uk>
4089 1998-04-27 Ulrich Drepper <drepper@cygnus.com>
4091 * intl/dcgettext.c: Remove unneeded definition of
4094 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4096 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use this as target
4097 instead of do-iconv-test.
4098 ($(objpfx)gconv-modules): Define rule only if objpfx is not
4101 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4103 * string/string.h: Fix feature test.
4105 1998-04-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4107 * iconvdata/iso646.c (BODY): Don't use character constants that
4108 depend on signedness of char.
4110 1998-04-27 Ulrich Drepper <drepper@cygnus.com>
4112 * sysdeps/unix/sysv/linux/i386/Makefile [$(subdirs)=misc]
4113 (sysdep_routines): Add s_pread64 and s_pwrite64.
4115 1998-04-27 09:54 Ulrich Drepper <drepper@cygnus.com>
4117 * iconvdata/Makefile (distribute): Remove generated .h files.
4118 * iconvdata/koi8-r.h: Removed.
4119 * iconvdata/latin-greek-1.h: Removed.
4120 * iconvdata/latin-greek.h: Removed.
4122 * iconvdata/testdata/CP1258..UTF8: New iconv test source.
4123 * iconvdata/KOI-8: Likewise.
4124 * iconvdata/KOI-8..UTF8: Likewise.
4125 * iconvdata/KOI8-R: Likewise.
4126 * iconvdata/KOI8-R..UTF8: Likewise.
4128 1998-04-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4130 * streams/Makefile (headers): Add sys/stropts.h.
4131 * streams/sys/stropts.h: New file.
4133 1998-04-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4135 * sysdeps/unix/sysv/linux/ttyname.c,
4136 sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
4137 sysdeps/posix/ttyname*.c, but look in /dev/pts first.
4139 1998-04-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4141 * sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
4142 argument of _itoa_word.
4144 1998-04-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4146 * sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
4147 s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
4148 caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
4149 sigprocmask, resp., instead of EXTRA.
4151 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
4152 s_pread64 and s_pwrite64.
4154 1998-04-26 18:44 Ulrich Drepper <drepper@cygnus.com>
4156 * iconvdata/Makefile: Correct rules to generate gap table.
4157 * iconvdata/gap.pl: Simplify.
4159 * iconvdata/TESTS: Name new tests.
4160 * iconvdata/testdata/CP1250: New file.
4161 * iconvdata/testdata/CP1250..UTF8: New file.
4162 * iconvdata/testdata/CP1251: New file.
4163 * iconvdata/testdata/CP1251..UTF8: New file.
4164 * iconvdata/testdata/CP1252: New file.
4165 * iconvdata/testdata/CP1252..UTF8: New file.
4166 * iconvdata/testdata/CP1253: New file.
4167 * iconvdata/testdata/CP1253..UTF8: New file.
4168 * iconvdata/testdata/CP1254: New file.
4169 * iconvdata/testdata/CP1254..UTF8: New file.
4170 * iconvdata/testdata/CP1255: New file.
4171 * iconvdata/testdata/CP1255..UTF8: New file.
4172 * iconvdata/testdata/CP1256: New file.
4173 * iconvdata/testdata/CP1256..UTF8: New file.
4174 * iconvdata/testdata/CP1257: New file.
4175 * iconvdata/testdata/CP1257..UTF8: New file.
4177 1998-04-26 Ulrich Drepper <drepper@cygnus.com>
4179 * iconvdata/Makefile: Add rules for ISO-2022-KR.
4180 * iconvdata/iso-2022-kr.c: New file.
4182 * iconvdata/gconv-modules: Add entry for ISO-2022-JP, ISO-2022-JP-2,
4185 1998-04-25 18:39 Ulrich Drepper <drepper@cygnus.com>
4187 * iconvdata/Makefile: Use gap method for iso8859-5, iso8859-7,
4188 iso8859-8 and iso8859-10.
4189 * iconvdata/iso8859-5.c: Change to use gap method.
4190 * iconvdata/iso8859-7.c: Likewise.
4191 * iconvdata/iso8859-8.c: Likewise.
4192 * iconvdata/iso8859-10.c: Likewise.
4194 * iconvdata/Makefile: Add rules for ISO-2022-JP module.
4195 * iconv/skeleton.c: Allow END_LOOP do be defined and use it at the
4197 * iconvdata/iso-2022-jp.c: New file.
4199 * iconvdata/ksc5601.c: Don't use uint16_t to represent byte sequence.
4200 * iconvdata/ksc5601.h: Unify function interfaces.
4201 * iconvdata/euckr.c: Adapt for changed ksc5601.h interface.
4202 * iconvdata/uhc.c: Likewise.
4204 * iconvdata/gb2312.h: Use correct types.
4206 * iconvdata/iso646.c (gconv_open): Correctly initialize the character
4207 size elements of data.
4209 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
4211 * string/tst-svc.expect: Adapt for change in .input.
4212 * string/tst-svc.input: More tests.
4214 1998-04-24 17:15 Ulrich Drepper <drepper@cygnus.com>
4216 * iconvdata/Makefile: Add rules for new modules.
4217 * iconvdata/gconv-modules: Likewise.
4218 * iconvdata/cp737.c: New file.
4219 * iconvdata/cp737.h: New file.
4220 * iconvdata/cp775.c: New file.
4221 * iconvdata/cp775.h: New file.
4222 * iconvdata/cp874.c: New file.
4223 * iconvdata/cp874.h: New file.
4225 1998-04-24 16:30 Ulrich Drepper <drepper@cygnus.com>
4227 * iconvdata/Makefile: Create target directory before generating
4230 1998-04-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4232 * misc/sys/cdefs.h (__REDIRECT): Handle systems with non-empty
4233 __USER_LABEL_PREFIX__.
4234 (__ASMNAME, __ASMNAME2): New macros.
4236 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
4238 * elf/dl-load.c: Include sys/param.h for MAX.
4240 1998-04-24 21:44 Richard Henderson <rth@cygnus.com>
4242 * sysdeps/unix/sysv/linux/alpha/syscalls.list (ftruncate): Make
4243 __ftruncate the strong symbol, and add weak alias.
4244 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4246 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
4248 * termios/cfsetspeed.c: Make code cleaner and add missing const.
4249 Patch by Joe Keane <jgk@jgk.org>.
4251 * inet/rcmd.c (__ivaliduser): Check buf for being NULL before
4254 1998-04-24 13:56 Ulrich Drepper <drepper@cygnus.com>
4256 * sysdeps/generic/bits/socket.h: Add #defines for enum values.
4257 Patch by Thomas Bushnell, n/BSG.
4259 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
4261 * inet/rcmd.c (iruserok): Initialize hostf variable to NULL.
4263 1998-04-24 Ulrich Drepper <drepper@cygnus.com>
4265 * iconvdata/Makefile: Put generated headers in build directory.
4267 1998-04-23 22:43 Ulrich Drepper <drepper@cygnus.com>
4269 * elf/dl-load.c (fillin_rpath): Handle empty element returned by
4270 strsep as current directory.
4272 * iconv/gconv_builtin.h: Add aliases unicode and unicodebig for
4273 Java. Add definitions for unicodelittle implementation.
4274 * iconv/gconv_int.h: Add declaration for unicodelittle functions.
4275 * iconv/gconv_simple.c: Define unicodelittle functions.
4277 * iconv/iconv_prog.c: Make program print information about position
4278 of illegal character in input.
4280 * iconv/skeleton.c: Use __strcasecmp instead of __strcasestr for
4281 comparison of charset name.
4282 * iconvdata/big5.c (CHARSET_NAME): Adapt for this.
4283 * iconvdata/ebcdic-at-de-a.c: Likewise.
4284 * iconvdata/ebcdic-at-de.c: Likewise.
4285 * iconvdata/ebcdic-ca-fr.c: Likewise.
4286 * iconvdata/euccn.c: Likewise.
4287 * iconvdata/eucjp.c: Likewise.
4288 * iconvdata/euckr.c: Likewise.
4289 * iconvdata/euctw.c: Likewise.
4290 * iconvdata/hp-roman8.c: Likewise.
4291 * iconvdata/iso6937.c: Likewise.
4292 * iconvdata/iso8859-1.c: Likewise.
4293 * iconvdata/iso8859-10.c: Likewise.
4294 * iconvdata/iso8859-2.c: Likewise.
4295 * iconvdata/iso8859-3.c: Likewise.
4296 * iconvdata/iso8859-4.c: Likewise.
4297 * iconvdata/iso8859-5.c: Likewise.
4298 * iconvdata/iso8859-6.c: Likewise.
4299 * iconvdata/iso8859-7.c: Likewise.
4300 * iconvdata/iso8859-8.c: Likewise.
4301 * iconvdata/iso8859-9.c: Likewise.
4302 * iconvdata/johab.c: Likewise.
4303 * iconvdata/koi-8.c: Likewise.
4304 * iconvdata/koi8-r.c: Likewise.
4305 * iconvdata/latin-greek-1.c: Likewise.
4306 * iconvdata/latin-greek.c: Likewise.
4307 * iconvdata/sjis.c: Likewise.
4308 * iconvdata/t61.c: Likewise.
4309 * iconvdata/uhc.c: Likewise.
4311 * iconvdata/iso646.c: Add support for more ISO 646 variants.
4312 * iconvdata/TESTS: Add tests for ISO646 module.
4313 * iconvdata/gconv-modules: Add new modules.
4314 * iconvdata/testdate/CSA_Z243.4-1985-1: New tests for ISO646 module.
4315 * iconvdata/testdate/CSA_Z243.4-1985-1..UCS2: Likewise.
4316 * iconvdata/testdate/CSA_Z243.4-1985-2: Likewise.
4317 * iconvdata/testdate/CSA_Z243.4-1985-2..UCS4: Likewise.
4318 * iconvdata/testdate/DIN_66003: Likewise.
4319 * iconvdata/testdate/DIN_66003..UTF8: Likewise.
4320 * iconvdata/testdate/DS_2089: Likewise.
4321 * iconvdata/testdate/DS_2089..UTF8: Likewise.
4322 * iconvdata/testdate/ES: Likewise.
4323 * iconvdata/testdate/ES..UTF8: Likewise.
4324 * iconvdata/testdate/ES2: Likewise.
4325 * iconvdata/testdate/ES2..UTF8: Likewise.
4326 * iconvdata/testdate/GB_1988-80: Likewise.
4327 * iconvdata/testdate/GB_1988-80..UTF8: Likewise.
4328 * iconvdata/testdate/IT: Likewise.
4329 * iconvdata/testdate/IT..UTF8: Likewise.
4330 * iconvdata/testdate/JIS_C6220-1969-RO: Likewise.
4331 * iconvdata/testdate/JIS_C6220-1969-RO..UTF8: Likewise.
4332 * iconvdata/testdate/JIS_C6229-1984-B: Likewise.
4333 * iconvdata/testdate/JIS_C6229-1984-B..UTF8: Likewise.
4334 * iconvdata/testdate/JUS_I.B1.002: Likewise.
4335 * iconvdata/testdate/JUS_I.B1.002..UTF8: Likewise.
4336 * iconvdata/testdate/KSC5636: Likewise.
4337 * iconvdata/testdate/KSC5636..UTF8: Likewise.
4338 * iconvdata/testdate/MSZ_7795.3: Likewise.
4339 * iconvdata/testdate/MSZ_7795.3..UTF8: Likewise.
4340 * iconvdata/testdate/NC_NC00-10: Likewise.
4341 * iconvdata/testdate/NC_NC00-10..UTF8: Likewise.
4342 * iconvdata/testdate/NF_Z_62-010: Likewise.
4343 * iconvdata/testdate/NF_Z_62-010..UTF8: Likewise.
4344 * iconvdata/testdate/NF_Z_62-010_1973: Likewise.
4345 * iconvdata/testdate/NF_Z_62-010_1973..UTF8: Likewise.
4346 * iconvdata/testdate/NS_4551-1: Likewise.
4347 * iconvdata/testdate/NS_4551-1..UTF8: Likewise.
4348 * iconvdata/testdate/NS_4551-2: Likewise.
4349 * iconvdata/testdate/NS_4551-2..UTF8: Likewise.
4350 * iconvdata/testdate/PT: Likewise.
4351 * iconvdata/testdate/PT..UTF8: Likewise.
4352 * iconvdata/testdate/PT2: Likewise.
4353 * iconvdata/testdate/PT2..UTF8: Likewise.
4354 * iconvdata/testdate/SEN_850200_B: Likewise.
4355 * iconvdata/testdate/SEN_850200_B..UTF8: Likewise.
4356 * iconvdata/testdate/SEN_850200_C: Likewise.
4357 * iconvdata/testdate/SEN_850200_C..UTF8: Likewise.
4359 * iconvdata/cns11643.h: Use uint32_t instead of wchar_t.
4360 * iconvdata/cns11643l1.h: Likewise.
4361 * iconvdata/latin-greek-1.h: Likewise.
4362 * iconvdata/latin-greek.h: Likewise.
4363 * iconvdata/koi8-r.h: Likewise.
4364 * iconvdata/jis0212.h: Likewise.
4365 * iconvdata/gb2312.h: Likewise.
4366 * iconvdata/ksc5601.h: Likewise.
4368 * iconvdata/8bit-gap.c: Use 32 bit type for idx element of struct gap.
4370 * iconvdata/Makefile: Add rules for lots of more modules.
4371 * iconvdata/cp1250.c: New file.
4372 * iconvdata/cp1251.c: New file.
4373 * iconvdata/cp1252.c: New file.
4374 * iconvdata/cp1253.c: New file.
4375 * iconvdata/cp1254.c: New file.
4376 * iconvdata/cp1255.c: New file.
4377 * iconvdata/cp1256.c: New file.
4378 * iconvdata/cp1257.c: New file.
4379 * iconvdata/ebcdic-dk-no-a.c: New file.
4380 * iconvdata/ebcdic-dk-no.c: New file.
4381 * iconvdata/ebcdic-es-a.c: New file.
4382 * iconvdata/ebcdic-es-s.c: New file.
4383 * iconvdata/ebcdic-es.c: New file.
4384 * iconvdata/ebcdic-fi-se-a.c: New file.
4385 * iconvdata/ebcdic-fi-se.c: New file.
4386 * iconvdata/ebcdic-fr.c: New file.
4387 * iconvdata/ebcdic-is-friss.c: New file.
4388 * iconvdata/ebcdic-it.c: New file.
4389 * iconvdata/ebcdic-pt.c: New file.
4390 * iconvdata/ebcdic-uk.c: New file.
4391 * iconvdata/ebcdic-us.c: New file.
4392 * iconvdata/ibm037.c: New file.
4393 * iconvdata/ibm038.c: New file.
4394 * iconvdata/ibm1004.c: New file.
4395 * iconvdata/ibm1026.c: New file.
4396 * iconvdata/ibm1047.c: New file.
4397 * iconvdata/ibm256.c: New file.
4398 * iconvdata/ibm273.c: New file.
4399 * iconvdata/ibm274.c: New file.
4400 * iconvdata/ibm275.c: New file.
4401 * iconvdata/ibm277.c: New file.
4402 * iconvdata/ibm278.c: New file.
4403 * iconvdata/ibm280.c: New file.
4404 * iconvdata/ibm281.c: New file.
4405 * iconvdata/ibm284.c: New file.
4406 * iconvdata/ibm285.c: New file.
4407 * iconvdata/ibm290.c: New file.
4408 * iconvdata/ibm297.c: New file.
4409 * iconvdata/ibm420.c: New file.
4410 * iconvdata/ibm423.c: New file.
4411 * iconvdata/ibm424.c: New file.
4412 * iconvdata/ibm437.c: New file.
4413 * iconvdata/ibm500.c: New file.
4414 * iconvdata/ibm850.c: New file.
4415 * iconvdata/ibm851.c: New file.
4416 * iconvdata/ibm852.c: New file.
4417 * iconvdata/ibm855.c: New file.
4418 * iconvdata/ibm857.c: New file.
4419 * iconvdata/ibm860.c: New file.
4420 * iconvdata/ibm861.c: New file.
4421 * iconvdata/ibm862.c: New file.
4422 * iconvdata/ibm863.c: New file.
4423 * iconvdata/ibm864.c: New file.
4424 * iconvdata/ibm865.c: New file.
4425 * iconvdata/ibm868.c: New file.
4426 * iconvdata/ibm869.c: New file.
4427 * iconvdata/ibm870.c: New file.
4428 * iconvdata/ibm871.c: New file.
4429 * iconvdata/ibm875.c: New file.
4430 * iconvdata/ibm880.c: New file.
4431 * iconvdata/ibm891.c: New file.
4432 * iconvdata/ibm903.c: New file.
4433 * iconvdata/ibm904.c: New file.
4434 * iconvdata/ibm905.c: New file.
4435 * iconvdata/ibm918.c: New file.
4437 * locale/iso-4217.def: Update.
4438 * localedata/locales/pt_BR: Correct. Patches by Andreas Jaeger.
4440 * stdio-common/vfscanf.h: Recognize nan and inf in floating-point
4443 1998-04-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4445 * elf/dl-load.c (_dl_init_paths): ';' is also a terminal for
4448 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
4450 * Makerules: Change occurances of `cd dir; cmd' to `cd dir && cmd'.
4451 * Makefile: Likewise.
4452 * posix/Makefile: Likewise.
4453 * sysdeps/mach/hurd/Makefile: Likewise.
4455 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
4457 * sysdeps/mach/hurd/bits/dirent.h: New file.
4458 * sysdeps/mach/hurd/readdir64.c: New file.
4459 * sysdeps/mach/hurd/readdir64_r.c: New file.
4461 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
4463 * stdio/stdio.h (vasprintf, __asprintf, asprintf, vdprintf,
4464 dprintf): Synchronize declarations with libio/stdio.h.
4466 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
4468 * elf/dlerror.c (dlerror): Don't assume that
4469 __libc_internal_tsd_get is defined. __libc_getspecific is already
4470 well-protected, so just use it directly.
4472 1998-04-22 Gordon Matzigkeit <gord@profitpress.com>
4474 * io/ftw.h (ftw): Fix typo.
4476 1998-04-21 Gordon Matzigkeit <gord@profitpress.com>
4478 * sysdeps/gnu/utmp_file.c: Fix typo.
4480 1998-04-22 11:06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4482 * iconvdata/run-iconv-test.sh: Fix more portability bugs. When
4483 one part of a test fails move on to the next test.
4485 1998-04-24 5:45 Richard Henderson <rth@cygnus.com>
4487 * sysdeps/alpha/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
4489 1998-04-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4491 * sysdeps/i386/bits/setjmp.h (_JMPBUF_UNWINDS): Compare addresses
4492 as pointers, not signed integers.
4494 1998-04-22 11:06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4496 * sysdeps/m68k/bits/setjmp.h (_JMPBUF_UNWINDS): Added.
4498 1998-04-21 21:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
4500 * misc/sys/cdefs.h: New macro __REDIRECT to support changing the
4501 asm symbol name of functions.
4502 * include/features.h: Kill redundant test.
4504 * dirent/dirent.h: Use new macros to implement __USE_FILE_OFFSET64.
4505 * io/ftw.h: Likewise.
4506 * io/sys/stat.h: Likewise.
4507 * io/sys/statfs.h: Likewise.
4508 * io/sys/statvfs.h: Likewise.
4509 * libio/stdio.h: Likewise.
4510 * resource/sys/resource.h: Likewise.
4511 * rt/aio.h: Likewise.
4513 * posix/unistd.h: Use new macros for __USE_FILE_OFFSET64 and
4515 * signal/signal.h: Use new macros for BSD vs. SysV signal().
4517 * misc/Makefile: Drop bsd-compat.c. Make libbsd-compat.a
4519 * misc/bsd-compat.c: Removed.
4521 1998-04-21 20:32 Ulrich Drepper <drepper@cygnus.com>
4523 * iconv/loop.c: Allow EXTRA_LOOP_DECLS be defined and use it in
4524 function declaration.
4525 * iconv/skeleton.c: Allow PREPARE_LOOP and EXTRA_LOOP_ARGS be defined
4526 and use them in conversion function.
4527 * iconvdata/Makefile (modules): Re-add ISO6446.
4528 * iconvdata/TEST: Add tests for ASCII variants.
4529 * iconvdata/iso646.c: Rewrite to use loop.c and skeleton.c.
4530 * iconvdata/testdata/ANSI_X3.4-1968: New file.
4531 * iconvdata/testdata/BS_4730: New file.
4532 * iconvdata/testdata/BS_4730..UTF8: New file.
4534 1998-04-21 19:05 Ulrich Drepper <drepper@cygnus.com>
4536 * iconv/gconv.h (struct gconv_step): Add element stateful.
4537 * iconv/gconv_builtin.c (__gconv_builtin_trans): Initialize stateful
4538 to zero for all internal conversions.
4539 * iconv/skeleton.c: Initialize stateful depending on whether or not
4540 RESET_STATE is defined to one or zero respectively.
4541 * stdlib/mblen.c: Use stateful element of currently selected
4542 converter for result if S is NULL.
4543 * stdlib/mbtowc.c: Likewise.
4544 * stdlib/wctomb.c: Likewise.
4546 1998-04-21 18:00 Ulrich Drepper <drepper@cygnus.com>
4548 * iconv/gconv.c (__gconv): Remove bogus input buffer size computation.
4550 * iconv/gconv_open.c (__gconv_open): Initialize outbufend element.
4552 * iconv/gconv_simple.c (__gconv_transform_internal_ascii): Don't use
4553 character in comparison with uint32_t.
4554 (__gconv_transform_internal_utf8): Specify MAX_NEEDED_TO.
4555 (__gconv_transform_utf8_internal): Specify MAX_NEEDED_FROM.
4556 Optimize BODY a bit.
4558 * iconv/loop.c: Require MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT to
4561 * iconv/skeleton.c: Also reset converted counter in case of an error.
4562 Call reset function using correct value for output buffer start.
4564 * iconvdata/Makefile: Re-enable tests.
4566 * iconvdata/iso8859-1.c: Swap MIN_NEEDED_INPUT and MIN_NEEDED_OUTPUT
4567 value for to-conversion.
4569 * iconvdata/TESTS: Add new third column.
4570 * iconvdata/run-iconv-test.sh: Add support for charsets which are
4572 * iconvdata/testdata/suntzus: New file.
4574 * elf/dl-minimal.c (__strtol_internal): Increment pointer to string
4575 while reading. Correctly used base. Little optimization.
4576 (__strtoul_internal): Likewise.
4578 * elf/rtld.c (dl_main): Test to avoid duplicate call of _dl_init_paths
4579 was wrong. Use explicit variable.
4581 1998-04-20 23:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
4583 * configure.in: Check for awk.
4584 * config.make.in: Add AWK to be substituted.
4586 * manual/xtract-typefun.awk: Rewrite to eliminate gawk extensions.
4587 * manual/users.texi: Fix typo exposed by above rewrite.
4589 * Makefile: Invoke awk using AWK variable.
4590 * csu/Makefile: Likewise.
4591 * elf/Makefile: Likewise.
4592 * mach/Makefile: Likewise.
4593 * manual/Makefile: Likewise.
4594 * sysdeps/gnu/Makefile: Likewise.
4595 * sysdeps/mach/hurd/Makefile: Likewise.
4596 * sysdeps/unix/Makefile: Likewise.
4597 * timezone/Makefile: Likewise.
4599 1998-04-10 Gordon Matzigkeit <gord@profitpress.com>
4601 * sysdeps/gnu/errlist.awk (ERR_REMAP): Implement error code to
4602 array index translation.
4603 (SYS_ERRLIST_ALIAS, SYS_NERR_ALIAS): Make weak aliases only if
4606 * sysdeps/mach/hurd/Dist: Add errlist.c to distribution.
4608 * sysdeps/mach/hurd/errlist.c: New file.
4609 (ERR_TRANSLATE): Map Hurd error codes into errlist indices.
4610 (_hurd_errlist): The Hurd error list doesn't have Unix sys_errlist
4611 semantics, so rename it.
4613 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4615 * iconvdata/run-iconv-test.sh: Make portable. Always test all
4618 1998-04-21 12:30 H.J. Lu <hjl@gnu.org>
4620 * wcsmbs/wcsrtombs.c (__wcsrtombs): Initialize result to 0.
4621 * wcsmbs/wcsnrtombs.c: Likewise.
4623 1998-04-21 Ulrich Drepper <drepper@cygnus.com>
4625 * sysdeps/generic/dl-sysdep.c: Handle _dl_hwcap correctly.
4627 * wcsmbs/btowc.c (__btowc): Declare inptr as const char *.
4629 * time/strftime.c (my_strftime): Initialize pad variable in
4632 * iconvdata/big5.c: Don't use character constants in comparisons
4633 with unsigned value.
4635 1998-04-20 18:00 Ulrich Drepper <drepper@cygnus.com>
4637 * libc.map: Add __dgettext to GLIBC_2.0 and __libc_longjmp, and
4638 __libc_siglongjmp to GLIBC_2.1.
4640 * elf/dl-minimal.c (__assert_perror_fail): Don't use strerror, use
4643 * iconv/Makefile: Don't run tests now.
4645 * iconv/iconv_prog.c (process_block): If loop is repeated, call iconv
4646 with correct output buffer.
4648 Major rewrite of the low-level gconv functionality.
4649 * iconv/gconv.c: Rewritten.
4650 * iconv/gconv.h: Likewise.
4651 * iconv/gconv_builtin.c: Likewise.
4652 * iconv/gconv_builtin.h: Likewise.
4653 * iconv/gconv_conf.c: Likewise.
4654 * iconv/gconv_int.h: Likewise.
4655 * iconv/gconv_open.c: Likewise.
4656 * iconv/gconv_simple.c: Likewise.
4657 * iconv/iconv.c: Likewise.
4658 * iconvdata/8bit-gap.c: Likewise.
4659 * iconvdata/8bit-generic.c: Likewise.
4660 * iconvdata/Makefile: Likewise.
4661 * iconvdata/big5.c: Likewise.
4662 * iconvdata/cns11643.c: Likewise.
4663 * iconvdata/cns11643.h: Likewise.
4664 * iconvdata/cns11643l1.c: Likewise.
4665 * iconvdata/cns11643l1.h: Likewise.
4666 * iconvdata/ebcdic-at-de-a.c: Likewise.
4667 * iconvdata/ebcdic-at-de.c: Likewise.
4668 * iconvdata/ebcdic-ca-fr.c: Likewise.
4669 * iconvdata/euccn.c: Likewise.
4670 * iconvdata/eucjp.c: Likewise.
4671 * iconvdata/euckr.c: Likewise.
4672 * iconvdata/euctw.c: Likewise.
4673 * iconvdata/gb2312.c: Likewise.
4674 * iconvdata/gb2312.h: Likewise.
4675 * iconvdata/hp-roman8.c: Likewise.
4676 * iconvdata/iso646.c: Likewise.
4677 * iconvdata/iso6937.c: Likewise.
4678 * iconvdata/iso8859-1.c: Likewise.
4679 * iconvdata/iso8859-10.c: Likewise.
4680 * iconvdata/iso8859-2.c: Likewise.
4681 * iconvdata/iso8859-3.c: Likewise.
4682 * iconvdata/iso8859-4.c: Likewise.
4683 * iconvdata/iso8859-5.c: Likewise.
4684 * iconvdata/iso8859-6.c: Likewise.
4685 * iconvdata/iso8859-7.c: Likewise.
4686 * iconvdata/iso8859-8.c: Likewise.
4687 * iconvdata/iso8859-9.c: Likewise.
4688 * iconvdata/jis0201.c: Likewise.
4689 * iconvdata/jis0201.h: Likewise.
4690 * iconvdata/jis0208.c: Likewise.
4691 * iconvdata/jis0208.h: Likewise.
4692 * iconvdata/jis0212.c: Likewise.
4693 * iconvdata/jis0212.h: Likewise.
4694 * iconvdata/johab.c: Likewise.
4695 * iconvdata/koi-8.c: Likewise.
4696 * iconvdata/koi8-r.c: Likewise.
4697 * iconvdata/ksc5601.c: Likewise.
4698 * iconvdata/ksc5601.h: Likewise.
4699 * iconvdata/latin-greek-1.c: Likewise.
4700 * iconvdata/latin-greek.c: Likewise.
4701 * iconvdata/run-iconv-test.sh: Likewise.
4702 * iconvdata/sjis.c: Likewise.
4703 * iconvdata/t61.c: Likewise.
4704 * iconvdata/uhc.c: Likewise.
4705 * wcsmbs/btowc.c: Likewise.
4706 * wcsmbs/mbrtowc.c: Likewise.
4707 * wcsmbs/mbsnrtowcs.c: Likewise.
4708 * wcsmbs/mbsrtowcs.c: Likewise.
4709 * wcsmbs/wcrtomb.c: Likewise.
4710 * wcsmbs/wcsmbsload.c: Likewise.
4711 * wcsmbs/wcsnrtombs.c: Likewise.
4712 * wcsmbs/wcsrtombs.c: Likewise.
4713 * wcsmbs/wctob.c: Likewise.
4714 * iconv/loop.c: New file.
4715 * iconv/skeleton.c: New file.
4717 * stdlib/mblen.c: Handle empty input string correctly.
4718 * stdlib/mbtowc.c: Likewise.
4720 * posix/getopt.c: Various cleanups.
4722 * sysdeps/arm/bits/setjmp.h: Add copyright text.
4723 * sysdeps/i386/bits/setjmp.h: Likewise.
4724 * sysdeps/m68k/bits/setjmp.h: Likewise.
4725 * sysdeps/powerpc/bits/setjmp.h: Likewise.
4726 * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
4728 * sysdeps/generic/longjmp.c: Rename function to __libc_siglongjmp
4729 and make longjmp weak alias.
4731 1998-04-18 20:29 Philip Blundell <Philip.Blundell@pobox.com>
4733 * iconv/Makefile (routines): Only include gconv_dl if building for
4734 an ELF system - dynamic linking is not available on a.out.
4735 (CFLAGS-gconv_conf.c): Define STATIC_GCONV if omitting gconv_dl
4737 * iconv/gconv_db.c: If STATIC_GCONV defined, don't try to call
4738 routines from gconv_dl.
4740 1998-04-17 Gordon Matzigkeit <gord@profitpress.com>
4742 * csu/init.c (_IO_stdin_used): Protect with USE_IN_LIBIO so that
4743 we can compile without libio.
4745 1998-04-20 16:28 Ulrich Drepper <drepper@cygnus.com>
4747 * sysdeps/mach/hurd/Subdirs: Remove login.
4749 1998-04-11 Gordon Matzigkeit <gord@profitpress.com>
4751 * db2/compat.h: Include <errno.h>, to make sure we get the
4752 definition of EFTYPE before we define it ourselves.
4754 1998-04-10 Gordon Matzigkeit <gord@profitpress.com>
4756 * sysdeps/generic/bits/socket.h: Protect against multiple inclusion.
4757 * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
4758 Fix typo to allow inclusion from sys/ioctl.h again.
4760 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4762 * iconvdata/*.[ch]: Clean up namespace. Optimize character lookup.
4764 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4766 * libc.map: Export __strerror_r. Remove _strerror_internal.
4768 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4770 * sysdeps/generic/strcasestr.c: Undefine strcasestr, not strstr.
4771 Also undefine __strcasestr.
4773 1998-04-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4775 * posix/regex.c: Rename __re_max_failures back to re_max_failures,
4776 aliases do not work with global variables due to copy relocations.
4778 1998-04-20 15:12 Ulrich Drepper <drepper@cygnus.com>
4780 * manual/creature.texi: Fix type. Patch by Andreas Schwab.
4782 1998-04-20 13:47 Ulrich Drepper <drepper@cygnus.com>
4784 * signal/sighold.c: Include stddef.h for NULL definition.
4785 * signal/sigrelse.c: Likewise.
4786 * sysdeps/posix/sigignore.c: Likewise.
4787 * sysdeps/posix/sigset.c: Likewise.
4788 * sysdeps/posix/waitid.c: Likewise.
4789 * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
4790 * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: Likewise.
4791 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
4792 * wcsmbs/mbsrtowcs.c: Include stdlib.h for MB_CUR_MAX.
4793 Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
4795 1998-04-13 Mark Kettenis <kettenis@phys.uva.nl>
4797 * login/Makefile (headers): Remove utmpx.h and bits/utmpx.h.
4798 * login/getutent.c (getutxent): Remove alias.
4799 * login/getutent_r.c (setutxent, pututxline, endutxent):
4801 * login/getutid.c (getutxid): Remove alias.
4802 * login/getutline.c (getutxline): Remove alias.
4803 * login/utmp.h: Add prototypes for __updwtmp, __getutent,
4804 __getutid, __getutline and __pututline.
4805 * login/utmpx.h: Moved to ...
4806 * sysdeps/gnu/utmpx.h: ... here. [__USE_GNU]: Define UTMPX_FILE,
4807 UTMPX_FILENAME, WTMPX_FILE and WTMPX_FILENAME, declare utmpxname
4809 * login/updwtmp.c: Moved to ...
4810 * sysdeps/generic/updwtmp.c: ... here. (updwtmp): Generalized by
4811 allowing file name transformation.
4812 * sysdeps/gnu/updwtmp.c: New file. Use generic implementation with
4813 additional file name transformation.
4814 * sysdeps/unix/sysv/linux/updwtmp.c: Likewise.
4815 * login/utmp_file.c: Moved to ...
4816 * sysdeps/generic/utmp_file.c: ... here. (setutent_file):
4817 Generalized by allowing file name transformation. Do not
4818 print error message. Library functions should not print them.
4819 Reported by Jim Meyering.
4820 * sysdeps/gnu/utmp_file.c: New file. Use generic implementation
4821 with additional file name transformation.
4822 * sysdeps/unix/sysv/linux/utmp_file.c: Likewise.
4823 * sysdeps/gnu/Makefile [$(subdir)=login] (sysdep_routines): Add
4824 setutxent, getutxent, endutxent, getutxid, getutxid, getutxline,
4825 pututxline, utmpxname and updwtmpx. (sysdep_headers): Add utmpx.h
4827 * sysdeps/gnu/bits/utmpx.h [__USE_GNU] Include paths.h.
4828 (_PATH_UTMPX): Define to _PATH_UTMP. (_PATH_WTMPX): Define to
4829 _PATH_WTMPX. (RUN_LVL): Define only if __USE_GNU. (ACCOUNTING):
4830 Define if __USE_GNU.
4831 * sysdeps/generic/setutxent.c: New file.
4832 * sysdeps/generic/getutxent.c: New file.
4833 * sysdeps/generic/endutxent.c: New file.
4834 * sysdeps/generic/getutxid.c: New file.
4835 * sysdeps/generic/getutxline.c: New file.
4836 * sysdeps/generic/pututxline.c: New file.
4837 * sysdeps/generic/utmpxname.c: New file.
4838 * sysdeps/generic/updwtmpx.c: New file.
4839 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP_DB): Remove.
4840 * sysdeps/generic/bits/utmpx.h: Remove.
4842 1998-04-20 Ulrich Drepper <drepper@cygnus.com>
4844 * posix/wordexp-test.c (main): Initialize ifs element of ts for
4847 1998-04-17 07:53 H.J. Lu <hjl@gnu.org>
4849 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Fix a typo.
4851 1998-04-17 11:32 Ulrich Drepper <drepper@cygnus.com>
4853 * libio/oldfileops.c (_IO_old_file_seekoff): Define temporary st
4854 variable using _G_stat64.
4855 * libio/fileops.c: Remove macro definition of fstat, it is in the
4857 Reported by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
4859 1998-04-17 Philip Blundell <pb@nexus.co.uk>
4861 * sysdeps/arm/strlen.S: New file, based on code by Matthew Wilcox
4862 <willy@odie.barnet.ac.uk>.
4864 1998-04-16 Philip Blundell <Philip.Blundell@pobox.com>
4866 * inet/netinet/in.h (IN6_IS_ADDR_MC_NODELOCAL): New macro,
4867 required by IPv6 Basic API.
4868 (IN6_IS_ADDR_MC_LINKLOCAL): Likewise.
4869 (IN6_IS_ADDR_MC_SITELOCAL): Likewise.
4870 (IN6_IS_ADDR_MC_ORGLOCAL): Likewise.
4871 (IN6_IS_ADDR_MC_GLOBAL): Likewise.
4873 1998-04-15 16:41 Ulrich Drepper <drepper@cygnus.com>
4875 Don't name internal representation since it might be different from
4876 the external form (namely on little endian machines).
4877 * iconv/gconv_builtin.h: Add UCS4 support. Change references to
4878 UCS4 into references to INTERNAL.
4879 * iconv/gconv_simple.c: Implement UCS4<->INTERNAL converters.
4880 Add endianess support to UCS functions. Change references to
4881 UCS4 into references to INTERNAL.
4882 * iconv/gconv_int.h: Change references to UCS4 into references to
4884 * iconv/iconv_prog.c: Don't mention INTERNAL in --list output.
4885 * iconvdata/gconv-modules: Change accordingly.
4886 * wcsmbs/wcsmbsload.c: Change names to use INTERNAL.
4888 * iconv/gconv_simple.c: Adjust input buffer pointer for output buffer
4890 * iconvdata/8bit-gap.c: Likewise.
4891 * iconvdata/8bit-generic.c: Likewise.
4892 * iconvdata/big5.c: Likewise.
4893 * iconvdata/euccn.c: Likewise.
4894 * iconvdata/eucjp.c: Likewise.
4895 * iconvdata/euckr.c: Likewise.
4896 * iconvdata/euctw.c: Likewise.
4897 * iconvdata/iso646.c: Likewise.
4898 * iconvdata/iso6937.c: Likewise.
4899 * iconvdata/iso8859-1.c: Likewise.
4900 * iconvdata/johab.c: Likewise.
4901 * iconvdata/sjis.c: Likewise.
4902 * iconvdata/t61.c: Likewise.
4903 * iconvdata/uhc.c: Likewise.
4905 * iconvdata/8bit-gap.c: Correct access to to_ucs4 array.
4906 * iconvdata/8bit-generic.c: Likewise.
4908 * iconvdata/TESTS: Add more tests.
4910 * sysdeps/i386/bits/byteswap.h: Change to use "=r" when ror is used.
4912 1998-04-15 11:47 Ulrich Drepper <drepper@cygnus.com>
4914 * iconvdata/Makefile: Better rules to run tests.
4916 * iconvdata/testdata/ISO-8859-1..UTF8: New file.
4917 * iconvdata/testdata/ISO-8859-10: Likewise.
4918 * iconvdata/testdata/ISO-8859-10..UCS2: Likewise.
4919 * iconvdata/testdata/ISO-8859-2: Likewise.
4920 * iconvdata/testdata/ISO-8859-2..UCS4: Likewise.
4921 * iconvdata/testdata/ISO-8859-2..UTF8: Likewise.
4922 * iconvdata/testdata/ISO-8859-3: Likewise.
4923 * iconvdata/testdata/ISO-8859-4: Likewise.
4924 * iconvdata/testdata/ISO-8859-5: Likewise.
4925 * iconvdata/testdata/ISO-8859-6: Likewise.
4926 * iconvdata/testdata/ISO-8859-7: Likewise.
4927 * iconvdata/testdata/ISO-8859-8: Likewise.
4928 * iconvdata/testdata/ISO-8859-9: Likewise.
4930 1998-04-15 Ulrich Drepper <drepper@cygnus.com>
4932 * iconvdata/run-iconv-test.sh: Handle $from..$t file to compare
4933 intermediate result (if available).
4935 * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in
4938 * iconvdata/Makefile: Add rules to run run-iconv-test.sh.
4939 (distribute): Add run-iconv-test.sh and testdata/*.
4941 * stdlib/testmb.c (main): Simplify mbc array handling.
4943 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4945 * elf/dl-minimal.c (__strtol_internal): Correct range check. Fix
4946 return value on overflow.
4948 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4950 * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64
4953 1998-04-14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
4955 * malloc/mtrace.c (mtrace): Use standard function setvbuf instead
4956 of non-standard function setbuffer.
4958 1998-04-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
4960 * stdio-common/perror.c: Include <string.h> for __strerror_r.
4962 1998-04-14 23:54 Ulrich Drepper <drepper@cygnus.com>
4964 * iconvdata/Makefile: Add rules to run tests.
4965 * iconvdata/TESTS: New file.
4966 * iconvdata/run-iconv-test.sh: New file.
4967 * iconvdata/testdata/ISO-8859-1: New file.
4969 * iconv/iconv_prog.c (main): Call process_block with OUTPUT stream,
4972 1998-04-14 18:22 Ulrich Drepper <drepper@cygnus.com>
4974 * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
4975 counter element of step.
4977 * iconv/gconv_dl.c: Don't mark get_sym as internal function.
4979 * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Correct loop
4981 (__gconv_transform_ucs4_utf8): Likewise. Remove unnecessary variable
4983 (__gconv_transform_utf8_ucs4): Correct test for empty input.
4985 1998-04-14 Ulrich Drepper <drepper@cygnus.com>
4987 * Makefile: Include makeconfig before defining rule to regenerate
4990 * configure.in: Remove restriction on compiling without static
4993 1998-04-14 16:34 Ulrich Drepper <drepper@cygnus.com>
4995 * test-skeleton.c: Provide hook for initializing code before the fork.
4996 * rt/tst-aio.c: Use PREPARE hook to make suer temp files are always
4999 * libio/fcloseall.c (__fcloseall): Return return value of _IO_cleanup.
5000 * libio/genops.c (_IO_cleanup): Return return value of _IO_flush_all.
5001 * libio/libioP.h: Adopt _IO_cleanup prototype.
5003 * stdlib/Makefile (tests): Add test-canon2.
5004 * stdlib/test-canon2.c: New file.
5005 * stdlib/canonicalize.c (canonicalize): Allow RESOLVED parameter to
5006 be NULL. Use __lxstat, not __lstat. Correctly recognize long
5008 (__realpath): Make real function which checks RESOLVED parameter for
5011 1998-04-14 Ulrich Drepper <drepper@cygnus.com>
5013 * catgets/open_catalog.c (__open_catalog): Fix problems with
5014 reading non-files. Always close file.
5015 Reported by Cristian Gafton <gafton@redhat.com>.
5017 * elf/dl-minimal.c (__strtol_internal): Prevent overflow warnings.
5019 1998-04-14 13:28 Ulrich Drepper <drepper@cygnus.com>
5021 * libc.map: Add various low-level I/O functions.
5023 1998-04-14 10:35 Ulrich Drepper <drepper@cygnus.com>
5025 * string/Makefile (routines): Remove strerror_r.
5026 * string/strerror_r.c: Removed.
5027 * string/strerror.c: Call __strerror_r for doing the real work.
5028 * sysdeps/generic/_strerror.c: Rename function to __strerror_r and
5029 add weak alias strerror_r.
5030 * sysdeps/mach/_strerror.c: Likewise.
5031 * assert/assert-perr.c: Use __strerror_r instead of _strerror_internal.
5032 * elf/dl-error.c (_dl_signal_error): Likewise.
5033 * elf/dl-profile.c (_dl_start_profile): Likewise.
5034 * gmon/gmon.c (write_gmon): Likewise.
5035 * stdio-common/perror.c: Likewise.
5036 * stdio-common/vfprintf.c: Likewise.
5038 1998-04-10 Mark Kettenis <kettenis@phys.uva.nl>
5040 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet]
5041 (sysdep_headers): Add netatalk/at.h.
5043 1998-04-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5045 * manual/socket.texi, manual/creature.texi, manual/time.texi:
5048 1998-04-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5050 * posix/regex.c: Rename __re_syntax_options back to
5051 re_syntax_options, aliases do not work with global variables due
5052 to copy relocations.
5053 (regex_compile): Use syntax parameter instead of
5056 1998-04-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5058 * configure.in: Document that enable-force-install is default.
5060 1998-04-13 Ulrich Drepper <drepper@cygnus.com>
5062 * sysdeps/posix/mktemp.c: Increment `value' in a way which touches
5064 * sysdeps/posix/mkstemp.c: Likewise.
5066 1998-04-13 17:40 Ulrich Drepper <drepper@cygnus.com>
5068 * iconvdata/8bit-gap.c: Simplify step data handling.
5069 * iconvdata/8bit-generic.c: Likewise.
5070 * iconvdata/big5.c: Likewise.
5071 * iconvdata/euccn.c: Likewise.
5072 * iconvdata/eucjp.c: Likewise.
5073 * iconvdata/euckr.c: Likewise.
5074 * iconvdata/euctw.c: Likewise.
5075 * iconvdata/iso6937.c: Likewise.
5076 * iconvdata/iso8859-1.c: Likewise.
5077 * iconvdata/jis0208.h: Likewise.
5078 * iconvdata/jis0212.c: Likewise.
5079 * iconvdata/jis0212.h: Likewise.
5080 * iconvdata/johab.c: Likewise.
5081 * iconvdata/ksc5601.h: Likewise.
5082 * iconvdata/sjis.c: Likewise.
5083 * iconvdata/t61.c: Likewise.
5084 * iconvdata/uhc.c: Likewise.
5086 1998-04-13 16:36 Ulrich Drepper <drepper@cygnus.com>
5088 * manual/texinfo.texi: Updated from last version.
5090 1998-04-13 14:52 Ulrich Drepper <drepper@cygnus.com>
5092 * iconvdata/cns11643.c: New file.
5093 * iconvdata/cns11643.h: New file.
5094 * iconvdata/cns11643l1.c: New file.
5095 * iconvdata/cns11643l1.h: New file.
5096 * iconvdata/euctw.c: New file.
5097 * iconvdata/Makefile: Add rules for EUC-TW and CNS.
5098 * iconvdata/gconv-modules: Likewise.
5100 * iconvdata/eucjp.c: Several bug fixes and improvements.
5101 * iconvdata/gb2312.h: Likewise.
5102 * iconvdata/jis0201.h: Likewise.
5103 * iconvdata/jis0208.h: Likewise.
5104 * iconvdata/jis0212.h: Likewise.
5106 1998-04-13 09:11 Ulrich Drepper <drepper@cygnus.com>
5108 * iconvdata/eucjp.c: New file.
5109 * iconvdata/euccn.c: New file.
5110 * iconvdata/gb2312.h: New file.
5111 * iconvdata/gb2312.c: New file.
5112 * iconvdata/Makefile: Add rules for EUC-JP and EUC-CN.
5113 * iconvdata/gconv-modules: Likewise.
5115 * iconvdata/euckr.c: Use stdint.h instead of inttypes.h.
5117 1998-04-12 Ulrich Drepper <drepper@cygnus.com>
5119 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
5120 (DL_FIND_ARG_COMPONENTS): Always initialize auxv.
5121 Patch by Mark Hatle <fray@kernel.crashing.org>.
5123 1998-04-12 22:47 Philip Blundell <Philip.Blundell@pobox.com>
5125 * sysdeps/unix/sysv/linux/bits/socket.h (PF_APPLETALK): Correct
5127 (PF_AAL5, AF_AAL5): Rename to *_ATMPVC.
5128 (PF_ATMSVC, PF_ECONET, AF_ATMSVC, AF_ECONET): Added.
5130 1998-04-12 Ulrich Drepper <drepper@cygnus.com>
5132 * iconvdata/sjis.c (gconv): Remove superfluous varaible declarations.
5134 * iconvdata/Makefile: Add rules for big5 conversion.
5135 * iconvdata/gconv-modules: Likewise.
5136 * iconvdata/big5.c: New file.
5138 * time/mktime.c (TYPE_MAXIMUM): Add missing cast.
5139 Patch by Jim Meyering.
5141 1998-04-11 Ulrich Drepper <drepper@cygnus.com>
5143 * rt/tst-aio.c: Add test for aio_read and lio_listio.
5145 * rt/lio_listio.c: Correct total counter handling.
5147 * rt/aio_misc.c (handle_fildes_io): Correctly dequeue elements
5150 * test-skeleton.c (main): Make stdout unbuffered. Improve message
5151 of signal on exit even more.
5153 * rt/aio_suspend.c (aio_suspend): Use PTHREAD_COND_INITIALIZER
5154 instead of call to pthread_cond_init.
5155 * rt/lio_listio.c (lio_listio): Likewise.
5156 * rt/lio_listio64.c (lio_listio64): Likewise.
5158 * nis/nis_findserv.c: Include sys/socket.h.
5160 1998-04-11 09:33 Ulrich Drepper <drepper@cygnus.com>
5162 * Makeconfig (rtobjdir): New variable.
5163 (rpath-link): Add rtobjdir and thread directory, if available.
5165 * test-skeleton.c: Add support to remove temporary files.
5166 Always define test_dir. Improve message about expected signal.
5168 * rt/Makefile (tests): Add tst-aio.
5169 Add rules for tst-aio to be linked with librt and thread library.
5170 * rt/aio_misc.c: Correct fundamental bugs.
5171 * rt/aio_suspend.c: Correct bug in test for available request.
5172 Initialize conditional variable.
5173 * rt/lio_listio.c: Initialize conditional variable.
5174 * rt/lio_listio64.c: Likewise.
5175 * rt/tst-aio.c: New file.
5177 * sysdeps/libm-ieee754/s_signgam.c: Undo last change.
5178 * sysdeps/libm-ieee754/w_gamma.c: Likewise. Adopt for ISO C 9x.
5179 * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
5180 * sysdeps/libm-ieee754/w_gammal.c: Likewise.
5181 * sysdeps/libm-ieee754/w_lgamma.c: Likewise.
5182 * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
5183 * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
5185 1998-04-11 14:49 Mark Kettenis <kettenis@landau.phys.uva.nl>
5187 * posix/regex.c [_LIBC] (__re_syntax_options): Initialize to 0.
5189 1998-04-10 Ulrich Drepper <drepper@cygnus.com>
5191 * elf/dl-load.c (open_path): Use correct name for test whether
5192 directory in load path exists.
5194 * sysdeps/libm-ieee754/s_expm1.c: Remove variable one.
5195 * sysdeps/libm-ieee754/e_pow.c: Fix typo.
5196 Patches by Tom Rini <trini@kernel.crashing.org>.
5198 * wcsmbs/wcstof_l.c: Declare ____wcstoull_l_internal.
5199 * wcsmbs/wcstod_l.c: Likewise.
5200 * wcsmbs/wcstold_l.c: Likewise.
5202 * include/byteswap.h: New file.
5204 * malloc/mtrace.c (mtrace): Use smaller output buffer to reduce
5205 .bss segment size. Patch by Joe Keane <jgk@jgk.org>.
5207 * inet/getnameinfo.c (getnameinfo): Change parameter to match
5208 declaration. Patch by Richard Henderson.
5210 1998-04-10 12:40 Zack Weinberg <zack@rabi.phys.columbia.edu>
5212 * manual/process.texi (SIGCHLD example): Save errno.
5214 1998-04-09 Ulrich Drepper <drepper@cygnus.com>
5216 * posix/regex.c: Define regerror really as __regerror.
5217 * posix/regex.h: Add __ protected prototypes for regcomp, regexec,
5218 regerror and regfree.
5220 * stdlib/strtof_l.c: Declare ____strtoull_l_internal.
5221 * stdlib/strtod_l.c: Likewise.
5222 * stdlib/strtold_l.c: Likewise.
5224 * intl/gettextP.h [_LIBC] (SWAP): Use byteswap.h macros.
5226 * sysdeps/i386/i486/bits/string.h: Remove unused variables.
5228 * misc/syslog.c (closelog_internal): Set LogTag to NULL.
5229 Patch by Christian Gafton.
5231 1998-04-09 14:27 Ulrich Drepper <drepper@cygnus.com>
5233 * manual/socket.texi (Interface Naming): Correct @deftypefun line
5236 1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5238 * sysdeps/unix/sysv/linux/bits/sockunion.h: Fix error message.
5240 * manual/socket.texi (Interface Naming): Fix typo.
5242 1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5244 * manual/examples/filesrv.c (main): Remove filename first.
5246 * manual/socket.texi (Address Formats): Change ?F_LOCAL, ?F_FILE,
5249 * manual/examples/mkfsock.c (make_named_socket): Use PF_LOCAL
5252 * manual/examples/filecli.c (main): Use AF_LOCAL
5255 1998-04-09 Ulrich Drepper <drepper@cygnus.com>
5257 * sysdeps/libm-ieee754/s_signgam.c: Define __signgam and make
5259 * sysdeps/libm-ieee754/w_lgamma.c: Use __signgam not signgam.
5260 * sysdeps/libm-ieee754/w_lgammaf.c: Likewise.
5261 * sysdeps/libm-ieee754/w_lgammal.c: Likewise.
5262 * sysdeps/libm-ieee754/w_gamma.c: Likewise.
5263 * sysdeps/libm-ieee754/w_gammaf.c: Likewise.
5264 * sysdeps/libm-ieee754/w_gammal.c: Likewise.
5266 * login/utmp_daemon.c (open_socket): Use __connect not connect.
5268 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5270 * configure.in: Add new option --enable-force-install. Substitute
5272 * config.make.in (force-install): Set from configure.
5273 * Makerules (force-install): New phony target.
5274 * Makeconfig (+force): New variable.
5275 * Makefile: Use it in dependency list of installation targets.
5276 * db/Makefile: Likewise.
5277 * db2/Makefile: Likewise.
5278 * elf/Makefile: Likewise.
5279 * hurd/Makefile: Likewise.
5280 * iconv/Makefile: Likewise.
5281 * iconvdata/Makefile: Likewise.
5282 * intl/Makefile: Likewise.
5283 * localedata/Makefile: Likewise.
5284 * login/Makefile: Likewise.
5285 * po/Makefile: Likewise.
5286 * sunrpc/Makefile: Likewise.
5287 * sysdeps/mach/hurd/Makefile: Likewise.
5288 * sysdeps/standalone/i386/force_cpu386/Makefile: Likewise.
5289 * sysdeps/unix/sysv/linux/Makefile: Likewise.
5290 * timezone/Makefile: Likewise.
5292 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5294 * sysdeps/unix/sysv/linux/getcwd.c: Use PATH_MAX as default
5295 alloc_size. Pass return value of getcwd syscall to realloc.
5297 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5299 * manual/socket.texi: Spelling fixes.
5301 1998-04-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5303 * elf/dl-load.c (print_search_path): Remove unused variable.
5305 1998-04-08 Ulrich Drepper <drepper@cygnus.com>
5307 * login/utmp_file.c: use __ftruncate not ftruncate.
5308 * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name
5309 for system call and make ftruncate weak alias.
5310 * posix/unistd.h: Add prototype for __ftruncate.
5311 * login/utmp_daemon.c (open_socket): Use __socket not socket.
5312 * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv
5313 instead of snprintf and readv.
5314 * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not
5316 * stdlib/strtod.c: Call strtoull/wcstoull's internal functions
5319 1998-04-08 20:06 Ulrich Drepper <drepper@cygnus.com>
5321 * iconv/gconv_conf.c (__gconv_read_conf): Use __realpath not realpath.
5322 * iconv/gconv_db.c: Use __ protected regex functions.
5323 * iconv/gconv_simple.c: Use __mbsinit not mbsinit.
5324 * posix/getopt_init.c: Use __getpid not getpid.
5325 * posix/regex.c: Rename all global functions to start with __ and
5326 make old names weak aliases.
5327 * posix/regex.h: Adopt prototypes for this.
5328 * stdlib/canonicalize.c: Define __realpath, make canonicalize_file_name
5329 a weak alias and use __getcwd instead of getcwd.
5330 * stdlib/stdlib.h: Declare __realpath and __canonicalize_file_name.
5331 * stdlib/strtod.c: Use __btowc instead of btowc.
5332 * stdlib/strtol.c: Likewise.
5333 * sysdeps/libm-ieee754/s_matherr.c: Weaken definition of matherr.
5334 * sysdeps/unix/sysv/linux/errlist.c: Make sure definitions of sys_nerr
5335 and sys_errlist are weak.
5336 * wcsmbs/btowc.c: Define function as __btowc and make btowc weak alias.
5337 * wcsmbs/mbrtowc.c: Use __mbsinit not mbsinit.
5338 * wcsmbs/mbsnrtowcs.c: Likewise.
5339 * wcsmbs/mbsrtowcs.c: Likewise.
5340 * wcsmbs/wcsnrtombs.c: Likewise.
5341 * wcsmbs/wcsrtombs.c: Likewise.
5342 * wcsmbs/mbsinit.c: Define function as __mbsinit and make mbsinit
5344 * wcsmbs/wchar.h: Declare __btowc and __mbsinit.
5345 * wctype/wctype.c: Define function as __wctype and make wctype
5347 * wctype/wctype.h: Declare __wctype.
5349 1998-04-08 Ulrich Drepper <drepper@cygnus.com>
5351 * stdio-common/vfscanf.c: Perform test in %l[ handling correctly.
5353 1998-04-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5355 * sysdeps/unix/sysv/linux/_G_config.h (_G_stat64): Define to
5357 (_G_OPEN64, _G_LSEEK64, _G_FSTAT64): Use namespace clean
5359 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __lseek64 alias
5361 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5362 * sysdeps/unix/sysv/linux/llseek.c: Likewise.
5363 * sysdeps/generic/lseek64.c (lseek64): Rename to __lseek64, and
5364 make it a weak alias.
5365 * posix/unistd.h: Declare __lseek64.
5367 * libio/fileops.c (fstat) [_LIBC]: Use namespace clean function.
5368 (_IO_file_stat): Fix typo.
5369 (_IO_file_xsgetn): Update fd->_offset. Read a multiple of the
5370 block size from the file. Use __mempcpy if _LIBC.
5372 1998-04-07 20:32 Ulrich Drepper <drepper@cygnus.com>
5374 * wcsmbs/btowc.c: Fix dozends of bugs in untested code.
5375 * wcsmbs/mbrtowc.c: Likewise.
5376 * wcsmbs/mbsnrtowcs.c: Likewise.
5377 * wcsmbs/mbsrtowcs.c: Likewise.
5378 * wcsmbs/wcrtomb.c: Likewise.
5379 * wcsmbs/wcsnrtombs.c: Likewise.
5380 * wcsmbs/wcsrtombs.c: Likewise.
5381 * wcsmbs/wctob.c: Likewise.
5383 * iconv/gconv-simple.c (__gconv_transform_ascii_ucs4): Compute
5384 position of next output character correctly.
5385 (__gconv_transform_ucs4_ascii): Count used input bytes correctly.
5387 * stdio-common/vfprintf.c (vfprintf): Clear state before used.
5389 * stdlib/strtod.c: Don't use mbtowc.
5391 1998-04-07 19:07 H.J. Lu <hjl@gnu.org>
5393 * libio/fileops.c (_IO_file_xsgetn): Call __underflow () when
5394 what we want is smaller than a buffer.
5396 1998-04-07 18:14 Ulrich Drepper <drepper@cygnus.com>
5398 * elf/dl-support.c (_dl_important_hwcaps): Define dummy version of
5401 1998-04-07 Ulrich Drepper <drepper@cygnus.com>
5403 * configure.in: Recognize --with-headers flag and determine
5404 commandline options to be used in compilation.
5405 * Makeconfig (+includes): Use $(sysincludes).
5406 * config.make.in (sysincludes): Define from SYSINCLUDES.
5407 * glibcbug.in: Use SYSINCLUDES information.
5408 Patches by Zack Weinberg.
5410 1998-04-07 19:03 Zack Weinberg <zack@rabi.phys.columbia.edu>
5412 * glibcbug.in: On linux, report version of kernel headers seen
5415 1998-04-07 16:18 Ulrich Drepper <drepper@cygnus.com>
5417 * libc.map: Add __asprintf to GLIBC_2.1.
5418 * elf/dlerror.c: Use __asprintf, not asprintf.
5419 * libio/stdio.h: Declare __asprintf.
5420 * stdio-common/asprintf.c: Define as __asprintf and make asprintf
5423 * elf/dl-minimal.c: Add definition of strtol and strtoul (und friends)
5424 to avoid inclusion from libc_pic.a.
5426 * elf/dl-runtime.c: Undo last patch.
5428 * stdlib/strtod.c: Don't use mbtowc, use btowc.
5430 * sysdeps/i386/dl-machine.h (dl_platform_init): Don't use "i386"
5431 as default, use NULL.
5433 1998-04-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5435 * resolv/Makefile: Include ../Makeconfig - needed for building
5438 1998-04-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5440 * hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
5441 static-nss since we don't want hesiod in the static NSS.
5443 * nss/Makefile: Build only nss_files as static.
5445 * nss/function.def: Remove support for service db.
5447 1998-04-04 09:44 H.J. Lu <hjl@gnu.org>
5449 * Makeconfig (CPPFLAGS-.oS): Add -DPIC.
5451 1998-04-04 18:29 Tim Waugh <tim@cyberelk.demon.co.uk>
5453 * posix/wordexp-test.c: Make IFS per test-case.
5455 1998-04-07 17:50 Zack Weinberg <zack@rabi.phys.columbia.edu>
5457 * glibcbug.in: Report version of gcc in use. Remove unused variable
5460 1998-04-07 Gordon Matzigkeit <gord@profitpress.com>
5462 * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not
5463 `-print-file-name' to find as and ld.
5465 1998-04-07 Ulrich Drepper <drepper@cygnus.com>
5467 * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case
5468 template is wrong. Remove unused varaible `ignored'.
5470 1998-04-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5472 * libc.map: Export __libc_sa_len.
5474 * iconv/gconv_conf.c (MAXPATHLEN): Define correctly.
5476 1998-04-07 08:51 Ulrich Drepper <drepper@cygnus.com>
5478 * iconv/gconv.c: Take care for NULL arguments.
5479 * iconv/gconv_dl.c: Make find_func function global.
5480 * iconv/gconv_int.h: Add prototype for __gconv_find_func.
5481 Add prototypes for ASCII conversion functions.
5482 * iconv/gconv_simple.c: Add ASCII conversion functions.
5483 * locale/C-ctype.c: Correct charset name.
5485 * wcsmbs/Makefile (distribute): Add wcsmbsload.h.
5486 (routines): Remove wmemrtowcs and wmemrtombs, add wcsnlen and
5488 * wcsmbs/btowc.c: Rewrite to use iconv functionality.
5489 * wcsmbs/mbrtowc.c: Likewise.
5490 * wcsmbs/mbsnrtowcs.c: Likewise.
5491 * wcsmbs/mbsrtowcs.c: Likewise.
5492 * wcsmbs/wcrtomb.c: Likewise.
5493 * wcsmbs/wcsnrtombs.c: Likewise.
5494 * wcsmbs/wcsrtombs.c: Likewise.
5495 * wcsmbs/wctob.c: Likewise.
5496 * wcsmbs/wchar.h: Add prototype for __wcslen, wcsnlen. Remove
5497 prototypes for wmemr*.
5498 * wcsmbs/wcslen.c: Rename to __wcslen and make wcslen weak alias.
5499 * wcsmbs/wcsnlen.c: New file.
5500 * wcsmbs/wcsmbsload.c: New file.
5501 * wcsmbs/wcsmbsload.h: New file.
5503 * manual/filesys.texi: Mention risks of tmpnam and mktemp.
5505 * manual/install.texi: Describe some more critical points.
5507 * string/string.h: Add prototype for __strnlen.
5508 * string/strnlen.c: Rename to __strnlen and make strnlen weak alias.
5510 * sysdeps/posix/mktemp.c: Rewrite to allow many more files and
5511 much less predictable names.
5512 * sysdeps/posix/mkstemp.c: Likewise.
5514 1998-04-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5516 * manual/libc.texinfo (Top): Change "file namespace" to "local
5519 * manual/socket.texi: Change file namespace to local namespace.
5520 (Out-of-Band Data): Remove unneeded variable link.
5521 (Host Address Functions): Use uint32_t consequently and add a
5522 number of clarifications for IPv4/IPv6, classless addresses.
5523 (Internet Namespace): Added some paragraphs about IPv6.
5524 Based on suggestions by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
5526 1998-04-05 Philip Blundell <Philip.Blundell@pobox.com>
5528 Update for draft-ietf-ipngwg-bsd-api-new-01.txt:
5530 * resolv/netdb.h (getnameinfo): Use `socklen_t' not `size_t'.
5531 (NI_NUMERICHOST, et al.): Tidy up and add comments.
5532 (AI_NUMERICHOST): Define.
5533 (getnodebyname): New prototype.
5534 (AI_V4MAPPED, et al.): New constants.
5536 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h (SA_LEN): New macro.
5537 * sysdeps/generic/bits/sockaddr.h (SA_LEN): Likewise.
5538 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add sa_len
5540 * sysdeps/unix/sysv/linux/sa_len.c: New file.
5541 * sysdeps/unix/sysv/linux/Dist: Add sa_len.c.
5543 * sysdeps/unix/sysv/linux/bits/socket.h: Make multiple #inclusion safe.
5545 * sysdeps/generic/bits/sockunion.h: New file, defining sockaddr_union.
5546 * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.
5547 * socket/Makefile (headers): Add bits/sockunion.h.
5548 * socket/sys/socket.h: Include <bits/sockunion.h>
5549 * inet/netinet/in.h: Include <bits/sockaddr.h> rather than
5550 <sys/socket.h>, to avoid getting sockaddr_union defined.
5551 * sysdeps/generic/bits/socket.h: Allow inclusion from netinet.in.h.
5552 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
5553 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
5555 * sysdeps/unix/sysv/linux/if_index.c: Remove use of SIOCGIFCOUNT
5556 (2.2.x kernels won't have it).
5558 1998-04-06 21:21 Ulrich Drepper <drepper@cygnus.com>
5560 * sysdeps/mach/hurd/bits/ioctls.h: Allow inclusion from hurd/ioctl.h.
5561 * sysdeps/mach/hurd/dl-sysdep.c: Use __ptr_t not caddr_t.
5562 * iconv/gconv_conf.c: Define MAXPATHLEN if not available before.
5563 Patches by UCHIYAMA Yasushi <uch@nop.or.jp>.
5565 1998-04-05 Philip Blundell <Philip.Blundell@pobox.com>
5567 * manual/socket.texi (Socket Addresses): Fix a typo.
5568 (Interface Naming): New section.
5570 1998-04-05 23:29 Zack Weinberg <zack@rabi.phys.columbia.edu>
5572 * configure.in: Check for CC using $ac_tool_prefix, to handle
5573 cross-compilation. Use AC_CHECK_TOOL to find MiG.
5574 * config.make.in: Add MIG to be substituted.
5575 * mach/Machrules: Don't define MIG variable.
5577 Patch by Gordon Matzigkeit <gord@profitpress.com>.
5579 1998-04-05 Mark Kettenis <kettenis@phys.uva.nl>
5581 * elf/dl-load.c (decompose_rpath): Use local_strdup instead of
5582 strdupa to copy rpath.
5584 1998-04-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5586 * configure.in: Fix gcc version check.
5588 * aclocal.m4 (AC_PROG_CHECK_VER): Rewritten to make less
5591 1998-03-31 Mark Kettenis <kettenis@phys.uva.nl>
5593 * sysdeps/unix/bsd/unlockpt.c (unlockpt): Call __ptsname_r instead
5596 * stdlib/stdlib.h: Change prototype of ptsname_r to make it more
5598 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Likewise.
5599 * sysdeps/generic/ptsname.c (__ptsname_r): Likewise.
5600 * sysdeps/unix/grantpt.c (grantpt): Change check of return value
5601 of __ptsname_r accordingly.
5602 * login/openpty.c (openpty): Likewise.
5604 1998-06-04 18:47 H.J. Lu <hjl@gnu.org>
5606 * libio/fileops.c (_IO_file_xsgetn): Adjust pointers.
5608 1998-04-06 13:58 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5610 * Makeconfig (libtypes): Redo H.J. Lu's change of 1998-03-27.
5612 * Makerules: Re-add missing rule for $(objpfx)stamp.oS.
5614 1998-04-06 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
5616 * nis/ypclnt.c: Don't give YPERR_RPC back, use the do_ypcall
5617 return value for better error checking.
5619 1998-04-06 Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
5621 * elf/dl-runtime.c (fixup, profile_fixup): The final arg to
5622 _dl_lookup_*symbol is DL_LOOKUP_NOPLT not ELF_MACHINE_JMP_SLOT.
5624 * elf/elf.h (EM_SPARC64): Remove.
5625 (EM_SPARC32PLUS, EM_SPARCV9): Add.
5626 (HWCAP_SPARC_V9): Add.
5628 * elf/ldsodefs.h (_dl_hwcap): Declare.
5629 * sysdeps/sparc/sparc32/dl-machine.h (_dl_hwcap, _dl_hwcap_mask):
5630 Weaken so dlopen from static progies works.
5631 (WEAKADDR): New macro.
5632 (elf_machine_matches_host): Accept EM_SPARC32PLUS on a v9 cpu.
5633 (LD_SO_PRELOAD): New macro.
5634 (elf_machine_fixup_plt): Cope with weak _dl_hwcap.
5635 (elf_machine_rela): Weaken _dl_rtld_map.
5637 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Rename __libc_clone
5638 to __clone, and remove the later's alias.
5639 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
5641 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Copy to/from
5642 the kernel's structure.
5644 * sysdeps/unix/sysv/linux/sparc/sys/kernel_termios.h: New file.
5645 Sparc needs a custom value of __KERNEL_NCCS.
5647 1998-04-06 Richard Henderson <rth@cygnus.com>
5649 * sysdeps/generic/libc-start.c: Allow init and fini to be null.
5651 * sysdeps/sparc/sparc32/elf/start.S: Rewrite for __libc_start_main.
5652 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
5654 1998-04-06 Richard Henderson <rth@cygnus.com>
5656 * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Revert 03-01 change,
5657 as the buffer is not properly aligned.
5658 Reported by Juan Cespedes <cespedes@debian.org>.
5660 1998-04-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5662 * manual/examples/mkfsock.c (make_named_socket): Use AF_LOCAL
5665 1998-04-05 Ulrich Drepper <drepper@cygnus.com>
5667 * iconv/gconv_simple.c: Rewrite to not make use of the mb*towc*
5668 and wc*tomb* functions.
5670 1998-04-04 15:16 Philip Blundell <Philip.Blundell@pobox.com>
5672 * sysdeps/unix/start.c: Fix typo.
5674 1998-04-04 Ulrich Drepper <drepper@cygnus.com>
5676 * iconv/gconv_db.c (__gconv_find_transform): Fix typo.
5678 1998-04-03 23:38 Ulrich Drepper <drepper@cygnus.com>
5680 * sysdeps/libm-ieee754/e_acos.c: Optimize by splitting large
5681 expressions and using array variables.
5682 * sysdeps/libm-ieee754/e_asin.c: Likewise.
5683 * sysdeps/libm-ieee754/e_j0.c: Likewise.
5684 * sysdeps/libm-ieee754/e_j1.c: Likewise.
5685 * sysdeps/libm-ieee754/e_log.c: Likewise.
5686 * sysdeps/libm-ieee754/e_pow.c: Likewise.
5687 * sysdeps/libm-ieee754/k_cos.c: Likewise.
5688 * sysdeps/libm-ieee754/k_sin.c: Likewise.
5689 * sysdeps/libm-ieee754/k_tan.c: Likewise.
5690 * sysdeps/libm-ieee754/s_atan.c: Likewise.
5691 * sysdeps/libm-ieee754/s_erf.c: Likewise.
5692 * sysdeps/libm-ieee754/s_expm1.c: Likewise.
5693 * sysdeps/libm-ieee754/s_log1p.c: Likewise.
5694 Patch by Naohiko Shimizu <nshimizu@et.u-tokai.ac.jp>.
5696 1998-04-03 23:17 Ulrich Drepper <drepper@cygnus.com>
5698 * iconv/gconv.c: Rewrite of the low-level of gconv.
5699 * iconv/gconv.h: Likewise.
5700 * iconv/gconv_builtin.h: Likewise.
5701 * iconv/gconv_close.c: Likewise.
5702 * iconv/gconv_db.: Likewise.
5703 * iconv/gconv_dl.c: Likewise.
5704 * iconv/gconv_int.h: Likewise.
5705 * iconv/gconv_open.c: Likewise.
5706 * iconv/gconv_simple.c: Likewise.
5707 * iconvdata/8bit-gap.c: Adapt for rewrite.
5708 * iconvdata/8bit-generic.c: Likewise.
5709 * iconvdata/euckr.c: Likewise.
5710 * iconvdata/iso646.c: Likewise.
5711 * iconvdata/iso6937.c: Likewise.
5712 * iconvdata/iso8859-1.c: Likewise.
5713 * iconvdata/johab.c: Likewise.
5714 * iconvdata/sjis.c: Likewise.
5715 * iconvdata/t61.c: Likewise.
5716 * iconvdata/uhc.c: Likewise.
5718 1998-04-03 15:34 Ulrich Drepper <drepper@cygnus.com>
5720 * iconv/gconv_int.h: New file. Internal header.
5721 * iconv/Makefile (distribute): Add gconv_int.h.
5722 * iconv/gconv.h: Remove definition which are now in gconv_int.h.
5723 * iconv/gconv_builtin.c: Adopt for gconv_int.h introduction.
5724 * iconv/gconv_close.c: Likewise.
5725 * iconv/gconv_conf.c: Likewise.
5726 * iconv/gconv_db.c: Likewise.
5727 * iconv/gconv_dl.c: Likewise.
5728 * iconv/gconv_int.h: Likewise.
5729 * iconv/gconv_open.c: Likewise.
5730 * iconv/iconv.c: Likewise.
5731 * iconv/iconv_close.c: Likewise.
5732 * iconv/iconv_open.c: Likewise.
5733 * iconv/iconv_prog.c: Likewise.
5735 1998-04-03 Ulrich Drepper <drepper@cygnus.com>
5737 * iconvdata/ksc5601.c: Correct Perl scripts and make them omit the
5740 1998-04-03 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
5742 * nis/nis_table.c (nis_list): Fix FOLLOW_PATH and ALL_RESULTS flags.
5744 1998-04-03 16:29 Philip Blundell <pb@nexus.co.uk>
5746 Based on patch from Pat Beirne:
5747 * sysdeps/unix/sysv/linux/arm/sysdep.S (__syscall_error): Same for
5748 PIC and non-PIC now. Correctly negate error number.
5749 (errno): Use `%' not `@' in .type directives.
5751 1998-04-03 Ulrich Drepper <drepper@cygnus.com>
5753 * sysdeps/i386/strtok.S: Change to use single exit point.
5754 * sysdeps/i386/i686/strtok.S: Likewise.
5756 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5758 * sysdeps/generic/dl-procinfo.h (_dl_hwcap_string): Provide
5761 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5763 * Makerules (installed-libcs): Fix typo.
5765 1998-04-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5767 * iconvdata/Makefile ($(objpfx)UHC.so): Link against libKSC.
5768 (UHC-routines): Remove ksc5601.
5770 1998-04-03 16:29 Philip Blundell <pb@nexus.co.uk>
5772 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Fix typo
5773 introduced in last change.
5775 1998-04-03 06:22 Ulrich Drepper <drepper@cygnus.com>
5777 * sysdeps/unix/sysv/linux/getcwd.c: Make compilable with kernels
5780 1998-04-02 Ulrich Drepper <drepper@cygnus.com>
5782 * sysdeps/unix/sysv/linux/syscalls.list: Add s_getcwd entry.
5784 * stdlib/isomac.c: Use -isystem instead of -I for system include
5787 1998-03-30 08:05 H.J. Lu <hjl@gnu.org>
5789 * resolv/res_comp.c (underscorechar): New.
5790 (middlechar): Allow '_'.
5792 1998-04-02 Ulrich Drepper <drepper@cygnus.com>
5794 * intl/explodename.c (stdlib.h): Include that file only if
5795 STDC_HEADERS or _LIBC.
5796 (string.h): Include that file only if HAVE_STRING_H or _LIBC.
5797 Patch by Philippe De Muyter <phdm@macqel.be>.
5799 1998-04-01 21:08 Zack Weinberg <zack@rabi.phys.columbia.edu>
5801 * aclocal.m4 (AC_PROG_CC_LOCAL): Remove superfluous tests.
5802 (AC_PROG_CHECK_VER): New macro.
5803 * configure.in: Use AC_PROG_CHECK_VER to check versions of
5804 gcc, gmake, msgfmt, makeinfo. Remove superfluous tests.
5806 1998-04-02 15:13 Ulrich Drepper <drepper@cygnus.com>
5808 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: New file.
5809 * sysdeps/i386/i686/strtok.S: New file
5810 * sysdeps/i386/i686/strtok_r.S: New file
5812 1998-04-02 Mark Kettenis <kettenis@phys.uva.nl>
5814 * posix/unistd.h: [__USE_FILE_OFFSET64] (lseek): Change return
5816 * libio/stdio.h [__USE_FILE_OFFSET64] (fseeko): Declare offset
5817 parameter as __off64_t instead of __off_t.
5818 (ftello): Make alias for ftello64 instead of ftello. Change
5819 return type to __off64_t.
5821 1998-04-02 Ulrich Drepper <drepper@cygnus.com>
5823 * sysdeps/i386/bits/string.h: Fix various typos.
5824 Patch by Horst von Brand <vonbrand@sleipnir.valparaiso.cl>.
5826 * sysdeps/unix/sysv/linux/getcwd.c: Use getcwd syscall in Linux 2.1.92.
5828 1998-04-02 Ulrich Drepper <drepper@cygnus.com>
5830 * sysdeps/unix/sysv/linux/i386/chown.c: Handle old kernels without
5831 lchown syscall correctly. [PR libc/541].
5833 1998-04-02 11:45 Ulrich Drepper <drepper@cygnus.com>
5835 * localedata/Makefile: Correct testsuite rules.
5837 * iconvdata/gconv-modules: Set cost of ISO646 module to 2.
5838 * iconvdata/iso646.c: Fix conversion from UCS4.
5840 * elf/ldsodefs.h: Mark internal function with internal_function.
5841 * elf/dl-addr.c: Likewise.
5842 * elf/dl-close.c: Likewise.
5843 * elf/dl-debug.c: Likewise.
5844 * elf/dl-deps.c: Likewise.
5845 * elf/dl-error.c: Likewise.
5846 * elf/dl-fini.c: Likewise.
5847 * elf/dl-init.c: Likewise.
5848 * elf/dl-load.c: Likewise.
5849 * elf/dl-lookup.c: Likewise.
5850 * elf/dl-object.c: Likewise.
5851 * elf/dl-open.c: Likewise.
5852 * elf/dl-profile.c: Likewise.
5853 * elf/dl-reloc.c: Likewise.
5854 * elf/dl-runtime.c: Likewise.
5855 * elf/dl-symbol.c: Likewise.
5856 * elf/dl-version.c: Likewise.
5857 * elf/dlerror.c: Likewise.
5858 * sysdeps/generic/dl-sysdep.c: Likewise.
5859 * sysdeps/i386/dl-machine.h: Likewise.
5860 * intl/finddomain.c: Likewise.
5861 * intl/gettextP.h: Likewise.
5862 * intl/loadmsgcat.c: Likewise.
5864 1998-04-01 17:38 Ulrich Drepper <drepper@cygnus.com>
5866 * iconv/gconv_simple.c: New builtins for UCS en/decoding.
5867 * iconv/gconv_builtin.h: Add definitions for new builtins.
5868 * iconv/gconv.h: Add prototypes for new builtins.
5870 * iconvdata/Makefile (modules): Add ISO646.
5871 Add rules for ISO646 module.
5872 (distribute): Add iso646.c.
5873 * iconvdata/gconv-modules: Add module and alias definition for
5875 * iconvdata/iso646.c: New file.
5877 1998-04-01 16:10 Ulrich Drepper <drepper@cygnus.com>
5879 * libc.map: Add __gconv_alias_db, __gconv_nmodules, __gconv_modules_db.
5880 * iconv/iconv_prog.c: Implement --list option to print available
5881 coded character sets.
5883 1998-04-01 18:10 Zack Weinberg <zack@rabi.phys.columbia.edu>
5885 Make fread() read large blocks straight to the user buffer.
5887 * libio/fileops.c (_IO_file_xsgetn): New function.
5888 (_IO_file_jumps): Use it.
5889 * libio/libioP.h: Prototype it.
5891 1998-04-01 Ulrich Drepper <drepper@cygnus.com>
5893 * iconv/gconv_conf.c (builtin_aliases): New variable.
5894 (__gconv_read_conf): Add builtin aliases.
5895 * iconv/gconv_builtin.c (builtin_map): Define BUILTIN_ALIAS as an
5896 noop macro before including gconv_builtin.h.
5897 * iconv/gconv_builtin.h: Add alias names.
5899 * iconv/gconv_simple.c (__gconv_transform_ucs4_utf8): Compute
5900 number of converted bytes correctly.
5902 1998-04-01 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
5904 * sunrpc/clnt_udp.c (clntudp_call): Don't check the xid if
5905 we only wait for a replay.
5907 1998-04-01 Ulrich Drepper <drepper@cygnus.com>
5909 * iconvdata/Makefile: Finally fix dependencies for JOHAB and
5912 1998-04-1 16:52 Philip Blundell <pb@nexus.co.uk>
5914 * sysdeps/unix/sysv/linux/arm/socket.S: Correct test for error and
5915 use PLTJMP() rather than explicit (PLT).
5917 * sysdeps/arm/elf/start.S: Leave most of the initialisation for
5918 __libc_start_main().
5920 Based on patch from Pat Beirne:
5921 * sysdeps/unix/sysv/linux/arm/sysdep.h (SYSCALL_ERROR_HANDLER):
5922 Always define, not only #ifndef PIC.
5923 (DO_CALL): Pass fifth argument correctly in R4.
5924 (PSEUDO): Correct test for error, call syscall_error through PLT
5927 1998-03-31 10:51 Philip Blundell <pb@nexus.co.uk>
5929 * sysdeps/unix/sysv/linux/netash/ash.h: Fix typos and add new
5932 1998-04-01 Ulrich Drepper <drepper@cygnus.com>
5934 * iconvdata/Makefile: Remove extra dependencies for EUC-KR.so and
5937 1998-04-01 13:20 Mark Kettenis <kettenis@phys.uva.nl>
5939 * io/Makefile (static-only-routines): Add stat64, fstat64 and
5942 1998-03-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5944 * manual/Makefile: Use object-suffixes-for-libc instead of
5946 * rpm/Makefile (install-lib): Likewise.
5948 1998-03-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5950 * sysdeps/unix/sysv/linux/lddlibc4.c: Fix OB1 bug.
5952 * sysdeps/unix/sysv/linux/configure.in: Match $machine against
5953 `m68*', not only `m68k'.
5955 1998-04-01 10:50 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
5957 * sysdeps/unix/sysv/linux/m68k/dl-librecon.h: New file.
5959 * sysdeps/unix/sysv/linux/m68k/Makefile [$(subdir)=elf]: Build and
5962 1998-03-31 Ulrich Drepper <drepper@cygnus.com>
5964 * iconvdata/Makefile: Use libKSC shared object in JOHAB and
5967 * sysdeps/unix/sysv/linux/bits/socket.h (PF_FILE): Correct
5970 1998-03-30 08:43 H.J. Lu <hjl@gnu.org>
5972 * sysdeps/alpha/elf/start.S: Let __libc_start_main do most of
5975 1998-03-31 Ulrich Drepper <drepper@cygnus.com>
5977 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Wrapper for
5979 * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines): Add
5981 Patches by Dominik Kubla <kubla@sundiver.zdv.uni-mainz.de>.
5983 1998-03-31 Andreas Jaeger <aj@arthur.rhein-neckar.de>
5985 * Makerules (install): Change comment for libc.so following the
5986 libc_nonshared changes.
5988 1998-03-31 Ulrich Drepper <drepper@cygnus.com>
5990 * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix typo.
5992 * iconvdata/gap.pl: Avoid using %#06x.
5994 1998-03-31 19:55 Zack Weinberg <zack@rabi.phys.columbia.edu>
5996 * Makerules: Use $? instead of S^ when invoking ar.
5998 1998-03-31 Ulrich Drepper <drepper@cygnus.com>
6000 * db2/compat.h: Allow EFTYPE being defined.
6001 * sysdeps/unix/bsd/bits/signum.h: Add definition for SIG_HOLD.
6002 * sysdeps/unix/bsd/ulimit.c: Include <ulimit.h>.
6003 * sysdeps/mach/hurd/bits/fcntl.h: Add O_LARGEFILE.
6004 * sysdeps/mach/bits/libc-lock.h: Fix typo.
6005 (__libc_once): Correctly unlock semaphore.
6006 * sysdeps/mach/hurd/dl-sysdep.c: Include <elf/ldsodefs.h>.
6007 * sysdeps/unix/bsd/getpt.c: Fix typo.
6008 Patches by UCHIYAMA Yasushi <uch@ddd.scei.sony.co.jp>.
6010 1998-03-31 Ulrich Drepper <drepper@cygnus.com>
6012 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_*): Also define as
6015 1998-03-31 18:11 Ulrich Drepper <drepper@cygnus.com>
6017 * include/mntent.h: New file.
6019 * elf/Makefile (trusted-dirs.h): Append slash to filename.
6020 * elf/dl-load.c: Rewrite search path handling.
6021 * elf/ldsodefs.h (struct r_search_path_elem): Change for rewrite.
6022 * elf/rtld.c (process_envvars): Recognize LD_HWCAP_MASK.
6023 * sysdeps/generic/dl-sysdep.h (_dl_important_hwcap): New function.
6024 * elf/ldsodefs.h: Add prototype.
6026 1998-03-30 Ulrich Drepper <drepper@cygnus.com>
6028 * nss/nsswitch.c (__nss_lookup): Adjust comment.
6030 * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): New
6033 * sysdeps/generic/dl-procinfo.h (HWCAP_IMPORTANT): New definition.
6035 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_dl_hwcap_string):
6037 (HWCAP_IMPORTANT): New definition.
6039 1998-03-30 17:26 H.J. Lu <hjl@gnu.org>
6041 * elf/dl-open.c (_dl_open): Fix a typo.
6042 (_dl_global_scope_alloc): Make it static.
6044 1998-03-30 17:20 Ulrich Drepper <drepper@cygnus.com>
6046 * Makerules: Remove duplicate rules to handle stamp.oS.
6048 1998-03-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6050 * manual/examples/inetsrv.c (main): Change prototype of
6051 make_socket following change in mkisock.c.
6053 * manual/examples/inetcli.c (SERVERHOST): Use mescaline.gnu.org as
6055 (main): Change prototype of init_sockaddr following change in
6058 * manual/examples/mkisock.c (make_socket): Use uint16_t for port.
6059 * manual/examples/isockad.c (init_sockaddr): Likewise.
6061 * manual/examples/mkfsock.c (make_named_socket): Removed blank
6062 lines for clarification.
6063 (make_named_socket): Use strncpy instead of strcpy.
6064 Reported by Francesco Potorti` <F.Potorti@cnuce.cnr.it>.
6066 1998-03-30 13:28 Ulrich Drepper <drepper@cygnus.com>
6068 * Makefile (parent-mostlyclean): Use object-suffixes-for-libc for
6069 determining libs to remove.
6070 (postclean): Add soversions.mk.
6071 * Makerules (common-mostlyclean): Add tests-static and generated
6074 1998-03-30 12:53 Ulrich Drepper <drepper@cygnus.com>
6076 * sysdeps/i386/i486/bits/string.h (__strcat_c) [__i686__]: Correct
6078 (__strncat_g): Add i686 specific code.
6080 1998-03-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6082 * manual/install.texi (Reporting Bugs): Ask to include section
6085 1998-03-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6087 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)syscall-%.h): Emit
6088 guard against direct inclusion.
6090 1998-03-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6092 Rework support for libc_nonshared.a:
6093 * Makeconfig (object-suffixes-for-libc): New variable.
6094 * Rules: Remove handling of static-only and shared-only routines.
6095 * Makerules: Handle them here instead. Use
6096 object-suffixes-for-libc instead of object-suffixes when dealing
6098 (object-suffixes-for-rules): Remove variable.
6099 (elide-routines.oS): Elide all routines except static-only
6101 ($(objpfx)stamp.oS): Special rule for when static-only-routines is
6103 (installed-libcs): Remove special case for .oS.
6106 1998-03-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6108 * Makefile (do-collate-test, do-xfrm-test, do-tst-fmon,
6109 do-tst-rpmatch): New targets.
6111 (install-locales): Ignore comment lines.
6113 1998-03-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6115 * elf/Makefile ($(objpfx)ld.so): Depend on version script.
6116 ($(objpfx)trusted-dirs.h): Depend also on $(..)Makeconfig.
6117 ($(objpfx)rtldtbl.h): Likewise.
6118 (CPPFLAGS-dl-load.c): Fix reference to object directory.
6120 1998-03-30 09:36 Ulrich Drepper <drepper@cygnus.com>
6122 * manual/string.texi (Finding Tokens in a String): Extend strsep
6123 description and correct example.
6125 1998-03-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6127 * manual/socket.texi: Remove misguided explicit line breaks and
6128 fix the formatting problem instead by reformulating the
6130 * manual/filesys.texi: Likewise.
6131 * manual/conf.texi: Likewise. Don't typeset table with index
6132 fonts, that looks worse than a minimally overfull line.
6134 1998-03-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6136 * nscd/Makefile (nscd-modules): Move definition outside of
6139 * pwd/Makefile: Use have-thread-library to test for thread
6142 1998-03-30 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6144 * nss/getXXent_r.c (INTERNAL): Remove unused variable current_nip.
6146 * iconvdata/uhc.c (gconv): Remove unused variable idx.
6148 1998-03-30 Ulrich Drepper <drepper@cygnus.com>
6150 * sysdeps/unix/sysv/linux/Dist: Add lddlibc4.c.
6152 1998-03-29 Ulrich Drepper <drepper@cygnus.com>
6154 * nss/getXXent_r.c: Correctly handle failing setXXent function.
6156 * inet/netinet/in.h: Use cast to uint32_t in IPv4 macros.
6157 Reported by Andreas Jaeger.
6159 1998-03-29 20:59 Ulrich Drepper <drepper@cygnus.com>
6161 * elf/Makefile: Fix typo.
6162 (distribute): Add dl-librecon.h.
6163 * elf/ldd.bash.in: Collect output of ldd --verify in verify_out.
6164 * elf/ldd.sh.in: Likewise.
6165 * elf/ldsodefs.h: Declare _dl_correct_cache_id.
6166 * elf/rtld.c (dl_main): In --verify mode allow platform specifc action.
6167 Use strsep correctly.
6168 (process_envvars): Allow platform specific variables.
6169 * sysdeps/generic/dl-cache.c (_dl_correct_cache_id): New variable.
6170 (_dl_load_cache_lookup): Test cache IDs found against
6171 _dl_correct_cache_id.
6172 * sysdeps/generic/dl-librecon.h: New file.
6173 * sysdeps/unix/sysv/linux/dl-librecon.h: New file.
6175 * sysdeps/unix/sysv/linux/lddlibc4.c: Include error.h.
6177 1998-03-29 16:50 Ulrich Drepper <drepper@cygnus.com>
6179 * config.make.in (ldd-rewrite-script): New variable.
6180 * configure.in: Substitute ldd-rewrite-script.
6181 * elf/Makefile: Rewrite rules to generate ldd script.
6182 * elf/ldd.bash.in: Allow handling of non-ELF binaries.
6183 * elf/ldd.sh.in: Likewise.
6184 * sysdeps/unix/sysv/linux/Makefile: Remove rule to install lddlibc4.
6185 * sysdeps/unix/sysv/linux/configure.in: Define ldd_rewrite_script to
6186 point to sed script for libc4 handling insertion for ix86, m68, SPARC.
6187 * sysdeps/unix/sysv/linux/i386/Makefile: Add rule to install lddlibc4.
6188 * sysdeps/unix/sysv/linux/ldd-rewrite.sed: New file.
6190 1998-03-26 15:20 Zack Weinberg <zack@rabi.phys.columbia.edu>
6192 * inet/rcmd.c (iruserok): Remain setuid to the local user
6193 while .rhosts is actually read, to make .rhosts-over-NFS work
6194 (PR libc/524). Use iruserfopen() for security checks on both
6195 hosts.equiv and .rhosts. General cleanup.
6196 (iruserfopen): New function, performs careful checking on
6197 hosts.equiv/.rhosts files. Disallows all the old forbidden
6198 stuff plus hard links to files.
6200 1998-03-29 09:26 Ulrich Drepper <drepper@cygnus.com>
6202 * setjmp/tst-setjmp.c: Don't test __setjmp, test _setjmp instead.
6204 * nss/getXXent_r.c (REENTRANT_GETNAME): Avoid endless loop.
6206 1998-03-29 02:02 H.J. Lu <hjl@gnu.org>
6208 * sysdeps/i386/i486/bits/string.h: Fix typos.
6210 1998-03-28 00:13 H.J. Lu <hjl@gnu.org>
6212 * sysdeps/unix/sysv/linux/alpha/readdir.c (__readdir64): New
6215 * sysdeps/unix/sysv/linux/alpha/syscalls.list (socket): Added.
6217 * libc.map (__ieee_get_fp_control, __ieee_set_fp_control):
6218 Added. Used by libm.so on alpha.
6220 1998-03-28 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
6222 * intl/bindtextdom.c [_LIBC]: Define strdup only if not yet
6225 1998-03-27 07:29 H.J. Lu <hjl@gnu.org>
6227 * Makerules (object-suffixes-for-rules): Add .oS only for
6228 building shared library.
6229 Add ranlib rule for nonshared library.
6232 * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): Moved
6233 into for shared library only.
6234 (CPPFLAGS-.oS): Add -DPIC.
6235 (libtypes): Use $(object-suffixes-for-rules) instead of
6238 1998-03-28 Ulrich Drepper <drepper@cygnus.com>
6240 * sysdeps/unix/sysv/linux/Makefile (inhibit-stdio_lim): Compile
6241 and install lddlibc4.
6243 1998-03-28 09:13 Zack Weinberg <zack@rabi.phys.columbia.edu>
6245 * iconvdata/gap.pl: Gobble rest of line with a scalar, not a
6247 * iconvdata/gaptab.pl: Likewise.
6249 1998-03-27 22:46 Ulrich Drepper <drepper@cygnus.com>
6251 * Rules: Allow Makefiles to specify test-static for tests which
6252 cannot be linked dynamically.
6253 * math/Makefile: Move atest-exp, atest-sincos, atest-exp2 to
6256 * libc.map: Add __nss_passwd_lookup, __nss_group_lookup, __nss_next.
6258 * misc/error.c: Pretty print.
6260 1998-03-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6262 * Makerules (libc_nonshared-name): Remove variable.
6263 (installed-libcs): Use libc-name instead.
6264 ($(inst_libdir)/libc.so): Likewise. Remove explicit reference to
6267 * Makeconfig (link-libc): Link against libc_nonshared.a instead of
6268 libc.a. Remove explicit reference to dynamic linker.
6270 1998-03-27 Ulrich Drepper <drepper@cygnus.com>
6272 * iconvdata/iso8859-1.c (gconv): Add cast to assignment from char
6274 * iconv/iconv_prog.c: Correctly test for write failure.
6275 * iconvdata/Makefile: Add rules for EUC-KR, UHC, and JOHAB conversions.
6276 * iconvdata/gconv-modules: Likewise.
6277 * iconvdata/euckr.c: New file.
6278 * iconvdata/johab.c: New file.
6279 * iconvdata/ksc5601.c: New file.
6280 * iconvdata/ksc5601.h: New file.
6281 * iconvdata/uhc.c: New file.
6282 Contributed by Jungshik Shin <jshin@pantheon.yale.edu>.
6284 * libio/fileops.c (_IO_file_fopen): Interpret x flag to fopen.
6285 * stdio/fopen.c: Correct handling of 'x' flag.
6286 Reported by Jason M. Petry <jason@ps.ohio-state.edu>.
6288 1998-03-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6290 * sunrpc/rpc/key_prot.h: Prevent warning by unknown pragma ident.
6291 * sunrpc/rpcsvc/key_prot.x: Likewise.
6292 * sunrpc/key_prot.c: Likewise.
6294 1998-03-27 13:49 Ulrich Drepper <drepper@cygnus.com>
6296 * sysdeps/i386/bits/string.h: Correct things which never worked.
6297 * sysdeps/i386/i486/bits/string.h: Add clobber marks.
6298 Patches by Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>.
6300 1998-03-27 Ulrich Drepper <drepper@cygnus.com>
6302 * intl/textdomain.c [_LIBC]: Define strdup only if not yet
6303 defined. Reported by Thorsten Kukuk.
6305 1998-03-26 18:50 Ulrich Drepper <drepper@cygnus.com>
6307 * sysdeps/unix/sysv/linux/lddlibc4.c: New file.
6309 1998-03-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6311 * manual/install.texi (Supported Configurations): Add
6312 arm-linuxaout and arm-none.
6314 1998-03-26 Ulrich Drepper <drepper@cygnus.com>
6316 * version.h (VERSION): Bump to 2.0.93.
6318 1998-03-25 07:30 H.J. Lu <hjl@gnu.org>
6320 * configure.in (libc_cv_ar_S): New to indicate if ar S works.
6322 * config.make.in (have-ar-S): New, substituted by libc_cv_ar_S.
6324 * Makerules (CREATE_ARFLAGS): New determined by $(have-ar-S).
6325 (do-ar, build-extra-lib): Use $(CREATE_ARFLAGS) for $(AR).
6327 1998-03-26 Ulrich Drepper <drepper@cygnus.com>
6329 * Makeconfig (link-libc): Add missing use of libc_nonshared.a.
6331 1998-03-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6333 Put the static-only routines in a separate library.
6334 * Makeconfig (libtype.oS, CFLAGS-.oS, CPPFLAGS-.oS): New
6336 (all-object-suffixes): Add .oS.
6337 * Makerules (libc_static-name): New variable.
6338 (installed-libcs): Add libc_nonshared.a.
6339 ($(inst_libdir)/libc.so): Use libc_nonshared.a instead of libc.a.
6340 (object-suffixes-for-rules): New variable. Use it instead of
6341 object-suffixes for generating compilation rules.
6342 (rmobjs): Also remove *.oS.
6343 * Rules (subdir_lib): Depend on $(objpfx)stamp.oS.
6344 ($(objpfx)stamp.oS): New target.
6346 1998-03-26 Ulrich Drepper <drepper@cygnus.com>
6348 * Makefile (FAQ): Automatically check in regenerated FAQ.
6350 1998-03-26 10:16 Zack Weinberg <zack@rabi.phys.columbia.edu>
6352 * Makefile (INSTALL): Depend on install.texi, not maint.texi.
6354 1998-03-25 Ulrich Drepper <drepper@cygnus.com>
6356 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Add sizes.h.
6357 * sysdeps/unix/sysv/linux/alpha/Dist: Likewise.
6359 * sysdeps/generic/stub_warning: Removed.
6361 * Makefile (distribute): Add include/des.h.
6363 * manual/Makefile (distribute): Change dir-add.texi to
6366 * glibcbug.in: Create files safely when mktemp is not available.
6368 * sysdeps/unix/sysv/linux/adjtime.c: Make weak alias appear again.
6369 Patch by a sun <asun@saul1.u.washington.edu>.
6371 1998-03-25 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
6373 * libc.map: Rename getname to getnetname.
6375 1998-03-25 13:35 Ulrich Drepper <drepper@cygnus.com>
6377 * manual/maint.texi: Use supported platform in examples.
6379 * manual/install.texi: Document some installation tips.
6381 1998-03-25 10:56 Ulrich Drepper <drepper@cygnus.com>
6383 * posix/wordexp.c: Fix some memory leaks and makes $* more efficient.
6384 Fix a bug so that it returns an error if a numeric parameter is
6385 unset and WRDE_UNDEF is set.
6386 Patch by Andreas Schwab and Tim Waugh.
6387 * posix/wordexp-test.c: Add new new test.
6389 1998-03-25 Ulrich Drepper <drepper@cygnus.com>
6391 * posix/regex.c (regex_compile): Last patch wasn't entirely
6392 correct. Patch by Alain Magloire <alainm@rcsm.ece.mcgill.ca>.
6394 1998-03-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6396 * manual/filesys.texi (Scanning Directory Content): Fix typo.
6398 1998-03-25 09:24 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
6400 * sysdeps/i386/bits/string.h: Fix all assembler statements so that
6401 clobbered registers don't appear as operands.
6403 1998-03-24 Ulrich Drepper <drepper@cygnus.com>
6405 * posix/regex.c: Undefine ISASCII and ISPRINT before defining for
6408 * posix/regex.c (regex_compile): Don't allow non-alphabet
6409 characters in character set name.
6411 1998-03-25 00:00 Tim Waugh <tim@cyberelk.demon.co.uk>
6413 * posix/wordexp.c (w_newword): New function.
6414 (do_parse_glob): New function.
6415 (parse_glob): Use do_parse_glob. Now handles the case where a
6416 variable expansion causes a field-split.
6417 (wordexp): Use w_newword.
6418 (parse_arith): Likewise.
6419 (exec_comm): Likewise.
6420 (parse_comm): Likewise.
6421 (parse_param): Likewise.
6422 (parse_backtick): Likewise.
6424 1998-03-24 19:36 Tim Waugh <tim@cyberelk.demon.co.uk>
6426 * posix/wordexp-tst.sh: Another test.
6428 * posix/wordexp-test.c: Two new tests.
6430 * posix/wordexp.c (parse_glob): Use w_addstr instead of realloc
6431 directly (the code using realloc was buggy).
6432 (parse_param): Fix typo in comment.
6434 1998-03-24 Ulrich Drepper <drepper@cygnus.com>
6436 * elf/dl-close.c (_dl_close): Replace questionable memcpy by loop.
6438 1998-03-24 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
6440 * libc.map: Add more rpc auth functions/variables.
6442 * nscd/nscd.c: Add -g option to argp options.
6444 1998-03-24 Ulrich Drepper <drepper@cygnus.com>
6446 * configure.in: Be prepared for gcc 2.9.10 and up.
6447 * configure.in: Add missing disabling of quote characters in
6448 compiler version check. Reported by HJ Lu.
6450 1998-03-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6452 * malloc/mtrace.c: Include elf/ldsodefs.h instead of link.h.
6454 1998-03-24 Ulrich Drepper <drepper@cygnus.com>
6456 * intl/locale.alias: Fix spelling of romanian.
6458 * sunrpc/Makefile (headers): Add rpc/rpc_des.h.
6459 (distribute): Remove des.h.
6460 * include/des.h: New file.
6461 * sunrpc/des.h: Moved to ...
6462 * sunrpc/rpc/rpc_des.h: ...here.
6464 1998-03-22 NIIBE Yutaka <gniibe@mri.co.jp>
6466 * inet/netinet/in.h (IN6_IS_ADDR_UNSPECIFIED, IN6_IS_ADDR_LOOPBACK):
6469 1998-03-24 Ulrich Drepper <drepper@cygnus.com>
6471 * sysdeps/mach/hurd/setsockopt.c (setsockopt): Make OPTVAL
6472 parameter const. Reported by UCHIYAMA Yasushi <uch@nop.or.jp>.
6474 1998-03-24 Ulrich Drepper <drepper@cygnus.com>
6476 * elf/ldsodesf.h: New file.
6477 * elf/Makefile (distribute): Add ldsodefs.h.
6478 * elf/link.h: Separate internal information in exter header.
6479 * elf/rtld.c: Include elf/ldsodefs.h not link.h.
6480 * elf/dl-minimal.c: Likewise.
6481 * sysdeps/generic/dl-sysdep.c: Likewise.
6482 * elf/sprof.c: Likewise.
6483 * elf/dlsym.c: Likewise.
6484 * elf/dlvsym.c: Likewise.
6485 * elf/dlerror.c: Likewise.
6486 * elf/dladdr.c: Likewise.
6487 * elf/dlclose.c: Likewise.
6488 * elf/dlopen.c: Likewise.
6489 * elf/dl-addr.c: Likewise.
6490 * elf/dl-close.c: Likewise.
6491 * elf/dl-debug.c: Likewise.
6492 * elf/dl-deps.c: Likewise.
6493 * elf/dl-error.c: Likewise.
6494 * elf/dl-fini.c: Likewise.
6495 * elf/dl-init.c: Likewise.
6496 * elf/dl-load.c: Likewise.
6497 * elf/dl-lookup.c: Likewise.
6498 * elf/dl-object.c: Likewise.
6499 * elf/dl-open.c: Likewise.
6500 * elf/dl-profile.c: Likewise.
6501 * elf/dl-reloc.c: Likewise.
6502 * elf/dl-runtime.c: Likewise.
6503 * elf/dl-support.c: Likewise.
6504 * elf/dl-symbol.c: Likewise.
6505 * elf/dl-version.c: Likewise.
6506 * sysdeps/generic/dl-cache.c: Likewise.
6507 * sysdeps/generic/libc-start.c: Likewise.
6508 * iconv/gconv_dl.c: Likewise.
6509 * nss/nsswitch.c: Likewise.
6511 1998-03-23 13:45 Ulrich Drepper <drepper@cygnus.com>
6513 * manual/nss.texi: The database is not called network but networks.
6514 Reported by Herbert Xu <herbert@gondor.apana.org.au>.
6516 1998-03-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6518 * configure.in: Correct test for compiler version.
6519 Check that LD_LIBRARY_PATH doesn't contain current path.
6521 1998-03-23 07:52 H.J. Lu <hjl@gnu.org>
6523 * elf/dl-close.c (_dl_close): Fix byte count while removing
6524 the shared object from the global scope list and optimize
6527 1998-03-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6529 * manual/filesys.texi (Scanning Directory Content): Add missing
6531 (Scanning Directory Content): Fix text.
6533 1998-03-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6535 * manual/memory.texi (Heap Consistency Checking): Add paragraph
6536 explaining difference of -lmcheck and MALLOC_CHECK_.
6538 1998-03-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6540 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Correct some
6543 1998-03-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6545 * test-skeleton.c (main): Fix test for exit signal.
6547 1998-03-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6549 * sysdeps/generic/strtok_r.c: Undefine __strtok_r.
6551 1998-03-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6553 * sysdeps/generic/memcmp.c [_LIBC]: Define WORDS_BIGENDIAN as
6556 1998-03-23 11:14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6558 * libc.map: Export __strtok_r.
6560 1998-03-23 Ulrich Drepper <drepper@cygnus.com>
6562 * posix/regex.c (re_compile_fastmap): Remove unused variable
6563 num_regs and adjust comment.
6564 Patch by Jim Meyering <meyering@ascend.com>.
6566 * math/math.h (M_*l): Extend long double constants to be usable
6567 for 128 bit floats. Patch by Richard Henderson.
6569 1998-03-23 11:16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6571 * sysdeps/m68k/m68020/wordcopy.S: New file.
6573 1998-03-22 Ulrich Drepper <drepper@cygnus.com>
6575 * posix/wordexp.c: Rewrite parse_param.
6576 Patch by Tim Waugh and Andreas Schwab.
6578 1998-03-21 23:46 Zack Weinberg <zack@rabi.phys.columbia.edu>
6580 * Rules: Update timestamps on empty object files.
6582 1998-03-21 09:15 Ulrich Drepper <drepper@cygnus.com>
6584 * manual/filesys.texi (Scanning Directory Content): Add description
6585 of 64 bits scandir function and friends.
6587 1998-03-20 Ulrich Drepper <drepper@cygnus.com>
6589 * glibcbug.in: Use mktemp to generate unique file name for
6592 * sysdeps/unix/grantpt.c (grantpt): Use __ptsname_r and not
6593 ptsname_r. Use cast for execve call.
6595 1998-03-20 16:24 Ulrich Drepper <drepper@cygnus.com>
6597 * libc.map: Add statvfs, fstatvfs, statvfs64, and fstatvfs64.
6598 * io/Makefile (headers): Add sys/statvfs.h and bits/statvfs.h.
6599 * io/sys/statvfs.h: New file.
6600 * sysdeps/generic/fstatvfs.h: New file.
6601 * sysdeps/generic/statvfs.h: New file.
6602 * sysdeps/generic/fstatvfs64.h: New file.
6603 * sysdeps/generic/statvfs64.h: New file.
6604 * sysdeps/generic/bits/statvfs.h: New file.
6605 * sysdeps/unix/sysv/linux/fstatvfs.c: New file.
6606 * sysdeps/unix/sysv/linux/statvfs.c: New file.
6607 * sysdeps/unix/sysv/linux/bits/statvfs.h: New file.
6609 * sysdeps/unix/sysv/linux/bits/statfs.h: Correct type for f_files
6610 and f_ffree elements.
6612 * sysdeps/unix/sysv/linux/sys/mount.h: Pretty print. Define
6613 mount options in enum.
6615 1998-03-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6617 * configure.in: Check for recent egcs/gcc.
6619 1998-03-20 Ulrich Drepper <drepper@cygnus.com>
6621 * libc.map: Add alphasort64, scandir64, versionsort64.
6622 * dirent/Makefile (routines): Add scandir64, alphasort64, and
6624 * dirent/alphasort64.c: New file.
6625 * dirent/scandir64.c: New file.
6626 * dirent/versionsort64.c: New file.
6627 * dirent/dirent.h: Add LFS support for scandir, alphasort, and
6629 * sysdeps/generic/readdir64.c: Rename to __readdir64 and make
6630 old name weak alias.
6631 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
6633 * dirent/alphasort.c: Use strcoll instead of strcmp.
6635 * dirent/scandir.c: Optimize a bit.
6637 * dirent/versionsort.c: Pretty print.
6639 1998-03-20 Ulrich Drepper <drepper@cygnus.com>
6641 * string/string.h: Add prototype for __strtok_r.
6643 1998-03-20 12:14 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6645 * posix/Makefile: Fix typo in last change.
6647 1998-03-20 Ulrich Drepper <drepper@cygnus.com>
6649 * dirent/dirent.h (scandir): Make argument of select function const.
6650 * dirent/scandir.c (scandir): Likewise.
6651 Reported by David.Faure@insa-lyon.fr [PR libc/512].
6653 1998-03-19 14:28 Ulrich Drepper <drepper@cygnus.com>
6655 * sysdeps/generic/strtok_r.c: Make __strtok_r real name and strtok_r
6657 * sysdeps/i386/strtok_r.c: Likewise.
6659 * sysdeps/libm-i387/i686/s_fdim.S: Make it really work.
6660 * sysdeps/libm-i387/i686/s_fdimf.S: Likewise.
6661 * sysdeps/libm-i387/i686/s_fdiml.S: Likewise.
6662 * sysdeps/libm-i387/i686/s_fmin.S: Likewise.
6663 * sysdeps/libm-i387/i686/s_fminf.S: Likewise.
6664 * sysdeps/libm-i387/i686/s_fminl.S: Likewise.
6666 1998-03-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6668 * intl/localealias.c: Remove unneeded define for strdup.
6670 1998-03-19 13:45 Ulrich Drepper <drepper@cygnus.com>
6672 * manual/argp.texi: Adjust for better TeX output.
6673 * manual/arith.texi: Likewise.
6674 * manual/conf.texi: Likewise.
6675 * manual/filesys.texi: Likewise.
6676 * manual/header.texi: Likewise.
6677 * manual/lgpl.texinfo: Likewise.
6678 * manual/math.texi: Likewise.
6679 * manual/message.texi: Likewise.
6680 * manual/pattern.texi: Likewise.
6681 * manual/process.texi: Likewise.
6682 * manual/signal.texi: Likewise.
6683 * manual/socket.texi: Likewise.
6684 * manual/startup.texi: Likewise.
6685 * manual/stdio.texi: Likewise.
6686 * manual/terminal.texi: Likewise.
6687 * manual/examples/rprintf.c: Likewise.
6688 * manual/examples/testopt.c: Likewise.
6689 Patches by Zack Weinberg <zack@rabi.phys.columbia.edu>.
6691 1998-03-19 20:45 Tim Waugh <tim@cyberelk.demon.co.uk>
6693 * posix/wordexp.c (parse_param): Don't immediately stop parsing a
6694 parameter name after seeing a digit if it's enclosed in braces.
6696 1998-03-18 Ulrich Drepper <drepper@cygnus.com>
6698 * sysdeps/i386/i686/Implies: Add libm-i387/i686.
6700 1998-03-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6702 * manual/memory.texi (Heap Consistency Checking): Document
6703 MALLOC_CHECK_. Based on a text by Wolfram Gloger.
6705 1998-03-18 17:11 Zack Weinberg <zack@rabi.phys.columbia.edu>
6707 * manual/Makefile: Add missing rules.
6709 1998-03-18 Ulrich Drepper <drepper@cygnus.com>
6711 * timezone/Makefile (generated): Define to remove all stamp files.
6713 * sysdeps/generic/strsep.c: Also undefine __strsep.
6715 * string/strdup.c: Undefine __strdup and strdup first.
6716 * string/strndup.c: Likewise.
6718 * string/bits/string2.h: Correct strtok_r and strsep.
6719 Add strndup optimization.
6721 * sysdeps/generic/strsep.c: Little optimization.
6723 1998-03-18 14:25 Ulrich Drepper <drepper@cygnus.com>
6725 * string/bits/string2.h: Add optimization for strdup.
6726 Always define __strsep and __strtok_r and make real names available
6727 when feature select macros are defined.
6729 1998-03-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6731 * manual/install.texi (Installation): Use i486-linux as example
6732 instead of the unsupported sunos4.
6733 (Reporting Bugs): Mention glibcbug script.
6734 (Tools for Installation): gcc 2.8.1/egcs 1.0.2 is required.
6736 1998-03-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6738 * posix/wordexp-tst.sh: Make portable. Add more tests.
6740 * posix/Makefile (do-globtest do-wordexp-test): New targets.
6742 1998-03-18 13:38 Ulrich Drepper <drepper@cygnus.com>
6744 * sysdeps/unix/sysv/linux/libc-start.c: Moved to ...
6745 * sysdeps/generic/libc-start.c: ...here, replacing former content.
6747 * sysdeps/unix/sysv/linux/Dist: Add netash/ash.h and
6750 * sysdeps/unix/sysv/linux/bits/socket.h: Pretty print.
6752 1998-03-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6754 * sysdeps/unix/sysv/linux/bits/resource.h: Remove trailing comma
6755 in enumerator for strict standard compliance.
6756 * sysdeps/generic/bits/resource.h: Likewise.
6758 1998-03-18 10:04 Philip Blundell <pb@nexus.co.uk>
6760 * sysdeps/arm/sysdep.h (__ARM_USES_FP): Deleted.
6761 (PLTJMP): New macro.
6763 * sysdeps/arm/fpu/__longjmp.S: New file, implementation of
6764 longjmp() when floating point enabled.
6765 * sysdeps/arm/fpu/setjmp.S: Likewise for setjmp().
6766 * sysdeps/arm/__longjmp.S: Remove floating point code.
6767 * sysdeps/arm/setjmp.S: Likewise.
6769 * sysdeps/arm/bsd-setjmp.S: Call __sigsetjmp by correct name.
6770 * sysdeps/arm/bsd-_setjmp.S: Likewise.
6772 * sysdeps/arm/memset.S: New file; optimised ARM implementation of
6775 * sysdeps/generic/setsockopt.c (setsockopt): Keep in step with
6778 1998-03-17 16:16 Philip Blundell <pb@nexus.co.uk>
6780 Based on patches from Pat Beirne and Scott Bambrough:
6782 * sysdeps/arm/__longjmp.S: Use ip, not r2, as temporary.
6784 * sysdeps/arm/bits/fenv.h: New file.
6786 * sysdeps/arm/dl-machine.h: New file. Add ELF support.
6787 * sysdeps/arm/elf/setjmp.S: Likewise.
6788 * sysdeps/arm/elf/start.S: Likewise.
6789 * sysdeps/arm/init-first.c: Likewise.
6790 * sysdeps/arm/setjmp.S: Call __sigjmp_save through PLT
6791 * sysdeps/arm/sysdep.h: Change format of .type directive. Correct
6792 comment about floating point to reflect current reality.
6794 * sysdeps/unix/arm/brk.S: Support PIC.
6795 * sysdeps/unix/arm/sysdep.S (syscall_error): Support PIC and
6797 * sysdeps/unix/sysv/linux/arm/socket.S: Check correctly for error
6798 return; call syscall_error through PLT.
6799 * sysdeps/unix/sysv/linux/arm/sysdep.h (ENTRY): Correct error jump.
6801 1998-03-04 12:01 Philip Blundell <pb@nexus.co.uk>
6803 * sysdeps/unix/sysv/linux/netpacket/packet.h: New file.
6804 * sysdeps/unix/sysv/linux/netash/ash.h: Likewise.
6805 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install them.
6807 1998-03-18 Ulrich Drepper <drepper@cygnus.com>
6809 * dirent/list.c (test): Return error value.
6810 (main): Exit with error value.
6812 * sysdeps/unix/opendir.c (__opendir): Add missing initialization.
6814 * Makefile (distribute): Add test-skeleton.c.
6815 * test-skeleton.c: New file.
6816 * dirent/Makefile (tests): Add opendir-tst1.
6817 * dirent/opendir-tst1.c: New file.
6819 1998-03-18 Ulrich Drepper <drepper@cygnus.com>
6821 * sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
6822 Optimize memory handling.
6823 * sysdeps/unix/closedir.c: Optmize memory handling.
6825 1998-03-17 Ulrich Drepper <drepper@cygnus.com>
6827 * posix/wordexp.c (parse_param): Fix off-by-on error in $@
6828 handling. Optimize a bit.
6830 1998-03-18 00:25 Tim Waugh <tim@cyberelk.demon.co.uk>
6832 * posix/wordexp.c (parse_comm): Allow quoting inside $(...).
6833 (parse_param): Fold in Andreas' fixes to do with when the end of
6834 the parameter name has been reached, and quoting inside ${...}.
6835 (parse_dollars): Fix differentiation between $(((1+3)*(4-2))) and
6838 1998-03-16 22:10 Zack Weinberg <zack@rabi.phys.columbia.edu>
6840 * manual/maint.texi: Split out installation and contribution
6841 sections to their own appendices. Misc cleanups.
6842 * manual/install.texi: New file. Mention add-ons. Refer to FAQ.
6843 * manual/contrib.texi: New file.
6844 * manual/libc.texinfo: Pull in new appendices.
6845 * manual/header.texi: Correct node pointer.
6847 1998-03-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6849 * manual/process.texi (Process Completion): Clarify return value
6850 of waitpid a bit. Patch by Zack Weinberg. [PR libc/490]
6852 1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6854 * posix/wordexp-test.c: Add more tests.
6855 (testit): Fix logic.
6857 * posix/wordexp.c (exec_comm): In the child, redirect stderr to
6858 /dev/null instead of closing it, close pipe. Always chop off all
6859 trailing newlines. Kill and reap child before returning error.
6860 (w_addword, parse_glob): Fix memory leak.
6861 (wordexp): Fix dangling pointer problem.
6863 1998-03-16 Ulrich Drepper <drepper@cygnus.com>
6865 * elf/dl-close.c (_dl_close): Correct and simplify unmapping.
6867 * posix/wordexp-test.c (main): Fix little thinkos and typos.
6869 * catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
6870 directory index by only the language.
6872 1998-03-16 13:02 Tim Waugh <tim@cyberelk.demon.co.uk>
6874 * posix/wordexp-tst.sh: Store test results in the
6875 ${common_objpfx}posix directory.
6877 * posix/wordexp-test.c: Remove temporary directory afterwards.
6879 1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6881 * libc.map: Export internal versions of cancelable functions.
6883 1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6885 * Makerules (MAKEFLAGS): Append `r'.
6887 1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6889 * Makeconfig: Define have-thread-library, shared-thread-library
6890 and static-thread-library if a thread library is available. Don't
6892 * nscd/Makefile: Compile nscd if have-thread-library. Rename
6893 nscd-routines to nscd-modules. Use shared-thread-library and
6894 static-thread-library in dependencies.
6895 * rt/Makefile: Only compile librt if have-thread-library is
6897 * Makefile (subdirs): Always include rt subdir.
6899 1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6901 * Makeconfig ($(common-objpfx)gnu/lib-names.h): Add dummy command.
6903 1998-03-14 21:55 Ulrich Drepper <drepper@cygnus.com>
6905 * configure.in: Recognize variations for 32 MIPS processors.
6906 Don't assume ELF systems always have .weak, test for .weakext.
6908 1998-03-14 Ulrich Drepper <drepper@cygnus.com>
6910 * configure.in: Irix6 is an ELF platform.
6912 1998-03-14 11:47 H.J. Lu <hjl@gnu.org>
6914 * elf/dl-close.c (_dl_close): Stop unmapping the segments after
6915 unmapping the last loaded segment.
6917 1998-03-14 15:54 Ulrich Drepper <drepper@cygnus.com>
6919 * configure.in: Set base_os for Irix6.
6920 Correct test for .weakext.
6922 1998-03-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
6924 * elf/dl-deps.c (_dl_map_object_deps): Add first parameter
6925 (new_line) to _dl_debug_message call.
6927 1998-03-14 00:52 Tim Waugh <tim@cyberelk.demon.co.uk>
6929 * posix/wordexp.c (parse_param): Perform field-splitting after
6930 expanding positional parameter.
6932 * posix/wordexp-tst.sh: Test that field-splitting is performed
6933 after expanding positional parameter.
6935 * posix/wordexp.c (parse_param): Fixed memory leak in
6936 field-splitting after parameter expansion.
6938 1998-03-14 Ulrich Drepper <drepper@cygnus.com>
6940 * locale/programs/linereader.c (lr_token): Return EOF token at EOF.
6941 (get_toplvl_escape): Correctly terminate loop at EOF.
6942 Patch by Cristian Gafton <gafton@redhat.com>.
6944 1998-03-13 16:55 Ulrich Drepper <drepper@cygnus.com>
6946 * string/tester.c (test_strpbrk): Add more strpbrk tests.
6947 (test_strsep): Likewise. Correct horrible bugs.
6949 * string/bits/string2.h (strcspn): Optimize also reject string of
6952 (strpbrk): Likewise.
6953 (strsep): Likewise. Correct bug with successive separators and
6954 separators at the end of the string.
6955 * sysdeps/generic/strsep.c: Correct bug with successive separators
6956 and separators at the end of the string.
6958 1998-03-13 13:11 Tim Waugh <tim@cyberelk.demon.co.uk>
6960 * posix/wordexp.c (parse_param): Positional parameters ($1, $2
6961 etc) now handled, as well as $$ (pid).
6963 * posix/Makefile (tests): Execute wordexp-test.sh for `make check'.
6964 (distribute): Add wordexp-tst.sh.
6966 * posix/wordexp-tst.sh: New file.
6968 * posix/wordexp.c (parse_param): $# (or ${#}) expands to the
6969 number of positional parameters. Renamed substitute_length to
6971 Don't free(env) is env is NULL.
6973 1998-03-13 16:50 Ulrich Drepper <drepper@cygnus.com>
6975 * libc.map: Add pthread_attr_init to GLIBC_2.1.
6977 1998-03-13 15:01 Ulrich Drepper <drepper@cygnus.com>
6979 * gmon/gmon.c: Allow GMON_OUT_PREFIX variable to specify filename
6980 for output file replacing gmon.out.
6981 Patch by Dean Gaudet <dgaudet@arctic.org>.
6983 1998-03-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6985 * elf/dl-misc.c (_dl_debug_message): Fix printing of pid. Clean
6986 up namespace. Optimize finding end of line.
6988 1998-03-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6990 * elf/rtld.c (process_envvars): Ignore LD_DEBUG_OUTPUT if running
6991 securely. Optimized.
6992 (process_dl_debug): Add ':' to list of separators. Optimized.
6994 1998-03-13 10:25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
6996 * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal,
6997 isless, islessequal, islessgreater, isunordered): Return zero or
7000 1998-03-12 13:11 Tim Waugh <tim@cyberelk.demon.co.uk>
7002 * posix/wordexp-test.c: More tests.
7003 (main): Set up arena for pathname expansion tests (in a temporary
7005 (testit): Don't check word count or word vector if return value is
7008 * posix/wordexp.c (exec_comm): Always chop off terminating
7009 linefeed (just like bash does).
7010 (parse_param): Change lots of occurrences of "if (!*env)" to "if
7012 (parse_param): For assignment inside parameter expansion, use all
7013 expanded words in assignment rather than just the first.
7014 (parse_param): Corrected return value for parameter expansion of
7015 an unset variable when WRDE_UNDEF is in effect.
7016 (parse_dollars): Don't field-split if quoted.
7017 (wordexp): Opening brace character isn't allowed unquoted.
7019 1998-03-12 Ulrich Drepper <drepper@cygnus.com>
7021 * elf/dlerror.c: Fix concurrency problems with error string and
7024 * elf/dl-deps.c (_dl_map_object_deps): Print debug info when
7025 filter/auxiliary are being loaded.
7027 1998-03-12 14:24 Ulrich Drepper <drepper@cygnus.com>
7029 * elf/dlerror.c (last_object_name): Removed.
7030 (dlerror): Don't use last_object_name.
7031 (_dl_error_run): Omit second argument to _dl_catch_error.
7032 * elf/dl-error.c (struct catch): Remove objname member.
7033 (_dl_signal_error): Construct string including objname when given.
7034 (_dl_catch_error): Remove objname handling.
7035 * elf/link.h (_dl_catch_error): Fix prototype and comment.
7036 * elf/rtld.c (dl_main): Call _dl_catch_error correctly.
7037 * elf/dl-deps.c (_dl_map_objet_deps): Likewise.
7038 * nss/nsswitch.c (nss_dlerror_run): Likewise.
7039 * iconv/gconv_dl.c (dlerror_run): Likewise.
7040 [Corrects PR libc/501].
7042 1998-03-12 Matthias Urlichs <smurf@noris.de>
7044 * nscd/nscd.c: Ignore SIGPIPE.
7046 1998-03-12 Ulrich Drepper <drepper@cygnus.com>
7048 * nscd/nscd_getgr_r.c: Use __ protected names.
7049 * nscd/nscd_getpw_r.c: Likewise.
7051 1998-03-12 Matthias Urlichs <smurf@noris.de>
7053 * nscd/nscd_getpw_r.c: Use pw_*_len values correctly.
7054 * nscd/nscd_getpw_r.c: Fix length calculation in result check,
7055 null bytes are not transmitted.
7057 1998-03-12 00:40 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7059 * powerpc/syscalls.list: Correct typo.
7060 * alpha/syscalls.list: Likewise.
7061 * mips/syscalls.list: Likewise.
7063 1998-03-12 Ulrich Drepper <drepper@cygnus.com>
7065 * socket/sys/socket.h: Add prototype for __socket.
7067 1998-03-10 Ulrich Drepper <drepper@cygnus.com>
7069 * aclocal.m4 (LIBC_PROG_FOO_GNU): Don't depend on GNU grep.
7071 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Add various SOL_*
7074 * sysdeps/unix/sysv/linux/bits/socket.h (SOL_ROSE): Remove
7076 * sysdeps/unix/sysv/linux/netrose/rose.h (SOL_ROSE): Add
7079 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Adds lots of missing
7080 AF_* and PF_* constants.
7082 * sysdeps/unix/sysv/linux/bits/socket.h: Add PF_ASH and AF_ASH.
7084 1998-03-11 15:27 Ulrich Drepper <drepper@cygnus.com>
7086 * elf/rtld.c: Update help message.
7087 Install link maps for preloaded objects using main_map as loader.
7089 * elf/dl-misc.c: Use __libc_write instead of __write for debugging.
7090 * elf/dl-profile.c: Likewise.
7092 * elf/dlsym.c: Little optimization.
7093 * elf/dlvsym.c: Likewise.
7095 1998-03-11 14:56 Ulrich Drepper <drepper@cygnus.com>
7097 * posix/wordexp-test.c: Move test for parameter list at the very
7100 1998-03-11 00:16 Tim Waugh <tim@cyberelk.demon.co.uk>
7102 * posix/wordexp.c (wordexp): Set we_wordc to zero initially unless
7103 WRDE_REUSE flag is set.
7104 (parse_param): Allow `*', `@', and numbers in parameter names.
7105 (parse_dollars): Differentiate between arithmetic expansion and a
7106 command substitution that starts immediately with a sub-shell
7107 (like ``$((1+3))'' as opposed to ``$((echo);(ls))'').
7108 (parse_param): Memory allocated with __alloca in a block was
7109 referenced outside that block. Adjusted to use malloc/free.
7110 (parse_param): Adjusted field-splitting algorithm so that there is
7111 not necessarily a field split at the end of a parameter expansion.
7113 1998-03-10 19:52 Tim Waugh <tim@cyberelk.demon.co.uk>
7115 * posix/wordexp.c (wordexp): If about to return WRDE_NOSPACE,
7116 don't free words that have already been allocated.
7117 (parse_param): A dollar sign on its own will never have a pattern
7118 associated with it (like "${HOME%%/}" has), so don't try to free it.
7119 (parse_glob): Attempt to glob when an unquoted `[' is found
7120 (rather than an unquoted '{' (!)). Also for unquoted '?'.
7121 (parse_glob): Sorted out quoting in a glob-able word.
7122 (parse_param): Added $* and $@ handling.
7124 1998-03-11 Ulrich Drepper <drepper@cygnus.com>
7126 * nss/nss_db/db-XXX.c (lookup): Copy data to safe place before
7129 1998-03-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7131 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use
7134 1998-03-12 Matthias Urlichs <smurf@noris.de>
7136 * elf/dl-misc.c: Default for debug output should be stderr.
7137 * elf/dl-misc.c: Spurious garbage bytes after the PID in debug output.
7138 * elf/dl-lookup.c: reference_name may be NULL or empty.
7140 1998-03-11 10:30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7142 * aclocal.m4 (LIBC_PROG_FOO_GNU): Fix order of redirection.
7144 1998-03-11 Ulrich Drepper <drepper@cygnus.com>
7146 * sysdeps/unix/sysv/linux/Dist: Add scsi/scsi.h.
7148 * sysdeps/unix/sysv/linux/scsi/sg.h: Include features.h.
7150 1998-03-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7152 * sysdeps/unix/sysv/linux/scsi/scsi.h: New file.
7153 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
7155 1998-03-11 10:30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7157 * sysdeps/m68k/elf/start.S: Let __libc_start_main do most of the
7160 1998-03-10 Ulrich Drepper <drepper@cygnus.com>
7162 * libio/iovdprintf.c (_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE
7165 * misc/syslog.c (vsyslog): Don't try to send if not connected to
7167 (closelog_internal): Don't do anything if not connected.
7169 1998-03-10 17:54 Ulrich Drepper <drepper@cygnus.com>
7171 * libc.map: Add _dl_debug_message.
7172 * elf/dl-misc.c: Make _dl_debug_message a function. Print the PID
7174 * elf/fini.c: Correctly use new _dl_debug_message function.
7175 * elf/init.c: Likewise.
7176 * elf/dl-lookup.c: Likewise.
7177 * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
7178 * elf/dl-load.c: Likewise. Add more debugging prints.
7179 * elf/dl-reloc.c: Likewise.
7180 * elf/dl-version.c: Likewise.
7181 * elf/dl-support.c: Add variables for debugging.
7182 * elf/rtld.c: Likewise. Recognize new debug options.
7183 * elf/link.h: Declare new variables.
7185 * elf/dl-deps.c (_dl_map_object_deps): Little optimizations.
7187 1998-03-10 Ulrich Drepper <drepper@cygnus.com>
7189 * sysdeps/unix/sysv/linux/sys/quota.h: Extract information from
7190 kernel headers. Patch by a sun <asun@saul7.u.washington.edu>.
7192 1998-03-11 00:16 Tim Waugh <tim@cyberelk.demon.co.uk>
7194 * posix/wordexp-test.c (command_line_test): New function to allow
7195 testing of specific cases from the command-line.
7197 1998-03-10 Ulrich Drepper <drepper@cygnus.com>
7199 * elf/dl-init.c (_dl_init_next): Print nicer messages.
7200 * elf/dl-fini.c (_dl_fini): Likewise.
7201 * sysdeps/unix/sysv/linux/libc-start.c (__libc_start_main): Likewise.
7203 * elf/dl-lookup.c (_dl_lookup_versioned_symbol): Print version
7204 symbol in debug message.
7205 (_dl_lookup_versioned_symbol_skip): Likewise.
7207 1998-03-10 19:43 Matthias Urlichs <urlichs@noris.de>
7209 * sysdeps/unix/readdir_r.c: Zero out *result on EOF.
7210 * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
7211 * manual/filesys/texi: Document this.
7213 1998-03-10 10:49 Ulrich Drepper <drepper@cygnus.com>
7215 * manual/filesys.texi: Document the change below.
7217 1998-03-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7219 * sysdeps/posix/mkstemp.c (mkstemp): Open temporary file mode 0600.
7220 Reported by Greg Alexander <galexand@sietch.bloomington.in.us>.
7222 1998-03-10 00:10 Ulrich Drepper <drepper@cygnus.com>
7224 * elf/dl-lookup.c (do_lookup): Remove list and n parameter and add
7225 instead scope. If debugging display information about symbol
7227 (_dl_lookup_symbol): Call do_lookup with correct parameters.
7228 (_dl_lookup_symbol_skip): Likewise.
7229 (_dl_lookup_versioned_symbol): Likewise.
7230 (_dl_lookup_versioned_symbol_skip): Likewise.
7231 * elf/dl-support.c: Define _dl_debug_symbols.
7232 * elf/link.h: Add declaration for _dl_debug_symbols.
7233 * elf/rtld.c: Define _dl_debug_symbols.
7234 (process_dl_debug): Recognize symbols option.
7236 1998-03-09 23:36 Ulrich Drepper <drepper@cygnus.com>
7238 * sysdeps/unix/sysv/linux/init-first.c [!PIC]: Expect arguments
7240 * sysdeps/unix/sysv/linux/libc-start.c: Call __libc_init_first
7241 with correct parameters.
7242 [!PIC]: Initialize __libc_multiple_libcs.
7244 1998-03-09 18:21 Ulrich Drepper <drepper@cygnus.com>
7246 * elf/dl-support.c (_dl_debug_bindings): Add definition.
7247 * elf/rtld.c (_dl_debug_bindings): Add definition.
7248 (process_dl_debug): Recognize bindings option. Update help message.
7249 * elf/link.h (struct link_map): Add l_versyms member.
7250 (_dl_debug_bindings): Add declaration.
7251 * elf/version.c (_dl_check_map_versions): Initialize l_versyms.
7252 * elf/dl-object.c (_dl_new_object): Don't initialize l_rpath_dirs
7254 * elf/dl-lookup.c (do_lookup): Define verstab from l_versyms.
7255 (sym_val): Remove a member, add m as link_map.
7256 (do_lookup): Return result appropriately.
7257 (_dl_lookup_symbol): If _dl_debug_bindings is defined print message.
7258 Call do_lookup correctly.
7259 (_dl_lookup_symbol_skip): Likewise.
7260 (_dl_lookup_versioned_symbol): Likewise.
7261 (_dl_lookup_versioned_symbol_skip): Likewise.
7263 1998-03-09 08:21 Ulrich Drepper <drepper@cygnus.com>
7265 * sysdeps/unix/sysv/linux/chown.c: Moved to ...
7266 * sysdeps/unix/sysv/linux/i386/chown.c: ...here.
7268 * sysdeps/unix/sysv/linux/i386/chown.c: Correct versioning information.
7269 * libc.map: Add chown to GLIBC_2.1.
7270 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_chown here.
7271 * sysdeps/unix/sysv/linux/syscalls.list: Remove s_chown here.
7273 1998-03-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7275 * sysdeps/generic/ffs.S: Rename function to __ffs and make ffs a
7277 * sysdeps/alpha/ffs.c: Likewise.
7278 * sysdeps/am29k/ffs.c: Likewise.
7279 * sysdeps/i386/ffs.c: Likewise.
7280 * sysdeps/i960/ffs.c: Likewise.
7281 * sysdeps/m68k/ffs.c: Likewise.
7282 * sysdeps/m88k/ffs.c: Likewise.
7283 * sysdeps/powerpc/ffs.c: Likewise.
7284 * sysdeps/rs6000/ffs.c: Likewise.
7285 * sysdeps/vax/ffs.s: Likewise.
7286 * string/string.h: Declare __ffs.
7287 * libc.map: Export it.
7288 * elf/dl-profile.c (_dl_start_profile): Use __ffs instead of
7289 __builtin_ffs, which is not guaranteed to be namespace clean.
7291 1998-03-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7293 * elf/sprof.c: Rewrite symbol handling to use the normal symbol
7294 table, which is much more likely to exist than debugging symbols.
7295 (printsym): Remove const.
7296 (load_shobj): Don't use _dl_pagesize. Fix mapping of section
7299 * libc.map: Export __profile_frequency, used by elf/sprof, to
7300 avoid infinite recursion during startup.
7302 1998-03-09 12:16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7304 * sysdeps/unix/sysv/linux/m68k/sysdep.h (SYSCALL_ERROR_HANDLER):
7307 * sysdeps/m68k/sysdep.h: Remove the stabs stuff again.
7309 1998-03-09 Ulrich Drepper <drepper@cygnus.com>
7311 * elf/dl-support.c: Add definition of _dl_debug_impcalls.
7313 1998-03-08 Ulrich Drepper <drepper@cygnus.com>
7315 * elf/rtld.c (process_envvars): Also recognize LD_LIBRARY_PATH,
7316 LD_PRELOAD, and LD_VERBOSE.
7317 (dl_main): Use global variables set by process_envvars instead of
7319 * elf/dl-load.c (_dl_init_paths): Don't call getenv to get
7320 LD_LIBRARY_PATH value, this comes with the parameter.
7321 * elf/dl-support.c (non_dynamic_init): Pass return value of getenv
7322 ("LD_LIBRARY_PATH") to _dl_init_paths.
7324 1998-03-08 22:55 Ulrich Drepper <drepper@cygnus.com>
7326 * elf/rtld.c (dl_main): Delay initialization of path structure if
7327 the dynamically linker is invoked implicitly until we read the
7330 1998-03-08 Ulrich Drepper <drepper@cygnus.com>
7332 * sysdeps/unix/sysv/linux/chown.c: Add versioning stuff.
7334 1998-03-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7336 * sysdeps/unix/sysv/linux/chown.c: New file for compatibility of
7339 * sysdeps/unix/sysv/linux/syscalls.list: Add chown.
7341 1998-03-08 14:58 Ulrich Drepper <drepper@cygnus.com>
7343 * Makeconfig (nisobjdir): Set to path to nis directory.
7344 (rpath-link): Add nisobjdir.
7345 Patch by Sven Verdoolaege <skimo@kotnet.org>.
7347 * elf/Makefile: Pretty print.
7348 * elf/dl-lookup.c: Include unistd.h.
7349 * elf/dl-runtime.c: Likewise.
7351 * localedata/Makefile (test-srcs): Add tst-rpmatch.
7352 (distribute): Add tst-rpmatch.sh.
7353 (tests): Add tst-rpmatch to dependency list and run tst-rpmatch.sh.
7355 New tests for rpmatch function by
7356 Jochen Hein <jochen.hein@delphi.central.de>.
7357 * localedata/tst-rpmatch.c: New file.
7358 * localedata/tst-rpmatch.sh: New file.
7360 * localedata/locales/de_DE: Correct yesexpr and noexpr.
7361 * localedata/locales/de_AT: Likewise.
7363 * posix/getopt.c: Update contact address.
7364 * posix/getopt1.c: Pretty print.
7366 * sysdeps/generic/libc-start.c: Do most of the initialization now
7367 here instead of in start.S.
7368 * sysdeps/unix/sysv/linux/libc-start.c: Likewise.
7369 * sysdeps/i386/elf/start.S: Remove most of the initialization code.
7371 * sysdeps/unix/sysv/linux/i386/profil-counter.h: No need for
7372 profil_counter to be public.
7374 1998-03-08 13:06 Tim Waugh <tim@cyberelk.demon.co.uk>
7376 * posix/wordexp.c (parse_arith): Now works for negative numbers too.
7377 (parse_param): Coded parameter length expansion (${#var}).
7378 (parse_param): Handling for "=", "+", "-", and the ":" versions added.
7379 (parse_param): Cleaned up (fixed) error handling.
7381 * posix/wordexp-test.c: IFS now includes non-whitespace character
7382 (comma). Added more tests.
7384 1998-03-07 Ulrich Drepper <drepper@cygnus.com>
7386 * elf/link.h: Fix typos.
7387 Reported by Andreas Jaeger.
7389 * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
7390 * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
7392 1998-03-06 Ulrich Drepper <drepper@cygnus.com>
7394 * argp/argp-help.c: Remove last bits of using gettext instead of
7397 1998-03-06 17:04 Ulrich Drepper <drepper@cygnus.com>
7399 * libc.map: Add _dl_debug_impcalls, _dl_debug_fd, _dl_sysdep_output,
7401 * csu/Makefile (routines): Add libc-start.
7402 * elf/dl-error.c: Remove declaration of _dl_argv. Include <unitsd.h>.
7403 * elf/dl-lookup.c: Likewise.
7404 * elf/dl-version.c: Likewise.
7405 * sysdeps/i386/dl-machine.h: Likewise.
7406 * elf/link.h: Declare _dl_argv, _dl_debug_fd.
7407 Declare _dl_sysdep_output. Make _dl_sysdep_fatal, _dl_sysdep_error and
7408 _dl_sysdep_message macros which use _dl_sysdep_output.
7409 * elf/dl-fini.c: Write out which destructor is called while debugging.
7410 * elf/dl-init.c: Likewise for constructor.
7411 * elf/dl-load.c: Use _dl_debug_message instead of _dl_sysdep_message.
7412 * elf/dl-misc.c: Remove _dl_sysdep_fatal, _dl_sysdep_error and
7413 _dl_sysdep_message. Add _dl_sysdep_output.
7414 * elf/rtld.c: Recognize LD_DEBUG_OUTPUT. Set _dl_debug_fd if
7415 this file can be opened.
7416 For LD_DEBUG=libs also set _dl_debug_impcalls.
7417 * sysdeps/generic/dl-cache.c: Include unistd.h.
7418 * sysdeps/generic/libc-start.c: New file.
7419 * sysdeps/unix/sysv/linux/libc-start.c: New file.
7420 * sysdeps/i386/elf/start.S: Don't call main directly, call
7421 __libc_start_main instead.
7423 * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency.
7425 1998-03-06 Ulrich Drepper <drepper@cygnus.com>
7427 * nss/nsswitch.c (__nss_nscd_not_available): Removed.
7429 1998-03-06 12:42 Ulrich Drepper <drepper@cygnus.com>
7431 * argp/argp.h (struct argp): Add new field domain.
7432 * argp/argp-help.c: Change all gettext calls to dgettext and use
7433 domain field from appropriate argp in call.
7434 * argp/argp-parse.c: Likewise.
7436 1998-03-06 11:35 Ulrich Drepper <drepper@cygnus.com>
7438 * posix/wordexp-test.c: Change testsuite so that it can run even
7441 1998-03-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7443 * math/libm-test.c (catanh_test): Change epsilon for gcc 2.8.1.
7445 1998-03-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7447 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
7448 Don't store into global errno if we already store through
7450 * sysdeps/unix/i386/sysdep.S: Likewise.
7451 * sysdeps/unix/alpha/sysdep.S: Likewise.
7452 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
7453 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
7454 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise. Add
7455 missing return to SYSCALL_ERROR_HANDLER for (!_LIBC_REENTRANT &&
7458 1998-03-05 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7460 * sysdeps/generic/sysdep.h (L): Remove definition.
7461 * sysdeps/i386/sysdep.h (L): Define it here instead.
7463 1998-03-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7465 * nis/nis_call.c (__do_niscall): Safe and reset errno.
7467 * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
7469 1998-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7471 * sysdeps/generic/getresuid.c (__getresuid): Use ISO C
7472 declaration style to avoid warnings.
7474 1998-03-06 11:48 Mark M._Kettenis <kettenis@hall.phys.uva.nl>
7476 * elf/rtld.c (process_dl_debug): Fix typo: "DL_DEBUG" ->
7479 1998-03-05 Ulrich Drepper <drepper@cygnus.com>
7481 * posix/Makefile (tests): Add wordexp-test.
7482 * posix/wordexp-test.c: New file. Testsuite for wrodexp.
7483 Patches by Tim Waugh <tim@cyberelk.demon.co.uk>.
7485 1998-03-05 16:04 Ulrich Drepper <drepper@cygnus.com>
7487 * elf/Makefile ($(objpfx)rtldtbl.h): Add genrtldtbl.awk to the
7490 * elf/link.h (struct r_search_path_elem): Add two new field for
7492 * elf/rtld.c: Recognize LD_DEBUG environment variable and set
7493 variable accordingly.
7494 * elf/dl-load.c: If _dl_debug_libs is nonzero print what library
7495 is considered next along with information about load paths.
7496 * sysdeps/generic/dl-cache.c: Likewise.
7497 * elf/dl-support.c: Define _dl_debug_libs.
7498 * elf/genrtldtbl.awk: Add initializers for two new field in
7499 struct r_search_path_elem.
7501 1998-03-06 10:40 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7503 * sysdeps/m68k/add_n.S: Use ENTRY and END macros.
7504 * sysdeps/m68k/lshift.S: Likewise.
7505 * sysdeps/m68k/rshift.S: Likewise.
7506 * sysdeps/m68k/sub_n.S: Likewise.
7507 * sysdeps/m68k/m68020/addmul_1.S: Likewise.
7508 * sysdeps/m68k/m68020/mul_1.S: Likewise.
7509 * sysdeps/m68k/m68020/submul_1.S: Likewise.
7511 * sysdeps/unix/sysv/linux/m68k/sysdep.S: Use ENTRY macro.
7512 [_LIBC_REENTRANT]: Don't store into global errno.
7514 * sysdeps/m68k/sysdep.h: New file.
7515 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Use it. Use the macros
7516 ENTRY, CALL_MCOUNT, JUMPTARGET and syscall_error from there.
7517 (DO_CALL): Change to expect syscall name as argument.
7518 (PSEUDO): Pass syscall_name to DO_CALL.
7519 (SYSCALL_ERROR_HANDLER) [_LIBC_REENTRANT]: Don't store into global
7522 1998-03-05 Ulrich Drepper <drepper@cygnus.com>
7524 * elf/rtld.c: Speed up processing of environment variables. Do
7525 only one run on the environment by avoiding to call getenv.
7526 * sysdeps/generic/dl-sysdep.c (_dl_next_ld_env_entry): New
7527 function. Used by patch above.
7529 1998-03-05 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
7531 * nss/getXXbyYY_r.c: Check __nss_not_use_nscd_* variable for
7533 * nscd/nscd_getgr_r.c: Set __nss_not_use_nscd_group variable.
7534 * nscd/nscd_getpw_r.c: Set __nss_not_use_nscd_passwd variable.
7535 * nscd/nscd_proto.h: Declare __nss_not_use_nscd_* variables.
7537 1998-03-05 Ulrich Drepper <drepper@cygnus.com>
7539 * nss/nsswitch.c (nss_lookup_function): Don't modify errno if NSS
7540 module cannot be found. Reported by Andreas Jaeger.
7542 1998-03-05 11:40 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
7544 * nscd/nscd_getgr_r.c: Change char to int to avoid compiler warning
7545 on platforms which default to unsigned chars.
7546 * nscd/nscd_getpw_r.c: Likewise.
7547 * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Undefine L before
7550 1998-03-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7552 * elf/Makefile (install-bin): Change = to += for sprof to install
7555 1998-03-04 16:12 H.J. Lu <hjl@gnu.org>
7557 * libio/strops.c (_IO_str_seekoff): Handle MODE == 0.
7559 1998-03-04 16:19 Ulrich Drepper <drepper@cygnus.com>
7561 * nscd/nscd_getgr_r.c: Follow nscd_getpw_r.c change.
7563 1998-03-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7565 * nscd/nscd_getpw_r.c (nscd_open_socket): Safe and reset errno so
7566 that a failure to connect to nscd doesn't change errno.
7568 1998-03-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7570 * manual/maint.texi (Reporting Bugs): Change
7571 bug-glibc@prep.ai.mit.edu to bug-glibc@gnu.org.
7573 * locale/iso-4217.def: Likewise
7575 1998-03-04 12:43 Ulrich Drepper <drepper@cygnus.com>
7577 * manual/texinfo.tex: Updated.
7579 1998-03-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7581 * sysdeps/posix/fpathconf.c: Don't modify errno for an undefined
7583 * sysdeps/posix/pathconf.c: Likewise.
7584 * posix/getconf.c: Print `undefined' if pathconf returns -1
7585 without setting errno.
7587 1998-03-04 Ulrich Drepper <drepper@cygnus.com>
7589 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Fix cut&paste
7591 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: New file.
7592 Patches by Elliot Lee <sopwith@cuc.edu>.
7594 1998-03-04 09:43 Ulrich Drepper <drepper@cygnus.com>
7596 * elf/link.h (struct link_map): Add new field l_reloc_result.
7597 * elf/dl-reloc.c (_dl_relocate_object): Allocate array for results
7598 of relocation for the object to be profiled.
7599 * elf/dl-object.c (_dl_new_object): Initialize l_reloc_result field
7601 * elf/rtld.c (_dl_start): Add comment that we must not allocate an
7603 * elf/dl-runtime.c (profile_fixup): If l_reloc_result array already
7604 contains a result from a previous run use this instead of computing
7606 * elf/dl-minimal.c (malloc): Remove limit for size of allocation.
7608 1998-03-04 11:32 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7610 * sysdeps/m68k/dl-machine.h: (elf_machine_load_address): Use word
7611 offsets into the GOT.
7612 (RTLD_START): Likewise.
7614 1998-03-03 17:55 Ulrich Drepper <drepper@cygnus.com>
7616 * elf/sprof.c: Cleanup a bit.
7618 1998-03-03 08:01 H.J. Lu <hjl@gnu.org>
7620 * sysdeps/generic/sysdep.h (L): New. Define.
7622 * sysdeps/unix/sysv/linux/i386/sysdep.h (L): New. Define.
7624 * sysdeps/i386/i586/addmul_1.S: Fix a typo.
7626 * sysdeps/unix/sysv/linux/i386/clone.S: Follow Intel's advice
7627 to have only one exit point for functions.
7628 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
7629 * sysdeps/unix/sysv/linux/i386/s_pread64.S: Likewise.
7630 * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Likewise.
7631 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
7632 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
7634 1998-03-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7636 * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Safe and
7637 reset errno so that errno isn't set to ENOSYS in the first call.
7638 * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Likewise.
7639 * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
7640 * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
7641 * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Likewise.
7643 1998-03-02 17:55 Ulrich Drepper <drepper@cygnus.com>
7645 * sysdeps/i386/add_n.S: Change to use ENTRY and END macro.
7646 * sysdeps/i386/addmul_1.S: Likewise.
7647 * sysdeps/i386/lshift.S: Likewise.
7648 * sysdeps/i386/mul_1.S: Likewise.
7649 * sysdeps/i386/rshift.S: Likewise.
7650 * sysdeps/i386/sub_n.S: Likewise.
7651 * sysdeps/i386/submul_1.S: Likewise.
7652 * sysdeps/i386/i586/add_n.S: Likewise.
7653 * sysdeps/i386/i586/addmul_1.S: Likewise.
7654 * sysdeps/i386/i586/lshift.S: Likewise.
7655 * sysdeps/i386/i586/mul_1.S: Likewise.
7656 * sysdeps/i386/i586/rshift.S: Likewise.
7657 * sysdeps/i386/i586/sub_n.S: Likewise.
7658 * sysdeps/i386/i586/submul_1.S: Likewise.
7660 * sysdeps/i386/sysdep.h: Extend last change.
7662 * sysdeps/unix/sysv/linux/i386/sysdep.h: Follow Intel's advice
7663 to have only one exit point for functions.
7665 1998-03-02 Ulrich Drepper <drepper@cygnus.com>
7667 * configure.in: Fix msgfmt test. Fix handling of //s in sysdeps
7670 1998-03-02 13:28 Ulrich Drepper <drepper@cygnus.com>
7672 * Makerules: Generate libc.so with absolute paths for the used
7675 * config.make.in: Add MAKEINFO definition.
7677 1998-03-02 Ulrich Drepper <drepper@cygnus.com>
7679 * sysdeps/i386/sysdep.h (ASM_SIZE_DIRECTIVE): Add ; at the end.
7680 (ENTRY): Use STABS_FUN.
7681 (END): Use STABS_FUN_END.
7682 (STABS_FUN, STABS_FUN2, STABS_FUN_END): New macro to emit stabs info.
7684 * elf/Makefile: Add rules to build sprof program.
7685 * elf/sprof.c: New file.
7687 1998-02-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7689 * misc/syslog.c (openlog_internal): Insert missing closing brace.
7691 1998-02-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7693 * configure.in: Check for working msgfmt version (from GNU gettext
7696 1998-03-02 Ulrich Drepper <drepper@cygnus.com>
7698 * configure.in: Avoid //s in sysdirs.
7699 Patch by Roland McGrath.
7701 * stdlib/a64l.c (a64l): Rewrite by Joe Keane <jgk@jgk.org>.
7703 1998-03-02 07:17 H.J. Lu <hjl@gnu.org>
7705 * elf/dl-open.c (_dl_open): Update _dl_global_scope_end when
7706 setting _dl_global_scope for RTLD_GLOBAL.
7708 1998-02-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7710 * sysdeps/unix/make-syscalls.sh: Fix last change so that all
7711 possible lists of object-suffixes are taken care of.
7713 1998-03-02 10:16 Ulrich Drepper <drepper@cygnus.com>
7715 * timezone/private.h: Update from tzcode1998c.
7716 * timezone/zic.c: Likewise.
7717 * timezone/antarctica: Updated from tzdata1998c.
7718 * timezone/asia: Likewise.
7719 * timezone/australasia: Likewise.
7720 * timezone/europe: Likewise.
7721 * timezone/southamerica: Likewise.
7723 1998-03-02 Ulrich Drepper <drepper@cygnus.com>
7725 * posix/glob.c (glob_in_dir): Add support for cases insensitive
7726 VMS. Patch by John W. Eaton <jwe@bevo.che.wisc.edu>.
7728 1998-03-01 19:05 H.J. Lu (hjl@gnu.org)
7730 * sysdeps/libm-ieee754/e_exp.c (__ieee754_exp): Use __isinf.
7731 Changed type of TWO43, TWO52 from float to double.
7732 * sysdeps/libm-ieee754/e_expf.c (__ieee754_expf): Use __isinff.
7733 * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): Use __isinf.
7734 Changed type of TWO43 from float to double.
7735 * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): Fix a typo.
7738 1998-03-01 18:52 H.J. Lu (hjl@gnu.org)
7740 * sysdeps/unix/sysv/linux/alpha/syscalls.list (osf_settimeofday,
7741 osf_getitimer, osf_setitimer, osf_utimes, osf_getrusage,
7742 osf_wait4): Removed __xxxx symbol for GLIBC_2.0.
7744 1998-03-01 09:11 Richard Henderson <rth@cygnus.com>
7746 * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Don't include
7748 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (CBAUD, CIBAUD): Fix.
7749 Clean up random whitespace.
7750 * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c: Tidy the asm.
7751 * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Use std on the args.
7752 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Fix use of .bss.
7753 * sysdeps/unix/sysv/linux/sparc/sparc32/sys/ucontext.h: New file.
7755 1998-03-01 08:31 Richard Henderson <rth@cygnus.com>
7757 * shlib-versions: Match alpha*.
7758 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add adjtimex.
7759 * sysdeps/unix/sysv/linux/alpha/adjtimex.S: Remove.
7761 * sysdeps/alpha/fpu/bits/mathinline.h (isunordered et al): New.
7762 Implement copysign* with and without __ prefix.
7763 Likewise for fabs; use builtin for gcc 2.8.
7767 * elf/elf.h (EF_SPARC*, EF_ALPHA*, SHT_ALPHA*, SHF_ALPHA*): New.
7768 (R_SPARC*): Match current v9 ABI.
7770 * sysdeps/wordsize-64/stdint.h (intptr_t): Is a long.
7772 * sunrpc/clnt_udp.c (clntudp_call): Use socklen_t.
7773 * sunrpc/pmap_rmt.c (clnt_broadcast): Likewise.
7774 * sunrpc/svc_tcp.c (svctcp_create, rendezvous_request): Likewise.
7775 * sysdeps/generic/getresgid.c: Use prototype form because of warning.
7776 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
7777 * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
7778 * sysdeps/unix/grantpt.c (argv): Fix consts.
7779 * sysdeps/unix/sysv/linux/getpt.c: Include <string.h>
7780 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
7782 1998-02-27 Ulrich Drepper <drepper@cygnus.com>
7784 * misc/syslog.c: Change to allow user the interpretation of the
7785 outcome even with syslog having no return value.
7787 1998-02-05 20:41 Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>
7789 * elf/dl-addr.c: Fix search algorithms in dladdr(); don't assume
7790 that the number of program headers is >0 (which is wrong for the
7793 1998-02-27 Ulrich Drepper <drepper@cygnus.com>
7795 * Makefile (distribute): Add README.libm.
7797 1998-02-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7799 * time/clocktest.c (main): Correct typo: "--" -> "==".
7801 1998-02-25 20:53 H.J. Lu <hjl@gnu.org>
7803 * sysdeps/alpha/fpu/bits/mathinline.h (atan): Removed the bogus
7805 (copysignf, __copysignf, copysign, fabsf, __fabsf, fabs): New
7808 * math/libm.map (__atan2): Added.
7810 1998-02-27 Ulrich Drepper <drepper@cygnus.com>
7812 * misc/efgcvt_r.c (APPEND): Handle printing of 0.0 correctly.
7813 Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
7815 * misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
7818 1998-02-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7820 * manual/arith.texi (Old-style number conversion): Correct
7821 typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
7823 1998-02-27 Ulrich Drepper <drepper@cygnus.com>
7825 * posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
7826 but does not require it. Handle missing argv[] values gracefully.
7827 * posix/execl.c: Likewise.
7828 * posix/execle.c: Likewise.
7830 1998-02-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
7832 * sysdeps/libm-ieee754/s_isnanl.c: Ignore the explicit integer
7834 * sysdeps/libm-ieee754/s_isinfl.c: Likewise.
7836 1998-02-27 Ulrich Drepper <drepper@cygnus.com>
7838 * libc.map: Add __adjtimex.
7840 1998-02-26 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
7842 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_getntohost_r):
7845 1998-02-24 08:10 H.J. Lu <hjl@gnu.org>
7847 * sysdeps/unix/sysv/linux/alpha/bits/signum.h (_NSIG): Changed
7850 * sysdeps/unix/alpha/sysdep.S (_errno): Add in addition to __errno.
7852 * sysdeps/alpha/s_fabs.S: Added ".set noat"/".set at".
7853 * sysdeps/unix/sysv/linux/alpha/wait4.S: Ditto.
7855 * sysdeps/unix/make-syscalls.sh: Make versioned symbols only
7858 * libc.map (adjtime, adjtimex): Added for GLIBC_2.1.
7860 * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
7861 Added adjtimex and old_adjtimex.
7863 * sysdeps/unix/sysv/linux/alpha/syscalls.list (old_adjtimex):
7865 (osf_settimeofday, osf_getitimer, osf_setitimer, osf_utimes,
7866 osf_getrusage, osf_wait4): Added __xxxx symbol for GLIBC_2.0.
7868 * sysdeps/unix/sysv/linux/alpha/getitimer.S: Make versioned
7869 symbols only for shared library.
7870 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
7871 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7872 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
7873 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
7874 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
7875 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
7876 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
7878 * sysdeps/unix/sysv/linux/alpha/getitimer.S: Fix ENOSYS branch.
7879 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
7880 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7881 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
7882 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
7883 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
7884 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
7885 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
7887 * sysdeps/unix/sysv/linux/alpha/wait4.S: Check the correct
7890 * sysdeps/unix/sysv/linux/adjtime.c (TIMEVAL, TIMEX, ADJTIMEX):
7892 (__adjtime): Use TIMEVAL, TIMEX and ADJTIMEX instead of timeval,
7893 timex and __adjtimex, respectively.
7895 * sysdeps/unix/sysv/linux/alpha/adjtime.c: New.
7897 * sysdeps/unix/sysv/linux/alpha/adjtimex.S: New.
7899 1998-02-25 08:28 H.J. Lu <hjl@gnu.org>
7901 * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Use a dummy
7902 for FE_DIVBYZERO. Kludge for FE_UNDERFLOW.
7904 1998-02-26 14:59 Ulrich Drepper <drepper@cygnus.com>
7906 * stdio-common/vfscanf.c [!USE_IN_LIBIO] (inchar): Add missing braces.
7908 1998-02-19 11:00 Zack Weinberg <zack@rabi.phys.columbia.edu>
7910 * Makefile.in: Disable built-in rules.
7912 1998-02-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7914 * sysdeps/i386/fpu/t_exp.c: Move to ...
7915 * sysdeps/libm-i387/t_exp.c: ... here.
7917 1998-02-21 13:51 H.J. Lu <hjl@gnu.org>
7919 * sysdeps/libm-ieee754/s_exp2f.c (__exp2f_deltatable): Renamed
7920 from __exp2_deltatable.
7922 1998-02-26 Ulrich Drepper <drepper@cygnus.com>
7924 * nis/ypclnt.c (yp_master): Check result of strdup.
7925 Patch by Thorsten Kukuk.
7927 1998-02-26 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
7929 * nis/ypclnt.c: Give clnt handle after error checking free, change
7930 return codes to fix problems with rpc.nisd in YP mode on Ultra's.
7932 1998-02-26 09:00 Ulrich Drepper <drepper@cygnus.com>
7934 * misc/fstab.c: Partly rewritten to use dynamically allocated buffer.
7935 Patch by Joe Keane <jgk@jgk.org>.
7937 * misc/fstab.h (struct fstab): Change fs_type member to be const.
7938 * misc/fstab.c: Remove casts in fs_type assignments.
7940 1998-02-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7942 * sysdeps/i386/fpu/bits/fenv.h: Correct typo. ISO C 9X defines
7943 FE_TOWARDZERO and not FE_TOWARDSZERO. Reported by H.J. Lu.
7944 * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
7945 * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
7946 * sysdeps/powerpc/bits/fenv.h: Likewise.
7947 * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
7948 * sysdeps/generic/bits/fenv.h: Likewise.
7949 * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
7950 * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
7951 * sysdeps/powerpc/test-arith.c (main): Likewise.
7953 1998-02-25 Ulrich Drepper <drepper@cygnus.com>
7955 * sysdeps/i386/fpu/bits/mathinline.h: Also fix i386 versions of
7956 the comparison macros.
7958 1998-02-21 20:14 H.J. Lu <hjl@gnu.org>
7960 * sysdeps/libm-ieee754/s_log2.c (ln2): Added.
7961 (__log2): Fixed return values.
7962 * sysdeps/libm-ieee754/s_log2f.c: Likewise.
7964 1998-02-25 Ulrich Drepper <drepper@cygnus.com>
7966 * math/math.h (isunordered): Rename local variables to ensure
7967 correct code. Reported by HJ Lu.
7969 1998-02-25 10:34 Ulrich Drepper <drepper@cygnus.com>
7971 * sysdpes/i386/fpu/bits/mathinline.h (isgreater, isgreaterequal,
7972 isless, islessequal, islessgreater, isunordered): Fix syntax for
7973 fucompip instruction.
7974 (isless, islessequal): Fix logic.
7976 1998-02-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
7978 * math/libm-test.c (sqrt_test): Add test for sqrt(2).
7979 (comparisons_test): New tests for comparison macros.
7981 1998-02-24 15:12 Ulrich Drepper <drepper@cygnus.com>
7983 * Makeconfig: Filter out frame-pointer effecting options when
7984 compiling profiling or debugging code.
7985 * config.h.in (internal_function): Don't define here if PROF is
7987 * gmon/gmon.c (__moncontrol): Don't change state if already in error
7989 (__monstartup): If calloc fails set error state and mark array as
7991 (_mcleanup): Don't call write_gmon if in error state. Don't try
7992 to free array if not successfully allocated.
7994 * elf/dl-load.c (STRING): Define to __STRING to enble expansion.
7995 Include elf.h to get macro definitions.
7996 Use __ELF?NATIVE?CLASS in message, not __ELF_WORDSIZE.
7998 1998-02-24 09:40 Ulrich Drepper <drepper@cygnus.com>
8000 * elf/ldd.sh.in: Add compatibility for broken old shells.
8001 * elf/ldd.bash.in: Likewise.
8003 1998-02-24 08:11 H.J. Lu <hjl@gnu.org>
8005 * sunrpc/rpc_main.c (open_input): Check pipe return error.
8007 * time/clocktest.c (main): Check signal return error.
8009 1998-02-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8011 * iconv/Makefile ($(inst_bindir)/iconv): Correct typo, add
8012 "/" and use do-install-program. Reported by Mark M. Kettenis.
8013 (subdir_install): Likewise.
8015 1998-02-22 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
8017 * sunrpc/rpc_sample.c: Fix typo.
8019 * nscd/connections.c: Use locale.
8020 * nscd/grpcache.c: Add debug messages, gidtbl should get the
8022 * nscd/nscd.c: Check if init functions fails.
8023 * nscd/nscd_conf.c: Allow disabling of group cache.
8024 * nscd/nscd_getgr_r.c: Fix return code if group not found.
8025 * nscd/pwdcache.c: Fix debug messages.
8027 1998-02-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8029 * libc.map: Add __monstartup and _mcleanup for profiling support.
8031 1998-02-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8033 * libc.map: Export __getpagesize, for binary compatibility with
8036 1998-02-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8038 * posix/globtest.sh: Use --library-path instead of
8040 * localedata/sort-test.sh: Likewise.
8041 * localedata/tst-fmon.sh: Likewise. Avoid useless use of cat.
8043 1998-02-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8045 * sysdeps/unix/sysv/linux/sigaction.c: Translate between struct
8046 sigaction and struct kernel_sigaction for __syscall_rt_sigaction.
8047 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
8049 * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
8050 kernel_sigaction): Define.
8051 * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h (struct
8052 kernel_sigaction): Define.
8054 1998-02-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8056 * math/libm-test.c: Change epsilons for libm-ieee754.
8058 1998-02-23 12:33 Ulrich Drepper <drepper@cygnus.com>
8060 * sysdeps/i386/__longjmp.S: Fix race condition.
8061 Reported by Bruno Haible <haible@ilog.fr>.
8063 1998-02-20 18:43 Ulrich Drepper <drepper@cygnus.com>
8065 * hesiod/hesiod.c: Pretty print. Don't use __ protected names.
8066 * iconvdata/8bit-gap.c: Likewise.
8067 * iconvdata/8bit-generic.c: Likewise.
8068 * iconvdata/iso6937.c: Likewise.
8069 * iconvdata/iso8859-1.c: Likewise.
8070 * iconvdata/sjis.c: Likewise.
8071 * iconvdata/t61.c: Likewise.
8073 1998-02-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8075 * sysdeps/unix/sysv/linux/bits/termios.h: Replace all negative
8076 feature tests by positive feature tests.
8078 1998-02-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8080 * sysdeps/unix/sysv/linux/unlockpt.c: Always return a value.
8082 1998-02-20 Ulrich Drepper <drepper@cygnus.com>
8084 * elf/dlvsym.c (dlvsym_doit): More corrections.
8085 Patch by Andreas Jaeger.
8087 1998-02-19 Ulrich Drepper <drepper@cygnus.com>
8089 * sysdeps/unix/sysv/linux/sigqueue.c: Fix weak alias definition.
8091 1998-02-19 17:16 Ulrich Drepper <drepper@cygnus.com>
8093 * libc.map: More reordering for GLIBC_2.1 symbols.
8095 1998-02-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8097 * libc.map: Move some functions from version GLIBC_2.0 to
8098 GLIBC_2.1, reorder declarations.
8100 1998-02-19 Ulrich Drepper <drepper@cygnus.com>
8102 * resolv/gethnamaddr.c (addrsort): Make this function extern.
8103 Patch by zab@thebrain.grumblesmurf.net.
8105 1998-02-19 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
8107 * nis/libnsl.map: NIS+ support is new in glibc 2.1, add
8108 NIS+ functions with version GLIBC_2.1.
8110 1998-02-19 14:05 Ulrich Drepper <drepper@cygnus.com>
8112 * libc.map: Add __sbrk, __setpgid, __getpgid for binary compatibility
8113 with 2.0 binaries. Reported by Thorsten Kukuk.
8115 1998-02-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8117 * elf/dlvsym.c (dlvsym_doit): Correct last patch.
8119 * elf/dlsym.c (dlsym_doit): Likewise.
8121 1998-02-19 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8123 * elf/link.h: Correct typos.
8125 * iconv/iconv_prog.c: Correct typo.
8127 1998-02-18 17:57 Ulrich Drepper <drepper@cygnus.com>
8129 * iconv/Makefile: Add rules to build and install iconv program.
8130 * iconv/iconv_prog.c: New file.
8132 1998-02-18 16:34 H.J. Lu <hjl@gnu.org>
8134 * elf/dlsym.c (dlsym_doit): Fix scope and skip maps for
8135 _dl_lookup_symbol_skip call.
8136 * elf/dlvsym.c (dlvsym_doit): Likewise.
8138 1998-02-18 Ulrich Drepper <drepper@cygnus.com>
8140 * libio/iovsscanf.c: Do not include errno.h.
8142 1998-02-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8144 * elf/dl-load.c (add_name_to_object): Don't translate strings.
8145 * elf/dl-minimal.c (_strerror_internal): Define it here to avoid
8146 pulling in the whole error list.
8147 (__dcgettext, dcgettext): Removed.
8148 * libc.map: Export _strerror_internal.
8150 1998-02-18 10:50 Ulrich Drepper <drepper@cygnus.com>
8152 * sysdeps/i386/fpu/t_exp.c: New file.
8154 1998-02-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8156 * nis/libnss_nisplus.map: NIS+ support is new in glibc 2.1, add
8157 everything with version GLIBC_2.1.
8158 * hesiod/libnss_hesiod.map: Likewise.
8160 1998-02-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8162 * manual/arith.texi (Old-style number conversion): This node is a
8163 section, not a subsection.
8165 1998-02-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8167 * elf/dl-lookup.c (make_string): Use __stpcpy instead of stpcpy.
8169 1998-02-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8171 * elf/rtld.c (dl_main): Make sure that the library search paths
8172 have been initialized before the first call to _dl_map_object.
8174 1998-02-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8176 * Makerules (common-generated): Add libc_pic.os.
8178 1998-02-17 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8180 * elf/rtld.c (dl_main): Use PT_PHDR to figure out the load address
8183 1998-02-18 10:28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8185 * sysdeps/m68k/fpu/t_exp.c: New file.
8187 1998-02-17 Ulrich Drepper <drepper@cygnus.com>
8189 * sysdeps/unix/sysv/linux/bits/errno.h (__set_errno): Don't assign
8190 to global errno variable anymore.
8192 1998-02-17 17:41 Ulrich Drepper <drepper@cygnus.com>
8194 * elf/dl-load.c (open_path): Take extra argument PRELOADED.
8195 If PRELOADED is nonzero check in case of an SUID application
8196 whether the shared object has the SUID bit set.
8197 Fix some other problems with handling shared objects in system
8198 specific directories.
8199 (_dl_map_object): Also take extra parameter and pass it to open_path.
8200 * elf/link.h (_dl_map_object): Correct prototype and comment.
8201 * elf/rtld.c (dl_main): Call _dl_map_object correctly.
8202 * elf/dl-open.c (_dl_open): Likewise.
8203 * elf/dl-deps.c (openaux, _dl_map_object_deps): Likewise.
8205 * sysdeps/libm-ieee754/s_modfl.c: Handle numbers > 1.0 correctly.
8207 1998-02-17 Ulrich Drepper <drepper@cygnus.com>
8209 * math/libm-test.c (modf_test): Add test for 1.5.
8211 * sysdeps/generic/bits/select.h (__FD_ISSET): Compare result with
8212 0 to get always an int.
8214 1998-02-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8216 * math/libm.map: Move all symbols that are new in glibc 2.1 to
8219 1998-02-17 Ulrich Drepper <drepper@cygnus.com>
8221 * stdio-common/vfscanf.c (inchar): Check c for being EOF before
8222 trying to read another character.
8224 1998-02-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8226 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Convert
8229 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Convert
8230 name to lowercase, add test for big enough buffer.
8232 1998-02-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8234 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S (rt_sigreturn):
8235 Make compatible with older kernels. Patch by Richard Henderson.
8237 1998-02-17 15:10 Ulrich Drepper <drepper@cygnus.com>
8239 * elf/dl-load.c (open_path): Use __xstat instead of stat.
8241 * localedata/tst-locale.sh: Comment out first test for now.
8243 1998-02-14 14:58 H.J. Lu <hjl@gnu.org>
8245 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Defined
8247 * sysdeps/unix/sysv/linux/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
8250 * libio/iogetline.c (_IO_getline_info): Renamed from
8252 (_IO_getline): Just call _IO_getline_info.
8254 * libio/libioP.h (_IO_getline_info): New declaration.
8256 * libc.map (_IO_getline_info, __write): Added.
8258 1998-02-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8260 * sunrpc/rpc_cout.c (inline_struct): Change typo of plus to
8261 const char* to shut up gcc.
8263 1998-02-17 11:37 Ulrich Drepper <drepper@cygnus.com>
8265 * elf/dl-open.c (_dl_open): Assign correct value to new->l_global.
8266 Patch forwarded by Cristian Gafton <gafton@redhat.com>.
8268 * math/math.h: Define M_* constants always as `double' and add new
8269 macros M_*l which are of type `long double'.
8270 * sysdeps/libm-ieee754/s_cacoshl.c: Use M_*l constants now.
8271 * sysdeps/libm-ieee754/s_cacosl.c: Likewise.
8272 * sysdeps/libm-ieee754/s_casinhl.c: Likewise.
8273 * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
8274 * sysdeps/libm-ieee754/s_catanl.c: Likewise.
8275 * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
8276 * sysdeps/libm-ieee754/s_clogl.c: Likewise.
8277 * math/libm-tst.c: Likewise.
8279 * sysdeps/i386/fpu/bits/mathinline.h (__M_SQRT2): Don't use _Mdbl,
8280 define as long double unconditionally.
8282 1998-02-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8284 * manual/arith.texi (Old-style number conversion): Correct some
8287 1998-02-16 16:28 H.J. Lu <hjl@gnu.org>
8289 * time/Makefile (tz-cflags, CFLAGS-tzfile.c, CFLAGS-tzset.c):
8292 * timezone/Makefile (CFLAGS-tzfile.c, CFLAGS-tzset.c): Deleted.
8294 1998-02-16 Ulrich Drepper <drepper@cygnus.com>
8296 * elf/Makefile ($(objpfx)ld.so): Don't depend on rtld-script but
8297 on $(rtld-ldscript).
8299 * sysdeps/unix/sysv/linux/alpha/ioperm.c (_ioperm): Map all ports
8300 starting from 0 not only from `from'.
8301 Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
8303 1998-02-16 17:33 Ulrich Drepper <drepper@cygnus.com>
8305 * elf/rtld.c (dl_main): Recognize --library-path parameter and
8306 pass value (or NULL) to _dl_init_paths.
8307 * elf/dl-load.c (_dl_init_paths): Change to take one parameter,
8308 replacing local variable llp. If llp is NULL examine LD_LIBRARY_PATH
8309 environment variable.
8310 * elf/link.h: Change prototype for _dl_init_paths.
8311 * elf/dl-support.c: Pass NULL in _dl_init_paths call.
8313 * localedata/Makefile (distribute): Add test files.
8315 1998-02-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8317 * localedata/tests/{test1.cm, test2.cm, test3.cm, test4.cm,
8318 test1.def, test2.def, test3.def, test4.def}: Simple input files
8319 for localedef. Contributed by Yung-Ching Hsiao
8320 <yhsiao@cae.wisc.edu>.
8322 * localedata/Makefile (tests): Call tst-locale.sh.
8324 * localedata/tst-locale.sh: New file, regression tests for some
8327 1998-02-15 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
8329 * nis/nss_nisplus/nisplus-alias.c: Use __stpncpy.
8331 * nis/nss_nisplus/nisplus-hosts.c: Make sure buffer is always NUL
8333 * nis/nss_nisplus/nisplus-network.c: Likewise.
8334 * nis/nss_nisplus/nisplus-proto.c: Likewise.
8335 * nis/nss_nisplus/nisplus-rpc.c: Likewise.
8336 * nis/nss_nisplus/nisplus-service.c: Likewise.
8338 Add more changes from TI-RPC 2.3 for rpcgen to fix include/C++ bug
8339 and support generating thread safe RPC code.
8340 * sunrpc/rpc_main.c: Add changes.
8341 * sunrpc/rpc_clntout.c: Likewise.
8342 * sunrpc/rpc_cout.c: Likewise.
8343 * sunrpc/rpc_hout.c: Likewise.
8344 * sunrpc/rpc_parse.c: Likewise.
8345 * sunrpc/rpc_sample.c: Likewise.
8346 * sunrpc/rpc_scan.c: Likewise.
8347 * sunrpc/rpc_svcout.c: Likewise.
8348 * sunrpc/rpc_util.c: Likewise.
8349 * sunrpc/rpc_util.h: Add new structs and prototypes.
8350 * sunrpc/proto.h: Remove prototypes for static functions.
8352 1998-02-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8354 * locale/programs/ld-messages.c (messages_finish): Don't skip
8355 error checking when being quiet.
8356 * locale/programs/ld-ctype.c (ctype_finish): Likewise.
8357 (set_class_defaults): Likewise.
8358 * locale/programs/charmap.c (parse_charmap): Likewise.
8359 * locale/programs/ld-collate.c (collate_finish): Likewise.
8360 * locale/programs/ld-monetary.c (monetary_finish): Likewise.
8361 * locale/programs/ld-time.c (time_finish): Likewise.
8362 * locale/programs/locfile.c (write_locale_data): Likewise.
8364 * locale/programs/ld-ctype.c (ctype_class_to): Silently ignore
8365 unknown characters and empty ranges.
8366 * locale/programs/ld-collate.c (collate_order_elem): When
8367 processing an ellipsis properly form a linked list in the result
8368 table, fix typo when allocating ordering array.
8371 1998-02-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8373 * elf/Makefile (ld-map): Define.
8374 (rtld-ldscript): Define. Change all `$(objpfx)rtld-ldscript' to
8376 ($(objpfx)ld.so): Combine the two versions of this rule. Depend
8378 (rtld-link): Combine the two versions of this definition. Fixed
8379 to make it work when no symbol versioning is used.
8381 1998-02-16 Ulrich Drepper <drepper@cygnus.com>
8383 * Makeconfig (build-program-cmd): Use --library-path parameter to
8384 ld.so instead of environment variable.
8386 * sunrpc/Makefile (rpcgen-cmd): Don't use -$ parameter.
8387 * sunrpc/rpc_main.c: Remove support for -$$ option again.
8389 1998-02-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8391 * Make-dist: Respect with-cvs setting.
8392 * MakeTAGS (all-pot): Likewise.
8393 * sysdeps/sparc/sparc32/Makefile: Likewise.
8394 * sysdeps/mach/hurd/Makefile: Likewise.
8395 * stdlib/Makefile: Likewise.
8396 * posix/Makefile: Likewise.
8397 * intl/Makefile: Likewise.
8398 * po/Makefile (linguas): Likewise
8400 1998-02-15 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
8402 * nis/ypclnt.c (yp_all): Remove error message, user should print it.
8404 1998-02-15 Ulrich Drepper <drepper@cygnus.com>
8406 * libc.map: Add __strcasecmp.
8408 * nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
8411 * nss/getXXent_r.c: If no more module is found don't try to call
8412 setXXent functions but leave unsuccessfully.
8414 * malloc/obstack.h: Cleanups.
8416 * sysdeps/wordsize-32/stdint.h: New file.
8417 * sysdeps/wordsize-64/stdint.h: New file.
8418 * sysdeps/generic/stdint.h: New file.
8419 * sysdeps/wordsize-32/inttypes.h: Adopt to use stdint.h.
8420 * sysdeps/wordsize-64/inttypes.h: Likewise.
8421 * stdlib/Makefile (headers): Add stdint.h.
8423 1998-02-03 Paul Eggert <eggert@twinsun.com>
8425 * malloc/obstack.h (PTR_INT_TYPE): Use __PTRDIFF_TYPE__ if available.
8427 1998-02-13 17:59 Zack Weinberg <zack@rabi.phys.columbia.edu>
8429 * timezone: New directory.
8430 * time/README, time/africa, time/antarctica, time/asia,
8431 time/australasia, time/backward, time/checktab.awk,
8432 time/etcetera, time/europe, time/factory, time/ialloc.c,
8433 time/iso3166.tab, time/leapseconds, time/northamerica,
8434 time/pacificnew, time/private.h, time/scheck.c,
8435 time/solar87, time/solar88, time/solar89, time/southamerica,
8436 time/systemv, time/test-tz.c, time/tzfile.h,
8437 time/tzselect.ksh, time/yearistype, time/zdump.c,
8438 time/zic.c, time/zone.tab: Moved to timezone.
8439 * time/tzfile.c: Include tzfile.h from timezone subdir.
8440 * time/tzset.c: Likewise.
8441 * time/Makefile: Cut out all code relating to timezones...
8442 * timezone/Makefile: ...and paste it in here.
8443 * Makefile (subdirs): Add timezone.
8445 1998-02-13 18:45 H.J. Lu <hjl@gnu.org>
8447 * libc.map (_sys_nerr): Added.
8449 * sysdeps/unix/sysv/linux/errlist.c (_sys_nerr): Make it
8452 1998-02-15 17:16 Ulrich Drepper <drepper@cygnus.com>
8454 * sysdeps/unix/sysv/linux/bits/socket.h: Define PF_KEY and
8455 pseudo_AF_KEY instead of pseudo_PF_KEY and AF_KEY.
8456 Reported by Craig Metz <cmetz@inner.net>.
8458 1998-01-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8460 * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): Use __strcasecmp
8461 instead of strcasecmp.
8462 * nss/nss_files/files-alias.c (get_next_alias): Likewise.
8464 * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
8466 1998-02-15 16:55 Ulrich Drepper <drepper@cygnus.com>
8468 * socket/sys/socket.h (setsockopt): Make OPTVAL parameter const.
8469 Patch by Dean Gaudet <dgaudet@arctic.org>.
8471 1998-02-15 16:53 Ulrich Drepper <drepper@cygnus.com>
8473 * sysdeps/generic/Dist: Add getresgid.c and getresuid.c.
8475 1998-02-15 10:49 Zack Weinberg <zack@rabi.phys.columbia.edu>
8477 * sysdeps/unix/sysv/linux/poll.c: If compiled against a kernel
8478 with no poll syscall, just include the BSD version.
8479 * sysdeps/unix/sysv/linux/getresuid.c: If compiled against a
8480 kernel without the syscall, include the stub version.
8481 * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
8482 * sysdeps/generic/getresuid.c: New file.
8483 * sysdeps/generic/getresgid.c: New file.
8485 1998-02-15 Ulrich Drepper <drepper@cygnus.com>
8487 * stdio-common/vfscanf.c: Correct last change a bit.
8489 1998-02-13 17:39 Ulrich Drepper <drepper@cygnus.com>
8491 * elf/Makefile: Don't use --version-script parameter to link ld.so
8494 1998-01-02 04:19 Geoff Keating <geoffk@ozemail.com.au>
8496 * math/Makefile: Add t_exp.
8497 * math/libm-test.c: Tighten accuracy bounds for exp(), correct
8499 * math/test-reduce.c: Remove temporarily, it seems to be broken.
8500 * sysdeps/libm-ieee754/e_exp.c: Use accurate table method.
8501 * sysdeps/libm-ieee754/e_expf.c: Use table & double precision for
8503 * sysdeps/libm-ieee754/s_exp2.c: Use better polynomial; correct
8504 algorithm for very large/very small arguments.
8505 * sysdeps/libm-ieee754/s_exp2f.c: Use slightly better polynomial;
8506 correct algorithm for very large/very small arguments; adjust for
8508 * sysdeps/libm-ieee754/t_exp.c: New file.
8509 * sysdeps/libm-ieee754/t_exp2f.h: Use table with smaller deltas.
8511 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Put 'strange test'
8512 back, with comment that explains what breaks when you remove it :-(.
8514 * localedata/xfrm-test.c: Avoid integer overflow.
8516 * stdlib/strfmon.c: char is unsigned, sometimes.
8518 * sysdeps/powerpc/Makefile: Remove quad float support.
8519 * sysdeps/powerpc/q_*.c: Remove, they will become an add-on.
8520 * sysdeps/powerpc/quad_float.h: Likewise.
8521 * sysdeps/powerpc/test-arith.c: Likewise.
8522 * sysdeps/powerpc/test-arithf.c: Likewise.
8524 * sysdeps/generic/s_exp2.c: Remove, we have this implemented now.
8525 * sysdeps/generic/s_exp2f.c: Likewise.
8527 * sysdeps/powerpc/bits/mathinline.h: Use underscores around __asm__,
8528 don't try anything if _SOFT_FLOAT.
8530 1997-12-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8532 * locale/C-ctype.c (_nl_C_LC_CTYPE_class32): Undo last change.
8533 * locale/programs/ld-ctype.c (CHAR_CLASS32_TRANS): Likewise.
8534 * wctype/wctype.c: Likewise.
8535 * wctype/wctype.h (_ISwxxx): Renamed from _ISxxx, all uses
8536 changed. They are incompatible with the _ISxxx values from
8537 <ctype.h> on little endian machines.
8538 (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
8539 bit number. This fixes the real bug and restores the integrity of
8540 the ctype locale file.
8541 * wctype/wcfuncs.c: Change all _ISxxx to _ISwxxx.
8542 * wctype/wcfuncs_l.c: Likewise.
8543 * wctype/wcextra.c: Likewise.
8544 * wctype/wctype_l.c [__BYTE_ORDER == __LITTLE_ENDIAN]: Use correct
8547 1998-02-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8549 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S (errno): Put it
8550 into .bss segment instead of .common, so that aliases on it work.
8552 * sysdeps/unix/sysv/linux/i386/sysdep.S (errno): Add .type and
8553 .size directives, put into .bss segment instead of initializing it
8556 1998-02-12 08:00 H.J. Lu <hjl@gnu.org>
8558 * libc.map (gnu_get_libc_release, gnu_get_libc_version): Added.
8560 * version.c (__gnu_get_libc_release, __gnu_get_libc_version): New
8562 Make names without __ weak aliases.
8563 (__libc_release, __libc_version): Make them static.
8565 * include/gnu/libc-version.h: New file.
8566 * Makefile (headers): Add gnu/libc-version.h.
8568 1998-02-13 Ulrich Drepper <drepper@cygnus.com>
8570 * stdlib/stdlib.h (struct drand48_data): Leave X to user macros
8571 and use x for member name.
8572 Reported by Daniel Lyddy <daniell@cs.berkeley.edu>.
8574 * stdlib/drand48.c: Change according to member name change.
8575 * stdlib/drand48_r.c: Likewise.
8576 * stdlib/lcong48_r.c: Likewise.
8577 * stdlib/lrand48.c: Likewise.
8578 * stdlib/lrand48_r.c: Likewise.
8579 * stdlib/mrand48.c: Likewise.
8580 * stdlib/mrand48_r.c: Likewise.
8581 * stdlib/seed48.c: Likewise.
8582 * stdlib/seed48_r.c: Likewise.
8583 * stdlib/srand48_r.c: Likewise.
8585 1998-02-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8587 * nss/test-netdb.c: Add some more test cases.
8589 1998-02-13 11:39 Ulrich Drepper <drepper@cygnus.com>
8591 * libio/iovsscanf.c: Undo last change modifying errno.
8593 1998-02-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8595 * stdio-common/vfscanf.c: Never try to read another character
8596 after EOF. Don't decrement read_in after EOF, it wasn't
8597 incremented in the first place.
8598 (NEXT_WIDE_CHAR): Set First, not first.
8600 1998-02-06 07:48 H.J. Lu <hjl@gnu.org>
8602 * db/Makefile ($(inst_libdir)/libndbm.a,
8603 $(inst_libdir)/libndbm.so): New targets.
8604 * db2/Makefile: Likewise.
8606 1998-02-12 08:20 H.J. Lu <hjl@gnu.org>
8608 * sysdeps/gnu/errlist.awk (sys_errlist, sys_nerr): Create weak
8609 aliases if HAVE_ELF or PIC or DO_VERSIONING is not defined.
8611 1998-02-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8613 * sysdeps/generic/_G_config.h: Define _G_wchar_t, for C++
8615 * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
8617 1998-02-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8619 * sysdeps/unix/make-syscalls.sh: Fix sed pattern when dealing with
8622 1998-02-13 08:14 H.J. Lu <hjl@gnu.org>
8624 * libc.map (_dl_global_scope, _dl_lookup_symbol_skip,
8625 _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip):
8628 1998-02-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8630 * sysdeps/unix/sysv/linux/syscalls.list: Don't mark lchown as
8633 * grp/Makefile: Fix logic when checking for thread package.
8634 * pwd/Makefile: Likewise.
8636 1998-02-11 08:23 H.J. Lu <hjl@gnu.org>
8638 * elf/Makefile (rtld-map): Replaced by libc-map.
8640 * elf/rtld.map: Removed.
8642 * libc.map (__libc_enable_secure, _dl_catch_error,
8643 _dl_check_all_versions, _dl_debug_initialize, _dl_debug_state,
8644 _dl_default_scope, _dl_global_scope_end, _dl_init_next,
8645 _dl_lookup_symbol, _dl_map_object, _dl_map_object_deps,
8646 _dl_object_relocation_scope, _dl_relocate_object,
8647 _dl_signal_error, _dl_starting_up, _dl_sysdep_start,
8648 _r_debug): Added for ld.so.
8650 1998-02-10 08:38 H.J. Lu <hjl@gnu.org>
8652 * libio/iofclose.c: Check PIC && DO_VERSIONING instead of
8654 * libio/iofdopen.c: Ditto.
8655 * libio/iofopen.c: Ditto.
8656 * libio/oldfileops.c: Ditto.
8658 * libc.map (sys_nerr, _sys_errlist, sys_errlist): Added for
8661 * sysdeps/unix/sysv/linux/Makefile (stdio-common): Removed
8662 oldsiglist from sysdep_routines and shared-only-routines.
8664 * sysdeps/unix/sysv/linux/errlist.c: New.
8665 * sysdeps/unix/sysv/linux/errlist.h: New.
8666 * sysdeps/unix/sysv/linux/sizes.h: New.
8667 * sysdeps/unix/sysv/linux/alpha/sizes.h: New.
8668 * sysdeps/unix/sysv/linux/sparc64/sizes.h: New.
8670 * sysdeps/unix/sysv/linux/oldsiglist.c: Removed.
8672 * sysdeps/unix/sysv/linux/siglist.c: Include <sizes.h>.
8673 (__old_sys_siglist, __old_sys_sigabbrev): Use ELF .size
8676 * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): New.
8678 * sysdeps/unix/sysv/linux/Dist (errlist.h, sizes.h.): Added.
8679 (oldsiglist.c): Removed.
8681 * sysdeps/gnu/errlist.awk (SYS_SIGLIST, SYS_NERR): New.
8682 (_sys_siglist): Use SYS_SIGLIST instead.
8683 (_sys_nerr): Use SYS_NERR instead.
8685 * sysdeps/gnu/errlist.c: Rebuilt.
8687 1998-02-11 08:35 H.J. Lu <hjl@gnu.org>
8689 * elf/Makefile (others-static): New, set to ldconfig.
8690 ($(objpfx)ldconfig): Removed.
8692 * Rules (binaries-all, binaries-static, binaries-shared): New.
8693 Create targets for $(binaries-static) and $(binaries-shared).
8695 * Makeconfig (+link-static, link-libc-static,
8696 link-extra-libs-static): New for static linking.
8698 1998-02-11 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8700 * manual/memory.texi (Using the Memory Debugger): Fix typo.
8702 * math/libm-test.c (modf_test): Add one more test for modf.
8704 1998-02-11 14:39 Ulrich Drepper <drepper@happy.cygnus.com>
8706 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
8707 Rename from __libc_have_rt_sigs and leave as COMMON data.
8709 1998-02-11 08:30 H.J. Lu <hjl@gnu.org>
8711 * sysdeps/libm-ieee754/w_powl.c (__powl): Use __finitel instead
8714 1998-02-11 19:16 Richard Henderson <rth@cygnus.com>
8716 * stdlib/strtod.c (STRTOF): Don't call lshift with zero count.
8718 1998-02-11 16:56 Ulrich Drepper <drepper@happy.cygnus.com>
8720 * misc/tst-efgcvt.c: Add yet more tests.
8721 * misc/efgcvt_r.c: And correct for these tests again.
8724 * isomac.c: Move to...
8725 * stdlib/isomac.c: ...here.
8726 * Makefile: Move rules for handling isomac...
8727 * stdlib/Makefile: ...to here.
8729 1998-02-10 23:57 Ulrich Drepper <drepper@happy.cygnus.com>
8731 * misc/tst-efgcvt.c: Add more tests.
8732 * misc/efgcvt_r.c: Correct result for above new tests.
8734 1998-02-06 17:22 H.J. Lu <hjl@gnu.org>
8736 * misc/efgcvt_r.c (fcvt_r, ecvt_r): Correctly handle
8739 1998-02-10 16:48 Philip Blundell <pb@nexus.co.uk>
8741 * Makerules (install-no-libc.a-nosubdir): Don't install-bin (etc)
8742 if the programs weren't built.
8744 1998-02-09 10:12 Philip Blundell <pb@nexus.co.uk>
8746 * sysdeps/libm-ieee754/s_exp2.c (__ieee754_exp2): If we don't have
8747 FE_TONEAREST, soldier on regardless and do the best we can.
8748 * sysdeps/libm-ieee754/s_exp2f.c (__ieee754_exp2f): likewise.
8750 1998-02-5 17:20 Philip Blundell <pb@nexus.co.uk>
8752 * sysdeps/standalone/filedesc.h: Define __need_FOPEN_MAX, not
8753 _STDIO_H, before including <bits/stdio_lim.h>.
8755 * sysdeps/standalone/arm/bits/errno.h (EOVERFLOW): Added.
8757 * io/fts.c (fts_build): Don't try to use d_type if it doesn't
8760 * sysdeps/arm/sys/ucontext.h: New file.
8762 1998-02-04 10:11 Philip Blundell <pb@nexus.co.uk>
8764 * manual/stdio.texi (Formatted Output Functions): Explicitly say
8765 that the return value from snprintf() does not count the
8766 terminating NUL as a character.
8768 1998-02-10 16:57 Ulrich Drepper <drepper@happy.cygnus.com>
8770 * manual/users.texi: Rewrite to describe correct POSIX behaviour,
8771 add description for sete[ug]id and general cleanup.
8772 Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8774 1998-01-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8776 * Makefile (parent-clean): Don't remove makefile fragments here.
8777 (postclean): New variable.
8778 (clean): Remove makefile fragments here.
8779 (realclean distclean): Likewise. Pass sysdep-subdirs to sub-make.
8780 (generated): Add isomac and isomanc.out.
8781 * Makeconfig ($(common-objpfx)soversions.mk): Don't generate if
8782 avoid-generated is set.
8783 (postclean-generated): Add soversion.mk.
8784 ($(common-objpfx)version.mk): Don't include if avoid-generated is
8786 * Makerules: Still need to include $(+sysdir_pfx)sysd-Makefile if
8787 avoid-generated is set.
8788 (common-generated): Add libc.so and libc.so$(libc.so-version).
8789 (generated): Add versioned libraries.
8790 (common-mostlyclean): Also remove %.so and %_pic.a.
8791 * csu/Makefile (generated): Add abi-tag.h.
8792 * db2/Makefile (extra-objs): Add getlong.o.
8793 * elf/Makefile (generated): Add ld.so, ldd and
8794 $(rtld-installed-name).
8795 (others): Add ldconfig here instead of ldconfig.o to extra-objs.
8796 * malloc/Makefile (generated): Add mtrace.
8797 * po/Makefile: Don't include version.mk, not needed any more.
8798 * sunrpc/Makefile (generated): Add rpc-proto.d and rpcgen.
8799 * sysdeps/unix/Makefile: Fix local_lim.h -> bits/local_lim.h,
8800 syscall.h -> sys/syscall.h.
8801 (common-generated): Add s-proto.d.
8802 (postclean-generated): Add sysd-syscalls.
8803 * localedata/Makefile (test-output): Add all output files.
8804 (generated): Add test-input and test-output.
8805 (generated-dirs): Add all the dirs.
8807 1998-01-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8809 * Makefile (test-output, generated, generated-dirs): New
8812 1998-02-10 16:57 Ulrich Drepper <drepper@happy.cygnus.com>
8814 * resolv/nss_dns/dns-host.c: Various code cleanups.
8816 1998-02-09 08:10 H.J. Lu <hjl@gnu.org>
8818 * resolv/gethnamaddr.c (getanswer): Fix the PTR/CNAME bug.
8819 From Philip Blundell <pb@nexus.co.uk>.
8820 * resolv/nss_dns/dns-host.c (getanswer_r): Ditto.
8822 1998-02-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8824 * libc.map: Add .rem, .div, .mul, .udiv, .umul, .urem for Sparc.
8825 Suggested by debian/sparc porters.
8827 1998-02-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8829 * misc/tst-efgcvt.c: Totally rewritten, added a lot of new tests
8832 1998-02-10 16:32 Ulrich Drepper <drepper@happy.cygnus.com>
8834 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use __xstat and
8835 __fxstat instead of stat and fstat. Use namespace clean __stpcpy.
8837 * signal/signal.h: Always define sigset_t if __need_sigset_t is
8838 defined even if __USE_POSIX is not defined.
8840 1998-02-02 20:51 Zack Weinberg <zack@rabi.phys.columbia.edu>
8842 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Correct last patch
8843 to support obsolete tty major numbers correctly.
8845 1998-02-02 08:47 H.J. Lu <hjl@gnu.org>
8847 * login/Makefile ($(inst_libexecdir)/pt_chown): Make the target
8848 directory first and ignore install error.
8850 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Substract
8851 128 from ptyno and fix a typo for the BSD style pty.
8853 1998-02-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8855 * sysdeps/unix/Makefile ($(common-objpfx)s-proto.d): Depend on all
8858 1998-02-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8860 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add
8861 getresuid and getresgid.
8863 * sysdeps/unix/sysv/linux/getresuid.c: New file.
8864 * sysdeps/unix/sysv/linux/getresgid.c: New file.
8866 * sysdeps/unix/sysv/linux/syscalls.list: Remove getres[ug]id, add
8869 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add getres[ug]id.
8870 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
8871 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
8872 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
8874 1998-02-02 08:11 H.J. Lu <hjl@gnu.org>
8876 * nscd/grpcache.c: Include <stdlib.h>.
8878 1998-02-01 16:01 H.J. Lu <hjl@gnu.org>
8880 * stdlib/atoll.c: Fix comments.
8882 * sysdeps/posix/ttyname.c: Ignore stdin/stdout/stderr.
8883 * sysdeps/posix/ttyname_r.c: Ditto.
8885 1998-02-03 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8887 * io/sys/stat.h: Define S_IFLNK and S_IFSOCK if __USE_BSD or
8888 __USE_MISC, independent of __USE_UNIX98.
8890 1998-02-10 19:18 Ulrich Drepper <drepper@happy.cygnus.com>
8892 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_missing_rt_sigs):
8893 Rename from __libc_have_rt_sigs and leave as COMMON data.
8895 1998-02-04 11:58 Richard Henderson <rth@twiddle.rth.home>
8897 * Makeconfig (CFLAGS-.os): Kill -fno-common.
8898 * Makerules (libc.so): Prelink libc_pic.a, allocating commons.
8900 * libc.map (GLIBC_2.1): Add Linux/Alpha tv64 symbols.
8901 * elf/rtld.map: New file. Needed to define the GLIBC_2.*
8903 * include/libc-symbols.h (symbol_version, default_symbol_version):
8904 Provide asm versions and correct !DO_VERSIONING versions.
8905 * sysdeps/unix/make-syscalls.sh: Recognize version symbols in
8906 the weak symbol list.
8908 * sysdeps/unix/sysv/linux/sigaction.c (__libc_missing_rt_sigs):
8909 Rename from __libc_have_rt_sigs and leave as COMMON data.
8910 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
8911 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
8912 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
8914 1998-02-04 16:41 Zack Weinberg <zack@rabi.phys.columbia.edu>
8916 * sunrpc/Makefile: Correct dependencies of rpcgen.
8918 1998-02-10 03:00 Ulrich Drepper <drepper@happy.cygnus.com>
8920 * nscd/Makefile: Fix test for available linuxthreads add-on.
8921 Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
8923 1998-02-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8925 * sysdeps/unix/sysv/linux/syscalls.list: Fix typo in lchown.
8927 1998-02-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8929 * sysdeps/gnu/Makefile: Respect with-cvs variable.
8931 * manual/errno.texi (Error Messages): Correct description of
8932 strerror_r. Pointed out by jonas@bagge.se.
8934 1998-01-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8936 * manual/socket.texi (Host Address Functions): Clarify description
8939 1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8941 * sysdeps/unix/grantpt.c (argv): Move const to toplevel.
8942 (grantpt): Delete superfluous cast.
8944 1998-02-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8946 * Makefile ($(inst_slibdir)/libc-$(version).so): Depend on
8947 elf/ldso_install instead of elf/subdir_install.
8948 (elf/ldso_install): New target.
8950 * elf/Makefile (ldso_install): New target.
8952 1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8954 * sysdeps/unix/sysv/linux/powerpc/socket.S: Really do the change
8957 1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8959 * string/bits/string2.h (strcmp): Use __string2_1bptr_p only for
8960 constant expressions.
8962 1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8964 * nss/test-netdb.c: Include <unistd.h> for gethostname and "nss.h"
8965 for __nss_configure_lookup.
8966 (output_hostent): Remove unused variable.
8968 1998-02-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
8970 * string/tst-inlcall.c: Fix format string.
8972 1998-02-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
8974 * inet/netinet/in.h: Rename second parameter of bindresvport to
8975 avoid buggy gcc warning. [PR libc/412]
8977 1998-02-04 18:04 Richard Henderson <rth@cygnus.com>
8979 * sysdeps/unix/sysv/linux/alpha/clone.S: Elide terminal ldgp for PROF.
8980 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix typos.
8982 * sysdeps/unix/sysv/linux/alpha/bits/time.h (struct timeval):
8983 Follow POSIX and make tv_sec a time_t.
8984 * sysdeps/unix/sysv/linux/alpha/getitimer.S: New file to handle
8985 new tv64 syscall as well as fall back to tv32.
8986 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
8987 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
8988 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
8989 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
8990 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
8991 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
8992 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
8993 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add tv32 entries.
8995 * include/rpcsvc/nis.h: New. Bounce to nis/rpcsvc.
8996 * include/rpcsvc/nis_tags.h: Likewise.
8997 * include/rpcsvc/nislib.h: Likewise.
8999 1998-02-02 01:12 Ulrich Drepper <drepper@cygnus.com>
9001 * libc.map: Add _h_errno.
9002 * inet/herrno.c: Make _h_errno weak alias.
9004 * login/Makefile (distribute): Add pty-internal.h.
9006 * nscd/Makefile (distribute): Add all the files missing.
9008 * signal/allocrtsig.c: Fix problem with recognizing whether RT sigs
9011 * stdio-common/tstscanf.c: Rewrite a bit to continue after errors
9012 and report status at the end.
9014 * sysdeps/unix/sysv/linux/syscalls.list: Add lchown.
9016 * sysdeps/unix/sysv/linux/i386/sysdep.S: Make errno an initialized
9018 * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Add alias _errno for errno.
9019 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.S: Likewise.
9020 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.S: Likewise.
9022 1998-01-03 20:47 Mark Kettenis <kettenis@phys.uva.nl>
9024 * configure.in: Fix --enable-add-ons code.
9026 1998-02-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9028 * elf/rtld.c (dl_main): Allow ":" as separator for LD_PRELOAD. Patch
9029 by Rudolf Leitgeb <leitgeb@leland.stanford.edu>.
9032 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Use first
9033 occurence in cache. Reported by Rudolf Leitgeb
9034 <leitgeb@leland.stanford.edu>.
9037 1998-02-01 21:18 Ulrich Drepper <drepper@cygnus.com>
9039 * libio/iovsscanf.c: Set errno to 0 before calling _IO_vfscanf so
9040 that it never is EINTR (which is tested for in _IO_vfscanf).
9042 * Makefile.in: Call sub-make with CVSOPTS.
9044 * elf/Makefile (distribute): Add dl-procinfo.h.
9046 * sysdeps/unix/sysv/linux/alpha/Dist: Add rt_sigaction.S.
9048 1998-02-01 15:54 Ulrich Drepper <drepper@cygnus.com>
9050 * version.h (VERSION): Bump to 2.0.92.
9052 1998-01-31 Phil Blundell <philb@gnu.org>
9054 * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist): Additional weak
9055 alias for __new_sys_siglist.
9057 1998-02-01 00:53 Ulrich Drepper <drepper@cygnus.com>
9059 * grp/Makefile: Define USE_NSCD in CFLAGS for getgrnam_r.c and
9060 getgrgid_r.c if thread package is available.
9061 * pwd/Makefile: Likewise.
9062 * grp/getgrnam_r.c: Remove USE_NSCD definition.
9063 * grp/getgrgid_r.c: Likewise.
9064 * pwd/getpwnam_r.c: Likewise.
9065 * pwd/getpwuid_r.c: Likewise.
9067 1998-01-31 23:46 Ulrich Drepper <drepper@cygnus.com>
9069 * nss/getXXbyYY_r.c: If NSS function reports too small buffer return
9070 with error to allow user intervention.
9071 * nss/getXXent_r.c: Likewise.
9073 1998-01-31 21:18 Ulrich Drepper <drepper@cygnus.com>
9075 * sysdeps/generic/dl-sysdep.c (_dl_show_aux): Print newline after
9076 AT_PLATFORM string. Pretty print AT_BASE info.
9078 * sysdeps/generic/dl-sysdep.c: Include <dl-procinfo.h>.
9079 (_dl_show_aux): Call _dl_procinfo to print AT_HWCAP info.
9080 * sysdeps/generic/dl-procinfo.h: New file.
9081 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: New file.
9083 1998-01-31 20:52 Ulrich Drepper <drepper@cygnus.com>
9085 * nscd/grpcache.c (cache_grpinit): Let calloc do the multiplication.
9087 * nscd/pwdcache.c (cache_pwdinit): Use thread attribute to detach
9088 thread and not pthread_detach.
9090 * nscd/nscd.c: Rewrite to use argp instead of getopt.
9092 1998-01-31 Phil Blundell <philb@gnu.org>
9094 * configure.in: Add --without-cvs option to suppress automatic
9095 checkin of regenerated files.
9096 * config.make.in: Likewise.
9097 * Makefile: Respect with-cvs setting.
9098 * Makerules: Likewise.
9100 * configure.in: Allow the standalone ARM port to be configured.
9102 1998-01-31 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
9104 * grp/getgrgid_r.c: Define USE_NSCD.
9105 * grp/getgrnam_r.c: Likewise.
9106 * pwd/getpwuid_r.c: Likewise.
9107 * pwd/getpwnam_r.c: Likewise.
9109 * sysdeps/unix/inet/Subdirs: Add nscd subdir.
9111 * nss/getXXbyYY_r.c: Try at first nscd.
9113 * nscd/Makefile: New, for the Name Switch Cache Daemon (nscd).
9114 * nscd/connections.c: New file.
9115 * nscd/dbg_log.c: New file.
9116 * nscd/dbg_log.h: New file.
9117 * nscd/grpcache.c: New file.
9118 * nscd/nscd.c: New file.
9119 * nscd/nscd.h: New file.
9120 * nscd/nscd_conf.c: New file.
9121 * nscd/nscd_stat.c: New file.
9122 * nscd/pwdcache.c: New file.
9124 * nscd/nscd_getgr_r.c: New, client code, linked into libc.
9125 * nscd/nscd_getpw_r.c: Likewise.
9126 * nscd/nscd_proto.h: New, prototypes for client functions.
9128 * nscd/nscd.conf: New, example for a configuration file.
9129 * nscd/nscd.init: New, example for a startup script.
9131 * nscd/getgrgid_r.c: Old grp/getgrgid_r version, used from nscd to
9133 * nscd/getgrnam_r.c: Likewise.
9134 * nscd/getpwnam_r.c: Likewise.
9135 * nscd/getpwuid_r.c: Likewise.
9137 1998-01-31 11:44 Ulrich Drepper <drepper@cygnus.com>
9139 * intl/Makefile: Use CVSOPTS in cvs invocation.
9140 * po/Makefile: Likewise.
9141 * posix/Makefile: Likewise.
9142 * stdlib/Makefile: Likewise.
9144 1998-01-31 11:18 Ulrich Drepper <drepper@cygnus.com>
9146 * misc/efgcvt_r.c (fcvt_r): Handle illegal NDIGIT correctly.
9148 * misc/Makefile (tests): Add tst-efgcvt.
9149 * misc/tst-efgcvt.c: New file.
9151 1998-01-31 00:21 Ulrich Drepper <drepper@cygnus.com>
9153 * posix/regex.c: Add some more cleanups by Akim Demaille.
9155 1998-01-30 23:55 Ulrich Drepper <drepper@cygnus.com>
9157 * signal/signal.h: Revert last change.
9158 * string/strsignal.c: Regard signal number NSGI as illegal.
9159 * sysdeps/unix/sysv/linux/siglist.c: Define array only with NSIG
9162 1998-01-30 23:37 Ulrich Drepper <drepper@cygnus.com>
9164 * Makefile.in: Add comment about CVSOPTS Makefile variable.
9165 * Makerules: Use CVSOPTS in cvs invocation.
9166 * Makefile: Likewise.
9167 * MakeTAGS: Likewise.
9168 * Make-dist: Likewise.
9170 1998-01-30 22:37 Ulrich Drepper <drepper@cygnus.com>
9172 * sysdeps/generic/memmem.c: Correct last change.
9174 1998-01-30 22:12 Ulrich Drepper <drepper@cygnus.com>
9176 * sysdeps/unix/sysv/linux/Makefile [$(subdir)==nis]: Define
9177 CFLAGS-ypclnt.c to -DUSE_BINDINGDIR=1.
9179 1998-01-30 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
9181 * nis/ypclnt.c: Try at first to use the binding file from ypbind
9184 1998-01-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9186 * manual/memory.texi (Heap Consistency Checking): mcheck is
9187 declared in <mcheck.h>.
9188 Suggested by Jochen Voss <voss@mathematik.uni-kl.de> [PR libc/438]
9190 1998-01-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9192 * sysdeps/generic/memmem.c (memmem): An empty needle is at the
9193 beginning of haystack.
9195 1998-01-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9197 * nss/nss_files/files-service.c: Correct last patch.
9199 1998-01-30 21:29 Ulrich Drepper <drepper@cygnus.com>
9201 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Define
9202 __libc_have_rt_sigs.
9203 * sysdeps/sparc/sparc32/__longjmp.S: Define _SETJMP_H before
9204 including <bits/setjmp.h>.
9205 * sysdeps/sparc/sparc32/setjmp.S: Likewise.
9206 Patch from the Debian glibc/SPARC package.
9208 1997-12-12 07:57 H.J. Lu <hjl@gnu.org>
9210 * sysdeps/alpha/bzero.S: Fix a typo.
9211 * sysdeps/alpha/htonl.S: Ditto.
9212 * sysdeps/alpha/htons.S: Ditto.
9214 1998-01-30 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
9216 * nis/nss_nis/nis-hosts.c: Convert hostname to lowercase for NIS query.
9218 1998-01-30 19:58 Ulrich Drepper <drepper@cygnus.com>
9220 * include/cpio.h: Move to ...
9221 * posix/cpio.h: ...here.
9223 * locale/programs/ld-collate.c: Fix typo.
9225 * signal/signal.h: Declare _sys_siglist with NSIG+1 elements.
9227 * stdio-common/tiformat.c: Add checks for %#.0o and friends.
9229 * login/utmp_file.c (pututline_file): Don't always report success
9230 if similar entry is found. Patch by Mark M. Kettenis.
9232 1998-01-30 16:06 Philip Blundell <pb@nexus.co.uk>
9234 * manual/Makefile: Don't try to install the info files if makeinfo
9237 1998-01-30 12:05 Philip Blundell <pb@nexus.co.uk>
9239 * sysdeps/unix/sysv/linux/bits/ioctls.h: Include a copy of the
9240 kernel's network ioctls, rather than using <linux/sockios.h> to
9241 get them. This way we are sure of maintaining compatibility if
9242 the kernel interface should change.
9244 1998-01-30 15:52 Ulrich Drepper <drepper@cygnus.com>
9246 * sysdeps/unix/sysv/linux/Dist: Add netrose/rose.h.
9248 1998-01-25 19:54 Philip Blundell <Philip.Blundell@pobox.com>
9250 * sysdeps/unix/sysv/linux/netrose/rose.h: New file.
9251 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Install it.
9253 1998-01-27 22:29 Zack Weinberg <zack@rabi.phys.columbia.edu>
9255 Implement System V pseudoterminal handling.
9258 (routines): Add getpt, grantpt, unlockpt, ptsname.
9259 (libutil-routines): Remove pty. Add openpty, forkpty.
9260 (distribute): New internal header pty-internal.h.
9261 (others): Add the helper program, pt_chown.
9262 (install-others): Install it, in $(libexecdir), mode 4755.
9264 * login/pty-internal.h: New file.
9265 * login/openpty.c: New file.
9266 * login/forkpty.c: New file.
9267 * login/programs/pt_chown.c: New file.
9269 * libc.map: Add getpt, grantpt, unlockpt, ptsname, ptsname_r.
9270 * stdlib/stdlib.h: Prototype them.
9272 * config.make.in: Define $(libexecdir).
9273 * Makeconfig: Define $(inst_libexecdir).
9275 * sysdeps/generic/pty.c: Removed.
9276 * sysdeps/unix/sysv/linux/pty.c: Removed.
9278 * sysdeps/generic/getpt.c: Stub out.
9279 * sysdeps/generic/grantpt.c: Likewise.
9280 * sysdeps/generic/ptsname.c: Likewise.
9281 * sysdeps/generic/unlockpt.c: Likewise.
9283 * sysdeps/unix/grantpt.c: New file.
9284 * sysdeps/unix/bsd/getpt.c: New file.
9285 * sysdeps/unix/bsd/unlockpt.c: New file.
9286 * sysdeps/unix/sysv/linux/getpt.c: New file.
9287 * sysdeps/unix/sysv/linux/ptsname.c: New file.
9288 * sysdeps/unix/sysv/linux/unlockpt.c: New file.
9290 1998-01-29 23:56 Ulrich Drepper <drepper@cygnus.com>
9292 * localedata/locales/ru_RU: Fix YESEXPR. Patch by lav@yars.free.net.
9294 1998-01-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9296 * nss/Makefile (tests): Add rule for test-netdb.c.
9298 * nss/test-netdb.c: New file.
9300 1998-01-29 02:38 Ulrich Drepper <drepper@cygnus.com>
9302 * elf/dl-open.c (_dl_open): Make sure the variable `reloc' is
9303 really kept as a variable. Patch by Richard Henderson,
9304 reported by Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>.
9306 * elf/rtld.c (dl_main): Call _dl_init_paths before handling preloading.
9307 * elf/genrtldtbl.awk: Mark machine dependent directory of generated
9308 entries as not existing.
9310 1998-01-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9312 * stdio-common/vfprintf.c (process_arg): Fix printing of octal
9313 zero in alternate form with precision of zero, which must produce
9314 "0". Add braces to avoid ambiguous `else'.
9316 1998-01-26 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
9318 * nis/nss_compat/compat-grp.c: Fix memory leak and trailing null
9319 problem with strncpy.
9320 * nis/nss_compat/compat-pwd.c: Likewise.
9321 * nis/nss_compat/comapt-spwd.c: Likewise.
9323 1998-01-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9325 * assert/assert.h (assert_perror): Correct test for errnum. Patch
9326 by uch@nop.or.jp. [PR libc/437]
9328 1998-01-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9330 * nis/nis_cache.c: Include <unistd.h> for declaration of close.
9332 1998-01-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9334 * stdio-common/test-popen.c: Include <errno.h>.
9336 * sysdeps/unix/sysv/linux/if_index.c: Include <unistd.h> for
9339 * inet/getnetgrent_r.c: Include <errno.h>.
9341 * db2/db/db_conv.c: Include <string.h> for memcpy.
9343 * gmon/bb_exit_func.c: Include <string.h> instead of <strings.h>
9344 so that memcpy is declared.
9346 * iconv/iconv_open.c: Include <stdlib.h> for alloca.
9348 * misc/init-misc.c: Remove unneeded inclusion of <errno.h>.
9350 1998-01-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9352 * pwd/fgetpwent_r.c (__fgetpwent_r): Correctly handle buffer
9353 overflow while reading line with fgets.
9354 * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
9356 1998-01-27 00:46 Ulrich Drepper <drepper@cygnus.com>
9358 * sysdeps/unix/sysv/linux/bits/types.h (__ipc_pid_t): Change to
9359 unsigned short, not short.
9360 Reported by Andreas Jaeger.
9362 1998-01-06 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9364 * sysdeps/unix/sysv/linux/mips/syscalls.list: Correct typo
9367 * sysdeps/generic/inttypes.h: Fix spelling.
9369 1998-01-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9371 * sysdeps/unix/sysv/linux/arm/Dist: Add bits/mman.h.
9373 * sysdeps/unix/sysv/linux/alpha/Dist: Add net/route.h.
9375 1998-01-27 00:30 Ulrich Drepper <drepper@cygnus.com>
9377 * stdio-common/printf.h (struct print_info): Add new bitfield is_char.
9378 * stdio-common/printf-parse.h (parse_one_spec): Fill in is_char
9379 field for hh modifier.
9380 * stdio-common/vfprint.c: Use is_char field and do not depend in
9381 is_short having the value 2.
9382 Bug reported by Andreas Jaeger.
9384 1998-01-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9386 * libio/freopen.c (freopen): Call _IO_old_freopen only if defined
9387 PIC && DO_VERSIONING.
9389 1998-01-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9391 * Rules: Add rules for $(common-objpfx)dummy$o.
9393 1998-01-26 Richard Henderson <rth@cygnus.com>
9395 * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Dyke out the
9396 unimplemented OSF/1 definitions so that they are not accidentally seen.
9398 * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Move declaration
9399 of the trampoline function into the macro.
9400 * sysdeps/unix/sysv/linux/alpha/clone.S: Fix ldgp for PROF.
9401 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Revert last change;
9402 kernel 2.1.82 has this fixed.
9404 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: New file.
9405 * sysdeps/unix/sysv/linux/alpha/sys/ucontext.h: New file.
9407 1998-01-26 Ulrich Drepper <drepper@cygnus.com>
9409 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add change to
9410 support sigaction on kernels > 2.1.7x.
9412 1998-01-01 13:52 Ulrich Drepper <drepper@cygnus.com>
9414 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Don't map the file
9417 * elf/rtld.c (dl_main): Correct parsing of ld.so.preload file.
9418 Patch by David Engel <david@sw.ods.com>.
9420 * configure.in: Fix another typo in --enable-add-ons code.
9422 1998-01-26 03:48 Ulrich Drepper <drepper@cygnus.com>
9424 * sysdeps/unix/sysv/linux/siglist.c: Add copyright text.
9426 1998-01-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9428 * nss/nss_files/files-network.c: Correct order of parameters for
9431 1998-01-26 00:57 Ulrich Drepper <drepper@cygnus.com>
9433 * db2/Makefile (routines): Add os_alloc.
9434 * db2/db.h: Update from db-2.3.16.
9435 * db2/db_185.h: Likewise.
9436 * db2/db_int.h: Likewise.
9437 * db2/btree/bt_close.c: Likewise.
9438 * db2/btree/bt_cursor.c: Likewise.
9439 * db2/btree/bt_delete.c: Likewise.
9440 * db2/btree/bt_open.c: Likewise.
9441 * db2/btree/bt_page.c: Likewise.
9442 * db2/btree/bt_put.c: Likewise.
9443 * db2/btree/bt_rec.c: Likewise.
9444 * db2/btree/bt_recno.c: Likewise.
9445 * db2/btree/btree_auto.c: Likewise.
9446 * db2/common/db_appinit.c: Likewise.
9447 * db2/common/db_apprec.c: Likewise.
9448 * db2/common/db_err.c: Likewise.
9449 * db2/common/db_region.c: Likewise.
9450 * db2/common/db_shash.c: Likewise.
9451 * db2/db/db.c: Likewise.
9452 * db2/db/db_auto.c: Likewise.
9453 * db2/db/db_conv.c: Likewise.
9454 * db2/db/db_dispatch.c: Likewise.
9455 * db2/db/db_dup.c: Likewise.
9456 * db2/db/db_pr.c: Likewise.
9457 * db2/db/db_rec.c: Likewise.
9458 * db2/db185/db185.c: Likewise.
9459 * db2/dbm/dbm.c: Likewise.
9460 * db2/hash/hash.c: Likewise.
9461 * db2/hash/hash_auto.c: Likewise.
9462 * db2/hash/hash_dup.c: Likewise.
9463 * db2/hash/hash_page.c: Likewise.
9464 * db2/hash/hash_rec.c: Likewise.
9465 * db2/include/btree_ext.h: Likewise.
9466 * db2/include/clib_ext.h: Likewise.
9467 * db2/include/common_ext.h: Likewise.
9468 * db2/include/db.h.src: Likewise.
9469 * db2/include/db_185.h.src: Likewise.
9470 * db2/include/db_am.h: Likewise.
9471 * db2/include/db_ext.h: Likewise.
9472 * db2/include/db_int.h.src: Likewise.
9473 * db2/include/hash_ext.h: Likewise.
9474 * db2/include/lock_ext.h: Likewise.
9475 * db2/include/log.h: Likewise.
9476 * db2/include/log_auto.h: Likewise.
9477 * db2/include/log_ext.h: Likewise.
9478 * db2/include/mp.h: Likewise.
9479 * db2/include/mp_ext.h: Likewise.
9480 * db2/include/mutex_ext.h: Likewise.
9481 * db2/include/os_ext.h: Likewise.
9482 * db2/include/os_func.h: Likewise.
9483 * db2/include/txn_ext.h: Likewise.
9484 * db2/lock/lock.c: Likewise.
9485 * db2/lock/lock_util.c: Likewise.
9486 * db2/log/log.c: Likewise.
9487 * db2/log/log.src: Likewise.
9488 * db2/log/log_archive.c: Likewise.
9489 * db2/log/log_auto.c: Likewise.
9490 * db2/log/log_get.c: Likewise.
9491 * db2/log/log_put.c: Likewise.
9492 * db2/log/log_rec.c: Likewise.
9493 * db2/log/log_register.c: Likewise.
9494 * db2/mp/mp_bh.c: Likewise.
9495 * db2/mp/mp_fget.c: Likewise.
9496 * db2/mp/mp_fopen.c: Likewise.
9497 * db2/mp/mp_fput.c: Likewise.
9498 * db2/mp/mp_pr.c: Likewise.
9499 * db2/mp/mp_sync.c: Likewise.
9500 * db2/mutex/mutex.c: Likewise.
9501 * db2/os/os_alloc.c: Likewise.
9502 * db2/os/os_config.c: Likewise.
9503 * db2/os/os_stat.c: Likewise.
9504 * db2/progs/db_checkpoint/db_checkpoint.c: Likewise.
9505 * db2/progs/db_deadlock/db_deadlock.c: Likewise.
9506 * db2/progs/db_load/db_load.c: Likewise.
9507 * db2/progs/db_printlog/db_printlog.c: Likewise.
9508 * db2/progs/db_recover/db_recover.c: Likewise.
9509 * db2/progs/db_stat/db_stat.c: Likewise.
9510 * db2/txn/txn.c: Likewise.
9512 * elf/dl-close.c (_dl_close): Rename inner variable named map to imap.
9513 Unmap memory blocks in reverse order of allocation.
9514 Call munmap with load address added to offset.
9515 Bug reported by Miguel de Icaza.
9517 * locale/programs/ld-collate.c (collate_end_weight): Correctly fill
9520 * localedata/locales/cs_CZ: Update by Michael Mraka
9521 <michael@informatics.muni.cz>.
9523 * misc/sys/syslog.h: Reformat a bit. Don't declare vsyslog unless
9526 * nis/nss_compat/compat-grp.c: Correctly handle buffer overflow while
9527 reading line with fgets.
9528 * nis/nss_compat/compat-pwd.c: Likewise.
9529 * nis/nss_compat/compat-spwd.c: Likewise.
9530 * nss/nss_files/files-XXX.c: Likewise.
9531 * nss/nss_files/files-alias.c: Likewise.
9532 * shadow/fgetspent_r.c: Likewise.
9534 * string/strerror_r.c: Correct comment. Patch by Andreas Jaeger.
9536 * sysdeps/unix/sysv/linux/bits/stat.h: Define _STATBUF_ST_RDEV.
9537 * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
9538 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
9540 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Allocate room for
9541 FP register content in ucontext_t.
9543 1998-01-22 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9545 * sysdeps/libm-ieee754/s_modfl.c (modf): Correct
9546 calculation. Patch by Markus Schoder
9547 <Markus.Schoder@dresdner-bank.de>.
9549 * math/libm-test.c (modf_test): Add more tests for modf.
9551 * sysdeps/unix/sysv/linux/sys/mman.h: Add const to mlock and
9552 munlock according to Unix98.
9554 1998-01-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9556 * nss/nss_files/files-network.c (LINE_PARSER): Set n_addrtype to
9559 1998-01-21 07:22 H.J. Lu <hjl@gnu.org>
9561 * sysdeps/posix/ttyname.c: Handle symbolic links.
9562 * sysdeps/posix/ttyname_r.c: Ditto.
9564 1998-01-25 19:39 Ulrich Drepper <drepper@cygnus.com>
9566 * db2/makedb.c (process_input): Write terminating \0 for value.
9567 (print_database): Simply print value string, don't use length.
9569 1998-01-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9571 * nss/nsswitch.c (__nss_configure_lookup): Correct test for early
9574 1998-01-25 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
9576 * nis/ypclnt.c: Don't set dom_client to NULL, or we will not
9579 1998-01-25 14:54 Ulrich Drepper <drepper@cygnus.com>
9581 * signal/Makefile (routines): Add sighold, sigrelse, sigignore, and
9583 * signal/sighold.c: New file.
9584 * signal/sigrelse.c: New file.
9585 * sysdeps/generic/sigignore.c: New file.
9586 * sysdeps/generic/sigset.c: New file.
9587 * sysdeps/posix/sigignore.c: New file.
9588 * sysdeps/posix/sigset.c: New file.
9589 * signal/signal.h: Add prototypes for new functions.
9591 * sysdeps/unix/sysv/linux/alpha/bits/signum.h: Define SIG_HOLD.
9592 * sysdeps/unix/sysv/linux/bits/signum.h: Likewise.
9593 * sysdeps/unix/sysv/linux/mips/bits/signum.h: Likewise.
9594 * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Likewise.
9596 1998-01-23 00:16 Tim Waugh <tim@cyberelk.demon.co.uk>
9598 * posix/wordexp.c: Added IFS field-splitting in parameter and
9599 command substitution. Fixed an IFS-related bug that caused an
9602 1998-01-25 12:38 Ulrich Drepper <drepper@cygnus.com>
9604 * stdlib/Makefile (routines): Add getcontext, setcontext, makecontext,
9606 * stdlib/ucontext.h: Correct prototypes.
9607 * sysdeps/generic/getcontext.c: New file.
9608 * sysdeps/generic/setcontext.c: New file.
9609 * sysdeps/generic/makecontext.c: New file.
9610 * sysdeps/generic/swapcontext.c: New file.
9611 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: Removed.
9613 1998-01-25 04:07 Ulrich Drepper <drepper@cygnus.com>
9615 * resource/sys/resource.h: Remove #include of ulimit.h which is
9616 not allowed by SUSv2 and not available on other systems.
9617 * sysdeps/unix/sysv/linux/ulimit.c: Include ulimit.h.
9619 * streams/Makefile: New file.
9620 * streams/stropts.h: New file.
9621 * sysdeps/generic/bits/stropts.h: New file.
9622 * sysdeps/generic/isastream.c: New file.
9623 * sysdeps/generic/getmsg.c: New file.
9624 * sysdeps/generic/getpmsg.c: New file.
9625 * sysdeps/generic/putmsg.c: New file.
9626 * sysdeps/generic/putpmsg.c: New file.
9627 * sysdeps/generic/fattach.c: New file.
9628 * sysdeps/generic/fdetach.c: New file.
9629 * sysdeps/unix/inet/Subdirs: Add streams.
9630 * sysdeps/generic/bits/types.h: Add definition of __t_scalar_t and
9632 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9633 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
9634 * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
9635 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
9637 * sysdeps/mach/_strerror.c: Follow changes of generic version to
9638 handle small buffers correctly.
9640 1998-01-24 17:31 H.J. Lu <hjl@gnu.org>
9642 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
9643 Remove the 3rd arg and add declaration for _dl_runtime_resolve
9644 and _dl_runtime_profile.
9646 1998-01-25 02:42 Ulrich Drepper <drepper@cygnus.com>
9648 * include/cpio.h: New file. Mainly copied from GNU cpio.
9649 * posix/Makefile (headers): Add cpio.h.
9651 1998-01-24 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
9653 * nis/Makefile: Distribute nis_cache2.h, add nis cache functions
9655 * nis/nis_cache.c: New file.
9656 * nis/nis_cache2.h: New file.
9657 * nis/nis_cache2_xdr.c: New file.
9658 * nis/nis_call.c: Changes for cache2_info parameter.
9659 * nis/nis_checkpoint.c: Likewise.
9660 * nis/nis_intern.h: Likewise.
9661 * nis/nis_mkdir.c: Likewise.
9662 * nis/nis_ping.c: Likewise.
9663 * nis/nis_rmdir.c: Likewise.
9664 * nis/nis_server.c: Likewise.
9665 * nis/nis_util.c: Likewise.
9667 1997-12-30 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
9669 * nis/nss_nisplus/nisplus-alias.c: Fix bogus if case and
9670 return/errnop codes.
9671 * nis/nss_nisplus/nisplus-ethers.c: Likewise.
9672 * nis/nss_nisplus/nisplus-grp.c: Likewise.
9673 * nis/nss_nisplus/nisplus-hosts.c: Likewise.
9674 * nis/nss_nisplus/nisplus-proto.c: Likewise.
9675 * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9676 * nis/nss_nisplus/nisplus-pwd.c: Likewise.
9677 * nis/nss_nisplus/nisplus-rpc.c: Likewise
9678 * nis/nss_nisplus/nisplus-service.c: Likewise.
9679 * nis/nss_nisplus/nisplus-spwd.c: Likewise.
9681 1997-12-28 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
9683 * nis/nss_nis/nis-alias.c: Use errnop, not __set_errno().
9684 * nis/nss_nis/nis-ethers.c: Likewise.
9685 * nis/nss_nis/nis-grp.c: Likewise.
9686 * nis/nss_nis/nis-hosts.c: Likewise.
9687 * nis/nss_nis/nis-network.c: Likewise.
9688 * nis/nss_nis/nis-proto.c: Likewise.
9689 * nis/nss_nis/nis-hosts.c: Likewise.
9690 * nis/nss_nis/nis-network.c: Likewise.
9691 * nis/nss_nis/nis-proto.c: Likewise.
9692 * nis/nss_nis/nis-publickey.c: Likewise.
9693 * nis/nss_nis/nis-pwd.c: Likewise.
9694 * nis/nss_nis/nis-rpc.c: Likewise.
9695 * nis/nss_nis/nis-service.c: Likewise.
9696 * nis/nss_nis/nis-spwd.c: Likewise.
9698 1998-01-24 Ulrich Drepper <drepper@cygnus.com>
9700 * sysdeps/unix/sysv/linux/net/if.h (ifr_bandwidth, ifr_qlen):
9701 Added to follow latest kernel development.
9703 1998-01-24 15:13 Ulrich Drepper <drepper@happy.cygnus.com>
9705 * nss/db-Makefile: Handle empty and comment lines better.
9706 ($(VAR_DB)/services.db): Generate entries with missing protocol
9709 1998-01-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9711 * nss/nss_files/files-service.c (getservbyport): Allow proto ==
9713 (getservbyname): Allow proto == NULL.
9714 Pointed out by David N. Welton <davidw@gate.cks.com>.
9717 1998-01-24 11:34 Ulrich Drepper <drepper@happy.cygnus.com>
9719 * nis/nislib/nislib.h: Finally removed.
9721 * lib/mktime.c (__mktime_internal): Work around bug in Irix4.0.5's
9722 C compiler. From Kaveh Ghazi.
9723 (TYPE_MINIMUM): Define.
9724 (TYPE_MAXIMUM): Define.
9725 (TIME_T_MIN): Use TYPE_MINIMUM.
9726 (TIME_T_MAX): Use TYPE_MAXIMUM.
9727 Patch by Jim Meyering <meyering@ascend.com>.
9729 1998-01-22 00:55 Ulrich Drepper <drepper@happy.cygnus.com>
9731 * libc.map: Add __libc_uid, __libc_pid, __syscall_rt_sigqueueinfo,
9732 __pread64, __pwrite64, and __getpid.
9734 * rt/aio_misc.c: Use pread and pwrite instead of __ protected
9737 1998-01-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9739 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define the
9740 cancelable socket functions as __libc_xxx with __xxx as weak
9742 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
9743 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9745 * sysdeps/unix/sysv/linux/m68k/socket.S: Allow __socket to be
9747 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
9748 * sysdeps/unix/sysv/linux/arm/socket.S: Likewise.
9749 * sysdeps/unix/sysv/linux/powerpc/socket.S: Likewise.
9750 * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S: Likewise.
9752 * sysdeps/unix/sysv/linux/accept.S: Make __libc_xxx the main name
9753 and __xxx a weak alias.
9754 * sysdeps/unix/sysv/linux/connect.S: Likewise.
9755 * sysdeps/unix/sysv/linux/recv.S: Likewise.
9756 * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
9757 * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
9758 * sysdeps/unix/sysv/linux/send.S: Likewise.
9759 * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
9760 * sysdeps/unix/sysv/linux/sendto.S: Likewise.
9762 1998-01-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9764 * locale/langinfo.h: Add defines.
9766 * dirent/dirent.h: Add defines for DT_*, check also for
9767 _DIRENT_HAVE_D_TYPE.
9768 Suggested by Roland McGrath.
9770 1998-01-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9772 * sysdeps/unix/sysv/linux/netinet/ip_fw.h:
9773 Update from Linux 2.1.73+79.
9775 * README.template: Update information about possible
9778 * manual/mbyte.texi (Wide String Conversion): Fix declaration of
9779 wcstombs. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
9782 * manual/time.texi (Priority): Correct description of
9783 PRIO_MAX. Pointed out by Jochen Voss <voss@mathematik.uni-kl.de>.
9786 11998-01-21 21:34 Ulrich Drepper <drepper@cygnus.com>
9788 * sysdeps/alpha/fpu/bits/mathdef.h: Add definition of FP_ILOGB0 and
9789 FP_ILOGNAN. Patch by a sun <asun@zoology.washington.edu>.
9791 1998-01-21 17:53 Ulrich Drepper <drepper@cygnus.com>
9793 * sysdeps/generic/_strerror.c: Handle BUFLEN == 0. Reported by
9796 1998-01-20 18:13 Ulrich Drepper <drepper@cygnus.com>
9798 * locale/programs/ld-collate.c: Little optimizations.
9800 * stdio-common/xbug.c: Unset LD_LIBRRARY_PATH variable.
9802 * string/Makefile (tests): Add tst-inlcall.
9803 * string/tst-inlcall.c: New file.
9805 * string/strsignal.c: Add support for real-time signals.
9807 * sysdeps/generic/_strerror.c: Fix Handling of unknown error in
9808 presense of small buffer.
9810 * sysdeps/i386/bits/string.h: Define _HAVE_STRING_ARCH_* macros.
9812 * sysdeps/i386/i486/bits/string.h: Correct strrchr implementation
9815 * sysdeps/unix/sysv/linux/siglist.c: Change length of arrays to
9818 1998-01-02 15:10 Matthias Urlichs <urlichs@noris.de>
9820 * Rules: Add explicit rule for dummy.o; at least one library needs
9821 it and it isn't autogenerated by the default rules.
9823 1997-12-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9825 * math/libm-test.c: Tweak epsilons.
9827 1997-12-31 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9829 * math/test-fenv.c (feenv_nomask_test): Avoid dumping core in the
9831 (feenv_mask_test): Likewise.
9833 1998-01-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9835 * Makeconfig: Don't export CPPFLAGS.
9837 1998-01-01 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9839 * sunrpc/rpc_main.c (parseargs): Use perror to print error
9842 1998-01-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9844 * nss/nss_db/db-alias.c (_nss_db_getaliasent_r): Don't include
9845 terminating null in key size.
9847 1998-01-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9849 * nss/nss_files/files-service.c: Fix allocation size to include
9852 * nss/nss_db/db-XXX.c (lookup): Always set errno and h_errno if
9853 applicable. Fix return value and error checking.
9854 (CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over
9856 (DB_LOOKUP): Allocate space for terminating null byte.
9858 * nss/db-Makefile ($(VAR_DB)/passwd.db): Don't handle duplicate
9861 * db2/makedb.c (process_input): Continue processing if a duplicate
9864 1998-01-19 15:20 Ulrich Drepper <drepper@cygnus.com>
9866 * time/tzfile.h: Updated from tzcode1998b.
9867 * time/zdump.c: Likewise.
9868 * time/zic.c: Likewise.
9869 * time/africa: Update from tzdata1998b.
9870 * time/antarctica: Likewise.
9871 * time/asia: Likewise.
9872 * time/australasia: Likewise.
9873 * time/etcetera: Likewise.
9874 * time/europe: Likewise.
9875 * time/leapseconds: Likewise.
9876 * time/northamerica: Likewise.
9877 * time/southamerica: Likewise.
9879 1998-01-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9881 * nss/nss_files/files-alias.c (get_next_alias): Do mail alias
9882 lookups ignoring case.
9883 * nss/nss_files/files-network.c: Do network lookups ignoring
9885 * nss/nss_files/files-hosts.c: Do hostname lookups ignoring
9887 * nss/nss_files/files-parse.c (LOOKUP_NAME_CASE): New macro for
9888 case insensitive comparing.
9889 Patches by Cristian Gafton <gafton@redhat.com>.
9891 1998-01-09 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9893 * sysdeps/unix/sysv/linux/net/if.h: Add IFF_*defines. Suggested
9894 by Roland McGrath. [PR libc/395]
9896 1998-01-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
9898 * manual/arith.texi (Parsing of Integers): Correct description of
9899 strtoul. Pointed out by Scott Snyder <snyder@fnald0.fnal.gov>.
9902 1997-12-30 14:14 Matthias Urlichs <urlichs@noris.de>
9904 * misc/lsearch.c (lsearch): Return a pointer to the new element
9905 if one was "allocated".
9907 1997-12-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
9909 * string/strsignal.c: NSIG is not a valid index into
9910 _sys_siglist. Don't zap the last character of the "Unknown
9913 1998-01-19 15:08 Ulrich Drepper <drepper@cygnus.com>
9915 * locale/programs/charmap.c (parse_charmap): Correct parsing of
9916 ellipsis expressions.
9918 * locale/programs/charset.c (insert_char): Correctly insert value
9919 of eliipsis expression.
9921 1997-12-28 15:08 Ulrich Drepper <drepper@cygnus.com>
9923 * sysdeps/powerpc/__longjmp.S: Define _SETJMP_H before including
9925 * sysdeps/powerpc/setjmp.S: Likewise.
9926 Patches by Matt McLean <keys@keys.got.net>.
9928 * Make-dist (sysdep_dirs): Ignore bits dirs while searching.
9930 * Makefile: Undo last patch.
9931 (distribute): Add test-installation.pl.
9933 * configure.in: Correct handling of --enable-add-ons without parameter.
9934 Correct address of WWW pages.
9936 * libc.map: Add _nl_domain_bindings.
9938 * db2/mutex/tsl_parisc.s: New file.
9940 * iconvdata/Makefile (distribute): Add jis0201.c, jis0208.c, jis0212.c,
9941 and extra-module.mk.
9943 * localedata/Makefile (distribute): New. Add all the files.
9945 * stdlib/Makefile (headers): Add inttypes.h.
9946 (routines): Add strtoimax, strtoumax, wcstoimax, and wcstoumax.
9947 * sysdeps/generic/inttypes.h: New file.
9948 * sysdeps/generic/strtoimax.c: New file.
9949 * sysdeps/generic/strtoumax.c: New file.
9950 * sysdeps/generic/wcstoimax.c: New file.
9951 * sysdeps/generic/wcstoumax.c: New file.
9952 * sysdeps/wordsize-32/Dist: Removed.
9953 * sysdeps/wordsize-32/Makefile: Removed.
9954 * sysdeps/wordsize-64/Dist: Removed.
9955 * sysdeps/wordsize-64/Makefile: Removed.
9956 * sysdeps/generic/bits/environments.h: New file.
9958 * include/limits.h: Define MB_LEN_MAX in any case to 6. The gcc
9959 header is still not correct.
9961 * io/fcntl.h [__USE_FILE_OFFSET64]: We have to use the __*64 types.
9962 * posix/unistd.h: Likewise.
9963 * sysdeps/generic/sys/mman.h: Likewise.
9964 * sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
9966 * manual/arith.texi: Change definition of mul macro.
9967 * manual/math.texi: Likewise.
9969 * misc/Makefile (routines): Add mmap64.
9970 * sysdeps/generic/mmap64.c: New file.
9971 * sysdeps/unix/sysv/linux/alpha/mmap64.c: New file.
9972 * sysdeps/unix/sysv/linux/sparc/sparc64/mmap64.c: New file.
9973 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __mmap64 and mmap64
9975 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
9977 * sysdeps/generic/setrlimit64.c: Don't mark as stub.
9979 * nis/nss_nis/nis-hosts.c (internal_nis_gethostent_r): Pretty print.
9981 * nis(rpcsvc/nis_tags.h: Prevent warning by unknown pragma.
9983 * sysdeps/posix/mk-stdiolim.c: Generate correct file which defines
9984 FOPEN_MAX also when included by limits.h.
9985 * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
9987 * sysdeps/unix/sysv/linux/Dist: Add oldsiglist.c, netax25/ax25.h,
9988 and netrom/netrom.h.
9989 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=stdio-common]: Add
9990 oldsiglist to sysdep_routines, not aux.
9991 [$(subdir)=inet] (sysdep_headers): Add netax25/ax25.h, netrom/netrom.h.
9993 * sysdeps/unix/sysv/linux/bits/socket.h: Remove SOL_AX25, SOL_ATALK,
9994 and SOL_NETROM definition.
9996 * sysdeps/unix/sysv/linux/i386/Dist: Add s_pwrite64.S and s_pread64.S.
9998 * sysdeps/unix/sysv/linux/net/route.h: Pretty print.
9999 * sysdeps/unix/sysv/linux/netatalk/at.h: Pretty print.
10001 1997-12-25 Ulrich Drepper <drepper@cygnus.com>
10003 * sysdeps/unix/sysv/linux/alpha/net/route.h: New file.
10005 * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Replace
10006 sa_handler with k_sa_handler.
10007 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __getrlimit as
10011 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't define
10012 __libc_have_rt_sigs here.
10013 * sysdeps/unix/sysv/linux/sigaction.c: Do it instead here.
10014 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10015 * sysdeps/unix/sysv/linux/sigpending.c: Correct comment.
10016 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10018 1997-12-11 07:51 Geoff Keating <geoffk@ozemail.com.au>
10020 * sysdeps/powerpc/atomicity.h: New file.
10021 * sysdeps/mach/powerpc/machine-lock.h: New file.
10023 * Rules: Use -fpic to build anything that might end up in a users'
10026 * sysdeps/powerpc/s_fdim.c: New file.
10027 * sysdeps/powerpc/s_fdimf.c: New file.
10028 * sysdeps/powerpc/s_fmax.S: New file.
10029 * sysdeps/powerpc/s_fmaxf.S: New file.
10030 * sysdeps/powerpc/s_fmin.S: New file.
10031 * sysdeps/powerpc/s_fminf.S: New file.
10032 * sysdeps/powerpc/s_llrint.c: Now is for double.
10033 * sysdeps/powerpc/s_llrintf.c: New file.
10034 * sysdeps/powerpc/s_llround.c: Now is for double.
10035 * sysdeps/powerpc/s_llroundf.c: New file.
10036 * sysdeps/powerpc/s_lrint.c: Now is for double.
10037 * sysdeps/powerpc/s_lrintf.S: New file.
10038 * sysdeps/powerpc/s_lround.c: Now is for double.
10039 * sysdeps/powerpc/s_lroundf.c: New file.
10040 * sysdeps/powerpc/bits/mathinlines.h: Add inline versions of lrint,
10041 lrintf, fdim, fdimf.
10043 * sysdeps/unix/sysv/linux/powerpc/kernel_termios.h: Don't use bits/
10044 file directly, use its parent.
10046 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Re-instate '++'
10047 (for the third time).
10049 1997-12-20 13:50 Richard Henderson <rth@cygnus.com>
10051 * posix/sched.h: timespec is in <time.h>.
10053 * sysdeps/unix/sysv/linux/sys/kd.h: Don't redefine _LINUX_TYPES_H.
10055 1997-12-22 18:10 Ulrich Drepper <drepper@cygnus.com>
10057 * configure.in: Stop with error if --disable-static is used when
10058 the shared lib uses this library.
10060 * gen-FAQ.pl: I've perl installed in /usr/bin.
10062 * include/bits/xopen_lim.h (STREAM_MAX): Define using FOPEN_MAX.
10064 Fix Unix98 conformance problems in the headers.
10065 * catgets/nl_types.h: Define nl_item.
10066 * grp/grp.h: Define gid_t.
10067 * include/features.h [_POSIX_C_SOURCE]: Don't define _XOPEN_SOURCE.
10068 * include/nl_types.h: New file.
10069 * include/ulimit.h: New file.
10070 * io/fcntl.h: Include sys/stat.h for Unix98. Don't define locking
10071 constants in POSIX mode.
10072 * io/utime.h: Get definition for time_t.
10073 * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t, off_t,
10074 uid_t, pid_t. Define D_IFLNK and S_IFSOCK only if !__USE_UNIX98.
10075 * libio/stdio.h: Define va_list. Make snprintf also available is
10076 __USE_UNIX98. Declare getopt function and variables.
10077 * locale/langinfo.h: Include nl_types.h. Don't define nl_item.
10078 Define CODESET, CRNCYSTR, RADIXCHAR and THOUSEP as aliases.
10079 * math/math.h: Defined M_* constants as double for Unix98 mode.
10080 * posix/fnmatch.h: Pretty print. Define FNM_NOSYS.
10081 * posix/glob.h: Pretty print. Define GLOB_NOSYS.
10082 * posix/regex.h: Define REG_NOSYS.
10083 * posix/wordexp.h: Define WRDE_NOSYS.
10084 * posix/unistd.h: Define _POSIX2_VERSION. Define _XOPEN_VERSION to
10086 * posix/sys/types.h: Alloc dev_t, mode_t, nlink_t to be defined
10087 somewhere else as well. Define clock_t for Unix98.
10088 * posix/sys/wait.h: Define pid_t.
10089 * pwd/pwd.h: Define gid_t, uid_t.
10090 * resource/Makefile (headers): Add ulimit.h.
10091 * resource/ulimit.h: New file.
10092 * sysdeps/generic/ulimit.c: Define according to X/Open using varargs
10093 instead of second argument.
10094 * sysdeps/unix/bsd/ulimit.c: Likewise. Use UL_* constants.
10095 * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
10096 * resource/sys/resource.h: Don't declare ulimit here, include ulimit.h.
10097 * signal/signal.h: Define pid_t.
10098 * string/string.h: Don't declare BSD string functions in POSIX mode.
10099 * sysdeps/generic/bits/confname.h: Define _PC_VDISABLE. Add
10100 _SC_XOPEN_LEGACY, _SC_XOPEN_REALTIME and _SC_XOPEN_REALTIME_THREADS.
10101 * sysdeps/unix/sysv/linux/bits/termios.h: Clean namespace for Unix98
10104 * inet/test_ifindex.c: Change test so that it does not fail for
10107 * locale/programs/locale.c (show_info): Use correct cast sequence
10108 for 64bit machines.
10110 * malloc/malloc.c: __malloc_initialized now signals three states:
10111 uninitialized, initializing, initialized. Used in mcheck.
10112 * malloc/mcheck.c (mabort): Add '\n' to messages.
10113 (mcheck): Allow installation when malloc is uninitialized or is
10116 * manual/memory.texi: Explain mtrace output a bit more.
10118 * math/libm-test.c: Add more epsilons.
10120 * misc/regexp.h (compile): Remove __ prefix from parameter names.
10122 * nis/nss_nis/nis-ethers.c (internal_nis_getetherent_r): Use strncpy
10123 instead of strcpy for security.
10124 * nis/nss_nis/nis-proto.c (internal_nis_getprotoent_r): Likewise.
10125 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r): Likewise.
10126 * nis/nss_nis/nis-service.c (internal_nis_getservent_r): Likewise.
10128 * nss/digits_dots.c: Pretty print.
10130 * posix/getconf.c (vars): Add symbols for programming environment
10131 recognition. Recognize --version.
10133 * sysdeps/generic/sysconf.c: Handle _SC_XBS5_*, _SC_XOPEN_LEGACY,
10134 _SC_XOPEN_REALTIME, and _SC_XOPEN_REALTIME_THREADS.
10135 * sysdeps/posix/sysconf.c: Handle _SC_XBS5_* and new _XOPEN_* symbols.
10137 * sysdeps/generic/bits/stdio_lim.h: Implement handling of
10139 * sysdeps/unix/sysv/linux/stdio_lim.h.in: Likewise.
10140 * sysdeps/posix/mk-stdiolim.c: Change to generate file handling
10143 * sysdeps/unix/sysv/linux/Dist: Add rt_sigpending.c.
10144 * sysdeps/unix/sysv/linux/rt_sigpending.c: New file.
10146 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Define __ipc_pid_t.
10147 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10148 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
10149 * sysdeps/unix/sysv/linux/bits/msq.h: Use __ipc_pid_t.
10150 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
10151 * sysdeps/unix/sysv/linux/mips/bits/types.h: New file.
10153 * sysdeps/wordsize-32/inttypes.h: Add SCNd8, SCNi8, SCNo8, SCNx8,
10155 * sysdeps/wordsize-64/inttypes.h: Likewise.
10157 * time/africa: Update from tzdata1997j.
10158 * time/antarctica: Likewise.
10159 * time/asia: Likewise.
10160 * time/australasia: Likewise.
10161 * time/backward: Likewise.
10162 * time/etcetera: Likewise.
10163 * time/europe: Likewise.
10164 * time/factory: Likewise.
10165 * time/northamerica: Likewise.
10166 * time/pacificnew: Likewise.
10167 * time/southamerica: Likewise.
10169 * time/tzfile.h: Update from tzcode1997h.
10170 * time/zic.c: Likewise.
10172 * wcsmbs/wchar.h: Get definition of FILE. Define `struct tm' tag.
10173 Declare wcwidth and wcswidth for __USE_XOPEN. Declare the
10174 isw*() functions for Unix98.
10175 * wctype/towctrans.c: Define as __towctrans, make towctrans weak alias.
10176 * wctype/wctype.h: Declare isw*() functions also if __need_iswxxx
10179 1997-12-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10181 * locale/duplocale.c: Increase usage_count only if less than
10183 * locale/freelocale.c: Test usage_count against UNDELETABLE, not
10185 * locale/setlocale.c: Likewise.
10187 1997-12-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10189 * Makefile ($(inst_includedir)/gnu/stubs.h): Use a more direct
10190 dependency to make it easier to install it selectively.
10192 * Makerules (.SUFFIXES): Don't define any suffixes.
10194 1997-12-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10196 * sysdeps/generic/fstatfs64.c: Emulate using fstatfs.
10197 * sysdeps/generic/statfs64.c: Emulate using statfs.
10198 * sysdeps/generic/getrlimit64.c: Emulate using getrlimit.
10199 * sysdeps/generic/setrlimit64.c: Emulate using setrlimit.
10200 * sysdpes/generic/ftruncate64.c: New file.
10201 * sysdpes/generic/truncate64.c: New file.
10203 * sysdeps/generic/bits/stat.h: Add LFS support.
10204 * sysdeps/generic/bits/statfs.h: Likewise.
10206 * sysdeps/unix/bsd/sun/sunos4/bits/resource.h (RLIM_INFINITY)
10207 [__USE_FILE_OFFSET64]: Make long long constant.
10208 (RLIM64_INFINITY): Likewise.
10210 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Correct
10212 (RLIM64_INFINITY) [__USE_LARGEFILE64]: Define.
10213 * sysdeps/generic/bits/resource.h: Likewise.
10215 * misc/Makefile (routines): Add truncate64 and ftruncate64.
10217 * include/features.h: Don't prevent LFS support from defining BSD
10220 * dirent/dirent.h [__USE_FILE_OFFSET64]: Don't use xxx64 names.
10221 * io/ftw.h [__USE_FILE_OFFSET64]: Likewise.
10222 * io/sys/stat.h [__USE_FILE_OFFSET64]: Likewise.
10224 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add xxx64 alias for
10225 fstatfs, statfs, getrlimit, setrlimit, ftruncate and truncate.
10226 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
10228 * sysdeps/unix/sysv/linux/alpha/fstatfs64.c: New file.
10229 * sysdeps/unix/sysv/linux/alpha/statfs64.c: New file.
10230 * sysdeps/unix/sysv/linux/alpha/getrlimit64.c: New file.
10231 * sysdeps/unix/sysv/linux/alpha/setrlimit64.c: New file.
10232 * sysdeps/unix/sysv/linux/alpha/ftruncate64.c: New file.
10233 * sysdeps/unix/sysv/linux/alpha/truncate64.c: New file.
10234 * sysdeps/unix/sysv/linux/alpha/readdir.c: New file.
10235 * sysdeps/unix/sysv/linux/alpha/readdir64.c: New file.
10236 * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: New file.
10237 * sysdeps/unix/sysv/linux/alpha/readdir_r.c: New file.
10238 * sysdeps/unix/sysv/linux/sparc/sparc64/fstatfs64.c: New file.
10239 * sysdeps/unix/sysv/linux/sparc/sparc64/statfs64.c: New file.
10240 * sysdeps/unix/sysv/linux/sparc/sparc64/getrlimit64.c: New file.
10241 * sysdeps/unix/sysv/linux/sparc/sparc64/setrlimit64.c: New file.
10242 * sysdeps/unix/sysv/linux/sparc/sparc64/ftruncate64.c: New file.
10243 * sysdeps/unix/sysv/linux/sparc/sparc64/truncate64.c: New file.
10244 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: New file.
10245 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64.c: New file.
10246 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir64_r.c: New file.
10247 * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: New file.
10249 * sysdeps/unix/sysv/linux/fxstat64.c: New file.
10250 * sysdeps/unix/sysv/linux/lxstat64.c: New file.
10251 * sysdeps/unix/sysv/linux/xstat64.c: New file.
10252 * sysdeps/unix/sysv/linux/readdir64.c: New file.
10253 * sysdeps/unix/sysv/linux/readdir64_r.c: New file.
10255 * sysdeps/unix/sysv/linux/getdents64.c: New file.
10256 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
10257 [$(subdir)=dirent]: Add getdents64.
10258 * sysdeps/unix/sysv/linux/Dist: Add getdents64.c.
10260 * sysdeps/unix/sysv/linux/xstatconv.c: LFS support.
10262 1997-12-18 12:07 Philip Blundell <pb@nexus.co.uk>
10264 * sysdeps/generic/bits/statfs.h (struct statfs64): Added.
10266 * sysdeps/generic/getrlimit.c: Include <sys/types.h>.
10267 * sysdeps/generic/getrlimit64.c: Likewise.
10268 * sysdeps/generic/setrlimit.c: Likewise.
10269 * sysdeps/generic/setrlimit64.c: Likewise.
10271 1997-12-17 13:57 Philip Blundell <pb@nexus.co.uk>
10273 * sysdeps/unix/sysv/linux/siglist.c: Fix compile problem if not
10276 * sysdeps/generic/waitid.c: Include <sys/types.h> for id_t.
10278 * sysdeps/standalone/arm/bits/errno.h (EBUSY): Added.
10280 1997-12-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10282 * locale/programs/ld-ctype.c (ctype_output): Clear out the padding
10283 after the codeset name.
10285 1997-12-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10287 * libc.map: Add get_kernel_syms.
10289 1997-12-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10291 * sysdeps/generic/testrtsig.h (kernel_has_rtsig): Make
10293 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig):
10294 Likewise. Fix condition.
10296 1997-12-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10298 * libio/Makefile (routines) [$(versioning)=yes]: Add oldiofdopen.
10300 1997-12-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10302 * sysdeps/m68k/fpu/bits/mathinline.h: Don't define exp2 inline.
10303 Define scalbln{,f,l} under __USE_ISOC9X, not __USE_MISC.
10305 1997-12-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10307 * sysdeps/unix/sysv/linux/powerpc/syscall.S: Put back.
10308 * sysdeps/unix/sysv/linux/powerpc/sigreturn.S: Delete this
10311 1997-12-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
10313 * configure.in (libc_cv_gcc_alpha_ng_prefix): Correct quoting.
10315 1997-12-16 Andreas Jaeger <aj@arthur.rhein-neckar.de>
10317 * math/libm-test.c (catanh_test): Change epsilon.
10318 Reported by H.J. Lu.
10320 1997-12-14 19:39 H.J. Lu <hjl@gnu.org>
10322 * libc.map (__getpid): Added for linuxthreads.
10324 1997-12-13 21:09 H.J. Lu <hjl@gnu.org>
10326 * configure.in (HAVE_DWARF2_UNWIND_INFO_STATIC): Define
10327 it if gcc uses static variable in DWARF2 unwind information
10328 for exception support.
10330 * config.h.in (HAVE_DWARF2_UNWIND_INFO_STATIC): New.
10332 * elf/soinit.c (__libc_global_ctors, _fini): Handle
10333 HAVE_DWARF2_UNWIND_INFO_STATIC.
10335 * libc.map (__register_frame*, __deregister_frame*): Make them
10338 1997-12-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
10340 * math/libm-test.c: Add more tests for "normal" values.
10342 1997-12-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10344 * stdio-common/printf_fphex.c: Fix printing of long double number
10345 with a biased exponent of zero. Fix rounding.
10347 1997-12-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10349 * sunrpc/rpc_main.c: Accept new flag -$.
10350 * sunrpc/Makefile (rpcgen-cmd): Pass it here.
10352 1997-12-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10354 * Makefile ($(inst_slibdir)/libc-$(version).so): Install the
10355 dynamic linker first, in case the interface has changed.
10357 1997-12-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10359 * nss/nss_files/files-alias.c (get_next_alias): Fix parameter
10362 1997-12-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10364 * math/tgmath.h: Check for double first, for architectures where
10365 sizeof (long double) == sizeof (double).
10367 1997-12-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
10369 * math/libm-test.c: New tests for "normal" values added for most
10372 1997-12-14 21:33 Ulrich Drepper <drepper@cygnus.com>
10374 * version.h (VERSION): Bump to 2.0.91.
10376 * db2/makedb.c (process_input): Fix typo in message.
10377 * sunrpc/rpcinfo.c (pmapdump): Unify messages.
10379 * elf/dynamic-link.h: Pretty print.
10381 * elf/rtld.c: Allow multiple preloading of a shared object.
10383 * include/limits.h: Prevent multiple inclusion.
10385 * malloc/Makefile (headers): Add mcheck.h.
10386 (distribute): Remove it here.
10387 * malloc/mcheck.h: Pretty print.
10388 * malloc/mtrace.c (mallenv): Make `const'.
10389 * malloc/mtrace.pl: Don't print table head for memory leaks if there
10391 * manual/memory.texi: Update descriptor of malloc hooks.
10393 * posix/Makefile (routines): Add waitid.
10394 * posix/sys/types.h [__USE_SVID || __USE_POSIX]: Define id_t based
10396 * posix/sys/wait.h: Define idtype_t type.
10397 Add prototype for waitid.
10398 * signal/signal.h: Move definition of sigval_t to <bits/siginfo.h>.
10399 * sysdeps/generic/waitid.c: Stub for waitid.
10400 * sysdeps/generic/bits/siginfo.h: Define sigval_t. Arrange to work
10401 the __need_siginfo_t defined.
10402 * sysdeps/unix/sysv/linux/bits/siginfo: Likewise.
10403 * sysdeps/generic/bits/types.h: Define __id_t.
10404 Correct definition of __FDMASK.
10405 * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
10406 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10407 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
10409 * sysdeps/posix/waitid.c: New file.
10410 Provided by Zack Weinberg.
10412 * rt/aio_misc.c: Rename __aio_free_req to __aio_free_request.
10414 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
10415 Add missing parameters.
10417 * sysdeps/generic/dl-sysdep.c: Don't call __libc_init_secure.
10418 * sysdeps/generic/enbl-secure.c: Don't define __libc_uid.
10419 * sysdeps/unix/sysv/linux/init-first.c: Define __libc_uid.
10420 * sysdeps/unix/sysv/linux/sigqueue.c: Make sure __libc_uid is
10423 * sysdeps/i386/dl-machine.h: Little cleanup.
10425 * sysdeps/i386/fpu/bits/mathinline.h: Use __signbit* inline functions.
10426 (__finite): Mark function as const.
10427 Add inline code for __ieee754_atan2.
10429 * sysdeps/libm-ieee754/s_cacoshf.c: Add alternate implementation
10430 (but don't use it now).
10431 * sysdeps/libm-ieee754/s_catan.c: Use __ieee754_atan2 instead of
10433 * sysdeps/libm-ieee754/s_catanf.c: Likewise.
10434 * sysdeps/libm-ieee754/s_catanl.c: Likewise.
10435 * sysdeps/libm-ieee754/s_catanh.c: Likewise. Correct sign of
10437 * sysdeps/libm-ieee754/s_catanhf.c: Likewise.
10438 * sysdeps/libm-ieee754/s_catanhl.c: Likewise.
10439 * sysdeps/libm-ieee754/s_clog10.c: Use factor to correct
10440 __ieee754_atan2 to base 10.
10441 * sysdeps/libm-ieee754/s_clog10f.c: Likewise.
10442 * sysdeps/libm-ieee754/s_clog10l.c: Likewise.
10444 * sysdeps/unix/sysv/linux/alpha/kernel_sigaction.h: Define as
10445 old_kernel_sigaction.
10447 * sysdeps/unix/sysv/linux/net/if_slip.h: Pretty print.
10449 * wctype/Makefile (routines): Add wctype_l.
10450 * wctype/wctype.h: Add declaration of __wctype_l.
10451 * wctype/wctype_l.c: New file.
10453 1997-12-10 00:38 Ulrich Drepper <drepper@cygnus.com>
10455 * locale/C-ctype.c: Correct data for isw* functions.
10456 * locale/programs/ld-ctype.c: Write 32bit char classes in correct
10458 * wctype/test_wctype.c: Add test for isw* functions.
10459 * wctype/wctype.c: Return value with expected byte order.
10461 1997-12-13 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
10463 * libc-work/nis/ypclnt.c (do_ypcall): Don't free dom_binding twice.
10465 1997-12-05 20:19 H.J. Lu <hjl@gnu.org>
10467 * iconvdata/Makefile: Fix a typo.
10469 * sysdeps/unix/sysv/linux/Makefile (stdio-common): Add
10470 oldsiglist for shared library.
10472 * sysdeps/unix/sysv/linux/siglist.c (_sys_siglist, sys_siglist,
10473 sys_sigabbrev): Make them as the default version GLIBC_2.1.
10475 * sysdeps/unix/sysv/linux/oldsiglist.c (_sys_siglist,
10476 sys_siglist, sys_sigabbrev): New file. Make them as the old
10479 * libc.map (_sys_siglist, sys_siglist, sys_sigabbrev): Added
10482 1997-11-20 18:02 H.J. Lu <hjl@gnu.ai.mit.edu>
10484 * libio/iofgets.c (_IO_fgets): Return an error only if there
10486 * libio/iogets.c (_IO_gets): Ditto.
10488 1997-11-20 07:26 H.J. Lu <hjl@gnu.ai.mit.edu>
10490 * libc.map (_IO_fdopen): Add support for GLIBC_2.0.
10492 * libio/Makefile (routines, shared-only-routines): Add
10495 * libio/fileops.c: Don't use _IO_FILE_complete.
10496 * libio/iofdopen.c: Ditto.
10497 * libio/iofopen.c: Ditto.
10498 * libio/iofopen64.c: Ditto.
10499 * libio/iopopen.c: Ditto.
10500 * libio/iovdprintf.c: Ditto.
10502 * libio/genops.c (_IO_init): Set _vtable_offset to 0.
10504 * libio/iofdopen.c (_IO_new_fdopen): Changed from _IO_fdopen
10505 and make it for _IO_fdopen/fdopen version GLIBC_2.1.
10507 * libio/iolibio.h (_IO_old_fclose, _IO_new_fclose,
10508 _IO_old_fdopen, _IO_new_fdopen): New declaration.
10510 * libio/libio.h (_IO_FILE): Add more fields.
10511 (_IO_FILE_complete): Defined and make _IO_FILE be the old
10512 one if _IO_USE_OLD_IO_FILE is defined
10513 (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_): Make
10514 them _IO_FILE_complete.
10516 * libio/libioP.h (_IO_JUMPS_FUNC): New, use _vtable_offset
10518 (JUMP0, JUMP1, JUMP2, JUMP3): Use _IO_JUMPS_FUNC instead of
10520 (_IO_FILE_complete): Commented out.
10522 * libio/oldfileops.c: Define _IO_USE_OLD_IO_FILE.
10523 * libio/oldiofclose.c: Ditto.
10524 * libio/oldiofopen.c: Ditto.
10525 * libio/oldstdfiles.c: Ditto.
10527 * libio/oldfileops.c (_IO_old_file_init): Set _vtable_offset
10528 for the old _IO_FILE.
10530 * libio/oldstdfiles.c (DEF_STDFILE): Remove INAME.
10531 (_IO_check_libio): Set _vtable_offset for old stdin, stdout
10534 * libio/stdfiles.c (DEF_STDFILE): Don't use _IO_FILE_complete
10537 * libio/stdio.c (stdin, stdout, stdin): Don't use
10540 * libio/oldiofdopen.c: New.
10542 * stdio-common/vfprintf.c (buffered_vfprintf): Set
10543 hp->_vtable_offset to 0.
10545 1997-11-18 08:03 H.J. Lu <hjl@gnu.ai.mit.edu>
10547 * libc.map (_IO_file_open): Added.
10549 * libio/libioP.h (_IO_file_open): Declared.
10551 * libio/fileops.c (_IO_file_open): New.
10552 (_IO_file_fopen): Call _IO_file_open ().
10554 * sysdeps/generic/_G_config.h: Define _G_HAVE_IO_FILE_OPEN.
10555 * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
10557 1997-12-07 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10559 * signal/signal.h: Fix selection of signal semantics to match
10562 1997-12-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10564 * sysdeps/unix/sysv/linux/sigreturn.c: Stub out.
10565 * sysdeps/unix/sysv/linux/syscalls.list: Remove sigreturn and
10567 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines)
10568 [$(subdir)=signal]: Remove rt_sigreturn.
10569 * sysdeps/unix/sysv/linux/powerpc/syscall.S: Deleted.
10570 * sysdeps/unix/sysv/linux/m68k/sigreturn.S: Deleted.
10571 * sysdeps/unix/sysv/linux/rt_sigreturn.c: Deleted.
10573 1997-12-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10575 * sysdeps/unix/sysv/linux/sigaction.c: Include <errno.h>. Fix
10578 1997-12-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10580 * iconvdata/extra-module.mk: Expand extra-objs now.
10582 1997-12-09 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10584 * sysdeps/m68k/fpu/bits/mathinline.h: Protect declarations of
10585 inline functions by feature tests to avoid warning about missing
10586 prototype declarations.
10588 1997-12-09 15:08 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
10590 * nis/nss_compat/compat-grp.c: Reset the blacklist correct, fix
10591 return code for non existent +name entries.
10592 * nis/nss_compat/compat-pwd.c: Likewise.
10593 * nis/nss_compat/compat-spwd.c: Likewise.
10595 1997-12-10 13:52 Philip Blundell <pb@nexus.co.uk>
10597 * sysdeps/standalone/arm/bits/errno.h (EAGAIN): Added.
10599 (ENOSPC): Likewise.
10600 (EEXIST): Likewise.
10601 (__errno_location): Likewise.
10603 * sysdeps/generic/sys/param.h (MAXPATHLEN): Added.
10605 * sysdeps/generic/sigqueue.c: Include <sys/types.h> for pid_t.
10607 1997-12-09 08:10 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
10609 * sunrpc/publickey.c: Use new NSS interface.
10611 1997-12-09 03:08 Ulrich Drepper <drepper@cygnus.com>
10613 * manual/malloc.texi: Document mtrace/muntrace and the concept.
10615 1997-12-04 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10617 * sysdeps/m68k/fpu/bits/fenv.h (fenv_t): Add member to hold fpiar
10618 value, to match spirit of the standard.
10619 * sysdeps/m68k/fpu/fegetenv.c: Save/restore fpiar.
10620 * sysdeps/m68k/fpu/feholdexcpt.c: Likewise.
10621 * sysdeps/m68k/fpu/fesetenv.c: Likewise.
10623 1997-12-02 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
10625 * manual/signal.texi (Signal Stack): Remove spurious @item.
10627 1997-12-08 Andreas Jaeger <aj@arthur.rhein-neckar.de>
10629 * rt/aio.h: Remove double semicolon.
10631 * rt/librt.map: Add aio_init.
10633 1997-12-08 03:24 Ulrich Drepper <drepper@cygnus.com>
10635 * Makeconfig: Define $(rt) to rt if linuxthreads is available.
10636 * Makefile (subdirs): Replace rt by $(rt).
10638 * shlib-versions: Use version .2 for NSS modules.
10640 * grp/fgetgrent_r.c (LINE_PARSER): Call parse_line with extra
10642 * pwd/fgetpwent_r.c: Likewise.
10643 * spwd/fgetspent_r.c: Likewise.
10644 * spwd/sgetspent_r.c: Likewise.
10645 * hesiod/nss_hesiod/hesiod-grp.c (lookup): Add new argument.
10646 Store error number in *ERRNOP. Little optimization.
10647 * hesiod/nss_hesiod/hesiod-pwd.c: Likewise.
10648 * hesiod/nss_hesiod/hesiod-service.c: Likewise.
10649 * inet/getnetgrent_r.c (__internal_setnetgrent_reuse): Likewise.
10650 (__internal_getnetgrent_r): New argument.
10651 Call __internal_setnetgrent_reuse with new argument.
10652 (__getnetgrent_r): Call __internal_getnetgrent_r with new argument.
10653 * inet/netgroup.h: Add argument to prototypes.
10654 * nis/nisplus-parser.h: Likewise.
10655 * nis/nss_compat/compat-grp.c: Change everything to store error
10656 code through provided pointer and not use errno.
10657 * nis/nss_compat/compat-pwd.c: Likewise.
10658 * nis/nss_compat/compat-spwd.c: Likewise.
10659 * nis/nss_nis/nis-alias.c: Likewise.
10660 * nis/nss_nis/nis-ethers.c: Likewise.
10661 * nis/nss_nis/nis-grp.c: Likewise.
10662 * nis/nss_nis/nis-hosts.c: Likewise.
10663 * nis/nss_nis/nis-netgrp.c: Likewise.
10664 * nis/nss_nis/nis-network.c: Likewise.
10665 * nis/nss_nis/nis-proto.c: Likewise.
10666 * nis/nss_nis/nis-publickey.c: Likewise.
10667 * nis/nss_nis/nis-pwd.c: Likewise.
10668 * nis/nss_nis/nis-rpc.c: Likewise.
10669 * nis/nss_nis/nis-service.c: Likewise.
10670 * nis/nss_nis/nis-spwd.c: Likewise.
10671 * nis/nss_nisplus/nisplus-alias.c: Likewise.
10672 * nis/nss_nisplus/nisplus-ethers.c: Likewise.
10673 * nis/nss_nisplus/nisplus-grp.c: Likewise.
10674 * nis/nss_nisplus/nisplus-hosts.c: Likewise.
10675 * nis/nss_nisplus/nisplus-netgrp.c: Likewise.
10676 * nis/nss_nisplus/nisplus-network.c: Likewise.
10677 * nis/nss_nisplus/nisplus-parser.c: Likewise.
10678 * nis/nss_nisplus/nisplus-proto.c: Likewise.
10679 * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10680 * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10681 * nis/nss_nisplus/nisplus-rpc.c: Likewise.
10682 * nis/nss_nisplus/nisplus-service.c: Likewise.
10683 * nis/nss_nisplus/nisplus-spwd.c: Likewise.
10684 * nss/nss_db/db-XXX.c: Likewise.
10685 * nss/nss_db/db-alias.c: Likewise.
10686 * nss/nss_db/db-netgrp.c: Likewise.
10687 * nss/nss_files/files-XXX.c: Likewise
10688 * nss/nss_files/files-alias.c: Likewise
10689 * nss/nss_files/files-netgrp.c: Likewise
10690 * nss/nss_files/files-parse.c: Likewise
10691 * nss/getXXbyYY_r.c: Call with __errno_location() as value for new
10692 parameter of get functions.
10693 * nss/getXXent_r.c: Likewise.
10695 * localedata/tst-fmon.c: Print debug info if test fails.
10697 * rt/Makefile (routines): Add aio_notify.
10698 * rt/aio.h: Remove non-public definitions. Add aioinit stuff.
10699 * rt/aio_cancel.c: Rewrite to support lio_listio and aio_suspend.
10700 * rt/aio_fsync.c: Likewise.
10701 * rt/aio_misc.c: Likewise.
10702 * rt/aio_misc.h: Likewise.
10703 * rt/aio_read.c: Likewise.
10704 * rt/aio_read64.c: Likewise.
10705 * rt/aio_suspend.c: Likewise.
10706 * rt/aio_write.c: Likewise.
10707 * rt/aio_write64.c: Likewise.
10708 * rt/lio_listio.c: Likewise.
10709 * rt/lio_listio64.c: Likewise.
10710 * rt/aio_notify.c: New file.
10712 * sysdeps/generic/bits/sigset.h: Pretty print.
10714 * sysdeps/posix/pwrite.c: Define weak alias only if function is
10715 really defined as __pwrite.
10717 * sysdeps/unix/sysv/linux/pread.c: Rewrite to use syscall directly
10718 instead of pread64.
10719 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10721 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
10722 (sysdep_routines): Add rt_sigpending and rt_sigreturn.
10723 * sysdeps/unix/sysv/linux/sigaction.c: Use correct value for sigset_t
10725 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10726 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10727 * sysdeps/unix/sysv/linux/sigreturn.c: Likewise.
10728 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10729 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
10730 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
10731 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise. Take care
10732 for ACT being NULL.
10733 * sysdeps/unix/sysv/linux/syscalls.list: Don't mention user for
10735 * sysdeps/unix/sysv/linux/i386/s_pread64.s: Return ENOSYS if
10736 __NR_pread is not defined.
10737 * sysdeps/unix/sysv/linux/i386/s_pwrite64.s: Return ENOSYS if
10738 __NR_pwrite is not defined.
10740 1997-12-07 11:15 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
10742 * nis/nss_compat/compat-grp.c: If buffer is to small, set the file
10743 handle for /etc/group back in some more cases.
10744 * nis/nss_compat/compat-pwd.c: If buffer is to small, set the file
10745 handle for /etc/passwd back in some more cases.
10746 * nis/nss_compat/compat-spwd.c: If buffer is to small, set the file
10747 handle for /etc/shadow back in some more cases.
10749 1997-12-06 17:00 H.J. Lu <hjl@gnu.org>
10751 * sysdeps/posix/sigblock.c (__sigblock): Don't check int mask
10753 * sysdeps/posix/sigsetmask.c (__sigsetmask): Ditto.
10754 * sysdeps/posix/sigvec.c (convert_mask, __sigvec): Ditto.
10756 1997-12-06 04:38 Ulrich Drepper <drepper@cygnus.com>
10758 * sysdeps/wordsize-32/inttypes.h: Rewrite {str,wcs}to{i,u}max
10759 handling. Don't use macros, we need functions. Use inline functions
10761 * sysdeps/wordsize-64/inttypes.h: Likewise.
10762 * sysdeps/wordsize-32/Makefile: Add strtoimax, stroumax, wcstoimax,
10764 * sysdeps/wordsize-64/Makefile: Likewise.
10765 * sysdeps/wordsize-32/Dist: Likewise.
10766 * sysdeps/wordsize-64/Dist: Likewise.
10767 * sysdeps/wordsize-32/strtoimax.c: New file.
10768 * sysdeps/wordsize-32/strtoumax.c: New file.
10769 * sysdeps/wordsize-32/wcstoimax.c: New file.
10770 * sysdeps/wordsize-32/wcstoumax.c: New file.
10771 * sysdeps/wordsize-64/strtoimax.c: New file.
10772 * sysdeps/wordsize-64/strtoumax.c: New file.
10773 * sysdeps/wordsize-64/wcstoimax.c: New file.
10774 * sysdeps/wordsize-64/wcstoumax.c: New file.
10776 1997-12-04 10:40 Philip Blundell <pb@nexus.co.uk>
10778 * sysdeps/generic/wait3.c (__wait3): Use ANSI-style definition so
10779 that transparent union works.
10780 * sysdeps/generic/wait4.c (__wait4): Likewise.
10781 * sysdeps/generic/wait.c (__wait): Likewise.
10783 * sysdeps/generic/getpeername.c (getpeername): Use socklen_t not
10786 * sysdeps/generic/syscall.c (syscall): Return value and arg are
10787 long, to match prototype.
10789 * malloc/malloc.c (HAVE_MREMAP): Set to 0 for ARM, as we don't
10792 * sysdeps/generic/usleep.c (usleep): Returns void, to match prototype.
10794 * sysdeps/unix/sysv/linux/arm/syscalls.list: New file.
10796 * sysdeps/generic/bits/time.h: Use __time_t not time_t.
10798 * sysdeps/generic/bits/resource.h: Include <bits/types.h> for
10801 * sysdeps/standalone/arm/bits/errno.h (ENOTTY): Added.
10803 * sysdeps/generic/bits/dirent.h (struct dirent64): Added.
10805 * io/sys/stat.h (S_ISLNK): Always false if we don't have
10808 * sysdeps/standalone/close.c (_STDIO_H): Define before including
10809 <bits/stdio_lim.h>.
10810 * sysdeps/standalone/filedesc.h (_STDIO_H): Likewise.
10812 1997-12-06 01:09 Ulrich Drepper <drepper@cygnus.com>
10814 * posix/sys/wait.h: Don't use transparent unions in C++.
10816 1997-12-05 Andreas Jaeger <aj@arthur.rhein-neckar.de>
10818 * time/time.h: Add strfxtime.
10820 * libc.map: Add tcgetsid, strcasestr, wmemrtombs, wmemrtowcs,
10821 sysv_signal, strfxtime, pread64, pwrite64.
10823 1997-11-30 21:57 Richard Henderson <rth@cygnus.com>
10825 Alpha changes for EGCS:
10826 * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): New entry.
10827 * configure.in (libc_cv_gcc_alpha_ng_prefix): New check.
10828 * sysdeps/alpha/dl-machine.h (_dl_runtime_resolve): Care for prefix.
10829 (_start): Likewise.
10830 * sysdeps/unix/sysv/linux/alpha/init-first.h: Likewise.
10832 1997-12-05 00:01 Ulrich Drepper <drepper@cygnus.com>
10834 The kernel expects the arguments in a different order.
10835 * sysdeps/unix/sysv/linux/i386/s_pread64.S: New file.
10836 * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: New file.
10838 * FAQ.in: New file.
10839 * gen-FAQ.pl: New file.
10840 * Makefile (FAQ): Add rule to generate from FAQ.in.
10842 * iconvdata/Makefile: Treat libJIS like the other modules.
10844 * rt/librt.map: New file.
10846 * sysdeps/wordsize-32/bits/environments.h: Add test for direct
10848 * sysdeps/wordsize-64/bits/environments.h: Likewise. Correct
10851 1997-12-04 22:29 Ulrich Drepper <drepper@cygnus.com>
10853 * sysdeps/unix/sysv/linux/rt_sigprocmask.c: Fix prototype.
10854 * sysdeps/unix/sysv/linux/rt_sigsuspend.c: Likewise.
10855 * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: Include <sys/types.h>.
10856 Patches by Thorsten Kukuk <kukuk@weber.uni-paderborn.de>.
10858 1997-11-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
10860 * string/bits/string2.h: Fix spellings.
10862 * string/string.h: Fix spellings.
10864 1997-12-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
10866 * sysdeps/unix/sysv/linux/i386/sigaction.c: Rename extern
10867 declaration to __syscall_rt_sigaction.
10869 * sysdeps/unix/sysv/linux/sigreturn.c: Remove inclusion of
10870 non-existant <sigcontext.h>.
10872 1997-12-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
10874 * sysdeps/generic/enbl-secure.c (__libc_init_secure): Correct
10877 1997-12-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
10879 * sysdeps/wordsize-64/bits/environments.h: Correct spelling.
10881 * Makeconfig (shared-thread-library): Correct spelling.
10883 * sysdeps/unix/sysv/linux/sys/pci.h: Include <linux/pci.h> and not
10886 1997-12-04 Andreas Jaeger <aj@arthur.rhein-neckar.de>
10888 * sysdeps/unix/sysv/linux/bits/socket.h: Add AF_* and PF_
10889 constants from Linux headers. Pointed out by
10890 csmall@scooter.o.i.net. [PR libc/369]
10892 1997-12-04 10:21 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
10894 * sunrpc/xcrypt.c: Fix lower/upper characters in optimized hexval.
10896 1997-12-04 00:06 Zack Weinberg <zack@rabi.phys.columbia.edu>
10898 * configure.in: If --enable-add-ons is given without an
10899 argument, set the addons list to all subdirs with a configure
10902 1997-12-03 23:50 Ulrich Drepper <drepper@cygnus.com>
10904 * Makeconfig: Add shared-thread-library variable.
10906 * math/Makfile (CPPFLAGS): Add -D__LIBC_INTERNAL_MATH_INLINES.
10907 * sysdeps/i386/Makefile: Don't define ___LIBC_INTERNAL_MATH_INLINES
10909 * sysdeps/m68k/fpu/e_acos.c: Likewise.
10910 * sysdeps/m68k/fpu/e_atan2.c: Likewise.
10911 * sysdeps/m68k/fpu/e_fmod.c: Likewise.
10912 * sysdeps/m68k/fpu/e_pow.c: Likewise.
10913 * sysdeps/m68k/fpu/e_scalb.c: Likewise.
10914 * sysdeps/m68k/fpu/k_cos.c: Likewise.
10915 * sysdeps/m68k/fpu/k_sin.c: Likewise.
10916 * sysdeps/m68k/fpu/k_tan.c: Likewise.
10917 * sysdeps/m68k/fpu/s_atan.c: Likewise.
10918 * sysdeps/m68k/fpu/s_ccos.c: Likewise.
10919 * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
10920 * sysdeps/m68k/fpu/s_cexp.c: Likewise.
10921 * sysdeps/m68k/fpu/s_csin.c: Likewise.
10922 * sysdeps/m68k/fpu/s_csinh.c: Likewise.
10923 * sysdeps/m68k/fpu/s_frexp.c: Likewise.
10924 * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
10925 * sysdeps/m68k/fpu/s_isinf.c: Likewise.
10926 * sysdeps/m68k/fpu/s_llrint.c: Likewise.
10927 * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
10928 * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
10929 * sysdeps/m68k/fpu/s_lrint.c: Likewise.
10930 * sysdeps/m68k/fpu/s_modf.c: Likewise.
10931 * sysdeps/m68k/fpu/s_remquo.c: Likewise.
10932 * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
10933 * sysdeps/m68k/fpu/s_sincos.c: Likewise.
10935 * libc.map: Add __libc_current_sigrtmin, __libc_current_sigrtmax,
10936 __libc_allocate_rtsig, sigqueue, sigtimedwait, sigwaitinfo.
10937 * signal/Makefile (headers): Add bits/siginfo.h.
10938 (routines): Add allocrtsig, sigtimedwait, sigwaitinfo, sigqueue.
10939 (distribute): Add testrtsig.h.
10940 * signal/allocrtsig.c: New file.
10941 * signal/signal.h: Define `union sigval'. Include <bits/siginfo.h>.
10942 Declare sigwaitinfo, sigtimedwait, sigqueue, __libc_current_sigrtmin,
10943 __libc_current_sigrtmax.
10944 * sysdeps/generic/sigqueue.c: New file.
10945 * sysdeps/generic/sigtimedwait.c: New file.
10946 * sysdeps/generic/sigwaitinfo.c: New file.
10947 * sysdeps/generic/testrtsig.h: New file.
10948 * sysdeps/generic/bits/siginfo.h: New file.
10949 * sysdeps/unix/sysv/linux/bits/siginfo.h: New file.
10950 * sysdeps/unix/sysv/linux/kernel_sigaction.h: Define struct as
10951 old_kernel_sigaction and rename sa_handler member to k_sa_handler.
10952 * sysdeps/unix/sysv/linux/rt_sigaction.c: New file.
10953 * sysdeps/unix/sysv/linux/rt_sigprocmask.c: New file.
10954 * sysdeps/unix/sysv/linux/rt_sigqueueinfo.c: New file.
10955 * sysdeps/unix/sysv/linux/rt_sigreturn.c: New file.
10956 * sysdeps/unix/sysv/linux/rt_sigsuspend.c: New file.
10957 * sysdeps/unix/sysv/linux/rt_sigtimedwait.c: New file.
10958 * sysdeps/unix/sysv/linux/sigpending.c: New file.
10959 * sysdeps/unix/sysv/linux/sigprocmask.c: New file.
10960 * sysdeps/unix/sysv/linux/sigqueue.c: New file.
10961 * sysdeps/unix/sysv/linux/sigreturn.c: New file.
10962 * sysdeps/unix/sysv/linux/sigtimedwait.c: New file.
10963 * sysdeps/unix/sysv/linux/sigwaitinfo.c: New file.
10964 * sysdeps/unix/sysv/linux/testrtsig.h: New file.
10965 * sysdeps/unix/sysv/linux/sigsuspend.c: Update for AIO.
10966 * sysdeps/unix/sysv/linux/syscalls.list: Update for AIO.
10967 * sysdeps/unix/sysv/linux/sigaction.c: Update for AIO.
10968 * sysdeps/unix/sysv/linux/bits/local_lim.h: Define AIO_PRIO_DELTA_MAX.
10969 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _XOPEN_REALTIME
10970 and _POSIX_REALTIME_SIGNALS.
10971 * sysdeps/unix/sysv/linux/bits/sigaction.h: Update for AIO.
10972 * sysdeps/unix/sysv/linux/bits/signum.h: Define SIGRTMIN/MAX and
10974 * sysdeps/unix/sysv/linux/i386/sigaction.c: Update for AIO.
10975 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Linux/i386 specific
10978 * Makefile (subdirs): Add rt.
10979 * shlib-versions: Add entry for librt.
10980 * rt/Makefile: New file.
10981 * rt/aio.h: New file.
10982 * rt/aio_cancel.c: New file.
10983 * rt/aio_error.c: New file.
10984 * rt/aio_fsync.c: New file.
10985 * rt/aio_misc.c: New file.
10986 * rt/aio_misc.h: New file.
10987 * rt/aio_read.c: New file.
10988 * rt/aio_read64.c: New file.
10989 * rt/aio_return.c: New file.
10990 * rt/aio_suspend.c: New file.
10991 * rt/aio_write.c: New file.
10992 * rt/aio_write64.c: New file.
10993 * rt/lio_listio.c: New file.
10994 * rt/lio_listio64.c: New file.
10995 * sysdeps/generic/aio_sigqueue.c: New file.
10996 * sysdeps/unix/sysv/linux/aio_sigqueue.c: New file.
10997 * sysdeps/unix/sysv/linux/Dist: Add new files
10998 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=signal]
10999 (sysdep_routines): Add rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait,
11000 rt_sigqueueinfo, rt_sigaction.
11002 * posix/Makefile (headers): Add bits/environments.h.
11003 * posix/confstr.c: Correctly handle _CS_XBS5_ILP32_OFFBIG_CFLAGS
11004 and _CS_LFS_CFLAGS on 64bit platforms.
11005 * posix/unistd.h: Define _XOPEN_LEGACY. Explain _XOPEN_REALTIME
11006 and _XOPEN_REALTIME_THREADS. Include bits/environments.h.
11007 * sysdeps/generic/bits/confname.h: Define _SC_* constants for
11008 compilation modules.
11009 * sysdeps/wordsize-32/bits/environments.h: New file.
11010 * sysdeps/wordsize-64/bits/environments.h: New file.
11012 * posix/getopt.c: Remove declaration of getpid and __libc_pid.
11013 * posix/getopt_init.c: Test for value 0xf00baa of uninitialized
11015 * sysdeps/unix/sysv/linux/init-first.c: Initialize __libc_pid to
11018 * string/string.h: Add declaration of __strverscmp.
11019 * string/strverscmp.c: Rename function ot __strverscmp and make old
11022 * sysdeps/generic/dl-sysdep.c: Declare and define __libc_uid.
11023 * sysdeps/generic/enbl-secure.c: Likewise.
11024 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11026 * sysdeps/unix/sysv/linux/bits/sigset.h: Pretty print.
11028 * sysdeps/unix/sysv/linux/sys/pci.h: New file.
11030 1997-12-03 Ulrich Drepper <drepper@cygnus.com>
11032 * posix/sys/wait.h: Use __transparent_union__ instead of
11033 transparent_union. Reported by Roland McGrath.
11035 1997-12-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11037 * resolv/inet_neta.c (inet_neta): Change type of first parameter
11038 to u_int32_t. Suggested by John Lavagnino <John_Lavagnino@Brown.edu>
11041 * resolv/inet_addr.c (inet_addr): Change return type to u_int32_t.
11043 * inet/arpa/inet.h: Change types of inet_neta and inet_addr.
11045 1997-12-03 20:40 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
11047 * grp/initgroups.c: Increase buffer if it is too small.
11049 1997-12-03 Ulrich Drepper <drepper@cygnus.com>
11051 * sysdeps/unix/sysv/linux/netinet/ip.h: Don't use u_int8_t for bit
11052 fields, this is no ISO C. Reported by Andreas Jaeger.
11054 1997-12-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11056 * sysdeps/i386/sys/ucontext.h (enum): Add missing commata.
11058 1997-12-03 08:58 Philip Blundell <pb@nexus.co.uk>
11060 * sysdeps/generic/bits/utsname.h: <sys/utsname.h> defines
11061 _SYS_UTSNAME_H not _UTSNAME_H.
11063 1997-11-28 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11065 * elf/dl-profile.c (_dl_start_profile): Avoid overflow when
11068 1997-11-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11070 * sysdeps/libm-ieee754/s_csqrt.c: Use different formula for now.
11071 * sysdeps/libm-ieee754/s_csqrtf.c: Likewise.
11072 * sysdeps/libm-ieee754/s_csqrtl.c: Likewise.
11074 * math/libm-test.c (csqrt_test): Add testcase.
11076 1997-12-03 15:44 Ulrich Drepper <drepper@cygnus.com>
11078 * sysdeps/unix/sysv/linux/sys/ultrasound.h: New file.
11079 * sysdeps/unix/sysv/linux/sys/Dist: Add it.
11080 * sysdeps/unix/sysv/linux/sys/Makefile [$(subdir)=misc]: Likewise.
11082 1997-11-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11084 * sysdeps/unix/sysv/linux/sys/timex.h: Fix declaration.
11086 1997-12-01 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11088 * math/libm-test.c (acos_test): Add more tests.
11089 (asin_test): Likewise.
11090 (atan_test): Likewise.
11091 (exp_test): Likewise.
11092 (sin_test): Likewise.
11093 (sqrt_test): Likewise.
11094 (cpow_test): Likewise.
11095 (csqrt_test): Likewise.
11096 (cexp_test): Correct typo in gcc version test.
11098 1997-12-02 17:14 Philip Blundell <pb@nexus.co.uk>
11100 * sysdeps/arm/__longjmp.S: Define _SETJMP_H before including
11102 * sysdeps/arm/setjmp.S: Likewise.
11104 * sysdeps/unix/sysv/linux/arm/bits/mman.h: New file.
11106 1997-12-02 18:07 Philip Blundell <pb@nexus.co.uk>
11108 * stdio/stdio.h: Add prototype for tmpfile64().
11110 1997-12-02 17:47 Philip Blundell <pb@nexus.co.uk>
11112 * stdio/stdio.h (__stdio_gen_tempname): Add extra argument to
11113 prototype to keep in step with libio version.
11115 * stdio-common/tmpfile64.c: Include <errno.h> for ENOSYS.
11117 1997-12-02 17:41 Philip Blundell <pb@nexus.co.uk>
11119 * sysdeps/generic/Makefile: Don't try to use make_siglist if
11122 1997-12-02 01:18 Ulrich Drepper <drepper@cygnus.com>
11124 * sysdeps/unix/sysv/linux/i386/clone.S: When cloned process returns
11125 load GOT ptr before jumping to _exit.
11126 Reported by Xavier Leroy.
11128 1997-12-01 17:27 Ulrich Drepper <drepper@cygnus.com>
11130 * Makefile (subdirs): Add iconvdata and localedata.
11132 * iconv/gconv.h: Define UNKNOWN_10646_CHAR as error value.
11134 * iconv/gconv_conf.c (read_conf_file): Little optimization.
11136 * iconvdata/8bit-gap.c: New file.
11137 * iconvdata/8bit-generic.c: Renamed from ...
11138 * iconvdata/iso8859-generic.c: ...this.
11139 * iconvdata/configure: Removed.
11140 * iconvdata/Makefile: Add new modules and better rules.
11141 * iconvdata/iso6937.c: Minor bug fixes.
11142 * iconvdata/iso8859-1.c: Likewise.
11143 * iconvdata/t61.c: Likewise.
11144 * iconvdata/iso8859-2.c: Change to use 8bit-generic.c.
11146 * iconvdata/iso8859-3.c: Likewise.
11147 * iconvdata/iso8859-4.c: Likewise.
11148 * iconvdata/iso8859-5.c: Likewise.
11149 * iconvdata/iso8859-6.c: Likewise.
11150 * iconvdata/iso8859-7.c: Likewise.
11151 * iconvdata/iso8859-8.c: Likewise.
11152 * iconvdata/iso8859-9.c: Likewise.
11153 * iconvdata/iso8859-10.c: Likewise.
11154 * iconvdata/ebcdic-at-de-a.c: New file.
11155 * iconvdata/ebcdic-at-de.c: New file.
11156 * iconvdata/ebcdic-ca-fr.c: New file.
11157 * iconvdata/hp-roman8.c: New file.
11158 * iconvdata/koi-8.c: New file.
11159 * iconvdata/koi8-r.c: New file.
11160 * iconvdata/koi8-h.c: New file.
11161 * iconvdata/latin-greek-1.c: New file.
11162 * iconvdata/latin-greek-1.h: New file.
11163 * iconvdata/latin-greek.c: New file.
11164 * iconvdata/latin-greek.h: New file.
11165 * iconvdata/jis0201.c: New file.
11166 * iconvdata/jis0201.h: New file.
11167 * iconvdata/jis0208.c: New file.
11168 * iconvdata/jis0208.h: New file.
11169 * iconvdata/jis0212.c: New file.
11170 * iconvdata/jis0212.h: New file.
11171 * iconvdata/sjis.c: New file.
11172 * iconvdata/gap.pl: New file. Script to generate table header.
11173 * iconvdata/gaptab.pl: New file.
11174 * iconvdata/gconv-modules: Add info about new modules.
11176 * locale/programs/charmap.c: Also examine alias names given in charmap
11179 * localedata/*: Add to here from add-on. We need the information
11180 to generate tables for iconv.
11182 Update from db-2.3.14.
11183 * db2/Makefile: Updated.
11184 * db2/config.h: Likewise.
11185 * db2/db.h: Likewise.
11186 * db2/db_int.h: Likewise.
11187 * db2/btree/bt_cursor.c: Likewise.
11188 * db2/btree/bt_delete.c: Likewise.
11189 * db2/btree/bt_put.c: Likewise.
11190 * db2/btree/bt_search.c: Likewise.
11191 * db2/btree/bt_split.c: Likewise.
11192 * db2/btree/btree_auto.c: Likewise.
11193 * db2/common/db_appinit.c: Likewise.
11194 * db2/common/db_apprec.c: Likewise.
11195 * db2/common/db_err.c: Likewise.
11196 * db2/common/db_region.c: Likewise.
11197 * db2/db/db_auto.c: Likewise.
11198 * db2/db/db_dispatch.c: Likewise.
11199 * db2/db/db_ret.c: Likewise.
11200 * db2/dbm/dbm.c: Likewise.
11201 * db2/hash/hash_auto.c: Likewise.
11202 * db2/include/btree_ext.h: Likewise.
11203 * db2/include/common_ext.h: Likewise.
11204 * db2/include/db.h.src: Likewise.
11205 * db2/include/db_cxx.h: Likewise.
11206 * db2/include/db_ext.h: Likewise.
11207 * db2/include/db_int.h.src: Likewise.
11208 * db2/include/lock.h: Likewise.
11209 * db2/include/log.h: Likewise.
11210 * db2/include/mp.h: Likewise.
11211 * db2/include/mp_ext.h: Likewise.
11212 * db2/include/os_ext.h: Likewise.
11213 * db2/include/os_func.h: Likewise.
11214 * db2/lock/lock.c: Likewise.
11215 * db2/lock/lock_deadlock.c: Likewise.
11216 * db2/log/log.c: Likewise.
11217 * db2/log/log_archive.c: Likewise.
11218 * db2/log/log_auto.c: Likewise.
11219 * db2/log/log_get.c: Likewise.
11220 * db2/log/log_put.c: Likewise.
11221 * db2/mp/mp_bh.c: Likewise.
11222 * db2/mp/mp_fget.c: Likewise.
11223 * db2/mp/mp_fopen.c: Likewise.
11224 * db2/mp/mp_fput.c: Likewise.
11225 * db2/mp/mp_fset.c: Likewise.
11226 * db2/mp/mp_open.c: Likewise.
11227 * db2/mp/mp_pr.c: Likewise.
11228 * db2/mp/mp_region.c: Likewise.
11229 * db2/mp/mp_sync.c: Likewise.
11230 * db2/mutex/README: Likewise.
11231 * db2/mutex/mutex.c: Likewise.
11232 * db2/os/os_open.c: Likewise.
11233 * db2/os/os_func.c: Removed.
11234 * db2/os/os_config.c: New file.
11235 * db2/os/os_spin.c: New file.
11236 * db2/txn/txn.c: Likewise.
11237 * db2/txn/txn_auto.c: Likewise.
11239 1997-11-30 06:01 Ulrich Drepper <drepper@cygnus.com>
11241 * posix/sys/wait.h (__WAIT_INT): Don't use complex version with
11242 __typeof for C++ since this fails for class members.
11243 Reported by Neal Becker <neal@ctd.comsat.com>.
11245 1997-11-28 11:21 Zack Weinberg <zack@rabi.phys.columbia.edu>
11247 * configure.in: Check for a working makeinfo (3.11 or better).
11248 * config.make.in: Add MAKEINFO to be substituted.
11249 * manual/Makefile: Don't update info if makeinfo is too old.
11251 1997-11-30 05:21 Ulrich Drepper <drepper@cygnus.com>
11253 * sysdeps/alpha/setjmp.S: Define _ASM and _SETJMP_H to get definitions.
11254 * sysdeps/alpha/__longjmp.S: Likewise.
11255 * sysdeps/unix/sysv/linux/alpha/kernel_termios.h: Include <termios.h>
11256 not <bits/termios.h>.
11258 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Define syscall as
11259 __llseek and make llseek and lseek64 weak aliases.
11260 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
11261 Patches by a sun <asun@zoology.washington.edu>.
11263 1997-11-29 19:19 Zack Weinberg <zack@rabi.phys.columbia.edu>
11265 * misc/sys/syslog.h: Delete KERNEL preprocessor conditional.
11266 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
11267 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
11268 * misc/sys/syslog.h: Clean up BSD header.
11270 1997-11-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11272 * sysdeps/unix/sysv/linux/bits/in.h: Add changes from Linux 2.1.67.
11274 * sysdeps/libm-ieee754/s_ctan.c (__ctan): Raise invalid exception
11276 * sysdeps/libm-ieee754/s_ctanl.c (__ctanl): Likewise.
11277 * sysdeps/libm-ieee754/s_ctanf.c (__ctanf): Likewise.
11279 * math/libm-test.c (csqrt_test): Add tests for cabs, carg, ctan,
11280 csqrt (-1), ctanh(i*pi/4).
11282 1997-11-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11284 * sysdeps/generic/bits/confname.h: Fix comma in enumerator.
11286 1997-11-28 13:28 Philip Blundell <Philip.Blundell@pobox.com>
11288 * sysdeps/unix/sysv/linux/net/if_arp.h: Add more ARPHRD_ constants.
11290 1997-11-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11292 * wcsmbs/wcrtomb.c (__wcrtomb): Remove unused variable fake.
11294 1997-11-26 21:28 Ulrich Drepper <drepper@cygnus.com>
11296 * sysdeps/posix/getcwd.c (GETCWD_STORYGE_CLASS): Remove definition
11297 and use. Define GETCWD_RETURN_TYPE instead and use it.
11298 * sysdeps/unix/sysv/linux/getcwd.c: Define GETCWD_RETURN_TYPE instead
11299 of GETCWD_STORYGE_CLASS and put the return type and the
11300 `internal_function' in the right order for gcc 2.7.2.
11302 1997-11-26 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11304 * sysdeps/unix/sysv/linux/sys/module.h: Remove file. It's
11305 incompatible with Linux 2.1.x. Packages using modules
11306 (e.g. modutils) should/do provide their own version. Suggested by
11309 * sysdeps/unix/sysv/linux/Dist: Remove sys/module.h.
11311 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
11312 [$(subdir)=socket]: Remove sys/module.h.
11314 1997-11-26 04:28 Ulrich Drepper <drepper@cygnus.com>
11316 * eld/dl-profile.c (_dl_start_profile): Avoid FP calculation when
11317 computing s_scale. Patch by a sun <asun@zoology.washington.edu>.
11319 * iconv/gconv_close.c: Correct freeing of descriptor data.
11320 * iconv/gconv_simple.c: Return correct error values for illegal or
11321 incomplete characters.
11323 * Makefile (iconvdata/%): Special goal to simplify iconvdata
11325 * iconvdata/Makefile: New file.
11326 * iconvdata/configure: Likewise.
11327 * iconvdata/extra-module.mk: Likewise.
11328 * iconvdata/gconv-modules: Likewise.
11329 * iconvdata/iso6937.c: Likewise.
11330 * iconvdata/iso8859-1.c: Likewise.
11331 * iconvdata/iso8859-10.c: Likewise.
11332 * iconvdata/iso8859-10.h: Likewise.
11333 * iconvdata/iso8859-2.c: Likewise.
11334 * iconvdata/iso8859-2.h: Likewise.
11335 * iconvdata/iso8859-3.c: Likewise.
11336 * iconvdata/iso8859-3.h: Likewise.
11337 * iconvdata/iso8859-4.c: Likewise.
11338 * iconvdata/iso8859-4.h: Likewise.
11339 * iconvdata/iso8859-5.c: Likewise.
11340 * iconvdata/iso8859-5.h: Likewise.
11341 * iconvdata/iso8859-6.c: Likewise.
11342 * iconvdata/iso8859-6.h: Likewise.
11343 * iconvdata/iso8859-7.c: Likewise.
11344 * iconvdata/iso8859-7.h: Likewise.
11345 * iconvdata/iso8859-8.c: Likewise.
11346 * iconvdata/iso8859-8.h: Likewise.
11347 * iconvdata/iso8859-9.c: Likewise.
11348 * iconvdata/iso8859-9.h: Likewise.
11349 * iconvdata/iso8859-generic.c: Likewise.
11350 * iconvdata/t61.c: Likewise.
11352 * string/Makefile (routines): Add strcasestr.
11353 * string/string.h: Add prototype for strcasestr.
11354 * sysdeps/generic/strcasestr.c: New file.
11355 * wcsmbs/mbrtowc.c: Simplify special case a bit.
11356 * wcsmbs/wcrtomb.c: Likewise.
11357 * wcsmbs/mbsnrtowcs.c: Correctly handle incomplete characters.
11358 * wcsmbs/wcsnrtombs.c: Likewise.
11359 * wcsmbs/mbsrtowcs.c: Make sure SRC argument is correct when
11360 partial character is read.
11361 * wcsmbs/wcsrtombs.c: Likewise.
11362 * wcsmbs/wmemrtombs.c: Likewise.
11363 * wcsmbs/wmemrtowcs.c: Likewise.
11365 * io/ftw.h: Include <sys/stat.h> instead of <bits/stat.h>.
11366 * login/pty.h: Include <sys/ioctl.h> instead og <bits/ioctl-types.h>.
11367 * sysdeps/i386/__longjmp.S: Define _SETJMP_H.
11368 * sysdeps/i386/elf/setjmp.S: Likewise.
11369 * sysdeps/unix/sysv/linux/kernel_termios.h: Do include
11372 * sysdeps/posix/mk-stdiolim.c: Output file with comment.
11373 * sysdeps/unix/sysv/linux/stdio_lim.h.in: Add comment.
11375 * sysdeps/unix/sysv/linux/sys/mman.h: Pretty print.
11376 * sysvipc/sys/ipc.h: Likewise.
11377 * sysvipc/sys/msg.h: Likewise.
11378 * sysvipc/sys/sem.h: Likewise.
11379 * sysvipc/sys/shm.h: Likewise.
11381 * sysdeps/alpha/bits/endian.h: Issue error message if the header is
11383 * sysdeps/alpha/bits/setjmp.h: Likewise.
11384 * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
11385 * sysdeps/arm/bits/endian.h: Likewise.
11386 * sysdeps/arm/bits/setjmp.h: Likewise.
11387 * sysdeps/generic/bits/byteswap.h: Likewise.
11388 * sysdeps/generic/bits/confname.h: Likewise.
11389 * sysdeps/generic/bits/dirent.h: Likewise.
11390 * sysdeps/generic/bits/dlfcn.h: Likewise.
11391 * sysdeps/generic/bits/endian.h: Likewise.
11392 * sysdeps/generic/bits/fenv.h: Likewise.
11393 * sysdeps/generic/bits/huge_val.h: Likewise.
11394 * sysdeps/generic/bits/in.h: Likewise.
11395 * sysdeps/generic/bits/ioctl-types.h: Likewise.
11396 * sysdeps/generic/bits/ioctls.h: Likewise.
11397 * sysdeps/generic/bits/ipc.h: Likewise.
11398 * sysdeps/generic/bits/msq.h: Likewise.
11399 * sysdeps/generic/bits/poll.h: Likewise.
11400 * sysdeps/generic/bits/resource.h: Likewise.
11401 * sysdeps/generic/bits/sched.h: Likewise.
11402 * sysdeps/generic/bits/sem.h: Likewise.
11403 * sysdeps/generic/bits/setjmp.h: Likewise.
11404 * sysdeps/generic/bits/shm.h: Likewise.
11405 * sysdeps/generic/bits/sigaction.h: Likewise.
11406 * sysdeps/generic/bits/sigcontext.h: Likewise.
11407 * sysdeps/generic/bits/socket.h: Likewise.
11408 * sysdeps/generic/bits/stat.h: Likewise.
11409 * sysdeps/generic/bits/statfs.h: Likewise.
11410 * sysdeps/generic/bits/stdio_lim.h: Likewise.
11411 * sysdeps/generic/bits/termios.h: Likewise.
11412 * sysdeps/generic/bits/time.h: Likewise.
11413 * sysdeps/generic/bits/uio.h: Likewise.
11414 * sysdeps/generic/bits/utmp.h: Likewise.
11415 * sysdeps/generic/bits/utmpx.h: Likewise.
11416 * sysdeps/generic/bits/utsname.h: Likewise.
11417 * sysdeps/generic/bits/waitflags.h: Likewise.
11418 * sysdeps/generic/bits/waitstatus.h: Likewise.
11419 * sysdeps/gnu/bits/utmp.h: Likewise.
11420 * sysdeps/gnu/bits/utmpx.h: Likewise.
11421 * sysdeps/i386/bits/byteswap.h: Likewise.
11422 * sysdeps/i386/bits/endian.h: Likewise.
11423 * sysdeps/i386/bits/huge_val.h: Likewise.
11424 * sysdeps/i386/bits/setjmp.h: Likewise.
11425 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
11426 * sysdeps/ieee754/bits/huge_val.h: Likewise.
11427 * sysdeps/m68k/bits/byteswap.h: Likewise.
11428 * sysdeps/m68k/bits/endian.h: Likewise.
11429 * sysdeps/m68k/bits/setjmp.h: Likewise.
11430 * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
11431 * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
11432 * sysdeps/mach/hurd/bits/ioctls.h: Likewise.
11433 * sysdeps/mach/hurd/bits/stat.h: Likewise.
11434 * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
11435 * sysdeps/mach/hurd/i386/bits/sigcontext.h: Likewise.
11436 * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
11437 * sysdeps/mips/bits/dlfcn.h: Likewise.
11438 * sysdeps/mips/bits/endian.h: Likewise.
11439 * sysdeps/mips/bits/setjmp.h: Likewise.
11440 * sysdeps/mips/dec/bits/endian.h: Likewise.
11441 * sysdeps/mips/mips64/bits/setjmp.h: Likewise.
11442 * sysdeps/mips/mipsel/bits/endian.h: Likewise.
11443 * sysdeps/mips/p40/bits/endian.h: Likewise.
11444 * sysdeps/powerpc/bits/endian.h: Likewise.
11445 * sysdeps/powerpc/bits/fenv.h: Likewise.
11446 * sysdeps/powerpc/bits/setjmp.h: Likewise.
11447 * sysdeps/sparc/sparc32/bits/endian.h: Likewise.
11448 * sysdeps/sparc/sparc32/bits/setjmp.h: Likewise.
11449 * sysdeps/sparc/sparc32/fpu/bits/fenv.h: Likewise.
11450 * sysdeps/sparc/sparc64/bits/endian.h: Likewise.
11451 * sysdeps/sparc/sparc64/fpu/bits/fenv.h: Likewise.
11452 * sysdeps/unix/bsd/bits/dirent.h: Likewise.
11453 * sysdeps/unix/bsd/bits/stat.h: Likewise.
11454 * sysdeps/unix/bsd/bits/waitflags.h: Likewise.
11455 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Likewise.
11456 * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
11457 * sysdeps/unix/bsd/osf/bits/sigaction.h: Likewise.
11458 * sysdeps/unix/bsd/sun/m68k/bits/sigcontext.h: Likewise.
11459 * sysdeps/unix/bsd/sun/sparc/bits/sigcontext.h: Likewise.
11460 * sysdeps/unix/bsd/sun/sunos4/bits/resource.h: Likewise.
11461 * sysdeps/unix/bsd/sun/sunos4/bits/termios.h: Likewise.
11462 * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Likewise.
11463 * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
11464 * sysdeps/unix/bsd/ultrix4/mips/bits/sigcontext.h: Likewise.
11465 * sysdeps/unix/common/bits/dirent.h: Likewise.
11466 * sysdeps/unix/sysv/bits/dirent.h: Likewise.
11467 * sysdeps/unix/sysv/bits/stat.h: Likewise.
11468 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
11469 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
11470 * sysdeps/unix/sysv/irix4/bits/confname.h: Likewise.
11471 * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
11472 * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Likewise.
11473 * sysdeps/unix/sysv/linux/alpha/bits/ipc.h: Likewise.
11474 * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
11475 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h: Likewise.
11476 * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
11477 * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
11478 * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
11479 * sysdeps/unix/sysv/linux/bits/dirent.h: Likewise.
11480 * sysdeps/unix/sysv/linux/bits/in.h: Likewise.
11481 * sysdeps/unix/sysv/linux/bits/ioctl-types.h: Likewise.
11482 * sysdeps/unix/sysv/linux/bits/ioctls.h: Likewise.
11483 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
11484 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
11485 * sysdeps/unix/sysv/linux/bits/poll.h: Likewise.
11486 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
11487 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
11488 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
11489 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
11490 * sysdeps/unix/sysv/linux/bits/sigaction.h: Likewise.
11491 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Likewise.
11492 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11493 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
11494 * sysdeps/unix/sysv/linux/bits/statfs.h: Likewise.
11495 * sysdeps/unix/sysv/linux/bits/termios.h: Likewise.
11496 * sysdeps/unix/sysv/linux/bits/time.h: Likewise.
11497 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
11498 * sysdeps/unix/sysv/linux/bits/utsname.h: Likewise.
11499 * sysdeps/unix/sysv/linux/bits/waitflags.h: Likewise.
11500 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
11501 * sysdeps/unix/sysv/linux/m68k/bits/mman.h: Likewise.
11502 * sysdeps/unix/sysv/linux/m68k/bits/poll.h: Likewise.
11503 * sysdeps/unix/sysv/linux/mips/bits/endian.h: Likewise.
11504 * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Likewise.
11505 * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Likewise.
11506 * sysdeps/unix/sysv/linux/mips/bits/mman.h: Likewise.
11507 * sysdeps/unix/sysv/linux/mips/bits/poll.h: Likewise.
11508 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
11509 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
11510 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11511 * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
11512 * sysdeps/unix/sysv/linux/mips/bits/statfs.h: Likewise.
11513 * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise.
11514 * sysdeps/unix/sysv/linux/mips/bits/time.h: Likewise.
11515 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h: Likewise.
11516 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
11517 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
11518 * sysdeps/unix/sysv/linux/sparc/bits/ioctls.h: Likewise.
11519 * sysdeps/unix/sysv/linux/sparc/bits/poll.h: Likewise.
11520 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
11521 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
11522 * sysdeps/unix/sysv/linux/sparc/sparc32/bits/mman.h: Likewise.
11523 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/mman.h: Likewise.
11524 * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Likewise.
11525 * sysdeps/unix/sysv/minix/bits/sigaction.h: Likewise.
11526 * sysdeps/unix/sysv/sco3.2.4/bits/confname.h: Likewise.
11527 * sysdeps/unix/sysv/sco3.2.4/bits/sigaction.h: Likewise.
11528 * sysdeps/unix/sysv/sysv4/bits/sigaction.h: Likewise.
11529 * sysdeps/unix/sysv/sysv4/bits/utsname.h: Likewise.
11530 * sysdeps/unix/sysv/sysv4/bits/waitflags.h: Likewise.
11531 * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
11532 * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
11533 * sysdeps/unix/sysv/sysv4/solaris2/sparc/bits/sigcontext.h: Likewise.
11534 * sysdeps/vax/bits/huge_val.h: Likewise.
11535 * sysdeps/vax/bits/setjmp.h: Likewise.
11536 * sysdeps/wordsize-32/bits/elfclass.h: Likewise.
11537 * sysdeps/wordsize-64/bits/elfclass.h: Likewise.
11539 1997-11-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11541 * libio/stdio.h: Correct comment of sys_nerr/sys_errlist.
11543 1997-11-25 Paul Eggert <eggert@shade.twinsun.com>
11545 * strftime.c (strftime):
11546 No longer any need to undef or declare if emacs is defined.
11547 (my_strftime): When checking a -1 returned by mktime, don't blow up
11548 if localtime_r returns NULL.
11550 1997-11-24 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11552 * README.template: Fix spelling.
11554 1997-11-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11556 * configure.in: Enhance --enable-add-ons description a wee bit.
11558 1997-11-24 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11560 * glibcbug.in: Add more information of build environment and flags.
11562 1997-11-23 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11564 * sysdeps/posix/getcwd.c: Recognize EOF from readdir and translate
11567 1997-11-24 03:01 Ulrich Drepper <drepper@cygnus.com>
11569 * elf/dl-support.c: Call __libc_init_secure to make sure
11570 __libc_enable_secure is defined early.
11571 * sysdeps/generic/enbl-secure.c: Change function name to
11572 __libc_init_secure and make it global instead of a constructor.
11574 * iconv/gconv.c: Fix lots of bugs.
11575 * iconv/gconv.h: Likewise.
11576 * iconv/gconv_builtin.h: Likewise.
11577 * iconv/gconv_close.c: Likewise.
11578 * iconv/gconv_conf.c: Likewise.
11579 * iconv/gconv_db.c: Likewise.
11580 * iconv/gconv_dl.c: Likewise.
11581 * iconv/gconv_open.c: Likewise.
11582 * iconv/gconv_simple.c: Likewise.
11583 * iconv/iconv.c: Likewise.
11584 * iconv/iconv_close.c: Likewise.
11585 * iconv/iconv_open.c: Likewise.
11587 * wcsmbs/Makefile (routines): Add wmemrtowcs and wmemrtombs.
11588 * wcsmbs/wchar.h: Add prototypes for wmemrtowcs and wmemrtombs.
11589 * wcsmbs/wmemrtombs.c: New file.
11590 * wcsmbs/wmemrtowcs.c: New file.
11592 1997-11-22 19:28 Ulrich Drepper <drepper@cygnus.com>
11594 * iconv/gconv_simple.c: Fix lots of bugs.
11595 * iconv/iconv_open.c: Normalize names before passing them to
11598 * libio/iolibio.h: Add prototypes for _IO_{new,old}_fclose.
11600 * libio/iopopen.c: Check for correct mode argument and punt otherwise.
11601 * stdio-common/test-popen.c: Add test for above change.
11603 * math/libm-test.c: Print test results also using %a format,
11604 specified in PRINTF_XEXPR macro.
11605 * math/test-double.c: Define PRINTF_XEXPR.
11606 * math/test-float.c: Likewise.
11607 * math/test-ldouble.c: Likewise.
11608 * math/test-idouble.c: Likewise.
11609 * math/test-ifloat.c: Likewise.
11610 * math/test-ildoubl.c: Likewise.
11612 * stdio-common/vfscanf.c: Recognize a in format specifier only as
11613 modifier if used before s, S, or [. Otherwise it's the hexadecimal
11616 * stdlib/strtod.c: Little code cleanup.
11618 * sysdeps/i386/Makefile: Define __LIBC_INTERNAL_MATH_INLINES for
11619 compiling in math subdir.
11621 * sysdeps/m68k/fpu/e_acos.c: Define __LIBC_INTERNAL_MATH_INLINES
11622 instead of __LIBC_M81_MATH_INLINES.
11623 * sysdeps/m68k/fpu/e_atan2.c: Likewise.
11624 * sysdeps/m68k/fpu/e_fmod.c: Likewise.
11625 * sysdeps/m68k/fpu/e_pow.c: Likewise.
11626 * sysdeps/m68k/fpu/e_scalb.c: Likewise.
11627 * sysdeps/m68k/fpu/k_cos.c: Likewise.
11628 * sysdeps/m68k/fpu/k_sin.c: Likewise.
11629 * sysdeps/m68k/fpu/k_tan.c: Likewise.
11630 * sysdeps/m68k/fpu/s_atan.c: Likewise.
11631 * sysdeps/m68k/fpu/s_ccos.c: Likewise.
11632 * sysdeps/m68k/fpu/s_ccosh.c: Likewise.
11633 * sysdeps/m68k/fpu/s_cexp.c: Likewise.
11634 * sysdeps/m68k/fpu/s_csin.c: Likewise.
11635 * sysdeps/m68k/fpu/s_csinh.c: Likewise.
11636 * sysdeps/m68k/fpu/s_frexp.c: Likewise.
11637 * sysdeps/m68k/fpu/s_ilogb.c: Likewise.
11638 * sysdeps/m68k/fpu/s_isinf.c: Likewise.
11639 * sysdeps/m68k/fpu/s_llrint.c: Likewise.
11640 * sysdeps/m68k/fpu/s_llrintf.c: Likewise.
11641 * sysdeps/m68k/fpu/s_llrintl.c: Likewise.
11642 * sysdeps/m68k/fpu/s_lrint.c: Likewise.
11643 * sysdeps/m68k/fpu/s_modf.c: Likewise.
11644 * sysdeps/m68k/fpu/s_remquo.c: Likewise.
11645 * sysdeps/m68k/fpu/s_scalbn.c: Likewise.
11646 * sysdeps/m68k/fpu/s_sincos.c: Likewise.
11647 * sysdeps/m68k/fpu/bits/mathinline.h: Define optimizations if
11648 __LIBC_INTERNAL_MATH_INLINES is defined.
11650 * sysdeps/i386/fpu/bits/mathinline.h: Define special i686 versions
11651 of compare macros from ISO C 9X. Optimize generic versions a bit.
11652 Define __signbit inline functions and __ieee754_sqrt which can be
11653 used if the ompiler is fixed.
11655 * sysdeps/posix/sysv_signal.c: Define sysv_signal as weak alias.
11657 1997-11-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11659 * Makerules ($(common-objpfx)stub-$(subdir)): Look for
11660 sysdeps/generic in the whole dep file, not only in the first line.
11662 1997-11-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11664 * sysdeps/ieee754/bits/nan.h (__nan) [!__GNUC__]: Fix type.
11666 1997-11-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11668 * manual/arith.texi (Imaginary Unit): Move @end deftypevr to right
11671 1997-11-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11673 * elf/dl-error.c (_dl_signal_error): Only print colon if OBJNAME
11676 1997-11-20 16:51 Ulrich Drepper <drepper@cygnus.com>
11678 * malloc/malloc.c (malloc_update_mallinfo): Initialize struct for
11681 1997-11-19 21:36 Ulrich Drepper <drepper@cygnus.com>
11683 * sysdeps/unix/sysv/linux/getcwd.c: Free allocated buffer if
11684 readlink succeeds but the return value is too long.
11686 * stdio-common/printf_fphex.c: Determine sign of number correctly.
11688 1997-11-19 02:45 Ulrich Drepper <drepper@cygnus.com>
11690 * libc.map: Export __divl, __reml, __divq, __remq, __divqu and
11693 1997-11-18 23:08 Ulrich Drepper <drepper@cygnus.com>
11695 * sysdeps/generic/sys/ucontext.h: Stub context file.
11697 * libio/iofprintf.c: Removed. We use the stdio-common version.
11699 * manual/Makefile (distribute): Add stdio-fp.c.
11701 * sysdeps/powerpc/Dist: Add ppc-mcount.S.
11703 * db2/Makefile (distribute): Add include/os_func.h, README and
11704 mutex/tsl_parisc.s.
11706 * hesiod/Makefile (distribute): Add README.hesiod.
11708 1997-11-18 22:14 Ulrich Drepper <drepper@cygnus.com>
11710 * iconv/gconv.c: Correctly call transformation function.
11712 * manual/maint.texi: Document need of binutils 2.8.1.0.17.
11714 1997-11-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11716 * sysdeps/libm-ieee754/s_remquo.c (__remquo): Fix function (gave
11717 wrong results for e.g. remquo (3,2, &x)).
11718 * sysdeps/libm-ieee754/s_remquof.c (__remquof): Likewise.
11719 * sysdeps/libm-ieee754/s_remquol.c (__remquol): Likewise.
11721 1997-11-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11723 * configure.in (ld --version-script): Test if the same symbol
11724 maybe defined in all versions (needed by recent changes to
11725 libc.map and supported with binutils 2.8.1.0.17) and issue warning
11726 if versioning is not supported/enabled.
11727 (bash test): Correct test case.
11729 * math/libm-test.c: Added counting/reporting of number of test cases.
11731 * elf/Makefile ($(objpfx)rtldtbl.h): gawk is not longer required,
11734 * sysdeps/unix/sysv/linux/net/if.h: Add __BEGIN_DECLS/__END_DECLS.
11736 1997-11-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11738 * elf/dl-load.c (_dl_init_paths): Correct __mempcpy logic.
11740 1997-11-18 18:04 Ulrich Drepper <drepper@cygnus.com>
11742 * sysdeps/generic/pty.c: Define REVOKE to use revoke function.
11743 Replace revoke call by use of REVOKE.
11744 * sysdeps/unix/sysv/linux/pty.c: New file. Define REVOKE as
11745 empty and #include generic version.
11746 Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
11748 1997-11-18 16:02 Ulrich Drepper <drepper@cygnus.com>
11750 * libc.map: Add socket functions with __libc_* names.
11751 Reported by Andreas Jaeger.
11753 1997-11-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11755 * libc.map: Tidy up (remove duplicates, sort entries).
11757 1997-11-18 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11759 * iconv/gconv.h: Add __BEGIN_DECLS/__END_DECLS.
11761 1997-11-18 06:45 Ulrich Drepper <drepper@cygnus.com>
11763 * sysdeps/generic/pty.c: Make thread safe. Fix bug when calling
11764 again after successful call.
11765 Patch by Marc Lehmann <pcg@goof.com>.
11767 1997-11-17 Paul Eggert <eggert@twinsun.com>
11769 * time/mktime.c, time/strftime.c (_REENTRANT): #define,
11770 as some hosts need this to declare localtime_r properly.
11772 1997-11-18 06:08 Ulrich Drepper <drepper@cygnus.com>
11774 * libc.map: Add iconv_open, iconv, and iconv_close.
11776 1997-11-18 02:31 Ulrich Drepper <drepper@cygnus.com>
11778 * iconv/Makefile: New file.
11779 * iconv/gconv.c: New file.
11780 * iconv/gconv.h: New file.
11781 * iconv/gconv_builtin.c: New file.
11782 * iconv/gconv_builtin.h: New file.
11783 * iconv/gconv_close.c: New file.
11784 * iconv/gconv_conf.c: New file.
11785 * iconv/gconv_db.c: New file.
11786 * iconv/gconv_dl.c: New file.
11787 * iconv/gconv_open.c: New file.
11788 * iconv/gconv_simple.c: New file.
11789 * iconv/iconv.c: New file.
11790 * iconv/iconv.h: New file.
11791 * iconv/iconv_close.c: New file.
11792 * iconv/iconv_open.c: New file.
11793 * include/gconv.h: New file.
11795 * Makeconfig: Define gconvdir.
11796 * Makefile (subdirs): Add iconv.
11798 * string/bits/string2.h: Add optimization for strtok_r.
11800 * sysdeps/generic/_G_config.h: Define __need_NULL to get definition
11802 * sysdeps/unix/sysv/linux/_G_config.h: Likewise.
11803 Reported by H.J. Lu <hjl@gnu.ai.mit.edu>.
11805 * configure.in: Correct test for bash2.
11806 Patch by Zack Weinberg <zack@rabi.phys.columbia.edu>.
11808 * locale/Makefile (CFLAGS-charmap.c): Add -Wno-char-subscripts.
11809 (CFLAGS-locfile.c): Likewise.
11810 Suggested by Zack Weinberg <zack@rabi.phys.columbia.edu>.
11812 * misc/hsearch_r.c (hsearch_r): Avoid undefinitely search for
11813 non-existing entry if the table is full.
11815 * posix/regex.h: Pretty print.
11817 * stdio-common/printf_fp.c: Don't define NDEBUG if already defined.
11819 * sysdeps/posix/ctermid.c: Simplify a bit.
11821 * sysdeps/unix/sysv/linux/net/if.h: Pretty print.
11823 1997-11-17 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11825 * sysdeps/unix/sysv/linux/sys/quota.h: Add include for
11826 <sys/types.h> instead of <asm/types.h>.
11828 1997-11-16 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11830 * math/libm-test.c (asin_test): Add epsilon for asin (0.5).
11832 1997-11-16 17:09 H.J. Lu <hjl@gnu.ai.mit.edu>
11834 * libc.map (_IO_stdin_, _IO_stdout_, _IO_stderr_, _IO_fopen,
11835 fopen, freopen, _IO_fclose, fclose): Added to GLIBC_2.0.
11836 (_IO_stdin_, _IO_stdout_, _IO_stderr_): Removed from GLIBC_2.1.
11837 (_IO_2_1_stdin_, _IO_2_1_stdout_, _IO_2_1_stderr_, _IO_fclose,
11838 fclose): Added to GLIBC_2.1.
11840 * libio/Makefile (routines, shared-only-routines): Add
11841 oldiofclose. Remove oldfreopen.
11843 * libio/freopen.c (freopen): When PIC is defined, call
11844 _IO_old_freopen () for old stdio.
11846 * libio/iofclose.c (_IO_new_fclose): Renamed from _IO_fclose.
11847 (_IO_fclose, fclose): Use _IO_new_fclose as default version
11850 * libio/iolibio.h (_IO_old_freopen): Use _IO_old_file_close_it
11851 instead of _IO_file_close_it.
11853 * libio/libio.h (_IO_stdin_, _IO_stdout_, _IO_stderr_): Changed
11854 to _IO_2_1_stdxxx_.
11855 (_IO_stdin, _IO_stdout, _IO_stderr): Declare as extern if _LIBC
11858 * libio/libioP.h (_IO_old_do_flush): New.
11860 * libio/oldfileops.c (_IO_old_file_close_it,
11861 _IO_old_file_finish, _IO_old_file_overflow, _IO_old_file_sync):
11862 Call _IO_old_do_flush () instead of _IO_do_flush ().
11863 (_IO_old_file_xsputn): Call _IO_old_do_write () instead of
11866 * libio/oldiofopen.c (_IO_old_fopen): Call _IO_old_file_init ()
11867 instead of _IO_file_init ().
11868 Bind old symbols to version GLIBC_2.0.
11870 * libio/oldstdfiles.c (DEF_STDFILE): Don't use symbol_version.
11871 (_IO_old_stdin_, _IO_old_stdout_, _IO_old_stderr_): Changed to
11873 (_IO_check_libio): New function in .init.
11875 * libio/oldiofclose.c: New file.
11877 * libio/stdfiles.c (_IO_new_stdin_, _IO_new_stdout_,
11878 _IO_new_stderr_): Changed to _IO_2_1_stdxxx_.
11879 (DEF_STDFILE): Don't use default_symbol_version.
11881 * libio/stdio.c (stdin, stdout, stderr): Set to
11883 (_IO_stdin, _IO_stdout, _IO_stderr): New, strong alias of
11886 * csu/Makefile (distribute): Add init.c.
11887 (extra-objs): Add init.o for ELF.
11888 (start-installed-name): Add $(objpfx)init.o.
11890 * csu/init.c: New file.
11892 1997-11-12 08:02 H.J. Lu <hjl@gnu.ai.mit.edu>
11894 * elf/dl-lookup.c (do_lookup): Don't use the hidden base
11895 definition as the default.
11897 1997-08-27 Klaus Espenlaub <kespenla@hydra.informatik.uni-ulm.de>
11899 * erand48_r.c (__erand48_r): Implement for 32 bit short int.
11901 1997-11-15 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11903 * elf/genrtldtbl.awk: Replace gensub for compatibility with gawk2
11906 1997-11-16 21:01 Philip Blundell <Philip.Blundell@pobox.com>
11908 * sysdeps/arm/sysdep.h: Use __APCS_32__ to decide whether or not
11909 to preserve condition codes on function call.
11911 1997-11-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11913 * sysdeps/generic/s_exp2l.c: Change exp2l to __ieee754_exp2l.
11915 1997-11-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11917 * math/libm-test.c (asin_test): Add epsilon for float.
11918 (tan_test): Add epsilon for float.
11919 (log1p_test): Add epsilon for float.
11920 (inverse_functions): Add epsilons.
11922 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers) [socket]: Add
11925 * sysdeps/unix/sysv/linux/Dist: Add net/if_packet.h.
11927 1997-11-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11929 * md5-crypt/Makefile (extra-objs): Make recursively expanded
11930 variable, since $(object-suffixes) is not defined yet.
11932 1997-11-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11934 * db2/Makefile (distribute): db185/db185_int.src ->
11937 1997-11-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11939 * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
11942 1997-11-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11944 * sysdeps/generic/e_acoshl.c: Fix stub_warning: use the user level
11946 * sysdeps/generic/e_acosl.c: Likewise.
11947 * sysdeps/generic/e_asinl.c: Likewise.
11948 * sysdeps/generic/e_atan2l.c: Likewise.
11949 * sysdeps/generic/e_expl.c: Likewise.
11950 * sysdeps/generic/e_fmodl.c: Likewise.
11951 * sysdeps/generic/e_j0l.c: Likewise.
11952 * sysdeps/generic/e_j1l.c: Likewise.
11953 * sysdeps/generic/e_jnl.c: Likewise.
11954 * sysdeps/generic/e_lgammal_r.c: Likewise.
11955 * sysdeps/generic/e_log10l.c: Likewise.
11956 * sysdeps/generic/e_logl.c: Likewise.
11957 * sysdeps/generic/e_powl.c: Likewise.
11958 * sysdeps/generic/e_sqrtl.c: Likewise.
11959 * sysdeps/generic/e_exp2l.c: Likewise.
11961 1997-11-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11963 * Make-dist (+sysdep-names): Remove extra paren.
11964 * Makefile (distribute): Add stub-tag.h.
11965 * elf/Makefile (distribute): Add atomicity.h.
11966 * stdlib/Makefile (headers): Add ucontext.h and sys/ucontext.h.
11967 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers)
11968 [$(subdir)=socket]: Add net/if_packet.h.
11969 * sysdeps/alpha/Dist: Remove setjmp_aux.c.
11970 * sysdeps/unix/sysv/linux/Dist: Add s_pread64.c, s_pwrite64.c,
11971 net/if_packet.h, scsi/sg.h.
11973 1997-11-13 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
11975 * Makefile (install): Quote $(CC) expansion.
11977 1997-11-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
11979 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Added caching of
11980 working /proc cwd and no restrictions on path length. Following
11981 some ideas from Andi Kleen <ak@muc.de> (PR 350).
11983 1997-11-14 19:14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
11985 * nis/nss_compat/compat-grp.c: Remove buggy assert call.
11986 * nis/nss_compat/compat-pwd.c: Likewise.
11987 * nis/nss_compat/compat-spwd.c: Likewise.
11989 1997-11-14 22:23 Ulrich Drepper <drepper@cygnus.com>
11991 * sysdeps/libm-i387/s_fdim.S: New file.
11992 * sysdeps/libm-i387/s_fdimf.S: New file.
11993 * sysdeps/libm-i387/s_fdiml.S: New file.
11994 * sysdeps/libm-i387/i686/s_fdim.S: New file.
11995 * sysdeps/libm-i387/i686/s_fdimf.S: New file.
11996 * sysdeps/libm-i387/i686/s_fdiml.S: New file.
11998 1997-11-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
12000 * string/bits/string2.h (strstr): Avoid warning if HAYSTACK is a
12001 pointer to unsigned char.
12003 1997-11-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
12005 * sysdeps/libm-ieee754/s_llrintf.c (__llrintf): Fix function.
12007 * sysdeps/libm-ieee754/s_lrintf.c (__lrintf): Fix function.
12009 * sysdeps/libm-ieee754/s_lrint.c (__lrint): Fix function.
12011 1997-11-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
12013 * sysdeps/libm-ieee754/s_ilogbf.c: Correct return values for
12015 * sysdeps/libm-ieee754/s_ilogbl.c: Likewise.
12016 * sysdeps/libm-ieee754/s_ilogb.c: Likewise.
12018 1997-11-14 05:44 Ulrich Drepper <drepper@cygnus.com>
12020 * sysdeps/libm-i387/s_fmin.S: New file.
12021 * sysdeps/libm-i387/s_fminf.S: New file.
12022 * sysdeps/libm-i387/s_fminl.S: New file.
12023 * sysdeps/libm-i387/s_fmax.S: New file.
12024 * sysdeps/libm-i387/s_fmaxf.S: New file.
12025 * sysdeps/libm-i387/s_fmaxl.S: New file.
12026 * sysdeps/libm-i387/i686/s_fmin.S: New file.
12027 * sysdeps/libm-i387/i686/s_fminf.S: New file.
12028 * sysdeps/libm-i387/i686/s_fminl.S: New file.
12029 * sysdeps/libm-i387/i686/s_fmax.S: New file.
12030 * sysdeps/libm-i387/i686/s_fmaxf.S: New file.
12031 * sysdeps/libm-i387/i686/s_fmaxl.S: New file.
12033 1997-11-14 03:06 Ulrich Drepper <drepper@cygnus.com>
12035 * sysdeps/unix/sysv/linux/accept.S: Add __libc_accept as alias.
12036 * sysdeps/unix/sysv/linux/send.S: Likewise.
12037 * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
12038 * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
12039 * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
12040 * sysdeps/unix/sysv/linux/recv.S: Likewise.
12041 * sysdeps/unix/sysv/linux/sendto.S: Likewise.
12042 * sysdeps/unix/sysv/linux/connect.S: Likewise.
12043 Reported by Christopher Wiles <wileyc@ai.cs.fujitsu.co.jp>.
12045 See ChangeLog.7 for earlier changes.