Update.
[glibc.git] / ChangeLog
bloba3ee00862cfdedab6d6a08caa55520f061577e85
1 1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
3         * sysdeps/unix/sysv/linux/bits/fcntl.h: Add dummy definition of
4         O_LARGEFILE back.
6 1998-10-16  Paul Eggert  <eggert@shade.twinsun.com>
8         * time/mktime.c: Some systems require <unistd.h> to be
9         included before <time.h> for localtime_r to be declared
10         properly.
11         * time/strftime.c: Likewise.
13 1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
15         * db/Makefile: Add rule to generate shared object with the soname
16         from glibc 2.0.
18         * sysdeps/unix/opendir.c: Use O_DIRECTORY if available.  If not
19         available double check to verify it's a directory.
21         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add O_DIRECTORY.
22         * sysdeps/unix/sysv/linux/mips/bits/fcntl: Likewise.
23         * sysdeps/unix/sysv/linux/bits/fcntl.h: Remove O_* constants which
24         are not generally available.
25         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: New file.
27         * sysdeps/unix/sysv/linux/i386/setgroups.c: Add range check for values.
28         * sysdeps/unix/sysv/linux/arm/Makefile: New file.
29         * sysdeps/unix/sysv/linux/arm/setegid.c: New file.
30         * sysdeps/unix/sysv/linux/arm/seteuid.c: New file.
31         * sysdeps/unix/sysv/linux/arm/setfsgid.c: New file.
32         * sysdeps/unix/sysv/linux/arm/setfsuid.c: New file.
33         * sysdeps/unix/sysv/linux/arm/setgid.c: New file.
34         * sysdeps/unix/sysv/linux/arm/setgroups.c: New file.
35         * sysdeps/unix/sysv/linux/arm/setresgid.c: New file.
36         * sysdeps/unix/sysv/linux/arm/setresuid.c: New file.
37         * sysdeps/unix/sysv/linux/arm/setuid.c: New file.
38         * sysdeps/unix/sysv/linux/i386/setegid.c: New file.
39         * sysdeps/unix/sysv/linux/i386/seteuid.c: New file.
40         * sysdeps/unix/sysv/linux/i386/setfsgid.c: New file.
41         * sysdeps/unix/sysv/linux/i386/setfsuid.c: New file.
42         * sysdeps/unix/sysv/linux/i386/setgid.c: New file.
43         * sysdeps/unix/sysv/linux/i386/setgroups.c: New file.
44         * sysdeps/unix/sysv/linux/i386/setresgid.c: New file.
45         * sysdeps/unix/sysv/linux/i386/setresuid.c: New file.
46         * sysdeps/unix/sysv/linux/i386/setuid.c: New file.
47         * sysdeps/unix/sysv/linux/m68k/setegid.c: New file.
48         * sysdeps/unix/sysv/linux/m68k/seteuid.c: New file.
49         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: New file.
50         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: New file.
51         * sysdeps/unix/sysv/linux/m68k/setgid.c: New file.
52         * sysdeps/unix/sysv/linux/m68k/setgroups.c: New file.
53         * sysdeps/unix/sysv/linux/m68k/setresgid.c: New file.
54         * sysdeps/unix/sysv/linux/m68k/setresuid.c: New file.
55         * sysdeps/unix/sysv/linux/m68k/setuid.c: New file.
56         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c: New file.
57         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c: New file.
58         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: New file.
59         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: New file.
60         * sysdeps/unix/sysv/linux/sparc/sparc32/setgid.c: New file.
61         * sysdeps/unix/sysv/linux/sparc/sparc32/setgroups.c: New file.
62         * sysdeps/unix/sysv/linux/sparc/sparc32/setresgid.c: New file.
63         * sysdeps/unix/sysv/linux/sparc/sparc32/setresuid.c: New file.
64         * sysdeps/unix/sysv/linux/sparc/sparc32/setuid.c: New file.
66         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add s_setgid, s_setresuid,
67         s_setresgid, and s_setuid.
68         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
69         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Likewise.
70         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Likewise.
71         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=misc]
72         (sysdep_routines): Add setfsgid, setfsuid, setresgid, and setresuid.
73         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
74         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
76 1998-10-16  Ulrich Drepper  <drepper@cygnus.com>
78         * time/mktime.c: Define _POSIX_THREAD_SAFE_FUNCTIONS to get
79         localtime_t declaration on some systems.
81 1998-10-16 10:07  Ulrich Drepper  <drepper@cygnus.com>
83         * iconv/Makefile [! elf]: Define CFLAGS-gconv_simple.c to
84         -DSTATIC_GCONV.
85         * iconv/skeleton.c: Include ELF header only of STATIC_GCONV is not
86         defined.  Avoid using DL_CLL_FCT if it is not defined.
88 1998-10-16 10:40 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
90         * resolv/arpa/nameser.h: Include sys/types.h unconditionally.
91         Include endian.h unconditionally.  Remove portability goop
92         depending on #ifdef linux, #ifdef BSD, #ifdef machine-type.
94 1998-10-16 11:39 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
96         * sunrpc/rpc/types.h: Mark file so fixincludes won't modify it.
98 1998-10-15  Ulrich Drepper  <drepper@cygnus.com>
100         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Remove __kernel_termios
101         again.  Use char[44] to define size of the struct.
103         * sysdeps/unix/sysv/linux/arm/Dist: Add bits/armsigctx.h.
105 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
107         * string/bits/string2.h (strcmp): Don't cache the result of
108         __builtin_constant_p in variables, otherwise constant folding
109         can fail in big functions.
111 1998-10-14  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
113         * string/bits/string2.h: Add prototypes for the new inline
114         functions.
116 1998-10-15  Ulrich Drepper  <drepper@cygnus.com>
118         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Include termios.h to
119         have all types defined.
120         Patch by Matti Aarnio <matti.aarnio@sonera.fi>.
122 1998-10-08  Paul Eggert  <eggert@twinsun.com>
124         * time/mktime.c (my_mktime_localtime_r): Renamed from localtime_r.
125         Define also if HAVE_LOCALTIME_R && defined localtime_r, with
126         a body that merely expands localtime_r; this works around a
127         bug in Digital Unix 4.0A and 4.0D.
129 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
131         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_ioctl.
132         * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: New file. Define
133         __ioctl to __syscall_ioctl and include Linux version of this file.
134         * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
135         * sysdeps/unix/sysv/linux/powerpc/ioctl.c: New file.  Redirect
136         ioctl calls which handle struct termios.
137         Based on a patch by Dan Jacobowitz <drow@false.org>.
139 1998-10-14  Ulrich Drepper  <drepper@cygnus.com>
141         * version.h (VERSION): Bump to 2.0.98.
143         * sysdeps/unix/sysv/linux/alpha/bits/ioctls.h: Define __kernel_termios
144         here instead of including kernel_termios.h.
146 1998-10-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
148         * sysdeps/unix/opendir.c (__opendir): Remove label lose2 which is
149         unnecessary after the changes of 1998-10-12.
151 1998-10-13  Ulrich Drepper  <drepper@cygnus.com>
153         * sysdeps/unix/sysv/linux/alpha/ioperm.c (inline_outb): Fix output
154         parameter format string.
155         (inline_outw): Likewise.
157         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Include
158         string.h to get memcpy prototype and NULL definition.
160 1998-10-12  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
162         * misc/sys/cdefs.h (__THROW): New macro.
163         * argp/argp.h: Use it to replace the kludgey __P in inline
164         function definitions.
165         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
166         * stdlib/stdlib.h: Likewise.
167         * wcsmbs/wchar.h: Likewise.
168         * libio/stdio.h: Likewise.
169         * stdio/stdio.h: Likewise.
170         * sysdeps/wordsize-64/inttypes.h: Likewise.
171         * sysdeps/wordsize-32/inttypes.h: Likewise.
172         * string/argz.h: Likewise.
173         * io/sys/stat.h: Likewise.
175 1998-10-12  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
177         * Rules (stdio_lim): New variable.
178         ($(stdio_lim:h=st)): Use this as intermediate stamp file, depend
179         on Rules and config.make, use $(move-if-change) to avoid unnessary
180         recompilations, and cleanup command.
181         (common-generated): Add bits/stdio_lim.st.
183 1998-10-12  Ulrich Drepper  <drepper@cygnus.com>
185         * sysdeps/unix/sysv/linux/alpha/Makefile (CFLAGS-ioperm.c): New
186         variable to prevent warnings from use of modern CPU instructions.
187         Patch by Richard Henderson <rth@cygnus.com>.
189         * sysdeps/unix/opendir.c: Test whether NAME is directory before
190         opening it.
192 1998-10-12  Philip Blundell  <pb@nexus.co.uk>
194         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Add missing
195         semicolon so that profiling works.
197 1998-10-12  Roland McGrath  <roland@baalperazim.frob.com>
199         * sysdeps/generic/glob.c: #undef mempcpy before #define.
201         * sysdeps/unix/bsd/clock.c: Use prototype defns.
203 1998-10-11  Ulrich Drepper  <drepper@cygnus.com>
205         * Rules [posix in sysdirs]: Set L_tmpnam to 20.
206         Patch by Zack Weinberg <zack@rabi.columbia.edu>.
208         * string/bits/string2.h [!_STRING_ARCH_unaligned]
209         (__mempcpy_small): Add parameter for 1 byte copy and use it.
210         Reported by Geoff Keating <geoffk@ozemail.com.au>.
212 1998-10-09  Mark Kettenis  <kettenis@phys.uva.nl>
214         * sysdeps/mach/hurd/bits/posix_opt.h (_XBS5_ILP32_OFF32): Remove,
215         it is already defined in <bits/environments.h>.
217 1998-10-09  Ulrich Drepper  <drepper@cygnus.com>
219         * posix/ptestcases.h: Fix typo.
221 1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
223         * posix/regex.c (regcomp): Allocate and prepare a fastmap.
224         (regexec): Allocate regs.start and regs.end as one block.
226 1998-10-08  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
228         * sysdeps/unix/sysv/linux/bits/socket.h: Remove comma at end of
229         enum decl.
231 1998-10-08  Philip Blundell  <pb@nexus.co.uk>
233         * sysdeps/unix/sysv/linux/arm/profil-counter.h: Move definition of
234         sigcontext union to ...
235         * sysdeps/unix/sysv/linux/arm/bits/armsigctx.h: ... here.  New
236         file.
237         * sysdeps/unix/sysv/linux/arm/register-dump.h: Add support for
238         version 2.0 kernels.
240 1998-10-08  Ulrich Drepper  <drepper@cygnus.com>
242         * malloc/mtrace.c (tr_reallochook): Produce better output for real
243         reallocation case.
245         * signal/sigsetops.c: Make sure __USE_EXTERN_INLINES is defined.
246         * argp/argp-xinl.c: Likewise.
248         * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add missing
249         Ruffian entry back.
250         Patch by Christian Gafton.
252 1998-10-08  Paul Eggert  <eggert@twinsun.com>
254         * time/mktime.c (__mktime_internal): When the requested time falls
255         in a spring-forward gap of size DT, return a time that is DT away
256         from the requested time, preferring a time whose tm_isdst differs
257         from the requested value.  Bump the max number of probes from 4 to
258         6 to account for the extra probes needed to discover a
259         spring-forward gap in the worst case.
261 1998-10-07 17:05  Ulrich Drepper  <drepper@cygnus.com>
263         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Improve the autodetection
264         of the weird alpha architectures.
265         Patch by Cristian Gafton <gafton@redhat.com>.
267 1998-02-18 23:31  Richard Henderson  <rth@cygnus.com>
269         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Add support for
270         RAWHIDE and TSUNAMI.  Patch from Jay.Estabrook@digital.com.
272 1998-10-07  Ulrich Drepper  <drepper@cygnus.com>
274         * elf/dl-open.c (_dl_global_scope_alloc): Make global.
275         (dl_open_worker): Use realloc, not malloc to resize array.
276         * elf/rtld.c (_dl_initial_searchlist): New variable.
277         (_dl_main): Copy content of _dl_main_searchlist to
278         _dl_initial_searchlist.
279         * elf/ldsodefs.h: Add declarations for _dl_initial_searchlist and
280         _dl_global_scope_alloc.
281         * elf/Versions [libc, GLIBC_2.1]: Add _dl_initial_searchlist.
282         * elf/dl-close.c (_dl_close): When removing object with global
283         scope remove allocated searchlist if no dynamically loaded object
284         is on it anymore.
285         * elf/dl-support.c (_dl_initial_searchlist): Renamed from fake_scope.
286         (_dl_global_scope, _dl_main_searchlist): Use _dl_initial_searchlist.
288         * malloc/mtrace.c (tr_where): Don't print space in location string,
289         print it afterwards.  Print better symbol name information.
291 1998-10-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
293         * manual/filesys.texi (Setting Permissions): Fix example for
294         reading umask.
296 1998-10-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
298         * elf/sprof.c (load_profdata): Fix typo in error message.
300 1998-10-06  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
302         * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup
303         flag.
305 1998-10-04  Roland McGrath  <roland@baalperazim.frob.com>
307         * mach/mach.h: Remove __mach_msg decl; <mach/message.h> now does it.
309 1998-10-06  Ulrich Drepper  <drepper@cygnus.com>
311         * version.h (VERSION): Bump to 2.0.97.
313 1998-10-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
315         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use __P
316         in definitions of inline stat functions so that they match the
317         declaration.
318         * stdlib/stdlib.h: Likewise.
319         * wcsmbs/wchar.h: Likewise.
320         * libio/stdio.h: Likewise.
321         * stdio/stdio.h: Likewise.
322         * sysdeps/wordsize-64/inttypes.h: Likewise.
323         * sysdeps/wordsize-32/inttypes.h: Likewise.
324         * string/argz.h: Likewise.
325         * argp/argp.h: Likewise.
327 1998-10-06  Ulrich Drepper  <drepper@cygnus.com>
329         * sysdeps/unix/sysv/linux/bits/in.h: Remove ipv6_mreq which is in
330         netinet/in.h.
332 1998-10-05  Philip Blundell  <philb@gnu.org>
334         * sysdeps/unix/sysv/linux/bits/in.h: Add various new structures
335         and constants.  Tidy up formatting a little.
337         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_IPV6, SOL_ICMPV6):
338         Move definitions to in.h.
340 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
342         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_PREFER,
343         SWAP_FLAG_PRIO_MASK,SWAP_FLAG_PRIO_SHIFT): Added.
344         Remove inclusion of <linux/swap.h>.
346 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
348         * io/sys/stat.h: Use __P in definitions of inline stat functions
349         so that they match the declaration.
351 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
353         * sysdeps/unix/sysv/linux/sys/quota.h (Q_RSQUASH): Added.
355 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
357         * sysdeps/unix/sysv/linux/sys/acct.h: Bring in sync with current
358         linux 2.1 version.
360 1998-10-02  Philip Blundell  <pb@nexus.co.uk>
362         * sysdeps/arm/dl-machine.h: Fix typo in last change.
364         * sysdeps/arm/bits/huge_val.h: New file.
366 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
368         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_POWER_OFF): Added.
370         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SYSCALL): Add
371         define.
373 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
375         * sysdeps/posix/getcwd.c (__getcwd): Use temporary variable to
376         store result of realloc instead of using BUF.
378 1998-10-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
380         * misc/sgtty.h (_SGTTY_H): Correct spelling.
381         Reported by Rouben Rostamian <rostamian@umbc.edu> [PR libc/817].
383 1998-10-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
385         * manual/memory.texi (Obstacks): Document
386         obstack_alloc_failed_handler usage.
388         * malloc/obstack.h: Enhance comment about
389         obstack_alloc_failed_handler usage.
390         * malloc/obstack.c: Likewise.
392 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
394         * misc/sys/cdefs.h (__extension__): Define as empty if no gcc or
395         gcc before 2.8 is used.
397 1998-10-01  Philip Blundell  <pb@nexus.co.uk>
399         * sysdeps/arm/machine-gmon.h: Correct args to mcount().  Patch
400         from Scott Bambrough.
402         * sysdeps/unix/sysv/linux/arm/register-dump.h: New file.
404         * libio/libioP.h (FILEBUF_LITERAL) [! _IO_MTSAFE_IO]: Don't
405         include the lock member.
407 1998-09-03  Philip Blundell  <pb@nexus.co.uk>
409         * sysdeps/arm/fpu/__longjmp.S: Cope with fussy assembler.
411 1998-10-01  Ulrich Drepper  <drepper@cygnus.com>
413         * timezone/zic.c: Update from tzcode1998h.
414         * timezone/europe: Update from tzdata1998i.
415         * timezone/southamerica: Likewise.
417         * sys/types.h: Protect use of long long by __extension__.
418         * stdlib/stdlib.h: Likewise.
419         * string/string.h: Likewise.
420         * sysdeps/i386/bits/byteswap.h: Likewise.
421         * sysdeps/geeric/bits/byteswap.h: Likewise.
422         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
423         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
424         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
425         * sysdeps/wordsize-32/inttypes.h: Likewise.
426         * sysdeps/wordsize-32/stdint.h: Likewise.
427         * wcsmbs/wchar.h: Likewise.
429 1998-09-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
431         * string/bits/string2.h (__string2_1bptr_p): Don't use a statement
432         expression.
433         (__mempcpy, strcpy, __stpcpy, strcmp, strcspn, strspn, strpbrk,
434         __strsep): Greatly reduce size of expansion by combining common
435         expressions.
436         (__mempcpy_small, __strcpy_small, __stpcpy_small): Convert to
437         inline function.
438         (__mempcpy_args, __strcpy_args, __stpcpy_args): New macros, used
439         by the above definitions.
441 1998-09-27  Geoff Keating  <geoffk@ozemail.com.au>
443         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: New file, use
444         correct struct ipc_perm definition.
446 1998-09-29  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
448         * nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free.
450 1998-09-29  Cristian Gafton  <gafton@redhat.com>
452         * sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[].
453         * sysdeps/unix/sysv/linux/net/if_shaper.h: New file.
454         * sysdeps/unix/sysv/linux/Dist: Add net/if_shaper.h.
455         * sysdeps/unix/sysv/linux/Makefile [subdirs=inet] (sysdep_headers):
456         Add net/if_shaper.h.
458 1998-09-29  Ulrich Drepper  <drepper@cygnus.com>
460         * nis/ypclnt.c (yp_all): Close socket opened by __yp_bind.
462         * nis/ypclnt.c: Remove not needed close calls.
464 1998-09-28 23:55  Ulrich Drepper  <drepper@cygnus.com>
466         * nis/ypclnt.c (__yp_bind): Pretty print.  Optimize readv result
467         check a bit.  Also close socket of domain client.  Close socket
468         in IPPORT_RESERVED error case.
470 1998-09-28  Ulrich Drepper  <drepper@cygnus.com>
472         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use
473         CMSG_ALIGN (fixes a bug) and correct test for availability of
474         another entry.
475         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Sync with generic
476         Linux version.
477         (__cmsg_nxthdr): Use CMSG_ALIGN (fixes a bug) and correct test for
478         availability of another entry.
479         Patch by ak@muc.de.
481         * sysdeps/unix/sysv/linux/netinet/ip.h (IPOPT_NOOP): Fix typo.
482         Patch by ak@muc.de.
484         * libio/libio.h [!__STDC__]: Define const only if not defined.
486 1998-09-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
488         * posix/annexc.c (xsystem): New function.  Use it instead of
489         system.
491 1998-09-28  Ulrich Drepper  <drepper@cygnus.com>
493         * stdlib/longlong.h: Remove #endif for #if removed in last change.
495 1998-09-25  Ulrich Drepper  <drepper@cygnus.com>
497         * time/strftime.c [emacs]: Define my_strftime to emacs_strftimeu.
498         Define ut_argument, ut_argument_spec, and ut_argument_spec_iso to
499         allow using `ut' parameter.
500         [!emacs]: Define ut_argument, ut_argument_spec, and
501         ut_argument_spec_iso as empty.  Define ut to 0.  Add ut_argument and
502         argument_spec to prototypes and definitions.
503         (my_strftime): Don't call tzset of ut != 0.
504         Compute diff as 0 is ut != 0;
505         [emacs]: Define new emacs_strftime function.
506         Based on a patch by Paul Eggert.
508 1998-09-24  Paul Eggert  <eggert@twinsun.com>
510         * time/strftime.c (my_strftime): When asking for the length of the
511         subformatted buffer, do not limit the length to look for;
512         otherwise, we have no reliable way to distinguish between the
513         empty buffer and an error.
515 1998-09-25  Ulrich Drepper  <drepper@cygnus.com>
517         * math/Makefile (gmp-objs): Add mp_clz_tab.
519 1998-09-25  David S. Miller  <davem@pierdol.cobaltmicro.com>
521         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear bits don't
522         set them.
523         * stdlib/longlong.h (sparc udiv_qrnnd): Define inline version for
524         cpus lacking hardware multiply and divide.
526 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
528         * db/Makefile ($(inst_slibdir)/libdb.so$(libdb1.so-version)): Use
529         $(<F), not $(^F).
531 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
533         * db/btree/bt_delete.c: Fix -Wparentheses warning.
535 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
537         * Makefile ($(inst_includedir)/gnu/lib-names.h): Use
538         $(do-install).
540 1998-09-24  Ulrich Drepper  <drepper@cygnus.com>
542         * debug/catchsegv.sh: Also produce output if clone process died.
544 1998-09-24  Paul Eggert  <eggert@twinsun.com>
546         * time/strftime.c (f_wkday): Remove duplicate definition.
547         (f_wkday, f_month, a_wkday, a_month, ampm): Define as macros when
548         !defined _NL_CURRENT && !HAVE_STRFTIME; this propagates the
549         1998-09-11 fix to this case.
550         (wkday_len, month_len): Remove these macros; they're no longer needed.
552 1998-09-24  Paul Eggert  <eggert@twinsun.com>
554         * time/strftime.c (my_strftime): Don't store past the end of a
555         zero-sized buffer.
557 1998-09-24  Paul Eggert  <eggert@twinsun.com>
559         * time/strftime.c (underlying_strftime):
560         Set the buffer to a nonzero value before calling
561         strftime, and check to see whether strftime has set the buffer to zero.
562         This lets us distinguish between an empty buffer and an error.
564 1998-09-24  Paul Eggert  <eggert@shade.twinsun.com>
566         * time/strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
567         This fix is propagated from tzcode1998g.tar.gz.
569 1998-09-24  Mark Kettenis  <kettenis@phys.uva.nl>
571         * sysdeps/unix/siglist.c: Make sys_siglist a weak alias for
572         _sys_siglist.  [!HAVE_GNU_LD]: Do not define _sys_siglist as
573         sys_siglist.  This is handled correctly by the weak_alias macro.
575 1998-09-24  Ulrich Drepper  <drepper@cygnus.com>
577         * sysdeps/posix/getcwd.c: Prevent compiler warning from redefinition
578         of mempcpy.  Reported by Andreas Jaeger.
580         * misc/regexp.h (compile): Use alloca instead of __alloca.  It won't
581         pollute the namespace since the compiler will resolve it inline.
582         Reported by Florian La Roche <florian@suse.de>.
584 1998-09-24 10:29  Ulrich Drepper  <drepper@cygnus.com>
586         * timezone/private.h: Update from tzcode1998g.
588         * timezone/africa: Update from tzdata1998h.
589         * timezone/asia: Likewise.
590         * timezone/australasia: Likewise.
591         * timezone/europe: Likewise.
592         * timezone/northamerica: Likewise.
593         * timezone/southamerica: Likewise.
594         * timezone/zone.tab: Likewise.
596 1998-09-23 17:28 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
598         * misc/sys/mman.h: New file.
600         * sysdeps/generic/bits/mman.h: New file.
601         * sysdeps/unix/bsd/osf/bits/mman.h: New file.
602         * sysdeps/unix/bsd/sun/sunos4/bits/mman.h: New file.
603         * sysdeps/unix/bsd/ultrix4/bits/mman.h: New file.
604         * sysdeps/unix/sysv/irix4/bits/mman.h: New file.
606         * sysdeps/generic/sys/mman.h: Removed.
607         * sysdeps/unix/bsd/osf/sys/mman.h: Removed.
608         * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Removed.
609         * sysdeps/unix/bsd/ultrix4/sys/mman.h: Removed.
610         * sysdeps/unix/sysv/irix4/sys/mman.h: Removed.
611         * sysdeps/unix/sysv/linux/sys/mman.h: Removed.
613         * include/sys/mman.h: Look directly for misc/sys/mman.h.
614         * misc/Makefile (headers): Add bits/mman.h.
615         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
616         bits/mman.h.
618         * sysdeps/unix/sysv/linux/alpha/Dist: Don't mention bits/mman.h.
619         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
620         * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
621         * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
622         * sysdeps/unix/sysv/linux/mips/Dist: Likewise.
623         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
624         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
625         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
627 1998-09-23 16:27 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
629         * sysdeps/mach/alpha/sysdep.h: Don't use #include_next.
630         * sysdeps/mach/alpha/thread_state.h: Likewise.
631         * sysdeps/mach/i386/sysdep.h: Likewise.
632         * sysdeps/mach/i386/thread_state.h: Likewise.
633         * sysdeps/mach/mips/sysdep.h: Likewise.
634         * sysdeps/mach/mips/thread_state.h: Likewise.
635         * sysdeps/posix/profil.c: Likewise.
636         * sysdeps/i386/i586/memcopy.h: Likewise.
637         * sysdeps/mach/pagecopy.h: Likewise.
639 1998-09-23 15:25  Ulrich Drepper  <drepper@cygnus.com>
641         * libio/stdio.h: Define __need_getopt and include getopt.h to define
642         getopt stuff.
643         * posix/unistd.h: Likewise.
644         * stdio/stdio.h: Likewise.
645         * posix/getopt.h: Remove _GNU_SOURCE use.  If __need_getopt is defined
646         define only getopt and the variables.
648 1998-09-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
650         * scripts/test-installation.pl (installation_problem): Don't link
651         the test program against libdb1.
653 1998-09-23 13:52  Ulrich Drepper  <drepper@cygnus.com>
655         * Makeconfig (all-subdirs): Add db.
656         * Versions.def: Add definition for libdb1.
657         * shlib-versions: Add definitions for libdb1.
658         * db/Makefile (extra-libs): Replace by libdb1.
659         (libdb-routines): Rename to libdb1-routines.
660         (headers): Rename to db1-headers.
661         (distribute): Add $(db1-headers).
662         (install-others): Define to install symlink libdb.so.NN and the
663         $(db1-headers).
664         (CPPFLAGS): Add -DUSE_LIBDB1
665         Remove rules to build makedb.
666         * db/Versions: Rename libdb to libdb1.
667         * include/db.h: If USE_LIBDB1 is defined include db/db.h.
668         * db/makedb.c: Removed.
670         * scripts/versions.awk: Recognize digits in library names.
672         * db/btree/bt_open.c: Fix compiler warnings.
673         * db/btree/bt_put.c: Likewise.
674         * db/btree/bt_split.c: Likewise.
675         * db/hash/hash.c: Likewise.
676         * db/hash/hash_bigkey.c: Likewise.
677         * db/recno/rec_close.c: Likewise.
679         * Makefile: Add localedata/% goal.
681 1998-09-22 19:58 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
683         * posix/execvp.c: Don't give up searching the PATH if execve
684         returns ENOTDIR.
686 1998-09-22 12:53  Ulrich Drepper  <drepper@cygnus.com>
688         * sysdeps/unix/sysv/linux/init-first.c (init): Don't call setfpucw only
689         if _dl_fpu_control_set is set.
690         * sysdeps/generic/dl-sysdep.c: Don't set _dl_fpu_control_set.
691         * elf/rtld.c: Don't define _dl_fpu_control_set.
692         * elf/Versions: Remove _dl_fpu_control_set.
694 1998-09-22 11:51  Ulrich Drepper  <drepper@cygnus.com>
696         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (SA_ONSTACK): Define.
697         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
698         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
699         Correct values of other SA_* macros according to kernel headers.
701 1998-09-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
703         * elf/dl-load.c (_dl_init_paths): Avoid warning about unused
704         variable l.
705         * elf/dl-error.c (_dl_catch_error): Avoid warning about clobbering
706         old.
708 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
710         * elf/ldsodefs.h: Fix typo in comment.
712 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
714         * libio/genops.c (_IO_default_pbackfail): Add cast to unsigned
715         char when comparing buffer contents with putback character.
717 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
719         * elf/Makefile (dl-routines, elide-routines.os, rtld-routines):
720         Undo last change.
721         * elf/Versions: Undo last change.  Export _dl_fpu_control and
722         _dl_fpu_control_set.
723         * elf/rtld.c (_dl_fpu_control, _dl_fpu_control_set): New
724         variables.  Include <fpu_control.h>.
725         * sysdeps/generic/dl-sysdep.c: Store AT_FPUCW value in
726         _dl_fpu_control instead of __fpu_control, set _dl_fpu_control_set
727         to indicate that is was seen.
728         * sysdeps/unix/sysv/linux/init-first.c: Omit call to __setfpucw
729         only if _dl_fpu_control was set and is equal to desired value.
730         * math/Makefile (aux): Undo last change.
731         * math/Versions: Export __fpu_control with version GLIBC_2.0.
733 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
735         * sysdeps/m68k/dl-machine.h (elf_machine_lazy_rel): Slightly
736         optimized.
738 1998-09-21 10:00  Ulrich Drepper  <drepper@cygnus.com>
740         * string/bits/string2.h: Add mempcpy optimization.
741         * sysdeps/generic/mempcpy.c: Undefined __mempcpy.
742         * intl/localealias.c: Define mempcpy only if not already defined.
744         * sysdeps/i386/i486/bits/string.h: Define ffsl only if not already
745         defined.
747 1998-09-20 10:48 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
749         * csu/abi-note.S: Emit the note directly instead of defining
750         a preprocessor macro that's only used once.  Don't include sysdep.h.
751         * abi-tags: Generalize Solaris entry.
753 1998-09-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
755         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1, __libc_ptyname2):
756         Change to array to avoid runtime relocation.
757         * sysdeps/unix/sysv/linux/ptsname.c: Update declarations.
759 1998-09-21 12:22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
761         * malloc/Makefile ($(objpfx)libmcheck.a): Fix use of $(LN_S).
762         * math/Makefile ($(objpfx)libieee.a): Likewise.
764 1998-09-21  Ulrich Drepper  <drepper@cygnus.com>
766         * sysdeps/generic/getpt.c: Fix order of argument to weak_alias.
767         Patch by John Tobey <jtobey@banta-im.com>.
769 1998-09-20  Ulrich Drepper  <drepper@cygnus.com>
771         * login/Makefile (distribute): Remove pty-internal.h, add
772         pty-private.h.
774         * stdlib/tst-strtol.c: Add more checks.
775         Patch by Zack Weinberg <zack@rabi.columbia.edu>.
777 1998-09-20 09:37  Ulrich Drepper  <drepper@cygnus.com>
779         * elf/Versions [GLIBC_2.1] (libc): Add __fpu_control.
780         * elf/elf.h: Add AT_FPUCW.
781         * elf/Makefile (dl-routines): Add fpu_control.
782         (elide-routines.os): Add fpu_control.
783         (rtld-routines): Add fpu_control.
784         * math/Makefile (aux): Remove fpu_control.
785         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle AT_FPUCW.
786         (_dl_show_auxv): Likewise.
787         * sysdeps/unix/sysv/linux/init-first.c (init): Use __setfpucw only
788         if different from OS default.
790         * stdio-common/tstscanf.c: Add test case for (nil).
792 1998-09-18 17:41  Ulrich Drepper  <drepper@cygnus.com>
794         * libio/fileops.c (_IO_new_file_underflow): Before allocating
795         buffer make sure the pushback buffer is destroyed.
796         (_IO_new_file_seekoff): Likewise.
797         If mode==0 quit early with the result.
798         Clear OEF flag after successful fseek.
799         * libio/libio.h (_IO_FILE_complete): Add _IO_save_ptr.
800         * libio/ftello.c (ftello): Add offset from original buffer if
801         stream has pushed back characters.
802         * libio/ftello64.c (ftello64): Likewise.
803         * libio/iofgetpos.c (_IO_fgetpos): Likewise.
804         * libio/iofgetpos64.c (_IO_fgetpos64): Likewise.
805         * libio/ioftell.c (_IO_ftell): Likewise.
806         * libio/genops.c (_IO_switch_to_main_get_area): Swap _IO_read_ptr
807         and _IO_save_ptr.
808         (_IO_switch_to_backup_area): Save _IO_read_ptr in _IO_save_ptr.
809         (_IO_default_pbackfail): Only stored push back character in original
810         buffer if it is the same as the one in the file at this position.
811         * libio/iofclose.c: Free backup buffer if one is available.
812         * libio/ioseekoff.c (_IO_seekoff): Only remove pushback buffer if
813         mode!=0.
815         * strdlib/strtol.c (strtol): Handle 0x... string for base!=0 correctly.
817         * time/strftime.c [_LIBC] (ampm): Use tp->tm_hour not hour12.
819         * stdio-common/vfscanf.c: Fix reading (nil) for %p.
821 1998-09-18  Mark Kettenis  <kettenis@phys.uva.nl>
823         * login/programs/pt_chown.c (more_help): Correct message that
824         describes the purpose of the program.
826         * login/openpty.c: Do not include pty-private.h.
827         (pts_name): New function.  Return name of slave pseudo terminal in
828         an allocated buffer if necessary.
829         (openpty): Use pts_name to get name of the slave end of the pseudo
830         terminal pair.
832         * sysdeps/unix/grantpt.c (grantpt): Free buffer allocated by
833         pts_name before return.
835 1998-09-18 11:15  Ulrich Drepper  <drepper@cygnus.com>
837         * math/math.h: Define __NO_MATH_INLINES if __STRICT_ANSI__.
839 1998-09-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
841         * login/openpty.c: Include pty-private.h instead of
842         pty-internal.h.
844 1998-09-09  Philip Blundell  <pb@nexus.co.uk>
846         * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Optimise a bit.
848 1998-09-07  Philip Blundell  <pb@nexus.co.uk>
850         * sysdeps/arm/dl-machine.h (RTLD_START): Keep in step with
851         recent ld.so changes.
852         (elf_machine_runtime_setup): Correct behaviour when profiling.
854 1998-09-17 19:34  Ulrich Drepper  <drepper@cygnus.com>
856         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Fix typo.
857         Patch by John Tobey <jtobey@banta-im.com>.
859 1998-09-17  Mark Kettenis  <kettenis@phys.uva.nl>
861         * login/pty-internal.h: Removed.  Moved constants related to the
862         `grantpt' helper program protocol to ...
863         * login/pty-private.h: ... here.  New file.
864         * sysdeps/unix/sysv/linux/ptsname.c (ptsname): Reimplementation
865         to make the function work with kernels >= 2.1.115.
866         * sysdeps/unix/sysv/linux/getpt.c (getpt): Reimplement to call BSD
867         version if using the cloning device fails.
868         * sysdeps/unix/sysv/linux/grantpt.c: New file.
869         * sysdeps/unix/sysv/linux/unlockpt.c: General cleanup.
870         * sysdeps/unix/bsd/getpt.c (__getpt): Largely rewritten to allow
871         use by Linux specific code.
872         * sysdeps/unix/bsd/unlockpt.c: General cleanup.
873         * sysdeps/unix/grantpt.c: Largely rewritten.  (pts_name): New
874         function.  (grantpt): Use pts_name, check group and permission
875         mode in addition to owner.  Try to set the owner, group and
876         permission mode first without invoking the helper program.
877         * login/programs/pt_chown.c: Largely rewritten.  Add argp and
878         internationalization support.  Use symbolic constants instead of
879         hardwired numbers for permission mode.
880         * sysdeps/unix/bsd/ptsname.c: New file.
882 1998-09-17 22:04  Tim Waugh  <tim@cyberelk.demon.co.uk>
884         * posix/wordexp-test.c: Undo last change.
886         * posix/wordexp.c: Undo last change.
888 1998-09-16  Ulrich Drepper  <drepper@cygnus.com>
890         * nscd/grpcache.c (save_grp): Partly undo last change.
892         * nscd/pwdcache.c (save_pwd): Undo last change.
894 1998-09-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
896         * sysdeps/mach/hurd/dl-cache.c (_dl_unload_cache): New dummy
897         function.  Reported by okuji@kuicr.kyoto-u.ac.jp [PR libc/789].
899 1998-09-15  David S. Miller  <davem@pierdol.cobaltmicro.com>
901         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
902         Add profiling support.
903         (TRAMPOLINE_TEMPLATE): New macro.
904         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
905         (RTLD_START): Prettify, and set __libc_stack_end properly.
906         (elf_machine_rela) [R_SPARC_COPY]: Remove RTLD_BOOTSTRAP ifndef
907         and check for sym being NULL instead.
908         * sysdeps/sparc/sparc64/addmul_1.S: Adjust to allocate 192 bytes
909         of stack space.
910         * sysdeps/sparc/sparc64/lshift.S: Likewise.
911         * sysdeps/sparc/sparc64/mul_1.S: Likewise.
912         * sysdeps/sparc/sparc64/rshift.S: Likewise.
913         * sysdeps/sparc/sparc64/submul_1.S: Likewise.
914         * sysdeps/sparc/sparc64/elf/crtbegin.S: Likewise and remove old
915         MEDANY code model %g4 usage.
916         * sysdeps/sparc/sparc64/elf/crtend.S: Likewise and remove old
917         MEDANY code model %g4 usage.
918         * sysdeps/sparc/sparc64/elf/start.S: Rework to not use old FULLANY
919         code model address formation.
920         * sysdeps/sparc/sparc64/dl-machine.h: Don't include link.h, do
921         include elf/ldsodefs.h
922         (DT_SPARC): Remove.
923         (elf_machine_matches_host): It is now EM_SPARCV9.
924         (elf_machine_dynamic): Clean up to remove ugly cast.
925         (elf_machine_fixup_plt): Rework for new V9 ABI, add support for
926         new PLT formats.
927         (elf_machine_rela): Don't do anything at all for R_SPARC_NONE.
928         Prettify rest of function.
929         [R_SPARC_COPY]: Check for sym being NULL.
930         [R_SPARC_32]: Handle it.
931         [R_SPARC_H44, R_SPARC_M44, R_SPARC_L44]: Handle them for the
932         MEDMID code model.
933         [R_SPARC_HH22, R_SPARC_HM10, R_SPARC_LM22]: Handle them for the
934         MEDANY code model.
935         [R_SPARC_NONE]: Remove this case, as it is now checked earlier.
936         (elf_machine_runtime_setup): Rewrite for new V9 ABI plt formats.
937         Add profiling support.
938         (TRAMPOLINE_TEMPLATE): New macro.
939         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
940         (RTLD_START): Prettify and set __libc_stack_end.
941         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h (SA_SIGINFO):
942         Define.
943         * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Set to 64.
944         (SIGRTMIN, SIGRTMAX, __SIGRTMIN, __SIGRTMAX): Define.
945         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c (__brk): Remove
946         unused variable scratch.
947         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
948         (__syscall_rt_sigaction, __rt_sigreturn_stub, __sigreturn_stub):
949         Declare.
950         (__sigaction): Rewrite rt_sigaction case to pass correct sigreturn
951         stub to rt_sigaction syscalls.  Rewrite non-rt case to use correct
952         old format kernel sigaction structures.
953         * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext.h: Move...
954         * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: to here.
955         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Remove ucontext.h
956         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Fix
957         ucontext include.
958         (_JMPBUF_UNWINDS): Define.
959         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Declare
960         statfs64 structure, which is exactly the same as the normal one.
961         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Allocate 192 bytes
962         of stack.  Use correct syscall trap number.  Add branch prediction
963         settings to branch instructions.  Remove old MEDANY code model %g4
964         referneces for non-PIC.
965         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
966         * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
967         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: Likewise.
968         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
969         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
970         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
971         __libc_longjmp and __libc_siglongjmp strong aliases.
972         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c (__readdir64):
973         Also define to __no__readdir64_decl around readdir.c inclusion.
974         (__readdir64): Add strong alias.
975         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: New file.
976         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getrlimit):
977         Set strong and weak names properly.
979 1998-09-16 11:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
981         * manual/Makefile (AWK): Default to gawk if standalone.
983 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
985         * Makefile (distribute): Undo last change.
986         * Make-dist (+tsrc) [not subdir]: Also include indirection headers
987         for sysdep headers.
988         (+subdir-headers): Removed, unused.
990 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
992         * stdio-common/Makefile ($(inst_includedir)/bits/stdio_lim.h): Use
993         $(do-install).
995 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
997         * Makerules ($(+sysdir_pfx)sysd-Makefile): Don't check for
998         absolute name in $(config-sysdirs), can never happen.
999         ($(+sysdir_pfx)sysd-rules): Likewise.
1000         * Makeconfig (full-config-sysdirs): Likewise.
1001         (all-Subdirs-files): Prepend $(..).
1003         * configure.in: Don't check for absolute name in $add_ons_pfx, can
1004         not happen.  Let --enable-add-ons=yes work if no add-ons actually
1005         exist.
1007 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1009         * Rules ($(common-objpfx)bits/stdio_%.h): Remove extra
1010         continuations in command.
1012 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1014         * libio/oldstdfiles.c (_IO_stdin_used): Update declaration.
1016 1998-09-16 00:47  Tim Waugh  <tim@cyberelk.demon.co.uk>
1018         * posix/wordexp-test.c: If expansion or substitution occurs
1019         anywhere in a word, the entire word is subject to field-splitting.
1021         * posix/wordexp.c (parse_glob): Look for end of word instead of
1022         end of field when deciding what to glob.
1023         (field_split_word): New function, now the only place where
1024         field-splitting is performed.
1025         (parse_dollars): New parameter - tell the caller if
1026         field-splitting should be performed on this word.
1028         * posix/wordexp-test.c (testit): Only call wordfree if wordexp
1029         succeeded (or failed with WRDE_NOSPACE).
1031 1998-09-15 19:53 1998  Tim Waugh  <tim@cyberelk.demon.co.uk>
1033         * posix/wordexp.c (wordexp): Don't convert IFS characters to
1034         blanks.
1036         * posix/wordexp-test.c: Words not the result of expansion or
1037         substitution should remain unchanged.
1039 1998-09-15  Ulrich Drepper  <drepper@cygnus.com>
1041         * elf/dynamic-link.h [!ELF_MACHINE_PLTREL_OVERLAP]
1042         (_ELF_DYNAMIC_DO_RELOC): Correctly set ranges[1].lazy.
1044 1998-09-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1046         * stdio-common/Makefile: Include Makeconfig so that
1047         $(inst_includedir) is defined.
1049 1998-09-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1051         * io/pwd.c: Include <mcheck.h>.
1053 1998-09-15 08:00  Ulrich Drepper  <drepper@cygnus.com>
1055         * nscd/pwdcache.c (save_pwd): Correct copying.
1056         * nscd/grpcache.c (save_grp): Likewise.
1058 1998-09-14 23:36  Ulrich Drepper  <drepper@cygnus.com>
1060         * nscd/pwdcache.c (save_pwd): Rewrite to use only one malloc call.
1061         (free_pwd): Adjust for this change.
1062         * nscd/grpcache.c (save_grp): Rewrite to use only one malloc call.
1063         (free_grp): Adjust for this change.
1065 1998-09-14  Ulrich Drepper  <drepper@cygnus.com>
1067         * nscd/pwdcache.c (cache_pwdinit): Allocate uidtbl of correct size.
1069 1998-09-14 15:29  Ulrich Drepper  <drepper@cygnus.com>
1071         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
1072         (install-others): Add bits/stdio_lim.h.
1073         Add rule to install bits/stdio_lim.h.
1075         * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
1077         * Makefile (distribute): Add include/sys/mman.h.
1079         * sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
1080         * sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
1081         * sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
1083         * grp/initgroups.c: Include stdlib.h.
1084         Patch by Zack Weinberg.
1086 1998-09-14 22:46  Tim Waugh  <tim@cyberelk.demon.co.uk>
1088         * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
1089         for field-splitting :abc: is correct, and that two fields should
1090         result. Revert tests to reflect this.
1092         * posix/wordexp.c (w_emptyword): Remove function.
1093         (exec_comm): Don't use w_emptyword.
1094         (parse_param): Likewise.
1096 1998-09-14 15:00  Ulrich Drepper  <drepper@cygnus.com>
1098         * sysdeps/arm/fpu/Dist: Moved to...
1099         * sysdeps/arm/Dist: ...here.
1100         * sysdeps/posix/Dist: Removed.
1101         * sysdeps/unix/sysv/linux/Dist: Move sys/debugreg.h to...
1102         * sysdeps/unix/sysv/linux/i386/Dist: ...here.
1104 1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
1106         * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.
1108 1998-09-14 11:26  Ulrich Drepper  <drepper@cygnus.com>
1110         * wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
1112 1998-09-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1114         * libc-work/nis/nss_nisplus/nisplus-service.c
1115         (_nss_nisplus_parse_servent): Convert port in network byte order.
1117 1998-09-14 07:53 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1119         * stdlib/stdlib.h: Add a switch, __need_malloc_and_calloc,
1120         to provide only malloc and calloc.
1121         * include/stdlib.h: Support the above.
1122         * string/bits/string2.h: Use __need_malloc_and_calloc when
1123         including stdlib.h.
1124         (__string2_1bptr_p): Avoid -Wbad-function-cast warnings.
1126         * iconvdata/iso-2022-jp.c: Include <stdlib.h>.
1127         * iconvdata/iso646.c: Include <stdlib.h>.
1129 1998-09-14 07:51 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1131         * sunrpc/rpc_cout.c: Add braces around ambiguous else.
1132         * sysdeps/libm-ieee754/w_pow.c: Likewise.
1133         * sysdeps/libm-ieee754/w_powf.c: Likewise.
1134         * sysdeps/libm-ieee754/w_powl.c: Likewise.
1136 1998-09-14 07:57 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1138         * stdio-common/stdio_lim.h.in: New file.  All parameters
1139         are adjustable at build time.
1140         * Rules: Add a rule to build bits/stdio_lim.h from
1141         stdio-common/stdio_lim.h.in.  (It has to be in Rules so that
1142         all subdirectories know how to make the file.  It can't be
1143         in Makerules because then it gets built at top level and the
1144         dependencies are wrong.)
1146         * stdio-common/Makefile (distribute): Add stdio_lim.h.in.
1147         * sysdeps/unix/sysv/linux/Makefile: Delete rules to make
1148         stdio_lim.h.
1149         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Removed.
1150         * sysdeps/unix/sysv/linux/Dist: Take out stdio_lim.h.in.
1151         * sysdeps/posix/Makefile: Removed.
1152         * sysdeps/posix/mk-stdiolim.c: Removed.
1153         * sysdeps/generic/bits/stdio_lim.h: Removed.
1155 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1157         * argp/argp-help.c: Fixup indentation.
1158         * nss/nss_files/files-alias.c: Quiet -Wparentheses warning.
1159         * resolv/nss_dns/dns-network.c: Likewise.
1160         * resolv/res_send.c: Likewise.
1161         * rt/aio_cancel.c: Likewise.
1162         * rt/aio_misc.c: Likewise.
1164 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1166         * Makefile (install-symbolic-link): Remove the link list file at last.
1167         * Makerules (install-clean-symbolic-link-list): Removed.
1169 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1171         * timezone/tst-timezone.c: Print time in UTC to get consistent
1172         output.
1174 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1176         * elf/rtld.c (_dl_rpath): Removed.
1177         * elf/dl-support.c (_dl_path): Removed.
1178         * elf/Makefile ($(objpfx)ld.so): Don't pass -rpath.
1179         (CFLAGS-dl-support.c): Removed.
1181         * elf/dl-load.c (env_path_list): Renamed from fake_path_list.  All
1182         uses changed.
1183         (_dl_init_paths): Always set env_path_list from LD_LIBRARY_PATH,
1184         instead of appending it to the main map's rpath info.
1185         (_dl_map_object): Consistently use LD_LIBRARY_PATH after all
1186         DT_RPATHs.  This makes it effective again.
1187         (decompose_rpath): Remove second parameter, callers changed.
1188         (fillin_rpath): Allocate enough space in curwd.
1189         (expand_dynamic_string_token): Cope with get_origin returning -1.
1191 1998-09-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1193         * libc-work/nis/nss_compat/compat-pwd.c: Add support for
1194         passwd.adjunct.
1196         * nis/nss_nis/nis-pwd.c (_nss_nis_getpwent_r): Correct test for
1197         invalid password.
1199 1998-09-13 18:06  Ulrich Drepper  <drepper@cygnus.com>
1201         * locale/programs/locale.c: Update dates.
1203 1998-09-13  Mark Kettenis  <kettenis@phys.uva.nl>
1205         * sysdeps/generic/bits/types.h: Include <features.h>.  Make sure
1206         size_t is defined.  Some reordering of defenitions to make
1207         maintaining this file in parallel with the linux-specific file easier.
1209 1998-09-13  Ulrich Drepper  <drepper@cygnus.com>
1211         * io/pwd.c (main): Add call to mtrace.
1213         * malloc/mtrace.pl: Quote @ in string.
1215 1998-09-13 19:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
1217         * posix/wordexp.c (parse_arith): Fix memory leaks.
1218         (exec_comm): Likewise.
1219         (parse_param): Likewise.
1220         (wordexp): Likewise.
1221         (exec_comm): Reduce number of function return points.
1222         (parse_param): Likewise.
1223         (wordexp): Likewise.
1225 1998-09-13 14:53  Tim Waugh  <tim@cyberelk.demon.co.uk>
1227         * posix/wordexp-test.c: Field-splitting ':abc:' with IFS=: should
1228         yield three fields, not two.  Test both parameter expansion and
1229         command substitution for correct field-splitting behaviour.
1231         * posix/wordexp.c (w_emptyword): New function.
1232         (parse_param): Use it.
1233         (exec_comm): Likewise, for consistency with the way parse_param
1234         splits fields.
1235         (parse_param): Fix some memory leaks.
1237 1998-09-13 18:04  Geoff Keating  <geoffk@ozemail.com.au>
1239         * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):
1240         Don't mark asm `volatile'.
1241         (__elf_machine_runtime_setup): Clear the last partial block in the PLT
1242         from the data cache too.  Assume it isn't in the instruction cache yet.
1243         (__elf_machine_fixup_plt): Clear the modified address from the caches.
1245 1998-09-12  Mark Kettenis  <kettenis@phys.uva.nl>
1247         * sysdeps/generic/segfault.c (install_handler): Install signal
1248         handler with SA_ONSTACK instead of setting the stack flags to
1249         SS_ONSTACK.  Do not install handler for SIGSTKFLT if it is not
1250         defined.
1252 1998-09-12 14:24 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1254         * signal/signal.h: Fix multiple inclusion guard to cover the
1255         entire file.
1256         * wcsmbs/wchar.h: Remove prototype of internal function
1257         __mbsrtowcs.
1258         * sysdeps/i386/i486/bits/string.h (memchr): Don't do
1259         arithmetic on `void *'.
1261 1998-09-12 01:09  Tim Waugh  <tim@cyberelk.demon.co.uk>
1263         * posix/wordexp-test.c: Fix wrong tests.  Add new tests.
1265         * posix/wordexp.c (wordexp): Perform word-splitting instead of
1266         field-splitting here.
1267         (wordexp): If out of memory mid-word, free the word (but still
1268         leave pwordexp alone for caller to see).
1269         (parse_param): Allow for zero-length fields (smarter checking of
1270         memory allocation failure).
1271         (w_addword): Convert NULL words to "".
1272         (wordexp): Convert left-over IFS characters to blanks (like bash).
1274 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
1276         * configure.in: Use test -f instead of test -e.
1277         Patch by John Tobey <jtobey@banta-im.com>.
1279         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/trap.h: New file.
1280         * sysdeps/unix/sysv/sysv4/solaris2/sys/syscall.h: New file.
1281         * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h: New file.
1282         * sysdeps/unix/sysv/linux/sigstack.c: Fix typo.
1283         * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: Fix typo.
1284         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/ucontext.h: New file.
1285         * sysdeps/unix/sysv/sysv4/solaris2/sys/param.h: New file.
1286         Patches by John Tobey <jtobey@banta-im.com>.
1288         * time/strftime.c (my_strftime): Delay use of *tp values until
1289         latest possible point to allow partly initialized structures
1290         (e.g., from strptime).
1292         * iconvdata/Makefile (modules): Add ISO_10367-BOX, MAC-IS, NATS-DANO,
1293         and NATS-SEFI.
1294         Define *-routines variables for new modules.
1295         (distribute): Add .c files for new modules.
1296         (awk-generated-headers): Add iso_10367-box.h, mac-is.h, nats-dano.h,
1297         and nats-sefi.h.
1298         Add rules for header generation.
1299         * iconvdata/gconv-modules: Add entries for new modules.
1300         * iconvdata/iso_10367-box.c: New file.
1301         * iconvdata/mac-is.c: New file.
1302         * iconvdata/nats-dano.c: New file.
1303         * iconvdata/nats-sefi.c: New file.
1305 1998-04-30 18:20  H.J. Lu  <hjl@gnu.org>
1307         * elf/dl-load.c (_dl_init_paths): Don't check the dynamic
1308         loader if PIC is not defined.
1310 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
1312         * iconvdata/Makefile (modules): Add CSN_369103, CWI, DEC-MCS,
1313         ECMA-CYRILLIC, GOST_19768-74, GREEK-CCITT, GREEK7, GREEK7-OLD, INIS,
1314         INIS-8, INIS-CYRILLIC, ISO_6937-2, ISO_2033, ISO_5427, ISO_5427-EXT,
1315         and ISO_5428.
1316         Define *-routines variables for new modules.
1317         (distribute): Add .c files for new modules.
1318         (awk-generated-headers): Add csn_369103.h, cwi.h, dec-mcs.h,
1319         ecma-cyrillic.h, gost_19768-74.h, greek-ccitt.h, greek7.h,
1320         greek7-old.h, inis.h, inis-8.h, inis-cyrillic.h, iso_2033.h,
1321         iso_5427.h, iso_5427-ext.h, and iso_5428.h.
1322         Add rules for header generation.
1323         * iconvdata/gconv-modules: Add entries for new modules.
1324         * iconvdata/csn_369103.c: New file.
1325         * iconvdata/cwi.c: New file.
1326         * iconvdata/dec-mcs.c: New file.
1327         * iconvdata/ecma-cyrillic.c: New file.
1328         * iconvdata/gost_19768-74.c: New file.
1329         * iconvdata/greek-ccitt.c: New file.
1330         * iconvdata/greek7-old.c: New file.
1331         * iconvdata/greek7.c: New file.
1332         * iconvdata/inis-8.c: New file.
1333         * iconvdata/inis-cyrillic.c: New file.
1334         * iconvdata/inis.c: New file.
1335         * iconvdata/iso6937-2.c: New file.
1336         * iconvdata/iso_2033.c: New file.
1337         * iconvdata/iso_5427-ext.c: New file.
1338         * iconvdata/iso_5427.c: New file.
1339         * iconvdata/iso_5428.c: New file.
1341         * iconvdata/iso6937.c (from_ucs4): Correct 0x80, 0x81, and 0xb9
1342         entries.
1343         Convert U02dd correctly.
1345 1998-09-11 20:46  Richard Henderson  <rth@cygnus.com>
1347         * sysdeps/alpha/dl-machine.h (_dl_start_user): Pass pointer to
1348         _dl_main_searchlist not _dl_default_scope to _dl_init_next.
1349         * sysdeps/sparc/sparc32/dl-machine.h (_dl_start_user): Likewise.
1350         * sysdeps/sparc/sparc64/dl-machine.h (_dl_start_user): Likewise.
1352 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
1354         * resolv/res_init.c (res_init): Handle resolv.conf file with only
1355         one nameserver correctly.  Patch by HJ Lu.
1357         * iconvdata/Makefile (modules): Add IEC_P27-1, BALTIC, ASMO_449,
1358         and ANSI_X3.110.
1359         Define *-routines variables for new modules.
1360         (distribute): Add .c files for new modules.
1361         (awk-generated-headers): Add iec_p27-1.h, baltic.h, and asmo_449.h.
1362         Add rules for hedaer generation.
1363         * iconvdata/gconv-modules: Add entries for new modules.  Pretty print.
1364         * iconvdata/ansi_x3.110.c: New file.
1365         * iconvdata/asmo_449.c: New file.
1366         * iconvdata/baltic.c: New file.
1367         * iconvdata/iec_p27-1.c: New file.
1369         * iconvdata/t61.c (from_ucs4): Correct 0x23, 0x24, 0x80, and 0x81
1370         entries.
1371         Convert U02dc correctly.
1373         * math/atest-exp.c: Add parentheses to avoid gcc warnings.
1374         * math/atest-exp2.c: Likewise.
1375         * math/atest-sincos.c: Likewise.
1377         * posix/getopt.h: Don't define non-POSIX stuff unless _GNU_SOURCE
1378         is defined.
1380 1998-09-11 10:51  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1382         * string/strcoll.c: Optimize a few expressions.
1383         * string/strxfrm.c: Likewise.
1385 1998-09-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1387         * manual/locale.texi: Fix typos.
1389 1998-09-10  Ulrich Drepper  <drepper@cygnus.com>
1391         * stdlib/random_r.c (__setstate_r): Allow call with same state
1392         array as currently used (PR libc/774).
1394         * include/limits.h: Include gcc's header even if this file is
1395         found more than once before it (PR libc/778)
1397         * sysdeps/unix/sysv/linux/Makefile [subdir==misc]
1398         (sysdep_headers): Remove sys/debugreg.h.
1399         * sysdeps/unix/sysv/linux/i386/Makefile [subdir==misc]
1400         (sysdep_headers): Add sys/debugreg.h.
1401         * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
1402         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
1404         * stdio-common/tmpnam.c: Move local static variable buf to
1405         toplevel and rename to tmpnam_buffer to ease debugging.
1406         Patch by Joe Keane <jgk@jgk.org>.
1407         Optimize s == NULL case a bit.
1409         * iconvdata/testdate/ISO-8859-10..UCS2: Update after charmap
1410         correction.
1412 1998-09-10 12:51  Ulrich Drepper  <drepper@cygnus.com>
1414         * resolv/res_init.c (res_init): Initialize _res.nscount and
1415         _res.nsaddr.sin_port differently for the can when no loopback
1416         is available to allow immediate timeout in non-networking environments.
1417         Patch by Cristian Gafton <gafton@redhat.com>.
1419 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1421         * localedata/charmaps/ISO-8859-10: Character 0xBD is HORIZONTAL
1422         BAR and not EM DASH.
1423         * localedata/charmaps/ISO_8859-SUPP: Likewise (character 0xD0).
1424         * localedata/charmaps/ISO-8859-7: Likewise (character 0xAF).
1425         Fixes PR libc/717.
1427 1998-09-10 11:53  Ulrich Drepper  <drepper@cygnus.com>
1429         * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files
1430         for test.
1431         * timezone/tst-timezone.c (tests): Fix typo in last patch.
1433         * time/tzfile.c (__tzfile_read): Handle case when there are no
1434         transitions.  Set __timezone based on computed offset.
1435         * time/tzset.c (tzset_internal): Set __timezone before returning.
1437         * time/tzset.c (tzset_internal): Optimize handling of local string
1438         copy.
1440 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1442         * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR
1443         libc/776).
1445 1998-09-09  Benjamin Kosnik  <bkoz@tintin.cygnus.com>
1447         * math/libm-test.c (exp10_test): Adapt epsilons for powerpc.
1448         (csqrt_test): Likewise.
1449         * sysdeps/powerpc/bits/fenv.h: Add parens.
1451 1998-09-09 18:48  Ulrich Drepper  <drepper@cygnus.com>
1453         * sysdeps/powerpc/dl-start.S (_start): Pass pointer to
1454         _dl_main_searchlist not _dl_default_scope to _dl_init_next.
1455         Patch by Benjamin Kosnik <bkoz@cygnus.com>.
1457 1998-09-09  Mark Kettenis  <kettenis@phys.uva.nl>
1459         * elf/dl-close.c (_dl_close): Don't free imap->l_origin if it is
1460         the special `-1' pointer.
1462 1998-09-09 09:32  Ulrich Drepper  <drepper@cygnus.com>
1464         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Make function
1465         inline.
1467 1998-09-07  Paul Eggert  <eggert@twinsun.com>
1469         * time/mktime.c (__EXTENSIONS__): Define if not defined.
1470         (_REENTRANT): Remove.  It has undesirable consequences in
1471         Solaris 2.6 (e.g. it turns off the putc macro).  Defining
1472         __EXTENSIONS__ makes localtime_r and gmtime_r visible, which
1473         is what we want.
1474         * time/strftime.c: Likewise.
1476 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1478         * elf/dl-error.c: Fix spelling.
1480 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1482         * stdlib/strfmon.c: Quiet -Wparentheses warnings.
1483         * stdio-common/_itoa.c: Likewise.
1484         * stdio-common/printf_fp.c: Likewise.
1485         * stdio-common/vfscanf.c: Likewise.
1486         * wcsmbs/wcstok.c: Likewise.
1487         * sysdeps/generic/glob.c: Likewise.
1488         * posix/getopt.c: Likewise.
1489         * sysdeps/posix/getaddrinfo.c: Likewise.
1490         * posix/wordexp.c: Likewise.
1491         * io/ftw.c: Likewise.
1492         * io/fts.c: Likewise.
1493         * misc/getpass.c: Likewise.
1494         * iconv/gconv_conf.c: Likewise.
1495         * argp/argp-fmtstream.c: Likewise.
1496         * argp/argp-help.c: Likewise.
1497         * elf/dl-load.c: Likewise.
1498         * locale/programs/stringtrans.c: Likewise.
1499         * catgets/gencat.c: Likewise.
1500         * posix/getconf.c: Likewise.
1501         * iconv/gconv_conf.c: Likewise.
1502         * iconv/iconv_prog.c: Likewise.
1504         * string/strcoll.c: Optimize a few expressions.
1505         * string/strxfrm.c: Likewise.
1507 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1509         * elf/dl-open.c (dl_open_worker): Move decl of new_global up one
1510         level to avoid uninit variable warning.
1512 1998-09-09 10:34  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1514         * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
1515         instead of _dl_default_scope[2] as argument to _dl_init_next.
1517         * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
1518         C9x macro.
1520 1998-09-08  Ulrich Drepper  <drepper@cygnus.com>
1522         Fix compatibility problems introduced in last change.
1523         * csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is
1524         defined.
1525         * sysdeps/unix/sysv/linux/i386/Makefile [subdir==csu]: Add
1526         -DWEAK_GMON_START to CFLAGS-initfini.s.
1528         * elf/dl-object.c (_dl_new_object): Store map address in
1529         _dl_loaded if _dl_loaded is NULL.
1530         * elf/rtld.c (dl_main): Don't update _dl_loaded here.
1532         * sysdeps/generic/setrlimit64.c: Remove stub warning.
1534 1998-09-07  Ulrich Drepper  <drepper@cygnus.com>
1536         * db2/common/db_apprec.c (__db_apprec): Add braces to make gcc
1537         quiet.
1538         * db2/btree/bt_cursor.c: Likewise.
1539         * db2/common/db_region.db_c: Likewise.
1540         * db2/common/db_salloc.db_c: Likewise.
1541         * db2/db/db.c: Likewise.
1542         * db2/db/db_rec.c: Likewise.
1543         * db2/hash/hash.c: Likewise.
1544         * db2/hash/hash_page.c: Likewise.
1545         * db2/hash/hash_rec.c: Likewise.
1546         * db2/log/log_findckp.c: Likewise.
1547         * db2/log/log_get.c: Likewise.
1548         * db2/log/log_put.c: Likewise.
1549         * db2/mp/mp_fget.c: Likewise.
1550         * db2/mp/mp_fput.c: Likewise.
1551         * db2/mp/mp_region.c: Likewise.
1552         * stdlib/strtol.c: Likewise.
1553         * string/strcoll.c: Likewise.
1554         * string/strxfrm.c: Likewise.
1555         * argp/argp-help.c: Likewise.
1556         * argp/argp-parse.c: Likewise.
1557         * resolv/res_debug.c: Likewise.
1559 1998-09-07 09:58  Ulrich Drepper  <drepper@cygnus.com>
1561         * math/tgmath.h (scalb): Only define for __USE_MISC or
1562         __USE_XOPEN_EXTENDED.  Patch by Zack Weinberg.
1564 1998-09-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1566         * libio/stdio.h: Fix comment.
1568         * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if
1569         __USE_ISOC9X.
1571 1998-09-06 09:53 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1573         * Makeconfig (+gccwarn): Remove -Wno-parentheses.
1575         * elf/dl-open.c: Quiet -Wparentheses warnings.
1576         * iconvdata/johab.c: Likewise.
1577         * iconvdata/uhc.c: Likewise.
1578         * inet/inet_net.c: Likewise.
1579         * io/fts.c: Likewise.
1580         * locale/newlocale.c: Likewise.
1581         * misc/getttyent.c: Likewise.
1582         * misc/mntent_r.c: Likewise.
1583         * misc/ttyslot.c: Likewise.
1584         * nscd/nscd_conf.c: Likewise.
1585         * nss/nsswitch.c: Likewise.
1586         * resolv/gethnamaddr.c: Likewise.
1587         * resolv/nsap_addr.c: Likewise.
1588         * resolv/res_debug.c: Likewise.
1589         * stdio-common/_itoa.c: Likewise.
1590         * stdlib/strtod.c: Likewise.
1591         * string/strverscmp.c: Likewise.
1592         * sunrpc/svc.c: Likewise.
1593         * sysdeps/libm-ieee754/e_cosh.c: Likewise.
1594         * sysdeps/libm-ieee754/e_gamma_r.c: Likewise.
1595         * sysdeps/libm-ieee754/e_sinh.c: Likewise.
1596         * sysdeps/posix/getaddrinfo.c: Likewise.
1598 1998-09-06 15:13  Ulrich Drepper  <drepper@cygnus.com>
1600         * elf/dlsym.c (dlsym_doit): Use new RTLD_DEFAULT macro to test
1601         for use of global scope.
1602         * elf/dlvsym.c (dlvsym_doit): Likewise.
1604 1998-09-02  Paul Eggert  <eggert@twinsun.com>
1606         * strftime.c (my_strftime): When mbrlen returns (size_t) -2,
1607         copy the redundant bytes at the end of the format as-is; don't
1608         just copy their first byte and then rescan, as that might get
1609         us an encoding error.
1610         Account correctly for the length of multibyte sequences in the
1611         format.
1613 1998-09-03 20:14  Tim Waugh  <tim@cyberelk.demon.co.uk>
1615         * posix/wordexp-test.c: Add tests for different IFS values.
1616         Change unquoted-newline test so that newline is not in IFS.
1618         * posix/wordexp.c (wordexp): Correct null/unset mix-up when
1619         determining IFS characters.  Return WRDE_BADCHAR for unquoted
1620         special characters _except_ if they are separators.
1622 1998-09-06 10:56  Ulrich Drepper  <drepper@cygnus.com>
1624         * include/tgmath.h: New file.
1626         * libio/stdio.h: Correct reversed #ifs.
1627         Patch by Zack Weinberg.
1629         * manual/creature.texi: Better explain reason for feature select
1630         macros.
1631         Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
1633 1998-09-06 10:25 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1635         * include/alloca.h: Add multiple-inclusion guard.
1636         * include/db.h: Likewise.
1637         * include/db_185.h: Likewise.
1638         * include/dlfcn.h: Likewise.
1639         * include/fcntl.h: Likewise.
1640         * include/grp.h: Likewise.
1641         * include/libintl.h: Likewise.
1642         * include/mntent.h: Likewise.
1643         * include/pwd.h: Likewise.
1644         * include/sched.h: Likewise.
1645         * include/search.h: Likewise.
1646         * include/setjmp.h: Likewise.
1647         * include/shadow.h: Likewise.
1648         * include/signal.h: Likewise.
1649         * include/stdio.h: Likewise.
1650         * include/stdlib.h: Likewise.
1651         * include/string.h: Likewise.
1652         * include/termios.h: Likewise.
1653         * include/time.h: Likewise.
1654         * include/ulimit.h: Likewise.
1655         * include/utmp.h: Likewise.
1656         * include/wchar.h: Likewise.
1657         * include/sys/file.h: Likewise.
1658         * include/sys/gmon.h: Likewise.
1659         * include/sys/ioctl.h: Likewise.
1660         * include/sys/mman.h: Likewise.
1661         * include/sys/resource.h: Likewise.
1662         * include/sys/select.h: Likewise.
1663         * include/sys/socket.h: Likewise.
1664         * include/sys/statfs.h: Likewise.
1665         * include/sys/time.h: Likewise.
1666         * include/sys/times.h: Likewise.
1667         * include/sys/wait.h: Likewise.
1669 1998-09-06 09:00  Ulrich Drepper  <drepper@cygnus.com>
1671         * version.h (VERSION): Bump to 2.0.96.
1673         Rewrite runtime linker to be truly thread-safe.  There is now no
1674         global variable specifying the scope.  We create all needed
1675         scopes at the time the link maps are created.
1676         * elf/Versions [GLIBC_2.1]: Add _dl_loaded and _dl_main_searchlist.
1677         * elf/link.h: Add struct r_scope_elem and use this for l_searchlist,
1678         l_symbolic_searchlist, l_scope, and l_local_scope elements in
1679         struct link_map.
1680         * elf/dl-close.c: Rewritten accordingly.
1681         * elf/dl-deps.c: Likewise.
1682         * elf/dl-error.c: Likewise.
1683         * elf/dl-init.c: Likewise.
1684         * elf/dl-load.c: Likewise.
1685         * elf/dl-lookup.c: Likewise.
1686         * elf/dl-object.c: Likewise.
1687         * elf/dl-open.c: Likewise.
1688         * elf/dl-reloc.c: Likewise.
1689         * elf/dl-runtime.c: Likewise.
1690         * elf/dl-support.c: Likewise.
1691         * elf/dl-symbol.c: Likewise.
1692         * elf/dl-version.c: Likewise.
1693         * elf/dlsym.c: Likewise.
1694         * elf/dlvsym.c: Likewise.
1695         * elf/ldsodefs.h: Likewise.
1696         * elf/rtld.c: Likewise.
1697         * iconv/gconv_dl.c: Likewise.
1698         * nss/nsswitch.c: Likewise.
1699         * sysdeps/i386/dl-machine.h: Likewise.
1700         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
1702         * elf/dlfcn.h: Declare dladdr only for __USE_GNU.
1703         Define RTLD_DEFAULT.
1705 1998-09-05  Mark Kettenis  <kettenis@phys.uva.nl>
1707         * sysdeps/mach/hurd/i386/init-first.c (init1): Call
1708         __getopt_clean_environment with __environ instead of envp.
1710 1998-09-05  Roland McGrath  <roland@baalperazim.frob.com>
1712         * sysdeps/mach/hurd/i386/Makefile (omit-deps): Define to crt0.
1714         * string/argz-extract.c (__argz_extract): Add de-consting cast for
1715         setting results.
1717         * string/argz.h (argz_next): Add de-consting cast for return.
1718         * string/argz-next.c (__argz_next): Likewise.
1720         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
1721         Don't add netinet/udp.h, netinet/ip_icmp.h here.
1722         * sysdeps/gnu/Makefile: Do it here instead.
1723         * sysdeps/unix/sysv/linux/Dist: Move those files from here ...
1724         * sysdeps/gnu/Dist: ... to here.
1726         * sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
1727         sysdeps/unix/sysv/linux/netinet/tcp.h,
1728         sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
1730 1998-09-04  Roland McGrath  <roland@baalperazim.frob.com>
1732         * string/argz.h (argz_extract, argz_next): Use `const' for ARGZ param.
1733         * string/argz-next.c, string/argz-extract.c: Fix defns.
1735 1998-09-03  Roland McGrath  <roland@baalperazim.frob.com>
1737         * mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
1739         * sysdeps/mach/hurd/sysd-stdio.c: Declare fns
1740         __stdio_{read,write,seek,close,fileno} using __io_*_fn types.
1741         * sysdeps/generic/sysd-stdio.c: Likewise.
1743 1998-09-02  Ulrich Drepper  <drepper@cygnus.com>
1745         * elf/dl-load.c (fillin_rpath): Handle "/" as RPATH correctly.
1746         (_dl_map_object_from_fd): Make NAME argument const.
1747         Remove last parameter in _dl_new_object call.
1748         (print_search_path): Correct construction of composed path name.
1749         (_dl_map_object): Prevent looking at RPATH of the main map twice.
1750         Remove last parameter in _dl_new_object call.
1751         * elf/dl-object.c: Remove last parameter.  Determine whether create
1752         origin entry based on empty realname.  Handle file in root directory
1753         correctly.
1754         * elf/ldsodefs.h: Adjust prototype for _dl_new_object.
1755         * elf/rtld.c (dl_main): Add comment describing reason for memory leak.
1756         Remove last parameter in _dl_new_object call.
1757         * sysdeps/generic/dl-origin.h: Handle file in root directory correctly.
1758         * sysdeps/unix/sysv/linux/dl-origin.h: Likewise.
1760 1998-09-01  Ulrich Drepper  <drepper@cygnus.com>
1762         * elf/dl-close.c (_dl_close): Add more comments and correct some.
1763         Free l_searchlist and l_dupsearchlist.
1765         * debug/catchsegv.sh: Add one more pair of quotes.
1767 1998-09-01 17:53  Ulrich Drepper  <drepper@cygnus.com>
1769         * elf/dl-load.c (add_name_to_object): Change return type to void and
1770         make NAME parameter const.  Allocate room for NAME in same memory
1771         block used for l_libname entry.
1772         (_dl_map_object_from_fd): Don't free NAME on failure.
1773         (map_segment): Pass SONAME to add_name_to_object, not a copy.
1774         (_dl_map_object): Don't create copy of NAME.  Pass NAME to
1775         _dl_map_object_from_fd.
1776         * elf/dl-object.c (dl_new_object): Allocate room for NAME in same
1777         memory block used for l_libname entry.
1778         * elf/dl-close.c: Adjust free()ing for this change.
1780 1998-09-01 15:36  Ulrich Drepper  <drepper@cygnus.com>
1782         * malloc/Makefile: Include Makeconfig before testing config-sysdirs.
1784         * malloc/mtrace.c: Add bug report address.  Update email address.
1785         Add more @XXX@ to print correct address size.
1787         * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is
1788         really initialized.
1790         * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info
1791         for munmap call instead of examining phdr again.
1792         Free all malloc()ed strings and arrays.
1794 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
1796         * sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of
1797         dl-machine.h.
1798         * sysdeps/powerpc/dl-machine.c: New file.
1799         * sysdeps/powerpc/dl-machine.h: Move much stuff into separate
1800         files.  Revise ELF_PREFERRED_ADDRESS to take account of
1801         the new mapping information (fixes bug involving huge bloated
1802         web browser).  Set ELF_MACHINE_PLTREL_OVERLAP.
1803         * sysdeps/powerpc/dl-start.S: New file.
1805         * elf/dl-load.c (_dl_map_object_from_fd): Initialise l_map_start,
1806         l_map_end.
1807         * elf/do-rel.h: Call elf_machine_rel only once (to save space).
1808         * elf/dynamic-link.h: Allow PLT relocs to be in the middle of the
1809         others.  Call elf_dynamic_do_##reloc only once (to save even more
1810         space).
1811         * elf/link.h: Add new members l_map_start and l_map_end to keep
1812         track of the memory map.
1813         * elf/rtld.c (_dl_start): Initialise l_map_start for ld.so and
1814         the executable.
1816 1998-09-01 11:53  Ulrich Drepper  <drepper@cygnus.com>
1818         * debug/Makefile (catchsegv): We need not rewrite SOVER anymore.
1819         Reported by Andreas Jaeger.
1821         * posix/glob.h: Use __size_t instead of size_t in definitions and
1822         make sure this is defined.
1824 1998-09-01 10:34  Ulrich Drepper  <drepper@cygnus.com>
1826         * manual/locale.texi: Almost complete rewrite.  Document more functions
1827         and functionality.
1828         * manual/arith.texi: Correct reference.
1829         * manual/string.texi: Pretty printing.
1831         * manual/texinfo.tex: Update from last available version.
1833 1998-08-31 22:44  Ulrich Drepper  <drepper@cygnus.com>
1835         * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for
1836         invalid password.
1837         (_nss_nis_getpwuid_r): Likewise.
1838         Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>.
1840         * inet/rcmd.c: Implement netgroup support.
1841         Patch by Dick Streefland <dick_streefland@tasking.com>.
1843 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
1845         * elf/dl-close.c (_dl_close): Update _dl_loaded if the first
1846         object on the list is removed.  Don't use this code for PIC.
1847         Reported by HJ Lu [PR libc/770].
1849 1998-08-31 15:56  Ulrich Drepper  <drepper@cygnus.com>
1851         * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include.
1853         * include/stdio.h: Add __vsscanf.
1855         * libio/stdio.h: Make vfscanf, scanf, and vsscanf available if
1856         __USE_ISOC9X.
1857         Remove __vsscanf declaration.
1858         Always declare fgetpos and fsetpos.
1860         * math/math.h: Define isinf as macro.
1861         * math/bits/mathcalls.h: Change to declare __isinf all the time.
1862         Don't declare scalb for ISO C 9x.
1864         * math/tgmath.h: Define fma.  Rewrite the underlying macros.
1866         * stdlib/stdlib.h: Declare strtof and strtold is __USE_ISOC9X.
1868         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Allow inclusion from
1869         sys/ucontext.h.
1871         * sysdeps/wordsize-32/inttypes.h: Define missing PRI* and SCN*
1872         macros.
1874 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1876         * sysdeps/standalone/bits/errno.h (ENOMSG): Remove duplicate.
1877         Reported by jreising@frequentis.com [PR libc/767].
1879 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1881         * io/lockf.c (lockf): Move initilisation of fl.l_whence and
1882         fl.l_start at beginning of function.
1883         Patch by Geoff. Dash <geoffd@zeta.org.au> [PR libc/769].
1885 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
1887         * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).
1888         Reported by Rob.Hagopian@vu.union.edu [PR libc/763].
1890         * nscd/nscd.init: Make it work in RedHat systems.
1891         Patch by Christian Gafton.
1893 1998-08-29  Philip Blundell  <philb@gnu.org>
1895         * catgets/Makefile: Don't try to run test programs when
1896         cross-compiling.
1898 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
1900         * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX.
1901         Reported by Zack Weinberg.
1903 1998-08-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1905         * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S.
1906         * elf/Makefile (distribute): Remove ldd.sh.in.
1908 1998-08-31 11:46  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1910         * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused
1911         variable.
1913 1998-08-29  Ulrich Drepper  <drepper@cygnus.com>
1915         * sysdeps/i386/register-dump.h: Move to ...
1916         * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
1918 1998-08-28 22:49  Ulrich Drepper  <drepper@cygnus.com>
1920         * elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
1921         with load address, not map address.
1922         * sysdeps/alpha/dl-machine.h (elf_machine_lazy_rel): Change first
1923         parameter and use this value.
1924         * sysdeps/arm/dl-machine.h: Likewise.
1925         * sysdeps/i386/dl-machine.h: Likewise.
1926         * sysdeps/m68k/dl-machine.h: Likewise.
1927         * sysdeps/mips/dl-machine.h (elf_machine_lazy_rel): Change first
1928         parameter.
1929         * sysdeps/powerpc/dl-machine.h: Likewise
1930         * sysdeps/sparc/sparc32/dl-machine.h: Likewise
1931         * sysdeps/sparc/sparc64/dl-machine.h: Likewise
1933 1998-08-28 09:22  Ulrich Drepper  <drepper@cygnus.com>
1935         * elf/rtld.c (process_envvars): Fix copy&paste error.
1937         * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
1938         memalign hook.
1939         (realloc_hook_ini): Don't overwrite memalign hook.
1940         (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
1941         Reported by Philippe Troin <phil@fifi.org>.
1943         * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
1944         Patch by Philippe Troin <phil@fifi.org>.
1946 1998-08-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1948         * sysdeps/generic/segfault.c (install_handler): Protect the
1949         non-POSIX signals with #ifdef.
1950         (catch_segfault): Add missing mode parameter for open.
1951         * debug/catchsegv.sh: Avoid termination message from shell.  Allow
1952         other termination signals.
1954 1998-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1956         * debug/Makefile (distribute): Add register-dump.h.
1958 1998-08-28 10:41  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1960         * sysdeps/unix/sysv/linux/m68k/register-dump.h: New file.
1962 1998-08-27 19:42  Ulrich Drepper  <drepper@cygnus.com>
1964         * elf/Makefile (distribute): Add dl-origin.h.
1965         * sysdeps/generic/dl-origin.h: New file.
1966         * sysdeps/unix/sysv/linux/dl-origin.h: New file.
1967         * elf/link.h (struct link_map): Add l_origin field.
1968         * elf/dl-load.c (expand_dynamic_string_token): New function.
1969         (decompose_path): Remove WHERE argument, take link map pointer instead.
1970         Call expand_dynamic_string_token instead of local_strdup to make copy
1971         of rpath.
1972         (_dl_init_paths): Call decompose_path with correct argument.
1973         (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is
1974         not defined.
1975         Check EI_OSABI and EI_ABIVERSION fields in header.
1976         Call _dl_new_object with extra argument.
1977         (_dl_map_object): Call decompose_path with correct argument.
1978         Call expand_dynamic_string_token instead of local_strdup to also
1979         expand DST.
1980         Call _dl_new_object with extra argument.
1981         * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps
1982         but the main one if new argument is nonzero.
1983         * elf/ldsodefs.h: Adjust for _dl_new_object change.
1984         * elf/dl-support.c: Define _dl_origin_path.
1985         * elf/rtld.c: Likewise.  Set _dl_origin_path based on LD_ORIGIN_PATH.
1986         (dl_main): Call _dl_new_object with extra argument.
1988         * elf/dl-close (_dl_close): Free l_name and l_origin.
1990         * sysdeps/i386/useldt.h (THREAD_GETMEM, THREAD_SETMEM): Use P
1991         modifier in asm, not c.
1993         * sysdeps/mach/hurd/Makefile [subdirs==elf]: Define CFLAGS-dl-load.c
1994         to -DEXTERNAL_MAP_FROM_FD to make _dl_map_object_from_fd extern.
1996 1998-08-26 17:48  Ulrich Drepper  <drepper@cygnus.com>
1998         * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
1999         variable so that map can be freed.
2000         Reported by Philippe Troin <phil@fifi.org>.
2002         * elf/dl-open.c (dl_open_worker): Correct test for extending global
2003         scope array.
2004         Patch by Philippe Troin <phil@fifi.org>.
2006 1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
2008         * sysdeps/powerpc/register-dump.h: Rewrite.  Much nicer this way.
2009         Don't call writev() with a 100-element vector.
2010         * sysdeps/generic/segfault.c (catch_segfault): Skip top-level NULL
2011         return address.
2013         * sysdeps/powerpc/elf/libc-start.c: Sync up with generic version.
2014         In particular, set __libc_stack_end.
2015         * sysdeps/powerpc/elf/start.S: Allow _init and _fini to be
2016         undefined.  Fix copyright notice.
2018 1998-08-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2020         * math/Makefile (gmp-objs): New variable.
2021         ($(objpfx)atest-exp, $(objpfx)atest-sincos, $(objpfx)atest-exp2):
2022         Depend on it.
2023         (tests): Add atest-exp atest-sincos atest-exp2.
2024         (tests-static): Remove atest-exp atest-sincos atest-exp2.
2026 1998-08-25  Ulrich Drepper  <drepper@cygnus.com>
2028         * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
2029         to toplevel.
2030         (_dl_unload_cache): New function.
2031         * elf/Versions [libc GLIBC_2.1]: Add _dl_unload_cache.
2032         * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
2033         * elf/rtld.c (dl_main): Unload map file before jumping to user code.
2035         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECT.
2036         Correct comment for O_LARGEFILE.
2037         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_DIRECT.
2038         Change O_LARGEFILE to correct value.
2040 1998-08-25 14:34  Ulrich Drepper  <drepper@cygnus.com>
2042         * libio/iogetline.c (_IO_getline_info): Don't read anything for
2043         N == 0.  Patch by HJ Lu.
2045 1998-08-25 11:43  Ulrich Drepper  <drepper@cygnus.com>
2047         * elf/elf.h: Add syminfo stuff and other DT_* from Solaris' ELF.
2049 1998-08-25  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
2051         * argp/argp.h: Use __inline__ not inline.
2053         * sysdeps/i386/bits/select.h (FD_ZERO): Rewrite asm not to indicate
2054         an input register as being clobbered.
2055         * sysdeps/i386/memset.c (memset): Likewise.
2056         * sysdeps/i386/bzero.c (__bzero): Likewise.
2057         * sysdeps/i386/memcopy.h ({BYTE,WORD}_COPY_[FB]WD): Likewise.
2059 1998-08-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2061         * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
2062         Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
2064 1998-08-24 16:34  Ulrich Drepper  <drepper@cygnus.com>
2066         * debug/catchsegv.sh: Handle text preceding backtrace better.
2067         * sysdeps/generic/segfault.c: Allow register dump.  Allow handler
2068         to be installed for other signals than SIGSEGV.
2069         * sysdeps/generic/register-dump.h: New file.
2070         * sysdeps/i386/register-dump.h: New file.
2071         * sysdeps/powerpc/register-dump.h: New file.
2073         * sysdeps/unix/sysv/linux/i386/profil-counter.h: Use macros from
2074         sigcontextinfo.h.
2075         * sysdeps/unix/sysv/linux/powerpc/profil-counter.h: Use i386 version.
2077 1998-08-24  Geoff Keating  <geoffk@ozemail.com.au>
2079         * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: New file.
2081 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
2083         * sysdeps/unix/sysv/linux/powerpc/chown.c: New file.
2084         * sysdeps/unix/sysv/linux/powerpc/lchown.S: New file.
2085         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add chown, remove
2086         getresuid, getresgid.
2088 1998-08-16  Geoff Keating  <geoffk@ozemail.com.au>
2090         * sysdeps/unix/sysv/linux/powerpc/clone.S: Fix bugs.  Set up stack
2091         pointer in userland.
2093 1998-08-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2095         * sysdeps/unix/sysv/linux/sys/mount.h (MNT_FORCE): Define as enum
2096         and fix value.
2098 1998-08-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2100         * elf/ldd.bash.in: Add missing quotes around $file.  Make loop
2101         over arguments Bourne shell compatible.  Don't exit unsuccessfully
2102         if nonelf returns successfully.  Avoid duplicating most of the
2103         script.
2104         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Add missing quotes
2105         around $file.
2107 1998-08-24 10:37  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2109         * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add
2110         sys/reg.h.
2111         * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file.
2112         * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
2114 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
2116         * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.1]: Add
2117         __modify_ldt and modify_ldt.
2118         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add modify_ldt.
2120         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
2121         Use orl $-1 instead of movl $-1 to save two bytes.
2122         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER):
2123         Likewise.
2125 1998-08-17  H.J. Lu  <hjl@gnu.org>
2127         * libio/Versions (_IO_do_write, _IO_file_attach,
2128         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2129         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2130         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2131         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.1.
2133         * libio/fileops.c (_IO_do_write, _IO_file_attach,
2134         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2135         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2136         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2137         _IO_file_write, _IO_file_xsputn): Change the prefix to
2138         "_IO_new_". Added to GLIBC_2.1.
2140         * libio/libioP.h (_IO_do_write, _IO_file_attach,
2141         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2142         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2143         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2144         _IO_file_write, _IO_file_xsputn): Add prototypes for the prefix
2145         "_IO_new_".
2147         * libio/oldfileops.c (_IO_do_write, _IO_file_attach,
2148         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
2149         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
2150         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
2151         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.0.
2153 1998-08-23  Richard Henderson  <rth@cygnus.com>
2155         * Makeconfig (LDFLAGS): Remove.
2157         * csu/initfini.c: Return to .text before __gmon_start__.
2159         * elf/elf.h (EM_FAKE_ALPHA): Rename from EM_OLD_ALPHA.
2160         (STO_MIPS_*): Rename from STO_*.
2161         (STB_MIPS_SPLIT_COMMON): Rename from STB_SPLIT_COMMON.
2162         (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
2164         * math/atest-exp.c (mpn_bitsize): Fix bit location calculation.
2165         (main): e3s is negative on zero.
2166         * math/atest-exp2.c: Likewise.
2167         * math/atest-sincos.c: Likewise.
2169 1998-08-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2171         * Makerules (install): Add comment about absolute paths.
2173 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
2175         * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
2176         array to NUL to handle maxlen==1 case correctly.
2177         Patch by HJ Lu.
2179 1998-08-23  Richard Henderson  <rth@cygnus.com>
2181         * sysdeps/alpha/elf/crtbegin.S: Fix .prologue; no pv used.
2182         * sysdeps/alpha/elf/crtend.S: Likewise.
2183         * sysdeps/alpha/elf/start.S: Likewise.
2185         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue;
2186         non-standard pv usage.
2188         * sysdeps/unix/sysv/linux/alpha/brk.S: Use jmp macro for relaxation.
2189         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
2190         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
2191         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
2192         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
2193         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
2194         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
2195         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
2196         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
2197         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
2198         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
2200         * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input is
2201         a finite non-denormal, deferring to the full IEEE version otherwise.
2203         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):
2204         Early out for -0.  Optimize for !_IEEE_FP_INEXACT.
2205         * sysdeps/alpha/fpu/s_floor.c: New.
2206         * sysdeps/alpha/fpu/s_floorf.c: New.
2207         * sysdeps/alpha/fpu/s_ceil.c: New.
2208         * sysdeps/alpha/fpu/s_ceilf.c: New.
2210 1998-08-22  Philip Blundell  <philb@gnu.org>
2212         * sysdeps/arm/bits/string.h: New file.
2214 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2216         * sysdeps/unix/sysv/linux/configure.in: Obey --with-headers,
2217         document it.
2219         * sysdeps/unix/sysv/linux/alpha/configure.in: New file, contains
2220         test for recent Linux 2.1.100+ headers.
2222 1998-08-21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2224         * nis/nss_compat/compat-initgroups.c: Optimize NIS query.
2226 1998-08-21 17:21  Ulrich Drepper  <drepper@cygnus.com>
2228         * sysdeps/unix/sysv/linux/glob64.c: Define __stat using __xstat64.
2230 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2232         * Makefile (elf/ldso_install): Put back.  The problem still persists.
2233         * elf/Makefile (ldso_install): Likewise.
2235 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2237         * db2/db/db.c (db_open) [_LIBC]: Rename to __nss_db_open and
2238         create weak alias.
2239         * include/db.h: Declare __nss_db_open.
2240         * db2/Versions: Export it.
2242         * db2/makedb.c: Convert to use db2 API.
2243         * nss/nss_db/db-XXX.c: Likewise.
2244         * nss/nss_db/db-netgrp.c: Likewise.
2245         * nss/nss_db/db-alias.c: Likewise.
2246         (_nss_db_getaliasent_r): Allow retrying with a larger buffer.
2248 1998-08-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2250         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
2251         sys_setresuid, already built automatically (or not).
2252         * sysdeps/unix/sysv/linux/syscalls.list: Define __setresuid
2253         instead of __syscall_setresuid and add back setresuid.
2254         * sysdeps/unix/sysv/linux/seteuid.c: Use __setresuid instead of
2255         __syscall_setresuid.
2257 1998-08-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2259         * sysdeps/unix/sysv/linux/sys/mount.h: Fix typo.
2261 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
2263         * elf/Makefile (sh-ldd-rewrite): Remove expression to remove
2264         BASH-ONLY marked region.
2265         * elf/ldd.bash.in: Remove special BASH-ONLY markers.
2267 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
2269         * libio/oldfileops.c (_IO_file_seekoff): Don't adjust pointers if
2270         _IO_SYSSEEK fails.
2272         * libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
2274         * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
2275         element.
2277 1998-08-21  Roland McGrath  <roland@baalperazim.frob.com>
2279         * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these
2280         with magic comments ###BASH-ONLY and ###END-BASH-ONLY.
2281         * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in.
2282         (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite).
2283         (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by
2284         those magic comments, and to use /bin/sh for @BASH@.
2285         (bash-ldd-rewrite): Use $(common-ldd-rewrite).
2286         * elf/ldd.sh.in: File removed.
2288 1998-08-20 20:07  Ulrich Drepper  <drepper@cygnus.com>
2290         * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and
2291         cast them to unsigned long int.
2292         * pwd/putpwent.c (putpwent): Likewise.
2293         Patch by John Tobey <jtobey@banta-im.com>.
2295 1998-08-20 17:14  H.J. Lu  <hjl@gnu.org>
2297         * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to
2298         _IO_pos_BAD.
2300 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
2302         * libio/fileops.c (_IO_file_seekoff): Don't adjust pointers if
2303         _IO_SYSSEEK fails.
2305 1998-08-20 19:14  Ulrich Drepper  <drepper@cygnus.com>
2307         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
2308         Add umount and umount2.
2309         * sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
2310         * sysdeps/unix/sysv/linux/umount.S: New file.
2311         * sysdeps/unix/sysv/linux/umount2.S: New file.
2312         * sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
2313         Define MNT_FORCE.
2315         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdep_headers):
2316         Add sys/sendfile.h.
2317         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile.
2318         * sysdeps/unix/sysv/linux/sys/sendfile.h: New file.
2320         * sysdeps/unix/sysv/linux/sys/acct.h: Pretty print.
2322         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add umount2 and
2323         sendfile.
2325 1998-08-20 16:01  Ulrich Drepper  <drepper@cygnus.com>
2327         * elf/ldd.sh.in: Redirect warnings and error messages to stderr.
2328         * elf/ldd.bash.in: Likewise.
2330         * elf/sln.c: Avoid warning for no main prototype.
2332         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove O_READ and
2333         O_WRITE.
2334         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
2335         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2337         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add F_SETSIG and
2338         F_GETSIG.
2339         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
2340         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
2341         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2343 1998-08-20  Philip Blundell  <pb@nexus.co.uk>
2345         * sysdeps/arm/fpu/ieee754.h: Move to...
2346         * sysdeps/arm/ieee754.h: ... here.
2348         * sysdeps/arm/__longjmp.S: Put return value in correct register.
2349         Don't set the condition flags unnecessarily.
2350         * sysdeps/arm/fpu/__longjmp.S: Likewise.  Restore floating point
2351         registers correctly.
2353         * sysdeps/arm/dl-machine.h: Fix problems with profiling code
2354         (patch from Scott Bambrough).
2356         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add missing semicolons.
2358         * csu/initfini.c (_init): Don't check whether __gmon_start__ is
2359         NULL, just call it unconditionally.
2360         (__gmon_start__): Provide stub version as a weak symbol.
2362 1998-07-30  Philip Blundell  <philb@gnu.org>
2364         * sysdeps/unix/sysv/linux/arm/init-first.h: New file (from patch
2365         by Scott Bambrough)
2367         * sysdeps/unix/sysv/linux/arm/errlist.c: New file; ARM tools don't
2368         like `@' in .type directives.
2370         * sysdeps/arm/bsd-setjmp.S: Use PLT for procedure call.
2371         * sysdeps/arm/bsd-_setjmp.S: Likewise.
2373         * sysdeps/arm/dl-machine.h: Set __libc_stack_end.
2375 1998-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2377         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN): Correct value.
2378         (F_GETOWN): Likewise.
2380         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_SIGIO): Add it (from
2381         Linux 2.1.117).
2383 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
2385         * sysdeps/generic/glob.c [_LIBC]: Define __stat only if not
2386         already defined.
2388 1998-08-18  Ulrich Drepper  <drepper@cygnus.com>
2390         * include/features.h: Define __USE_EXTERN_INLINES for recent
2391         enough gcc.
2392         * argp/argp.h: Define extern inline functions only if
2393         __USE_EXTERN_INLINES is defined.
2394         * libio/stdio.h: Likewise.
2395         * math/math.h: Likewise.
2396         * stdlib/stdlib.h: Likewise.
2397         * string/argz.h: Likewise.
2398         * sysdeps/generic/bits/sigset.h: Likewise.
2399         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
2400         * sysdeps/unix/sysv/sysv4/bits/sigset.h: Likewise.
2401         * sysdeps/wordsize-32/inttypes.h: Likewise.
2402         * sysdeps/wordsize-64/inttypes.h: Likewise.
2403         * wcsmbs/wchar.h: Likewise.
2405         * sysdeps/generic/bits/glob.c [_LIBC]: Define __stat using __xstat
2406         to allow compilation without optimization.
2408 1998-08-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2410         * nis/nss_compat/compat-grp.c: Set errno to ENOENT if we have no
2411         more entries.
2412         * nis/nss_compat/compat-initgroups.c: Likewise.
2413         * nis/nss_compat/compat-pwd.c: Likewise.
2414         * nis/nss_compat/compat-spwd.c: Likewise.
2415         * nis/nss_nis/nis-alias.c: Likewise.
2416         * nis/nss_nis/nis-ethers.c: Likewise.
2417         * nis/nss_nis/nis-grp.c: Likewise.
2418         * nis/nss_nis/nis-hosts.c: Likewise.
2419         * nis/nss_nis/nis-initgroups.c: Likewise.
2420         * nis/nss_nis/nis-network.c: Likewise.
2421         * nis/nss_nis/nis-proto.c: Likewise.
2422         * nis/nss_nis/nis-pwd.c: Likewise.
2423         * nis/nss_nis/nis-rpc.c: Likewise.
2424         * nis/nss_nis/nis-service.c: Likewise.
2425         * nis/nss_nis/nis-spwd.c: Likewise.
2427         * nis/rpcsvc/yp.h: Generate new without 1024 byte limits.
2429         * nis/ypclnt.c: Try binding dir only first time, could be to old.
2431         * nis/yp_xdr.c: Remove 1024 byte limit.
2432         * nis/ypupdate_xdr.c: Likewise.
2434         * nis/nss_nis/nis-publickey.c: Make sure, nobody could send
2435         wrong data.
2437 1998-08-18  Roland McGrath  <roland@baalperazim.frob.com>
2439         * Rules (binaries-static, binaries-shared static pattern rules):
2440         Depend on lib%, not just libc%, from $(link-libc{,-static}).
2442         * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
2443         this here, overriding Makeconfig generic value so we link against
2444         the RPC libs.
2446 1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
2448         * posix/tstgetopt.c (options): Add NULL entry at end
2449         Patch by Adrian Miranda <ade@psg.com>.
2451 1998-08-15 18:21  Ulrich Drepper  <drepper@cygnus.com>
2453         * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION.  Move EI_PAD
2454         to 9.
2456 1998-08-15 14:11  Ulrich Drepper  <drepper@cygnus.com>
2458         * elf/elf.h: Add PPC Diab relocations.
2460         * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
2462 1998-08-14 10:08  Ulrich Drepper  <drepper@cygnus.com>
2464         * manual/texinfo.tex: Update.
2466 1998-08-07  Geoff Keating  <geoffk@ozemail.com.au>
2468         * sysdeps/powerpc/backtrace.c: New file.
2470 1998-08-14  Philip Blundell  <pb@nexus.co.uk>
2472         * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling
2473         sigjmp_save.
2474         * sysdeps/arm/elf/setjmp.S: Obsolete, deleted.
2476 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2478         * Makefile (install-symbolic-link): Fix spelling.
2480 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2482         * elf/elf.h (SHT_HIOS): Fix value.
2484 1998-08-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2486         * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as
2487         part of the expansion, this is undefined by the standard.
2489 1998-08-13 19:41  Ulrich Drepper  <drepper@cygnus.com>
2491         * posix/getconf.c: Add support for systems with incomplete confname.h.
2493         * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined.
2495         * sysdeps/posix/wait3.c: Make it work.
2497 1998-08-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2499         * Makefile ($(inst_slibdir)/libc-$(version).so): Remove.
2500         (elf/ldso_install): Remove.
2502         * elf/Makefile (distribute): Add sln.c.
2503         (others): Add sln.
2504         (others-static): Add sln.
2505         (install-rootsbin): Add sln.
2506         (others-static): Add sln.
2507         (ldso_install): Remove.
2509 1998-07-24 10:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2511         * Makerules (install-clean-symbolic-link-list): Make phony.
2512         * Makefile (install-symbolic-link): Make phony.  Depend on
2513         subdir_install for parallel makes.
2516 1998-07-22  Ulrich Drepper  <drepper@cygnus.com>
2518         * elf/Makefile (distribute): Add sln.c
2520 1998-07-21 07:10  H.J. Lu  <hjl@gnu.org>
2522         * elf/sln.c: New file.
2524         * Makerules (symbolic-link-prog, symbolic-link-list): New macros.
2525         (install-clean-symbolic-link-list): New target.
2526         (install): Depend on install-clean-symbolic-link-list.
2527         (make-shlib-link): Changed for $(symbolic-link-list).
2529         * Makefile (install-symbolic-link): New target.
2530         (install): Depend on install-symbolic-link.
2532 1998-08-12 17:03  Ulrich Drepper  <drepper@cygnus.com>
2534         * include/unistd.h: Protect against multiple inclusion.
2536         * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
2537         is defined, not is glob is defined.
2538         * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
2540 1998-08-01 17:18  H.J. Lu  <hjl@gnu.org>
2542         * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
2543         xdr_string for ut_line, ut_name and ut_host.
2545 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2547         * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
2548         /var/mail in accordance with FHS 2.0.
2549         Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
2551 1998-08-12  Richard Henderson  <rth@cygnus.com>
2553         * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
2554         Update aliases for cancelation.
2556         * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
2557         playing with symbol versions.
2559 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
2561         * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
2562         multiple inclusion protection.
2563         (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
2564         _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
2565         define all these to 1.
2566         (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
2568 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
2570         * sysdeps/mach/usleep.c: Include <unistd.h>.
2571         (usleep): Return void.
2573 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
2575         * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
2576         decl to inhibit warning in if_freenameindex defn.
2578         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
2580         * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
2582         * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
2583         * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
2584         * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
2585         * sysdeps/mach/usleep.c: Likewise.
2587         * sysdeps/mach/hurd/bind.c (bind): Add a const.
2589         * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
2590         * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
2591         * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
2592         * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
2593         * sysdeps/mach/usleep.c (usleep): Likewise.
2594         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
2595         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
2596         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
2597         * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
2599 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
2601         * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
2602         (glob64): Fix typo.
2604         * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
2605         %p arg to fprintf, since `void *' is the right type already.
2607 1998-07-25 19:47  Jose M. Moya  <josem@gnu.org>
2609         * sysdeps/mach/hurd/getcwd.c
2610         (_hurd_canonicalize_directory_name_internal): Do not loop forever
2611         for unknown root directories.
2612         (__getcwd): Return NULL when the current root directory could not
2613         be reached.
2615 1998-08-11 18:39  Ulrich Drepper  <drepper@cygnus.com>
2617         * string/strsignal.c (strsignal): Count real-time signals from zero.
2620 See ChangeLog.8 for earlier changes.