Update.
[glibc.git] / ChangeLog
blobff0aed3741fc20e2d925b5f4c640da7165a55ff4
1 1998-09-29  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de> 
2  
3         * nis/ypclnt.c (yp_all): Close UDP socket und give CLIENT handle free. 
4  
5 1998-09-29  Cristian Gafton  <gafton@redhat.com>
7         * sysdeps/unix/sysv/linux/alpha/ioperm.c: List Ruffian in platforms[]. 
8         * sysdeps/unix/sysv/linux/net/if_shaper.h: New file. 
9         * sysdeps/unix/sysv/linux/Dist: Add net/if_shaper.h.
10         * sysdeps/unix/sysv/linux/Makefile [subdirs=inet] (sysdep_headers):
11         Add net/if_shaper.h.
13 1998-09-29  Ulrich Drepper  <drepper@cygnus.com>
15         * nis/ypclnt.c (yp_all): Close socket opened by __yp_bind.
17         * nis/ypclnt.c: Remove not needed close calls.
19 1998-09-28 23:55  Ulrich Drepper  <drepper@cygnus.com>
21         * nis/ypclnt.c (__yp_bind): Pretty print.  Optimize readv result
22         check a bit.  Also close socket of domain client.  Close socket
23         in IPPORT_RESERVED error case.
25 1998-09-28  Ulrich Drepper  <drepper@cygnus.com>
27         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use
28         CMSG_ALIGN (fixes a bug) and correct test for availability of
29         another entry.
30         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Sync with generic
31         Linux version.
32         (__cmsg_nxthdr): Use CMSG_ALIGN (fixes a bug) and correct test for
33         availability of another entry.
34         Patch by ak@muc.de.
36         * sysdeps/unix/sysv/linux/netinet/ip.h (IPOPT_NOOP): Fix typo.
37         Patch by ak@muc.de.
39         * libio/libio.h [!__STDC__]: Define const only if not defined.
41 1998-09-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
43         * posix/annexc.c (xsystem): New function.  Use it instead of
44         system.
46 1998-09-28  Ulrich Drepper  <drepper@cygnus.com>
48         * stdlib/longlong.h: Remove #endif for #if removed in last change.
50 1998-09-25  Ulrich Drepper  <drepper@cygnus.com>
52         * time/strftime.c [emacs]: Define my_strftime to emacs_strftimeu.
53         Define ut_argument, ut_argument_spec, and ut_argument_spec_iso to
54         allow using `ut' parameter.
55         [!emacs]: Define ut_argument, ut_argument_spec, and
56         ut_argument_spec_iso as empty.  Define ut to 0.  Add ut_argument and
57         argument_spec to prototypes and definitions.
58         (my_strftime): Don't call tzset of ut != 0.
59         Compute diff as 0 is ut != 0;
60         [emacs]: Define new emacs_strftime function.
61         Based on a patch by Paul Eggert.
63 1998-09-24  Paul Eggert  <eggert@twinsun.com>
65         * time/strftime.c (my_strftime): When asking for the length of the
66         subformatted buffer, do not limit the length to look for;
67         otherwise, we have no reliable way to distinguish between the
68         empty buffer and an error.
70 1998-09-25  Ulrich Drepper  <drepper@cygnus.com>
72         * math/Makefile (gmp-objs): Add mp_clz_tab.
74 1998-09-25  David S. Miller  <davem@pierdol.cobaltmicro.com>
76         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Clear bits don't
77         set them.
78         * stdlib/longlong.h (sparc udiv_qrnnd): Define inline version for
79         cpus lacking hardware multiply and divide.
81 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
83         * db/Makefile ($(inst_slibdir)/libdb.so$(libdb1.so-version)): Use
84         $(<F), not $(^F).
86 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
88         * db/btree/bt_delete.c: Fix -Wparentheses warning.
90 1998-09-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
92         * Makefile ($(inst_includedir)/gnu/lib-names.h): Use
93         $(do-install).
95 1998-09-24  Ulrich Drepper  <drepper@cygnus.com>
97         * debug/catchsegv.sh: Also produce output if clone process died.
99 1998-09-24  Paul Eggert  <eggert@twinsun.com>
101         * time/strftime.c (f_wkday): Remove duplicate definition.
102         (f_wkday, f_month, a_wkday, a_month, ampm): Define as macros when
103         !defined _NL_CURRENT && !HAVE_STRFTIME; this propagates the
104         1998-09-11 fix to this case.
105         (wkday_len, month_len): Remove these macros; they're no longer needed.
107 1998-09-24  Paul Eggert  <eggert@twinsun.com>
109         * time/strftime.c (my_strftime): Don't store past the end of a
110         zero-sized buffer.
112 1998-09-24  Paul Eggert  <eggert@twinsun.com>
114         * time/strftime.c (underlying_strftime):
115         Set the buffer to a nonzero value before calling
116         strftime, and check to see whether strftime has set the buffer to zero.
117         This lets us distinguish between an empty buffer and an error.
119 1998-09-24  Paul Eggert  <eggert@shade.twinsun.com>
121         * time/strftime.c (INT_STRLEN_BOUND): Fix typo by changing 100 to 1000.
122         This fix is propagated from tzcode1998g.tar.gz.
124 1998-09-24  Mark Kettenis  <kettenis@phys.uva.nl>
126         * sysdeps/unix/siglist.c: Make sys_siglist a weak alias for
127         _sys_siglist.  [!HAVE_GNU_LD]: Do not define _sys_siglist as
128         sys_siglist.  This is handled correctly by the weak_alias macro.
130 1998-09-24  Ulrich Drepper  <drepper@cygnus.com>
132         * sysdeps/posix/getcwd.c: Prevent compiler warning from redefinition
133         of mempcpy.  Reported by Andreas Jaeger.
135         * misc/regexp.h (compile): Use alloca instead of __alloca.  It won't
136         pollute the namespace since the compiler will resolve it inline.
137         Reported by Florian La Roche <florian@suse.de>.
139 1998-09-24 10:29  Ulrich Drepper  <drepper@cygnus.com>
141         * timezone/private.h: Update from tzcode1998g.
143         * timezone/africa: Update from tzdata1998h.
144         * timezone/asia: Likewise.
145         * timezone/australasia: Likewise.
146         * timezone/europe: Likewise.
147         * timezone/northamerica: Likewise.
148         * timezone/southamerica: Likewise.
149         * timezone/zone.tab: Likewise.
151 1998-09-23 17:28 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
153         * misc/sys/mman.h: New file.
155         * sysdeps/generic/bits/mman.h: New file.
156         * sysdeps/unix/bsd/osf/bits/mman.h: New file.
157         * sysdeps/unix/bsd/sun/sunos4/bits/mman.h: New file.
158         * sysdeps/unix/bsd/ultrix4/bits/mman.h: New file.
159         * sysdeps/unix/sysv/irix4/bits/mman.h: New file.
161         * sysdeps/generic/sys/mman.h: Removed.
162         * sysdeps/unix/bsd/osf/sys/mman.h: Removed.
163         * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Removed.
164         * sysdeps/unix/bsd/ultrix4/sys/mman.h: Removed.
165         * sysdeps/unix/sysv/irix4/sys/mman.h: Removed.
166         * sysdeps/unix/sysv/linux/sys/mman.h: Removed.
168         * include/sys/mman.h: Look directly for misc/sys/mman.h.
169         * misc/Makefile (headers): Add bits/mman.h.
170         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Remove
171         bits/mman.h.
173         * sysdeps/unix/sysv/linux/alpha/Dist: Don't mention bits/mman.h.
174         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
175         * sysdeps/unix/sysv/linux/i386/Dist: Likewise.
176         * sysdeps/unix/sysv/linux/m68k/Dist: Likewise.
177         * sysdeps/unix/sysv/linux/mips/Dist: Likewise.
178         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
179         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
180         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
182 1998-09-23 16:27 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
184         * sysdeps/mach/alpha/sysdep.h: Don't use #include_next.
185         * sysdeps/mach/alpha/thread_state.h: Likewise.
186         * sysdeps/mach/i386/sysdep.h: Likewise.
187         * sysdeps/mach/i386/thread_state.h: Likewise.
188         * sysdeps/mach/mips/sysdep.h: Likewise.
189         * sysdeps/mach/mips/thread_state.h: Likewise.
190         * sysdeps/posix/profil.c: Likewise.
191         * sysdeps/i386/i586/memcopy.h: Likewise.
192         * sysdeps/mach/pagecopy.h: Likewise.
194 1998-09-23 15:25  Ulrich Drepper  <drepper@cygnus.com>
196         * libio/stdio.h: Define __need_getopt and include getopt.h to define
197         getopt stuff.
198         * posix/unistd.h: Likewise.
199         * stdio/stdio.h: Likewise.
200         * posix/getopt.h: Remove _GNU_SOURCE use.  If __need_getopt is defined
201         define only getopt and the variables.
203 1998-09-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
205         * scripts/test-installation.pl (installation_problem): Don't link
206         the test program against libdb1.
208 1998-09-23 13:52  Ulrich Drepper  <drepper@cygnus.com>
210         * Makeconfig (all-subdirs): Add db.
211         * Versions.def: Add definition for libdb1.
212         * shlib-versions: Add definitions for libdb1.
213         * db/Makefile (extra-libs): Replace by libdb1.
214         (libdb-routines): Rename to libdb1-routines.
215         (headers): Rename to db1-headers.
216         (distribute): Add $(db1-headers).
217         (install-others): Define to install symlink libdb.so.NN and the
218         $(db1-headers).
219         (CPPFLAGS): Add -DUSE_LIBDB1
220         Remove rules to build makedb.
221         * db/Versions: Rename libdb to libdb1.
222         * include/db.h: If USE_LIBDB1 is defined include db/db.h.
223         * db/makedb.c: Removed.
225         * scripts/versions.awk: Recognize digits in library names.
227         * db/btree/bt_open.c: Fix compiler warnings.
228         * db/btree/bt_put.c: Likewise.
229         * db/btree/bt_split.c: Likewise.
230         * db/hash/hash.c: Likewise.
231         * db/hash/hash_bigkey.c: Likewise.
232         * db/recno/rec_close.c: Likewise.
234         * Makefile: Add localedata/% goal.
236 1998-09-22 19:58 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
238         * posix/execvp.c: Don't give up searching the PATH if execve
239         returns ENOTDIR.
241 1998-09-22 12:53  Ulrich Drepper  <drepper@cygnus.com>
243         * sysdeps/unix/sysv/linux/init-first.c (init): Don't call setfpucw only
244         if _dl_fpu_control_set is set.
245         * sysdeps/generic/dl-sysdep.c: Don't set _dl_fpu_control_set.
246         * elf/rtld.c: Don't define _dl_fpu_control_set.
247         * elf/Versions: Remove _dl_fpu_control_set.
249 1998-09-22 11:51  Ulrich Drepper  <drepper@cygnus.com>
251         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (SA_ONSTACK): Define.
252         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
253         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h: Likewise.
254         Correct values of other SA_* macros according to kernel headers.
256 1998-09-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
258         * elf/dl-load.c (_dl_init_paths): Avoid warning about unused
259         variable l.
260         * elf/dl-error.c (_dl_catch_error): Avoid warning about clobbering
261         old.
263 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
265         * elf/ldsodefs.h: Fix typo in comment.
267 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
269         * libio/genops.c (_IO_default_pbackfail): Add cast to unsigned
270         char when comparing buffer contents with putback character.
272 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
274         * elf/Makefile (dl-routines, elide-routines.os, rtld-routines):
275         Undo last change.
276         * elf/Versions: Undo last change.  Export _dl_fpu_control and
277         _dl_fpu_control_set.
278         * elf/rtld.c (_dl_fpu_control, _dl_fpu_control_set): New
279         variables.  Include <fpu_control.h>.
280         * sysdeps/generic/dl-sysdep.c: Store AT_FPUCW value in
281         _dl_fpu_control instead of __fpu_control, set _dl_fpu_control_set
282         to indicate that is was seen.
283         * sysdeps/unix/sysv/linux/init-first.c: Omit call to __setfpucw
284         only if _dl_fpu_control was set and is equal to desired value.
285         * math/Makefile (aux): Undo last change.
286         * math/Versions: Export __fpu_control with version GLIBC_2.0.
288 1998-09-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
290         * sysdeps/m68k/dl-machine.h (elf_machine_lazy_rel): Slightly
291         optimized.
293 1998-09-21 10:00  Ulrich Drepper  <drepper@cygnus.com>
295         * string/bits/string2.h: Add mempcpy optimization.
296         * sysdeps/generic/mempcpy.c: Undefined __mempcpy.
297         * intl/localealias.c: Define mempcpy only if not already defined.
299         * sysdeps/i386/i486/bits/string.h: Define ffsl only if not already
300         defined.
302 1998-09-20 10:48 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
304         * csu/abi-note.S: Emit the note directly instead of defining
305         a preprocessor macro that's only used once.  Don't include sysdep.h.
306         * abi-tags: Generalize Solaris entry.
308 1998-09-18  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
310         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1, __libc_ptyname2):
311         Change to array to avoid runtime relocation.
312         * sysdeps/unix/sysv/linux/ptsname.c: Update declarations.
314 1998-09-21 12:22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
316         * malloc/Makefile ($(objpfx)libmcheck.a): Fix use of $(LN_S).
317         * math/Makefile ($(objpfx)libieee.a): Likewise.
319 1998-09-21  Ulrich Drepper  <drepper@cygnus.com>
321         * sysdeps/generic/getpt.c: Fix order of argument to weak_alias.
322         Patch by John Tobey <jtobey@banta-im.com>.
324 1998-09-20  Ulrich Drepper  <drepper@cygnus.com>
326         * login/Makefile (distribute): Remove pty-internal.h, add
327         pty-private.h.
329         * stdlib/tst-strtol.c: Add more checks.
330         Patch by Zack Weinberg <zack@rabi.columbia.edu>.
332 1998-09-20 09:37  Ulrich Drepper  <drepper@cygnus.com>
334         * elf/Versions [GLIBC_2.1] (libc): Add __fpu_control.
335         * elf/elf.h: Add AT_FPUCW.
336         * elf/Makefile (dl-routines): Add fpu_control.
337         (elide-routines.os): Add fpu_control.
338         (rtld-routines): Add fpu_control.
339         * math/Makefile (aux): Remove fpu_control.
340         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle AT_FPUCW.
341         (_dl_show_auxv): Likewise.
342         * sysdeps/unix/sysv/linux/init-first.c (init): Use __setfpucw only
343         if different from OS default.
345         * stdio-common/tstscanf.c: Add test case for (nil).
347 1998-09-18 17:41  Ulrich Drepper  <drepper@cygnus.com>
349         * libio/fileops.c (_IO_new_file_underflow): Before allocating
350         buffer make sure the pushback buffer is destroyed.
351         (_IO_new_file_seekoff): Likewise.
352         If mode==0 quit early with the result.
353         Clear OEF flag after successful fseek.
354         * libio/libio.h (_IO_FILE_complete): Add _IO_save_ptr.
355         * libio/ftello.c (ftello): Add offset from original buffer if
356         stream has pushed back characters.
357         * libio/ftello64.c (ftello64): Likewise.
358         * libio/iofgetpos.c (_IO_fgetpos): Likewise.
359         * libio/iofgetpos64.c (_IO_fgetpos64): Likewise.
360         * libio/ioftell.c (_IO_ftell): Likewise.
361         * libio/genops.c (_IO_switch_to_main_get_area): Swap _IO_read_ptr
362         and _IO_save_ptr.
363         (_IO_switch_to_backup_area): Save _IO_read_ptr in _IO_save_ptr.
364         (_IO_default_pbackfail): Only stored push back character in original
365         buffer if it is the same as the one in the file at this position.
366         * libio/iofclose.c: Free backup buffer if one is available.
367         * libio/ioseekoff.c (_IO_seekoff): Only remove pushback buffer if
368         mode!=0.
370         * strdlib/strtol.c (strtol): Handle 0x... string for base!=0 correctly.
372         * time/strftime.c [_LIBC] (ampm): Use tp->tm_hour not hour12.
374         * stdio-common/vfscanf.c: Fix reading (nil) for %p.
376 1998-09-18  Mark Kettenis  <kettenis@phys.uva.nl>
378         * login/programs/pt_chown.c (more_help): Correct message that
379         describes the purpose of the program.
381         * login/openpty.c: Do not include pty-private.h.
382         (pts_name): New function.  Return name of slave pseudo terminal in
383         an allocated buffer if necessary.
384         (openpty): Use pts_name to get name of the slave end of the pseudo
385         terminal pair.
387         * sysdeps/unix/grantpt.c (grantpt): Free buffer allocated by
388         pts_name before return.
390 1998-09-18 11:15  Ulrich Drepper  <drepper@cygnus.com>
392         * math/math.h: Define __NO_MATH_INLINES if __STRICT_ANSI__.
394 1998-09-18  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
396         * login/openpty.c: Include pty-private.h instead of
397         pty-internal.h.
399 1998-09-09  Philip Blundell  <pb@nexus.co.uk>
401         * sysdeps/arm/dl-machine.h (elf_machine_lazy_rel): Optimise a bit.
403 1998-09-07  Philip Blundell  <pb@nexus.co.uk>
405         * sysdeps/arm/dl-machine.h (RTLD_START): Keep in step with
406         recent ld.so changes.
407         (elf_machine_runtime_setup): Correct behaviour when profiling.
409 1998-09-17 19:34  Ulrich Drepper  <drepper@cygnus.com>
411         * sysdeps/unix/sysv/sysv4/bits/utsname.h: Fix typo.
412         Patch by John Tobey <jtobey@banta-im.com>.
414 1998-09-17  Mark Kettenis  <kettenis@phys.uva.nl>
416         * login/pty-internal.h: Removed.  Moved constants related to the
417         `grantpt' helper program protocol to ...
418         * login/pty-private.h: ... here.  New file.
419         * sysdeps/unix/sysv/linux/ptsname.c (ptsname): Reimplementation
420         to make the function work with kernels >= 2.1.115.
421         * sysdeps/unix/sysv/linux/getpt.c (getpt): Reimplement to call BSD
422         version if using the cloning device fails.
423         * sysdeps/unix/sysv/linux/grantpt.c: New file.
424         * sysdeps/unix/sysv/linux/unlockpt.c: General cleanup.
425         * sysdeps/unix/bsd/getpt.c (__getpt): Largely rewritten to allow
426         use by Linux specific code.
427         * sysdeps/unix/bsd/unlockpt.c: General cleanup.
428         * sysdeps/unix/grantpt.c: Largely rewritten.  (pts_name): New
429         function.  (grantpt): Use pts_name, check group and permission
430         mode in addition to owner.  Try to set the owner, group and
431         permission mode first without invoking the helper program.
432         * login/programs/pt_chown.c: Largely rewritten.  Add argp and
433         internationalization support.  Use symbolic constants instead of
434         hardwired numbers for permission mode.
435         * sysdeps/unix/bsd/ptsname.c: New file.
437 1998-09-17 22:04  Tim Waugh  <tim@cyberelk.demon.co.uk>
439         * posix/wordexp-test.c: Undo last change.
441         * posix/wordexp.c: Undo last change.
443 1998-09-16  Ulrich Drepper  <drepper@cygnus.com>
445         * nscd/grpcache.c (save_grp): Partly undo last change.
447         * nscd/pwdcache.c (save_pwd): Undo last change.
449 1998-09-14  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
451         * sysdeps/mach/hurd/dl-cache.c (_dl_unload_cache): New dummy
452         function.  Reported by okuji@kuicr.kyoto-u.ac.jp [PR libc/789].
454 1998-09-15  David S. Miller  <davem@pierdol.cobaltmicro.com>
456         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
457         Add profiling support.
458         (TRAMPOLINE_TEMPLATE): New macro.
459         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
460         (RTLD_START): Prettify, and set __libc_stack_end properly.
461         (elf_machine_rela) [R_SPARC_COPY]: Remove RTLD_BOOTSTRAP ifndef
462         and check for sym being NULL instead.
463         * sysdeps/sparc/sparc64/addmul_1.S: Adjust to allocate 192 bytes
464         of stack space.
465         * sysdeps/sparc/sparc64/lshift.S: Likewise.
466         * sysdeps/sparc/sparc64/mul_1.S: Likewise.
467         * sysdeps/sparc/sparc64/rshift.S: Likewise.
468         * sysdeps/sparc/sparc64/submul_1.S: Likewise.
469         * sysdeps/sparc/sparc64/elf/crtbegin.S: Likewise and remove old
470         MEDANY code model %g4 usage.
471         * sysdeps/sparc/sparc64/elf/crtend.S: Likewise and remove old
472         MEDANY code model %g4 usage.
473         * sysdeps/sparc/sparc64/elf/start.S: Rework to not use old FULLANY
474         code model address formation.
475         * sysdeps/sparc/sparc64/dl-machine.h: Don't include link.h, do
476         include elf/ldsodefs.h
477         (DT_SPARC): Remove.
478         (elf_machine_matches_host): It is now EM_SPARCV9.
479         (elf_machine_dynamic): Clean up to remove ugly cast.
480         (elf_machine_fixup_plt): Rework for new V9 ABI, add support for
481         new PLT formats.
482         (elf_machine_rela): Don't do anything at all for R_SPARC_NONE.
483         Prettify rest of function.
484         [R_SPARC_COPY]: Check for sym being NULL.
485         [R_SPARC_32]: Handle it.
486         [R_SPARC_H44, R_SPARC_M44, R_SPARC_L44]: Handle them for the
487         MEDMID code model.
488         [R_SPARC_HH22, R_SPARC_HM10, R_SPARC_LM22]: Handle them for the
489         MEDANY code model.
490         [R_SPARC_NONE]: Remove this case, as it is now checked earlier.
491         (elf_machine_runtime_setup): Rewrite for new V9 ABI plt formats.
492         Add profiling support.
493         (TRAMPOLINE_TEMPLATE): New macro.
494         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Define in terms of that.
495         (RTLD_START): Prettify and set __libc_stack_end.
496         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h (SA_SIGINFO):
497         Define.
498         * sysdeps/unix/sysv/linux/sparc/bits/signum.h (_NSIG): Set to 64.
499         (SIGRTMIN, SIGRTMAX, __SIGRTMIN, __SIGRTMAX): Define.
500         * sysdeps/unix/sysv/linux/sparc/sparc32/brk.c (__brk): Remove
501         unused variable scratch.
502         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
503         (__syscall_rt_sigaction, __rt_sigreturn_stub, __sigreturn_stub):
504         Declare.
505         (__sigaction): Rewrite rt_sigaction case to pass correct sigreturn
506         stub to rt_sigaction syscalls.  Rewrite non-rt case to use correct
507         old format kernel sigaction structures.
508         * sysdeps/unix/sysv/linux/sparc/sparc64/ucontext.h: Move...
509         * sysdeps/unix/sysv/linux/sparc/sparc64/sys/ucontext.h: to here.
510         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Remove ucontext.h
511         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/setjmp.h: Fix
512         ucontext include.
513         (_JMPBUF_UNWINDS): Define.
514         * sysdeps/unix/sysv/linux/sparc/sparc64/bits/statfs.h: Declare
515         statfs64 structure, which is exactly the same as the normal one.
516         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Allocate 192 bytes
517         of stack.  Use correct syscall trap number.  Add branch prediction
518         settings to branch instructions.  Remove old MEDANY code model %g4
519         referneces for non-PIC.
520         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
521         * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
522         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S: Likewise.
523         * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S: Likewise.
524         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
525         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
526         __libc_longjmp and __libc_siglongjmp strong aliases.
527         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c (__readdir64):
528         Also define to __no__readdir64_decl around readdir.c inclusion.
529         (__readdir64): Add strong alias.
530         * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S: New file.
531         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (getrlimit):
532         Set strong and weak names properly.
534 1998-09-16 11:25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
536         * manual/Makefile (AWK): Default to gawk if standalone.
538 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
540         * Makefile (distribute): Undo last change.
541         * Make-dist (+tsrc) [not subdir]: Also include indirection headers
542         for sysdep headers.
543         (+subdir-headers): Removed, unused.
545 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
547         * stdio-common/Makefile ($(inst_includedir)/bits/stdio_lim.h): Use
548         $(do-install).
550 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
552         * Makerules ($(+sysdir_pfx)sysd-Makefile): Don't check for
553         absolute name in $(config-sysdirs), can never happen.
554         ($(+sysdir_pfx)sysd-rules): Likewise.
555         * Makeconfig (full-config-sysdirs): Likewise.
556         (all-Subdirs-files): Prepend $(..).
558         * configure.in: Don't check for absolute name in $add_ons_pfx, can
559         not happen.  Let --enable-add-ons=yes work if no add-ons actually
560         exist.
562 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
564         * Rules ($(common-objpfx)bits/stdio_%.h): Remove extra
565         continuations in command.
567 1998-09-15  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
569         * libio/oldstdfiles.c (_IO_stdin_used): Update declaration.
571 1998-09-16 00:47  Tim Waugh  <tim@cyberelk.demon.co.uk>
573         * posix/wordexp-test.c: If expansion or substitution occurs
574         anywhere in a word, the entire word is subject to field-splitting.
576         * posix/wordexp.c (parse_glob): Look for end of word instead of
577         end of field when deciding what to glob.
578         (field_split_word): New function, now the only place where
579         field-splitting is performed.
580         (parse_dollars): New parameter - tell the caller if
581         field-splitting should be performed on this word.
583         * posix/wordexp-test.c (testit): Only call wordfree if wordexp
584         succeeded (or failed with WRDE_NOSPACE).
586 1998-09-15 19:53 1998  Tim Waugh  <tim@cyberelk.demon.co.uk>
588         * posix/wordexp.c (wordexp): Don't convert IFS characters to
589         blanks.
591         * posix/wordexp-test.c: Words not the result of expansion or
592         substitution should remain unchanged.
594 1998-09-15  Ulrich Drepper  <drepper@cygnus.com>
596         * elf/dynamic-link.h [!ELF_MACHINE_PLTREL_OVERLAP]
597         (_ELF_DYNAMIC_DO_RELOC): Correctly set ranges[1].lazy.
599 1998-09-15  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
601         * stdio-common/Makefile: Include Makeconfig so that
602         $(inst_includedir) is defined.
604 1998-09-14  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
606         * io/pwd.c: Include <mcheck.h>.
608 1998-09-15 08:00  Ulrich Drepper  <drepper@cygnus.com>
610         * nscd/pwdcache.c (save_pwd): Correct copying.
611         * nscd/grpcache.c (save_grp): Likewise.
613 1998-09-14 23:36  Ulrich Drepper  <drepper@cygnus.com>
615         * nscd/pwdcache.c (save_pwd): Rewrite to use only one malloc call.
616         (free_pwd): Adjust for this change.
617         * nscd/grpcache.c (save_grp): Rewrite to use only one malloc call.
618         (free_grp): Adjust for this change.
620 1998-09-14  Ulrich Drepper  <drepper@cygnus.com>
622         * nscd/pwdcache.c (cache_pwdinit): Allocate uidtbl of correct size.
624 1998-09-14 15:29  Ulrich Drepper  <drepper@cygnus.com>
626         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
627         (install-others): Add bits/stdio_lim.h.
628         Add rule to install bits/stdio_lim.h.
630         * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
632         * Makefile (distribute): Add include/sys/mman.h.
634         * sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
635         * sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
636         * sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
638         * grp/initgroups.c: Include stdlib.h.
639         Patch by Zack Weinberg.
641 1998-09-14 22:46  Tim Waugh  <tim@cyberelk.demon.co.uk>
643         * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
644         for field-splitting :abc: is correct, and that two fields should
645         result. Revert tests to reflect this.
647         * posix/wordexp.c (w_emptyword): Remove function.
648         (exec_comm): Don't use w_emptyword.
649         (parse_param): Likewise.
651 1998-09-14 15:00  Ulrich Drepper  <drepper@cygnus.com>
653         * sysdeps/arm/fpu/Dist: Moved to...
654         * sysdeps/arm/Dist: ...here.
655         * sysdeps/posix/Dist: Removed.
656         * sysdeps/unix/sysv/linux/Dist: Move sys/debugreg.h to...
657         * sysdeps/unix/sysv/linux/i386/Dist: ...here.
659 1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
661         * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.
663 1998-09-14 11:26  Ulrich Drepper  <drepper@cygnus.com>
665         * wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
667 1998-09-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
669         * libc-work/nis/nss_nisplus/nisplus-service.c
670         (_nss_nisplus_parse_servent): Convert port in network byte order.
672 1998-09-14 07:53 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
674         * stdlib/stdlib.h: Add a switch, __need_malloc_and_calloc,
675         to provide only malloc and calloc.
676         * include/stdlib.h: Support the above.
677         * string/bits/string2.h: Use __need_malloc_and_calloc when
678         including stdlib.h.
679         (__string2_1bptr_p): Avoid -Wbad-function-cast warnings.
681         * iconvdata/iso-2022-jp.c: Include <stdlib.h>.
682         * iconvdata/iso646.c: Include <stdlib.h>.
684 1998-09-14 07:51 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
686         * sunrpc/rpc_cout.c: Add braces around ambiguous else.
687         * sysdeps/libm-ieee754/w_pow.c: Likewise.
688         * sysdeps/libm-ieee754/w_powf.c: Likewise.
689         * sysdeps/libm-ieee754/w_powl.c: Likewise.
691 1998-09-14 07:57 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
693         * stdio-common/stdio_lim.h.in: New file.  All parameters
694         are adjustable at build time.
695         * Rules: Add a rule to build bits/stdio_lim.h from
696         stdio-common/stdio_lim.h.in.  (It has to be in Rules so that
697         all subdirectories know how to make the file.  It can't be
698         in Makerules because then it gets built at top level and the
699         dependencies are wrong.)
701         * stdio-common/Makefile (distribute): Add stdio_lim.h.in.
702         * sysdeps/unix/sysv/linux/Makefile: Delete rules to make
703         stdio_lim.h.
704         * sysdeps/unix/sysv/linux/stdio_lim.h.in: Removed.
705         * sysdeps/unix/sysv/linux/Dist: Take out stdio_lim.h.in.
706         * sysdeps/posix/Makefile: Removed.
707         * sysdeps/posix/mk-stdiolim.c: Removed.
708         * sysdeps/generic/bits/stdio_lim.h: Removed.
710 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
712         * argp/argp-help.c: Fixup indentation.
713         * nss/nss_files/files-alias.c: Quiet -Wparentheses warning.
714         * resolv/nss_dns/dns-network.c: Likewise.
715         * resolv/res_send.c: Likewise.
716         * rt/aio_cancel.c: Likewise.
717         * rt/aio_misc.c: Likewise.
719 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
721         * Makefile (install-symbolic-link): Remove the link list file at last.
722         * Makerules (install-clean-symbolic-link-list): Removed.
724 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
726         * timezone/tst-timezone.c: Print time in UTC to get consistent
727         output.
729 1998-09-12  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
731         * elf/rtld.c (_dl_rpath): Removed.
732         * elf/dl-support.c (_dl_path): Removed.
733         * elf/Makefile ($(objpfx)ld.so): Don't pass -rpath.
734         (CFLAGS-dl-support.c): Removed.
736         * elf/dl-load.c (env_path_list): Renamed from fake_path_list.  All
737         uses changed.
738         (_dl_init_paths): Always set env_path_list from LD_LIBRARY_PATH,
739         instead of appending it to the main map's rpath info.
740         (_dl_map_object): Consistently use LD_LIBRARY_PATH after all
741         DT_RPATHs.  This makes it effective again.
742         (decompose_rpath): Remove second parameter, callers changed.
743         (fillin_rpath): Allocate enough space in curwd.
744         (expand_dynamic_string_token): Cope with get_origin returning -1.
746 1998-09-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
748         * libc-work/nis/nss_compat/compat-pwd.c: Add support for
749         passwd.adjunct.
751         * nis/nss_nis/nis-pwd.c (_nss_nis_getpwent_r): Correct test for
752         invalid password.
754 1998-09-13 18:06  Ulrich Drepper  <drepper@cygnus.com>
756         * locale/programs/locale.c: Update dates.
758 1998-09-13  Mark Kettenis  <kettenis@phys.uva.nl>
760         * sysdeps/generic/bits/types.h: Include <features.h>.  Make sure
761         size_t is defined.  Some reordering of defenitions to make
762         maintaining this file in parallel with the linux-specific file easier.
764 1998-09-13  Ulrich Drepper  <drepper@cygnus.com>
766         * io/pwd.c (main): Add call to mtrace.
768         * malloc/mtrace.pl: Quote @ in string.
770 1998-09-13 19:25  Tim Waugh  <tim@cyberelk.demon.co.uk>
772         * posix/wordexp.c (parse_arith): Fix memory leaks.
773         (exec_comm): Likewise.
774         (parse_param): Likewise.
775         (wordexp): Likewise.
776         (exec_comm): Reduce number of function return points.
777         (parse_param): Likewise.
778         (wordexp): Likewise.
780 1998-09-13 14:53  Tim Waugh  <tim@cyberelk.demon.co.uk>
782         * posix/wordexp-test.c: Field-splitting ':abc:' with IFS=: should
783         yield three fields, not two.  Test both parameter expansion and
784         command substitution for correct field-splitting behaviour.
786         * posix/wordexp.c (w_emptyword): New function.
787         (parse_param): Use it.
788         (exec_comm): Likewise, for consistency with the way parse_param
789         splits fields.
790         (parse_param): Fix some memory leaks.
792 1998-09-13 18:04  Geoff Keating  <geoffk@ozemail.com.au>
794         * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):
795         Don't mark asm `volatile'.
796         (__elf_machine_runtime_setup): Clear the last partial block in the PLT
797         from the data cache too.  Assume it isn't in the instruction cache yet.
798         (__elf_machine_fixup_plt): Clear the modified address from the caches.
800 1998-09-12  Mark Kettenis  <kettenis@phys.uva.nl>
802         * sysdeps/generic/segfault.c (install_handler): Install signal
803         handler with SA_ONSTACK instead of setting the stack flags to
804         SS_ONSTACK.  Do not install handler for SIGSTKFLT if it is not
805         defined.
807 1998-09-12 14:24 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
809         * signal/signal.h: Fix multiple inclusion guard to cover the
810         entire file.
811         * wcsmbs/wchar.h: Remove prototype of internal function
812         __mbsrtowcs.
813         * sysdeps/i386/i486/bits/string.h (memchr): Don't do
814         arithmetic on `void *'.
816 1998-09-12 01:09  Tim Waugh  <tim@cyberelk.demon.co.uk>
818         * posix/wordexp-test.c: Fix wrong tests.  Add new tests.
820         * posix/wordexp.c (wordexp): Perform word-splitting instead of
821         field-splitting here.
822         (wordexp): If out of memory mid-word, free the word (but still
823         leave pwordexp alone for caller to see).
824         (parse_param): Allow for zero-length fields (smarter checking of
825         memory allocation failure).
826         (w_addword): Convert NULL words to "".
827         (wordexp): Convert left-over IFS characters to blanks (like bash).
829 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
831         * configure.in: Use test -f instead of test -e.
832         Patch by John Tobey <jtobey@banta-im.com>.
834         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/trap.h: New file.
835         * sysdeps/unix/sysv/sysv4/solaris2/sys/syscall.h: New file.
836         * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h: New file.
837         * sysdeps/unix/sysv/linux/sigstack.c: Fix typo.
838         * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: Fix typo.
839         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/ucontext.h: New file.
840         * sysdeps/unix/sysv/sysv4/solaris2/sys/param.h: New file.
841         Patches by John Tobey <jtobey@banta-im.com>.
843         * time/strftime.c (my_strftime): Delay use of *tp values until
844         latest possible point to allow partly initialized structures
845         (e.g., from strptime).
847         * iconvdata/Makefile (modules): Add ISO_10367-BOX, MAC-IS, NATS-DANO,
848         and NATS-SEFI.
849         Define *-routines variables for new modules.
850         (distribute): Add .c files for new modules.
851         (awk-generated-headers): Add iso_10367-box.h, mac-is.h, nats-dano.h,
852         and nats-sefi.h.
853         Add rules for header generation.
854         * iconvdata/gconv-modules: Add entries for new modules.
855         * iconvdata/iso_10367-box.c: New file.
856         * iconvdata/mac-is.c: New file.
857         * iconvdata/nats-dano.c: New file.
858         * iconvdata/nats-sefi.c: New file.
860 1998-04-30 18:20  H.J. Lu  <hjl@gnu.org>
862         * elf/dl-load.c (_dl_init_paths): Don't check the dynamic
863         loader if PIC is not defined.
865 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
867         * iconvdata/Makefile (modules): Add CSN_369103, CWI, DEC-MCS,
868         ECMA-CYRILLIC, GOST_19768-74, GREEK-CCITT, GREEK7, GREEK7-OLD, INIS,
869         INIS-8, INIS-CYRILLIC, ISO_6937-2, ISO_2033, ISO_5427, ISO_5427-EXT,
870         and ISO_5428.
871         Define *-routines variables for new modules.
872         (distribute): Add .c files for new modules.
873         (awk-generated-headers): Add csn_369103.h, cwi.h, dec-mcs.h,
874         ecma-cyrillic.h, gost_19768-74.h, greek-ccitt.h, greek7.h,
875         greek7-old.h, inis.h, inis-8.h, inis-cyrillic.h, iso_2033.h,
876         iso_5427.h, iso_5427-ext.h, and iso_5428.h.
877         Add rules for header generation.
878         * iconvdata/gconv-modules: Add entries for new modules.
879         * iconvdata/csn_369103.c: New file.
880         * iconvdata/cwi.c: New file.
881         * iconvdata/dec-mcs.c: New file.
882         * iconvdata/ecma-cyrillic.c: New file.
883         * iconvdata/gost_19768-74.c: New file.
884         * iconvdata/greek-ccitt.c: New file.
885         * iconvdata/greek7-old.c: New file.
886         * iconvdata/greek7.c: New file.
887         * iconvdata/inis-8.c: New file.
888         * iconvdata/inis-cyrillic.c: New file.
889         * iconvdata/inis.c: New file.
890         * iconvdata/iso6937-2.c: New file.
891         * iconvdata/iso_2033.c: New file.
892         * iconvdata/iso_5427-ext.c: New file.
893         * iconvdata/iso_5427.c: New file.
894         * iconvdata/iso_5428.c: New file.
896         * iconvdata/iso6937.c (from_ucs4): Correct 0x80, 0x81, and 0xb9
897         entries.
898         Convert U02dd correctly.
900 1998-09-11 20:46  Richard Henderson  <rth@cygnus.com>
902         * sysdeps/alpha/dl-machine.h (_dl_start_user): Pass pointer to
903         _dl_main_searchlist not _dl_default_scope to _dl_init_next.
904         * sysdeps/sparc/sparc32/dl-machine.h (_dl_start_user): Likewise.
905         * sysdeps/sparc/sparc64/dl-machine.h (_dl_start_user): Likewise.
907 1998-09-11  Ulrich Drepper  <drepper@cygnus.com>
909         * resolv/res_init.c (res_init): Handle resolv.conf file with only
910         one nameserver correctly.  Patch by HJ Lu.
912         * iconvdata/Makefile (modules): Add IEC_P27-1, BALTIC, ASMO_449,
913         and ANSI_X3.110.
914         Define *-routines variables for new modules.
915         (distribute): Add .c files for new modules.
916         (awk-generated-headers): Add iec_p27-1.h, baltic.h, and asmo_449.h.
917         Add rules for hedaer generation.
918         * iconvdata/gconv-modules: Add entries for new modules.  Pretty print.
919         * iconvdata/ansi_x3.110.c: New file.
920         * iconvdata/asmo_449.c: New file.
921         * iconvdata/baltic.c: New file.
922         * iconvdata/iec_p27-1.c: New file.
924         * iconvdata/t61.c (from_ucs4): Correct 0x23, 0x24, 0x80, and 0x81
925         entries.
926         Convert U02dc correctly.
928         * math/atest-exp.c: Add parentheses to avoid gcc warnings.
929         * math/atest-exp2.c: Likewise.
930         * math/atest-sincos.c: Likewise.
932         * posix/getopt.h: Don't define non-POSIX stuff unless _GNU_SOURCE
933         is defined.
935 1998-09-11 10:51  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
937         * string/strcoll.c: Optimize a few expressions.
938         * string/strxfrm.c: Likewise.
940 1998-09-02  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
942         * manual/locale.texi: Fix typos.
944 1998-09-10  Ulrich Drepper  <drepper@cygnus.com>
946         * stdlib/random_r.c (__setstate_r): Allow call with same state
947         array as currently used (PR libc/774).
949         * include/limits.h: Include gcc's header even if this file is
950         found more than once before it (PR libc/778)
952         * sysdeps/unix/sysv/linux/Makefile [subdir==misc]
953         (sysdep_headers): Remove sys/debugreg.h.
954         * sysdeps/unix/sysv/linux/i386/Makefile [subdir==misc]
955         (sysdep_headers): Add sys/debugreg.h.
956         * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
957         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
959         * stdio-common/tmpnam.c: Move local static variable buf to
960         toplevel and rename to tmpnam_buffer to ease debugging.
961         Patch by Joe Keane <jgk@jgk.org>.
962         Optimize s == NULL case a bit.
964         * iconvdata/testdate/ISO-8859-10..UCS2: Update after charmap
965         correction.
967 1998-09-10 12:51  Ulrich Drepper  <drepper@cygnus.com>
969         * resolv/res_init.c (res_init): Initialize _res.nscount and
970         _res.nsaddr.sin_port differently for the can when no loopback
971         is available to allow immediate timeout in non-networking environments.
972         Patch by Cristian Gafton <gafton@redhat.com>.
974 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
976         * localedata/charmaps/ISO-8859-10: Character 0xBD is HORIZONTAL
977         BAR and not EM DASH.
978         * localedata/charmaps/ISO_8859-SUPP: Likewise (character 0xD0).
979         * localedata/charmaps/ISO-8859-7: Likewise (character 0xAF).
980         Fixes PR libc/717.
982 1998-09-10 11:53  Ulrich Drepper  <drepper@cygnus.com>
984         * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files
985         for test.
986         * timezone/tst-timezone.c (tests): Fix typo in last patch.
988         * time/tzfile.c (__tzfile_read): Handle case when there are no
989         transitions.  Set __timezone based on computed offset.
990         * time/tzset.c (tzset_internal): Set __timezone before returning.
992         * time/tzset.c (tzset_internal): Optimize handling of local string
993         copy.
995 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
997         * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR
998         libc/776).
1000 1998-09-09  Benjamin Kosnik  <bkoz@tintin.cygnus.com>
1002         * math/libm-test.c (exp10_test): Adapt epsilons for powerpc.
1003         (csqrt_test): Likewise.
1004         * sysdeps/powerpc/bits/fenv.h: Add parens.
1006 1998-09-09 18:48  Ulrich Drepper  <drepper@cygnus.com>
1008         * sysdeps/powerpc/dl-start.S (_start): Pass pointer to
1009         _dl_main_searchlist not _dl_default_scope to _dl_init_next.
1010         Patch by Benjamin Kosnik <bkoz@cygnus.com>.
1012 1998-09-09  Mark Kettenis  <kettenis@phys.uva.nl>
1014         * elf/dl-close.c (_dl_close): Don't free imap->l_origin if it is
1015         the special `-1' pointer.
1017 1998-09-09 09:32  Ulrich Drepper  <drepper@cygnus.com>
1019         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Make function
1020         inline.
1022 1998-09-07  Paul Eggert  <eggert@twinsun.com>
1024         * time/mktime.c (__EXTENSIONS__): Define if not defined.
1025         (_REENTRANT): Remove.  It has undesirable consequences in
1026         Solaris 2.6 (e.g. it turns off the putc macro).  Defining
1027         __EXTENSIONS__ makes localtime_r and gmtime_r visible, which
1028         is what we want.
1029         * time/strftime.c: Likewise.
1031 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1033         * elf/dl-error.c: Fix spelling.
1035 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1037         * stdlib/strfmon.c: Quiet -Wparentheses warnings.
1038         * stdio-common/_itoa.c: Likewise.
1039         * stdio-common/printf_fp.c: Likewise.
1040         * stdio-common/vfscanf.c: Likewise.
1041         * wcsmbs/wcstok.c: Likewise.
1042         * sysdeps/generic/glob.c: Likewise.
1043         * posix/getopt.c: Likewise.
1044         * sysdeps/posix/getaddrinfo.c: Likewise.
1045         * posix/wordexp.c: Likewise.
1046         * io/ftw.c: Likewise.
1047         * io/fts.c: Likewise.
1048         * misc/getpass.c: Likewise.
1049         * iconv/gconv_conf.c: Likewise.
1050         * argp/argp-fmtstream.c: Likewise.
1051         * argp/argp-help.c: Likewise.
1052         * elf/dl-load.c: Likewise.
1053         * locale/programs/stringtrans.c: Likewise.
1054         * catgets/gencat.c: Likewise.
1055         * posix/getconf.c: Likewise.
1056         * iconv/gconv_conf.c: Likewise.
1057         * iconv/iconv_prog.c: Likewise.
1059         * string/strcoll.c: Optimize a few expressions.
1060         * string/strxfrm.c: Likewise.
1062 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1064         * elf/dl-open.c (dl_open_worker): Move decl of new_global up one
1065         level to avoid uninit variable warning.
1067 1998-09-09 10:34  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1069         * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
1070         instead of _dl_default_scope[2] as argument to _dl_init_next.
1072         * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
1073         C9x macro.
1075 1998-09-08  Ulrich Drepper  <drepper@cygnus.com>
1077         Fix compatibility problems introduced in last change.
1078         * csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is
1079         defined.
1080         * sysdeps/unix/sysv/linux/i386/Makefile [subdir==csu]: Add
1081         -DWEAK_GMON_START to CFLAGS-initfini.s.
1083         * elf/dl-object.c (_dl_new_object): Store map address in
1084         _dl_loaded if _dl_loaded is NULL.
1085         * elf/rtld.c (dl_main): Don't update _dl_loaded here.
1087         * sysdeps/generic/setrlimit64.c: Remove stub warning.
1089 1998-09-07  Ulrich Drepper  <drepper@cygnus.com>
1091         * db2/common/db_apprec.c (__db_apprec): Add braces to make gcc
1092         quiet.
1093         * db2/btree/bt_cursor.c: Likewise.
1094         * db2/common/db_region.db_c: Likewise.
1095         * db2/common/db_salloc.db_c: Likewise.
1096         * db2/db/db.c: Likewise.
1097         * db2/db/db_rec.c: Likewise.
1098         * db2/hash/hash.c: Likewise.
1099         * db2/hash/hash_page.c: Likewise.
1100         * db2/hash/hash_rec.c: Likewise.
1101         * db2/log/log_findckp.c: Likewise.
1102         * db2/log/log_get.c: Likewise.
1103         * db2/log/log_put.c: Likewise.
1104         * db2/mp/mp_fget.c: Likewise.
1105         * db2/mp/mp_fput.c: Likewise.
1106         * db2/mp/mp_region.c: Likewise.
1107         * stdlib/strtol.c: Likewise.
1108         * string/strcoll.c: Likewise.
1109         * string/strxfrm.c: Likewise.
1110         * argp/argp-help.c: Likewise.
1111         * argp/argp-parse.c: Likewise.
1112         * resolv/res_debug.c: Likewise.
1114 1998-09-07 09:58  Ulrich Drepper  <drepper@cygnus.com>
1116         * math/tgmath.h (scalb): Only define for __USE_MISC or
1117         __USE_XOPEN_EXTENDED.  Patch by Zack Weinberg.
1119 1998-09-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1121         * libio/stdio.h: Fix comment.
1123         * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if
1124         __USE_ISOC9X.
1126 1998-09-06 09:53 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1128         * Makeconfig (+gccwarn): Remove -Wno-parentheses.
1130         * elf/dl-open.c: Quiet -Wparentheses warnings.
1131         * iconvdata/johab.c: Likewise.
1132         * iconvdata/uhc.c: Likewise.
1133         * inet/inet_net.c: Likewise.
1134         * io/fts.c: Likewise.
1135         * locale/newlocale.c: Likewise.
1136         * misc/getttyent.c: Likewise.
1137         * misc/mntent_r.c: Likewise.
1138         * misc/ttyslot.c: Likewise.
1139         * nscd/nscd_conf.c: Likewise.
1140         * nss/nsswitch.c: Likewise.
1141         * resolv/gethnamaddr.c: Likewise.
1142         * resolv/nsap_addr.c: Likewise.
1143         * resolv/res_debug.c: Likewise.
1144         * stdio-common/_itoa.c: Likewise.
1145         * stdlib/strtod.c: Likewise.
1146         * string/strverscmp.c: Likewise.
1147         * sunrpc/svc.c: Likewise.
1148         * sysdeps/libm-ieee754/e_cosh.c: Likewise.
1149         * sysdeps/libm-ieee754/e_gamma_r.c: Likewise.
1150         * sysdeps/libm-ieee754/e_sinh.c: Likewise.
1151         * sysdeps/posix/getaddrinfo.c: Likewise.
1153 1998-09-06 15:13  Ulrich Drepper  <drepper@cygnus.com>
1155         * elf/dlsym.c (dlsym_doit): Use new RTLD_DEFAULT macro to test
1156         for use of global scope.
1157         * elf/dlvsym.c (dlvsym_doit): Likewise.
1159 1998-09-02  Paul Eggert  <eggert@twinsun.com>
1161         * strftime.c (my_strftime): When mbrlen returns (size_t) -2,
1162         copy the redundant bytes at the end of the format as-is; don't
1163         just copy their first byte and then rescan, as that might get
1164         us an encoding error.
1165         Account correctly for the length of multibyte sequences in the
1166         format.
1168 1998-09-03 20:14  Tim Waugh  <tim@cyberelk.demon.co.uk>
1170         * posix/wordexp-test.c: Add tests for different IFS values.
1171         Change unquoted-newline test so that newline is not in IFS.
1173         * posix/wordexp.c (wordexp): Correct null/unset mix-up when
1174         determining IFS characters.  Return WRDE_BADCHAR for unquoted
1175         special characters _except_ if they are separators.
1177 1998-09-06 10:56  Ulrich Drepper  <drepper@cygnus.com>
1179         * include/tgmath.h: New file.
1181         * libio/stdio.h: Correct reversed #ifs.
1182         Patch by Zack Weinberg.
1184         * manual/creature.texi: Better explain reason for feature select
1185         macros.
1186         Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
1188 1998-09-06 10:25 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
1190         * include/alloca.h: Add multiple-inclusion guard.
1191         * include/db.h: Likewise.
1192         * include/db_185.h: Likewise.
1193         * include/dlfcn.h: Likewise.
1194         * include/fcntl.h: Likewise.
1195         * include/grp.h: Likewise.
1196         * include/libintl.h: Likewise.
1197         * include/mntent.h: Likewise.
1198         * include/pwd.h: Likewise.
1199         * include/sched.h: Likewise.
1200         * include/search.h: Likewise.
1201         * include/setjmp.h: Likewise.
1202         * include/shadow.h: Likewise.
1203         * include/signal.h: Likewise.
1204         * include/stdio.h: Likewise.
1205         * include/stdlib.h: Likewise.
1206         * include/string.h: Likewise.
1207         * include/termios.h: Likewise.
1208         * include/time.h: Likewise.
1209         * include/ulimit.h: Likewise.
1210         * include/utmp.h: Likewise.
1211         * include/wchar.h: Likewise.
1212         * include/sys/file.h: Likewise.
1213         * include/sys/gmon.h: Likewise.
1214         * include/sys/ioctl.h: Likewise.
1215         * include/sys/mman.h: Likewise.
1216         * include/sys/resource.h: Likewise.
1217         * include/sys/select.h: Likewise.
1218         * include/sys/socket.h: Likewise.
1219         * include/sys/statfs.h: Likewise.
1220         * include/sys/time.h: Likewise.
1221         * include/sys/times.h: Likewise.
1222         * include/sys/wait.h: Likewise.
1224 1998-09-06 09:00  Ulrich Drepper  <drepper@cygnus.com>
1226         * version.h (VERSION): Bump to 2.0.96.
1228         Rewrite runtime linker to be truly thread-safe.  There is now no
1229         global variable specifying the scope.  We create all needed
1230         scopes at the time the link maps are created.
1231         * elf/Versions [GLIBC_2.1]: Add _dl_loaded and _dl_main_searchlist.
1232         * elf/link.h: Add struct r_scope_elem and use this for l_searchlist,
1233         l_symbolic_searchlist, l_scope, and l_local_scope elements in
1234         struct link_map.
1235         * elf/dl-close.c: Rewritten accordingly.
1236         * elf/dl-deps.c: Likewise.
1237         * elf/dl-error.c: Likewise.
1238         * elf/dl-init.c: Likewise.
1239         * elf/dl-load.c: Likewise.
1240         * elf/dl-lookup.c: Likewise.
1241         * elf/dl-object.c: Likewise.
1242         * elf/dl-open.c: Likewise.
1243         * elf/dl-reloc.c: Likewise.
1244         * elf/dl-runtime.c: Likewise.
1245         * elf/dl-support.c: Likewise.
1246         * elf/dl-symbol.c: Likewise.
1247         * elf/dl-version.c: Likewise.
1248         * elf/dlsym.c: Likewise.
1249         * elf/dlvsym.c: Likewise.
1250         * elf/ldsodefs.h: Likewise.
1251         * elf/rtld.c: Likewise.
1252         * iconv/gconv_dl.c: Likewise.
1253         * nss/nsswitch.c: Likewise.
1254         * sysdeps/i386/dl-machine.h: Likewise.
1255         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
1257         * elf/dlfcn.h: Declare dladdr only for __USE_GNU.
1258         Define RTLD_DEFAULT.
1260 1998-09-05  Mark Kettenis  <kettenis@phys.uva.nl>
1262         * sysdeps/mach/hurd/i386/init-first.c (init1): Call
1263         __getopt_clean_environment with __environ instead of envp.
1265 1998-09-05  Roland McGrath  <roland@baalperazim.frob.com>
1267         * sysdeps/mach/hurd/i386/Makefile (omit-deps): Define to crt0.
1269         * string/argz-extract.c (__argz_extract): Add de-consting cast for
1270         setting results.
1272         * string/argz.h (argz_next): Add de-consting cast for return.
1273         * string/argz-next.c (__argz_next): Likewise.
1275         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
1276         Don't add netinet/udp.h, netinet/ip_icmp.h here.
1277         * sysdeps/gnu/Makefile: Do it here instead.
1278         * sysdeps/unix/sysv/linux/Dist: Move those files from here ...
1279         * sysdeps/gnu/Dist: ... to here.
1281         * sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
1282         sysdeps/unix/sysv/linux/netinet/tcp.h,
1283         sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
1285 1998-09-04  Roland McGrath  <roland@baalperazim.frob.com>
1287         * string/argz.h (argz_extract, argz_next): Use `const' for ARGZ param.
1288         * string/argz-next.c, string/argz-extract.c: Fix defns.
1290 1998-09-03  Roland McGrath  <roland@baalperazim.frob.com>
1292         * mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
1294         * sysdeps/mach/hurd/sysd-stdio.c: Declare fns
1295         __stdio_{read,write,seek,close,fileno} using __io_*_fn types.
1296         * sysdeps/generic/sysd-stdio.c: Likewise.
1298 1998-09-02  Ulrich Drepper  <drepper@cygnus.com>
1300         * elf/dl-load.c (fillin_rpath): Handle "/" as RPATH correctly.
1301         (_dl_map_object_from_fd): Make NAME argument const.
1302         Remove last parameter in _dl_new_object call.
1303         (print_search_path): Correct construction of composed path name.
1304         (_dl_map_object): Prevent looking at RPATH of the main map twice.
1305         Remove last parameter in _dl_new_object call.
1306         * elf/dl-object.c: Remove last parameter.  Determine whether create
1307         origin entry based on empty realname.  Handle file in root directory
1308         correctly.
1309         * elf/ldsodefs.h: Adjust prototype for _dl_new_object.
1310         * elf/rtld.c (dl_main): Add comment describing reason for memory leak.
1311         Remove last parameter in _dl_new_object call.
1312         * sysdeps/generic/dl-origin.h: Handle file in root directory correctly.
1313         * sysdeps/unix/sysv/linux/dl-origin.h: Likewise.
1315 1998-09-01  Ulrich Drepper  <drepper@cygnus.com>
1317         * elf/dl-close.c (_dl_close): Add more comments and correct some.
1318         Free l_searchlist and l_dupsearchlist.
1320         * debug/catchsegv.sh: Add one more pair of quotes.
1322 1998-09-01 17:53  Ulrich Drepper  <drepper@cygnus.com>
1324         * elf/dl-load.c (add_name_to_object): Change return type to void and
1325         make NAME parameter const.  Allocate room for NAME in same memory
1326         block used for l_libname entry.
1327         (_dl_map_object_from_fd): Don't free NAME on failure.
1328         (map_segment): Pass SONAME to add_name_to_object, not a copy.
1329         (_dl_map_object): Don't create copy of NAME.  Pass NAME to
1330         _dl_map_object_from_fd.
1331         * elf/dl-object.c (dl_new_object): Allocate room for NAME in same
1332         memory block used for l_libname entry.
1333         * elf/dl-close.c: Adjust free()ing for this change.
1335 1998-09-01 15:36  Ulrich Drepper  <drepper@cygnus.com>
1337         * malloc/Makefile: Include Makeconfig before testing config-sysdirs.
1339         * malloc/mtrace.c: Add bug report address.  Update email address.
1340         Add more @XXX@ to print correct address size.
1342         * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is
1343         really initialized.
1345         * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info
1346         for munmap call instead of examining phdr again.
1347         Free all malloc()ed strings and arrays.
1349 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
1351         * sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of
1352         dl-machine.h.
1353         * sysdeps/powerpc/dl-machine.c: New file.
1354         * sysdeps/powerpc/dl-machine.h: Move much stuff into separate
1355         files.  Revise ELF_PREFERRED_ADDRESS to take account of
1356         the new mapping information (fixes bug involving huge bloated
1357         web browser).  Set ELF_MACHINE_PLTREL_OVERLAP.
1358         * sysdeps/powerpc/dl-start.S: New file.
1360         * elf/dl-load.c (_dl_map_object_from_fd): Initialise l_map_start,
1361         l_map_end.
1362         * elf/do-rel.h: Call elf_machine_rel only once (to save space).
1363         * elf/dynamic-link.h: Allow PLT relocs to be in the middle of the
1364         others.  Call elf_dynamic_do_##reloc only once (to save even more
1365         space).
1366         * elf/link.h: Add new members l_map_start and l_map_end to keep
1367         track of the memory map.
1368         * elf/rtld.c (_dl_start): Initialise l_map_start for ld.so and
1369         the executable.
1371 1998-09-01 11:53  Ulrich Drepper  <drepper@cygnus.com>
1373         * debug/Makefile (catchsegv): We need not rewrite SOVER anymore.
1374         Reported by Andreas Jaeger.
1376         * posix/glob.h: Use __size_t instead of size_t in definitions and
1377         make sure this is defined.
1379 1998-09-01 10:34  Ulrich Drepper  <drepper@cygnus.com>
1381         * manual/locale.texi: Almost complete rewrite.  Document more functions
1382         and functionality.
1383         * manual/arith.texi: Correct reference.
1384         * manual/string.texi: Pretty printing.
1386         * manual/texinfo.tex: Update from last available version.
1388 1998-08-31 22:44  Ulrich Drepper  <drepper@cygnus.com>
1390         * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for
1391         invalid password.
1392         (_nss_nis_getpwuid_r): Likewise.
1393         Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>.
1395         * inet/rcmd.c: Implement netgroup support.
1396         Patch by Dick Streefland <dick_streefland@tasking.com>.
1398 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
1400         * elf/dl-close.c (_dl_close): Update _dl_loaded if the first
1401         object on the list is removed.  Don't use this code for PIC.
1402         Reported by HJ Lu [PR libc/770].
1404 1998-08-31 15:56  Ulrich Drepper  <drepper@cygnus.com>
1406         * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include.
1408         * include/stdio.h: Add __vsscanf.
1410         * libio/stdio.h: Make vfscanf, scanf, and vsscanf available if
1411         __USE_ISOC9X.
1412         Remove __vsscanf declaration.
1413         Always declare fgetpos and fsetpos.
1415         * math/math.h: Define isinf as macro.
1416         * math/bits/mathcalls.h: Change to declare __isinf all the time.
1417         Don't declare scalb for ISO C 9x.
1419         * math/tgmath.h: Define fma.  Rewrite the underlying macros.
1421         * stdlib/stdlib.h: Declare strtof and strtold is __USE_ISOC9X.
1423         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Allow inclusion from
1424         sys/ucontext.h.
1426         * sysdeps/wordsize-32/inttypes.h: Define missing PRI* and SCN*
1427         macros.
1429 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1431         * sysdeps/standalone/bits/errno.h (ENOMSG): Remove duplicate.
1432         Reported by jreising@frequentis.com [PR libc/767].
1434 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1436         * io/lockf.c (lockf): Move initilisation of fl.l_whence and
1437         fl.l_start at beginning of function.
1438         Patch by Geoff. Dash <geoffd@zeta.org.au> [PR libc/769].
1440 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
1442         * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).
1443         Reported by Rob.Hagopian@vu.union.edu [PR libc/763].
1445         * nscd/nscd.init: Make it work in RedHat systems.
1446         Patch by Christian Gafton.
1448 1998-08-29  Philip Blundell  <philb@gnu.org>
1450         * catgets/Makefile: Don't try to run test programs when
1451         cross-compiling.
1453 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
1455         * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX.
1456         Reported by Zack Weinberg.
1458 1998-08-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1460         * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S.
1461         * elf/Makefile (distribute): Remove ldd.sh.in.
1463 1998-08-31 11:46  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1465         * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused
1466         variable.
1468 1998-08-29  Ulrich Drepper  <drepper@cygnus.com>
1470         * sysdeps/i386/register-dump.h: Move to ...
1471         * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
1473 1998-08-28 22:49  Ulrich Drepper  <drepper@cygnus.com>
1475         * elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
1476         with load address, not map address.
1477         * sysdeps/alpha/dl-machine.h (elf_machine_lazy_rel): Change first
1478         parameter and use this value.
1479         * sysdeps/arm/dl-machine.h: Likewise.
1480         * sysdeps/i386/dl-machine.h: Likewise.
1481         * sysdeps/m68k/dl-machine.h: Likewise.
1482         * sysdeps/mips/dl-machine.h (elf_machine_lazy_rel): Change first
1483         parameter.
1484         * sysdeps/powerpc/dl-machine.h: Likewise
1485         * sysdeps/sparc/sparc32/dl-machine.h: Likewise
1486         * sysdeps/sparc/sparc64/dl-machine.h: Likewise
1488 1998-08-28 09:22  Ulrich Drepper  <drepper@cygnus.com>
1490         * elf/rtld.c (process_envvars): Fix copy&paste error.
1492         * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
1493         memalign hook.
1494         (realloc_hook_ini): Don't overwrite memalign hook.
1495         (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
1496         Reported by Philippe Troin <phil@fifi.org>.
1498         * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
1499         Patch by Philippe Troin <phil@fifi.org>.
1501 1998-08-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1503         * sysdeps/generic/segfault.c (install_handler): Protect the
1504         non-POSIX signals with #ifdef.
1505         (catch_segfault): Add missing mode parameter for open.
1506         * debug/catchsegv.sh: Avoid termination message from shell.  Allow
1507         other termination signals.
1509 1998-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1511         * debug/Makefile (distribute): Add register-dump.h.
1513 1998-08-28 10:41  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1515         * sysdeps/unix/sysv/linux/m68k/register-dump.h: New file.
1517 1998-08-27 19:42  Ulrich Drepper  <drepper@cygnus.com>
1519         * elf/Makefile (distribute): Add dl-origin.h.
1520         * sysdeps/generic/dl-origin.h: New file.
1521         * sysdeps/unix/sysv/linux/dl-origin.h: New file.
1522         * elf/link.h (struct link_map): Add l_origin field.
1523         * elf/dl-load.c (expand_dynamic_string_token): New function.
1524         (decompose_path): Remove WHERE argument, take link map pointer instead.
1525         Call expand_dynamic_string_token instead of local_strdup to make copy
1526         of rpath.
1527         (_dl_init_paths): Call decompose_path with correct argument.
1528         (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is
1529         not defined.
1530         Check EI_OSABI and EI_ABIVERSION fields in header.
1531         Call _dl_new_object with extra argument.
1532         (_dl_map_object): Call decompose_path with correct argument.
1533         Call expand_dynamic_string_token instead of local_strdup to also
1534         expand DST.
1535         Call _dl_new_object with extra argument.
1536         * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps
1537         but the main one if new argument is nonzero.
1538         * elf/ldsodefs.h: Adjust for _dl_new_object change.
1539         * elf/dl-support.c: Define _dl_origin_path.
1540         * elf/rtld.c: Likewise.  Set _dl_origin_path based on LD_ORIGIN_PATH.
1541         (dl_main): Call _dl_new_object with extra argument.
1543         * elf/dl-close (_dl_close): Free l_name and l_origin.
1545         * sysdeps/i386/useldt.h (THREAD_GETMEM, THREAD_SETMEM): Use P
1546         modifier in asm, not c.
1548         * sysdeps/mach/hurd/Makefile [subdirs==elf]: Define CFLAGS-dl-load.c
1549         to -DEXTERNAL_MAP_FROM_FD to make _dl_map_object_from_fd extern.
1551 1998-08-26 17:48  Ulrich Drepper  <drepper@cygnus.com>
1553         * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
1554         variable so that map can be freed.
1555         Reported by Philippe Troin <phil@fifi.org>.
1557         * elf/dl-open.c (dl_open_worker): Correct test for extending global
1558         scope array.
1559         Patch by Philippe Troin <phil@fifi.org>.
1561 1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
1563         * sysdeps/powerpc/register-dump.h: Rewrite.  Much nicer this way.
1564         Don't call writev() with a 100-element vector.
1565         * sysdeps/generic/segfault.c (catch_segfault): Skip top-level NULL
1566         return address.
1568         * sysdeps/powerpc/elf/libc-start.c: Sync up with generic version.
1569         In particular, set __libc_stack_end.
1570         * sysdeps/powerpc/elf/start.S: Allow _init and _fini to be
1571         undefined.  Fix copyright notice.
1573 1998-08-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1575         * math/Makefile (gmp-objs): New variable.
1576         ($(objpfx)atest-exp, $(objpfx)atest-sincos, $(objpfx)atest-exp2):
1577         Depend on it.
1578         (tests): Add atest-exp atest-sincos atest-exp2.
1579         (tests-static): Remove atest-exp atest-sincos atest-exp2.
1581 1998-08-25  Ulrich Drepper  <drepper@cygnus.com>
1583         * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
1584         to toplevel.
1585         (_dl_unload_cache): New function.
1586         * elf/Versions [libc GLIBC_2.1]: Add _dl_unload_cache.
1587         * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
1588         * elf/rtld.c (dl_main): Unload map file before jumping to user code.
1590         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECT.
1591         Correct comment for O_LARGEFILE.
1592         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_DIRECT.
1593         Change O_LARGEFILE to correct value.
1595 1998-08-25 14:34  Ulrich Drepper  <drepper@cygnus.com>
1597         * libio/iogetline.c (_IO_getline_info): Don't read anything for
1598         N == 0.  Patch by HJ Lu.
1600 1998-08-25 11:43  Ulrich Drepper  <drepper@cygnus.com>
1602         * elf/elf.h: Add syminfo stuff and other DT_* from Solaris' ELF.
1604 1998-08-25  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
1606         * argp/argp.h: Use __inline__ not inline.
1608         * sysdeps/i386/bits/select.h (FD_ZERO): Rewrite asm not to indicate
1609         an input register as being clobbered.
1610         * sysdeps/i386/memset.c (memset): Likewise.
1611         * sysdeps/i386/bzero.c (__bzero): Likewise.
1612         * sysdeps/i386/memcopy.h ({BYTE,WORD}_COPY_[FB]WD): Likewise.
1614 1998-08-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1616         * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
1617         Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
1619 1998-08-24 16:34  Ulrich Drepper  <drepper@cygnus.com>
1621         * debug/catchsegv.sh: Handle text preceding backtrace better.
1622         * sysdeps/generic/segfault.c: Allow register dump.  Allow handler
1623         to be installed for other signals than SIGSEGV.
1624         * sysdeps/generic/register-dump.h: New file.
1625         * sysdeps/i386/register-dump.h: New file.
1626         * sysdeps/powerpc/register-dump.h: New file.
1628         * sysdeps/unix/sysv/linux/i386/profil-counter.h: Use macros from
1629         sigcontextinfo.h.
1630         * sysdeps/unix/sysv/linux/powerpc/profil-counter.h: Use i386 version.
1632 1998-08-24  Geoff Keating  <geoffk@ozemail.com.au>
1634         * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: New file.
1636 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
1638         * sysdeps/unix/sysv/linux/powerpc/chown.c: New file.
1639         * sysdeps/unix/sysv/linux/powerpc/lchown.S: New file.
1640         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add chown, remove
1641         getresuid, getresgid.
1643 1998-08-16  Geoff Keating  <geoffk@ozemail.com.au>
1645         * sysdeps/unix/sysv/linux/powerpc/clone.S: Fix bugs.  Set up stack
1646         pointer in userland.
1648 1998-08-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1650         * sysdeps/unix/sysv/linux/sys/mount.h (MNT_FORCE): Define as enum
1651         and fix value.
1653 1998-08-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1655         * elf/ldd.bash.in: Add missing quotes around $file.  Make loop
1656         over arguments Bourne shell compatible.  Don't exit unsuccessfully
1657         if nonelf returns successfully.  Avoid duplicating most of the
1658         script.
1659         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Add missing quotes
1660         around $file.
1662 1998-08-24 10:37  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1664         * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add
1665         sys/reg.h.
1666         * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file.
1667         * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
1669 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
1671         * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.1]: Add
1672         __modify_ldt and modify_ldt.
1673         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add modify_ldt.
1675         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
1676         Use orl $-1 instead of movl $-1 to save two bytes.
1677         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER):
1678         Likewise.
1680 1998-08-17  H.J. Lu  <hjl@gnu.org>
1682         * libio/Versions (_IO_do_write, _IO_file_attach,
1683         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1684         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1685         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1686         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.1.
1688         * libio/fileops.c (_IO_do_write, _IO_file_attach,
1689         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1690         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1691         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1692         _IO_file_write, _IO_file_xsputn): Change the prefix to
1693         "_IO_new_". Added to GLIBC_2.1.
1695         * libio/libioP.h (_IO_do_write, _IO_file_attach,
1696         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1697         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1698         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1699         _IO_file_write, _IO_file_xsputn): Add prototypes for the prefix
1700         "_IO_new_".
1702         * libio/oldfileops.c (_IO_do_write, _IO_file_attach,
1703         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1704         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1705         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1706         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.0.
1708 1998-08-23  Richard Henderson  <rth@cygnus.com>
1710         * Makeconfig (LDFLAGS): Remove.
1712         * csu/initfini.c: Return to .text before __gmon_start__.
1714         * elf/elf.h (EM_FAKE_ALPHA): Rename from EM_OLD_ALPHA.
1715         (STO_MIPS_*): Rename from STO_*.
1716         (STB_MIPS_SPLIT_COMMON): Rename from STB_SPLIT_COMMON.
1717         (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
1719         * math/atest-exp.c (mpn_bitsize): Fix bit location calculation.
1720         (main): e3s is negative on zero.
1721         * math/atest-exp2.c: Likewise.
1722         * math/atest-sincos.c: Likewise.
1724 1998-08-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1726         * Makerules (install): Add comment about absolute paths.
1728 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
1730         * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
1731         array to NUL to handle maxlen==1 case correctly.
1732         Patch by HJ Lu.
1734 1998-08-23  Richard Henderson  <rth@cygnus.com>
1736         * sysdeps/alpha/elf/crtbegin.S: Fix .prologue; no pv used.
1737         * sysdeps/alpha/elf/crtend.S: Likewise.
1738         * sysdeps/alpha/elf/start.S: Likewise.
1740         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue;
1741         non-standard pv usage.
1743         * sysdeps/unix/sysv/linux/alpha/brk.S: Use jmp macro for relaxation.
1744         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
1745         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1746         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
1747         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
1748         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
1749         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
1750         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
1751         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
1752         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
1753         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
1755         * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input is
1756         a finite non-denormal, deferring to the full IEEE version otherwise.
1758         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):
1759         Early out for -0.  Optimize for !_IEEE_FP_INEXACT.
1760         * sysdeps/alpha/fpu/s_floor.c: New.
1761         * sysdeps/alpha/fpu/s_floorf.c: New.
1762         * sysdeps/alpha/fpu/s_ceil.c: New.
1763         * sysdeps/alpha/fpu/s_ceilf.c: New.
1765 1998-08-22  Philip Blundell  <philb@gnu.org>
1767         * sysdeps/arm/bits/string.h: New file.
1769 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1771         * sysdeps/unix/sysv/linux/configure.in: Obey --with-headers,
1772         document it.
1774         * sysdeps/unix/sysv/linux/alpha/configure.in: New file, contains
1775         test for recent Linux 2.1.100+ headers.
1777 1998-08-21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1779         * nis/nss_compat/compat-initgroups.c: Optimize NIS query.
1781 1998-08-21 17:21  Ulrich Drepper  <drepper@cygnus.com>
1783         * sysdeps/unix/sysv/linux/glob64.c: Define __stat using __xstat64.
1785 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1787         * Makefile (elf/ldso_install): Put back.  The problem still persists.
1788         * elf/Makefile (ldso_install): Likewise.
1790 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1792         * db2/db/db.c (db_open) [_LIBC]: Rename to __nss_db_open and
1793         create weak alias.
1794         * include/db.h: Declare __nss_db_open.
1795         * db2/Versions: Export it.
1797         * db2/makedb.c: Convert to use db2 API.
1798         * nss/nss_db/db-XXX.c: Likewise.
1799         * nss/nss_db/db-netgrp.c: Likewise.
1800         * nss/nss_db/db-alias.c: Likewise.
1801         (_nss_db_getaliasent_r): Allow retrying with a larger buffer.
1803 1998-08-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1805         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
1806         sys_setresuid, already built automatically (or not).
1807         * sysdeps/unix/sysv/linux/syscalls.list: Define __setresuid
1808         instead of __syscall_setresuid and add back setresuid.
1809         * sysdeps/unix/sysv/linux/seteuid.c: Use __setresuid instead of
1810         __syscall_setresuid.
1812 1998-08-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1814         * sysdeps/unix/sysv/linux/sys/mount.h: Fix typo.
1816 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
1818         * elf/Makefile (sh-ldd-rewrite): Remove expression to remove
1819         BASH-ONLY marked region.
1820         * elf/ldd.bash.in: Remove special BASH-ONLY markers.
1822 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
1824         * libio/oldfileops.c (_IO_file_seekoff): Don't adjust pointers if
1825         _IO_SYSSEEK fails.
1827         * libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
1829         * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
1830         element.
1832 1998-08-21  Roland McGrath  <roland@baalperazim.frob.com>
1834         * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these
1835         with magic comments ###BASH-ONLY and ###END-BASH-ONLY.
1836         * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in.
1837         (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite).
1838         (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by
1839         those magic comments, and to use /bin/sh for @BASH@.
1840         (bash-ldd-rewrite): Use $(common-ldd-rewrite).
1841         * elf/ldd.sh.in: File removed.
1843 1998-08-20 20:07  Ulrich Drepper  <drepper@cygnus.com>
1845         * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and
1846         cast them to unsigned long int.
1847         * pwd/putpwent.c (putpwent): Likewise.
1848         Patch by John Tobey <jtobey@banta-im.com>.
1850 1998-08-20 17:14  H.J. Lu  <hjl@gnu.org>
1852         * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to
1853         _IO_pos_BAD.
1855 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
1857         * libio/fileops.c (_IO_file_seekoff): Don't adjust pointers if
1858         _IO_SYSSEEK fails.
1860 1998-08-20 19:14  Ulrich Drepper  <drepper@cygnus.com>
1862         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
1863         Add umount and umount2.
1864         * sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
1865         * sysdeps/unix/sysv/linux/umount.S: New file.
1866         * sysdeps/unix/sysv/linux/umount2.S: New file.
1867         * sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
1868         Define MNT_FORCE.
1870         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdep_headers):
1871         Add sys/sendfile.h.
1872         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile.
1873         * sysdeps/unix/sysv/linux/sys/sendfile.h: New file.
1875         * sysdeps/unix/sysv/linux/sys/acct.h: Pretty print.
1877         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add umount2 and
1878         sendfile.
1880 1998-08-20 16:01  Ulrich Drepper  <drepper@cygnus.com>
1882         * elf/ldd.sh.in: Redirect warnings and error messages to stderr.
1883         * elf/ldd.bash.in: Likewise.
1885         * elf/sln.c: Avoid warning for no main prototype.
1887         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove O_READ and
1888         O_WRITE.
1889         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
1890         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1892         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add F_SETSIG and
1893         F_GETSIG.
1894         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
1895         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
1896         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1898 1998-08-20  Philip Blundell  <pb@nexus.co.uk>
1900         * sysdeps/arm/fpu/ieee754.h: Move to...
1901         * sysdeps/arm/ieee754.h: ... here.
1903         * sysdeps/arm/__longjmp.S: Put return value in correct register.
1904         Don't set the condition flags unnecessarily.
1905         * sysdeps/arm/fpu/__longjmp.S: Likewise.  Restore floating point
1906         registers correctly.
1908         * sysdeps/arm/dl-machine.h: Fix problems with profiling code
1909         (patch from Scott Bambrough).
1911         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add missing semicolons.
1913         * csu/initfini.c (_init): Don't check whether __gmon_start__ is
1914         NULL, just call it unconditionally.
1915         (__gmon_start__): Provide stub version as a weak symbol.
1917 1998-07-30  Philip Blundell  <philb@gnu.org>
1919         * sysdeps/unix/sysv/linux/arm/init-first.h: New file (from patch
1920         by Scott Bambrough)
1922         * sysdeps/unix/sysv/linux/arm/errlist.c: New file; ARM tools don't
1923         like `@' in .type directives.
1925         * sysdeps/arm/bsd-setjmp.S: Use PLT for procedure call.
1926         * sysdeps/arm/bsd-_setjmp.S: Likewise.
1928         * sysdeps/arm/dl-machine.h: Set __libc_stack_end.
1930 1998-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1932         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN): Correct value.
1933         (F_GETOWN): Likewise.
1935         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_SIGIO): Add it (from
1936         Linux 2.1.117).
1938 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
1940         * sysdeps/generic/glob.c [_LIBC]: Define __stat only if not
1941         already defined.
1943 1998-08-18  Ulrich Drepper  <drepper@cygnus.com>
1945         * include/features.h: Define __USE_EXTERN_INLINES for recent
1946         enough gcc.
1947         * argp/argp.h: Define extern inline functions only if
1948         __USE_EXTERN_INLINES is defined.
1949         * libio/stdio.h: Likewise.
1950         * math/math.h: Likewise.
1951         * stdlib/stdlib.h: Likewise.
1952         * string/argz.h: Likewise.
1953         * sysdeps/generic/bits/sigset.h: Likewise.
1954         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
1955         * sysdeps/unix/sysv/sysv4/bits/sigset.h: Likewise.
1956         * sysdeps/wordsize-32/inttypes.h: Likewise.
1957         * sysdeps/wordsize-64/inttypes.h: Likewise.
1958         * wcsmbs/wchar.h: Likewise.
1960         * sysdeps/generic/bits/glob.c [_LIBC]: Define __stat using __xstat
1961         to allow compilation without optimization.
1963 1998-08-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1965         * nis/nss_compat/compat-grp.c: Set errno to ENOENT if we have no
1966         more entries.
1967         * nis/nss_compat/compat-initgroups.c: Likewise.
1968         * nis/nss_compat/compat-pwd.c: Likewise.
1969         * nis/nss_compat/compat-spwd.c: Likewise.
1970         * nis/nss_nis/nis-alias.c: Likewise.
1971         * nis/nss_nis/nis-ethers.c: Likewise.
1972         * nis/nss_nis/nis-grp.c: Likewise.
1973         * nis/nss_nis/nis-hosts.c: Likewise.
1974         * nis/nss_nis/nis-initgroups.c: Likewise.
1975         * nis/nss_nis/nis-network.c: Likewise.
1976         * nis/nss_nis/nis-proto.c: Likewise.
1977         * nis/nss_nis/nis-pwd.c: Likewise.
1978         * nis/nss_nis/nis-rpc.c: Likewise.
1979         * nis/nss_nis/nis-service.c: Likewise.
1980         * nis/nss_nis/nis-spwd.c: Likewise.
1982         * nis/rpcsvc/yp.h: Generate new without 1024 byte limits.
1984         * nis/ypclnt.c: Try binding dir only first time, could be to old.
1986         * nis/yp_xdr.c: Remove 1024 byte limit.
1987         * nis/ypupdate_xdr.c: Likewise.
1989         * nis/nss_nis/nis-publickey.c: Make sure, nobody could send
1990         wrong data.
1992 1998-08-18  Roland McGrath  <roland@baalperazim.frob.com>
1994         * Rules (binaries-static, binaries-shared static pattern rules):
1995         Depend on lib%, not just libc%, from $(link-libc{,-static}).
1997         * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
1998         this here, overriding Makeconfig generic value so we link against
1999         the RPC libs.
2001 1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
2003         * posix/tstgetopt.c (options): Add NULL entry at end
2004         Patch by Adrian Miranda <ade@psg.com>.
2006 1998-08-15 18:21  Ulrich Drepper  <drepper@cygnus.com>
2008         * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION.  Move EI_PAD
2009         to 9.
2011 1998-08-15 14:11  Ulrich Drepper  <drepper@cygnus.com>
2013         * elf/elf.h: Add PPC Diab relocations.
2015         * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
2017 1998-08-14 10:08  Ulrich Drepper  <drepper@cygnus.com>
2019         * manual/texinfo.tex: Update.
2021 1998-08-07  Geoff Keating  <geoffk@ozemail.com.au>
2023         * sysdeps/powerpc/backtrace.c: New file.
2025 1998-08-14  Philip Blundell  <pb@nexus.co.uk>
2027         * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling
2028         sigjmp_save.
2029         * sysdeps/arm/elf/setjmp.S: Obsolete, deleted.
2031 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2033         * Makefile (install-symbolic-link): Fix spelling.
2035 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2037         * elf/elf.h (SHT_HIOS): Fix value.
2039 1998-08-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2041         * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as
2042         part of the expansion, this is undefined by the standard.
2044 1998-08-13 19:41  Ulrich Drepper  <drepper@cygnus.com>
2046         * posix/getconf.c: Add support for systems with incomplete confname.h.
2048         * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined.
2050         * sysdeps/posix/wait3.c: Make it work.
2052 1998-08-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2054         * Makefile ($(inst_slibdir)/libc-$(version).so): Remove.
2055         (elf/ldso_install): Remove.
2057         * elf/Makefile (distribute): Add sln.c.
2058         (others): Add sln.
2059         (others-static): Add sln.
2060         (install-rootsbin): Add sln.
2061         (others-static): Add sln.
2062         (ldso_install): Remove.
2064 1998-07-24 10:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
2066         * Makerules (install-clean-symbolic-link-list): Make phony.
2067         * Makefile (install-symbolic-link): Make phony.  Depend on
2068         subdir_install for parallel makes.
2071 1998-07-22  Ulrich Drepper  <drepper@cygnus.com>
2073         * elf/Makefile (distribute): Add sln.c
2075 1998-07-21 07:10  H.J. Lu  <hjl@gnu.org>
2077         * elf/sln.c: New file.
2079         * Makerules (symbolic-link-prog, symbolic-link-list): New macros.
2080         (install-clean-symbolic-link-list): New target.
2081         (install): Depend on install-clean-symbolic-link-list.
2082         (make-shlib-link): Changed for $(symbolic-link-list).
2084         * Makefile (install-symbolic-link): New target.
2085         (install): Depend on install-symbolic-link.
2087 1998-08-12 17:03  Ulrich Drepper  <drepper@cygnus.com>
2089         * include/unistd.h: Protect against multiple inclusion.
2091         * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
2092         is defined, not is glob is defined.
2093         * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
2095 1998-08-01 17:18  H.J. Lu  <hjl@gnu.org>
2097         * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
2098         xdr_string for ut_line, ut_name and ut_host.
2100 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
2102         * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
2103         /var/mail in accordance with FHS 2.0.
2104         Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
2106 1998-08-12  Richard Henderson  <rth@cygnus.com>
2108         * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
2109         Update aliases for cancelation.
2111         * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
2112         playing with symbol versions.
2114 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
2116         * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
2117         multiple inclusion protection.
2118         (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
2119         _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
2120         define all these to 1.
2121         (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
2123 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
2125         * sysdeps/mach/usleep.c: Include <unistd.h>.
2126         (usleep): Return void.
2128 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
2130         * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
2131         decl to inhibit warning in if_freenameindex defn.
2133         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
2135         * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
2137         * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
2138         * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
2139         * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
2140         * sysdeps/mach/usleep.c: Likewise.
2142         * sysdeps/mach/hurd/bind.c (bind): Add a const.
2144         * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
2145         * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
2146         * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
2147         * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
2148         * sysdeps/mach/usleep.c (usleep): Likewise.
2149         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
2150         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
2151         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
2152         * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
2154 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
2156         * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
2157         (glob64): Fix typo.
2159         * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
2160         %p arg to fprintf, since `void *' is the right type already.
2162 1998-07-25 19:47  Jose M. Moya  <josem@gnu.org>
2164         * sysdeps/mach/hurd/getcwd.c
2165         (_hurd_canonicalize_directory_name_internal): Do not loop forever
2166         for unknown root directories.
2167         (__getcwd): Return NULL when the current root directory could not
2168         be reached.
2170 1998-08-11 18:39  Ulrich Drepper  <drepper@cygnus.com>
2172         * string/strsignal.c (strsignal): Count real-time signals from zero.
2175 See ChangeLog.8 for earlier changes.