Update.
[glibc.git] / ChangeLog
blobed49343600df91ad0a557eef263b0501b2e3177d
1 1998-10-08  Paul Eggert  <eggert@twinsun.com>
3         * time/mktime.c (__mktime_internal): When the requested time falls
4         in a spring-forward gap of size DT, return a time that is DT away
5         from the requested time, preferring a time whose tm_isdst differs
6         from the requested value.  Bump the max number of probes from 4 to
7         6 to account for the extra probes needed to discover a
8         spring-forward gap in the worst case.
10 1998-10-07 17:05  Ulrich Drepper  <drepper@cygnus.com>
12         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Improve the autodetection
13         of the weird alpha architectures.
14         Patch by Cristian Gafton <gafton@redhat.com>.
16 1998-02-18 23:31  Richard Henderson  <rth@cygnus.com>
18         * sysdeps/unix/sysv/linux/alpha/ioperm.c: Add support for
19         RAWHIDE and TSUNAMI.  Patch from Jay.Estabrook@digital.com.
21 1998-10-07  Ulrich Drepper  <drepper@cygnus.com>
23         * elf/dl-open.c (_dl_global_scope_alloc): Make global.
24         (dl_open_worker): Use realloc, not malloc to resize array.
25         * elf/rtld.c (_dl_initial_searchlist): New variable.
26         (_dl_main): Copy content of _dl_main_searchlist to
27         _dl_initial_searchlist.
28         * elf/ldsodefs.h: Add declarations for _dl_initial_searchlist and
29         _dl_global_scope_alloc.
30         * elf/Versions [libc, GLIBC_2.1]: Add _dl_initial_searchlist.
31         * elf/dl-close.c (_dl_close): When removing object with global
32         scope remove allocated searchlist if no dynamically loaded object
33         is on it anymore.
34         * elf/dl-support.c (_dl_initial_searchlist): Renamed from fake_scope.
35         (_dl_global_scope, _dl_main_searchlist): Use _dl_initial_searchlist.
37         * malloc/mtrace.c (tr_where): Don't print space in location string,
38         print it afterwards.  Print better symbol name information.
40 1998-10-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
42         * manual/filesys.texi (Setting Permissions): Fix example for
43         reading umask.
45 1998-10-07  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
47         * elf/sprof.c (load_profdata): Fix typo in error message.
49 1998-10-06  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
51         * sysdeps/m68k/dl-machine.h (RTLD_START): Fix clearing startup
52         flag.
54 1998-10-04  Roland McGrath  <roland@baalperazim.frob.com>
56         * mach/mach.h: Remove __mach_msg decl; <mach/message.h> now does it.
58 1998-10-06  Ulrich Drepper  <drepper@cygnus.com>
60         * version.h (VERSION): Bump to 2.0.97.
62 1998-10-05  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
64         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use __P
65         in definitions of inline stat functions so that they match the
66         declaration.
67         * stdlib/stdlib.h: Likewise.
68         * wcsmbs/wchar.h: Likewise.
69         * libio/stdio.h: Likewise.
70         * stdio/stdio.h: Likewise.
71         * sysdeps/wordsize-64/inttypes.h: Likewise.
72         * sysdeps/wordsize-32/inttypes.h: Likewise.
73         * string/argz.h: Likewise.
74         * argp/argp.h: Likewise.
76 1998-10-06  Ulrich Drepper  <drepper@cygnus.com>
78         * sysdeps/unix/sysv/linux/bits/in.h: Remove ipv6_mreq which is in
79         netinet/in.h.
81 1998-10-05  Philip Blundell  <philb@gnu.org>
83         * sysdeps/unix/sysv/linux/bits/in.h: Add various new structures
84         and constants.  Tidy up formatting a little.
86         * sysdeps/unix/sysv/linux/bits/socket.h (SOL_IPV6, SOL_ICMPV6):
87         Move definitions to in.h.
89 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
91         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_PREFER,
92         SWAP_FLAG_PRIO_MASK,SWAP_FLAG_PRIO_SHIFT): Added.
93         Remove inclusion of <linux/swap.h>.
95 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
97         * io/sys/stat.h: Use __P in definitions of inline stat functions
98         so that they match the declaration.
100 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
102         * sysdeps/unix/sysv/linux/sys/quota.h (Q_RSQUASH): Added.
104 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
106         * sysdeps/unix/sysv/linux/sys/acct.h: Bring in sync with current
107         linux 2.1 version.
109 1998-10-02  Philip Blundell  <pb@nexus.co.uk>
111         * sysdeps/arm/dl-machine.h: Fix typo in last change.
113         * sysdeps/arm/bits/huge_val.h: New file.
115 1998-10-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
117         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_POWER_OFF): Added.
119         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_SYSCALL): Add
120         define.
122 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
124         * sysdeps/posix/getcwd.c (__getcwd): Use temporary variable to
125         store result of realloc instead of using BUF.
127 1998-10-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
129         * misc/sgtty.h (_SGTTY_H): Correct spelling.
130         Reported by Rouben Rostamian <rostamian@umbc.edu> [PR libc/817].
132 1998-10-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
134         * manual/memory.texi (Obstacks): Document
135         obstack_alloc_failed_handler usage.
137         * malloc/obstack.h: Enhance comment about
138         obstack_alloc_failed_handler usage.
139         * malloc/obstack.c: Likewise.
141 1998-10-05  Ulrich Drepper  <drepper@cygnus.com>
143         * misc/sys/cdefs.h (__extension__): Define as empty if no gcc or
144         gcc before 2.8 is used.
146 1998-10-01  Philip Blundell  <pb@nexus.co.uk>
148         * sysdeps/arm/machine-gmon.h: Correct args to mcount().  Patch
149         from Scott Bambrough.
151         * sysdeps/unix/sysv/linux/arm/register-dump.h: New file.
153         * libio/libioP.h (FILEBUF_LITERAL) [! _IO_MTSAFE_IO]: Don't
154         include the lock member.
156 1998-09-03  Philip Blundell  <pb@nexus.co.uk>
158         * sysdeps/arm/fpu/__longjmp.S: Cope with fussy assembler.
160 1998-10-01  Ulrich Drepper  <drepper@cygnus.com>
162         * timezone/zic.c: Update from tzcode1998h.
163         * timezone/europe: Update from tzdata1998i.
164         * timezone/southamerica: Likewise.
166         * sys/types.h: Protect use of long long by __extension__.
167         * stdlib/stdlib.h: Likewise.
168         * string/string.h: Likewise.
169         * sysdeps/i386/bits/byteswap.h: Likewise.
170         * sysdeps/geeric/bits/byteswap.h: Likewise.
171         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
172         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
173         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
174         * sysdeps/wordsize-32/inttypes.h: Likewise.
175         * sysdeps/wordsize-32/stdint.h: Likewise.
176         * wcsmbs/wchar.h: Likewise.
178 1998-09-29  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
180         * string/bits/string2.h (__string2_1bptr_p): Don't use a statement
181         expression.
182         (__mempcpy, strcpy, __stpcpy, strcmp, strcspn, strspn, strpbrk,
183         __strsep): Greatly reduce size of expansion by combining common
184         expressions.
185         (__mempcpy_small, __strcpy_small, __stpcpy_small): Convert to
186         inline function.
187         (__mempcpy_args, __strcpy_args, __stpcpy_args): New macros, used
188         by the above definitions.
190 1998-09-27  Geoff Keating  <geoffk@ozemail.com.au>
192         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: New file, use
193         correct struct ipc_perm definition.
195 1998-09-29  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
197         * nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free.
199 1998-09-29  Cristian Gafton  <gafton@redhat.com>
201         * sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[].
202         * sysdeps/unix/sysv/linux/net/if_shaper.h: New file.
203         * sysdeps/unix/sysv/linux/Dist: Add net/if_shaper.h.
204         * sysdeps/unix/sysv/linux/Makefile [subdirs=inet] (sysdep_headers):
205         Add net/if_shaper.h.
207 1998-09-29  Ulrich Drepper  <drepper@cygnus.com>
209         * nis/ypclnt.c (yp_all): Close socket opened by __yp_bind.
211         * nis/ypclnt.c: Remove not needed close calls.
213 1998-09-28 23:55  Ulrich Drepper  <drepper@cygnus.com>
215         * nis/ypclnt.c (__yp_bind): Pretty print.  Optimize readv result
216         check a bit.  Also close socket of domain client.  Close socket
217         in IPPORT_RESERVED error case.
219 1998-09-28  Ulrich Drepper  <drepper@cygnus.com>
221         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use
222         CMSG_ALIGN (fixes a bug) and correct test for availability of
223         another entry.
224         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Sync with generic
225         Linux version.
226         (__cmsg_nxthdr): Use CMSG_ALIGN (fixes a bug) and correct test for
227         availability of another entry.
228         Patch by ak@muc.de.
230         * sysdeps/unix/sysv/linux/netinet/ip.h (IPOPT_NOOP): Fix typo.
231         Patch by ak@muc.de.
233         * libio/libio.h [!__STDC__]: Define const only if not defined.
235 1998-09-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
237         * posix/annexc.c (xsystem): New function.  Use it instead of
238         system.
240 1998-09-28  Ulrich Drepper  <drepper@cygnus.com>
242         * stdlib/longlong.h: Remove #endif for #if removed in last change.
244 1998-09-25  Ulrich Drepper  <drepper@cygnus.com>
246         * time/strftime.c [emacs]: Define my_strftime to emacs_strftimeu.
247         Define ut_argument, ut_argument_spec, and ut_argument_spec_iso to
248         allow using `ut' parameter.
249         [!emacs]: Define ut_argument, ut_argument_spec, and
250         ut_argument_spec_iso as empty.  Define ut to 0.  Add ut_argument and
251         argument_spec to prototypes and definitions.
252         (my_strftime): Don't call tzset of ut != 0.
253         Compute diff as 0 is ut != 0;
254         [emacs]: Define new emacs_strftime function.
255         Based on a patch by Paul Eggert.
257 1998-09-24  Paul Eggert  <eggert@twinsun.com>
259         * time/strftime.c (my_strftime): When asking for the length of the
260         subformatted buffer, do not limit the length to look for;
261         otherwise, we have no reliable way to distinguish between the
262         empty buffer and an error.
264 1998-09-25  Ulrich Drepper  <drepper@cygnus.com>
266         * math/Makefile (gmp-objs): Add mp_clz_tab.
268 1998-09-25  David S. Miller  <davem@pierdol.cobaltmicro.com>
270         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear bits don't
271         set them.
272         * stdlib/longlong.h (sparc udiv_qrnnd): Define inline version for
273         cpus lacking hardware multiply and divide.
275 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
277         * db/Makefile ($(inst_slibdir)/libdb.so$(libdb1.so-version)): Use
278         $(<F), not $(^F).
280 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
282         * db/btree/bt_delete.c: Fix -Wparentheses warning.
284 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
286         * Makefile ($(inst_includedir)/gnu/lib-names.h): Use
287         $(do-install).
289 1998-09-24  Ulrich Drepper  <drepper@cygnus.com>
291         * debug/catchsegv.sh: Also produce output if clone process died.
293 1998-09-24  Paul Eggert  <eggert@twinsun.com>
295         * time/strftime.c (f_wkday): Remove duplicate definition.
296         (f_wkday, f_month, a_wkday, a_month, ampm): Define as macros when
297         !defined _NL_CURRENT && !HAVE_STRFTIME; this propagates the
298         1998-09-11 fix to this case.
299         (wkday_len, month_len): Remove these macros; they're no longer needed.
301 1998-09-24  Paul Eggert  <eggert@twinsun.com>
303         * time/strftime.c (my_strftime): Don't store past the end of a
304         zero-sized buffer.
306 1998-09-24  Paul Eggert  <eggert@twinsun.com>
308         * time/strftime.c (underlying_strftime):
309         Set the buffer to a nonzero value before calling
310         strftime, and check to see whether strftime has set the buffer to zero.
311         This lets us distinguish between an empty buffer and an error.
313 1998-09-24  Paul Eggert  <eggert@shade.twinsun.com>
315         * time/strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
316         This fix is propagated from tzcode1998g.tar.gz.
318 1998-09-24  Mark Kettenis  <kettenis@phys.uva.nl>
320         * sysdeps/unix/siglist.c: Make sys_siglist a weak alias for
321         _sys_siglist.  [!HAVE_GNU_LD]: Do not define _sys_siglist as
322         sys_siglist.  This is handled correctly by the weak_alias macro.
324 1998-09-24  Ulrich Drepper  <drepper@cygnus.com>
326         * sysdeps/posix/getcwd.c: Prevent compiler warning from redefinition
327         of mempcpy.  Reported by Andreas Jaeger.
329         * misc/regexp.h (compile): Use alloca instead of __alloca.  It won't
330         pollute the namespace since the compiler will resolve it inline.
331         Reported by Florian La Roche <florian@suse.de>.
333 1998-09-24 10:29  Ulrich Drepper  <drepper@cygnus.com>
335         * timezone/private.h: Update from tzcode1998g.
337         * timezone/africa: Update from tzdata1998h.
338         * timezone/asia: Likewise.
339         * timezone/australasia: Likewise.
340         * timezone/europe: Likewise.
341         * timezone/northamerica: Likewise.
342         * timezone/southamerica: Likewise.
343         * timezone/zone.tab: Likewise.
345 1998-09-23 17:28 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
347         * misc/sys/mman.h: New file.
349         * sysdeps/generic/bits/mman.h: New file.
350         * sysdeps/unix/bsd/osf/bits/mman.h: New file.
351         * sysdeps/unix/bsd/sun/sunos4/bits/mman.h: New file.
352         * sysdeps/unix/bsd/ultrix4/bits/mman.h: New file.
353         * sysdeps/unix/sysv/irix4/bits/mman.h: New file.
355         * sysdeps/generic/sys/mman.h: Removed.
356         * sysdeps/unix/bsd/osf/sys/mman.h: Removed.
357         * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Removed.
358         * sysdeps/unix/bsd/ultrix4/sys/mman.h: Removed.
359         * sysdeps/unix/sysv/irix4/sys/mman.h: Removed.
360         * sysdeps/unix/sysv/linux/sys/mman.h: Removed.
362         * include/sys/mman.h: Look directly for misc/sys/mman.h.
363         * misc/Makefile (headers): Add bits/mman.h.
364         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
365         bits/mman.h.
367         * sysdeps/unix/sysv/linux/alpha/Dist: Don't mention bits/mman.h.
368         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
369         * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
370         * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
371         * sysdeps/unix/sysv/linux/mips/Dist: Likewise.
372         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
373         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
374         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
376 1998-09-23 16:27 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
378         * sysdeps/mach/alpha/sysdep.h: Don't use #include_next.
379         * sysdeps/mach/alpha/thread_state.h: Likewise.
380         * sysdeps/mach/i386/sysdep.h: Likewise.
381         * sysdeps/mach/i386/thread_state.h: Likewise.
382         * sysdeps/mach/mips/sysdep.h: Likewise.
383         * sysdeps/mach/mips/thread_state.h: Likewise.
384         * sysdeps/posix/profil.c: Likewise.
385         * sysdeps/i386/i586/memcopy.h: Likewise.
386         * sysdeps/mach/pagecopy.h: Likewise.
388 1998-09-23 15:25  Ulrich Drepper  <drepper@cygnus.com>
390         * libio/stdio.h: Define __need_getopt and include getopt.h to define
391         getopt stuff.
392         * posix/unistd.h: Likewise.
393         * stdio/stdio.h: Likewise.
394         * posix/getopt.h: Remove _GNU_SOURCE use.  If __need_getopt is defined
395         define only getopt and the variables.
397 1998-09-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
399         * scripts/test-installation.pl (installation_problem): Don't link
400         the test program against libdb1.
402 1998-09-23 13:52  Ulrich Drepper  <drepper@cygnus.com>
404         * Makeconfig (all-subdirs): Add db.
405         * Versions.def: Add definition for libdb1.
406         * shlib-versions: Add definitions for libdb1.
407         * db/Makefile (extra-libs): Replace by libdb1.
408         (libdb-routines): Rename to libdb1-routines.
409         (headers): Rename to db1-headers.
410         (distribute): Add $(db1-headers).
411         (install-others): Define to install symlink libdb.so.NN and the
412         $(db1-headers).
413         (CPPFLAGS): Add -DUSE_LIBDB1
414         Remove rules to build makedb.
415         * db/Versions: Rename libdb to libdb1.
416         * include/db.h: If USE_LIBDB1 is defined include db/db.h.
417         * db/makedb.c: Removed.
419         * scripts/versions.awk: Recognize digits in library names.
421         * db/btree/bt_open.c: Fix compiler warnings.
422         * db/btree/bt_put.c: Likewise.
423         * db/btree/bt_split.c: Likewise.
424         * db/hash/hash.c: Likewise.
425         * db/hash/hash_bigkey.c: Likewise.
426         * db/recno/rec_close.c: Likewise.
428         * Makefile: Add localedata/% goal.
430 1998-09-22 19:58 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
432         * posix/execvp.c: Don't give up searching the PATH if execve
433         returns ENOTDIR.
435 1998-09-22 12:53  Ulrich Drepper  <drepper@cygnus.com>
437         * sysdeps/unix/sysv/linux/init-first.c (init): Don't call setfpucw only
438         if _dl_fpu_control_set is set.
439         * sysdeps/generic/dl-sysdep.c: Don't set _dl_fpu_control_set.
440         * elf/rtld.c: Don't define _dl_fpu_control_set.
441         * elf/Versions: Remove _dl_fpu_control_set.
443 1998-09-22 11:51  Ulrich Drepper  <drepper@cygnus.com>
445         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (SA_ONSTACK): Define.
446         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
447         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
448         Correct values of other SA_* macros according to kernel headers.
450 1998-09-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
452         * elf/dl-load.c (_dl_init_paths): Avoid warning about unused
453         variable l.
454         * elf/dl-error.c (_dl_catch_error): Avoid warning about clobbering
455         old.
457 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
459         * elf/ldsodefs.h: Fix typo in comment.
461 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
463         * libio/genops.c (_IO_default_pbackfail): Add cast to unsigned
464         char when comparing buffer contents with putback character.
466 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
468         * elf/Makefile (dl-routines, elide-routines.os, rtld-routines):
469         Undo last change.
470         * elf/Versions: Undo last change.  Export _dl_fpu_control and
471         _dl_fpu_control_set.
472         * elf/rtld.c (_dl_fpu_control, _dl_fpu_control_set): New
473         variables.  Include <fpu_control.h>.
474         * sysdeps/generic/dl-sysdep.c: Store AT_FPUCW value in
475         _dl_fpu_control instead of __fpu_control, set _dl_fpu_control_set
476         to indicate that is was seen.
477         * sysdeps/unix/sysv/linux/init-first.c: Omit call to __setfpucw
478         only if _dl_fpu_control was set and is equal to desired value.
479         * math/Makefile (aux): Undo last change.
480         * math/Versions: Export __fpu_control with version GLIBC_2.0.
482 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
484         * sysdeps/m68k/dl-machine.h (elf_machine_lazy_rel): Slightly
485         optimized.
487 1998-09-21 10:00  Ulrich Drepper  <drepper@cygnus.com>
489         * string/bits/string2.h: Add mempcpy optimization.
490         * sysdeps/generic/mempcpy.c: Undefined __mempcpy.
491         * intl/localealias.c: Define mempcpy only if not already defined.
493         * sysdeps/i386/i486/bits/string.h: Define ffsl only if not already
494         defined.
496 1998-09-20 10:48 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
498         * csu/abi-note.S: Emit the note directly instead of defining
499         a preprocessor macro that's only used once.  Don't include sysdep.h.
500         * abi-tags: Generalize Solaris entry.
502 1998-09-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
504         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1, __libc_ptyname2):
505         Change to array to avoid runtime relocation.
506         * sysdeps/unix/sysv/linux/ptsname.c: Update declarations.
508 1998-09-21 12:22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
510         * malloc/Makefile ($(objpfx)libmcheck.a): Fix use of $(LN_S).
511         * math/Makefile ($(objpfx)libieee.a): Likewise.
513 1998-09-21  Ulrich Drepper  <drepper@cygnus.com>
515         * sysdeps/generic/getpt.c: Fix order of argument to weak_alias.
516         Patch by John Tobey <jtobey@banta-im.com>.
518 1998-09-20  Ulrich Drepper  <drepper@cygnus.com>
520         * login/Makefile (distribute): Remove pty-internal.h, add
521         pty-private.h.
523         * stdlib/tst-strtol.c: Add more checks.
524         Patch by Zack Weinberg <zack@rabi.columbia.edu>.
526 1998-09-20 09:37  Ulrich Drepper  <drepper@cygnus.com>
528         * elf/Versions [GLIBC_2.1] (libc): Add __fpu_control.
529         * elf/elf.h: Add AT_FPUCW.
530         * elf/Makefile (dl-routines): Add fpu_control.
531         (elide-routines.os): Add fpu_control.
532         (rtld-routines): Add fpu_control.
533         * math/Makefile (aux): Remove fpu_control.
534         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle AT_FPUCW.
535         (_dl_show_auxv): Likewise.
536         * sysdeps/unix/sysv/linux/init-first.c (init): Use __setfpucw only
537         if different from OS default.
539         * stdio-common/tstscanf.c: Add test case for (nil).
541 1998-09-18 17:41  Ulrich Drepper  <drepper@cygnus.com>
543         * libio/fileops.c (_IO_new_file_underflow): Before allocating
544         buffer make sure the pushback buffer is destroyed.
545         (_IO_new_file_seekoff): Likewise.
546         If mode==0 quit early with the result.
547         Clear OEF flag after successful fseek.
548         * libio/libio.h (_IO_FILE_complete): Add _IO_save_ptr.
549         * libio/ftello.c (ftello): Add offset from original buffer if
550         stream has pushed back characters.
551         * libio/ftello64.c (ftello64): Likewise.
552         * libio/iofgetpos.c (_IO_fgetpos): Likewise.
553         * libio/iofgetpos64.c (_IO_fgetpos64): Likewise.
554         * libio/ioftell.c (_IO_ftell): Likewise.
555         * libio/genops.c (_IO_switch_to_main_get_area): Swap _IO_read_ptr
556         and _IO_save_ptr.
557         (_IO_switch_to_backup_area): Save _IO_read_ptr in _IO_save_ptr.
558         (_IO_default_pbackfail): Only stored push back character in original
559         buffer if it is the same as the one in the file at this position.
560         * libio/iofclose.c: Free backup buffer if one is available.
561         * libio/ioseekoff.c (_IO_seekoff): Only remove pushback buffer if
562         mode!=0.
564         * strdlib/strtol.c (strtol): Handle 0x... string for base!=0 correctly.
566         * time/strftime.c [_LIBC] (ampm): Use tp->tm_hour not hour12.
568         * stdio-common/vfscanf.c: Fix reading (nil) for %p.
570 1998-09-18  Mark Kettenis  <kettenis@phys.uva.nl>
572         * login/programs/pt_chown.c (more_help): Correct message that
573         describes the purpose of the program.
575         * login/openpty.c: Do not include pty-private.h.
576         (pts_name): New function.  Return name of slave pseudo terminal in
577         an allocated buffer if necessary.
578         (openpty): Use pts_name to get name of the slave end of the pseudo
579         terminal pair.
581         * sysdeps/unix/grantpt.c (grantpt): Free buffer allocated by
582         pts_name before return.
584 1998-09-18 11:15  Ulrich Drepper  <drepper@cygnus.com>
586         * math/math.h: Define __NO_MATH_INLINES if __STRICT_ANSI__.
588 1998-09-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
590         * login/openpty.c: Include pty-private.h instead of
591         pty-internal.h.
593 1998-09-09  Philip Blundell  <pb@nexus.co.uk>
595         * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Optimise a bit.
597 1998-09-07  Philip Blundell  <pb@nexus.co.uk>
599         * sysdeps/arm/dl-machine.h (RTLD_START): Keep in step with
600         recent ld.so changes.
601         (elf_machine_runtime_setup): Correct behaviour when profiling.
603 1998-09-17 19:34  Ulrich Drepper  <drepper@cygnus.com>
605         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Fix typo.
606         Patch by John Tobey <jtobey@banta-im.com>.
608 1998-09-17  Mark Kettenis  <kettenis@phys.uva.nl>
610         * login/pty-internal.h: Removed.  Moved constants related to the
611         `grantpt' helper program protocol to ...
612         * login/pty-private.h: ... here.  New file.
613         * sysdeps/unix/sysv/linux/ptsname.c (ptsname): Reimplementation
614         to make the function work with kernels >= 2.1.115.
615         * sysdeps/unix/sysv/linux/getpt.c (getpt): Reimplement to call BSD
616         version if using the cloning device fails.
617         * sysdeps/unix/sysv/linux/grantpt.c: New file.
618         * sysdeps/unix/sysv/linux/unlockpt.c: General cleanup.
619         * sysdeps/unix/bsd/getpt.c (__getpt): Largely rewritten to allow
620         use by Linux specific code.
621         * sysdeps/unix/bsd/unlockpt.c: General cleanup.
622         * sysdeps/unix/grantpt.c: Largely rewritten.  (pts_name): New
623         function.  (grantpt): Use pts_name, check group and permission
624         mode in addition to owner.  Try to set the owner, group and
625         permission mode first without invoking the helper program.
626         * login/programs/pt_chown.c: Largely rewritten.  Add argp and
627         internationalization support.  Use symbolic constants instead of
628         hardwired numbers for permission mode.
629         * sysdeps/unix/bsd/ptsname.c: New file.
631 1998-09-17 22:04  Tim Waugh  <tim@cyberelk.demon.co.uk>
633         * posix/wordexp-test.c: Undo last change.
635         * posix/wordexp.c: Undo last change.
637 1998-09-16  Ulrich Drepper  <drepper@cygnus.com>
639         * nscd/grpcache.c (save_grp): Partly undo last change.
641         * nscd/pwdcache.c (save_pwd): Undo last change.
643 1998-09-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
645         * sysdeps/mach/hurd/dl-cache.c (_dl_unload_cache): New dummy
646         function.  Reported by okuji@kuicr.kyoto-u.ac.jp [PR libc/789].
648 1998-09-15  David S. Miller  <davem@pierdol.cobaltmicro.com>
650         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
651         Add profiling support.
652         (TRAMPOLINE_TEMPLATE): New macro.
653         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
654         (RTLD_START): Prettify, and set __libc_stack_end properly.
655         (elf_machine_rela) [R_SPARC_COPY]: Remove RTLD_BOOTSTRAP ifndef
656         and check for sym being NULL instead.
657         * sysdeps/sparc/sparc64/addmul_1.S: Adjust to allocate 192 bytes
658         of stack space.
659         * sysdeps/sparc/sparc64/lshift.S: Likewise.
660         * sysdeps/sparc/sparc64/mul_1.S: Likewise.
661         * sysdeps/sparc/sparc64/rshift.S: Likewise.
662         * sysdeps/sparc/sparc64/submul_1.S: Likewise.
663         * sysdeps/sparc/sparc64/elf/crtbegin.S: Likewise and remove old
664         MEDANY code model %g4 usage.
665         * sysdeps/sparc/sparc64/elf/crtend.S: Likewise and remove old
666         MEDANY code model %g4 usage.
667         * sysdeps/sparc/sparc64/elf/start.S: Rework to not use old FULLANY
668         code model address formation.
669         * sysdeps/sparc/sparc64/dl-machine.h: Don't include link.h, do
670         include elf/ldsodefs.h
671         (DT_SPARC): Remove.
672         (elf_machine_matches_host): It is now EM_SPARCV9.
673         (elf_machine_dynamic): Clean up to remove ugly cast.
674         (elf_machine_fixup_plt): Rework for new V9 ABI, add support for
675         new PLT formats.
676         (elf_machine_rela): Don't do anything at all for R_SPARC_NONE.
677         Prettify rest of function.
678         [R_SPARC_COPY]: Check for sym being NULL.
679         [R_SPARC_32]: Handle it.
680         [R_SPARC_H44, R_SPARC_M44, R_SPARC_L44]: Handle them for the
681         MEDMID code model.
682         [R_SPARC_HH22, R_SPARC_HM10, R_SPARC_LM22]: Handle them for the
683         MEDANY code model.
684         [R_SPARC_NONE]: Remove this case, as it is now checked earlier.
685         (elf_machine_runtime_setup): Rewrite for new V9 ABI plt formats.
686         Add profiling support.
687         (TRAMPOLINE_TEMPLATE): New macro.
688         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
689         (RTLD_START): Prettify and set __libc_stack_end.
690         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h (SA_SIGINFO):
691         Define.
692         * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Set to 64.
693         (SIGRTMIN, SIGRTMAX, __SIGRTMIN, __SIGRTMAX): Define.
694         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c (__brk): Remove
695         unused variable scratch.
696         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
697         (__syscall_rt_sigaction, __rt_sigreturn_stub, __sigreturn_stub):
698         Declare.
699         (__sigaction): Rewrite rt_sigaction case to pass correct sigreturn
700         stub to rt_sigaction syscalls.  Rewrite non-rt case to use correct
701         old format kernel sigaction structures.
702         * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext.h: Move...
703         * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: to here.
704         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Remove ucontext.h
705         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Fix
706         ucontext include.
707         (_JMPBUF_UNWINDS): Define.
708         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Declare
709         statfs64 structure, which is exactly the same as the normal one.
710         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Allocate 192 bytes
711         of stack.  Use correct syscall trap number.  Add branch prediction
712         settings to branch instructions.  Remove old MEDANY code model %g4
713         referneces for non-PIC.
714         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
715         * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
716         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: Likewise.
717         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
718         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
719         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
720         __libc_longjmp and __libc_siglongjmp strong aliases.
721         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c (__readdir64):
722         Also define to __no__readdir64_decl around readdir.c inclusion.
723         (__readdir64): Add strong alias.
724         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: New file.
725         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getrlimit):
726         Set strong and weak names properly.
728 1998-09-16 11:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
730         * manual/Makefile (AWK): Default to gawk if standalone.
732 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
734         * Makefile (distribute): Undo last change.
735         * Make-dist (+tsrc) [not subdir]: Also include indirection headers
736         for sysdep headers.
737         (+subdir-headers): Removed, unused.
739 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
741         * stdio-common/Makefile ($(inst_includedir)/bits/stdio_lim.h): Use
742         $(do-install).
744 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
746         * Makerules ($(+sysdir_pfx)sysd-Makefile): Don't check for
747         absolute name in $(config-sysdirs), can never happen.
748         ($(+sysdir_pfx)sysd-rules): Likewise.
749         * Makeconfig (full-config-sysdirs): Likewise.
750         (all-Subdirs-files): Prepend $(..).
752         * configure.in: Don't check for absolute name in $add_ons_pfx, can
753         not happen.  Let --enable-add-ons=yes work if no add-ons actually
754         exist.
756 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
758         * Rules ($(common-objpfx)bits/stdio_%.h): Remove extra
759         continuations in command.
761 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
763         * libio/oldstdfiles.c (_IO_stdin_used): Update declaration.
765 1998-09-16 00:47  Tim Waugh  <tim@cyberelk.demon.co.uk>
767         * posix/wordexp-test.c: If expansion or substitution occurs
768         anywhere in a word, the entire word is subject to field-splitting.
770         * posix/wordexp.c (parse_glob): Look for end of word instead of
771         end of field when deciding what to glob.
772         (field_split_word): New function, now the only place where
773         field-splitting is performed.
774         (parse_dollars): New parameter - tell the caller if
775         field-splitting should be performed on this word.
777         * posix/wordexp-test.c (testit): Only call wordfree if wordexp
778         succeeded (or failed with WRDE_NOSPACE).
780 1998-09-15 19:53 1998  Tim Waugh  <tim@cyberelk.demon.co.uk>
782         * posix/wordexp.c (wordexp): Don't convert IFS characters to
783         blanks.
785         * posix/wordexp-test.c: Words not the result of expansion or
786         substitution should remain unchanged.
788 1998-09-15  Ulrich Drepper  <drepper@cygnus.com>
790         * elf/dynamic-link.h [!ELF_MACHINE_PLTREL_OVERLAP]
791         (_ELF_DYNAMIC_DO_RELOC): Correctly set ranges[1].lazy.
793 1998-09-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
795         * stdio-common/Makefile: Include Makeconfig so that
796         $(inst_includedir) is defined.
798 1998-09-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
800         * io/pwd.c: Include <mcheck.h>.
802 1998-09-15 08:00  Ulrich Drepper  <drepper@cygnus.com>
804         * nscd/pwdcache.c (save_pwd): Correct copying.
805         * nscd/grpcache.c (save_grp): Likewise.
807 1998-09-14 23:36  Ulrich Drepper  <drepper@cygnus.com>
809         * nscd/pwdcache.c (save_pwd): Rewrite to use only one malloc call.
810         (free_pwd): Adjust for this change.
811         * nscd/grpcache.c (save_grp): Rewrite to use only one malloc call.
812         (free_grp): Adjust for this change.
814 1998-09-14  Ulrich Drepper  <drepper@cygnus.com>
816         * nscd/pwdcache.c (cache_pwdinit): Allocate uidtbl of correct size.
818 1998-09-14 15:29  Ulrich Drepper  <drepper@cygnus.com>
820         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
821         (install-others): Add bits/stdio_lim.h.
822         Add rule to install bits/stdio_lim.h.
824         * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
826         * Makefile (distribute): Add include/sys/mman.h.
828         * sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
829         * sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
830         * sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
832         * grp/initgroups.c: Include stdlib.h.
833         Patch by Zack Weinberg.
835 1998-09-14 22:46  Tim Waugh  <tim@cyberelk.demon.co.uk>
837         * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
838         for field-splitting :abc: is correct, and that two fields should
839         result. Revert tests to reflect this.
841         * posix/wordexp.c (w_emptyword): Remove function.
842         (exec_comm): Don't use w_emptyword.
843         (parse_param): Likewise.
845 1998-09-14 15:00  Ulrich Drepper  <drepper@cygnus.com>
847         * sysdeps/arm/fpu/Dist: Moved to...
848         * sysdeps/arm/Dist: ...here.
849         * sysdeps/posix/Dist: Removed.
850         * sysdeps/unix/sysv/linux/Dist: Move sys/debugreg.h to...
851         * sysdeps/unix/sysv/linux/i386/Dist: ...here.
853 1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
855         * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.
857 1998-09-14 11:26  Ulrich Drepper  <drepper@cygnus.com>
859         * wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
861 1998-09-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
863         * libc-work/nis/nss_nisplus/nisplus-service.c
864         (_nss_nisplus_parse_servent): Convert port in network byte order.
866 1998-09-14 07:53 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
868         * stdlib/stdlib.h: Add a switch, __need_malloc_and_calloc,
869         to provide only malloc and calloc.
870         * include/stdlib.h: Support the above.
871         * string/bits/string2.h: Use __need_malloc_and_calloc when
872         including stdlib.h.
873         (__string2_1bptr_p): Avoid -Wbad-function-cast warnings.
875         * iconvdata/iso-2022-jp.c: Include <stdlib.h>.
876         * iconvdata/iso646.c: Include <stdlib.h>.
878 1998-09-14 07:51 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
880         * sunrpc/rpc_cout.c: Add braces around ambiguous else.
881         * sysdeps/libm-ieee754/w_pow.c: Likewise.
882         * sysdeps/libm-ieee754/w_powf.c: Likewise.
883         * sysdeps/libm-ieee754/w_powl.c: Likewise.
885 1998-09-14 07:57 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
887         * stdio-common/stdio_lim.h.in: New file.  All parameters
888         are adjustable at build time.
889         * Rules: Add a rule to build bits/stdio_lim.h from
890         stdio-common/stdio_lim.h.in.  (It has to be in Rules so that
891         all subdirectories know how to make the file.  It can't be
892         in Makerules because then it gets built at top level and the
893         dependencies are wrong.)
895         * stdio-common/Makefile (distribute): Add stdio_lim.h.in.
896         * sysdeps/unix/sysv/linux/Makefile: Delete rules to make
897         stdio_lim.h.
898         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Removed.
899         * sysdeps/unix/sysv/linux/Dist: Take out stdio_lim.h.in.
900         * sysdeps/posix/Makefile: Removed.
901         * sysdeps/posix/mk-stdiolim.c: Removed.
902         * sysdeps/generic/bits/stdio_lim.h: Removed.
904 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
906         * argp/argp-help.c: Fixup indentation.
907         * nss/nss_files/files-alias.c: Quiet -Wparentheses warning.
908         * resolv/nss_dns/dns-network.c: Likewise.
909         * resolv/res_send.c: Likewise.
910         * rt/aio_cancel.c: Likewise.
911         * rt/aio_misc.c: Likewise.
913 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
915         * Makefile (install-symbolic-link): Remove the link list file at last.
916         * Makerules (install-clean-symbolic-link-list): Removed.
918 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
920         * timezone/tst-timezone.c: Print time in UTC to get consistent
921         output.
923 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
925         * elf/rtld.c (_dl_rpath): Removed.
926         * elf/dl-support.c (_dl_path): Removed.
927         * elf/Makefile ($(objpfx)ld.so): Don't pass -rpath.
928         (CFLAGS-dl-support.c): Removed.
930         * elf/dl-load.c (env_path_list): Renamed from fake_path_list.  All
931         uses changed.
932         (_dl_init_paths): Always set env_path_list from LD_LIBRARY_PATH,
933         instead of appending it to the main map's rpath info.
934         (_dl_map_object): Consistently use LD_LIBRARY_PATH after all
935         DT_RPATHs.  This makes it effective again.
936         (decompose_rpath): Remove second parameter, callers changed.
937         (fillin_rpath): Allocate enough space in curwd.
938         (expand_dynamic_string_token): Cope with get_origin returning -1.
940 1998-09-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
942         * libc-work/nis/nss_compat/compat-pwd.c: Add support for
943         passwd.adjunct.
945         * nis/nss_nis/nis-pwd.c (_nss_nis_getpwent_r): Correct test for
946         invalid password.
948 1998-09-13 18:06  Ulrich Drepper  <drepper@cygnus.com>
950         * locale/programs/locale.c: Update dates.
952 1998-09-13  Mark Kettenis  <kettenis@phys.uva.nl>
954         * sysdeps/generic/bits/types.h: Include <features.h>.  Make sure
955         size_t is defined.  Some reordering of defenitions to make
956         maintaining this file in parallel with the linux-specific file easier.
958 1998-09-13  Ulrich Drepper  <drepper@cygnus.com>
960         * io/pwd.c (main): Add call to mtrace.
962         * malloc/mtrace.pl: Quote @ in string.
964 1998-09-13 19:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
966         * posix/wordexp.c (parse_arith): Fix memory leaks.
967         (exec_comm): Likewise.
968         (parse_param): Likewise.
969         (wordexp): Likewise.
970         (exec_comm): Reduce number of function return points.
971         (parse_param): Likewise.
972         (wordexp): Likewise.
974 1998-09-13 14:53  Tim Waugh  <tim@cyberelk.demon.co.uk>
976         * posix/wordexp-test.c: Field-splitting ':abc:' with IFS=: should
977         yield three fields, not two.  Test both parameter expansion and
978         command substitution for correct field-splitting behaviour.
980         * posix/wordexp.c (w_emptyword): New function.
981         (parse_param): Use it.
982         (exec_comm): Likewise, for consistency with the way parse_param
983         splits fields.
984         (parse_param): Fix some memory leaks.
986 1998-09-13 18:04  Geoff Keating  <geoffk@ozemail.com.au>
988         * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):
989         Don't mark asm `volatile'.
990         (__elf_machine_runtime_setup): Clear the last partial block in the PLT
991         from the data cache too.  Assume it isn't in the instruction cache yet.
992         (__elf_machine_fixup_plt): Clear the modified address from the caches.
994 1998-09-12  Mark Kettenis  <kettenis@phys.uva.nl>
996         * sysdeps/generic/segfault.c (install_handler): Install signal
997         handler with SA_ONSTACK instead of setting the stack flags to
998         SS_ONSTACK.  Do not install handler for SIGSTKFLT if it is not
999         defined.
1001 1998-09-12 14:24 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1003         * signal/signal.h: Fix multiple inclusion guard to cover the
1004         entire file.
1005         * wcsmbs/wchar.h: Remove prototype of internal function
1006         __mbsrtowcs.
1007         * sysdeps/i386/i486/bits/string.h (memchr): Don't do
1008         arithmetic on `void *'.
1010 1998-09-12 01:09  Tim Waugh  <tim@cyberelk.demon.co.uk>
1012         * posix/wordexp-test.c: Fix wrong tests.  Add new tests.
1014         * posix/wordexp.c (wordexp): Perform word-splitting instead of
1015         field-splitting here.
1016         (wordexp): If out of memory mid-word, free the word (but still
1017         leave pwordexp alone for caller to see).
1018         (parse_param): Allow for zero-length fields (smarter checking of
1019         memory allocation failure).
1020         (w_addword): Convert NULL words to "".
1021         (wordexp): Convert left-over IFS characters to blanks (like bash).
1023 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
1025         * configure.in: Use test -f instead of test -e.
1026         Patch by John Tobey <jtobey@banta-im.com>.
1028         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/trap.h: New file.
1029         * sysdeps/unix/sysv/sysv4/solaris2/sys/syscall.h: New file.
1030         * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h: New file.
1031         * sysdeps/unix/sysv/linux/sigstack.c: Fix typo.
1032         * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: Fix typo.
1033         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/ucontext.h: New file.
1034         * sysdeps/unix/sysv/sysv4/solaris2/sys/param.h: New file.
1035         Patches by John Tobey <jtobey@banta-im.com>.
1037         * time/strftime.c (my_strftime): Delay use of *tp values until
1038         latest possible point to allow partly initialized structures
1039         (e.g., from strptime).
1041         * iconvdata/Makefile (modules): Add ISO_10367-BOX, MAC-IS, NATS-DANO,
1042         and NATS-SEFI.
1043         Define *-routines variables for new modules.
1044         (distribute): Add .c files for new modules.
1045         (awk-generated-headers): Add iso_10367-box.h, mac-is.h, nats-dano.h,
1046         and nats-sefi.h.
1047         Add rules for header generation.
1048         * iconvdata/gconv-modules: Add entries for new modules.
1049         * iconvdata/iso_10367-box.c: New file.
1050         * iconvdata/mac-is.c: New file.
1051         * iconvdata/nats-dano.c: New file.
1052         * iconvdata/nats-sefi.c: New file.
1054 1998-04-30 18:20  H.J. Lu  <hjl@gnu.org>
1056         * elf/dl-load.c (_dl_init_paths): Don't check the dynamic
1057         loader if PIC is not defined.
1059 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
1061         * iconvdata/Makefile (modules): Add CSN_369103, CWI, DEC-MCS,
1062         ECMA-CYRILLIC, GOST_19768-74, GREEK-CCITT, GREEK7, GREEK7-OLD, INIS,
1063         INIS-8, INIS-CYRILLIC, ISO_6937-2, ISO_2033, ISO_5427, ISO_5427-EXT,
1064         and ISO_5428.
1065         Define *-routines variables for new modules.
1066         (distribute): Add .c files for new modules.
1067         (awk-generated-headers): Add csn_369103.h, cwi.h, dec-mcs.h,
1068         ecma-cyrillic.h, gost_19768-74.h, greek-ccitt.h, greek7.h,
1069         greek7-old.h, inis.h, inis-8.h, inis-cyrillic.h, iso_2033.h,
1070         iso_5427.h, iso_5427-ext.h, and iso_5428.h.
1071         Add rules for header generation.
1072         * iconvdata/gconv-modules: Add entries for new modules.
1073         * iconvdata/csn_369103.c: New file.
1074         * iconvdata/cwi.c: New file.
1075         * iconvdata/dec-mcs.c: New file.
1076         * iconvdata/ecma-cyrillic.c: New file.
1077         * iconvdata/gost_19768-74.c: New file.
1078         * iconvdata/greek-ccitt.c: New file.
1079         * iconvdata/greek7-old.c: New file.
1080         * iconvdata/greek7.c: New file.
1081         * iconvdata/inis-8.c: New file.
1082         * iconvdata/inis-cyrillic.c: New file.
1083         * iconvdata/inis.c: New file.
1084         * iconvdata/iso6937-2.c: New file.
1085         * iconvdata/iso_2033.c: New file.
1086         * iconvdata/iso_5427-ext.c: New file.
1087         * iconvdata/iso_5427.c: New file.
1088         * iconvdata/iso_5428.c: New file.
1090         * iconvdata/iso6937.c (from_ucs4): Correct 0x80, 0x81, and 0xb9
1091         entries.
1092         Convert U02dd correctly.
1094 1998-09-11 20:46  Richard Henderson  <rth@cygnus.com>
1096         * sysdeps/alpha/dl-machine.h (_dl_start_user): Pass pointer to
1097         _dl_main_searchlist not _dl_default_scope to _dl_init_next.
1098         * sysdeps/sparc/sparc32/dl-machine.h (_dl_start_user): Likewise.
1099         * sysdeps/sparc/sparc64/dl-machine.h (_dl_start_user): Likewise.
1101 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
1103         * resolv/res_init.c (res_init): Handle resolv.conf file with only
1104         one nameserver correctly.  Patch by HJ Lu.
1106         * iconvdata/Makefile (modules): Add IEC_P27-1, BALTIC, ASMO_449,
1107         and ANSI_X3.110.
1108         Define *-routines variables for new modules.
1109         (distribute): Add .c files for new modules.
1110         (awk-generated-headers): Add iec_p27-1.h, baltic.h, and asmo_449.h.
1111         Add rules for hedaer generation.
1112         * iconvdata/gconv-modules: Add entries for new modules.  Pretty print.
1113         * iconvdata/ansi_x3.110.c: New file.
1114         * iconvdata/asmo_449.c: New file.
1115         * iconvdata/baltic.c: New file.
1116         * iconvdata/iec_p27-1.c: New file.
1118         * iconvdata/t61.c (from_ucs4): Correct 0x23, 0x24, 0x80, and 0x81
1119         entries.
1120         Convert U02dc correctly.
1122         * math/atest-exp.c: Add parentheses to avoid gcc warnings.
1123         * math/atest-exp2.c: Likewise.
1124         * math/atest-sincos.c: Likewise.
1126         * posix/getopt.h: Don't define non-POSIX stuff unless _GNU_SOURCE
1127         is defined.
1129 1998-09-11 10:51  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1131         * string/strcoll.c: Optimize a few expressions.
1132         * string/strxfrm.c: Likewise.
1134 1998-09-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1136         * manual/locale.texi: Fix typos.
1138 1998-09-10  Ulrich Drepper  <drepper@cygnus.com>
1140         * stdlib/random_r.c (__setstate_r): Allow call with same state
1141         array as currently used (PR libc/774).
1143         * include/limits.h: Include gcc's header even if this file is
1144         found more than once before it (PR libc/778)
1146         * sysdeps/unix/sysv/linux/Makefile [subdir==misc]
1147         (sysdep_headers): Remove sys/debugreg.h.
1148         * sysdeps/unix/sysv/linux/i386/Makefile [subdir==misc]
1149         (sysdep_headers): Add sys/debugreg.h.
1150         * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
1151         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
1153         * stdio-common/tmpnam.c: Move local static variable buf to
1154         toplevel and rename to tmpnam_buffer to ease debugging.
1155         Patch by Joe Keane <jgk@jgk.org>.
1156         Optimize s == NULL case a bit.
1158         * iconvdata/testdate/ISO-8859-10..UCS2: Update after charmap
1159         correction.
1161 1998-09-10 12:51  Ulrich Drepper  <drepper@cygnus.com>
1163         * resolv/res_init.c (res_init): Initialize _res.nscount and
1164         _res.nsaddr.sin_port differently for the can when no loopback
1165         is available to allow immediate timeout in non-networking environments.
1166         Patch by Cristian Gafton <gafton@redhat.com>.
1168 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1170         * localedata/charmaps/ISO-8859-10: Character 0xBD is HORIZONTAL
1171         BAR and not EM DASH.
1172         * localedata/charmaps/ISO_8859-SUPP: Likewise (character 0xD0).
1173         * localedata/charmaps/ISO-8859-7: Likewise (character 0xAF).
1174         Fixes PR libc/717.
1176 1998-09-10 11:53  Ulrich Drepper  <drepper@cygnus.com>
1178         * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files
1179         for test.
1180         * timezone/tst-timezone.c (tests): Fix typo in last patch.
1182         * time/tzfile.c (__tzfile_read): Handle case when there are no
1183         transitions.  Set __timezone based on computed offset.
1184         * time/tzset.c (tzset_internal): Set __timezone before returning.
1186         * time/tzset.c (tzset_internal): Optimize handling of local string
1187         copy.
1189 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1191         * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR
1192         libc/776).
1194 1998-09-09  Benjamin Kosnik  <bkoz@tintin.cygnus.com>
1196         * math/libm-test.c (exp10_test): Adapt epsilons for powerpc.
1197         (csqrt_test): Likewise.
1198         * sysdeps/powerpc/bits/fenv.h: Add parens.
1200 1998-09-09 18:48  Ulrich Drepper  <drepper@cygnus.com>
1202         * sysdeps/powerpc/dl-start.S (_start): Pass pointer to
1203         _dl_main_searchlist not _dl_default_scope to _dl_init_next.
1204         Patch by Benjamin Kosnik <bkoz@cygnus.com>.
1206 1998-09-09  Mark Kettenis  <kettenis@phys.uva.nl>
1208         * elf/dl-close.c (_dl_close): Don't free imap->l_origin if it is
1209         the special `-1' pointer.
1211 1998-09-09 09:32  Ulrich Drepper  <drepper@cygnus.com>
1213         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Make function
1214         inline.
1216 1998-09-07  Paul Eggert  <eggert@twinsun.com>
1218         * time/mktime.c (__EXTENSIONS__): Define if not defined.
1219         (_REENTRANT): Remove.  It has undesirable consequences in
1220         Solaris 2.6 (e.g. it turns off the putc macro).  Defining
1221         __EXTENSIONS__ makes localtime_r and gmtime_r visible, which
1222         is what we want.
1223         * time/strftime.c: Likewise.
1225 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1227         * elf/dl-error.c: Fix spelling.
1229 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1231         * stdlib/strfmon.c: Quiet -Wparentheses warnings.
1232         * stdio-common/_itoa.c: Likewise.
1233         * stdio-common/printf_fp.c: Likewise.
1234         * stdio-common/vfscanf.c: Likewise.
1235         * wcsmbs/wcstok.c: Likewise.
1236         * sysdeps/generic/glob.c: Likewise.
1237         * posix/getopt.c: Likewise.
1238         * sysdeps/posix/getaddrinfo.c: Likewise.
1239         * posix/wordexp.c: Likewise.
1240         * io/ftw.c: Likewise.
1241         * io/fts.c: Likewise.
1242         * misc/getpass.c: Likewise.
1243         * iconv/gconv_conf.c: Likewise.
1244         * argp/argp-fmtstream.c: Likewise.
1245         * argp/argp-help.c: Likewise.
1246         * elf/dl-load.c: Likewise.
1247         * locale/programs/stringtrans.c: Likewise.
1248         * catgets/gencat.c: Likewise.
1249         * posix/getconf.c: Likewise.
1250         * iconv/gconv_conf.c: Likewise.
1251         * iconv/iconv_prog.c: Likewise.
1253         * string/strcoll.c: Optimize a few expressions.
1254         * string/strxfrm.c: Likewise.
1256 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1258         * elf/dl-open.c (dl_open_worker): Move decl of new_global up one
1259         level to avoid uninit variable warning.
1261 1998-09-09 10:34  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1263         * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
1264         instead of _dl_default_scope[2] as argument to _dl_init_next.
1266         * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
1267         C9x macro.
1269 1998-09-08  Ulrich Drepper  <drepper@cygnus.com>
1271         Fix compatibility problems introduced in last change.
1272         * csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is
1273         defined.
1274         * sysdeps/unix/sysv/linux/i386/Makefile [subdir==csu]: Add
1275         -DWEAK_GMON_START to CFLAGS-initfini.s.
1277         * elf/dl-object.c (_dl_new_object): Store map address in
1278         _dl_loaded if _dl_loaded is NULL.
1279         * elf/rtld.c (dl_main): Don't update _dl_loaded here.
1281         * sysdeps/generic/setrlimit64.c: Remove stub warning.
1283 1998-09-07  Ulrich Drepper  <drepper@cygnus.com>
1285         * db2/common/db_apprec.c (__db_apprec): Add braces to make gcc
1286         quiet.
1287         * db2/btree/bt_cursor.c: Likewise.
1288         * db2/common/db_region.db_c: Likewise.
1289         * db2/common/db_salloc.db_c: Likewise.
1290         * db2/db/db.c: Likewise.
1291         * db2/db/db_rec.c: Likewise.
1292         * db2/hash/hash.c: Likewise.
1293         * db2/hash/hash_page.c: Likewise.
1294         * db2/hash/hash_rec.c: Likewise.
1295         * db2/log/log_findckp.c: Likewise.
1296         * db2/log/log_get.c: Likewise.
1297         * db2/log/log_put.c: Likewise.
1298         * db2/mp/mp_fget.c: Likewise.
1299         * db2/mp/mp_fput.c: Likewise.
1300         * db2/mp/mp_region.c: Likewise.
1301         * stdlib/strtol.c: Likewise.
1302         * string/strcoll.c: Likewise.
1303         * string/strxfrm.c: Likewise.
1304         * argp/argp-help.c: Likewise.
1305         * argp/argp-parse.c: Likewise.
1306         * resolv/res_debug.c: Likewise.
1308 1998-09-07 09:58  Ulrich Drepper  <drepper@cygnus.com>
1310         * math/tgmath.h (scalb): Only define for __USE_MISC or
1311         __USE_XOPEN_EXTENDED.  Patch by Zack Weinberg.
1313 1998-09-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1315         * libio/stdio.h: Fix comment.
1317         * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if
1318         __USE_ISOC9X.
1320 1998-09-06 09:53 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1322         * Makeconfig (+gccwarn): Remove -Wno-parentheses.
1324         * elf/dl-open.c: Quiet -Wparentheses warnings.
1325         * iconvdata/johab.c: Likewise.
1326         * iconvdata/uhc.c: Likewise.
1327         * inet/inet_net.c: Likewise.
1328         * io/fts.c: Likewise.
1329         * locale/newlocale.c: Likewise.
1330         * misc/getttyent.c: Likewise.
1331         * misc/mntent_r.c: Likewise.
1332         * misc/ttyslot.c: Likewise.
1333         * nscd/nscd_conf.c: Likewise.
1334         * nss/nsswitch.c: Likewise.
1335         * resolv/gethnamaddr.c: Likewise.
1336         * resolv/nsap_addr.c: Likewise.
1337         * resolv/res_debug.c: Likewise.
1338         * stdio-common/_itoa.c: Likewise.
1339         * stdlib/strtod.c: Likewise.
1340         * string/strverscmp.c: Likewise.
1341         * sunrpc/svc.c: Likewise.
1342         * sysdeps/libm-ieee754/e_cosh.c: Likewise.
1343         * sysdeps/libm-ieee754/e_gamma_r.c: Likewise.
1344         * sysdeps/libm-ieee754/e_sinh.c: Likewise.
1345         * sysdeps/posix/getaddrinfo.c: Likewise.
1347 1998-09-06 15:13  Ulrich Drepper  <drepper@cygnus.com>
1349         * elf/dlsym.c (dlsym_doit): Use new RTLD_DEFAULT macro to test
1350         for use of global scope.
1351         * elf/dlvsym.c (dlvsym_doit): Likewise.
1353 1998-09-02  Paul Eggert  <eggert@twinsun.com>
1355         * strftime.c (my_strftime): When mbrlen returns (size_t) -2,
1356         copy the redundant bytes at the end of the format as-is; don't
1357         just copy their first byte and then rescan, as that might get
1358         us an encoding error.
1359         Account correctly for the length of multibyte sequences in the
1360         format.
1362 1998-09-03 20:14  Tim Waugh  <tim@cyberelk.demon.co.uk>
1364         * posix/wordexp-test.c: Add tests for different IFS values.
1365         Change unquoted-newline test so that newline is not in IFS.
1367         * posix/wordexp.c (wordexp): Correct null/unset mix-up when
1368         determining IFS characters.  Return WRDE_BADCHAR for unquoted
1369         special characters _except_ if they are separators.
1371 1998-09-06 10:56  Ulrich Drepper  <drepper@cygnus.com>
1373         * include/tgmath.h: New file.
1375         * libio/stdio.h: Correct reversed #ifs.
1376         Patch by Zack Weinberg.
1378         * manual/creature.texi: Better explain reason for feature select
1379         macros.
1380         Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
1382 1998-09-06 10:25 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1384         * include/alloca.h: Add multiple-inclusion guard.
1385         * include/db.h: Likewise.
1386         * include/db_185.h: Likewise.
1387         * include/dlfcn.h: Likewise.
1388         * include/fcntl.h: Likewise.
1389         * include/grp.h: Likewise.
1390         * include/libintl.h: Likewise.
1391         * include/mntent.h: Likewise.
1392         * include/pwd.h: Likewise.
1393         * include/sched.h: Likewise.
1394         * include/search.h: Likewise.
1395         * include/setjmp.h: Likewise.
1396         * include/shadow.h: Likewise.
1397         * include/signal.h: Likewise.
1398         * include/stdio.h: Likewise.
1399         * include/stdlib.h: Likewise.
1400         * include/string.h: Likewise.
1401         * include/termios.h: Likewise.
1402         * include/time.h: Likewise.
1403         * include/ulimit.h: Likewise.
1404         * include/utmp.h: Likewise.
1405         * include/wchar.h: Likewise.
1406         * include/sys/file.h: Likewise.
1407         * include/sys/gmon.h: Likewise.
1408         * include/sys/ioctl.h: Likewise.
1409         * include/sys/mman.h: Likewise.
1410         * include/sys/resource.h: Likewise.
1411         * include/sys/select.h: Likewise.
1412         * include/sys/socket.h: Likewise.
1413         * include/sys/statfs.h: Likewise.
1414         * include/sys/time.h: Likewise.
1415         * include/sys/times.h: Likewise.
1416         * include/sys/wait.h: Likewise.
1418 1998-09-06 09:00  Ulrich Drepper  <drepper@cygnus.com>
1420         * version.h (VERSION): Bump to 2.0.96.
1422         Rewrite runtime linker to be truly thread-safe.  There is now no
1423         global variable specifying the scope.  We create all needed
1424         scopes at the time the link maps are created.
1425         * elf/Versions [GLIBC_2.1]: Add _dl_loaded and _dl_main_searchlist.
1426         * elf/link.h: Add struct r_scope_elem and use this for l_searchlist,
1427         l_symbolic_searchlist, l_scope, and l_local_scope elements in
1428         struct link_map.
1429         * elf/dl-close.c: Rewritten accordingly.
1430         * elf/dl-deps.c: Likewise.
1431         * elf/dl-error.c: Likewise.
1432         * elf/dl-init.c: Likewise.
1433         * elf/dl-load.c: Likewise.
1434         * elf/dl-lookup.c: Likewise.
1435         * elf/dl-object.c: Likewise.
1436         * elf/dl-open.c: Likewise.
1437         * elf/dl-reloc.c: Likewise.
1438         * elf/dl-runtime.c: Likewise.
1439         * elf/dl-support.c: Likewise.
1440         * elf/dl-symbol.c: Likewise.
1441         * elf/dl-version.c: Likewise.
1442         * elf/dlsym.c: Likewise.
1443         * elf/dlvsym.c: Likewise.
1444         * elf/ldsodefs.h: Likewise.
1445         * elf/rtld.c: Likewise.
1446         * iconv/gconv_dl.c: Likewise.
1447         * nss/nsswitch.c: Likewise.
1448         * sysdeps/i386/dl-machine.h: Likewise.
1449         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
1451         * elf/dlfcn.h: Declare dladdr only for __USE_GNU.
1452         Define RTLD_DEFAULT.
1454 1998-09-05  Mark Kettenis  <kettenis@phys.uva.nl>
1456         * sysdeps/mach/hurd/i386/init-first.c (init1): Call
1457         __getopt_clean_environment with __environ instead of envp.
1459 1998-09-05  Roland McGrath  <roland@baalperazim.frob.com>
1461         * sysdeps/mach/hurd/i386/Makefile (omit-deps): Define to crt0.
1463         * string/argz-extract.c (__argz_extract): Add de-consting cast for
1464         setting results.
1466         * string/argz.h (argz_next): Add de-consting cast for return.
1467         * string/argz-next.c (__argz_next): Likewise.
1469         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
1470         Don't add netinet/udp.h, netinet/ip_icmp.h here.
1471         * sysdeps/gnu/Makefile: Do it here instead.
1472         * sysdeps/unix/sysv/linux/Dist: Move those files from here ...
1473         * sysdeps/gnu/Dist: ... to here.
1475         * sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
1476         sysdeps/unix/sysv/linux/netinet/tcp.h,
1477         sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
1479 1998-09-04  Roland McGrath  <roland@baalperazim.frob.com>
1481         * string/argz.h (argz_extract, argz_next): Use `const' for ARGZ param.
1482         * string/argz-next.c, string/argz-extract.c: Fix defns.
1484 1998-09-03  Roland McGrath  <roland@baalperazim.frob.com>
1486         * mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
1488         * sysdeps/mach/hurd/sysd-stdio.c: Declare fns
1489         __stdio_{read,write,seek,close,fileno} using __io_*_fn types.
1490         * sysdeps/generic/sysd-stdio.c: Likewise.
1492 1998-09-02  Ulrich Drepper  <drepper@cygnus.com>
1494         * elf/dl-load.c (fillin_rpath): Handle "/" as RPATH correctly.
1495         (_dl_map_object_from_fd): Make NAME argument const.
1496         Remove last parameter in _dl_new_object call.
1497         (print_search_path): Correct construction of composed path name.
1498         (_dl_map_object): Prevent looking at RPATH of the main map twice.
1499         Remove last parameter in _dl_new_object call.
1500         * elf/dl-object.c: Remove last parameter.  Determine whether create
1501         origin entry based on empty realname.  Handle file in root directory
1502         correctly.
1503         * elf/ldsodefs.h: Adjust prototype for _dl_new_object.
1504         * elf/rtld.c (dl_main): Add comment describing reason for memory leak.
1505         Remove last parameter in _dl_new_object call.
1506         * sysdeps/generic/dl-origin.h: Handle file in root directory correctly.
1507         * sysdeps/unix/sysv/linux/dl-origin.h: Likewise.
1509 1998-09-01  Ulrich Drepper  <drepper@cygnus.com>
1511         * elf/dl-close.c (_dl_close): Add more comments and correct some.
1512         Free l_searchlist and l_dupsearchlist.
1514         * debug/catchsegv.sh: Add one more pair of quotes.
1516 1998-09-01 17:53  Ulrich Drepper  <drepper@cygnus.com>
1518         * elf/dl-load.c (add_name_to_object): Change return type to void and
1519         make NAME parameter const.  Allocate room for NAME in same memory
1520         block used for l_libname entry.
1521         (_dl_map_object_from_fd): Don't free NAME on failure.
1522         (map_segment): Pass SONAME to add_name_to_object, not a copy.
1523         (_dl_map_object): Don't create copy of NAME.  Pass NAME to
1524         _dl_map_object_from_fd.
1525         * elf/dl-object.c (dl_new_object): Allocate room for NAME in same
1526         memory block used for l_libname entry.
1527         * elf/dl-close.c: Adjust free()ing for this change.
1529 1998-09-01 15:36  Ulrich Drepper  <drepper@cygnus.com>
1531         * malloc/Makefile: Include Makeconfig before testing config-sysdirs.
1533         * malloc/mtrace.c: Add bug report address.  Update email address.
1534         Add more @XXX@ to print correct address size.
1536         * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is
1537         really initialized.
1539         * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info
1540         for munmap call instead of examining phdr again.
1541         Free all malloc()ed strings and arrays.
1543 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
1545         * sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of
1546         dl-machine.h.
1547         * sysdeps/powerpc/dl-machine.c: New file.
1548         * sysdeps/powerpc/dl-machine.h: Move much stuff into separate
1549         files.  Revise ELF_PREFERRED_ADDRESS to take account of
1550         the new mapping information (fixes bug involving huge bloated
1551         web browser).  Set ELF_MACHINE_PLTREL_OVERLAP.
1552         * sysdeps/powerpc/dl-start.S: New file.
1554         * elf/dl-load.c (_dl_map_object_from_fd): Initialise l_map_start,
1555         l_map_end.
1556         * elf/do-rel.h: Call elf_machine_rel only once (to save space).
1557         * elf/dynamic-link.h: Allow PLT relocs to be in the middle of the
1558         others.  Call elf_dynamic_do_##reloc only once (to save even more
1559         space).
1560         * elf/link.h: Add new members l_map_start and l_map_end to keep
1561         track of the memory map.
1562         * elf/rtld.c (_dl_start): Initialise l_map_start for ld.so and
1563         the executable.
1565 1998-09-01 11:53  Ulrich Drepper  <drepper@cygnus.com>
1567         * debug/Makefile (catchsegv): We need not rewrite SOVER anymore.
1568         Reported by Andreas Jaeger.
1570         * posix/glob.h: Use __size_t instead of size_t in definitions and
1571         make sure this is defined.
1573 1998-09-01 10:34  Ulrich Drepper  <drepper@cygnus.com>
1575         * manual/locale.texi: Almost complete rewrite.  Document more functions
1576         and functionality.
1577         * manual/arith.texi: Correct reference.
1578         * manual/string.texi: Pretty printing.
1580         * manual/texinfo.tex: Update from last available version.
1582 1998-08-31 22:44  Ulrich Drepper  <drepper@cygnus.com>
1584         * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for
1585         invalid password.
1586         (_nss_nis_getpwuid_r): Likewise.
1587         Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>.
1589         * inet/rcmd.c: Implement netgroup support.
1590         Patch by Dick Streefland <dick_streefland@tasking.com>.
1592 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
1594         * elf/dl-close.c (_dl_close): Update _dl_loaded if the first
1595         object on the list is removed.  Don't use this code for PIC.
1596         Reported by HJ Lu [PR libc/770].
1598 1998-08-31 15:56  Ulrich Drepper  <drepper@cygnus.com>
1600         * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include.
1602         * include/stdio.h: Add __vsscanf.
1604         * libio/stdio.h: Make vfscanf, scanf, and vsscanf available if
1605         __USE_ISOC9X.
1606         Remove __vsscanf declaration.
1607         Always declare fgetpos and fsetpos.
1609         * math/math.h: Define isinf as macro.
1610         * math/bits/mathcalls.h: Change to declare __isinf all the time.
1611         Don't declare scalb for ISO C 9x.
1613         * math/tgmath.h: Define fma.  Rewrite the underlying macros.
1615         * stdlib/stdlib.h: Declare strtof and strtold is __USE_ISOC9X.
1617         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Allow inclusion from
1618         sys/ucontext.h.
1620         * sysdeps/wordsize-32/inttypes.h: Define missing PRI* and SCN*
1621         macros.
1623 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1625         * sysdeps/standalone/bits/errno.h (ENOMSG): Remove duplicate.
1626         Reported by jreising@frequentis.com [PR libc/767].
1628 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1630         * io/lockf.c (lockf): Move initilisation of fl.l_whence and
1631         fl.l_start at beginning of function.
1632         Patch by Geoff. Dash <geoffd@zeta.org.au> [PR libc/769].
1634 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
1636         * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).
1637         Reported by Rob.Hagopian@vu.union.edu [PR libc/763].
1639         * nscd/nscd.init: Make it work in RedHat systems.
1640         Patch by Christian Gafton.
1642 1998-08-29  Philip Blundell  <philb@gnu.org>
1644         * catgets/Makefile: Don't try to run test programs when
1645         cross-compiling.
1647 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
1649         * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX.
1650         Reported by Zack Weinberg.
1652 1998-08-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1654         * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S.
1655         * elf/Makefile (distribute): Remove ldd.sh.in.
1657 1998-08-31 11:46  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1659         * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused
1660         variable.
1662 1998-08-29  Ulrich Drepper  <drepper@cygnus.com>
1664         * sysdeps/i386/register-dump.h: Move to ...
1665         * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
1667 1998-08-28 22:49  Ulrich Drepper  <drepper@cygnus.com>
1669         * elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
1670         with load address, not map address.
1671         * sysdeps/alpha/dl-machine.h (elf_machine_lazy_rel): Change first
1672         parameter and use this value.
1673         * sysdeps/arm/dl-machine.h: Likewise.
1674         * sysdeps/i386/dl-machine.h: Likewise.
1675         * sysdeps/m68k/dl-machine.h: Likewise.
1676         * sysdeps/mips/dl-machine.h (elf_machine_lazy_rel): Change first
1677         parameter.
1678         * sysdeps/powerpc/dl-machine.h: Likewise
1679         * sysdeps/sparc/sparc32/dl-machine.h: Likewise
1680         * sysdeps/sparc/sparc64/dl-machine.h: Likewise
1682 1998-08-28 09:22  Ulrich Drepper  <drepper@cygnus.com>
1684         * elf/rtld.c (process_envvars): Fix copy&paste error.
1686         * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
1687         memalign hook.
1688         (realloc_hook_ini): Don't overwrite memalign hook.
1689         (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
1690         Reported by Philippe Troin <phil@fifi.org>.
1692         * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
1693         Patch by Philippe Troin <phil@fifi.org>.
1695 1998-08-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1697         * sysdeps/generic/segfault.c (install_handler): Protect the
1698         non-POSIX signals with #ifdef.
1699         (catch_segfault): Add missing mode parameter for open.
1700         * debug/catchsegv.sh: Avoid termination message from shell.  Allow
1701         other termination signals.
1703 1998-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1705         * debug/Makefile (distribute): Add register-dump.h.
1707 1998-08-28 10:41  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1709         * sysdeps/unix/sysv/linux/m68k/register-dump.h: New file.
1711 1998-08-27 19:42  Ulrich Drepper  <drepper@cygnus.com>
1713         * elf/Makefile (distribute): Add dl-origin.h.
1714         * sysdeps/generic/dl-origin.h: New file.
1715         * sysdeps/unix/sysv/linux/dl-origin.h: New file.
1716         * elf/link.h (struct link_map): Add l_origin field.
1717         * elf/dl-load.c (expand_dynamic_string_token): New function.
1718         (decompose_path): Remove WHERE argument, take link map pointer instead.
1719         Call expand_dynamic_string_token instead of local_strdup to make copy
1720         of rpath.
1721         (_dl_init_paths): Call decompose_path with correct argument.
1722         (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is
1723         not defined.
1724         Check EI_OSABI and EI_ABIVERSION fields in header.
1725         Call _dl_new_object with extra argument.
1726         (_dl_map_object): Call decompose_path with correct argument.
1727         Call expand_dynamic_string_token instead of local_strdup to also
1728         expand DST.
1729         Call _dl_new_object with extra argument.
1730         * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps
1731         but the main one if new argument is nonzero.
1732         * elf/ldsodefs.h: Adjust for _dl_new_object change.
1733         * elf/dl-support.c: Define _dl_origin_path.
1734         * elf/rtld.c: Likewise.  Set _dl_origin_path based on LD_ORIGIN_PATH.
1735         (dl_main): Call _dl_new_object with extra argument.
1737         * elf/dl-close (_dl_close): Free l_name and l_origin.
1739         * sysdeps/i386/useldt.h (THREAD_GETMEM, THREAD_SETMEM): Use P
1740         modifier in asm, not c.
1742         * sysdeps/mach/hurd/Makefile [subdirs==elf]: Define CFLAGS-dl-load.c
1743         to -DEXTERNAL_MAP_FROM_FD to make _dl_map_object_from_fd extern.
1745 1998-08-26 17:48  Ulrich Drepper  <drepper@cygnus.com>
1747         * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
1748         variable so that map can be freed.
1749         Reported by Philippe Troin <phil@fifi.org>.
1751         * elf/dl-open.c (dl_open_worker): Correct test for extending global
1752         scope array.
1753         Patch by Philippe Troin <phil@fifi.org>.
1755 1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
1757         * sysdeps/powerpc/register-dump.h: Rewrite.  Much nicer this way.
1758         Don't call writev() with a 100-element vector.
1759         * sysdeps/generic/segfault.c (catch_segfault): Skip top-level NULL
1760         return address.
1762         * sysdeps/powerpc/elf/libc-start.c: Sync up with generic version.
1763         In particular, set __libc_stack_end.
1764         * sysdeps/powerpc/elf/start.S: Allow _init and _fini to be
1765         undefined.  Fix copyright notice.
1767 1998-08-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1769         * math/Makefile (gmp-objs): New variable.
1770         ($(objpfx)atest-exp, $(objpfx)atest-sincos, $(objpfx)atest-exp2):
1771         Depend on it.
1772         (tests): Add atest-exp atest-sincos atest-exp2.
1773         (tests-static): Remove atest-exp atest-sincos atest-exp2.
1775 1998-08-25  Ulrich Drepper  <drepper@cygnus.com>
1777         * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
1778         to toplevel.
1779         (_dl_unload_cache): New function.
1780         * elf/Versions [libc GLIBC_2.1]: Add _dl_unload_cache.
1781         * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
1782         * elf/rtld.c (dl_main): Unload map file before jumping to user code.
1784         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECT.
1785         Correct comment for O_LARGEFILE.
1786         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_DIRECT.
1787         Change O_LARGEFILE to correct value.
1789 1998-08-25 14:34  Ulrich Drepper  <drepper@cygnus.com>
1791         * libio/iogetline.c (_IO_getline_info): Don't read anything for
1792         N == 0.  Patch by HJ Lu.
1794 1998-08-25 11:43  Ulrich Drepper  <drepper@cygnus.com>
1796         * elf/elf.h: Add syminfo stuff and other DT_* from Solaris' ELF.
1798 1998-08-25  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
1800         * argp/argp.h: Use __inline__ not inline.
1802         * sysdeps/i386/bits/select.h (FD_ZERO): Rewrite asm not to indicate
1803         an input register as being clobbered.
1804         * sysdeps/i386/memset.c (memset): Likewise.
1805         * sysdeps/i386/bzero.c (__bzero): Likewise.
1806         * sysdeps/i386/memcopy.h ({BYTE,WORD}_COPY_[FB]WD): Likewise.
1808 1998-08-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1810         * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
1811         Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
1813 1998-08-24 16:34  Ulrich Drepper  <drepper@cygnus.com>
1815         * debug/catchsegv.sh: Handle text preceding backtrace better.
1816         * sysdeps/generic/segfault.c: Allow register dump.  Allow handler
1817         to be installed for other signals than SIGSEGV.
1818         * sysdeps/generic/register-dump.h: New file.
1819         * sysdeps/i386/register-dump.h: New file.
1820         * sysdeps/powerpc/register-dump.h: New file.
1822         * sysdeps/unix/sysv/linux/i386/profil-counter.h: Use macros from
1823         sigcontextinfo.h.
1824         * sysdeps/unix/sysv/linux/powerpc/profil-counter.h: Use i386 version.
1826 1998-08-24  Geoff Keating  <geoffk@ozemail.com.au>
1828         * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: New file.
1830 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
1832         * sysdeps/unix/sysv/linux/powerpc/chown.c: New file.
1833         * sysdeps/unix/sysv/linux/powerpc/lchown.S: New file.
1834         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add chown, remove
1835         getresuid, getresgid.
1837 1998-08-16  Geoff Keating  <geoffk@ozemail.com.au>
1839         * sysdeps/unix/sysv/linux/powerpc/clone.S: Fix bugs.  Set up stack
1840         pointer in userland.
1842 1998-08-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1844         * sysdeps/unix/sysv/linux/sys/mount.h (MNT_FORCE): Define as enum
1845         and fix value.
1847 1998-08-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1849         * elf/ldd.bash.in: Add missing quotes around $file.  Make loop
1850         over arguments Bourne shell compatible.  Don't exit unsuccessfully
1851         if nonelf returns successfully.  Avoid duplicating most of the
1852         script.
1853         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Add missing quotes
1854         around $file.
1856 1998-08-24 10:37  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1858         * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add
1859         sys/reg.h.
1860         * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file.
1861         * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
1863 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
1865         * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.1]: Add
1866         __modify_ldt and modify_ldt.
1867         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add modify_ldt.
1869         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
1870         Use orl $-1 instead of movl $-1 to save two bytes.
1871         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER):
1872         Likewise.
1874 1998-08-17  H.J. Lu  <hjl@gnu.org>
1876         * libio/Versions (_IO_do_write, _IO_file_attach,
1877         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1878         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1879         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1880         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.1.
1882         * libio/fileops.c (_IO_do_write, _IO_file_attach,
1883         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1884         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1885         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1886         _IO_file_write, _IO_file_xsputn): Change the prefix to
1887         "_IO_new_". Added to GLIBC_2.1.
1889         * libio/libioP.h (_IO_do_write, _IO_file_attach,
1890         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1891         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1892         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1893         _IO_file_write, _IO_file_xsputn): Add prototypes for the prefix
1894         "_IO_new_".
1896         * libio/oldfileops.c (_IO_do_write, _IO_file_attach,
1897         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1898         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1899         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1900         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.0.
1902 1998-08-23  Richard Henderson  <rth@cygnus.com>
1904         * Makeconfig (LDFLAGS): Remove.
1906         * csu/initfini.c: Return to .text before __gmon_start__.
1908         * elf/elf.h (EM_FAKE_ALPHA): Rename from EM_OLD_ALPHA.
1909         (STO_MIPS_*): Rename from STO_*.
1910         (STB_MIPS_SPLIT_COMMON): Rename from STB_SPLIT_COMMON.
1911         (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
1913         * math/atest-exp.c (mpn_bitsize): Fix bit location calculation.
1914         (main): e3s is negative on zero.
1915         * math/atest-exp2.c: Likewise.
1916         * math/atest-sincos.c: Likewise.
1918 1998-08-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1920         * Makerules (install): Add comment about absolute paths.
1922 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
1924         * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
1925         array to NUL to handle maxlen==1 case correctly.
1926         Patch by HJ Lu.
1928 1998-08-23  Richard Henderson  <rth@cygnus.com>
1930         * sysdeps/alpha/elf/crtbegin.S: Fix .prologue; no pv used.
1931         * sysdeps/alpha/elf/crtend.S: Likewise.
1932         * sysdeps/alpha/elf/start.S: Likewise.
1934         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue;
1935         non-standard pv usage.
1937         * sysdeps/unix/sysv/linux/alpha/brk.S: Use jmp macro for relaxation.
1938         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
1939         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1940         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
1941         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
1942         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
1943         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
1944         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
1945         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
1946         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
1947         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
1949         * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input is
1950         a finite non-denormal, deferring to the full IEEE version otherwise.
1952         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):
1953         Early out for -0.  Optimize for !_IEEE_FP_INEXACT.
1954         * sysdeps/alpha/fpu/s_floor.c: New.
1955         * sysdeps/alpha/fpu/s_floorf.c: New.
1956         * sysdeps/alpha/fpu/s_ceil.c: New.
1957         * sysdeps/alpha/fpu/s_ceilf.c: New.
1959 1998-08-22  Philip Blundell  <philb@gnu.org>
1961         * sysdeps/arm/bits/string.h: New file.
1963 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1965         * sysdeps/unix/sysv/linux/configure.in: Obey --with-headers,
1966         document it.
1968         * sysdeps/unix/sysv/linux/alpha/configure.in: New file, contains
1969         test for recent Linux 2.1.100+ headers.
1971 1998-08-21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1973         * nis/nss_compat/compat-initgroups.c: Optimize NIS query.
1975 1998-08-21 17:21  Ulrich Drepper  <drepper@cygnus.com>
1977         * sysdeps/unix/sysv/linux/glob64.c: Define __stat using __xstat64.
1979 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1981         * Makefile (elf/ldso_install): Put back.  The problem still persists.
1982         * elf/Makefile (ldso_install): Likewise.
1984 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1986         * db2/db/db.c (db_open) [_LIBC]: Rename to __nss_db_open and
1987         create weak alias.
1988         * include/db.h: Declare __nss_db_open.
1989         * db2/Versions: Export it.
1991         * db2/makedb.c: Convert to use db2 API.
1992         * nss/nss_db/db-XXX.c: Likewise.
1993         * nss/nss_db/db-netgrp.c: Likewise.
1994         * nss/nss_db/db-alias.c: Likewise.
1995         (_nss_db_getaliasent_r): Allow retrying with a larger buffer.
1997 1998-08-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1999         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
2000         sys_setresuid, already built automatically (or not).
2001         * sysdeps/unix/sysv/linux/syscalls.list: Define __setresuid
2002         instead of __syscall_setresuid and add back setresuid.
2003         * sysdeps/unix/sysv/linux/seteuid.c: Use __setresuid instead of
2004         __syscall_setresuid.
2006 1998-08-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2008         * sysdeps/unix/sysv/linux/sys/mount.h: Fix typo.
2010 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
2012         * elf/Makefile (sh-ldd-rewrite): Remove expression to remove
2013         BASH-ONLY marked region.
2014         * elf/ldd.bash.in: Remove special BASH-ONLY markers.
2016 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
2018         * libio/oldfileops.c (_IO_file_seekoff): Don't adjust pointers if
2019         _IO_SYSSEEK fails.
2021         * libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
2023         * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
2024         element.
2026 1998-08-21  Roland McGrath  <roland@baalperazim.frob.com>
2028         * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these
2029         with magic comments ###BASH-ONLY and ###END-BASH-ONLY.
2030         * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in.
2031         (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite).
2032         (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by
2033         those magic comments, and to use /bin/sh for @BASH@.
2034         (bash-ldd-rewrite): Use $(common-ldd-rewrite).
2035         * elf/ldd.sh.in: File removed.
2037 1998-08-20 20:07  Ulrich Drepper  <drepper@cygnus.com>
2039         * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and
2040         cast them to unsigned long int.
2041         * pwd/putpwent.c (putpwent): Likewise.
2042         Patch by John Tobey <jtobey@banta-im.com>.
2044 1998-08-20 17:14  H.J. Lu  <hjl@gnu.org>
2046         * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to
2047         _IO_pos_BAD.
2049 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
2051         * libio/fileops.c (_IO_file_seekoff): Don't adjust pointers if
2052         _IO_SYSSEEK fails.
2054 1998-08-20 19:14  Ulrich Drepper  <drepper@cygnus.com>
2056         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
2057         Add umount and umount2.
2058         * sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
2059         * sysdeps/unix/sysv/linux/umount.S: New file.
2060         * sysdeps/unix/sysv/linux/umount2.S: New file.
2061         * sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
2062         Define MNT_FORCE.
2064         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdep_headers):
2065         Add sys/sendfile.h.
2066         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile.
2067         * sysdeps/unix/sysv/linux/sys/sendfile.h: New file.
2069         * sysdeps/unix/sysv/linux/sys/acct.h: Pretty print.
2071         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add umount2 and
2072         sendfile.
2074 1998-08-20 16:01  Ulrich Drepper  <drepper@cygnus.com>
2076         * elf/ldd.sh.in: Redirect warnings and error messages to stderr.
2077         * elf/ldd.bash.in: Likewise.
2079         * elf/sln.c: Avoid warning for no main prototype.
2081         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove O_READ and
2082         O_WRITE.
2083         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
2084         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2086         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add F_SETSIG and
2087         F_GETSIG.
2088         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
2089         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
2090         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
2092 1998-08-20  Philip Blundell  <pb@nexus.co.uk>
2094         * sysdeps/arm/fpu/ieee754.h: Move to...
2095         * sysdeps/arm/ieee754.h: ... here.
2097         * sysdeps/arm/__longjmp.S: Put return value in correct register.
2098         Don't set the condition flags unnecessarily.
2099         * sysdeps/arm/fpu/__longjmp.S: Likewise.  Restore floating point
2100         registers correctly.
2102         * sysdeps/arm/dl-machine.h: Fix problems with profiling code
2103         (patch from Scott Bambrough).
2105         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add missing semicolons.
2107         * csu/initfini.c (_init): Don't check whether __gmon_start__ is
2108         NULL, just call it unconditionally.
2109         (__gmon_start__): Provide stub version as a weak symbol.
2111 1998-07-30  Philip Blundell  <philb@gnu.org>
2113         * sysdeps/unix/sysv/linux/arm/init-first.h: New file (from patch
2114         by Scott Bambrough)
2116         * sysdeps/unix/sysv/linux/arm/errlist.c: New file; ARM tools don't
2117         like `@' in .type directives.
2119         * sysdeps/arm/bsd-setjmp.S: Use PLT for procedure call.
2120         * sysdeps/arm/bsd-_setjmp.S: Likewise.
2122         * sysdeps/arm/dl-machine.h: Set __libc_stack_end.
2124 1998-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2126         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN): Correct value.
2127         (F_GETOWN): Likewise.
2129         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_SIGIO): Add it (from
2130         Linux 2.1.117).
2132 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
2134         * sysdeps/generic/glob.c [_LIBC]: Define __stat only if not
2135         already defined.
2137 1998-08-18  Ulrich Drepper  <drepper@cygnus.com>
2139         * include/features.h: Define __USE_EXTERN_INLINES for recent
2140         enough gcc.
2141         * argp/argp.h: Define extern inline functions only if
2142         __USE_EXTERN_INLINES is defined.
2143         * libio/stdio.h: Likewise.
2144         * math/math.h: Likewise.
2145         * stdlib/stdlib.h: Likewise.
2146         * string/argz.h: Likewise.
2147         * sysdeps/generic/bits/sigset.h: Likewise.
2148         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
2149         * sysdeps/unix/sysv/sysv4/bits/sigset.h: Likewise.
2150         * sysdeps/wordsize-32/inttypes.h: Likewise.
2151         * sysdeps/wordsize-64/inttypes.h: Likewise.
2152         * wcsmbs/wchar.h: Likewise.
2154         * sysdeps/generic/bits/glob.c [_LIBC]: Define __stat using __xstat
2155         to allow compilation without optimization.
2157 1998-08-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
2159         * nis/nss_compat/compat-grp.c: Set errno to ENOENT if we have no
2160         more entries.
2161         * nis/nss_compat/compat-initgroups.c: Likewise.
2162         * nis/nss_compat/compat-pwd.c: Likewise.
2163         * nis/nss_compat/compat-spwd.c: Likewise.
2164         * nis/nss_nis/nis-alias.c: Likewise.
2165         * nis/nss_nis/nis-ethers.c: Likewise.
2166         * nis/nss_nis/nis-grp.c: Likewise.
2167         * nis/nss_nis/nis-hosts.c: Likewise.
2168         * nis/nss_nis/nis-initgroups.c: Likewise.
2169         * nis/nss_nis/nis-network.c: Likewise.
2170         * nis/nss_nis/nis-proto.c: Likewise.
2171         * nis/nss_nis/nis-pwd.c: Likewise.
2172         * nis/nss_nis/nis-rpc.c: Likewise.
2173         * nis/nss_nis/nis-service.c: Likewise.
2174         * nis/nss_nis/nis-spwd.c: Likewise.
2176         * nis/rpcsvc/yp.h: Generate new without 1024 byte limits.
2178         * nis/ypclnt.c: Try binding dir only first time, could be to old.
2180         * nis/yp_xdr.c: Remove 1024 byte limit.
2181         * nis/ypupdate_xdr.c: Likewise.
2183         * nis/nss_nis/nis-publickey.c: Make sure, nobody could send
2184         wrong data.
2186 1998-08-18  Roland McGrath  <roland@baalperazim.frob.com>
2188         * Rules (binaries-static, binaries-shared static pattern rules):
2189         Depend on lib%, not just libc%, from $(link-libc{,-static}).
2191         * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
2192         this here, overriding Makeconfig generic value so we link against
2193         the RPC libs.
2195 1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
2197         * posix/tstgetopt.c (options): Add NULL entry at end
2198         Patch by Adrian Miranda <ade@psg.com>.
2200 1998-08-15 18:21  Ulrich Drepper  <drepper@cygnus.com>
2202         * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION.  Move EI_PAD
2203         to 9.
2205 1998-08-15 14:11  Ulrich Drepper  <drepper@cygnus.com>
2207         * elf/elf.h: Add PPC Diab relocations.
2209         * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
2211 1998-08-14 10:08  Ulrich Drepper  <drepper@cygnus.com>
2213         * manual/texinfo.tex: Update.
2215 1998-08-07  Geoff Keating  <geoffk@ozemail.com.au>
2217         * sysdeps/powerpc/backtrace.c: New file.
2219 1998-08-14  Philip Blundell  <pb@nexus.co.uk>
2221         * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling
2222         sigjmp_save.
2223         * sysdeps/arm/elf/setjmp.S: Obsolete, deleted.
2225 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2227         * Makefile (install-symbolic-link): Fix spelling.
2229 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2231         * elf/elf.h (SHT_HIOS): Fix value.
2233 1998-08-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2235         * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as
2236         part of the expansion, this is undefined by the standard.
2238 1998-08-13 19:41  Ulrich Drepper  <drepper@cygnus.com>
2240         * posix/getconf.c: Add support for systems with incomplete confname.h.
2242         * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined.
2244         * sysdeps/posix/wait3.c: Make it work.
2246 1998-08-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2248         * Makefile ($(inst_slibdir)/libc-$(version).so): Remove.
2249         (elf/ldso_install): Remove.
2251         * elf/Makefile (distribute): Add sln.c.
2252         (others): Add sln.
2253         (others-static): Add sln.
2254         (install-rootsbin): Add sln.
2255         (others-static): Add sln.
2256         (ldso_install): Remove.
2258 1998-07-24 10:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2260         * Makerules (install-clean-symbolic-link-list): Make phony.
2261         * Makefile (install-symbolic-link): Make phony.  Depend on
2262         subdir_install for parallel makes.
2265 1998-07-22  Ulrich Drepper  <drepper@cygnus.com>
2267         * elf/Makefile (distribute): Add sln.c
2269 1998-07-21 07:10  H.J. Lu  <hjl@gnu.org>
2271         * elf/sln.c: New file.
2273         * Makerules (symbolic-link-prog, symbolic-link-list): New macros.
2274         (install-clean-symbolic-link-list): New target.
2275         (install): Depend on install-clean-symbolic-link-list.
2276         (make-shlib-link): Changed for $(symbolic-link-list).
2278         * Makefile (install-symbolic-link): New target.
2279         (install): Depend on install-symbolic-link.
2281 1998-08-12 17:03  Ulrich Drepper  <drepper@cygnus.com>
2283         * include/unistd.h: Protect against multiple inclusion.
2285         * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
2286         is defined, not is glob is defined.
2287         * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
2289 1998-08-01 17:18  H.J. Lu  <hjl@gnu.org>
2291         * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
2292         xdr_string for ut_line, ut_name and ut_host.
2294 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2296         * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
2297         /var/mail in accordance with FHS 2.0.
2298         Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
2300 1998-08-12  Richard Henderson  <rth@cygnus.com>
2302         * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
2303         Update aliases for cancelation.
2305         * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
2306         playing with symbol versions.
2308 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
2310         * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
2311         multiple inclusion protection.
2312         (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
2313         _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
2314         define all these to 1.
2315         (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
2317 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
2319         * sysdeps/mach/usleep.c: Include <unistd.h>.
2320         (usleep): Return void.
2322 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
2324         * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
2325         decl to inhibit warning in if_freenameindex defn.
2327         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
2329         * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
2331         * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
2332         * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
2333         * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
2334         * sysdeps/mach/usleep.c: Likewise.
2336         * sysdeps/mach/hurd/bind.c (bind): Add a const.
2338         * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
2339         * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
2340         * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
2341         * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
2342         * sysdeps/mach/usleep.c (usleep): Likewise.
2343         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
2344         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
2345         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
2346         * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
2348 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
2350         * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
2351         (glob64): Fix typo.
2353         * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
2354         %p arg to fprintf, since `void *' is the right type already.
2356 1998-07-25 19:47  Jose M. Moya  <josem@gnu.org>
2358         * sysdeps/mach/hurd/getcwd.c
2359         (_hurd_canonicalize_directory_name_internal): Do not loop forever
2360         for unknown root directories.
2361         (__getcwd): Return NULL when the current root directory could not
2362         be reached.
2364 1998-08-11 18:39  Ulrich Drepper  <drepper@cygnus.com>
2366         * string/strsignal.c (strsignal): Count real-time signals from zero.
2369 See ChangeLog.8 for earlier changes.