1 1998-09-14 Ulrich Drepper <drepper@cygnus.com>
3 * nscd/pwdcache.c (cache_pwdinit): Allocate uidtbl of correct size.
5 1998-09-14 15:29 Ulrich Drepper <drepper@cygnus.com>
7 * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.
8 (install-others): Add bits/stdio_lim.h.
9 Add rule to install bits/stdio_lim.h.
11 * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: New file.
13 * Makefile (distribute): Add include/sys/mman.h.
15 * sysdeps/powerpc/Dist: Add dl-machine.c and dl-start.S.
16 * sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
17 * sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
19 * grp/initgroups.c: Include stdlib.h.
20 Patch by Zack Weinberg.
22 1998-09-14 22:46 Tim Waugh <tim@cyberelk.demon.co.uk>
24 * posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
25 for field-splitting :abc: is correct, and that two fields should
26 result. Revert tests to reflect this.
28 * posix/wordexp.c (w_emptyword): Remove function.
29 (exec_comm): Don't use w_emptyword.
30 (parse_param): Likewise.
32 1998-09-14 15:00 Ulrich Drepper <drepper@cygnus.com>
34 * sysdeps/arm/fpu/Dist: Moved to...
35 * sysdeps/arm/Dist: ...here.
36 * sysdeps/posix/Dist: Removed.
37 * sysdeps/unix/sysv/linux/Dist: Move sys/debugreg.h to...
38 * sysdeps/unix/sysv/linux/i386/Dist: ...here.
40 1998-08-26 Geoff Keating <geoffk@ozemail.com.au>
42 * csu/init.c: Don't drag _IO_2_1_stdin_ into the executable.
44 1998-09-14 11:26 Ulrich Drepper <drepper@cygnus.com>
46 * wcsmbs/wcsmbs-tst1.c: Include stdlib.h.
48 1998-09-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
50 * libc-work/nis/nss_nisplus/nisplus-service.c
51 (_nss_nisplus_parse_servent): Convert port in network byte order.
53 1998-09-14 07:53 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
55 * stdlib/stdlib.h: Add a switch, __need_malloc_and_calloc,
56 to provide only malloc and calloc.
57 * include/stdlib.h: Support the above.
58 * string/bits/string2.h: Use __need_malloc_and_calloc when
60 (__string2_1bptr_p): Avoid -Wbad-function-cast warnings.
62 * iconvdata/iso-2022-jp.c: Include <stdlib.h>.
63 * iconvdata/iso646.c: Include <stdlib.h>.
65 1998-09-14 07:51 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
67 * sunrpc/rpc_cout.c: Add braces around ambiguous else.
68 * sysdeps/libm-ieee754/w_pow.c: Likewise.
69 * sysdeps/libm-ieee754/w_powf.c: Likewise.
70 * sysdeps/libm-ieee754/w_powl.c: Likewise.
72 1998-09-14 07:57 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
74 * stdio-common/stdio_lim.h.in: New file. All parameters
75 are adjustable at build time.
76 * Rules: Add a rule to build bits/stdio_lim.h from
77 stdio-common/stdio_lim.h.in. (It has to be in Rules so that
78 all subdirectories know how to make the file. It can't be
79 in Makerules because then it gets built at top level and the
80 dependencies are wrong.)
82 * stdio-common/Makefile (distribute): Add stdio_lim.h.in.
83 * sysdeps/unix/sysv/linux/Makefile: Delete rules to make
85 * sysdeps/unix/sysv/linux/stdio_lim.h.in: Removed.
86 * sysdeps/unix/sysv/linux/Dist: Take out stdio_lim.h.in.
87 * sysdeps/posix/Makefile: Removed.
88 * sysdeps/posix/mk-stdiolim.c: Removed.
89 * sysdeps/generic/bits/stdio_lim.h: Removed.
91 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
93 * argp/argp-help.c: Fixup indentation.
94 * nss/nss_files/files-alias.c: Quiet -Wparentheses warning.
95 * resolv/nss_dns/dns-network.c: Likewise.
96 * resolv/res_send.c: Likewise.
97 * rt/aio_cancel.c: Likewise.
98 * rt/aio_misc.c: Likewise.
100 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
102 * Makefile (install-symbolic-link): Remove the link list file at last.
103 * Makerules (install-clean-symbolic-link-list): Removed.
105 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
107 * timezone/tst-timezone.c: Print time in UTC to get consistent
110 1998-09-12 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
112 * elf/rtld.c (_dl_rpath): Removed.
113 * elf/dl-support.c (_dl_path): Removed.
114 * elf/Makefile ($(objpfx)ld.so): Don't pass -rpath.
115 (CFLAGS-dl-support.c): Removed.
117 * elf/dl-load.c (env_path_list): Renamed from fake_path_list. All
119 (_dl_init_paths): Always set env_path_list from LD_LIBRARY_PATH,
120 instead of appending it to the main map's rpath info.
121 (_dl_map_object): Consistently use LD_LIBRARY_PATH after all
122 DT_RPATHs. This makes it effective again.
123 (decompose_rpath): Remove second parameter, callers changed.
124 (fillin_rpath): Allocate enough space in curwd.
125 (expand_dynamic_string_token): Cope with get_origin returning -1.
127 1998-09-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
129 * libc-work/nis/nss_compat/compat-pwd.c: Add support for
132 * nis/nss_nis/nis-pwd.c (_nss_nis_getpwent_r): Correct test for
135 1998-09-13 18:06 Ulrich Drepper <drepper@cygnus.com>
137 * locale/programs/locale.c: Update dates.
139 1998-09-13 Mark Kettenis <kettenis@phys.uva.nl>
141 * sysdeps/generic/bits/types.h: Include <features.h>. Make sure
142 size_t is defined. Some reordering of defenitions to make
143 maintaining this file in parallel with the linux-specific file easier.
145 1998-09-13 Ulrich Drepper <drepper@cygnus.com>
147 * io/pwd.c (main): Add call to mtrace.
149 * malloc/mtrace.pl: Quote @ in string.
151 1998-09-13 19:25 Tim Waugh <tim@cyberelk.demon.co.uk>
153 * posix/wordexp.c (parse_arith): Fix memory leaks.
154 (exec_comm): Likewise.
155 (parse_param): Likewise.
157 (exec_comm): Reduce number of function return points.
158 (parse_param): Likewise.
161 1998-09-13 14:53 Tim Waugh <tim@cyberelk.demon.co.uk>
163 * posix/wordexp-test.c: Field-splitting ':abc:' with IFS=: should
164 yield three fields, not two. Test both parameter expansion and
165 command substitution for correct field-splitting behaviour.
167 * posix/wordexp.c (w_emptyword): New function.
168 (parse_param): Use it.
169 (exec_comm): Likewise, for consistency with the way parse_param
171 (parse_param): Fix some memory leaks.
173 1998-09-13 18:04 Geoff Keating <geoffk@ozemail.com.au>
175 * sysdeps/powerpc/dl-machine.c (PPC_DCBST,PPC_SYNC,PPC_ISYNC,PPC_ICBI):
176 Don't mark asm `volatile'.
177 (__elf_machine_runtime_setup): Clear the last partial block in the PLT
178 from the data cache too. Assume it isn't in the instruction cache yet.
179 (__elf_machine_fixup_plt): Clear the modified address from the caches.
181 1998-09-12 Mark Kettenis <kettenis@phys.uva.nl>
183 * sysdeps/generic/segfault.c (install_handler): Install signal
184 handler with SA_ONSTACK instead of setting the stack flags to
185 SS_ONSTACK. Do not install handler for SIGSTKFLT if it is not
188 1998-09-12 14:24 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
190 * signal/signal.h: Fix multiple inclusion guard to cover the
192 * wcsmbs/wchar.h: Remove prototype of internal function
194 * sysdeps/i386/i486/bits/string.h (memchr): Don't do
195 arithmetic on `void *'.
197 1998-09-12 01:09 Tim Waugh <tim@cyberelk.demon.co.uk>
199 * posix/wordexp-test.c: Fix wrong tests. Add new tests.
201 * posix/wordexp.c (wordexp): Perform word-splitting instead of
202 field-splitting here.
203 (wordexp): If out of memory mid-word, free the word (but still
204 leave pwordexp alone for caller to see).
205 (parse_param): Allow for zero-length fields (smarter checking of
206 memory allocation failure).
207 (w_addword): Convert NULL words to "".
208 (wordexp): Convert left-over IFS characters to blanks (like bash).
210 1998-09-11 Ulrich Drepper <drepper@cygnus.com>
212 * configure.in: Use test -f instead of test -e.
213 Patch by John Tobey <jtobey@banta-im.com>.
215 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/trap.h: New file.
216 * sysdeps/unix/sysv/sysv4/solaris2/sys/syscall.h: New file.
217 * sysdeps/unix/sysv/sysv4/solaris2/bits/sigstack.h: New file.
218 * sysdeps/unix/sysv/linux/sigstack.c: Fix typo.
219 * sysdeps/unix/sysv/sysv4/solaris2/sigwaitinfo.c: Fix typo.
220 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sys/ucontext.h: New file.
221 * sysdeps/unix/sysv/sysv4/solaris2/sys/param.h: New file.
222 Patches by John Tobey <jtobey@banta-im.com>.
224 * time/strftime.c (my_strftime): Delay use of *tp values until
225 latest possible point to allow partly initialized structures
226 (e.g., from strptime).
228 * iconvdata/Makefile (modules): Add ISO_10367-BOX, MAC-IS, NATS-DANO,
230 Define *-routines variables for new modules.
231 (distribute): Add .c files for new modules.
232 (awk-generated-headers): Add iso_10367-box.h, mac-is.h, nats-dano.h,
234 Add rules for header generation.
235 * iconvdata/gconv-modules: Add entries for new modules.
236 * iconvdata/iso_10367-box.c: New file.
237 * iconvdata/mac-is.c: New file.
238 * iconvdata/nats-dano.c: New file.
239 * iconvdata/nats-sefi.c: New file.
241 1998-04-30 18:20 H.J. Lu <hjl@gnu.org>
243 * elf/dl-load.c (_dl_init_paths): Don't check the dynamic
244 loader if PIC is not defined.
246 1998-09-11 Ulrich Drepper <drepper@cygnus.com>
248 * iconvdata/Makefile (modules): Add CSN_369103, CWI, DEC-MCS,
249 ECMA-CYRILLIC, GOST_19768-74, GREEK-CCITT, GREEK7, GREEK7-OLD, INIS,
250 INIS-8, INIS-CYRILLIC, ISO_6937-2, ISO_2033, ISO_5427, ISO_5427-EXT,
252 Define *-routines variables for new modules.
253 (distribute): Add .c files for new modules.
254 (awk-generated-headers): Add csn_369103.h, cwi.h, dec-mcs.h,
255 ecma-cyrillic.h, gost_19768-74.h, greek-ccitt.h, greek7.h,
256 greek7-old.h, inis.h, inis-8.h, inis-cyrillic.h, iso_2033.h,
257 iso_5427.h, iso_5427-ext.h, and iso_5428.h.
258 Add rules for header generation.
259 * iconvdata/gconv-modules: Add entries for new modules.
260 * iconvdata/csn_369103.c: New file.
261 * iconvdata/cwi.c: New file.
262 * iconvdata/dec-mcs.c: New file.
263 * iconvdata/ecma-cyrillic.c: New file.
264 * iconvdata/gost_19768-74.c: New file.
265 * iconvdata/greek-ccitt.c: New file.
266 * iconvdata/greek7-old.c: New file.
267 * iconvdata/greek7.c: New file.
268 * iconvdata/inis-8.c: New file.
269 * iconvdata/inis-cyrillic.c: New file.
270 * iconvdata/inis.c: New file.
271 * iconvdata/iso6937-2.c: New file.
272 * iconvdata/iso_2033.c: New file.
273 * iconvdata/iso_5427-ext.c: New file.
274 * iconvdata/iso_5427.c: New file.
275 * iconvdata/iso_5428.c: New file.
277 * iconvdata/iso6937.c (from_ucs4): Correct 0x80, 0x81, and 0xb9
279 Convert U02dd correctly.
281 1998-09-11 20:46 Richard Henderson <rth@cygnus.com>
283 * sysdeps/alpha/dl-machine.h (_dl_start_user): Pass pointer to
284 _dl_main_searchlist not _dl_default_scope to _dl_init_next.
285 * sysdeps/sparc/sparc32/dl-machine.h (_dl_start_user): Likewise.
286 * sysdeps/sparc/sparc64/dl-machine.h (_dl_start_user): Likewise.
288 1998-09-11 Ulrich Drepper <drepper@cygnus.com>
290 * resolv/res_init.c (res_init): Handle resolv.conf file with only
291 one nameserver correctly. Patch by HJ Lu.
293 * iconvdata/Makefile (modules): Add IEC_P27-1, BALTIC, ASMO_449,
295 Define *-routines variables for new modules.
296 (distribute): Add .c files for new modules.
297 (awk-generated-headers): Add iec_p27-1.h, baltic.h, and asmo_449.h.
298 Add rules for hedaer generation.
299 * iconvdata/gconv-modules: Add entries for new modules. Pretty print.
300 * iconvdata/ansi_x3.110.c: New file.
301 * iconvdata/asmo_449.c: New file.
302 * iconvdata/baltic.c: New file.
303 * iconvdata/iec_p27-1.c: New file.
305 * iconvdata/t61.c (from_ucs4): Correct 0x23, 0x24, 0x80, and 0x81
307 Convert U02dc correctly.
309 * math/atest-exp.c: Add parentheses to avoid gcc warnings.
310 * math/atest-exp2.c: Likewise.
311 * math/atest-sincos.c: Likewise.
313 * posix/getopt.h: Don't define non-POSIX stuff unless _GNU_SOURCE
316 1998-09-11 10:51 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
318 * string/strcoll.c: Optimize a few expressions.
319 * string/strxfrm.c: Likewise.
321 1998-09-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
323 * manual/locale.texi: Fix typos.
325 1998-09-10 Ulrich Drepper <drepper@cygnus.com>
327 * stdlib/random_r.c (__setstate_r): Allow call with same state
328 array as currently used (PR libc/774).
330 * include/limits.h: Include gcc's header even if this file is
331 found more than once before it (PR libc/778)
333 * sysdeps/unix/sysv/linux/Makefile [subdir==misc]
334 (sysdep_headers): Remove sys/debugreg.h.
335 * sysdeps/unix/sysv/linux/i386/Makefile [subdir==misc]
336 (sysdep_headers): Add sys/debugreg.h.
337 * sysdeps/unix/sysv/linux/sys/debugreg.h: Removed.
338 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: New file.
340 * stdio-common/tmpnam.c: Move local static variable buf to
341 toplevel and rename to tmpnam_buffer to ease debugging.
342 Patch by Joe Keane <jgk@jgk.org>.
343 Optimize s == NULL case a bit.
345 * iconvdata/testdate/ISO-8859-10..UCS2: Update after charmap
348 1998-09-10 12:51 Ulrich Drepper <drepper@cygnus.com>
350 * resolv/res_init.c (res_init): Initialize _res.nscount and
351 _res.nsaddr.sin_port differently for the can when no loopback
352 is available to allow immediate timeout in non-networking environments.
353 Patch by Cristian Gafton <gafton@redhat.com>.
355 1998-09-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
357 * localedata/charmaps/ISO-8859-10: Character 0xBD is HORIZONTAL
359 * localedata/charmaps/ISO_8859-SUPP: Likewise (character 0xD0).
360 * localedata/charmaps/ISO-8859-7: Likewise (character 0xAF).
363 1998-09-10 11:53 Ulrich Drepper <drepper@cygnus.com>
365 * timezone/Makefile: Add rules to generate Asia/Tokyo zoneinfo files
367 * timezone/tst-timezone.c (tests): Fix typo in last patch.
369 * time/tzfile.c (__tzfile_read): Handle case when there are no
370 transitions. Set __timezone based on computed offset.
371 * time/tzset.c (tzset_internal): Set __timezone before returning.
373 * time/tzset.c (tzset_internal): Optimize handling of local string
376 1998-09-10 Andreas Jaeger <aj@arthur.rhein-neckar.de>
378 * timezone/tst-timezone.c (tests): Add test for Asia/Tokyo (see PR
381 1998-09-09 Benjamin Kosnik <bkoz@tintin.cygnus.com>
383 * math/libm-test.c (exp10_test): Adapt epsilons for powerpc.
384 (csqrt_test): Likewise.
385 * sysdeps/powerpc/bits/fenv.h: Add parens.
387 1998-09-09 18:48 Ulrich Drepper <drepper@cygnus.com>
389 * sysdeps/powerpc/dl-start.S (_start): Pass pointer to
390 _dl_main_searchlist not _dl_default_scope to _dl_init_next.
391 Patch by Benjamin Kosnik <bkoz@cygnus.com>.
393 1998-09-09 Mark Kettenis <kettenis@phys.uva.nl>
395 * elf/dl-close.c (_dl_close): Don't free imap->l_origin if it is
396 the special `-1' pointer.
398 1998-09-09 09:32 Ulrich Drepper <drepper@cygnus.com>
400 * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Make function
403 1998-09-07 Paul Eggert <eggert@twinsun.com>
405 * time/mktime.c (__EXTENSIONS__): Define if not defined.
406 (_REENTRANT): Remove. It has undesirable consequences in
407 Solaris 2.6 (e.g. it turns off the putc macro). Defining
408 __EXTENSIONS__ makes localtime_r and gmtime_r visible, which
410 * time/strftime.c: Likewise.
412 1998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
414 * elf/dl-error.c: Fix spelling.
416 1998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
418 * stdlib/strfmon.c: Quiet -Wparentheses warnings.
419 * stdio-common/_itoa.c: Likewise.
420 * stdio-common/printf_fp.c: Likewise.
421 * stdio-common/vfscanf.c: Likewise.
422 * wcsmbs/wcstok.c: Likewise.
423 * sysdeps/generic/glob.c: Likewise.
424 * posix/getopt.c: Likewise.
425 * sysdeps/posix/getaddrinfo.c: Likewise.
426 * posix/wordexp.c: Likewise.
427 * io/ftw.c: Likewise.
428 * io/fts.c: Likewise.
429 * misc/getpass.c: Likewise.
430 * iconv/gconv_conf.c: Likewise.
431 * argp/argp-fmtstream.c: Likewise.
432 * argp/argp-help.c: Likewise.
433 * elf/dl-load.c: Likewise.
434 * locale/programs/stringtrans.c: Likewise.
435 * catgets/gencat.c: Likewise.
436 * posix/getconf.c: Likewise.
437 * iconv/gconv_conf.c: Likewise.
438 * iconv/iconv_prog.c: Likewise.
440 * string/strcoll.c: Optimize a few expressions.
441 * string/strxfrm.c: Likewise.
443 1998-09-08 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
445 * elf/dl-open.c (dl_open_worker): Move decl of new_global up one
446 level to avoid uninit variable warning.
448 1998-09-09 10:34 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
450 * sysdeps/m68k/dl-machine.h(RTLD_START): Push _dl_main_searchlist
451 instead of _dl_default_scope[2] as argument to _dl_init_next.
453 * sysdeps/m68k/fpu/bits/mathinline.h (isinf): Avoid conflict with
456 1998-09-08 Ulrich Drepper <drepper@cygnus.com>
458 Fix compatibility problems introduced in last change.
459 * csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is
461 * sysdeps/unix/sysv/linux/i386/Makefile [subdir==csu]: Add
462 -DWEAK_GMON_START to CFLAGS-initfini.s.
464 * elf/dl-object.c (_dl_new_object): Store map address in
465 _dl_loaded if _dl_loaded is NULL.
466 * elf/rtld.c (dl_main): Don't update _dl_loaded here.
468 * sysdeps/generic/setrlimit64.c: Remove stub warning.
470 1998-09-07 Ulrich Drepper <drepper@cygnus.com>
472 * db2/common/db_apprec.c (__db_apprec): Add braces to make gcc
474 * db2/btree/bt_cursor.c: Likewise.
475 * db2/common/db_region.db_c: Likewise.
476 * db2/common/db_salloc.db_c: Likewise.
477 * db2/db/db.c: Likewise.
478 * db2/db/db_rec.c: Likewise.
479 * db2/hash/hash.c: Likewise.
480 * db2/hash/hash_page.c: Likewise.
481 * db2/hash/hash_rec.c: Likewise.
482 * db2/log/log_findckp.c: Likewise.
483 * db2/log/log_get.c: Likewise.
484 * db2/log/log_put.c: Likewise.
485 * db2/mp/mp_fget.c: Likewise.
486 * db2/mp/mp_fput.c: Likewise.
487 * db2/mp/mp_region.c: Likewise.
488 * stdlib/strtol.c: Likewise.
489 * string/strcoll.c: Likewise.
490 * string/strxfrm.c: Likewise.
491 * argp/argp-help.c: Likewise.
492 * argp/argp-parse.c: Likewise.
493 * resolv/res_debug.c: Likewise.
495 1998-09-07 09:58 Ulrich Drepper <drepper@cygnus.com>
497 * math/tgmath.h (scalb): Only define for __USE_MISC or
498 __USE_XOPEN_EXTENDED. Patch by Zack Weinberg.
500 1998-09-06 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
502 * libio/stdio.h: Fix comment.
504 * stdio/stdio.h: Make vfscanf, vscanf and vsscanf available if
507 1998-09-06 09:53 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
509 * Makeconfig (+gccwarn): Remove -Wno-parentheses.
511 * elf/dl-open.c: Quiet -Wparentheses warnings.
512 * iconvdata/johab.c: Likewise.
513 * iconvdata/uhc.c: Likewise.
514 * inet/inet_net.c: Likewise.
515 * io/fts.c: Likewise.
516 * locale/newlocale.c: Likewise.
517 * misc/getttyent.c: Likewise.
518 * misc/mntent_r.c: Likewise.
519 * misc/ttyslot.c: Likewise.
520 * nscd/nscd_conf.c: Likewise.
521 * nss/nsswitch.c: Likewise.
522 * resolv/gethnamaddr.c: Likewise.
523 * resolv/nsap_addr.c: Likewise.
524 * resolv/res_debug.c: Likewise.
525 * stdio-common/_itoa.c: Likewise.
526 * stdlib/strtod.c: Likewise.
527 * string/strverscmp.c: Likewise.
528 * sunrpc/svc.c: Likewise.
529 * sysdeps/libm-ieee754/e_cosh.c: Likewise.
530 * sysdeps/libm-ieee754/e_gamma_r.c: Likewise.
531 * sysdeps/libm-ieee754/e_sinh.c: Likewise.
532 * sysdeps/posix/getaddrinfo.c: Likewise.
534 1998-09-06 15:13 Ulrich Drepper <drepper@cygnus.com>
536 * elf/dlsym.c (dlsym_doit): Use new RTLD_DEFAULT macro to test
537 for use of global scope.
538 * elf/dlvsym.c (dlvsym_doit): Likewise.
540 1998-09-02 Paul Eggert <eggert@twinsun.com>
542 * strftime.c (my_strftime): When mbrlen returns (size_t) -2,
543 copy the redundant bytes at the end of the format as-is; don't
544 just copy their first byte and then rescan, as that might get
545 us an encoding error.
546 Account correctly for the length of multibyte sequences in the
549 1998-09-03 20:14 Tim Waugh <tim@cyberelk.demon.co.uk>
551 * posix/wordexp-test.c: Add tests for different IFS values.
552 Change unquoted-newline test so that newline is not in IFS.
554 * posix/wordexp.c (wordexp): Correct null/unset mix-up when
555 determining IFS characters. Return WRDE_BADCHAR for unquoted
556 special characters _except_ if they are separators.
558 1998-09-06 10:56 Ulrich Drepper <drepper@cygnus.com>
560 * include/tgmath.h: New file.
562 * libio/stdio.h: Correct reversed #ifs.
563 Patch by Zack Weinberg.
565 * manual/creature.texi: Better explain reason for feature select
567 Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>.
569 1998-09-06 10:25 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
571 * include/alloca.h: Add multiple-inclusion guard.
572 * include/db.h: Likewise.
573 * include/db_185.h: Likewise.
574 * include/dlfcn.h: Likewise.
575 * include/fcntl.h: Likewise.
576 * include/grp.h: Likewise.
577 * include/libintl.h: Likewise.
578 * include/mntent.h: Likewise.
579 * include/pwd.h: Likewise.
580 * include/sched.h: Likewise.
581 * include/search.h: Likewise.
582 * include/setjmp.h: Likewise.
583 * include/shadow.h: Likewise.
584 * include/signal.h: Likewise.
585 * include/stdio.h: Likewise.
586 * include/stdlib.h: Likewise.
587 * include/string.h: Likewise.
588 * include/termios.h: Likewise.
589 * include/time.h: Likewise.
590 * include/ulimit.h: Likewise.
591 * include/utmp.h: Likewise.
592 * include/wchar.h: Likewise.
593 * include/sys/file.h: Likewise.
594 * include/sys/gmon.h: Likewise.
595 * include/sys/ioctl.h: Likewise.
596 * include/sys/mman.h: Likewise.
597 * include/sys/resource.h: Likewise.
598 * include/sys/select.h: Likewise.
599 * include/sys/socket.h: Likewise.
600 * include/sys/statfs.h: Likewise.
601 * include/sys/time.h: Likewise.
602 * include/sys/times.h: Likewise.
603 * include/sys/wait.h: Likewise.
605 1998-09-06 09:00 Ulrich Drepper <drepper@cygnus.com>
607 * version.h (VERSION): Bump to 2.0.96.
609 Rewrite runtime linker to be truly thread-safe. There is now no
610 global variable specifying the scope. We create all needed
611 scopes at the time the link maps are created.
612 * elf/Versions [GLIBC_2.1]: Add _dl_loaded and _dl_main_searchlist.
613 * elf/link.h: Add struct r_scope_elem and use this for l_searchlist,
614 l_symbolic_searchlist, l_scope, and l_local_scope elements in
616 * elf/dl-close.c: Rewritten accordingly.
617 * elf/dl-deps.c: Likewise.
618 * elf/dl-error.c: Likewise.
619 * elf/dl-init.c: Likewise.
620 * elf/dl-load.c: Likewise.
621 * elf/dl-lookup.c: Likewise.
622 * elf/dl-object.c: Likewise.
623 * elf/dl-open.c: Likewise.
624 * elf/dl-reloc.c: Likewise.
625 * elf/dl-runtime.c: Likewise.
626 * elf/dl-support.c: Likewise.
627 * elf/dl-symbol.c: Likewise.
628 * elf/dl-version.c: Likewise.
629 * elf/dlsym.c: Likewise.
630 * elf/dlvsym.c: Likewise.
631 * elf/ldsodefs.h: Likewise.
632 * elf/rtld.c: Likewise.
633 * iconv/gconv_dl.c: Likewise.
634 * nss/nsswitch.c: Likewise.
635 * sysdeps/i386/dl-machine.h: Likewise.
636 * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
638 * elf/dlfcn.h: Declare dladdr only for __USE_GNU.
641 1998-09-05 Mark Kettenis <kettenis@phys.uva.nl>
643 * sysdeps/mach/hurd/i386/init-first.c (init1): Call
644 __getopt_clean_environment with __environ instead of envp.
646 1998-09-05 Roland McGrath <roland@baalperazim.frob.com>
648 * sysdeps/mach/hurd/i386/Makefile (omit-deps): Define to crt0.
650 * string/argz-extract.c (__argz_extract): Add de-consting cast for
653 * string/argz.h (argz_next): Add de-consting cast for return.
654 * string/argz-next.c (__argz_next): Likewise.
656 * sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
657 Don't add netinet/udp.h, netinet/ip_icmp.h here.
658 * sysdeps/gnu/Makefile: Do it here instead.
659 * sysdeps/unix/sysv/linux/Dist: Move those files from here ...
660 * sysdeps/gnu/Dist: ... to here.
662 * sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
663 sysdeps/unix/sysv/linux/netinet/tcp.h,
664 sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
666 1998-09-04 Roland McGrath <roland@baalperazim.frob.com>
668 * string/argz.h (argz_extract, argz_next): Use `const' for ARGZ param.
669 * string/argz-next.c, string/argz-extract.c: Fix defns.
671 1998-09-03 Roland McGrath <roland@baalperazim.frob.com>
673 * mach/Makefile: Use -include for mach-syscalls.mk to silence warning.
675 * sysdeps/mach/hurd/sysd-stdio.c: Declare fns
676 __stdio_{read,write,seek,close,fileno} using __io_*_fn types.
677 * sysdeps/generic/sysd-stdio.c: Likewise.
679 1998-09-02 Ulrich Drepper <drepper@cygnus.com>
681 * elf/dl-load.c (fillin_rpath): Handle "/" as RPATH correctly.
682 (_dl_map_object_from_fd): Make NAME argument const.
683 Remove last parameter in _dl_new_object call.
684 (print_search_path): Correct construction of composed path name.
685 (_dl_map_object): Prevent looking at RPATH of the main map twice.
686 Remove last parameter in _dl_new_object call.
687 * elf/dl-object.c: Remove last parameter. Determine whether create
688 origin entry based on empty realname. Handle file in root directory
690 * elf/ldsodefs.h: Adjust prototype for _dl_new_object.
691 * elf/rtld.c (dl_main): Add comment describing reason for memory leak.
692 Remove last parameter in _dl_new_object call.
693 * sysdeps/generic/dl-origin.h: Handle file in root directory correctly.
694 * sysdeps/unix/sysv/linux/dl-origin.h: Likewise.
696 1998-09-01 Ulrich Drepper <drepper@cygnus.com>
698 * elf/dl-close.c (_dl_close): Add more comments and correct some.
699 Free l_searchlist and l_dupsearchlist.
701 * debug/catchsegv.sh: Add one more pair of quotes.
703 1998-09-01 17:53 Ulrich Drepper <drepper@cygnus.com>
705 * elf/dl-load.c (add_name_to_object): Change return type to void and
706 make NAME parameter const. Allocate room for NAME in same memory
707 block used for l_libname entry.
708 (_dl_map_object_from_fd): Don't free NAME on failure.
709 (map_segment): Pass SONAME to add_name_to_object, not a copy.
710 (_dl_map_object): Don't create copy of NAME. Pass NAME to
711 _dl_map_object_from_fd.
712 * elf/dl-object.c (dl_new_object): Allocate room for NAME in same
713 memory block used for l_libname entry.
714 * elf/dl-close.c: Adjust free()ing for this change.
716 1998-09-01 15:36 Ulrich Drepper <drepper@cygnus.com>
718 * malloc/Makefile: Include Makeconfig before testing config-sysdirs.
720 * malloc/mtrace.c: Add bug report address. Update email address.
721 Add more @XXX@ to print correct address size.
723 * elf/dl-addr.c (_dl_addr): Make sure that map to be examined is
726 * elf/dl-close.c (_dl_close): Use l_map_start and l_map_end info
727 for munmap call instead of examining phdr again.
728 Free all malloc()ed strings and arrays.
730 1998-08-09 Geoff Keating <geoffk@ozemail.com.au>
732 * sysdeps/powerpc/Makefile [subdir=elf]: Add new files split out of
734 * sysdeps/powerpc/dl-machine.c: New file.
735 * sysdeps/powerpc/dl-machine.h: Move much stuff into separate
736 files. Revise ELF_PREFERRED_ADDRESS to take account of
737 the new mapping information (fixes bug involving huge bloated
738 web browser). Set ELF_MACHINE_PLTREL_OVERLAP.
739 * sysdeps/powerpc/dl-start.S: New file.
741 * elf/dl-load.c (_dl_map_object_from_fd): Initialise l_map_start,
743 * elf/do-rel.h: Call elf_machine_rel only once (to save space).
744 * elf/dynamic-link.h: Allow PLT relocs to be in the middle of the
745 others. Call elf_dynamic_do_##reloc only once (to save even more
747 * elf/link.h: Add new members l_map_start and l_map_end to keep
748 track of the memory map.
749 * elf/rtld.c (_dl_start): Initialise l_map_start for ld.so and
752 1998-09-01 11:53 Ulrich Drepper <drepper@cygnus.com>
754 * debug/Makefile (catchsegv): We need not rewrite SOVER anymore.
755 Reported by Andreas Jaeger.
757 * posix/glob.h: Use __size_t instead of size_t in definitions and
758 make sure this is defined.
760 1998-09-01 10:34 Ulrich Drepper <drepper@cygnus.com>
762 * manual/locale.texi: Almost complete rewrite. Document more functions
764 * manual/arith.texi: Correct reference.
765 * manual/string.texi: Pretty printing.
767 * manual/texinfo.tex: Update from last available version.
769 1998-08-31 22:44 Ulrich Drepper <drepper@cygnus.com>
771 * nis/nss_nis/nis-pwd.c (_nss_nis_getpwnam_r): Correct test for
773 (_nss_nis_getpwuid_r): Likewise.
774 Patch by Matthew Arnison <matthewa@physics.usyd.edu.au>.
776 * inet/rcmd.c: Implement netgroup support.
777 Patch by Dick Streefland <dick_streefland@tasking.com>.
779 1998-08-31 Ulrich Drepper <drepper@cygnus.com>
781 * elf/dl-close.c (_dl_close): Update _dl_loaded if the first
782 object on the list is removed. Don't use this code for PIC.
783 Reported by HJ Lu [PR libc/770].
785 1998-08-31 15:56 Ulrich Drepper <drepper@cygnus.com>
787 * db2/db_int.h: Use <db.h> instead of "db.h" to find header in include.
789 * include/stdio.h: Add __vsscanf.
791 * libio/stdio.h: Make vfscanf, scanf, and vsscanf available if
793 Remove __vsscanf declaration.
794 Always declare fgetpos and fsetpos.
796 * math/math.h: Define isinf as macro.
797 * math/bits/mathcalls.h: Change to declare __isinf all the time.
798 Don't declare scalb for ISO C 9x.
800 * math/tgmath.h: Define fma. Rewrite the underlying macros.
802 * stdlib/stdlib.h: Declare strtof and strtold is __USE_ISOC9X.
804 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Allow inclusion from
807 * sysdeps/wordsize-32/inttypes.h: Define missing PRI* and SCN*
810 1998-08-31 Andreas Jaeger <aj@arthur.rhein-neckar.de>
812 * sysdeps/standalone/bits/errno.h (ENOMSG): Remove duplicate.
813 Reported by jreising@frequentis.com [PR libc/767].
815 1998-08-31 Andreas Jaeger <aj@arthur.rhein-neckar.de>
817 * io/lockf.c (lockf): Move initilisation of fl.l_whence and
818 fl.l_start at beginning of function.
819 Patch by Geoff. Dash <geoffd@zeta.org.au> [PR libc/769].
821 1998-08-31 Ulrich Drepper <drepper@cygnus.com>
823 * io/sys/stat.h (ALLPERMS): Fix type (S_ISTXT -> S_ISVTX).
824 Reported by Rob.Hagopian@vu.union.edu [PR libc/763].
826 * nscd/nscd.init: Make it work in RedHat systems.
827 Patch by Christian Gafton.
829 1998-08-29 Philip Blundell <philb@gnu.org>
831 * catgets/Makefile: Don't try to run test programs when
834 1998-08-31 Ulrich Drepper <drepper@cygnus.com>
836 * signal/signal.h: Include bits/sigthread.h only if __USE_POSIX.
837 Reported by Zack Weinberg.
839 1998-08-30 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
841 * sysdeps/unix/sysv/linux/Dist: Add umount.S and umount2.S.
842 * elf/Makefile (distribute): Remove ldd.sh.in.
844 1998-08-31 11:46 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
846 * sysdeps/unix/sysv/linux/dl-origin.h (get_origin): Remove unused
849 1998-08-29 Ulrich Drepper <drepper@cygnus.com>
851 * sysdeps/i386/register-dump.h: Move to ...
852 * sysdeps/unix/sysv/linux/i386/register-dump.h: ...here.
854 1998-08-28 22:49 Ulrich Drepper <drepper@cygnus.com>
856 * elf/do-rel.h (elf_dynamic_do_rel): Call elf_machine_lazy_rel
857 with load address, not map address.
858 * sysdeps/alpha/dl-machine.h (elf_machine_lazy_rel): Change first
859 parameter and use this value.
860 * sysdeps/arm/dl-machine.h: Likewise.
861 * sysdeps/i386/dl-machine.h: Likewise.
862 * sysdeps/m68k/dl-machine.h: Likewise.
863 * sysdeps/mips/dl-machine.h (elf_machine_lazy_rel): Change first
865 * sysdeps/powerpc/dl-machine.h: Likewise
866 * sysdeps/sparc/sparc32/dl-machine.h: Likewise
867 * sysdeps/sparc/sparc64/dl-machine.h: Likewise
869 1998-08-28 09:22 Ulrich Drepper <drepper@cygnus.com>
871 * elf/rtld.c (process_envvars): Fix copy&paste error.
873 * malloc/malloc.c (malloc_hook_ini): Don't overwrite realloc and
875 (realloc_hook_ini): Don't overwrite memalign hook.
876 (memalign_hook_ini): Don't overwrite malloc and memalign hooks.
877 Reported by Philippe Troin <phil@fifi.org>.
879 * malloc/mcheck.c (mprobe): Call checkhdr with adjusted pointer.
880 Patch by Philippe Troin <phil@fifi.org>.
882 1998-08-26 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
884 * sysdeps/generic/segfault.c (install_handler): Protect the
885 non-POSIX signals with #ifdef.
886 (catch_segfault): Add missing mode parameter for open.
887 * debug/catchsegv.sh: Avoid termination message from shell. Allow
888 other termination signals.
890 1998-08-27 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
892 * debug/Makefile (distribute): Add register-dump.h.
894 1998-08-28 10:41 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
896 * sysdeps/unix/sysv/linux/m68k/register-dump.h: New file.
898 1998-08-27 19:42 Ulrich Drepper <drepper@cygnus.com>
900 * elf/Makefile (distribute): Add dl-origin.h.
901 * sysdeps/generic/dl-origin.h: New file.
902 * sysdeps/unix/sysv/linux/dl-origin.h: New file.
903 * elf/link.h (struct link_map): Add l_origin field.
904 * elf/dl-load.c (expand_dynamic_string_token): New function.
905 (decompose_path): Remove WHERE argument, take link map pointer instead.
906 Call expand_dynamic_string_token instead of local_strdup to make copy
908 (_dl_init_paths): Call decompose_path with correct argument.
909 (_dl_map_object_from_fd): Define static is EXTERNAL_MAP_FROM_FD is
911 Check EI_OSABI and EI_ABIVERSION fields in header.
912 Call _dl_new_object with extra argument.
913 (_dl_map_object): Call decompose_path with correct argument.
914 Call expand_dynamic_string_token instead of local_strdup to also
916 Call _dl_new_object with extra argument.
917 * elf/dl-object.c (_dl_new_object): Determine l_origin for all maps
918 but the main one if new argument is nonzero.
919 * elf/ldsodefs.h: Adjust for _dl_new_object change.
920 * elf/dl-support.c: Define _dl_origin_path.
921 * elf/rtld.c: Likewise. Set _dl_origin_path based on LD_ORIGIN_PATH.
922 (dl_main): Call _dl_new_object with extra argument.
924 * elf/dl-close (_dl_close): Free l_name and l_origin.
926 * sysdeps/i386/useldt.h (THREAD_GETMEM, THREAD_SETMEM): Use P
927 modifier in asm, not c.
929 * sysdeps/mach/hurd/Makefile [subdirs==elf]: Define CFLAGS-dl-load.c
930 to -DEXTERNAL_MAP_FROM_FD to make _dl_map_object_from_fd extern.
932 1998-08-26 17:48 Ulrich Drepper <drepper@cygnus.com>
934 * elf/dl-close.c (_dl_close): Move map->l_nsearchlist value into local
935 variable so that map can be freed.
936 Reported by Philippe Troin <phil@fifi.org>.
938 * elf/dl-open.c (dl_open_worker): Correct test for extending global
940 Patch by Philippe Troin <phil@fifi.org>.
942 1998-08-26 Geoff Keating <geoffk@ozemail.com.au>
944 * sysdeps/powerpc/register-dump.h: Rewrite. Much nicer this way.
945 Don't call writev() with a 100-element vector.
946 * sysdeps/generic/segfault.c (catch_segfault): Skip top-level NULL
949 * sysdeps/powerpc/elf/libc-start.c: Sync up with generic version.
950 In particular, set __libc_stack_end.
951 * sysdeps/powerpc/elf/start.S: Allow _init and _fini to be
952 undefined. Fix copyright notice.
954 1998-08-25 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
956 * math/Makefile (gmp-objs): New variable.
957 ($(objpfx)atest-exp, $(objpfx)atest-sincos, $(objpfx)atest-exp2):
959 (tests): Add atest-exp atest-sincos atest-exp2.
960 (tests-static): Remove atest-exp atest-sincos atest-exp2.
962 1998-08-25 Ulrich Drepper <drepper@cygnus.com>
964 * sysdeps/generic/dl-cache.c: Move static variable cache and cachesize
966 (_dl_unload_cache): New function.
967 * elf/Versions [libc GLIBC_2.1]: Add _dl_unload_cache.
968 * elf/dl-open.c (_dl_open): Unload map file before freeing the lock.
969 * elf/rtld.c (dl_main): Unload map file before jumping to user code.
971 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Define O_DIRECT.
972 Correct comment for O_LARGEFILE.
973 * sysdeps/unix/sysv/linux/bits/fcntl.h: Define O_DIRECT.
974 Change O_LARGEFILE to correct value.
976 1998-08-25 14:34 Ulrich Drepper <drepper@cygnus.com>
978 * libio/iogetline.c (_IO_getline_info): Don't read anything for
979 N == 0. Patch by HJ Lu.
981 1998-08-25 11:43 Ulrich Drepper <drepper@cygnus.com>
983 * elf/elf.h: Add syminfo stuff and other DT_* from Solaris' ELF.
985 1998-08-25 Bernd Schmidt <crux@Pool.Informatik.RWTH-Aachen.DE>
987 * argp/argp.h: Use __inline__ not inline.
989 * sysdeps/i386/bits/select.h (FD_ZERO): Rewrite asm not to indicate
990 an input register as being clobbered.
991 * sysdeps/i386/memset.c (memset): Likewise.
992 * sysdeps/i386/bzero.c (__bzero): Likewise.
993 * sysdeps/i386/memcopy.h ({BYTE,WORD}_COPY_[FB]WD): Likewise.
995 1998-08-25 Andreas Jaeger <aj@arthur.rhein-neckar.de>
997 * stdlib/jrand48_r.c (__jrand48_r): Set also upper half of result.
998 Fixes PR libc/757 (Reported by Michael Creutz <creutz@bnl.gov).
1000 1998-08-24 16:34 Ulrich Drepper <drepper@cygnus.com>
1002 * debug/catchsegv.sh: Handle text preceding backtrace better.
1003 * sysdeps/generic/segfault.c: Allow register dump. Allow handler
1004 to be installed for other signals than SIGSEGV.
1005 * sysdeps/generic/register-dump.h: New file.
1006 * sysdeps/i386/register-dump.h: New file.
1007 * sysdeps/powerpc/register-dump.h: New file.
1009 * sysdeps/unix/sysv/linux/i386/profil-counter.h: Use macros from
1011 * sysdeps/unix/sysv/linux/powerpc/profil-counter.h: Use i386 version.
1013 1998-08-24 Geoff Keating <geoffk@ozemail.com.au>
1015 * sysdeps/unix/sysv/linux/powerpc/sigcontextinfo.h: New file.
1017 1998-08-09 Geoff Keating <geoffk@ozemail.com.au>
1019 * sysdeps/unix/sysv/linux/powerpc/chown.c: New file.
1020 * sysdeps/unix/sysv/linux/powerpc/lchown.S: New file.
1021 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add chown, remove
1022 getresuid, getresgid.
1024 1998-08-16 Geoff Keating <geoffk@ozemail.com.au>
1026 * sysdeps/unix/sysv/linux/powerpc/clone.S: Fix bugs. Set up stack
1027 pointer in userland.
1029 1998-08-21 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1031 * sysdeps/unix/sysv/linux/sys/mount.h (MNT_FORCE): Define as enum
1034 1998-08-22 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1036 * elf/ldd.bash.in: Add missing quotes around $file. Make loop
1037 over arguments Bourne shell compatible. Don't exit unsuccessfully
1038 if nonelf returns successfully. Avoid duplicating most of the
1040 * sysdeps/unix/sysv/linux/ldd-rewrite.sed: Add missing quotes
1043 1998-08-24 10:37 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1045 * sysdeps/unix/sysv/linux/m68k/Makefile (sysdep_headers): Add
1047 * sysdeps/unix/sysv/linux/m68k/sys/reg.h: New file.
1048 * sysdeps/unix/sysv/linux/m68k/Dist: Distribute it.
1050 1998-08-23 Ulrich Drepper <drepper@cygnus.com>
1052 * sysdeps/unix/sysv/linux/i386/Versions [GLIBC_2.1]: Add
1053 __modify_ldt and modify_ldt.
1054 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add modify_ldt.
1056 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
1057 Use orl $-1 instead of movl $-1 to save two bytes.
1058 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h (SYSCALL_ERROR_HANDLER):
1061 1998-08-17 H.J. Lu <hjl@gnu.org>
1063 * libio/Versions (_IO_do_write, _IO_file_attach,
1064 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1065 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1066 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1067 _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.1.
1069 * libio/fileops.c (_IO_do_write, _IO_file_attach,
1070 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1071 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1072 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1073 _IO_file_write, _IO_file_xsputn): Change the prefix to
1074 "_IO_new_". Added to GLIBC_2.1.
1076 * libio/libioP.h (_IO_do_write, _IO_file_attach,
1077 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1078 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1079 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1080 _IO_file_write, _IO_file_xsputn): Add prototypes for the prefix
1083 * libio/oldfileops.c (_IO_do_write, _IO_file_attach,
1084 _IO_file_close_it, _IO_file_finish, _IO_file_fopen,
1085 _IO_file_init, _IO_file_overflow, _IO_file_seekoff,
1086 _IO_file_setbuf, _IO_file_sync, _IO_file_underflow,
1087 _IO_file_write, _IO_file_xsputn): Added to GLIBC_2.0.
1089 1998-08-23 Richard Henderson <rth@cygnus.com>
1091 * Makeconfig (LDFLAGS): Remove.
1093 * csu/initfini.c: Return to .text before __gmon_start__.
1095 * elf/elf.h (EM_FAKE_ALPHA): Rename from EM_OLD_ALPHA.
1096 (STO_MIPS_*): Rename from STO_*.
1097 (STB_MIPS_SPLIT_COMMON): Rename from STB_SPLIT_COMMON.
1098 (STO_ALPHA_NOPV, STO_ALPHA_STD_GPLOAD): New.
1100 * math/atest-exp.c (mpn_bitsize): Fix bit location calculation.
1101 (main): e3s is negative on zero.
1102 * math/atest-exp2.c: Likewise.
1103 * math/atest-sincos.c: Likewise.
1105 1998-08-23 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1107 * Makerules (install): Add comment about absolute paths.
1109 1998-08-23 Ulrich Drepper <drepper@cygnus.com>
1111 * libio/vsnprintf.c (_IO_vsnprintf): Set first byte of destination
1112 array to NUL to handle maxlen==1 case correctly.
1115 1998-08-23 Richard Henderson <rth@cygnus.com>
1117 * sysdeps/alpha/elf/crtbegin.S: Fix .prologue; no pv used.
1118 * sysdeps/alpha/elf/crtend.S: Likewise.
1119 * sysdeps/alpha/elf/start.S: Likewise.
1121 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Fix .prologue;
1122 non-standard pv usage.
1124 * sysdeps/unix/sysv/linux/alpha/brk.S: Use jmp macro for relaxation.
1125 * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
1126 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1127 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
1128 * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
1129 * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
1130 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
1131 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
1132 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
1133 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
1134 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
1136 * sysdeps/alpha/fpu/e_sqrt.c: Use the asm version when the input is
1137 a finite non-denormal, deferring to the full IEEE version otherwise.
1139 * sysdeps/alpha/fpu/bits/mathinline.h (__floorf, __floor):
1140 Early out for -0. Optimize for !_IEEE_FP_INEXACT.
1141 * sysdeps/alpha/fpu/s_floor.c: New.
1142 * sysdeps/alpha/fpu/s_floorf.c: New.
1143 * sysdeps/alpha/fpu/s_ceil.c: New.
1144 * sysdeps/alpha/fpu/s_ceilf.c: New.
1146 1998-08-22 Philip Blundell <philb@gnu.org>
1148 * sysdeps/arm/bits/string.h: New file.
1150 1998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1152 * sysdeps/unix/sysv/linux/configure.in: Obey --with-headers,
1155 * sysdeps/unix/sysv/linux/alpha/configure.in: New file, contains
1156 test for recent Linux 2.1.100+ headers.
1158 1998-08-21 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1160 * nis/nss_compat/compat-initgroups.c: Optimize NIS query.
1162 1998-08-21 17:21 Ulrich Drepper <drepper@cygnus.com>
1164 * sysdeps/unix/sysv/linux/glob64.c: Define __stat using __xstat64.
1166 1998-08-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1168 * Makefile (elf/ldso_install): Put back. The problem still persists.
1169 * elf/Makefile (ldso_install): Likewise.
1171 1998-08-20 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1173 * db2/db/db.c (db_open) [_LIBC]: Rename to __nss_db_open and
1175 * include/db.h: Declare __nss_db_open.
1176 * db2/Versions: Export it.
1178 * db2/makedb.c: Convert to use db2 API.
1179 * nss/nss_db/db-XXX.c: Likewise.
1180 * nss/nss_db/db-netgrp.c: Likewise.
1181 * nss/nss_db/db-alias.c: Likewise.
1182 (_nss_db_getaliasent_r): Allow retrying with a larger buffer.
1184 1998-08-19 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1186 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
1187 sys_setresuid, already built automatically (or not).
1188 * sysdeps/unix/sysv/linux/syscalls.list: Define __setresuid
1189 instead of __syscall_setresuid and add back setresuid.
1190 * sysdeps/unix/sysv/linux/seteuid.c: Use __setresuid instead of
1191 __syscall_setresuid.
1193 1998-08-21 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1195 * sysdeps/unix/sysv/linux/sys/mount.h: Fix typo.
1197 1998-08-20 Ulrich Drepper <drepper@cygnus.com>
1199 * elf/Makefile (sh-ldd-rewrite): Remove expression to remove
1200 BASH-ONLY marked region.
1201 * elf/ldd.bash.in: Remove special BASH-ONLY markers.
1203 1998-02-20 17:54 H.J. Lu <hjl@gnu.org>
1205 * libio/oldfileops.c (_IO_file_seekoff): Don't adjust pointers if
1208 * libio/iolibio.h (_IO_pos_BAD): Define of type _IO_fpos64_t.
1210 * libio/libioP.h (FILEBUF_LITERAL): Also initialize new _offset
1213 1998-08-21 Roland McGrath <roland@baalperazim.frob.com>
1215 * elf/ldd.bash.in (TEXTDOMAIN, TEXTDOMAINDIR): Surround setting these
1216 with magic comments ###BASH-ONLY and ###END-BASH-ONLY.
1217 * elf/Makefile ($(objpfx)ldd): Generate always from ldd.bash.in.
1218 (common-ldd-rewrite): New variable, old contents of $(sh-ldd-rewrite).
1219 (sh-ldd-rewrite): Use that, add cmds to remove code surrounded by
1220 those magic comments, and to use /bin/sh for @BASH@.
1221 (bash-ldd-rewrite): Use $(common-ldd-rewrite).
1222 * elf/ldd.sh.in: File removed.
1224 1998-08-20 20:07 Ulrich Drepper <drepper@cygnus.com>
1226 * pwd/getpw.c (__getpw): Use %lu for uid and gid parameter and
1227 cast them to unsigned long int.
1228 * pwd/putpwent.c (putpwent): Likewise.
1229 Patch by John Tobey <jtobey@banta-im.com>.
1231 1998-08-20 17:14 H.J. Lu <hjl@gnu.org>
1233 * libio/libioP.h (FILEBUF_LITERAL): Set the _offset field to
1236 1998-02-20 17:54 H.J. Lu <hjl@gnu.org>
1238 * libio/fileops.c (_IO_file_seekoff): Don't adjust pointers if
1241 1998-08-20 19:14 Ulrich Drepper <drepper@cygnus.com>
1243 * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
1244 Add umount and umount2.
1245 * sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
1246 * sysdeps/unix/sysv/linux/umount.S: New file.
1247 * sysdeps/unix/sysv/linux/umount2.S: New file.
1248 * sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
1251 * sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdep_headers):
1253 * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile.
1254 * sysdeps/unix/sysv/linux/sys/sendfile.h: New file.
1256 * sysdeps/unix/sysv/linux/sys/acct.h: Pretty print.
1258 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add umount2 and
1261 1998-08-20 16:01 Ulrich Drepper <drepper@cygnus.com>
1263 * elf/ldd.sh.in: Redirect warnings and error messages to stderr.
1264 * elf/ldd.bash.in: Likewise.
1266 * elf/sln.c: Avoid warning for no main prototype.
1268 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Remove O_READ and
1270 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
1271 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1273 * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Add F_SETSIG and
1275 * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
1276 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
1277 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1279 1998-08-20 Philip Blundell <pb@nexus.co.uk>
1281 * sysdeps/arm/fpu/ieee754.h: Move to...
1282 * sysdeps/arm/ieee754.h: ... here.
1284 * sysdeps/arm/__longjmp.S: Put return value in correct register.
1285 Don't set the condition flags unnecessarily.
1286 * sysdeps/arm/fpu/__longjmp.S: Likewise. Restore floating point
1287 registers correctly.
1289 * sysdeps/arm/dl-machine.h: Fix problems with profiling code
1290 (patch from Scott Bambrough).
1292 * sysdeps/arm/sysdep.h (CALL_MCOUNT): Add missing semicolons.
1294 * csu/initfini.c (_init): Don't check whether __gmon_start__ is
1295 NULL, just call it unconditionally.
1296 (__gmon_start__): Provide stub version as a weak symbol.
1298 1998-07-30 Philip Blundell <philb@gnu.org>
1300 * sysdeps/unix/sysv/linux/arm/init-first.h: New file (from patch
1303 * sysdeps/unix/sysv/linux/arm/errlist.c: New file; ARM tools don't
1304 like `@' in .type directives.
1306 * sysdeps/arm/bsd-setjmp.S: Use PLT for procedure call.
1307 * sysdeps/arm/bsd-_setjmp.S: Likewise.
1309 * sysdeps/arm/dl-machine.h: Set __libc_stack_end.
1311 1998-08-20 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1313 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN): Correct value.
1314 (F_GETOWN): Likewise.
1316 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_SIGIO): Add it (from
1319 1998-08-20 Ulrich Drepper <drepper@cygnus.com>
1321 * sysdeps/generic/glob.c [_LIBC]: Define __stat only if not
1324 1998-08-18 Ulrich Drepper <drepper@cygnus.com>
1326 * include/features.h: Define __USE_EXTERN_INLINES for recent
1328 * argp/argp.h: Define extern inline functions only if
1329 __USE_EXTERN_INLINES is defined.
1330 * libio/stdio.h: Likewise.
1331 * math/math.h: Likewise.
1332 * stdlib/stdlib.h: Likewise.
1333 * string/argz.h: Likewise.
1334 * sysdeps/generic/bits/sigset.h: Likewise.
1335 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
1336 * sysdeps/unix/sysv/sysv4/bits/sigset.h: Likewise.
1337 * sysdeps/wordsize-32/inttypes.h: Likewise.
1338 * sysdeps/wordsize-64/inttypes.h: Likewise.
1339 * wcsmbs/wchar.h: Likewise.
1341 * sysdeps/generic/bits/glob.c [_LIBC]: Define __stat using __xstat
1342 to allow compilation without optimization.
1344 1998-08-14 Thorsten Kukuk <kukuk@vt.uni-paderborn.de>
1346 * nis/nss_compat/compat-grp.c: Set errno to ENOENT if we have no
1348 * nis/nss_compat/compat-initgroups.c: Likewise.
1349 * nis/nss_compat/compat-pwd.c: Likewise.
1350 * nis/nss_compat/compat-spwd.c: Likewise.
1351 * nis/nss_nis/nis-alias.c: Likewise.
1352 * nis/nss_nis/nis-ethers.c: Likewise.
1353 * nis/nss_nis/nis-grp.c: Likewise.
1354 * nis/nss_nis/nis-hosts.c: Likewise.
1355 * nis/nss_nis/nis-initgroups.c: Likewise.
1356 * nis/nss_nis/nis-network.c: Likewise.
1357 * nis/nss_nis/nis-proto.c: Likewise.
1358 * nis/nss_nis/nis-pwd.c: Likewise.
1359 * nis/nss_nis/nis-rpc.c: Likewise.
1360 * nis/nss_nis/nis-service.c: Likewise.
1361 * nis/nss_nis/nis-spwd.c: Likewise.
1363 * nis/rpcsvc/yp.h: Generate new without 1024 byte limits.
1365 * nis/ypclnt.c: Try binding dir only first time, could be to old.
1367 * nis/yp_xdr.c: Remove 1024 byte limit.
1368 * nis/ypupdate_xdr.c: Likewise.
1370 * nis/nss_nis/nis-publickey.c: Make sure, nobody could send
1373 1998-08-18 Roland McGrath <roland@baalperazim.frob.com>
1375 * Rules (binaries-static, binaries-shared static pattern rules):
1376 Depend on lib%, not just libc%, from $(link-libc{,-static}).
1378 * sysdeps/mach/hurd/Makefile (link-libc-static): New variable; set
1379 this here, overriding Makeconfig generic value so we link against
1382 1998-08-17 Ulrich Drepper <drepper@cygnus.com>
1384 * posix/tstgetopt.c (options): Add NULL entry at end
1385 Patch by Adrian Miranda <ade@psg.com>.
1387 1998-08-15 18:21 Ulrich Drepper <drepper@cygnus.com>
1389 * elf/elf.h: Add EI_OSABI, ELFOSABI*, and EI_ABIVERSION. Move EI_PAD
1392 1998-08-15 14:11 Ulrich Drepper <drepper@cygnus.com>
1394 * elf/elf.h: Add PPC Diab relocations.
1396 * malloc/Makefile (libmcheck.a): Use $(LN_S) not ln.
1398 1998-08-14 10:08 Ulrich Drepper <drepper@cygnus.com>
1400 * manual/texinfo.tex: Update.
1402 1998-08-07 Geoff Keating <geoffk@ozemail.com.au>
1404 * sysdeps/powerpc/backtrace.c: New file.
1406 1998-08-14 Philip Blundell <pb@nexus.co.uk>
1408 * sysdeps/arm/fpu/setjmp.S: Correct value of R0 before calling
1410 * sysdeps/arm/elf/setjmp.S: Obsolete, deleted.
1412 1998-08-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1414 * Makefile (install-symbolic-link): Fix spelling.
1416 1998-08-11 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1418 * elf/elf.h (SHT_HIOS): Fix value.
1420 1998-08-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1422 * posix/regex.c (WIDE_CHAR_SUPPORT): Don't generate defined as
1423 part of the expansion, this is undefined by the standard.
1425 1998-08-13 19:41 Ulrich Drepper <drepper@cygnus.com>
1427 * posix/getconf.c: Add support for systems with incomplete confname.h.
1429 * sysdeps/posix/sigset.c: Allow SIG_HOLD being undefined.
1431 * sysdeps/posix/wait3.c: Make it work.
1433 1998-08-13 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1435 * Makefile ($(inst_slibdir)/libc-$(version).so): Remove.
1436 (elf/ldso_install): Remove.
1438 * elf/Makefile (distribute): Add sln.c.
1440 (others-static): Add sln.
1441 (install-rootsbin): Add sln.
1442 (others-static): Add sln.
1443 (ldso_install): Remove.
1445 1998-07-24 10:58 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1447 * Makerules (install-clean-symbolic-link-list): Make phony.
1448 * Makefile (install-symbolic-link): Make phony. Depend on
1449 subdir_install for parallel makes.
1452 1998-07-22 Ulrich Drepper <drepper@cygnus.com>
1454 * elf/Makefile (distribute): Add sln.c
1456 1998-07-21 07:10 H.J. Lu <hjl@gnu.org>
1458 * elf/sln.c: New file.
1460 * Makerules (symbolic-link-prog, symbolic-link-list): New macros.
1461 (install-clean-symbolic-link-list): New target.
1462 (install): Depend on install-clean-symbolic-link-list.
1463 (make-shlib-link): Changed for $(symbolic-link-list).
1465 * Makefile (install-symbolic-link): New target.
1466 (install): Depend on install-symbolic-link.
1468 1998-08-12 17:03 Ulrich Drepper <drepper@cygnus.com>
1470 * include/unistd.h: Protect against multiple inclusion.
1472 * posix/glob.c: Don't define __glob_pattern_p is NO_GLOB_PATTERN_P
1473 is defined, not is glob is defined.
1474 * sysdeps/unix/sysv/linux/glob64.c: Define NO_GLOB_PATTERN_P.
1476 1998-08-01 17:18 H.J. Lu <hjl@gnu.org>
1478 * sunrpc/rpcsvc/rusers.x (xdr_utmp): Use xdr_bytes instead of
1479 xdr_string for ut_line, ut_name and ut_host.
1481 1998-08-12 Andreas Jaeger <aj@arthur.rhein-neckar.de>
1483 * sysdeps/unix/sysv/linux/paths.h (_PATH_MAILDIR): Change to
1484 /var/mail in accordance with FHS 2.0.
1485 Reported by Javier Kohen <root@jkohen.tough.com.ar> [PR libc/639].
1487 1998-08-12 Richard Henderson <rth@cygnus.com>
1489 * sysdeps/unix/sysv/linux/alpha/syscalls.list (recvmsg, sendmsg):
1490 Update aliases for cancelation.
1492 * sysdeps/unix/sysv/linux/alpha/glob.c: Undef glob*64 before
1493 playing with symbol versions.
1495 1998-08-12 Roland McGrath <roland@baalperazim.frob.com>
1497 * sysdeps/mach/hurd/bits/posix_opt.h: Rewritten with comments and
1498 multiple inclusion protection.
1499 (_POSIX_SYNCHRONIZED_IO, _POSIX_FSYNC, _POSIX_MAPPED_FILES,
1500 _POSIX_MEMORY_PROTECTION, _POSIX_POLL, _POSIX_SELECT): New macros,
1501 define all these to 1.
1502 (_POSIX_SYNC_IO): Add #undef, to remind us that pathconf reports it.
1504 1998-08-12 Roland McGrath <roland@baalperazim.frob.com>
1506 * sysdeps/mach/usleep.c: Include <unistd.h>.
1507 (usleep): Return void.
1509 1998-08-11 Roland McGrath <roland@baalperazim.frob.com>
1511 * sysdeps/generic/if_index.c (struct if_freenameindex): Add forward
1512 decl to inhibit warning in if_freenameindex defn.
1514 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Remove unused variable.
1516 * sysdeps/mach/hurd/getdomain.c (getdomainname): Renamed from __ name.
1518 * sysdeps/mach/hurd/reboot.c: Include <sys/reboot.h>.
1519 * sysdeps/mach/hurd/getdents.c: Include <unistd.h>.
1520 * sysdeps/mach/hurd/sbrk.c: Include <unistd.h>.
1521 * sysdeps/mach/usleep.c: Likewise.
1523 * sysdeps/mach/hurd/bind.c (bind): Add a const.
1525 * sysdeps/mach/hurd/getdents.c (__getdirentries): Use prototype defn.
1526 * sysdeps/unix/bsd/init-posix.c (__init_posix): Likewise.
1527 * sysdeps/unix/bsd/times.c (timeval_to_clock_t): Likewise.
1528 * sysdeps/mach/hurd/reboot.c (reboot): Likewise.
1529 * sysdeps/mach/usleep.c (usleep): Likewise.
1530 * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1531 * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1532 * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
1533 * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Likewise.
1535 1998-08-11 Roland McGrath <roland@baalperazim.frob.com>
1537 * sysdeps/generic/glob64.c: Include <sys/types.h>, <glob.h>, <errno.h>.
1540 * malloc/malloc.c (free_check, realloc_check): Don't cast to long for
1541 %p arg to fprintf, since `void *' is the right type already.
1543 1998-07-25 19:47 Jose M. Moya <josem@gnu.org>
1545 * sysdeps/mach/hurd/getcwd.c
1546 (_hurd_canonicalize_directory_name_internal): Do not loop forever
1547 for unknown root directories.
1548 (__getcwd): Return NULL when the current root directory could not
1551 1998-08-11 18:39 Ulrich Drepper <drepper@cygnus.com>
1553 * string/strsignal.c (strsignal): Count real-time signals from zero.
1556 See ChangeLog.8 for earlier changes.