Update after charmap correction.
[glibc/history.git] / ChangeLog
blob4ba4441dd3cc0b9191112481cf2b911a576e1677
1 1998-09-10  Ulrich Drepper  <drepper@cygnus.com>
3         * sysdeps/unix/sysv/linux/Makefile (subdirs==misc)
4         [sysdep_headers]: Remove sys/debugreg.h.
5         * sysdeps/unix/sysv/linux/i386/Makefile (subdirs==misc)
6         [sysdep_headers]: Add sys/debugreg.h.
7         * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
8         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
10         * stdio-common/tmpnam.c: Move local static variable buf to
11         toplevel and rename to tmpnam_buffer to ease debugging.
12         Patch by Joe Keane <jgk@jgk.org>.
13         Optimize s == NULL case a bit.
15 1998-09-10 12:51  Ulrich Drepper  <drepper@cygnus.com>
17         * resolv/res_init.c (res_init): Initialize _res.nscount and
18         _res.nsaddr.sin_port differently for the can when no loopback
19         is available to allow immediate timeout in non-networking environments.
20         Patch by Cristian Gafton <gafton@redhat.com>.
22 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
24         * localedata/charmaps/ISO-8859-10: Character 0xBD is HORIZONTAL
25         BAR and not EM DASH.
26         * localedata/charmaps/ISO_8859-SUPP: Likewise (character 0xD0).
27         * localedata/charmaps/ISO-8859-7: Likewise (character 0xAF).
28         Fixes PR libc/717.
30 1998-09-10 11:53  Ulrich Drepper  <drepper@cygnus.com>
32         * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files
33         for test.
34         * timezone/tst-timezone.c (tests): Fix typo in last patch.
36         * time/tzfile.c (__tzfile_read): Handle case when there are no
37         transitions.  Set __timezone based on computed offset.
38         * time/tzset.c (tzset_internal): Set __timezone before returning.
40         * time/tzset.c (tzset_internal): Optimize handling of local string
41         copy.
43 1998-09-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
45         * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR
46         libc/776).
48 1998-09-09  Benjamin Kosnik  <bkoz@tintin.cygnus.com>
50         * math/libm-test.c (exp10_test): Adapt epsilons for powerpc.
51         (csqrt_test): Likewise.
52         * sysdeps/powerpc/bits/fenv.h: Add parens.
54 1998-09-09 18:48  Ulrich Drepper  <drepper@cygnus.com>
56         * sysdeps/powerpc/dl-start.S (_start): Pass pointer to
57         _dl_main_searchlist not _dl_default_scope to _dl_init_next.
58         Patch by Benjamin Kosnik <bkoz@cygnus.com>.
60 1998-09-09  Mark Kettenis  <kettenis@phys.uva.nl>
62         * elf/dl-close.c (_dl_close): Don't free imap->l_origin if it is
63         the special `-1' pointer.
65 1998-09-09 09:32  Ulrich Drepper  <drepper@cygnus.com>
67         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Make function
68         inline.
70 1998-09-07  Paul Eggert  <eggert@twinsun.com>
72         * time/mktime.c (__EXTENSIONS__): Define if not defined.
73         (_REENTRANT): Remove.  It has undesirable consequences in
74         Solaris 2.6 (e.g. it turns off the putc macro).  Defining
75         __EXTENSIONS__ makes localtime_r and gmtime_r visible, which
76         is what we want.
77         * time/strftime.c: Likewise.
79 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
81         * elf/dl-error.c: Fix spelling.
83 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
85         * stdlib/strfmon.c: Quiet -Wparentheses warnings.
86         * stdio-common/_itoa.c: Likewise.
87         * stdio-common/printf_fp.c: Likewise.
88         * stdio-common/vfscanf.c: Likewise.
89         * wcsmbs/wcstok.c: Likewise.
90         * sysdeps/generic/glob.c: Likewise.
91         * posix/getopt.c: Likewise.
92         * sysdeps/posix/getaddrinfo.c: Likewise.
93         * posix/wordexp.c: Likewise.
94         * io/ftw.c: Likewise.
95         * io/fts.c: Likewise.
96         * misc/getpass.c: Likewise.
97         * iconv/gconv_conf.c: Likewise.
98         * argp/argp-fmtstream.c: Likewise.
99         * argp/argp-help.c: Likewise.
100         * elf/dl-load.c: Likewise.
101         * locale/programs/stringtrans.c: Likewise.
102         * catgets/gencat.c: Likewise.
103         * posix/getconf.c: Likewise.
104         * iconv/gconv_conf.c: Likewise.
105         * iconv/iconv_prog.c: Likewise.
107         * string/strcoll.c: Optimize a few expressions.
108         * string/strxfrm.c: Likewise.
110 1998-09-08  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
112         * elf/dl-open.c (dl_open_worker): Move decl of new_global up one
113         level to avoid uninit variable warning.
115 1998-09-09 10:34  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
117         * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
118         instead of _dl_default_scope[2] as argument to _dl_init_next.
120         * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
121         C9x macro.
123 1998-09-08  Ulrich Drepper  <drepper@cygnus.com>
125         Fix compatibility problems introduced in last change.
126         * csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is
127         defined.
128         * sysdeps/unix/sysv/linux/i386/Makefile [subdir==csu]: Add
129         -DWEAK_GMON_START to CFLAGS-initfini.s.
131         * elf/dl-object.c (_dl_new_object): Store map address in
132         _dl_loaded if _dl_loaded is NULL.
133         * elf/rtld.c (dl_main): Don't update _dl_loaded here.
135         * sysdeps/generic/setrlimit64.c: Remove stub warning.
137 1998-09-07  Ulrich Drepper  <drepper@cygnus.com>
139         * db2/common/db_apprec.c (__db_apprec): Add braces to make gcc
140         quiet.
141         * db2/btree/bt_cursor.c: Likewise.
142         * db2/common/db_region.db_c: Likewise.
143         * db2/common/db_salloc.db_c: Likewise.
144         * db2/db/db.c: Likewise.
145         * db2/db/db_rec.c: Likewise.
146         * db2/hash/hash.c: Likewise.
147         * db2/hash/hash_page.c: Likewise.
148         * db2/hash/hash_rec.c: Likewise.
149         * db2/log/log_findckp.c: Likewise.
150         * db2/log/log_get.c: Likewise.
151         * db2/log/log_put.c: Likewise.
152         * db2/mp/mp_fget.c: Likewise.
153         * db2/mp/mp_fput.c: Likewise.
154         * db2/mp/mp_region.c: Likewise.
155         * stdlib/strtol.c: Likewise.
156         * string/strcoll.c: Likewise.
157         * string/strxfrm.c: Likewise.
158         * argp/argp-help.c: Likewise.
159         * argp/argp-parse.c: Likewise.
160         * resolv/res_debug.c: Likewise.
162 1998-09-07 09:58  Ulrich Drepper  <drepper@cygnus.com>
164         * math/tgmath.h (scalb): Only define for __USE_MISC or
165         __USE_XOPEN_EXTENDED.  Patch by Zack Weinberg.
167 1998-09-06  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
169         * libio/stdio.h: Fix comment.
171         * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if
172         __USE_ISOC9X.
174 1998-09-06 09:53 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
176         * Makeconfig (+gccwarn): Remove -Wno-parentheses.
178         * elf/dl-open.c: Quiet -Wparentheses warnings.
179         * iconvdata/johab.c: Likewise.
180         * iconvdata/uhc.c: Likewise.
181         * inet/inet_net.c: Likewise.
182         * io/fts.c: Likewise.
183         * locale/newlocale.c: Likewise.
184         * misc/getttyent.c: Likewise.
185         * misc/mntent_r.c: Likewise.
186         * misc/ttyslot.c: Likewise.
187         * nscd/nscd_conf.c: Likewise.
188         * nss/nsswitch.c: Likewise.
189         * resolv/gethnamaddr.c: Likewise.
190         * resolv/nsap_addr.c: Likewise.
191         * resolv/res_debug.c: Likewise.
192         * stdio-common/_itoa.c: Likewise.
193         * stdlib/strtod.c: Likewise.
194         * string/strverscmp.c: Likewise.
195         * sunrpc/svc.c: Likewise.
196         * sysdeps/libm-ieee754/e_cosh.c: Likewise.
197         * sysdeps/libm-ieee754/e_gamma_r.c: Likewise.
198         * sysdeps/libm-ieee754/e_sinh.c: Likewise.
199         * sysdeps/posix/getaddrinfo.c: Likewise.
201 1998-09-06 15:13  Ulrich Drepper  <drepper@cygnus.com>
203         * elf/dlsym.c (dlsym_doit): Use new RTLD_DEFAULT macro to test
204         for use of global scope.
205         * elf/dlvsym.c (dlvsym_doit): Likewise.
207 1998-09-02  Paul Eggert  <eggert@twinsun.com>
209         * strftime.c (my_strftime): When mbrlen returns (size_t) -2,
210         copy the redundant bytes at the end of the format as-is; don't
211         just copy their first byte and then rescan, as that might get
212         us an encoding error.
213         Account correctly for the length of multibyte sequences in the
214         format.
216 1998-09-03 20:14  Tim Waugh  <tim@cyberelk.demon.co.uk>
218         * posix/wordexp-test.c: Add tests for different IFS values.
219         Change unquoted-newline test so that newline is not in IFS.
221         * posix/wordexp.c (wordexp): Correct null/unset mix-up when
222         determining IFS characters.  Return WRDE_BADCHAR for unquoted
223         special characters _except_ if they are separators.
225 1998-09-06 10:56  Ulrich Drepper  <drepper@cygnus.com>
227         * include/tgmath.h: New file.
229         * libio/stdio.h: Correct reversed #ifs.
230         Patch by Zack Weinberg.
232         * manual/creature.texi: Better explain reason for feature select
233         macros.
234         Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
236 1998-09-06 10:25 -0400  Zack Weinberg  <zack@rabi.phys.columbia.edu>
238         * include/alloca.h: Add multiple-inclusion guard.
239         * include/db.h: Likewise.
240         * include/db_185.h: Likewise.
241         * include/dlfcn.h: Likewise.
242         * include/fcntl.h: Likewise.
243         * include/grp.h: Likewise.
244         * include/libintl.h: Likewise.
245         * include/mntent.h: Likewise.
246         * include/pwd.h: Likewise.
247         * include/sched.h: Likewise.
248         * include/search.h: Likewise.
249         * include/setjmp.h: Likewise.
250         * include/shadow.h: Likewise.
251         * include/signal.h: Likewise.
252         * include/stdio.h: Likewise.
253         * include/stdlib.h: Likewise.
254         * include/string.h: Likewise.
255         * include/termios.h: Likewise.
256         * include/time.h: Likewise.
257         * include/ulimit.h: Likewise.
258         * include/utmp.h: Likewise.
259         * include/wchar.h: Likewise.
260         * include/sys/file.h: Likewise.
261         * include/sys/gmon.h: Likewise.
262         * include/sys/ioctl.h: Likewise.
263         * include/sys/mman.h: Likewise.
264         * include/sys/resource.h: Likewise.
265         * include/sys/select.h: Likewise.
266         * include/sys/socket.h: Likewise.
267         * include/sys/statfs.h: Likewise.
268         * include/sys/time.h: Likewise.
269         * include/sys/times.h: Likewise.
270         * include/sys/wait.h: Likewise.
272 1998-09-06 09:00  Ulrich Drepper  <drepper@cygnus.com>
274         * version.h (VERSION): Bump to 2.0.96.
276         Rewrite runtime linker to be truly thread-safe.  There is now no
277         global variable specifying the scope.  We create all needed
278         scopes at the time the link maps are created.
279         * elf/Versions [GLIBC_2.1]: Add _dl_loaded and _dl_main_searchlist.
280         * elf/link.h: Add struct r_scope_elem and use this for l_searchlist,
281         l_symbolic_searchlist, l_scope, and l_local_scope elements in
282         struct link_map.
283         * elf/dl-close.c: Rewritten accordingly.
284         * elf/dl-deps.c: Likewise.
285         * elf/dl-error.c: Likewise.
286         * elf/dl-init.c: Likewise.
287         * elf/dl-load.c: Likewise.
288         * elf/dl-lookup.c: Likewise.
289         * elf/dl-object.c: Likewise.
290         * elf/dl-open.c: Likewise.
291         * elf/dl-reloc.c: Likewise.
292         * elf/dl-runtime.c: Likewise.
293         * elf/dl-support.c: Likewise.
294         * elf/dl-symbol.c: Likewise.
295         * elf/dl-version.c: Likewise.
296         * elf/dlsym.c: Likewise.
297         * elf/dlvsym.c: Likewise.
298         * elf/ldsodefs.h: Likewise.
299         * elf/rtld.c: Likewise.
300         * iconv/gconv_dl.c: Likewise.
301         * nss/nsswitch.c: Likewise.
302         * sysdeps/i386/dl-machine.h: Likewise.
303         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
305         * elf/dlfcn.h: Declare dladdr only for __USE_GNU.
306         Define RTLD_DEFAULT.
308 1998-09-05  Mark Kettenis  <kettenis@phys.uva.nl>
310         * sysdeps/mach/hurd/i386/init-first.c (init1): Call
311         __getopt_clean_environment with __environ instead of envp.
313 1998-09-05  Roland McGrath  <roland@baalperazim.frob.com>
315         * sysdeps/mach/hurd/i386/Makefile (omit-deps): Define to crt0.
317         * string/argz-extract.c (__argz_extract): Add de-consting cast for
318         setting results.
320         * string/argz.h (argz_next): Add de-consting cast for return.
321         * string/argz-next.c (__argz_next): Likewise.
323         * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
324         Don't add netinet/udp.h, netinet/ip_icmp.h here.
325         * sysdeps/gnu/Makefile: Do it here instead.
326         * sysdeps/unix/sysv/linux/Dist: Move those files from here ...
327         * sysdeps/gnu/Dist: ... to here.
329         * sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
330         sysdeps/unix/sysv/linux/netinet/tcp.h,
331         sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
333 1998-09-04  Roland McGrath  <roland@baalperazim.frob.com>
335         * string/argz.h (argz_extract, argz_next): Use `const' for ARGZ param.
336         * string/argz-next.c, string/argz-extract.c: Fix defns.
338 1998-09-03  Roland McGrath  <roland@baalperazim.frob.com>
340         * mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
342         * sysdeps/mach/hurd/sysd-stdio.c: Declare fns
343         __stdio_{read,write,seek,close,fileno} using __io_*_fn types.
344         * sysdeps/generic/sysd-stdio.c: Likewise.
346 1998-09-02  Ulrich Drepper  <drepper@cygnus.com>
348         * elf/dl-load.c (fillin_rpath): Handle "/" as RPATH correctly.
349         (_dl_map_object_from_fd): Make NAME argument const.
350         Remove last parameter in _dl_new_object call.
351         (print_search_path): Correct construction of composed path name.
352         (_dl_map_object): Prevent looking at RPATH of the main map twice.
353         Remove last parameter in _dl_new_object call.
354         * elf/dl-object.c: Remove last parameter.  Determine whether create
355         origin entry based on empty realname.  Handle file in root directory
356         correctly.
357         * elf/ldsodefs.h: Adjust prototype for _dl_new_object.
358         * elf/rtld.c (dl_main): Add comment describing reason for memory leak.
359         Remove last parameter in _dl_new_object call.
360         * sysdeps/generic/dl-origin.h: Handle file in root directory correctly.
361         * sysdeps/unix/sysv/linux/dl-origin.h: Likewise.
363 1998-09-01  Ulrich Drepper  <drepper@cygnus.com>
365         * elf/dl-close.c (_dl_close): Add more comments and correct some.
366         Free l_searchlist and l_dupsearchlist.
368         * debug/catchsegv.sh: Add one more pair of quotes.
370 1998-09-01 17:53  Ulrich Drepper  <drepper@cygnus.com>
372         * elf/dl-load.c (add_name_to_object): Change return type to void and
373         make NAME parameter const.  Allocate room for NAME in same memory
374         block used for l_libname entry.
375         (_dl_map_object_from_fd): Don't free NAME on failure.
376         (map_segment): Pass SONAME to add_name_to_object, not a copy.
377         (_dl_map_object): Don't create copy of NAME.  Pass NAME to
378         _dl_map_object_from_fd.
379         * elf/dl-object.c (dl_new_object): Allocate room for NAME in same
380         memory block used for l_libname entry.
381         * elf/dl-close.c: Adjust free()ing for this change.
383 1998-09-01 15:36  Ulrich Drepper  <drepper@cygnus.com>
385         * malloc/Makefile: Include Makeconfig before testing config-sysdirs.
387         * malloc/mtrace.c: Add bug report address.  Update email address.
388         Add more @XXX@ to print correct address size.
390         * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is
391         really initialized.
393         * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info
394         for munmap call instead of examining phdr again.
395         Free all malloc()ed strings and arrays.
397 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
399         * sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of
400         dl-machine.h.
401         * sysdeps/powerpc/dl-machine.c: New file.
402         * sysdeps/powerpc/dl-machine.h: Move much stuff into separate
403         files.  Revise ELF_PREFERRED_ADDRESS to take account of
404         the new mapping information (fixes bug involving huge bloated
405         web browser).  Set ELF_MACHINE_PLTREL_OVERLAP.
406         * sysdeps/powerpc/dl-start.S: New file.
408         * elf/dl-load.c (_dl_map_object_from_fd): Initialise l_map_start,
409         l_map_end.
410         * elf/do-rel.h: Call elf_machine_rel only once (to save space).
411         * elf/dynamic-link.h: Allow PLT relocs to be in the middle of the
412         others.  Call elf_dynamic_do_##reloc only once (to save even more
413         space).
414         * elf/link.h: Add new members l_map_start and l_map_end to keep
415         track of the memory map.
416         * elf/rtld.c (_dl_start): Initialise l_map_start for ld.so and
417         the executable.
419 1998-09-01 11:53  Ulrich Drepper  <drepper@cygnus.com>
421         * debug/Makefile (catchsegv): We need not rewrite SOVER anymore.
422         Reported by Andreas Jaeger.
424         * posix/glob.h: Use __size_t instead of size_t in definitions and
425         make sure this is defined.
427 1998-09-01 10:34  Ulrich Drepper  <drepper@cygnus.com>
429         * manual/locale.texi: Almost complete rewrite.  Document more functions
430         and functionality.
431         * manual/arith.texi: Correct reference.
432         * manual/string.texi: Pretty printing.
434         * manual/texinfo.tex: Update from last available version.
436 1998-08-31 22:44  Ulrich Drepper  <drepper@cygnus.com>
438         * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for
439         invalid password.
440         (_nss_nis_getpwuid_r): Likewise.
441         Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>.
443         * inet/rcmd.c: Implement netgroup support.
444         Patch by Dick Streefland <dick_streefland@tasking.com>.
446 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
448         * elf/dl-close.c (_dl_close): Update _dl_loaded if the first
449         object on the list is removed.  Don't use this code for PIC.
450         Reported by HJ Lu [PR libc/770].
452 1998-08-31 15:56  Ulrich Drepper  <drepper@cygnus.com>
454         * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include.
456         * include/stdio.h: Add __vsscanf.
458         * libio/stdio.h: Make vfscanf, scanf, and vsscanf available if
459         __USE_ISOC9X.
460         Remove __vsscanf declaration.
461         Always declare fgetpos and fsetpos.
463         * math/math.h: Define isinf as macro.
464         * math/bits/mathcalls.h: Change to declare __isinf all the time.
465         Don't declare scalb for ISO C 9x.
467         * math/tgmath.h: Define fma.  Rewrite the underlying macros.
469         * stdlib/stdlib.h: Declare strtof and strtold is __USE_ISOC9X.
471         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Allow inclusion from
472         sys/ucontext.h.
474         * sysdeps/wordsize-32/inttypes.h: Define missing PRI* and SCN*
475         macros.
477 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
479         * sysdeps/standalone/bits/errno.h (ENOMSG): Remove duplicate.
480         Reported by jreising@frequentis.com [PR libc/767].
482 1998-08-31  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
484         * io/lockf.c (lockf): Move initilisation of fl.l_whence and
485         fl.l_start at beginning of function.
486         Patch by Geoff. Dash <geoffd@zeta.org.au> [PR libc/769].
488 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
490         * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).
491         Reported by Rob.Hagopian@vu.union.edu [PR libc/763].
493         * nscd/nscd.init: Make it work in RedHat systems.
494         Patch by Christian Gafton.
496 1998-08-29  Philip Blundell  <philb@gnu.org>
498         * catgets/Makefile: Don't try to run test programs when
499         cross-compiling.
501 1998-08-31  Ulrich Drepper  <drepper@cygnus.com>
503         * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX.
504         Reported by Zack Weinberg.
506 1998-08-30  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
508         * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S.
509         * elf/Makefile (distribute): Remove ldd.sh.in.
511 1998-08-31 11:46  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
513         * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused
514         variable.
516 1998-08-29  Ulrich Drepper  <drepper@cygnus.com>
518         * sysdeps/i386/register-dump.h: Move to ...
519         * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
521 1998-08-28 22:49  Ulrich Drepper  <drepper@cygnus.com>
523         * elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
524         with load address, not map address.
525         * sysdeps/alpha/dl-machine.h (elf_machine_lazy_rel): Change first
526         parameter and use this value.
527         * sysdeps/arm/dl-machine.h: Likewise.
528         * sysdeps/i386/dl-machine.h: Likewise.
529         * sysdeps/m68k/dl-machine.h: Likewise.
530         * sysdeps/mips/dl-machine.h (elf_machine_lazy_rel): Change first
531         parameter.
532         * sysdeps/powerpc/dl-machine.h: Likewise
533         * sysdeps/sparc/sparc32/dl-machine.h: Likewise
534         * sysdeps/sparc/sparc64/dl-machine.h: Likewise
536 1998-08-28 09:22  Ulrich Drepper  <drepper@cygnus.com>
538         * elf/rtld.c (process_envvars): Fix copy&paste error.
540         * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
541         memalign hook.
542         (realloc_hook_ini): Don't overwrite memalign hook.
543         (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
544         Reported by Philippe Troin <phil@fifi.org>.
546         * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
547         Patch by Philippe Troin <phil@fifi.org>.
549 1998-08-26  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
551         * sysdeps/generic/segfault.c (install_handler): Protect the
552         non-POSIX signals with #ifdef.
553         (catch_segfault): Add missing mode parameter for open.
554         * debug/catchsegv.sh: Avoid termination message from shell.  Allow
555         other termination signals.
557 1998-08-27  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
559         * debug/Makefile (distribute): Add register-dump.h.
561 1998-08-28 10:41  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
563         * sysdeps/unix/sysv/linux/m68k/register-dump.h: New file.
565 1998-08-27 19:42  Ulrich Drepper  <drepper@cygnus.com>
567         * elf/Makefile (distribute): Add dl-origin.h.
568         * sysdeps/generic/dl-origin.h: New file.
569         * sysdeps/unix/sysv/linux/dl-origin.h: New file.
570         * elf/link.h (struct link_map): Add l_origin field.
571         * elf/dl-load.c (expand_dynamic_string_token): New function.
572         (decompose_path): Remove WHERE argument, take link map pointer instead.
573         Call expand_dynamic_string_token instead of local_strdup to make copy
574         of rpath.
575         (_dl_init_paths): Call decompose_path with correct argument.
576         (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is
577         not defined.
578         Check EI_OSABI and EI_ABIVERSION fields in header.
579         Call _dl_new_object with extra argument.
580         (_dl_map_object): Call decompose_path with correct argument.
581         Call expand_dynamic_string_token instead of local_strdup to also
582         expand DST.
583         Call _dl_new_object with extra argument.
584         * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps
585         but the main one if new argument is nonzero.
586         * elf/ldsodefs.h: Adjust for _dl_new_object change.
587         * elf/dl-support.c: Define _dl_origin_path.
588         * elf/rtld.c: Likewise.  Set _dl_origin_path based on LD_ORIGIN_PATH.
589         (dl_main): Call _dl_new_object with extra argument.
591         * elf/dl-close (_dl_close): Free l_name and l_origin.
593         * sysdeps/i386/useldt.h (THREAD_GETMEM, THREAD_SETMEM): Use P
594         modifier in asm, not c.
596         * sysdeps/mach/hurd/Makefile [subdirs==elf]: Define CFLAGS-dl-load.c
597         to -DEXTERNAL_MAP_FROM_FD to make _dl_map_object_from_fd extern.
599 1998-08-26 17:48  Ulrich Drepper  <drepper@cygnus.com>
601         * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
602         variable so that map can be freed.
603         Reported by Philippe Troin <phil@fifi.org>.
605         * elf/dl-open.c (dl_open_worker): Correct test for extending global
606         scope array.
607         Patch by Philippe Troin <phil@fifi.org>.
609 1998-08-26  Geoff Keating  <geoffk@ozemail.com.au>
611         * sysdeps/powerpc/register-dump.h: Rewrite.  Much nicer this way.
612         Don't call writev() with a 100-element vector.
613         * sysdeps/generic/segfault.c (catch_segfault): Skip top-level NULL
614         return address.
616         * sysdeps/powerpc/elf/libc-start.c: Sync up with generic version.
617         In particular, set __libc_stack_end.
618         * sysdeps/powerpc/elf/start.S: Allow _init and _fini to be
619         undefined.  Fix copyright notice.
621 1998-08-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
623         * math/Makefile (gmp-objs): New variable.
624         ($(objpfx)atest-exp, $(objpfx)atest-sincos, $(objpfx)atest-exp2):
625         Depend on it.
626         (tests): Add atest-exp atest-sincos atest-exp2.
627         (tests-static): Remove atest-exp atest-sincos atest-exp2.
629 1998-08-25  Ulrich Drepper  <drepper@cygnus.com>
631         * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
632         to toplevel.
633         (_dl_unload_cache): New function.
634         * elf/Versions [libc GLIBC_2.1]: Add _dl_unload_cache.
635         * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
636         * elf/rtld.c (dl_main): Unload map file before jumping to user code.
638         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECT.
639         Correct comment for O_LARGEFILE.
640         * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_DIRECT.
641         Change O_LARGEFILE to correct value.
643 1998-08-25 14:34  Ulrich Drepper  <drepper@cygnus.com>
645         * libio/iogetline.c (_IO_getline_info): Don't read anything for
646         N == 0.  Patch by HJ Lu.
648 1998-08-25 11:43  Ulrich Drepper  <drepper@cygnus.com>
650         * elf/elf.h: Add syminfo stuff and other DT_* from Solaris' ELF.
652 1998-08-25  Bernd Schmidt  <crux@Pool.Informatik.RWTH-Aachen.DE>
654         * argp/argp.h: Use __inline__ not inline.
656         * sysdeps/i386/bits/select.h (FD_ZERO): Rewrite asm not to indicate
657         an input register as being clobbered.
658         * sysdeps/i386/memset.c (memset): Likewise.
659         * sysdeps/i386/bzero.c (__bzero): Likewise.
660         * sysdeps/i386/memcopy.h ({BYTE,WORD}_COPY_[FB]WD): Likewise.
662 1998-08-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
664         * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
665         Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
667 1998-08-24 16:34  Ulrich Drepper  <drepper@cygnus.com>
669         * debug/catchsegv.sh: Handle text preceding backtrace better.
670         * sysdeps/generic/segfault.c: Allow register dump.  Allow handler
671         to be installed for other signals than SIGSEGV.
672         * sysdeps/generic/register-dump.h: New file.
673         * sysdeps/i386/register-dump.h: New file.
674         * sysdeps/powerpc/register-dump.h: New file.
676         * sysdeps/unix/sysv/linux/i386/profil-counter.h: Use macros from
677         sigcontextinfo.h.
678         * sysdeps/unix/sysv/linux/powerpc/profil-counter.h: Use i386 version.
680 1998-08-24  Geoff Keating  <geoffk@ozemail.com.au>
682         * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: New file.
684 1998-08-09  Geoff Keating  <geoffk@ozemail.com.au>
686         * sysdeps/unix/sysv/linux/powerpc/chown.c: New file.
687         * sysdeps/unix/sysv/linux/powerpc/lchown.S: New file.
688         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add chown, remove
689         getresuid, getresgid.
691 1998-08-16  Geoff Keating  <geoffk@ozemail.com.au>
693         * sysdeps/unix/sysv/linux/powerpc/clone.S: Fix bugs.  Set up stack
694         pointer in userland.
696 1998-08-21  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
698         * sysdeps/unix/sysv/linux/sys/mount.h (MNT_FORCE): Define as enum
699         and fix value.
701 1998-08-22  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
703         * elf/ldd.bash.in: Add missing quotes around $file.  Make loop
704         over arguments Bourne shell compatible.  Don't exit unsuccessfully
705         if nonelf returns successfully.  Avoid duplicating most of the
706         script.
707         * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Add missing quotes
708         around $file.
710 1998-08-24 10:37  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
712         * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add
713         sys/reg.h.
714         * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file.
715         * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
717 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
719         * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.1]: Add
720         __modify_ldt and modify_ldt.
721         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add modify_ldt.
723         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
724         Use orl $-1 instead of movl $-1 to save two bytes.
725         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER):
726         Likewise.
728 1998-08-17  H.J. Lu  <hjl@gnu.org>
730         * libio/Versions (_IO_do_write, _IO_file_attach,
731         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
732         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
733         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
734         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.1.
736         * libio/fileops.c (_IO_do_write, _IO_file_attach,
737         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
738         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
739         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
740         _IO_file_write, _IO_file_xsputn): Change the prefix to
741         "_IO_new_". Added to GLIBC_2.1.
743         * libio/libioP.h (_IO_do_write, _IO_file_attach,
744         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
745         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
746         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
747         _IO_file_write, _IO_file_xsputn): Add prototypes for the prefix
748         "_IO_new_".
750         * libio/oldfileops.c (_IO_do_write, _IO_file_attach,
751         _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
752         _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
753         _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
754         _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.0.
756 1998-08-23  Richard Henderson  <rth@cygnus.com>
758         * Makeconfig (LDFLAGS): Remove.
760         * csu/initfini.c: Return to .text before __gmon_start__.
762         * elf/elf.h (EM_FAKE_ALPHA): Rename from EM_OLD_ALPHA.
763         (STO_MIPS_*): Rename from STO_*.
764         (STB_MIPS_SPLIT_COMMON): Rename from STB_SPLIT_COMMON.
765         (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
767         * math/atest-exp.c (mpn_bitsize): Fix bit location calculation.
768         (main): e3s is negative on zero.
769         * math/atest-exp2.c: Likewise.
770         * math/atest-sincos.c: Likewise.
772 1998-08-23  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
774         * Makerules (install): Add comment about absolute paths.
776 1998-08-23  Ulrich Drepper  <drepper@cygnus.com>
778         * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
779         array to NUL to handle maxlen==1 case correctly.
780         Patch by HJ Lu.
782 1998-08-23  Richard Henderson  <rth@cygnus.com>
784         * sysdeps/alpha/elf/crtbegin.S: Fix .prologue; no pv used.
785         * sysdeps/alpha/elf/crtend.S: Likewise.
786         * sysdeps/alpha/elf/start.S: Likewise.
788         * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue;
789         non-standard pv usage.
791         * sysdeps/unix/sysv/linux/alpha/brk.S: Use jmp macro for relaxation.
792         * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
793         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
794         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
795         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
796         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
797         * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
798         * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
799         * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
800         * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
801         * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
803         * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input is
804         a finite non-denormal, deferring to the full IEEE version otherwise.
806         * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):
807         Early out for -0.  Optimize for !_IEEE_FP_INEXACT.
808         * sysdeps/alpha/fpu/s_floor.c: New.
809         * sysdeps/alpha/fpu/s_floorf.c: New.
810         * sysdeps/alpha/fpu/s_ceil.c: New.
811         * sysdeps/alpha/fpu/s_ceilf.c: New.
813 1998-08-22  Philip Blundell  <philb@gnu.org>
815         * sysdeps/arm/bits/string.h: New file.
817 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
819         * sysdeps/unix/sysv/linux/configure.in: Obey --with-headers,
820         document it.
822         * sysdeps/unix/sysv/linux/alpha/configure.in: New file, contains
823         test for recent Linux 2.1.100+ headers.
825 1998-08-21  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
827         * nis/nss_compat/compat-initgroups.c: Optimize NIS query.
829 1998-08-21 17:21  Ulrich Drepper  <drepper@cygnus.com>
831         * sysdeps/unix/sysv/linux/glob64.c: Define __stat using __xstat64.
833 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
835         * Makefile (elf/ldso_install): Put back.  The problem still persists.
836         * elf/Makefile (ldso_install): Likewise.
838 1998-08-20  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
840         * db2/db/db.c (db_open) [_LIBC]: Rename to __nss_db_open and
841         create weak alias.
842         * include/db.h: Declare __nss_db_open.
843         * db2/Versions: Export it.
845         * db2/makedb.c: Convert to use db2 API.
846         * nss/nss_db/db-XXX.c: Likewise.
847         * nss/nss_db/db-netgrp.c: Likewise.
848         * nss/nss_db/db-alias.c: Likewise.
849         (_nss_db_getaliasent_r): Allow retrying with a larger buffer.
851 1998-08-19  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
853         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
854         sys_setresuid, already built automatically (or not).
855         * sysdeps/unix/sysv/linux/syscalls.list: Define __setresuid
856         instead of __syscall_setresuid and add back setresuid.
857         * sysdeps/unix/sysv/linux/seteuid.c: Use __setresuid instead of
858         __syscall_setresuid.
860 1998-08-21  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
862         * sysdeps/unix/sysv/linux/sys/mount.h: Fix typo.
864 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
866         * elf/Makefile (sh-ldd-rewrite): Remove expression to remove
867         BASH-ONLY marked region.
868         * elf/ldd.bash.in: Remove special BASH-ONLY markers.
870 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
872         * libio/oldfileops.c (_IO_file_seekoff): Don't adjust pointers if
873         _IO_SYSSEEK fails.
875         * libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
877         * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
878         element.
880 1998-08-21  Roland McGrath  <roland@baalperazim.frob.com>
882         * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these
883         with magic comments ###BASH-ONLY and ###END-BASH-ONLY.
884         * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in.
885         (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite).
886         (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by
887         those magic comments, and to use /bin/sh for @BASH@.
888         (bash-ldd-rewrite): Use $(common-ldd-rewrite).
889         * elf/ldd.sh.in: File removed.
891 1998-08-20 20:07  Ulrich Drepper  <drepper@cygnus.com>
893         * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and
894         cast them to unsigned long int.
895         * pwd/putpwent.c (putpwent): Likewise.
896         Patch by John Tobey <jtobey@banta-im.com>.
898 1998-08-20 17:14  H.J. Lu  <hjl@gnu.org>
900         * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to
901         _IO_pos_BAD.
903 1998-02-20 17:54  H.J. Lu  <hjl@gnu.org>
905         * libio/fileops.c (_IO_file_seekoff): Don't adjust pointers if
906         _IO_SYSSEEK fails.
908 1998-08-20 19:14  Ulrich Drepper  <drepper@cygnus.com>
910         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
911         Add umount and umount2.
912         * sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
913         * sysdeps/unix/sysv/linux/umount.S: New file.
914         * sysdeps/unix/sysv/linux/umount2.S: New file.
915         * sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
916         Define MNT_FORCE.
918         * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdep_headers):
919         Add sys/sendfile.h.
920         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile.
921         * sysdeps/unix/sysv/linux/sys/sendfile.h: New file.
923         * sysdeps/unix/sysv/linux/sys/acct.h: Pretty print.
925         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add umount2 and
926         sendfile.
928 1998-08-20 16:01  Ulrich Drepper  <drepper@cygnus.com>
930         * elf/ldd.sh.in: Redirect warnings and error messages to stderr.
931         * elf/ldd.bash.in: Likewise.
933         * elf/sln.c: Avoid warning for no main prototype.
935         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove O_READ and
936         O_WRITE.
937         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
938         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
940         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add F_SETSIG and
941         F_GETSIG.
942         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
943         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
944         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
946 1998-08-20  Philip Blundell  <pb@nexus.co.uk>
948         * sysdeps/arm/fpu/ieee754.h: Move to...
949         * sysdeps/arm/ieee754.h: ... here.
951         * sysdeps/arm/__longjmp.S: Put return value in correct register.
952         Don't set the condition flags unnecessarily.
953         * sysdeps/arm/fpu/__longjmp.S: Likewise.  Restore floating point
954         registers correctly.
956         * sysdeps/arm/dl-machine.h: Fix problems with profiling code
957         (patch from Scott Bambrough).
959         * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add missing semicolons.
961         * csu/initfini.c (_init): Don't check whether __gmon_start__ is
962         NULL, just call it unconditionally.
963         (__gmon_start__): Provide stub version as a weak symbol.
965 1998-07-30  Philip Blundell  <philb@gnu.org>
967         * sysdeps/unix/sysv/linux/arm/init-first.h: New file (from patch
968         by Scott Bambrough)
970         * sysdeps/unix/sysv/linux/arm/errlist.c: New file; ARM tools don't
971         like `@' in .type directives.
973         * sysdeps/arm/bsd-setjmp.S: Use PLT for procedure call.
974         * sysdeps/arm/bsd-_setjmp.S: Likewise.
976         * sysdeps/arm/dl-machine.h: Set __libc_stack_end.
978 1998-08-20  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
980         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN): Correct value.
981         (F_GETOWN): Likewise.
983         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_SIGIO): Add it (from
984         Linux 2.1.117).
986 1998-08-20  Ulrich Drepper  <drepper@cygnus.com>
988         * sysdeps/generic/glob.c [_LIBC]: Define __stat only if not
989         already defined.
991 1998-08-18  Ulrich Drepper  <drepper@cygnus.com>
993         * include/features.h: Define __USE_EXTERN_INLINES for recent
994         enough gcc.
995         * argp/argp.h: Define extern inline functions only if
996         __USE_EXTERN_INLINES is defined.
997         * libio/stdio.h: Likewise.
998         * math/math.h: Likewise.
999         * stdlib/stdlib.h: Likewise.
1000         * string/argz.h: Likewise.
1001         * sysdeps/generic/bits/sigset.h: Likewise.
1002         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
1003         * sysdeps/unix/sysv/sysv4/bits/sigset.h: Likewise.
1004         * sysdeps/wordsize-32/inttypes.h: Likewise.
1005         * sysdeps/wordsize-64/inttypes.h: Likewise.
1006         * wcsmbs/wchar.h: Likewise.
1008         * sysdeps/generic/bits/glob.c [_LIBC]: Define __stat using __xstat
1009         to allow compilation without optimization.
1011 1998-08-14  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
1013         * nis/nss_compat/compat-grp.c: Set errno to ENOENT if we have no
1014         more entries.
1015         * nis/nss_compat/compat-initgroups.c: Likewise.
1016         * nis/nss_compat/compat-pwd.c: Likewise.
1017         * nis/nss_compat/compat-spwd.c: Likewise.
1018         * nis/nss_nis/nis-alias.c: Likewise.
1019         * nis/nss_nis/nis-ethers.c: Likewise.
1020         * nis/nss_nis/nis-grp.c: Likewise.
1021         * nis/nss_nis/nis-hosts.c: Likewise.
1022         * nis/nss_nis/nis-initgroups.c: Likewise.
1023         * nis/nss_nis/nis-network.c: Likewise.
1024         * nis/nss_nis/nis-proto.c: Likewise.
1025         * nis/nss_nis/nis-pwd.c: Likewise.
1026         * nis/nss_nis/nis-rpc.c: Likewise.
1027         * nis/nss_nis/nis-service.c: Likewise.
1028         * nis/nss_nis/nis-spwd.c: Likewise.
1030         * nis/rpcsvc/yp.h: Generate new without 1024 byte limits.
1032         * nis/ypclnt.c: Try binding dir only first time, could be to old.
1034         * nis/yp_xdr.c: Remove 1024 byte limit.
1035         * nis/ypupdate_xdr.c: Likewise.
1037         * nis/nss_nis/nis-publickey.c: Make sure, nobody could send
1038         wrong data.
1040 1998-08-18  Roland McGrath  <roland@baalperazim.frob.com>
1042         * Rules (binaries-static, binaries-shared static pattern rules):
1043         Depend on lib%, not just libc%, from $(link-libc{,-static}).
1045         * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
1046         this here, overriding Makeconfig generic value so we link against
1047         the RPC libs.
1049 1998-08-17  Ulrich Drepper  <drepper@cygnus.com>
1051         * posix/tstgetopt.c (options): Add NULL entry at end
1052         Patch by Adrian Miranda <ade@psg.com>.
1054 1998-08-15 18:21  Ulrich Drepper  <drepper@cygnus.com>
1056         * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION.  Move EI_PAD
1057         to 9.
1059 1998-08-15 14:11  Ulrich Drepper  <drepper@cygnus.com>
1061         * elf/elf.h: Add PPC Diab relocations.
1063         * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
1065 1998-08-14 10:08  Ulrich Drepper  <drepper@cygnus.com>
1067         * manual/texinfo.tex: Update.
1069 1998-08-07  Geoff Keating  <geoffk@ozemail.com.au>
1071         * sysdeps/powerpc/backtrace.c: New file.
1073 1998-08-14  Philip Blundell  <pb@nexus.co.uk>
1075         * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling
1076         sigjmp_save.
1077         * sysdeps/arm/elf/setjmp.S: Obsolete, deleted.
1079 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1081         * Makefile (install-symbolic-link): Fix spelling.
1083 1998-08-11  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1085         * elf/elf.h (SHT_HIOS): Fix value.
1087 1998-08-10  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1089         * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as
1090         part of the expansion, this is undefined by the standard.
1092 1998-08-13 19:41  Ulrich Drepper  <drepper@cygnus.com>
1094         * posix/getconf.c: Add support for systems with incomplete confname.h.
1096         * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined.
1098         * sysdeps/posix/wait3.c: Make it work.
1100 1998-08-13  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1102         * Makefile ($(inst_slibdir)/libc-$(version).so): Remove.
1103         (elf/ldso_install): Remove.
1105         * elf/Makefile (distribute): Add sln.c.
1106         (others): Add sln.
1107         (others-static): Add sln.
1108         (install-rootsbin): Add sln.
1109         (others-static): Add sln.
1110         (ldso_install): Remove.
1112 1998-07-24 10:58  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
1114         * Makerules (install-clean-symbolic-link-list): Make phony.
1115         * Makefile (install-symbolic-link): Make phony.  Depend on
1116         subdir_install for parallel makes.
1119 1998-07-22  Ulrich Drepper  <drepper@cygnus.com>
1121         * elf/Makefile (distribute): Add sln.c
1123 1998-07-21 07:10  H.J. Lu  <hjl@gnu.org>
1125         * elf/sln.c: New file.
1127         * Makerules (symbolic-link-prog, symbolic-link-list): New macros.
1128         (install-clean-symbolic-link-list): New target.
1129         (install): Depend on install-clean-symbolic-link-list.
1130         (make-shlib-link): Changed for $(symbolic-link-list).
1132         * Makefile (install-symbolic-link): New target.
1133         (install): Depend on install-symbolic-link.
1135 1998-08-12 17:03  Ulrich Drepper  <drepper@cygnus.com>
1137         * include/unistd.h: Protect against multiple inclusion.
1139         * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
1140         is defined, not is glob is defined.
1141         * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
1143 1998-08-01 17:18  H.J. Lu  <hjl@gnu.org>
1145         * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
1146         xdr_string for ut_line, ut_name and ut_host.
1148 1998-08-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
1150         * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
1151         /var/mail in accordance with FHS 2.0.
1152         Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
1154 1998-08-12  Richard Henderson  <rth@cygnus.com>
1156         * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
1157         Update aliases for cancelation.
1159         * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
1160         playing with symbol versions.
1162 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
1164         * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
1165         multiple inclusion protection.
1166         (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
1167         _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
1168         define all these to 1.
1169         (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
1171 1998-08-12  Roland McGrath  <roland@baalperazim.frob.com>
1173         * sysdeps/mach/usleep.c: Include <unistd.h>.
1174         (usleep): Return void.
1176 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
1178         * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
1179         decl to inhibit warning in if_freenameindex defn.
1181         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
1183         * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
1185         * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
1186         * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
1187         * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
1188         * sysdeps/mach/usleep.c: Likewise.
1190         * sysdeps/mach/hurd/bind.c (bind): Add a const.
1192         * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
1193         * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
1194         * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
1195         * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
1196         * sysdeps/mach/usleep.c (usleep): Likewise.
1197         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1198         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1199         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
1200         * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
1202 1998-08-11  Roland McGrath  <roland@baalperazim.frob.com>
1204         * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
1205         (glob64): Fix typo.
1207         * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
1208         %p arg to fprintf, since `void *' is the right type already.
1210 1998-07-25 19:47  Jose M. Moya  <josem@gnu.org>
1212         * sysdeps/mach/hurd/getcwd.c
1213         (_hurd_canonicalize_directory_name_internal): Do not loop forever
1214         for unknown root directories.
1215         (__getcwd): Return NULL when the current root directory could not
1216         be reached.
1218 1998-08-11 18:39  Ulrich Drepper  <drepper@cygnus.com>
1220         * string/strsignal.c (strsignal): Count real-time signals from zero.
1223 See ChangeLog.8 for earlier changes.