Update.
[glibc.git] / ChangeLog
blobfeea31d2d05062109162a61f9f53a958e6a483d7
1 1998-11-19  Ulrich Drepper  <drepper@cygnus.com>
3         * posix/regex.c (regex_compile): Handle extra long class names
4         correctly.
6 1998-11-19  Geoff Keating  <geoffk@ozemail.com.au>
8         * elf/rtld.c (_dl_start): Handle weak undefined symbols in ld.so
9         correctly.
11 1998-11-19  Ulrich Drepper  <drepper@cygnus.com>
13         * misc/error.c: Undo last change.
15         * ctype/Versions: Add _tolower and _toupper.
17 1998-11-19  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
19         * sunrpc/svc_unix.c (readunix): Check for POLLERR, POLLHUP and
20         POLLNVAL.
22 1998-11-19  Ulrich Drepper  <drepper@cygnus.com>
24         * Makeconfig: Add comment to all-subdirs definition.
25         Add rule to generate sysd-sorted.  Include this file and and set
26         subdirs value to $(sorted-subdirs).
27         * scripts/gen-sorted.awk: New file.
28         * Make-dist (+tsrcs): Add Depend.
29         * nscd/Depend: New file.
30         * nss/Depend: New file.
31         * rt/Depend: New file.
33 1998-11-18  Ulrich Drepper  <drepper@cygnus.com>
35         * sysdeps/unix/bsd/poll.c (__poll): Add code to extend sets if any
36         passed file descriptor exceeds the size determined by
37         getdtablesize.
39         * sysdeps/unix/sysv/linux/cmsg_nxthdr.c (__cmsg_nxthdr): Update
40         from inline version in bits/socket.h.
42         * sysdeps/unix/sysv/linux/bits/socket.h: Define __cmsg_nxthdr as
43         inline function only is __USE_EXTERN_INLINES is defined.
45         * time/strftime.c (my_strftime): Make code a bit clearer.
46         Patch by Paul Eggert <eggert@twinsun.com>.
48         * io/Makefile (CFLAGS-ftw.c): Removed.
50         * manual/errno.texi: Change the short text for ENODEV to
51         "No such device".
53 1998-11-18  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
55         * io/Makefile (tests): Make sure that the test program has an
56         explicit directory part.
58 1998-11-18  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
60         * configure.in: Fix last change.
62 1998-11-18  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
64         * sunrpc/Makefile (routines): Add create_xid.
66         * sunrpc/clnt_tcp.c: Use non-guessable xid.
67         * sunrpc/clnt_udp.c: Likewise.
68         * sunrpc/clnt_unix.c: Likewise.
69         * sunrpc/pmap_rmt.c: Likewise.
70         * sunrpc/create_xid.c: New, create non-guessable xid.
72         * sunrpc/svc_tcp.c: Remove patch from 1998-06-15, use poll instead
73         of select.
74         * sunrpc/svc_unix.c: Use poll instead of select.
76 1998-11-17  Ulrich Drepper  <drepper@cygnus.com>
78         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Make Unix98 compliant
79         by removing SIG_IGN handler for SIGCHLD if necessary.
80         Patch by H.J. Lu <hjl@lucon.org>.
82         * stdio-common/printf_fphex.c (__printf_fphex): Correct printing
83         of denormalized numbers.
85 1998-10-06  Geoff Keating  <geoffk@ozemail.com.au>
87         * sysdeps/powerpc/dl-machine.h (elf_machine_load_address): Suppress
88         another parentheses warning, make nano-optimisation.
90         * sysdeps/powerpc/dl-machine.h (_dl_runtime_resolve): Preserve
91         saved LR on stack so _mcount works.
92         (_dl_prof_resolve): Likewise.
93         * sysdeps/powerpc/register-dump.h: Print FPRs.  Adjust for correct
94         signal handler calling convention.
95         * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: Adjust for
96         correct signal handler calling convention---more like x86 linux and
97         mklinux, less like linux-ppc versions between 2.1 and 2.1.126.
99 1998-11-17  Ulrich Drepper  <drepper@cygnus.com>
101         * configure.in: Correct allowed makeinfo version.
103 1998-11-17  Philip Blundell  <pb@nexus.co.uk>
105         * sysdeps/generic/bits/mathdef.h: Fix typo.
107 1998-11-17  Geoff Keating  <geoffk@ozemail.com.au>
109         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Prototype the syscall
110         under the right name (squish warning).
111         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
113 1998-11-17  Geoff Keating  <geoffk@ozemail.com.au>
115         * stdio-common/_itoa.c (_itoa): Add redundant parentheses to
116         prevent warnings.
118 1998-11-16  Ulrich Drepper  <drepper@cygnus.com>
120         * intl/locale.alias: Change `japanese' alias to match X11R6's.
121         Add `japanese.euc' alias.
123         * manual/Makefile (%.info): Set LANGUAGE and LC_ALL explicitly to C
124         before running makeinfo.
126         * math/Makefile (libm-routines): $(strip) entire value.
128         * nss/nss_db/db-XXX.c (internal_setent): Rewrite to avoid warning.
130 1998-10-24  H.J. Lu  <hjl@gnu.org>
132         * libio/libio.h (_IO_cookie_io_functions_t): Protect with __USE_GNU.
133         (_IO_cookie_file): Likewise.
135 1998-11-16  Philip Blundell  <philb@gnu.org>
137         * inet/netinet/icmp6.h: Correct naming of constants.
139 1998-11-16  Ulrich Drepper  <drepper@cygnus.com>
141         * sysdeps/unix/opendir.c: Use o_directory_works differently.  Treat
142         zero value as uninitialized so that variable can go into .bss.
144         * dirent/opendir-tst1.c: Print error strings to stdout.
146         * sysdeps/unix/sysv/linux/mmap64.c: New file.  Empty.
147         * sysdeps/unix/sysv/linux/syscalls.list: Add mmap with mmap64 alias.
148         * sysdeps/unix/sysv/linux/arm/mmap.S: Add mmap64 alias.
149         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
150         * sysdeps/unix/sysv/linux/m68k/mmap.S: Likewise.
152 1998-11-16  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
154         * time/tzfile.c (__tzfile_read): Check that types[i].isdst is in
155         range.
157 1998-11-16  Ulrich Drepper  <drepper@cygnus.com>
159         * libio/bits/stdio.h (fread_unlocked): Do handle zero size and number.
160         (fwrite_unlocked): Likewise.
162 1998-11-16  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
164         * libio/bits/stdio.h (fread_unlocked): Don't evaluate non-constant
165         twice.  Don't bother handling zero size.
166         (fwrite_unlocked): Likewise.
168 1998-11-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
170         * configure.in: Fix regex for makeinfo version string.
172 1998-11-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
174         * sunrpc/rpc_sample.c (write_sample_server): Avoid -Wparentheses
175         warning.
176         * sunrpc/rpc_svcout.c (write_program): Likewise.
178 1998-11-15  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
180         * time/Makefile (CFLAGS-test_time.c): Add -Wno-format.
182 1998-11-16  Ulrich Drepper  <drepper@cygnus.com
184         * misc/sys/mman.h: Pretty print prototypes.
186 1998-11-15  Ulrich Drepper  <drepper@cygnus.com
188         * misc/error.c (error): Don't use result of strerror_r call directly
189         since at least DEC Unix has a wrong return type.
190         Patch by Johan Danielsson <joda@pdc.kth.se>.
192 1998-11-16  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
194         * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Undo
195         last change.
197 1998-11-13  Ulrich Drepper  <drepper@cygnus.com>
199         * stdio-common/vfscanf.c: Don't return -1 in case of an invalid
200         format, just stop.
202         * version.h (VERSION): Bump to 2.0.102.
204         * stdio-common/tstdiomisc.c (t2): Update test case for last scanf
205         change.
206         * stdio-common/scanf7.c (main): Likewise.
208 1998-11-13  Ulrich Drepper  <drepper@cygnus.com>
210         * stdio-common/vfscanf.c: Return EOF for invalid format
211         characters.
213         * version.h (VERSION): Bump to 2.0.101.
215         * Makerules (Versions.all): Generate this file from all Versions.def
216         files.
217         (sysd-versions): Use Versions.all instead of Versions.def.
219 1998-11-13  Philip Blundell  <philb@gnu.org>
221         * sysdeps/arm/fpu/bits/setjmp.h (__JMP_BUF_SP): Correct value.
222         Reported by Scott Bambrough.
224 1998-11-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
226         * locale/programs/config.h: Define HAVE_STRING_H for xstrdup.c.
228 1998-11-13  Ulrich Drepper  <drepper@cygnus.com>
230         * libio/bits/stdio.h: Correct and improve fread_unlocked and
231         fwrite_unlocked optimizations.
233         * time/tzfile.c (__tzfile_read): Set __tzname based on last names
234         in time not to last entries in the file.
235         (__tzfile_compute): Likewise.  Fix for PR libc/863.
237         * timezone/Makefile: Generate GB timezone data for test.
238         * timezone/tst-timezone.c: More tests for DST switching time (disabled
239         for now).
241 1998-11-13  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
243         * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Remove
244         d0 from clobber list.
246 1998-11-12  Ulrich Drepper  <drepper@cygnus.com>
248         * inet/netinet/in.h: Add a few more IPPROTO_* macros.
250         * libio/Makefile (headers): Add bits/stdio.h.
251         * libio/iofread_u.c: Undefine fread_unlocked before definition.
252         * libio/iofwrite_u.c: Undefine fwrite_unlocked before definition.
253         * libio/stdio.h: Move optimizations into ...
254         * libio/bits/stdio.h: ...here.  New file.
256         * libio/iofread.c: Pretty print.
258 1998-11-12  Mark Kettenis  <kettenis@phys.uva.nl>
260         * sysdeps/gnu/bits/utmpx.h: Protect members of struct
261         __exit_status with `__'.  Rename pad member of struct utmpx to
262         __unused.
263         (RUN_LVL): Define unconditionally.
264         * sysdeps/gnu/bits/utmp.h: Rename pad member of struct utmp to
265         __unused.
267 1998-11-12  Philip Blundell  <philb@gnu.org>
269         * sysdeps/unix/sysv/linux/netlink/netlink.h: New file, support for
270         Linux AF_NETLINK sockets (needed since the kernel version is
271         unusable).
272         * sysdeps/unix/sysv/linux/Makefile: Install it.
273         * sysdeps/unix/sysv/linux/Dist: Distribute it.
275 1998-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
277         * timezone/tst-timezone.c (tests): Add entry for America/Chicago
278         to test for bug in PR libc/863.
280 1998-11-12  Ulrich Drepper  <drepper@cygnus.com>
282         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Cleanup comment.
284         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Rename macro
285         parameter lazy to do_lazy to avoid clashing with struct member name.
286         Reported by Ralf Baechle <ralf@uni-koblenz.de>.
288 1998-11-10  H.J. Lu  <hjl@gnu.org>
290         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefine NR_OPEN
291         if it is defined in <linux/limits.h>.
293 1998-11-09 13:07 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
295         * include/protocols/routed.h: Include the real header with
296         a full path from the top of the source tree.
297         * include/protocols/rwhod.h: Likewise.
298         * include/protocols/talkd.h: Likewise.
299         * include/protocols/timed.h: Likewise.
301         * timezone/Makefile: Don't include z.ZONE files if no_deps
302         is set, not if avoid-generated is set.
304 1998-11-12  Ulrich Drepper  <drepper@cygnus.com>
306         * signal/signal.h: Undo last change.  Get definition of timespec
307         if __USE_POSIX199309.
309         * string/bits/string2.h (__strpbrk_c2): Add intermediate cast to
310         size_t to prevent gcc warning when using -Wqual-cast.
311         (__strpbrk_c3): Likewise.
312         Suggested by Alan Curry <pacman@cqc.com>.
314 1998-11-11  Roland McGrath  <roland@baalperazim.frob.com>
316         * hurd/hurdsig.c (_hurdsig_init): Add assertion that no pending,
317         unblocked signals are set in the startup masks.
319         * hurd/hurdsig.c (_hurdsig_init): Take new args, INTARRAY and
320         INTARRAYSIZE.  Initialize main thread's sigstate from INIT_SIG* ints.
322         * hurd/hurd/signal.h: Update _hurdsig_init decl.
323         * hurd/hurdinit.c (_hurd_proc_init): Take new args, INTARRAY and
324         INTARRAYSIZE, pass them down to _hurdsig_init.
325         * hurd/hurd.h: Update _hurd_proc_init decl.
327 1998-11-10  Ulrich Drepper  <drepper@cygnus.com>
329         * math/cabs.c: Replace complex by _Complex.
330         * math/cabsf.c: Likewise.
331         * math/cabsl.c: Likewise.
332         * math/cimag.c: Likewise.
333         * math/cimagf.c: Likewise.
334         * math/cimagl.c: Likewise.
335         * math/conj.c: Likewise.
336         * math/conjf.c: Likewise.
337         * math/conjl.c: Likewise.
338         * math/creal.c: Likewise.
339         * math/crealf.c: Likewise.
340         * math/creall.c: Likewise.
342         * sysdeps/alpha/fpu/bits/mathdef.h: Define ISO C 9X stuff only if
343         included from math.h and __USE_ISOC9X is defined.
344         * sysdeps/generic/bits/mathdef.h: Likewise.
345         * sysdeps/generic/i386/fpu/mathdef.h: Likewise.
346         * sysdeps/generic/m68k/fpu/mathdef.h: Likewise.
347         * sysdeps/generic/powerpc/bits/mathdef.h: Likewise.
348         * sysdeps/generic/sparc/fpu/bits/mathdef.h: Likewise.
350 1998-11-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
352         * sysdeps/i386/fpu/bits/mathdef.h: Allow direct inclusion by
353         <complex.h>.
354         * sysdeps/alpha/fpu/bits/mathdef.h: Likewise.
355         * sysdeps/generic/bits/mathdef.h: Likewise.
356         * sysdeps/m68k/fpu/bits/mathdef.h: Likewise.
357         * sysdeps/powerpc/bits/mathdef.h: Likewise.
358         * sysdeps/sparc/fpu/bits/mathdef.h: Likewise.
360 1998-11-09  Ulrich Drepper  <drepper@cygnus.com>
362         * extra-lib.mk: Fix typo in last change.
364         * math/complex.h: Include bits/mathdef.h to get __NO_LONG_DOUBLE_MATH
365         is needed.
366         Don't define long double functions if __NO_LONG_DOUBLE_MATH is defined.
367         Don't define `complex' but instead `_Complex'.  The later is the
368         reserved keyword.
369         * math/bits/cmathcalls.c: Define _Mdouble_complex_ using _Complex,
370         not complex.
372 1998-11-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
374         * manual/libc.texinfo: Remove colon from category name.
375         * manual/Makefile (dir-add.info): Likewise.
377 1998-11-07  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
379         * configure.in: Avoid autoconf bug.
381 1998-10-28  H.J. Lu  <hjl@gnu.org>
383         * posix/getopt.h: Add "__" to arguments in prototypes.
385 1998-11-05  H.J. Lu  <hjl@gnu.org>
387         * libio/iofgets.c (_IO_fgets): Don't report error
388         if something was read in and errno is set to
389         EAGAIN.
390         * libio/iofgets_u.c (fgets_unlocked): Likewise.
392 1998-11-05  Philip Blundell  <philb@gnu.org>
394         * sysdeps/unix/sysv/linux/net/if_packet.h: Don't include kernel
395         header; it defines too much.  Provide a local definition of struct
396         sockaddr_pkt and a comment advising against its use.
398 1998-11-06  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
400         * extra-lib.mk: Avoid empty include list.
402 1998-11-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
404         * extra-lib.mk: Add support for $(lib)-shared-only-routines.
406         * elf/Makefile (libdl-routines): Add dlopenold only if doing
407         versioning.
408         (libdl-shared-only-routines): New variable.
410 1998-11-06  Paul Eggert  <eggert@twinsun.com>
412         Don't invoke localtime_r or gmtime_r unless it's the GNU C
413         library's localtime_r and gmtime_r; there are too many buggy
414         implementations of localtime_r and gmtime_r out there, and
415         it's not worth keeping track of all the different bugs.
417         * time/mktime.c (__EXTENSIONS__): Remove.
418         (<unistd.h>): No need to include.
419         * time/strftime.c: Likewise.
421         * time/mktime.c (_POSIX_THREAD_SAFE_FUNCTIONS, HAVE_LOCALTIME_R):
422         Remove.
423         (my_mktime_localtime_r): Renamed from localtime_r; all uses changed.
424         Base it on localtime unless _LIBC.
426         * time/strftime.c (my_strftime_gmtime_r): Renamed from gmtime_r;
427         all uses changed.
428         (my_strftime_localtime_r): Renamed from localtime_r; all uses changed.
429         Base them on localtime/gmtime if not _LIBC.
431 1998-11-07  Ulrich Drepper  <drepper@cygnus.com>
433         * sysdeps/generic/isastream.c: Always return 0 unless it is an invalid
434         file descriptor.  This makes this function actually usable.
435         Proposed by Mark Kettenis <kettenis@phys.uva.nl>.
437 1998-11-05  Ulrich Drepper  <drepper@cygnus.com>
439         * math/math.h: Unconditionally include bits/mathdef.h.  Declare
440         long double functions only if __NO_LONG_DOUBLE_MATH is not
441         defined.
442         * sysdeps/generic/bits/mathdef.h: Define only if __USE_ISOC9X.
443         Define __NO_LONG_DOUBLE_MATH.
444         * sysdeps/m68k/fpu/bits/mathdef.h: Define only if __USE_ISOC9X.
445         * sysdeps/i386/fpu/bits/mathdef.h: Likewise.
447         * elf/rtld.c: Add a few __builtin_expects where they will improve
448         a lot.
450 1998-11-05  Ulrich Drepper  <drepper@cygnus.com>
452         * version.h (VERSION): Bump to 2.0.100.
454         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Fix fldl -> fld.
456         * sysdeps/libm-i387/s_fma.S: Optimize a bit.
457         * sysdeps/libm-i387/s_fmaf.S: Likewise.
459 1998-11-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
461         * libio/genops.c (_IO_least_marker): Add additional parameter
462         end_p replacing fp->_IO_read_end.
463         (save_for_backup): Likewise.  All callers changed.  Use _IO_size_t
464         and _IO_ssize_t instead of int.
465         (_IO_switch_to_main_get_area): Remove use of _IO_save_ptr.
466         (_IO_switch_to_backup_area): Likewise.  Fix comments.
467         (_IO_seekmark): Undo last change.
468         (_IO_default_pbackfail): Correct use of backup area.
469         * libio/libio.h (_IO_FILE_complete): Remove _IO_save_ptr.
471 1998-11-04 19:47 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
473         * configure.in: Search for install-info and substitute it.
474         Determine whether install-info is the buggy Debian version
475         that doesn't understand INFO-DIR-SECTION.
476         * config.make.in: Add INSTALL_INFO and OLD_DEBIAN_INSTALL_INFO
477         to be substituted.
478         * manual/Makefile: If OLD_DEBIAN_INSTALL_INFO, give
479         install-info the --section argument it needs to work properly.
480         (dir-add.texinfo): Delete target.
481         (dir-add.info): Generate this directly.  Sort entries.  Put a
482         colon at the end of the INFO-DIR-SECTION line.
483         * manual/libc.texinfo: Put a colon at the end of the
484         @dircategory line.
486 1998-11-05  Paul Eggert  <eggert@twinsun.com>
488         * time/mktime.c (__mktime_internal): Adopt the traditional (and
489         problematic) notion of what to do when tm_isdst doesn't match.
491 1998-11-04  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
493         * posix/PTESTS: Fix spelling.
495 1998-11-04  Ulrich Drepper  <drepper@cygnus.com>
497         * misc/efgcvt_r.c (fcvt_r): Remove code which tries to use libm
498         functions.  Reduce error in computing normalized value by multiplying
499         factor in loop and compute result in one step.
500         Reported by Christian Gafton.
502         * sysdeps/libm-i387/e_hypot.S: New file.
503         * sysdeps/libm-i387/e_hypotf.S: New file.
505 1998-11-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
507         * elf/dlopenold.c: Compile only if DO_VERSIONING is also defined.
509 1998-11-03  H.J. Lu  <hjl@gnu.org>
511         * libio/fileops.c (new_do_write): New function.
512         (_IO_new_do_write): Call new_do_write.
513         (_IO_new_file_xsputn): Likewise.
515         * libio/oldfileops.c (old_do_write): New function.
516         (_IO_old_do_write): Call old_do_write.
517         (_IO_old_file_xsputn): Likewise.
519 1998-11-04  Ulrich Drepper  <drepper@cygnus.com>
521         * time/mktime.c (__mktime_internal): Correct last change.  We must
522         stop searching for the right isdst value before stepping to the
523         initial value.
525         * malloc/malloc.c: Make sure calloc really returned zeroed memory.
526         Patch by Wolfram Gloger <wmglo@dent.med.uni-muenchen.de>.
528 1998-11-02 16:12 -0500  Zack Weinberg  <zack@rabi.phys.columbia.edu>
530         * sysdeps/generic/bits/signum.h: Define signals with their
531         historical numbers when those are in the 1-15 range and
532         consistent across platforms.
533         Define compatibility aliases (SIGIOT, SIGCLD) if __USE_MISC.
534         Define SIG_DFL, SIG_IGN, SIG_ERR as numeric constants cast
535         appropriately instead of with fake function declarations
536         (would cause link errors).
537         If __USE_UNIX98, define SIG_HOLD.
539 1998-10-29  H.J. Lu  <hjl@gnu.org>
541         * sysdeps/unix/sysv/linux/bits/sigaction.h (sigaction): Use
542         union only if __USE_POSIX199309 is defined.
544         * misc/sys/select.h (pselect): Declared only if __USE_GNU is
545         defined.
547 1998-11-03  Ulrich Drepper  <drepper@cygnus.com>
549         * time/mktime.c (__mktime_internal): Handle broken down times
550         around the time of the DST switches more correctly.
552 1998-11-02  Ulrich Drepper  <drepper@cygnus.com>
554         * elf/Makefile (libdl-routines): Add dlopenold.
555         * elf/Versions [libdl, GLIBC_2.1]: Add dlopen.
556         * elf/dl-open.c (_dl_open): Check whether RTLD_LAZY or RTLD_GLOBAL
557         is set and bounce otherwise.
558         * elf/dlopen.c: Rename function to __dlopen_check and make version
559         named dlopen.
560         * elf/dlopenold.c: New file.
562 1998-11-02  Ulrich Drepper  <drepper@cygnus.com>
564         * elf/Versions [libc, GLIBC_2.01]: Add _dl_global_scope_alloc.
565         * elf/dl-open.c (_dl_global_scope_alloc): Move definition to
566         * elf/dl-deps.c: ...here.
567         * elf/dl-open.c (dl_open_worker): Call _dl_map_object_deps with
568         new parameter and expect result.  Remove code handling RTLD_GLOBAL.
569         Add return value of _dl_map_object_deps to
570         _dl_main_searchlist->r_nlist.
571         * elf/dl-deps.c (_dl_map_object_deps): Change to return value.
572         If we parameter GLOBAL is nonzero add object and dependencies to
573         the global scope.
574         * elf/ldsodefs.h: Adapt prototype for _dl_map_object_deps.
575         * elf/rtld.c (dl_main): Call _dl_map_object_deps with new parameter.
576         Mark all objects as in global scope.
577         * elf/dl-object.c (_dl_new_object): Initialize l_global to zero.
579         * sysdeps/unix/sysv/linux/bits/sockunion.h: Add Econet support.
581         * sysdeps/unix/sysv/linux/i386/sysdep.h: Add .L prefix to symbols
582         used in macro magic.
584 1998-11-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
586         * sysdeps/unix/sysv/linux/netatalk/at.h: Include <linux/atalk.h>
587         before <sys/socket.h> to make sockaddr_at available to
588         <sys/socket.h>.
590         * posix/glob.h: Remove __P from parameter lists of declarations.
592 1998-11-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
594         * time/tzset.c (tz_compute): Remove unused parameter timer.
595         Change caller.
597 1998-11-02  Mark Kettenis  <kettenis@phys.uva.nl>
599         * sysdeps/generic/bits/types.h (__ipc_pid_t): New typedef.
601 1998-11-02  Ulrich Drepper  <drepper@cygnus.com>
603         * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Remove
604         unnecessary test and add cast.
606 1998-11-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
608         * posix/getconf.c: Add initializer SYSCONF for CHARCLASS_NAME_MAX.
610         * sysdeps/unix/sysv/linux/ttyname.c (getttyname): Remove unused
611         parameter fd.
612         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
614 1998-11-02  Mark Kettenis  <kettenis@phys.uva.nl>
616         * sysdeps/generic/bits/types.h (__FDS_BITS): New macro to access
617         fds_bits member.
618         (__FDMASK): Use __fd_mask instead of unsigned long int in cast.
620 1998-10-31  Richard Henderson  <rth@cygnus.com>
622         * math/Makefile (gmp-objs): Add udiv_qrnnd.
624         * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL*): New.
625         (inline_syscall*): New.
626         * sysdeps/unix/sysv/linux/alpha/sysdep.h (INLINE_SYSCALL): New.
627         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Kill __syscall* bits.
629 1998-10-31  Ulrich Drepper  <drepper@cygnus.com>
631         * aclocal.m4 (LIBC_PROG_FOO_GNU): Name output file using -o to
632         avoid ld test generating an unwanted file.
634         * posix/PTESTS: Remove comment about incorrect test (it is correct).
636 1998-10-30  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
638         * sunrpc/Versions: Add xdr_uint32_t and xdr_int32_t.
639         * sunrpc/pmap_rmt.c: Initialize clnt_stat variable.
640         * sunrpc/rpc/auth_des.h: Use uint32_t for time values.
641         * sunrpc/rpc/xdr.h: Add INT32 support.
642         * sunrpc/xdr.c: Implement xdr_int32_t and xdr_uint32_t .
644         * nis/nis_call.c: Changes for new 64bit clean NIS+ interface.
645         * nis/nis_callback.c: Likewise.
646         * nis/nis_creategroup.c: Likewise.
647         * nis/nis_defaults.c: Likewise.
648         * nis/nis_intern.h: Likewise.
649         * nis/nis_lookup.c: Likewise.
650         * nis/nis_ping.c: Likewise.
651         * nis/nis_print.c: Likewise.
652         * nis/nis_table.c: Likewise.
653         * nis/nis_util.c: Likewise.
654         * nis/nis_xdr.c: Likewise.
655         * nis/rpcsvc/nis.h: Likewise.
656         * nis/rpcsvc/nis.x: Likewise.
657         * nis/rpcsvc/nis_callback.h: Likewise.
658         * nis/rpcsvc/nis_object.x: Likewise.
659         * nis/rpcsvc/nislib.h: Likewise.
661         * nis/rpcsvc/yp.h: Remove casts to (u_long).
662         * nis/rpcsvc/yp_prot.h: Likewise.
663         * nis/rpcsvc/ypupd.h: Likewise.
664         * nis/ypclnt.c: Change %ld to %d in sprintf.
666 1998-10-29  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
668         * manual/locale.texi (Formatting Numbers): Fix strfmon examples.
670 1998-10-28  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
672         * sysdeps/generic/bits/select.h (__FD_ZERO): Change '\0' to plain
673         0, __fd_mask is usually not a char.
675 1998-10-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
677         * sysdeps/unix/sysv/linux/sigpending.c (sigpending): Allow
678         compilation on systems without rt_* syscalls (e.g. on Linux 2.0).
679         * sysdeps/unix/sysv/linux/sigprocmask.c (__sigprocmask): Likewise.
680         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
681         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
682         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise
683         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
684         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
686         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Allow
687         compiling on systems without rt_sigaction syscall.
688         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction):
689         Likewise.
691 1998-10-30  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
693         * time/strptime.c (HERE_D_FMT): Fix typo.
694         Reported by Claus Heine <heine@math1.rwth-aachen.de>, PR libc/842.
696 1998-10-30  Ulrich Drepper  <drepper@cygnus.com>
698         * catgets/Makefile (tests): Add rules to run gencat on test1.msg.
699         (generate): Add test1.cat and test1.h.
700         (distribute): Add test1.msg.
701         * catgets/test1.msg: New file.
703         * catgets/gencat.c: Do a better job in initializing dynamic
704         memory [PR libc/844].
706 1998-10-30 18:11  Ulrich Drepper  <drepper@cygnus.com>
708         * iconv/gconv_conf.c (__gconv_read_conf): Don't define as
709         internal_function since it is called through a pointer.
710         * iconv/gconv_db.c (free_derivation): Likewise.
711         * iconv/gconv_int.h: Adjust prototype od __gconv_read_conf.
713         * posix/wordexp.c: Add internal_function to parse_backtick definition.
714         * rt/aio_misc.c: Add internal_function to __aio_free_request,
715         __aio_find_req, __aio_find_req_fd, and __aio_enqueue_request
716         definitions.
717         * rt/aio_notify.c: Add internal_function to __aio_notify_only and
718         __aio_notify definitions.
719         * wcsmbsload.c: Add internal_function to __wcsmbs_load_conv definition.
721 1998-10-30  Ulrich Drepper  <drepper@cygnus.com>
723         * Makerules (build-shlib): Add -O to generate optimized shared
724         objects.
726 1998-10-30 11:15  Ulrich Drepper  <drepper@cygnus.com>
728         * sysdeps/libm-i387/e_fmod.S: Remove invalid operand size suffix.
729         * sysdeps/libm-i387/e_fmodf.S: Likewise.
730         * sysdeps/libm-i387/e_fmodl.S: Likewise.
731         * sysdeps/libm-i387/s_ilogb.S: Likewise.
732         * sysdeps/libm-i387/s_ilogbf.S: Likewise.
733         * sysdeps/libm-i387/s_logb.S: Likewise.
734         * sysdeps/libm-i387/s_logbf.S: Likewise.
735         * sysdeps/libm-i387/s_remquo.S: Likewise.
736         * sysdeps/libm-i387/s_remquof.S: Likewise.
737         * sysdeps/libm-i387/s_remquol.S: Likewise.
738         * sysdeps/libm-i387/s_significand.S: Likewise.
739         * sysdeps/libm-i387/s_significandf.S: Likewise.
741 1998-10-30  Geoff Keating  <geoffk@ozemail.com.au>
743         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Really correct
744         _llseek.
746 1998-10-30  Geoff Keating  <geoffk@ozemail.com.au>
748         * math/libm-test.c: Loosen deltas for sin(0.9)^2+cos(0.9)^2.
750 1998-10-29  Ulrich Drepper  <drepper@cygnus.com>
752         * stdio-common/vfprintf.c (vfprintf): Fix the remaining premature
753         returns without cleaning up the lock.
754         (printf_unknown): Add label all_done.
756         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Keep Linux 2.0
757         kernels in mind when reading /proc/self/fd/FD.
758         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
760         * nscd/nscd.c (doc): It's "Name Service" not "Name Switch".
762         * malloc/mtrace.c (tr_where): Replace snprintf call by mempcpy and
763         _fitoa.
765         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Try reading
766         /prof/self/fd/FD first.
767         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
769         * stdio-common/_itoa.h (_fitoa_word): New inline function.  Write
770         formatted number starting at given position and return pointer to
771         following byte.
772         (_fitoa): Likewise, for long long.
774 1998-10-29  Roland McGrath  <roland@baalperazim.frob.com>
776         * sysdeps/unix/sysv/linux/bits/sem.h,
777         sysdeps/unix/sysv/linux/bits/ipc.h,
778         sysdeps/unix/sysv/linux/bits/shm.h,
779         sysdeps/unix/sysv/linux/bits/msq.h: Moved to ...
780         * sysdeps/gnu/bits/sem.h, sysdeps/gnu/bits/ipc.h,
781         sysdeps/gnu/bits/shm.h, sysdeps/gnu/bits/msq.h: ... here,
782         so the same bits will be used for the Hurd.
784 1998-10-29  Ulrich Drepper  <drepper@cygnus.com>
786         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Allow
787         compiling on systems without rt_sigaction syscall.
789 1998-10-12  Philip Blundell  <pb@nexus.co.uk>
791         * Makeconfig (sysdep-subdirs): Allow Subdirs files to remove
792         directories as well as add them.
794 1998-10-28  Philip Blundell  <pb@nexus.co.uk>
796         * sysdeps/unix/sysv/linux/neteconet/ec.h: New file.  Support for
797         AF_ECONET sockets as found in recent Linux 2.1 kernels.
798         * sysdeps/unix/sysv/linux/Dist: Distribute it.
799         * sysdeps/unix/sysv/linux/Makefile: Install it.
801 1998-10-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
803         * string/bits/string2.h: __USE_GNU already implies __USE_MISC.
805 1998-10-27  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
807         * sysdeps/generic/bits/types.h (__FDS_BITS): New macro to access
808         fds_bits member.
809         * sysdeps/unix/sysv/linux/alpha/bits/types.h (__FDS_BITS): Likewise.
810         * sysdeps/unix/sysv/linux/bits/types.h (__FDS_BITS): Likewise.
811         * sysdeps/unix/sysv/linux/mips/bits/types.h (__FDS_BITS): Likewise.
812         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h (__FDS_BITS):
813         Likewise.
814         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h (__FDS_BITS):
815         Likewise.
816         * sysdeps/generic/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
817         __FD_ISSET): Use it.
818         * sysdeps/i386/bits/select.h (__FD_ZERO, __FD_SET, __FD_CLR,
819         __FD_ISSET): Likewise.
821 1998-10-28  Geoff Keating  <geoffk@ozemail.com.au>
823         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Tidy up, correct
824         llseek.
826         * sysdeps/unix/sysv/linux/powerpc/pread.c: Do not use the i386 version.
827         Instead call the system call wrapper function using an 64bit argument.
828         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
829         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
830         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
832 1998-10-27  Ulrich Drepper  <drepper@cygnus.com>
834         * signal/signal.h: Don't include <time.h> for timespec, add
835         forward declaration.
837         * sysdeps/i386/bits/select.h [!__USE_XOPEN]: Add special version
838         of __FD_* macros which use __fds_bits.
839         * sysdeps/generic/bits/select.h: Likewise.
840         Reported by Matt McLean <keys@yikes.com>.
842 1998-10-27  Philip Blundell  <pb@nexus.co.uk>
844         * elf/elf.h: Update ARM definitions.
846 1998-10-27  Ulrich Drepper  <drepper@cygnus.com>
848         * signal/signal.h: Include bits/sigthread.h only for Unix98.
850 1998-10-26  Ulrich Drepper  <drepper@cygnus.com>
852         * include/libc-symbols.h: If HAVE_BUILTIN_EXPECT is not defined
853         define __builtin_expect as a macro substituting to the first
854         argument.
855         * config.h.in: Define HAVE_BUILTIN_EXPECT.
856         * configure.in: Add test for __builtin_expect.
858         * sysdeps/unix/sysv/linux/bits/types.h: Include
859         bits/pthreadtypes.h only not for POSIX 199506.
860         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
861         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
862         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
864 1998-10-26  Mark Kettenis  <kettenis@phys.uva.nl>
866         * sysdeps/unix/sysv/linux/Versions: Move shutdown ...
867         * socket/Versions [libc, GLIBC_2.0]: ... to here.
869 1998-10-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
871         * include/stdio.h: Included <stddef.h> for size_t.
873         * stdio/stdio.h: Move __path_search, __gen_tempname, __libc_fatal
874         to ...
875         * include/stdio.h: ...here.
876         * libio/stdio.h: Removed __path_search, __gen_tempname, __libc_fatal.
878 1998-10-26 11:09  Ulrich Drepper  <drepper@cygnus.com>
880         * time/Makefile (tests): Add tst-posixtz.
881         * time/tst-posixtz.c: New file.
883 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
885         * elf/rtld.c (process_envvars): Accept any non-null value of
886         LD_BIND_NOW, as mandated by the ABI.
888 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
890         * sysdeps/unix/sysv/linux/pread.c: Rename __syscall_pread64 to
891         __syscall_pread.
892         * sysdeps/unix/sysv/linux/pwrite.c: Rename __syscall_pwrite64 to
893         __syscall_pwrite.
894         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
895         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
896         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
897         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
898         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.  Remove
899         duplicate entries.
900         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Remove
901         s_pread64 and s_pwrite64.
902         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
904 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
906         * sysdeps/unix/sysv/linux/llseek.c: Use INLINE_SYSCALL.
907         * sysdeps/unix/sysv/linux/arm/syscalls.list: Rename __sys_llseek
908         to __syscall__llseek.
909         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
910         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
911         * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove entry for
912         __sys_llseek.
914 1998-10-26  Cristian Gafton  <gafton@redhat.com>
916         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add s_setfsgid
917         and s_setfsuid.
919 1998-10-26  Ulrich Drepper  <drepper@cygnus.com>
921         * time/tzset.c (tz_compute): Correct last patch and describe this
922         in a comment.
924 1998-10-24  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
926         * sysdeps/unix/sysv/linux/m68k/Makefile [subdir=signal]: Remove
927         rt_sigsuspend, rt_sigprocmask, rt_sigtimedwait, rt_sigqueueinfo,
928         rt_sigaction and rt_sigpending.
929         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Remove all entries
930         for __syscall_* functions.
931         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Implement INLINE_SYSCALL.
933 1998-10-26  Roland McGrath  <roland@baalperazim.frob.com>
935         * hurd/Versions: Add _hurd_dtable, _hurd_dtablesize,
936         _hurd_dtable_lock, _hurd_intern_fd.
938         * sysdeps/mach/hurd/Versions: Add cthread_keycreate,
939         cthread_getspecific, cthread_setspecific, __libc_getspecific.
941         * mach/Versions: Fix typo in last change.
943 1998-10-25  Ulrich Drepper  <drepper@cygnus.com>
945         * time/tzset.c (tz_compute): If time to switch to DST is later in
946         the year switch back in the next year.
947         Reported by jwitford@hutch.com.au.
949 1998-10-24  Mark Kettenis  <kettenis@phys.uva.nl>
951         * mach/Versions: Add evc_wait, mach_error, mach_error_string,
952         mach_error_type, mach_msg_destroy, mig_deallocate_reply_port.
953         Remove __mach_host_self, __mach_reply_port, __mach_setup_thread,
954         __mach_port_allocate, __mach_port_allocate_name,
955         __mach_port_insert_right __mutex_trylock, __mutex_lock,
956         __mutex_unlock, __swtch, __switch, __task_create, __task_suspend,
957         __task_set_special_port, __task_terminate, __thread_depress_abort,
958         __thread_switch, __vm_allocate, __vm_deallocate, __vm_map.  These
959         functions are not used outside libc.
961         * sysdeps/mach/hurd/Versions: New file.
962         [libc, GLIBC_2.0]: Add _cthread_exit_routine and
963         _cthread_init_routine.  These are set by the Hurd cthreads library.
964         Add __getcwd, __mmap.  If we don't add these, the weak definitions in
965         the dynamic linker will not be replaced by the corresponding shared
966         library routines once they are loaded.
968 1998-10-21  Mark Kettenis  <kettenis@phys.uva.nl>
970         * sysdeps/mach/hurd/i386/init-first.c: Only define
971         __libc_enable_secure if PIC is not defined.
973 1998-10-25  Roland McGrath  <roland@baalperazim.frob.com>
975         * argp/Versions: Add _argp_unlock_xxx.  Lock-savvy functions call this
976         to recurse into argp.
978 1998-10-25  Ulrich Drepper  <drepper@cygnus.com>
980         * include/features.h: Define __USE_POSIS199506 is _POSIX_C_SOURCE is
981         greater or equal than 199506L.
983         * sysdeps/generic/bits/types.h (__fd_set): Define element as fds_bits
984         only is __USE_XOPEN.  Otherwise use __fds_bits.
985         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
986         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
987         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
988         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
989         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
991 1998-10-24  H.J. Lu  <hjl@gnu.org>
993         * locale/programs/charmap.c (parse_charmap): Accept tok_string
994         for <code_set_name>.
996 1998-10-25  H.J. Lu  <hjl@gnu.org>
998         * locale/programs/ld-ctype.c (ctype_finish): Also check
999         <space>.
1001 1998-10-25  Ulrich Drepper  <drepper@cygnus.com>
1003         * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX199506.
1005         * sysdeps/unix/sysv/linux/bits/types.h: Include pthreadtypes.h only
1006         if __USE_POSIX199506 or __USE_UNIX98.
1008 1998-10-24 22:34 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1010         * string/bits/string2.h: Inline strdup+friends only if
1011         __USE_MISC || __USE_GNU (prevents namespace pollution).
1013 1998-10-24  H.J. Lu  <hjl@gnu.org>
1015         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (LOCK_SH,
1016         LOCK_EX, LOCK_NB, LOCK_UN): Protect with __USE_BSD.
1017         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (LOCK_SH, LOCK_EX,
1018         LOCK_NB, LOCK_UN): Likewise.
1019         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (LOCK_SH, LOCK_EX,
1020         LOCK_NB, LOCK_UN): Likewise.
1021         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (LOCK_SH, LOCK_EX,
1022         LOCK_NB, LOCK_UN): Likewise.
1023         * sysdeps/unix/sysv/linux/bits/fcntl.h (LOCK_SH, LOCK_EX,
1024         LOCK_NB, LOCK_UN): Likewise.
1026 1998-10-24  H.J. Lu  <hjl@gnu.org>
1028         * libio/ioseekoff.c (_IO_seekoff): Check the valid dir value.
1030         * libio/rewind.c (rewind): Clear the error.
1032 1998-10-24  H.J. Lu  <hjl@gnu.org>
1034         * grp/grp.h (getgrent_r, getgrgid_r, getgrnam_r): Add "__" to
1035         "buffer".
1037 1998-10-24  H.J. Lu  <hjl@gnu.org>
1039         * sysdeps/unix/sysv/linux/alpha/bits/time.h (timeval): Protect
1040         with __need_timeval.
1041         * sysdeps/unix/sysv/linux/mips/bits/time.h (timeval): Likewise.
1042         * sysdeps/unix/sysv/linux/bits/time.h (timeval): Likewise.
1044 1998-10-24  H.J. Lu  <hjl@gnu.org>
1046         * signal/signal.h (timespec, siginfo_t, sigwaitinfo, sigtimedwait,
1047         sigqueue): Protect with __USE_POSIX199309.
1049 1998-10-24  H.J. Lu  <hjl@gnu.org>
1051         * time/time.h (timespec): Protect with __USE_POSIX199309 instead of
1052         __USE_POSIX.
1054 1998-10-24  H.J. Lu  <hjl@gnu.org>
1056         * libio/fileops.c (_IO_new_file_seekoff): Always resync with
1057         the kernel file offset.
1058         * libio/oldfileops.c (_IO_old_file_seekoff): Likewise.
1060 1998-10-24  H.J. Lu  <hjl@gnu.org>
1062         * time/tzfile.c (__tzfile_default): Set num_types to 2.
1064 1998-10-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1066         * rt/aio.h: Move __aio_init to...
1067         * include/aio.h: ...here.
1069 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1071         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Remove duplicate
1072         definition of O_LARGEFILE.
1074 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1076         * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Use path
1077         as first argument to statfs.
1079 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1081         * sysdeps/generic/setenv.c (setenv): Add braces around ambiguous else.
1083 1998-10-24  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1085         * malloc/mtrace.c: Include <string.h> for strlen.
1087 1998-10-24  Roland McGrath  <roland@baalperazim.frob.com>
1089         * sysdeps/mach/hurd/bits/environments.h: New file.
1091         * sysdeps/mach/hurd/dl-sysdep.c (__getcwd): New weak function.
1093         * mach/Versions, hurd/Versions: Add numerous symbols.
1094         Remove libmachuser and libhurduser sections, punt
1095         versioning for those libraries for now.
1097         * misc/Versions: Add reboot here; it exists on all platforms.
1098         * sysdeps/unix/sysv/linux/Versions: Remove reboot here.
1100 1998-10-23  Ulrich Drepper  <drepper@cygnus.com>
1102         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOFOLLOW): New
1103         macro.
1104         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
1105         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
1106         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_LARGEFILE,
1107         O_NOFOLLOW, O_DIRECT): New macros.
1108         (O_DIRECTORY): Correct definition according to official 2.1.126.
1109         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_DIRECTORY,
1110         O_NOFOLLOW): New macros.
1112 1998-10-24  Roland McGrath  <roland@baalperazim.frob.com>
1114         * include/ldsodefs.h: Test HAVE_ELF instead of __ELF__.
1116         * sysdeps/mach/hurd/opendir.c (__opendir): Return ENOENT for "".
1117         (__opendir): Add trailing slash to name for open, for ENOTDIR check.
1119 1998-10-23  Ulrich Drepper  <drepper@cygnus.com>
1121         * sysdeps/unix/sysv/linux/i386/Dist: Add setresuid.c, setresgid.c,
1122         setfsuid.c, and setfsgid.c.
1123         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
1124         * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
1125         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
1127         * version.h (VERSION): Bump to 2.0.99.
1129         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove duplicate
1130         ustat definition.
1132         * sysdeps/unix/sysv/linux/i386/Dist: Remove s_pread64.c and
1133         s_pwrite64.c.
1135         * posix/fnmath.h: Don't redefine __P when used in glibc.
1136         * posix/glob.h: Likewise.
1138         * inet/rcmd.c (__ivaliduser2): Fix memory leak.
1139         Patch by Dick Streefland <dick_streefland@tasking.com>.
1141         * stdio-common/tst-ungetc.c: Add more test cases.
1143         * sysdeps/unix/sysv/linux/Dist: Add linux_fsinfo.h.
1144         * sysdeps/unix/sysv/linux/fstatvfs.c: Move filesystem magic number
1145         definitions to ...
1146         * sysdeps/unix/sysv/linux/linux_fsinfo.h: ...here.  New file.
1147         * sysdeps/unix/sysv/linux/fpathconf.c: New file.
1148         * sysdeps/unix/sysv/linux/pathconf.c: New file.
1149         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Handle _PC_LINK_MAX here.
1150         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Likewise.
1152 1998-10-20  Philip Blundell  <pb@nexus.co.uk>
1154         * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: Include
1155         <asm/ptrace.h> to define struct pt_regs.
1156         * sysdeps/unix/sysv/linux/arm/profil-counter.h: Don't bother
1157         including <asm/ptrace.h> here.
1159         * sysdeps/unix/sysv/linux/arm/sysdep.S: Remove spurious call to
1160         C_SYMBOL_NAME macro.
1162 1998-10-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1164         * sysdeps/generic/sys/ptrace.h (__ptrace_request): Remove comma at
1165         end of enumerator list.
1166         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Likewise.
1167         * posix/wordexp.h: Likewise.
1169         * db/db.h: Use __PMT instead of __P in typedefs.
1170         * db/mpool.h: Likewise.
1171         * sysdeps/generic/bits/siginfo.h: Likewise.
1172         * nis/rpcsvc/ypclnt.h: Likewise.
1174 1998-10-23  Ulrich Drepper  <drepper@cygnus.com>
1176         * libio/genops.c (_IO_seekmark): When switching to backup buffer
1177         make sure all characters from the read buffer are read after
1178         switching back to it.
1180 1998-10-22  Ulrich Drepper  <drepper@cygnus.com>
1182         * configure.in: Add support for Cygnus GNUPro compilers.
1184 1998-10-22  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1186         * stdio/stdio.h: Use __PMT instead of __P in typedefs.
1188         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Use __PMT instead
1189         of __P for sa_restorer.
1190         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
1191         * sysdeps/unix/sysv/linux/kernel_sigaction.h (struct
1192         kernel_sigaction, old_kernel_sigaction): Likewise.
1194 1998-10-22  Ulrich Drepper  <drepper@cygnus.com>
1196         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add __syscall_pread
1197         and __syscall_pwrite aliases.
1199         * sunrpc/rpc/auth.h (AUTH_DH): New macro.  Alias for AUTH_DES.
1201         * sysdeps/unix/sysv/linux/i386/sysdep.h: Drastically simplify and
1202         improve INLINE_SYSCALL using macro assembler magic.
1204 1998-10-22  H.J. Lu  <hjl@gnu.org>
1206         * sysdeps/unix/sysv/linux/i386/getgroups.c (__getgroups): Add
1207         sanity check for n.
1208         * sysdeps/unix/sysv/linux/i386/setgroups.c (setgroups): Likewise.
1210         * sysdeps/posix/fpathconf.c (__fpathconf): Set errno to
1211         EINVAL if errno == ENODEV.  Tested by VSX-PCT.
1213         * sysdeps/posix/isatty.c (__isatty): Don't reset errno.  Tested
1214         by VSX-PCT.
1216         * posix/execvp.c (execvp): Check "".  Tested by VSX-PCT.
1218 1998-10-22  Philip Blundell  <pb@nexus.co.uk>
1220         * sysdeps/unix/arm/sysdep.h: Wrap assembler macros in #ifdef
1221         __ASSEMBLER__.
1223 1998-10-21  Ulrich Drepper  <drepper@cygnus.com>
1225         * sysdeps/unix/sysv/linux/i386/sysdep.h: Remove EXTRAVARS_* macros
1226         and adjust formats.
1228 1998-10-21 14:38  Ulrich Drepper  <drepper@cygnus.com>
1230         * sysdeps/unix/sysdep.h (INLINE_SYSCALL): New macro.  Simply call
1231         __syscall_* function.
1232         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Use INLINE_SYSCALL instead
1233         of calling __syscall_* function.
1234         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
1235         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
1236         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1237         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
1238         * sysdeps/unix/sysv/linux/getpriority.c: Likewise.
1239         * sysdeps/unix/sysv/linux/getresgid.c: Likewise.
1240         * sysdeps/unix/sysv/linux/getresuid.c: Likewise.
1241         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
1242         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
1243         * sysdeps/unix/sysv/linux/poll.c: Likewise.
1244         * sysdeps/unix/sysv/linux/pread.c: Likewise.
1245         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1246         * sysdeps/unix/sysv/linux/ptrace.c: Likewise.
1247         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1248         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1249         * sysdeps/unix/sysv/linux/readv.c: Likewise.
1250         * sysdeps/unix/sysv/linux/reboot.c: Likewise.
1251         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
1252         * sysdeps/unix/sysv/linux/siglist.h: Likewise.
1253         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
1254         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
1255         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
1256         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
1257         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
1258         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1259         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
1260         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
1261         * sysdeps/unix/sysv/linux/ustat.c: Likewise.
1262         * sysdeps/unix/sysv/linux/writev.c: Likewise.
1263         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
1264         * sysdeps/unix/sysv/linux/xstat.c: Likewise.
1265         * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
1266         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
1267         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
1268         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1269         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
1270         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
1271         * sysdeps/unix/sysv/linux/i386/setgid.c: Likewise.
1272         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
1273         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
1274         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
1275         * sysdeps/unix/sysv/linux/i386/setuid.c: Likewise.
1277         * sysdeps/unix/sysv/linux/i386/sysdep.h: Define INLINE_SYSCALL using
1278         inline assembler.
1279         * sysdeps/unix/sysv/linux/i386/syscalls.list: Remove various
1280         __syscall_* definitions.
1282         * sysdeps/unix/sysv/linux/syscalls.list: Move various __syscall_*
1283         definitions to...
1284         * sysdeps/unix/sysv/linux/alpha/syscalls.list: ...here...
1285         * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
1286         * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
1287         * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
1288         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
1289         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
1290         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
1292         * sysdeps/unix/sysv/linux/Makefile [subdir=signal] (sysdep_routines):
1293         Move definition to...
1294         * sysdeps/unix/sysv/linux/alpha/Makefile: ...here...
1295         * sysdeps/unix/sysv/linux/arm/syscalls.list: ...and here...
1296         * sysdeps/unix/sysv/linux/m68k/syscalls.list: ...and here...
1297         * sysdeps/unix/sysv/linux/mips/syscalls.list: ...and here...
1298         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: ...and here...
1299         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: ...and here...
1300         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: ...and here.
1302         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
1303         (sysdep_routines): Remove s_pread64 and s_pwrite64.
1305         * sysdeps/unix/sysv/linux/i386/pread.c: New file.
1306         * sysdeps/unix/sysv/linux/i386/pread64.c: New file.
1307         * sysdeps/unix/sysv/linux/i386/pwrite.c: New file.
1308         * sysdeps/unix/sysv/linux/i386/pwrite64.c: New file.
1309         * sysdeps/unix/sysv/linux/i386/s_pread64.S: Removed.
1310         * sysdeps/unix/sysv/linux/i386/s_pwrite64.S: Removed.
1312 1998-10-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1314         * sysdeps/unix/sysv/linux/siglist.h: Fix some typos in these files
1315         and bring them in synch.
1316         * sysdeps/unix/siglist.c: Likewise.
1317         Reported by Vladimir Michl <michlv@risc.upol.cz> [PR libc/832].
1319 1998-10-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1321         * sysdeps/unix/sysv/linux/i386/setresuid.c: Allow -1 as arguments.
1322         * sysdeps/unix/sysv/linux/i386/setresgid.c: Likewise.
1324         * sysdeps/unix/sysv/linux/i386/setreuid.c: New file.
1325         * sysdeps/unix/sysv/linux/i386/setregid.c: New file.
1326         * sysdeps/unix/sysv/linux/m68k/setreuid.c: New file.
1327         * sysdeps/unix/sysv/linux/m68k/setregid.c: New file.
1328         * sysdeps/unix/sysv/linux/arm/setreuid.c: New file.
1329         * sysdeps/unix/sysv/linux/arm/setregid.c: New file.
1330         * sysdeps/unix/sysv/linux/sparc/sparc32/setreuid.c: New file.
1331         * sysdeps/unix/sysv/linux/sparc/sparc32/setregid.c: New file.
1332         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add s_setreuid and
1333         s_setregid.
1334         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
1335         * sysdeps/unix/sysv/linux/arm/syscalls.list: Likewise.
1336         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
1338 1998-10-20  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1340         * sunrpc/rpc_main.c (close_output, close_input): New functions.
1341         (c_output, h_output, s_output, l_output, t_output, svc_output,
1342         clnt_output, mkfile_output): Call them at the end.
1344 1998-10-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1346         * db/Makefile (LDFLAGS-db1.so): New variable, to avoid duplicating
1347         link command.
1349 1998-10-19  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1351         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Add real contents.
1352         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Add s_setfs[ug]id.
1354 1998-10-20  Ulrich Drepper  <drepper@cygnus.com>
1356         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_pread64 and
1357         s_pwrite64.
1358         * sysdeps/unix/sysv/linux/powerpc/pread.c: New file.
1359         * sysdeps/unix/sysv/linux/powerpc/pread64.c: New file.
1360         * sysdeps/unix/sysv/linux/powerpc/pwrite.c: New file.
1361         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: New file.
1362         Patch by Geoffrey KEATING <geoffk@discus.anu.edu.au>.
1364 1998-10-18  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1366         * sysdeps/unix/opendir.c: Check at runtime for kernel support for
1367         O_DIRECTORY.
1369 1998-10-20  H.J. Lu  <hjl@gnu.org>
1371         * sysdeps/unix/sysv/linux/i386/setresuid.c (__setresuid): Fix
1372         argument types.
1374 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
1376         * math/tgmath.h: Make nested function calls work.
1378         * include/ldsodefs.h: Fix typo.
1380         * posix/Makefile (tests): Add tst-preadwrite.
1381         * posix/tst-preadwrite.c: New file.
1383         * sysdeps/unix/opendir.c (__opendir): Add back fstat call to make
1384         sure that descriptor is in any case for a directory.
1386 1998-10-19 18:59 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1388         * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG): Fix typo: val -> Val.
1389         (atan2): Takes two arguments.
1391 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
1393         * include/ldsodefs.h: New file.
1395         * iconv/gconv.c: Include ldsodefs.h, not elf/ldsodefs.h.
1396         Remove change to avoid using _CALL_DL_FCT.
1397         * iconv/gconv_db.c: Likewise.
1398         * iconv/gconv_dl.c: Likewise.
1399         * iconv/skeleton.c: Likewise, here for DL_CALL_FCT.
1400         * malloc/mtrace.c: Include ldsodefs.h, not elf/ldsodefs.h.
1401         * nss/nsswitch.c: Likewise.
1402         * nss/nsswitch.h: Likewise.
1404 1998-10-19  Philip Blundell  <pb@nexus.co.uk>
1406         * sunrpc/Makefile (otherlibs): If static NSS is in use, set to the
1407         required libraries.
1408         * login/Makefile (otherlibs): Likewise.
1409         * nscd/Makefile (otherlibs): Likewise.
1410         * Makeconfig (link-libc) [! build_shared]: Add $(otherlibs).
1412         * debug/Makefile (install-bin): Only build catchsegv if using ELF.
1414         * inet/Makefile: Add -DSTATIC_NSS to CFLAGS.
1416 1998-10-19  Philip Blundell  <pb@nexus.co.uk>
1418         * sysdeps/unix/sysv/linux/arm/syscalls.list: Added setfsgid
1419         and setfsuid.
1421 1998-10-19  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1423         * nscd/connections.c: Fix typos in comments and strings.
1425         * nscd/nscd.conf: Update according to recent changes to nscd.
1427         * nscd/cache.c (prune_cache): Remove wrong comment.
1429 1998-10-19 13:24  Ulrich Drepper  <drepper@cygnus.com>
1431         * locale/programs/ld-collate.c (collate_startup): Clear bit for this
1432         category in copy_posix.
1433         (collate_finish): Don't warn about UNDEFINED not being defined.
1434         * locale/programs/ld-ctype.c (ctype_startup): Clear bit for this
1435         category in copy_posix.
1436         * locale/programs/ld-messages.c (messages_startup): Likewise.
1437         * locale/programs/ld-monetary.c (monetary_startup): Likewise.
1438         * locale/programs/ld-numeric.c (numeric_startup): Likewise.
1439         * locale/programs/ld-time.c (time_startup): Likewise.
1440         * locale/programs/localedef.c: Move copy_def_list_t definition into
1441         locales.h.  Define copy_posix variable.
1442         (main): Before processing copy list add &copy_posix to copy_list.
1443         * locale/programs/locales.h: Add definition of copy_def_list_t.
1444         * locale/programs/locfile.c: Clear bit for appropriate category in
1445         copy_posix.mask for copy instruction.
1447 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
1449         * sysdeps/unix/sysv/linux/i386/setresgid.c: Remove #include of
1450         non-existing file with generic implementation.
1451         * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise.
1453 1998-10-19  Philip Blundell  <pb@nexus.co.uk>
1455         * iconv/gconv_db.c: Include ELF header only if STATIC_GCONV is not
1456         defined.  Avoid using _CALL_DL_FCT if it is not defined.
1457         * iconv/gconv.c: Likewise.
1459 1998-10-19  Ulrich Drepper  <drepper@cygnus.com>
1461         * nscd/connections.c (dbs): Define defualt values for timeouts and
1462         set enabled to 0 by default.
1463         (CACHE_PRUNE_INTERVAL): New constant.  Use it instead of magical 15 in
1464         nscd_run.
1466         * locale/C-ctype.c (_nl_C_LC_CTYPE_class): Clear ISCNTRL bit for
1467         character >= 0x80.
1468         (_nl_C_LC_CTYPE_class32): Likewise.
1469         Reported by HJ Lu.
1471 1998-10-19  Roland McGrath  <roland@baalperazim.frob.com>
1473         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1474         _HURD_THREADVAR_DL_ERROR.
1476         * hurd/Makefile (user-interfaces): Add login, password.
1478         * sysdeps/mach/hurd/Makefile (+cflags): Append -Wno-parentheses.
1480 1998-08-06  Mark Kettenis  <kettenis@phys.uva.nl>
1482         [submitted 1998-08-06]
1483         * mach/Machrules: Create target directory and force re-evaluation
1484         of Makefile to prevent `make' from optimizing away most of the
1485         implicit rules and `vpath' directives.
1487 1998-10-19  Roland McGrath  <roland@baalperazim.frob.com>
1489         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): If _hurd_msgport_thread
1490         is null, short-circuit to __mach_msg.
1492         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): New function,
1493         broken out of init1.
1494         (init1) [PIC]: Call it.
1495         (__libc_init_first) [! PIC]: Call it.
1497         * sysdeps/mach/hurd/i386/init-first.c (init1): Don't call
1498         __libc_init_secure.  Instead set __libc_enable_secure here from
1499         the exec flags.
1500         (__libc_enable_secure): New variable it.
1501         * sysdeps/mach/hurd/enbl-secure.c: New file, empty placeholder module.
1503 1998-10-19  Roland McGrath  <roland@baalperazim.frob.com>
1505         * nscd/nscd-client.h: New file, broken out of "nscd.h".
1506         * nscd/nscd.h: Move defns needed by clients to "nscd-client.h",
1507         and #include that.
1508         * nscd/Makefile (distribute): Add nscd-client.h.
1509         * nscd/nscd_getgr_r.c, nscd/nscd_gethst_r.c, nscd/nscd_getpw_r.c:
1510         Include "nscd-client.h" instead of "nscd.h"
1512 1998-10-18  Ulrich Drepper  <drepper@cygnus.com>
1514         * sysdeps/posix/getcwd.c (__getcwd): Don't stop processing
1515         directory entries when a lstat call fails.
1516         Patch by Colin Plumb <colin@nyx.net>.
1518         * resolv/nss_dns/dns-host.c: Add missing errnop parameter to the
1519         NSS functions.
1520         * resolv/nss_dns/dns-network.c: Likewise.
1522         * grp/Makefile: Don't search for linuxthreads in add-ons, use
1523         have-thread-library to determine whether threads are available.
1524         * pwd/Makefile: Remove wrong comment.
1526         * inet/Makefile: Define CFLAGS-gethstbyad_r.c, CFLAGS-gethstbynm_r.c,
1527         and CFLAGS-gethstbynm2_r.c to -DUSE_NSCD=1.
1529         * locale/C-messages.c: Define default strings for YESTR and NOSTR.
1531         * nss/Versions: Add __nss_hosts_lookup.
1533         * nss/getXXbyYY.c: Remove unneeded assignment.
1535         * nss/getXXbyYY_r.c: Include nscd/nscd_proto.h only if needed.
1537         Almost complete rewrite of the NSCD to make it smaller, faster,
1538         add more functionnality and make it easier to extend.
1539         * nscd/Makfile (routines): Add nscd_gethst_r.
1540         (nscd-modules): Add hstcache, gethstbyad_r, gethstbynm2_r, and cache.
1541         * nscd/cache.c: New file.
1542         * nscd/gethstbyad_r.c: New file.
1543         * nscd/gethstbynm2_r.c: New file.
1544         * nscd/hstcache.c: New file.
1545         * nscd/nscd_gethst_r.c: New file.
1546         * nscd/connections.c: Rewritten.  Don't start new thread for every
1547         new connection.  Use a fixed set of threads which handle all
1548         connections and also the cache cleanup.
1549         * nscd/grpcache.c: Rewritten to use generic cache handling functions
1550         in cache.c.
1551         * nscd/nscd.c: Recognize new parameter nthreads.  Adjust initialization
1552         for rewrite.  Remove handle_requests function.
1553         * nscd/nscd.h (NSCD_VERSION): Bump to 2.
1554         Define new data structure for the new unified cache and the host
1555         database entries.
1556         * nscd/nscd_conf.c: Rewrite parsing partly to allow adding of more
1557         databases easily.  Recognize check-files and threads definitions.
1558         * nscd/nscd.conf: Add definition of enable-cache and check-files to
1559         passwd and group definitions.  Add new set of definitions for hosts.
1560         * nscd/nscd_getgr_r.c: Rewrite for new protocol.
1561         * nscd/nscd_getpw_r.c: Likewise.
1562         * nscd/nscd_proto.h: Add prototype for host database functions.
1563         * nscd/nscd_stat.c: Rewrite to simplify printing of information
1564         for many databases.
1565         * nscd/dbg_log.c: Remove unnecessary variable initializations.
1566         Global variable debug_flag is renamed to dbg_level.
1567         * nscd/dbg_log.h: Declare set_logfile.
1569 1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
1571         * sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of
1572         O_LARGEFILE back.
1574 1998-10-16  Paul Eggert  <eggert@shade.twinsun.com>
1576         * time/mktime.c: Some systems require <unistd.h> to be
1577         included before <time.h> for localtime_r to be declared
1578         properly.
1579         * time/strftime.c: Likewise.
1581 1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
1583         * db/Makefile: Add rule to generate shared object with the soname
1584         from glibc 2.0.
1586         * sysdeps/unix/opendir.c: Use O_DIRECTORY if available.  If not
1587         available double check to verify it's a directory.
1589         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add O_DIRECTORY.
1590         * sysdeps/unix/sysv/linux/mips/bits/fcntl: Likewise.
1591         * sysdeps/unix/sysv/linux/bits/fcntl.h: Remove O_* constants which
1592         are not generally available.
1593         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: New file.
1595         * sysdeps/unix/sysv/linux/i386/setgroups.c: Add range check for values.
1596         * sysdeps/unix/sysv/linux/arm/Makefile: New file.
1597         * sysdeps/unix/sysv/linux/arm/setegid.c: New file.
1598         * sysdeps/unix/sysv/linux/arm/seteuid.c: New file.
1599         * sysdeps/unix/sysv/linux/arm/setfsgid.c: New file.
1600         * sysdeps/unix/sysv/linux/arm/setfsuid.c: New file.
1601         * sysdeps/unix/sysv/linux/arm/setgid.c: New file.
1602         * sysdeps/unix/sysv/linux/arm/setgroups.c: New file.
1603         * sysdeps/unix/sysv/linux/arm/setresgid.c: New file.
1604         * sysdeps/unix/sysv/linux/arm/setresuid.c: New file.
1605         * sysdeps/unix/sysv/linux/arm/setuid.c: New file.
1606         * sysdeps/unix/sysv/linux/i386/setegid.c: New file.
1607         * sysdeps/unix/sysv/linux/i386/seteuid.c: New file.
1608         * sysdeps/unix/sysv/linux/i386/setfsgid.c: New file.
1609         * sysdeps/unix/sysv/linux/i386/setfsuid.c: New file.
1610         * sysdeps/unix/sysv/linux/i386/setgid.c: New file.
1611         * sysdeps/unix/sysv/linux/i386/setgroups.c: New file.
1612         * sysdeps/unix/sysv/linux/i386/setresgid.c: New file.
1613         * sysdeps/unix/sysv/linux/i386/setresuid.c: New file.
1614         * sysdeps/unix/sysv/linux/i386/setuid.c: New file.
1615         * sysdeps/unix/sysv/linux/m68k/setegid.c: New file.
1616         * sysdeps/unix/sysv/linux/m68k/seteuid.c: New file.
1617         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: New file.
1618         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: New file.
1619         * sysdeps/unix/sysv/linux/m68k/setgid.c: New file.
1620         * sysdeps/unix/sysv/linux/m68k/setgroups.c: New file.
1621         * sysdeps/unix/sysv/linux/m68k/setresgid.c: New file.
1622         * sysdeps/unix/sysv/linux/m68k/setresuid.c: New file.
1623         * sysdeps/unix/sysv/linux/m68k/setuid.c: New file.
1624         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: New file.
1625         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: New file.
1626         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: New file.
1627         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: New file.
1628         * sysdeps/unix/sysv/linux/sparc/sparc32/setgid.c: New file.
1629         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
1630         * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file.
1631         * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file.
1632         * sysdeps/unix/sysv/linux/sparc/sparc32/setuid.c: New file.
1634         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add s_setgid, s_setresuid,
1635         s_setresgid, and s_setuid.
1636         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
1637         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
1638         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
1639         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
1640         (sysdep_routines): Add setfsgid, setfsuid, setresgid, and setresuid.
1641         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1642         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
1644 1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
1646         * time/mktime.c: Define _POSIX_THREAD_SAFE_FUNCTIONS to get
1647         localtime_t declaration on some systems.
1649 1998-10-16 10:07  Ulrich Drepper  <drepper@cygnus.com>
1651         * iconv/Makefile [! elf]: Define CFLAGS-gconv_simple.c to
1652         -DSTATIC_GCONV.
1653         * iconv/skeleton.c: Include ELF header only of STATIC_GCONV is not
1654         defined.  Avoid using DL_CLL_FCT if it is not defined.
1656 1998-10-16 10:40 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1658         * resolv/arpa/nameser.h: Include sys/types.h unconditionally.
1659         Include endian.h unconditionally.  Remove portability goop
1660         depending on #ifdef linux, #ifdef BSD, #ifdef machine-type.
1662 1998-10-16 11:39 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1664         * sunrpc/rpc/types.h: Mark file so fixincludes won't modify it.
1666 1998-10-15  Ulrich Drepper  <drepper@cygnus.com>
1668         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Remove __kernel_termios
1669         again.  Use char[44] to define size of the struct.
1671         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/armsigctx.h.
1673 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1675         * string/bits/string2.h (strcmp): Don't cache the result of
1676         __builtin_constant_p in variables, otherwise constant folding
1677         can fail in big functions.
1679 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1681         * string/bits/string2.h: Add prototypes for the new inline
1682         functions.
1684 1998-10-15  Ulrich Drepper  <drepper@cygnus.com>
1686         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Include termios.h to
1687         have all types defined.
1688         Patch by Matti Aarnio <matti.aarnio@sonera.fi>.
1690 1998-10-08  Paul Eggert  <eggert@twinsun.com>
1692         * time/mktime.c (my_mktime_localtime_r): Renamed from localtime_r.
1693         Define also if HAVE_LOCALTIME_R && defined localtime_r, with
1694         a body that merely expands localtime_r; this works around a
1695         bug in Digital Unix 4.0A and 4.0D.
1697 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
1699         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_ioctl.
1700         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: New file. Define
1701         __ioctl to __syscall_ioctl and include Linux version of this file.
1702         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
1703         * sysdeps/unix/sysv/linux/powerpc/ioctl.c: New file.  Redirect
1704         ioctl calls which handle struct termios.
1705         Based on a patch by Dan Jacobowitz <drow@false.org>.
1707 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
1709         * version.h (VERSION): Bump to 2.0.98.
1711         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Define __kernel_termios
1712         here instead of including kernel_termios.h.
1714 1998-10-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1716         * sysdeps/unix/opendir.c (__opendir): Remove label lose2 which is
1717         unnecessary after the changes of 1998-10-12.
1719 1998-10-13  Ulrich Drepper  <drepper@cygnus.com>
1721         * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_outb): Fix output
1722         parameter format string.
1723         (inline_outw): Likewise.
1725         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Include
1726         string.h to get memcpy prototype and NULL definition.
1728 1998-10-12  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1730         * misc/sys/cdefs.h (__THROW): New macro.
1731         * argp/argp.h: Use it to replace the kludgey __P in inline
1732         function definitions.
1733         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
1734         * stdlib/stdlib.h: Likewise.
1735         * wcsmbs/wchar.h: Likewise.
1736         * libio/stdio.h: Likewise.
1737         * stdio/stdio.h: Likewise.
1738         * sysdeps/wordsize-64/inttypes.h: Likewise.
1739         * sysdeps/wordsize-32/inttypes.h: Likewise.
1740         * string/argz.h: Likewise.
1741         * io/sys/stat.h: Likewise.
1743 1998-10-12  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1745         * Rules (stdio_lim): New variable.
1746         ($(stdio_lim:h=st)): Use this as intermediate stamp file, depend
1747         on Rules and config.make, use $(move-if-change) to avoid unnessary
1748         recompilations, and cleanup command.
1749         (common-generated): Add bits/stdio_lim.st.
1751 1998-10-12  Ulrich Drepper  <drepper@cygnus.com>
1753         * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-ioperm.c): New
1754         variable to prevent warnings from use of modern CPU instructions.
1755         Patch by Richard Henderson <rth@cygnus.com>.
1757         * sysdeps/unix/opendir.c: Test whether NAME is directory before
1758         opening it.
1760 1998-10-12  Philip Blundell  <pb@nexus.co.uk>
1762         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Add missing
1763         semicolon so that profiling works.
1765 1998-10-12  Roland McGrath  <roland@baalperazim.frob.com>
1767         * sysdeps/generic/glob.c: #undef mempcpy before #define.
1769         * sysdeps/unix/bsd/clock.c: Use prototype defns.
1771 1998-10-11  Ulrich Drepper  <drepper@cygnus.com>
1773         * Rules [posix in sysdirs]: Set L_tmpnam to 20.
1774         Patch by Zack Weinberg <zack@rabi.columbia.edu>.
1776         * string/bits/string2.h [!_STRING_ARCH_unaligned]
1777         (__mempcpy_small): Add parameter for 1 byte copy and use it.
1778         Reported by Geoff Keating <geoffk@ozemail.com.au>.
1780 1998-10-09  Mark Kettenis  <kettenis@phys.uva.nl>
1782         * sysdeps/mach/hurd/bits/posix_opt.h (_XBS5_ILP32_OFF32): Remove,
1783         it is already defined in <bits/environments.h>.
1785 1998-10-09  Ulrich Drepper  <drepper@cygnus.com>
1787         * posix/ptestcases.h: Fix typo.
1789 1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1791         * posix/regex.c (regcomp): Allocate and prepare a fastmap.
1792         (regexec): Allocate regs.start and regs.end as one block.
1794 1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1796         * sysdeps/unix/sysv/linux/bits/socket.h: Remove comma at end of
1797         enum decl.
1799 1998-10-08  Philip Blundell  <pb@nexus.co.uk>
1801         * sysdeps/unix/sysv/linux/arm/profil-counter.h: Move definition of
1802         sigcontext union to ...
1803         * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: ... here.  New
1804         file.
1805         * sysdeps/unix/sysv/linux/arm/register-dump.h: Add support for
1806         version 2.0 kernels.
1808 1998-10-08  Ulrich Drepper  <drepper@cygnus.com>
1810         * malloc/mtrace.c (tr_reallochook): Produce better output for real
1811         reallocation case.
1813         * signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
1814         * argp/argp-xinl.c: Likewise.
1816         * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing
1817         Ruffian entry back.
1818         Patch by Christian Gafton.
1820 1998-10-08  Paul Eggert  <eggert@twinsun.com>
1822         * time/mktime.c (__mktime_internal): When the requested time falls
1823         in a spring-forward gap of size DT, return a time that is DT away
1824         from the requested time, preferring a time whose tm_isdst differs
1825         from the requested value.  Bump the max number of probes from 4 to
1826         6 to account for the extra probes needed to discover a
1827         spring-forward gap in the worst case.
1829 1998-10-07 17:05  Ulrich Drepper  <drepper@cygnus.com>
1831         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Improve the autodetection
1832         of the weird alpha architectures.
1833         Patch by Cristian Gafton <gafton@redhat.com>.
1835 1998-02-18 23:31  Richard Henderson  <rth@cygnus.com>
1837         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Add support for
1838         RAWHIDE and TSUNAMI.  Patch from Jay.Estabrook@digital.com.
1840 1998-10-07  Ulrich Drepper  <drepper@cygnus.com>
1842         * elf/dl-open.c (_dl_global_scope_alloc): Make global.
1843         (dl_open_worker): Use realloc, not malloc to resize array.
1844         * elf/rtld.c (_dl_initial_searchlist): New variable.
1845         (_dl_main): Copy content of _dl_main_searchlist to
1846         _dl_initial_searchlist.
1847         * elf/ldsodefs.h: Add declarations for _dl_initial_searchlist and
1848         _dl_global_scope_alloc.
1849         * elf/Versions [libc, GLIBC_2.1]: Add _dl_initial_searchlist.
1850         * elf/dl-close.c (_dl_close): When removing object with global
1851         scope remove allocated searchlist if no dynamically loaded object
1852         is on it anymore.
1853         * elf/dl-support.c (_dl_initial_searchlist): Renamed from fake_scope.
1854         (_dl_global_scope, _dl_main_searchlist): Use _dl_initial_searchlist.
1856         * malloc/mtrace.c (tr_where): Don't print space in location string,
1857         print it afterwards.  Print better symbol name information.
1859 1998-10-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1861         * manual/filesys.texi (Setting Permissions): Fix example for
1862         reading umask.
1864 1998-10-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1866         * elf/sprof.c (load_profdata): Fix typo in error message.
1868 1998-10-06  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
1870         * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup
1871         flag.
1873 1998-10-04  Roland McGrath  <roland@baalperazim.frob.com>
1875         * mach/mach.h: Remove __mach_msg decl; <mach/message.h> now does it.
1877 1998-10-06  Ulrich Drepper  <drepper@cygnus.com>
1879         * version.h (VERSION): Bump to 2.0.97.
1881 1998-10-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1883         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use __P
1884         in definitions of inline stat functions so that they match the
1885         declaration.
1886         * stdlib/stdlib.h: Likewise.
1887         * wcsmbs/wchar.h: Likewise.
1888         * libio/stdio.h: Likewise.
1889         * stdio/stdio.h: Likewise.
1890         * sysdeps/wordsize-64/inttypes.h: Likewise.
1891         * sysdeps/wordsize-32/inttypes.h: Likewise.
1892         * string/argz.h: Likewise.
1893         * argp/argp.h: Likewise.
1895 1998-10-06  Ulrich Drepper  <drepper@cygnus.com>
1897         * sysdeps/unix/sysv/linux/bits/in.h: Remove ipv6_mreq which is in
1898         netinet/in.h.
1900 1998-10-05  Philip Blundell  <philb@gnu.org>
1902         * sysdeps/unix/sysv/linux/bits/in.h: Add various new structures
1903         and constants.  Tidy up formatting a little.
1905         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_IPV6, SOL_ICMPV6):
1906         Move definitions to in.h.
1908 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1910         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_PREFER,
1911         SWAP_FLAG_PRIO_MASK,SWAP_FLAG_PRIO_SHIFT): Added.
1912         Remove inclusion of <linux/swap.h>.
1914 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
1916         * io/sys/stat.h: Use __P in definitions of inline stat functions
1917         so that they match the declaration.
1919 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1921         * sysdeps/unix/sysv/linux/sys/quota.h (Q_RSQUASH): Added.
1923 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1925         * sysdeps/unix/sysv/linux/sys/acct.h: Bring in sync with current
1926         linux 2.1 version.
1928 1998-10-02  Philip Blundell  <pb@nexus.co.uk>
1930         * sysdeps/arm/dl-machine.h: Fix typo in last change.
1932         * sysdeps/arm/bits/huge_val.h: New file.
1934 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1936         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_POWER_OFF): Added.
1938         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SYSCALL): Add
1939         define.
1941 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
1943         * sysdeps/posix/getcwd.c (__getcwd): Use temporary variable to
1944         store result of realloc instead of using BUF.
1946 1998-10-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1948         * misc/sgtty.h (_SGTTY_H): Correct spelling.
1949         Reported by Rouben Rostamian <rostamian@umbc.edu> [PR libc/817].
1951 1998-10-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1953         * manual/memory.texi (Obstacks): Document
1954         obstack_alloc_failed_handler usage.
1956         * malloc/obstack.h: Enhance comment about
1957         obstack_alloc_failed_handler usage.
1958         * malloc/obstack.c: Likewise.
1960 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
1962         * misc/sys/cdefs.h (__extension__): Define as empty if no gcc or
1963         gcc before 2.8 is used.
1965 1998-10-01  Philip Blundell  <pb@nexus.co.uk>
1967         * sysdeps/arm/machine-gmon.h: Correct args to mcount().  Patch
1968         from Scott Bambrough.
1970         * sysdeps/unix/sysv/linux/arm/register-dump.h: New file.
1972         * libio/libioP.h (FILEBUF_LITERAL) [! _IO_MTSAFE_IO]: Don't
1973         include the lock member.
1975 1998-09-03  Philip Blundell  <pb@nexus.co.uk>
1977         * sysdeps/arm/fpu/__longjmp.S: Cope with fussy assembler.
1979 1998-10-01  Ulrich Drepper  <drepper@cygnus.com>
1981         * timezone/zic.c: Update from tzcode1998h.
1982         * timezone/europe: Update from tzdata1998i.
1983         * timezone/southamerica: Likewise.
1985         * sys/types.h: Protect use of long long by __extension__.
1986         * stdlib/stdlib.h: Likewise.
1987         * string/string.h: Likewise.
1988         * sysdeps/i386/bits/byteswap.h: Likewise.
1989         * sysdeps/geeric/bits/byteswap.h: Likewise.
1990         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
1991         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
1992         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
1993         * sysdeps/wordsize-32/inttypes.h: Likewise.
1994         * sysdeps/wordsize-32/stdint.h: Likewise.
1995         * wcsmbs/wchar.h: Likewise.
1997 1998-09-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1999         * string/bits/string2.h (__string2_1bptr_p): Don't use a statement
2000         expression.
2001         (__mempcpy, strcpy, __stpcpy, strcmp, strcspn, strspn, strpbrk,
2002         __strsep): Greatly reduce size of expansion by combining common
2003         expressions.
2004         (__mempcpy_small, __strcpy_small, __stpcpy_small): Convert to
2005         inline function.
2006         (__mempcpy_args, __strcpy_args, __stpcpy_args): New macros, used
2007         by the above definitions.
2009 1998-09-27  Geoff Keating  <geoffk@ozemail.com.au>
2011         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: New file, use
2012         correct struct ipc_perm definition.
2014 1998-09-29  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2016         * nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free.
2018 1998-09-29  Cristian Gafton  <gafton@redhat.com>
2020         * sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[].
2021         * sysdeps/unix/sysv/linux/net/if_shaper.h: New file.
2022         * sysdeps/unix/sysv/linux/Dist: Add net/if_shaper.h.
2023         * sysdeps/unix/sysv/linux/Makefile [subdirs=inet] (sysdep_headers):
2024         Add net/if_shaper.h.
2026 1998-09-29  Ulrich Drepper  <drepper@cygnus.com>
2028         * nis/ypclnt.c (yp_all): Close socket opened by __yp_bind.
2030         * nis/ypclnt.c: Remove not needed close calls.
2032 1998-09-28 23:55  Ulrich Drepper  <drepper@cygnus.com>
2034         * nis/ypclnt.c (__yp_bind): Pretty print.  Optimize readv result
2035         check a bit.  Also close socket of domain client.  Close socket
2036         in IPPORT_RESERVED error case.
2038 1998-09-28  Ulrich Drepper  <drepper@cygnus.com>
2040         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use
2041         CMSG_ALIGN (fixes a bug) and correct test for availability of
2042         another entry.
2043         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Sync with generic
2044         Linux version.
2045         (__cmsg_nxthdr): Use CMSG_ALIGN (fixes a bug) and correct test for
2046         availability of another entry.
2047         Patch by ak@muc.de.
2049         * sysdeps/unix/sysv/linux/netinet/ip.h (IPOPT_NOOP): Fix typo.
2050         Patch by ak@muc.de.
2052         * libio/libio.h [!__STDC__]: Define const only if not defined.
2054 1998-09-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2056         * posix/annexc.c (xsystem): New function.  Use it instead of
2057         system.
2059 1998-09-28  Ulrich Drepper  <drepper@cygnus.com>
2061         * stdlib/longlong.h: Remove #endif for #if removed in last change.
2063 1998-09-25  Ulrich Drepper  <drepper@cygnus.com>
2065         * time/strftime.c [emacs]: Define my_strftime to emacs_strftimeu.
2066         Define ut_argument, ut_argument_spec, and ut_argument_spec_iso to
2067         allow using `ut' parameter.
2068         [!emacs]: Define ut_argument, ut_argument_spec, and
2069         ut_argument_spec_iso as empty.  Define ut to 0.  Add ut_argument and
2070         argument_spec to prototypes and definitions.
2071         (my_strftime): Don't call tzset of ut != 0.
2072         Compute diff as 0 is ut != 0;
2073         [emacs]: Define new emacs_strftime function.
2074         Based on a patch by Paul Eggert.
2076 1998-09-24  Paul Eggert  <eggert@twinsun.com>
2078         * time/strftime.c (my_strftime): When asking for the length of the
2079         subformatted buffer, do not limit the length to look for;
2080         otherwise, we have no reliable way to distinguish between the
2081         empty buffer and an error.
2083 1998-09-25  Ulrich Drepper  <drepper@cygnus.com>
2085         * math/Makefile (gmp-objs): Add mp_clz_tab.
2087 1998-09-25  David S. Miller  <davem@pierdol.cobaltmicro.com>
2089         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear bits don't
2090         set them.
2091         * stdlib/longlong.h (sparc udiv_qrnnd): Define inline version for
2092         cpus lacking hardware multiply and divide.
2094 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2096         * db/Makefile ($(inst_slibdir)/libdb.so$(libdb1.so-version)): Use
2097         $(<F), not $(^F).
2099 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2101         * db/btree/bt_delete.c: Fix -Wparentheses warning.
2103 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2105         * Makefile ($(inst_includedir)/gnu/lib-names.h): Use
2106         $(do-install).
2108 1998-09-24  Ulrich Drepper  <drepper@cygnus.com>
2110         * debug/catchsegv.sh: Also produce output if clone process died.
2112 1998-09-24  Paul Eggert  <eggert@twinsun.com>
2114         * time/strftime.c (f_wkday): Remove duplicate definition.
2115         (f_wkday, f_month, a_wkday, a_month, ampm): Define as macros when
2116         !defined _NL_CURRENT && !HAVE_STRFTIME; this propagates the
2117         1998-09-11 fix to this case.
2118         (wkday_len, month_len): Remove these macros; they're no longer needed.
2120 1998-09-24  Paul Eggert  <eggert@twinsun.com>
2122         * time/strftime.c (my_strftime): Don't store past the end of a
2123         zero-sized buffer.
2125 1998-09-24  Paul Eggert  <eggert@twinsun.com>
2127         * time/strftime.c (underlying_strftime):
2128         Set the buffer to a nonzero value before calling
2129         strftime, and check to see whether strftime has set the buffer to zero.
2130         This lets us distinguish between an empty buffer and an error.
2132 1998-09-24  Paul Eggert  <eggert@shade.twinsun.com>
2134         * time/strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
2135         This fix is propagated from tzcode1998g.tar.gz.
2137 1998-09-24  Mark Kettenis  <kettenis@phys.uva.nl>
2139         * sysdeps/unix/siglist.c: Make sys_siglist a weak alias for
2140         _sys_siglist.  [!HAVE_GNU_LD]: Do not define _sys_siglist as
2141         sys_siglist.  This is handled correctly by the weak_alias macro.
2143 1998-09-24  Ulrich Drepper  <drepper@cygnus.com>
2145         * sysdeps/posix/getcwd.c: Prevent compiler warning from redefinition
2146         of mempcpy.  Reported by Andreas Jaeger.
2148         * misc/regexp.h (compile): Use alloca instead of __alloca.  It won't
2149         pollute the namespace since the compiler will resolve it inline.
2150         Reported by Florian La Roche <florian@suse.de>.
2152 1998-09-24 10:29  Ulrich Drepper  <drepper@cygnus.com>
2154         * timezone/private.h: Update from tzcode1998g.
2156         * timezone/africa: Update from tzdata1998h.
2157         * timezone/asia: Likewise.
2158         * timezone/australasia: Likewise.
2159         * timezone/europe: Likewise.
2160         * timezone/northamerica: Likewise.
2161         * timezone/southamerica: Likewise.
2162         * timezone/zone.tab: Likewise.
2164 1998-09-23 17:28 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2166         * misc/sys/mman.h: New file.
2168         * sysdeps/generic/bits/mman.h: New file.
2169         * sysdeps/unix/bsd/osf/bits/mman.h: New file.
2170         * sysdeps/unix/bsd/sun/sunos4/bits/mman.h: New file.
2171         * sysdeps/unix/bsd/ultrix4/bits/mman.h: New file.
2172         * sysdeps/unix/sysv/irix4/bits/mman.h: New file.
2174         * sysdeps/generic/sys/mman.h: Removed.
2175         * sysdeps/unix/bsd/osf/sys/mman.h: Removed.
2176         * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Removed.
2177         * sysdeps/unix/bsd/ultrix4/sys/mman.h: Removed.
2178         * sysdeps/unix/sysv/irix4/sys/mman.h: Removed.
2179         * sysdeps/unix/sysv/linux/sys/mman.h: Removed.
2181         * include/sys/mman.h: Look directly for misc/sys/mman.h.
2182         * misc/Makefile (headers): Add bits/mman.h.
2183         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
2184         bits/mman.h.
2186         * sysdeps/unix/sysv/linux/alpha/Dist: Don't mention bits/mman.h.
2187         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
2188         * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
2189         * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
2190         * sysdeps/unix/sysv/linux/mips/Dist: Likewise.
2191         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
2192         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
2193         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
2195 1998-09-23 16:27 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2197         * sysdeps/mach/alpha/sysdep.h: Don't use #include_next.
2198         * sysdeps/mach/alpha/thread_state.h: Likewise.
2199         * sysdeps/mach/i386/sysdep.h: Likewise.
2200         * sysdeps/mach/i386/thread_state.h: Likewise.
2201         * sysdeps/mach/mips/sysdep.h: Likewise.
2202         * sysdeps/mach/mips/thread_state.h: Likewise.
2203         * sysdeps/posix/profil.c: Likewise.
2204         * sysdeps/i386/i586/memcopy.h: Likewise.
2205         * sysdeps/mach/pagecopy.h: Likewise.
2207 1998-09-23 15:25  Ulrich Drepper  <drepper@cygnus.com>
2209         * libio/stdio.h: Define __need_getopt and include getopt.h to define
2210         getopt stuff.
2211         * posix/unistd.h: Likewise.
2212         * stdio/stdio.h: Likewise.
2213         * posix/getopt.h: Remove _GNU_SOURCE use.  If __need_getopt is defined
2214         define only getopt and the variables.
2216 1998-09-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2218         * scripts/test-installation.pl (installation_problem): Don't link
2219         the test program against libdb1.
2221 1998-09-23 13:52  Ulrich Drepper  <drepper@cygnus.com>
2223         * Makeconfig (all-subdirs): Add db.
2224         * Versions.def: Add definition for libdb1.
2225         * shlib-versions: Add definitions for libdb1.
2226         * db/Makefile (extra-libs): Replace by libdb1.
2227         (libdb-routines): Rename to libdb1-routines.
2228         (headers): Rename to db1-headers.
2229         (distribute): Add $(db1-headers).
2230         (install-others): Define to install symlink libdb.so.NN and the
2231         $(db1-headers).
2232         (CPPFLAGS): Add -DUSE_LIBDB1
2233         Remove rules to build makedb.
2234         * db/Versions: Rename libdb to libdb1.
2235         * include/db.h: If USE_LIBDB1 is defined include db/db.h.
2236         * db/makedb.c: Removed.
2238         * scripts/versions.awk: Recognize digits in library names.
2240         * db/btree/bt_open.c: Fix compiler warnings.
2241         * db/btree/bt_put.c: Likewise.
2242         * db/btree/bt_split.c: Likewise.
2243         * db/hash/hash.c: Likewise.
2244         * db/hash/hash_bigkey.c: Likewise.
2245         * db/recno/rec_close.c: Likewise.
2247         * Makefile: Add localedata/% goal.
2249 1998-09-22 19:58 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2251         * posix/execvp.c: Don't give up searching the PATH if execve
2252         returns ENOTDIR.
2254 1998-09-22 12:53  Ulrich Drepper  <drepper@cygnus.com>
2256         * sysdeps/unix/sysv/linux/init-first.c (init): Don't call setfpucw only
2257         if _dl_fpu_control_set is set.
2258         * sysdeps/generic/dl-sysdep.c: Don't set _dl_fpu_control_set.
2259         * elf/rtld.c: Don't define _dl_fpu_control_set.
2260         * elf/Versions: Remove _dl_fpu_control_set.
2262 1998-09-22 11:51  Ulrich Drepper  <drepper@cygnus.com>
2264         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (SA_ONSTACK): Define.
2265         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
2266         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
2267         Correct values of other SA_* macros according to kernel headers.
2269 1998-09-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2271         * elf/dl-load.c (_dl_init_paths): Avoid warning about unused
2272         variable l.
2273         * elf/dl-error.c (_dl_catch_error): Avoid warning about clobbering
2274         old.
2276 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2278         * elf/ldsodefs.h: Fix typo in comment.
2280 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2282         * libio/genops.c (_IO_default_pbackfail): Add cast to unsigned
2283         char when comparing buffer contents with putback character.
2285 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2287         * elf/Makefile (dl-routines, elide-routines.os, rtld-routines):
2288         Undo last change.
2289         * elf/Versions: Undo last change.  Export _dl_fpu_control and
2290         _dl_fpu_control_set.
2291         * elf/rtld.c (_dl_fpu_control, _dl_fpu_control_set): New
2292         variables.  Include <fpu_control.h>.
2293         * sysdeps/generic/dl-sysdep.c: Store AT_FPUCW value in
2294         _dl_fpu_control instead of __fpu_control, set _dl_fpu_control_set
2295         to indicate that is was seen.
2296         * sysdeps/unix/sysv/linux/init-first.c: Omit call to __setfpucw
2297         only if _dl_fpu_control was set and is equal to desired value.
2298         * math/Makefile (aux): Undo last change.
2299         * math/Versions: Export __fpu_control with version GLIBC_2.0.
2301 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2303         * sysdeps/m68k/dl-machine.h (elf_machine_lazy_rel): Slightly
2304         optimized.
2306 1998-09-21 10:00  Ulrich Drepper  <drepper@cygnus.com>
2308         * string/bits/string2.h: Add mempcpy optimization.
2309         * sysdeps/generic/mempcpy.c: Undefined __mempcpy.
2310         * intl/localealias.c: Define mempcpy only if not already defined.
2312         * sysdeps/i386/i486/bits/string.h: Define ffsl only if not already
2313         defined.
2315 1998-09-20 10:48 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2317         * csu/abi-note.S: Emit the note directly instead of defining
2318         a preprocessor macro that's only used once.  Don't include sysdep.h.
2319         * abi-tags: Generalize Solaris entry.
2321 1998-09-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2323         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1, __libc_ptyname2):
2324         Change to array to avoid runtime relocation.
2325         * sysdeps/unix/sysv/linux/ptsname.c: Update declarations.
2327 1998-09-21 12:22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2329         * malloc/Makefile ($(objpfx)libmcheck.a): Fix use of $(LN_S).
2330         * math/Makefile ($(objpfx)libieee.a): Likewise.
2332 1998-09-21  Ulrich Drepper  <drepper@cygnus.com>
2334         * sysdeps/generic/getpt.c: Fix order of argument to weak_alias.
2335         Patch by John Tobey <jtobey@banta-im.com>.
2337 1998-09-20  Ulrich Drepper  <drepper@cygnus.com>
2339         * login/Makefile (distribute): Remove pty-internal.h, add
2340         pty-private.h.
2342         * stdlib/tst-strtol.c: Add more checks.
2343         Patch by Zack Weinberg <zack@rabi.columbia.edu>.
2345 1998-09-20 09:37  Ulrich Drepper  <drepper@cygnus.com>
2347         * elf/Versions [GLIBC_2.1] (libc): Add __fpu_control.
2348         * elf/elf.h: Add AT_FPUCW.
2349         * elf/Makefile (dl-routines): Add fpu_control.
2350         (elide-routines.os): Add fpu_control.
2351         (rtld-routines): Add fpu_control.
2352         * math/Makefile (aux): Remove fpu_control.
2353         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle AT_FPUCW.
2354         (_dl_show_auxv): Likewise.
2355         * sysdeps/unix/sysv/linux/init-first.c (init): Use __setfpucw only
2356         if different from OS default.
2358         * stdio-common/tstscanf.c: Add test case for (nil).
2360 1998-09-18 17:41  Ulrich Drepper  <drepper@cygnus.com>
2362         * libio/fileops.c (_IO_new_file_underflow): Before allocating
2363         buffer make sure the pushback buffer is destroyed.
2364         (_IO_new_file_seekoff): Likewise.
2365         If mode==0 quit early with the result.
2366         Clear OEF flag after successful fseek.
2367         * libio/libio.h (_IO_FILE_complete): Add _IO_save_ptr.
2368         * libio/ftello.c (ftello): Add offset from original buffer if
2369         stream has pushed back characters.
2370         * libio/ftello64.c (ftello64): Likewise.
2371         * libio/iofgetpos.c (_IO_fgetpos): Likewise.
2372         * libio/iofgetpos64.c (_IO_fgetpos64): Likewise.
2373         * libio/ioftell.c (_IO_ftell): Likewise.
2374         * libio/genops.c (_IO_switch_to_main_get_area): Swap _IO_read_ptr
2375         and _IO_save_ptr.
2376         (_IO_switch_to_backup_area): Save _IO_read_ptr in _IO_save_ptr.
2377         (_IO_default_pbackfail): Only stored push back character in original
2378         buffer if it is the same as the one in the file at this position.
2379         * libio/iofclose.c: Free backup buffer if one is available.
2380         * libio/ioseekoff.c (_IO_seekoff): Only remove pushback buffer if
2381         mode!=0.
2383         * strdlib/strtol.c (strtol): Handle 0x... string for base!=0 correctly.
2385         * time/strftime.c [_LIBC] (ampm): Use tp->tm_hour not hour12.
2387         * stdio-common/vfscanf.c: Fix reading (nil) for %p.
2389 1998-09-18  Mark Kettenis  <kettenis@phys.uva.nl>
2391         * login/programs/pt_chown.c (more_help): Correct message that
2392         describes the purpose of the program.
2394         * login/openpty.c: Do not include pty-private.h.
2395         (pts_name): New function.  Return name of slave pseudo terminal in
2396         an allocated buffer if necessary.
2397         (openpty): Use pts_name to get name of the slave end of the pseudo
2398         terminal pair.
2400         * sysdeps/unix/grantpt.c (grantpt): Free buffer allocated by
2401         pts_name before return.
2403 1998-09-18 11:15  Ulrich Drepper  <drepper@cygnus.com>
2405         * math/math.h: Define __NO_MATH_INLINES if __STRICT_ANSI__.
2407 1998-09-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2409         * login/openpty.c: Include pty-private.h instead of
2410         pty-internal.h.
2412 1998-09-09  Philip Blundell  <pb@nexus.co.uk>
2414         * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Optimise a bit.
2416 1998-09-07  Philip Blundell  <pb@nexus.co.uk>
2418         * sysdeps/arm/dl-machine.h (RTLD_START): Keep in step with
2419         recent ld.so changes.
2420         (elf_machine_runtime_setup): Correct behaviour when profiling.
2422 1998-09-17 19:34  Ulrich Drepper  <drepper@cygnus.com>
2424         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Fix typo.
2425         Patch by John Tobey <jtobey@banta-im.com>.
2427 1998-09-17  Mark Kettenis  <kettenis@phys.uva.nl>
2429         * login/pty-internal.h: Removed.  Moved constants related to the
2430         `grantpt' helper program protocol to ...
2431         * login/pty-private.h: ... here.  New file.
2432         * sysdeps/unix/sysv/linux/ptsname.c (ptsname): Reimplementation
2433         to make the function work with kernels >= 2.1.115.
2434         * sysdeps/unix/sysv/linux/getpt.c (getpt): Reimplement to call BSD
2435         version if using the cloning device fails.
2436         * sysdeps/unix/sysv/linux/grantpt.c: New file.
2437         * sysdeps/unix/sysv/linux/unlockpt.c: General cleanup.
2438         * sysdeps/unix/bsd/getpt.c (__getpt): Largely rewritten to allow
2439         use by Linux specific code.
2440         * sysdeps/unix/bsd/unlockpt.c: General cleanup.
2441         * sysdeps/unix/grantpt.c: Largely rewritten.  (pts_name): New
2442         function.  (grantpt): Use pts_name, check group and permission
2443         mode in addition to owner.  Try to set the owner, group and
2444         permission mode first without invoking the helper program.
2445         * login/programs/pt_chown.c: Largely rewritten.  Add argp and
2446         internationalization support.  Use symbolic constants instead of
2447         hardwired numbers for permission mode.
2448         * sysdeps/unix/bsd/ptsname.c: New file.
2450 1998-09-17 22:04  Tim Waugh  <tim@cyberelk.demon.co.uk>
2452         * posix/wordexp-test.c: Undo last change.
2454         * posix/wordexp.c: Undo last change.
2456 1998-09-16  Ulrich Drepper  <drepper@cygnus.com>
2458         * nscd/grpcache.c (save_grp): Partly undo last change.
2460         * nscd/pwdcache.c (save_pwd): Undo last change.
2462 1998-09-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2464         * sysdeps/mach/hurd/dl-cache.c (_dl_unload_cache): New dummy
2465         function.  Reported by okuji@kuicr.kyoto-u.ac.jp [PR libc/789].
2467 1998-09-15  David S. Miller  <davem@pierdol.cobaltmicro.com>
2469         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
2470         Add profiling support.
2471         (TRAMPOLINE_TEMPLATE): New macro.
2472         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
2473         (RTLD_START): Prettify, and set __libc_stack_end properly.
2474         (elf_machine_rela) [R_SPARC_COPY]: Remove RTLD_BOOTSTRAP ifndef
2475         and check for sym being NULL instead.
2476         * sysdeps/sparc/sparc64/addmul_1.S: Adjust to allocate 192 bytes
2477         of stack space.
2478         * sysdeps/sparc/sparc64/lshift.S: Likewise.
2479         * sysdeps/sparc/sparc64/mul_1.S: Likewise.
2480         * sysdeps/sparc/sparc64/rshift.S: Likewise.
2481         * sysdeps/sparc/sparc64/submul_1.S: Likewise.
2482         * sysdeps/sparc/sparc64/elf/crtbegin.S: Likewise and remove old
2483         MEDANY code model %g4 usage.
2484         * sysdeps/sparc/sparc64/elf/crtend.S: Likewise and remove old
2485         MEDANY code model %g4 usage.
2486         * sysdeps/sparc/sparc64/elf/start.S: Rework to not use old FULLANY
2487         code model address formation.
2488         * sysdeps/sparc/sparc64/dl-machine.h: Don't include link.h, do
2489         include elf/ldsodefs.h
2490         (DT_SPARC): Remove.
2491         (elf_machine_matches_host): It is now EM_SPARCV9.
2492         (elf_machine_dynamic): Clean up to remove ugly cast.
2493         (elf_machine_fixup_plt): Rework for new V9 ABI, add support for
2494         new PLT formats.
2495         (elf_machine_rela): Don't do anything at all for R_SPARC_NONE.
2496         Prettify rest of function.
2497         [R_SPARC_COPY]: Check for sym being NULL.
2498         [R_SPARC_32]: Handle it.
2499         [R_SPARC_H44, R_SPARC_M44, R_SPARC_L44]: Handle them for the
2500         MEDMID code model.
2501         [R_SPARC_HH22, R_SPARC_HM10, R_SPARC_LM22]: Handle them for the
2502         MEDANY code model.
2503         [R_SPARC_NONE]: Remove this case, as it is now checked earlier.
2504         (elf_machine_runtime_setup): Rewrite for new V9 ABI plt formats.
2505         Add profiling support.
2506         (TRAMPOLINE_TEMPLATE): New macro.
2507         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
2508         (RTLD_START): Prettify and set __libc_stack_end.
2509         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h (SA_SIGINFO):
2510         Define.
2511         * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Set to 64.
2512         (SIGRTMIN, SIGRTMAX, __SIGRTMIN, __SIGRTMAX): Define.
2513         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c (__brk): Remove
2514         unused variable scratch.
2515         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
2516         (__syscall_rt_sigaction, __rt_sigreturn_stub, __sigreturn_stub):
2517         Declare.
2518         (__sigaction): Rewrite rt_sigaction case to pass correct sigreturn
2519         stub to rt_sigaction syscalls.  Rewrite non-rt case to use correct
2520         old format kernel sigaction structures.
2521         * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext.h: Move...
2522         * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: to here.
2523         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Remove ucontext.h
2524         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Fix
2525         ucontext include.
2526         (_JMPBUF_UNWINDS): Define.
2527         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Declare
2528         statfs64 structure, which is exactly the same as the normal one.
2529         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Allocate 192 bytes
2530         of stack.  Use correct syscall trap number.  Add branch prediction
2531         settings to branch instructions.  Remove old MEDANY code model %g4
2532         referneces for non-PIC.
2533         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
2534         * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
2535         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: Likewise.
2536         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
2537         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
2538         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
2539         __libc_longjmp and __libc_siglongjmp strong aliases.
2540         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c (__readdir64):
2541         Also define to __no__readdir64_decl around readdir.c inclusion.
2542         (__readdir64): Add strong alias.
2543         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: New file.
2544         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getrlimit):
2545         Set strong and weak names properly.
2547 1998-09-16 11:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2549         * manual/Makefile (AWK): Default to gawk if standalone.
2551 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2553         * Makefile (distribute): Undo last change.
2554         * Make-dist (+tsrc) [not subdir]: Also include indirection headers
2555         for sysdep headers.
2556         (+subdir-headers): Removed, unused.
2558 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2560         * stdio-common/Makefile ($(inst_includedir)/bits/stdio_lim.h): Use
2561         $(do-install).
2563 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2565         * Makerules ($(+sysdir_pfx)sysd-Makefile): Don't check for
2566         absolute name in $(config-sysdirs), can never happen.
2567         ($(+sysdir_pfx)sysd-rules): Likewise.
2568         * Makeconfig (full-config-sysdirs): Likewise.
2569         (all-Subdirs-files): Prepend $(..).
2571         * configure.in: Don't check for absolute name in $add_ons_pfx, can
2572         not happen.  Let --enable-add-ons=yes work if no add-ons actually
2573         exist.
2575 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2577         * Rules ($(common-objpfx)bits/stdio_%.h): Remove extra
2578         continuations in command.
2580 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2582         * libio/oldstdfiles.c (_IO_stdin_used): Update declaration.
2584 1998-09-16 00:47  Tim Waugh  <tim@cyberelk.demon.co.uk>
2586         * posix/wordexp-test.c: If expansion or substitution occurs
2587         anywhere in a word, the entire word is subject to field-splitting.
2589         * posix/wordexp.c (parse_glob): Look for end of word instead of
2590         end of field when deciding what to glob.
2591         (field_split_word): New function, now the only place where
2592         field-splitting is performed.
2593         (parse_dollars): New parameter - tell the caller if
2594         field-splitting should be performed on this word.
2596         * posix/wordexp-test.c (testit): Only call wordfree if wordexp
2597         succeeded (or failed with WRDE_NOSPACE).
2599 1998-09-15 19:53 1998  Tim Waugh  <tim@cyberelk.demon.co.uk>
2601         * posix/wordexp.c (wordexp): Don't convert IFS characters to
2602         blanks.
2604         * posix/wordexp-test.c: Words not the result of expansion or
2605         substitution should remain unchanged.
2607 1998-09-15  Ulrich Drepper  <drepper@cygnus.com>
2609         * elf/dynamic-link.h [!ELF_MACHINE_PLTREL_OVERLAP]
2610         (_ELF_DYNAMIC_DO_RELOC): Correctly set ranges[1].lazy.
2612 1998-09-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2614         * stdio-common/Makefile: Include Makeconfig so that
2615         $(inst_includedir) is defined.
2617 1998-09-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2619         * io/pwd.c: Include <mcheck.h>.
2621 1998-09-15 08:00  Ulrich Drepper  <drepper@cygnus.com>
2623         * nscd/pwdcache.c (save_pwd): Correct copying.
2624         * nscd/grpcache.c (save_grp): Likewise.
2626 1998-09-14 23:36  Ulrich Drepper  <drepper@cygnus.com>
2628         * nscd/pwdcache.c (save_pwd): Rewrite to use only one malloc call.
2629         (free_pwd): Adjust for this change.
2630         * nscd/grpcache.c (save_grp): Rewrite to use only one malloc call.
2631         (free_grp): Adjust for this change.
2633 1998-09-14  Ulrich Drepper  <drepper@cygnus.com>
2635         * nscd/pwdcache.c (cache_pwdinit): Allocate uidtbl of correct size.
2637 1998-09-14 15:29  Ulrich Drepper  <drepper@cygnus.com>
2639         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
2640         (install-others): Add bits/stdio_lim.h.
2641         Add rule to install bits/stdio_lim.h.
2643         * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
2645         * Makefile (distribute): Add include/sys/mman.h.
2647         * sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
2648         * sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
2649         * sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
2651         * grp/initgroups.c: Include stdlib.h.
2652         Patch by Zack Weinberg.
2654 1998-09-14 22:46  Tim Waugh  <tim@cyberelk.demon.co.uk>
2656         * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
2657         for field-splitting :abc: is correct, and that two fields should
2658         result. Revert tests to reflect this.
2660         * posix/wordexp.c (w_emptyword): Remove function.
2661         (exec_comm): Don't use w_emptyword.
2662         (parse_param): Likewise.
2664 1998-09-14 15:00  Ulrich Drepper  <drepper@cygnus.com>
2666         * sysdeps/arm/fpu/Dist: Moved to...
2667         * sysdeps/arm/Dist: ...here.
2668         * sysdeps/posix/Dist: Removed.
2669         * sysdeps/unix/sysv/linux/Dist: Move sys/debugreg.h to...
2670         * sysdeps/unix/sysv/linux/i386/Dist: ...here.
2672 1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
2674         * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.
2676 1998-09-14 11:26  Ulrich Drepper  <drepper@cygnus.com>
2678         * wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
2680 1998-09-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2682         * libc-work/nis/nss_nisplus/nisplus-service.c
2683         (_nss_nisplus_parse_servent): Convert port in network byte order.
2685 1998-09-14 07:53 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2687         * stdlib/stdlib.h: Add a switch, __need_malloc_and_calloc,
2688         to provide only malloc and calloc.
2689         * include/stdlib.h: Support the above.
2690         * string/bits/string2.h: Use __need_malloc_and_calloc when
2691         including stdlib.h.
2692         (__string2_1bptr_p): Avoid -Wbad-function-cast warnings.
2694         * iconvdata/iso-2022-jp.c: Include <stdlib.h>.
2695         * iconvdata/iso646.c: Include <stdlib.h>.
2697 1998-09-14 07:51 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2699         * sunrpc/rpc_cout.c: Add braces around ambiguous else.
2700         * sysdeps/libm-ieee754/w_pow.c: Likewise.
2701         * sysdeps/libm-ieee754/w_powf.c: Likewise.
2702         * sysdeps/libm-ieee754/w_powl.c: Likewise.
2704 1998-09-14 07:57 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2706         * stdio-common/stdio_lim.h.in: New file.  All parameters
2707         are adjustable at build time.
2708         * Rules: Add a rule to build bits/stdio_lim.h from
2709         stdio-common/stdio_lim.h.in.  (It has to be in Rules so that
2710         all subdirectories know how to make the file.  It can't be
2711         in Makerules because then it gets built at top level and the
2712         dependencies are wrong.)
2714         * stdio-common/Makefile (distribute): Add stdio_lim.h.in.
2715         * sysdeps/unix/sysv/linux/Makefile: Delete rules to make
2716         stdio_lim.h.
2717         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Removed.
2718         * sysdeps/unix/sysv/linux/Dist: Take out stdio_lim.h.in.
2719         * sysdeps/posix/Makefile: Removed.
2720         * sysdeps/posix/mk-stdiolim.c: Removed.
2721         * sysdeps/generic/bits/stdio_lim.h: Removed.
2723 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2725         * argp/argp-help.c: Fixup indentation.
2726         * nss/nss_files/files-alias.c: Quiet -Wparentheses warning.
2727         * resolv/nss_dns/dns-network.c: Likewise.
2728         * resolv/res_send.c: Likewise.
2729         * rt/aio_cancel.c: Likewise.
2730         * rt/aio_misc.c: Likewise.
2732 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2734         * Makefile (install-symbolic-link): Remove the link list file at last.
2735         * Makerules (install-clean-symbolic-link-list): Removed.
2737 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2739         * timezone/tst-timezone.c: Print time in UTC to get consistent
2740         output.
2742 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2744         * elf/rtld.c (_dl_rpath): Removed.
2745         * elf/dl-support.c (_dl_path): Removed.
2746         * elf/Makefile ($(objpfx)ld.so): Don't pass -rpath.
2747         (CFLAGS-dl-support.c): Removed.
2749         * elf/dl-load.c (env_path_list): Renamed from fake_path_list.  All
2750         uses changed.
2751         (_dl_init_paths): Always set env_path_list from LD_LIBRARY_PATH,
2752         instead of appending it to the main map's rpath info.
2753         (_dl_map_object): Consistently use LD_LIBRARY_PATH after all
2754         DT_RPATHs.  This makes it effective again.
2755         (decompose_rpath): Remove second parameter, callers changed.
2756         (fillin_rpath): Allocate enough space in curwd.
2757         (expand_dynamic_string_token): Cope with get_origin returning -1.
2759 1998-09-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2761         * libc-work/nis/nss_compat/compat-pwd.c: Add support for
2762         passwd.adjunct.
2764         * nis/nss_nis/nis-pwd.c (_nss_nis_getpwent_r): Correct test for
2765         invalid password.
2767 1998-09-13 18:06  Ulrich Drepper  <drepper@cygnus.com>
2769         * locale/programs/locale.c: Update dates.
2771 1998-09-13  Mark Kettenis  <kettenis@phys.uva.nl>
2773         * sysdeps/generic/bits/types.h: Include <features.h>.  Make sure
2774         size_t is defined.  Some reordering of definitions to make
2775         maintaining this file in parallel with the linux-specific file easier.
2777 1998-09-13  Ulrich Drepper  <drepper@cygnus.com>
2779         * io/pwd.c (main): Add call to mtrace.
2781         * malloc/mtrace.pl: Quote @ in string.
2783 1998-09-13 19:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
2785         * posix/wordexp.c (parse_arith): Fix memory leaks.
2786         (exec_comm): Likewise.
2787         (parse_param): Likewise.
2788         (wordexp): Likewise.
2789         (exec_comm): Reduce number of function return points.
2790         (parse_param): Likewise.
2791         (wordexp): Likewise.
2793 1998-09-13 14:53  Tim Waugh  <tim@cyberelk.demon.co.uk>
2795         * posix/wordexp-test.c: Field-splitting ':abc:' with IFS=: should
2796         yield three fields, not two.  Test both parameter expansion and
2797         command substitution for correct field-splitting behaviour.
2799         * posix/wordexp.c (w_emptyword): New function.
2800         (parse_param): Use it.
2801         (exec_comm): Likewise, for consistency with the way parse_param
2802         splits fields.
2803         (parse_param): Fix some memory leaks.
2805 1998-09-13 18:04  Geoff Keating  <geoffk@ozemail.com.au>
2807         * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):
2808         Don't mark asm `volatile'.
2809         (__elf_machine_runtime_setup): Clear the last partial block in the PLT
2810         from the data cache too.  Assume it isn't in the instruction cache yet.
2811         (__elf_machine_fixup_plt): Clear the modified address from the caches.
2813 1998-09-12  Mark Kettenis  <kettenis@phys.uva.nl>
2815         * sysdeps/generic/segfault.c (install_handler): Install signal
2816         handler with SA_ONSTACK instead of setting the stack flags to
2817         SS_ONSTACK.  Do not install handler for SIGSTKFLT if it is not
2818         defined.
2820 1998-09-12 14:24 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
2822         * signal/signal.h: Fix multiple inclusion guard to cover the
2823         entire file.
2824         * wcsmbs/wchar.h: Remove prototype of internal function
2825         __mbsrtowcs.
2826         * sysdeps/i386/i486/bits/string.h (memchr): Don't do
2827         arithmetic on `void *'.
2829 1998-09-12 01:09  Tim Waugh  <tim@cyberelk.demon.co.uk>
2831         * posix/wordexp-test.c: Fix wrong tests.  Add new tests.
2833         * posix/wordexp.c (wordexp): Perform word-splitting instead of
2834         field-splitting here.
2835         (wordexp): If out of memory mid-word, free the word (but still
2836         leave pwordexp alone for caller to see).
2837         (parse_param): Allow for zero-length fields (smarter checking of
2838         memory allocation failure).
2839         (w_addword): Convert NULL words to "".
2840         (wordexp): Convert left-over IFS characters to blanks (like bash).
2842 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
2844         * configure.in: Use test -f instead of test -e.
2845         Patch by John Tobey <jtobey@banta-im.com>.
2847         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/trap.h: New file.
2848         * sysdeps/unix/sysv/sysv4/solaris2/sys/syscall.h: New file.
2849         * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h: New file.
2850         * sysdeps/unix/sysv/linux/sigstack.c: Fix typo.
2851         * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: Fix typo.
2852         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/ucontext.h: New file.
2853         * sysdeps/unix/sysv/sysv4/solaris2/sys/param.h: New file.
2854         Patches by John Tobey <jtobey@banta-im.com>.
2856         * time/strftime.c (my_strftime): Delay use of *tp values until
2857         latest possible point to allow partly initialized structures
2858         (e.g., from strptime).
2860         * iconvdata/Makefile (modules): Add ISO_10367-BOX, MAC-IS, NATS-DANO,
2861         and NATS-SEFI.
2862         Define *-routines variables for new modules.
2863         (distribute): Add .c files for new modules.
2864         (awk-generated-headers): Add iso_10367-box.h, mac-is.h, nats-dano.h,
2865         and nats-sefi.h.
2866         Add rules for header generation.
2867         * iconvdata/gconv-modules: Add entries for new modules.
2868         * iconvdata/iso_10367-box.c: New file.
2869         * iconvdata/mac-is.c: New file.
2870         * iconvdata/nats-dano.c: New file.
2871         * iconvdata/nats-sefi.c: New file.
2873 1998-04-30 18:20  H.J. Lu  <hjl@gnu.org>
2875         * elf/dl-load.c (_dl_init_paths): Don't check the dynamic
2876         loader if PIC is not defined.
2878 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
2880         * iconvdata/Makefile (modules): Add CSN_369103, CWI, DEC-MCS,
2881         ECMA-CYRILLIC, GOST_19768-74, GREEK-CCITT, GREEK7, GREEK7-OLD, INIS,
2882         INIS-8, INIS-CYRILLIC, ISO_6937-2, ISO_2033, ISO_5427, ISO_5427-EXT,
2883         and ISO_5428.
2884         Define *-routines variables for new modules.
2885         (distribute): Add .c files for new modules.
2886         (awk-generated-headers): Add csn_369103.h, cwi.h, dec-mcs.h,
2887         ecma-cyrillic.h, gost_19768-74.h, greek-ccitt.h, greek7.h,
2888         greek7-old.h, inis.h, inis-8.h, inis-cyrillic.h, iso_2033.h,
2889         iso_5427.h, iso_5427-ext.h, and iso_5428.h.
2890         Add rules for header generation.
2891         * iconvdata/gconv-modules: Add entries for new modules.
2892         * iconvdata/csn_369103.c: New file.
2893         * iconvdata/cwi.c: New file.
2894         * iconvdata/dec-mcs.c: New file.
2895         * iconvdata/ecma-cyrillic.c: New file.
2896         * iconvdata/gost_19768-74.c: New file.
2897         * iconvdata/greek-ccitt.c: New file.
2898         * iconvdata/greek7-old.c: New file.
2899         * iconvdata/greek7.c: New file.
2900         * iconvdata/inis-8.c: New file.
2901         * iconvdata/inis-cyrillic.c: New file.
2902         * iconvdata/inis.c: New file.
2903         * iconvdata/iso6937-2.c: New file.
2904         * iconvdata/iso_2033.c: New file.
2905         * iconvdata/iso_5427-ext.c: New file.
2906         * iconvdata/iso_5427.c: New file.
2907         * iconvdata/iso_5428.c: New file.
2909         * iconvdata/iso6937.c (from_ucs4): Correct 0x80, 0x81, and 0xb9
2910         entries.
2911         Convert U02dd correctly.
2913 1998-09-11 20:46  Richard Henderson  <rth@cygnus.com>
2915         * sysdeps/alpha/dl-machine.h (_dl_start_user): Pass pointer to
2916         _dl_main_searchlist not _dl_default_scope to _dl_init_next.
2917         * sysdeps/sparc/sparc32/dl-machine.h (_dl_start_user): Likewise.
2918         * sysdeps/sparc/sparc64/dl-machine.h (_dl_start_user): Likewise.
2920 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
2922         * resolv/res_init.c (res_init): Handle resolv.conf file with only
2923         one nameserver correctly.  Patch by HJ Lu.
2925         * iconvdata/Makefile (modules): Add IEC_P27-1, BALTIC, ASMO_449,
2926         and ANSI_X3.110.
2927         Define *-routines variables for new modules.
2928         (distribute): Add .c files for new modules.
2929         (awk-generated-headers): Add iec_p27-1.h, baltic.h, and asmo_449.h.
2930         Add rules for hedaer generation.
2931         * iconvdata/gconv-modules: Add entries for new modules.  Pretty print.
2932         * iconvdata/ansi_x3.110.c: New file.
2933         * iconvdata/asmo_449.c: New file.
2934         * iconvdata/baltic.c: New file.
2935         * iconvdata/iec_p27-1.c: New file.
2937         * iconvdata/t61.c (from_ucs4): Correct 0x23, 0x24, 0x80, and 0x81
2938         entries.
2939         Convert U02dc correctly.
2941         * math/atest-exp.c: Add parentheses to avoid gcc warnings.
2942         * math/atest-exp2.c: Likewise.
2943         * math/atest-sincos.c: Likewise.
2945         * posix/getopt.h: Don't define non-POSIX stuff unless _GNU_SOURCE
2946         is defined.
2948 1998-09-11 10:51  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2950         * string/strcoll.c: Optimize a few expressions.
2951         * string/strxfrm.c: Likewise.
2953 1998-09-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2955         * manual/locale.texi: Fix typos.
2957 1998-09-10  Ulrich Drepper  <drepper@cygnus.com>
2959         * stdlib/random_r.c (__setstate_r): Allow call with same state
2960         array as currently used (PR libc/774).
2962         * include/limits.h: Include gcc's header even if this file is
2963         found more than once before it (PR libc/778)
2965         * sysdeps/unix/sysv/linux/Makefile [subdir==misc]
2966         (sysdep_headers): Remove sys/debugreg.h.
2967         * sysdeps/unix/sysv/linux/i386/Makefile [subdir==misc]
2968         (sysdep_headers): Add sys/debugreg.h.
2969         * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
2970         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
2972         * stdio-common/tmpnam.c: Move local static variable buf to
2973         toplevel and rename to tmpnam_buffer to ease debugging.
2974         Patch by Joe Keane <jgk@jgk.org>.
2975         Optimize s == NULL case a bit.
2977         * iconvdata/testdate/ISO-8859-10..UCS2: Update after charmap
2978         correction.
2980 1998-09-10 12:51  Ulrich Drepper  <drepper@cygnus.com>
2982         * resolv/res_init.c (res_init): Initialize _res.nscount and
2983         _res.nsaddr.sin_port differently for the can when no loopback
2984         is available to allow immediate timeout in non-networking environments.
2985         Patch by Cristian Gafton <gafton@redhat.com>.
2987 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2989         * localedata/charmaps/ISO-8859-10: Character 0xBD is HORIZONTAL
2990         BAR and not EM DASH.
2991         * localedata/charmaps/ISO_8859-SUPP: Likewise (character 0xD0).
2992         * localedata/charmaps/ISO-8859-7: Likewise (character 0xAF).
2993         Fixes PR libc/717.
2995 1998-09-10 11:53  Ulrich Drepper  <drepper@cygnus.com>
2997         * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files
2998         for test.
2999         * timezone/tst-timezone.c (tests): Fix typo in last patch.
3001         * time/tzfile.c (__tzfile_read): Handle case when there are no
3002         transitions.  Set __timezone based on computed offset.
3003         * time/tzset.c (tzset_internal): Set __timezone before returning.
3005         * time/tzset.c (tzset_internal): Optimize handling of local string
3006         copy.
3008 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3010         * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR
3011         libc/776).
3013 1998-09-09  Benjamin Kosnik  <bkoz@tintin.cygnus.com>
3015         * math/libm-test.c (exp10_test): Adapt epsilons for powerpc.
3016         (csqrt_test): Likewise.
3017         * sysdeps/powerpc/bits/fenv.h: Add parens.
3019 1998-09-09 18:48  Ulrich Drepper  <drepper@cygnus.com>
3021         * sysdeps/powerpc/dl-start.S (_start): Pass pointer to
3022         _dl_main_searchlist not _dl_default_scope to _dl_init_next.
3023         Patch by Benjamin Kosnik <bkoz@cygnus.com>.
3025 1998-09-09  Mark Kettenis  <kettenis@phys.uva.nl>
3027         * elf/dl-close.c (_dl_close): Don't free imap->l_origin if it is
3028         the special `-1' pointer.
3030 1998-09-09 09:32  Ulrich Drepper  <drepper@cygnus.com>
3032         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Make function
3033         inline.
3035 1998-09-07  Paul Eggert  <eggert@twinsun.com>
3037         * time/mktime.c (__EXTENSIONS__): Define if not defined.
3038         (_REENTRANT): Remove.  It has undesirable consequences in
3039         Solaris 2.6 (e.g. it turns off the putc macro).  Defining
3040         __EXTENSIONS__ makes localtime_r and gmtime_r visible, which
3041         is what we want.
3042         * time/strftime.c: Likewise.
3044 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3046         * elf/dl-error.c: Fix spelling.
3048 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3050         * stdlib/strfmon.c: Quiet -Wparentheses warnings.
3051         * stdio-common/_itoa.c: Likewise.
3052         * stdio-common/printf_fp.c: Likewise.
3053         * stdio-common/vfscanf.c: Likewise.
3054         * wcsmbs/wcstok.c: Likewise.
3055         * sysdeps/generic/glob.c: Likewise.
3056         * posix/getopt.c: Likewise.
3057         * sysdeps/posix/getaddrinfo.c: Likewise.
3058         * posix/wordexp.c: Likewise.
3059         * io/ftw.c: Likewise.
3060         * io/fts.c: Likewise.
3061         * misc/getpass.c: Likewise.
3062         * iconv/gconv_conf.c: Likewise.
3063         * argp/argp-fmtstream.c: Likewise.
3064         * argp/argp-help.c: Likewise.
3065         * elf/dl-load.c: Likewise.
3066         * locale/programs/stringtrans.c: Likewise.
3067         * catgets/gencat.c: Likewise.
3068         * posix/getconf.c: Likewise.
3069         * iconv/gconv_conf.c: Likewise.
3070         * iconv/iconv_prog.c: Likewise.
3072         * string/strcoll.c: Optimize a few expressions.
3073         * string/strxfrm.c: Likewise.
3075 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3077         * elf/dl-open.c (dl_open_worker): Move decl of new_global up one
3078         level to avoid uninit variable warning.
3080 1998-09-09 10:34  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3082         * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
3083         instead of _dl_default_scope[2] as argument to _dl_init_next.
3085         * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
3086         C9x macro.
3088 1998-09-08  Ulrich Drepper  <drepper@cygnus.com>
3090         Fix compatibility problems introduced in last change.
3091         * csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is
3092         defined.
3093         * sysdeps/unix/sysv/linux/i386/Makefile [subdir==csu]: Add
3094         -DWEAK_GMON_START to CFLAGS-initfini.s.
3096         * elf/dl-object.c (_dl_new_object): Store map address in
3097         _dl_loaded if _dl_loaded is NULL.
3098         * elf/rtld.c (dl_main): Don't update _dl_loaded here.
3100         * sysdeps/generic/setrlimit64.c: Remove stub warning.
3102 1998-09-07  Ulrich Drepper  <drepper@cygnus.com>
3104         * db2/common/db_apprec.c (__db_apprec): Add braces to make gcc
3105         quiet.
3106         * db2/btree/bt_cursor.c: Likewise.
3107         * db2/common/db_region.db_c: Likewise.
3108         * db2/common/db_salloc.db_c: Likewise.
3109         * db2/db/db.c: Likewise.
3110         * db2/db/db_rec.c: Likewise.
3111         * db2/hash/hash.c: Likewise.
3112         * db2/hash/hash_page.c: Likewise.
3113         * db2/hash/hash_rec.c: Likewise.
3114         * db2/log/log_findckp.c: Likewise.
3115         * db2/log/log_get.c: Likewise.
3116         * db2/log/log_put.c: Likewise.
3117         * db2/mp/mp_fget.c: Likewise.
3118         * db2/mp/mp_fput.c: Likewise.
3119         * db2/mp/mp_region.c: Likewise.
3120         * stdlib/strtol.c: Likewise.
3121         * string/strcoll.c: Likewise.
3122         * string/strxfrm.c: Likewise.
3123         * argp/argp-help.c: Likewise.
3124         * argp/argp-parse.c: Likewise.
3125         * resolv/res_debug.c: Likewise.
3127 1998-09-07 09:58  Ulrich Drepper  <drepper@cygnus.com>
3129         * math/tgmath.h (scalb): Only define for __USE_MISC or
3130         __USE_XOPEN_EXTENDED.  Patch by Zack Weinberg.
3132 1998-09-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3134         * libio/stdio.h: Fix comment.
3136         * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if
3137         __USE_ISOC9X.
3139 1998-09-06 09:53 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3141         * Makeconfig (+gccwarn): Remove -Wno-parentheses.
3143         * elf/dl-open.c: Quiet -Wparentheses warnings.
3144         * iconvdata/johab.c: Likewise.
3145         * iconvdata/uhc.c: Likewise.
3146         * inet/inet_net.c: Likewise.
3147         * io/fts.c: Likewise.
3148         * locale/newlocale.c: Likewise.
3149         * misc/getttyent.c: Likewise.
3150         * misc/mntent_r.c: Likewise.
3151         * misc/ttyslot.c: Likewise.
3152         * nscd/nscd_conf.c: Likewise.
3153         * nss/nsswitch.c: Likewise.
3154         * resolv/gethnamaddr.c: Likewise.
3155         * resolv/nsap_addr.c: Likewise.
3156         * resolv/res_debug.c: Likewise.
3157         * stdio-common/_itoa.c: Likewise.
3158         * stdlib/strtod.c: Likewise.
3159         * string/strverscmp.c: Likewise.
3160         * sunrpc/svc.c: Likewise.
3161         * sysdeps/libm-ieee754/e_cosh.c: Likewise.
3162         * sysdeps/libm-ieee754/e_gamma_r.c: Likewise.
3163         * sysdeps/libm-ieee754/e_sinh.c: Likewise.
3164         * sysdeps/posix/getaddrinfo.c: Likewise.
3166 1998-09-06 15:13  Ulrich Drepper  <drepper@cygnus.com>
3168         * elf/dlsym.c (dlsym_doit): Use new RTLD_DEFAULT macro to test
3169         for use of global scope.
3170         * elf/dlvsym.c (dlvsym_doit): Likewise.
3172 1998-09-02  Paul Eggert  <eggert@twinsun.com>
3174         * strftime.c (my_strftime): When mbrlen returns (size_t) -2,
3175         copy the redundant bytes at the end of the format as-is; don't
3176         just copy their first byte and then rescan, as that might get
3177         us an encoding error.
3178         Account correctly for the length of multibyte sequences in the
3179         format.
3181 1998-09-03 20:14  Tim Waugh  <tim@cyberelk.demon.co.uk>
3183         * posix/wordexp-test.c: Add tests for different IFS values.
3184         Change unquoted-newline test so that newline is not in IFS.
3186         * posix/wordexp.c (wordexp): Correct null/unset mix-up when
3187         determining IFS characters.  Return WRDE_BADCHAR for unquoted
3188         special characters _except_ if they are separators.
3190 1998-09-06 10:56  Ulrich Drepper  <drepper@cygnus.com>
3192         * include/tgmath.h: New file.
3194         * libio/stdio.h: Correct reversed #ifs.
3195         Patch by Zack Weinberg.
3197         * manual/creature.texi: Better explain reason for feature select
3198         macros.
3199         Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
3201 1998-09-06 10:25 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
3203         * include/alloca.h: Add multiple-inclusion guard.
3204         * include/db.h: Likewise.
3205         * include/db_185.h: Likewise.
3206         * include/dlfcn.h: Likewise.
3207         * include/fcntl.h: Likewise.
3208         * include/grp.h: Likewise.
3209         * include/libintl.h: Likewise.
3210         * include/mntent.h: Likewise.
3211         * include/pwd.h: Likewise.
3212         * include/sched.h: Likewise.
3213         * include/search.h: Likewise.
3214         * include/setjmp.h: Likewise.
3215         * include/shadow.h: Likewise.
3216         * include/signal.h: Likewise.
3217         * include/stdio.h: Likewise.
3218         * include/stdlib.h: Likewise.
3219         * include/string.h: Likewise.
3220         * include/termios.h: Likewise.
3221         * include/time.h: Likewise.
3222         * include/ulimit.h: Likewise.
3223         * include/utmp.h: Likewise.
3224         * include/wchar.h: Likewise.
3225         * include/sys/file.h: Likewise.
3226         * include/sys/gmon.h: Likewise.
3227         * include/sys/ioctl.h: Likewise.
3228         * include/sys/mman.h: Likewise.
3229         * include/sys/resource.h: Likewise.
3230         * include/sys/select.h: Likewise.
3231         * include/sys/socket.h: Likewise.
3232         * include/sys/statfs.h: Likewise.
3233         * include/sys/time.h: Likewise.
3234         * include/sys/times.h: Likewise.
3235         * include/sys/wait.h: Likewise.
3237 1998-09-06 09:00  Ulrich Drepper  <drepper@cygnus.com>
3239         * version.h (VERSION): Bump to 2.0.96.
3241         Rewrite runtime linker to be truly thread-safe.  There is now no
3242         global variable specifying the scope.  We create all needed
3243         scopes at the time the link maps are created.
3244         * elf/Versions [GLIBC_2.1]: Add _dl_loaded and _dl_main_searchlist.
3245         * elf/link.h: Add struct r_scope_elem and use this for l_searchlist,
3246         l_symbolic_searchlist, l_scope, and l_local_scope elements in
3247         struct link_map.
3248         * elf/dl-close.c: Rewritten accordingly.
3249         * elf/dl-deps.c: Likewise.
3250         * elf/dl-error.c: Likewise.
3251         * elf/dl-init.c: Likewise.
3252         * elf/dl-load.c: Likewise.
3253         * elf/dl-lookup.c: Likewise.
3254         * elf/dl-object.c: Likewise.
3255         * elf/dl-open.c: Likewise.
3256         * elf/dl-reloc.c: Likewise.
3257         * elf/dl-runtime.c: Likewise.
3258         * elf/dl-support.c: Likewise.
3259         * elf/dl-symbol.c: Likewise.
3260         * elf/dl-version.c: Likewise.
3261         * elf/dlsym.c: Likewise.
3262         * elf/dlvsym.c: Likewise.
3263         * elf/ldsodefs.h: Likewise.
3264         * elf/rtld.c: Likewise.
3265         * iconv/gconv_dl.c: Likewise.
3266         * nss/nsswitch.c: Likewise.
3267         * sysdeps/i386/dl-machine.h: Likewise.
3268         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
3270         * elf/dlfcn.h: Declare dladdr only for __USE_GNU.
3271         Define RTLD_DEFAULT.
3273 1998-09-05  Mark Kettenis  <kettenis@phys.uva.nl>
3275         * sysdeps/mach/hurd/i386/init-first.c (init1): Call
3276         __getopt_clean_environment with __environ instead of envp.
3278 1998-09-05  Roland McGrath  <roland@baalperazim.frob.com>
3280         * sysdeps/mach/hurd/i386/Makefile (omit-deps): Define to crt0.
3282         * string/argz-extract.c (__argz_extract): Add de-consting cast for
3283         setting results.
3285         * string/argz.h (argz_next): Add de-consting cast for return.
3286         * string/argz-next.c (__argz_next): Likewise.
3288         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
3289         Don't add netinet/udp.h, netinet/ip_icmp.h here.
3290         * sysdeps/gnu/Makefile: Do it here instead.
3291         * sysdeps/unix/sysv/linux/Dist: Move those files from here ...
3292         * sysdeps/gnu/Dist: ... to here.
3294         * sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
3295         sysdeps/unix/sysv/linux/netinet/tcp.h,
3296         sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
3298 1998-09-04  Roland McGrath  <roland@baalperazim.frob.com>
3300         * string/argz.h (argz_extract, argz_next): Use `const' for ARGZ param.
3301         * string/argz-next.c, string/argz-extract.c: Fix defns.
3303 1998-09-03  Roland McGrath  <roland@baalperazim.frob.com>
3305         * mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
3307         * sysdeps/mach/hurd/sysd-stdio.c: Declare fns
3308         __stdio_{read,write,seek,close,fileno} using __io_*_fn types.
3309         * sysdeps/generic/sysd-stdio.c: Likewise.
3311 1998-09-02  Ulrich Drepper  <drepper@cygnus.com>
3313         * elf/dl-load.c (fillin_rpath): Handle "/" as RPATH correctly.
3314         (_dl_map_object_from_fd): Make NAME argument const.
3315         Remove last parameter in _dl_new_object call.
3316         (print_search_path): Correct construction of composed path name.
3317         (_dl_map_object): Prevent looking at RPATH of the main map twice.
3318         Remove last parameter in _dl_new_object call.
3319         * elf/dl-object.c: Remove last parameter.  Determine whether create
3320         origin entry based on empty realname.  Handle file in root directory
3321         correctly.
3322         * elf/ldsodefs.h: Adjust prototype for _dl_new_object.
3323         * elf/rtld.c (dl_main): Add comment describing reason for memory leak.
3324         Remove last parameter in _dl_new_object call.
3325         * sysdeps/generic/dl-origin.h: Handle file in root directory correctly.
3326         * sysdeps/unix/sysv/linux/dl-origin.h: Likewise.
3328 1998-09-01  Ulrich Drepper  <drepper@cygnus.com>
3330         * elf/dl-close.c (_dl_close): Add more comments and correct some.
3331         Free l_searchlist and l_dupsearchlist.
3333         * debug/catchsegv.sh: Add one more pair of quotes.
3335 1998-09-01 17:53  Ulrich Drepper  <drepper@cygnus.com>
3337         * elf/dl-load.c (add_name_to_object): Change return type to void and
3338         make NAME parameter const.  Allocate room for NAME in same memory
3339         block used for l_libname entry.
3340         (_dl_map_object_from_fd): Don't free NAME on failure.
3341         (map_segment): Pass SONAME to add_name_to_object, not a copy.
3342         (_dl_map_object): Don't create copy of NAME.  Pass NAME to
3343         _dl_map_object_from_fd.
3344         * elf/dl-object.c (dl_new_object): Allocate room for NAME in same
3345         memory block used for l_libname entry.
3346         * elf/dl-close.c: Adjust free()ing for this change.
3348 1998-09-01 15:36  Ulrich Drepper  <drepper@cygnus.com>
3350         * malloc/Makefile: Include Makeconfig before testing config-sysdirs.
3352         * malloc/mtrace.c: Add bug report address.  Update email address.
3353         Add more @XXX@ to print correct address size.
3355         * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is
3356         really initialized.
3358         * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info
3359         for munmap call instead of examining phdr again.
3360         Free all malloc()ed strings and arrays.
3362 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
3364         * sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of
3365         dl-machine.h.
3366         * sysdeps/powerpc/dl-machine.c: New file.
3367         * sysdeps/powerpc/dl-machine.h: Move much stuff into separate
3368         files.  Revise ELF_PREFERRED_ADDRESS to take account of
3369         the new mapping information (fixes bug involving huge bloated
3370         web browser).  Set ELF_MACHINE_PLTREL_OVERLAP.
3371         * sysdeps/powerpc/dl-start.S: New file.
3373         * elf/dl-load.c (_dl_map_object_from_fd): Initialise l_map_start,
3374         l_map_end.
3375         * elf/do-rel.h: Call elf_machine_rel only once (to save space).
3376         * elf/dynamic-link.h: Allow PLT relocs to be in the middle of the
3377         others.  Call elf_dynamic_do_##reloc only once (to save even more
3378         space).
3379         * elf/link.h: Add new members l_map_start and l_map_end to keep
3380         track of the memory map.
3381         * elf/rtld.c (_dl_start): Initialise l_map_start for ld.so and
3382         the executable.
3384 1998-09-01 11:53  Ulrich Drepper  <drepper@cygnus.com>
3386         * debug/Makefile (catchsegv): We need not rewrite SOVER anymore.
3387         Reported by Andreas Jaeger.
3389         * posix/glob.h: Use __size_t instead of size_t in definitions and
3390         make sure this is defined.
3392 1998-09-01 10:34  Ulrich Drepper  <drepper@cygnus.com>
3394         * manual/locale.texi: Almost complete rewrite.  Document more functions
3395         and functionality.
3396         * manual/arith.texi: Correct reference.
3397         * manual/string.texi: Pretty printing.
3399         * manual/texinfo.tex: Update from last available version.
3401 1998-08-31 22:44  Ulrich Drepper  <drepper@cygnus.com>
3403         * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for
3404         invalid password.
3405         (_nss_nis_getpwuid_r): Likewise.
3406         Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>.
3408         * inet/rcmd.c: Implement netgroup support.
3409         Patch by Dick Streefland <dick_streefland@tasking.com>.
3411 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
3413         * elf/dl-close.c (_dl_close): Update _dl_loaded if the first
3414         object on the list is removed.  Don't use this code for PIC.
3415         Reported by HJ Lu [PR libc/770].
3417 1998-08-31 15:56  Ulrich Drepper  <drepper@cygnus.com>
3419         * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include.
3421         * include/stdio.h: Add __vsscanf.
3423         * libio/stdio.h: Make vfscanf, scanf, and vsscanf available if
3424         __USE_ISOC9X.
3425         Remove __vsscanf declaration.
3426         Always declare fgetpos and fsetpos.
3428         * math/math.h: Define isinf as macro.
3429         * math/bits/mathcalls.h: Change to declare __isinf all the time.
3430         Don't declare scalb for ISO C 9x.
3432         * math/tgmath.h: Define fma.  Rewrite the underlying macros.
3434         * stdlib/stdlib.h: Declare strtof and strtold is __USE_ISOC9X.
3436         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Allow inclusion from
3437         sys/ucontext.h.
3439         * sysdeps/wordsize-32/inttypes.h: Define missing PRI* and SCN*
3440         macros.
3442 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3444         * sysdeps/standalone/bits/errno.h (ENOMSG): Remove duplicate.
3445         Reported by jreising@frequentis.com [PR libc/767].
3447 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3449         * io/lockf.c (lockf): Move initilisation of fl.l_whence and
3450         fl.l_start at beginning of function.
3451         Patch by Geoff. Dash <geoffd@zeta.org.au> [PR libc/769].
3453 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
3455         * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).
3456         Reported by Rob.Hagopian@vu.union.edu [PR libc/763].
3458         * nscd/nscd.init: Make it work in RedHat systems.
3459         Patch by Christian Gafton.
3461 1998-08-29  Philip Blundell  <philb@gnu.org>
3463         * catgets/Makefile: Don't try to run test programs when
3464         cross-compiling.
3466 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
3468         * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX.
3469         Reported by Zack Weinberg.
3471 1998-08-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3473         * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S.
3474         * elf/Makefile (distribute): Remove ldd.sh.in.
3476 1998-08-31 11:46  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3478         * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused
3479         variable.
3481 1998-08-29  Ulrich Drepper  <drepper@cygnus.com>
3483         * sysdeps/i386/register-dump.h: Move to ...
3484         * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
3486 1998-08-28 22:49  Ulrich Drepper  <drepper@cygnus.com>
3488         * elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
3489         with load address, not map address.
3490         * sysdeps/alpha/dl-machine.h (elf_machine_lazy_rel): Change first
3491         parameter and use this value.
3492         * sysdeps/arm/dl-machine.h: Likewise.
3493         * sysdeps/i386/dl-machine.h: Likewise.
3494         * sysdeps/m68k/dl-machine.h: Likewise.
3495         * sysdeps/mips/dl-machine.h (elf_machine_lazy_rel): Change first
3496         parameter.
3497         * sysdeps/powerpc/dl-machine.h: Likewise
3498         * sysdeps/sparc/sparc32/dl-machine.h: Likewise
3499         * sysdeps/sparc/sparc64/dl-machine.h: Likewise
3501 1998-08-28 09:22  Ulrich Drepper  <drepper@cygnus.com>
3503         * elf/rtld.c (process_envvars): Fix copy&paste error.
3505         * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
3506         memalign hook.
3507         (realloc_hook_ini): Don't overwrite memalign hook.
3508         (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
3509         Reported by Philippe Troin <phil@fifi.org>.
3511         * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
3512         Patch by Philippe Troin <phil@fifi.org>.
3514 1998-08-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3516         * sysdeps/generic/segfault.c (install_handler): Protect the
3517         non-POSIX signals with #ifdef.
3518         (catch_segfault): Add missing mode parameter for open.
3519         * debug/catchsegv.sh: Avoid termination message from shell.  Allow
3520         other termination signals.
3522 1998-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3524         * debug/Makefile (distribute): Add register-dump.h.
3526 1998-08-28 10:41  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3528         * sysdeps/unix/sysv/linux/m68k/register-dump.h: New file.
3530 1998-08-27 19:42  Ulrich Drepper  <drepper@cygnus.com>
3532         * elf/Makefile (distribute): Add dl-origin.h.
3533         * sysdeps/generic/dl-origin.h: New file.
3534         * sysdeps/unix/sysv/linux/dl-origin.h: New file.
3535         * elf/link.h (struct link_map): Add l_origin field.
3536         * elf/dl-load.c (expand_dynamic_string_token): New function.
3537         (decompose_path): Remove WHERE argument, take link map pointer instead.
3538         Call expand_dynamic_string_token instead of local_strdup to make copy
3539         of rpath.
3540         (_dl_init_paths): Call decompose_path with correct argument.
3541         (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is
3542         not defined.
3543         Check EI_OSABI and EI_ABIVERSION fields in header.
3544         Call _dl_new_object with extra argument.
3545         (_dl_map_object): Call decompose_path with correct argument.
3546         Call expand_dynamic_string_token instead of local_strdup to also
3547         expand DST.
3548         Call _dl_new_object with extra argument.
3549         * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps
3550         but the main one if new argument is nonzero.
3551         * elf/ldsodefs.h: Adjust for _dl_new_object change.
3552         * elf/dl-support.c: Define _dl_origin_path.
3553         * elf/rtld.c: Likewise.  Set _dl_origin_path based on LD_ORIGIN_PATH.
3554         (dl_main): Call _dl_new_object with extra argument.
3556         * elf/dl-close (_dl_close): Free l_name and l_origin.
3558         * sysdeps/i386/useldt.h (THREAD_GETMEM, THREAD_SETMEM): Use P
3559         modifier in asm, not c.
3561         * sysdeps/mach/hurd/Makefile [subdirs==elf]: Define CFLAGS-dl-load.c
3562         to -DEXTERNAL_MAP_FROM_FD to make _dl_map_object_from_fd extern.
3564 1998-08-26 17:48  Ulrich Drepper  <drepper@cygnus.com>
3566         * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
3567         variable so that map can be freed.
3568         Reported by Philippe Troin <phil@fifi.org>.
3570         * elf/dl-open.c (dl_open_worker): Correct test for extending global
3571         scope array.
3572         Patch by Philippe Troin <phil@fifi.org>.
3574 1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
3576         * sysdeps/powerpc/register-dump.h: Rewrite.  Much nicer this way.
3577         Don't call writev() with a 100-element vector.
3578         * sysdeps/generic/segfault.c (catch_segfault): Skip top-level NULL
3579         return address.
3581         * sysdeps/powerpc/elf/libc-start.c: Sync up with generic version.
3582         In particular, set __libc_stack_end.
3583         * sysdeps/powerpc/elf/start.S: Allow _init and _fini to be
3584         undefined.  Fix copyright notice.
3586 1998-08-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3588         * math/Makefile (gmp-objs): New variable.
3589         ($(objpfx)atest-exp, $(objpfx)atest-sincos, $(objpfx)atest-exp2):
3590         Depend on it.
3591         (tests): Add atest-exp atest-sincos atest-exp2.
3592         (tests-static): Remove atest-exp atest-sincos atest-exp2.
3594 1998-08-25  Ulrich Drepper  <drepper@cygnus.com>
3596         * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
3597         to toplevel.
3598         (_dl_unload_cache): New function.
3599         * elf/Versions [libc GLIBC_2.1]: Add _dl_unload_cache.
3600         * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
3601         * elf/rtld.c (dl_main): Unload map file before jumping to user code.
3603         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECT.
3604         Correct comment for O_LARGEFILE.
3605         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_DIRECT.
3606         Change O_LARGEFILE to correct value.
3608 1998-08-25 14:34  Ulrich Drepper  <drepper@cygnus.com>
3610         * libio/iogetline.c (_IO_getline_info): Don't read anything for
3611         N == 0.  Patch by HJ Lu.
3613 1998-08-25 11:43  Ulrich Drepper  <drepper@cygnus.com>
3615         * elf/elf.h: Add syminfo stuff and other DT_* from Solaris' ELF.
3617 1998-08-25  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
3619         * argp/argp.h: Use __inline__ not inline.
3621         * sysdeps/i386/bits/select.h (FD_ZERO): Rewrite asm not to indicate
3622         an input register as being clobbered.
3623         * sysdeps/i386/memset.c (memset): Likewise.
3624         * sysdeps/i386/bzero.c (__bzero): Likewise.
3625         * sysdeps/i386/memcopy.h ({BYTE,WORD}_COPY_[FB]WD): Likewise.
3627 1998-08-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3629         * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
3630         Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
3632 1998-08-24 16:34  Ulrich Drepper  <drepper@cygnus.com>
3634         * debug/catchsegv.sh: Handle text preceding backtrace better.
3635         * sysdeps/generic/segfault.c: Allow register dump.  Allow handler
3636         to be installed for other signals than SIGSEGV.
3637         * sysdeps/generic/register-dump.h: New file.
3638         * sysdeps/i386/register-dump.h: New file.
3639         * sysdeps/powerpc/register-dump.h: New file.
3641         * sysdeps/unix/sysv/linux/i386/profil-counter.h: Use macros from
3642         sigcontextinfo.h.
3643         * sysdeps/unix/sysv/linux/powerpc/profil-counter.h: Use i386 version.
3645 1998-08-24  Geoff Keating  <geoffk@ozemail.com.au>
3647         * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: New file.
3649 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
3651         * sysdeps/unix/sysv/linux/powerpc/chown.c: New file.
3652         * sysdeps/unix/sysv/linux/powerpc/lchown.S: New file.
3653         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add chown, remove
3654         getresuid, getresgid.
3656 1998-08-16  Geoff Keating  <geoffk@ozemail.com.au>
3658         * sysdeps/unix/sysv/linux/powerpc/clone.S: Fix bugs.  Set up stack
3659         pointer in userland.
3661 1998-08-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3663         * sysdeps/unix/sysv/linux/sys/mount.h (MNT_FORCE): Define as enum
3664         and fix value.
3666 1998-08-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3668         * elf/ldd.bash.in: Add missing quotes around $file.  Make loop
3669         over arguments Bourne shell compatible.  Don't exit unsuccessfully
3670         if nonelf returns successfully.  Avoid duplicating most of the
3671         script.
3672         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Add missing quotes
3673         around $file.
3675 1998-08-24 10:37  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3677         * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add
3678         sys/reg.h.
3679         * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file.
3680         * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
3682 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
3684         * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.1]: Add
3685         __modify_ldt and modify_ldt.
3686         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add modify_ldt.
3688         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
3689         Use orl $-1 instead of movl $-1 to save two bytes.
3690         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER):
3691         Likewise.
3693 1998-08-17  H.J. Lu  <hjl@gnu.org>
3695         * libio/Versions (_IO_do_write, _IO_file_attach,
3696         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
3697         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
3698         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
3699         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.1.
3701         * libio/fileops.c (_IO_do_write, _IO_file_attach,
3702         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
3703         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
3704         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
3705         _IO_file_write, _IO_file_xsputn): Change the prefix to
3706         "_IO_new_". Added to GLIBC_2.1.
3708         * libio/libioP.h (_IO_do_write, _IO_file_attach,
3709         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
3710         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
3711         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
3712         _IO_file_write, _IO_file_xsputn): Add prototypes for the prefix
3713         "_IO_new_".
3715         * libio/oldfileops.c (_IO_do_write, _IO_file_attach,
3716         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
3717         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
3718         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
3719         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.0.
3721 1998-08-23  Richard Henderson  <rth@cygnus.com>
3723         * Makeconfig (LDFLAGS): Remove.
3725         * csu/initfini.c: Return to .text before __gmon_start__.
3727         * elf/elf.h (EM_FAKE_ALPHA): Rename from EM_OLD_ALPHA.
3728         (STO_MIPS_*): Rename from STO_*.
3729         (STB_MIPS_SPLIT_COMMON): Rename from STB_SPLIT_COMMON.
3730         (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
3732         * math/atest-exp.c (mpn_bitsize): Fix bit location calculation.
3733         (main): e3s is negative on zero.
3734         * math/atest-exp2.c: Likewise.
3735         * math/atest-sincos.c: Likewise.
3737 1998-08-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3739         * Makerules (install): Add comment about absolute paths.
3741 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
3743         * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
3744         array to NUL to handle maxlen==1 case correctly.
3745         Patch by HJ Lu.
3747 1998-08-23  Richard Henderson  <rth@cygnus.com>
3749         * sysdeps/alpha/elf/crtbegin.S: Fix .prologue; no pv used.
3750         * sysdeps/alpha/elf/crtend.S: Likewise.
3751         * sysdeps/alpha/elf/start.S: Likewise.
3753         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue;
3754         non-standard pv usage.
3756         * sysdeps/unix/sysv/linux/alpha/brk.S: Use jmp macro for relaxation.
3757         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
3758         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
3759         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
3760         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
3761         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
3762         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
3763         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
3764         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
3765         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
3766         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
3768         * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input is
3769         a finite non-denormal, deferring to the full IEEE version otherwise.
3771         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):
3772         Early out for -0.  Optimize for !_IEEE_FP_INEXACT.
3773         * sysdeps/alpha/fpu/s_floor.c: New.
3774         * sysdeps/alpha/fpu/s_floorf.c: New.
3775         * sysdeps/alpha/fpu/s_ceil.c: New.
3776         * sysdeps/alpha/fpu/s_ceilf.c: New.
3778 1998-08-22  Philip Blundell  <philb@gnu.org>
3780         * sysdeps/arm/bits/string.h: New file.
3782 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3784         * sysdeps/unix/sysv/linux/configure.in: Obey --with-headers,
3785         document it.
3787         * sysdeps/unix/sysv/linux/alpha/configure.in: New file, contains
3788         test for recent Linux 2.1.100+ headers.
3790 1998-08-21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3792         * nis/nss_compat/compat-initgroups.c: Optimize NIS query.
3794 1998-08-21 17:21  Ulrich Drepper  <drepper@cygnus.com>
3796         * sysdeps/unix/sysv/linux/glob64.c: Define __stat using __xstat64.
3798 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3800         * Makefile (elf/ldso_install): Put back.  The problem still persists.
3801         * elf/Makefile (ldso_install): Likewise.
3803 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3805         * db2/db/db.c (db_open) [_LIBC]: Rename to __nss_db_open and
3806         create weak alias.
3807         * include/db.h: Declare __nss_db_open.
3808         * db2/Versions: Export it.
3810         * db2/makedb.c: Convert to use db2 API.
3811         * nss/nss_db/db-XXX.c: Likewise.
3812         * nss/nss_db/db-netgrp.c: Likewise.
3813         * nss/nss_db/db-alias.c: Likewise.
3814         (_nss_db_getaliasent_r): Allow retrying with a larger buffer.
3816 1998-08-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
3818         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
3819         sys_setresuid, already built automatically (or not).
3820         * sysdeps/unix/sysv/linux/syscalls.list: Define __setresuid
3821         instead of __syscall_setresuid and add back setresuid.
3822         * sysdeps/unix/sysv/linux/seteuid.c: Use __setresuid instead of
3823         __syscall_setresuid.
3825 1998-08-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3827         * sysdeps/unix/sysv/linux/sys/mount.h: Fix typo.
3829 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
3831         * elf/Makefile (sh-ldd-rewrite): Remove expression to remove
3832         BASH-ONLY marked region.
3833         * elf/ldd.bash.in: Remove special BASH-ONLY markers.
3835 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
3837         * libio/oldfileops.c (_IO_file_seekoff): Don't adjust pointers if
3838         _IO_SYSSEEK fails.
3840         * libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
3842         * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
3843         element.
3845 1998-08-21  Roland McGrath  <roland@baalperazim.frob.com>
3847         * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these
3848         with magic comments ###BASH-ONLY and ###END-BASH-ONLY.
3849         * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in.
3850         (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite).
3851         (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by
3852         those magic comments, and to use /bin/sh for @BASH@.
3853         (bash-ldd-rewrite): Use $(common-ldd-rewrite).
3854         * elf/ldd.sh.in: File removed.
3856 1998-08-20 20:07  Ulrich Drepper  <drepper@cygnus.com>
3858         * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and
3859         cast them to unsigned long int.
3860         * pwd/putpwent.c (putpwent): Likewise.
3861         Patch by John Tobey <jtobey@banta-im.com>.
3863 1998-08-20 17:14  H.J. Lu  <hjl@gnu.org>
3865         * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to
3866         _IO_pos_BAD.
3868 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
3870         * libio/fileops.c (_IO_file_seekoff): Don't adjust pointers if
3871         _IO_SYSSEEK fails.
3873 1998-08-20 19:14  Ulrich Drepper  <drepper@cygnus.com>
3875         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
3876         Add umount and umount2.
3877         * sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
3878         * sysdeps/unix/sysv/linux/umount.S: New file.
3879         * sysdeps/unix/sysv/linux/umount2.S: New file.
3880         * sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
3881         Define MNT_FORCE.
3883         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdep_headers):
3884         Add sys/sendfile.h.
3885         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile.
3886         * sysdeps/unix/sysv/linux/sys/sendfile.h: New file.
3888         * sysdeps/unix/sysv/linux/sys/acct.h: Pretty print.
3890         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add umount2 and
3891         sendfile.
3893 1998-08-20 16:01  Ulrich Drepper  <drepper@cygnus.com>
3895         * elf/ldd.sh.in: Redirect warnings and error messages to stderr.
3896         * elf/ldd.bash.in: Likewise.
3898         * elf/sln.c: Avoid warning for no main prototype.
3900         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove O_READ and
3901         O_WRITE.
3902         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
3903         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3905         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add F_SETSIG and
3906         F_GETSIG.
3907         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
3908         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
3909         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
3911 1998-08-20  Philip Blundell  <pb@nexus.co.uk>
3913         * sysdeps/arm/fpu/ieee754.h: Move to...
3914         * sysdeps/arm/ieee754.h: ... here.
3916         * sysdeps/arm/__longjmp.S: Put return value in correct register.
3917         Don't set the condition flags unnecessarily.
3918         * sysdeps/arm/fpu/__longjmp.S: Likewise.  Restore floating point
3919         registers correctly.
3921         * sysdeps/arm/dl-machine.h: Fix problems with profiling code
3922         (patch from Scott Bambrough).
3924         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add missing semicolons.
3926         * csu/initfini.c (_init): Don't check whether __gmon_start__ is
3927         NULL, just call it unconditionally.
3928         (__gmon_start__): Provide stub version as a weak symbol.
3930 1998-07-30  Philip Blundell  <philb@gnu.org>
3932         * sysdeps/unix/sysv/linux/arm/init-first.h: New file (from patch
3933         by Scott Bambrough)
3935         * sysdeps/unix/sysv/linux/arm/errlist.c: New file; ARM tools don't
3936         like `@' in .type directives.
3938         * sysdeps/arm/bsd-setjmp.S: Use PLT for procedure call.
3939         * sysdeps/arm/bsd-_setjmp.S: Likewise.
3941         * sysdeps/arm/dl-machine.h: Set __libc_stack_end.
3943 1998-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
3945         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN): Correct value.
3946         (F_GETOWN): Likewise.
3948         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_SIGIO): Add it (from
3949         Linux 2.1.117).
3951 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
3953         * sysdeps/generic/glob.c [_LIBC]: Define __stat only if not
3954         already defined.
3956 1998-08-18  Ulrich Drepper  <drepper@cygnus.com>
3958         * include/features.h: Define __USE_EXTERN_INLINES for recent
3959         enough gcc.
3960         * argp/argp.h: Define extern inline functions only if
3961         __USE_EXTERN_INLINES is defined.
3962         * libio/stdio.h: Likewise.
3963         * math/math.h: Likewise.
3964         * stdlib/stdlib.h: Likewise.
3965         * string/argz.h: Likewise.
3966         * sysdeps/generic/bits/sigset.h: Likewise.
3967         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
3968         * sysdeps/unix/sysv/sysv4/bits/sigset.h: Likewise.
3969         * sysdeps/wordsize-32/inttypes.h: Likewise.
3970         * sysdeps/wordsize-64/inttypes.h: Likewise.
3971         * wcsmbs/wchar.h: Likewise.
3973         * sysdeps/generic/bits/glob.c [_LIBC]: Define __stat using __xstat
3974         to allow compilation without optimization.
3976 1998-08-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
3978         * nis/nss_compat/compat-grp.c: Set errno to ENOENT if we have no
3979         more entries.
3980         * nis/nss_compat/compat-initgroups.c: Likewise.
3981         * nis/nss_compat/compat-pwd.c: Likewise.
3982         * nis/nss_compat/compat-spwd.c: Likewise.
3983         * nis/nss_nis/nis-alias.c: Likewise.
3984         * nis/nss_nis/nis-ethers.c: Likewise.
3985         * nis/nss_nis/nis-grp.c: Likewise.
3986         * nis/nss_nis/nis-hosts.c: Likewise.
3987         * nis/nss_nis/nis-initgroups.c: Likewise.
3988         * nis/nss_nis/nis-network.c: Likewise.
3989         * nis/nss_nis/nis-proto.c: Likewise.
3990         * nis/nss_nis/nis-pwd.c: Likewise.
3991         * nis/nss_nis/nis-rpc.c: Likewise.
3992         * nis/nss_nis/nis-service.c: Likewise.
3993         * nis/nss_nis/nis-spwd.c: Likewise.
3995         * nis/rpcsvc/yp.h: Generate new without 1024 byte limits.
3997         * nis/ypclnt.c: Try binding dir only first time, could be to old.
3999         * nis/yp_xdr.c: Remove 1024 byte limit.
4000         * nis/ypupdate_xdr.c: Likewise.
4002         * nis/nss_nis/nis-publickey.c: Make sure, nobody could send
4003         wrong data.
4005 1998-08-18  Roland McGrath  <roland@baalperazim.frob.com>
4007         * Rules (binaries-static, binaries-shared static pattern rules):
4008         Depend on lib%, not just libc%, from $(link-libc{,-static}).
4010         * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
4011         this here, overriding Makeconfig generic value so we link against
4012         the RPC libs.
4014 1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
4016         * posix/tstgetopt.c (options): Add NULL entry at end
4017         Patch by Adrian Miranda <ade@psg.com>.
4019 1998-08-15 18:21  Ulrich Drepper  <drepper@cygnus.com>
4021         * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION.  Move EI_PAD
4022         to 9.
4024 1998-08-15 14:11  Ulrich Drepper  <drepper@cygnus.com>
4026         * elf/elf.h: Add PPC Diab relocations.
4028         * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
4030 1998-08-14 10:08  Ulrich Drepper  <drepper@cygnus.com>
4032         * manual/texinfo.tex: Update.
4034 1998-08-07  Geoff Keating  <geoffk@ozemail.com.au>
4036         * sysdeps/powerpc/backtrace.c: New file.
4038 1998-08-14  Philip Blundell  <pb@nexus.co.uk>
4040         * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling
4041         sigjmp_save.
4042         * sysdeps/arm/elf/setjmp.S: Obsolete, deleted.
4044 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4046         * Makefile (install-symbolic-link): Fix spelling.
4048 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4050         * elf/elf.h (SHT_HIOS): Fix value.
4052 1998-08-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4054         * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as
4055         part of the expansion, this is undefined by the standard.
4057 1998-08-13 19:41  Ulrich Drepper  <drepper@cygnus.com>
4059         * posix/getconf.c: Add support for systems with incomplete confname.h.
4061         * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined.
4063         * sysdeps/posix/wait3.c: Make it work.
4065 1998-08-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4067         * Makefile ($(inst_slibdir)/libc-$(version).so): Remove.
4068         (elf/ldso_install): Remove.
4070         * elf/Makefile (distribute): Add sln.c.
4071         (others): Add sln.
4072         (others-static): Add sln.
4073         (install-rootsbin): Add sln.
4074         (others-static): Add sln.
4075         (ldso_install): Remove.
4077 1998-07-24 10:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
4079         * Makerules (install-clean-symbolic-link-list): Make phony.
4080         * Makefile (install-symbolic-link): Make phony.  Depend on
4081         subdir_install for parallel makes.
4084 1998-07-22  Ulrich Drepper  <drepper@cygnus.com>
4086         * elf/Makefile (distribute): Add sln.c
4088 1998-07-21 07:10  H.J. Lu  <hjl@gnu.org>
4090         * elf/sln.c: New file.
4092         * Makerules (symbolic-link-prog, symbolic-link-list): New macros.
4093         (install-clean-symbolic-link-list): New target.
4094         (install): Depend on install-clean-symbolic-link-list.
4095         (make-shlib-link): Changed for $(symbolic-link-list).
4097         * Makefile (install-symbolic-link): New target.
4098         (install): Depend on install-symbolic-link.
4100 1998-08-12 17:03  Ulrich Drepper  <drepper@cygnus.com>
4102         * include/unistd.h: Protect against multiple inclusion.
4104         * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
4105         is defined, not is glob is defined.
4106         * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
4108 1998-08-01 17:18  H.J. Lu  <hjl@gnu.org>
4110         * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
4111         xdr_string for ut_line, ut_name and ut_host.
4113 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
4115         * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
4116         /var/mail in accordance with FHS 2.0.
4117         Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
4119 1998-08-12  Richard Henderson  <rth@cygnus.com>
4121         * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
4122         Update aliases for cancelation.
4124         * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
4125         playing with symbol versions.
4127 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
4129         * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
4130         multiple inclusion protection.
4131         (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
4132         _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
4133         define all these to 1.
4134         (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
4136 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
4138         * sysdeps/mach/usleep.c: Include <unistd.h>.
4139         (usleep): Return void.
4141 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
4143         * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
4144         decl to inhibit warning in if_freenameindex defn.
4146         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
4148         * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
4150         * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
4151         * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
4152         * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
4153         * sysdeps/mach/usleep.c: Likewise.
4155         * sysdeps/mach/hurd/bind.c (bind): Add a const.
4157         * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
4158         * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
4159         * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
4160         * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
4161         * sysdeps/mach/usleep.c (usleep): Likewise.
4162         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
4163         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
4164         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
4165         * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
4167 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
4169         * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
4170         (glob64): Fix typo.
4172         * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
4173         %p arg to fprintf, since `void *' is the right type already.
4175 1998-07-25 19:47  Jose M. Moya  <josem@gnu.org>
4177         * sysdeps/mach/hurd/getcwd.c
4178         (_hurd_canonicalize_directory_name_internal): Do not loop forever
4179         for unknown root directories.
4180         (__getcwd): Return NULL when the current root directory could not
4181         be reached.
4183 1998-08-11 18:39  Ulrich Drepper  <drepper@cygnus.com>
4185         * string/strsignal.c (strsignal): Count real-time signals from zero.
4188 See ChangeLog.8 for earlier changes.