re_search_internal: Avoid overflow in computing re_malloc buffer size
[glibc.git] / ChangeLog.11
blobd9b036436121bf6cd86dfd792d72160fe1e00abb
1 2000-11-09  Ulrich Drepper  <drepper@redhat.com>
3         * version.h (VERSION): Bump to 2.2.
4         (RELEASE): Set to stable.
6         * posix/Makefile (tst-dir-ARGS): Fix problem with compiling in
7         source directory.
8         (tst-chmod-ARGS): Likewise.
10 2000-11-09  H.J. Lu  <hjl@gnu.org>
12         * io/Versions (GLIBC_2.2): Add __open64.
14 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
16         * locale/C-time.c (_nl_C_LC_TIME): Fix value for _NL_TIME_WEEK_1STWEEK.
18 2000-11-09  Jakub Jelinek  <jakub@redhat.com>
20         * locale/programs/ld-paper.c (paper_output): Fix offset into width
21         field.
23 2000-10-27  Bruno Haible  <haible@clisp.cons.org>
25         * locale/programs/charmap.c (charmap_read): Verify ASCII
26         compatibility of charmap.
28 2000-11-08  Ulrich Drepper  <drepper@redhat.com>
30         * catgets/gencat.c (main): Don't use exit() to avoid warnings with
31         broken compilers.
33         * include/features.h (__STDC_ISO_10646__): Correct value to be
34         200009L.  Patch by Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>.
36 2000-11-08  H.J. Lu  <hjl@gnu.org>
38         * pwd/Versions (GLIBC_2.1.2): Add getpwnam_r.
40 2000-11-08  Jakub Jelinek  <jakub@redhat.com>
42         * string/bits/string2.h: Check if _USE_STRING_ARCH_ macros are
43         defined, not _HAVE_STRING_ARCH_.
44         * sysdeps/i386/bits/string.h (_USE_STRING_ARCH_memset,
45         _USE_STRING_ARCH_strchr): Define.
46         * sysdeps/i386/i486/bits/string.h (_USE_STRING_ARCH_memset,
47         _USE_STRING_ARCH_strchr): Define.
48         * sysdeps/sparc/bits/string.h: New file.
50 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
52         * locale/C-translit.h.in: Tweak <U2014> result.
53         * locale/C-translit.h: Regenerated.
55 2000-11-08  Ulrich Drepper  <drepper@redhat.com>
57         * posix/unistd.h: Add attribute((const)) to sysconf prototype.
59         * iconvdata/euc-kr.c (euckr_from_ucs4): Map 0x20a9 to \xa3dc.
60         (BODY from direction): Remove special handling of \x5c.
61         * iconvdata/EUC-KR.irreversible: Adjust for this change.
62         * iconvdata/testdata/EUC-KR..UTF8: Likewise.
63         Reported by Jungshik Shin <jshin@pantheon.yale.edu>.
65 2000-11-07  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
67         * sysdeps/sh/sh3/setjmp.S (__sigsetjmp): Skip FPU fields.
69 2000-11-06  Ulrich Drepper  <drepper@redhat.com>
71         * iconvdata/big5.c: Regenerated after BIG5 charmap change.
72         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
74         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Fix typo in
75         comparison with new cache magic bytes.
76         Patch by Denis Zaitsev <zzz@cd-club.ru>.
78 2000-11-03  Bruno Haible  <haible@clisp.cons.org>
80         * locale/C-translit.h.in: Update from translit_neutral.
81         * locale/C-translit.h: Regenerated.
82         * intl/tst-translit.c: Update.
84 2000-11-04  Mark Kettenis  <kettenis@gnu.org>
86         * sysdeps/mach/hurd/Dist: Remove clk_tck.c.
88         * sysdeps/mach/hurd/Versions [libc] (GLIBC_2.1.1): Remove
89         __libc_clk_tck.
90         * sysdeps/mach/hurd/Makefile [$(subdir)==posix] (sysdep_routines):
91         Remove clk_tck.
92         * sysdeps/mach/hurd/clk_tck.c: Removed.
93         * sysdeps/mach/hurd/getclktck.c: New file.
94         * sysdeps/mach/hurd/setitimer.c (quantize_timeval): Use
95         __getclktck instead of __libc_clk_tck.
96         * sysdeps/mach/hurd/bits/time.h: Use __sysconf for CLK_TCK instead
97         of __libc_clk_tck.
98         * sysdeps/mach/hurd/i386/bits/time.h: Likewise.
100 2000-11-03  Ulrich Drepper  <drepper@redhat.com>
102         * posix/Versions: Export __sysconf.
104 2000-11-02  Ulrich Drepper  <drepper@redhat.com>
106         * version.h (VERSION): Bump to 2.1.97.
108         * iconvdata/Makefile (distribute): Add viscii.c.
110         * elf/Makefile (distribute): Add tst-pathopt.sh.
112         * sysdeps/i386/i486/bits/string.h (strcmp): Cast arguments to
113         __strcmp_cc, __strcmp_cg, and __strcmp_gc to unsigned char *.
114         (__strcmp_cc, __strcmp_cg, __strcmp_gc): Remove casts of values here.
115         Reported by Denis Zaitsev <zzz@cd-club.ru>.
117         * iconvdata/utf-16.c (PREPARE_LOOP): Correct typo preventing BOM from
118         being written.
120         * manual/socket.texi (Local Namespace Concepts): Don't mention what
121         permissions are necessary to connect to a socket.
122         Reported by Peter Eisentraut <peter_e@gmx.net>.
124         * sysdeps/generic/backtracesyms.c (__backtrace_symbols): Fix
125         computation of total for 64-bit machines.
126         Patch by Byron Stanoszek <gandalf@winds.org>.
128         * manual/arith.texi (Rounding): Correct description of fesetround
129         return value.  Patch by Conrado Badenas <Conrado.Badenas@uv.es>.
131 2000-10-30  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
133         * sysdeps/mips/dl-machine.h (elf_machine_rel): Add the symbol's
134         value plus the run-time displacement to the relocation for non-GOT
135         symbols.  Set the relocation to the GOT entry for GOT symbols.
137 2000-11-02  Ulrich Drepper  <drepper@redhat.com>
139         * sysdeps/unix/sysv/linux/s390/bits/time.h: Removed.
141 2000-11-01  Ulrich Drepper  <drepper@redhat.com>
143         * iconvdata/TESTS: Add entries for IBM856, IBM930, IBM933, IBM935,
144         IBM937, IBM939, and IBM1046.
145         * iconvdata/testdata/IBM1046: New file.
146         * iconvdata/testdata/IBM930..UTF8: New file.
147         * iconvdata/testdata/IBM1046..UTF8: New file.
148         * iconvdata/testdata/IBM933: New file.
149         * iconvdata/testdata/IBM935: New file.
150         * iconvdata/testdata/IBM937: New file.
151         * iconvdata/testdata/IBM856..UTF8: New file.
152         * iconvdata/testdata/IBM939: New file.
153         * iconvdata/testdata/IBM933..UTF8: New file.
154         * iconvdata/testdata/IBM935..UTF8: New file.
155         * iconvdata/testdata/IBM930: New file.
156         * iconvdata/testdata/IBM856: New file.
157         * iconvdata/testdata/IBM937..UTF8: New file.
158         * iconvdata/testdata/IBM939..UTF8: New file.
159         Contributed by Masahide Washizawa <washi@yamato.ibm.co.jp>.
161 2000-11-01  Martin Buchholz  <martin@xemacs.org>
163         * manual/memory.texi (Hooks for Malloc): Fix `caller' arg docs to
164         agree with implementation.
166 2000-11-01  Ulrich Drepper  <drepper@redhat.com>
168         * sysdeps/unix/sysv/linux/bits/time.h (CLK_TCK): Cast sysconf result
169         to __clock_t.
170         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
171         * sysdeps/unix/sysv/linux/i386/bits/time.h: Likewise.
172         * sysdeps/unix/sysv/linux/ia64/bits/time.h: Likewise.
173         * sysdeps/unix/sysv/linux/s390/bits/time.h: Likewise.
175         * sysdeps/unix/sysv/linux/bits/socket.h (CMSG_ALIGN): Cast result
176         of unary ~ to size_t.
178         * stdlib/strtod.c: Make gcc shut up about SWAP use.
180         * sysdeps/i386/fpu/bits/mathinline.h: Add support for builtin
181         unordered compare functions to gcc 2.97 and up.
183         * string/bits/string2.h: Disable strstr optimizations for newer
184         gcc versions.  Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
186         * configure.in (with_cvs): Test for pserver access.
188 2000-10-31  Ulrich Drepper  <drepper@redhat.com>
190         * elf/Versions [ld] (GLIBC_2.2): Export _dl_clktck and _dl_pagesize.
191         * elf/dl-load.c: Define _dl_clktck.
192         * elf/elf.h: Define AT_CLKTCK.
193         * include/time.h: Declare __getclktck.
194         * misc/Makefile (routines): Add getclktck.
195         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Handle AT_CLKTCK.
196         (_dl_show_auxv): Show AT_CLKTCK value.
197         * sysdeps/generic/getclktck.c: New file.
198         * sysdeps/unix/sysv/linux/getclktck.c: New file.
199         * sysdeps/unix/sysv/linux/alpha/getclktck.c: New file.
200         * sysdeps/unix/sysv/linux/ia64/getclktck.c: New file.
201         * sysdeps/posix/sysconf.c: Use __getclktck to handle _SC_CLK_TCK.
202         * sysdeps/unix/sysv/linux/getpagesize.c: New file.
203         * sysdeps/unix/sysv/linux/bits/time.h: Use __sysconf to for CLK_TCK.
204         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
205         * sysdeps/unix/sysv/linux/i386/bits/time.h: Likewise.
206         * sysdeps/unix/sysv/linux/ia64/bits/time.h: Likewise.
207         * sysdeps/unix/sysv/linux/s390/bits/time.h: Likewise.
209         * sunrpc/clnt_gen.c (clnt_create): Don't set timeout with
210         clnt_control for any protocol.  This would make it impossible for
211         the user to provide one in clnt_call().
212         Reported by Hitoshi Guutara Maruyama <maruyama@sh.rim.or.jp>.
213         * sunrpc/clnt_tcp.c (clnt_call): Don't use timeout in tests with zero,
214         use ct->ct_wait.
215         * sunrpc/clnt_unix.c (clnt_call): Likewise.
217 2000-10-31  Jes Sorensen  <jes@linuxcare.com>
219         * sysdeps/ia64/fpu/s_isinfl.S: New file,  - assembly based
220         implementation based on suggestion by Richard Henderson.
221         * sysdeps/ia64/fpu/s_isinfl.c: Removed.
223 2000-10-30  Jes Sorensen  <jes@linuxcare.com>
225         * sysdeps/ia64/fpu/s_isnanl.S: New file - assembly based
226         implementation based on suggestion by Richard Henderson.
227         * sysdeps/ia64/fpu/s_isnanl.c: Removed.
229 2000-10-31  Ulrich Drepper  <drepper@redhat.com>
231         * locale/programs/locale.c (print_item): Fix one more problem with
232         string lists.  Patch by Chen Xiangyang <chenxy@opencjk.org>.
234         * locale/categories.def: Add number of arguments to ctype-map-names
235         and ctype-class-names entries.  Mark era as stringlist.
237         * iconvdata/Makefile (modules): Add IBM856, IBM930, IBM933, IBM935,
238         IBM937, IBM939, and IBM1046.
239         (distribute): Add ibm856.c, ibm930.c, ibm933.c, ibm935.c, ibm937.c,
240         ibm939.c, ibm1046.c, ibm856.h, ibm930.h, ibm933.h, ibm935.h, ibm937.h,
241         ibm939.h, and ibm1046.h.
242         * iconvdata/gconv-modules: Add entries for IBM856, IBM930, IBM933,
243         IBM935, IBM937, IBM939, and IBM1046.
244         * iconvdata/ibm1046.c: New file.
245         * iconvdata/ibm1046.h: New file.
246         * iconvdata/ibm856.c: New file.
247         * iconvdata/ibm856.h: New file.
248         * iconvdata/ibm930.c: New file.
249         * iconvdata/ibm930.h: New file.
250         * iconvdata/ibm933.c: New file.
251         * iconvdata/ibm933.h: New file.
252         * iconvdata/ibm935.c: New file.
253         * iconvdata/ibm935.h: New file.
254         * iconvdata/ibm937.c: New file.
255         * iconvdata/ibm937.h: New file.
256         * iconvdata/ibm939.c: New file.
257         * iconvdata/ibm939.h: New file.
258         Patches by Masahide Washizawa <washi@yamato.ibm.co.jp>.
260 2000-10-30  Ulrich Drepper  <drepper@redhat.com>
262         * locale/localeinfo.h (enum value_type): Add wstring, wstringarray,
263         and wstringlist.
264         * locale/categories.def: Mark wide char strings as wstring or
265         stringarray.
266         * locale/programs/locale.c (show_info): Handle wstring, wstringarray,
267         and wstringlist.  Print keywords only if there is real output.
268         Reported by Chen Xiangyang <chenxy@opencjk.org>.
270         * sysdeps/sparc/fpu/bits/mathinline.h: Add __THROW where necessary.
271         Patch by Ben Collins <bcollins@debian.org>.
273         * stdio-common/Makefile (tests): Add tst-fmemopen.
274         * stdio-common/tst-fmemopen.c: New file.
275         Test case by Ben Collins <bcollins@debian.org>.
277         * libio/iofopncook.c (_IO_cookie_seek): Correct test for error.
279         * libio/fmemopen.c (fmemopen_read): Return 0 at end of buffer.
280         (fmemopen_write): Set errno at end of buffer.
282         * posix/runtests.c (main): Don't use exit() to avoid warning with
283         broken compilers.
285         * string/bug-strncat1.c: Undefine __USE_STRING_INLINES before
286         defining it again to avoid warning.
287         * string/bug-strpbrk1.c: Likewise.
288         * string/bug-strspn1.c: Likewise.
290 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
292         * locale/C-translit.h.in: Include more rules from translit_neutral.
293         Remove a few German and Danish specific rules.
294         * locale/gen-translit.pl: Avoid an error when printing a string
295         containing a '%' character.
296         * locale/C-translit.h: Regenerated.
297         * intl/translit.po: Choose different translations.
298         * intl/tst-translit.c: Update.
300 2000-10-29  Bruno Haible  <haible@clisp.cons.org>
302         * locale/programs/ld-ctype.c (translit_include_t): New type.
303         (locale_ctype_t): Remove translit_copy_locale, translit_copy_repertoire
304         fields, add translit_include field.
305         (ctype_read): After seeing "translit_start" in ignore_content mode,
306         skip the entire translit section, not only one line.  Remove dead test
307         for tok_translit_end.  Enqueue include statements into a list.
308         Signal error if tok_eof seen before tok_translit_end.
309         (translit_flatten): New function.
310         (allocate_arrays): Call translit_flatten.
312 2000-10-30  Ulrich Drepper  <drepper@redhat.com>
314         * locale/findlocale.c (free_mem): We can remove NODELETE marked
315         data, just not the C locale data.
317         * intl/tst-gettext.c: Use setlocale() in addition to setting envvar.
318         * intl/tst-gettext.sh: Copy locale data if necessary.
319         * intl/Makefile (generated-dirs): Add localedir.
321         * intl/dcigettext.c (guess_category_value): For libc always use
322         the setlocale() method.
324         * intl/Makefile: Add rules to build, run and, distribute tst-gettext2.
325         * intl/tst-gettext2.c: New file.
326         * intl/tst-gettext2.sh: New file.
327         * intl/tstlang1.po: New file.
328         * intl/tstlang2.po: New file.
329         Patch by Andreas Jaeger <aj@suse.de>.
331 2000-10-26  GOTO Masanori  <gotom@debian.or.jp>
333         * intl/locale.alias: Add ja_JP.ujis alias.
335 2000-10-30  Ulrich Drepper  <drepper@redhat.com>
337         * locale/findlocale.c (_nl_find_locale): Don't store normalized
338         name in *NAME.
340 2000-10-29  Ben Collins  <bcollins@debian.org>
342         * sysdeps/generic/lockf64.c: In the case of F_TEST, set l_type to
343         F_RDLCK explicitly.
344         * sysdeps/unix/sysv/linux/i386/lockf64.c: Likewise.
346 2000-10-29  Ulrich Drepper  <drepper@redhat.com>
348         * iconvdata/big5.c: Update.
349         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
351         * iconvdata/Makefile (distribute): Add BIG5.irreversible.
352         * iconvdata/BIG5.irreversible: New file.
354 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
356         * posix/regex.h (__restrict_arr): Move definition out of #ifndef block.
357         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
358         doesn't define __restrict_arr.
360 2000-10-29  Ulrich Drepper  <drepper@redhat.com>
362         * manual/search.texi: Correct description if VISIT values.
363         Patch by Ben Collins <bcollins@debian.org>.
365         * string/bits/string2.h (strspn): Evaluate first argument if
366         second is "".
367         (strpbrk): Likewise.
368         * sysdeps/i386/i486/bits/string.h: Likewise.
369         * string/Makefile (tests): Add bug-strspn1 and bug-strpbrk1.
370         * string/bug-strspn1.c: New file.
371         * string/bug-strpbrk1.c: New file.
372         Test cases by Joseph S. Myers <jsm28@cam.ac.uk>.
374         * string/bits/string2.h (strncat): Terminate string correctly.
375         * sysdeps/i386/i486/bits/string.h (strncat): Likewise.
376         * string/Makefile (tests): Add bug-strncat1.
377         * string/bug-strncat1.c: New file.
378         Test case by Joseph S. Myers <jsm28@cam.ac.uk>.
380 2000-10-27  Ben Collins  <bcollins@debian.org>
382         * sysdeps/generic/lockf.c (lockf): Set l_type to F_RDLCK before
383         calling for F_GETLK.
385 2000-10-29  Ulrich Drepper  <drepper@redhat.com>
387         * elf/dl-load.c (open_path): Don't exit loop early if we didn't
388         use a directory at all.
390         * elf/Makefile: Add rules to build and run tst-pathopt.
391         * elf/tst-pathopt.c: New file.
392         * elf/tst-pathopt.sh: New file.
393         * elf/pathoptobj.c: New file.
395         * elf/elf.h (SHN_XINDEX): Define.
397 2000-10-28  Ulrich Drepper  <drepper@redhat.com>
399         * io/Makefile (tests): Add test-stat2.
400         (test-stat2-ARS): New variable.
401         * io/test-stat2.c: New file.
403         * Makeconfig (ETAGS): Remove -T flag.
405         * elf/dl-load.c (open_verify): Only try to load ET_DYN and ET_EXEC
406         objects.  Reject all other types.
407         (_dl_map_object_from_fd): Optimize a bit.
409 2000-10-27  Ulrich Drepper  <drepper@redhat.com>
411         * stdio-common/Makefile (tests): Add tst-fseek.
412         * stdio-common/tst-fseek.c: New file.
414         * posix/regex.c (gettext): Use correct translation domain for glibc.
416         * argp/argp-parse.c: Use __dcgettext instead of dcgettext for glibc.
417         * argp/argp-help.c: Likewise.
418         * inet/getnameinfo.c (getnameinfo): Use __snprintf instead of snprintf.
419         * inet/rexec.c (rexec_af): Use __snprintf instead of snprintf.
420         * misc/regexp.c (__step): Use __regexec instead of regexec.
421         (__advance): Likewise.
422         * nss/digits_dots.c: Use __inet_aton instead of inet_aton.
423         * nscd/gethstbynm2_r.c (__inet_aton): Define as inet_aton since
424         the former is not exported.
425         * misc/daemon.c (daemon): Use __fork instead of fork.
427         * stdlib/fmtmsg.c (fmtmsg): Change output format slightly to make
428         it look better and bring it closer to SysV behavior.
429         * stdlib/Makefile (distribute): Add tst-fmtmsg.sh.
430         (test-srcs): Add tst-fmtmsg.
431         (tests): Add $(objpfx)tst-fmtmsg.out.  Add rule to generate it.
432         * stdlib/tst-fmtmsg.sh: New file.
433         * stdlib/tst-fmtmsg.c: New file.
435         * iconvdata/Makefile (modules): Add VISCII.
436         (gen-8bit-modules): Add viscii.
437         * iconvdata/viscii.c: New file.
438         * iconvdata/gconv-modules: Add entries for VISCII.
439         * iconvdata/tst-tables.sh: Add VISCII.
441 2000-10-27  Andreas Schwab  <schwab@suse.de>
443         * sysdeps/m68k/fpu/libm-test-ulps: Add some more ulps.
445 2000-10-26  Ulrich Drepper  <drepper@redhat.com>
447         * version.h (VERSION): Bump to 2.1.96.
449         * inet/getipnodebyad.c: Removed.
450         * inet/getipnodebynm.c: Removed.
451         * inet/tst-ipnode.c: Removed.
452         * inet/freehostent.c: Removed.
454         * sysdeps/unix/bsd/osf/=dirstream.h: Removed.
456         * sysdeps/unix/sysv/linux/Dist: Add bits/initspin.h.
458         * elf/Makefile (distribute): Add neededobj4.c.
460         * iconvdata/Makefile (distribute): Add BIG5HKSCS.irreversible.
462         * sysdeps/hppa/Dist: New file.
463         * sysdeps/unix/sysv/linux/hppa/Dist: New file.
465         * posix/tst-chmod.c (do_test): Account for people running the
466         tests as root.
468         * locale/langinfo.h (THOUSEP): Define this and don't duplicate
469         definition of THOUSANDS_SEP.
471         * locale/C-monetary.c: Set mon_decimal to empty string.
472         Add missing entry _NL_MONETARY_CRNCYSTR.
473         * stdio-common/printf_fp.c: If MON_DECIAL_POINT is not provided use
474         DECIMAL_POINT information.
475         * locale/C-numeric.c: Set mon_grouping entry to empty string.
476         * locale/C-time.c: Add date_fmt entries.  Remove two wrong entries.
477         Correct value for number of entries.
478         * locale/localeconv.c: Normalize result passed back in .grouping.
479         Fix assignment to .int_* entries.
481         * locale/Makefile (tests): Add tst-C-locale.
482         * locale/tst-C-locale.c: New file.
484         * locale/setlocale.c: Use LOCALEDIR and not LOCALE_PATH to locate
485         locale files.
486         * locale/newlocale.c: Likewise.
488 2000-10-26  GOTO Masanori  <gotom@debian.or.jp>
490         * locale/langinfo.h: Define _DATE_FMT and _NL_W_DATE_FMT.
491         * locale/categories.def: New support for date_fmt.
492         * locale/programs/ld-time.c: Likewise.
493         * locale/programs/locfile-kw.gperf: Likewise.
494         * locale/programs/locfile-kw.h: Likewise.
495         * locale/programs/locfile-token.h: Likewise.
497 2000-10-26  Jakub Jelinek  <jakub@redhat.com>
499         * sysdeps/ieee754/ldbl-128/e_hypotl.c: New.
501         * math/libm-test.inc (cabs_test, cexp_test, csqrt_test, hypot_test):
502         Increase precision of constants.
503         * sysdeps/alpha/fpu/libm-test-ulps: Update.
504         * sysdeps/arm/libm-test-ulps: Update.
505         * sysdeps/i386/fpu/libm-test-ulps: Update.
506         * sysdeps/ia64/fpu/libm-test-ulps: Update.
507         * sysdeps/m68k/fpu/libm-test-ulps: Update.
508         * sysdeps/mips/fpu/libm-test-ulps: Update.
509         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
510         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
511         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
512         * sysdeps/sh/sh4/fpu/libm-test-ulps: Update.
513         * sysdeps/s390/fpu/libm-test-ulps: Update.
515 2000-10-26  Ulrich Drepper  <drepper@redhat.com>
517         * io/Makefile (tests): Add tst-fcntl.
518         * io/tst-fcntl.c: New file.
520         * posix/Makefile (tests): Add tst-chmod.
521         (tst-chmod-ARGS): Define.
522         * posix/tst-chmod.c: New file.
524         * test-skeleton.c: Before calling user-defined function remove
525         parameters from argument list.
526         * posix/tst-exec.c: Adjust to this change.
527         * posix/tst-spawn.c: Likewise.
529         * sysdeps/unix/opendir.c (__opendir): Optimize a bit.  Add
530         __builtin_expect.
532 2000-10-25  Ulrich Drepper  <drepper@redhat.com>
534         * intl/Makefile (tests): Add tst-ngettext.
535         * intl/tst-ngettext.c: New file.
537 2000-10-25  Bruno Haible  <haible@clisp.cons.org>
539         * manual/charset.texi: Fix spelling of __GCONV_FULL_OUTPUT.
540         * manual/message.texi (Translation with gettext): Remove paragraph
541         about macros contained in libintl.h.
542         (bind_textdomain_codeset): Describe codeset argument.
543         (Using gettextized software): Add setlocale call to sample code.
545 2000-10-26  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
546             Yutaka Niibe  <gniibe@chroot.org>
548         * sysdeps/sh/dl-machine.h (elf_machine_rela): Handle in place
549         relocation which is generated by new ld.
550         * sysdeps/sh/elf/initfini.c (_init): Preseted __fpscr_values.
551         (_fini): Delete an obsolete register prefix.
552         * sysdeps/unix/sysv/linux/sh/Versions: Add __xstat64, __fxstat64,
553         __lxstat64, alphasort64, glob64, readdir64, readdir64_r, scandir64
554         and versionsort64 as the 2.2-versioned symbols.
555         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: New file.
556         * sysdeps/unix/sysv/linux/sh/brk.c: Changes for the new system call
557         calling convention of the kernel.
558         * sysdeps/unix/sysv/linux/sh/pipe.S: Likewise.
559         * sysdeps/unix/sysv/linux/sh/socket.S: Likewise.
560         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
561         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
562         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
563         * sysdeps/unix/sysv/linux/sh/fcntl.c: New file.
564         * sysdeps/unix/sysv/linux/sh/lockf64.c: New file.
565         * sysdeps/unix/sysv/linux/sh/sys/user.h: Include the kernel header
566         file and delete the definitions of struct user and user_fp.
567         * sysdeps/unix/sysv/linux/sh/syscall.S: New file.
568         * sysdeps/unix/sysv/linux/sh/syscalls.list: Remove entries for
569         s_ioctl, s_ipc, s_llseek, s_chown, s_fchown, s_lchown, s_execve,
570         rt_sigaction, rt_sigpending, rt_sigprocmask, rt_sigqueueinfo,
571         rt_sigsuspend, rt_sigtimedwait, s_getcwd, s_getdents, s_getgroups,
572         s_getpriority, s_getegid, s_geteuid, s_getuid, getresgid, getresuid,
573         s_getrlimit, s_poll, s_pread64, s_ptrace, s_pwrite64, s_reboot,
574         s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
575         s_setfsgid, s_setfsuid, s_setgid, s_setgroups, s_setregid,
576         s_setresgid, s_setresuid, s_setreuid, s_setuid, s_sysctl,
577         s_ugetrlimit, s_ustat, sys_fstat, sys_lstat, sys_mknod, sys_readv,
578         sys_stat, sys_writev and syscall.
580 2000-10-25  Ulrich Drepper  <drepper@redhat.com>
582         * io/test-lfs.c (do_prepare): Rewrite so it doesn't fail on systems
583         without LFS support.
585         * sysdeps/ieee754/dbl-64/e_jn.c: Use __ieee754_sqrt instead of __sqrt.
586         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
587         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
588         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
589         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
591 2000-10-25  David Mosberger  <davidm@hpl.hp.com>
593         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Multiply slot
594         number by four to use bins of width 4 to get accurate
595         instruction-level profiling.
597 2000-10-25  Andreas Jaeger  <aj@suse.de>
599         * sysdeps/generic/dl-cache.h (CACHEMAGIC_VERSION_NEW): Correct string.
601 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
603         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): When
604         converting struct flock64 to struct flock and back, use fcntl commands
605         which work on struct flock.
607 2000-10-25  Jakub Jelinek  <jakub@redhat.com>
609         * math/test-misc.c (main): Only check modfl if NO_LONG_DOUBLE is not
610         defined.
611         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
612         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
614 2000-10-25  Ulrich Drepper  <drepper@redhat.com>
616         * sysdeps/arm/libm-test-ulps: Updated.
618         * sysdeps/generic/dl-cache.h (CACHEMAGIC_VERSION_NEW): New value.
620 2000-10-25  Andreas Jaeger  <aj@suse.de>
622         * elf/dl-load.c (_dl_map_object_from_fd): Remove unused variable.
623         (_dl_map_object): Likewise.
625 2000-10-24  Paul Eggert  <eggert@twinsun.com>
627         * time/strftime.c (my_strftime macro)
628         [!defined _LIBC && HAVE_TZNAME && HAVE_TZSET]:
629         When redefining, do it without args, so that it works even if
630         emacs is defined and an extra argument is passed to my_stftime.
631         (my_strftime function): When evaluating a subformat, pass
632         ut_argument as well.
634 2000-10-24  Andreas Schwab  <schwab@suse.de>
636         * sysdeps/unix/sysv/linux/ia64/Versions: Add pciconfig_read and
637         pciconfig_write.
639 2000-10-25  Ulrich Drepper  <drepper@redhat.com>
641         * sysdeps/generic/dl-cache.c (_dl_cache_verify_ptr): Correct test
642         for files with new cache format.
643         (_dl_load_cache_lookup): Add variable cache_data_size for size of the
644         data.  Correctly report error if neither old not new signature is
645         found. Little optimizations.
646         Mostly based on a patch by Denis Zaitsev <zzz@cd-club.ru>.
648         * elf/dl-close.c (_dl_close): Optimize a bit by optimizing out the
649         nsearchlist variable.
651 2000-10-24  Ulrich Drepper  <drepper@redhat.com>
653         * elf/dl-lookup.c (add_dependency): Fix test to check whether
654         dependency already exists.
655         * elf/Makefile: Add testobj1 and testobj2 as dependencies of testobj6.
656         * elf/loadtest.c (main): Add test at the end that everything is
657         unloaded.
659         * elf/dl-open.c (dl_open_worker): Fix typo in comment.
661         * elf/elf.h: Add even more IA-64 relocations.
663 2000-10-24  Geoffrey Keating  <geoffk@cygnus.com>
665         * io/test-lfs.c (do_prepare): Call setrlimit64, in case the user
666         has a limit set---for instance, a limit of 2^31 bytes, which can't
667         easily be reset by non-LFS-aware shells.
669         * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Define PAGE_SHIFT
670         explicitly rather than getting it from <asm/page.h>.
672 2000-10-24  Ulrich Drepper  <drepper@redhat.com>
674         * elf/dl-close.c (_dl_close): Handle relocation dependencies of
675         the dependencies of the object currently unloaded.
677         * elf/dl-close.c (_dl_close): Don't free memory for global scope
678         list immediately when empty.  Move code to...
679         (free_mem): ...here.  Called as part of __libc_subfreeres list.
681         * elf/dl-deps.c (_dl_map_object_deps): Put l_initfini array before
682         r_list array in allocated memory.
683         * elf/dl-close.c (_dl_close): Optimize access to l_initfini list
684         and remove use of r_list.
686         * elf/dl-close.c (_dl_close): Use correct list (l_initfini) when
687         computing new opencounts.
688         * elf/Makefile: Add rules to build and run neededtest3.
689         * neededtest3.c: New file.
690         * neededobj4.c: New file.
692         * elf/neededtest.c (main): Correct tests for failing dlopen.
694 2000-10-24  Andreas Jaeger  <aj@suse.de>
696         * elf/dl-lookup.c (add_dependency): Remove unused variable j.
698 2000-10-24  Ulrich Drepper  <drepper@redhat.com>
700         * malloc/obstack.c (_obstack_newchunk): Correctly align first returned
701         block.
702         * malloc/tst-obstack.c: New file.
703         Patch and test case by Alexandre Duret-Lutz <duret_g@epita.fr>.
704         * malloc/Makefile (tests): Add tst-obstack.
706         Complete revamp of the reference counter handling.
707         * include/link.h (struct link_map): Add l_idx field.
708         * elf/dl-close.c: Handle decrementing of reference counters more
709         correctly. If necessary decrement reference counters of dependencies
710         of dependencies.
711         * elf/dl-lookup.c (add_dependency): Only increment reference counter
712         of the object itself and not also its dependencies.
713         * elf/dl-open.c: Increment reference counters here.
714         * elf/dl-deps.c: Remove reference counter handling here.
715         * elf/dl-load.c: Likewise.
716         * elf/rtld.c: Adjust for _dl_map_deps not handling reference counters.
718         * elf/loadtest.c: Print loaded objects at the beginning.
720 2000-10-24  Andreas Jaeger  <aj@suse.de>
722         * sysdeps/mips/dl-machine.h: Partly revert patch from 2000-10-18.
724 2000-10-23  Ulrich Drepper  <drepper@redhat.com>
726         * include/link.h (struct link_map): New bit field l_faked.
727         * elf/dl-deps.c: Use l_faked field in struct link_map instead of
728         the magic l_opencount==0.
729         * elf/dl-load.c: Likewise.
730         * elf/dl-version.c: Likewise.
731         * elf/rtld.c: Likewise.
733         * elf/dl-close.c (_dl_close): Add a few more __builtin_expect.
735 2000-10-23  Jim Meyering  <meyering@ascend.com>
737         Allow this code to be used outside of glibc.
738         * sysdeps/generic/memrchr.c: Undef __memrchr, too.
739         [!weak_alias]: Define __memrchr to memrchr.
740         Guard weak_alias use with `#ifdef weak_alias'.
742 2000-10-23  Ulrich Drepper  <drepper@redhat.com>
744         * elf/unload.c: Generate more debugging output.
746         * elf/neededtest.c: Make it more complicated.
747         * elf/neededtest2.c: New file.
748         * elf/Makefile: Add rules to build and run neededtest2.
750         * elf/dl-sym.c (_dl_sym): Use exact check for caller PC in range
751         of DSO address space.
752         (_dl_vsym): Likewise.
754         * elf/dl-sym.c (_dl_sym): For RTLD_DEFAULT, search in objects
755         global scope if we can determine it.
757 2000-10-23  Andreas Schwab  <schwab@suse.de>
759         * sysdeps/unix/sysv/linux/ia64/bits/resource.h (RLIMIT_LOCKS): Added.
760         (RLIMIT_NLIMITS): Sync with kernel definition.
761         (PRIO_PROCESS, PRIO_PGRP, PRIO_USER): Also define as macros.
763 2000-10-23  Andreas Schwab  <schwab@suse.de>
765         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
767 2000-10-23  Ulrich Drepper  <drepper@redhat.com>
769         * elf/elf.h (R_IA64_GPREL32MSB, R_IA64_GPREL32LSB): New definitions.
771 2000-10-22  Bruno Haible  <haible@clisp.cons.org>
773         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Add irreversible mappings
774         for 0x8BF8, 0xA27E..0xA2A7.
775         * iconvdata/BIG5HKSCS.irreversible: New file.
777 2000-10-23  Jakub Jelinek  <jakub@redhat.com>
779         * timezone/zdump.c (main): setlocale LC_CTYPE as well as LC_MESSAGES.
780         * timezone/zic.c (main): Likewise.
782 2000-10-23  Thorsten Kukuk  <kukuk@suse.de>
784         * nscd/connections.c (invalidate_cache): Don't invalidate a cache
785         if it is not enabled.
787 2000-10-23  Andreas Jaeger  <aj@suse.de>
789         * sysdeps/s390/fpu/libm-test-ulps: New ulps.
791         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add fcntl64.
792         Patch by Ralf Baechle <ralf@gnu.org>.
794 2000-10-21  Ulrich Drepper  <drepper@redhat.com>
796         * elf/dl-load.c (_dl_map_object_from_fd): Split out ELF file
797         verification in open_verify.
798         (open_verify): New function.  Called instead of open.  Ignores valid
799         files for other architectures.
800         (open_path): Call open_verify instead of open.
801         (_dl_map_object): Likewise.
802         Somewhat based on a patch by Don Dugger <n0ano@valinux.com>.
804         * io/pwd.c (main): The output was missing a newline.
806         * posix/fnmatch_loop.c: Make FNM_LEADING_DIR behave as GNU tar
807         expects it.  Patch by Colin Watson <riva.ucam.org>.
808         * posix/tst-fnmatch.input: Add test cases for FNM_LEADING_DIR.
810         * elf/dl-open.c (add_to_global): New function.  Split out from
811         dl_open_worker.
812         (dl_open_worker): Call add_to_global not only for new objects, also for
813         previously loaded objects when (mode & RTLD_GLOBAL) and the object
814         was not yet in the global scope.
815         * elf/Makefile: Add rules to build and run lateglobal.
816         * elf/lateglobal.c: New file.
817         * elf/ltglobmod1.c: New file.
818         * elf/ltglobmod2.c: New file.
820 2000-10-20  Ulrich Drepper  <drepper@redhat.com>
822         * include/link.h (struct link_map): Add l_soname_added bitfield.
823         * elf/dl-load.c (_dl_map_object): Remember when we added the
824         SONAME to the l_libname list and don't try it again.
826         * elf/dl-close.c: Decrement opencount for all dependencies which can
827         be removed even if the object is not yet unloaded.
828         * elf/dl-deps.c (_dl_map_object_deps): If dependency is already in
829         the list decrement opencount of all dependencies.
830         * elf/dl-load.c (_dl_map_object_from_fd): Increment object of object
831         and all dependencies.
832         (_dl_map_object): Likewise.
833         * elf/dl-lookup.c (add_dependency): Likewise.
835         * elf/loadtest.c: Add debug when with more output.
837         * elf/Makefile: Add rules to build and run unload2.
838         * elf/unload2.c: New file.
839         * elf/unload2mod.c: New file.
840         * elf/unload2dep.c: New file.
842         * intl/libintl.h (ngettext macro): Add missing parameter.
843         (dngettext macro): Likewise.
845 2000-10-19  H.J. Lu  <hjl@gnu.org>
847         * elf/Makefile (distribute): Add neededtest.c, neededobj1.c,
848         neededobj2.c and neededobj3.c.
849         (tests): Add neededtest.
850         (modules-names): Add neededobj1, neededobj2 and neededobj3.
851         ($(objpfx)neededobj1.so): New target.
852         ($(objpfx)neededobj2.so): Likewise.
853         ($(objpfx)neededobj3.so): Likewise.
854         ($(objpfx)neededtest): Likewise.
855         ($(objpfx)neededtest.out): Likewise.
856         * elf/neededtest.c: New. Based on the bug report from
857         Allen Bauer <kylix_rd@hotmail.com>.
858         * elf/neededobj1.c: Likewise.
859         * elf/neededobj2.c: Likewise.
860         * elf/neededobj3.c: Likewise.
862 2000-10-20  Ulrich Drepper  <drepper@redhat.com>
864         * elf/dl-load.c (_dl_map_object_from_fd): Pass pointer to ELF header
865         to elf_machine_matches_host.
866         * sysdeps/alpha/dl-machine.h (elf_machine_matches_host): Parameter
867         is now pointer to ELF header.
868         * sysdeps/arm/dl-machine.h: Likewise.
869         * sysdeps/generic/dl-machine.h: Likewise.
870         * sysdeps/hppa/dl-machine.h: Likewise.
871         * sysdeps/i386/dl-machine.h: Likewise.
872         * sysdeps/ia64/dl-machine.h: Likewise.
873         * sysdeps/m68k/dl-machine.h: Likewise.
874         * sysdeps/mips/dl-machine.h: Likewise.
875         * sysdeps/mips/mips64/dl-machine.h: Likewise.
876         * sysdeps/powerpc/dl-machine.h: Likewise.
877         * sysdeps/s390/dl-machine.h: Likewise.
878         * sysdeps/sh/dl-machine.h: Likewise.
879         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
880         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
881         Patch by Martin Schwidefsksy <schwidefsky@de.ibm.com>.
883 2000-10-20  Jakub Jelinek  <jakub@redhat.com>
885         * include/limits.h: Include bits/wordsize.h, use #if __WORDSIZE == 64
886         check instead of #ifdef __alpha__.
887         * include/bits/xopen_lim.h (WORD_BIT, LONG_BIT): Don't count on
888         INT_MAX, __INT_MAX__, LONG_MAX or __LONG_MAX__ being defined when
889         this is included.
891 2000-10-20  Ulrich Drepper  <drepper@redhat.com>
893         * posix/wordexp-tst.sh (testout): Place output file in build
894         directory.  Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
896         * sysdeps/powerpc/fpu/bits/mathinline.h: Pretty print.
898 2000-10-19  Ulrich Drepper  <drepper@redhat.com>
900         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
901         Correctly handle numeric group member information.
902         Patch by tomasw@cs.huji.ac.il.
904         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
905         Complete test for strtol overflow.
907 2000-10-19  Jakub Jelinek  <jakub@redhat.com>
909         * sysdeps/unix/sysv/linux/alpha/semctl.c (__new_semctl): Pass union
910         semun as 4th argument to semctl syscall, not address of it.
912 2000-10-18  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
914         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add fcntl64() syscall.
916 2000-10-17  Andreas Schwab  <schwab@suse.de>
918         * string/string.h: Remove declaration of __strcasecmp and __strcasestr.
919         * include/string.h: Declare them here.
921 2000-10-18  Ralf Baechle  <ralf@gnu.org>
923         * sysdeps/unix/sysv/linux/mips/sys/syscall.h: Include <asm/unistd.h>.
925 2000-10-19  Geoffrey Keating  <geoffk@cygnus.com>
927         * sysdeps/powerpc/fpu/bits/mathinline.h: Add versions
928         of the unordered comparison functions that use the GCC builtins.
930         * sysdeps/powerpc/dl-machine.c (dl_reloc_overflow): New function.
931         (__process_machine_rela): Print the address of an overflowing
932         reloc.
934 2000-10-18  Ulrich Drepper  <drepper@redhat.com>
936         * sysdeps/unix/sysv/linux/shm_open.c: Correct default mount point
937         in comments.
938         (freeit): Remove unnecessary test.
940 2000-10-18  Andreas Jaeger  <aj@suse.de>
942         * sysdeps/mips/dl-machine.h (ELF_MIPS_GNU_GOT1_OK): New.
943         (ELF_MACHINE_BEFORE_RTLD_RELOC): Handle newer linkers.
944         (elf_machine_runtime_link_map): Likewise.
945         (elf_machine_runtime_setup): Likewise.
946         Handle dynamic linker's local got entries.
947         Patches by Ralf Baechle <ralf@gnu.org>.
949 2000-10-09  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
951         * sysdeps/mips/dl-machine.h (_dl_runtime_resolve): Define $sp as
952         the frame pointer.  Allocate stack space for $a0 for
953         __dl_runtime_resolve().  Do not save $sp in $s0 as it's
954         callee-saved anyway.
956 2000-10-17  Ulrich Drepper  <drepper@redhat.com>
958         * sysdeps/powerpc/fpu/libm-test-ulps: Update for changes in
959         libm-test.inc.
961 2000-10-17  Andreas Schwab  <schwab@suse.de>
963         * sysdeps/m68k/fpu/libm-test-ulps: Update for changes in
964         libm-test.inc.
966 2000-10-17  Jakub Jelinek  <jakub@redhat.com>
968         * sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE):
969         Add missing backslash.
971 2000-10-16  Ulrich Drepper  <drepper@redhat.com>
973         * sysdeps/generic/dl-sysdep.c (DL_FIND_ARG_COMPONENTS): Little cleanup.
975         * sysdeps/i386/fpu/libm-test-ulps: Update for changes in libm-test.inc.
977 2000-10-16  Jakub Jelinek  <jakub@redhat.com>
979         * math/libm-test.inc (M_LOG_SQRT_PIl, M_LOG_2_SQRT_PIl): Increase
980         precision.
981         (acos_test, asin_text, cexp_test, cos_test, cproj_test, exp10_test,
982         sin_test, sincos_test, sqrt_test): Likewise.  Add L suffixes also
983         to parameters.
984         (acosh_test, asinh_test, atan2_test, atanh_test, atan_test, cabs_test,
985         cacosh_test, cacos_test, casinh_test, casin_test, catanh_test,
986         catan_test, cbrt_test, ccosh_test, ccos_test, clog10_test, cosh_test,
987         csinh_test, csin_test, csqrt_test, ctanh_test, ctan_test, erfc_test,
988         erf_test, exp2_test, expm1_test, exp_test, fmod_test, hypot_test,
989         j0_test, j1_test, jn_test, lgamma_test, llrint_test, llround_test,
990         log10_test, log1p_test, log2_test, log_test, lrint_test, lround_test,
991         nextafter_test, nexttoward_test, pow_test, round_test, scalb_test,
992         sinh_test, static void, tanh_test, tan_test, tgamma_test, y0_test,
993         y1_test, yn_test): Add L suffixes also to parameters.
994         * sysdeps/ieee754/ldbl-128/s_ceill.c (__ceill): Fix mask.
995         * sysdeps/ieee754/ldbl-128/s_floorl.c (__floorl): Likewise.
996         * soft-fp/op-2.h (_FP_FRAC_SRS_2): Fix computation of sticky bit.
998 2000-10-16  Ulrich Drepper  <drepper@redhat.com>
1000         * timezone/Makefile: Define HAVE_GETTEXT for zdump.c, zic.c,
1001         ialloc.c, and scheck.c.
1002         * malloc/obstack.c: Always include <libintl.h> for glibc.
1003         * posix/getopt.c: Likewise.
1004         Reported by Petr Vandrovec <VANDROVE@vc.cvut.cz>.
1006 2000-10-15  Pete Wyckoff  <pw@osc.edu>
1008         * Rules: Define _LIBC during generation of bits/stdio_lim.d.
1010 2000-10-15  Pete Wyckoff  <pw@osc.edu>
1012         * iconvdata/tst-tables.sh: Invoke other shell scripts through ${SHELL}.
1013         * iconvdata/tst-table.sh: Likewise.
1015 2000-10-15  Ulrich Drepper  <drepper@redhat.com>
1017         * elf/dl-error.c (_dl_signal_error): Allocate memory for objname
1018         as well.  Reported by Alexander V. Lukyanov <lav@yars.free.net>.
1020         * iconvdata/gconv-modules: Add aliases for Winblowz charsets.
1021         Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
1023 2000-10-13  Andreas Schwab  <schwab@suse.de>
1025         * elf/elf.h (R_IA64_PCREL60B): Add relocation.
1027 2000-10-15  Ulrich Drepper  <drepper@redhat.com>
1029         * sysdeps/unix/sysv/linux/hppa/brk.c: Cleanups.
1030         * sysdeps/unix/sysv/linux/hppa/umount.c: Likewise.
1031         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: Likewise.
1032         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Likewise.
1033         * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h: Likewise.
1035 2000-10-14  Ulrich Drepper  <drepper@redhat.com>
1037         * math/libm-test.inc (frexp_test): Add L suffix also to parameters.
1038         (hypot_test): Likewise.
1040         * sysdeps/generic/printf_fphex.c: Compute width of decimal point
1041         string correctly.  Handle padding correctly.
1043         * sysdeps/ia64/fpu/printf_fphex.c: Use sizeof in _itowa parameters
1044         correctly.
1045         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
1046         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
1048 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
1050         * FAQ.in: Add --start-group and --end-group.
1052 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
1054         * malloc/memusage.c: Conditionalize stack usage calculation on
1055         stack direction.
1057 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
1059         * config.h.in: Add ASM_LINE_SEP.
1060         * configure.in: Add test for comment and line separators.
1061         * include/libc-symbols.h: Define and use ASM_LINE_SEP, and add tabs to
1062         placate some hppa assemblers.
1063         * sysdeps/hppa/sysdep.h: Likewise.
1064         * sysdeps/gnu/siglist.c: Insert \n and \t into inline asm.
1065         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
1067 2000-10-12  David Huggins-Daines  <dhd@linuxcare.com>
1069         * sysdeps/unix/sysv/linux/Makefile: Include <bits/initspin> in
1070         $(sysdep_headers).
1071         * sysdeps/unix/sysv/linux/bits/initspin.h: Dummy version for
1072         non-threaded platforms.
1074 2000-10-12  David Huggins-Daines  <dhd@linuxcare.com>
1076         * configure.in: Add definitions for hppa.
1077         * elf/elf.h: Add PLABEL32 relocation for hppa ELF32, comments
1078         for IPLT and EPLT relocations.
1079         * shlib-versions: Version symbol definitions for hppa-linux.
1080         * sysdeps/unix/sysv/linux/configure.in: Define $arch_minimum_kernel
1081         for hppa.
1083 2000-10-12  David Huggins-Daines  <dhd@linuxcare.com>
1085         * sysdeps/hppa/Makefile: New file.
1086         * sysdeps/hppa/Versions: New file.
1088         * sysdeps/hppa/setjmp.S: New file.
1089         * sysdeps/hppa/__longjmp.S: New file.
1090         * sysdeps/hppa/bits/setjmp.h: New file.
1091         * sysdeps/hppa/frame.h: New file.
1093         * sysdeps/hppa/add_n.s: Don't use %r19 (linkage table pointer).
1094         * sysdeps/hppa/sub_n.s: Likewise.
1095         * sysdeps/hppa/lshift.s: Likewise.
1096         * sysdeps/hppa/rshift.s: Likewise.
1097         * sysdeps/hppa/udiv_qrnnd.s: Likewise.
1098         * sysdeps/hppa/hppa1.1/addmul_1.s: Likewise.
1099         * sysdeps/hppa/hppa1.1/submul_1.s: Likewise.
1100         * sysdeps/hppa/hppa1.1/mul_1.s: Likewise.
1101         * sysdeps/hppa/hppa1.1/udiv_qrnnd.s: Likewise.
1103         * sysdeps/hppa/dl-machine.h: New file.
1104         * sysdeps/hppa/dl-fptr.c: New file (note that this is almost
1105         identical to the IA-64 one).
1106         * sysdeps/hppa/dl-lookupcfg.h: Likewise.
1107         * sysdeps/hppa/dl-symaddr.c: Likewise.
1109         * sysdeps/hppa/elf/initfini.c: New file.
1110         * sysdeps/hppa/elf/start.S: New file.
1112         * sysdeps/hppa/fpu/bits/fenv.h: New file.
1113         * sysdeps/hppa/fpu/fclrexcpt.c: New file.
1114         * sysdeps/hppa/fpu/fedisblxcpt.c: New file.
1115         * sysdeps/hppa/fpu/feenablxcpt.c: New file.
1116         * sysdeps/hppa/fpu/fegetenv.c: New file.
1117         * sysdeps/hppa/fpu/fegetexcept.c: New file.
1118         * sysdeps/hppa/fpu/fegetround.c: New file.
1119         * sysdeps/hppa/fpu/feholdexcpt.c: New file.
1120         * sysdeps/hppa/fpu/fesetenv.c: New file.
1121         * sysdeps/hppa/fpu/fesetround.c: New file.
1122         * sysdeps/hppa/fpu/feupdateenv.c: New file.
1123         * sysdeps/hppa/fpu/fegetexcptflg.c: New file.
1124         * sysdeps/hppa/fpu/fraiseexcpt.c: New file.
1125         * sysdeps/hppa/fpu/fsetexcptflg.c: New file.
1126         * sysdeps/hppa/fpu/ftestexcept.c: New file.
1128         * sysdeps/unix/sysv/linux/hppa/Makefile: New file.
1129         * sysdeps/unix/sysv/linux/hppa/Versions: New file.
1130         * sysdeps/unix/sysv/linux/hppa/syscalls.list: New file.
1131         * sysdeps/unix/sysv/linux/hppa/sysdep.c: New file.
1132         * sysdeps/unix/sysv/linux/hppa/sysdep.h: New file.
1135         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h: New file.
1136         * sysdeps/unix/sysv/linux/hppa/bits/ioctls.h: New file.
1137         * sysdeps/unix/sysv/linux/hppa/bits/mman.h: New file.
1138         * sysdeps/unix/sysv/linux/hppa/bits/sigaction.h: New file.
1139         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: New file.
1140         * sysdeps/unix/sysv/linux/hppa/brk.c: New file.
1141         * sysdeps/unix/sysv/linux/hppa/clone.S: New file.
1142         * sysdeps/unix/sysv/linux/hppa/socket.S: New file.
1143         * sysdeps/unix/sysv/linux/hppa/syscall.S: New file.
1144         * sysdeps/unix/sysv/linux/hppa/setrlimit.c: New file.
1145         * sysdeps/unix/sysv/linux/hppa/getrlimit.c: New file.
1146         * sysdeps/unix/sysv/linux/hppa/getrlimit64.c: New file.
1147         * sysdeps/unix/sysv/linux/hppa/kernel_sigaction.h: New file.
1148         * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: New file.
1149         * sysdeps/unix/sysv/linux/hppa/mmap.c: New file.
1150         * sysdeps/unix/sysv/linux/hppa/profil-counter.h: New file.
1151         * sysdeps/unix/sysv/linux/hppa/procfs.h: New file.
1152         * sysdeps/unix/sysv/linux/hppa/ucontext.h: New file.
1153         * sysdeps/unix/sysv/linux/hppa/umount.c: New file.
1155 2000-10-12  Alan Modra  <alan@linuxcare.com.au>
1157         * sysdeps/hppa/hppa1.1/Implies: New file.
1158         * sysdeps/hppa/memusage.h: New file.
1160 2000-10-28  Jes Sorensen  <jes@linuxcare.com>
1162         * sysdeps/unix/sysv/linux/ia64/Versions: Export ioperm, iopl, inb,
1163         inw, inl, _inb, _inw, _inl, outb, outw, outl, _outb, _outw,
1164         _outl.  Reported by Bill Nottingham.
1166 2000-04-06  Andreas Schwab  <schwab@suse.de>
1168         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Save and
1169         restore register r8 for functions that return a structure.
1171 2000-10-12  Jakub Jelinek  <jakub@redhat.com>
1173         * math/libm-test.inc (M_PI_6l, M_E2l, M_E3l, M_2_SQRT_PIl,
1174         M_SQRT_PIl): Increase precision.
1175         (cbrt_test): If cbrt is not implemented, don't test it.
1176         Add L suffix to double constants in results which differ from their
1177         L suffixed counterparts.
1178         (exp10_test, fmod_test, frexp_test, hypot_test, sqrt_test): Likewise.
1180         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
1182 2000-10-11  Jakub Jelinek  <jakub@redhat.com>
1184         * inet/rexec.c (rexec_af): Convert rport to host order before
1185         passing it to snprintf.
1187 2000-10-14  Ulrich Drepper  <drepper@redhat.com>
1189         * sysdeps/gnu/netinet/tcp.h: Use u_intXX_t types instead of
1190         uintXX_t since this is what <sys/types.h> defines and we include
1191         this header.  Reported by Bernhard Rosenkraenzer <bero@redhat.de>.
1193         * intl/localealias.c (read_alias_file): Update string pointers
1194         in map[] if realloc() changed the values.
1195         Patch by Jakub Jelinek <jakub@redhat.com>.
1197         * manual/stdio.texi: Update printf extension documentation after
1198         z became a valid modifier.
1199         Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
1201         * timezone/africa: Update from tzcode2000g and tzdata2000g.
1202         * timezone/asia: Likewise.
1203         * timezone/australasia: Likewise.
1204         * timezone/backward: Likewise.
1205         * timezone/europe: Likewise.
1206         * timezone/iso3166.tab: Likewise.
1207         * timezone/northamerica: Likewise.
1208         * timezone/southamerica: Likewise.
1209         * timezone/zone.tab: Likewise.
1211 2000-10-14  Geoffrey Keating  <geoffk@cygnus.com>
1213         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add fcntl()
1214         syscall.
1216 2000-10-13  Michael Fedrowitz  <michael@fedrowitz.de>
1218         * sysdeps/unix/sysv/linux/m68k/alphasort64.c: New file.
1219         * sysdeps/unix/sysv/linux/m68k/fcntl.c: New file.
1220         * sysdeps/unix/sysv/linux/m68k/getdents64.c: New file.
1221         * sysdeps/unix/sysv/linux/m68k/getrlimit.c: New file.
1222         * sysdeps/unix/sysv/linux/m68k/getrlimit64.c: New file.
1223         * sysdeps/unix/sysv/linux/m68k/glob64.c: New file.
1224         * sysdeps/unix/sysv/linux/m68k/lockf64.c: New file.
1225         * sysdeps/unix/sysv/linux/m68k/oldgetrlimit64.c: New file.
1226         * sysdeps/unix/sysv/linux/m68k/readdir64.c: New file.
1227         * sysdeps/unix/sysv/linux/m68k/readdir64_r.c: New file.
1228         * sysdeps/unix/sysv/linux/m68k/scandir64.c: New file.
1229         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: New file.
1230         * sysdeps/unix/sysv/linux/m68k/versionsort64.c: New file.
1231         * sysdeps/unix/sysv/linux/m68k/Dist: Add oldgetrlimit64.c.
1232         * sysdeps/unix/sysv/linux/m68k/Makefile: Add oldgetrlimit64.
1233         * sysdeps/unix/sysv/linux/m68k/Versions: Export __xstat64,
1234         __fxstat64, __lxstat64, alphasort64, glob64, getrlimit, setrlimit,
1235         getrlimit64, readdir64, readdir64_r, scandir64, versionsort64 at
1236         GLIBC_2.2.
1237         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Add oldgetrlimit,
1238         oldsetrlimit for GLIBC_2.0.
1240         * sysdeps/m68k/dl-machine.h (_dl_start_user): Pass correct
1241         arguments to _dl_init.
1243 2000-10-13  Geoffrey Keating  <geoffk@cygnus.com>
1245         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs for my Pentium III
1246         building with the default options.
1248 2000-10-11  Andreas Jaeger  <aj@suse.de>
1250         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Set cache.
1251         Patch by Denis Zaitsev <zzz@cd-club.ru>.
1253 2000-10-09  Jakub Jelinek  <jakub@redhat.com>
1255         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward): If x == y,
1256         return y not x.
1257         * manual/arith.texi (nextafter): Document it.
1258         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Fix a comment.
1260 2000-10-08  Ulrich Drepper  <drepper@redhat.com>
1262         * version.h (VERSION): Bump to 2.1.95.
1264         * configure.in: Remove warning message.
1266         * nscd/Makefile (distribute): Add nscd-types.h.
1267         * elf/Makefile (distribute): Add gccframe.h.
1268         * sysdeps/sparc/sparc32/Dist: Add ieee754.h.
1269         * sysdeps/ia64/Dist: Add ieee754.h.
1271 2000-10-07  Ulrich Drepper  <drepper@redhat.com>
1273         * elf/elf.h: Add a few section-related symbols.
1275         * include/features.h (__STDC_ISO_10646__): Set to correct date.
1276         Patch by Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>.
1278 2000-10-06  Jes Sorensen  <jes@linuxcare.com>
1280         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Implement
1281         overflow generation by adding DBL_MAX to DBL_MAX instead of
1282         setting the bits manually in the fpsr and generating the exception
1283         with kill() if necessary.
1284         (feraiseexcept): Implement underflow by dividing DBL_MIN by
1285         DBL_MIN - similar to the overflow change described above.
1287 2000-08-27  H.J. Lu  <hjl@gnu.org>
1289         * sysdeps/unix/sysv/linux/ia64/clone.S: Make it a dummy as clone
1290         is not supported under Linux/ia64, use clone2.
1292 2000-10-06  Jakub Jelinek  <jakub@redhat.com>
1294         * malloc/malloc.h (__THROW): Define to nothing if not gcc.
1295         * misc/sys/cdefs.h (__THROW): Likewise.
1297 2000-10-05  Jakub Jelinek  <jakub@redhat.com>
1299         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: New file.
1301 2000-10-02  Jakub Jelinek  <jakub@redhat.com>
1303         * sunrpc/svc_udp.c (svcudp_recv): Set msg_controllen to all
1304         remaining xp_pad space.
1306 2000-10-05  Jakub Jelinek  <jakub@redhat.com>
1308         * elf/dl-close.c (_dl_close): Check imap's l_flags_1 for
1309         DF_1_NODELETE, not list[i]'s.
1311 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
1313         * iconvdata/euc-kr.c (euckr_from_ucs4): Handle U20a9.
1314         (BODY from direction): Map \x5c to U20a9.
1315         * iconvdata/testdata/EUC-KR..UTF8: Adjust to this change.
1316         * iconvdata/EUC-KR.irreversible: New file.
1317         * iconvdata/Makefile (distribute): Add EUC-KR.irreversible.
1319         * argp/argp-parse.c (argp_default_argp): Set libc as message domain.
1320         (argp_version_argp): Likewise.
1322 2000-10-04  Jakub Jelinek  <jakub@redhat.com>
1324         * stdio-common/vfscanf.c (_IO_vfscanf): For [ conversion do
1325         input_error() if EOF is seen before processing.
1326         * stdio-common/tstscanf.c (main): Add testcase.
1328 2000-10-04  Ulrich Drepper  <drepper@redhat.com>
1330         * argp/argp-help.c: Make sure we get the correct gettext and
1331         dgettext definitions.
1332         * argp/argp-parse.c: Likewise.
1334 2000-10-03  Ulrich Drepper  <drepper@redhat.com>
1336         * locale/programs/linereader.c (get_string): Also clear wide
1337         string info if illegal_string.
1339 2000-10-03  Andreas Schwab  <schwab@suse.de>
1341         * sysdeps/unix/sysv/linux/m68k/bits/stat.h: New file.
1343 2000-10-02  Jakub Jelinek  <jakub@redhat.com>
1345         * elf/nextmod1.c (failing_rtld_next_use): Ensure it is not tail call
1346         optimized.
1348         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: New file.
1350 2000-10-02  Ralf Baechle  <ralf@gnu.org>
1352         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Add missing .mips0 at the
1353         end of inline assembler code.
1355 2000-10-02  Ulrich Drepper  <drepper@redhat.com>
1357         * include/features.h [__USE_FILE_OFFSET && !__REDIRECT]: Define
1358         __USE_LARGEFILE64 and __USE_LARGEFILE to 1 and not nothing.
1360 2000-10-02  Andreas Jaeger  <aj@suse.de>
1362         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Synch with Linux
1363         2.4.0-test9-pre8.
1365         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Add RLIMIT_LOCKS.
1367 2000-10-01  Ralf Baechle  <ralf@gnu.org>
1369         * sysdeps/mips/dl-machine.h (RTLD_START): Fix computation of envp
1370         argument passed to _dl_init.
1372 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
1374         * locale/programs/charmap-dir.h: New file.
1375         * locale/programs/charmap-dir.c: New file.
1376         * locale/programs/linereader.h (lr_create): New declaration.
1377         * locale/programs/linereader.c (lr_create): New function, split out
1378         from lr_open.
1379         (lr_open): Tailcall lr_create.
1380         * locale/programs/locale.c: Include "charmap-dir.h". Don't include
1381         <unistd.h>.
1382         (xstrdup): New declaration.
1383         (more_help): Use xstrdup instead of strdup.
1384         (write_locales): Likewise. When encountering a symbolic link, call
1385         stat.
1386         (write_charmaps): Simplify using the charmap-dir.h functions.
1387         Use xstrdup instead of strdup.
1388         * locale/programs/charmap.c: Include "charmap-dir.h". Don't include
1389         <dirent.h> and <unistd.h>.
1390         (cmlr_open): New function.
1391         (charmap_read): Use cmlr_open instead of lr_open. Simplify using the
1392         charmap-dir.h functions.
1393         * locale/Makefile (distribute): Add charmap-dir.h.
1394         (lib-modules): Add charmap-dir.
1395         (CFLAGS-charmap-dir.c): Set to -Wno-write-strings, because posix_spawn
1396         wants a 'char **', not a 'const char **'.
1397         * include/spawn.h: New file.
1399 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
1401         * posix/spawn_faction_init.c: Include "spawn_int.h".
1402         (__posix_spawn_file_actions_realloc): Fix second realloc argument.
1404 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
1406         * locale/programs/config.h (DEFAULT_CHARMAP): Set to ANSI_X3.4-1968.
1408 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
1410         * wcsmbs/wcwidth.h (__ctype32_wctype): Remove declaration.
1411         (internal_wcwidth): Remove the tests for L'\0' and iswprint.
1412         * locale/programs/ld-ctype.c (find_idx): If max == NULL, return
1413         a pointer to the table entry, without extending the table.
1414         (allocate_arrays): Set a width only for characters with 'print'
1415         property. Set the width of L'\0' to 0.
1416         * locale/C-ctype.c (_nl_C_LC_CTYPE_width): Use default entry 0xff
1417         for unprintable characters.  Set entry of NUL to 0.
1419 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
1421         * locale/programs/charmap.c (charmap_read): Avoid redundant tests.
1422         Don't forget to call closedir when the filename was found as a
1423         code_set_name.
1425 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
1427         * iconv/gconv.h (__gconv_trans_context_fct): Change first argument's
1428         type to 'void *'.
1430 2000-09-30  Bruno Haible  <haible@clisp.cons.org>
1432         * locale/programs/ld-ctype.c (wctype_table_init): Initialize level1,
1433         level2, and level3 as well.
1434         (wctype_table_add): Remove a few unnecessary conditionals.
1436 2000-09-30  Ralf Baechle  <ralf@gnu.org>
1438         * wcsmbs/Versions [libc] (GLIBC_2.0): Add __mbrtowc.
1440 2000-09-30  H.J. Lu  <hjl@gnu.org>
1442         * sysdeps/ieee754/ldbl-96/s_ceill.c (__ceill): Handle overflow.
1443         * sysdeps/ieee754/ldbl-96/s_floorl.c (__floorl): Likewise.
1445 2000-09-29  H.J. Lu  <hjl@gnu.org>
1447         * math/libm-test.inc (init_max_error): Clear all exceptions
1448         before starting test.
1449         (acosh_test): Test for existence of function.
1450         (asinh_test): Likewise.
1451         (atan2_test): Likewise.
1452         (cabs_test): Likewise.
1453         (cacos_test): Likewise.
1454         (cacosh_test): Likewise.
1455         (casin_test): Likewise.
1456         (casinh_test): Likewise.
1457         (catan_test): Likewise.
1458         (catanh_test): Likewise.
1459         (ccos_test): Likewise.
1460         (ccosh_test): Likewise.
1461         (cexp_test): Likewise.
1462         (clog_test): Likewise.
1463         (clog10_test): Likewise.
1464         (cosh_test): Likewise.
1465         (cpow_test): Likewise.
1466         (csin_test): Likewise.
1467         (csinh_test): Likewise.
1468         (csqrt_test): Likewise.
1469         (ctan_test): Likewise.
1470         (ctanh_test): Likewise.
1471         (fmod_test): Likewise.
1472         (hypot_test): Likewise.
1473         (remainder_test): Likewise.
1474         (remquo_test): Likewise.
1475         (sincos_test): Likewise.
1476         (sinh_test): Likewise.
1477         (tanh_test): Likewise.
1479 2000-09-29  H.J. Lu  <hjl@gnu.org>
1481         * sysdeps/ia64/ieee754.h: New file.
1483         * sysdeps/ia64/fpu/math_ldbl.h: New file.
1485 2000-09-30  Jakub Jelinek  <jakub@redhat.com>
1487         * elf/ldconfig.h (FLAG_X8664_LIB64): Define.
1488         * sysdeps/unix/sysv/linux/i386/readelflib.c: New file.
1490 2000-09-30  Ulrich Drepper  <drepper@redhat.com>
1492         * manual/charset.texi: Correct notations, reference to C90 amd 1,
1493         and some other details.
1494         * manual/ctype.texi: Likewise.
1495         Patches by Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>.
1497 2000-09-30  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1499         * sysdeps/ieee754/flt-32/s_frexpf.c: Make it aliasing safe.
1501 2000-09-29  Ulrich Drepper  <drepper@redhat.com>
1503         * elf/cache.c (save_cache): Initialize __unused field in new cache
1504         as well to get reproducable results.
1506 2000-09-29  H.J. Lu  <hjl@gnu.org>
1508         * sysdeps/ia64/fpu/libm-test-ulps: Updated for long double.
1510 2000-09-29  H.J. Lu  <hjl@gnu.org>
1512         * sysdeps/ia64/bits/huge_val.h: New file.
1514 2000-09-29  Ulrich Drepper  <drepper@redhat.com>
1516         * elf/chroot_canon.c: Don't report a failure if the last path
1517         component is not available.
1518         * elf/ldconfig.c (parse_conf): Use canonicalized name when reporting
1519         error.
1521         * elf/cache.c (print_cache): Use stat64 instead of stat.
1522         * elf/ldconfig.c (chroot_stat): Likewise.
1523         (create_links): Likewise.
1524         (manual_link): Likewise.
1525         (search_dir): Likewise.
1526         * elf/readlib.c (process_file): Likewise.
1528         * Makefile (install): Set LC_ALL and LANGUAGE to C before running
1529         ldconfig.
1531 2000-09-29  Jakub Jelinek  <jakub@redhat.com>
1533         * elf/chroot_canon.c: New file.
1534         * elf/Makefile: Build and distribute it.
1535         * elf/ldconfig.h (process_file): Add real_file_name argument.
1536         (chroot_canon): Add prototype.
1537         * elf/ldconfig.c (cache_file): Remove const.
1538         (chroot_stat): New.
1539         (create_links): Add real_path argument.
1540         If opt_chroot, maintain both real and given filenames.
1541         (manual_link): Likewise.
1542         (search_dir): Likewise.
1543         (parse_conf): If opt_chroot, use chroot_canon to find the real
1544         config file.
1545         (main): For -r, try to use chroot, if it fails, leave opt_chroot set
1546         and use chroot_canon where appropriate to do the same as if chroot
1547         succeeded.
1548         * elf/readlib.c (process_file): Add real_file_name argument, pass it
1549         to fopen.
1551 2000-09-29  Ulrich Drepper  <drepper@redhat.com>
1553         * math/complex.h (_Complex): We can be more specific when _Complex
1554         is defined by the compiler.
1556 2000-09-29  H.J. Lu  <hjl@gnu.org>
1558         * sysdeps/unix/sysv/linux/ia64/dl-cache.h: New.
1560         * elf/cache.c (print_entry): Replace 64bit with IA-64 in message
1561         for x86/IA-64 binary.
1563 2000-09-29  Andreas Schwab  <schwab@suse.de>
1565         * sysdeps/unix/sysv/linux/ia64/readelflib.c: New file.
1567         * elf/cache.c (print_entry): Check for FLAG_IA64_LIB64.
1569 2000-09-29  Mark Kettenis  <kettenis@gnu.org>
1571         * sysdeps/mach/hurd/dl-sysdep.c (__access): New function.  Dummy
1572         implementation for use by the dynamic linker.
1574 2000-09-29  Andreas Jaeger  <aj@suse.de>
1576         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Protect DN_* by
1577         __USE_GNU.
1578         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1579         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Likewise.
1580         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
1581         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1582         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1583         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1585 2000-09-29  Andreas Jaeger  <aj@suse.de>
1587         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Synch with Linux
1588         2.4.0-test9-pre7.
1589         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
1590         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Likewise.
1591         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
1592         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
1593         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
1594         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
1596 2000-09-29  David Mosberger  <davidm@hpl.hp.com>
1598         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__ia64_syscall): Cleanup.
1600         * sysdeps/unix/sysv/linux/ia64/sysdep.h (CALL_MCOUNT): Implement.
1602 2000-06-10  David Mosberger  <davidm@hpl.hp.com>
1604         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Fix it so it actually
1605         works: call to __sigjmp_save must be done unconditionally to
1606         ensure jmp_buf is initialized properly.
1608 2000-09-27  Andreas Jaeger  <aj@suse.de>
1610         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Synch with Linux
1611         2.4.0-test9-pre7.
1613 2000-09-29  Jakub Jelinek  <jakub@redhat.com>
1615         * nscd/nscd-client.h (NSCD_VERSION): Bump to 3.
1616         Use nscd_ssize_t where appropriate.
1617         * nscd/nscd_gethst_r.c (nscd_gethst_r): Use nscd_ssize_t instead of
1618         ssize_t where appropriate.
1619         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
1620         * nscd/hstcache.c (cache_addhst): Likewise.
1621         * nscd/grpcache.c (cache_addgr): Likewise.
1622         * sysdeps/generic/nscd-types.h: New file.
1623         * sysdeps/alpha/nscd-types.h: New file.
1625 2000-09-29  Ulrich Drepper  <drepper@redhat.com>
1627         * inet/getnameinfo.c (nrl_domainname): Use symbolic constant
1628         INADDR_LOOPBACK instead of numeric value.
1630 2000-09-28  H.J. Lu  <hjl@gnu.org>
1632         * sysdeps/ia64/dl-machine.h (RTLD_START): Adjust _dl_argv by
1633         _dl_skip_args.
1634         (ELF_MACHINE_FIXED_STACK): Removed.
1636 2000-09-29  Andreas Jaeger  <aj@suse.de>
1638         * sysdeps/unix/sysv/linux/s390/lockf64.c: New file.
1640         * sysdeps/unix/sysv/linux/s390/fcntl.c: New file.
1642         * sysdeps/unix/sysv/linux/powerpc/lockf64.c: New file.
1644         * sysdeps/unix/sysv/linux/powerpc/fcntl.c: New file.
1646 2000-09-28  Ulrich Drepper  <drepper@redhat.com>
1648         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Handle unaligned
1649         relocation also for R_ALPHA_RELATIVE.
1650         Reported by Ivan Kokshaysky <ink@jurassic.park.msu.ru>.
1652 2000-09-18  Bruno Haible  <haible@clisp.cons.org>
1654         * intl/dcigettext.c: Outside libc, use local variable names that don't
1655         clash with those in libc.
1656         * intl/bindtextdom.c: Likewise.
1657         * intl/textdomain.c: Likewise.
1659 2000-09-28  Ulrich Drepper  <drepper@redhat.com>
1661         * elf/ldconfig.c (parse_conf): Print full name of config dir
1662         including chroot() path.
1663         (main): Remove trailing / from opt_chroot string.
1665         * include/features.h: Correct description of what happens if no
1666         *_SOURCE macro is defined.
1668         * sysdeps/posix/getaddrinfo.c (gaih_inet): Handle req->ai_socktype
1669         correctly.  Reported by Felix von Leitner <leitner@convergence.de>.
1671 2000-09-19  H.J. Lu  <hjl@gnu.org>
1673         * malloc/malloc.h (__memalign_hook): Fix the parameter order.
1674         * malloc/malloc.c (__memalign_hook): Likewise.
1675         (memalign_hook_ini): Likewise.
1677 2000-09-28  Ulrich Drepper  <drepper@redhat.com>
1679         * stdio-common/tmpnam.c (tmpnam): Optimize a bit.
1681         * sysdeps/posix/getaddrinfo.c (gaih_local): Don't use tmpnam, use
1682         underlying functions directly.
1684         * sysdeps/unix/sysv/linux/bits/resource.h: Add RLIMIT_LOCKS.
1685         * sysdeps/unix/sysv/linux/arm/bits/resource.h: Likewise.
1686         * sysdeps/unix/sysv/linux/i386/bits/resource.h: Likewise.
1687         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
1688         * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: Likewise.
1689         * sysdeps/unix/sysv/linux/sh/bits/resource.h: Likewise.
1690         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1692 2000-09-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
1694         * sysdeps/unix/sysv/linux/kernel-features.h: Add __ASSUME_IPC64, only
1695         define it for powerpc for kernel >= 2.4.0.
1696         * sysdeps/unix/sysv/linux/msgctl.c: Test for __ASSUME_IPC64, not
1697         __ASSUME_32BITUIDS.
1698         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
1699         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
1700         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Sync with kernel.
1701         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: New file.
1702         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: New file.
1703         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: New file.
1705 2000-09-28  Martin Schwidefsksy  <schwidefsky@de.ibm.com>
1707         * sysdeps/s390/atomicity.h: Fix compare_and_swap.
1709         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h
1710         (F_GETLK64,F_SETLK64,F_SETLKW64): Use values from 2.4.0-test8.
1712 2000-09-28  Denis Joseph Barrow  <djbarrow@de.ibm.com>
1714         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Use definitions from
1715         ucontext.h.
1716         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Fix ucontext structure.
1718 2000-09-27  Andreas Schwab  <schwab@suse.de>
1720         * math/Makefile (distribute): Explicitly add the long double test
1721         sources, to get them included even if long double is not supported.
1723 2000-09-27  Jes Sorensen  <jes@linuxcare.com>
1725         * elf/soinit.c (struct object): Move definition to gccframe.h and
1726         include it.  Problem identified by HJ Lu.
1728         * sysdeps/ia64/gccframe.h: New file.  ia64 specific version of
1729         struct object to be searched for frame unwind info.
1730         * sysdeps/generic/gccframe.h: New file.  Generic version of
1731         struct object to be searched for frame unwind info.
1733 2000-09-28  Ulrich Drepper  <drepper@redhat.com>
1735         * manual/errno.texi: Correct error text for ENXIO.
1736         Reported by Jörg Schilling <schilling@fokus.gmd.de>.
1738 2000-09-27  Jes Sorensen  <jes@linuxcare.com>
1740         * sysdeps/ia64/fpu/fsetexcptflg.c (fesetexceptflag): Set the
1741         exception status bits rather than the exception disable bits.
1742         Don't include math.h.
1744         * sysdeps/ia64/fpu/fgetexcptflg.c (fegetexceptflag): Report the
1745         status of exceptions currently raised rather than which exceptions
1746         are enabled.
1748         * sysdeps/ia64/fpu/fclrexcpt.c (feclearexcept): Typecase to fenv_t
1749         rather than unsigned long int.
1751         * sysdeps/ia64/fpu/fedisblxcpt.c (fedisableexcept): Only disable
1752         the exceptions actually requested by the caller and not just
1753         disable all exceptions.
1755         * sysdeps/ia64/fpu/feenablxcpt.c (feenableexcept): Exceptions on
1756         the ia64 are enabled by clearing the respective bits in the fpsr,
1757         not setting them.
1759         * sysdeps/ia64/bits/fenv.h: typedef fexcept_t and fenv_t to
1760         unsigned long int rather than unsigned long to be consistent with
1761         the coding conventions.
1763 2000-09-20  H.J. Lu  <hjl@gnu.org>
1765         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Use fenv_t instead of
1766         unsigned long int.
1767         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
1769 2000-09-28  Ulrich Drepper  <drepper@redhat.com>
1771         * string/bits/string2.h: Unify #if usage.
1773 2000-09-27  Jakub Jelinek  <jakub@redhat.com>
1775         * math/test-fenv.c (feexcp_mask_test): If enabling all exceptions
1776         and disabling underflow or overflow, disable inexact as well.
1778 2000-09-26  Andreas Jaeger  <aj@suse.de>
1780         * sysdeps/gnu/netinet/tcp.h: Add tcp_info defines and types.
1782         * sysdeps/unix/sysv/linux/sys/mount.h (enum): New flag MS_BIND.
1784         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETLKW64,
1785         F_GETLK64, F_SETLK64): Update from Linux-2.4.0-test9-pre4.
1787         * elf/ldconfig.c (search_dir): Allow unlimited path length.
1788         (create_links): Likewise.
1790 2000-09-27  Ulrich Drepper  <drepper@redhat.com>
1792         * posix/tst-dir.c: Test a few error cases of chdir.
1794 2000-09-26  Ulrich Drepper  <drepper@redhat.com>
1796         * math/math_private.h: Don't add long double prototypes if
1797         NO_LONG_DOUBLE is defined.
1799         * sysdeps/unix/i386/i586/clock_nanosleep.c (CLOCK_P): Remove
1800         CLOCK_MONOTONIC.
1801         * sysdeps/unix/i386/i586/clock_gettime.c (EXTRA_CLOCK_CASES): Likewise.
1802         * sysdeps/unix/i386/i586/clock_getres.c (EXTRA_CLOCK_CASES): Likewise.
1804         * sysdeps/unix/sysv/linux/i386/bits/time.h: Remove CLOCK_MONOTONIC.
1806 2000-09-26  Jakub Jelinek  <jakub@redhat.com>
1808         * sysdeps/sparc/sparc32/bits/endian.h: Remove.
1809         * sysdeps/sparc/sparc32/ieee754.h: New.
1810         * sysdeps/sparc/sparc64/bits/endian.h: Move...
1811         * sysdeps/sparc/bits/endian.h: ...here.
1812         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__clone): Optimize.
1813         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__clone): Check
1814         %o1, not %o0 to see if we're parent or child.  Optimize.
1816 2000-09-26  Jes Sorensen  <jes@linuxcare.com>
1818         * sysdeps/unix/sysv/linux/ia64/fork.S: New file (based on code
1819         by Hans Boehm).
1820         * sysdeps/unix/sysv/linux/ia64/vfork.S: New file (based on
1821         code by Hans Boehm).
1822         * sysdeps/unix/sysv/linux/ia64/fork.c: Deleted (obsoleted by fork.S).
1824 2000-09-20  H.J. Lu  <hjl@gnu.org>
1826         * sysdeps/ia64/fpu/printf_fphex.c: New file.
1828         * sysdeps/ia64/fpu/libm-test-ulps: New file.
1830 2000-09-17  H.J. Lu  <hjl@gnu.org>
1832         * sysdeps/ia64/Makefile (long-double-fcts): New.  Defined as yes.
1834         * sysdeps/ia64/fpu/s_isinfl.c: New file.  Include
1835         sysdeps/i386/fpu/s_isinfl.c.
1837         * sysdeps/ia64/fpu/s_isnanl.c: New file.  Include
1838         sysdeps/i386/fpu/s_isnanl.c.
1840         * sysdeps/ia64/fpu/s_nextafterl.c: New file.  Include
1841         sysdeps/i386/fpu/s_nextafterl.c.
1843         * sysdeps/ia64/fpu/bits/mathdef.h: New file.  Copied from
1844         sysdeps/i386/fpu/bits/mathdef.h.
1846 2000-09-16  H.J. Lu  <hjl@gnu.org>
1848         * sysdeps/generic/ldsodefs.h (DL_UNMAP): New.  Defined if
1849         DL_UNMAP_IS_SPECIAL is not defined.
1851         * sysdeps/ia64/dl-lookupcfg.h (DL_UNMAP_IS_SPECIAL): Defined.
1852         (_dl_unmap): New prototype.
1853         (DL_UNMAP): New.  Defined as _dl_unmap.
1855         * sysdeps/ia64/Versions [ld] (GLIBC_2.2): Add _dl_unmap.
1857         * elf/dl-close.c (_dl_close): Replace __munmap with DL_UNMAP.
1859 2000-09-16  H.J. Lu  <hjl@gnu.org>
1861         * sysdeps/generic/ldsodefs.h (DL_LOOKUP_ADDRESS): New. Defined
1862         if ELF_FUNCTION_PTR_IS_SPECIAL is not defined.
1864         * sysdeps/ia64/dl-lookupcfg.h (_dl_lookup_address): New
1865         prototype.
1866         (DL_LOOKUP_ADDRESS): New. Defined as _dl_lookup_address.
1868         * sysdeps/ia64/dl-fptr.c (_dl_lookup_address): New. Lookup
1869         the memory location of a function from a function descriptor.
1871         * sysdeps/ia64/Versions [ld] (GLIBC_2.2): Add _dl_lookup_address.
1873         * elf/dl-addr.c (_dl_addr): Use DL_LOOKUP_ADDRESS to get the
1874         memory location.
1876 2000-09-14  Jes Sorensen  <jes@linuxcare.com>
1878         * sysdeps/ia64/bits/byteswap.h (__bswap_16): Don't mark output
1879         variable as input argument.
1880         (__bswap_32): Likewise.
1882         * sysdeps/ia64/dl-machine.h: Add missing stop bit in RTLD_START()
1883         - found by Jim Wilson <wilson@cygnus.com>
1885 2000-09-26  Ulrich Drepper  <drepper@redhat.com>
1887         * string/strxfrm.c: Only require alignment on __alignof__ (int32_t)
1888         instead of 4.
1890 2000-09-26  Andreas Schwab  <schwab@suse.de>
1892         * locale/programs/ld-collate.c (collate_output): Only require
1893         alignment on __alignof__ (int32_t) instead of 4.
1894         * locale/loadlocale.c (_nl_load_locale): Likewise.
1895         * string/strcoll.c: Likewise.
1897 2000-09-26  Jes Sorensen  <jes@linuxcare.com>
1899         * sysdeps/ieee754/ldbl-96/e_atan2l.c (__ieee754_atan2l): Add
1900         parentheses around arithmetic used in | statement to kill compiler
1901         warning.
1903         * math/math_private.h: Add prototype for __finitel.
1904         (__ilogbl): Likewise.
1905         (__isinfl): Likewise.
1906         (__isnanl): Likewise.
1907         (__atanl): Likewise.
1908         (__copysignl): Likewise.
1909         (__expm1l): Likewise.
1910         (__floorl): Likewise.
1911         (__frexpl): Likewise.
1912         (__ldexpl): Likewise.
1913         (__log1pl): Likewise.
1914         (__nanl): Likewise.
1915         (__rintl): Likewise.
1916         (__scalbnl): Likewise.
1917         (__sqrtl): Likewise.
1918         (fabsl): Likewise.
1919         (__sincosl): Likewise.
1921 2000-09-26  Andreas Schwab  <schwab@suse.de>
1923         * sysdeps/m68k/fpu/libm-test-ulps: New file
1925 2000-09-26  Ulrich Drepper  <drepper@redhat.com>
1927         * locale/langinfo.h (__nl_langinfo_l): Add prototype.
1929 2000-09-26  Andreas Jaeger  <aj@suse.de>
1931         * misc/mkstemp64.c: New file.
1932         * misc/Makefile (routines): Add mkstemp64.
1933         * stdlib/stdlib.h: Add prototype and redirection magic.
1934         * misc/Versions: Add mkstemp64.
1936 2000-09-26  Thorsten Kukuk  <kukuk@suse.de>
1938         * nscd/dbg_log.c (dbg_log): Add missing format string.
1940 2000-09-26  Ulrich Drepper  <drepper@redhat.com>
1942         * catgets/catgets.c (catopen): Use getenv instead of __secure_getenv
1943         since we filter out the variable once.
1944         * iconv/gconv_conf.c (__gconv_get_path): Likewise.
1945         * locale/newlocale.c (__newlocale): Likewise.
1946         * locale/setlocale.c (setlocale): Likewise.
1947         * malloc/malloc.c (ptmalloc_init): Likewise.
1948         * resolv/res_hconf.c (_res_hconf_init): Likewise.
1949         * resolv/res_init.c (__res_vinit): Likewise.
1950         * time/tzfile.c (__tzfile_read): Likewise.
1951         * sysdeps/generic/unsecvars.h: New file.
1952         * elf/dl-support.c (non_dynamic_init): Use it here to remove variables.
1953         * elf/rtld.c (process_envvars): Likewise.
1954         * elf/Makefile (distribute): Add unsecvars.h.
1956         * misc/daemon.c (daemon): Fail if !noclose and we cannot open the
1957         real /dev/null device.
1959         * sysdeps/generic/check_fds.c: Include device-nrs.h.
1960         * sysdeps/generic/device-nrs.h: New file.
1961         * sysdeps/unix/sysv/linux/device-nrs.h: New file.
1962         * misc/Makefile (distribute): Add device-nrs.h.
1964         * sysdeps/unix/sysv/linux/gethostid.c (sethostid): Use O_TRUNC to
1965         remove possible garbage at the end of the file.
1967 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
1969         * stdio-common/tmpnam_r.c: Warn about insecure tmpnam_r.
1970         * stdio-common/tmpnam.c: Warn about insecure tmpnam.
1971         * stdio-common/tempnam.c: Warn about insecure tempnam.
1972         * misc/mktemp.c: Warn about insecure mktemp.
1974         * sysdeps/generic/check_fds.c: Check that file opened is really
1975         /dev/null.
1976         * posix/wordexp.c (exec_comm_child): Likewise.
1978         * elf/rtld.c (process_envvars): Open debug output file with O_NOFOLLOW.
1980         * locale/Makefile (routines): Add nl_langinfo_l.
1981         * locale/Versions [libc] (GLIBC_2.2): Add __nl_langinfo_l.
1982         * locale/nl_langinfo_l.c: New file.
1983         * locale/nl_langinfo.c: Allow use of file for __nl_langinfo_l
1984         definition.
1986 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
1988         * iconvdata/gbk.c (USE_PRIVATE_AREA): Define to 0.
1989         (__gbk_to_ucs): Conditionalize private area mappings.
1990         (__gbk_from_ucs4_tab9): Likewise.
1991         (BODY for TO_LOOP): Likewise.
1992         * iconvdata/testdata/GBK: Don't use characters not yet in Unicode.
1993         * iconvdata/testdata/GBK..UTF-8: Likewise.
1994         * iconvdata/tst-tables.sh: Enable GBK test.
1996 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
1998         * iconvdata/gbk.c (__gbk_to_ucs): Swap U+2014 and U+2015.
1999         (__gbk_from_ucs4_tab4): Swap entries for U+2014 and U+2015.
2000         (BODY for FROM_LOOP): Reject input > 0xFEA0, avoids out-of-bounds
2001         array access.
2002         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Map 0xA844 to 0xA1AA.
2003         * iconvdata/testdata/GBK..UTF8: Swap U+2014 and U+2015.
2005 2000-09-23  Bruno Haible  <haible@clisp.cons.org>
2007         * iconvdata/johab.c (final_to_ucs): Fix typos.
2008         (jamo_from_ucs_table): Likewise.
2009         (BODY for FROM_LOOP): Map 0x5c to U+20A9. Reject ranges
2010         0xD9E6..0xD9FE and 0xDEF2..0xDEFE.
2011         (BODY for TO_LOOP): Map U+20A9 to 0x5c. Don't produce values in
2012         the range 0xD9E6..0xD9FE.
2013         * iconvdata/tst-tables.sh: Enable JOHAB testing.
2015 2000-09-25  Ulrich Drepper  <drepper@redhat.com>
2017         * iconv/gconv_conf.c (__gconv_get_path): Fix problem with relative
2018         GCONV_PATH.
2020 2000-09-24  Ulrich Drepper  <drepper@redhat.com>
2022         * libio/genops.c (_IO_doallocbuf): Don't use single byte buffer if
2023         stream is in wide mode.
2025         * stdio-common/vfprintf.c (buffered_vfprintf): Orient stream.
2027 2000-09-21  Bruno Haible  <haible@clisp.cons.org>
2029         * iconvdata/iso-2022-cn-ext.c (EMIT_SHIFT_TO_INIT): Shift __count
2030         by 3, not 2.
2031         (INIT_PARAMS, UPDATE_PARAMS): Likewise.
2033 2000-09-21  Bruno Haible  <haible@clisp.cons.org>
2035         * stdio-common/vfscanf.c (__vfscanf, _IO_vfscanf): Fix bugs in
2036         reallocation logic for MALLOC (%as, %aS formats).
2038 2000-09-24  Ulrich Drepper  <drepper@redhat.com>
2040         * stdio-common/vfprintf.c (process_arg): Handle %hhn.
2041         Add missing case in va_arg handling for numbers.
2042         * stdio-common/tst-printf.c (main): Add tests for %hhu and %hhn
2043         handling.
2044         * stdio/tst-printf.sh: Adjust expected results.
2045         Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
2047 2000-09-20  Bruno Haible  <haible@clisp.cons.org>
2049         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Reject 0x80.
2050         (BODY for TO_LOOP): Clear bit 7 when outputting ISO-8859-1 upper half
2051         characters.
2052         * iconvdata/gen-8bit-gap-1.sh: Recognize lowercase hexadecimal digits
2053         as equivalent to uppercase hexadecimal digits.
2055 2000-09-20  Bruno Haible  <haible@clisp.cons.org>
2057         * iconvdata/testdata/EUC-KR..UTF8: New file.
2058         * iconvdata/testdata/EUC-TW: New file.
2059         * iconvdata/testdata/EUC-TW..UTF8: New file.
2060         * iconvdata/testdata/EUC-JP: New file.
2061         * iconvdata/testdata/EUC-JP..UTF8: New file.
2062         * iconvdata/testdata/ISO-2022-JP: New file.
2063         * iconvdata/testdata/ISO-2022-JP..UTF8: New file.
2064         * iconvdata/testdata/ISO-2022-JP-2: New file.
2065         * iconvdata/testdata/ISO-2022-JP-2..UTF8: New file.
2066         * iconvdata/testdata/ISO-2022-KR: Add a few more lines.
2067         * iconvdata/testdata/ISO-2022-KR..UTF8: New file.
2068         * iconvdata/testdata/ISO-2022-CN: New file.
2069         * iconvdata/testdata/ISO-2022-CN..UTF8: New file.
2070         * iconvdata/testdata/ISO-2022-CN-EXT: New file.
2071         * iconvdata/testdata/ISO-2022-CN-EXT..UTF8: New file.
2072         * iconvdata/TESTS: Enable tests for ISO-2022-JP, ISO-2022-JP-2,
2073         ISO-2022-CN, ISO-2022-CN-EXT, EUC-JP, EUC-TW.
2075 2000-09-24  Andreas Jaeger  <aj@suse.de>
2077         * elf/ldconfig.c (add_dir): Move logic to add entry to list to new
2078         function add_single_dir.
2079         (add_single_dir): New function.
2080         (search_dir): Use add_single_dir instead of recursing.
2082         * sysdeps/generic/dl-cache.h: Include stdint.h.
2083         (struct file_entry_new): Use fixed sizes for interoperability
2084         between 32bit and 64bit systems, add __unused to make alignment
2085         explicit.
2086         (CACHE_VERSION): Increment.
2087         (struct cache_file_new): Use fixed sizes, add one more unused
2088         entry to make alignment explicit.
2090 2000-09-24  Ulrich Drepper  <drepper@redhat.com>
2092         * elf/ldconfig.c (search_dir): Make more use of d_type information.
2094 2000-09-23  Ulrich Drepper  <drepper@redhat.com>
2096         * stdio-common/printf-parse.h (parse_one_spec): Clear
2097         spec->info.i18n.  Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
2099 2000-09-18  Mark Kettenis  <kettenis@gnu.org>
2101         * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_SYNCHRONIZED_IO):
2102         #undef since we don't have msync.
2104         * sysdeps/mach/hurd/bits/time.h: (CLOCKS_PER_SEC): Make a long int
2105         constant since that is what clock_t is.
2106         * sysdeps/mach/hurd/i386/bits/time.h: Likewise.
2108 2000-09-11  Mark Kettenis  <kettenis@gnu.org>
2110         * sysdeps/mach/getloadavg.c (getloadavg): Divide instead of
2111         multiply by LOAD_SCALE.
2113 2000-09-22  Jakub Jelinek  <jakub@redhat.com>
2115         * crypt/crypt.h (crypt, setkey, encrypt): Add __THROW.
2116         (crypt_r, setkey_r, encrypt_r): Likewise.
2118 2000-09-22  Andreas Jaeger  <aj@suse.de>
2120         * locale/programs/repertoire.c (repertoiremap_hash): Don't specify
2121         array size.
2123         * sysdeps/alpha/fpu/libm-test-ulps: New file.
2124         From Christian Iseli <chris@ludwig-alpha.unil.ch>.
2126 2000-09-21  Andreas Jaeger  <aj@suse.de>
2128         * math/libm-test.inc (atan_test): Test for existence of function.
2129         (expm1_test): Likewise.
2130         (acos_test): Likewise.
2131         (asin_test): Likewise.
2132         (exp_test): Likewise.
2133         (log10_test): Likewise.
2134         (log_test): Likewise.
2135         (pow_test): Likewise.
2136         (sqrt_test): Likewise.
2137         (cos_test): Likewise.
2138         (sin_test): Likewise.
2139         (tan_test): Likewise.
2140         (log1p_test): Likewise.
2141         (log2_test): Likewise.
2143         * sysdeps/i386/fpu/libm-test-ulps: Tweak some values for K6.
2145         * libio/oldiofsetpos64.c: Fix alias names.
2147 2000-09-21  Martin Buchholz  <martin@xemacs.org>
2149         * manual/terminal.texi (Allocation): Sample code correction.
2151 2000-09-20  Andreas Jaeger  <aj@suse.de>
2153         * iconvdata/Makefile (generated): Add tst-tables.out.
2155         * intl/Makefile (generated): Add test output.
2157 2000-09-19  Andreas Jaeger  <aj@suse.de>
2159         * sunrpc/clnt_simp.c (callrpc): Fix write beyond end of buffer.
2160         Reported by Jens-Uwe Mager <jum@helios.de>.
2162 2000-09-18  Ulrich Drepper  <drepper@redhat.com>
2164         * version.h (VERSION): Bump to 2.1.94.
2166         * sysdeps/mips/Dist: Add fpu/fenv_libc.h.
2167         * sysdeps/sparc/sparc32/soft-fp/Dist: Add q_add.c.
2168         * sysdeps/sparc/sparc64/soft-fp/Dist: Add qp_add.c.
2169         * sysdeps/unix/sysv/linux/ia64/Dist: Add net/route.h.
2171         * malloc/mtrace.c (mtrace): Mark stream as close on exec.
2173 2000-09-17  Bruno Haible  <haible@clisp.cons.org>
2175         * iconvdata/utf-16.c (BODY for TO_LOOP): Reject UCS-4 input in the
2176         range 0xD800..0xDFFF.
2177         * iconvdata/unicode.c (BODY for TO_LOOP): Likewise.
2178         (BODY for FROM_LOOP): Likewise.
2179         * iconv/gconv_simple.c (ucs2_internal_loop): Likewise.
2180         (internal_ucs2_loop): Likewise.
2181         (ucs2reverse_internal_loop): Likewise.
2182         (internal_ucs2reverse_loop): Likewise.
2184 2000-09-17  Bruno Haible  <haible@clisp.cons.org>
2186         * iconvdata/utf-16.c (gconv_init): Add missing slashes to encoding
2187         names.
2189 2000-09-17  Bruno Haible  <haible@clisp.cons.org>
2191         * iconvdata/tst-table-from.c (main): Fix test for error on stdout.
2192         * iconvdata/tst-table-to.c (main): Likewise.
2194 2000-09-17  Bruno Haible  <haible@clisp.cons.org>
2196         * iconvdata/iso-ir-165.c (__isoir165_from_tab): Renamed from
2197         __isoir165_tab.
2198         * iconvdata/cns11643.h (__cns11643l1_to_ucs4_tab): New declaration.
2199         * iconvdata/iso-2022-cn-ext.c: Include "cns11643.h".
2200         (GB7590_set, GB13132_set, CNS11643_3_set, CNS11643_4_set,
2201         CNS11643_5_set, CNS11643_6_set, CNS11643_7_set): Change enum values.
2202         (BODY for FROM_LOOP): Fix buffer overrun. Treat CNS11643 plane 3.
2203         Return __GCONV_INCOMPLETE_INPUT instead of __GCONV_EMPTY_INPUT.
2204         (BODY for TO_LOOP): Fix usage of `set' vs. `used'.  Fix typo that
2205         caused GB2312 to be used instead of ISO-IR-165. Treat CNS11643
2206         plane 3.  Fix shift sequences. Output announcement for SS2 and SS3
2207         encodings when needed.  When outputting an announcement, don't clear
2208         most other announcements.
2210 2000-09-17  Bruno Haible  <haible@clisp.cons.org>
2212         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Fix buffer overrun.
2213         (BODY for TO_LOOP): Fix usage of `set' vs. `used'.
2215 2000-09-14  Bruno Haible  <haible@clisp.cons.org>
2217         * intl/Versions: Add bind_textdomain_codeset.
2219 2000-09-16  Ralf Baechle  <ralf@gnu.org>
2221         * sysdeps/mips/dl-machine.h (_RTLD_PROLOGUE): Reformat.  Declare
2222         as function.
2223         (_RTLD_EPILOGUE): Reformat.  Declare size of entry function.
2224         (ELF_MACHINE_BEFORE_RTLD_RELOC): Relocate the dynamic linker itself so
2225         it will even work when not loaded to the standard address.
2226         (RTLD_START): Reformat.  Call _dl_start in a way that is safe even
2227         before the dynamic linker itself is relocated.
2229 2000-09-18  Andreas Jaeger  <aj@suse.de>
2231         * sysdeps/unix/sysv/linux/kernel-features.h: Always define
2232         __ASSUME_32BITUIDS for MIPS.
2233         * sysdeps/unix/sysv/linux/mips/ipc_priv.h: New file.
2234         * sysdeps/unix/sysv/linux/mips/Dist: Add ipc_priv.h.
2236 2000-09-17  H.J. Lu  <hjl@gnu.org>
2238         * catgets/Makefile ($(objpfx)de/libc.cat): Use
2239         $(make-target-directory) instead of mkdir.
2241 2000-09-17  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2243         * sysdeps/unix/sysv/linux/kernel-features.h: Always define
2244         __ASSUME_32BITUIDS for __powerpc__.
2245         * sysdeps/unix/sysv/linux/powerpc/ipc_priv.h: New file.
2246         * sysdeps/unix/sysv/linux/powerpc/Dist: Add ipc_priv.h.
2248 2000-09-17  Ulrich Drepper  <drepper@redhat.com>
2250         * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Fix last
2251         patch.
2252         * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Likewise.
2254 2000-09-16  Jakub Jelinek  <jakub@redhat.com>
2256         * sysdeps/ia64/Implies: Reorder ieee754 implies so that ldbl-* comes
2257         first.
2258         * sysdeps/m68k/Implies: Likewise.
2259         * sysdeps/sparc/sparc64/Implies: Likewise.
2261 2000-09-16  Jakub Jelinek  <jakub@redhat.com>
2263         * elf/readlib.c (process_file): Don't error for stale .so links either.
2265 2000-09-16  Ulrich Drepper  <drepper@redhat.com>
2267         * elf/dl-load.c (_dl_map_object_from_fd): Add one more
2268         __builtin_expect.
2270         * include/bits/xopen_lim.h (LONG_BIT): Use LONG_MAX, not INT_MAX.
2271         Patch by Thorsten Kukuk <kukuk@suse.de>.
2273         * dlfcn/Makefile (distribute): Add defaultmod1.c and defaultmod2.c.
2274         (test): Add default.
2275         (modules-names): Add defaultmod1 and defaultmod2.
2276         Add rules to build test objects.
2278 2000-09-15  Ulrich Drepper  <drepper@redhat.com>
2280         * wctype/wctype.h: Always include <bits/types.h>.
2281         Reported by Jim Meyering <meyering@ascend.com>.
2283         * elf/rtld.c (_dl_dynamic_weak): Set to 1 by default for now.
2284         * elf/dl-support.c: Likewise.
2286         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Correct position of
2287         st_blocks member in stat and stat64 structs.
2288         Patch by Bill Nottingham <notting@redhat.com>.
2290         * iconvdata/tst-tables.sh: Add warning that GB18030 test might
2291         take longer.
2293         * math/complex.h: Don't define _Complex macro for gcc 3.  Add
2294         __extension__ to _Complex_I definition since gcc warns if -pedantic.
2295         * math/bits/cmathcalls.h (conj): Add __extension__ since we use ~.
2296         Patches by Joseph S. Myers <jsm28@cam.ac.uk>.
2298         * include/limits.h: Define LLONG_MIN, LLONG_MAX, ULLONG_MAX if
2299         necessary.  Move includes of POSIX and Unix limits files to the end.
2300         * stdlib/Makefile (tests): Add tst-limits.
2301         * stdlib/tst-limits.h: New file.
2303 2000-09-15  Andreas Jaeger  <aj@suse.de>
2305         * sysdeps/mips/fpu/fesetenv.c (__fesetenv): Handle FE_NOMASK_ENV.
2307         * sysdeps/mips/bits/fenv.h (FE_NOMASK_ENV): Define.
2309 2000-09-15  Jakub Jelinek  <jakub@redhat.com>
2311         * sysdeps/unix/alpha/sysdep.h (inline_syscall_clobbers): Add memory
2312         clobber.
2313         * sysdeps/unix/sysv/linux/arm/sysdep.h (INLINE_SYSCALL): Likewise.
2314         * sysdeps/unix/sysv/linux/m68k/sysdep.h (INLINE_SYSCALL): Likewise.
2316 2000-09-15  Ulrich Drepper  <drepper@redhat.com>
2318         * elf/Makefile (distribute): Add nextmod1.c and nextmod2.c.
2319         (tests): Add next.
2320         (modules-names): Add nextmod1 and nextmod2.
2321         Add rules to build and run next.
2322         * elf/next.c: New file.
2323         * elf/nextmod1.c: New file.
2324         * elf/nextmod2.c: New file.
2326 2000-09-14  Jakub Jelinek  <jakub@redhat.com>
2328         * elf/dl-lookup.c (_dl_lookup_symbol_skip): Fix a typo.
2330 2000-09-15  Andreas Jaeger  <aj@suse.de>
2332         * sysdeps/mips/fpu/fenv_libc.h: New file.
2333         * sysdeps/mips/fpu/feenablxcpt.c: Use fenv_libc.h
2334         * sysdeps/mips/fpu/fegetexcept.c: Likewise.
2335         * sysdeps/mips/fpu/fedisblxcpt.c: Likewise.
2337         * sysdeps/mips/fpu/feenablxcpt.c: New file.
2338         * sysdeps/mips/fpu/fegetexcept.c: New file.
2339         * sysdeps/mips/fpu/fedisblxcpt.c: New file.
2341 2000-09-14  Ulrich Drepper  <drepper@redhat.com>
2343         * intl/Makefile: Avoid unnecessary test reruns.
2345         * stdio-common/tst-printf.sh: Also allow output from 64-bit machines.
2347         * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Change
2348         to not use sysctl().  Too many architectures have problems with it.
2350 2000-09-14  Andreas Jaeger  <aj@suse.de>
2352         * scripts/config.sub: New version from subversions.gnu.org.
2354         * time/clocktest.c (main): Change format, CLOCKS_PER_SEC is now
2355         long.
2357 2000-09-14  Jakub Jelinek  <jakub@redhat.com>
2359         * posix/regex.c (compile_range): Cast collseq index to unsigned char
2360         to avoid accessing data before collseq.
2362         * sysdeps/sparc/fpu/bits/mathinline.h (__unordered_v9cmp): Avoid
2363         pasting strings together.
2365 2000-09-14  Greg McGary  <greg@mcgary.org>
2367         * sysdeps/generic/bp-checks.h: Remove bogus reference to GNU MP in
2368         copyright notice.
2369         * sysdeps/generic/bp-semctl.h: Likewise.
2370         * sysdeps/generic/bp-start.h: Likewise.
2371         * sysdeps/generic/bp-sym.h: Likewise.
2372         * sysdeps/generic/bp-thunks.h: Likewise.  Include <stdio.h> to get
2373         rename prototype.
2375 2000-09-13  Ulrich Drepper  <drepper@redhat.com>
2377         * io/test-lfs.c (do_test): Allow stat64() to return EOVERFLOW and
2378         don't fail.
2380         * elf/elf.h: Add missing official relocations.
2382         * libio/stdio.h: Define __FILE if __need___FILE is defined.
2383         * stdio/stdio.h: Likewise.
2384         * wcsmbs/wchar.h: Get definition of __FILE. Use __FILE instead of FILE.
2385         * include/stdio.h: Handle __need___FILE like __need_FILE.
2386         * include/wchar.h: Use __FILE instead of FILE.
2387         * libio/fwprintf.c: Include <stdio.h> for FILE definition.
2388         * libio/fwscanf.c: Likewise.
2389         * libio/getwc.c: Likewise.
2391         * sysdeps/generic/stdint.h (WINT_MAX): Define to 4294967295u.
2392         * sysdeps/generic/bits/wchar.h (WCHAR_MIN): Define to -2147483647 - 1.
2393         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Likewise.
2395         * assert/assert.h: Update comment header about ISO C section.
2396         * math/complex.h: Likewise.
2397         * ctype/ctype.h: Likewise.
2398         * include/errno.h: Likewise.
2399         * include/limits.h: Likewise.
2400         * locale/locale.h: Likewise.
2401         * math/math.h: Likewise.
2402         * setjmp/setjmp.h: Likewise.
2403         * signal/signal.h: Likewise.
2404         * stdio/stdio.h: Likewise.
2405         * libio/stdio.h: Likewise.
2406         * stdlib/stdlib.h: Likewise.
2407         * string/string.h: Likewise.
2408         * time/time.h: Likewise.
2409         * wcsmbs/wchar.h: Likewise.
2410         * wctype/wctype.h: Likewise.
2411         Patches by Joseph S. Myers <jsm28@cam.ac.uk>.
2413 2000-09-13  Andreas Jaeger  <aj@suse.de>
2415         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Fix test
2416         for no more entries.
2417         * sysdeps/unix/sysv/aix/bits/socket.h (__cmsg_nxthdr): Likewise.
2418         * sysdeps/unix/sysv/linux/mips/bits/socket.h (__cmsg_nxthdr): Likewise.
2419         Reported by Eric S. Johnson <esj@cs.fiu.edu>, closes PR libc/1887.
2421 2000-09-13  Ulrich Drepper  <drepper@redhat.com>
2423         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Make a long int
2424         constant since this is what clock_t is.
2425         * sysdeps/unix/sysv/linux/alpha/bits/time.h: Likewise.
2426         * sysdeps/unix/sysv/linux/i386/bits/time.h: Likewise.
2427         * sysdeps/unix/sysv/linux/ia64/bits/time.h: Likewise.
2428         * sysdeps/unix/sysv/linux/s390/bits/time.h: Likewise.
2430         * time/time.h: Don't defined clockid_t and timer_t unless POSIX
2431         definitions are requested.
2433 2000-09-13  Andreas Jaeger  <aj@suse.de>
2435         * shlib-versions: libBrokenLocale needs minimal version for ia64,
2436         sparc64 and sh to synch with libc.
2438 2000-09-13  Ulrich Drepper  <drepper@redhat.com>
2440         * iconvdata/Makefile (modules): Add ISO-2022-CN-EXT.
2441         (distribute): Add iso-2022-cn-ext.c.
2442         Add definitions to compile the new module.
2443         * iconvdata/gconv-modules: Add entries for ISO-2022-CN-EXT.
2444         * iconvdata/iso-2022-cn-ext.c: New file.
2445         * iconvdata/iso-ir-165.h (isoir165_to_ucs4): Renamed from
2446         ucs4_from_isoir165.  Increment input pointer if successful.
2448         * csu/Makefile: Work around a gcc bug when creating csu-dummies.
2450         * sysdeps/unix/sysv/linux/getdents.c: Pretty print.
2452 2000-09-01  Jes Sorensen  <jes@linuxcare.com>
2454         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add
2455         __syscall_getdents64 wrapper.
2457         * sysdeps/unix/sysv/linux/ia64/net/route.h: New file.
2459 2000-09-12  Ulrich Drepper  <drepper@redhat.com>
2461         * iconvdata/gb18030.c: Many many changes.  Make consistent with
2462         charmap and with itself.
2463         * iconvdata/tst-tables.sh: Test GB18030.
2465 2000-09-11  Ulrich Drepper  <drepper@redhat.com>
2467         * iconv/skeleton.c: Fix last patch, add missing parameter to
2468         unaligned function call.
2470 2000-09-10  Bruno Haible  <haible@clisp.cons.org>
2472         * locale/programs/ld-collate.c (collate_read): Fix typo in handling
2473         of decimal ellipsis.
2475 2000-09-11  Bruno Haible <haible@clisp.cons.org>
2477         * locale/programs/ld-collate.c (collate_read): Always initialize
2478         error_section.next.
2480 2000-09-10  Bruno Haible  <haible@clisp.cons.org>
2482         * locale/programs/ld-collate.c (collate_finish): Upper bound for
2483         ruleidx is 128, not 256.
2485 2000-09-11  Ulrich Drepper  <drepper@redhat.com>
2487         * locale/programs/ld-collate.c (collate_read): Correct check for
2488         already inserted entries.
2490 2000-09-10  Bruno Haible <haible@clisp.cons.org>
2492         * iconv/skeleton.c (FUNCTION_NAME): Handle unaligned access in
2493         second try as well.
2495 2000-09-10  Bruno Haible <haible@clisp.cons.org>
2497         * iconv/skeleton.c (FUNCTION_NAME): Optimize an `if' if
2498         MAX_NEEDED_FROM > 1 && MAX_NEEDED_TO > 1.
2500 2000-09-10  Bruno Haible <haible@clisp.cons.org>
2502         * iconv/skeleton.c (gconv_init): Replace all uses of RESET_STATE with
2503         SAVE_RESET_STATE.
2505 2000-09-10  Bruno Haible  <haible@clisp.cons.org>
2507         * iconvdata/utf-7.c: New file.
2508         * iconvdata/gconv-modules (UTF-7): New module entries.
2509         * iconvdata/Makefile (modules): Add UTF-7.
2510         (distribute): Add utf-7.c.
2511         * iconvdata/testdata/UTF-7: New file.
2512         * iconvdata/testdata/UTF-7..UTF8: New file.
2513         * iconvdata/TESTS (UTF-7): New entry.
2514         * iconvdata/run-iconv-test.sh: Fix confusing output.
2516 2000-09-11  Ulrich Drepper  <drepper@redhat.com>
2518         * sysdeps/posix/tempname.c (__gen_tempname): Use __lxstat and __xstat.
2520 2000-09-10  David S. Miller  <davem@redhat.com>
2522         * sysdeps/sparc/sparc32/__longjmp.S (__longjmp): Correct %fp
2523         frame pointer offset for non-fast path.
2525 2000-09-10  Ulrich Drepper  <drepper@redhat.com>
2527         * locale/programs/3level.h (*_init): Initialize level1, level2,
2528         and level3 as well.
2529         (*_add): Remove a few unnecessary conditionals.
2531 2000-09-05  Wolfram Gloger  <wg@malloc.de>
2533         * malloc/thread-m.h [_LIBC]: Even if not linking with libpthread,
2534         ensure usability of mutex as an `in use' flag.
2536 2000-09-10  Ulrich Drepper  <drepper@redhat.com>
2538         * shlib-versions: Simplify libm entries.  Correct a few Hurd entries.
2540         * sysdeps/generic/initfini.c: Rewrite slightly to get rid of the
2541         ugly GMON_WEAK_START hack.
2542         Patch by Philip Blundell <philb@gnu.org>.
2544         * sysdeps/i386/i486/bits/string.h: Pretty printing.
2546 2000-09-09  Ulrich Drepper  <drepper@redhat.com>
2548         * sysdeps/powerpc/dl-machine.c: Add volatile to PPC_DCBST, PPC_SYNC,
2549         and PPC_ICBI asm for broken compilers.
2550         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2552 2000-09-09  Andreas Jaeger  <aj@suse.de>
2554         * manual/message.texi (Advanced gettext functions): Fix typo.
2556         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include <string.h> for
2557         strncpy prototype.
2559 2000-09-09  Ulrich Drepper  <drepper@redhat.com>
2561         * sysdeps/ia64/memchr.S: Add .pred.rel to avoid wrong assembler
2562         warnings.
2563         * sysdeps/ia64/memccpy.S: Likewise.
2564         Patches by Jim Wilson <wilson@redhat.com>.
2566         * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Use uname
2567         before trying to read /proc.
2568         Patch by Matt Wilson <msw@redhat.com>.
2569         * include/sys/utsname.h: Declare __uname.
2570         * sysdeps/generic/uname.c: Make uname a weak alias of __uname.
2571         * sysdeps/mach/hurd/uname.c: Likewise.
2572         * sysdeps/unix/syscalls.list: Likewise.
2574         * iconv/gconv_dl.c (do_release_shlib): Rewrite condition for
2575         unloading a bit.
2577 2000-09-08  Ulrich Drepper  <drepper@redhat.com>
2579         * posix/getopt.c (_getopt_internal): When long_only is set always
2580         recognize conflicts just like before.
2582 2000-09-08  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2584         * sysdeps/ia64/Makefile (sysdep-rtld-routines): New variable.
2586 2000-09-08  Greg McGary  <greg@mcgary.org>
2588         * sysdeps/unix/sysv/linux/syscalls.list (mincore): Fix arg signature.
2589         * sysdeps/unix/make-syscalls.sh: New signature keyletter `V'.
2590         * sysdeps/generic/bp-checks.h (CHECK_N_PAGES): New macro.
2592 2000-09-08  Andreas Jaeger  <aj@suse.de>
2594         * sysdeps/unix/sysv/linux/arm/lockf64.c: New file.
2596         * sysdeps/unix/sysv/linux/arm/fcntl.c: New file.
2598         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h
2599         (F_GETLK64,F_SETLK64,F_SETLKW64): Use values from 2.4.0-test8.
2600         (F_GETLK,F_SETLK,F_SETLKW): Handle __USE_FILE_OFFSET64 correctly.
2602 2000-09-07  Ulrich Drepper  <drepper@redhat.com>
2604         * iconvdata/tst-tables.sh: Enable EUC-KR test.
2606         * elf/dl-load.c (lose): Decrement _nl_loaded.
2607         (_dl_map_object_from_fd): Don't try to dlopen executables.
2609         * iconvdata/tst-tables.sh: Actually return with an error if
2610         something goes wrong.
2611         * iconvdata/tst-table.sh: Return with an error if any of the cmp fails.
2612         * iconvdata/big5hkscs.c (BODY of FROM_LOOP): Reject 0xff as input.
2614         * iconvdata/tst-tables.sh: Add BIG5HKSCS.
2616         * iconvdata/tst-table-to.c (main): Correct cast in iconv call.
2617         * iconvdata/tst-table-from.c: Include <string.h>.
2618         (try): Correct cast in iconv call.
2620         * elf/Makefile (all-rtld-routines): Evaluate $(sysdep-rtld-routines)
2621         too.
2622         * sysdeps/powerpc/Makefile (sysdep-rtld-routines): New variable.
2623         (sysdep_routines): Remove dl-start.
2624         Patches by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
2626         * assert/__assert.c: Undefine NDEBUG before include <assert.h>.
2628         * sysdeps/unix/sysv/linux/msgsnd.c (msgsnd): Add cast to avoid warning.
2629         * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
2631 2000-09-06  Andreas Schwab  <schwab@suse.de>
2633         * sysdeps/unix/sysv/linux/ia64/bits/time.h: New file.
2635 2000-09-07  Ulrich Drepper  <drepper@redhat.com>
2637         * sysdeps/unix/sysv/linux/gethostid.c: Find hostid file in /etc.
2639         * scripts/config.sub: Strip out -unknown for Linux targets.
2640         Patch by Scott Bambrough <scottb@netwinder.org>.
2642         * posix/tst-dir.c (main): Correct one bug (missing NULL test) and
2643         add one more test.
2645 2000-09-07  Andreas Jaeger  <aj@suse.de>
2647         * sysdeps/unix/sysv/linux/mips/lockf64.c: New file.
2649         * sysdeps/unix/sysv/linux/i386/fcntl.c: Add prototypes for the
2650         syscalls.
2652         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add __syscall_fcntl.
2654         * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Fix calls to dl_lookup.
2655         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise.
2657         * sysdeps/unix/sysv/linux/mips/fcntl.c: New file.
2659         * stdlib/tst-bsearch.c (main): Add more test cases.
2661         * locale/programs/ld-collate.c (handle_ellipsis): Fix typo.
2662         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
2663         Reported by GOTO Masanori <gotom@debian.or.jp>.
2665 2000-09-07  Ulrich Drepper  <drepper@redhat.com>
2667         * posix/Makefile (tests): Add tst-dir.
2668         (tst-dir-ARGS): New variable.
2669         * posix/tst-dir.c: New file.
2671 2000-09-07  Andreas Jaeger  <aj@suse.de>
2673         * sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_getdents64): New.
2674         (SYS_fcntl64): New.
2676         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add getdents64.
2678 2000-09-06  Ulrich Drepper  <drepper@redhat.com>
2680         * sysdeps/unix/opendir.c: If O_DIRECTORY_WORKS is defined don't
2681         use the hack with tryopen_o_directory to determine at runtime
2682         whether it works.
2683         * sysdeps/unix/sysv/linux/opendir.c: New file.
2684         * sysdeps/unix/sysv/linux/kernel-features.h: Define
2685         __ASSUME_O_DIRECTORY if kernel knows O_DIRECTORY.
2687         * catgets/Depend: New file.  Add intl.
2688         * catgets/Makefile (tests): Add tst-catgets.
2689         (generated): Remove de.msg.
2690         (generated-dirs): Add de.
2691         Add dependency if tst-catgets output on de/libc.cat.
2692         * catgets/tst-catgets.c: New file.
2694         * po/ja.po: New file.
2695         * po/el.po: Update from translation team.
2697         * wcsmbs/Depend: New file.
2698         * wcsmbs/Makefile (tests): Add tst-btowc.
2699         (tst-btowc-ENV): Define.
2700         * wcsmbs/tst-btowc.c: New file.
2702         * sysdeps/unix/sysv/linux/_G_config.h: Moved to...
2703         * sysdeps/gnu/_G_config.h: ...here to be shared with Hurd.
2705         * sysdeps/posix/signal.c: Add sig to act.sa_mask for completeness.
2707         * stdlib/Makefile (tests): Add tst-bsearch.
2708         * stdlib/tst-bsearch.c: New file.
2710         * posix/getopt.c (_getopt_internal): Don't recognize an option
2711         name as ambiguous if it's a prefix for more than one name but the
2712         other struct option values are identical.
2714         * posix/tstgetopt.c: Add test for improved ambiguity recognition.
2715         Don't depend on visual inspection of the output file to recognize
2716         errors.
2717         * posix/Makefile (tstgetopt-ARGS): Add a few more parameters.
2719 2000-09-06  Andreas Jaeger  <aj@suse.de>
2721         * sysdeps/alpha/soft-fp/Dist: New file.
2722         * sysdeps/i386/soft-fp/Dist: New file.
2723         * sysdeps/mips/mips64/soft-fp/Dist: New file.
2724         * sysdeps/mips/soft-fp/Dist: New file.
2725         * sysdeps/powerpc/soft-fp/Dist: New file.
2726         * sysdeps/sparc/sparc32/soft-fp/Dist: New file.
2727         * sysdeps/sparc/sparc64/soft-fp/Dist: New file.
2729         * sysdeps/sparc/sparc64/soft-fp/Makefile [$(subdir) = soft-fp]:
2730         Use sysdep_routines instead of routines to fix make dist failure.
2731         * sysdeps/sparc/sparc32/soft-fp/Makefile: Likewise (in commented
2732         out code).
2733         * sysdeps/powerpc/soft-fp/Makefile [$(subdir) = soft-fp]: Likewise.
2735         * sysdeps/mips/Makefile [$(subdir) = misc]:  Use
2736         sysdep_headers instead of headers for make dist.
2738         * sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = misc]:
2739         Likewise.
2741 2000-09-06  Andreas Schwab  <schwab@suse.de>
2743         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: New file.
2745 2000-09-06  Andreas Jaeger  <aj@suse.de>
2747         * soft-fp/Makefile (distribute): Remove ChangeLog.
2749         * sysdeps/sparc/sparc32/Makefile [$(subdir) = gnulib]:  Use
2750         sysdep_routines instead of routines for make dist.
2752 2000-09-05  Ulrich Drepper  <drepper@redhat.com>
2754         * libio/libio.h (_IO_fwide_maybe_incompatible): For glibc 2.0
2755         compatibility check for old stream and call _IO_wide in doubt.
2756         (_IO_fwide): Use _IO_fwide_maybe_incompatible macro.
2757         * libio/iofwide.c (_IO_fwide): If compatibility with glibc 2.0 is
2758         needed tst for such an old structure and don't do anything.
2759         * libio/freopen.c: Remove declaration of _IO_stdin_used.
2761 2000-09-06  Andreas Jaeger  <aj@suse.de>
2763         * sysdeps/powerpc/Makefile [$(subdir) = elf]: Modify
2764         sysdep-dl-routines and sysdep_routines instead of rtld-routines
2765         and dl-routines.
2767         * soft-fp/ChangeLog: Merged with this file.
2769 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
2771         * soft-fp/Makefile (distribute): Add op-8.h and testit.c.
2773         * soft-fp/Makefile (distribute): Add the math functions, too.
2775         * soft-fp/Makefile (distribute): Add ChangeLog, Banner, and configure.
2777 2000-03-03  Geoff Keating  <geoffk@cygnus.com>
2779         * soft-fp/soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it
2780         as a statement.
2782         * soft-fp/sysdeps/powerpc/Makefile (routines): New file.
2783         * soft-fp/sysdeps/powerpc/q_*: New files.
2785 2000-09-05  Ulrich Drepper  <drepper@redhat.com>
2787         * stdio-common/vfprintf.c (process_string_arg): Handle precision
2788         in wide char case correctly.  Don't allocate too long temporary
2789         strings with alloca.
2791         * stdio-common/Makefile (tests): Add tst-swprintf.
2792         (tst-swprintf-ENV): New variable.
2793         * stdio-common/tst-swprintf.c: New file.
2795 2000-09-05  Andreas Jaeger  <aj@suse.de>
2797         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Use st_pad5.
2798         * sysdeps/unix/sysv/linux/mips/xstatconv.c: Fix assignments.
2799         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
2801 2000-09-05  Ulrich Drepper  <drepper@redhat.com>
2803         * configure.in: Strip out "unknown" from configuration names.
2805 2000-09-05  Andreas Jaeger  <aj@suse.de>
2807         * sysdeps/powerpc/Subdirs: New file, adds soft-fp.
2809         * sysdeps/sparc/sparc64/Implies: Add soft-fp.
2810         * sysdeps/sparc/sparc32/Implies: Likewise.
2811         * sysdeps/powerpc/Implies: Likewise.
2813         * libio/oldiofsetpos64.c: Check for compatibility with glibc 2.1.
2814         * libio/oldiofgetpos64.c: Likewise.
2816         * soft-fp/Makefile (distribute): Remove configure.
2818         * sysdeps/sparc/sparc64/soft-fp/Versions: Use version glibc 2.2.
2820         * soft-fp/configure: Remove.
2822         * soft-fp/sysdeps/sparc/sparc64/qp_neg.S: Move from here...
2823         * sysdeps/sparc/sparc64/soft-fp/qp_neg.S: ... to here.
2825         * soft-fp/sysdeps/sparc/sparc32/Makefile: Move from here...
2826         * sysdeps/sparc/sparc32/soft-fp/Makefile: ... to here.
2828         * soft-fp/sysdeps/powerpc/Makefile: Move from here...
2829         * sysdeps/powerpc/soft-fp/Makefile: ... to here.
2831         * soft-fp/sysdeps/sparc/sparc64/Makefile: Move from here...
2832         * sysdeps/sparc/sparc64/soft-fp/Makefile: ... to here.
2834         * soft-fp/sysdeps/sparc/sparc64/qp_neg.S: Move from here...
2835         * sysdeps/sparc/sparc64/soft-fp/qp_neg.S: ... to here.
2837         * soft-fp/sysdeps/powerpc/q_add.c: Move from here...
2838         * sysdeps/powerpc/soft-fp/q_add.c: ... to here.
2840         * soft-fp/sysdeps/powerpc/q_cmp.c: Move from here...
2841         * sysdeps/powerpc/soft-fp/q_cmp.c: ... to here.
2843         * soft-fp/sysdeps/powerpc/q_cmpe.c: Move from here...
2844         * sysdeps/powerpc/soft-fp/q_cmpe.c: ... to here.
2846         * soft-fp/sysdeps/powerpc/q_div.c: Move from here...
2847         * sysdeps/powerpc/soft-fp/q_div.c: ... to here.
2849         * soft-fp/sysdeps/powerpc/q_dtoq.c: Move from here...
2850         * sysdeps/powerpc/soft-fp/q_dtoq.c: ... to here.
2852         * soft-fp/sysdeps/powerpc/q_feq.c: Move from here...
2853         * sysdeps/powerpc/soft-fp/q_feq.c: ... to here.
2855         * soft-fp/sysdeps/powerpc/q_fge.c: Move from here...
2856         * sysdeps/powerpc/soft-fp/q_fge.c: ... to here.
2858         * soft-fp/sysdeps/powerpc/q_fgt.c: Move from here...
2859         * sysdeps/powerpc/soft-fp/q_fgt.c: ... to here.
2861         * soft-fp/sysdeps/powerpc/q_fle.c: Move from here...
2862         * sysdeps/powerpc/soft-fp/q_fle.c: ... to here.
2864         * soft-fp/sysdeps/powerpc/q_flt.c: Move from here...
2865         * sysdeps/powerpc/soft-fp/q_flt.c: ... to here.
2867         * soft-fp/sysdeps/powerpc/q_fne.c: Move from here...
2868         * sysdeps/powerpc/soft-fp/q_fne.c: ... to here.
2870         * soft-fp/sysdeps/powerpc/q_itoq.c: Move from here...
2871         * sysdeps/powerpc/soft-fp/q_itoq.c: ... to here.
2873         * soft-fp/sysdeps/powerpc/q_lltoq.c: Move from here...
2874         * sysdeps/powerpc/soft-fp/q_lltoq.c: ... to here.
2876         * soft-fp/sysdeps/powerpc/q_mul.c: Move from here...
2877         * sysdeps/powerpc/soft-fp/q_mul.c: ... to here.
2879         * soft-fp/sysdeps/powerpc/q_neg.c: Move from here...
2880         * sysdeps/powerpc/soft-fp/q_neg.c: ... to here.
2882         * soft-fp/sysdeps/powerpc/q_qtod.c: Move from here...
2883         * sysdeps/powerpc/soft-fp/q_qtod.c: ... to here.
2885         * soft-fp/sysdeps/powerpc/q_qtoi.c: Move from here...
2886         * sysdeps/powerpc/soft-fp/q_qtoi.c: ... to here.
2888         * soft-fp/sysdeps/powerpc/q_qtoll.c: Move from here...
2889         * sysdeps/powerpc/soft-fp/q_qtoll.c: ... to here.
2891         * soft-fp/sysdeps/powerpc/q_qtos.c: Move from here...
2892         * sysdeps/powerpc/soft-fp/q_qtos.c: ... to here.
2894         * soft-fp/sysdeps/powerpc/q_qtou.c: Move from here...
2895         * sysdeps/powerpc/soft-fp/q_qtou.c: ... to here.
2897         * soft-fp/sysdeps/powerpc/q_qtoull.c: Move from here...
2898         * sysdeps/powerpc/soft-fp/q_qtoull.c: ... to here.
2900         * soft-fp/sysdeps/powerpc/q_sqrt.c: Move from here...
2901         * sysdeps/powerpc/soft-fp/q_sqrt.c: ... to here.
2903         * soft-fp/sysdeps/powerpc/q_stoq.c: Move from here...
2904         * sysdeps/powerpc/soft-fp/q_stoq.c: ... to here.
2906         * soft-fp/sysdeps/powerpc/q_sub.c: Move from here...
2907         * sysdeps/powerpc/soft-fp/q_sub.c: ... to here.
2909         * soft-fp/sysdeps/powerpc/q_ulltoq.c: Move from here...
2910         * sysdeps/powerpc/soft-fp/q_ulltoq.c: ... to here.
2912         * soft-fp/sysdeps/powerpc/q_util.c: Move from here...
2913         * sysdeps/powerpc/soft-fp/q_util.c: ... to here.
2915         * soft-fp/sysdeps/powerpc/q_utoq.c: Move from here...
2916         * sysdeps/powerpc/soft-fp/q_utoq.c: ... to here.
2918         * soft-fp/sysdeps/sparc/sparc32/q_add.c: Move from here...
2919         * sysdeps/sparc/sparc32/soft-fp/q_add.c: ... to here.
2921         * soft-fp/sysdeps/sparc/sparc32/q_cmp.c: Move from here...
2922         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c: ... to here.
2924         * soft-fp/sysdeps/sparc/sparc32/q_cmpe.c: Move from here...
2925         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c: ... to here.
2927         * soft-fp/sysdeps/sparc/sparc32/q_div.c: Move from here...
2928         * sysdeps/sparc/sparc32/soft-fp/q_div.c: ... to here.
2930         * soft-fp/sysdeps/sparc/sparc32/q_dtoq.c: Move from here...
2931         * sysdeps/sparc/sparc32/soft-fp/q_dtoq.c: ... to here.
2933         * soft-fp/sysdeps/sparc/sparc32/q_feq.c: Move from here...
2934         * sysdeps/sparc/sparc32/soft-fp/q_feq.c: ... to here.
2936         * soft-fp/sysdeps/sparc/sparc32/q_fge.c: Move from here...
2937         * sysdeps/sparc/sparc32/soft-fp/q_fge.c: ... to here.
2939         * soft-fp/sysdeps/sparc/sparc32/q_fgt.c: Move from here...
2940         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c: ... to here.
2942         * soft-fp/sysdeps/sparc/sparc32/q_fle.c: Move from here...
2943         * sysdeps/sparc/sparc32/soft-fp/q_fle.c: ... to here.
2945         * soft-fp/sysdeps/sparc/sparc32/q_flt.c: Move from here...
2946         * sysdeps/sparc/sparc32/soft-fp/q_flt.c: ... to here.
2948         * soft-fp/sysdeps/sparc/sparc32/q_fne.c: Move from here...
2949         * sysdeps/sparc/sparc32/soft-fp/q_fne.c: ... to here.
2951         * soft-fp/sysdeps/sparc/sparc32/q_itoq.c: Move from here...
2952         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: ... to here.
2954         * soft-fp/sysdeps/sparc/sparc32/q_mul.c: Move from here...
2955         * sysdeps/sparc/sparc32/soft-fp/q_mul.c: ... to here.
2957         * soft-fp/sysdeps/sparc/sparc32/q_neg.c: Move from here...
2958         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: ... to here.
2960         * soft-fp/sysdeps/sparc/sparc32/q_qtod.c: Move from here...
2961         * sysdeps/sparc/sparc32/soft-fp/q_qtod.c: ... to here.
2963         * soft-fp/sysdeps/sparc/sparc32/q_qtoi.c: Move from here...
2964         * sysdeps/sparc/sparc32/soft-fp/q_qtoi.c: ... to here.
2966         * soft-fp/sysdeps/sparc/sparc32/q_qtos.c: Move from here...
2967         * sysdeps/sparc/sparc32/soft-fp/q_qtos.c: ... to here.
2969         * soft-fp/sysdeps/sparc/sparc32/q_qtoui.c: Move from here...
2970         * sysdeps/sparc/sparc32/soft-fp/q_qtoui.c: ... to here.
2972         * soft-fp/sysdeps/sparc/sparc32/q_qtoux.c: Move from here...
2973         * sysdeps/sparc/sparc32/soft-fp/q_qtoux.c: ... to here.
2975         * soft-fp/sysdeps/sparc/sparc32/q_qtox.c: Move from here...
2976         * sysdeps/sparc/sparc32/soft-fp/q_qtox.c: ... to here.
2978         * soft-fp/sysdeps/sparc/sparc32/q_sqrt.c: Move from here...
2979         * sysdeps/sparc/sparc32/soft-fp/q_sqrt.c: ... to here.
2981         * soft-fp/sysdeps/sparc/sparc32/q_stoq.c: Move from here...
2982         * sysdeps/sparc/sparc32/soft-fp/q_stoq.c: ... to here.
2984         * soft-fp/sysdeps/sparc/sparc32/q_sub.c: Move from here...
2985         * sysdeps/sparc/sparc32/soft-fp/q_sub.c: ... to here.
2987         * soft-fp/sysdeps/sparc/sparc32/q_uitoq.c: Move from here...
2988         * sysdeps/sparc/sparc32/soft-fp/q_uitoq.c: ... to here.
2990         * soft-fp/sysdeps/sparc/sparc32/q_util.c: Move from here...
2991         * sysdeps/sparc/sparc32/soft-fp/q_util.c: ... to here.
2993         * soft-fp/sysdeps/sparc/sparc32/q_uxtoq.c: Move from here...
2994         * sysdeps/sparc/sparc32/soft-fp/q_uxtoq.c: ... to here.
2996         * soft-fp/sysdeps/sparc/sparc32/q_xtoq.c: Move from here...
2997         * sysdeps/sparc/sparc32/soft-fp/q_xtoq.c: ... to here.
2999         * soft-fp/sysdeps/sparc/sparc64/qp_add.c: Move from here...
3000         * sysdeps/sparc/sparc64/soft-fp/qp_add.c: ... to here.
3002         * soft-fp/sysdeps/sparc/sparc64/qp_cmp.c: Move from here...
3003         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: ... to here.
3005         * soft-fp/sysdeps/sparc/sparc64/qp_cmpe.c: Move from here...
3006         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: ... to here.
3008         * soft-fp/sysdeps/sparc/sparc64/qp_div.c: Move from here...
3009         * sysdeps/sparc/sparc64/soft-fp/qp_div.c: ... to here.
3011         * soft-fp/sysdeps/sparc/sparc64/qp_dtoq.c: Move from here...
3012         * sysdeps/sparc/sparc64/soft-fp/qp_dtoq.c: ... to here.
3014         * soft-fp/sysdeps/sparc/sparc64/qp_feq.c: Move from here...
3015         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: ... to here.
3017         * soft-fp/sysdeps/sparc/sparc64/qp_fge.c: Move from here...
3018         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: ... to here.
3020         * soft-fp/sysdeps/sparc/sparc64/qp_fgt.c: Move from here...
3021         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: ... to here.
3023         * soft-fp/sysdeps/sparc/sparc64/qp_fle.c: Move from here...
3024         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: ... to here.
3026         * soft-fp/sysdeps/sparc/sparc64/qp_flt.c: Move from here...
3027         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: ... to here.
3029         * soft-fp/sysdeps/sparc/sparc64/qp_fne.c: Move from here...
3030         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: ... to here.
3032         * soft-fp/sysdeps/sparc/sparc64/qp_itoq.c: Move from here...
3033         * sysdeps/sparc/sparc64/soft-fp/qp_itoq.c: ... to here.
3035         * soft-fp/sysdeps/sparc/sparc64/qp_mul.c: Move from here...
3036         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: ... to here.
3038         * soft-fp/sysdeps/sparc/sparc64/qp_qtod.c: Move from here...
3039         * sysdeps/sparc/sparc64/soft-fp/qp_qtod.c: ... to here.
3041         * soft-fp/sysdeps/sparc/sparc64/qp_qtoi.c: Move from here...
3042         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: ... to here.
3044         * soft-fp/sysdeps/sparc/sparc64/qp_qtos.c: Move from here...
3045         * sysdeps/sparc/sparc64/soft-fp/qp_qtos.c: ... to here.
3047         * soft-fp/sysdeps/sparc/sparc64/qp_qtoui.c: Move from here...
3048         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: ... to here.
3050         * soft-fp/sysdeps/sparc/sparc64/qp_qtoux.c: Move from here...
3051         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: ... to here.
3053         * soft-fp/sysdeps/sparc/sparc64/qp_qtox.c: Move from here...
3054         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: ... to here.
3056         * soft-fp/sysdeps/sparc/sparc64/qp_sqrt.c: Move from here...
3057         * sysdeps/sparc/sparc64/soft-fp/qp_sqrt.c: ... to here.
3059         * soft-fp/sysdeps/sparc/sparc64/qp_stoq.c: Move from here...
3060         * sysdeps/sparc/sparc64/soft-fp/qp_stoq.c: ... to here.
3062         * soft-fp/sysdeps/sparc/sparc64/qp_sub.c: Move from here...
3063         * sysdeps/sparc/sparc64/soft-fp/qp_sub.c: ... to here.
3065         * soft-fp/sysdeps/sparc/sparc64/qp_uitoq.c: Move from here...
3066         * sysdeps/sparc/sparc64/soft-fp/qp_uitoq.c: ... to here.
3068         * soft-fp/sysdeps/sparc/sparc64/qp_util.c: Move from here...
3069         * sysdeps/sparc/sparc64/soft-fp/qp_util.c: ... to here.
3071         * soft-fp/sysdeps/sparc/sparc64/qp_uxtoq.c: Move from here...
3072         * sysdeps/sparc/sparc64/soft-fp/qp_uxtoq.c: ... to here.
3074         * soft-fp/sysdeps/sparc/sparc64/qp_xtoq.c: Move from here...
3075         * sysdeps/sparc/sparc64/soft-fp/qp_xtoq.c: ... to here.
3077         * soft-fp/sysdeps/sparc/sparc64/s_frexpl.c: Move from here...
3078         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: ... to here.
3080         * soft-fp/sysdeps/sparc/sparc64/s_ilogbl.c: Move from here...
3081         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: ... to here.
3083         * soft-fp/sysdeps/sparc/sparc64/s_scalblnl.c: Move from here...
3084         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: ... to here.
3086         * soft-fp/sysdeps/sparc/sparc64/s_scalbnl.c: Move from here...
3087         * sysdeps/sparc/sparc64/soft-fp/s_scalbnl.c: ... to here.
3089         * soft-fp/sysdeps/alpha/sfp-machine.h: Move from here...
3090         * sysdeps/alpha/soft-fp/sfp-machine.h: ... to here.
3092         * soft-fp/sysdeps/i386/sfp-machine.h: Move from here...
3093         * sysdeps/i386/soft-fp/sfp-machine.h: ... to here.
3095         * soft-fp/sysdeps/mips/mips64/sfp-machine.h: Move from here...
3096         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: ... to here.
3098         * soft-fp/sysdeps/mips/sfp-machine.h: Move from here...
3099         * sysdeps/mips/soft-fp/sfp-machine.h: ... to here.
3101         * soft-fp/sysdeps/powerpc/sfp-machine.h: Move from here...
3102         * sysdeps/powerpc/soft-fp/sfp-machine.h: ... to here.
3104         * soft-fp/sysdeps/sparc/sparc32/sfp-machine.h: Move from here...
3105         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h: ... to here.
3107         * soft-fp/sysdeps/sparc/sparc64/sfp-machine.h: Move from here...
3108         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: ... to here.
3110         * soft-fp/sysdeps/powerpc/Versions: Move from here...
3111         * sysdeps/powerpc/soft-fp/Versions: ... to here.
3113         * soft-fp/sysdeps/sparc/sparc64/Versions: Move from here...
3114         * sysdeps/sparc/sparc64/soft-fp/Versions: ... to here.
3116         * libio/oldiofsetpos64.c: iofsetpos was introduced in glibc 2.1,
3117         change symbol version.
3118         * libio/oldiofgetpos64.c: Likewise.
3119         Reported by Martin v. Loewis <martin@loewis.home.cs.tu-berlin.de>.
3121         * locale/programs/ld-ctype.c (charclass_charcode_ellipsis): Fix
3122         typo.
3123         Reported by dyky@kondara.org, closes PR libc/1886.
3125         * stdlib/tst-strtod.c: Add testcases for denormal numbers from PR
3126         libc/1880.
3128 2000-09-04  Ulrich Drepper  <drepper@redhat.com>
3130         * iconvdata/run-iconv-test.sh: Add code to immediately stop the
3131         script when ^C is hit.
3133         * locale/programs/localedef.c (construct_output_path): Correct
3134         computation of endp after asprintf.
3135         * locale/programs/locfile.c (write_locale_data): Don't add extra
3136         slash in filename.
3138 2000-09-05  Andreas Jaeger  <aj@suse.de>
3140         * scripts/config.guess: New upstream version.
3141         * scripts/config.sub: Likewise.
3142         * manual/texinfo.tex: Likewise.
3144 2000-09-04  Andreas Schwab  <schwab@suse.de>
3146         * elf/Makefile (all-dl-routines): New variable.
3147         (elide-routines.os): Use it instead of $(dl-routines).
3148         (all-rtld-routines): New variable.
3149         (extra-objs): Use it instead of $(rtld-routines).
3150         ($(objpfx)dl-allobjs.os): Likewise.
3151         * sysdeps/ia64/Makefile [$(subdir) = elf]: Modify
3152         sysdep-dl-routines and sysdep_routines instead of rtld-routines
3153         and dl-routines.
3155 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3157         * iconv/gconv_trans.c (__gconv_translit_find): Update open_count.
3158         Set fname to NULL if the module wasn't found.
3160 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3162         * iconv/gconv_trans.c (__gconv_translit_find): Don't set need_so to
3163         true if trans->name already ends in ".so".
3165 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3167         * iconv/gconv_int.h (__gconv_release_shlib): Change return type to
3168         void.
3169         * iconv/gconv_dl.c (do_release_shlib): Don't decrement the counter
3170         below -TRIES_BEFORE_UNLOAD-1, to avoid wraparound.
3171         (__gconv_release_shlib): Change return type to void.
3172         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Don't set
3173         step->__counter here.
3174         * iconv/gconv_db.c (free_derivation): Don't call a step's destructor
3175         if the reference is zero.
3176         (release_step): New function.
3177         (gen_steps): Always initialize the __counter to 1. Use release_step.
3178         Don't call the destructor on the step whose initializer failed.
3179         (increment_counter): Use release_step. Don't normally run destructors
3180         here.
3181         (__gconv_close_transform): Use release_step.
3183 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3185         * iconv/gconv_simple.c (encoding_mask, encoding_byte): Remove.
3186         (__gconv_transform_internal_utf8) [BODY]: Use simple shifts instead.
3188 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3190         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Initialize ch2 correctly.
3191         If the first byte is 0x8E, don't ask for 4 bytes until it has been
3192         verified that the second byte is valid. Leave it to cns11643_to_ucs4
3193         to check for incomplete input.
3194         * iconvdata/cns11643.h (cns11643_to_ucs4): The plane number is
3195         ch - 0x20 - offset, not ch - 0x21 - offset. Upper bound for
3196         __cns11643l1_to_ucs4_tab is 0x21f2, not 0x2196.
3197         (ucs4_to_cns11643): Fix mapping for ranges 0x3105..0x3129 and
3198         0x9f9d..0x9fa5.
3199         * iconvdata/cns11643l1.h (cns11643l1_to_ucs4): Upper bound for
3200         __cns11643l1_to_ucs4_tab is 0x21f2, not 0x2196.
3201         (ucs4_to_cns11643l1): Fix mapping for range 0x3105..0x3129.
3202         * iconvdata/cns11643l1.c (__cns11643l1_from_ucs4_tab6): Extend
3203         upto index 0x0052.
3205 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3207         * iconv/gconv_db.c (find_derivation): Always use the least-cost
3208         solution.
3210 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3212         * iconvdata/big5.c (BODY for FROM_LOOP): Bytes 0x81..0xA0, 0xFA..0xFF
3213         are invalid.
3215 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3217         * iconvdata/jis0208.c (__jis0208_to_ucs): Map EUC-JP 0xA1C0 to U+005C.
3218         * iconvdata/jis0212.c (__jisx0212_to_ucs): Map EUC-JP 0x8FA2B7 to
3219         U+007E.
3221 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3223         * iconvdata/sjis.c (cjk_block1): Map 0x815F to U+005C.
3225 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3227         * iconvdata/iso_6937-2.c (to_ucs4): Map 0xB4 to U+00D7.
3229 2000-09-03  Bruno Haible  <haible@clisp.cons.org>
3231         * iconvdata/tst-tables.sh: New file.
3232         * iconvdata/tst-table.sh: New file.
3233         * iconvdata/tst-table-from.c: New file.
3234         * iconvdata/tst-table-to.c: New file.
3235         * iconvdata/tst-table-charmap.sh: New file.
3236         * iconvdata/Makefile (test-srcs): Set to tst-table-from tst-table-to.
3237         (distribute): Add tst-tables.sh, tst-table.sh, tst-table-charmap.sh,
3238         tst-table-from.c, tst-table-to.c, EUC-JP.irreversible,
3239         ISIRI-3342.irreversible, SJIS.irreversible.
3240         (tests): Add dependency on tst-tables.out.
3241         (tst-tables.out, tst-tables-clean): New rules.
3242         (do-tests-clean, common-mostlyclean): Require tst-tables-clean.
3243         * iconvdata/ISIRI-3342.irreversible: New file.
3244         * iconvdata/EUC-JP.irreversible: New file.
3245         * iconvdata/SJIS.irreversible: New file.
3247 2000-09-04  Ulrich Drepper  <drepper@redhat.com>
3249         * manual/locale.texi (General Numeric): Update description of
3250         representation of the grouping information in the locale data.
3251         Patch by Gaute B. Strokkenes <gs234@cam.ac.uk>.
3253 2000-09-04  Andreas Jaeger  <aj@suse.de>
3255         * locale/programs/ld-monetary.c (monetary_read): Fix typo.
3256         * iconv/iconv_prog.c (options): Fix typo.
3257         Reported by dyky@kondara.org, closes PR libc/1885.
3259 2000-09-04  Andreas Jaeger  <aj@suse.de>
3261         * sysdeps/generic/fegetenv.c: It's __fegetenv.
3262         Reported by Rob Levin <lilo@transvirtual.com>.
3264 2000-09-03  Ulrich Drepper  <drepper@redhat.com>
3266         * time/sys/time.h (gettimeofday): Move restrict for tz parameter
3267         to the typedefs of __timezone_ptr_t.
3268         Reported by MATSUMURA Hiromitsu <coji2@mb.infoweb.ne.jp>.
3270 2000-09-02  Jakub Jelinek  <jakub@redhat.com>
3272         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Increment counter in
3273         the loop.
3275 2000-09-01  H.J. Lu  <hjl@gnu.org>
3277         * Makeconfig (built-program-cmd): Don't use the dynamic linker
3278         to run a binary if it is in $(tests-static).
3280         * Rules (binaries-static): Add $(tests-static).
3282 2000-09-02  Andreas Jaeger  <aj@suse.de>
3284         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Fixes for fcntl64.
3286         * libio/fmemopen.c (fmemopen_close): Revert one part of last
3287         patch.
3289 2000-09-01  Ulrich Drepper  <drepper@redhat.com>
3291         * iconvdata/big5hkscs.c: Regenerated from charmap.
3292         * iconvdata/testdata/BIG5HKSCS: Regenerated.
3293         * iconvdata/testdata/BIG5HKSCS..UTF8: Regenerated.
3295         * libio/fmemopen.c (fmemopen_seek): Add default case in switch
3296         statement.  General cleanup.
3298 2000-08-31  Bruno Haible  <haible@clisp.cons.org>
3300         * wctype/wcfuncs.c (iswblank): New function.
3301         * wctype/wcfuncs_l.c (__iswblank_l): New function.
3302         * wctype/wcextra.c: Remove file.
3303         * wctype/wcextra_l.c: Remove file.
3304         * wctype/Makefile (distribute): Remove wcextra and wcextra_l.
3306 2000-08-31  Bruno Haible  <haible@clisp.cons.org>
3308         * locale/programs/ld-collate.c (collate_output): Remove redundant
3309         assert call.
3310         * string/strcoll.c: Likewise.
3311         * string/strxfrm.c: Include assert.h.  Add assert calls like in
3312         string/strcoll.c.
3314 2000-08-31  Bruno Haible  <haible@clisp.cons.org>
3316         * locale/categories.def (_NL_COLLATE_HASH_SIZE,
3317         _NL_COLLATE_HASH_LAYERS, _NL_COLLATE_NAMES, _NL_CTYPE_NAMES,
3318         _NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS): Remove definitions.
3319         * locale/langinfo.h (_NL_COLLATE_HASH_SIZE, _NL_COLLATE_HASH_LAYERS,
3320         _NL_COLLATE_NAMES): Rename to _NL_COLLATE_GAP1/2/3 respectively.
3321         (_NL_CTYPE_NAMES): Rename to _NL_CTYPE_GAP3.
3322         (_NL_CTYPE_GAP3): Rename to _NL_CTYPE_GAP4.
3323         (_NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS): Rename to
3324         _NL_CTYPE_GAP5/6 respectively.
3326         * locale/C-ctype.c (_nl_C_LC_CTYPE): Update.
3327         * ctype/ctype-info.c (__ctype_names, __ctype_width): Remove variables.
3328         * locale/lc-ctype.c (_nl_postload_ctype): Assume new locale format.
3329         Don't initialize __ctype_names and __ctype_width.
3330         * wctype/cname-lookup.h: Remove file.
3331         * wctype/Makefile (distribute): Remove cname-lookup.h.
3332         * wctype/wchar-lookup.h: Include stdint.h.
3333         * wctype/wctype.c (__wctype): Assume new locale format.
3334         * wctype/wctype_l.c (__wctype_l): Likewise.
3335         * wctype/iswctype.c: Don't include cname-lookup.h.
3336         (__iswctype): Assume new locale format.
3337         * wctype/iswctype_l.c: Don't include cname-lookup.h.
3338         (__iswctype_l): Assume new locale format.
3339         * wctype/wctrans.c: Don't include ctype.h.
3340         (wctrans): Assume new locale format.
3341         * wctype/wctrans_l.c (__wctrans_l): Likewise.
3342         * wctype/towctrans.c: Don't include cname-lookup.h.
3343         (__towctrans): Assume new locale format.
3344         * wctype/towctrans_l.c: Don't include cname-lookup.h.
3345         (__towctrans_l): Assume new locale format.
3346         * wctype/wcfuncs.c: Don't include ctype.h and cname-lookup.h. Include
3347         localeinfo.h instead.
3348         (__NO_WCTYPE): Remove unused macro.
3349         (__ctype32_b, __ctype32_toupper, __ctype32_tolower): Remove
3350         declarations.
3351         (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower, iswgraph, iswprint,
3352         iswpunct, iswspace, iswupper, iswxdigit): Assume new locale format.
3353         (towlower, towupper): Likewise.
3354         * wctype/wcfuncs_l.c: Don't include cname-lookup.h. Include
3355         localeinfo.h instead.
3356         (__NO_WCTYPE): Remove unused macro.
3357         (__iswalnum_l, __iswalpha_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3358         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3359         __iswxdigit_l): Assume new locale format.
3360         (__towlower_l, __towupper_l): Likewise.
3361         * wcsmbs/wcwidth.h: Don't include cname-lookup.h.
3362         (__ctype32_b): Remove declaration.
3363         (internal_wcwidth): Assume new locale format.
3364         * locale/programs/ld-ctype.c (struct locale_ctype_t): Remove fields
3365         plane_size, plane_cnt, names, width. Rename map to map_b, rename map32
3366         to map32_b, rename width_3level to width.
3367         (ctype_output): Always create new locale format. Don't emit
3368         _NL_CTYPE_NAMES, _NL_CTYPE_HASH_SIZE, _NL_CTYPE_HASH_LAYERS any more.
3369         (allocate_arrays): Always create new locale format.
3371         * locale/C-collate.c (_nl_C_LC_COLLATE): Update.
3372         * locale/weightwc.h (findidx): Assume new locale format.
3373         * string/strcoll.c (wcscoll): Remove local variables size, layers,
3374         names.
3375         * string/strxfrm.c (wcsxfrm): Likewise.
3376         * posix/fnmatch_loop.c (internal_fnwmatch): Likewise. Change type of
3377         local variable collseq to 'const char *'.
3378         (SUFFIX): Don't use, don't undefine.
3379         * posix/fnmatch.c: Remove SUFFIX definition.
3380         * locale/programs/ld-collate.c (struct locale_collate_t): Remove
3381         fields plane_size, plane_cnt, wcheads, wcseqorder. Rename
3382         wcheads_3level to wcheads, rename wcseqorder_3level to wcseqorder.
3383         (collate_finish): Always create new locale format. Remove local
3384         variables min_total, act_size.
3385         (collate_output): Always create new locale format. Remove local
3386         variables table_size, names, tablewc. Rename tablewc_3level to
3387         tablewc.
3389 2000-08-31  Bruno Haible  <haible@clisp.cons.org>
3391         * locale/programs/ld-collate.c (obstack_int32_grow,
3392         obstack_int32_grow_fast): New inline functions.
3393         (output_weightwc, collate_output): Use them where possible.
3395 2000-09-01  Ulrich Drepper  <drepper@redhat.com>
3397         * libio/libio.h (_IO_flockfile, _IO_funlockfile): Fix typo in last
3398         patch (_mode -> _flags).
3400         * libio/Makefile (headers): Add stdio_ext.h.
3401         (routines): Add __fbufsize, __freading, __fwriting, __freadable,
3402         __fwritable, __flbf, __fpurge, __fpending, and __fsetlocking.
3403         * libio/Versions [libc] (GLIBC_2.2): Add __fbufsize, __freading,
3404         __fwriting, __freadable, __fwritable, __flbf, __fpurge, __fpending,
3405         __fsetlocking, and _flushlbf.
3406         * libio/__fbufsize.c: New file.
3407         * libio/__flbf.c: New file.
3408         * libio/__fpending.c: New file.
3409         * libio/__fpurge.c: New file.
3410         * libio/__freadable.c: New file.
3411         * libio/__freading.c: New file.
3412         * libio/__fsetlocking.c: New file.
3413         * libio/__fwritable.c: New file.
3414         * libio/__fwriting.c: New file.
3415         * libio/stdio_ext.h: New file.
3416         * libio/genops.c (_IO_flush_all_linebuffered): Add alias _flushlbf.
3417         * libio/libio.h (_IO_USER_LOCK): Define.
3418         [_IO_MTSAFE_IO] (_IO_flockfile, _IO_funlockfile): Add macros which
3419         test _IO_USER_LOCK flag first.
3421         * iconv/gconv_open.c (__gconv_open): Set res to __GCONV_NOMEM is
3422         malloc fails.
3424 2000-09-01  Andreas Jaeger  <aj@suse.de>
3426         * sysdeps/unix/sysv/linux/bits/fcntl.h: Always fail.
3428         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: New file.
3430 2000-08-31  Ulrich Drepper  <drepper@redhat.com>
3432         * math/Makefile (tests): Add tst-defintions.
3433         * math/tst-definitions.c: New file.
3435         * stdlib/Makefile (headers): Add bits/wchar.h.
3436         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: New file.
3437         * sysdeps/generic/bits/wchar.h: New file.
3438         * sysdeps/generic/stdint.h: Include <bits/wchar.h>.  Use values in this
3439         file to define WCHAR_MIN and WCHAR_MAX.
3440         Change UINT*8_MAX and UIN*16_MAX value to type int.
3441         * wcsmbs/wchar.h: Include <bits/wchar.h>.  Use values in this
3442         file to define WCHAR_MIN and WCHAR_MAX.
3443         * sysdeps/alpha/fpu/bits/mathdef.h: Make FP_ILOGB0 and FP_ILOGBNAN
3444         int values.
3445         * sysdeps/arm/fpu/bits/mathdef.h: Likewise.
3446         * sysdeps/generic/bits/mathdef.h: Likewise.
3447         * sysdeps/i386/fpu/bits/mathdef.h: Likewise.
3448         * sysdeps/m68k/fpu/bits/mathdef.h: Likewise.
3449         * sysdeps/powerpc/fpu/bits/mathdef.h: Likewise.
3450         * sysdeps/sparc/fpu/bits/mathdef.h: Likewise.
3451         * locale/locale.h (struct lconv): Add __ prefix to the new members
3452         if not C99.
3453         * sysdeps/generic/inttypes.h: Remove unnecessary imaxabs and
3454         imaxdiv optimizations.
3455         * sysdeps/wordsize-32/lldiv.c: Add hack to make alias work.
3456         * sysdeps/wordsize-64/ldiv.c: Likewise.
3457         * sysdeps/alpha/fpu/bits/fenv.h: Change type of FE_*_ENV macros to
3458         const fenv_t*.
3459         * sysdeps/generic/bits/fenv.h: Likewise.
3460         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
3461         * sysdeps/ia64/bits/fenv.h: Likewise.
3462         * sysdeps/m68k/fpu/bits/fenv.h: Likewise.
3463         * sysdeps/mips/bits/fenv.h: Likewise.
3464         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
3465         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
3466         Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
3468         * inet/rcmd.c: Use *stat64 instead of *stat internally.
3469         * inet/ruserpass.c: Likewise.
3470         * catgets/open_catalog.c: Likewise.
3471         * intl/loadmsgcat.c: Likewise.
3472         * io/getdirname.c: Likewise.
3473         * locale/loadlocale.c: Likewise.
3474         * misc/getusershell.c: Likewise.
3475         * stdlib/canonicalize.c: Likewise.
3476         * sysdeps/posix/euidaccess.c: Likewise.
3477         * sysdeps/posix/isfdtype.c: Likewise.
3478         * sysdeps/posix/posix_fallocate.c: Likewise.
3479         * sysdeps/posix/tempname.c: Likewise.
3480         * sysdeps/unix/grantpt.c: Likewise.
3481         * sysdeps/unix/opendir.c: Likewise.
3482         * sysdeps/unix/sysv/linux/fstatvfs.c: Likewise.
3483         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
3484         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
3485         * sysdeps/unix/sysv/linux/statvfs.c: Likewise.
3486         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
3487         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
3488         * sysvipc/ftok.c: Likewise.
3489         * time/getdate.c: Likewise.
3491         * time/getdate.c: Add extra access test.
3493 2000-08-31  Ulrich Drepper  <drepper@redhat.com>
3495         * version.h (VERSION): Bump to 2.1.93.
3497         * sysdeps/unix/sysv/linux/powerpc/Dist: Add fe_nomask.c.
3498         * sysdeps/unix/sysv/linux/i386/Dist: Add olddirent.h.
3500         * intl/Makefile (tests): Depend in mtrace-tst-gettext.
3501         Make this a new rule depending on tst-gettext.out and run mtrace.
3502         * intl/tst-gettext.c: Call mtrace.
3503         * intl/tst-gettext.sh: Put MALLOC_TRACE in environment of tst-gettext.
3505         * elf/dl-reloc.c: Add a few more __builtin_expect.
3507         * configure.in: Remove --with-gettext option.
3509         * intl/dcigettext.c (free_mem): Correct freeing of
3510         _nl_domain_bindings list.
3512         * sysdeps/generic/setenv.c (free_mem): New function.  Free all
3513         allocated memory.
3515         * intl/locale.alias: Add aliases for bokmal and nynorsk.
3517         * locale/iso-639.def: Fix 639-1 code for Bokmal.
3519         * stdio-common/itoa-digits.c: Move upper digits to...
3520         * stdio-common/itoa-udigits.c: ...here.  New file.
3521         * stdio-common/Makefile (routines): Add itoa-udigits.
3523         * sysdeps/i386/dl-machine.h (elf_machine_rel): For the version to
3524         relocate ld.so don't add supprt for relocations which should not
3525         appear in ld.so.
3527         * malloc/malloc.c (ptmalloc_init): Optimize a bit by not calling
3528         __secure_getenv.  Instead test __libc_enable_secure once.
3530         * io/pwd.c (main): Provide a good example, use *_unlocked function.
3532 2000-08-30  Ulrich Drepper  <drepper@redhat.com>
3534         * iconv/gconv_conf.c (insert_module): Take extra parameter to decide
3535         whether the new record should be freed if it's a duplicate.
3536         (add_module): Adjust insert_module call.
3537         (__gconv_read_conf): Likewise.
3538         * iconvdata/Makefile (generated): Add tst-loading.mtrace and
3539         mtrace-tst-loading.
3540         (tests): Make $(objpfx)mtrace-tst-loading a dependency.  Add rule.
3542         * sysdeps/generic/ldsodefs.h: Add declaration for _dl_all_dirs and
3543         _dl_all_init_dirs.
3544         * include/link.h (struct r_search_path_struct): New.
3545         (struct link_map): Use it for l_rpath_dirs and l_runpath_dirs.
3546         * elf/Versions [ld] (GLIBC_2.2): Add _dl_all_dirs and
3547         _dl_all_init_dirs.
3548         * elf/dl-close.c (_dl_close): Free l_rpath_dirs and l_runpath_dirs.
3549         * elf/dl-libc.c (free_mem): Free _dl_all_dirs list except elements
3550         added at startup time.
3551         * elf/dl-load.c: Fix memory handling.  r_search_path_struct
3552         contains element to remember fact that we can free memory.
3553         (all_dirs): Renamed to _dl_all_dirs.  Made global.
3554         (_dl_init_all_dirs): New variable.
3555         (fillin_rpath): Save one malloc call.
3556         (decompose_rpath): Change interface.  New first parameter points to
3557         r_search_path_struct.
3558         (_dl_init_paths): Adjust for changes.  Mark all memory as not
3559         deletable.  Set _dl_init_all_paths value.
3560         (open_path): Remove may_free_dirs parameter.  r_search_path_elem ***
3561         parameter replaced with r_search_path_struct *.  Information about
3562         freeing now contained in r_search_path_struct.
3563         (_dl_map_object): Adjust for above changes.
3565         * elf/dl-open.c (dl_open_worker): Change format of debug info a bit.
3567         * elf/dl-load.c (fillin_rpath): Only check for trusted directories
3568         when adding new entries.
3570         * elf/dl-load.c (fillin_rpath): Make local copy of where string
3571         since the object being loaded can be unloaded.
3573         * iconvdata/Makefile (tests): Add tst-loading.
3574         * iconvdata/tst-loading.c: New file.
3576 2000-08-29  Bruno Haible  <haible@clisp.cons.org>
3578         * stdio-common/vfscanf.c (_IO_vfscanf): Back out last ungetc change.
3579         When comparing a char with an int, always cast the char to
3580         'unsigned char'. New macro ungetc_not_eof, to avoid warnings when
3581         compiling with -funsigned-char. Use UCHAR_MAX+1 instead of UCHAR_MAX.
3583 2000-08-30  Ulrich Drepper  <drepper@redhat.com>
3585         * time/strftime.c (my_strftime): Add compatibility code for use
3586         outside glibc.  Patch by Jim Meyering <meyering@ascend.com>.
3588         * sysdeps/posix/getaddrinfo.c (gaih_local): uname does not everywhere
3589         return 0 for success but always < 0 on failure.
3591         * nss/getXXbyYY_r.c: Define result to *result before including
3592         digits_dots.c.
3594 2000-08-30  Andreas Jaeger  <aj@suse.de>
3596         * math/gen-libm-test.pl (parse_ulps): Remove extra \.
3598 2000-08-29  Ulrich Drepper  <drepper@redhat.com>
3600         * iconvdata/big5hkscs.c: Rewritten.  Regenerate data from the
3601         official file.
3602         * iconvdata/TESTS: Add BIG5HKSCS entry.
3603         * iconvdata/testdata/BIG5HKSCS: New file.
3604         * iconvdata/testdata/BIG5HKSCS..UTF8: New file.
3606         * iconvdata/big5.c (BODY for FROM_LOOP): Remove condition which is
3607         always true.
3609         * libio/iogetline.c: Set mode before the loop in case n==0.
3610         * libio/iogetwline.c: Likewise.
3612 2000-08-29  H.J. Lu  <hjl@gnu.org>
3614         * libio/fileops.c (new_do_write): Check fp->_mode <= 0 instead
3615         of fp->_mode < 0.
3616         (_IO_new_file_overflow): Likewise.
3617         * libio/genops.c (_IO_flush_all): Likewise.
3618         * libio/ioftell.c (_IO_ftell): Likewise.
3620 2000-08-29  Akira Higuchi  <a@kondara.org>
3622         * iconv/gconv_db.c (increment_counter): Reset __init_fct, __fct,
3623         and __end_fct fields of struct __gconv_step.
3624         * iconv/Makefile (tests): Add iconv-bug2.
3625         * iconv/iconv-bug2.c: New file.
3627         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Pass 'inend - inptr'
3628         instead of 'inptr - inend' to ksc5601_to_ucs4.
3630         * iconvdata/sjis.c (BODY for FROM_LOOP): Allow 0x7f character.
3632         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): If an incomplete
3633         character or shift sequence is found at the end of the input
3634         string, return__GCONV_INCOMPLETE_INPUT instead of
3635         __GCONV_EMPTY_INPUT.
3636         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
3637         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
3639         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Return
3640         __GCONV_ILLEGAL_INPUT for 8bit characters.
3642 2000-08-29  Ulrich Drepper  <drepper@redhat.com>
3644         * signal/signal.h (sigpause): Move __THROW before __asm__.
3646         * inet/rcmd.c (__checkhost_sa): If getnameinfo succeeds but the
3647         names don't match don't return.
3648         Patch by Olaf Kirch <okir@flash.lst.de>.
3650 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
3652         * time/strftime.c (my_strftime): Handle # flag for %b as well.
3654 2000-08-27  H.J. Lu  <hjl@gnu.org>
3656         * posix/Makefile (otherlibs): Add for building with static-nss
3657         for "make check".
3659 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
3661         * libio/stdio.h: Add fmemopen prototype.
3663 2000-08-25  Andreas Jaeger  <aj@suse.de>
3665         * libio/Makefile (routines): Add fmemopen.
3666         (tests): Add test-fmemopen.
3667         * libio/Versions: Add fmemopen with version GLIBC_2.2.
3668         * libio/test-fmemopen.c: New file.
3669         * libio/fmemopen.c: New file.
3670         Patches by Hanno Mueller <kontakt@hanno.de>.
3672 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
3674         * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: Prevent double
3675         inclusion.  Patch by Jes Sorensen <jes@linuxcare.com>.
3677         * locale/localeinfo.h (LIMAGIC): Change base number to 0x20000828
3678         to avoid crashing statically linked applications.
3680 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
3682         * string/strxfrm.c (strxfrm, wcsxfrm): Include <sys/param.h>.
3683         If nrules == 0 and srclen < n, copy only srclen + 1 characters.
3685         * sysdeps/generic/getdomain.c (getdomainname): Include <sys/param.h>.
3686         If the result is fits in the buffer, copy only as many bytes as needed.
3688         * sysdeps/generic/_strerror.c (__strerror_r): Don't zero-fill the
3689         buffer after copying numbuf into it.
3690         * sysdeps/mach/_strerror.c (__strerror_r): Likewise.
3692 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
3694         * posix/confstr.c (confstr): When string_len > len, NUL-terminate
3695         the result.  When string_len < len, don't clear the rest of the buffer.
3697 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
3699         Support for new LC_COLLATE format.
3700         * locale/coll-lookup.h: New file.
3701         * locale/weightwc.h (findidx): When size == 0, call
3702         collidx_table_lookup.
3703         * wcsmbs/wcscoll.c: Include coll-lookup.h.
3704         * wcsmbs/wcsxfrm.c: Likewise.
3705         * posix/fnmatch.c: Likewise.
3706         * posix/fnmatch_loop.c (internal_fnwmatch): When size == 0, call
3707         collseq_table_lookup.
3708         * locale/programs/3level.h: New file.
3709         * locale/programs/ld-ctype.c: (wcwidth_table, wctrans_table): Define
3710         by including "3level.h".
3711         * locale/programs/ld-collate.c (wchead_table, collidx_table,
3712         collseq_table): New types, defined by including "3level.h".
3713         (locale_collate_t): New wcheads_3level, wcseqorder_3level fields.
3714         (encoding_mask, encoding_byte): Remove.
3715         (utf8_encode): Use simple shifts instead.
3716         (collate_finish): When !oldstyle_tables, set plane_size and plane_cnt
3717         to 0, and initialize and fill wcheads_3level and wcseqorder_3level.
3718         (collate_output): New local variable tablewc_3level. When
3719         !oldstyle_tables, set table_size to 0 and names to NULL and fill
3720         tablewc_3level instead of tablewc. Change format of TABLEWC and
3721         COLLSEQWC entries written to the file.
3722         * locale/C-collate.c (collseqwc): Change format.
3723         (_nl_C_LC_COLLATE): Set HASH_SIZE and HASH_LAYERS to 0, change format
3724         of COLLSEQWC.
3725         * locale/Makefile (distribute): Add coll-lookup.h, programs/3level.h.
3727 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
3729         * locale/programs/ld-ctype.c (MAX_CHARNAMES_IDX): New macro.
3730         (locale_ctype_t): New charnames_idx field.
3731         (ctype_startup): Initialize charnames_idx field.
3732         (find_idx): Speed up dramatically by using charnames_idx inverse table.
3734 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
3736         * locale/C-ctype.c: Switch to new locale format.
3737         (_nl_C_LC_CTYPE_names): Remove array.
3738         (STRUCT_CTYPE_CLASS): New macro.
3739         (_nl_C_LC_CTYPE_class_{upper,lower,alpha,digit,xdigit,space,print,
3740         graph,blank,cntrl,punct,alnum}, _nl_C_LC_CTYPE_map_{toupper,tolower}):
3741         New three-level tables.
3742         (_nl_C_LC_CTYPE_width): Change from array to three-level table.
3743         (_nl_C_LC_CTYPE): Fix nstrings value. Set HASH_SIZE and HASH_LAYERS
3744         to 0. Change WIDTH format. Set CLASS_OFFSET and MAP_OFFSET. Add
3745         12 class tables and 2 map tables at the end.
3746         * ctype/ctype-info.c (_nl_C_LC_CTYPE_names): Remove declaration.
3747         (_nl_C_LC_CTYPE_class_{upper,lower,alpha,digit,xdigit,space,print,
3748         graph,blank,cntrl,punct,alnum}, _nl_C_LC_CTYPE_map_{toupper,tolower}):
3749         New declarations.
3750         (b): Remove trailing semicolon.
3751         (__ctype_names, __ctype_width): Don't initialize.
3752         (__ctype32_wctype, __ctype32_wctrans, __ctype32_width): Initialize.
3754 2000-08-27  Bruno Haible  <haible@clisp.cons.org>
3756         * elf/dl-load.c (open_path): Add a argument telling whether *dirsp
3757         is guaranteed to be allocated with the same malloc() and may be
3758         passed to free().
3759         (_dl_map_object): Update open_path calls. If rtld_search_dirs has
3760         been set to empty by an earlier open_path call, don't pass it again.
3762 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
3764         * include/libintl.h: Include <locale.h> since libintl.h doesn't if
3765         we are not optimizing.
3767         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Protect against double
3768         inclusion.
3770         * stdio-common/vfscanf.c (ungetc): Cast c to signed char first to
3771         really match EOF.
3772         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
3774 2000-08-28  Andreas Jaeger  <aj@suse.de>
3776         * sysdeps/i386/fpu/libm-test-ulps: Tweaks for AMD Athlon.
3778 2000-08-28  Mark Kettenis  <kettenis@gnu.org>
3780         * sysdeps/mach/hurd/getpeername.c (__getpeername): Renamed from
3781         getpeername.  Use ISO C style function definition.
3782         (getpeername): Provide weak alias.
3783         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Renamed from
3784         setrlimit.  Use ISO C style function definition.
3785         (setrlimit): Provide weak alias.
3787 2000-08-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3789         * shlib-versions: Add a rule for S/390 to the libm version list.
3790         * sysdeps/s390/Versions: New file.
3791         * sysdeps/unix/sysv/linux/s390/Dist: Add oldgetrlimit64.c.
3792         * sysdeps/unix/sysv/linux/s390/Makefile: Add oldgetrlimit64.
3793         * sysdeps/unix/sysv/linux/s390/Versions: New file.
3794         * sysdeps/unix/sysv/linux/s390/alphasort64.c: New file.
3795         * sysdeps/unix/sysv/linux/s390/chown.c: New file.
3796         * sysdeps/unix/sysv/linux/s390/fxstat.c: New file.
3797         * sysdeps/unix/sysv/linux/s390/getdents64.c: New file.
3798         * sysdeps/unix/sysv/linux/s390/getrlimit.c: New file.
3799         * sysdeps/unix/sysv/linux/s390/getrlimit64.c: New file.
3800         * sysdeps/unix/sysv/linux/s390/lxstat.c: New file.
3801         * sysdeps/unix/sysv/linux/s390/oldgetrlimit64.c: New file.
3802         * sysdeps/unix/sysv/linux/s390/readdir64.c: New file.
3803         * sysdeps/unix/sysv/linux/s390/readdir64_r.c: New file.
3804         * sysdeps/unix/sysv/linux/s390/scandir64.c: New file.
3805         * sysdeps/unix/sysv/linux/s390/setrlimit.c: New file.
3806         * sysdeps/unix/sysv/linux/s390/syscalls.list: New file.
3807         * sysdeps/unix/sysv/linux/s390/versionsort64.c: New file.
3808         * sysdeps/unix/sysv/linux/s390/xstat.c: New file.
3810 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
3812         * sysdeps/unix/sysv/linux/powerpc/Makefile [$(subdir)==csu]
3813         (CFLAGS-initfini.s): Add -DWEAK_GMON_START.
3815         * elf/Versions [ld] (GLIBC_2.2): Export _dl_debug_files.
3816         * elf/dl-close.c (_dl_close): Print debug message if object is not
3817         unloaded.
3818         * elf/dl-open.c (dl_open_worked): Print message about opencount before
3819         returning to caller.
3821         * po/zh.po: Renamed to...
3822         * po/zh_TW.po: ...this.
3824 2000-08-27  Geoff Keating  <geoffk@cygnus.com>
3826         * sysdeps/powerpc/fpu/feenablxcpt.c: Correct bogus checkin.
3828         * sysdeps/powerpc/fpu/fedisblxcpt.c: New file.
3829         * sysdeps/powerpc/fpu/feenablxcpt.c: New file.
3830         * sysdeps/powerpc/fpu/fegetexcept.c: New file.
3831         * sysdeps/unix/sysv/linux/powerpc/fe_nomask.c: New file.
3833 2000-08-27  Ulrich Drepper  <drepper@redhat.com>
3835         * locale/programs/ld-collate.c (insert_weights): Also update
3836         backpointer of next element.
3837         (collate_read): Allow definition of new collation symbols in stage 2.
3838         Symbol after reorder-after can be UCS4 value.
3839         Allow reordering of collation symbols and elements.
3840         Do not only move reorder entry in new position.  Instead call
3841         insert_weight to do this and read the weights.
3843         * locale/findlocale.c (free_mem): Add cast to avoid warning.
3845         * intl/dcigettext.c (DCIGETTEXT): Remove _nl_find_language in code
3846         to determine invalid locale name.
3847         * locale/findlocale.c (_nl_find_locale): Likewise.
3849         * posix/annexc.c: Correct test for unavailable feature.
3851         * sysdeps/unix/sysv/linux/i386/sys/io.h (outw): Fix __INLINE ->
3852         __inline.
3854 2000-08-26  Ulrich Drepper  <drepper@redhat.com>
3856         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getdents64
3857         syscall.
3859         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir)==resource]
3860         (sysdep_routines): Add oldgetrlimit64.
3862         * elf/Makefile (distribute): Add unloadmod.c, reldepmod1.c,
3863         reldepmod2.c, reldepmod3.c, and reldepmod4.c.
3864         (tests): Add unload, reldep, reldep2, and reldep3.
3865         (modules-names): Add unloadmod, reldepmod1, reldepmod2, reldepmod3,
3866         and reldepmod4.
3867         Add rules to build and run unload, reldep, reldep2, and reldep3.
3868         * elf/dl-lookup.c (_dl_lookup_symbol): Add new parameter explicit.
3869         Don't create relocation dependency if it is nonzero.
3870         (_dl_lookup_symbol_skip): Remove relocation dependency stuff.  This
3871         can never happen here.
3872         (_dl_lookup_versioned_symbol): Add new parameter explicit.
3873         Don't create relocation dependency if it is nonzero.
3874         (_dl_lookup_versioned_symbol_skip): Remove relocation dependency
3875         stuff.  This can never happen here.
3876         * sysdeps/generic/ldsodefs.h: Change prototypes.
3877         * elf/dl-reloc.c (RESOLVE_MAP): Pass 0 in explicit parameter to
3878         _dl_lookup_up and _dl_lookup_versioned_symbol.
3879         (RESOLV): Likewise.
3880         * elf/dl-runtime.c (fixup): Likewise.
3881         (profile_fixup): Likewise.
3882         * elf/dl-libc.c (do_dlsym): Pass 1 in explicit parameter to
3883         _dl_lookup_symbol.
3884         * elf/dl-symbol.c (_dl_symbol_value): Likewise.
3885         * elf/rtld.c (dl_main): Likewise.
3886         * elf/dl-sym.c (_dl_sym): Pass 1 in explicit parameter to
3887         _dl_lookup_symbol if handle is not RTLD_DEFAULT.  Always compute
3888         and pass down the caller map.
3889         (_dl_vsym): Likewise.
3890         * elf/reldep.c: New file.
3891         * elf/reldep2.c: New file.
3892         * elf/reldep3.c: New file.
3893         * elf/reldepmod1.c: New file.
3894         * elf/reldepmod2.c: New file.
3895         * elf/reldepmod3.c: New file.
3896         * elf/reldepmod4.c: New file.
3897         * elf/unload.c: New file.
3898         * elf/unloadmod.c: New file.
3900         * elf/do-lookup.h: Remove unused undef_name parameter.
3901         * elf/dl-lookup.c: Adjust callers.
3903 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
3905         * iconv/gconv_trans.c (__gconv_transliterate): Pass NULL instead of
3906         irreversible in recursive call of conversion function to signal that
3907         no error handling is wanted.
3908         * iconv/loop.c (ignore_errors_p): irreversible must be != NULL, too.
3909         (STANDARD_ERR_HANDLER): Don't do anything if irreversible == NULL.
3910         * iconv/skeleton.c (lirreversiblep): New variable.  Set to NULL is
3911         recursive error handling call, otherwise to &lirreversible.  Use it
3912         for calls to conversion functions.
3913         * iconv/gconv_simple.c (ucs4_internal_loop): Don't handle errors when
3914         transliterating.
3915         (ucs4_internal_loop_unaligned): Likewise.
3916         (ucs4le_internal_loop): Likewise.
3917         (ucs4le_internal_loop_unaligned): Likewise.
3919 2000-08-25  Greg McGary  <greg@mcgary.org>
3921         * sysdeps/i386/memchr.S: Check high bound against chars
3922         actually scanned.
3923         * sysdeps/i386/memcmp.S: Likewise.
3924         * sysdeps/i386/stpncpy.S: Adjust high-bound check to
3925         account for pointers that lie one beyond end-of-buffer.
3927 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
3929         * elf/Makefile (LDFLAGS-nodelete): Add -rdynamic.
3930         * elf/nodelete.c (fini_ran): New global variable.
3931         (do_test): Before every dlclose call clear fini_ran and test
3932         afterwards that it is not set by the destructors.
3933         * elf/nodelmod1.c: Add destructor which sets fini_ran.
3934         * elf/nodelmod2.c: Likewise.
3935         * elf/nodelmod4.c: Likewise.
3937 2000-08-21  Jes Sorensen  <jes@linuxcare.com>
3939         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add getrlimit and
3940         getrlimit to the list.
3942 2000-08-18  Jes Sorensen  <jes@linuxcare.com>
3944         * sysdeps/ia64/Implies: gcc now has support for the Intel 80 bit
3945         long double format so use ldbl-96 instead of ldbl-128.
3947 2000-08-25  Ulrich Drepper  <drepper@redhat.com>
3949         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap): Return -EINVAL
3950         even if bits 10 a 11 are non-zero.
3951         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64): Likewise.
3953         * Makeconfig: Ensures the soversions.mk part of Makefile gets
3954         included before building gnu/lib-names.h
3955         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
3957         * elf/dl-close.c (_dl_close): Don't run destructors of objects
3958         marked DF_1_NODELETE.
3960         * sysdeps/posix/system.c (__libc_system): We cannot use vfork here
3961         since we call sigaction in the child.
3963 2000-08-25  Andreas Jaeger  <aj@suse.de>
3965         * iconvdata/Makefile ($(objpfx)bug-iconv1.out): Depend on
3966         gconv-modules.
3968 2000-08-25  Andreas Jaeger  <aj@suse.de>
3970         * manual/arith.texi (Control Functions): Clarify possible
3971         arguments.  Closes PR libc/1856.
3973 2000-08-24  H.J. Lu  <hjl@gnu.org>
3975         * stdio-common/Makefile (tests): Don't do it for cross compiling.
3976         * malloc/Makefile (tests): Likewise.
3978 2000-08-24  Ulrich Drepper  <drepper@redhat.com>
3980         * iconvdata/unicode.c (gconv_init): Correct test for direction.
3982 2000-08-24  Andreas Jaeger  <aj@suse.de>
3984         * malloc/Makefile (extra-objs): Fix last patch, build memusagestat
3985         only if LIBGD is available.
3987 2000-08-24  Ulrich Drepper  <drepper@redhat.com>
3989         * resolv/res_send.c (res_ourserver_p): Cleanup the type mess to avoid
3990         problems with now restrict parameter types.
3991         (convaddr4to6): Likewise.
3993 2000-08-24  Denis Joseph Barrow  <djbarrow@de.ibm.com>
3995         * sysdeps/s390/fpu/fedisblxcpt.c: New file.
3996         * sysdeps/s390/fpu/feenablxcpt.c: New file.
3997         * sysdeps/s390/fpu/fegetexcept.c: New file.
3998         * sysdeps/s390/fpu/fenv_libc.h: Some reordering, new definition
3999         FPC_VALID_MASK.
4001 2000-08-24  Andreas Jaeger  <aj@suse.de>
4003         * malloc/Makefile (extra-objs): Add memusagestat.o.
4004         (generated): Added memusage and memusagestat for make clean.
4006         * libio/tst_putwc.c (do_test): Delete temporary file.
4007         Move inclusion of test-skeleton to front to have prototype for
4008         add_temp_file.
4010         * posix/Makefile (generated): Add wordexp-tst.out.
4012 2000-08-24  Ulrich Drepper  <drepper@redhat.com>
4014         * resolv/res_hconf.c (free_mem): Remove not needed if.
4016         * time/tzset.c (free_mem): New function.
4017         * string/strsignal.c (free_mem): New function.
4018         * inet/inet_ntoa.c (free_mem): New function.
4019         * sunrpc/clnt_perr.c (free_mem): New function.
4021 2000-08-24  Andreas Jaeger  <aj@suse.de>
4023         * sysdeps/unix/syscalls.list: Use __setrlimit as strong name.
4024         * sysdeps/unix/sysv/syscalls.list: Likewise.
4026         * posix/unistd.h: Move internal prototypes from here ...
4027         * include/unistd.h: ... to here.
4029         * sysvipc/sys/shm.h: Add const attribute to __getpagesize.
4031 2000-08-24  Ulrich Drepper  <drepper@redhat.com>
4033         * grp/initgroups.c (initgroups): Deallocate groups array.
4034         Reported by jani.raiha@sonera.com [PR libc/1868].
4036         * sysdeps/s390/Dist: Add fpu/fenv_libc.h.
4037         * sysdeps/alpha/Dist: Likewise.
4039 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
4041         * crypt/md5-crypt.c (free_mem): Fix typo (constructor ->
4042         destructor).  Reported by Solar Designer <solar@false.com>.
4044         * iconv/gconv_conf.c (add_module): Remove some unneeded code to
4045         avoid adding double slashes.
4047 2000-08-23  Jakub Jelinek  <jakub@redhat.com>
4049         * dirent/dirent.h (alphasort, versionsort): Move __attribute_pure__
4050         out of the __REDIRECT macro.
4052 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
4054         * stdio-common/vfscanf.c: Add %F format support.
4056         * locale/programs/ld-ctype.c (ctype_output): Make sure
4057         _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN and
4058         _NL_CTYPE_TRANSLIT_IGNORE_LEN are aligned.
4059         (ctype_read): Enable returning of wide character strings for reading
4060         transliteration information.
4062 2000-08-23  Andreas Jaeger  <aj@suse.de>
4064         * sysdeps/unix/sysv/linux/i386/sys/io.h (_EXTERN_INLINE): Remove.
4065         Use static __inline instead of _EXTERN_INLINE.
4067         * misc/sys/select.h: Move prototypes of __select from here ...
4068         * include/sys/select.h: ... to here.
4070         * socket/sys/socket.h: Move prototypes of __send and __connect
4071         from here....
4072         * include/sys/socket.h: ... to here.
4074         * locale/programs/ld-ctype.c (ctype_read): Fix parameter for
4075         lr_error.
4077 2000-08-23  Jakub Jelinek  <jakub@redhat.com>
4079         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Use
4080         __setrlimit as strong name. Takes only 2 arguments.
4082         * sysdeps/unix/sysv/linux/sh/syscalls.list: __syscall_setrlimit
4083         takes only 2 arguments.
4085 2000-08-23  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4087         * sysdeps/s390/__longjmp.c: Add __ to JB_GPR*.
4089         * sysdeps/s390/bits/setjmp.h: Add __ to JB_GPR* defines.
4091 2000-08-23  Ulrich Drepper  <drepper@redhat.com>
4093         * locale/programs/ld-ctype.c (ctype_read): Allow more than one
4094         default_missing character being specified, pick the first
4095         representable.
4097 2000-08-23  Andreas Jaeger  <aj@suse.de>
4099         * include/wchar.h: Add some pure attributes.
4101         * time/time.h: Add const attribute for dysize.
4103         * include/stdlib.h: Add malloc attribute to __posix memalign.
4105         * stdlib/stdlib.h: Add some pure and malloc attributes.
4106         * wcsmbs/wchar.h: Likewise.
4108         * dirent/dirent.h: Add some pure attributes.
4109         * include/dirent.h: Likewise.
4111 2000-08-23  Jakub Jelinek  <jakub@redhat.com>
4113         * inet/netinet/in.h (struct in6_addr): Don't enforce 64bit alignment
4114         on 64bit arches.
4116 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
4118         * iconvdata/iso-2022-jp.c: In conversion to ISO-2022-JP, add two
4119         missing buffer size checks.
4121 2000-08-23  Andreas Jaeger  <aj@suse.de>
4123         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Use __setrlimit as
4124         strong name.
4125         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4127         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include "kernel-features.h",
4128         otherwise __LINUX_KERNEL_VERSION might not be defined.
4129         (MIN): Define if not already defined.
4131 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
4133         * stdio-common/vfprintf.c: Handle %F format.
4134         * stdio-common/printf-parse.h (parse_one_spec): Likewise.
4135         Reported by Joseph S. Myers <jsm28@cam.ac.uk>.
4137         * stdio-common/tstdiomisc.c: Add test for %F printf format.
4139         * po/zh.po: New file.
4141         * iconvdata/sjis.c: In conversion from UCS4, correct test for
4142         enough room in target buffer.
4143         Patch by KUSANO Takayuki <AE5T-KSN@asahi-net.or.jp> [PR libc/1865].
4144         * iconvdata/bug-iconv1.c: New file.
4145         * iconvdata/Makefile (tests): Add bug-iconv1.
4147         * locale/iso-4217.def: Update entry for Nicaragua.
4149 2000-08-22  Mark Kettenis  <kettenis@gnu.org>
4151         * hurd/hurdsig.c: Rearrange headers a bit.
4152         (_hurdsig_init): Block until _hurd_msgport_thread is initialized
4153         when cthreads is being used.
4155 2000-08-22  Ulrich Drepper  <drepper@redhat.com>
4157         * elf/Makefile (distribute): Add dl-osinfo.h.
4158         * sysdeps/generic/dl-osinfo.h: New file.
4159         * sysdeps/unix/sysv/linux/dl-osinfo.h: New file.
4160         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Use DL_SYSDEP_OSCHECK
4161         if defined.
4162         * sysdeps/unix/sysv/linux/init-first.c: Perform kernel version test
4163         only for !SHARED case.  Get the code from dl-osinfo.h.
4165         * stdlib/random_r.c: Cleanups.
4166         * stdlib/tst-random.c: New file.
4167         * stdlib/Makefile (tests): Add tst-random.
4168         Patches by Michael Fischer <fischer-michael@cs.yale.edu>.
4170 2000-08-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4172         * sysdeps/unix/sysv/linux/s390/getmsg.c: Remove.
4173         * sysdeps/unix/sysv/linux/s390/getpmsg.c: Remove.
4174         * sysdeps/unix/sysv/linux/s390/putmsg.c: Remove.
4175         * sysdeps/unix/sysv/linux/s390/putpmsg.c: Remove.
4177 2000-08-22  Jakub Jelinek  <jakub@redhat.com>
4179         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sysctl): Remove.
4180         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sysctl): Remove.
4181         (__syscall__sysctl): Add.
4183 2000-08-21  Andreas Jaeger  <aj@suse.de>
4185         * stdlib/tst-strtol.c: Add test for 0xFFFFFFFFFFFF00FF (from PR
4186         libc/1864).
4187         * stdlib/tst-strtoll.c: Likewise.
4189 2000-08-21  Ulrich Drepper  <drepper@redhat.com>
4191         * stdlib/random_r.c (__setstate_r): Also compute end_ptr
4192         correctly.
4193         (__initstate_r): Set errno on error.
4194         (__random_r): Likewise.
4195         (__setstate_r): Correct offset when computing
4196         new rptr and fptr.  Test for arg_state being NULL.
4197         Reported by Michael Fischer <fischer@cs.yale.edu>.
4199         * posix/regex.h: Add macro definitions to allow compiling outside
4200         glibc.
4202         * sysdeps/i370/Implies: Removed.
4203         * sysdeps/mvs/Implies: Removed.
4205         * catgets/catgets.c (catopen): Filter out env_var values with / if
4206         necessary.
4208         * locale/findlocale.c (_nl_find_locale): Move test for unusable
4209         locale name after all getenvs.
4211         * configure.in: Allow sed versions like 3.02.8.
4212         Patch by Rodrigo Barbosa <rodrigob@conectiva.com.br>.
4214 2000-08-21  Marko Myllynen  <myllynen@lut.fi>
4216         * inet/netinet/icmp6.h: Add Mobile IPv6 extensions structures.
4218 2000-08-21  Ulrich Drepper  <drepper@redhat.com>
4220         * sysdeps/posix/getaddrinfo.c (gethosts): Handle TRY_AGAIN error
4221         of gethostbyname2_r call.
4223         * intl/locale.alias: Add aliases for Korean.
4225 2000-08-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4227         * sysdeps/s390/__longjmp.c: Remove unused variable result.
4228         * sysdeps/s390/fpu/bits/fenv.h: Move FPC_* definitions to fenv_libc.h.
4229         * sysdeps/s390/fpu/fclrexcpt.c: Include fenv_libc.h instead of fenv.h.
4230         * sysdeps/s390/fpu/fegetenv.c: New file.
4231         * sysdeps/s390/fpu/fegetround.c: Include fenv_libc.h instead of fenv.h.
4232         * sysdeps/s390/fpu/feholdexcpt.c: New file.
4233         * sysdeps/s390/fpu/fenv_libc.h: New file.
4234         * sysdeps/s390/fpu/fesetenv.c: New file.
4235         * sysdeps/s390/fpu/fesetround.c: Include fenv_libc.h instead of fenv.h.
4236         * sysdeps/s390/fpu/feupdateenv.c: New file.
4237         * sysdeps/s390/fpu/fgetexcptflg.c: Reformatted.
4238         * sysdeps/s390/fpu/fpu_control.h: Corrected header.
4239         * sysdeps/s390/fpu/fraiseexcpt.c: New file.
4240         * sysdeps/s390/fpu/fsetexcptflg.c: New file.
4241         * sysdeps/s390/fpu/ftestexcept.c: New file.
4242         * sysdeps/s390/fpu/libm-test-ulps: New file.
4243         * sysdeps/s390/gmp-mparam.h: Add end of comment.
4244         * sysdeps/s390/initfini.c: New file.
4245         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
4246         * sysdeps/unix/sysv/linux/s390/Makefile: Remove sys/reg.h.
4247         * sysdeps/unix/sysv/linux/s390/bits/stat.h: New file.
4248         * sysdeps/unix/sysv/linux/s390/lchown.c: New file.
4249         * sysdeps/unix/sysv/linux/s390/sys/elf.h: Move elf definitions to
4250         sys/procfs.h as proposed by Mark Kettenis.
4251         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: New file.
4253 2000-08-21  Andreas Jaeger  <aj@suse.de>
4255         * include/poll.h: Include include/sys/poll.h to get __poll
4256         declaration.
4258         * io/sys/poll.h: Move __poll declaration from here...
4259         * include/sys/poll.h: ...to here.
4261         * include/sys/socket.h (__getpeername): Add declaration.
4263         * include/wchar.h (__vswprintf): Add declaration.
4265         * include/stdio.h (__flockfile): Add declaration.
4266         (__funlockfile): Likewise.
4268 2000-08-20  Ulrich Drepper  <drepper@redhat.com>
4270         * misc/sys/cdefs.h: Define __restrict_arr.
4271         * include/sys/time.h: Add restrict where required by AGd4.
4272         * inet/arpa/inet.h: Likewise.
4273         * io/sys/stat.h: Likewise.
4274         * io/sys/statvfs.h: Likewise.
4275         * misc/search.h: Likewise.
4276         * misc/sys/select.h: Likewise.
4277         * posix/glob.h: Likewise.
4278         * posix/regex.h: Likewise.
4279         * posix/spawn.h: Likewise.
4280         * posix/unistd.h: Likewise.
4281         * rt/aio.h: Likewise.
4282         * signal/signal.h: Likewise.
4283         * socket/sys/socket.h: Likewise.
4284         * stdlib/ucontext.h: Likewise.
4285         * streams/stropts.h: Likewise.
4286         * string/string.h: Likewise.
4287         * time/time.h: Likewise.
4288         * time/sys/time.h: Likewise.
4290         * posix/spawn.h: Add declarations for posix_spawnattr_getscheparam
4291         and posix_spawnattr_setscheparam.
4293         * libio/stdio.h: Make cuserid prototype again available for all
4294         XPG versions.
4296         * argp/argp-help.c: Unify use of function aliases to make more compact
4297         PLT.
4298         * include/libintl.h: Likewise.
4299         * inet/rcmd.c: Likewise.
4300         * intl/dcigettext.c: Likewise.
4301         * libio/iofputws.c: Likewise.
4302         * libio/iofputws_u.c: Likewise.
4303         * libio/iogetwline.c: Likewise.
4304         * libio/swprintf.c: Likewise.
4305         * malloc/malloc.c: Likewise.
4306         * nss/digits_dots.c: Likewise.
4307         * posix/fnmatch.c: Likewise.
4308         * posix/spawn_faction_addclose.c: Likewise.
4309         * posix/spawn_faction_adddup2.c: Likewise.
4310         * posix/spawn_faction_addopen.c: Likewise.
4311         * posix/spawni.c: Likewise.
4312         * posix/wordexp.c: Likewise.
4313         * posix/spawni.c: Likewise.
4314         * resolv/res_hconf.c: Likewise.
4315         * resolv/res_init.c: Likewise.
4316         * shadow/lckpwdf.c: Likewise.
4317         * signal/sighold.c: Likewise.
4318         * signal/sigrelse.c: Likewise.
4319         * stdio-common/printf-parse.h: Likewise.
4320         * stdio-common/printf-prs.c: Likewise.
4321         * stdio-common/printf_fp.c: Likewise.
4322         * stdio-common/vfprintf.c: Likewise.
4323         * stdio-common/vfscanf.c: Likewise.
4324         * stdlib/rpmatch.c: Likewise.
4325         * sunrpc/create_xid.c: Likewise.
4326         * sunrpc/key_call.c: Likewise.
4327         * sysdeps/generic/setrlimit64.c: Likewise.
4328         * sysdeps/generic/utmp_file.c: Likewise.
4329         * sysdeps/generic/vlimit.c: Likewise.
4330         * sysdeps/posix/posix_fallocate.c: Likewise.
4331         * sysdeps/posix/posix_fallocate64.c: Likewise.
4332         * sysdeps/posix/sigpause.c: Likewise.
4333         * sysdeps/posix/sigset.c: Likewise.
4334         * sysdeps/unix/grantpt.c: Likewise.
4335         * sysdeps/unix/bsd/ualarm.c: Likewise.
4336         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
4337         * sysdeps/unix/sysv/linux/getloadavg.c: Likewise.
4338         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
4339         * sysdeps/unix/sysv/linux/ulimit.c: Likewise.
4340         * time/strftime.c: Likewise.
4341         * wcsmbs/wcscoll.c: Likewise.
4342         * wcsmbs/wcsxfrm.c: Likewise.
4344         * time/tst-getdate.c (main): Make error messages more human readable.
4346         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Allow gcc to generate
4347         postinc/predec instruction.
4348         (_FPU_SETCW): Likewise.
4349         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
4351 2000-08-20  Andreas Jaeger  <aj@suse.de>
4353         * time/tst-getdate.c (main): Increase error in case of wrong
4354         conversion.
4355         Fix typo in test case.
4357 2000-08-20  Ulrich Drepper  <drepper@redhat.com>
4359         * ctype/ctype.h (isblank): Make available if ISO C99.
4360         * wctype/wctype.h (iswblank): Make available if ISO C99.
4361         * math/math.h (signgam): Don't make available if ISO C99.
4362         * math/tgmath.h (tgamma): Renamed from gamma.
4363         Patches by Joseph S. Myers <jsm28@cam.ac.uk>.
4365         * intl/loadmsgcat.c (_nl_unload_domain): Also free conv_tab element.
4366         Pretty printing.
4367         * intl/plural.y (new_exp): Take number of optional parameters in
4368         second parameter.  Test for correct number of parameters and free
4369         correctly in case of failure.  Adjust all callers.
4370         (yylex): Allow ';' as terminator character.
4372 2000-08-19  Ulrich Drepper  <drepper@redhat.com>
4374         * locale/lc-time.c (free_mem): New function.  Free alt_digits and
4375         walt_digits.
4377         * locale/findlocale.c (free_mem): Also free here->filename.
4379         * locale/loadlocale.c (_nl_unload_locale): Also free locale->name.
4381         * math/test-fenv.c (feenv_tests): Clear all exceptions before
4382         first test.
4383         (feexcp_nomask_test): Correct printf args.
4384         (feexcp_mask_test): Likewise.
4386 2000-08-19  Andreas Jaeger  <aj@suse.de>
4388         * inet/tst-gethnm.c: Include string.h to provide prototype for
4389         strcmp.
4391         * malloc/mtrace.pl (usage): Inform about --help.
4393 2000-08-19  Wolfram Gloger  <wg@malloc.de>
4395         * malloc/malloc.c (new_heap): Try harder to get an aligned chunk of
4396         size HEAP_MAX_SIZE.
4398 2000-08-19  Andreas Jaeger  <aj@suse.de>
4400         * shlib-versions: Remove libnss_db, libdb and libdb1.
4402 2000-08-19  Jakub Jelinek  <jakub@redhat.com>
4404         * sysdeps/unix/sysv/linux/alpha/readdir.c: Move...
4405         * sysdeps/unix/sysv/linux/ia64/readdir.c: ...here and
4406         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: ...here.
4407         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: Move...
4408         * sysdeps/unix/sysv/linux/ia64/readdir_r.c: ...here and
4409         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: ...here.
4410         * sysdeps/unix/sysv/linux/alpha/readdir64.c: Remove.
4411         * sysdeps/unix/sysv/linux/alpha/readdir64_r.c: Remove.
4412         * sysdeps/unix/sysv/linux/alpha/getdents64.c: Remove.
4413         * sysdeps/unix/sysv/linux/alpha/getdents.c: Only use for non-LFS
4414         getdents.
4415         * sysdeps/unix/sysv/linux/readdir64.c: Remove versioning.
4416         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
4418 2000-08-18  Jakub Jelinek  <jakub@redhat.com>
4420         * include/glob.h (__glob64): Add prototype.
4421         * sysdeps/generic/glob.c: If GLOB_ONLY_P is defined, only
4422         define glob and glob_in_dir.
4423         * sysdeps/unix/sysv/linux/i386/Versions: Add glob64@@GLIBC_2.2.
4424         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
4425         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
4426         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
4427         * sysdeps/unix/sysv/linux/i386/glob64.c: New file.
4428         * sysdeps/unix/sysv/linux/arm/glob64.c: New file.
4429         * sysdeps/unix/sysv/linux/powerpc/glob64.c: New file.
4430         * sysdeps/unix/sysv/linux/sparc/sparc32/glob64.c: New file.
4432 2000-08-18  Jakub Jelinek  <jakub@redhat.com>
4434         * malloc/Makefile (memusage): libmemusage.so is installed in slibdir.
4436 2000-08-17  Andreas Jaeger  <aj@suse.de>
4438         * math/test-fenv.c (fe_single_test): New function.
4439         (fe_env_tests): Use fe_single_test.
4440         (feenable_test): New tests for feenable/fedisable and
4441         fegetexcpetions.
4442         (feexcp_mask_test): New function.
4443         (feexcp_nomask_test): New function.
4445 2000-08-19  Richard Henderson  <rth@cygnus.com>
4447         * sysdeps/alpha/fpu/fenv_libc.h: New file.
4448         * sysdeps/alpha/fpu/fclrexcpt.c: Use it.
4449         * sysdeps/alpha/fpu/fegetenv.c: Likewise.
4450         * sysdeps/alpha/fpu/fesetround.c: Likewise.
4451         * sysdeps/alpha/fpu/fegetround.c: Likewise.
4452         * sysdeps/alpha/fpu/fgetexcptflg.c: Likewise.
4453         * sysdeps/alpha/fpu/fraiseexcpt.c: Likewise.
4454         * sysdeps/alpha/fpu/ftestexcept.c: Likewise.
4455         * sysdeps/alpha/fpu/fedisblxcpt.c: Likewise.  Use the smaller mask.
4456         * sysdeps/alpha/fpu/feenablxcpt.c: Likewise.
4457         * sysdeps/alpha/fpu/fegetexcept.c: Likewise.
4458         * sysdeps/alpha/fpu/feholdexcpt.c: Retain the SWCR_MAP bits.
4459         * sysdeps/alpha/fpu/fesetenv.c: Likewise.
4460         * sysdeps/alpha/fpu/feupdateenv.c: Likewise.
4461         * sysdeps/alpha/fpu/fsetexcptflg.c: Likewise.
4462         * sysdeps/alpha/fpu/bits/fenv.h (FE_DENORMAL): New.
4463         (FE_MAP_DMZ, FE_MAP_UMZ, FE_NONIEEE_ENV): New.
4465 2000-08-19  Andreas Jaeger  <aj@suse.de>
4467         * elf/constload1.c: Include <stdio.h> for puts prototype.
4469 2000-08-19  Ulrich Drepper  <drepper@redhat.com>
4471         * elf/Versions [ld] (GLIBC_2.2): Export _dl_check_map_versions.
4472         * elf/dl-deps.c (_dl_map_object_deps): If object was dependency of
4473         a dynamically loaded object remove old l_initfini list.
4474         * elf/dl-libc.c (free_mem): Used as __libc_subfreeres callback to
4475         remove some dynamically allocated memory blocks in the dynamic
4476         loading data structures.
4477         * elf/dl-load.c (add_name_to_object): Initialize dont_free to 0.
4478         * elf/dl-open.c (dl_open_workder): Don't call _dl_check_all_versions.
4479         Instead call _dl_check_map_versions only for the dependencies.
4480         * elf/rtld.c: Avoid unneccessary initializations.  Mark l_libname
4481         information of initial objects as not free-able.
4482         * sysdeps/generic/ldsodefs.h (struct libname_list): Add dont_free
4483         element.
4485         * elf/filter.c: Call mtrace.
4486         * elf/restest1.c: Likewise.  Close the objects.
4487         * elf/loadtest.c: Call mtrace.  Check result of dlclose.  Print more
4488         debug information.
4490         * elf/constload1.c: Add comment explaining not freed memory.
4492 2000-08-18  Andreas Jaeger  <aj@suse.de>
4494         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Add pads to show
4495         alignment for structs stat and stat64.
4496         Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
4498 2000-08-17  Ulrich Drepper  <drepper@redhat.com>
4500         * sysdeps/unix/sysv/linux/alpha/getdents.c: Remove special d_ino
4501         handling.  Patch by Richard Henderson <rth@twiddle.net>.
4503         * nss/Versions: Remove libnss_db information.
4505 2000-08-16  Jakub Jelinek  <jakub@redhat.com>
4507         * sysdeps/sparc/fpu/fedisblxcpt.c: New file.
4508         * sysdeps/sparc/fpu/feenablxcpt.c: New file.
4509         * sysdeps/sparc/fpu/fegetexcept.c: New file.
4510         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: New file.
4512         * sysdeps/sparc/sparc64/dl-machine.h: Subtract 4 .rela.plt entries
4513         to match Solaris.
4515 2000-08-17  Ulrich Drepper  <drepper@redhat.com>
4517         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Use type-correct code.
4518         (_FPU_SETCW): Likewise.
4519         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
4521         * stdio-common/printf_fp.c: Fix chars_needed computation.
4522         Patch by Greg McGary <greg@mcgary.org>.
4524 2000-08-17  Jakub Jelinek  <jakub@redhat.com>
4526         * elf/dl-load.c (_dl_map_object): Don't crash if both loader and
4527         _dl_loaded are NULL.
4529 2000-08-17  Jakub Jelinek  <jakub@redhat.com>
4531         * manual/arith.texi (feholdexcept): Returns 0 on success.
4533 2000-08-17  Andreas Jaeger  <aj@suse.de>
4535         * sysdeps/gnu/net/if.h (struct ifreq): Add ifru_newname.
4536         (ifr_newname): New.
4537         Reported by Andi Kleen <ak@suse.de>.
4539 2000-08-17  Jakub Jelinek  <jakub@redhat.com>
4541         * sysdeps/alpha/fpu/fedisblxcpt.c: New file.
4542         * sysdeps/alpha/fpu/feenablxcpt.c: New file.
4543         * sysdeps/alpha/fpu/fegetexcept.c: New file.
4545 2000-08-16  Jakub Jelinek  <jakub@redhat.com>
4547         * sysdeps/unix/sysv/linux/xstatconv.c (xstat32_conv): Test sizes
4548         of buf->st_ino and kbuf->st_ino, not __st_ino.
4549         If _HAVE_STAT64___ST_INO is not defined, don't use __st_ino at all.
4550         * sysdeps/unix/sysv/linux/getdents64.c: Change path in #include
4551         directive so that only linux/getdents.c is used, not some
4552         architecture specific one.
4554 2000-08-16  Jakub Jelinek  <jakub@redhat.com>
4556         * sysdeps/i386/fpu/fegetexcept.c (fegetexcept): Return currently
4557         enabled, not disabled exceptions.
4558         * sysdeps/i386/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
4559         * sysdeps/i386/fpu/feenablxcpt.c (feenableexcept): Likewise.
4561 2000-08-17  Greg McGary  <greg@mcgary.org>
4563         * Makeconfig (link-extra-libs-bounded): Strip `-bp' suffix
4564         from test program name when constructing suffix for $(LDLIBS-*).
4565         (bounded-thread-library): New variable.
4566         * crypt/Makefile
4567         [build-shared, build-static] (libcrypt-dep): Remove variable.
4568         ($(addprefix $(objpfx),$(tests))): Consolidate individual dependencies.
4569         [build-bounded] ($(tests:%=$(objpfx)%-bp)): Add dependencies.
4570         * linuxthreads/Makefile (libpthread, librt): Remove variables.
4571         (librt-tests): Add variable.  (tests): Use it.
4572         [build-shared, build-static]
4573         ($(addprefix $(objpfx),$(tests)),
4574         $(addprefix $(objpfx),$(librt-tests))):
4575         Consolidate individual dependencies.
4576         [build-bounded]
4577         ($(tests:%=$(objpfx)%-bp), $(librt-tests:%=$(objpfx)%-bp)):
4578         Add dependencies.
4579         * math/Makefile (LDLIBS-*): Remove variables (they are redundant).
4580         [build-bounded] ($(tests:%=$(objpfx)%-bp)): Add dependencies.
4581         * misc/Makefile
4582         [build-bounded] ($(objpfx)tst-tsearch-bp): Add dependencies.
4583         * rt/Makefile
4584         [build-shared, build-static]
4585         ($(addprefix $(objpfx),$(tests))): Consolidate individual dependencies.
4586         [build-bounded] ($(tests:%=$(objpfx)%-bp)): Add dependencies.
4588 2000-08-17  Greg McGary  <greg@mcgary.org>
4590         * sysdeps/generic/bp-checks.h: s/\(CHECK\w+\)opt/\1_NULL_OK/
4591         * sysdeps/unix/make-syscalls.sh: Likewise.
4592         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
4593         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
4594         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
4595         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c: Likewise.
4596         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Likewise.
4598 2000-08-17  Greg McGary  <greg@mcgary.org>
4600         * sysdeps/i386/fpu/s_frexp.S: Check bounds.
4601         Wrap extern symbols in BP_SYM ().
4602         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
4603         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
4604         * sysdeps/i386/fpu/s_remquo.S: Likewise.
4605         * sysdeps/i386/fpu/s_remquof.S: Likewise.
4606         * sysdeps/i386/fpu/s_remquol.S: Likewise.
4607         * sysdeps/i386/fpu/s_sincos.S: Likewise.
4608         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
4609         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
4610         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
4611         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
4613 2000-08-16  Andreas Schwab  <schwab@suse.de>
4615         * sysdeps/m68k/fpu/fegetexcept.c: New file.
4616         * sysdeps/m68k/fpu/fedisblxcpt.c: New file.
4617         * sysdeps/m68k/fpu/feenablxcpt.c: New file.
4619 2000-08-15  Ulrich Drepper  <drepper@redhat.com>
4621         * sysdeps/generic/ldsodefs.h: Declare _nl_nloaded.
4622         * elf/Versions [ld] (GLIBC_2.2): Add _nl_nloaded.
4623         * elf/dl-support.c: Define _nl_nloaded.
4624         * elf/rtld.c: Likewise.  Increment _nl_nloaded for rtld itself.
4625         * elf/dl-object.c (_dl_new_object): Increment _nl_nloaded after adding
4626         object to global list.
4627         * elf/dl-close.c (_dl_close): Decrement _nl_nloaded after removing
4628         from _dl_loaded list.
4629         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4630         * elf/dl-fini.c (_dl_fini): Use _nl_nloaded instead of computing the
4631         number here.
4633         * sysdeps/i386/fpu/fedisblxcpt.c (fedisableexcept): Mask, not
4634         unmask, exceptions.
4635         * sysdeps/i386/fpu/feenablxcpt.c (feenableexcept): Unmask, not mask,
4636         exceptions.
4637         Reported by Harvey J. Stein <hjstein@bfr.co.il>.
4639 2000-08-16  Andreas Jaeger  <aj@suse.de>
4641         * elf/elf.h (EM_X8664): Add official x86-64 specific value.
4643 2000-08-15  Marko Myllynen  <myllynen@lut.fi>
4645         * inet/netinet/icmp6.h: Added Mobile IPv6 definitions.
4647 2000-08-15  Ulrich Drepper  <drepper@redhat.com>
4649         * sysdeps/unix/sysv/linux/powerpc/Dist: Add oldgetrlimit64.c.
4650         * sysdeps/unix/sysv/linux/powerpc/Makefile [$(subdir)=resource]
4651         (sysdep_routines): Add oldgetrlimit64.
4652         * sysdeps/unix/sysv/linux/powerpc/oldgetrlimit64.c: New file.
4653         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
4655         * include/link.h: Undo last patches.  Hurd now has stat64.
4656         * elf/Makefile: Likewise.
4657         * elf/dl-load.c: Likewise.
4658         * elf/dl-misc.c: Likewise.
4659         * elf/dl-profile.c: Likewise.
4660         * sysdeps/generic/sysd-link.h: Removed.
4661         * sysdeps/unix/sysv/linux/sysd-link.h: Removed.
4663         * rt/aio_notify.c (notify_func_wrapper): Wrapper function to call
4664         thread event callback function.
4665         (__aio_notify_only): Use function above.
4666         Patch by Kaz Kylheku <kaz@ashi.footprints.net>.
4668 2000-08-16  Mark Kettenis  <kettenis@gnu.org>
4670         * sysdeps/mach/hurd/lseek64.c: New file.
4672 2000-08-15  Mark Kettenis  <kettenis@gnu.org>
4674         * sysdeps/mach/hurd/i386/bits/time.h (__clockid_t, __timer_t):
4675         Remove typedefs.
4676         * sysdeps/mach/hurd/bits/time.h (__clockid_t, __timer_t): Remove
4677         typedefs.
4678         * sysdeps/generic/bits/time.h (__clockid_t, __timer_t): Remove
4679         typedefs.
4680         * sysdeps/generic/bits/types.h (__clockid_t, __timer_t): New typedefs.
4682 2000-08-15  Mark Kettenis  <kettenis@gnu.org>
4684         * sysdeps/mach/hurd/xstatconv.c: New file.
4685         * sysdeps/mach/hurd/fxstat64.c: New file.
4686         * sysdeps/mach/hurd/lxstat64.c: New file.
4687         * sysdeps/mach/hurd/xstat64.c: New file.
4688         * sysdeps/mach/hurd/Dist: Add xstatconv.c.
4690 2000-08-15  Mark Kettenis  <kettenis@gnu.org>
4692         * sysdeps/mach/hurd/dl-sysdep.c (__libc_multiple_libcs):
4693         Initialize, needed for change in common symbol handling in newer
4694         binutils.  Mirrors 2000-01-03 change made by Andreas Schwab.
4696 2000-08-15  Ulrich Drepper  <drepper@redhat.com>
4698         * elf/constload1.c: Call mtrace.  Check return value of dlclose call.
4699         * elf/constload2.c: Add destructor to unload constload3.
4701         * include/link.h: Include sysd-link.h.
4702         * sysdeps/generic/sysd-link.h: New file.
4703         * sysdeps/unix/sysv/linux/sysd-link.h: New file.
4704         * elf/Makefile (distribute): Add sysd-link.h.
4705         * elf/dl-load.c: Use definitions from sysd-link.h instead of stat
4706         types and functions directly.
4707         * elf/dl-misc.c: Likewise.
4708         * elf/dl-profile.c: Likewise.
4710         * elf/loadfail.c (main): Close all successfully loaded objects.
4712         * elf/multiload.c: Add mtrace call.  Call dlclose for all handles and
4713         free wd.
4714         * elf/dl-deps.c (_dl_map_object_deps): Don't allocate needed list if
4715         there is already one.
4717         * elf/dl-close.c: Pretty print.
4719 2000-08-14  Ulrich Drepper  <drepper@redhat.com>
4721         * sysdeps/posix/ttyname.c: Make name variable from getttyname function
4722         global (with file scope).  Add __libc_subfreeres function to free the
4723         string.
4724         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.  Also for buf variable
4725         in ttyname function.
4727         * sysdeps/generic/strtok.c: Remove initializer for olds variable.
4729         * crypt/md5-crypt.c: Let destructor deallocate static buffer.
4731         * iconvdata/sjis.c (from_ucs4_lat1): Handle U005C and U007E by
4732         mapping them to /x5c and /x7e respectively.
4734         * locale/programs/ld-ctype.c: Add support for more definitions after
4735         copy statement.
4737 2000-08-14  Jakub Jelinek  <jakub@redhat.com>
4739         * dirent/Versions (getdirentries64): Export at GLIBC_2.2.
4740         * sysdeps/unix/sysv/linux/kernel-features.h
4741         (__ASSUME_GETDENTS64_SYSCALL): Define.
4742         * sysdeps/unix/sysv/linux/getdents.c (__getdents): Use getdents64
4743         syscall if available to get d_type fields.
4744         * sysdeps/unix/sysv/linux/alpha/getdents.c (DIRENT_TYPE): Define.
4745         * sysdeps/unix/sysv/linux/arm/Versions (__xstat64, __fxstat64,
4746         __lxstat64): Export at GLIBC_2.2.
4747         (alphasort64, readdir64, readdir64_r, scandir64, versionsort64):
4748         Likewise.
4749         * sysdeps/unix/sysv/linux/i386/Versions (getdirentries64): Remove.
4750         * sysdeps/unix/sysv/linux/i386/getdents64.c (kernel_dirent64): Define.
4751         * sysdeps/unix/sysv/linux/powerpc/Versions (alphasort64,
4752         getdirentries64, versionsort64): Remove.
4753         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions (alphasort64,
4754         getdirentries64, versionsort64): Remove.
4756 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
4758         * posix/Makefile: Remove rules to generate glob package.
4760         * posix/Makefile (tests): Add tst-regexloc.
4761         (tst-regexloc-ENV): Add LOCPATH.
4762         * posix/tst-regexloc.c: New file.
4764 2000-08-12  Andreas Jaeger  <aj@suse.de>
4766         * include/features.h (__STDC_ISO_10646__): Define.
4767         Reported by Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>.
4769 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
4771         * include/features.h (__USE_ISOC99): Define for _XOPEN_SOURCE >= 600.
4773         * locale/langinfo.h: Define YESSTR and NOSTR also for XPG4 (but not
4774         for revision 6 and up).
4776         * posix/sys/types.h: Define __need_timer_t and __need_clockid_t before
4777         including <time.h>.
4778         * time/time.h: Allow __need_timer_t and __need_clockid_t to be defined
4779         to get definitions of just these types.
4781         * signal/signal.h: Define thread signal handling functions also for
4782         POSIX95.
4784         * sysdeps/unix/sysv/linux/bits/types.h: Define thread types also for
4785         POSIX95.
4786         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
4787         * sysdeps/unix/sysv/linux/ia64/bits/types.h: Likewise.
4788         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
4789         * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
4791         * sysvipc/sys/shm.h: Define pid_t for XPG.
4793         * posix/unistd.h: Remove setkey, rename, and cuserid prototypes as
4794         they are not anymore required here.
4796         * wcsmbs/wchar.h: Make the various wide char string and stream
4797         functions available for the respective XPG versions.
4799         * nss/Makefile: Remove rules to build and distribute nss_db.
4801         * sysdeps/generic/alphasort64.c: Remove unnecessary versioning.
4802         * sysdeps/generic/scandir64.c: Likewise.
4803         * sysdeps/generic/versionsort64.c: Likewise.
4805 2000-08-13  Ulrich Drepper  <drepper@redhat.com>
4806             Benjamin Koznik  <bkoz@redhat.com>
4808         * libio/fileops.c: Merge with libstdc++-v3.
4809         * libio/genops.c: Likewise.
4810         * libio/iofclose.c: Likewise.
4811         * libio/iofopen.c: Likewise.
4812         * libio/iofwide.c: Likewise.
4813         * libio/libio.h: Likewise.
4814         * libio/libioP.h: Likewise.
4815         * libio/stdfiles.c: Likewise.
4816         * libio/stdio.c: Likewise.
4817         * libio/wfileops.c: Likewise.
4818         * libio/wgenops.c: Likewise.
4820         * libio/Versions: Export functions needed by libstdc++-v3 in GLIBC_2.2.
4822 2000-08-12  Ulrich Drepper  <drepper@redhat.com>
4824         * locale/programs/localedef.c: Implement --prefix option to allow
4825         writing in standard places of alternative install directories.
4827         * posix/regex.c (compile_range): Implement collation sequence
4828         handling for glibc.  Use simple character ordering otherwise and
4829         not strcoll.
4831 2000-08-12  Mark Kettenis  <kettenis@gnu.org>
4833         * sysdeps/generic/scandir64.c: Include <dirent.h>.
4835 2000-08-12  Andreas Jaeger  <aj@suse.de>
4837         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Handle
4838         __USE_FILE_OFFSET64 correctly for locking.
4839         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
4841 2000-08-12  Jakub Jelinek  <jakub@redhat.com>
4843         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
4844         Define for 2.4.1 on sparc as well.
4845         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fill in correct values
4846         for F_GETLK64, F_SETLK64, and F_SETLKW64.
4847         * sysdeps/unix/sysv/linux/sparc/sparc32/fcntl.c: New file.
4848         * sysdeps/unix/sysv/linux/sparc/sparc32/lockf64.c: New file.
4850 2000-08-12  Ulrich Drepper  <drepper@redhat.com>
4852         * io/fts.c (fts_stat): Recognize DT_WHT only if S_IFWHT is also
4853         defined.
4855 2000-08-12  Andreas Jaeger  <aj@suse.de>
4857         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_GETLK64,
4858         F_SETLK64, F_SETLKW64): Define with F_GETLK etc.
4860         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Add .set
4861         mips2 for assembler.
4863         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl): Try fcntl
4864         if fnctl64 is not available for F_*LK*64.
4866         * sysdeps/unix/sysv/linux/i386/lockf64.c: New file.
4868 2000-08-12  Ulrich Drepper  <drepper@redhat.com>
4870         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
4871         Define for 2.4.1 on x86.
4872         * sysdeps/unix/sysv/linux/i386/fcntl.c: New file.
4873         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Fill in correct values
4874         for F_GETLK64, F_SETLK64, and F_SETLKW64.
4876         * dirent/dirent.h: Define DT_WHT.
4878         * sysdeps/unix/sysv/linux/arm/alphasort64.c: New file.
4879         * sysdeps/unix/sysv/linux/arm/getdents64.c: New file.
4880         * sysdeps/unix/sysv/linux/arm/readdir64.c: New file.
4881         * sysdeps/unix/sysv/linux/arm/readdir64_r.c: New file.
4882         * sysdeps/unix/sysv/linux/arm/scandir64.c: New file.
4883         * sysdeps/unix/sysv/linux/arm/versionsort64.c: New file.
4885 2000-08-11  Ulrich Drepper  <drepper@redhat.com>
4887         * nss/digits_dots.c: Don't pass NULL in h_aliases for successful
4888         lookup, pass pointer to array with NULL pointer [PR libc/1858].
4889         * inet/Makefile (tests): Add tst-gethnm.
4890         * inet/tst-gethnm.c: New file.
4892         * rt/aio_cancel.c: If canceling a specific request which is running
4893         *really* do nothing.
4894         * rt/aio_misc.h: Add `done' to states of a request.
4895         * rt/aio_misc.c: Add several tests for the correct state.
4896         Simplify request table memory handling.
4898 2000-08-10  Jakub Jelinek  <jakub@redhat.com>
4900         * dirent/scandir.c: Use it for scandir64 and old_scandir64 as well.
4901         * dirent/scandir64.c: Move...
4902         * sysdeps/generic/scandir64.c: ...here.
4903         * dirent/alphasort64.c: Move...
4904         * sysdeps/generic/alphasort64.c: ...here.
4905         * dirent/versionsort64.c: Move...
4906         * sysdeps/generic/versionsort64.c: ...here.
4907         * sysdeps/unix/sysv/linux/i386/dirent/Versions (alphasort64,
4908         getdirentries64, readdir64, readdir64_r, scandir64, versionsort64):
4909         Export symbols at GLIBC_2.2.
4910         * sysdeps/unix/sysv/linux/powerpc/dirent/Versions: Likewise.
4911         * sysdeps/unix/sysv/linux/sparc/sparc32/dirent/Versions: Likewise.
4912         * include/dirent.h (__readdir64_r, __scandir64, __alphasort64,
4913         __versionsort64): Add prototypes.
4914         * io/Versions (__xstat64, __fxstat64, __lxstat64): Export at GLIBC_2.2.
4915         * sysdeps/unix/sysv/linux/alpha/kernel_stat.h (__xstat_conv): Remove
4916         unused prototype.
4917         * sysdeps/unix/sysv/linux/alpha/readdir.c: Export at both GLIBC_2.1
4918         and GLIBC_2.2.
4919         * sysdeps/unix/sysv/linux/alpha/readdir_r.c: Likewise.
4920         * sysdeps/unix/sysv/linux/alpha/getdents.c: New.
4921         * sysdeps/unix/sysv/linux/alpha/getdents64.c: New.
4922         * sysdeps/unix/sysv/linux/bits/types.h (__ino64_t): Change to
4923         __u_quad_t.
4924         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat, struct stat64):
4925         Adjust for kernel-2.4.0-test6 layout.
4926         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat64): Export at both
4927         GLIBC_2.1 and GLIBC_2.2.
4928         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat64): Likewise.
4929         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat64): Likewise.
4930         * sysdeps/unix/sysv/linux/i386/getdents64.c: New.
4931         * sysdeps/unix/sysv/linux/i386/olddirent.h: New.
4932         * sysdeps/unix/sysv/linux/i386/readdir64.c: New.
4933         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: New.
4934         * sysdeps/unix/sysv/linux/i386/scandir64.c: New.
4935         * sysdeps/unix/sysv/linux/i386/alphasort64.c: New.
4936         * sysdeps/unix/sysv/linux/i386/versionsort64.c: New.
4937         * sysdeps/unix/sysv/linux/ia64/getdents.c: New.
4938         * sysdeps/unix/sysv/linux/ia64/getdents64.c: New.
4939         * sysdeps/unix/sysv/linux/ia64/readdir.c: Include alpha/readdir.c.
4940         * sysdeps/unix/sysv/linux/ia64/readdir_r.c: Include alpha/readdir_r.c.
4941         * sysdeps/unix/sysv/linux/mips/bits/types.h (__ino64_t): Change to
4942         __u_quad_t.
4943         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: New.
4944         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h (_HAVE_STAT*): Define.
4945         * sysdeps/unix/sysv/linux/powerpc/scandir64.c: New.
4946         * sysdeps/unix/sysv/linux/powerpc/getdents64.c: New.
4947         * sysdeps/unix/sysv/linux/powerpc/readdir64.c: New.
4948         * sysdeps/unix/sysv/linux/powerpc/readdir64_r.c: New.
4949         * sysdeps/unix/sysv/linux/sparc/bits/types.h (__ino64_t): Change to
4950         __u_quad_t.
4951         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: New.
4952         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h (_HAVE_STAT*):
4953         Define.
4954         * sysdeps/unix/sysv/linux/sparc/sparc32/getdents64.c: New.
4955         * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64.c: New.
4956         * sysdeps/unix/sysv/linux/sparc/sparc32/readdir64_r.c: New.
4957         * sysdeps/unix/sysv/linux/sparc/sparc32/scandir64.c: New.
4958         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h (_HAVE_STAT*):
4959         Define.
4960         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir.c: Include
4961         alpha/readdir.c.
4962         * sysdeps/unix/sysv/linux/sparc/sparc64/readdir_r.c: Include
4963         alpha/readdir_r.c
4964         * sysdeps/unix/sysv/linux/sparc/sparc64/getdents.c: New.
4965         * sysdeps/unix/sysv/linux/sparc/sparc64/getdents64.c: New.
4966         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): If
4967         _HAVE_STAT64___ST_INO and __st_ino != (uint32_t)st_ino, set
4968         st_ino from __st_ino.
4969         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
4970         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
4971         * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv, xstat64_conv,
4972         xstat32_conv): Use _HAVE_STAT* macros.  If _HAVE_STAT64___ST_INO,
4973         set __st_ino in addition to st_ino.
4974         * sysdeps/unix/sysv/linux/kernel_stat.h (_HAVE_STAT*): Define.
4975         * sysdeps/unix/sysv/linux/getdents.c: Use it for __getdents64 and
4976         __old_getdents64 as well.
4977         * sysdeps/unix/sysv/linux/getdirentries.c: Use it for
4978         getdirentries64 and old_getdirentries64 as well.
4979         * sysdeps/unix/sysv/linux/getdirentries64.c (GETDIRENTRIES,
4980         __GETDENTS): Define.
4981         (GETDENTS64): Remove.
4982         * sysdeps/unix/sysv/linux/getdents64.c (__GETDENTS, DIRENT_TYPE):
4983         Define.
4984         (GETDENTS64): Remove.
4985         * sysdeps/unix/sysv/linux/readdir64.c: Use sysdeps/unix/readdir.c.
4986         * sysdeps/unix/sysv/linux/readdir64_r.c: Use sysdeps/unix/readdir_r.c.
4987         * sysdeps/unix/readdir.c: Use it for readdir64 and __old_readdir64
4988         as well.
4989         * sysdeps/unix/readdir_r.c: Use it for readdir64_r and
4990         __old_readdir64_r as well.
4991         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4992         __ASSUME_ST_INO_64_bit for kernel 2.4.1 and up.
4994 2000-08-08  Jes Sorensen  <jes@linuxcare.com>
4996         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Add SI_KERNEL define.
4997         Add missing ILL_BADIADDR to enum and make ILL_BREAK match the
4998         define of the kernel.
4999         Add missing __SEG_PSTKOVF definition.
5000         Adjust the padding of struct siginfo and struct sigevent to
5001         match the fact that sigval_t is 64 bit.
5003 2000-08-10  Ulrich Drepper  <drepper@redhat.com>
5005         * timezone/zic.c: Update from tzcode2000f.
5006         * timezone/australasia: Update from tzdata2000f.
5007         * timezone/europe: Likewise.
5008         * timezone/southamerica: Likewise.
5009         * timezone/yearistype: Likewise.
5011 2000-08-10  Andreas Jaeger  <aj@suse.de>
5013         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Synch struct stat64 and
5014         stat with current MIPS kernel.
5016 2000-08-01  Mark Kettenis  <kettenis@gnu.org>
5018         * sysdeps/unix/sysv/linux/i386/sys/elf.h (elf_greg_t, ELF_NGREG,
5019         elf_gregset_t, elf_fpregset_t, elf_fpxregset_t): Moved to
5020         sysdeps/unix/sysv/linux/i386/sys/procfs.h.
5021         Remove the junk that's only relevant in the Linux kernel itself.
5022         Add a warning saying that this file is now obsolete, and include
5023         <sys/procfs.h>.
5024         * sysdeps/unix/sysv/linux/i386/sys/procfs.h (elf_greg_t,
5025         ELF_NGREG, elf_gregset_t, elf_fpregset_t, elf_fpxregset_t): Moved
5026         here from sysdeps/unix/sysv/linux/i386/sys/elf.h.  Don't include
5027         <signal.h>, <sys/ucontext.h> and <sys/elf.h>.  Remove parts of
5028         `struct elf_prstatus' that are #ifdef'ed out.  Improve comments
5029         and add the notice that the file is primarily there for GDB.
5030         * sysdeps/unix/sysv/linux/i386/sys/user.h: Fix comment.
5032 2000-08-09  Jakub Jelinek  <jakub@redhat.com>
5034         * time/tzfile.c (__tzfile_compute): __tzstring zones
5035         from zone_names.
5037 2000-08-09  Jakub Jelinek  <jakub@redhat.com>
5039         * resolv/resolv.h (__res_state): Surround prototype with
5040         __BEGIN_DECLS/__END_DECLS.
5041         * sysdeps/unix/sysv/linux/m68k/chown.c: Include kernel-features.h.
5043 2000-08-04  Jes Sorensen  <jes@linuxcare.com>
5045         * sysdeps/unix/sysv/linux/ia64/bits/resource.h (__rlimit_resource):
5046         Make independant of asm/resource.h from the Linux kernel.
5048 2000-08-06  Bruno Haible  <haible@clisp.cons.org>
5050         * iconv/gconv_conf.c (__gconv_read_conf): Don't call realpath.
5052 2000-08-06  Bruno Haible  <haible@clisp.cons.org>
5054         * intl/Makefile (CPPFLAGS): Remove $(i18ndir) from LOCALE_ALIAS_PATH.
5055         * locale/Makefile (locale-CPPFLAGS): Likewise.
5057 2000-08-09  Ulrich Drepper  <drepper@redhat.com>
5059         * sysdeps/i386/fpu/libm-test-ulps: Increase several error values
5060         for AMD processors.
5062 2000-08-03  Jakub Jelinek  <jakub@redhat.com>
5064         * misc/Versions (mincore): Export at GLIBC_2.2.
5066 2000-08-03  Bruno Haible  <haible@clisp.cons.org>
5068         * intl/libintl.h (gettext, dgettext, dcgettext): Add back __THROW.
5070 2000-08-02  Mark Kettenis  <kettenis@gnu.org>
5072         * sysdeps/mach/hurd/socketpair.c (__socketpair): Renamed from
5073         socketpair.  Made socketpair a weak alias.
5074         * sysdeps/mach/hurd/pipe.c (__pipe): Reimplemented using
5075         __socketpair.  Use S_IFIFO protocol to make pipes POSIX
5076         conforming, but fall back on the old protocol if the socket server
5077         doesn't support it.
5078         * include/sys/socket.h: Add prototype for __socketpair.
5080 2000-08-09  Andreas Schwab  <schwab@suse.de>
5082         * stdio-common/vfprintf.c (vfprintf): Also set `is_long' if the
5083         long long modifier is seen.
5085         * elf/nodelete.c (do_test): Remove reference to undefined member
5086         sa_restorer.
5087         * rt/tst-aio4.c (do_test): Likewise.
5089         * configure.in: Add `-lm' when checking for libgd.
5090         * malloc/Makefile ($(objpfx)memusagestat): Add `-lm' during
5091         linking.
5093 2000-08-09  Andreas Jaeger  <aj@suse.de>
5095         * configure.in: Change required make versions.
5097         * manual/install.texi (Tools for Compilation): Document required
5098         make version.
5099         (Supported Configurations): Update list of supported
5100         configurations.
5102 2000-08-08  Ulrich Drepper  <drepper@redhat.com>
5104         * locale/linereader.c (get_string): Don't print an error is a string
5105         contains an unknown character.
5107 2000-08-06  Ulrich Drepper  <drepper@redhat.com>
5109         * locale/programs/ld-collate.c (struct symbol_t): Add name element.
5110         (new_symbol): Take new parameters with name of the symbol.
5111         Adjust callers.
5112         (handle_ellipsis): Don't only allow character symbols.
5113         (collate_read): Allow string of collating elements contain invalid
5114         characters; ignore entry in this case.
5115         Handle ellipsis of collating symbols before first order_start.
5116         Allow ellipsis in state 0.
5118 2000-08-04  Ulrich Drepper  <drepper@redhat.com>
5120         * locale/programs/ld-collate.c (handle_ellipsis): Fix typo in
5121         error message.
5122         Reported by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
5124 2000-08-04  Greg McGary  <greg@mcgary.org>
5126         * posix/regex.c (SET_HIGH_BOUND): New macro.
5127         (MOVE_BUFFER_POINTER): Use it.
5128         (ELSE_EXTEND_BUFFER_HIGH_BOUND): New macro.
5129         (EXTEND_BUFFER): Use it.
5131 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
5133         * libio/iofwide.c (_IO_fwide): Initialize fp->_codecvt as well.
5134         * libio/fileops.c (_IO_new_file_fopen): Use _codecvt not from
5135         _wide_data but from _IO_FILE directly.
5136         * libio/iofclose.c: Likewise.
5137         * libio/wfileops.c: Likewise.
5139         * libio/genops.c (_IO_default_showmanyc): Change return type to size_t.
5140         * libio/libioP.h: Change prototypes.
5142 2000-08-03  Greg McGary  <greg@mcgary.org>
5144         * sysdeps/i386/setjmp.S (__sigsetjmp): Pop our
5145         frame pointer early so that we save caller's frame pointer.
5146         * sysdeps/i386/elf/setjmp.S: Likewise.
5148         * sysdeps/unix/sysv/syscalls.list (time, utime): Correct signatures.
5149         * io/test-utime.c: Test passing NULL as utimbuf* arg.
5151         * posix/regex.c (EXTEND_BUFFER_HIGH_BOUND): Remove macro.
5152         (MOVE_BUFFER_POINTER): Handle high_bound properly.
5153         (EXTEND_BUFFER): Don't call EXTEND_BUFFER_HIGH_BOUND.
5155 2000-08-03  Ulrich Drepper  <drepper@redhat.com>
5157         * iconvdata/big5.c: Updated.
5158         Patch by Tung-Han Hsieh <thhsieh@twcpro.phys.ntu.edu.tw>.
5160 2000-08-02  Ulrich Drepper  <drepper@redhat.com>
5162         * Makeconfig (all-subdirs): Add conform.
5163         * conform/Makefile: Include ../Rules.
5165         * Makefile (README): Add rules to generate here as well.
5167 2000-08-02  Ulrich Drepper  <drepper@redhat.com>
5169         * version.h (VERSION): Bump to 2.1.92.
5171         * sysdeps/ia64/Dist: Add _mcount.S.
5173         * sysdeps/unix/sysv/linux/ia64/Dist: Add clone.S.
5175         * sysdeps/unix/sysv/linux/mips/Dist: Add _test_and_set.c.
5177         * elf/Makefile (distribute): Add missing modules.
5179         * sysdeps/unix/sysv/linux/s390/Dist: Remove nonexisting files.
5181         * posix/regex.c (compile_range): Translate range start and end
5182         characters to avoid empty range in case of REG_ICASE [PR libc/1842].
5184         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Don't include
5185         asm/resource.h.
5187         * sysdeps/unix/sysv/linux/arm/Makefile: Undo last change.
5189 2000-08-02  Andreas Jaeger  <aj@suse.de>
5191         * elf/elf.h (EM_S390): Added.
5192         (R_390_*): New relocs for S390.
5194         * sysdeps/unix/sysv/linux/s390/Dist: New file.
5195         * sysdeps/unix/sysv/linux/s390/sysdep.h: New file.
5196         * sysdeps/unix/sysv/linux/s390/sysdep.S: New file.
5197         * sysdeps/unix/sysv/linux/s390/syscall.S: New file.
5198         * sysdeps/unix/sysv/linux/s390/sys/user.h: New file.
5199         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
5200         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: New file.
5201         * sysdeps/unix/sysv/linux/s390/sys/elf.h: New file.
5202         * sysdeps/unix/sysv/linux/s390/socket.S: New file.
5203         * sysdeps/unix/sysv/linux/s390/sigcontextinfo.h: New file.
5204         * sysdeps/unix/sysv/linux/s390/shmctl.c: New file.
5205         * sysdeps/unix/sysv/linux/s390/setreuid.c: New file.
5206         * sysdeps/unix/sysv/linux/s390/setresuid.c: New file.
5207         * sysdeps/unix/sysv/linux/s390/setresgid.c: New file.
5208         * sysdeps/unix/sysv/linux/s390/setregid.c: New file.
5209         * sysdeps/unix/sysv/linux/s390/setgroups.c: New file.
5210         * sysdeps/unix/sysv/linux/s390/setgid.c: New file.
5211         * sysdeps/unix/sysv/linux/s390/setfsuid.c: New file.
5212         * sysdeps/unix/sysv/linux/s390/setfsgid.c: New file.
5213         * sysdeps/unix/sysv/linux/s390/seteuid.c: New file.
5214         * sysdeps/unix/sysv/linux/s390/setegid.c: New file.
5215         * sysdeps/unix/sysv/linux/s390/semctl.c: New file.
5216         * sysdeps/unix/sysv/linux/s390/register-dump.h: New file.
5217         * sysdeps/unix/sysv/linux/s390/putpmsg.c: New file.
5218         * sysdeps/unix/sysv/linux/s390/putmsg.c: New file.
5219         * sysdeps/unix/sysv/linux/s390/profil-counter.h: New file.
5220         * sysdeps/unix/sysv/linux/s390/msgctl.c: New file.
5221         * sysdeps/unix/sysv/linux/s390/mmap.S: New file.
5222         * sysdeps/unix/sysv/linux/s390/getuid.c: New file.
5223         * sysdeps/unix/sysv/linux/s390/getresuid.c: New file.
5224         * sysdeps/unix/sysv/linux/s390/getresgid.c: New file.
5225         * sysdeps/unix/sysv/linux/s390/getpmsg.c: New file.
5226         * sysdeps/unix/sysv/linux/s390/getmsg.c: New file.
5227         * sysdeps/unix/sysv/linux/s390/getgroups.c: New file.
5228         * sysdeps/unix/sysv/linux/s390/getegid.c: New file.
5229         * sysdeps/unix/sysv/linux/s390/geteuid.c: New file.
5230         * sysdeps/unix/sysv/linux/s390/fchown.c: New file.
5231         * sysdeps/unix/sysv/linux/s390/clone.S: New file.
5232         * sysdeps/unix/sysv/linux/s390/brk.c: New file.
5233         * sysdeps/unix/sysv/linux/s390/bits/time.h: New file.
5234         * sysdeps/unix/sysv/linux/s390/bits/resource.h: New file.
5235         * sysdeps/unix/sysv/linux/s390/bits/mman.h: New file.
5236         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: New file.
5237         * sysdeps/unix/sysv/linux/s390/Makefile: New file.
5238         * sysdeps/s390/sysdep.h: New file.
5239         * sysdeps/s390/sys/ucontext.h: New file.
5240         * sysdeps/s390/sub_n.S: New file.
5241         * sysdeps/s390/strncpy.S: New file.
5242         * sysdeps/s390/strcpy.S: New file.
5243         * sysdeps/s390/stackinfo.h: New file.
5244         * sysdeps/s390/setjmp.S: New file.
5245         * sysdeps/s390/s390-mcount.S: New file.
5246         * sysdeps/s390/mul_1.S: New file.
5247         * sysdeps/s390/memusage.h: New file.
5248         * sysdeps/s390/memset.S: New file.
5249         * sysdeps/s390/memcpy.S: New file.
5250         * sysdeps/s390/memchr.S: New file.
5251         * sysdeps/s390/machine-gmon.h: New file.
5252         * sysdeps/s390/ldbl2mpn.c: New file.
5253         * sysdeps/s390/gmp-mparam.h: New file.
5254         * sysdeps/s390/fpu/fpu_control.h: New file.
5255         * sysdeps/s390/fpu/fesetround.c: New file.
5256         * sysdeps/s390/fpu/fegetround.c: New file.
5257         * sysdeps/s390/fpu/fclrexcpt.c: New file.
5258         * sysdeps/s390/fpu/bits/fenv.h: New file.
5259         * sysdeps/s390/ffs.c: New file.
5260         * sysdeps/s390/elf/start.S: New file.
5261         * sysdeps/s390/elf/setjmp.S: New file.
5262         * sysdeps/s390/elf/bsd-setjmp.S: New file.
5263         * sysdeps/s390/elf/bsd-_setjmp.S: New file.
5264         * sysdeps/s390/dl-machine.h: New file.
5265         * sysdeps/s390/bzero.S: New file.
5266         * sysdeps/s390/bsd-setjmp.S: New file.
5267         * sysdeps/s390/bsd-_setjmp.S: New file.
5268         * sysdeps/s390/bits/string.h: New file.
5269         * sysdeps/s390/bits/setjmp.h: New file.
5270         * sysdeps/s390/bits/huge_val.h: New file.
5271         * sysdeps/s390/bits/endian.h: New file.
5272         * sysdeps/s390/bits/byteswap.h: New file.
5273         * sysdeps/s390/bcopy.S: New file.
5274         * sysdeps/s390/backtrace.c: New file.
5275         * sysdeps/s390/atomicity.h: New file.
5276         * sysdeps/s390/asm-syntax.h: New file.
5277         * sysdeps/s390/addmul_1.S: New file.
5278         * sysdeps/s390/add_n.S: New file.
5279         * sysdeps/s390/abort-instr.h: New file.
5280         * sysdeps/s390/__longjmp.c: New file.
5281         * sysdeps/s390/Makefile: New file.
5282         * sysdeps/s390/Implies: New file.
5283         * sysdeps/s390/Dist: New file.
5284         Patches by Martin Schwidefsky <schwidefsky@de.ibm.com>.
5286 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
5288         Remove incompatible IPv6 extension of RPC.
5289         * sunrpc/Makefile: Undo changes.
5290         * sunrpc/rpc_main.c: Likewise.
5291         * sunrpc/rpc/clnt.h: Likewise.
5292         * sunrpc/rpc/svc.h: Likewise.
5293         * sunrpc/bindrsvprt6.c: Removed.
5294         * sunrpc/clnt_tcp6.c: Removed.
5295         * sunrpc/clnt_udp6.c: Removed.
5296         * sunrpc/svc_tcp6.c: Removed.
5297         * sunrpc/svc_udp6.c: Removed.
5299         * intl/libintl.h: Don't use __attribute_format_arg__ for gettext,
5300         dgettext, and dcgettetxt.
5302         * intl/locale.alias: Update japanese aliases.
5304         * sysdeps/ia64/bits/byteswap.h: New file.
5305         Patch by Dan Pop <Dan.Pop@cern.ch>.
5307         * misc/sys/cdefs.h: Define __attribute_format_arg__.
5308         * intl/libintl.h: Use it here instead of using __attribute__ directly.
5310 2000-07-13  H.J. Lu  <hjl@gnu.org>
5312         * posix/regex.c (re_max_failures): Set to 4000.
5314 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
5316         * gnulib/Makefile (tests): Add tst-gcc.
5317         * gnulib/tst-gcc.c: New file.
5319         * assert/Makefile (routines): Add __assert.
5320         * assert/Versions: Export __assert for glibc 2.2.
5321         * assert/__assert.c: New file.
5322         * assert/assert.h: Declare __assert.
5324 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
5326         * locale/localeinfo.h (_ISCTYPE): New macro.
5327         * posix/fnmatch_loop.c (internal_fnmatch): Use it, support new
5328         LC_CTYPE locale format.
5329         * locale/programs/ld-ctype.c (locale_ctype_t): New field class_b.
5330         (ctype_output): Output class_b[nr] right before class_3level[nr].
5331         (allocate_arrays): Fill class_b, similarly to class_3level.
5333 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
5334             Joseph S. Myers  <jsm28@cam.ac.uk>
5336         * math/tgmath.h: Make standard compliant.  Don't ask how.
5338 2000-07-04  H.J. Lu  <hjl@gnu.org>
5340         * elf/Makefile ($(inst_slibdir)/$(rtld-version-installed-name)):
5341         Use $(do-install-program) instead of "$(INSTALL_PROGRAM) $< $@.new".
5342         ($(inst_slibdir)/$(rtld-installed-name)): Use $(make-shlib-link) only.
5344 2000-07-30  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5346         * include/features.h (_XOPEN_SOURCE): Update the explanation.
5347         (__USE_LARGEFILE): Add an explanation.
5348         (_POSIX_C_SOURCE): Define to 2 only if _XOPEN_SOURCE < 500.
5349         (__USE_XOPEN2K): Define whenever _XOPEN_SOURCE >= 600.
5351 2000-08-01  Ulrich Drepper  <drepper@redhat.com>
5353         * libio/Makefile: Enable exception handling for genops, wgenops,
5354         fileops, and wfileops.
5356 2000-07-29  Mark Kettenis  <kettenis@gnu.org>
5358         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start): Take into
5359         acount that elf/rtld's main program might remove some varibales
5360         from the environment if we're trying to be secure.  Move the Hurd
5361         startup data if necessary, or, if we there is no startup data,
5362         make sure the magical convention that ARGV[0] is stored just after
5363         the environment list.
5365 2000-08-01  Philip Blundell  <philb@gnu.org>
5367         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=resource]
5368         (sysdep_routines): Add oldgetrlimit, oldsetrlimit.
5369         * sysdeps/unix/sysv/linux/arm/syscalls.list: Add oldgetrlimit,
5370         oldsetrlimit for GLIBC_2.0.
5372 2000-08-01  Andreas Jaeger  <aj@suse.de>
5374         * nss/nss_files/files-ethers.c: Use case-insensitive lookup.
5375         (LINE_PARSER): Allow any number of spaces between ip address and
5376         number.  Fixes PR libc/1833, reported by rp010gf@voruta.vu.lt.
5378         * conform/data/netdb.h-data: Remove getipnodebyaddr and friends.
5380         * include/netdb.h: Remove getipnodebyaddr and friends, leave
5381         constants in.
5383         * nis/Versions: Remove _nss_nis_getipnodebyname_r and
5384         _nss_nisplus_getipnodebyname_r.
5386         * nis/nss_nis/nis-hosts.c (_nss_nis_getipnodebyname_r): #if 0 for
5387         now, getipnodebyname is deprecated.
5388         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_getipnodebyname_r):
5389         Likewise.
5391         * inet/Makefile (routines): Don't build getipnodebyaddr and
5392         friends.
5394         * intl/Makefile (distribute): Add tst-translit.sh and translit.po.
5396         * hesiod/Makefile (distribute): Add nss_hesiod/nss_hesiod.h.
5398         * elf/Makefile (distribute): Add filtmod1.c and filtmod2.c.
5400         * wctype/Makefile (distribute): Add wchar-lookup.h.
5402         * sysdeps/generic/Dist: Add bp-checks.h and bp-semctl.h.
5404         * iconvdata/Makefile (distribute): Add isiri-3342.h.
5406 2000-08-01  Andreas Schwab  <schwab@suse.de>
5408         * Make-dist (dist): Resolve `..' in file names.
5410 2000-08-01  Andreas Jaeger  <aj@suse.de>
5412         * stdio-common/Makefile (distribute): Remove removed files, add
5413         new files.
5415         * Makefile (distribute): Remove include/db_185.h and db.h.
5417         * include/db_185.h: Remove, it's not needed anymore.
5418         * include/db.h: Likewise.
5420 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
5422         * inet/Makefile (tests): Remove tst-ipnode.
5423         * include/netdb.h: Add stuff removed from resolv/netdb.h here for
5424         now.
5426 2000-07-31  Jes Sorensen  <jes@linuxcare.com>
5428         * sysdeps/ia64/elf/initfini.c: Kill dummy section since align and
5429         endp statements have already been added.
5431 2000-04-18  David Mosberger  <davidm@hpl.hp.com>
5433         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Include
5434         <sysdeps/ia64/sysdep.h>.
5436         * sysdeps/ia64/_mcount.S: New file.
5438         * sysdeps/ia64/elf/initfini.c (_init): Preserve gp around call to
5439         __gmon_start__.  Fix up extraneous whitespace.
5441 2000-01-12  H.J. Lu  <hjl@gnu.org>
5443         * sysdeps/ia64/elf/initfini.c: New file.
5445 2000-07-31  Jes Sorensen  <jes@linuxcare.com>
5447         * sysdeps/unix/sysv/linux/ia64/clone.S: Add stop bit to avoid WAW
5448         dependency between branch and ar.pfs write.
5450 2000-07-31  H.J. Lu  <hjl@gnu.org>
5452         * sysdeps/generic/printf_fphex.c (__printf_fphex): Correctly
5453         handle the wchar_t array.
5455 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
5457         * iconvdata/gb18030.c: Don't map to and from positions in ISO
5458         10646 which are not yet assigned.
5459         Patch by wang shouhua <shouhuawang@redflag-linux.com>.
5461 2000-07-31  Andreas Jaeger  <aj@suse.de>
5463         * inet/Versions: Remove getipnodebyaddr and friends from
5464         GLIBC_2.2.
5466         * resolv/netdb.h: Remove getipnodebyaddr and friends.
5468 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
5470         * iconvdata/sjis.c (BODY for FROM_LOOP): Treat the case
5471         ch >= 0x81 && ch2 < 0x40 as invalid.
5473 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
5475         * iconvdata/uhc.c (BODY for FROM_LOOP): Reject ch2 == 0xff as invalid.
5476         (BODY for TO_LOOP): Accept 0x7f. Increment outptr as needed.
5478 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
5480         * iconvdata/johab.c (BODY for TO_LOOP): After calling
5481         ucs4_to_ksc5601_sym, fix the conversion to JOHAB.
5483 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
5485         * iconvdata/t.61.c (to_ucs4): Change values of 0xa4, 0a6, 0xa8, 0xb4,
5486         0xb8.
5487         (from_ucs4): Change values of U+00A4, U+00BB, U+00ED.
5489 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
5491         * iconvdata/macintosh.c (HAS_HOLES): Set to 1.
5493 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
5495         * iconvdata/iso_6937.c (to_ucs4): Change values of 0x24 and 0xb4.
5496         (from_ucs4): Change values of U+00A4 and U+00ED.
5497         (BODY of TO_LOOP): Remove mapping from U+02DC to 0x0020.
5499 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
5501         * iconvdata/ansi_x3.110.c (from_ucs4): Change entry for 0xed.
5502         (BODY for TO_LOOP): Map U+2122, U+2126, not U+2022, U+2026.
5504 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
5506         * iconvdata/Makefile (gen-8bit-gap-modules): Remove isiri-3342.
5507         * iconvdata/isiri-3342.h: New file.
5508         * iconvdata/isiri-3342.c (HAS_HOLES): Avoid gaps >= 0xe0, but don't
5509         treat 0x80 as a gap.
5511 2000-07-30  Bruno Haible  <haible@clisp.cons.org>
5513         * string/strxfrm.c (encoding_mask, encoding_byte): Remove.
5514         (utf8_encode): Use simple shifts instead.  Fix return value.
5516 2000-07-31  Ulrich Drepper  <drepper@redhat.com>
5518         * timezone/private.h: Update from tzcode2000e.
5519         * timezone/asia: Update from tzdata2000e.
5520         * timezone/australasia: Likewise.
5521         * timezone/europe: Likewise.
5522         * timezone/northamerica: Likewise.
5523         * timezone/zone-tab: Likewise.
5525 2000-07-30  Ralf Baechle  <ralf@gnu.org>
5527         * sysdeps/unix/sysv/linux/mips/bits/sigstack.h:  New file.  On MIPS
5528         the order of struct sigaltstack members is different.
5530 2000-07-26  Philip Blundell  <philb@gnu.org>
5532         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h: New file.
5534 2000-07-29  Ulrich Drepper  <drepper@redhat.com>
5536         * locale/langinfo.h: Add entries for extra tables in CTYPE data.
5537         * locale/programs/ld-ctype.c: Adjust for this.
5539         * locale/programs/ld-collate.c: Add more alignment checks.
5540         * locale/string/strcoll.c: Likewise.
5542 2000-07-30  Mark Kettenis  <kettenis@gnu.org>
5544         * stdio-common/vfprintf.c: Move inclusion of _i18n_number.h
5545         outside USE_IN_LIBIO block.
5547 2000-07-26  Philip Blundell  <philb@gnu.org>
5549         * sysdeps/arm/dl-machine.h (fix_bad_pc24): New function.
5550         (elf_machine_rel): Use it for out-of-range PC24 relocs.
5552 2000-07-28  Philip Blundell  <philb@gnu.org>
5554         * math/test-fpucw.c: Ignore reserved bits in control word.
5556 2000-07-28  Philip Blundell  <philb@gnu.org>
5558         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO_RET): New macro.
5559         (ret): Redefine to PSEUDO_RET.
5560         (PSEUDO): Remove jump to syscall_error.
5562 2000-07-29  Mark Kettenis  <kettenis@gnu.org>
5564         * resolv/README: Add some information about using the resolver in
5565         multi-threaded code and with C++.  Spelling fixes.
5567 2000-07-29  Mark Kettenis  <kettenis@gnu.org>
5569         * resolv/resolv.h (struct __sockaddr_in): Remove.
5570         (struct __res_state) [!_LIBC]: Remove reference to __sockaddr_in.
5572 2000-07-29  Greg McGary  <greg@mcgary.org>
5574         * Rules (test-bp-inputs, make-test-out): New variables.
5575         ($(objpfx)%-bp.out): New rule.
5576         ($(objpfx)%.out): Rewrite in terms of new variables.
5578         * libio/iovswscanf.c (vswscanf): Pass _IO_FILE_plus pointer to
5579         internal function that uses vtable.
5580         * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
5581         * libio/vswprintf.c (_IO_vswprintf): Likewise.
5583         * malloc/malloc.c (mem2chunk): Define in terms of chunk_at_offset.
5584         (malloc_extend_top): Convert brk to chunk using chunk_at_offset.
5585         (chunk_align): Likewise.
5587         * time/asctime.c (ab_day_name, ab_month_name): Rewrite expression
5588         in a way that conforms to decl, and avoids spurious bounds violation.
5590         * sysdeps/arm/frame.h (struct layout): Make pointers __unbounded.
5591         * sysdeps/generic/frame.h: Likewise.
5592         * sysdeps/generic/backtrace.c (ADVANCE_STACK_FRAME): Wrap bounds
5593         around return value.
5594         (__backtrace): Qualify frame-pointer chain and return address
5595         pointers as __unbounded.  Wrap bounds around variable `current'.
5596         * sysdeps/generic/segfault.c (ADVANCE_STACK_FRAME): Wrap bounds
5597         around return value.
5598         (catch_segfault): Qualify frame-pointer chain and return address
5599         pointers as __unbounded.  Wrap bounds around variable `current'.
5600         * sysdeps/i386/backtrace.c (struct layout): Make pointers __unbounded.
5601         (ADVANCE_STACK_FRAME): Wrap bounds around return value.
5602         * sysdeps/powerpc/backtrace.c (struct layout): Make pointers
5603         __unbounded.
5604         (__backtrace): Qualify frame-pointer chain and return address
5605         pointers as __unbounded.  Wrap bounds around variable `current'.
5607         * sysdeps/i386/addmul_1.S: s2_limb is scalar so remove bounds check.
5608         * sysdeps/i386/mul_1.S: Likewise.
5609         * sysdeps/i386/submul_1.S: Likewise.
5610         * sysdeps/i386/i586/addmul_1.S: Likewise.
5611         * sysdeps/i386/i586/mul_1.S: Add bounds checks.
5612         * sysdeps/i386/i586/submul_1.S: Likewise.
5614 2000-07-27  Andreas Jaeger  <aj@suse.de>
5616         * libio/Depend: New file, libio needs localedata for tests.
5617         * posix/Depend: Likewise.
5619 2000-07-28  Ulrich Drepper  <drepper@redhat.com>
5621         * stdio-common/_i18n_itoa.c: Removed.
5622         * stdio-common/_i18n_itoa.h: Removed.
5623         * stdio-common/_i18n_itowa.c: Removed.
5624         * stdio-common/_i18n_itowa.h: Removed.
5625         * stdio-common/_i18n_number.h: New file.
5626         * stdio-common/Depend: New file.
5627         * stdio-common/printf-parse.h: Handle I modifier correctly.  Optimize.
5628         * stdio-common/vfprintf.c: Rewrite buffer handling for integer
5629         printing.  Change printing of numbers with locale specific digits to
5630         use new code in _i18n_number.h.
5631         * stdio-common/Makefile (routines): Remove _i18n_itoa and
5632         _i18n_itowa.
5634         * stdio-common/bug13.c: Improve messages.
5636         * locale/programs/ld-ctype.c (ctype_read): Improve error message.
5637         (set_class_defaults): Always search also for Uxxxx names.
5638         Detect insufficient number of outdigits.
5640         * locale/Makefile (C-translit.h): Use mv not $(move-if-changed).
5642 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
5644         * locale/C-ctype.c (_nl_C_LC_CTYPE): Swap the two names in
5645         _NL_CTYPE_MAP_NAMES.
5646         * locale/localeinfo.h (__TOW_toupper, __TOW_tolower): New enum values.
5647         * wctype/wcfuncs.c (towlower, towupper): Use them.
5648         * wctype/wcfuncs_l.c (__towlower_l, __towupper_l): Likewise.
5649         * wctype/wctrans.c (wctrans): Likewise.
5650         * wctype/wctrans_l.c (__wctrans_l): Likewise.
5652 2000-07-27  Bruno Haible  <haible@clisp.cons.org>
5654         * posix/fnmatch.c (is_char_class): Fix logic.  Avoid buffer overrun.
5655         Use the optimized version of this function outside glibc as well.
5657 2000-07-27  Jakub Jelinek  <jakub@redhat.com>
5659         * locale/indigits.h (indigit_value): Correct.
5660         * locale/indigitswc.h (indigitwc_value): Correct.
5661         * stdio-common/vfscanf.c (__vfscanf): Fix I18N number
5662         conversion, add GROUP checking for it, fix GROUP number
5663         conversion with strlen(thousands) > 1.
5664         Honour width correctly in the presence of floating
5665         decimal points and thousands separators.
5666         * stdio-common/tst-sscanf.c: New test.
5667         * stdio-common/Makefile: Add it to tests.
5668         * sysdeps/generic/strtol.c (strtol): Fix conversion if there are
5669         thousands separators and group argument is non-zero.
5671 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
5673         * locale/Versions: Enumerate __*_l functions individually. __wctrans_l
5674         starts at GLIBC_2.2.
5676 2000-07-12  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5678         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/tas.h.
5679         * sysdeps/unix/sysv/linux/mips/Makefile (sysdep_routines): Add
5680         _test_and_set.
5681         (headers): Add sys/tas.h.
5682         * sysdeps/unix/sysv/linux/mips/Versions: Export _test_and_set for
5683         GLIBC_2.2 from libc.
5684         * sysdeps/unix/sysv/linux/mips/_test_and_set.c: New file.
5685         * sysdeps/unix/sysv/linux/mips/sys/tas.h: New file for
5686         _test_and_set.
5688 2000-07-28  Andreas Jaeger  <aj@suse.de>
5690         * sysdeps/gnu/netinet/tcp.h: Add TCP options from Linux 2.4.
5692         * dlfcn/Makefile ($(objpfx)tst-dladdr): New.
5693         ($(objpfx)tst-dladdr.out): new.
5694         (tests): Add tst-dladdr.
5695         ($(objpfx)glrefmain): Use libdl.
5697         * dlfcn/tst-dladdr.c: New file.  Based on a test by Volkmar Sieh
5698         <vs@caldera.de>.
5700 2000-07-27  Jes Sorensen  <jes@linuxcare.com>
5702         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add truncate(64) and
5703         ftruncate(64) calls.
5705 2000-07-27  Jes Sorensen  <jes@linuxcare.com>
5707         * intl/tst-translit.c: Include string.h to get prototype for
5708         strcmp().
5710 2000-07-27  Jes Sorensen  <jes@linuxcare.com>
5712         * sysdeps/unix/sysv/linux/ia64/fork.c: Make __libc_fork the strong
5713         name and add weak alias for __fork.
5715         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Change llseek, pread
5716         & pwrite to use __libc_<name> as strong names instead of
5717         __syscall_<name>.
5719         * include/sched.h: Add clone2 prototype.
5721 2000-07-26  Jes Sorensen  <jes@linuxcare.com>
5723         * sysdeps/unix/sysv/linux/ia64/sysdep.h (ENTRY): Don't declare the
5724         procedure name twice.
5726 2000-07-27  Philip Blundell  <philb@gnu.org>
5728         * malloc/malloc.c (HAVE_MREMAP): Undo change of 1997-12-04.
5730 2000-07-27  Andreas Jaeger  <aj@suse.de>
5732         * sysdeps/unix/sysv/linux/bits/socket.h: Rename MSG_URG TO
5733         MSG_CONFIRM following kernel 2.4.0 (MSG_URG was never used).
5734         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
5735         Reported by Andi Kleen <ak@suse.de>.
5737         * rt/tst-aio64.c: Add tests for aio_fsync64 and aio_cancel64.
5738         (do_wait): Test requests with aio_return64.
5739         (do_test): Change callers of do_wait.
5741 2000-07-26  Andreas Jaeger  <aj@suse.de>
5743         * rt/tst-aio.c: Add tests for aio_fsync and aio_cancel.
5744         (do_wait): Test requests with aio_return.
5745         (do_test): Change callers of do_wait.
5747 2000-07-27  Ulrich Drepper  <drepper@redhat.com>
5749         * rt/aio_misc.c (__aio_remove_request): New function.  Handle removing
5750         from request list.  Don't do the list handling here, call
5751         __aio_remove_request.
5752         * rt/aio_misc.h: Add prototype for __aio_remove_request.
5753         * rt/aio_cancel.c: Don't assume __aio_find_req_fd succeeds since the
5754         request might already be processed.  Don't do the list handling
5755         here, call __aio_remove_request.
5757         * rt/aio_misc.c: Don't depend on aio_reqprio field for LIO_SYNC and
5758         LIO_DSYNC.
5760         * rt/aio_misc.c: Add comment explaining why writer memory barriers
5761         are missing.
5763 2000-07-27  Greg McGary  <greg@mcgary.org>
5765         * sysdeps/generic/bp-checks.h (BOUNDED_N): Make it work for void*.
5766         * sysdeps/generic/bp-semctl.h (check_semctl): Fix syntax error
5767         in union init.  Pass zero for ignored semnum arg to semctl.
5768         * sysdeps/unix/sysv/linux/shmat.c (shmat): Fix typo.
5770 2000-07-26  Greg McGary  <greg@mcgary.org>
5772         * sysdeps/gnu/bits/msq.h: Qualify kernel's
5773         data structure pointers as __unbounded.
5774         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
5775         * sysdeps/generic/bp-semctl.h: New file.
5776         * sysdeps/unix/sysv/linux/msgctl.c: Qualify kernel's data structure
5777         pointers as __unbounded.  Check bounds of syscall args.
5778         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
5779         * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
5780         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
5781         * sysdeps/unix/sysv/linux/semop.c: Likewise.
5782         * sysdeps/unix/sysv/linux/shmat.c: Likewise.
5783         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
5784         * sysdeps/unix/sysv/linux/shmdt.c: Likewise.
5785         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Likewise.
5786         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
5787         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
5788         * sysdeps/unix/sysv/linux/i386/msgctl.c: Likewise.
5789         * sysdeps/unix/sysv/linux/i386/semctl.c: Likewise.
5790         * sysdeps/unix/sysv/linux/i386/shmctl.c: Likewise.
5791         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Likewise.
5792         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Likewise.
5793         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Likewise.
5795 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
5797         * libio/iofwide.c: Enable transliteration for conversion from wchar_t
5798         by default.
5799         * locale/C-ctype.c: Likewise.
5800         * wcsmbs/wcsmbsload.c: Likewise.
5802 2000-07-26  Greg McGary  <greg@mcgary.org>
5804         * Makeconfig (+link-bounded, link-libc-bounded,
5805         link-extra-libs-bounded): New variables.
5806         (built-program-cmd): Omit $(run-program-prefix) for static BP tests.
5807         * Makerules (do-tests-clean, common-mostlyclean): Remove BP test files.
5808         * Rules (tests-bp.out): New variable.
5809         (tests): Conditionally add BP tests.
5810         (binaries-bounded): Add variable and associated rule.
5811         * csu/Makefile [build-bounded] (extra-objs, install-lib):
5812         Move conditional stuff after place where condition is defined.
5814         * malloc/malloc.c (bp-checks.h): Add #include.
5815         (mem2chunk, chunk_at_offset, bin_at): Wrap BOUNDED_1 around expression.
5816         (_bin_at): Add unbounded version of bin_at.
5817         (IAV, chunk_alloc): Use unbounded _bin_at.
5818         (mALLOc, rEALLOc, chunk_realloc, mEMALIGn, cALLOc,
5819         chunk2mem_check, realloc_check, malloc_starter, malloc_atfork):
5820         Wrap BOUNDED_N around return value.
5821         (chunk_realloc): Adjust oldsize once.
5823         * sysdeps/generic/bp-checks.h (__memchr): Remove incorrect decl.
5824         (__ubp_memchr): Add correct decl.
5825         (_CHECK_STRING): Use __ubp_memchr.
5826         * sysdeps/alpha/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
5827         New alias for unbounded-pointer __memchr.
5828         * sysdeps/i386/memchr.S: Likewise.
5829         * sysdeps/ia64/memchr.S: Likewise.
5830         * sysdeps/m68k/memchr.S: Likewise.
5831         * sysdeps/sparc/sparc32/memchr.S: Likewise.
5832         * sysdeps/sparc/sparc64/memchr.S: Likewise.
5833         * sysdeps/vax/memchr.s: Likewise.
5835         * sysdeps/i386/strtok.S: Fix bounds checks to pass tests.
5836         (SAVE_PTR): New macro.  (save_ptr): Expand size as BP.
5837         (strtok): Don't bother to write into SAVE_PTR when returning NULL.
5838         * sysdeps/i386/i686/strtok.S: Likewise.
5839         * sysdeps/i386/bp-asm.h (RETURN_BOUNDED_POINTER,
5840         RETURN_NULL_BOUNDED_POINTER): Use %ecx as the scratch register.
5842         * sysdeps/i386/bits/string.h [!__BOUNDED_POINTERS__]: Disable inlines.
5843         * sysdeps/i386/i486/bits/string.h [!__BOUNDED_POINTERS__]: Likewise.
5845         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Copy
5846         bounds of copy_result to mount_proc.
5848 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
5850         * wctype/wctype.h (__wctrans_l): New declaration.
5851         * wctype/wctrans_l.c: New file.
5852         * wctype/Makefile (routines): Add wctrans_l.
5854 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
5856         * posix/fnmatch_loop.c: Fixes for use outside glibc.
5857         Patch by MacGyver <macgyver@tos.net>.
5859 2000-07-26  Andreas Jaeger  <aj@suse.de>
5861         * rt/tst-aio4.c: New file, slightly modified version of tst-aio2.
5862         * rt/tst-aio5.c: New file, slightly modified version of tst-aio2.
5863         * rt/Makefile: Add rules to build and run tst-aio4 and tst-aio5.
5865         * rt/tst-aio.c (test_file): Fix typo.
5866         * rt/tst-aio64.c (test_file): Likewise.
5868         * rt/tst-aio3.c: New file, slightly modified version of tst-aio2.
5869         * rt/Makefile: Add rules to build and run tst-aio3.
5871         * sysdeps/unix/sysv/linux/netinet/ip.h: Removed ip_options since
5872         it's not needed and confuses only.
5874 2000-07-26  Ulrich Drepper  <drepper@redhat.com>
5876         * resolv/res_init.c: Add support for nameserver communication with
5877         IPv6.
5878         * resolv/res_send.c: Likewise.
5879         * resolv/resolv.h (struct __res_state): Store IPv6 address, not IPv4
5880         in nsaddrs field.
5881         Patch by <venaas@nvg.ntnu.no>.
5883 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
5885         * locale/programs/ld-ctype.c (wctype_table_get): New function.
5886         (wcwidth_table_get): New function.
5887         (wcwidth_table_add): Call it.
5888         (wctrans_table_get): New function.
5889         (wctrans_table_add): Call it.
5891 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
5893         * rt/lio_listio.c (lio_listio): Always disable individual
5894         notification.
5895         * rt/Makefile: Add rules to build and run tst-aio2.
5896         * rt/tst-aio2.c: New file.
5898         * rt/lio_listio.c (lio_listio): Handle case of SIG == NULL correctly.
5899         Reported by Kevin Beard <beardk@gatwick.Geco-Prakla.slb.com>.
5901 2000-07-25  Mark Kettenis  <kettenis@gnu.org>
5903         * nss/nss_files/files-netgrp.c (strip_whitespace): New function.
5904         (_nss_netgroup_parseline): Use strip_whitespace to strip off any
5905         leading and trailing spaces from host, user and domain name.
5907 2000-07-25  Jes Sorensen  <jes@linuxcare.com>
5909         * csu/defs.awk: Add support for need_endp.
5911 2000-07-25  Mark Kettenis  <kettenis@gnu.org>
5913         * resolv/resolv.h: Remove __P from res_send_qhook and
5914         res_send_rhook typedefs.
5916 2000-07-25  Bruno Haible  <haible@clisp.cons.org>
5918         * intl/tst-translit.c (main): Unset OUTPUT_CHARSET.
5920 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
5922         * iconv/gconv_builtin.h: Add WCHAR_T alias.
5924 2000-07-25  Mark Kettenis  <kettenis@gnu.org>
5926         * hurd/thread-cancel.c (hurd_thread_cancel): When cancelling the
5927         calling thread, set the cancellation flag and return success
5928         instead of EINTR.
5930 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
5932         * libio/Makefile: Add rules build, run, and distribute tst-widetext.c.
5933         * libio/tst-widetext.c: New file.
5934         * libio/tst-widetext.input: New file.
5936         * libio/iogetwline.c (_IO_getwline_info): Pretty print.
5938         * libio/wfileops.c (_IO_wfile_underflow): Handle not entirely
5939         empty external buffer correctly.
5941 2000-07-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5943         * sysdeps/mips/dl-machine.h (_RTLD_PROLOGUE): Stringify using
5944         __STRING(entry) and not #entry.
5945         (_RTLD_EPILOGUE): Likewise.
5946         * sysdeps/mips/mips64/dl-machine.h: Likewise.
5948 2000-07-25  Andreas Jaeger  <aj@suse.de>
5950         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Change parameter
5951         according to changes in test program, run also with static only
5952         builds.
5953         ($(objpfx)tst-printf.out): Likewise.
5955         * stdio-common/tst-unbputc.sh: Likewise.
5956         * stdio-common/tst-printf.sh: Likewise.
5958 2000-07-25  Ulrich Drepper  <drepper@redhat.com>
5960         * libio/wfileops.c (_IO_wdo_write): Correct return value.
5962         * libio/wfileops.c (_IO_wdo_write): Allow partial conversions in the
5963         loop.
5965         * libio/fileops.c: Pretty print.
5967 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
5969         * wctype/wchar-lookup.h: New file.
5970         * wctype/iswctype.c: Include "wchar-lookup.h".
5971         (__iswctype): Support alternate locale format with 3-level tables.
5972         * wctype/iswctype_l.c (__iswctype_l): Likewise.
5973         * wctype/towctrans.c (__towctrans): Likewise.
5974         * wctype/towctrans_l.c (__towctrans_l): Likewise.
5975         * wctype/wcfuncs.c: Include "wchar-lookup.h".
5976         (__ctype32_wctype, __ctype32_wctrans): Declare external.
5977         (__iswalnum, __iswalpha, __iswcntrl, __iswdigit, __iswlower,
5978         __iswgraph, __iswprint, __iswpunct, __iswspace, __iswupper,
5979         __iswxdigit, towlower, towupper): Support alternate locale format
5980         with 3-level tables.
5981         * wctype/wcextra.c (iswblank): Likewise.
5982         * wctype/wcfuncs_l.c: Include "wchar-lookup.h".
5983         (__iswalnum_l, __iswalpha_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
5984         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
5985         __iswxdigit_l, __towlower_l, __towupper_l): Support alternate locale
5986         format with 3-level tables.
5987         * wctype/wcextra_l.c (__iswblank_l): Likewise.
5988         * wctype/wctype.c (__wctype): Likewise.  In the alternate locale
5989         format, return a 3-level table pointer.
5990         * wctype/wctype_l.c (__wctype_l): Likewise.
5991         * wctype/wctrans.c (wctrans): Likewise.
5992         * wctype/wctype.h (__ISwupper, __ISwlower, __ISwalpha, __ISwdigit,
5993         __ISwxdigit, __ISwspace, __ISwprint, __ISwgraph, __ISwblank,
5994         __ISwcntrl, __ISwpunct, __ISwalnum): New enum values.
5995         (iswctype): Remove macro definition.
5996         * wcsmbs/wcwidth.h: Include "wchar-lookup.h".
5997         (internal_wcwidth): Support alternate locale format with 3-level
5998         tables.
5999         * locale/langinfo.h (_NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET):
6000         New nl_items.
6001         * locale/categories.def (_NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET):
6002         Define them as being type "word".
6003         * locale/C-ctype.c (_nl_C_LC_CTYPE): Add initializers for them.
6004         * ctype/ctype-info.c (__ctype32_wctype, __ctype32_wctrans,
6005         __ctype32_width): New exported variables.
6006         * locale/lc-ctype.c (_nl_postload_ctype): Initialize them in the
6007         alternate locale format. Don't initialize __ctype_names and
6008         __ctype_width in the alternate locale format.
6009         * locale/programs/localedef.h (oldstyle_tables): New declaration.
6010         * locale/programs/localedef.c (oldstyle_tables): New variable.
6011         (OPT_OLDSTYLE): New macro.
6012         (options): Add --old-style option.
6013         (parse_opt): Handle --old-style option.
6014         * locale/programs/ld-ctype.c (locale_ctype_t): Add class_offset,
6015         map_offset, class_3level, map_3level, width_3level members.
6016         (ctype_output): Support for alternate locale format: Computation of
6017         nelems changes. _NL_CTYPE_TOUPPER32, _NL_CTYPE_TOLOWER32 and
6018         _NL_CTYPE_CLASS32 only 256 characters. _NL_CTYPE_NAMES empty.
6019         New fields _NL_CTYPE_CLASS_OFFSET, _NL_CTYPE_MAP_OFFSET. Field
6020         _NL_CTYPE_WIDTH now contains the three-level table. Extra elems
6021         now contain both class and map tables.
6022         (struct wctype_table): New type.
6023         (wctype_table_init, wctype_table_add, wctype_table_finalize): New
6024         functions.
6025         (struct wcwidth_table): New type.
6026         (wcwidth_table_init, wcwidth_table_add, wcwidth_table_finalize): New
6027         functions.
6028         (struct wctrans_table): New type.
6029         (wctrans_table_init, wctrans_table_add, wctrans_table_finalize): New
6030         functions.
6031         (allocate_arrays): Support for alternate locale format: Set
6032         plane_size and plane_cnt to 0. Restrict ctype->ctype32_b to the first
6033         256 characters. Compute ctype->class_3level. Restrict ctype->map32[idx]
6034         to the first 256 characters. Compute ctype->map_3level. Set
6035         ctype->class_offset and ctype->map_offset. Compute ctype->width_3level
6036         instead of ctype->width.
6038 2000-07-24  Ulrich Drepper  <drepper@redhat.com>
6040         * libio/iogetwline.c (_IO_getwline_info): Use wide character
6041         string functions.
6043 2000-07-24  Jakub Jelinek  <jakub@redhat.com>
6045         * libio/wfiledoalloc.c (_IO_wfile_doallocate): Measure size
6046         in wide characters, not bytes.
6047         * libio/tst_putwc.c (do_test): Add test for writing lots of data
6048         into file.
6050 2000-07-22  Bruno Haible  <haible@clisp.cons.org>
6052         * locale/nl_langinfo.c (nl_langinfo): Accept items belonging to the
6053         new categories LC_PAPER, LC_NAME, LC_ADDRESS, LC_TELEPHONE,
6054         LC_MEASUREMENT, LC_IDENTIFICATION.
6056         * locale/xlocale.h (struct __locale_struct): Increase size of
6057         __locales array.
6058         * locale/duplocale.c (__duplocale): Copy newly added categories as
6059         well.
6060         * locale/freelocale.c (__freelocale): Free newly added categories.
6061         * locale/newlocale.c (__newlocale): Fix typo in sanity check.
6062         If a base is given, use it, don't simply return it.
6064 2000-07-22  Bruno Haible  <haible@clisp.cons.org>
6066         * crypt/md5-crypt.c (__md5_crypt_r): Avoid gcc warnings: Use pointer
6067         variables, copied_key and copied_salt, instead of boolean variables.
6069 2000-07-24  Andreas Jaeger  <aj@suse.de>
6071         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Really fix
6072         check for offset.
6074         * grp/initgroups.c (initgroups_dyn_function): Renamed from
6075         initgroups_function, adopted prototype for change from 2000-07-23.
6076         (initgroups): Follow type change.
6078         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Fix offset
6079         & PAGE_MASK case, reformat.
6081         * string/Makefile ($(objpfx)tst-svc.out): Fix rule to read input
6082         from stdin and setup environment.
6084 2000-07-24  Andreas Schwab  <schwab@suse.de>
6086         * sysdeps/unix/sysv/linux/m68k/mmap.S: Remove mmap64 alias.
6088 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
6090         * string/endian.h: Explain the _*_ENDIAN constant values a bit
6091         more.  Patch by scarlet@mit.edu [PR libc/1799].
6093         * io/ftwtest-sh: Add -f parameter to chmod if -R is also given.
6094         [PR libc/1792].
6096         * argp/argp-parse.c (parser_finalize): Reverse order in which
6097         parsers are run for ARGP_KEY_END.  [PR libc/1755].
6099         * grp/initgroups.c (initgroups): Don't limit the possible number
6100         of groups to NGROUPS_MAX.  Allow dynamic resizing.  Loop around
6101         the setgroups call while the call fails and descrease the number
6102         of groups each round.
6103         The name of the initgroups function in the NSS modules changed.
6104         (compat_call): Adapt for dynamic resizing.
6105         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
6106         Implement dynamic resizing.
6107         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
6108         Likewise.
6109         * nis/nss_nis/compat-initgroups.c (_nss_nis_initgroups_dyn): Likewise.
6110         * hesiod/Versions: Change exported interface name.
6111         * nis/Versions: Change exported interface name.
6113 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
6115         * locale/iso-639.def: Some errors corrected.
6116         Patch by Keld Simonsen.
6118         * include/limits.h: Update non-gcc portion.
6119         Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
6121 2000-07-22  Mark Kettenis  <kettenis@gnu.org>
6123         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When shrinking the
6124         program's data space, reallocate only the space that was just
6125         deallocated to release its backing space.
6127 2000-07-23  Ulrich Drepper  <drepper@redhat.com>
6129         * stdio-common/vfprintf.c (process_string_arg): For wide character
6130         version, handle precision also correctly.
6132         * nss/nss_files/files-hosts.c: Correct problem with three or more
6133         entries with the same name.
6135         * nss/nss_files/files-hosts.c: Implement multi handling.
6136         * resolv/Versions: Export _res_hconf for GLIBC_2.2 from libc.
6138 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
6140         * nss/nss_files/files-parse.c: Don't pollute namespace by using
6141         strcasecmp.
6143         * grp/Makefile: Change Makefiles and tests to run only when necessary.
6144         * malloc/Makefile: Likewise.
6145         * malloc/tst-mtrace.sh: Likewise.
6146         * posix/Makefile: Likewise.
6147         * posix/globtest.sh: Likewise.
6148         * posix/wordexp-tst.sh: Likewise.
6149         * string/Makefile: Likewise.
6151 2000-07-22  Mark Kettenis  <kettenis@gnu.org>
6153         * locale/findlocale.c (locale_file_list): Use __LC_LAST as array
6154         size instead of LC_ALL to take into account the new locale
6155         categories.
6157 2000-07-22  Ulrich Drepper  <drepper@redhat.com>
6159         * iconv/gconv_trans.c: Correct a few bugs in the search loop.  Remove
6160         remainders of hash table.
6161         * locale/categories.def: Remove remainders of transliteration
6162         hash table.
6163         * locale/langinfo.h: Likewise.
6164         * locale/programs/ld-ctype.c: Likewise.  Fix code to write out
6165         transliteration tables.
6167         * locale/gen-translit.pl: New file.
6168         * locale/C-translit.h.in: New file.
6169         * locale/C-ctype.c: Include C-translit.h.  Initialize transliteration
6170         data pointers with data from this file.
6171         * locale/Makefile (distribute): Add C-translit.h.in, C-translit.h,
6172         and gen-translit.pl.
6173         Add rule to generate C-translit.h.
6174         * intl/tst-translit.c (main): Update for now performed
6175         transliteration.
6177         * stdio-common/vfscanf.c: Handle input -- with format %f correctly
6178         (it's no input error).
6179         * stdio-common/tstscanf.c: Add test case for format %f with input --.
6180         * stdio-common/scanf12.c: Correct expected result for first scanf.
6182         * stdio-common/vfprintf.c (process_string_arg): Correct handling
6183         of multibyte character strings in %s format with precision.
6185 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
6187         * locale/programs/ld-collate.c (collate_read): Allow collating
6188         symbols and elements be named in reorder-after instructions.
6189         Reported by Yoshito Kawada <KAWADA@jp.ibm.com>.
6191         * locale/programs/ld-collate.c (handle_ellipsis): Test for
6192         duplication with generated name, not the name of the first
6193         character.
6194         Patch by Yong Li <yong.li@asu.edu>.
6196         * sysdeps/powerpc/strchr.S: Correct bugs introduced in BP-ification.
6197         Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
6199 2000-07-21  Wolfram Gloger  <wg@malloc.de>
6201         * malloc/malloc.c (chunk_alloc): Try mmap_chunk() for smaller
6202         allocations only if a non-main arena cannot be extended.
6204 2000-07-21  Ulrich Drepper  <drepper@redhat.com>
6206         * elf/dl-load.c (_dl_map_object): Take loader==NULL into account
6207         in DF_1_NODEFLIB handling.
6209 2000-07-21  Andreas Jaeger  <aj@suse.de>
6211         * elf/Makefile ($(test-modules)): Exclude filtmod1.so, it has its
6212         own rule.
6214         * libio/fwide.c: Include <wchar.h> for prototype.
6216 2000-07-21  Greg McGary  <greg@mcgary.org>
6218         * malloc/malloc.c (next_chunk, prev_chunk, inuse_bit_at_offset,
6219         set_inuse_bit_at_offset, clear_inuse_bit_at_offset, set_foot):
6220         Define in terms of chunk_at_offset.
6221         (inuse, set_inuse, clear_inuse): Define in terms of next_chunk.
6222         (next_bin, prev_bin): offset by size of real array elements.
6223         (chunk_align): Make `m' a scalar, since that's how it's used.
6225 2000-07-21  Greg McGary  <greg@mcgary.org>
6227         * sysdeps/powerpc/bp-asm.h (DISCARD_BOUNDS): Rename from
6228         UNCHECK_BOUNDS.
6229         * sysdeps/powerpc/bits/setjmp.h (JB_SIZE): New constant.
6230         * sysdeps/powerpc/elf/libc-start.c (__libc_start_main):
6231         Wrap bounds around argv & envp and each of their string members.
6232         * sysdeps/powerpc/elf/start.S: Designate BP symbols.
6233         * sysdeps/unix/sysv/linux/powerpc/brk.S: Wrap entry-point
6234         symbol in BP_SYM ().  Discard bounds of address arg.
6235         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
6236         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64):
6237         Discard bounds on address arg, add bounds to return value.
6239 2000-07-20  Ulrich Drepper  <drepper@redhat.com>
6241         * elf/Makefile (tests): Add filter.  Add rules to generate filter.
6242         * elf/filter.c: New file.
6243         * elf/filtmod1.c: New file.
6244         * elf/filtmod2.c: New file.
6246         * elf/rtld.c: Define _dl_bind_not variable.
6247         (process_envvars): Recognize LD_BIND_NOT and set _dl_bind_not.
6248         * elf/dl-support.c: Likewise.
6249         * sysdeps/generic/ldsodefs.h: Declare _dl_bind_not.
6250         * elf/dl-runtime.c (fixup): Don't remember looked up value if
6251         _dl_bind_not.
6252         (profile_fixup): Likewise.
6254         * libio/Makefile (routines): Add fwide.
6255         * libio/iofwide.c (_IO_fwide): Remove locking.  This is done in
6256         fwide now.  Internal calls to _IO_fwide must do locking themselves
6257         or don't need locking.
6258         * libio/fwide.c: New file.
6260         * elf/dl-load.c (_dl_map_object): Implement handling of DF_1_NODEFLIB.
6262         * elf/Makefile: Add no modules for nodelete test.
6263         * elf/nodelmod3.c: New file.
6264         * elf/nodelmod4.c: New file.
6265         * elf/nodelete.c: Also test case where dependency of dlopen() object
6266         is marked nodelete.
6268         * elf/Makefile (tests): Add nodlopen.  Add rules to generate nodlopen.
6269         * elf/nodlopen.c: New file.
6270         * elf/nodlopenmod.c: New file.
6271         * include/dlfcn.h: Define __RTLD_DLOPEN.
6272         * elf/dl-load.c (_dl_map_object_from_fd): If DF_1_NOOPEN is set
6273         and this is a dlopen() call, do not load the binary.
6274         * dlfcn/dlopen.c: Add __RTLD_DLOPEN to mode passed down to _dl_open.
6275         * dlfcn/dlopenold.c: Likewise.
6276         * configure.in: Add test for -z nodelete option.
6277         * config.make.in: Define have-z-nodelete with libc_cv_z_nodelete.
6279 2000-07-20  Mark Kettenis  <kettenis@gnu.org>
6281         Make Hesiod NSS module thread-safe.
6283         * hesiod/README.hesiod: Update.
6285         * hesiod/Versions [GLIBC_2.2]: Add _nss_hesiod_getservbyport_r,
6286         _nss_hesiod_setprotoent, _nss_hesiod_endprotoent,
6287         _nss_hesiod_getprotobyname_r, and _nss_hesiod_getprotobynumber_r.
6288         * hesiod/Makefile (libnss_hesiod-routines): Add hesiod-init and
6289         hesiod-proto.
6290         * hesiod/nss_hesiod/hesiod-init.c: New file.
6291         * hesiod/nss_hesiod/hesiod-pwd.c: Rewritten for thread-safeness.
6292         * hesiod/nss_hesiod/hesiod-grp.c: Likewise.
6293         * hesiod/nss_hesiod/nss_hesiod.h: New file.
6294         * hesiod/nss_hesiod/hesiod-service.c
6295         (_nss_hesiod_getservbyport_r): New function.  Provide support for
6296         looking up services by port number.
6297         * hesiod/nss_hesiod/hesiod-proto.c: New file.
6299         * hesiod/hesiod.c: Update from BIND 8.2.3-T5B.
6300         * hesiod/hesiod.h: Likewise.
6301         * hesiod/hesiod_p.h: Likewise.
6303 2000-07-20  Mark Kettenis  <kettenis@gnu.org>
6305         Fix problems with `struct __res_state' getting too big.
6306         * resolv/resolv.h (struct __sockaddr_in): New definition.
6307         (struct __res_state): Use __sockaddr_in instead of sockaddr_in in
6308         the private parts of the structure to save some space.
6309         * resolv/res_send.c (res_nsend): Cast &EXT(statp).nsaddrs[ns] to
6310         (struct sockaddr_in *) in call to sock_eq.
6311         Use memcpy to copy statp->nsaddr_list[ns] to &EXT(statp).nsaddrs[ns].
6313 2000-07-20  Ulrich Drepper  <drepper@redhat.com>
6315         * elf/elf.h: Add various DF_1_*, DTF_1_*, and DF_P1_* entries.
6316         * elf/dl-close.c (_dl_close): Don't close an object if it is marked
6317         with nodelete.
6318         * elf/dl-open.c (dl_open_worker): Pass RTLD_NOLOAD as new parameter
6319         to _dl_map_object.  Return immediately if no object loaded.
6320         Set DF_1_NODELETE bit in l_flags_1 if RTLD_NODELETE was passed.
6321         * elf/dynamic-link.h (elf_get_dynamic_info): Copy DT_FLAGS_1 entry
6322         if it exists into l_flags_1 word.
6323         * elf/dl-load.c (_dl_map_object_from_fd): Take no parameter and use
6324         it to determine whether loading is wanted or not.
6325         (_dl_map_object): Likewise.
6326         Call _dl_map_object_from_fd with new parameter.
6327         * sysdeps/generic/ldsodefs.h: Update prototype.
6328         * elf/dl-deps.c: Add new parameter to _dl_map_object calls.
6329         * elf/rtld.c: Likewise.
6330         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
6331         * elf/Makefile (tests): Add noload.  Add rules to generate noload.
6332         * elf/noload.c: New file.
6333         * include/link.h (struct link_map): Add l_feature_1 and l_flags_1.
6334         * sysdeps/generic/bits/dlfcn.h: Define RTLD_NOLOAD and RTLD_NODELETE.
6335         * sysdeps/mips/bits/dlfcn.h: Likewise.
6336         * elf/Makefile (tests): Add $(tests-nodelete-$(have-z-nodelete)).
6337         (tests-nodelete-yes): Define.
6338         (modules-names): Add $(modules-nodelete-$(have-z-nodelete)).
6339         Add rules to build nodelete and modules.
6340         * elf/nodelete.c: New file.
6341         * elf/nodelmod1.c: New file.
6342         * elf/nodelmod2.c: New file.
6343         * configure.in: Add test for -z nodelete option.
6344         * config.make.in: Define have-z-nodelete with libc_cv_z_nodelete.
6346         * libio/Makefile (tests): Add tst_wprintf2.
6347         (tst_wprintf2-ARGS): Define.
6348         * libio/tst_wprintf2.c: New file.
6349         Based on a test case by Yoshito Kawada <KAWADA@jp.ibm.com>.
6351         * libio/wfiledoalloc.c: Only allocate external buffer if this
6352         hasn't happened yet.
6354         * libio/wfileops.c (_IO_wdo_write): Overflow only if there is really
6355         something in the buffer.  gconv call can write up to end of the
6356         buffer, not only _IO_write_end.
6357         (_IO_wfile_overflow): Allocate also external buffer.
6359 2000-07-19  Ulrich Drepper  <drepper@redhat.com>
6361         * stdio-common/vfprintf.c (process_string_arg): Handle multibyte
6362         strings with precision in vfwprintf correctly.
6363         * stdio-common/vfprintf.c: Fix completely broken handling of
6364         unbuffered wide character streams.
6365         Reported by Yoshito Kawada <KAWADA@jp.ibm.com>.
6367         * resolv/Makefile (distribute): Add README.
6369         * resolv/README: New file.  By Mark Kettenis <kettenis@gnu.org>.
6371 2000-07-18  Mark Kettenis  <kettenis@gnu.org>
6373         Update resolver code to BIND 8.2.3-T5B.
6375         * resolv/Versions [GLIBC_2.2] (libc): Add __res_init and
6376         __res_nclose.
6377         [GLIBC_2.2] (libresolv): Add __dn_expand, __ns_samename,
6378         __res_mkquery, __res_nsend, __res_query, __res_querydomain and
6379         __res_search.
6380         * resolv/Banner: BIND-8.2.3-T5B.
6382         * resolv/base64.c: Update from BIND 8.2.3-T5B.
6383         * resolv/herror.c: Likewise.
6384         * resolv/inet_addr.c: Likewise.
6385         * resolv/inet_net_ntop.c: Likewise.
6386         * resolv/inet_net_pton.c: Likewise.
6387         * resolv/inet_neta.c: Likewise.
6388         * resolv/inet_ntop.c: Likewise.
6389         * resolv/nsap_addr.c: Likewise.
6390         * resolv/inet_pton.c: Likewise.  Reject a few more more invalid
6391         IPv6 addresses (ISC bug #520).
6393         * resolv/ns_name.c: Avoid emitting RCS ID in object file.
6394         * resolv/ns_parse.c: Likewise.
6395         * resolv/ns_netint.c: Likewise.
6396         * resolv/ns_samedomain.c: Likewise.
6397         * resolv/ns_ttl.c: Likewise.
6398         * resolv/ns_print.c: Update from BIND 8.2.3-T5B.  Avoid emitting
6399         RCS ID in object file.
6401         * resolv/res_debug.c: Update from BIND 8.2.3-T5B.
6402         * resolv/res_mkquery.c: Likewise.
6403         * resolv/res_query.c: Likewise.
6404         * resolv/res_init.c: Likewise.
6405         (res_setoptions): Mark internal.
6406         * resolv/res_send.c: Likewise.
6407         [_LIBC]: Fully reinstate the code that avoids the FD_SETSIZE limit
6408         by using poll instead.
6409         * resolv/res_comp.c: Likewise.
6410         [SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_2)]: Make dn_expand a
6411         weak alias for __dn_expand.
6412         * resolv/res_data.c: Likewise.
6413         (res_close) [_LIBC]: Don't call res_nclose if RES_INIT isn't set
6414         in _res.options.  Avoids a potential security risk by avoiding a
6415         close (0).
6416         [SHLIB_COMPAT (libresolv, GLIBC_2_0, GLIBC_2_2)]: Make
6417         res_mkquery, res_query, res_querydomain adn res_search weak
6418         aliases for __res_mkquery, __res_query, __res_querydomain and
6419         __res_search.
6420         * resolv/res_libc.c: (_res): Don't initialize.  Fix res_close
6421         instead to avoid close(0).
6422         (res_init): Always use the static resolver context.
6423         [SHLIB_COMPAT (libc, GLIBC_2.0, GLIBC_2_2)]: Make res_init a weak
6424         alias for __res_init.
6426         * resolv/resolv.h: Update from BIND 8.2.3-T5B.  Move definition of
6427         RES_SET_H_ERRNO and accompanying comment to...
6428         * include/resolv.h: ... here.
6430         * resolv/arpa/namser.h: Update from BIND 8.2.3-T5B.
6431         * resolv/arpa/nameser_compat.h: Likewise.
6433 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
6435         * nss/makedb.c (main): Compare result of load_db with
6436         NSS_STATUS_SUCCESS and not 0.
6437         Patch by Jan Rekorajski <baggins@sith.mimuw.edu.pl>.
6439         * sysdeps/unix/sysv/linux/Versions: Export __sysctl for GLIBC_2.2.
6441 2000-07-18  Greg McGary  <greg@mcgary.org>
6443         * posix/regex.c (EXTEND_BUFFER_HIGH_BOUND): New macro.
6444         (EXTEND_BUFFER): Use it.
6446 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
6448         * include/libc-symbols.h: Define RETURN_ADDRESS macro.
6449         * dlfcn/dlopen.c: Use RETURN_ADDRESS instead of
6450         __builtin_return_address.
6451         * dlfcn/dlopenold.c: Likewise.
6452         * dlfcn/dlsym.c: Likewise.
6453         * dlfcn/dlvsym.c: Likewise.
6454         * elf/dl-profstub.c: Likewise.
6455         * malloc/malloc.c: Likewise.
6456         * sysdeps/generic/machine-gmon.h: Likewise.
6457         Based on a patch by schwidefsky@de.ibm.com.
6459 2000-07-18  Andreas Jaeger  <aj@suse.de>
6461         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Pass 0 instead of
6462         NULL to elf_machine_fixup_plt t argument to silence GCC.
6464         * include/string.h: Add prototype for __memchr.
6466         * sysdeps/alpha/memchr.S: Fix copy & error in weak_alias.
6468         * sysdeps/generic/memchr.c: Fix copy & paste error: Use memchr
6469         instead of memrchr.
6471 2000-07-18  Ulrich Drepper  <drepper@redhat.com>
6473         * intl/Makefile: Make sure tst-translit is run after tst-gettext.
6475         * locale/C-ctype.c: Add initializers for gap elements.
6476         * locale/programs/ld-ctype.c (ctype_output): Write out index entries
6477         for gap elements.
6479 2000-07-16  Ulrich Drepper  <drepper@redhat.com>
6481         * nscd/nscd.c (print_version): Update copyright year.
6483 2000-07-17  Greg McGary  <greg@mcgary.org>
6485         * sysdeps/unix/make-syscalls.sh: Handle new arg signature
6486         keyletters F, I, S, W.  Remove unused keyletter V.  Surround
6487         signature argnames with angle-brackets for use as word delimiters,
6488         and to induce syntax errors for any args not handled.  Split
6489         multi-echo echoes and comment each stage.
6490         * sysdeps/unix/common/syscalls.list: Refine & correct signatures.
6491         * sysdeps/unix/inet/syscalls.list: Likewise.
6492         * sysdeps/unix/mman/syscalls.list: Likewise.
6493         * sysdeps/unix/syscalls.list: Likewise.
6494         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6495         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6496         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
6497         * sysdeps/unix/sysv/syscalls.list: Likewise.
6498         * sysdeps/unix/sysv/linux/powerpc/syscalls.list
6500         * sysdeps/generic/strcpy.c (strcpy): Stifle unused-value warnings.
6501         * sysdeps/unix/sysv/linux/execve.c (__execve): Add const
6502         qualifiers.  Don't check NULL-terminator of argv & envp.
6503         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Use
6504         unbounded pointer type in word-size assertion.
6505         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Add missing
6506         cases to stifle warnings.
6508         * libio/iofdopen.c (_IO_new_fdopen): Pass _IO_FILE_plus pointer to
6509         _IO_file_attach.
6510         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
6512         * include/libc-symbols.h (symbol_set_declare): Revert 2000-06-26 mods.
6513         * include/set-hooks.h (RUN_HOOK): Revert 2000-06-26 mods.  Qualify
6514         ptr as __unbouned.
6516         * Makerules (o-objects): Supplement with $(o-objects$o).
6517         * string/Makefile (o-objects.ob): Add variable to pull
6518         unbounded versions of memcpy, memset and memchr into libc_b.
6520         * sysdeps/generic/bp-checks.h: Use unbounded __memchr
6521         rather than non-existent __ubp_memchr.
6522         (CHECK_STRINGopt, CHECK_FCNTL, BOUNDED_N, BOUNDED_1): New macros.
6523         (_CHECK_STRING, _CHECK_N): New macros.
6524         (CHECK_STRING, CHECK_N, CHECK_Nopt): Rewrite in terms of _CHECK_*.
6525         (CHECK_IOCTL): Move inside `#if !__ASSEMBLER__'.
6526         * sysdeps/alpha/memchr.S: Change strong name to "__memchr".
6527         Add weak alias "memchr".
6528         * sysdeps/generic/memchr.c: Likewise.
6529         * sysdeps/i386/memchr.S: Likewise.
6530         * sysdeps/ia64/memchr.S: Likewise.
6531         * sysdeps/m68k/memchr.S: Likewise.
6532         * sysdeps/sparc/sparc32/memchr.S: Likewise.
6533         * sysdeps/sparc/sparc64/memchr.S: Likewise.
6534         * sysdeps/vax/memchr.s: Likewise.
6536         * iconv/gconv_trans.c: Add #include <stdlib.h> to get malloc decl.
6538         * elf/dl-runtime.c (fixup): Trampoline passes unbounded pointer.
6539         (profile_fixup): Don't define for __BOUNDED_POINTERS__.
6540         * sysdeps/i386/dl-machine.h: Don't use regparm attribute for
6541         __BOUNDED_POINTERS__.
6542         (ELF_MACHINE_RUNTIME_TRAMPOLINE): Use non-regparm version
6543         for __BOUNDED_POINTERS__.
6545 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
6547         * iconv/gconv_open.c (__gconv_open): Initialize the __data
6548         field of struct __gconv_trans_data differently.  Don't pass NULL to
6549         trans_init_fct.  Simplify list append operation.
6551 2000-07-14  Bruno Haible  <haible@clisp.cons.org>
6553         * intl/dcigettext.c (dcigettext): Call plural_eval on all platforms,
6554         not only those having tsearch.
6556 2000-07-17  Ulrich Drepper  <drepper@redhat.com>
6558         * locale/langinfo.h: Add placeholder values in enum for removed
6559         LC_CTYPE entries.
6561 2000-07-17  Jakub Jelinek  <jakub@redhat.com>
6563         * elf/dl-addr.c (_dl_addr): Keep searching in the _dl_loaded
6564         chain if the PHDR check fails.
6566 2000-07-17  Mark Kettenis  <kettenis@gnu.org>
6568         * nss/getent.c (print_hosts): Make sure we always print a space
6569         between numeric addresses and hostnames.
6571 2000-07-17  Wolfram Gloger  <wg@malloc.de>
6573         * malloc/malloc.c (chunk_alloc): Use mmap_chunk() only if allowed,
6574         i.e. if n_mmaps_max>0.
6576 2000-07-16  Mark Kettenis  <kettenis@gnu.org>
6578         * resolv/netdb.h (AI_V4MAPPED, AI_ALL, AI_ADDRCONFIG): Adjust
6579         values to remove possible clash with other AI_* constants.
6580         (AI_PASSIVE, AI_CANONNAME, AI_NUMERICHOST): Define as
6581         hexadecimal constants to stress the fact they're in fact
6582         bit flags.
6584 2000-07-15  Mark Kettenis  <kettenis@gnu.org>
6586         * nss/getXXent_r.c [NEED__RES]: Include <resolv.h>.
6587         (SETFUNC_NAME, ENDFUNC_NAME, REENTRANT_GETNAME): Use res_ninit
6588         instead of res_init.
6590 2000-07-16  Ulrich Drepper  <drepper@redhat.com>
6592         * crypt/md5-crypt.c (__md5_crypt_r): Add casts for first
6593         parameters of memset calls to avoid warnings.
6595 2000-07-15  Ulrich Drepper  <drepper@redhat.com>
6597         * stdlib/Makefile: Rewrite rules to avoid running isomac unless
6598         necessary.
6600         * sysdeps/unix/sysv/linux/getcwd.c: Correct last patch.
6601         Patch by Greg McGary <greg@mcgary.org>.
6603         * io/Makefile (tests): Add tst-getcwd.
6604         * io/tst-getcwd.c: New file.
6606         * io/Makefile: Rewrite rules to avoid running ftwtest unless necessary.
6608 2000-07-15  Jakub Jelinek  <jakub@redhat.com>
6610         * iconv/gconv_open (__gconv_open): Initialize whole __gconv_trans_data
6611         structure.
6613 2000-07-13  Jakub Jelinek  <jakub@redhat.com>
6615         * sysdeps/posix/sysconf.c: Undef __sysconf before weak_alias.
6616         * sysdeps/unix/bsd/getpt.c: Undef __getpt before weak_alias.
6618 2000-07-12  H.J. Lu  <hjl@gnu.org>
6620         * sysdeps/unix/sysv/linux/ia64/Versions (libc): Add __clone2 to
6621         GLIBC_2.2.
6622         * sysdeps/unix/sysv/linux/ia64/Dist: Add clone2.S.
6623         * sysdeps/unix/sysv/linux/ia64/Makefile [$(subdir)=misc]
6624         (sysdep-routines): Add clone2.
6625         * sysdeps/unix/sysv/linux/ia64/clone2.S: New.
6627 2000-07-13  Jes Sorensen  <jes@linuxcare.com>
6629         * sysdeps/unix/sysv/linux/ia64/clone.S: New file.
6630         * sysdeps/unix/sysv/linux/ia64/fork.c: New file.
6632 2000-06-05  David Mosberger  <davidm@hpl.hp.com>
6634         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: New file
6635         based on sysdeps/unix/sysv/linux/bits/siginfo.h.
6636         Change type of si_band from "int" to "long".
6637         (si_imm) [USE_GNU]: Define
6638         (si_isr) [USE_GNU]: Likewise.
6639         (ILL_BREAK) [USE_GNU]: Likewise.
6640         (FPE_DECOVF) [USE_GNU]: Likewise.
6641         (FPE_DECDIV) [USE_GNU]: Likewise.
6642         (FPE_DECERR) [USE_GNU]: Likewise.
6643         (FPE_INVASC) [USE_GNU]: Likewise.
6644         (FPE_INVDEC) [USE_GNU]: Likewise.
6645         (TRAP_BRANCH) [USE_GNU]: Likewise.
6646         (TRAP_HWBKPT) [USE_GNU]: Likewise.
6648 2000-07-06  Jes Sorensen  <jes@linuxcare.com>
6650         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Do not include
6651         bits/sigcontext as struct mcontext does not depend on it.
6653         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: New file.
6655 2000-07-04  Jes Sorensen  <jes@linuxcare.com>
6657         * sysdeps/unix/sysv/linux/ia64/shmctl.c: Removed.
6659 2000-07-04  David Mosberger-Tang  <davidm@hpl.hp.com>
6661         * sysdeps/unix/sysv/linux/ia64/bits/msq.h: New file.
6663 2000-06-22  Jes Sorensen  <jes@linuxcare.com>
6665         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: New file.
6667 2000-07-15  Ulrich Drepper  <drepper@redhat.com>
6669         * intl/Makefile (test-srcs): Add tst-translit.
6670         (tests): Likewise.
6671         Add rules to build and run tst-translit.
6672         * intl/tst-translit.c: New file.
6673         * intl/tst-translit.sh: New file.
6674         * intl/translit.po: New file.
6676 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
6678         * iconv/loop.c (STANDARD_ERR_HANDLER): If one of the
6679         transliteration function did its job, continue, don't stop.
6681         * iconvdata/iso646.c: Little optimizations in body for conversion
6682         from UCS4.
6684 2000-07-14  Mark Kettenis  <kettenis@gnu.org>
6686         * dlfcn/dlerror.c (free_key_mem): Add cast to silence compiler warning.
6688 2000-07-14  Mark Kettenis  <kettenis@gnu.org>
6690         * configure.in: Check for pwd binary.
6691         * config.make.in: Add PWD_P to be subsituted.
6692         * Makerules: Use $(PWD_P) instead of /bin/pwd.
6694 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
6696         * iconvdata/Makefile (modules): Add GB18030.
6697         (distribute): Add gb18030.c.
6698         * iconvdata/gconv-modules: Add entries for GB18030 module.
6699         * iconvdata/gb18030.c: New file.
6700         Contributed by Wang ShouHua <shouhuawang@redflag-linux.com>
6701         and Wu Jian.
6703 2000-07-13  Andreas Jaeger  <aj@suse.de>
6705         * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Revert last
6706         patch.
6708         * grp/fgetgrent.c (free_mem): Remove if - free (0) is valid.
6709         * inet/getnetgrent.c (free_mem): Likewise.
6710         * misc/mntent.c (free_mem): Likewise.
6711         * nss/getXXbyYY.c (free_mem): Likewise.
6712         * nss/getXXent.c (free_mem): Likewise.
6713         * pwd/fgetpwent.c (free_mem): Likewise.
6714         * shadow/fgetspent.c (free_mem): Likewise.
6716 2000-07-14  Ulrich Drepper  <drepper@redhat.com>
6718         * sunrpc/xdr.c (xdr_u_long): Handle reading of unsigned long on
6719         64-bit architecture correctly [PR libc/1794].
6721 2000-07-13  Ulrich Drepper  <drepper@redhat.com>
6723         * elf/Versions (ld): Export _dl_out_of_memory for GLIBC_2.2.
6724         * dlfcn/dlerror.c (dlerror): Don't free the error string if it is the
6725         report that we are out of memory.
6726         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
6727         * elf/dl-libc.c (dlerror_run): Likewise.
6728         * elf/dl-open.c (_dl_open): Likewise.
6729         * elf/rtld.c (dl_main): Likewise.
6730         * elf/dl-error.c: Define _dl_out_of_memory.
6731         (_dl_signal_error): Return _dl_out_of_memory if we cannot duplicate
6732         the error string.
6733         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory.
6734         [PR libc/1813].
6736         * dlfcn/dlerror.c (free_key_mem): Also free error string.
6738         * iconv/loop.c: Fix comment.
6740         * malloc/mtrace.c (tr_freehook): Return immediately if ptr is NULL.
6742 2000-07-13  Andreas Jaeger  <aj@suse.de>
6744         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Correctly handle
6745         getcwd (NULL, size) with size > 0.
6746         Fixes PR libc/1788, reported by John Buddery <jvb@cyberscience.com>.
6748 2000-07-13  Andreas Jaeger  <aj@suse.de>
6750         * posix/Makefile: Remove build rules for libposix.
6752 2000-07-13  Andreas Schwab  <schwab@suse.de>
6754         * sysdeps/generic/glob.c (glob): Fix memory leak.
6755         [SHELL]: Remove reference to undefined variable `files'.
6756         Fixes PR libc/1782.
6758 2000-07-13  Andreas Jaeger  <aj@suse.de>
6760         * sysdeps/unix/sysv/linux/mips/Versions: Add libgcc frame handling
6761         functions.
6763         * sysdeps/unix/sysv/linux/getsysstats.c (free_mem): Only free
6764         memory if it was allocated.
6766 2000-07-12  Ulrich Drepper  <drepper@redhat.com>
6768         * iconv/gconv_db.c (gen_steps): Always initialize __data field of
6769         step.
6771         * iconv/gconv_open.c (__gconv_open): Reapply
6772         2000-07-12 Bruno Haible <haible@clisp.cons.org>
6774                 * iconv/gconv_open.c (__gconv_open): Merge duplicated code.
6776         * iconv/gconv_open.c: Undo last two changes for now.  They break
6777         everything.
6779 2000-07-12  Andreas Jaeger  <aj@suse.de>
6781         * elf/Makefile (SYSCONF-FLAGS): Added to pass sysconfdir to
6782         compiler.
6783         (CFLAGS-cache.c): Added, uses SYSCONF-FLAGS.
6784         (CFLAGS-dl-cache.c): Likewise.
6785         (CFLAGS-ldconfig.c): Added, passes directory locations.
6787         * sysdeps/generic/dl-cache.h (LD_SO_CACHE): Use SYSCONFDIR to
6788         locate cache.
6789         * elf/ldconfig.c (LD_SO_CONF): Likewise.
6790         (main): Use configured LIBDIR and SLIBDIR.
6792 2000-07-11  Jakub Jelinek  <jakub@redhat.com>
6794         * math/bits/cmathcalls.h (cimag): Add __THROW.
6795         (creal, conj): Likewise.
6796         * wctype/wctype.h (_ISwbit): Avoid warnings about shifting left
6797         by negative value.
6799 2000-07-12  H.J. Lu  <hjl@gnu.org>
6801         * resolv/Versions (libresolv): Add __res_hostalias to GLIBC_2.2
6802         for _nss_dns_gethostbyname2_r in resolv/nss_dns/dns-host.c.
6804 2000-07-12  Ulrich Drepper  <drepper@redhat.com>
6806         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Shut gcc up although
6807         it is wrong.
6809 2000-07-12  Bruno Haible  <haible@clisp.cons.org>
6811         * iconv/gconv_open.c (__gconv_open): Merge duplicated code.
6813 2000-07-12  Bruno Haible  <haible@clisp.cons.org>
6815         * iconv/gconv_builtin.c (__gconv_get_builtin_trans): Initialize
6816         __modname.
6818 2000-07-12  Bruno Haible  <haible@clisp.cons.org>
6820         * iconv/gconv_open.c (__gconv_open): Initialize
6821         result->__steps[cnt].__data.
6823 2000-07-12  Mark Kettenis  <kettenis@gnu.org>
6825         * nss/getent.c (services_keys): Pass port number in network byte
6826         order in call to getservbyport.
6828 2000-07-11  Andreas Jaeger  <aj@suse.de>
6830         * stdlib/Makefile (test-canon-ARGS): Fix for building in the
6831         source dir.
6832         * intl/Makefile (do-gettext-test): Likewise.
6833         * dirent/Makefile (opendir-tst1-ARGS): Likewise.
6835 2000-07-11  Andreas Schwab  <schwab@suse.de>
6837         * Makeconfig (run-program-prefix): New rule.
6838         (built-program-cmd): Use run-program-prefix.
6840 2000-07-12  Ulrich Drepper  <drepper@redhat.com>
6842         * locale/langinfo.h: Make CRNCYSTR, RADIXCHAR, THOUSANDS_SEP, YESEXPR,
6843         and NOEXPR unconditionally available.
6845 2000-07-12  Greg McGary  <greg@mcgary.org>
6847         * sysdeps/generic/open64.c: Wrap extern symbols in BP_SYM ().
6848         * sysdeps/posix/open64.c: Likewise.
6849         * sysdeps/generic/fegetenv.c: Likewise.
6850         * sysdeps/powerpc/fpu/fegetenv.c: Likewise.
6851         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
6852         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
6853         * sysdeps/powerpc/fpu/fgetexcptflg.c: Likewise.
6854         * sysdeps/powerpc/fpu/fraiseexcpt.c: Likewise.
6855         * sysdeps/powerpc/fpu/fsetexcptflg.c: Likewise.
6857 2000-07-11  Greg McGary  <greg@mcgary.org>
6859         * include/libc-symbols.h [!__ASSEMBLER__] (strong_alias):
6860         Add extra level of macro expansion.
6861         [!__ASSEMBLER__ && HAVE_WEAK_SYMBOLS] (weak_alias): nLikewise.
6862         * sysdeps/generic/bp-thunks.h: Ensure `struct timeval' definition
6863         is available at the time `select' prototype is declared.
6864         * sysdeps/unix/make-syscalls.sh: Remove unused variables.
6865         Collect non-versioned weak aliases.  Consider only non-versioned
6866         aliases for the user-visible systemcall name.  Do checks inline with
6867         call to primitive system call.
6868         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Add void cast to
6869         stand-alone bounds checks to suppress unused value warnings.
6870         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
6872 2000-07-10  Mark Kettenis  <kettenis@gnu.org>
6874         * sysdeps/mach/hurd/check_fds.c: New file.  Implements
6875         file descriptor checking in SUID programs for the Hurd.
6877         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Use
6878         res_hostalias instead of __hostalias for thread-safety.
6880 2000-07-09  Mark Kettenis  <kettenis@gnu.org>
6882         * elf/rtld.c (dl_main): Move call to __libc_check_standard_fds...
6883         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): ... to here.
6885 2000-07-10  Ulrich Drepper  <drepper@redhat.com>
6887         * include/features.h: Include ISO C99 features if the compiler used
6888         is an ISO C99 compiler.
6889         Patch by Joseph S. Myers <jsm28@cam.ac.uk>.
6891 2000-07-08  Mark Kettenis  <kettenis@gnu.org>
6893         * iconv/gconv_conf.c: Include <bits/libc-lock.h>.
6895 2000-07-10  Andreas Jaeger  <aj@suse.de>
6897         * sysdeps/unix/sysv/linux/i386/sigaction.c: Make alias weak since
6898         it's overridden by libpthreads.
6899         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
6900         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6901         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
6902         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
6903         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
6905         * malloc/Makefile: Run tst-mtrace only with shared libs.
6907         * stdio-common/Makefile: Run unbputc and tst-printf tests only
6908         with shared libs.
6910 2000-07-10  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
6912         * sysdeps/mips/dl-machine.h (elf_machine_runtime_link_map): Verify
6913         that gpreg really points to the GOT section of the calling object.
6914         Scan all PT_LOAD segments of objects for stub_pc, instead of only
6915         checking a start address of first one.
6916         Fix typos.
6917         * sysdeps/mips/mips64/dl-machine.h (elf_machine_runtime_link_map):
6918         Likewise.
6920         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Fix a typo.
6922 2000-07-10  Andreas Jaeger  <aj@suse.de>
6924         * sysdeps/unix/sysv/linux/sigaction.c: Fix typo
6925         (string_alias->strong_alias).
6927 2000-07-08  Mark Kettenis  <kettenis@gnu.org>
6929         * hurd/hurd/fd.h: Include <cthreads.h> instead of <lock-intern.h>.
6931 2000-07-07  Greg McGary  <greg@mcgary.org>
6933         * sysdeps/unix/make-syscalls.sh: Tolerate syscalls that
6934         have no names without leading underscores.
6936 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
6938         * iconvdata/sjis.c (from_ucs4_lat1): Fix mappng of U005C and
6939         U007E.
6941         * stdio-common/Makefile (tests): Remove tst-printf here...
6942         (tests-srcs): ...and add it here.
6943         (distribute): Add tst-unbputc.sh and tst-printf.sh.
6944         Add rules to run tst-printf.sh.
6945         * stdio-common/tst-printf.c: Move code around so that there is really
6946         no further output where it's stated.
6947         * stdio-common/tst-printf.sh: New file.
6949 2000-07-07  Mark Kettenis  <kettenis@gnu.org>
6951         * hurd/vpprintf.c [USE_IN_LIBIO]: Include <libioP.h>.
6952         (do_write): Renamed from pwrite.
6953         (vpprintf) [USE_IN_LIBIO]: Adjust for renaming and reshufling of
6954         `struct _IO_cookie_file'.
6956 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
6958         * malloc/mtrace.pl: Exit with exit code 1 if any leak was
6959         detected.
6960         * malloc/tst-mtrace.sh: Run mtrace script.
6962 2000-07-07  Greg McGary  <greg@mcgary.org>
6964         * posix/regex.c (EXTEND_BUFFER): Compute increment once.
6965         Move all three components of a bounded pointer.
6967 2000-07-07  Ulrich Drepper  <drepper@redhat.com>
6969         * locale/programs/locale.c (write_locales): Don't simply add all
6970         directories found in the subdir, test whether at least the
6971         LC_CTYPE file is in there.
6973 2000-07-06  Ulrich Drepper  <drepper@redhat.com>
6975         * iconvdata/euc-jp.c: Map characters in C1 area to itself.
6976         * iconvdata/euc-kr.c: Likewise.
6978         * stdio-common/vfprintf.c (process_string_arg): Check result of
6979         wcrtomb call and bail out if it failed.
6981         * malloc/Makefile (test-srcs): Add tst-mtrace.
6982         (distribute): Add tst-mtrace.sh.
6983         Add rule to run tst-mtrace.sh.
6984         * malloc/tst-mtrace.c: New file.
6985         * malloc/tst-mtrace.sh: New file.
6987         * include/signal.h: Declare __libc_sigaction.
6988         * sysdeps/unix/sysv/linux/Versions: Export __libc_sigaction.
6989         * sysdeps/unix/sysv/linux/sigaction.c: Add __libc_sigaction alias.
6990         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
6991         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
6992         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
6993         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
6994         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
6996         * configure.in: Fix CFLAGS-memprofstat.c definition after
6997         2000-06-19 change.
6998         Patch by Bradford W. Johnson <bradford@math.umn.edu>.
7000 2000-07-06  Jakub Jelinek  <jakub@redhat.com>
7002         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Pass 0
7003         instead of NULL to elf_machine_fixup_plt t argument.
7004         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
7005         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c (__mmap64): Add
7006         cast.
7008 2000-07-06  Andreas Jaeger  <aj@suse.de>
7010         * crypt/Makefile (LDLIBS-cert): Removed.
7011         (LDLIBS-md5c-test): Removed.
7012         ($(objpfx)cert): Renamed from cert.out to fix dependencies.
7013         ($(objpfx)md5c-test): Likewise for md5c-test.out.
7015 2000-07-06  Andreas Jaeger  <aj@suse.de>
7017         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): The type
7018         of the proc system is "proc".
7020         * sysdeps/generic/libc-start.c (__libc_start_main): Initialize
7021         thread library for static programs.
7023 2000-07-06  Greg McGary  <greg@mcgary.org>
7025         * sysdeps/generic/bp-checks.h (CHECK_SIGSET, CHECK_SIGSETopt):
7026         New macros.
7027         * sysdeps/generic/strcpy.c: Add bounds checks.
7028         * sysdeps/unix/fxstat.c: Likewise.
7029         * sysdeps/unix/xstat.c: Likewise.
7030         * sysdeps/unix/common/lxstat.c: Likewise.
7031         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
7032         * sysdeps/unix/sysv/linux/execve.c: Likewise.
7033         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
7034         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
7035         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
7036         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
7037         * sysdeps/unix/sysv/linux/llseek.c: Likewise.
7038         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
7039         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
7040         * sysdeps/unix/sysv/linux/poll.c: Likewise.
7041         * sysdeps/unix/sysv/linux/pread.c: Likewise.
7042         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
7043         * sysdeps/unix/sysv/linux/ptrace.c: Likewise.
7044         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
7045         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
7046         * sysdeps/unix/sysv/linux/readv.c: Likewise.
7047         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
7048         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
7049         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
7050         * sysdeps/unix/sysv/linux/sigqueue.c: Likewise.
7051         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
7052         * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
7053         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
7054         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
7055         * sysdeps/unix/sysv/linux/truncate64.c: Likewise.
7056         * sysdeps/unix/sysv/linux/ustat.c: Likewise.
7057         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7058         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
7059         * sysdeps/unix/sysv/linux/xstat.c: Likewise.
7060         * sysdeps/unix/sysv/linux/xstat64.c: Likewise.
7061         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
7062         * sysdeps/unix/sysv/linux/i386/brk.c: Likewise.
7063         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
7064         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
7065         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7066         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7067         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7068         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
7069         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7070         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
7071         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
7072         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7073         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
7074         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
7075         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
7076         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
7077         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
7078         * sysdeps/unix/sysv/linux/ia64/sigpending.c: Likewise.
7079         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c: Likewise.
7080         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: Likewise.
7081         * sysdeps/unix/sysv/linux/ia64/xstat.c: Likewise.
7082         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
7083         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
7084         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
7085         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
7086         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
7087         * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
7088         * sysdeps/unix/sysv/linux/mips/ustat.c: Likewise.
7089         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
7090         * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: Likewise.
7091         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
7092         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Likewise.
7093         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Likewise.
7094         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c: Likewise.
7096         * string/endian.h (__LONG_LONG_PAIR): New macro.
7097         * sysdeps/unix/sysv/linux/ftruncate64.c: Use it.
7098         * sysdeps/unix/sysv/linux/pread.c: Likewise.
7099         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
7100         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
7101         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
7102         * sysdeps/unix/sysv/linux/truncate64.c: Likewise.
7103         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Likewise.
7104         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
7105         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
7106         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
7107         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
7108         * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
7110         * sysdeps/unix/sysv/linux/sys/ptrace.h (PT_SYSCALL): Fix LHS.
7112 2000-07-06  Andreas Jaeger  <aj@suse.de>
7114         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path):
7115         Initialize result.
7117         * math/test-fpucw.c: Include <stdio.h> for printf.
7119 2000-07-05  Greg McGary  <greg@mcgary.org>
7121         * sysdeps/generic/bp-checks.h: New file.
7122         * sysdeps/generic/bp-thunks.h: Replace generic thunk definitions
7123         with list of #include files.
7124         * sysdeps/unix/make-syscalls.sh: Handle new arg signature
7125         keyletters a, b, B, f, n, N, P, v, V.  Fixup some indentation.
7126         Don't generate BP thunk if `V' appears in signature.
7127         Generate thunks with complete bounds checks.
7128         * sysdeps/unix/syscalls.list: Refine signatures using new keyletters.
7129         * sysdeps/unix/inet/syscalls.list: Likewise.
7130         * sysdeps/unix/mman/syscalls.list: Likewise.
7131         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
7132         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
7133         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
7134         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Likewise.
7136 2000-07-05  Ulrich Drepper  <drepper@redhat.com>
7138         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Cache
7139         result.  Search first in /etc/mtab (proc/mounts would be stupid).
7140         If mount not in the file fall back on /proc.
7142         * crypt/md5-crypt.c (__md5_crypt_r): Clear arrays the key and salt
7143         string got copied in.
7144         Patch by Solar Designer <solar@false.com>.
7146 2000-07-05  Andreas Jaeger  <aj@suse.de>
7148         * manual/install.texi (Installation): Update information about
7149         add-ons.
7150         (Configuring and compiling): Update for glibc 2.2.
7152 2000-07-04  Andreas Jaeger  <aj@suse.de>
7154         * sysdeps/i386/fpu_control.h (_FPU_DEFAULT): Correct value.
7155         (_FPU_IEEE): Likewise.
7157         * math/Makefile (tests): Add test-fpucw.
7159         * math/test-fpucw.c (main): New file.
7161 2000-07-05  Ulrich Drepper  <drepper@redhat.com>
7163         * locale/loadlocale.c (_nl_unload_locale): Add cast to avoid warning.
7165         * locale/programs/ld-collate.c (collate_output): Also write out the
7166         collation sequence values and the wide character string for the
7167         collation symbol table.
7169         * posix/fnmatch.c: Include "../locale/elem-hash.h".
7170         * posix/fnmatch_loop.c: Implement collating symbol handling.
7171         * posix/tst-fnmatch.input: Add more tests, especially for collating
7172         symbol handling.
7174         * posix/regex.c: Fix comment.
7176 2000-07-05  Andreas Jaeger  <aj@suse.de>
7178         * sysdeps/mips/fpu_control.h: Fix type of fpu_control_t.
7179         (_FPU_GETCW): Remove extra colon.
7180         Patch by Ralf Baechle <ralf@uni-koblenz.de>.
7182         * posix/fnmatch_loop.c (FCT): Only declare len if
7183         !WIDE_CHAR_VERSION to silence GCC.
7185         * sysdeps/generic/rawmemchr.c: Include <stdlib.h> for abort
7186         prototype.
7187         * sysdeps/generic/strchrnul.c: Likewise.
7188         * sysdeps/generic/strlen.c: Likewise.
7189         * sysdeps/generic/strchr.c: Likewise.
7190         * sysdeps/generic/memchr.c: Likewise.
7192 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
7194         * posix/fnmatch_loop.c: Implement equivalence class handling.
7195         * posix/tst-fnmatch.input: Add tests for equivalence class
7196         handling.
7198         * posix/fnmatch_loop.c: Improve performance for single-byte
7199         character sets by not using btowc.
7201         * posix/tst-fnmatch.input: Add tests for locale dependent
7202         behaviour.
7203         * posix/tst-fnmatch.c (main): Also set LC_CTYPE category.
7205         * posix/tst-fnmatch.input: Add more test cases.
7207         * crypt/md5-crypt.c (__md5_crypt_r): If buffers for key and salt
7208         are not aligned to alignof(md5_uint32) do it before calling
7209         __md5_process_bytes.
7210         * crypt/md5.c: Make sure buffers are aligned.
7211         * crypt/md5.h: Likewise.
7212         Reported by Solar Designer <solar@false.com>.
7214         * crypt/Makefile: Add dependencies for test programs.
7216         * Rules: Define LC_ALL=C in environments of all programs we run.
7218         * intl/tst-gettext.sh (LC_ALL): Define to C and export.
7220 2000-07-03  H.J. Lu  <hjl@gnu.org>
7222         * locale/programs/ld-ctype.c (ctype_output): The size of iov
7223         is 2 + elem + offset, not 2 + elem + offset + 2.
7225 2000-07-04  Ulrich Drepper  <drepper@redhat.com>
7227         * posix/fnmatch_loop.c: Fix two problems uncovered by the new test
7228         suite.
7229         * posix/Makefile (tests): Add tst-fnmatch.
7230         (tst-fnmatch-ENV): Define.
7231         * posix/tst-fnmatch.c: New file.
7232         * posix/tst-fnmatch.sh: New file.
7234 2000-07-04  NIIBE Yutaka  <gniibe@chroot.org>
7236         * locale/programs/charmap.c (charmap_read): Prepend
7237         the condition filename == NULL.
7239 2000-07-03  Greg McGary  <greg@mcgary.org>
7241         * sysdeps/i386/bits/setjmp.h (PUSH_SIGNAL_MASK): Fix typo.
7243         * csu/Makefile (extra-objs, install-lib): Add BP objects conditionally.
7244         ($(objpfx)b$(start-installed-name)): Add non-elf rule.
7246         * libio/libio.h (_IO_FILE): Revert type of _chain to _IO_FILE*.
7247         * libio/libioP.h (_IO_ITER): Revert to type _IO_FILE*.
7248         (FILEBUF_LITERAL): Add cast for CHAIN init.
7249         * libio/genops.c (_IO_un_link, _IO_link_in, _IO_iter_begin): Add casts.
7250         (_IO_flush_all, _IO_flush_all_linebuffered, _IO_unbuffer_write):
7251         Revert type of `fp' to _IO_FILE*.
7252         (_IO_iter_file): Remove cast.
7253         (_IO_iter_next): Elide intermediate member reference.
7255         * sysdeps/powerpc/strchr.S:  Check bounds.
7256         Wrap extern symbols in BP_SYM ().
7258 2000-07-03  Andreas Jaeger  <aj@suse.de>
7260         * dlfcn/Makefile (generated): New.
7262 2000-07-03  Ulrich Drepper  <drepper@redhat.com>
7264         * libio/genops.c (__overflow): Use _IO_fwide to orient the stream.
7265         (__uflow): Likewise.
7266         (__underflow): Likewise.
7267         * libio/wgenops.c (__wunderflow): Likewise.
7268         * stdio-common/tst-unbputc.c: New file.
7269         * stdio-common/tst-unbputc.sh: New file.
7270         * stdio-common/Makefile: Add rules to build and run tst-unbputc.
7272         * po/en_GB.po: New file.
7273         Contributed by Robert Brady <rwb197@ecs.soton.ac.uk>.
7275 2000-07-01  Andreas Jaeger  <aj@suse.de>
7277         * intl/Makefile (generated-dirs): New.
7279         * elf/Makefile (generated): trusted-dirs.h is always generated,
7280         move out of build-shared condition.
7281         (generated): Merge the two entries for build-shared.
7283 2000-07-01  Ulrich Drepper  <drepper@redhat.com>
7285         * debug/Makefile (distribute): Add xtrace.sh.
7287 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
7289         * version.h (VERSION): Bump to 2.1.91.
7291         * configure.in: Update warning comment.  glibc should not be
7292         broken anymore.
7294         * sysdeps/unix/sysv/linux/ia64/Dist: Remove old content.  Add
7295         ioperm.c, sys/procfs.h, and sys/io.h.
7297         * sysdeps/powerpc/Dist: Add bp-asm.h.
7299         * assert/Depend: Add localedata.
7300         * assert/Makefile (test-assert-ENV): New.  Define LANGUAGE=C.
7301         (test-assert-perr-ENV): New.  Define LANGUAGE=C.
7303         * sysdeps/alpha/dl-machine.h (elf_machine_rela) [r_type ==
7304         R_ALPHA_REFQUAD]: Use memcpy to load and store value from
7305         relocation address to prevent unaligned trap.
7306         Suggested by Richard Henderson <rth@cygnus.com>.
7308 2000-06-30  Jakub Jelinek  <jakub@redhat.com>
7310         * io/sys/stat.h (stat64, lstat64, fstat64): Don't define inlines
7311         if redirecting and either redirection is done using defines or
7312         not optimizing.
7314 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
7316         * sunrpc/rpc_cout.c (inline_struct): Add missing parenthesis in
7317         generated expressions.
7318         Patch by Darren McClelland <dmcclell@zetec.com>.
7320         * timezone/Makefile (build-testdata): Set LANGUAGE and LC_ALL
7321         since zic uses setlocale and gettext but we cannot make it use the
7322         new locale data since zic calls a shell which might not use the
7323         new libc.
7325         * stdlib/strfmon.c: Move somewhat closer to the standard wrt to
7326         handling the internation currency symbol.  POSIX says that the
7327         fourth character is used to separate the currency symbol from the
7328         value.  Therefore it does not have to be printed.  But we cannot
7329         remove the space if the currency symbol is printed before the
7330         number since this is what many locales expect.
7332         * iconv/gconv_trans.c: Test with _NL_CTYPE_TRANSLIT_DEFAULT_MISSING_LEN
7333         whether this information is available.
7335         * intl/dcigettext.c (_nl_find_msg): Correct reallocation of
7336         buffers in case the translation is too large.  Remember allocated
7337         memory blocks in a list.
7338         (free_mem): Free memory for translations.
7340         * intl/tst-gettext.c: Use correct locale.  Improve error messages.
7342         * locale/programs/ld-ctype.c (ctype_output): If no default_missing
7343         information is available set the string length to zero.
7345         * sysdeps/i386/i686/strcmp.S: Little optimization in non-BP case.
7347 2000-06-30  Greg McGary  <greg@mcgary.org>
7349         * sysdeps/powerpc/bp-asm.h: New file.
7350         * sysdeps/powerpc/__longjmp.S:  Check bounds.
7351         Wrap extern symbols in BP_SYM ().
7352         * sysdeps/powerpc/bsd-_setjmp.S: Likewise.
7353         * sysdeps/powerpc/bsd-setjmp.S: Likewise.
7354         * sysdeps/powerpc/setjmp.S: Likewise.
7355         * sysdeps/powerpc/add_n.S: Likewise.
7356         * sysdeps/powerpc/addmul_1.S: Likewise.
7357         * sysdeps/powerpc/lshift.S: Likewise.
7358         * sysdeps/powerpc/rshift.S: Likewise.
7359         * sysdeps/powerpc/mul_1.S: Likewise.
7360         * sysdeps/powerpc/sub_n.S: Likewise.
7361         * sysdeps/powerpc/submul_1.S: Likewise.
7362         * sysdeps/powerpc/strlen.S: Likewise.
7363         * sysdeps/powerpc/memset.S: Likewise.
7364         * sysdeps/powerpc/stpcpy.S: Likewise.
7365         * sysdeps/powerpc/strcmp.S: Likewise.
7366         * sysdeps/powerpc/strcpy.S: Likewise.
7367         * sysdeps/powerpc/elf/bzero.S: Likewise.
7369         * sysdeps/powerpc/stpcpy.S: Define & use symbolic register names.
7370         Line up operands column with tabs.
7372 2000-06-30  Ulrich Drepper  <drepper@redhat.com>
7374         * elf/Makefile (LDFLAGS-origtest): Actually add it.
7376         * sysdeps/ia64/htonl.S: New file.
7377         * sysdeps/ia64/htons.S: New file.
7378         * sysdeps/ia64/memcpy.S: Replace with version which does not use
7379         floating point registers.
7380         Patches by Dan Pop <Dan.Pop@cern.ch>.
7382 2000-06-30  Andreas Jaeger  <aj@suse.de>
7384         * posix/Makefile (tests): tst-exec and tst-spawn only work with
7385         shared libraries.
7387         * io/Makefile (CFLAGS-test-lfs.c): New.
7388         (tests): Add test-lfs.
7390         * io/test-lfs.c: New file.
7392 2000-06-30  Jakub Jelinek  <jakub@redhat.com>
7394         * sysdeps/i386/bits/string.h (strcmp): Use 8bit register in 8bit
7395         instruction.
7397 2000-06-29  David Mosberger-Tang  <davidm@hpl.hp.com>
7399         * sysdeps/unix/sysv/linux/ia64/ioperm.c: New file.
7401 2000-06-29  Jes Sorensen  <jes@linuxcare.com>
7403         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __fstatfs64
7404         alias to the fstatfs call.
7406         * sysdeps/unix/sysv/linux/ia64/getrlimit64.c: New file.
7407         * sysdeps/unix/sysv/linux/ia64/setrlimit64.c: New file.
7409         * sysdeps/unix/sysv/linux/ia64/ftruncate64.c: New file.
7410         * sysdeps/unix/sysv/linux/ia64/truncate64.c: New file.
7412         * sysdeps/unix/sysv/linux/ia64/readdir.c: New file.
7413         * sysdeps/unix/sysv/linux/ia64/readdir_r.c: New file.
7414         * sysdeps/unix/sysv/linux/ia64/readdir64.c: New file.
7415         * sysdeps/unix/sysv/linux/ia64/readdir64_r.c: New file.
7417         * sysdeps/unix/sysv/linux/ia64/glob.c: New file.
7418         * sysdeps/unix/sysv/linux/ia64/glob64.c: New file.
7420         * sysdeps/unix/sysv/linux/ia64/fstatfs64.c: New file.
7421         * sysdeps/unix/sysv/linux/ia64/statfs64.c: New file.
7423         * sysdeps/unix/sysv/linux/ia64/pread64.c: New file.
7424         * sysdeps/unix/sysv/linux/ia64/pwrite64.c: New file.
7426         * sysdeps/unix/sysv/linux/ia64/shmctl.c: New file.
7428 2000-06-29  Andreas Jaeger  <aj@suse.de>
7430         * sunrpc/rpc_svcout.c (write_msg_out): Always use format string
7431         with syslog.
7432         (print_err_message): Likewise.
7433         Reported by Chris Evans <chris@ferret.lmh.ox.ac.uk>.
7435 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
7437         * locale/loadlocale.c (_nl_load_locale): Make sure all locale data
7438         used as words is properly aligned.
7440         * locale/programs/ld-ctype.c (ctype_output): Don't generate unaligned
7441         data files.
7443 2000-06-29  Greg McGary  <greg@mcgary.org>
7445         * sysdeps/generic/libc-start.c (__libc_stack_end): Chop __unbounded.
7446         * sysdeps/unix/make-syscalls.sh: Handle signatures of
7447         length 7..9, just in case...
7448         * misc/sys/cdefs.h (__ptrvalue): Define as nothing for non-BP.
7450         * sysdeps/i386/bp-asm.h (PCOFF): New constant.
7451         (POP_ERRNO_LOCATION_RETURN): Fold insns.
7452         * sysdeps/i386/bits/setjmp.h (JB_SIZE): New constant.
7453         (PUSH_SIGNAL_MASK): New macro.
7454         * sysdeps/i386/__longjmp.S (__longjmp): Wrap symbol in BP_SYM ().
7455         LEAVE is unnecessary.  Check bounds of jmp_buf.
7456         * sysdeps/i386/elf/setjmp.S: Call PUSH_SIGNAL_MASK.  Wrap symbols
7457         in BP_SYM ().  Check bounds of jmp_buf.  Don't call LEAVE until
7458         immediately before tail-call.
7459         * sysdeps/i386/setjmp.S: Likewise.
7460         * sysdeps/i386/bsd-_setjmp.S: Likewise.
7461         * sysdeps/i386/bsd-setjmp.S: Likewise.
7463 2000-06-29  Jakub Jelinek  <jakub@redhat.com>
7465         * sysdeps/sparc/fpu/fclrexcpt.c: Use SHLIB_COMPAT, compat_symbol and
7466         versioned_symbol.
7467         * sysdeps/sparc/fpu/fesetenv.c: Likewise.
7468         * sysdeps/sparc/fpu/feupdateenv.c: Likewise.
7469         * sysdeps/sparc/fpu/fgetexcptflg.c: Likewise.
7470         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
7471         * sysdeps/sparc/fpu/fsetexcptflg.c: Likewise.
7472         * sysdeps/sparc/fpu/fegetenv.c: Likewise.
7473         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: New file.
7474         * shlib-versions: Make sparc64 GLIBC_2.2+ only.
7476 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
7478         * stdio-common/printf_fp.c (__printf_fp): Don't clobber pointer which
7479         we later need to calling free().
7480         Patch by Matt Wilson <msw@redhat.com>.
7482         * stdio-common/tst-printf.c: Add test for above problem.
7484 2000-06-27  David Mosberger-Tang  <davidm@hpl.hp.com>
7486         * sysdeps/unix/sysv/linux/ia64/bits/ipc.h: New file.
7487         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: New file.
7489 2000-06-28  Jes Sorensen  <jes@linuxcare.com>
7491         * sysdeps/ieee754/dbl-64/s_exp2.c: Add include stdlib.h to get
7492         prototype for abs().
7493         * sysdeps/ieee754/flt-32/s_exp2f.c: Likewise.
7495 2000-06-23  Andreas Jaeger  <aj@suse.de>
7497         * config.h.in: Don't use regparm with bounded pointers.
7499 2000-06-29  Ulrich Drepper  <drepper@redhat.com>
7501         * stdlib/grouping.h: Correctly handle multibyte thousands
7502         separator and decimal point.
7503         * stdlib/stdtod.c: Likewise.
7504         * sysdeps/generic/strtol.c: Likewise.
7506         * locale/categories.def: Add entries for wide character decimal point
7507         and thousands separator in numeric and monetary category.
7509 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
7511         * stdio-common/printf_fp.c (__printf_fp): Remove unnecessary
7512         second definition and initialization of decimal.
7514 2000-06-28  Greg McGary  <greg@mcgary.org>
7516         * libio/libio.h (struct _IO_cookie_file): Move struct type defintion
7517         out.
7518         (_IO_FILE): Declare chain as (struct _IO_FILE_plus *).
7519         * libio/libioP.h (struct _IO_cookie_file): Move struct type defintion
7520         in.
7521         (_IO_JUMPS): Don't cast THIS--expect arg to be a
7522         (struct _IO_FILE_plus *).
7523         (_IO_JUMPS_FUNC): Express in terms of _IO_JUMPS, and add cast to
7524         THIS, since _IO_JUMPS no longer does it implicitly.
7525         (_IO_file_init, _IO_old_file_init, _IO_new_file_init): Declare
7526         arg type as (struct _IO_FILE_plus *).
7527         (_IO_str_init_static, _IO_str_init_readonly): Declare 1st
7528         arg as (_IO_strfile *).
7529         * libio/strops.c (_IO_str_init_static, _IO_str_init_readonly):
7530         Declare 1st arg as (_IO_strfile *).
7531         * libio/fileops.c (_IO_new_file_init): Declare
7532         arg type as (struct _IO_FILE_plus *).
7533         * libio/oldfileops.c (_IO_old_file_init): Likewise.
7534         * libio/genops.c (_IO_link_in, _IO_un_link): Likewise.
7535         (_IO_flush_all, _IO_flush_all_linebuffered, _IO_unbuffer_write):
7536         Declare iteration pointer as (struct _IO_FILE_plus *).
7537         (_IO_iter_next, _IO_iter_file): _IO_ITER is now
7538                 (struct _IO_FILE_plus *).
7539         * libio/stdfiles.c (_IO_list_all): Declare as (struct _IO_FILE_plus *).
7540         * libio/oldstdfiles.c (_IO_list_all): Likewise.
7541         (_IO_check_libio): Set user-visible handles to
7542         (struct _IO_FILE_plus *).
7543         * libio/stdio.c (stdin, stdout, stderr): Set user-visible handles
7544         to (struct _IO_FILE_plus *).
7546         * libio/iofdopen.c (_IO_new_fdopen): Pass FILE handle pointer
7547         whose high bound includes vtable to all functions that will use
7548         vtable.  For streambufs, pass pointer whose bounds include struct
7549         _IO_strfile.
7550         * libio/wgenops.c (_IO_wdefault_finish): Likewise.
7551         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
7552         * libio/iofopen.c (_IO_new_fopen): Likewise.
7553         * libio/oldiofopen.c (_IO_old_fopen): Likewise.
7554         * libio/iofopen64.c (_IO_fopen64): Likewise.
7555         * libio/iopopen.c (_IO_new_popen): Likewise.
7556         * libio/oldiopopen.c (_IO_old_popen): Likewise.
7557         * libio/memstream.c (open_memstream): Likewise.
7558         * libio/iovsscanf.c (_IO_vsscanf): Likewise.
7559         * libio/iovsprintf.c (_IO_vsprintf): Likewise.
7560         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
7561         * libio/iofopncook.c (_IO_cookie_init): Likewise.
7562         * libio/obprintf.c (_IO_obstack_vprintf): Likewise.
7563         * libio/vasprintf.c (_IO_vasprintf): Likewise.
7564         * libio/vsnprintf.c (_IO_vsnprintf): Likewise.
7565         * libio/stdfiles.c (_IO_stdout_, _IO_stderr_): Likewise.
7566         * libio/oldstdfiles.c (_IO_stdout_, _IO_stderr_): Likewise.
7567         * stdlib/strfmon.c (__strfmon_l): Likewise.
7568         * stdio-common/vfprintf.c (buffered_vfprintf): Likewise.
7569         (vfprintf): Qualify computed-goto targets as unbounded.
7571 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
7573         * stdio-common/vfscanf.c: Finally handle multibyte decimal point and
7574         thousands separator correctly.
7576         * stdio-common/vfscanf.c: Use COMPILE_WSCANF not COMPILE_WPRINTF.
7577         * stdio-common/vfwscanf.c: Likewise.
7579 2000-06-27  Jes Sorensen  <jes@linuxcare.com>
7581         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Change argument
7582         count into signatures for most calls.
7584 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
7586         * sysdeps/unix/sysv/linux/ia64/getsysstats.c: Removed.  We can use
7587         the generic parser now.
7589 2000-06-28  Jes Sorensen  <jes@linuxcare.com>
7591         * sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: Deleted.  Hash
7592         table entries are 32 bit on the ia64 (as specified by the ABI),
7593         not 64 bit as on the Alpha.
7595         * shlib-versions: Bump ia64 soname to ld-linux-ia64.so.2 to mark
7596         change of objects to use 32 bit hash table indices (see above).
7598 2000-06-28  Jes Sorensen  <jes@linuxcare.com>
7600         * sysdeps/ieee754/dbl-64/e_exp.c: Add include stdlib.h to get
7601         prototype for abs().
7603 2000-06-28  Wolfram Gloger  <wg@malloc.de>
7605         * malloc/malloc.c (chunk_alloc): If extension of the linear heap
7606         fails, try mmap_chunk() as a last resort even though n_mmaps_max
7607         may have been reached.
7609 2000-06-28  Ulrich Drepper  <drepper@redhat.com>
7611         * locale/programs/ld-collate.c (insert_weights): Handle <Uxxxx>
7612         symbols in multi-character weights correctly.
7614         * wcsmbs/mbrtowc.c: Set flush to 1 for conversion function calls
7615         depending on whether the input string is empty or not.
7617         * wcsmbs/mbrtowc.c: Calling function without input means clearing the
7618         given state and not avoiding this by modifying a local object.
7619         * wcsmbs/wcrtomb.c: Likewise.
7621         * iconv/skeleton.c: If no EMIT_SHIFT_TO_INIT is defined clear state
7622         object since some incomplete characters might be in there.
7624         * iconvdata/euc-jp.c: In conversion to UCS4, handling invalid
7625         sequences with first byte 0x8e correctly.
7627         * iconvdata/jis0208.h: Remove redundant test.
7629 2000-06-27  Ulrich Drepper  <drepper@redhat.com>
7631         * sysdeps/generic/initfini.c (SECTION): Remove trailing semicolon.
7632         Add it where it is needed now.
7634         * locale/programs/ld-ctype.c (ctype_finish): Take all characters from
7635         the input charset into account when generating the hash table.
7636         (allocate_arrays): Correct setting default width.  Not all empty slots
7637         in the table are filled, only those not covert explicitly by the
7638         locale description and in the charset.
7640         * wctype/towctrans.c (__towctrans): Be graceful and accept error
7641         return values from the wctrans function.
7643         * stdio-common/vfscanf.c: Make sure to always return WEOF and EOF for
7644         wide character version.
7645         For %C handling, test correct pointer variable for NULL.
7647         * wcsmbs/wctob.c: Handle WEOF special.
7649         * wcsmbs/wcwidth.h: 0xff in width array means invalid character.
7651         * wctype/wctype.h: Protect gcc-isms with __extension__.  Avoid
7652         always-true test to avoid warning.
7654 2000-06-27  Greg McGary  <greg@mcgary.org>
7656         * elf/dl-open.c (_dl_sysdep_start): Wrap weak_extern decl in BP_SYM ().
7657         * include/libc-symbols.h (weak_extern): Add extra level of expansion.
7658         (symbol_version, default_symbol_version): Factor redundant
7659         definitions out of conditional.
7661 2000-06-27  Jakub Jelinek  <jakub@redhat.com>
7663         * libio/obprintf.c (_IO_obstack_vprintf): Call obstack_make_room,
7664         not obstack_blank.
7666 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
7668         * include/libc-symbols.h (symbol_version): Add extra level of
7669         macro expansion.
7670         (default_symbol_version): Likewise.
7672 2000-06-26  Greg McGary  <greg@mcgary.org>
7674         * sysdeps/unix/i386/sysdep.S (syscall_error): Push & pop space
7675         for BP return value & push implicit struct-return pointer to
7676         __errno_location.
7677         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
7678         (SYSCALL_ERROR_HANDLER): Likewise.
7679         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h
7680         (SYSCALL_ERROR_HANDLER): Likewise.
7682         * Makeconfig: Add missing comment.
7683         * csu/Makefile (extra-objs, omit-deps, install-lib): Add
7684         BP-flavored startup object.
7685         ($(objpfx)b$(start-installed-name)): New rule.
7686         * include/libc-symbols.h (symbol_set_declare): Change type
7687         of `__start_##set' and `__stop_##set' to pointer-to-function.
7688         (symbol_set_declare): Change type of `set' to array of
7689         pointer-to-function.
7690         * include/set-hooks.h (RUN_HOOK): Change type of `ptr' to
7691         pointer-to-function.
7693         * string/bits/string2.h: Inhibit inlines if __BOUNDED_POINTERS__.
7695         * sysdeps/unix/sysv/linux/syscalls.list: Add missing signatures.
7696         Remove clock_* and timer_* entries.
7697         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Replace
7698         arg-count with signatures.
7700         * sysdeps/i386/add_n.S: Wrap entry-point symbol in BP_SYM ().
7701         Check bounds of arguments.
7702         * sysdeps/i386/addmul_1.S: Likewise.
7703         * sysdeps/i386/lshift.S: Likewise.
7704         * sysdeps/i386/mul_1.S: Likewise.
7705         * sysdeps/i386/rshift.S: Likewise.
7706         * sysdeps/i386/sub_n.S: Likewise.
7707         * sysdeps/i386/submul_1.S: Likewise.
7708         * sysdeps/i386/i586/add_n.S: Likewise.
7709         * sysdeps/i386/i586/addmul_1.S: Likewise.
7710         * sysdeps/i386/i586/lshift.S: Likewise.
7711         * sysdeps/i386/i586/rshift.S: Likewise.
7712         * sysdeps/i386/i586/sub_n.S: Likewise.
7713         * sysdeps/i386/i686/add_n.S: Likewise.
7715         * sysdeps/i386/memchr.S: Likewise.
7716         * sysdeps/i386/memcmp.S: Likewise.
7717         * sysdeps/i386/rawmemchr.S: Likewise.
7718         * sysdeps/i386/i586/bzero.S: Likewise.
7719         * sysdeps/i386/i586/memcpy.S: Likewise.
7720         * sysdeps/i386/i586/mempcpy.S: Likewise.
7721         * sysdeps/i386/i586/memset.S: Likewise.
7722         * sysdeps/i386/i686/bzero.S: Likewise.
7723         * sysdeps/i386/i686/memcpy.S: Likewise.
7724         * sysdeps/i386/i686/mempcpy.S: Likewise.
7725         * sysdeps/i386/i686/memset.S: Likewise.
7727         * sysdeps/i386/stpcpy.S: Likewise.
7728         * sysdeps/i386/stpncpy.S: Likewise.
7729         * sysdeps/i386/strchr.S: Likewise.
7730         * sysdeps/i386/strchrnul.S: Likewise.
7731         * sysdeps/i386/strcspn.S: Likewise.
7732         * sysdeps/i386/strpbrk.S: Likewise.
7733         * sysdeps/i386/strrchr.S: Likewise.
7734         * sysdeps/i386/strspn.S: Likewise.
7735         * sysdeps/i386/strtok.S: Likewise.
7736         * sysdeps/i386/strtok_r.S: Likewise.
7737         * sysdeps/i386/i486/strcat.S: Likewise.
7738         * sysdeps/i386/i486/strlen.S: Likewise.
7739         * sysdeps/i386/i586/strchr.S: Likewise.
7740         * sysdeps/i386/i586/strcpy.S: Likewise.
7741         * sysdeps/i386/i586/strlen.S: Likewise.
7742         * sysdeps/i386/i686/strcmp.S: Likewise.
7743         * sysdeps/i386/i686/strtok.S: Likewise.
7744         * sysdeps/i386/i686/strtok_r.S: Likewise.
7746         * sysdeps/i386/fpu/fegetenv.c: Wrap symbol names with BP_SYM ().
7747         * sysdeps/i386/fpu/fesetenv.c: Likewise.
7748         * sysdeps/i386/fpu/feupdateenv.c: Likewise.
7749         * sysdeps/i386/fpu/fgetexcptflg.c: Likewise.
7750         * sysdeps/i386/fpu/fsetexcptflg.c: Likewise.
7752         * sysdeps/i386/addmul_1.S: Exchange roles of %ebp and %ebx.
7753         * sysdeps/i386/mul_1.S: Likewise.
7754         * sysdeps/i386/submul_1.S: Likewise.
7755         * sysdeps/i386/i586/add_n.S: Likewise.
7756         * sysdeps/i386/i586/addmul_1.S: Likewise.
7757         * sysdeps/i386/i586/lshift.S: Likewise.
7758         * sysdeps/i386/i586/mul_1.S: Likewise.
7759         * sysdeps/i386/i586/rshift.S: Likewise.
7760         * sysdeps/i386/i586/sub_n.S: Likewise.
7761         * sysdeps/i386/i586/submul_1.S: Likewise.
7763 2000-06-26  Ulrich Drepper  <drepper@redhat.com>
7765         * rt/Makefile (librt-routines): Add clock_nanosleep.
7766         * rt/Versions [GLIBC_2.2] (librt): Add clock_nanosleep.
7767         * sysdeps/generic/clock_nanosleep.c: New file.
7768         * sysdeps/unix/clock_nanosleep.c: New file.
7769         * sysdeps/unix/i386/i586/clock_nanosleep.c: New file.
7770         * time/time.h: Declare clock_nanosleep.
7772 2000-06-26  Greg McGary  <greg@mcgary.org>
7774         * sysdeps/i386/asm-syntax.h (R, MEM, MEM_DISP, MEM_INDEX,
7775         INSN1, INSN2, TEXT, GLOBL): Remove macros.
7776         (ALIGN): Cleanup surrounding conditionals.
7778         * sysdeps/i386/addmul_1.S: Replace asm-syntax macros with gas syntax.
7779         Call ENTER/LEAVE macros.
7780         * sysdeps/i386/mul_1.S: Replace asm-syntax macros with gas syntax.
7781         * sysdeps/i386/submul_1.S: Likewise.
7783         * sysdeps/i386/i586/addmul_1.S: Replace asm-syntax macros with gas
7784         syntax.  Define & use symbolic argument stack offsets.  Call
7785         ENTER/LEAVE macros.
7786         * sysdeps/i386/i586/mul_1.S: Likewise.
7787         * sysdeps/i386/i586/submul_1.S: Likewise.
7789 2000-06-25  Greg McGary  <greg@mcgary.org>
7791         * sysdeps/i386/i586/memcpy.S: Redefine memcpy as mempcpy,
7792         not as bcopy.
7794 2000-06-25  Ulrich Drepper  <drepper@redhat.com>
7796         * iconvdata/gen-8bit-gap-1.sh: Update for new charmap format.
7797         * iconvdata/gen-8bit-gap.sh: Likewise.
7798         * iconvdata/gen-8bit.sh: Likewise.
7800         * iconv/gconv_open.c (__gconv_open): Move comment to correct position.
7802         * locale/programs/ld-collate.c (collate_read): Don't actually read
7803         the copy locale if we are ignoring the content.
7805         * locale/programs/ld-address.c (INT_STR_ELEM): Correct test for
7806         unknown character.
7808         * locale/programs/ld-collate.c: Correct handling of different
7809         collation sections.
7810         * locale/programs/localedef.c (add_to_readlist): Take locale pointer
7811         as extra parameter from which to copy category information.
7812         Change all callers.
7813         (load_locale): Likewise.
7814         * locale/programs/localedef.h: Update prototypes of add_to_readlist
7815         and load_locale.
7816         * locale/programs/ld-ctype.c: Update call to add_to_readlist.
7817         * locale/programs/locfile.h: Likewise.
7818         * locale/programs/locfile-kw.gperf: Add entry for script.
7819         * locale/programs/locfile-token.h: Add tok_script.
7821         * locale/programs/locale.c: Update copyright year.
7822         * locale/programs/localedef.c: Likewise.
7824 2000-06-23  Thorsten Kukuk  <kukuk@suse.de>
7826         * sunrpc/xdr_rec.c (set_input_fragment): Fix PR libc/1549, patch from
7827         Jens Moeller <jens.moeller@waii.com>.
7829 2000-06-24  Ulrich Drepper  <drepper@redhat.com>
7831         * locale/programs/ld-name.c (name_finish): Add missing format
7832         specifier to test for name_fmt.
7834         * locale/programs/ld-address.c (iso639): Correct length of string
7835         elements.
7836         (iso3166): Likewise.
7838         * sysdeps/unix/sysv/linux/i386/sys/elf.h (elf_fpxregset_t): Define.
7840         * sysdeps/unix/sysv/linux/i386/sys/user.h (struct user_fpxregs_struct):
7841         Define.
7843         * elf/elf.h (NT_PRFPXREG): Define.
7845 2000-06-23  Ulrich Drepper  <drepper@redhat.com>
7847         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_request): Define
7848         PTRACE_GETFPXREGS and PTRACE_SETFPXREGS.
7850 2000-06-23  Andreas Schwab  <schwab@suse.de>
7852         * sysdeps/unix/sysv/linux/m68k/syscalls.list: Replace arg-count
7853         with signatures.
7855 2000-06-23  Andreas Jaeger  <aj@suse.de>
7857         * iconv/gconv_int.h (norm_add_slashes): Protect suffix expansion.
7859         * io/test-stat.c: Add copyright header, mention Maciej.
7861         * sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_pivot_root,
7862         SYS_mincore, SYS_madvise): Added.
7864         * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix signature of
7865         execve.
7867 2000-06-22  Ulrich Drepper  <drepper@redhat.com>
7869         * libio/Makefile (tests): Add tst-getwc and tst_putwc.
7870         (CFLAGS-tst_putwc.c): New definition.
7871         * libio/tst_getwc.c: New file.
7872         * libio/tst_getwc.input: New file.
7873         * libio/tst_putwc.c: New file.
7875         * include/string.h: Add prototype for __strdup.
7877 2000-06-22  Greg McGary  <greg@mcgary.org>
7879         * sysdeps/unix/syscalls.list (sys_mknod): Fix signatures.
7880         * sysdeps/unix/inet/syscalls.list (accept, getpeername, getsockname):
7881         Fix signatures.
7883 2000-06-23  Jes Sorensen  <jes@linuxcare.com>
7885         * sysdeps/ia64/memcpy.S: Disable branch predict instruction.
7887 2000-06-22  Jes Sorensen  <jes@linuxcare.com>
7889         * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: New file.
7891 2000-06-22  Jes Sorensen  <jes@linuxcare.com>
7893         * shlib-versions: Bump so versions to 6.1 for libc and libm on the
7894         ia64 to allow 2.2+ libraries to coexist with 2.1 ones.
7896 2000-06-22  Ulrich Drepper  <drepper@redhat.com>
7898         * io/sys/stat.h: Define S_TYPEISMQ, S_TYPEISSEM, and S_TYPEISSHM.
7899         * sysdeps/generic/bits/stat.h: Define __S_TYPEISMQ, __S_TYPEISSEM,
7900         and __S_TYPEISSHM.
7901         * sysdeps/mach/hurd/bits/stat.h: Likewise.
7902         * sysdeps/unix/bsd/bits/stat.h: Likewise.
7903         * sysdeps/unix/bsd/osf/alpha/bits/stat.h: Likewise.
7904         * sysdeps/unix/sysv/bits/stat.h: Likewise.
7905         * sysdeps/unix/sysv/irix4/bits/stat.h: Likewise.
7906         * sysdeps/unix/sysv/hpux/bits/stat.h: Likewise.
7907         * sysdeps/unix/sysv/linux/alpha/bits/stat.h: Likewise.
7908         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
7909         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
7910         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
7911         * sysdeps/unix/sysv/sysv4/i386/bits/stat.h: Likewise.
7912         * sysdeps/unix/sysv/sysv4/solaris2/bits/stat.h: Likewise.
7913         * sysdeps/unix/sysv/aix/bits/stat.h: Likewise.
7914         * manual/filesys.texi: Document S_TYPEISMQ, S_TYPEISSEM, and
7915         S_TYPEISSHM.
7917 2000-06-22  Andreas Jaeger  <aj@suse.de>
7919         * sysdeps/unix/sysv/linux/mips/syscalls.list: Replace arg-count
7920         with signatures.
7922         * elf/dl-reloc.c (_dl_relocate_object): Fix typos.
7924         * sysdeps/unix/sysv/linux/mips/syscalls.list: Fix sysctl entry.
7926 2000-06-21  Ulrich Drepper  <drepper@redhat.com>
7928         * iconv/gconv_trans.c: Move initialization of winbuf and winbufend
7929         ahead.
7931 2000-06-21  Greg McGary  <greg@mcgary.org>
7933         * Makerules (elide-routines.*, elide-bp-thunks):
7934         Define unconditionally.
7936 2000-06-21  Jes Sorensen  <jes@linuxcare.com>
7938         * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
7940 2000-06-21  Andreas Jaeger  <aj@suse.de>
7942         * io/Makefile (tests): Add test-stat.
7943         (CFLAGS-test-stat.c): New.
7945         * io/test-stat.c: New file from Maciej W. Rozycki
7946         <macro@ds2.pg.gda.pl>.
7948 2000-06-21  Jes Sorensen  <jes@linuxcare.com>
7950         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Reorder elements
7951         in __rlimit_resource to make them match the kernel order.
7952         rlim_t is always 64 bit, use __rlim64_t to declare it
7953         unconditionally.
7955 2000-05-04  Jes Sorensen  <jes@linuxcare.com>
7957         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: Undef
7958         RLIM_INFINITY before defining it to avoid clash with kernel header
7960 2000-05-03  Jes Sorensen  <jes@linuxcare.com>
7962         * sysdeps/unix/sysv/linux/ia64/bits/resource.h: New file.
7964 2000-06-21  Ulrich Drepper  <drepper@redhat.com>
7966         * sysdeps/unix/sysv/linux/ia64/Versions: New file.
7968 2000-06-21  Andreas Jaeger  <aj@suse.de>
7970         * stdio-common/temptest.c: Include <stdlib.h>.
7971         * stdio-common/tst-fileno.c: Likewise.
7972         * stdio-common/scanf4.c: Likewise.
7973         * stdio-common/scanf5.c: Likewise.
7974         * time/clocktest.c: Likewise.
7975         * posix/test-vfork.c: Likewise.
7976         * posix/globtest.c: Likewise.
7977         * io/test-utime.c: Likewise.
7978         * wctype/test_wcfuncs.c: Likewise.
7979         * crypt/cert.c: Likewise.
7981         * stdio-common/tst-printfsz.c: Include <string.h>.
7982         * libio/tst_swscanf.c: Likewise.
7983         * libio/tst_wscanf.c: Likewise.
7984         * posix/runtests.c: Likewise.
7985         * posix/tst-getaddrinfo.c: Likewise.
7986         * posix/wordexp-test.c: Likewise.
7987         * misc/tst-efgcvt.c: Likewise.
7989         * stdlib/tst-xpg-basename.c: Include <stdlib.h> and <string.h>.
7990         * nss/test-netdb.c: Likewise.
7992         * sysdeps/unix/sysv/linux/configure.in: Add check for minimal
7993         supported kernel for MIPS.
7995         * elf/vismod2.c: Include <stdlib.h> for abort prototype.
7996         * rt/aio_suspend.c: Likewise.
7998 2000-06-20  Ulrich Drepper  <drepper@redhat.com>
8000         * math/libm-test.inc: Include <string.h>.
8002 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
8004         * sysdeps/unix/sysv/linux/ia64/syscalls.list: New file.
8006 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
8008         * sysdeps/unix/sysv/linux/ia64/machine-gmon.h: New file.
8009         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: New file.
8011 2000-06-20  David Mosberger-Tang  <davidm@hpl.hp.com>
8013         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: New file.
8015 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
8017         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: Fix typo.
8019 2000-06-20  Ulrich Drepper  <drepper@redhat.com>
8021         * locale/programs/ld-collate.c (insert_value): Now take string and
8022         length instead of struct token* parameter.  Adjust use of token.
8023         (handle_ellipsis): Likewise.
8024         (collate_read): Allow <Uxxxx> names and transform them into names
8025         to be passed to insert_value and handle_ellipsis.
8027         * locale/programs/ld-ctype.c (uninames): New array with names of
8028         digits in <Uxxxxxxxx> format.
8029         (ctype_finish): Correct search for space character value.  Likewise
8030         for default outdigits values.
8032 2000-06-20  Greg McGary  <greg@mcgary.org>
8034         * Makerules (objects): Add BP thunks.
8036 2000-06-20  Ulrich Drepper  <drepper@redhat.com>
8038         * locale/programs/charmap.c (parse_charmap): Handle UCS names also
8039         in width definitions.
8041 2000-06-20  Andreas Jaeger  <aj@suse.de>
8043         * sysdeps/mips/fpu/libm-test-ulps: New file.
8045         * sysdeps/mips/fpu/fesetenv.c (__fesetenv): Flush fpu pipeline
8046         first.
8048         * sysdeps/mips/fpu/feholdexcpt.c: New file.
8050         * sysdeps/mips/fpu/fraiseexcpt.c: New file.
8052 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
8054         * iconv/gconv_builtin.c (BUILTIN_TRANSFORMATION): Update for
8055         change in gconv_builtin.h.
8057         * malloc/Makefile: Change all references to memprof into memusage.
8058         * malloc/memprof.c: Rename to...
8059         * malloc/memusage.c: ...this.  New file.
8060         * malloc/memprof.sh: Rename to...
8061         * malloc/memusage.sh: ...this.  New file.
8062         * malloc/memprofstat.c: Rename to...
8063         * malloc/memusagestat.c: ...this.  New file.
8064         * sysdeps/alpha/memprof.h: Rename to..
8065         * sysdeps/alpha/memusage.h: ...this.  New file.
8066         * sysdeps/arm/memprof.h: Rename to..
8067         * sysdeps/arm/memusage.h: ...this.  New file.
8068         * sysdeps/generic/memprof.h: Rename to..
8069         * sysdeps/generic/memusage.h: ...this.  New file.
8070         * sysdeps/i386/memprof.h: Rename to..
8071         * sysdeps/i386/memusage.h: ...this.  New file.
8072         * sysdeps/ia64/memprof.h: Rename to..
8073         * sysdeps/ia64/memusage.h: ...this.  New file.
8074         * sysdeps/m68k/memprof.h: Rename to..
8075         * sysdeps/m68k/memusage.h: ...this.  New file.
8076         * sysdeps/mips/memprof.h: Rename to..
8077         * sysdeps/mips/memusage.h: ...this.  New file.
8078         * sysdeps/powerpc/memprof.h: Rename to..
8079         * sysdeps/powerpc/memusage.h: ...this.  New file.
8080         * sysdeps/sparc/memprof.h: Rename to..
8081         * sysdeps/sparc/memusage.h: ...this.  New file.
8082         * sysdeps/sh/memprof.h: Rename to..
8083         * sysdeps/sh/memusage.h: ...this.  New file.
8085         * elf/sprof.c (print_version): Update year.
8087         * elf/sprof.c (load_shobj): Don't always add load address to dynamic
8088         table entry values.  Use D_PTR.
8089         * elf/dl-reloc.c (_dl_relocate_object): Don't start profiling weird
8090         binaries without PLT.  Patches by James Mathiesen <james@curl.com>.
8092 2000-06-20  Jes Sorensen  <jes@linuxcare.com>
8094         * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
8095         * sysdeps/unix/sysv/linux/ia64/sys/io.h: New file.
8096         * sysdeps/unix/sysv/linux/ia64/sys/procfs.h: New file.
8097         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h: New file.
8099 2000-05-05  Jes Sorensen  <jes@linuxcare.com>
8101         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: New file.
8103 2000-06-16  Jes Sorensen  <jes@linuxcare.com>
8105         * sysdeps/unix/sysv/linux/ia64/xstat.c: New file.
8106         * sysdeps/unix/sysv/linux/ia64/fxstat.c: New file.
8107         * sysdeps/unix/sysv/linux/ia64/lxstat.c: New file.
8109         * sysdeps/unix/sysv/linux/ia64/xstatconv.c: Deleted.
8111         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Update after latest
8112         kernel change.
8114         * sysdeps/unix/sysv/linux/ia64/bits/types.h: Make __ino_t,
8115         __nlink_t and __blkcnt_t 64 bit to accomodate new kernel stat data
8116         structure.
8117         Change __fsblkcnt_t and __fsfilcnt_t to 64 bit to match kernel
8118         implementation.
8120 2000-06-15  Jes Sorensen  <jes@linuxcare.com>
8122         * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: Deleted.
8124 2000-06-08  Jes Sorensen  <jes@linuxcare.com>
8126         * sysdeps/unix/sysv/linux/ia64/mmap64.c: New file.
8128 2000-06-19  Ulrich Drepper  <drepper@redhat.com>
8130         * iconv/gconv_int.h (strict gconv_module): Remove all members
8131         associated with regular expressions.  Use a simple string as the
8132         from name.
8133         * iconv/gconv_db.c: Remove code handling regular expressions.
8134         * iconv/gconv_conf.c: Likewise.
8135         * iconv/iconv_prog.c: Likewise.
8136         * iconv/gconv_builtin.h: Adjust for change in gconv_conf.c.
8138         * iconv/gconv.h (__gconv_trans_fct): Add new parameter.
8139         General namespace cleanup.
8140         (struct __gconv_trans_data): Add next field.
8141         (struct __gconv_step_data): Make __trans a pointer.
8142         * iconv/gconv_conf.c: Split out code to find gconv directories from
8143         __gconv_read_conf in new functions.
8144         * iconv/gconv_int.h: Define new data structure and declare new
8145         functions for handling of gconv directory list.
8146         * iconv/gconv_open.c: Allow more than one error handling step being
8147         used.  Call function to load error handling module if it is none
8148         of the builtin transformations.
8149         * iconv/gconv_close.c: Add code to free transliteration data.
8150         * iconv/gconv_trans.c: Add functions to load and unload modules
8151         implementing transliteration etc.
8152         * iconv/skeleton.c: Call all context functions now that more than
8153         one module is allowed.
8154         * iconv/loop.c (STANDARD_ERR_HANDLING): New macro.
8155         * iconv/gconv_simple.c: Use STANDARD_ERR_HANDLING macro for places
8156         where the full error handling using transliteration is needed.
8157         * iconvdata/8bit-gap.c: Likewise.
8158         * iconvdata/8bit-generic.c: Likewise.
8159         * iconvdata/ansi_x3.110.c: Likewise.
8160         * iconvdata/big5.c: Likewise.
8161         * iconvdata/big5hkscs.c: Likewise.
8162         * iconvdata/euc-cn.c: Likewise.
8163         * iconvdata/euc-jp.c: Likewise.
8164         * iconvdata/euc-kr.c: Likewise.
8165         * iconvdata/euc-tw.c: Likewise.
8166         * iconvdata/gbgbk.c: Likewise.
8167         * iconvdata/gbk.c: Likewise.
8168         * iconvdata/iso-2022-cn.c: Likewise.
8169         * iconvdata/iso-2022-jp.c: Likewise.
8170         * iconvdata/iso-2022-kr.c: Likewise.
8171         * iconvdata/iso646.c: Likewise.
8172         * iconvdata/iso8859-1.c: Likewise.
8173         * iconvdata/iso_6937-2.c: Likewise.
8174         * iconvdata/iso_6937.c: Likewise.
8175         * iconvdata/johab.c: Likewise.
8176         * iconvdata/sjis.c: Likewise.
8177         * iconvdata/t.61.c: Likewise.
8178         * iconvdata/uhc.c: Likewise.
8179         * iconvdata/unicode.c: Likewise.
8180         * iconvdata/utf-16.c: Likewise.
8181         * libio/iofwide.c: Reset __trans member of __gconv_trans_data
8182         structure correctly after last change.
8183         * wcsmbs/btowc.c: Likewise.
8184         * wcsmbs/mbrtowc.c: Likewise.
8185         * wcsmbs/mbsnrtowcs.c: Likewise.
8186         * wcsmbs/mbsrtowcs.c: Likewise.
8187         * wcsmbs/wcrtomb.c: Likewise.
8188         * wcsmbs/wcsnrtombs.c: Likewise.
8189         * wcsmbs/wcsrtombs.c: Likewise.
8190         * wcsmbs/wctob.c: Likewise.
8192         * localedata/Makefile: Set -Wno-format for some files since gcc does
8193         not know all the format specifiers.
8195 2000-06-18  Ulrich Drepper  <drepper@redhat.com>
8197         * locale/loadlocale.c (_nl_unload_locale): Remove a bit of
8198         unneeded code.
8199         * locale/lc-time.c (_nl_init_era_entries): Likewise.
8201 2000-06-18  Andreas Jaeger  <aj@suse.de>
8203         * sysdeps/mips/dl-machine.h: Always use $25 as jump register.
8204         Patch by Ralf Baechle <ralf@uni-koblenz.de>.
8206 2000-06-17  Ulrich Drepper  <drepper@redhat.com>
8208         * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Define and use
8209         LINUX_LINK_MAX.
8210         * sysdeps/unix/sysv/linux/alpha/pathconf.c: Likewise.
8212         * locale/programs/ld-ctype.c (ctype_output): Really write out
8213         mboutdigits information.
8214         * localedata/tst-trans.c: Add code to test printf's I flag with locale.
8215         * localedata/tst-trans.sh: Set GCONV_PATH for compilation environment.
8216         * localedata/tests/trans.def: Add outdigit information.
8218         * localedata/tst-mbswcs3.c: Remove comment.
8220         * stdio-common/vfprintf.c (vfprintf): Fix handling of I flag.
8221         * stdio-common/tiformat.c (sprint_ints): Add tests for I flag.
8222         * libio/tst_wprintf.c (main): Add test for I flag.
8224         * iconv/gconv_trans.c: Implement handling if translit_ignore.
8225         * locale/langinfo.h: Add entries for translit_ignore information.
8226         * locale/categories.def: Add entries for new LC_CTYPE elements.
8227         * locale/C-ctype.c: Add initializers for new fields.  Use NULL
8228         pointer instead of "" where possible.
8229         * locale/programs/ld-ctype.c: Write out translit_ignore information.
8230         * intl/Depend: Add localedata.
8231         * intl/tst-gettext.c: Call setlocale for LC_CTYPE.
8232         * intl/tst-gettext.sh: Set LOCPATH to localedata build dir.
8234 2000-06-16  Ulrich Drepper  <drepper@redhat.com>
8236         * locale/langinfo.h: Add entries for default_missing information.
8237         * locale/C-ctype.c: Add initializers for new fields.
8238         * iconv/gconv_trans.c: If nothing matched, try to use default_missing
8239         information.
8240         * locale/categories.h: Add entries for all LC_CTYPE values.
8241         * locale/programs/ld-ctype.c (ctype_output): Write out default_missing
8242         information.
8244         * localedata/tst-trans.c: Write out an error message if class is
8245         not found.
8247         * iconv/gconv_int.h (norm_add_slashes): Optionally add given suffix.
8248         * iconv/gconv_open.c: Remove error handling specification from `from'
8249         character set name.
8250         * intl/loadmsgcat.c (_nl_load_domain): Call norm_add_slashes with
8251         new parameter to always enable transliteration.
8252         * locale/localeinfo.h (LIMAGIC): Bump number because of incompatible
8253         change.
8254         (struct locale_data): Add new members use_translit and options.
8255         * locale/findlocale.c (_nl_find_locale): Set use_translit flag is
8256         character set name contained modifier TRANSLIT.
8257         * locale/loadlocale.c (_nl_load_locale): Initialize new use_translit
8258         and options fields.
8259         (_nl_unload_locale): Free options string if necessary.
8260         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Enable translation if
8261         the locale names suggested this.
8262         * locale/C-address.c: Add two new initialilzers to adjust data
8263         structure for new format.
8264         * locale/C-collate.c: Likewise.
8265         * locale/C-ctype.c: Likewise.
8266         * locale/C-identification.c: Likewise.
8267         * locale/C-measurement.c: Likewise.
8268         * locale/C-messages.c: Likewise.
8269         * locale/C-monetary.c: Likewise.
8270         * locale/C-name.c: Likewise.
8271         * locale/C-numeric.c: Likewise.
8272         * locale/C-paper.c: Likewise.
8273         * locale/C-telephone.c: Likewise.
8274         * locale/C-time.c: Likewise.
8276         * locale/setlocale.c: Add some more __builtin_expect.
8278 2000-06-15  Ulrich Drepper  <drepper@redhat.com>
8280         * iconv/gconv.h (__gconv_fct): Change type of fifth parameter to
8281         unsigned char **.
8282         (__gconv_init_fct): Remove two parameters.
8283         * iconv/gconv_int.h (__gconv_transliterate): Renamed from
8284         gconv_transliterate.  Remove two parameters.
8285         Change prototypes of builtin functions according to __gconv_fct change.
8286         * iconv/skeleton.c: Change type of fifth parameter.  make sure it is
8287         != NULL only during error handling.  Stop in this case after the
8288         conversion.
8289         * iconv/gconv_trans.c: Replace with real implementation for
8290         __gconv_transliterate.
8291         * iconv/gconv_open.c: Adjust for renaming of __gconv_transliterate.
8292         * iconv/gconv.c: Change calls to downstream functions once again.
8293         Use NULL for the fifth parameter instead of pointer to output buffer.
8294         * libio/iofwide.c: Likewise.
8295         * wcsmbs/btowc.c: Likewise.
8296         * wcsmbs/mbrtowc.c: Likewise.
8297         * wcsmbs/mbsnrtowcs.c: Likewise.
8298         * wcsmbs/mbsrtowcs.c: Likewise.
8299         * wcsmbs/wcrtomb.c: Likewise.
8300         * wcsmbs/wcsnrtombs.c: Likewise.
8301         * wcsmbs/wcsrtombs.c: Likewise.
8302         * wcsmbs/wctob.c: Likewise.
8303         * iconv/gconv_simple.c: Remove two parameters from error handling
8304         function call.
8305         * iconvdata/8bit-gap.c: Likewise.
8306         * iconvdata/8bit-generic.c: Likewise.
8307         * iconvdata/ansi_x3.110.c: Likewise.
8308         * iconvdata/big5.c: Likewise.
8309         * iconvdata/big5hkscs.c: Likewise.
8310         * iconvdata/euc-cn.c: Likewise.
8311         * iconvdata/euc-jp.c: Likewise.
8312         * iconvdata/euc-kr.c: Likewise.
8313         * iconvdata/euc-tw.c: Likewise.
8314         * iconvdata/gbgbk.c: Likewise.
8315         * iconvdata/gbk.c: Likewise.
8316         * iconvdata/iso-2022-cn.c: Likewise.
8317         * iconvdata/iso-2022-jp.c: Likewise.
8318         * iconvdata/iso-2022-kr.c: Likewise.
8319         * iconvdata/iso646.c: Likewise.
8320         * iconvdata/iso8859-1.c: Likewise.
8321         * iconvdata/iso_6937-2.c: Likewise.
8322         * iconvdata/iso_6937.c: Likewise.
8323         * iconvdata/johab.c: Likewise.
8324         * iconvdata/sjis.c: Likewise.
8325         * iconvdata/t.61.c: Likewise.
8326         * iconvdata/uhc.c: Likewise.
8327         * iconvdata/unicode.c: Likewise.
8328         * iconvdata/utf-16.c: Likewise.
8330 2000-06-15  Greg McGary  <greg@mcgary.org>
8332         * sysdeps/unix/make-syscalls.sh: Strip leading whitespace from lhs
8333         of callnum assignment.  Tolerate callnum expressions containing
8334         parens.
8336 2000-06-14  Ulrich Drepper  <drepper@redhat.com>
8338         * login/Makefile (utmpd): Remove rule to build utmpd.
8340         * csu/Versions: Move libgcc frame handling functions from here...
8341         * sysdeps/unix/sysv/linux/alpha/Versions: ...to here...
8342         * sysdeps/unix/sysv/linux/arm/Versions: ...to here...
8343         * sysdeps/unix/sysv/linux/i386/Versions: ...to here...
8344         * sysdeps/unix/sysv/linux/m68k/Versions: ...to here...
8345         * sysdeps/unix/sysv/linux/powerpc/Versions: ...to here...
8346         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: ...and here.
8347         New file.
8348         * sysdeps/mach/hurd/i386/Versions: ...and here.  New file.
8350         * locale/programs/ld-ctype.c (allocate_arrays): Correct a comment.
8352         * misc/syslog.c (vsyslog): Initialize msgoff in all cases.
8354 2000-06-14  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
8356         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Remove definitions for backward
8357         compatibility.
8358         * sysdeps/sh/sh4/fpu/fegetenv.c: Likewise.
8359         * sysdeps/sh/sh4/fpu/fesetenv.c: Likewise.
8360         * sysdeps/sh/sh4/fpu/fraiseexcpt.c: Likewise.
8361         * sysdeps/sh/sh4/fpu/fsetexcptflg.c: Likewise.
8363 2000-06-14  Jakub Jelinek  <jakub@redhat.com>
8365         * include/libc-symbols.h (link_warning): If HAVE_SECTION_QUOTES is
8366         defined, terminate quotes and read them after the comment char.
8367         * configure.in (HAVE_SECTION_QUOTES): Test whether
8368         __attribute__((section ("x"))) puts quotes around x or not.
8369         * config.h.in (HAVE_SECTION_QUOTES): Add.
8370         * configure: Rebuilt.
8372 2000-06-14  Andreas Jaeger  <aj@suse.de>
8374         * sysdeps/unix/sysv/linux/configure.in: Set libc_cv_sysconfdir
8375         depending on the configure option --sysconfdir.
8376         Closes PR libc/1762.
8377         Patch by Andreas Schwab <schwab@suse.de>.
8379         * sysdeps/mips/dl-machine.h: Pass finalizer correctly to user
8380         entry point.
8381         Reported by Jim Pick <jim@jimpick.com>.
8383 2000-06-14  Ulrich Drepper  <drepper@redhat.com>
8385         * misc/syslog.c (vsyslog): Allow open_memstream to fail without
8386         crashing the application.  Emit some simple error message.
8387         Reported by mju@panasas.com [PR libc/1769].
8389 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
8391         * malloc/Makefile (distribute): Add memprof.sh and memprofstat.c.
8393         * crypt/Makefile (distribute): Add md5.h.
8395         * Makefile (distribute): Add include/shlib-compat.h.
8397         * Make-dist: Search for tests also in sysdeps hierachy.
8399         * crypt/Makefile (distribute): Add ufc-crypt.h, crypt-private.h,
8400         ufc.c, speeds.c, README.ufc-crypt, and Banner.
8402         * sysdeps/sparc/Subdirs: New file.
8404         * locale/Makefile (distribute): Add weightwc.h and
8405         programs/localedef.h.
8407         * time/Makefile (distribute): Add datemsk.
8409         * sysdeps/ia64/Dist: Add softpipe.h.
8411         * sysdeps/unix/sysv/aix/Dist: New file.
8413         * posix/setpgrp.c: Moved to...
8414         * sysdeps/generic/setpgrp.c: ...here.  New file.
8415         * io/mknod.c: Moved to...
8416         * sysdeps/generic/mknod.c: ...here.  New file.
8418         * sysdeps/unix/sysv/linux/ia64/Dist: New file.
8420         * sysdeps/unix/sysv/linux/sparc/Dist: Add sys/procfs.h.
8422         * sysdeps/unix/sysv/linux/arm/Dist: Add oldgetrlimit64.c.
8424         * sysdeps/powerpc/Dist: Add fprrest.S, fprsave.S, gprsave1.S,
8425         gprsave0.S, gprrest1.S, and gprrest0.S.
8427         * sysdeps/generic/Dist: Add bp-thunks.h, bp-sym.h, and bp-start.h.
8429         * posix/Makefile (routines): Add spawnattr_getsigmask,
8430         spawnattr_getschedpolicy, spawnattr_getschedparam,
8431         spawnattr_setsigmask, spawnattr_setschedpolicy, and
8432         spawnattr_setschedparam.
8433         * posix/Versions: Add posix_spawnattr_getschedpolicy,
8434         posix_spawnattr_setschedpolicy, posix_spawnattr_getschedparam, and
8435         posix_spawnattr_setschedparam.
8437         * posix/spawnattr_setschedparam.c: Fix typo.
8439         * posix/spawnattr_setsigmask.c (posix_spawnattr_setsigmask):
8440         Correct typo.
8442         * login/programs/utmpd.c: Removed.
8443         * login/programs/utmpd.h: Removed.
8444         * login/programs/utmpd-private.h: Removed.
8446         * Makefile (distribute): Add include/db_185.h and include/db.h.
8448         * iconvdata/Makefile (distribute): Add iso-ir-165.c and
8449         iso-ir-165.h.
8451         * elf/Makefile (distribute): Add missing files.
8453         * dlfcn/Makefile: Add back rules to include eval in libdl.so.
8454         * elf/eval.c: Moved to...
8455         * dlfcn/eval.c: ...here.  New file.
8457         * Makefile (distribute): Also distribute ChangeLog.1?.
8459         * Make-dist (+tsrcs): Remove .args handling here as well.
8461         * rt/Makefile (tests): Add tst-timer.
8462         * sysdeps/generic/tst-timer.c: New file.
8464         * Makerules (sources): Don't add BP sources here.
8466         * login/Makefile (distribute): Remove xtmp.h.
8468         * iconv/iconv_prog.c (main): Fix appending slashes if omit_invalid
8469         is true.  Reported by Bruno Haible <haible@ilog.fr>.
8471 2000-06-13  Andreas Jaeger  <aj@suse.de>
8473         * sysdeps/mips/elf/start.S (ENTRY_POINT): Remove mips64 defines.
8474         Patch by Ralf Baechle <ralf@gnu.org>.
8476 2000-06-13  Ulrich Drepper  <drepper@redhat.com>
8478         * sysdeps/unix/sysv/linux/syscalls.list: Add parameter information
8479         for mincore syscall.
8481         * misc/sys/cdefs.h: Define __bounded and __unbounded if
8482         __BOUNDED_POINTERS__ is not defined.
8484 2000-06-07  Greg McGary  <greg@mcgary.org>
8486         * sysdeps/generic/bp-sym.h: New file.
8487         * sysdeps/generic/bp-start.h: New file.
8488         * sysdeps/i386/elf/start.S: Designate BP symbols.
8489         * sysdeps/generic/libc-start.c: Wrap bounds around
8490         argv & envp and each of their string members.
8492 2000-06-07  Greg McGary  <greg@mcgary.org>
8494         * sysdeps/unix/make-syscalls.sh: Add comments to
8495         output that aid debugging & comprehension.
8496         Map simple syscall signatures to number of args.
8497         Generate BP syscall thunk definitions.
8498         * sysdeps/generic/bp-thunks.h: New file.
8499         * sysdeps/unix/syscalls.list: Replace arg-count with
8500         simple return+arg signature.
8501         * sysdeps/unix/common/syscalls.list: Likewise.
8502         * sysdeps/unix/inet/syscalls.list: Likewise.
8503         * sysdeps/unix/mman/syscalls.list: Likewise.
8504         * sysdeps/unix/sysv/syscalls.list: Likewise.
8505         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
8506         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
8508 2000-06-07  Greg McGary  <greg@mcgary.org>
8510         * Makeconfig (CPPFLAGS-.ob): Pass -fbounded-pointers
8511         for all files *.[cS].
8512         (CFLAGS-.ob): Don't optimize sibling calls.
8513         (bppfx): New variable.
8514         * Makerules (elide-bp-thunks): New variable.
8515         (elide-routines.*): Elide BP-* files for all but *.ob.
8516         (sources): Include bp-thunks.
8518 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
8520         * iconv/gconv_simple.c: Remove unnecessary prototype.
8522         * iconv/gconv_trans.c: Pretty print.
8524         * elf/elf.h (R_SH_NUM): Got accidently dropped.
8526         * sysdeps/unix/sysv/linux/configure.in: Improve handling of
8527         minimal kernel versions.  Add information about IA-64 kernel.
8529         * sysdeps/unix/sysv/linux/configure.in: Allow architecture
8530         specific minimal supported kernel versions to be specified.
8532         * libio/iofwide.c (_IO_fwide): Initialize transliteration part of
8533         step data structure.
8534         * wcsmbs/btowc.c: Likewise.
8535         * wcsmbs/mbrtowc.c: Likewise.
8536         * wcsmbs/mbsnrtowcs.c: Likewise.
8537         * wcsmbs/mbsrtowcs.c: Likewise.
8538         * wcsmbs/wcrtomb.c: Likewise.
8539         * wcsmbs/wcsnrtombs.c: Likewise.
8540         * wcsmbs/wcsrtombs.c: Likewise.
8541         * wcsmbs/wctob.c: Likewise.
8543         * sysdeps/unix/sysv/linux/sh/Dist: There is no ioperm file.
8544         * sysdeps/unix/sysv/linux/sh/oldgetrlimit64.c: Removed.
8546         * shlib-versions: Earliest backward compatible version for SH is 2.2.
8548         * misc/sys/cdefs.h: Remove one more __P.
8550         * sysvipc/sys/shm.h: Move __getpagesize declaration inside extern C.
8551         Reported by HJ Lu.
8553         * sysdeps/sh/sh3/bits/setjmp.h: Removed.
8554         * sysdeps/sh/sh4/bits/setjmp.h: Moved to...
8555         * sysdeps/sh/bits/setjmp.h: ...here.  New file.
8557 2000-06-12  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
8558             Yutaka Niibe  <gniibe@chroot.org>
8560         * configure.in: Add machine sh3, sh4.
8561         * elf/elf.h: Add SH specific declarations of relocations.
8562         * shlib-versions: Add sh*-*-linux* cases.
8564 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
8566         * sysdeps/sh/sh3/bsd-_setjmp.S: Move to...
8567         * sysdeps/sh/bsd-_setjmp.S: ...here.  New file.
8568         * sysdeps/sh/sh4/bsd-_setjmp.S: Removed.
8569         * sysdeps/sh/sh3/bsd-setjmp.S: Move to...
8570         * sysdeps/sh/bsd-setjmp.S: ...here.  New file.
8571         * sysdeps/sh/sh4/bsd-setjmp.S: Removed.
8573         * sysdeps/sh/dl-machine.h (FGR_SAVE): Protect using HAVE_FPU macro
8574         instead of KERNEL_MATH_EMULATION.
8575         * sysdeps/sh/sh4/dl-machine.h: Define HAVE_FPU not
8576         KERNEL_MATH_EMULATION.
8578         * sysdeps/sh/Dist: Removed.  There is no ieee754.h file.
8579         * sysdeps/sh/sh3/dl-machine.h: Moved to...
8580         * sysdeps/sh/dl-machine.h: ...here.  New file.
8581         * sysdeps/sh/sh4/dl-machine.h: Simply define KERNEL_MATH_EMULATION
8582         and include generic SH version.
8583         * sysdeps/sh/sh3/bits/endian.h: Move to...
8584         * sysdeps/sh/bits/endian.h: ...here.  New file.
8585         * sysdeps/sh/sh4/bits/endian.h: Removed.
8586         * sysdeps/sh/sh3/bits/huge_val.h: Move to...
8587         * sysdeps/sh/bits/huge_val.h: ...here.  New file.
8588         * sysdeps/sh/sh4/bits/huge_val.h: Removed.
8590         * include/libc-symbols.h (link_warning): Work around a change in
8591         GAS which warns about changing section attributes.
8592         Proposed by Nick Clifton <nickc@redhat.com>.
8594 2000-06-12  H.J. Lu  <hjl@gnu.org>
8596         * sysdeps/i386/fpu/bits/mathinline.h (__sgn1l): Add __extension__.
8598 2000-06-11  H.J. Lu  <hjl@gnu.org>
8600         * sysdeps/i386/fpu/Versions: New file.
8602 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
8604         * iconv/gconv.h (__gconv_trans_context_fct): Remove two
8605         parameters.
8606         * iconv/skeleton.c (FUNCTION_NAME): Call __trans_context_fct if it
8607         exists.
8609 2000-06-12  Jes Sorensen  <jes@linuxcare.com>
8611         * sysdeps/unix/sysv/linux/ia64/kernel_stat.h: New file.
8612         * sysdeps/unix/sysv/linux/ia64/xstatconv.c: New file.
8613         * sysdeps/unix/sysv/linux/ia64/bits/stat.h: New file.
8615         * sysdeps/unix/sysv/linux/ia64/fxstat64.c: New file.
8616         * sysdeps/unix/sysv/linux/ia64/lxstat64.c: New file.
8617         * sysdeps/unix/sysv/linux/ia64/xstat64.c: New file.
8619 2000-06-12  Kazumoto Kojima  <kkojima@rr.iij4u.or.jp>
8620             Yutaka Niibe  <gniibe@chroot.org>
8622         * sysdeps/sh/Dist: New file.
8623         * sysdeps/sh/Implies: New file.
8624         * sysdeps/sh/elf/initfini.c: New file.
8625         * sysdeps/sh/gmp-mparam.h: New file.
8626         * sysdeps/sh/init-first.c: New file.
8627         * sysdeps/sh/machine-gmon.h: New file.
8628         * sysdeps/sh/memcpy.S: New file.
8629         * sysdeps/sh/memprof.h: New file.
8630         * sysdeps/sh/memset.S: New file.
8631         * sysdeps/sh/sh3/__longjmp.S: New file.
8632         * sysdeps/sh/sh3/bits/endian.h: New file.
8633         * sysdeps/sh/sh3/bits/huge_val.h: New file.
8634         * sysdeps/sh/sh3/bits/setjmp.h: New file.
8635         * sysdeps/sh/sh3/bsd-_setjmp.S: New file.
8636         * sysdeps/sh/sh3/bsd-setjmp.S: New file.
8637         * sysdeps/sh/sh3/dl-machine.h: New file.
8638         * sysdeps/sh/sh3/setjmp.S: New file.
8639         * sysdeps/sh/sh4/__longjmp.S: New file.
8640         * sysdeps/sh/sh4/bits/endian.h: New file.
8641         * sysdeps/sh/sh4/bits/huge_val.h: New file.
8642         * sysdeps/sh/sh4/bits/setjmp.h: New file.
8643         * sysdeps/sh/sh4/bsd-_setjmp.S: New file.
8644         * sysdeps/sh/sh4/bsd-setjmp.S: New file.
8645         * sysdeps/sh/sh4/dl-machine.h: New file.
8646         * sysdeps/sh/sh4/fpu/bits/fenv.h: New file.
8647         * sysdeps/sh/sh4/fpu/bits/huge_val.h: New file.
8648         * sysdeps/sh/sh4/fpu/bits/mathdef.h: New file.
8649         * sysdeps/sh/sh4/fpu/fclrexcpt.c: New file.
8650         * sysdeps/sh/sh4/fpu/fegetenv.c: New file.
8651         * sysdeps/sh/sh4/fpu/fegetround.c: New file.
8652         * sysdeps/sh/sh4/fpu/feholdexcpt.c: New file.
8653         * sysdeps/sh/sh4/fpu/fesetenv.c: New file.
8654         * sysdeps/sh/sh4/fpu/fesetround.c: New file.
8655         * sysdeps/sh/sh4/fpu/fpu_control.h: New file.
8656         * sysdeps/sh/sh4/fpu/fraiseexcpt.c: New file.
8657         * sysdeps/sh/sh4/fpu/fsetexcptflg.c: New file.
8658         * sysdeps/sh/sh4/fpu/ftestexcept.c: New file.
8659         * sysdeps/sh/sh4/fpu/libm-test-ulps: New file.
8660         * sysdeps/sh/sh4/setjmp.S: New file.
8661         * sysdeps/sh/elf/start.S: New file.
8662         * sysdeps/sh/sys/ucontext.h: New file.
8663         * sysdeps/sh/strlen.S: New file.
8664         * sysdeps/sh/sysdep.h: New file.
8665         * sysdeps/unix/sh/sysdep.S: New file.
8666         * sysdeps/unix/sh/sysdep.h: New file.
8667         * sysdeps/unix/sysv/linux/sh/Dist: New file.
8668         * sysdeps/unix/sysv/linux/sh/Makefile: New file.
8669         * sysdeps/unix/sysv/linux/sh/Versions: New file.
8670         * sysdeps/unix/sysv/linux/sh/bits/mman.h: New file.
8671         * sysdeps/unix/sysv/linux/sh/bits/resource.h: New file.
8672         * sysdeps/unix/sysv/linux/sh/brk.c: New file.
8673         * sysdeps/unix/sysv/linux/sh/chown.c: New file.
8674         * sysdeps/unix/sysv/linux/sh/clone.S: New file.
8675         * sysdeps/unix/sysv/linux/sh/fchown.c: New file.
8676         * sysdeps/unix/sysv/linux/sh/fxstat.c: New file.
8677         * sysdeps/unix/sysv/linux/sh/getegid.c: New file.
8678         * sysdeps/unix/sysv/linux/sh/geteuid.c: New file.
8679         * sysdeps/unix/sysv/linux/sh/getgroups.c: New file.
8680         * sysdeps/unix/sysv/linux/sh/getresgid.c: New file.
8681         * sysdeps/unix/sysv/linux/sh/getresuid.c: New file.
8682         * sysdeps/unix/sysv/linux/sh/getrlimit.c: New file.
8683         * sysdeps/unix/sysv/linux/sh/getrlimit64.c: New file.
8684         * sysdeps/unix/sysv/linux/sh/getuid.c: New file.
8685         * sysdeps/unix/sysv/linux/sh/lchown.c: New file.
8686         * sysdeps/unix/sysv/linux/sh/lxstat.c: New file.
8687         * sysdeps/unix/sysv/linux/sh/msgctl.c: New file.
8688         * sysdeps/unix/sysv/linux/sh/oldgetrlimit64.c: New file.
8689         * sysdeps/unix/sysv/linux/sh/pipe.S: New file.
8690         * sysdeps/unix/sysv/linux/sh/profil-counter.h: New file.
8691         * sysdeps/unix/sysv/linux/sh/semctl.c: New file.
8692         * sysdeps/unix/sysv/linux/sh/setegid.c: New file.
8693         * sysdeps/unix/sysv/linux/sh/seteuid.c: New file.
8694         * sysdeps/unix/sysv/linux/sh/setfsgid.c: New file.
8695         * sysdeps/unix/sysv/linux/sh/setfsuid.c: New file.
8696         * sysdeps/unix/sysv/linux/sh/setgid.c: New file.
8697         * sysdeps/unix/sysv/linux/sh/setgroups.c: New file.
8698         * sysdeps/unix/sysv/linux/sh/setregid.c: New file.
8699         * sysdeps/unix/sysv/linux/sh/setresgid.c: New file.
8700         * sysdeps/unix/sysv/linux/sh/setresuid.c: New file.
8701         * sysdeps/unix/sysv/linux/sh/setreuid.c: New file.
8702         * sysdeps/unix/sysv/linux/sh/setrlimit.c: New file.
8703         * sysdeps/unix/sysv/linux/sh/setuid.c: New file.
8704         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: New file.
8705         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: New file.
8706         * sysdeps/unix/sysv/linux/sh/shmctl.c: New file.
8707         * sysdeps/unix/sysv/linux/sh/sigcontextinfo.h: New file.
8708         * sysdeps/unix/sysv/linux/sh/socket.S: New file.
8709         * sysdeps/unix/sysv/linux/sh/sys/io.h: New file.
8710         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
8711         * sysdeps/unix/sysv/linux/sh/sys/user.h: New file.
8712         * sysdeps/unix/sysv/linux/sh/syscalls.list: New file.
8713         * sysdeps/unix/sysv/linux/sh/sysdep.S: New file.
8714         * sysdeps/unix/sysv/linux/sh/sysdep.h: New file.
8715         * sysdeps/unix/sysv/linux/sh/vfork.S: New file.
8716         * sysdeps/unix/sysv/linux/sh/xstat.c: New file.
8718 2000-06-12  Ulrich Drepper  <drepper@redhat.com>
8720         * Rules (%.out): Define GCONV_PATH in the environment.
8721         * assert/Depend: New file.
8722         * iconvdata/Depend: New file.
8723         * intl/Depend: New file.
8724         * timezone/Makefile (build-testdata): Add GCONV_PATH to environment.
8725         * intl/tst-gettext.sh: Likewise.
8726         * iconv/Makefile (routines): Add gconv_trans.
8727         * iconv/gconv_trans.c: New file.
8728         * iconv/gconv.h (struct __gconv_trans_data): New type.
8729         (__gconv_fct): New parameter with starting position in output buffer.
8730         (__gconv_trans_fct, __gconv_trans_context_fct, __gconv_trans_query_fct,
8731         __gconv_trans_init_fct, __gconv_trans_end_fct): New types.
8732         (struct __gconv_step): Add new member __trans.
8733         * iconv/gconv_int.h: Pretty print prototypes.
8734         (gconv_transliterate): New prototype.
8735         (__BUILTIN_TRANS): Update for new conversion function interface.
8736         * iconv/gconv.c (__gconv): Pass new parameter to conversion function.
8737         * iconv/gconv_open.c (__gconv_open): Recognize error handling suffix
8738         in names, find appropriate function, and install in the conversion
8739         steps it can be used.
8740         * iconv/skeleton.c: Add additional parameter for beginning of output
8741         buffer.  Change calls of downstream functions.
8742         * iconv/loop.c: Change loop function interface completely.  Pass in
8743         step and step_data structure.  Remove optimization for BODY with
8744         NEED_LENGTH_TEST == 0.
8745         * iconv/gconv_simple.c: Update interfaces of functions.  Insert
8746         appropriate error handling code to use transliteration steps.  Remove
8747         optimization for BODY with NEED_LENGTH_TEST == 0.
8748         * iconvdata/8bit-gap.c: Likewise.
8749         * iconvdata/8bit-generic.c: Likewise.
8750         * iconvdata/ansi_x3.110.c: Likewise.
8751         * iconvdata/big5.c: Likewise.
8752         * iconvdata/big5hkscs.c: Likewise.
8753         * iconvdata/euc-cn.c: Likewise.
8754         * iconvdata/euc-jp.c: Likewise.
8755         * iconvdata/euc-kr.c: Likewise.
8756         * iconvdata/euc-tw.c: Likewise.
8757         * iconvdata/gbgbk.c: Likewise.
8758         * iconvdata/gbk.c: Likewise.
8759         * iconvdata/iso-2022-cn.c: Likewise.
8760         * iconvdata/iso-2022-jp.c: Likewise.
8761         * iconvdata/iso-2022-kr.c: Likewise.
8762         * iconvdata/iso646.c: Likewise.
8763         * iconvdata/iso8859-1.c: Likewise.
8764         * iconvdata/iso_6937-2.c: Likewise.
8765         * iconvdata/iso_6937.c: Likewise.
8766         * iconvdata/johab.c: Likewise.
8767         * iconvdata/sjis.c: Likewise.
8768         * iconvdata/t.61.c: Likewise.
8769         * iconvdata/uhc.c: Likewise.
8770         * iconvdata/unicode.c: Likewise.
8771         * iconvdata/utf-16.c: Likewise.
8772         * libio/iofwide.c: Adjust to new interface of gconv functions.  Use
8773         DL_CALL_FCT.
8774         * wcsmbs/btowc.c: Likewise.
8775         * wcsmbs/mbrtowc.c: Likewise.
8776         * wcsmbs/mbsnrtowcs.c: Likewise.
8777         * wcsmbs/mbsrtowcs.c: Likewise.
8778         * wcsmbs/wcrtomb.c: Likewise.
8779         * wcsmbs/wcsnrtombs.c: Likewise.
8780         * wcsmbs/wcsrtombs.c: Likewise.
8781         * wcsmbs/wctob.c: Likewise.
8783 2000-04-11  Geoff Keating  <geoffk@cygnus.com>
8785         * sysdeps/powerpc/dl-machine.c: Include dl-machine.h after the
8786         other header files.  Mention about 128-byte cache line sizes.
8787         (__elf_machine_fixup_plt): Make types match elf_machine_fixup_plt.
8788         * sysdeps/powerpc/dl-machine.h (elf_machine_fixup_plt): Update
8789         for current calling sequence.
8790         * sysdeps/powerpc/dl-start.S (_dl_start_user): Close comment.
8792         * sysdeps/powerpc/fpu/s_rint.c: Handle rounding to -0 correctly.
8793         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
8795         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add getrlimit
8796         and setrlimit syscalls for backwards compatibility.
8798 2000-06-10  Ulrich Drepper  <drepper@redhat.com>
8800         * iconv/skeleton.c:  Rename converted written to correcter name
8801         irreversible.
8802         * iconv/gconv.c: Rename converted variable to correcter name
8803         irreversible.
8804         * iconv/gconv_int.h: Likewise.
8805         * iconv/gconv_simple.c: Likewise.
8806         * iconv/iconv.c: Likewise.
8807         * iconv/loop.c: Likewise.
8808         * iconvdata/8bit-gap.c: Likewise.
8809         * iconvdata/8bit-generic.c: Likewise.
8810         * iconvdata/ansi_x3.110.c: Likewise.
8811         * iconvdata/big5.c: Likewise.
8812         * iconvdata/big5hkscs.c: Likewise.
8813         * iconvdata/euc-cn.c: Likewise.
8814         * iconvdata/euc-jp.c: Likewise.
8815         * iconvdata/euc-kr.c: Likewise.
8816         * iconvdata/gbgbk.c: Likewise.
8817         * iconvdata/gbk.c: Likewise.
8818         * iconvdata/iso-2022-cn.c: Likewise.
8819         * iconvdata/iso-2022-jp.c: Likewise.
8820         * iconvdata/iso-2022-kr.c: Likewise.
8821         * iconvdata/iso646.c: Likewise.
8822         * iconvdata/iso8859-1.c: Likewise.
8823         * iconvdata/iso_6937-2.c: Likewise.
8824         * iconvdata/iso_6937.c: Likewise.
8825         * iconvdata/johab.c: Likewise.
8826         * iconvdata/sjis.c: Likewise.
8827         * iconvdata/t.61.c: Likewise.
8828         * iconvdata/uhc.c: Likewise.
8829         * iconvdata/unicode.c: Likewise.
8830         * iconvdata/utf-16.c: Likewise.
8832         * sysdeps/unix/sysv/linux/bits/socket.h (struct cmsghdr): Mark
8833         __cmsg_data field with __extension__.
8835 2000-06-10  David Mosberger  <davidm@hpl.hp.com>
8837         * sysdeps/unix/sysv/linux/ia64/syscall.S: Fix it so it actually works.
8839 2000-06-10  Ulrich Drepper  <drepper@redhat.com>
8841         * iconv/gconv_simple.c: Fix various small bugs in several
8842         functions.
8844         * iconv/loop.c: Fix comment.
8846 2000-06-10  Jakub Jelinek  <jakub@redhat.com>
8848         * elf/link.h: Remove libc internal declarations.
8849         * include/link.h: Move them here.
8851 2000-06-09  Ulrich Drepper  <drepper@redhat.com>
8853         * sysdeps/unix/sysv/linux/ia64/getsysstats.c: New file.
8854         Patch by Dan Pop <Dan.Pop@cern.ch>.
8856         Rewrite error message handling.
8857         * elf/dl-deps.c (_dl_map_object_deps): Pass new parameter to
8858         _dl_catch_error.
8859         * elf/dl-error (struct catch): Add objname member.
8860         (_dl_signal_error): Take new parameter with object name.  When
8861         passing message on simply store object name and duplicate error
8862         message.
8863         (_dl_catch_error): Take new parameter.  Store object name in the
8864         place pointed to.
8865         * include/dlfcn.h: Adjust _dl_catch_error prototype.
8866         * sysdeps/generic/ldsodefs.h: Adjust _dl_signal_error prototype.
8867         * dlfcn/dlerror.c (struct dl_action_result): Add objname member.
8868         (dlerror): Add objname to asprintf() parameters.
8869         (_dl_error_run): Pass new parameter to _dl_catch_error.
8870         * elf/dl-libc.c (dlerror_run): Pass new parameter to _dl_catch_error.
8871         * elf/dl-open.c (_dl_open): Likewise.
8872         * elf/rtld.c (dl_main): Likewise.
8873         * elf/dl-close.c: Mark error messages with N_().
8874         * elf/dl-deps.c: Likewise.
8875         * elf/dl-error.c: Likewise.
8876         * elf/dl-load.c: Likewise.
8877         * elf/dl-open.c: Likewise.
8878         * elf/dl-reloc.c: Likewise.
8879         * elf/dl-support.c: Likewise.
8880         * elf/dl-sym.c: Likewise.
8881         * elf/dl-version.c: Likewise.
8882         * elf/dl-lookup.c: Add comments about problems with error message
8883         translations.
8884         * elf/dl-reloc.c: Likewise.
8885         * elf/dl-version.c: Likewise.
8887 2000-06-09  H.J. Lu  <hjl@gnu.org>
8889         * dlfcn/dlerror.c (_dlerror_run): Set result->errstring to NULL
8890         after freeing it.
8892         * dlfcn/Makefile (distribute): Add failtestmod.c.
8893         (tests): Add failtest.
8894         Add rules to build and run failtest.
8895         * dlfcn/failtest.c: New file.
8896         * dlfcn/failtestmod.c: New file.
8898 2000-06-09  David Mosberger-Tang  <davidm@hpl.hp.com>
8900         * sysdeps/unix/sysv/linux/ia64/__longjmp.S: new file
8901         * sysdeps/unix/sysv/linux/ia64/bsd-_setjmp.S: new file
8902         * sysdeps/unix/sysv/linux/ia64/bsd-setjmp.S: new file
8903         * sysdeps/unix/sysv/linux/ia64/setjmp.S: new file
8904         * sysdeps/unix/sysv/linux/ia64/bits/setjmp.h: new file
8906 2000-06-09  Jes Sorensen  <jes@linuxcare.com>
8908         * sysdeps/unix/sysv/linux/ia64/brk.S: New file.
8909         * sysdeps/unix/sysv/linux/ia64/pipe.S: New file.
8911 2000-06-09  Jes Sorensen  <jes@linuxcare.com>
8912             Ulrich Drepper  <drepper@redhat.com>
8914         * sysdeps/unix/sysv/linux/ia64/sigaction.c: New file.
8915         * sysdeps/unix/sysv/linux/ia64/sigpending.c: New file.
8916         * sysdeps/unix/sysv/linux/ia64/sigprocmask.c: New file.
8917         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c: New file.
8918         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h: New file.
8919         * sysdeps/unix/sysv/linux/ia64/bits/sigstack.h: New file.
8921 2000-06-09  Ulrich Drepper  <drepper@redhat.com>
8923         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Try harder
8924         to find correct mount point despite wrong information from the
8925         kernel.
8927 2000-06-09  Jes Sorensen  <jes@linuxcare.com>
8929         * elf/dl-libc.c (__libc_dlsym): Use DL_SYMBOL_ADDRESS() to obtain
8930         the address of a symbol so function pointers are handled properly.
8932 2000-06-08  Ulrich Drepper  <drepper@redhat.com>
8934         * sysdeps/i386/Dist: Add bp-asm.h.
8936         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Use
8937         defaultdir variable instead of "/var/shm" everywhere.
8938         (defaultdir): Change to /dev/shm/.
8940 2000-06-08  Greg McGary  <greg@mcgary.org>
8942         * sysdeps/i386/bp-asm.h: New file.
8943         * sysdeps/i386/__longjmp.S: Define & use symbolic argument stack
8944         offsets.  Add ENTER/LEAVE macros for optionally maintaining
8945         frame-pointer chain when debugging.
8946         * sysdeps/i386/add_n.S: Likewise.
8947         * sysdeps/i386/addmul_1.S: Likewise.
8948         * sysdeps/i386/lshift.S: Likewise.
8949         * sysdeps/i386/memchr.S: Likewise.
8950         * sysdeps/i386/memcmp.S: Likewise.
8951         * sysdeps/i386/mul_1.S: Likewise.
8952         * sysdeps/i386/rawmemchr.S: Likewise.
8953         * sysdeps/i386/rshift.S: Likewise.
8954         * sysdeps/i386/stpcpy.S: Likewise.
8955         * sysdeps/i386/stpncpy.S: Likewise.
8956         * sysdeps/i386/strchr.S: Likewise.
8957         * sysdeps/i386/strchrnul.S: Likewise.
8958         * sysdeps/i386/strcspn.S: Likewise.
8959         * sysdeps/i386/strpbrk.S: Likewise.
8960         * sysdeps/i386/strrchr.S: Likewise.
8961         * sysdeps/i386/strspn.S: Likewise.
8962         * sysdeps/i386/strtok.S: Likewise.
8963         * sysdeps/i386/sub_n.S: Likewise.
8964         * sysdeps/i386/submul_1.S: Likewise.
8965         * sysdeps/i386/elf/setjmp.S: Likewise.
8966         * sysdeps/i386/i486/strcat.S: Likewise.
8967         * sysdeps/i386/i486/strlen.S: Likewise.
8968         * sysdeps/i386/i586/add_n.S: Likewise.
8969         * sysdeps/i386/i586/lshift.S: Likewise.
8970         * sysdeps/i386/i586/memcpy.S: Likewise.
8971         * sysdeps/i386/i586/memset.S: Likewise.
8972         * sysdeps/i386/i586/rshift.S: Likewise.
8973         * sysdeps/i386/i586/strchr.S: Likewise.
8974         * sysdeps/i386/i586/strcpy.S: Likewise.
8975         * sysdeps/i386/i586/strlen.S: Likewise.
8976         * sysdeps/i386/i586/sub_n.S: Likewise.
8977         * sysdeps/i386/i686/add_n.S: Likewise.
8978         * sysdeps/i386/i686/memcpy.S: Likewise.
8979         * sysdeps/i386/i686/mempcpy.S: Likewise.
8980         * sysdeps/i386/i686/memset.S: Likewise.
8981         * sysdeps/i386/i686/strcmp.S: Likewise.
8983 2000-06-08  Ulrich Drepper  <drepper@redhat.com>
8985         * sysdeps/unix/sysv/linux/getdtsz.c: New file.
8987         * sysdeps/unix/sysv/linux/sys/param.h: Define NOFILE directly as
8988         256 and don't use OPEN_MAX.
8990         * sysdeps/unix/sysv/linux/pathconf.c: Define LINUX_LINK_MAX and
8991         use it instead of LINK_MAX.
8992         * sysdeps/unix/sysv/linux/fpathconf.c: Likewise.
8994 2000-06-08  Andreas Jaeger  <aj@suse.de>
8996         * libio/genops.c (_IO_list_lock): Only compile body if we're
8997         thread safe.
8998         (_IO_list_unlock): Likewise.
8999         (_IO_list_resetlock): Likewise.
9001 2000-06-07  Ulrich Drepper  <drepper@redhat.com>
9003         * sysdeps/unix/sysv/linux/bits/local_lim.h: Undefine OPEN_MAX
9004         unless user defined it.
9006         * sysdeps/unix/sysv/linux/bits/local_lim.h: Also undefine LINK_MAX
9007         if not defined by the user.
9009         * libio/iofwrite_u.c (fwrite_unlocked): Remove obsolete comment.
9010         * libio/iofwrite.c (_IO_fwrite): Likewise.
9012         * time/time.h: Add missing __THROW for clock_getcpuclockid
9013         prototype.
9015         * elf/Makefile (distribute): Add dl-dtprocnum.h.
9016         * include/elf.h: Include also <dl-dtprocnum.h>.
9017         * elf/dl-deps.c: Likewise.
9018         * elf/dl-lookup.c: Likewise.
9019         * elf/dl-runtime.c: Likewise.
9020         * elf/dl-version.c: Likewise.
9021         * elf/do-rel.h: Likewise.
9022         * elf/dynamic-link.h: Likewise.
9023         * elf/link.h: Likewise.
9024         * elf/rtld.c: Likewise.
9025         * sysdeps/generic/dl-dtprocnum.h: New file.
9026         * sysdeps/ia64/dl-dtprocnum.h: New file.
9027         * sysdeps/mips/dl-dtprocnum.h: New file.
9028         * sysdeps/sparc/dl-dtprocnum.h: New file.
9030         * sysdeps/i386/dl-machine.h: Add more __builtin_expect.
9032         * elf/do-lookup.h: Add some __builtin_expect.
9034         * dlfcn/dlfcn.h: Pretty print dladdr declaraction.
9036         * elf/rtld.c (process_envvars): Recognize LD_DYNAMIC_WEAK.
9037         (_dl_dynamic_weak): New variable.
9038         * elf/dl-support.c: Likewise.
9039         * sysdeps/generic/ldsodefs.h: Declare _dl_dynamic_weak.
9040         * elf/do-lookup.h: If we find a weak definition treat it like a
9041         normal symbol unless _dl_dynamic_weak is nonzero.  In the latter
9042         case treat it like before.
9044         * elf/dl-addr.c (_dl_addr): Fill in correct information if symbol
9045         is in main program.
9046         * elf/Versions [ld] (GLIBC_2.2): Export _dl_argv.
9048         * elf/dl-addr.c (_dl_addr): Do exact testing of address range
9049         using l_map_start and l_map_end.
9051         * elf/dl-version.c: Add __builtin_expect in many places.
9053         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (x86_cap_flags):
9054         Update.
9056 2000-06-04  Kaz Kylheku  <kaz@ashi.footprints.net>
9058         Lock for stdio stream list becomes global, for use in LinuxThreads.
9060         * libio/genops.c (_IO_iter_begin, _IO_iter_end,
9061         _IO_iter_next, _IO_iter_file, _IO_list_lock, _IO_list_unlock,
9062         _IO_list_resetlock): New interface for iterating global list of
9063         streams without accessing the _IO_list_all global variable,
9064         and for manipulating the lock which protects this list.
9065         * libio/libioP.h: Likewise.
9066         * libio/Version: Add entries for the new functions.
9068         * libio/libioP.h (_IO_ITER): New typedef, just an alias for
9069         pointer to _IO_FILE.
9071 2000-06-07  Ulrich Drepper  <drepper@redhat.com>
9073         * locale/programs/ld-ctype.c (set_class_defaults): Several uses of
9074         BIT() must actually be BITw().
9076         * locale/programs/ld-ctype.c: Handle SP and space consistently.
9078         * locale/programs/charmap.c: Allow string arguments for
9079         code_set_name and repertoiremap.
9081 2000-06-07  Andreas Jaeger  <aj@suse.de>
9083         * elf/Makefile: Build ldconfig only when building shared libraries.
9085 2000-06-07  Jakub Jelinek  <jakub@redhat.com>
9087         * sysdeps/alpha/fpu/bits/mathinline.h (__fdimf): Only declare if
9088         __USE_ISOC99.
9089         (fdimf, __fdim, fdim): Likewise.
9091 2000-06-07  Ulrich Drepper  <drepper@redhat.com>
9093         * locale/findlocale.c: Add __builtin_expect in many places.
9094         * locale/loadlocale.c: Likewise.
9096 2000-06-06  Greg McGary  <greg@mcgary.org>
9098         * sysdeps/mips/elf/start.S: Trim redundant code.
9100         * sysdeps/powerpc/memset.S: Define & use symbolic register names.
9101         Use C comments throughout.  Line up operands column with tabs.
9102         * sysdeps/powerpc/strchr.S: Likewise.
9103         * sysdeps/powerpc/strcmp.S: Likewise.
9104         * sysdeps/powerpc/strcpy.S: Likewise.
9105         * sysdeps/powerpc/strlen.S: Likewise.
9107         * sysdeps/unix/sysv/linux/powerpc/brk.S [!PIC]:
9108         Get low part of &__curbrk with @l.
9110 2000-06-06  Ulrich Drepper  <drepper@redhat.com>
9112         * iconvdata/utf-16.c: Add __builtin_expect in many places.
9113         * iconvdata/unicode.c: Likewise.
9114         * iconvdata/uhc.c: Likewise.
9115         * iconvdata/t.61.c: Likewise.
9116         * iconvdata/sjis.c: Likewise.
9117         * iconvdata/johab.c: Likewise.
9118         * iconvdata/iso_6937.c: Likewise.
9119         * iconvdata/iso_6937-2.c: Likewise.
9120         * iconvdata/iso8859-1.c: Likewise.
9121         * iconvdata/iso646.c: Likewise.
9122         * iconvdata/iso-2022-kr.c: Likewise.
9123         * iconvdata/iso-2022-jp.c: Likewise.
9124         * iconvdata/iso-2022-cn.c: Likewise.
9125         * iconvdata/gbgbk.c: Likewise.
9126         * iconvdata/gbk.c: Likewise.
9127         * iconvdata/euc-kr.c: Likewise.
9128         * iconvdata/euc-jp.c: Likewise.
9129         * iconvdata/euc-cn.c: Likewise.
9131 2000-06-05  Ulrich Drepper  <drepper@redhat.com>
9133         * iconvdata/big5hkscs.c: Add __builtin_expect in many places.
9134         * iconvdata/big5.c: Likewise.
9135         * iconvdata/ansi_x3.110.c: Likewise.
9136         * iconvdata/8bit-generic.c: Likewise.
9137         * iconvdata/8bit-gap.c: Likewise.
9138         * iconv/loop.c: Likewise.
9139         * iconv/gconv_db.c: Likewise.
9140         * iconv/gconv_dl.c: Likewise.
9141         * iconv/gconv_simple.c: Likewise.
9142         * iconv/skeleton.c: Likewise.
9144         * iconv/gconv.h (__GCONV_IS_LAST, __GCONV_IGNORE_ERRORS): Define.
9145         (struct __gconv_step_data): Rename __is_last to __flags.
9146         * iconv/gconv_close.c: Change all uses of __is_last.
9147         * iconv/skeleton.c: Likewise.
9148         * iconvdata/iso-2022-cn.c: Likewise.
9149         * iconvdata/iso-2022-jp.c: Likewise.
9150         * iconvdata/iso-2022-kr.c: Likewise.
9151         * iconv/gconv_open.c: Likewise.  Avoid unneeded initializations.
9152         Recognize IGNORE error handling, set flag, and remove from name.
9153         * iconv/loop.c (ignore_errors_p): Define.
9154         Add flags parameter to both functions.
9155         * iconv/skeleton.c: Pass flags to all conversion functions.
9156         * iconv/gconv_simple.c: Add flags parameter to all functions.
9157         Don't return error for invald error if ignore flag is set.
9158         (ucs4_internal_loop_single): Add missing pointer increment.
9159         (internal_ucs4le_loop_single): Likewise.
9160         * iconv/iconv_prog.c: Implement handling of -c parameter.
9161         * iconvdata/8bit-gap.c: Don't return error for invald error if
9162         ignore flag is set.
9163         * iconvdata/8bit-generic.c: Likewise.
9164         * iconvdata/ansi_x3.110.c: Likewise.
9165         * iconvdata/big5.c: Likewise.
9166         * iconvdata/big5hkscs.c: Likewise.
9167         * iconvdata/euc-cn.c: Likewise.
9168         * iconvdata/euc-jp.c: Likewise.
9169         * iconvdata/euc-kr.c: Likewise.
9170         * iconvdata/gbgbk.c: Likewise.
9171         * iconvdata/gbk.c: Likewise.
9172         * iconvdata/iso-2022-cn.c: Likewise.
9173         * iconvdata/iso-2022-jp.c: Likewise.
9174         * iconvdata/iso-2022-kr.c: Likewise.
9175         * iconvdata/iso646.c: Likewise.
9176         * iconvdata/iso8859-1.c: Likewise.
9177         * iconvdata/iso_6937-2.c: Likewise.
9178         * iconvdata/iso_6937.c: Likewise.
9179         * iconvdata/johab.c: Likewise.
9180         * iconvdata/sjis.c: Likewise.
9181         * iconvdata/t.61.c: Likewise.
9182         * iconvdata/uhc.c: Likewise.
9183         * iconvdata/unicode.c: Likewise.
9184         * iconvdata/utf-16.c: Likewise.
9185         * libio/fileops.c: Likewise.
9186         * libio/iofwide.c: Likewise.
9187         * wcsmbs/btowc.c: Likewise.
9188         * wcsmbs/mbrtowc.c: Likewise.
9189         * wcsmbs/mbsnrtowcs.c: Likewise.
9190         * wcsmbs/mbsrtowcs.c: Likewise.
9191         * wcsmbs/wcrtomb.c: Likewise.
9192         * wcsmbs/wcsnrtombs.c: Likewise.
9193         * wcsmbs/wcsrtombs.c: Likewise.
9194         * wcsmbs/wctob.c: Likewise.
9196         * iconvdata/ksc5601.h (ksc5601_to_ucs4): Undo *s change in all cases of
9197         an error.
9199 2000-06-04  Ulrich Drepper  <drepper@redhat.com>
9201         * iconv/gconv_dl.c (do_release_shlib): Don't reset reference
9202         counter for the object we are releasing, just decrement it.
9203         Patch by Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>.
9205 2000-06-04  Jakub Jelinek  <jakub@redhat.com>
9207         * sysdeps/i386/fpu/bits/mathinline.h: Only inline sinh, cosh and tanh
9208         if -ffast-math.
9210 2000-06-04  Ulrich Drepper  <drepper@redhat.com>
9212         * iconvdata/big5hkscs.c: New file.
9213         Modified from big5.c by Roger So <rogerso@sis.dhs.org>.
9215         * iconvdata/gconv-modules: Add entry for new module.
9216         * iconvdata/Makefile (modules): Add BIG5HKSCS.
9217         (distribute): Add big5hkscs.c.
9219 2000-06-01  Jakub Jelinek  <jakub@redhat.com>
9221         * libc/sysdeps/alpha/fpu/bits/mathinline.h: Add __THROW to all
9222         inlines to match prototypes in mathcalls.h.
9223         * libc/sysdeps/i386/fpu/bits/mathinline.h: Likewise.
9224         * libc/sysdeps/m68k/fpu/bits/mathinline.h: Likewise.
9225         * libc/sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
9226         * libc/sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
9228 2000-06-03  Ulrich Drepper  <drepper@redhat.com>
9230         * elf/elf.h (SHT_SUNW_move): Define.
9232         * elf/elf.h: Add more Solaris compatiblity definitions.
9234 2000-06-03  Andreas Jaeger  <aj@suse.de>
9236         * sysdeps/powerpc/dl-start.S: Close open comment.
9238 2000-06-03  Jakub Jelinek  <jakub@redhat.com>
9240         * inet/Versions: Fix typo in rresvport_af export.
9242 2000-06-02  Ulrich Drepper  <drepper@redhat.com>
9244         * math/tgmath.h: Pretty print.
9246 2000-06-02  Andreas Jaeger  <aj@suse.de>
9248         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Fix typo.
9249         Reported by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
9251 2000-06-02  Ulrich Drepper  <drepper@redhat.com>
9253         * elf/rtld.c (process_envvars): Test for = after variable name.
9255 2000-06-01  Ulrich Drepper  <drepper@redhat.com>
9257         * sysdeps/generic/initfini.c (_init): One less relocation.  Don't
9258         have extra call to __gmon_start__, use the pointer we already have.
9260         * elf/elf.h (ELF64_R_INFO): Cast sym value to Elf64_Xword before
9261         shifting.
9263         * sysdeps/i386/elf/setjmp.S: Work around change is recent
9264         binutils.  gas now emits a jump through the PLT instead of a
9265         relative jump if the jump target is an exported symbol.
9267 2000-05-31  Ulrich Drepper  <drepper@redhat.com>
9269         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Define AIX_CBAUD.
9271 2000-05-31  Andreas Jaeger  <aj@suse.de>
9273         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Use array for
9274         gregset_t.
9276         * sysdeps/unix/sysv/linux/mips/Versions: Export _flush_cache.
9277         Patches by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
9279         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: Fix prototype of
9280         syscall.
9281         * sysdeps/unix/sysv/linux/mips/truncate64.c: Likewise.
9283 2000-05-30  Ulrich Drepper  <drepper@redhat.com>
9285         * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_glob): Loose __P.
9287         * locale/Versions [libc] (GLIBC_2.2): Add localeconv.
9288         * locale/localeconv.c: Make function versioned (with same definition).
9290         * elf/Makefile (modules-names): Strip before using it.
9292 2000-05-30  Andreas Jaeger  <aj@suse.de>
9294         * sysdeps/unix/sysv/linux/mips/truncate64.c: New file.
9295         * sysdeps/unix/sysv/linux/mips/ftruncate64.c: New file.
9296         * sysdeps/unix/sysv/linux/mips/pread64.c: Readded file.
9297         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Readded file.
9298         * sysdeps/unix/sysv/linux/mips/pread.c: Readded file.
9299         * sysdeps/unix/sysv/linux/mips/pwrite.c: Readded file.
9301 2000-05-29  Ulrich Drepper  <drepper@redhat.com>
9303         * Makefile: Add GNU make magic.
9305         * inet/Makefile (CFLAGS-rcmd.c, CFLAGS-rexec.c, CFLAGS-ruserpass.c):
9306         Removed.
9307         * inet/rcmd.c: Remove __P.  Remove unused variables.
9308         (iruserfopen): Make first parameter const.
9309         (ruserok_sa): Return result of ruserok2_sa.
9310         (__checkhost_sa): Correctly iterate through results of getaddrinfo.
9311         * inet/rexec.c: Remove unused variables.  Other small cleanups.
9312         * inet/ruserpass.c: Remove __P.  Remove unused variables.
9313         (ruserpass): Check results of memory allocation.
9314         * include/netdb.h: Add prototype for ruserpass.
9316 2000-05-29  Andreas Jaeger  <aj@suse.de>
9318         * elf/readlib.c (interpreters): Use LD_SO since this is supported
9319         for all platforms.
9321 2000-05-29  Jakub Jelinek  <jakub@redhat.com>
9323         * inet/rcmd.c (rresvport_af): Use correct port number.
9325 2000-05-26  Andreas Schwab  <schwab@suse.de>
9327         * Makeconfig ($(common-objpfx)soversions.mk): Prepend `$lib=' to
9328         entries in all-sonames.
9329         ($(common-objpfx)gnu/lib-names.h): Use it for the CPP symbol,
9330         preserving the old name if different for compatibility.
9332 2000-05-29  Ulrich Drepper  <drepper@redhat.com>
9334         * posix/Makefile (tests): Add tst-spawn.
9335         (tst-spawn-ARGS): New variable.
9336         * posix/tst-spawn.c: New file.
9338         * posix/spawn_faction_addclose.c: Correctly account for new entry.
9339         * posix/spawn_faction_adddup2.c: Likewise.
9340         * posix/spawn_faction_addopen.c: Likewise.
9341         * posix/spawni.c: Correctly test for success of dup2 calls.
9343         * posix/tst-preadwrite.c: Check success of malloc call.
9345 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
9347         * posix/Makefile (tests): Add tst-exec.
9348         (tst-exec-ARGS): New variable.
9349         * posix/tst-exec.c: New file.
9351         * sysdeps/arm/atomicity.h (compare_and_swap): Return result.
9353 2000-05-04  Andreas Jaeger  <aj@suse.de>
9355         * string/string.h: Remove __strdup prototype, it's not needed in
9356         this file anymore.
9358 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
9360         * posix/Makefile (tests): Add tst-fork.
9361         * posix/tst-fork.c: New file.
9363         * resolv/inet_pton.c: Loose __P.
9365 2000-05-21  Jakub Jelinek  <jakub@redhat.com>
9367         * libio/libioP.h (_IO_CHECK_WIDE): Define.
9368         * libio/iosetbuffer.c (_IO_setbuffer): Use it.
9369         * libio/iosetvbuf.c (_IO_setvbuf): Likewise.
9370         * libio/fileops.c (_IO_new_file_fopen): Return NULL if
9371         _IO_CHECK_WIDE fails.
9373 2000-05-28  Ulrich Drepper  <drepper@redhat.com>
9375         * po/da.po: New file.
9377         * manual/arith.texi (Rounding Functions): Fix documentation of trunc.
9378         Patch by Steven G. Johnson <stevenj@gil-galad.mit.edu>.
9380         * manual/charset.texi (Extended Char Intro): Fix typo (and -> as).
9381         (Other iconv Implementations): Fix typo.
9382         Patch by Martin Pool <mbp@wistful.humbug.org.au>.
9384 2000-05-27  Andreas Jaeger  <aj@suse.de>
9386         * sysdeps/unix/sysv/linux/i386/pread.c: Removed, we can use the
9387         normal version now.
9388         * sysdeps/unix/sysv/linux/i386/pwrite.c: Likewise.
9389         * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
9390         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
9391         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
9392         * sysdeps/unix/sysv/linux/arm/pread.c: Likewise.
9393         * sysdeps/unix/sysv/linux/arm/pwrite.c: Likewise.
9395         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Check
9396         endianness to decide how to pass arguments.
9397         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
9399         * elf/vismain.c: Use test-skeleton interface.
9400         (TEST_FUNCTION): New macro.
9401         (do_test): Renamed from main.
9403 2000-05-27  Ulrich Drepper  <drepper@redhat.com>
9405         * sysdeps/posix/getaddrinfo.c (gaih_inet): If req->ai_family ==
9406         AF_UNSPEC don't allow the IPv6 lookup to return mapped IPv4 addresses.
9408         * nss/nss_files/files-hosts.c (LINE_PARSER): Simplify.  Correct
9409         handling of AI_V4MAPPED flag.
9411         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): If lookup
9412         of IPv6 address failed and RES_USE_INET6 bit in _res.options is set,
9413         perform lookup for T_A type and tell getanswer_r to convert the
9414         result with new argument.
9415         (_nss_dns_gethostbyaddr_r): Pass zero as new argument to getanswer_r.
9416         Don't convert addresses from IPv4 to IPv6 here.
9417         (getanswer_r): Take new parameter indicating if mapping from IPv4 to
9418         IPv6 is wanted.  Allow qtype and type from reply to disagree if
9419         IPv4 mapping has to be done.  Perform mappings if required by the
9420         caller and not if RES_USE_INET6 bit in _res.options is set.
9421         Add several __builtin_expect.
9423 2000-05-26  Ulrich Drepper  <drepper@redhat.com>
9425         * catgets/open_catalog.c (__open_catalog): Add a few __builtin_expect.
9427         * elf/dl-load.c (_dl_map_object): Don't ignore RPATHs if loader ==
9428         NULL.
9430         * posix/tst-preadwrite.c: Allow parallel execution of
9431         tst-preadwrite and tst-preadwrite64.
9433         * posix/Makefile (tests): Add tst-truncate and tst-truncate64.
9434         * posix/tst-truncate.c: New file.
9435         * posix/tst-truncate64.c: New file.
9437         * sysdeps/unix/sysv/linux/pread64.c: The little/big endian code
9438         was switched.
9440         * posix/Makefile (tests): Add tst-preadwrite64.
9441         * posix/tst-preadwrite.c: Alloc file being used also for testing
9442         pread64 and pwrite64.
9443         * posix/tst-preadwrite64.c: New file.
9445 2000-05-26  Andreas Jaeger  <aj@suse.de>
9447         * sysdeps/unix/sysv/linux/ftruncate64.c (ftruncate64): Make order
9448         of arguments dependend on endianness.
9449         * sysdeps/unix/sysv/linux/truncate64.c: Likewise.
9451         * sysdeps/unix/sysv/linux/i386/pread64.c: Removed, we can use the
9452         normal version now.
9453         * sysdeps/unix/sysv/linux/arm/pread64.c: Likewise.
9454         * sysdeps/unix/sysv/linux/arm/pwrite64.c: Likewise.
9455         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
9456         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
9458         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Check
9459         endianness to check how to pass argument.
9460         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
9462         * elf/ldconfig.h: Update parameter list for process_elf_file.
9464         * sysdeps/unix/sysv/linux/sparc/readelflib.c (process_elf_file):
9465         Add parameter file_length and pass it ot process_elf*file.
9467         * sysdeps/generic/readelflib.c (check_ptr): New.
9468         (process_elf_file): Use check_ptr to check all accesses to the
9469         mmapped file. Add parameter file_length.
9471         * elf/readlib.c (known_libs): Use <gnu/lib-names.h> to specify
9472         library names.
9474         * sunrpc/xdr_intXX_t.c (xdr_uint8_t): Fix conversion.
9475         Closes PR libc/1573, reported by Bradley White
9476         <bww@laurelnetworks.com>.
9478 2000-05-25  Ulrich Drepper  <drepper@redhat.com>
9480         * sysdeps/i386/fpu/bits/mathinline.h: Define expm1 inline only if
9481         __FAST_MATH__ is defined.
9483 2000-05-22  Andreas Jaeger  <aj@suse.de>
9485         * math/Makefile: Add -D__FAST_MATH__ to CFLAGS-test-ifloat.c,
9486         CFLAGS-test-idouble.c, CFLAGS-test-ildoubl.c.
9488         * manual/math.texi (FP Function Optimizations): Document gcc
9489         -ffast-math behaviour with mathinlines.
9491         * sysdeps/i386/fpu/bits/mathinline.h: Only use save inline
9492         functions unless -ffast-math is given to gcc.
9494 2000-05-23  Jakub Jelinek  <jakub@redhat.com>
9496         * sysdeps/i386/fpu/bits/mathinline.h (__sincos, __sincosf,
9497         __sincosl): Guard with __USE_GNU.
9499 2000-05-24  Ulrich Drepper  <drepper@redhat.com>
9501         * csu/Makefile (routines): Add check_fds.
9502         * elf/rtld.c (dl_main): Call __libc_check_standard_fds for SUID
9503         binaries.  Add various __builtin_expect.
9504         * sysdeps/generic/libc-start.c: Move check_fds and helper functions...
9505         * sysdeps/generic/check_fds.c: ...here.  New file.
9507         * malloc/malloc.c (ptmalloc_init): Only enable debugging for SUID
9508         binaries if file /etc/suid-debug is available.
9510         * locale/programs/ld-collate.c (struct element_t): Add mbseqorder
9511         and wcseqorder members.
9512         (struct locale_collate_t): Likewise.
9513         (collate_finish): Assign collation sequence value to each character.
9514         Create tables for output.
9515         (collate_output): Write out tables with collation sequence information.
9516         * locale/C-collate.c: Provide C locale data for collation sequence
9517         table.
9518         * locale/langinfo.h: Add _NL_COLLATE_COLLSEQMB and
9519         _NL_COLLATE_COLLSEQWC.
9520         * locale/categories.def: Add entries for _NL_COLLATE_COLLSEQMB and
9521         _NL_COLLATE_COLLSEQWC.
9522         * posix/fnmatch.c: Define SUFFIX and WIDE_CHAR_VERSION before
9523         include fnmatch_loop.c.
9524         * posix/fnmatch_loop.c: Don't use strcoll while determining whether
9525         character is matched by range expression.  Use collation sequence
9526         table.  Outside glibc fall back on simple character value comparison.
9528 2000-05-24  Andreas Jaeger  <aj@suse.de>
9530         * sysdeps/mips/elf/start.S (ENTRY_POINT): Align stack for double
9531         words.
9533         * intl/Makefile: Run gettext-test only if msgfmt is available.
9535         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_LDT_WORKS):
9536         Define it for newer kernels.
9538 2000-05-23  Ulrich Drepper  <drepper@redhat.com>
9540         * elf/dl-sym.c: Minor cleanups.
9542         * configure.in: Add test for .protected.
9543         * config.make.in: Add have-protected variable.
9544         * elf/Makefile (tests): Add $(tests-vis-$(have-protected)).
9545         (tests-vis-yes): Add vismain.
9546         (modules-names): Add $(modules-vis-$(have-protected)).
9547         (modules-vis-yes): Add vismod1, vismod2, and vismod3.
9548         Add rules to generate and run vismain.
9549         * elf/vismain.c: New file.
9550         * elf/vismod1.c: New file.
9551         * elf/vismod2.c: New file.
9552         * elf/vismod3.c: New file.
9554 2000-05-23  Andreas Jaeger  <aj@suse.de>
9556         * stdio-common/tfformat.c (sprint_doubles): Add testcase for %a.
9558         * manual/search.texi (Array Sort Function): Document that qsort is
9559         not necessarily in-place.
9561         * sunrpc/rpc_main.c (parseargs): Don't accept -M and -N.
9562         Closes PR libc/1731.
9564         * csu/munch-tmpl.c (__libc_init): Remove K&R support.
9565         * dirent/scandir64.c: Likewise.
9566         * pwd/getpw.c: Likewise.
9567         * stdlib/bsearch.c (bsearch): Likewise.
9568         * stdlib/tst-strtoll.c: Likewise.
9569         * localedata/collate-test.c: Likewise.
9570         * localedata/xfrm-test.c: Likewise.
9571         * posix/bsd-getpgrp.c: Likewise.
9572         * sysdeps/alpha/fpu/bits/fenv.h: Likewise.
9573         * sysdeps/generic/bits/siginfo.h: Likewise.
9574         * sysdeps/generic/bits/sockaddr.h: Likewise.
9575         * sysdeps/generic/sys/swap.h: Likewise.
9576         * sysdeps/generic/sys/sysinfo.h: Likewise.
9577         * sysdeps/generic/vfork.c: Likewise.
9578         * sysdeps/m68k/fpu/switch/68881-sw.h: Likewise.
9579         * sysdeps/mach/hurd/fdopen.c: Likewise.
9580         * sysdeps/unix/sysv/linux/alpha/sys/acct.h: Likewise.
9581         * sysdeps/unix/sysv/linux/poll.c: Likewise.
9582         * sysdeps/unix/sysv/linux/readv.c: Likewise.
9583         * sysdeps/unix/sysv/linux/writev.c: Likewise.
9584         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
9585         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
9586         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: Likewise.
9588         * misc/tst-dirname.c: Remove K&R support, use ANSI C prototypes.
9589         * shadow/lckpwdf.c: Likewise.
9590         * stdlib/tst-strtol.c: Likewise.
9591         * sysdeps/generic/tcsetattr.c: Likewise.
9592         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
9593         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
9595 2000-05-22  Jakub Jelinek  <jakub@redhat.com>
9597         * elf/dl-load.c (_dl_init_paths): If env_path_list has 0 elements,
9598         free it and set to (void *) -1.
9600 2000-05-22  Jakub Jelinek <jakub@redhat.com>
9602         * stdio-common/vfscanf.c (__vfscanf): Remove bogus check if '-' is
9603         not the second character in the range.
9604         * stdio-common/tstscanf.c (main): Add testcase for the above.
9605         Reported by jik@kamens.brookline.ma.us.
9607 2000-05-21  H.J. Lu  <hjl@gnu.org>
9609         * elf/do-lookup.h (do_lookup_versioned): Replace reloc_type parameter
9610         with noexec and noplt parameter.
9611         (do_lookup): Likewise.
9613         * elf/dl-lookup.c (_dl_lookup_symbol): Change for new parameters of
9614         do_lookup.  Support STV_PROTECTED.
9615         (_dl_lookup_symbol_skip): Likewise.
9616         (_dl_lookup_versioned_symbol): Likewise.
9617         (_dl_lookup_versioned_symbol_skip): Likewise.
9619         * elf/dl-reloc.c (RESOLVE): Check STB_LOCAL instead of ST_VISIBILITY.
9621         * elf/dl-runtime.c (profile_fixup): Fix a typo in comment.
9623 2000-05-21  Jakub Jelinek  <jakub@redhat.com>
9625         * sysdeps/arm/bits/huge_val.h: Prereq gcc 2.96+, not 2.95.
9626         * sysdeps/i386/bits/huge_val.h: Likewise.
9627         * sysdeps/ieee754/bits/huge_val.h: Likewise.
9628         * sysdeps/m68k/bits/huge_val.h: Likewise.
9629         * sysdeps/sparc/sparc32/bits/huge_val.h: Likewise.
9630         * sysdeps/sparc/sparc64/bits/huge_val.h: Likewise.
9632 2000-05-22  Andreas Jaeger  <aj@suse.de>
9634         * iconv/tst-iconv1.c (main): Remove const from inbuf to follow
9635         change in iconv.h.
9637 2000-05-19  Andreas Jaeger  <aj@suse.de>
9639         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h
9640         (SYSCALL_ERROR_HANDLER): Remove unneeded syscall_error which
9641         breaks compilation without linuxthreads.
9643 2000-05-21  Ulrich Drepper  <drepper@redhat.com>
9645         * sysdeps/ia64/memccpy.S: New file.
9646         * sysdeps/ia64/memchr.S: New file.
9647         * sysdeps/ia64/memcmp.S: New file.
9648         * sysdeps/ia64/memcpy.S: New file.
9649         * sysdeps/ia64/memmove.S: New file.
9650         * sysdeps/ia64/memset.S: New file.
9651         * sysdeps/ia64/strcat.S: New file.
9652         * sysdeps/ia64/strchr.S: New file.
9653         * sysdeps/ia64/strcmp.S: New file.
9654         * sysdeps/ia64/strcpy.S: New file.
9655         * sysdeps/ia64/strlen.S: New file.
9656         * sysdeps/ia64/strncmp.S: New file.
9657         * sysdeps/ia64/strncpy.S: New file.
9658         * sysdeps/ia64/softpipe.h: New file.
9659         Patches by Dan Pop <Dan.Pop@cern.ch>.
9661         * manual/memory.texi: Document memory handling functions (mlock,
9662         munlock, mlockall, munlockall, brk, and sbrk)
9663         * manual/time.texi: Document timespec and friends.
9664         * manual/conf.texi: Fix references.
9665         * manual/ctype.texi: Likewise.
9666         * manual/errno.texi: Likewise.
9667         * manual/intro.texi: Likewise.
9668         * manual/locale.texi: Likewise.
9669         * manual/sysinfo.texi: Likewise.
9670         Patches by Bryan Henderson <bryanh@giraffe-data.com>.
9672 2000-05-09  Jes Sorensen  <jes@linuxcare.com>
9674         * sysdeps/ia64/dl-machine.h: Move DL_SYMBOL_ADDRESS definition to...
9675         * sysdeps/ia64/dl-lookupcfg.h: ...here.
9677 2000-05-21  Jakub Jelinek  <jakub@redhat.com>
9679         * sysdeps/unix/sysv/linux/scsi/sg.h (sg_io_hdr_t): Remove duplicate
9680         dxfer_direction.
9682 2000-05-21  Ulrich Drepper  <drepper@redhat.com>
9684         * locale/locale.h (struct lconv): Add new elements from ISO C99.
9685         * locale/localeconv.c: Initialize new elements from ISO C99.
9686         * locale/langinfo.h: Remove _NL_MONETARY prefix from descriptors for
9687         new standard elements.
9688         * locale/categories.def: Adjust accordingly.
9690         * iconv/iconv.h (iconv): Remove const from inbuf parameter.
9691         * iconv/iconv.c: Likewise.
9692         * conform/data/iconv.h-data: Likewise.
9693         * iconv/iconv_prog.c (process_block): Remove const from second
9694         parameter.
9695         (main): Remove const from addr definition.
9696         * manual/charset.texi (Generic Conversion Interface): Remove from
9697         inbuf parameter of iconv.
9699         * intl/dcigettext.c: Fix typo in comment.
9701 2000-05-20 2000  H.J. Lu  <hjl@gnu.org>
9703         * resolv/res_libc.c (_res): Initialize _sock to -1.
9705 2000-05-18  Jakub Jelinek  <jakub@redhat.com>
9707         * libio/iofopncook.c (_IO_fopencookie): Renamed from fopencookie.
9708         (fopencookie@@GLIBC_2.2): New.
9709         (_IO_old_cookie_seek, _IO_old_fopencookie, _IO_old_cookie_jumps): New.
9710         (fopencookie@GLIBC_2.0): New.
9711         * libio/Versions: Add fopencookie to GLIBC_2.2.
9713 2000-05-18  Andreas Jaeger  <aj@suse.de>
9715         * sunrpc/rpc_main.c (parseargs): Don't accept -M and -N.
9716         Closes PR libc/1731.
9718         * manual/arith.texi (Parsing of Integers): Fix typo.
9719         Closes PR libc/1744, reported by blp@gnu.org.
9721 2000-05-17  Jakub Jelinek  <jakub@redhat.com>
9723         * sysdeps/arm/bits/huge_val.h (HUGE_VAL, HUGE_VALF): Add
9724         __extension__ to hexadecimal floating constant notation.
9725         * sysdeps/i386/bits/huge_val.h (HUGE_VAL, HUGE_VALF, HUGE_VALL):
9726         Likewise.
9727         * sysdeps/ieee754/bits/huge_val.h (HUGE_VAL, HUGE_VALF): Likewise.
9728         * sysdeps/m68k/bits/huge_val.h (HUGE_VAL, HUGE_VALF, HUGE_VALL):
9729         Likewise.
9730         * sysdeps/sparc/sparc64/bits/huge_val.h (HUGE_VAL, HUGE_VALF,
9731         HUGE_VALL): Likewise.
9732         * sysdeps/sparc/sparc32/bits/huge_val.h (HUGE_VAL, HUGE_VALF,
9733         HUGE_VALL): Likewise.
9734         (HUGE_VALL): Set to HUGE_VAL on sparc32.
9736 2000-05-17  Andreas Jaeger  <aj@suse.de>
9738         * string/envz.h: Add pure attributes if possible.
9740         * string/argz.h: argz_count is a pure function.
9742         * string/strings.h: Add pure and const attributes if possible.
9744         * sysdeps/generic/memmem.c (memmem): Check arguments to avoid
9745         possibly searching through the whole memory.
9746         Closes PR libc/1730, reported by Greg Hudson <ghudson@mit.edu>.
9748 2000-05-17  Jakub Jelinek  <jakub@redhat.com>
9750         * sysdeps/generic/dl-cache.h (_DL_CACHE_DEFAULT_ID): Only define if
9751         not yet defined.
9752         (_dl_cache_check_flags): Likewise.
9753         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-cache.h: include_next
9754         dl-cache.h.
9756 2000-05-17  Andreas Jaeger  <aj@suse.de>
9758         * manual/creature.texi (Feature Test Macros): Remove paragraph
9759         since the description is wrong.
9760         Closes PR libc/1691, reported by Geoff Clare <gwc@unisoft.com>.
9762         * scripts/config.sub: New version.
9763         * scripts/config.guess: Likewise.
9764         * manual/texinfo.tex: Likewise.
9766         * time/test_time.args: Removed.
9767         * time/Makefile (test_time-ARGS): Added contents here instead.
9769         * posix/tstgetopt.args: Removed.
9770         * posix/Makefile (tstgetopt-ARGS): Added contents here instead.
9772         * Rules: Allow arguments for test files to be specified in
9773         Makefile with testname-ARGS; remove rules with .args in it.
9775         * dirent/Makefile (opendir-tst1-ARGS): Use this for opendir-tst1,
9776         remove old bogus rule for opendir-tst1.args.
9778         * stdlib/test-canon.c: Rewrite to use test-skeleton.c.
9780         * stdlib/Makefile (test-canon-ARGS): New, supply argument to chdir
9781         into objdir.  This allows a readonly sourcetree.
9782         Reported by lrgallardo@yahoo.com, closes PR libc/1421.
9784 2000-05-16  Andreas Jaeger  <aj@suse.de>,
9785             David Huggins-Daines <dhd@linuxcare.com>
9787         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Set
9788         cache_data in case of only new cache format correctly.
9790         * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Align struct
9791         cache_file_new.
9793         * sysdeps/generic/dl-cache.h (ALIGN_CACHE): New macro to align
9794         struct cache_file_new.
9796         * elf/cache.c (save_cache): Fix str_offset if only new cache is
9797         present.
9799         * elf/cache.c (save_cache): Align struct new_file_cache.
9800         (print_cache): Likewise.
9802 2000-05-13  Jakub Jelinek  <jakub@redhat.com>
9804         * elf/soinit.c (__libc_global_ctors): Move
9805         __pthread_initialize_minimal call out of HAVE_DWARF2_* defines.
9806         * resolv/resolv.h (__res_state): Added __attribute__((const)).
9807         (_res): If __RES_PTHREAD_INTERNAL is defined, declare it as
9808         variable, don't define it to __res_state call.
9810 2000-05-13  Andreas Jaeger  <aj@suse.de>
9812         * sysdeps/unix/sysv/linux/bits/socket.h (PF_PPPOX): New, from
9813         Linux 2.3.99pre7.
9814         (AF_PPPOX): Likewise.
9815         * sysdeps/unix/sysv/linux/mips/bits/socket.h (PF_PPPOX): Likewise.
9816         (AF_PPPOX): Likewise.
9818 2000-05-12  Andreas Jaeger  <aj@suse.de>
9820         * inet/netinet/in.h (IN6_ARE_ADDR_EQUAL): Correct indices.
9821         Reported by tmoestl@gmx.net, closes PR libc/1732.
9823 2000-05-11  Jan Hubicka  <jh@suse.cz>
9825         * misc/sys/cdefs.h: Add support for pure attribute.
9827         * include/string.h: Add __attribute_pure__ to various functions.
9828         * string/string.h: Likewise.
9830 2000-05-10  Jakub Jelinek  <jakub@redhat.com>
9832         * elf/dl-reloc.c (_dl_reloc_bad_type): Sync messages with plt
9833         argument.
9834         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
9835         R_SPARC_UA64.
9836         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: New file.
9838 2000-05-10  Jakub Jelinek  <jakub@redhat.com>
9840         * elf/dl-reloc.c (_dl_reloc_bad_type): Write type into the message
9841         at proper place.  Compute the high nibble correctly.
9843 2000-05-09  Jakub Jelinek  <jakub@redhat.com>
9845         * elf/ldconfig.c: Include elf.h.
9847         * elf/dl-sym.c (_dl_sym): Test ref not result for non-zero.
9848         (_dl_vsym): Likewise.
9849         Reported by Owen Taylor <otaylor@redhat.com>.
9851         * elf/dl-deps.c (_dl_map_object_deps): Zero terminate L->l_initfini
9852         always.
9854 2000-05-08  Andreas Jaeger  <aj@suse.de>
9856         * include/libintl.h: Add prototype for __bind_textdomain_codeset.
9858         * intl/bindtextdom.c (set_binding_values): Add prototype.
9860 2000-05-08  Jakub Jelinek  <jakub@redhat.com>
9862         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Fix arguments in
9863         call to elf_machine_fixup_plt.
9864         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
9865         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
9867 2000-05-08  Jakub Jelinek  <jakub@redhat.com>
9869         * elf/dl-fini.c (_dl_fini): Bump l_opencount of all objects so that
9870         they are not dlclose'd from underneath us.
9872 2000-05-08  Andreas Schwab  <schwab@suse.de>
9874         * posix/execle.c: Fix size parameter of memcpy.
9876 2000-05-08  Andreas Schwab  <schwab@suse.de>
9878         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: New file.  Use
9879         getpagesize syscall if available.
9881 2000-05-08  Andreas Jaeger  <aj@suse.de>
9883         * sysdeps/generic/lockf64.c (lockf64): Return -1 for overflow and
9884         set errno.
9886 2000-05-08  Jakub Jelinek  <jakub@redhat.com>
9888         * elf/dl-lookup.c (add_dependency): Reallocate l_reldeps in
9889         sizeof(struct link_map *) chunks, not in bytes.
9891 2000-05-07  Ulrich Drepper  <drepper@redhat.com>
9893         * locale/Makefile (locale-CPPFLAGS): Renamed from CPPFLAGS.  It's
9894         only needed for locale.
9895         * catgets/Makefile (catgets-CPPFLAGS): Renamed from CPPFLAGS.
9896         It's only needed for catgets.
9897         Patches by Greg McGary <gkm@eng.ascend.com>.
9899 2000-05-07  Mark Kettenis  <kettenis@gnu.org>
9901         * nss/nss_db/db-open.c: Cleanup and add comments.  Pretty print.
9902         Remove duplicate <errno.h> include.  Remove inclusion of
9903         <libintl.h> and "nsswitch.h".
9904         (set_cloexec_flag): New function, broken out of dbopen.
9905         (dbopen): Changed return type to `enum
9906         nss_status'.  Mostly rewritten to make sure that we do not report
9907         NSS_STATUS_SUCCESS if something went wrong.  Remove unnecessary casts.
9908         (internal_setent): Change return type to nss_status.
9909         Document, and make sure that the function
9910         behaves accordingly.  Make dynamically loading the database
9911         library really thread-safe and return NSS_STATUS_UNAVAIL if it
9912         failed.
9913         (db_cursor): Return ENOMEM is memory allocation failed.  Remove
9914         unecessary casts.
9915         * nss/nss_db/dummy-db.h: Add copyright notice.  Improve
9916         documentation.
9917         (struct dbc24, struct dbc27): Use DBT type in parameter lists for
9918         c_get function member.
9919         * nss/nss_db/nss_db.h: Add and tweak some comments.
9920         (DBT): Move typedef before NSS_DBC typedef.
9921         (NSS_DBC, NSS_DB): Use DBT in function member parameter lists.
9923 2000-05-07  H.J. Lu  <hjl@gnu.org>
9925         * csu/initfini.c: Moved to ....
9926         * sysdeps/generic/initfini.c: ...here.
9928         * csu/Makefile (initfini.c): Set vpath to $(full_config_sysdirs).
9930 2000-05-07  Ulrich Drepper  <drepper@redhat.com>
9932         * manual/resource.texi: Document POSIX scheduling functions.
9933         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
9935         * inet/rcmd.c (rcmd_af): errno is not set if read returns without
9936         reading anything.  Reported by Andries.Brouwer@cwi.nl.
9938         * sysdeps/generic/memccpy.c (__memccpy): Don't use reg_char type
9939         for x since promotion in comparison might leads to unexpected
9940         results.  Reported by Dan Pop <Dan.Pop@cern.ch>.
9942         * iconv/Makefile (tests): Add tst-iconv1.
9943         * iconv/tst-iconv1.c: New file.
9944         * iconv/gconv_simple.c (internal_ucs4_loop): Prefer reporting
9945         empty input buffer over full output buffer.
9946         (ucs4_internal_loop): Likewise.
9947         (ucs4_internal_loop_unaligned): Likewise.
9948         (internal_ucs4le_loop): Likewise.
9949         (internal_ucs4le_loop_unaligned): Likewise.
9950         (ucs4le_internal_loop): Likewise.
9951         (ucs4le_internal_loop_unaligned): Likewise.
9952         Reported by yaoz@nih.gov.
9954 2000-05-06  Bruno Haible  <haible@clisp.cons.org>
9956         * iconv/gconv_open.c (__gconv_open): If __gconv_find_transform
9957         returned != __GCONV_OK, there is nothing to clean up.
9959 2000-05-06  Bruno Haible  <haible@clisp.cons.org>
9961         * intl/tst-gettext.c (main): Disable possibly existing LC_CTYPE and
9962         OUTPUT_CHARSET environment variables.
9964 2000-05-06  Andreas Jaeger  <aj@suse.de>
9966         * sysdeps/generic/dl-cache.h (struct file_entry_new): New.
9967         (struct cache_file_new): New.
9968         (struct file_entry): New (moved from cache.c).
9969         (struct cache_file): New (moved from cache.c).
9971         * sysdeps/generic/dl-cache.c (SEARCH_CACHE): New macro, broken out
9972         from _dl_load_cache_lookup.
9973         (_dl_load_cache_lookup): Move search to SEARCH_CACHE macro, handle
9974         the different cache formats.
9975         New variable cache_new for new format.
9977         * elf/ldconfig.h: Change according to changes in cache.c and
9978         ldconfig.c; remove cache_libcmp; add opt_format.
9980         * elf/ldconfig.c: Include "dl-cache.h" and "dl-procinfo.h"; remove
9981         stuff that's defined in those headers.
9982         Add hwcap to struct lib_entry.
9983         (opt_format): New variable to select cache format.
9984         (options): Add format parameter.
9985         (is_hwcap): New function.
9986         (path_hwcap): New function.
9987         (parse_opt): Handle new format parameter.
9988         (search_dir): Handle hwcap, search also subdirectories with hwcap.
9990         * elf/cache.c (_GNU_SOURCE): Removed.  Not needed anymore since
9991         ldconfig is part of glibc.
9992         Include dl-cache.h and remove stuff that's defined there.
9993         (struct cache_entry): Add new member hwcap.
9994         (print_entry): Print hwcap, cleanup a bit.
9995         (print_cache): Print new and old formats.
9996         (compare): Use _dl_cache_libcmp from dl-cache.h; handle hwcap.
9997         (save_cache): Save new and old formats.
9998         (add_to_cache): Handle hwcap.
10000         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Moved from here...
10001         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): ...to here.
10002         * sysdeps/generic/dl-cache.c (LD_SO_CACHE): Moved from here...
10003         * sysdeps/generic/dl-cache.h (LD_SO_CACHE): ...to here.
10004         * sysdeps/generic/dl-cache.c (CACHEMAGIC): Moved from here...
10005         * sysdeps/generic/dl-cache.h (CACHEMAGIC): ...to here.
10007 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
10009         * intl/dcigettext.c (alignof): New macro.
10010         (_nl_find_msg): Use it instead of __alignof__. Pass correct output
10011         buffer length to __gconv/iconv. If malloc (freemem_size) fails, set
10012         freemem_size to 0.
10014 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
10016         * intl/dcigettext.c (dcigettext): Fix interpretation of tsearch
10017         return value.
10019 2000-05-06  Ulrich Drepper  <drepper@redhat.com>
10021         * intl/dcigettext.c (DCIGETTEXT): Always define local variable `index'.
10022         (mempcpy): Correct typo is parameter list.
10024 2000-05-06  Andreas Jaeger  <aj@suse.de>
10026         * sysdeps/i386/fpu/bits/mathinline.h: Disable some inline
10027         functions unless -ffast-math is given to gcc.
10029 2000-05-06  Ulrich Drepper  <drepper@redhat.com>
10031         * po/ko.po: Update from translation team.
10033 2000-05-05  Ulrich Drepper  <drepper@redhat.com>
10035         * sysdeps/unix/sysv/aix/linux/errnoconv.c: Moved to...
10036         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: ...here.
10037         * sysdeps/unix/sysv/aix/linux/statconv.c: Moved to...
10038         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: ...here.
10039         * sysdeps/unix/sysv/aix/linux/direntconv.c: Moved to...
10040         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: ...here.
10042         * sysdeps/unix/sysv/aix/linux/linux-errno.h: Removed.
10043         * sysdeps/unix/sysv/aix/linux/linux-stat.h: Removed
10044         * sysdeps/unix/sysv/aix/linux/linux-dirent.h: Removed.
10046         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: New file.
10047         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: New file.
10048         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: New file.
10049         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: New file.
10051         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: New file.
10052         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: New file.
10054 2000-05-05  Jes Sorensen  <jes@linuxcare.com>
10056         * sysdeps/unix/sysv/linux/ia64/sysdep.h: New file.
10057         * sysdeps/unix/sysv/linux/ia64/syscall.S: New file.
10059         * sysdeps/unix/sysv/linux/ia64/bits/types.h: New file.
10060         * sysdeps/unix/sysv/linux/ia64/bits/endian.h: New file.
10062         * sysdeps/ia64/Implies: New file.
10063         * sysdeps/ia64/Versions: New file.  Declare _dl_symbol_address.
10064         * sysdeps/ia64/Makefile: New file.
10065         * sysdeps/ia64/gmp-mparam.h: New file,
10067         * sysdeps/ia64/elf/start.S: New file.
10069         * sysdeps/ia64/bits/fenv.h: New file.
10071 2000-05-05  David Mosberger-Tang  <davidm@hpl.hp.com>
10073         * sysdeps/unix/sysv/linux/ia64/sysdep.S: New file.
10075 2000-04-26  Jes Sorensen  <Jes.Sorensen@cern.ch>
10077         * sysdeps/unix/sysv/linux/ia64/bits/elfclass.h: New file.  The
10078         ia64 has 64 bit .hash entries just as the Alpha.
10080 2000-04-25  Jes Sorensen  <Jes.Sorensen@cern.ch>
10082         * sysdeps/ia64/memprof.h: New file.  Provide GETSP() macro.
10084 2000-04-17  Jes Sorensen  <Jes.Sorensen@cern.ch>
10086         * sysdeps/ia64/fpu/fclrexcpt.c: New file.
10087         * sysdeps/ia64/fpu/fedisblxcpt.c: New file.
10088         * sysdeps/ia64/fpu/feenablxcpt.c: New file.
10089         * sysdeps/ia64/fpu/fegetenv.c: New file.
10090         * sysdeps/ia64/fpu/fegetexcept.c: New file.
10091         * sysdeps/ia64/fpu/fegetround.c: New file.
10092         * sysdeps/ia64/fpu/feholdexcpt.c: New file.
10093         * sysdeps/ia64/fpu/fesetenv.c: New file.
10094         * sysdeps/ia64/fpu/fesetround.c: New file.
10095         * sysdeps/ia64/fpu/feupdateenv.c: New file.
10096         * sysdeps/ia64/fpu/fgetexcptflg.c: New file.
10097         * sysdeps/ia64/fpu/fraiseexcpt.c: New file.
10098         * sysdeps/ia64/fpu/fsetexcptflg.c: New file.
10099         * sysdeps/ia64/fpu/ftestexcept.c: New file.
10101 2000-05-05  Andreas Jaeger  <aj@suse.de>
10103         * misc/tst-tsearch.c (main): Correct type for initstate argument.
10105         * sysdeps/generic/dl-procinfo.h (_DL_HWCAP_COUNT): New.
10106         (_dl_string_hwcap): New, does nothing.
10108         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_DL_HWCAP_COUNT): New.
10109         (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
10110         (_dl_string_hwcap): New function, converts from string to hwcap
10111         encoding.
10112         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h
10113         (_DL_HWCAP_COUNT): New.
10114         (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
10115         (_dl_string_hwcap): New function, converts from string to hwcap
10116         encoding.
10117         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h
10118         (_DL_HWCAP_COUNT): New.
10119         (_dl_procinfo): Use _DL_HWCAP_COUNT instead of a constant.
10120         (_dl_string_hwcap): New function, converts from string to hwcap
10121         encoding.
10123 2000-05-05  Ulrich Drepper  <drepper@redhat.com>
10125         * elf/Makefile (distribute): Add dl-lookupcfg.h.
10126         * sysdeps/ia64/Dist: New file.
10128         * elf/dl-load.c (_dl_map_object_from_fd): Little of computation of
10129         parameter to mprotect and for variable assignments.
10131 2000-05-03  Jes Sorensen  <jes@linuxcare.com>
10133         * sysdeps/generic/ldsodefs.h (LOOKUP_VALUE_ADDRESS): Check the
10134         validity of map before dereferencing it.
10136         * elf/dl-reloc.c (RESOLVE_MAP): Define.
10138 2000-05-02  Jes Sorensen  <jes@linuxcare.com>
10140         * elf/dl-runtime.c (fixup): Add the value returned in the symbol
10141         lookup to the arguments to elf_machine_fixup_plt().
10143         * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add Link_map
10144         of the symbol being resolved to input argument list and make the
10145         function return the pointer to the reloc.
10147         * sysdeps/alpha/dl-machine.h (elf_machine_fixup_plt): Change
10148         return valuie to lookup_t and return the value.
10149         * sysdeps/arm/dl-machine.h (elf_machine_fixup_plt): Likewise.
10150         * sysdeps/generic/dl-machine.h (elf_machine_fixup_plt): Likewise.
10151         * sysdeps/i386/dl-machine.h (elf_machine_fixup_plt): Likewise.
10152         * sysdeps/m68k/dl-machine.h (elf_machine_fixup_plt): Likewise.
10153         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_fixup_plt): Likewise.
10154         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Likewise.
10156         * sysdeps/powerpc/dl-machine.h (elf_machine_fixup_plt): Likewise.
10157         Make it an inline function returning value after calling
10158         __elf_machine_fixup_plt().
10160         * elf/dl-sym.c (_dl_vsym): Use DL_SYMBOL_ADDRESS() to obtain the
10161         symbol address.
10163         * elf/dl-symbol.c (_dl_symbol_value): Use LOOKUP_VALUE_ADDRESS to
10164         obtain the symbol address.
10166         * sysdeps/generic/ldsodefs.h: Add generic DL_SYMBOL_ADDRESS() macro
10167         depending on the definition of ELF_FUNCTION_PTR_IS_SPECIAL.
10169         * sysdeps/ia64/dl-machine.h: Add DL_SYMBOL_ADDRESS() macro calling
10170         _dl_symbol_address() - this way DL_SYMBOL_ADDRESS() turns into an
10171         inline on non ia64.
10173 2000-04-28  Jes Sorensen  <jes@linuxcare.com>
10175         * elf/dl-runtime.c (fixup): Use the portable macros to get the
10176         symbol address of an object.
10178         * elf/dl-runtime.c (fixup-profile): Use the portable macros to get
10179         the symbol address of an object.
10181         * elf/dl-libc.c (struct do_dlsym_args): Change loadbase to a lookup_t.
10182         * elf/dl-lookup.c (_dl_lookup_symbol): Likewise.
10183         (_dl_lookup_symbol_skip): Likewise.
10184         (_dl_lookup_versioned_symbol): Likewise.
10185         (_dl_lookup_versioned_symbol_skip): Likewise.
10187 2000-04-27  Jes Sorensen  <jes@linuxcare.com>
10189         * elf/rtld.c (_dl_start): Get the function pointer return address
10190         via _dl_start_address for architectures that need a function
10191         pointer descriptor rather than just a pointer (ia64).
10193         * sysdeps/generic/dl-lookupcfg.h: New file.
10194         * sysdeps/ia64/dl-lookupcfg.h: New file.
10195         * sysdeps/ia64/dl-machine.h: New file.
10196         * sysdeps/ia64/dl-symaddr.c: New file.
10197         * sysdeps/ia64/dl-fptr.c: New file.
10199         * elf/elf.h: Add IA-64 specific definitions.
10201 2000-05-04  Jakub Jelinek  <jakub@redhat.com>
10203         * sysdeps/generic/bits/confname.h (_SC* enum): Avoid comma at the
10204         end of enum.
10206 2000-05-04  Jakub Jelinek  <jakub@redhat.com>
10208         * iconv/gconv.h (__gconv_t): Add __extension__ to make gcc -pedantic
10209         happy.
10211 2000-04-11  Geoff Keating  <geoffk@cygnus.com>
10213         * sysdeps/powerpc/dl-start.S (_dl_start): Add _dl_start_user
10214         symbol.  Call _dl_init rather than the old way.
10216 2000-05-04  Ulrich Drepper  <drepper@redhat.com>
10218         * elf/dl-open.c (dl_open_worker): Use l_map_start and l_map_end to
10219         test for pointer in range of DSO address space.
10221 2000-05-04  Andreas Jaeger  <aj@suse.de>
10223         * nscd/pwdcache.c (addpwbyname): Initialize oldeuid to silence GCC.
10225 2000-05-03  Ulrich Drepper  <drepper@redhat.com>
10227         * locale/findlocale.c (_nl_find_locale): Add new parameter to
10228         calls of _nl_make_l10nflist.
10230         * libio/stdio.h: Make fseeko and ftello prototypes available is
10231         __USE_LARGEFILE.  Patch by Paul Eggert <eggert@twinsun.com>.
10233         * sysdeps/generic/dl-environ.c (unsetenv): Follow change to the
10234         real unsetenv implementation from 1999-07-29 [PR libc/1714].
10236 2000-05-03  Bruno Haible  <haible@clisp.cons.org>
10238         * intl/dcigettext.c (dcigettext): Do the defaulting of 'domainname'
10239         before calling tfind.
10241 2000-03-05  Jakub Jelinek  <jakub@redhat.com>
10243         * resolv/resolv.h (res_querydomain): Remove redefinition to
10244         __res_querydomain (reported by Owen Taylor <otaylor@redhat.com>).
10246 2000-05-03  Ulrich Drepper  <drepper@redhat.com>
10248         * po/gl.po: Update from translation team.
10250         * manual/intro.texi (Program Basics): Change section title.
10251         * manual/process.texi: Fix reference.
10252         (Executing a File): Add reference exec in other section.
10253         * manual/signal.texi: Fix reference.
10254         * manual/startup.texi: Document syscall function.
10255         Patches by Bryan Henderson <bryanh@giraffe-data.com>.
10257 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
10259         * intl/libintl.h (bind_textdomain_codeset): New declaration.
10260         * intl/bindtextdom.c (set_binding_values): New function.
10261         (bindtextdomain): Call it.
10262         (bind_textdomain_codeset): New function.
10263         * intl/dcigettext.c (dcigettext): Pass binding to _nl_find_domain.
10264         (free_mem): Free each binding's codeset.
10265         * intl/gettextP.h (struct binding): Add codeset field.
10266         (_nl_find_domain): Add domainbinding argument.
10267         * intl/finddomain.c (_nl_find_domain): Add domainbinding argument.
10268         Pass it to _nl_make_l10nflist.
10269         * intl/loadinfo.h (struct loaded_l10nfile): Add domainbinding field.
10270         (_nl_make_l10nflist): Add domainbinding argument.
10271         * intl/l10nflist.c (_nl_make_l10nflist): Add domainbinding argument.
10272         * intl/loadmsgcat.c (_nl_load_domain): Look at the domainbinding's
10273         codeset when determining outcharset. If !_LIBC && HAVE_ICONV, call
10274         locale_charset().
10275         * manual/message.texi: New node "Charset conversion in gettext".
10277 2000-04-30  Bruno Haible  <haible@clisp.cons.org>
10279         * catgets/open_catalog.c (__open_catalog): Use __builtin_expect where
10280         appropriate.  Handle possible __read error.
10282 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
10284         * intl/gettextP.h (__builtin_expect): Define as empty if not a
10285         compiler builtin.
10286         * intl/loadinfo.h (__builtin_expect): Likewise.
10287         * intl/dcigettext.c (dcigettext, _nl_find_msg): Use
10288         __builtin_expect where appropriate.
10289         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
10290         * intl/localealias.c (extend_alias_table): Return an error indicator.
10291         (read_alias_file): Bail out if extend_alias_table fails.
10293 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
10295         * intl/loadmsgcat.c: Define _GNU_SOURCE as early as possible.
10296         * intl/localealias.c: Likewise.
10298 2000-05-01  Bruno Haible  <haible@clisp.cons.org>
10300         * intl/loadmsgcat.c (_nl_load_domain): Initialize domain->conv_tab.
10301         Initialize domain->plural and domain->nplurals even if there is no
10302         nullentry.
10304 2000-05-01  Bruno Haible  <haible@clisp.cons.org>
10306         * intl/dcigettext.c (_nl_find_msg): Terminate __gconv loop if return
10307         value is == __GCONV_OK or == __GCONV_EMPTY_INPUT, not != __GCONV_OK.
10308         In case of failure, goto converted.
10310 2000-05-01  Bruno Haible  <haible@clisp.cons.org>
10312         * wcsmbs/wcsmbsload.c (norm_add_slashes): Move away.
10313         * iconv/gconv_int.h (norm_add_slashes): Move to here.
10314         * intl/loadmsgcat.c (_nl_load_domain): Normalize strings passed to
10315         __gconv_open.
10317 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
10319         * intl/dcigettext.c (transcmp): Compare the domains as well.
10320         (dcigettext): Call strlen (msgid1) after testing msgid1 against NULL,
10321         not before.
10322         * intl/loadmsgcat.c (_nl_load_domain): Deal with EINTR. Include
10323         <errno.h>.
10325 2000-05-03  Ulrich Drepper  <drepper@redhat.com>
10327         * string/bits/string2.h: Declare __strdup and __strndup if necessary.
10328         Reported by Bruno Haible.
10330 2000-04-29  Bruno Haible  <haible@clisp.cons.org>
10332         * manual/arith.texi: Remove @w from @itemize.
10334 2000-05-02  Andreas Jaeger  <aj@suse.de>
10336         * conform/data/tar.h-data: Add some checks for specific values.
10338         * conform/data/stdlib.h-data: Add checks for value of EXIT_SUCCESS
10339         and RAND_MAX.
10341         * conform/data/stdio.h-data: Add checks for value of TMP_MAX and
10342         FOPEN_MAX.
10344         * conform/data/netinet/in.h-data: Add exact checks for the values
10345         fo INET_ADDRSTRLEN and INET6_ADDRSTRLEN.
10347         * conform/data/float.h-data: Add some minimal values.
10349         * conform/conformtest.pl: Test for macros with string constants,
10350         check for minimum and maximum values.
10351         Add limits.h to headers.
10353         * conform/data/cpio.h-data: Test for value of MAGIC.
10355         * conform/data/limits.h-data: New file.
10357 2000-04-30  Bruno Haible  <haible@clisp.cons.org>
10359         * math/Makefile (headers): Add bits/fenvinline.h.
10361 2000-05-01  Ulrich Drepper  <drepper@redhat.com>
10363         * sysdeps/unix/sysv/aix/linux/linux-dirent.h: New file.
10364         * sysdeps/unix/sysv/aix/linux/direntconv.c: New file.
10366         * posix/Versions: Change posix_spawnattr_getdefault and
10367         posix_spawnattr_setdefault to posix_spawnattr_getsigdefault
10368         and posix_spawnattr_setsigdefault respectively.
10369         * posix/spawn.h: Likewise.
10370         * posix/spawnattr_getdefault.h: Likewise.
10371         * posix/spawnattr_setdefault.h: Likewise.
10372         * conform/data/spawn.h-data: Likewise.
10374 2000-05-01  Andreas Jaeger  <aj@suse.de>
10376         * nscd/nscd.c: Include <grp.h> for setgroups prototype.
10378 2000-04-30  Ulrich Drepper  <drepper@redhat.com>
10380         * manual/sysinfo.texi: Document getdomainname, setdomainname
10381         and sysctl.
10382         * manual/string.texi: Fix typo.
10383         * manual/terminal.texi: Document gtty and stty.
10384         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
10386 2000-04-30  Andreas Jaeger  <aj@suse.de>
10388         * posix/bits/posix1_lim.h (_POSIX_PATH_MAX): Increase to 256 in
10389         accordance with Austin Draft.
10391 2000-04-30  Ulrich Drepper  <drepper@redhat.com>
10393         * catgets/gencat.c (read_input_file): Use isblank and not isspace
10394         to recognize second character in comment line.
10396         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Set errno to
10397         ENOBUFS if we are out of memory.
10399         * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Make
10400         available if __USE_XOPEN2K.
10401         * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
10402         * sysdeps/unix/common/bits/fcntl.h: Likewise.
10403         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
10404         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
10405         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
10406         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
10407         * sysdeps/unix/sysv/aix/bits/fcntl.h: Likewise.
10408         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
10410 2000-04-29  Ulrich Drepper  <drepper@redhat.com>
10412         * iconv/iconv_prog.c (main): Handle input file name "-" correctly.
10413         Recognize option -s, -c, and -l.
10415 2000-04-20  Thorsten Kukuk  <kukuk@suse.de>
10417         * nscd/nscd.c: Start new session for nscd, drop privilegs
10418         to configured user if requested and no -S parameter are used.
10419         * nscd/nscd.conf: Add new option "server-user".
10420         * nscd/nscd_conf.c: Add support for new "server-user" option.
10421         * nscd/nscd.h: Add declaration for server_user variable.
10422         Based on patch by Chris Wing <wingc@engin.umich.edu>
10424 2000-04-29  Mark Kettenis  <kettenis@gnu.org>
10426         * sysdeps/unix/sysv/linux/i386/sigaction.c: Add comment explaining
10427         that changing the __restore and __restore_rt signal return code
10428         will break GDB.
10430 2000-04-29  Mark Kettenis  <kettenis@gnu.org>
10432         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Do not include
10433         <sys/user.h>.
10435 2000-04-29  Mark Kettenis  <kettenis@gnu.org>
10437         * conform/data/ucontext.h-data: Allow ss_* instead of SS_*.
10439 2000-04-29  Ulrich Drepper  <drepper@redhat.com>
10441         * conform/conformtest.pl (@headers): Add sys/utsname.h, sys/un.h,
10442         sys/socket.h, spawn.h, netinet/tcp.h, netinet/in.h, net/if.h, and
10443         arpa/inet.h.
10444         * conform/data/fcntl.h-data: Add F_GETOWN, F_SETOWN,
10445         SEEK_SET, SEEK_CUR, SEEK_END, S_IFMT, S_IFBLK, S_IFCHR, S_IFIFO,
10446         S_IFREG, S_IFDIR, S_IFLNK, S_IFSOCK, S_IRWXU, S_IRUSR S_IWUSR,
10447         S_IXUSR, S_IRWXG, S_IRGRP, S_IWGRP, S_IXGRP, S_IRWXO, S_IROTH,
10448         S_IWOTH, S_IXOTH, S_ISUID, S_ISGID, S_ISVTX, POSIX_FADV_NORMAL,
10449         POSIX_FADV_SEQUENTIAL, POSIX_FADV_RANDOM, POSIX_FADV_WILLNEED,
10450         POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE, posix_fadvise,
10451         posix_fallocate, and posix_madvise.
10452         * conform/data/netdb.h-data: New file.
10453         * conform/data/pthread.h-data: Add pthread_barrier_t,
10454         pthread_barrierattr_t, pthread_barrier_destroy,
10455         pthread_barrier_init, pthread_barrier_wait,
10456         pthread_barrierattr_destroy, pthread_barrierattr_getpshared,
10457         pthread_barrierattr_init, pthread_barrierattr_setpshared,
10458         pthread_condattr_getclock, pthread_condattr_setclock,
10459         pthread_getcpuclockid, pthread_mutex_timedlock,
10460         pthread_rwlock_timedrdlock, pthread_rwlock_timedwrlock,
10461         pthread_sigmask, pthread_spin_destroy, pthread_spin_init,
10462         pthread_spin_lock, pthread_spin_trylock, and pthread_spin_unlock.
10463         * conform/data/sched.h-data: Add sched_ss_low_priority,
10464         sched_ss_repl_period, sched_ss_init_budget, sched_ss_max_repl, and
10465         SCHED_SPORADIC.
10466         * conform/data/semaphore.h-data: Add sem_timedwait.
10467         * conform/data/signal.h-data: Add SIGIO.
10468         * conform/data/spawn.h-data: New file.
10469         * conform/data/stdlib.h-data: Add posix_memalign, setenv, and unsetenv.
10470         * conform/data/time.h-data: Add CLOCK_PROCESS_CPUTIME_ID,
10471         CLOCK_THREAD_CPUTIME_ID, clock_getcpuclockid, and clock_nanosleep.
10472         Fix typo in gmtime_r definition.
10473         * conform/data/unistd.h-data: Add _POSIX_ADVISORY_INFO,
10474         _POSIX_ASYNCHRONOUS_IO, _POSIX_BARRIERS, _POSIX_MONOTONIC_CLOCK,
10475         _POSIX_READER_WRITER_LOCKS, _POSIX_SHELL, _POSIX_SPAWN,
10476         _POSIX_SPIN_LOCKS, _POSIX_SPORADIC_SERVER, _POSIX_THREAD_CPUTIME,
10477         _POSIX_TYPED_MEMORY_OBJECTS, _POSIX_THREAD_SPORADIC_SERVER,
10478         _XOPEN_STREAMS, _POSIX_TIMEOUTS, _POSIX2_PBS,
10479         _POSIX2_PBS_ACCOUNTING, _POSIX2_PBS_CHECKPOINT,
10480         _POSIX2_PBS_LOCATE, _POSIX2_PBS_MESSAGE, _POSIX2_PBS_TRACK,
10481         _SC_2_PBS, _SC_2_PBS_ACCOUNTING, _SC_2_PBS_CHECKPOINT,
10482         _SC_2_PBS_LOCATE, _SC_2_PBS_MESSAGE, _SC_2_PBS_TRACK,
10483         _SC_BARRIERS, _SC_BASE, _SC_CLOCK_SELECTION, _SC_DEVICE_IO,
10484         _SC_DEVICE_SPECIFIC, _SC_DEVICE_SPECIFIC_R, _SC_FD_MGMT, _SC_FIFO,
10485         _SC_FILE_ATTRIBUTES, _SC_FILE_LOCKING, _SC_FILE_SYSTEM,
10486         _SC_MEMORY_PROTECTION, _SC_MESSAGE_PASSING, _SC_MONOTONIC_CLOCK,
10487         _SC_MESSAGE_PASSING, _SC_MONOTONIC_CLOCK, _SC_MULTIPLE_PROCESS,
10488         _SC_NETWORKING, _SC_PIPE, _SC_READER_WRITER_LOCKS, _SC_REGEXP,
10489         _SC_SHELL, _SC_SIGNALS, _SC_SINGLE_PROCESS, _SC_SPIN_LOCKS,
10490         _SC_TYPED_MEMORY_OBJECTS, _SC_USER_GROUPS, _SC_USER_GROUPS_R,
10491         _SC_STREAMS, _PC_REC_INCR_XFER_SIZE, _PC_REC_MAX_XFER_SIZE,
10492         _PC_REC_MIN_XFER_SIZE, _PC_REC_XFER_ALIGN, setegid, seteuid.  Fix
10493         typo in off_t definition.
10494         * conform/data/net/if.h-data: New file.
10495         * conform/data/netinet/in.h-data: New file.
10496         * conform/data/netinet/tcp.h-data: New file.
10497         * conform/data/sys/mman.h-data: Add POSIX_MADV_NORMAL,
10498         POSIX_MADV_SEQUENTIAL, POSIX_MADV_RANDOM, POSIX_MADV_WILLNEED,
10499         POSIX_MADV_DONTNEED, POSIX_TYPED_MEM_ALLOCATE,
10500         POSIX_TYPED_MEM_ALLOCATE_CONTIG, POSIX_TYPED_MEM_MAP_ALLOCATABLE,
10501         posix_typedmem_info, posix_mem_offset, posix_typed_mem_get_info,
10502         and posix_typed_mem_open.
10503         * conform/data/sys/socket.h-data: New file.
10504         * conform/data/sys/stat.h-data: Add S_TYPEISTMO and isfdtype.
10505         * conform/data/sys/types.h-data: Add pthread_barrier_t,
10506         pthread_barrierattr_t, and pthread_spinlock_t.
10507         * conform/data/sys/un.h-data: New file.
10508         * conform/data/sys/utsname.h-data: New file.
10510         * include/netdb.h (__gethostbyaddr_r): Fix types of first and second
10511         parameter.
10512         * inet/gethstbyad.c (gethostbyname): Likewise.
10513         * inet/gethstbyad_t.c (gethostbyname_r): Likewise.
10514         * inet/getipnodebyad.c (getipnodebyad): Likewise.
10515         * nis/nss_nis/nis-hosts.c (_nss_nis_gethostbyaddr_r): Likewise.
10516         * nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_gethostbyaddr_r):
10517         Likewise.
10518         * nscd/gethstbyad_r.c (gethostbyaddr_r): Likewise.
10519         * nscd/nscd_gethst_r.c (__nscd_gethostbyaddr_r): Likewise.
10520         * nscd/nscd_proto.h (__nscd_gethostbyaddr_r): Likewise.
10521         * nss/nss_files/files-hosts.c (_nss_files_gethostbyaddr_r): Likewise.
10522         * resolv/gethnamaddr.c (gethostbyname): Likewise.
10523         * resolv/netdb.h (struct hostent): Fix type of h_length member.
10524         (gethostbyaddr, getipnodebyaddr, gethostbyaddr_r): Fix types of first
10525         and second parameter.
10527         * wcsmbs/mbrtowc.c (__mbrtowc): Set end of buffer correctly if s
10528         == NULL.
10530 2000-04-29  Andreas Jaeger  <aj@suse.de>
10532         * conform/data/arpa/inet.h-data: New file.
10534 2000-04-28  Geoff Clare <gwc@unisoft.com>
10536         * io/ftw.c: Set errno to ENOENT (instead of ENOTDIR) when the
10537         path passed to ftw() or nftw() is an empty string.
10538         Closes PR libc/1710.
10540 2000-04-27  Ulrich Drepper  <drepper@redhat.com>
10542         * localedata/Makefile (test-srcs): Add tst-mbswcs4 and tst-mbswcs5.
10543         (do-tst-mbswcs): Add tst-mbswcs4 and tst-mbswcs5 to dependencies.
10544         * localedata/tst-mbswcs.sh: Run tst-mbswcs4 and tst-mbswcs5.
10545         * localedata/tst-mbswcs4.c: New file.
10546         * localedata/tst-mbswcs5.c: New file.
10548         * wcsmbs/wcrtomb.c (__wcrtomb): Set end of buffer correctly if s
10549         == NULL.  Little optimization.
10551         * elf/dl-init.c (_dl_init): Correct typo (DT_PREINIT_ARRAY not
10552         DT_PREINIT_ARRAYSZ).
10553         Reported by Jes Sorensen <Jes.Sorensen@cern.ch>.
10555         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups): Handle
10556         overflows in conversion from ASCII.
10558 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
10560         * Makeconfig (full_config_sysdirs): Renamed from full-config-sysdirs.
10561         * Makerules (full_config_sysdirs): Likewise.
10562         * MakeTAGS (full_config_sysdirs): Likewise.
10564 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
10566         * .cvsignore: Remove linuxthreads.
10567         * po/.cvsignore: Remove *.pot.
10568         * posix/glob/.cvsignore: Removed.
10569         * sysdeps/unix/bsd/osf/.cvsignore: Removed.
10571 2000-04-25  Andreas Jaeger  <aj@suse.de>
10573         * conform/Makefile (distribute): Also distribute contents of
10574         subdirectories.
10576         * Makerules (no_deps): Remove abi-versions.h.
10578         * nis/nis_print_group_entry.c: Include alloca.h for alloca prototype.
10580 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
10582         * sysdeps/sparc/sparc64/elf/Dist: Remove.
10583         * sysdeps/sparc/sparc64/elf/crtbegin.S: Remove.
10584         * sysdeps/sparc/sparc64/elf/crtbeginS.S: Remove.
10585         * sysdeps/sparc/sparc64/elf/crtend.S: Remove.
10586         * sysdeps/sparc/sparc64/elf/crtendS.S: Remove.
10587         * sysdeps/sparc/sparc64/elf/Makefile: Don't build crtbegin/crtend
10588         objects.
10590 2000-04-25  Thorsten Kukuk  <kukuk@suse.de>
10592         * nscd/grpcache.c: Fix gr_name pointer [PR/1702].
10594 2000-04-23  Bruno Haible  <haible@clisp.cons.org>
10596         * intl/dcigettext.c: Define _GNU_SOURCE as early as possible.
10597         * intl/l10nflist.c: Likewise.
10599 2000-04-23  Bruno Haible  <haible@clisp.cons.org>
10601         * intl/bindtextdom.c [!_LIBC]: Define __libc_rwlock_define,
10602         __libc_rwlock_wrlock, __libc_rwlock_unlock as empty.
10603         * intl/textdomain.c [!_LIBC]: Likewise.
10604         * intl/dcigettext.c [!_LIBC]: Define __libc_rwlock_define_initialized,
10605         __libc_rwlock_rdlock, __libc_rwlock_unlock as empty.
10606         * intl/loadmsgcat.c (_nl_load_domain) [!_LIBC, !HAVE_ICONV]: Avoid
10607         syntax error.
10609 2000-04-23  Bruno Haible  <haible@clisp.cons.org>
10611         * intl/dcigettext.c (_nl_find_msg): Do the plural treatment and
10612         character set conversion also in the case the translation was found
10613         after a hash collision or through binary search.  Store the maximum
10614         index together with the converted message.  Use iconv() when available.
10615         In case of out of memory during conversion, return the unconverted
10616         translated string, not NULL.
10618 2000-04-25  Jes Sorensen  <Jes.Sorensen@cern.ch>
10620         * shlib-versions: Rename ia64 dynamic linker to ld-linux-ia64.so.1
10621         to avoid name clashes with the ia32 linker.
10623 2000-04-25  Jakub Jelinek  <jakub@redhat.com>
10625         * sysdeps/alpha/dl-machine.h (_dl_start_user): Fix the _dl_skip_args
10626         handling.
10628 2000-04-27  Ulrich Drepper  <drepper@redhat.com>
10630         * manual/string.texi: Document strcasestr, strchrnul, strtoimax,
10631         strtoumax, strfry, and memfrob.
10632         * manual/arith.texi: Document {,u}int*_t types, and strto{i,u}max.
10633         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
10635         * elf/soinit.c (__libc_global_ctors): Call __pthread_initialize_minimal
10636         if this function is available.
10638         * sysdeps/i386/i486/atomicity.h (exchange_and_add): Use uint32_t for
10639         all values.
10641 2000-04-27  Jakub Jelinek  <jakub@redhat.com>
10643         * nss/getXXbyYY_r.c: Fix a typo in __old_getxxbyyy_r versioning.
10645 2000-04-27  Ulrich Drepper  <drepper@redhat.com>
10647         * localedata/Makefile (test-srcs); Add tst-mbswcs3.
10648         Add rule to build tst-mbswcs3 before running tst-mbswcs.sh.
10649         * localedata/tst-mbswcs.sh: Run tst-mbswcs3.
10650         * localedata/tst-mbswcs3.c: New file.
10652 2000-04-26  Ulrich Drepper  <drepper@redhat.com>
10654         * wcsmbs/mbsnrtowcs.c: Correctly compute number of converted
10655         characters.  Don't handle incomplete characters as errors.
10656         * wcsmbs/mbsrtowcs.c: Don't handle incomplete characters as errors.
10657         * localedata/Makefile (test-srcs): Add tst-mbswcs2.
10658         Add rule to build tst-mbswcs2 before running tst-mbswcs.sh.
10659         * localedata/tst-mbswcs.sh: Run tst-mbswcs2.
10660         * localedata/tst-mbswcs2.c: New file.
10662         * iconv/gconv_simple.c (utf8_internal_loop): Correctly reconstruct
10663         stored character in state in UNPACK_BYTES macro.
10664         * iconv/loop.c (SINGLE(LOOPFCT)): Make it actually work.  Correct
10665         test for available characters, handle result of BODY code correctly.
10666         * localedata/Makefile (test-srcs): Add tst-mbswcs1.
10667         (distribute): Add tst-mbswcs.sh.
10668         Add rule to run tst-mbswcs.sh.
10669         * localedata/tst-mbswcs.sh: New file.
10670         * localedata/tst-mbswcs1.c: New file.
10672 2000-04-26  Jakub Jelinek  <jakub@redhat.com>
10674         * nis/nis_callback.c (__nis_create_callback): Do failed memory
10675         allocation fixups centrally, fix __builtin_expect call, return NULL
10676         on failure, not NIS_NOMEMORY.
10678 2000-04-27  Bruno Haible  <haible@clisp.cons.org>
10680         * intl/ngettext.c [!_LIBC]: Fix definition of NGETTEXT.
10682         * intl/loadinfo.h (internal_function): Define if not already defined.
10684 2000-04-27  Andreas Jaeger  <aj@suse.de>
10686         * intl/libintl.h: Fix typo, reported by Bruno Haible
10687         <haible@clisp.cons.org>.
10689 2000-04-25  Ulrich Drepper  <drepper@redhat.com>
10691         * elf/dl-profile.c (_dl_mcount): Try to be thread-safe while not
10692         setting the state to GMON_PROF_BUSY.
10694 2000-04-24  Ulrich Drepper  <drepper@redhat.com>
10696         * elf/dl-profile.c (_dl_start_profile): define all variables which
10697         do not have to be global as local variables.
10699         * nis/nis_callback.c (__nis_create_callback): Partially undo last
10700         patch.  Keep needed tests for failed memory allocation.
10702         * elf/dl-reloc.c (_dl_relocate_object): Add one more
10703         __builtin_expect saying that we don't normally expect to profile.
10705         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add
10706         __builtin_expect where desirable.
10708 2000-04-23  Ulrich Drepper  <drepper@redhat.com>
10710         * manual/Makefile (chapters): Add syslog.
10711         * manual/syslog.texi: New file.
10712         * manual/math.texi: Fix references.
10713         * manual/terminal.texi: Likewise.
10714         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
10716 2000-04-18  Jakub Jelinek  <jakub@redhat.com>
10718         * posix/sys/wait.h: Define __WAIT_STATUS and the like either if
10719         stdlib.h was not included or __USE_XOPEN not defined.
10721 2000-04-23  Ulrich Drepper  <drepper@redhat.com>
10723         * nss/Makefile (libnss_db-dbs): Remove stray backslash.
10724         Patch by Zack Weinberg <zack@wolery.cumb.org>.
10726 2000-04-22  Ulrich Drepper  <drepper@redhat.com>
10728         * manual/examples/subopt.c (mount_opts): Add missing terminating
10729         entry.
10730         Reported by Michael Deutschmann <michael@talamasca.ocis.net>.
10732         * assert/assert-perr.c: Include <stdlib.h> for abort prototype.
10733         * libio/ftello.c: Likewise.
10734         * libio/ftello64.c: Likewise.
10735         * libio/ioftell.c: Likewise.
10736         * sysdeps/generic/memrchr.c: Likewise.
10737         * sysdeps/posix/libc_fatal.c: Likewise.
10738         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
10739         * misc/fstab.c: Include <string.h> for strcmp prototype.
10740         * sysdeps/generic/ldsodefs.h: Likewise.
10741         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10742         Patch by Kurt Roeckx <Q@ping.be>.
10744         * nss/Makefile (libnss_db-dbs): Renamed from libnss_db-routines.
10745         Remove db-open.  Change all uses.
10746         (libnss_db-routines): Define as $(libnss_db-dbs) db-open.
10748 2000-04-21  Jakub Jelinek  <jakub@redhat.com>
10750         * sysdeps/unix/sysv/linux/alpha/msgctl.c (__syscall_msgctl): Declare.
10751         * sysdeps/unix/sysv/linux/alpha/semctl.c (__syscall_semctl): Declare.
10752         * sysdeps/unix/sysv/linux/alpha/shmctl.c (__syscall_shmctl): Declare.
10753         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Surround uses of $f28
10754         with .set noat/at to shut up warnings.
10755         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__fstatfs64): Add alias.
10756         * sysdeps/unix/sysv/linux/alpha/ioperm.c (init_iosys): Allow
10757         compilation if __NR_pciconfig_iobase is not defined.
10758         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__fstatfs64):
10759         Add alias.
10761 2000-04-21  Ulrich Drepper  <drepper@redhat.com>
10763         * manual/sysinfo.texi: Fix typo.
10764         * manual/time.texi: Document timelocal, timegm, adjtimex, and stime.
10765         Replace "high precision time" with "high accuracy clock".
10766         Fix language.
10767         Patches by Bryan Henderson <bryanh@giraffe-data.com>.
10769         * nis/nis_findserv.c (__nis_findfastest): Improve memory handling.
10770         * nis/nis_print_group_entry.c (nis_print_group_entry): Use alloca
10771         instead of malloc.
10772         * nis/nis_subr.c: Use __builtin_expect.
10773         * nis/ypclnt.c: Likewise.
10774         * nis/nis_getservlist.c: Likewise.
10775         * nis/nis_creategroup.c: Likewise.
10777         * nis/nis_callback.c (__nis_create_callback): Check result of
10778         memory allocation.  Fix memory leaks.  Use __builtin_expect.
10779         (__nis_destroy_callback): Fix memory leaks.
10781 2000-04-21  Andreas Jaeger  <aj@suse.de>
10783         * sysdeps/mips/elf/start.S: Use __PIC__ instead of PIC.
10784         * sysdeps/mips/mips64/add_n.S: Likewise.
10785         * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
10786         * sysdeps/mips/mips64/lshift.S: Likewise.
10787         * sysdeps/mips/mips64/mul_1.S: Likewise.
10788         * sysdeps/mips/mips64/rshift.S: Likewise.
10789         * sysdeps/mips/mips64/setjmp.S: Likewise.
10790         * sysdeps/mips/mips64/sub_n.S: Likewise.
10791         * sysdeps/mips/mips64/submul_1.S: Likewise
10792         * sysdeps/unix/mips/sysdep.S: Likewise.
10794         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Remove strtab
10795         and update comment.  The strtab from _dl_relocate_object can be
10796         used.
10798 2000-04-21  Ulrich Drepper  <drepper@redhat.com>
10800         * iconv/iconv.c (iconv): Add __builtin_expect where useful.
10801         * iconv/iconv_close.c (iconv_close): Likewise.
10802         * iconv/iconv_open.c (iconv_open): Likewise.
10804         * grp/putgrent.c (putgrent): Unlock steam if fprintf failed.  Add
10805         __builtin_expect where useful.
10807         * grp/initgroups.c (initgroups): Test for result of memory
10808         allocation and punt if it fails.
10810         * dirent/scandir.c (scandir): Add __builtin_expect where useful.
10811         * grp/fgetgrent.c (fgetfrent): Likewise.
10812         * grp/fgetgrent_r.c (__fgetgrent_r): Likewise.
10814 2000-04-21  Jakub Jelinek  <jakub@redhat.com>
10816         * libio/vasprintf.c: Include string.h to get memcpy prototype.
10818 2000-04-20  Ulrich Drepper  <drepper@redhat.com>
10820         * wcsmbs/wcsrtombs.c (__wcsrtombs): If output buffer is too small
10821         don't search for NUL byte to decrement counter.
10822         Reported by Ulrich.Brink@sap.com.
10824         * iconv/gconv_simple.c: Define separate functions to convert from
10825         UCS4/UCS4-LE to the internal encoding.
10826         * iconv/gconv_builtin.h: Use separate functions to convert from
10827         UCS4/UCS4-LE to the internal encoding.
10828         * iconv/gconv_int.h: Declare __gconv_transform_ucs4_internal and
10829         __gconv_transform_ucs4le_internal.
10831         * iconv/gconv_simple.c (internal_utf8_loop): Correct check for
10832         output buffer overflow.  Reported by Ulrich.Brink@sap.com.
10834         * iconv/skeleton.c: Add some more __builtin_expect.
10835         * iconv/loop.c: Likewise.
10837 2000-03-08  H.J. Lu  <hjl@gnu.org>
10839         * posix/regex.c (regex_compile): Correctly handle "\{" when
10840         the RE_INTERVALS is set and the RE_NO_BK_BRACES bit is not set.
10842 2000-04-20  Ulrich Drepper  <drepper@redhat.com>
10844         * manual/stdio.texi: Give advise about handling error when using
10845         stream functions.
10846         Patch by Michael Deutschmann <michael@talamasca.ocis.net>.
10848 2000-04-19  Jakub Jelinek  <jakub@redhat.com>
10850         * locale/programs/ld-ctype.c (ctype_output): Set size of the idx
10851         field to nelems * sizeof (uint32_t).
10852         * locale/programs/ld-address.c (address_output): Align word fields
10853         properly.
10854         * locale/programs/ld-monetary.c (monetary_output): Likewise.
10855         Don't restart idx pointers to idx end at the duo_int_curr_symbol
10856         field.
10857         Avoid giving arbitrary garbage in the crncystr field.
10858         Use sizeof(uint32_t) instead of 4 for len in uno_valid_from,
10859         uno_valid_to, duo_valid_from, duo_valid_to and conversion_rate
10860         fields.
10861         * locale/programs/ld-numeric.c (numeric_output): Likewise.
10862         Don't restart idx pointers to idx end at the decimal_point_wc field.
10863         * locale/programs/ld-time.c (time_output): week_1stday should be
10864         word, not byte.  Align it properly.
10866 2000-04-19  H.J. Lu  <hjl@gnu.org>
10868         * csu/gmon-start.c (_start): Declared as "extern void".
10869         (etext): Likewise.
10871 2000-04-18  Andreas Jaeger  <aj@suse.de>
10873         * manual/install.texi (Running make install): Don't mention utmpd
10874         anymore.
10876 2000-04-18  Andreas Jaeger  <aj@suse.de>
10878         * linuxthreads/Versions: Use ld instead of ld.so.
10880         * elf/Makefile (ld-map): Use ld.map.
10882         * Versions.def: Use ld instead of ld.so.
10883         * elf/Versions: Likewise.
10884         * sysdeps/mach/hurd/Versions: Likewise.
10886 2000-04-20  Andreas Jaeger  <aj@suse.de>
10888         * elf/rtld.c (print_statistics): Move ifndef further up.
10889         (_dl_start_final): Added HP_TIMINIG_NONAVAIL to avoid warnings.
10890         (dl_main): Likewise.
10892 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
10894         * gmon/gmon.c: Add weak alias moncontrol for __moncontrol.
10895         * gmon/Versions: Move moncontrol to GLIBC_2.2.
10897         * po/cs.po: Update from translation team.
10899         * sysdeps/generic/updwtmp.c: Remove daemon support.
10901         * login/Makefile (routines): Remove utmp_daemon.
10903         * sysdeps/unix/sysv/aix/gethostname.c: Fix type of len argument.
10904         * sysdeps/unix/sysv/aix/access.c: Define ACC_INVOKER.
10905         * sysdeps/unix/sysv/aix/getegid.c: Define ID_EFFECTIVE.
10906         * sysdeps/unix/sysv/aix/geteuid.c: Likewise.
10908         * elf/rtld.c: Display statitics option also if hp timing is not
10909         available.
10911         * login/programs/connection.c: Removed.
10912         * login/programs/database.c Removed.
10913         * login/programs/error.c: Removed.
10914         * login/programs/request.c: Removed.
10915         * login/programs/xtmp.c: Removed.
10916         * login/programs/xtmp.h: Removed.
10917         * login/Makefile: Remove rules for utmpd.
10918         * login/README.utmpd: Removed.
10919         * login/utmp_daemon.c: Removed.
10920         * login/getutent_r.c: Remove references to daemon functions.
10921         * login/utmp-private.h (__libc_utmp_daemon_functions): Remove
10922         declaration.
10924 2000-04-18  Andreas Jaeger  <aj@suse.de>
10926         * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
10927         2.2 for libnsl, libresolv, librt, libnss_*.
10929         * elf/rtld.c (process_dl_debug): Remove obsolete comment.
10931         * sysdeps/mips/dl-machine.h (elf_machine_rel): Fix relocation.
10933 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
10935         * sysdeps/unix/sysv/aix/geteuid.c: Don't try to include <sys/id.h>.
10936         * sysdeps/unix/sysv/aix/getegid.c: Likewise.
10937         * sysdeps/unix/sysv/aix/xstat64.c: Define STX_NORMAL and STX_64.
10938         * sysdeps/unix/sysv/aix/xstat.c: Define STX_NORMAL.
10939         * sysdeps/unix/sysv/aix/sys/param.h: Define NGROUPS.
10940         * sysdeps/unix/sysv/aix/setreuid.c: Define ID_EFFECTIVE and ID_REAL.
10941         * sysdeps/unix/sysv/aix/setregid.c: Likewise.
10942         * sysdeps/unix/sysv/aix/setuid.c: Define ID_REAL.
10943         * sysdeps/unix/sysv/aix/setgid.c: Likewise.
10944         * sysdeps/unix/sysv/aix/seteuid.c: Define ID_EFFECTIVE.
10945         * sysdeps/unix/sysv/aix/setegid.c: Likewise.
10946         * sysdeps/unix/sysv/aix/sbrk.c: Update parameter type.
10947         * sysdeps/unix/sysv/aix/nanosleep.c (struct timestruc_t): Define
10948         it here.
10949         * sysdeps/unix/sysv/aix/msync.c: New file.
10950         * sysdeps/unix/sysv/aix/msgsnd.c: New file.
10951         * sysdeps/unix/sysv/aix/net/if.h: New file.
10952         * sysdeps/unix/sysv/aix/pipe.c: New file.
10953         * sysdeps/unix/sysv/aix/poll.c: New file.
10954         * sysdeps/unix/sysv/aix/rename.c: New file.
10955         * sysdeps/unix/sysv/aix/rmdir.c: New file.
10956         * sysdeps/unix/sysv/aix/select.c: New file.
10957         * sysdeps/unix/sysv/aix/semctl.c: New file.
10958         * sysdeps/unix/sysv/aix/semget.c: New file.
10959         * sysdeps/unix/sysv/aix/semop.c: New file.
10960         * sysdeps/unix/sysv/aix/sendto.c: New file.
10961         * sysdeps/unix/sysv/aix/setgroups.c: New file.
10962         * sysdeps/unix/sysv/aix/setpgid.c: New file.
10963         * sysdeps/unix/sysv/aix/setpgrp.c: New file.
10964         * sysdeps/unix/sysv/aix/setpriority.c: New file.
10965         * sysdeps/unix/sysv/aix/setrlimit.c: New file.
10966         * sysdeps/unix/sysv/aix/setrlimit64.c: New file.
10967         * sysdeps/unix/sysv/aix/setsid.c: New file.
10968         * sysdeps/unix/sysv/aix/setsockopt.c: New file.
10969         * sysdeps/unix/sysv/aix/shmat.c: New file.
10970         * sysdeps/unix/sysv/aix/shmctl.c: New file.
10971         * sysdeps/unix/sysv/aix/shmdt.c: New file.
10972         * sysdeps/unix/sysv/aix/shmget.c: New file.
10973         * sysdeps/unix/sysv/aix/sigaltstack.c: New file.
10974         * sysdeps/unix/sysv/aix/sigstack.c: New file.
10975         * sysdeps/unix/sysv/aix/socket.c: New file.
10976         * sysdeps/unix/sysv/aix/socketpair.c: New file.
10977         * sysdeps/unix/sysv/aix/speed.c: New file.
10978         * sysdeps/unix/sysv/aix/symlink.c: New file.
10979         * sysdeps/unix/sysv/aix/sync.c: New file.
10980         * sysdeps/unix/sysv/aix/tcgetattr.c: New file.
10981         * sysdeps/unix/sysv/aix/tcsetattr.c: New file.
10982         * sysdeps/unix/sysv/aix/times.c: New file.
10983         * sysdeps/unix/sysv/aix/ulimit.c: New file.
10984         * sysdeps/unix/sysv/aix/umask.c: New file.
10985         * sysdeps/unix/sysv/aix/unlink.c: New file.
10986         * sysdeps/unix/sysv/aix/ustat.c: New file.
10987         * sysdeps/unix/sysv/aix/utimes.c: New file.
10989 2000-04-18  Andreas Jaeger  <aj@suse.de>
10991         * manual/startup.texi (Environment Access): Fix putenv prototype
10992         according to recent changes.
10993         Reported by Andries Brouwer <Andries.Brouwer@cwi.nl>, closes
10994         PR libc/1692.
10996         * elf/rtld.c (print_statistics): Added HP_TIMINIG_NONAVAIL where
10997         needed.
10999 2000-04-18  Ulrich Drepper  <drepper@redhat.com>
11001         * posix/Makefile (tests): Add tst-getaddrinfo.
11002         * posix/tst-getaddrinfo.c: New file.
11004 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
11006         * manual/sysinfo.texi: Document that umount2 is not widely available.
11008         * sysdeps/generic/hp-timing.h (HP_TIMING_NONAVAIL): Define to
11009         signal timing is not really implemented.
11011 2000-04-17  Andreas Jaeger  <aj@suse.de>
11013         * elf/rtld.c (process_dl_debug): Mention statistics in help message.
11015 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
11017         * Makefile (install): Use slibdir and libdir instead of inst_slibdir
11018         and inst_libdir.
11020 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
11022         * manual/intro.texi: Change reference from System Information to
11023         System Management.
11024         * manual/users.texi: Likewise.
11025         * manual/conf.texi: Likewise.
11026         * manual/sysinfo.texi: Document mount, umount, and umount2.
11027         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
11029 2000-04-17  Jakub Jelinek  <jakub@redhat.com>
11031         * sysdeps/ieee754/ldbl-128/printf_fphex.c (PRINT_FPHEX_LONG_DOUBLE):
11032         Create wnumstr as well as numstr to support wide character output
11033         correctly.
11035 2000-04-15  Jakub Jelinek  <jakub@redhat.com>
11037         * sysdeps/sparc/sparc64/Makefile: Remove sysdep-CFLAGS
11038         modification and move it...
11039         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: ...here.
11040         Add -melf64_sparc switch to $(LD) on sparc64-linux.
11041         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Add -melf32_sparc
11042         switch to $(LD) on sparc-linux.
11044 2000-04-17  Thorsten Kukuk  <kukuk@suse.de>
11046         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Remove setresgid
11047         and setresuid from sysdep_routines.
11049 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
11051         * manual/Makefile (chapters): Add resource.
11053         * manual/time.texi: Move section on resources to...
11054         * manual/resource.texi: ...here.  New file.  Document ulimit, vlimit,
11055         and vtimes.
11056         * manual/setjmp.texi: Adjust back reference.
11057         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
11059         * sysdeps/unix/sysv/aix/lxstat64.c: Uncomment STX_LINK and STX_64
11060         definition.
11061         * sysdeps/unix/sysv/aix/lxstat.c: Uncomment STX_LINK definition.
11062         * sysdeps/unix/sysv/aix/kill.c: Add copyright.
11063         * sysdeps/unix/sysv/aix/getuid.c: Define ID_REAL.
11064         * sysdeps/unix/sysv/aix/getgid.c: Define ID_REAL.
11065         * sysdeps/unix/sysv/aix/execve.c: Add copyright.
11066         * sysdeps/unix/sysv/aix/euidaccess.c: Add copyright.
11067         * sysdeps/unix/sysv/aix/close.c: Add copyright.
11068         * sysdeps/unix/sysv/aix/brk.c: Add copyright.
11069         * sysdeps/unix/sysv/aix/bits/errno.h: Add EAFNOSUPPORT.
11070         * sysdeps/unix/sysv/aix/access.c: Add copyright.
11071         * sysdeps/unix/sysv/aix/Makefile: Add some temporary definitions.
11072         * sysdeps/unix/sysv/aix/Implies: New file.
11073         * sysdeps/unix/sysv/aix/Versions: New file.
11074         * sysdeps/unix/sysv/aix/bind.c: New file.
11075         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: New file.
11076         * sysdeps/unix/sysv/aix/bits/ioctls.h: New file.
11077         * sysdeps/unix/sysv/aix/bits/poll.h: New file.
11078         * sysdeps/unix/sysv/aix/bits/termios.h: New file.
11079         * sysdeps/unix/sysv/aix/chdir.c: New file.
11080         * sysdeps/unix/sysv/aix/chmod.c: New file.
11081         * sysdeps/unix/sysv/aix/chroot.c: New file.
11082         * sysdeps/unix/sysv/aix/creat.c: New file.
11083         * sysdeps/unix/sysv/aix/dl-close.c: New file.
11084         * sysdeps/unix/sysv/aix/dl-open.c: New file.
11085         * sysdeps/unix/sysv/aix/dl-sym.c: New file.
11086         * sysdeps/unix/sysv/aix/fchdir.c: New file.
11087         * sysdeps/unix/sysv/aix/fchmod.c: New file.
11088         * sysdeps/unix/sysv/aix/getgroups.c: New file.
11089         * sysdeps/unix/sysv/aix/gethostname.c: New file.
11090         * sysdeps/unix/sysv/aix/getpriority.c: New file.
11091         * sysdeps/unix/sysv/aix/getrlimit.c: New file.
11092         * sysdeps/unix/sysv/aix/getrlimit64.c: New file.
11093         * sysdeps/unix/sysv/aix/getrusage.c: New file.
11094         * sysdeps/unix/sysv/aix/link.c: New file.
11095         * sysdeps/unix/sysv/aix/madvise.c: New file.
11096         * sysdeps/unix/sysv/aix/mkdir.c: New file.
11097         * sysdeps/unix/sysv/aix/mknod.c: New file.
11098         * sysdeps/unix/sysv/aix/mprotect.c: New file.
11099         * sysdeps/unix/sysv/aix/msgctl.c: New file.
11100         * sysdeps/unix/sysv/aix/msgget.c: New file.
11101         * sysdeps/unix/sysv/aix/msgrcv.c: New file.
11103 2000-04-17  Andreas Jaeger  <aj@suse.de>
11105         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Optimize a bit
11106         as suggested by Ulrich Drepper.
11107         (__dl_runtime_resolve): Remove unused variable, initialize sym
11108         directly.
11109         (RTLD_START): Document OFFSET_GP_GOT.
11110         (OFFSET_GP_GOT): New magic value.
11111         (elf_mips_got_from_gpreg): Use OFFSET_GP_GOT.
11112         (elf_machine_got_rel): Only declare strtab if needed.
11113         (elf_machine_relplt): Removed, it's not needed.
11114         (_dl_runtime_resolve): Fix \n for a comment, safe gp and not pc.
11116         * sysdeps/mips/add_n.S: Add newline at EOF.
11117         * sysdeps/mips/rshift.S: Likewise.
11118         * sysdeps/mips/mul_1.S: Likewise.
11119         * sysdeps/mips/lshift.S: Likewise.
11120         * sysdeps/mips/addmul_1.S: Likewise.
11122 2000-04-17  Ulrich Drepper  <drepper@redhat.com>
11124         * sysdeps/powerpc/fpu/s_isnan.c: Pretty printing.
11126         * elf/dl-reloc.c (_dl_relocate_object): Add more __builtin_expect.
11127         * elf/dl-lookup.c: Likewise.
11128         * elf/dl-init.c (_dl_init): Likewise.
11129         * elf/dl-fini.c (_dl_fini): Likewise.
11130         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
11131         * elf/dl-close.c (_dl_close): Likewise.
11132         * elf/rtld.c (_dl_start_final): Likewise.
11134         * elf/dl-lookup.c (add_dependency): Correct __builtin_expect use.
11136 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
11138         * csu/Makefile ($(objpfx)version-info.h): Get OS name from uname and
11139         only fall back on using Linux.
11141         * elf/dl-version.c (_dl_check_map_versions): New argument trace_mode.
11142         Before testing versions check that we actually loaded the object
11143         and whether we are in trace mode.  If not loaded during tracing don't
11144         test versions in this object.
11145         (_dl_check_all_versions): Take new parameter and pass to
11146         _dl_check_map_versions.
11147         * sysdeps/generic/ldsodefs.h: Update prototypes for
11148         _dl_check_all_versions and _dl_check_map_versions.
11149         * elf/rtld.c (struct version_check_args): Add dotrace.
11150         (version_check_doit): Pass args->dotrace to _dl_check_all_versions.
11151         (dl_main): Pass info about trace mode to version_check_doit.
11152         * elf/dl-open.c (dl_open_worker): Pass zero as new argument to
11153         _dl_check_all_versions.
11155         * manual/users.texi (XPG Functions): Document utmpxname, getutmp,
11156         and getutmpx.
11157         Patch by Bryan Henderson <bryanh@giraffe-data.com>.
11159         * manual/argp.texi: Document index parameter of argp_parse.
11160         Fix typo.
11161         Reported by Andrew Schulman <SCHULMAN.ANDREW@epamail.epa.gov>.
11163 2000-04-14  Andreas Jaeger  <aj@suse.de>
11165         * sysdeps/unix/sysv/linux/shm_open.c: Include linux_fsinfo for
11166         SHMFS_SUPER_MAGIC.  Remove definition of SHMFS_SUPER_MAGIC.
11168         * sysdeps/unix/sysv/linux/linux_fsinfo.h (SHMFS_SUPER_MAGIC): Added.
11170 2000-04-15  Ulrich Drepper  <drepper@redhat.com>
11172         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Fix typo in
11173         compat_symbol call for old adjtime.
11175         * sysdeps/alpha/dl-machine.h (RTLD_START): Rewrite for new init
11176         function interface.  Patch by Richard Henderson <rth@cygnus.com>.
11178         * posix/Makefile (headers): Add spawn.h.
11179         (distribute): Add spawn_int.h.
11180         (routines): Add spawn_faction_init, spawn_faction_destroy,
11181         spawn_faction_addclose, spawn_faction_addopen, spawn_faction_adddup2,
11182         spawnattr_init, spawnattr_destroy, spawnattr_getdefault,
11183         spawnattr_setdefault, spawnattr_getflags, spawnattr_setflags,
11184         spawnattr_getpgroup, spawnattr_setpgroup, spawn, spawnp, and spawni.
11185         * posix/Versions [libc] (GLIBC_2.2): Add posix_spawn_file_actions_init,
11186         posix_spawn_file_actions_destroy, posix_spawn_file_actions_addclose,
11187         posix_spawn_file_actions_addopen, posix_spawn_file_actions_adddup2,
11188         posix_spawnattr_init, posix_spawnattr_destroy,
11189         posix_spawnattr_getdefault, posix_spawnattr_setdefault,
11190         posix_spawnattr_getflags, posix_spawnattr_setflags,
11191         posix_spawnattr_getpgroup, posix_spawnattr_setpgroup, posix_spawn,
11192         and posix_spawnp.
11193         * posix/spawn.c: New file.
11194         * posix/spawn.h: New file.
11195         * posix/spawn_faction_addclose.c: New file.
11196         * posix/spawn_faction_adddup2.c: New file.
11197         * posix/spawn_faction_addopen.c: New file.
11198         * posix/spawn_faction_destroy.c: New file.
11199         * posix/spawn_faction_init.c: New file.
11200         * posix/spawn_int.h: New file.
11201         * posix/spawnattr_destroy.c: New file.
11202         * posix/spawnattr_getdefault.c: New file.
11203         * posix/spawnattr_getflags.c: New file.
11204         * posix/spawnattr_getpgroup.c: New file.
11205         * posix/spawnattr_getschedparam.c: New file.
11206         * posix/spawnattr_getschedpolicy.c: New file.
11207         * posix/spawnattr_getsigmask.c: New file.
11208         * posix/spawnattr_init.c: New file.
11209         * posix/spawnattr_setdefault.c: New file.
11210         * posix/spawnattr_setflags.c: New file.
11211         * posix/spawnattr_setpgroup.c: New file.
11212         * posix/spawnattr_setschedparam.c: New file.
11213         * posix/spawnattr_setschedpolicy.c: New file.
11214         * posix/spawnattr_setsigmask.c: New file.
11215         * posix/spawni.c: New file.
11216         * posix/spawnp.c: New file.
11218         * sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_SPAWN.
11219         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
11221 2000-04-14  Ulrich Drepper  <drepper@redhat.com>
11223         * malloc/Versions [libc] (GLIBC_2.2): Add posix_memalign.
11224         * malloc/malloc.c: Implement posix_memalign for glibc.
11225         * include/stdlib.h: Add prototype for __posix_memalign.
11226         * stdlib/stdlib.h: Add prototype for posix_memalign.
11228 2000-04-14  Andreas Jaeger  <aj@suse.de>
11230         * sysdeps/mips/dl-machine.h (elf_machine_got_rel): Initialize
11231         symidx correctly.
11232         (elf_machine_got_rel): Cast sym correctly.
11234         * sysdeps/mips/add_n.S: Use __PIC__, add end directive.
11235         * sysdeps/mips/addmul_1.S: Likewise.
11236         * sysdeps/mips/lshift.S: Likewise.
11237         * sysdeps/mips/mul_1.S: Likewise.
11238         * sysdeps/mips/rshift.S: Likewise.
11239         * sysdeps/mips/sub_n.S: Likewise.
11240         * sysdeps/mips/submul_1.S: Likewise.
11242         * stdlib/stdlib.h: Fix typo in comment.
11244         * shlib-versions (mips.*-.*-linux.*): Support only GLIBC 2.0 and
11245         2.2 for libdl, ld and libm.
11247         * sysdeps/generic/madvise.c: Fix typos.
11249         * sysdeps/unix/sysv/linux/mips/clone.S (error): Use __PIC__.
11251         * sysdeps/mips/bits/setjmp.h: Remove K&R compatibility.
11253         * sysdeps/mips/setjmp_aux.c (__sigsetjmp_aux): Silence gcc
11254         warnings.
11256 2000-04-14  Ulrich Drepper  <drepper@redhat.com>
11258         * include/sys/statfs.h: Add prototypes for __statfs64 and __fstatfs64.
11259         * sysdeps/generic/fstatfs64.c (__fstatfs64): Renamed to fstatfs64.
11260         Make old name weak alias.
11261         * sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
11262         * sysdeps/generic/statfs64.c (__statfs64): Renamed to statfs64.
11263         Make old name weak alias.
11264         * sysdeps/unix/sysv/linux/statfs64.c: Likewise.
11266         * io/Makefile (routines): Add posix_fadvise, posix_fadvise64,
11267         posix_fallocate, and posix_fallocate64.
11268         * io/Versions [libc] (GLIBC_2.2): Add posix_fadvise, posix_fadvise64,
11269         posix_fallocate, and posix_fallocate64.
11270         * io/fcntl.h: Declare posix_fadvise, posix_fadvise64,
11271         posix_fallocate, and posix_fallocate64.
11272         * sysdeps/generic/fadvise.c: New file.
11273         * sysdeps/generic/fadvise64.c: New file.
11274         * sysdeps/generic/fallocate.c: New file.
11275         * sysdeps/generic/fallocate64.c: New file.
11276         * sysdeps/posix/fallocate.c: New file.
11277         * sysdeps/posix/fallocate64.c: New file.
11278         * sysdeps/generic/bits/fcntl.h: Define POSIX_FADV_NORMAL,
11279         POSIX_FADV_RANDOM, POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED,
11280         POSIX_FADV_DONTNEED, and POSIX_FADV_NOREUSE.
11281         * sysdeps/mach/hurd/bits/fcntl.h: Likewise.
11282         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
11283         * sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
11284         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
11285         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
11286         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
11288         * sysdeps/generic/madvise.c (__madvise): Renamed to posix_madvise.
11289         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
11291 2000-04-13  Ulrich Drepper  <drepper@redhat.com>
11293         * misc/Versions [libc] (GLIBC_2.2): Add posix_madvice.
11294         * misc/sys/mman.h (posix_madvise): Add prototype.
11295         * sysdeps/generic/madvise.c (madvise): Renamed to __madvise.  Make
11296         old name and posix_madvise weak aliases.
11297         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
11298         * sysdeps/generic/bits/mman.h: Add POSIX_MADV_* constants.
11299         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Likewise.
11300         * sysdeps/unix/sysv/linux/arm/bits/mman.h: Likewise.
11301         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Likewise.
11302         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
11303         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
11305 2000-04-13  Andreas Jaeger  <aj@suse.de>
11307         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Handle symbol
11308         versioning.
11309         (elf_machine_got_rel): Only add runtime display if needed.
11310         (elf_machine_got_rel): Handle symbol versioning.
11312 2000-04-13  Andreas Jaeger  <aj@suse.de>
11314         * sysdeps/unix/sysv/linux/mips/clone.S: Fix function.
11316         * sysdeps/unix/mips/pipe.S: Reorder instructions since .reorder is
11317         default.
11319         * sysdeps/mips/__longjmp.c (__longjmp): Use $25 to fix problems
11320         with some applications.
11321         Patches by Ralf Baechle <ralf@uni-koblenz.de>.
11323         * sysdeps/mips/bsd-setjmp.S: Use __PIC__.
11324         * sysdeps/mips/bsd-_setjmp.S: Likewise.
11325         * sysdeps/mips/setjmp.S: Likewise.
11327         * sysdeps/unix/sysv/linux/mips/pipe.S: New file.
11329 2000-04-13  Ulrich Drepper  <drepper@redhat.com>
11331         * posix/globtest.sh: Work around inconsistency with expanding ~/
11332         in shell (PR libc/1690).  Reported by patsmith@pobox.com.
11334 2000-04-12  Ulrich Drepper  <drepper@redhat.com>
11336         * posix/getconf.c: Add support for many more POSIX options.
11337         * sysdeps/posix/sysconf.c: Likewise.
11338         * sysdeps/generic/bits/confname.h: Add many more POSIX options.
11339         * sysdeps/mach/hurd/bits/posix_opt.h: Add _POSIX_REGEXP and
11340         _POSIX_SHELL.
11341         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
11342         * sysdeps/unix/sysv/linux/i386/bits/time.h: Rename __CLOCK_HIGHRES to
11343         CLOCK_PROCESS_CPUTIME_ID.  Add define CLOCK_MONOTONIC and
11344         CLOCK_THREAD_CPUTIME_ID.
11345         * sysdeps/unix/i386/clock_getcpuclockid.c: Set *clock_id to
11346         CLOCK_PROCESS_CPUTIME_ID.
11347         * sysdeps/unix/i386/i586/clock_getres.c: Change for renaming of
11348         __CLOCK_HIGHRES to CLOCK_PROCESS_CPUTIME_ID.  Handle
11349         CLOCK_THREAD_CPUTIME_ID and CLOCK_MONOTONIC the same.
11350         * sysdeps/unix/i386/i586/clock_gettime.c: Likewise.
11352         * malloc/Makefile (tests): Add tst-calloc.
11353         * malloc/tst-calloc.c: New file.
11355         * sysdeps/arm/libm-test-ulps: New file.
11357         * malloc/malloc.c: Undo all of today's changes.
11359         * locale/programs/locale.c (show_info): Don't try to look into
11360         data for LC_ALL (there is none).
11362         * malloc/malloc.c (cALLOc): Clear only what the user asked for and
11363         avoid writing over boundary.
11364         Patch by Greg McGary <gkm@eng.ascend.com>.
11366         * sysdeps/arm/memprof.h: New file.
11368 2000-04-12  Andreas Jaeger  <aj@suse.de>
11370         * sysdeps/unix/i386/i586/clock_gettime.c: Fix typo.
11372         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Include <string.h>
11373         for memmem declaration.
11375 2000-04-12  Ulrich Drepper  <drepper@redhat.com>
11377         * sysdeps/unix/clock_gettime.c (clock_gettime): Initialize retval
11378         to -1.
11379         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
11381         * libio/iopopen.c (_IO_new_proc_open): Close pipes in case the
11382         mode is invalid.
11383         * libio/oldiopopen.c (_IO_old_proc_open): Likewise.
11384         Patch by Bart Veer <bartv@redhat.com>.
11386         * sysdeps/arm/dl-machine.h (RTLD_START): Rewrite for new init
11387         function interface.
11389 2000-04-11  Andreas Jaeger  <aj@suse.de>
11391         * sysdeps/mips/dl-machine.h: Update some comments.
11392         (ELF_MACHINE_ALIGN_MASK): Removed, it's not needed.
11394 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
11396         * sysdeps/unix/sysv/linux/bits/posix_opt.h: Add
11397         _POSIX_SHARED_MEMORY_OBJECTS.
11399         * rt/Makefile (tests): Add tst-shm.
11400         Add rules to generate tst-shm.
11401         * rt/tst-shm.c: New file.
11403         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Set FD_CLOEXEC
11404         for descriptor.
11406         * misc/sys/mman.h: Add prototypes for shm_open and shm_unlink.
11407         * rt/Makefile (librt-routines): Add shm_open and shm_unlink.
11408         * rt/Versions [librt] (GLIBC_2.2): Add shm_open and shm_unlink.
11409         * sysdeps/generic/shm_open.c: New file.
11410         * sysdeps/generic/shm_unlink.c: New file.
11411         * sysdeps/unix/sysv/linux/shm_open.c: New file.
11412         * sysdeps/unix/sysv/linux/shm_unlink.c: New file.
11413         * sysdeps/unix/sysv/linux/Versions [libc] (GLIBC_2.2): Export
11414          __endmntent, __getmntent_r, __setmntent, and __statfs.
11416         * libio/vasprintf.c (_IO_vasprintf): Try to avoid memory
11417         fragmentation by allocating new memory at the end instead of
11418         reallocating.
11420         * posix/globtest.sh: Fix last change.
11422 2000-04-10  Philip Blundell  <philb@gnu.org>
11424         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_JOIN_GROUP,
11425         IPV6_LEAVE_GROUP): New names for IPV6_ADD_MEMBERSHIP,
11426         IPV6_DROP_MEMBERSHIP.
11427         * sysdeps/generic/bits/in.h (IPV6_JOIN_GROUP, IPV6_LEAVE_GROUP):
11428         Likewise.
11430 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
11432         * elf/readlib (process_file): Close streams in case of an error.
11434 2000-04-09  Andreas Jaeger  <aj@suse.de>
11436         * elf/readlib.c (process_file): Check if file is big enough to
11437         contain aout and ELF headers.
11438         Reported by Reinhard Moosauer <RMoosauer@steinecker.com>.
11440 2000-04-10  Jes Sorensen  <Jes.Sorensen@cern.ch>
11442         * elf/dl-fini.c: Include alloca.h to get proper prototype for alloca().
11444 2000-04-11  Ulrich Drepper  <drepper@redhat.com>
11446         * test-skeleton.c (main): If STDOUT_UNBUFFERED is defined, make stdout
11447         stream unbuffered.
11448         * rt/Makefile (tests): Add tst-clock.
11449         Add rules to build tst-clock.
11450         * rt/tst-clock.c: New file.
11451         * sysdeps/unix/i386/i586/clock_getres.c: Correct expression to decide
11452         about initialization of nsec.
11453         * sysdeps/unix/i386/i586/clock_gettime.c: Correct expression to decide
11454         about initialization of freq.  Set retval to zero if successful.
11455         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Cache result.
11457 2000-04-10  Ulrich Drepper  <drepper@redhat.com>
11459         * Versions.def (librt): Add GLIBC_2.2.
11460         * rt/Makefile (librt-routines): Add get_clockfreq, clock_getcpuclockid,
11461         clock_getres, clock_gettime, clock_settime, timer_create, timer_delete,
11462         timer_getoverr, timer_gettime, and timer_settime.
11463         * rt/Versions [librt] (GLIBC_2.2): Add clock_getres, clock_gettime,
11464         clock_settime, timer_create, timer_delete, timer_getoverrun,
11465         timer_gettime, and timer_settime.
11466         * sysdeps/generic/clock_getcpuclockid.c: New file.
11467         * sysdeps/generic/get_clockfreq.c: New file.
11468         * sysdeps/unix/i386/clock_getcpuclockid.c: New file.
11469         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: New file.
11470         * sysdeps/mach/hurd/i386/bits/time.h: New file.
11471         * sysdeps/unix/i386/i586/clock_getres.c: New file.
11472         * sysdeps/unix/i386/i586/clock_gettime.c: New file.
11473         * sysdeps/unix/i386/i686/Implies: New file.
11474         * sysdpes/unix/sysv/linux/i386/bits/time.h: New file.
11475         * time/Makefile (routines): Move clock_getres, clock_gettime,
11476         clock_settime, timer_create, timer_delete, timer_getoverr,
11477         timer_gettime, and timer_settime to rt/Makefile.
11478         * time/Versions [libc] (GLIBC_2.2): Remove clock_getres, clock_gettime,
11479         clock_settime, timer_create, timer_delete, timer_getoverrun,
11480         timer_gettime, and timer_settime.
11481         * time/time.h: Define pid_t.  Add prototype for clock_getcpuclockid.
11483         * sysdeps/mach/hurd/bits/time.h: Drop K&R compatibility.  Use __const__
11484         and not const as attribute name.
11486 2000-04-10  Thorsten Kukuk  <kukuk@suse.de>
11488         * elf/cache.c (save_cache): Make sure /etc/ld.so.cache is mode 644.
11490 2000-04-10  Andreas Schwab  <schwab@suse.de>
11492         * posix/globtest.sh: Skip tests that depend on unreadable
11493         directories if run as root.
11495 2000-04-10  Ulrich Drepper  <drepper@redhat.com>
11497         * sysdeps/unix/clock_settime.c (clock_settime): Test tv_nsec value
11498         for correct range.  From code by Kaz Kylheku <kaz@ashi.footprints.net>.
11500 2000-04-09  Ulrich Drepper  <drepper@redhat.com>
11502         * sysdeps/unix/clock_gettime.c: New file.
11503         * sysdeps/unix/clock_settime.c: New file.
11504         * sysdeps/posix/clock_getres.c: New file.
11506         * conform/data/ftw.h-data: Add allow-header sys/stat.h.
11508         * sysdeps/unix/sysv/linux/getdents.c (__getdents): Avoid initial
11509         lseek call be passing in a buffer which never allow a successful
11510         first getdents syscall if not at leas the initial entry can be
11511         stored in the user buffer.
11513         * localedata/Makefile: Add rules to clean up directories created by
11514         new strfmon tests.
11516 2000-04-09  Geoff Clare  <gwc@unisoft.com>
11518         * localedata/tst-fmon.data: Added new tests for strfmon()
11519         using test locales with all combinations of cs_precedes,
11520         sign_posn and sep_by_space.
11521         * localedata/tst-fmon.sh: Updated to support the new tests.
11522         * localedata/tst-fmon-locales/tstfmon_n01y12: New file containing
11523         the localedef source for the new strfmon() test locale.
11524         * localedata/tst-fmon-locales/tstfmon_n02n40: Likewise.
11525         * localedata/tst-fmon-locales/tstfmon_n10y31: Likewise.
11526         * localedata/tst-fmon-locales/tstfmon_n11y41: Likewise.
11527         * localedata/tst-fmon-locales/tstfmon_n12y11: Likewise.
11528         * localedata/tst-fmon-locales/tstfmon_n20n32: Likewise.
11529         * localedata/tst-fmon-locales/tstfmon_n30y20: Likewise.
11530         * localedata/tst-fmon-locales/tstfmon_n41n00: Likewise.
11531         * localedata/tst-fmon-locales/tstfmon_y01y10: Likewise.
11532         * localedata/tst-fmon-locales/tstfmon_y02n22: Likewise.
11533         * localedata/tst-fmon-locales/tstfmon_y22n42: Likewise.
11534         * localedata/tst-fmon-locales/tstfmon_y30y21: Likewise.
11535         * localedata/tst-fmon-locales/tstfmon_y32n31: Likewise.
11536         * localedata/tst-fmon-locales/tstfmon_y40y00: Likewise.
11537         * localedata/tst-fmon-locales/tstfmon_y42n21: Likewise.
11539         * stdlib/strfmon.c: Correct problems with missing or extra
11540         spaces for unusual combinations of sign_posn and sep_by_space.
11541         Improved left-precision alignment code.
11543 2000-04-07  Andreas Jaeger  <aj@suse.de>
11545         * posix/Makefile (CFLAGS-regex.c): Remove DEBUG.
11547 2000-04-10  Andreas Jaeger  <aj@suse.de>
11549         * intl/Makefile: Don't run do-gettext-test when cross-compiling.
11551 2000-04-09  Ulrich Drepper  <drepper@redhat.com>
11553         Implement handling of restartable conversion functions according to
11554         ISO C.
11555         * iconv/gconv.h (__gconv_fct): Add additional parameter.
11556         * iconv/gconv_int.h (__BUILTIN_TRANS): Likewise.
11557         * iconv/gconv.c: Pass additional parameter to conversion function.
11558         * iconv/gconv_simple.c (internal_ucs4_loop_single): New function.
11559         (internal_ucs4le_loop_single): New function.
11560         (__gconv_transform_ascii_internal): Define ONE_DIRECTION.
11561         (__gconv_transform_internal_ascii): Likewise.
11562         (__gconv_transform_internal_utf8): Likewise.
11563         (__gconv_transform_utf8_internal): Likewise.
11564         (__gconv_transform_ucs2_internal): Likewise.
11565         (__gconv_transform_internal_ucs2): Likewise.
11566         (__gconv_transform_ucs2reverse_internal): Likewise.
11567         (__gconv_transform_internal_ucs2reverse): Likewise.
11568         (internal_ucs4le_loop_unaligned): Before return
11569         __GCONV_INCOMPLETE_INPUT check that the remaining bytes really form
11570         a valid character.  Otherwise return __GCONV_ILLEGAL_INPUT.
11571         (__gconv_transform_utf8_internal): Define STORE_REST and UNPACK_BYTES.
11572         * iconv/loop.c: Fit in definition of function to convert one character
11573         for processing of left-over bytes from the state object.
11574         * iconv/skeleton.c (gconv): Rename inbuf to inptrp and inbufend to
11575         inend to match names in loop functions.
11576         (RESET_INPUT_BUFFER): Change apprpriately.
11577         (gconv): If needed, call function to process bytes from the state
11578         object.  Similar at the end: store left over bytes if input is
11579         incomplete.
11580         Take extra argument and add new argument to all calls of the
11581         conversion function.
11582         * iconvdata/iso-2022-cn.c: Adjust numeric values used to store
11583         information in the state object to not conflict with length count.
11584         * iconvdata/iso-2022-jp.c: Likewise.
11585         * iconvdata/iso-2022-kr.c: Likewise.
11586         * iconvdata/unicode.c: Adjust for change change in parameters of
11587         skeleton function.
11588         * iconvdata/utf-16.c: Likewise.
11589         * libio/iofwide.c: Add new parameter to all calls of conversion
11590         function.
11591         * wcsmbs/btowc.c: Likewise.
11592         * wcsmbs/mbrtowc.c: Likewise.
11593         * wcsmbs/mbsnrtowcs.c: Likewise.
11594         * wcsmbs/mbsrtowcs.c: Likewise.
11595         * wcsmbs/wcrtomb.c: Likewise.
11596         * wcsmbs/wcsnrtombs.c: Likewise.
11597         * wcsmbs/wcsrtombs.c: Likewise.
11598         * wcsmbs/wctob.c: Likewise.
11600         * iconvdata/gbgbk.c: Always define MAX_NEEDED_OUTPUT and
11601         MAX_NEEDED_INPUT.
11603 2000-04-07  Andreas Jaeger  <aj@suse.de>
11605         * sysdeps/unix/sysv/linux/mips/kernel_sigaction.h: Updated for
11606         newer kernels.
11608 2000-04-07  Ulrich Drepper  <drepper@redhat.com>
11610         * wcsmbs/wchar.h (__mbstate_t): Rename elements.  Make __value
11611         element a union to allow byte access.
11612         * iconvdata/iso-2022-cn.c: Adjust for change of element name in
11613         mbstate_t.
11614         * iconvdata/iso-2022-jp.c: Likewise.
11615         * iconvdata/iso-2022-kr.c: Likewise.
11616         * wcsmbs/mbsinit.c: Likewise.
11617         * stdlib/mblen.c: Likewise.
11618         * stdio-common/printf-parse.h: Likewise.
11620 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
11622         * sysdeps/unix/sysv/linux/getdents.c (__getdents): The Linux
11623         kernel does not allow relative seeks on descriptors associated
11624         with directories.  Go back to get the position in the directory
11625         every time we enter the function.  Return -1 and set errno if one
11626         entry could be read from the kernel but does not fit into the
11627         buffer passed in by the user.
11629         * locale/programs/charmap.c (charmap_new_char): Add parameter step.
11630         Support ..(2).. ellipsis.
11631         (parse_charmap): Recognize ..(2).. etc and pass step down.
11632         Correctly generate names for UCS4 characters.
11634         * locale/programs/ld-ctype.c (struct translit_ignore_t): Add step.
11635         (ctype_finish): We know the wide character value for <SP>,
11636         don't search.
11637         (charclass_symbolic_ellipsis): Handle ..(2).. ellipsis.
11638         (charclass_ucs4_ellipsis): Likewise.
11639         (read_translit_ignore_entry): Store ellipsis step.
11640         (ctype_read): Recognize ..(2).. etc and pass step down.
11642         * locale/programs/linereader.c (lr_token): When seeing comment
11643         character ignore only rest of line in sources but stop at escaped
11644         newline.
11645         Recognize ..(2).. and ....(2).....
11647         * locale/programs/locfile-token.h (enum token_t): Add tok_ellipsis2_2
11648         and tok_ellipsis4_2.
11650 2000-04-06  Andreas Jaeger  <aj@suse.de>
11652         * sysdeps/unix/sysv/linux/alpha/Dist: init-first.h has been
11653         removed, remove it here also.
11654         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
11655         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
11656         * sysdeps/unix/sysv/linux/sparc/sparc32/Dist: Likewise.
11657         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
11659 2000-04-06  Jakub Jelinek  <jakub@redhat.com>
11661         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Don't
11662         include bits/sigcontext.h.
11663         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
11665 2000-04-06  Ulrich Drepper  <drepper@redhat.com>
11667         * locale/programs/ld-collate.c (collate_read): Handle ellipsis in
11668         collation symbol definition.  Value in quivalence definition must
11669         be defined, don't check that it is not.
11671         * locale/programs/charmap.c (parse_charmap): Recognize <Uxxxx>
11672         values as character names.
11674         * locale/programs/ld-ctype.c (get_character): Handle missing
11675         repertoire map correctly.
11677 2000-04-05  Cristian Gafton  <gafton@redhat.com>
11679         * ctype/ctype.h (__isctype_l): Define even if not __OPTIMIZE__
11680         because it is used in generic code.
11681         * wctype/wctrans.c: Define __ctype32_toupper and __ctype32_tolower.
11682         * wcsmbs/wcwidth.h: Declare __ctype32_b.
11683         * intl/gettext.c: Include <locale.h>.
11684         * intl/ngettext.c: Likewise.
11686 2000-04-05  Jakub Jelinek  <jakub@redhat.com>
11688         * resolv/inet_ntop.c (inet_ntop4, inet_ntop6, inet_ntop): Use
11689         socklen_t type for size.
11690         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Rewrite for new
11691         init function interface.
11692         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
11693         * sysdeps/unix/sysv/linux/sparc/bits/setjmp.h: Don't include
11694         sys/ucontext.h.
11695         (__jmp_buf): Declare the whole type structure here, don't use
11696         ucontext.
11698 2000-04-05  Ulrich Drepper  <drepper@redhat.com>
11700         * iconv/skeleton.c (put16u): Fix typo.
11701         Reported by Bruno Haible <haible@ilog.fr>.
11703         * sysdeps/unix/sysv/linux/alpha/init-first.h: Not needed anymore.
11704         * sysdeps/unix/sysv/linux/arm/init-first.h: Likewise.
11705         * sysdeps/unix/sysv/linux/mips/init-first.h: Likewise.
11706         * sysdeps/unix/sysv/linux/powerpc/init-first.h: Likewise.
11707         * sysdeps/unix/sysv/linux/sparc/sparc32/init-first.h: Likewise.
11708         * sysdeps/unix/sysv/linux/sparc/sparc64/init-first.h: Likewise.
11710         * sysdeps/unix/sysv/linux/Dist: Remove getresuid and getresgid.
11711         * Makefile (distribute): Add abi-versions.awk and
11712         firstversions.awk.
11713         Patches by Torsten Duwe <duwe@caldera.de>.
11715 2000-04-05  Andreas Schwab  <schwab@suse.de>
11717         * nss/Makefile ($(objpfx)makedb): Move $(libdl) after db-open.o.
11719 2000-04-05  Andreas Schwab  <schwab@suse.de>
11721         * sysdeps/m68k/dl-machine.h (RTLD_START): Readd _dl_start_user
11722         entry point, used on Hurd.
11724 2000-04-04  Andreas Jaeger  <aj@suse.de>
11726         * intl/Makefile: Only run the gettext test with shared libraries.
11728 2000-03-16  Mark Kettenis  <kettenis@gnu.org>
11730         * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
11731         Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
11733 2000-04-05  Roland McGrath  <roland@baalperazim.frob.com>
11735         * Makeconfig: Undo last change.
11736         * configure.in: If --disable-shared was given, don't set VERSIONING,
11737         don't define DO_VERSIONING, and don't give scare warning for no
11738         versioning.
11739         * configure: Regenerated.
11741 2000-04-04  Roland McGrath  <roland@baalperazim.frob.com>
11743         * Makeconfig [$(build-shared) != yes] (versioning): Set to `no'.
11745 2000-04-04  Andreas Jaeger  <aj@suse.de>
11747         * sysdeps/generic/fgetexcptflg.c: Use shlib-compat macros.
11749 2000-04-04  Ulrich Drepper  <drepper@redhat.com>
11751         * elf/dl-runtime.c (fixup): Correct handling of symbols marked
11752         STV_HIDDEN and STV_INTERNAL during lookup.
11753         (profile_fixup): Likewise.
11754         * elf/dl-reloc.c (RESOLVE): Likewise.
11756         * iconv/skeleton.c (FUNCTION_NAME): Reorder initialization of
11757         unaligned so that it compiles for system which need unaligned
11758         access handling.
11760 2000-04-04  Andreas Schwab  <schwab@suse.de>
11762         * elf/cache.c (print_entry): Only look at the type field when
11763         printing the type.
11765 2000-04-04  Andreas Schwab  <schwab@suse.de>
11767         * iconvdata/big5.c (BODY): Fix typo.
11769 2000-04-04  Andreas Schwab  <schwab@suse.de>
11771         * sysdeps/m68k/dl-machine.h (RTLD_START): Rewrite for new init
11772         function interface.  Remove unused _dl_start_user entry point.
11774 2000-04-03  Andreas Jaeger  <aj@suse.de>
11776         * include/arpa/inet.h (__inet_aton): Add protoype.
11778 2000-04-01  Andreas Jaeger  <aj@suse.de>
11780         * sysdeps/mach/hurd/mips/init-first.c: Use SHARED instead of PIC.
11782         * sysdeps/unix/mips/sysdep.h: Use __PIC__ instead of PIC.
11783         * sysdeps/mach/mips/thread_state.h: Likewise.
11785         * sysdeps/generic/fclrexcpt.c: Use shlib-compat macros.
11786         * sysdeps/generic/fegetenv.c: Likewise.
11787         * sysdeps/generic/fesetenv.c: Likewise.
11788         * sysdeps/generic/feupdateenv.c: Likewise.
11789         * sysdeps/generic/fraiseexcpt.c: Likewise.
11790         * sysdeps/generic/fsetexcptflg.c: Likewise.
11791         * sysdeps/unix/sysv/linux/alpha/glob.c: Likewise.
11792         * sysdeps/unix/sysv/linux/arm/errlist.c: Likewise.
11793         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
11794         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
11796 2000-04-02  H.J. Lu  <hjl@gnu.org>
11798         * elf/ldconfig.h (FLAG_IA64_LIB64): New. Defined.
11800 2000-04-03  Ulrich Drepper  <drepper@redhat.com>
11802         * elf/dl-load.c (_dl_dst_substitute): Pretty print comment.
11803         (add_name_to_object): Add cast in malloc call.
11804         (fillin_rpath): Optimize loop to initialize ->status a bit.
11806         * sysdeps/i386/dl-machine.h: Undo last change.
11807         * sysdeps/mach/hurd/i386/dl-machine.h (RTLD_START_SPECIAL_INIT):
11808         Restore %edx register after call here.
11810         * sysdeps/arm/atomicity.h: New file.
11811         Contributed by Jesper Skov <jskov@redhat.com>.
11813 2000-04-03  Roland McGrath  <roland@baalperazim.frob.com>
11815         * Makeconfig (preprocess-versions): Undo last change.
11816         Instead, pass -I$(common-objdir) -I$(..)include instead of $(CPPFLAGS).
11818         * sysdeps/mach/hurd/i386/init-first.c (init): Don't set __environ
11819         here, before we might move the stack.
11820         (posixland_init): Set __libc_argc, __libc_argc, and __environ here.
11821         (init1): And not here.
11823         * sysdeps/i386/dl-machine.h (RTLD_START): Fix code broken by last
11824         change, to restore argc value in call-clobbered register after
11825         RTLD_START_SPECIAL_INIT, which will contain a call.
11827         * elf/dl-deps.c (_dl_map_object_deps): Fix size calculations for
11828         allocating and initializing L->l_initfini.
11830         * resolv/Makefile (headers): Add bits/netdb.h, so it gets installed.
11832 2000-04-03  Ulrich Drepper  <drepper@redhat.com>
11834         * elf/dl-load.c (_dl_init_paths): Use (void*) -1 to signal non-existing
11835         RUNPATH, RPATH, and LD_LIBRARY_PATH.
11836         (open_path): Change type of fourth parameter.  Make pointer to array
11837         of pointers.  Create variable dirs with original type.
11838         Track whether any directory for the object exists and if not,
11839         change *DIRSP to (void*) -1 to signal there is no such search path.
11840         (_dl_map_object): Change all calls of open_path.
11841         Rewrite decompose_rpath calls.
11843 2000-03-31  Andreas Schwab  <schwab@suse.de>
11845         * string/strfry.c: Declare STATE as array of char instead of int
11846         and do not initialize it (done by initstate_r).  Pass correct
11847         size.
11849 2000-04-03  Ulrich Drepper  <drepper@redhat.com>
11851         * sysdeps/generic/ldsodefs.h: Fix typo in comment.
11853         * sysdeps/i386/dl-machine.h (RTLD_START): Squeeze one more
11854         instruction out of the code.
11856 2000-04-02  Ulrich Drepper  <drepper@redhat.com>
11858         * elf/dl-fini.c (_dl_fini): Increment j counter after swapping in
11859         element at this position.
11861         * elf/Versions [ld.so] (GLIBC_2.2): Export _dl_load_lock.
11862         * elf/link.h (struct link_map): Add l_reldepsmax, l_reldepsact, and
11863         l_reldeps elements.
11864         * elf/dl-lookup.c (add_dependency): New function.
11865         (_dl_lookup_symbol): Use it whenever symbol was found in a global,
11866         dynamically loaded object.
11867         (_dl_lookup_symbol_skip): Likewise.
11868         (_dl_lookup_versioned_symbol): Likewise.
11869         (_dl_lookup_versioned_symbol_skip): Likewise.
11870         * elf/dl-open.c: Don't define _dl_load_lock here...
11871         * elf/rtld.c: ...but here...
11872         * elf/dl-support.c: ...and here.
11873         * elf/dl-close.c (_dl_close): Close also dependent objects introduce
11874         through relocation.
11875         * elf/dl-fini.c (_dl_fini): Also take dependencies introduced through
11876         relocations.
11877         * dlfcn/Makefile (glrefmain.out): Test is not expected to fail
11878         anymore.
11879         * dlfcn/glrefmain.c: Add one more debug message.
11881         * Makeconfig (preprocess-versions): Don't add $(CPPFLAGS) to compiler
11882         command line.
11883         * Makerules (sysd-versions): Use ( ) instead of { }.
11885         * elf/dl-load.c: Use __builtin_expect to signal that compiler should
11886         optimize for the non-debugging case.
11887         * elf/dl-lookup.c: Likewise.
11888         * sysdeps/generic/libc-start.c: Likewise.
11890 2000-04-02  Roland McGrath  <roland@baalperazim.frob.com>
11892         * sysdeps/mach/hurd/i386/init-first.c: Replace PIC #ifdefs with SHARED.
11893         (init1): Don't initialize __environ here, since init already does it.
11894         (first_init): New function, broken out of _init.
11895         (_hurd_stack_setup): Use it.
11896         [SHARED] (_dl_init_first): New function, renamed from old _init.
11897         (init1) [SHARED]: Don't call posixland_init here.
11898         (posixland_init): Take ENVP arg, so signature is usual for initializer.
11899         [SHARED] (_init): Define as alias for posixland_init.
11900         [! SHARED] (__libc_first_init): Define as alias for posixland_init.
11901         * sysdeps/i386/dl-machine.h (RTLD_START): Insert the macro
11902         RTLD_START_SPECIAL_INIT before calling initializers.
11903         (RTLD_START_SPECIAL_INIT): Define to empty if undefined.
11904         * sysdeps/mach/hurd/i386/dl-machine.h: New file.
11905         * sysdeps/mach/hurd/dl-sysdep.c (_dl_init_first): New weak function.
11906         * elf/Versions ({libc,ld.so}: GLIBC_2.2): Add _dl_init_first.
11908         * stdio-common/tmpfile.c [! USE_IN_LIBIO]: No alias needed,
11909         since we define the function with the name `tmpfile'.
11911         * mach/Versions: Define SHARED instead of PIC to affect shlib-compat.h.
11912         * hurd/Versions: Likewise.
11914 2000-04-02  Ulrich Drepper  <drepper@redhat.com>
11916         * elf/dl-runtime.c (fixup): Fix typo in comment.
11918         * resolv/netdb.h (getnameinfo): All length parameters are of type
11919         socklen_t.
11920         * inet/getnameinfo.c: Likewise.
11922 2000-04-01  Ulrich Drepper  <drepper@redhat.com>
11924         * posix/unistd.h (socklen_t): Define if it has not yet happened.
11925         (gethostname): Change type of second parameter to socklen_t.
11926         * include/unistd.h (__gethostname): Change type of second
11927         parameter to socklen_t.
11928         * sysdeps/generic/gethostname.c (__gethostname): Likewise.
11929         * sysdeps/mach/hurd/gethostname.c (__gethostname): Likewise.
11930         * sysdeps/unix/sysv/gethostname.c (__gethostname): Likewise.
11931         * sysdeps/unix/sysv/sysv4/solaris2/gethostname.c (__gethostname):
11932         Likewise.
11933         * sysdeps/unix/sysv/linux/gethostname.c: Removed.
11934         * sysdeps/generic/bits/socket.h: Use __socklen_t to define socklen_t.
11935         Allow definition elsewhere.
11936         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11937         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11938         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11939         * sysdeps/generic/bits/types.h: Define __socklen_t.
11940         * sysdeps/unix/sysv/aix/bits/types.h: Likewise.
11941         * sysdeps/unix/sysv/hpux/bits/types.h: Likewise.
11942         * sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
11943         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
11944         * sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
11945         * sysdeps/unix/sysv/linux/sparc/bits/types.h: Likewise.
11946         * sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
11948         * inet/arpa/inet.h (inet_addr): Change return type to in_addr_t.
11949         (inet_lnaof): Likewise.
11950         (inet_netof): Likewise.
11951         (inet_network): Likewise.
11952         (inet_aton): Likewise.
11953         (inet_makeaddr): Change parameter types to in_addr_t.
11954         (inet_neta): Likewise.
11955         (inet_ntop): Change type of last parameter to socklen_t.
11956         (inet_aton): Only make available if __USE_MISC.
11957         (inet_neta): Likewise.
11958         (inet_net_ntop): Likewise.
11959         (inet_net_pton): Likewise.
11960         (inet_nsap_ntoa): Likewise.
11962         * inet/in.h: Define in_port_t type.
11963         Define in_addr_t type.
11964         (struct in_addr): Use in_addr_t in definition.
11965         (IN_CLASSA): Use cast to in_addr_t.
11966         (IN_CLASSB): Likewise.
11967         (IN_CLASSC): Likewise.
11968         (IN_CLASSD): Likewise.
11969         (IN_EXPERIMENTAL): Likewise.
11970         (IN_BADCLASS): Likewise.
11971         (INADDR_ANY): Likewise.
11972         (INADDR_BROADCAST): Likewise.
11973         (INADDR_NONE): Likewise.
11974         (INADDR_LOOPBACK): Likewise.
11975         (INADDR_UNSPEC_GROUP): Likewise.
11976         (INADDR_ALLHOSTS_GROUP): Likewise.
11977         (INADDR_ALLRTRS_GROUP): Likewise.
11978         (INADDR_MAX_LOCAL_GROUP): Likewise.
11979         (struct sockaddr_in): Use in_port_t for sin_port element.
11980         (struct sockaddr_in6): Use in_port_t for sin6_port element.
11981         Use uint8_t instead of u_int8_t.
11983         * resolv/inet_addr.c (inet_addr): Change return type to in_addr_t.
11984         Call __inet_aton instead of inet_aton.
11985         (__inet_aton): Renamed from inet_aton.  Add weak alias under old name.
11987         * resolv/netdb.h (gethostbyname2): Define only is __USE_MISC.
11988         (innetgr): Likewise.
11989         (struct addrinfo): Use socklen_t for ai_addrlen element.
11991         * sysdeps/unix/sysv/linux/bits/in.h (IPV6_MTU_DISCOVER, IPV6_MTU,
11992         IPV6_RECVERR): New defines.
11994         * include/netdb.h: Change type of first parameter of __getnetbyaddr_r.
11995         * inet/getnetbyad.c: Likewise.
11996         * inet/getnetbyad_r.c: Likewise.
11997         * nis/nss_nis/nis-network.c: Likewise.
11998         * nis/nssplus_nis/nisplus-network.c: Likewise.
11999         * nss/nss_files/files-network.c: Likewise.
12000         * resolv/netdb.h: Define uint32_t if not already happened.
12001         Include bits/netdb.h.  Remove definition of struct netent.
12002         Change type of first parameter of getnetbyaddr_r and getnetbyaddr.
12003         * sysdeps/generic/stdint.h: Allow definition of uint32_t elsewhere.
12004         * sysdeps/generic/bits/netdb.h: New file.
12005         * sysdeps/unix/sysv/linux/alpha/bits/netdb.h: New file.
12007         * dlfcn/Makefile (distribute): Add glreflib1.c and glreflib2.c.
12008         (tests): Add glrefmain.
12009         Add rules to build modules and run tests.  Ignore result of glrefmain
12010         for now since it fails.
12011         * dlfcn/glrefmain.c: New file.
12012         * dlfcn/glreflib1.c: New file.
12013         * dlfcn/glreflib2.c: New file.
12015         * test-skeleton.c: Include <string.h> for strsignal prototype.
12017         * locale/programs/ld-collate.c (check_duplicate): Allow repertoire
12018         to be missing.
12020         * sysdeps/unix/sysv/linux/init-first.c (init): Add code from
12021         former init-first.h.  Initialize __libc_multiple_libcs.
12023 2000-03-31  Ulrich Drepper  <drepper@redhat.com>
12025         * iconv/skeleton.c: Define access macros with u suffix.  Adjust
12026         #if expression for use of unaligned function to the one used in
12027         the definition of these functions.
12028         * iconv/loop.c: Undefined `unaligned' before recursive inclusion.
12029         * iconv/gconv_simple.c (internal_ucs4_loop_unaligned): New function.
12030         (internal_ucs4le_loop_unaligned): New function.
12032         * elf/Makefile (distribute): Add dep1.c, dep2.c, dep3.c, and dep4.c.
12033         (tests): Add order.
12034         (module-names): Add dep1, dep2, dep3, and dep4.
12035         Add dependencies for dep* modules and order.
12036         Define rule for order.out which checks the result.
12037         * elf/dep1.c: New file.
12038         * elf/dep2.c: New file.
12039         * elf/dep3.c: New file.
12040         * elf/dep4.c: New file.
12041         * elf/order.c: New file.
12043         * elf/dl-init.c: Fix typo in comment.
12045 2000-03-31  Andreas Jaeger  <aj@suse.de>
12047         * sysdeps/mips/dl-machine.h (RTLD_START): Rewritten to match new
12048         init function interface.
12049         * sysdeps/mips/mips64/dl-machine.h (RTLD_START): Likewise.
12051 2000-03-31  Andreas Jaeger  <aj@suse.de>
12053         * sysdeps/mips/fpu/fgetexcptflg.c: Fix last patch to use #if.
12054         * sysdeps/mips/fpu/fegetenv.c: Likewise.
12055         * sysdeps/mips/fpu/feupdateenv.c: Likewise.
12056         * sysdeps/mips/fpu/fclrexcpt.c: Likewise.
12057         * sysdeps/mips/fpu/fesetenv.c: Likewise.
12059         * sysdeps/generic/ldsodefs.h: DT_INIT_ARRAY is not relocated
12060         anymore, update comment.
12062         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
12064         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Remove
12065         SHLIB_COMPAT - the struct is always needed.
12067 2000-03-31  Ulrich Drepper  <drepper@redhat.com>
12069         * sysdeps/i386/dl-machine.h (RTLD_START): Optimize for i686.
12070         * elf/dl-support.c: Define _dl_starting_up.
12072 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
12074         * elf/dl-init.c (_dl_init): Clear _dl_starting_up at end of function.
12075         * sysdeps/i386/dl-machine.h: Remove code to clear _dl_starting_up.
12077         * misc/sys/cdefs.h: Don't allow gcc in traditional mode to be used.
12079         * elf/Makefile (dl-routines): Remove preinit.
12080         * elf/Versions: Remove _dl_preinit.
12081         * elf/dl-preinit.c: Removed.  Move content into...
12082         * elf/dl-init.c: ...here.
12083         * sysdeps/i386/dl-machine.h (RTLD_START): Remove call to _dl_preinit.
12085         * sysdeps/generic/bits/shm.h (struct shmid_ds): Correct names of
12086         elements.
12088 2000-03-29  Geoff Clare  <gwc@unisoft.com>
12090         * stdlib/strfmon.c: Corrected problems with the code that
12091         sets default values for [np]_sep_by_space and
12092         [np]_sign_posn; also the new positive/negative alignment
12093         code from the previous patch was not quite right for
12094         [np]_sign_posn = 0.
12096         * localedata/tst-fmon.data: Changes corresponding to the
12097         two sets of fixes made to stdlib/strfmon.c.
12099 2000-03-29  Jes Sorensen  <jes@pcatls01.cern.ch>
12101         * malloc/malloc.c: Declare bit flags UL so that they will not
12102         default to int size when being inverted.
12104 2000-03-29  Andreas Jaeger  <aj@suse.de>
12106         * sysdeps/unix/sysv/linux/arm/errlist.c: Use shlib-compat macros.
12107         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
12109 2000-03-29  Andreas Jaeger  <aj@suse.de>,
12110             Ralf Baechle <ralf@uni-koblenz.de>
12112         * Makeconfig: Introduce new variable SHARED to mark code used in
12113         the shared library.
12114         * elf/dl-close.c: Use it instead of PIC.
12115         * elf/dl-load.c: Likewise.
12116         * elf/dl-open.c: Likewise.
12117         * hurd/geteuids.c: Likewise.
12118         * include/libc-symbols.h: Likewise.
12119         * include/shlib-compat.h: Likewise.
12120         * libio/freopen.c: Likewise.
12121         * linuxthreads/cancel.c: Likewise.
12122         * linuxthreads/pthread.c: Likewise.
12123         * linuxthreads/wrapsyscall.c: Likewise.
12124         * nss/nsswitch.c: Likewise.
12125         * stdio-common/vfprintf.c: Likewise.
12126         * sysdeps/arm/init-first.c: Likewise.
12127         * sysdeps/i386/init-first.c: Likewise
12128         * sysdeps/generic/init-first.c: Likewise.
12129         * sysdeps/generic/libc-start.c: Likewise.
12130         * sysdeps/mips/init-first.c: Likewise.
12131         * sysdeps/powerpc/elf/libc-start.c: Likewise.
12132         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
12133         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
12134         * sysdeps/unix/sysv/linux/arm/errlist.c: Likewise.
12135         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
12137         * sysdeps/mips/machine-gmon.h (asm): Use __PIC__ as check.
12139 2000-03-29  Andreas Jaeger  <aj@suse.de>
12141         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
12142         Use D_PTR to access relocated entries in l_info.
12143         (elf_machine_rela): Likewise.
12145         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
12146         Likewise.
12147         (elf_machine_rela): Likewise.
12149         * sysdeps/powerpc/dl-machine.c (__elf_machine_runtime_setup):
12150         Likewise.
12151         (__elf_machine_fixup_plt): Likewise.
12152         (__process_machine_rela): Likewise.
12154         * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Likewise.
12155         (elf_machine_rela): Likewise.
12157         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Likewise.
12158         (elf_machine_rel): Likewise.
12160         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Likewise.
12161         (elf_machine_fixup_plt): Likewise.
12162         (elf_machine_rela): Likewise.
12164 2000-03-29  Andreas Jaeger  <aj@suse.de>
12166         * sysdeps/unix/sysv/linux/msgctl.c: Use shlib-compat macros.
12167         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
12168         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
12169         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Likewise.
12170         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
12171         * sysdeps/unix/sysv/linux/i386/msgctl.c: Likewise.
12172         * sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: Likewise.
12173         * sysdeps/unix/sysv/linux/i386/semctl.c: Likewise.
12174         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
12175         * sysdeps/unix/sysv/linux/i386/shmctl.c: Likewise.
12176         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Likewise.
12177         * sysdeps/unix/sysv/linux/alpha/semctl.c: Likewise.
12178         * sysdeps/unix/sysv/linux/alpha/shmctl.c: Likewise.
12179         * sysdeps/unix/sysv/linux/alpha/adjtime.c: Likewise.
12180         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
12182         * sysdeps/unix/sysv/linux/alpha/oldglob.c: Use shlib-compat
12183         macros, remove K&R prototypes.
12185 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
12187         * posix/getopt.c (_getopt_internal): Return -1 if argc < 1.
12188         Reported by Andrew Wiseman <a.wiseman@bandc.dircon.co.uk>
12189         (PR libc/1677).
12191 2000-03-30  Andreas Jaeger  <aj@suse.de>
12193         * misc/sys/cdefs.h: Remove K&R support.
12195 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
12197         * iconv/skeleton.c: Avoid compiling unaligned versions in some
12198         more cases.
12199         * iconv/loop.c: Likewise.
12201 2000-03-29  Bruno Haible  <haible@clisp.cons.org>
12203         * iconv/loop.c (put16): Remove __const. Fix access index.
12204         (put32): Remove __const. Use uint32_t instead of uint16_t.
12205         * iconv/skeleton.c: Likewise.
12207 2000-03-30  Roland McGrath  <roland@baalperazim.frob.com>
12209         * mach/Versions (libc: GLIBC_2.0)
12210         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]: Conditionalize
12211         __vm_allocate on this.
12212         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)]: Conditionalize
12213         mutex- and spinlock-related symbols on this.
12214         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: HURD_CTHREADS_0.3):
12215         New version set.  Lock-related symbols go here instead in this case.
12216         * sysdeps/mach/hurd/Versions (libc: GLIBC_2.0): Remove
12217         _cthread_exit_routine, _cthread_init_routine, cthread_keycreate,
12218         cthread_getspecific, cthread_setspecific, __libc_getspecific.
12219         * hurd/Versions
12220         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: GLIBC_2.0):
12221         Put them here instead.
12222         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)] (libc: HURD_CTHREADS_0.3):
12223         New version set.  Those cthreads symbols go here instead in this case.
12224         * Versions.def (libc) [USE_IN_LIBIO]: Add HURD_CTHREADS_0.3 version.
12226 2000-03-30  Ulrich Drepper  <drepper@redhat.com>
12228         * elf/dl-init.c (_dl_init): We don't need to call constructors
12229         recursively.  Fold _dl_init_rec in _dl_init and optimize a bit more.
12231         Implement dynamic determination of constructor/destructor order in
12232         the dynamic linker.
12233         * elf/Versions [ld.so] (GLIBC_2.0): Remove _dl_init_next.
12234         (GLIBC_2.2): Add _dl_init.
12235         * elf/dl-close.c: Also call all destructors in FINI_ARRAY.
12236         r_duplist is not anymore allocated separately.  l_initfini is and
12237         therefore free it if necessary.
12238         * elf/dl-deps.c: If a searchlist has to be allocated, put all in one
12239         malloc block.  Otherwise allocate l_initfini list only.
12240         Put dependencies for the object in l_initfini list.
12241         Sort dependencies for the object to be loaded topologically.
12242         * elf/dl-fini.c: Before running the destructors sort the topologically.
12243         * elf/dl-init.c (_dl_init): Renamed from _dl_init_next.  Rewrite to
12244         call constructors instead of iterating over the pointers.  Get list of
12245         objects for which to run constructors from l_initfini element. Accept
12246         argc, argv, and env as parameters and pass them to the constructors.
12247         * elf/ld-load.c (_dl_map_object_from_fd): Initialize l_ldnum member
12248         with size of dynamic section.
12249         * elf/dl-open.c (dl_open_worker): Only call _dl_init instead of
12250         _dl_init_next and calling constructors ourself.
12251         * elf/dl-preinit.c (_dl_preinit): Renamed from _dl_preinit_next.
12252         Take argc, argv, and env as parameters and pass them to the
12253         constructors.  Rewrite to call all constructors and not iterate over
12254         the pointers.
12255         * elf/dynamic-link.h: Don't relocate DT_FINI_ARRAY entry.  Don't
12256         precompute l_initcount and l_preinitcount.
12257         * elf/link.h (struct link_map): Add l_ldnum member.
12258         Make l_phdr_allocated part of the bitfield.  Remove l_runcount,
12259         l_initcount, and l_preinitcount.  Add l_initfini.
12260         * sysdeps/generic/ldsodefs.h: Replace _dl_init_next prototype with
12261         one for _dl_init.
12262         * sysdeps/i386/dl-machine (RTLD_START): Rewrite to match new init
12263         function interface.
12264         * sysdeps/unix/sysv/linux/init-first.h: Removed.
12265         * sysdeps/unix/sysv/linux/Dist: Delete file here as well.
12266         * sysdeps/unix/sysv/linux/init-first.c [PIC]: Don't use
12267         SYSDEP_CALL_INIT.  Make _init a strong alias of init.  The calling
12268         conventions now match.
12270         * sysdeps/generic/libc-start.c: Calling __libc_init_first has no
12271         effect for shared objects.  Don't emit message and call only for
12272         static library.
12274 2000-03-29  Ulrich Drepper  <drepper@redhat.com>
12276         * iconvdata/testdata/CSA_Z243.4-1985-1..UCS-2BE: Renamed from
12277         CSA_Z243.4-1985-1..UCS2.
12278         * iconvdata/testdata/ISO-8859-10..UCS-2BE: Renamed from
12279         ISO-8859-10..UCS2.
12281 2000-03-29  Andreas Jaeger  <aj@suse.de>
12283         * include/unistd.h: Remove duplicate entry for __rmdir.
12284         Remove declaration of __mkdir since __mkdir is declared in
12285         sys/stat.h.
12287         * manual/creature.texi (Feature Test Macros): Fix typo, reported
12288         by Michael Deutschmann <michael@talamasca.ocis.net>.
12290         * sysdeps/mips/fpu/fclrexcpt.c: Use shlib-compat macros.
12291         * sysdeps/mips/fpu/fegetenv.c: Likewise.
12292         * sysdeps/mips/fpu/fesetenv.c: Likewise.
12293         * sysdeps/mips/fpu/feupdateenv.c: Likewise.
12294         * sysdeps/mips/fpu/fgetexcptflg.c: Likewise.
12296 2000-03-28  Andreas Jaeger  <aj@suse.de>
12298         * sysdeps/i386/fpu/bits/mathinline.h (__sincos): Remove redundant
12299         declaration, the prototype is defined via bits/mathcalls.h.
12300         (__sincosf): Likewise.
12301         (__sincosl): Likewise.
12302         (ldexp): Likewise.
12303         (ldexpf): Likewise.
12304         (ldexpl): Likewise.
12305         (__finite): Likewise.
12306         (__inline_mathcodeNP): New macro without prototype
12307         declarations.
12308         (__inline_mathcodeNP2): Likewise.
12309         (__inline_mathcodeNP3): Likewise.
12310         (__inline_mathcodeNP_): Likewise.
12311         (__inline_mathcodeNP2_): Likewise.
12312         (__inline_mathcodeNP3_): Likewise.
12313         (__inline_mathopNP): Likewise.
12314         (__inline_mathop_declNP): Likewise.
12315         (__inline_mathop_declNP_): Likewise.
12316         (__inline_mathcode_): Use __inline_mathcodeNP_.
12317         (__inline_mathcode2_): Use __inline_mathcodeNP2_.
12318         (__inline_mathcode3_): Use __inline_mathcodeNP3_.
12319         (__inline_mathop_decl_): Use __inline_mathop_declNP__.
12320         (__expm1l): Don't define prototype, the prototype is defined via
12321         bits/mathcalls.h.
12322         (exp): Likewise.
12323         (__expl): Likewise.
12324         (tan): Likewise.
12325         (atan2): Likewise.
12326         (__atan2l): Likewise.
12327         (fmod): Likewise.
12328         (pow): Likewise.
12329         (fabsf): Likewise.
12330         (fabsl): Likewise.
12331         (__fabsl): Likewise.
12332         (asin): Likewise.
12333         (acos): Likewise.
12334         (sinh): Likewise.
12335         (cosh): Likewise.
12336         (tanh): Likewise.
12337         (floor): Likewise.
12338         (ceil): Likewise.
12339         (expm1): Likewise.
12340         (log1p): Likewise.
12341         (asinh): Likewise.
12342         (acosh): Likewise.
12343         (atanh): Likewise.
12344         (hypot): Likewise.
12345         (logb): Likewise.
12346         (fma): Likewise.
12347         (drem): Likewise.
12348         (sqrt): Likewise.
12349         (__sqrtl): Likewise.
12350         (sin): Likewise.
12351         (cos): Likewise.
12352         (atan): Likewise.
12353         (log): Likewise.
12354         (log10): Likewise.
12355         (asinh): Likewise.
12356         (log2): Likewise.
12357         (rint): Likewise.
12359 2000-03-28  Ulrich Drepper  <drepper@redhat.com>
12361         * Makerules: If make variable md5 is defined to yes after
12362         generating dependencies generate MD5 sum for the object.
12364         * iconv/gconv_builtin.h: Fix length in transformation definition
12365         for UNICODEBIG.
12367         * iconvdata/TESTS: Use UCS-2BE instead of UCS2.
12369         * iconv/loop.c: Define get16, get32, put16, and put32 macros to
12370         allow as well reading from/writing to unaligned addresses on machines
12371         which don't support this in hardware.  Use FCTNAME macro to define
12372         function name.  Include the file a second time for platforms which
12373         need special unaligned handling.
12374         * iconv/skeleton.c: Define get16u, get32u, put16u, and put32u macros
12375         to access potentially unaligned addresses.  These macros are intended
12376         to be used only outside the loops.
12377         (unaligned): New definition.  In case the machine can handle unaligned
12378         access define as zero.  Otherwise as a variable which is initialized
12379         as nonzero in case the buffer passed in at runtime is unaligned with
12380         respect to the character set encoding involved.
12381         Call aligned or unaligned looop functions according to unaligned
12382         variable.
12383         * iconvdata/8bit-gap.c: Use get16, get32, put16, and put32 instead
12384         of direct casting pointer to potentially handle unaligned memory
12385         accesses.
12386         * iconvdata/8bit-generic.c: Likewise.
12387         * iconvdata/ansi_x3.110.c: Likewise.
12388         * iconvdata/big5.c: Likewise.
12389         * iconvdata/euc-cn.c: Likewise.
12390         * iconvdata/euc-jp.c: Likewise.
12391         * iconvdata/euc-kr.c: Likewise.
12392         * iconvdata/euc-tw.c: Likewise.
12393         * iconvdata/gbk.c: Likewise.
12394         * iconvdata/iso-2022-cn.c: Likewise.
12395         * iconvdata/iso-2022-jp.c: Likewise.
12396         * iconvdata/iso-2022-kr.c: Likewise.
12397         * iconvdata/iso646.c: Likewise.
12398         * iconvdata/iso_6937-2.c: Likewise.
12399         * iconvdata/iso_6937.c: Likewise.
12400         * iconvdata/johab.c: Likewise.
12401         * iconvdata/sjis.c: Likewise.
12402         * iconvdata/t.61.c: Likewise.
12403         * iconvdata/uhc.c: Likewise.
12404         * iconvdata/unicode.c: Likewise.
12405         * iconvdata/utf-16.c: Likewise.
12407         * locale/programs/simple-hash.c: Little optimizations.  Remove K&R
12408         prototypes.
12410         * malloc/Versions [libc] (GLIBC_2.2): Add mcheck_check_all.
12411         * malloc/mcheck.c (mcheck_check_all): Renamed from check_all and made
12412         public.
12413         * malloc/mcheck.h (mcheck_check_all): Declare.
12415         * stdio-common/Makefile (tests): Add tst-obprintf.
12417 2000-03-28  Roland McGrath  <roland@baalperazim.frob.com>
12419         * sysdeps/generic/bits/sigthread.h: Clean up conditionals.
12420         Declare pthread_sigmask.
12422         * csu/version.c: Add 2000 to copyright years.
12423         Remove Emacs local variables section.
12425 2000-03-23  Bruno Haible  <haible@clisp.cons.org>
12427         * iconv/gconv_int.h (__gconv_transform_ucs2little_internal,
12428         __gconv_transform_internal_ucs2little): Remove declarations.
12429         * iconv/gconv_simple.c (__gconv_transform_ucs2_internal,
12430         __gconv_transform_internal_ucs2): Never need to bswap_16.
12431         (__gconv_transform_ucs2reverse_internal,
12432         __gconv_transform_internal_ucs2reverse): Always need to bswap_16.
12434 2000-03-27  Roland McGrath  <roland@baalperazim.frob.com>
12436         * include/shlib-compat.h (SHLIB_COMPAT): Make the test handle the
12437         obsoleting version not being defined at all, in which case the
12438         result is always true.
12440         * Makeconfig (preprocess-versions): New canned sequence for running
12441         cpp on shlib-versions and the like.
12442         (soversions.i): Use it.
12443         * Makerules (Versions.all, sysd-versions): Use it to preprocess the
12444         Versions.def and Versions files.
12446 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
12448         * stdio-common/tst-obprintf.c (main): Add another check to see
12449         obstack_printf handling all possible beginnings of the block
12450         inside an obstack chunk.
12452         * locale/programs/localedef.c: Use __malloc_initialize_hook to
12453         install mcheck handler.
12455         * libio/obprintf.c (_IO_obstack_vprintf): Fix one more memory
12456         handling problem.
12458 2000-03-27  Roland McGrath  <roland@baalperazim.frob.com>
12460         * stdio-common/tmpfile.c: Use <shlib-compat.h> macros.
12462         * include/shlib-compat.h: Conditionalize <abi-versions.h> include
12463         on [HAVE_ELF && DO_VERSIONING].
12465 2000-03-27  Ulrich Drepper  <drepper@redhat.com>
12467         * stdio-common/tst-obprintf.c: New file.
12469 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
12471         * libio/genops.c (_IO_default_xsputn): Little optimization.  Call
12472         _IO_OVERFLOW directly instead through __overflow.
12474         * locale/programs/localedef.c (construct_output_path): If path
12475         contains a / compute the end of the directory name correctly.
12477         * include/features.h: Undef and document __USE_XOPEN2K.
12479         * malloc/mcheck.c: Implement pedantic checking of all allocated blocks
12480         whenever a function is called.  Initiated by calling mcheck_pedantic
12481         instead of mcheck.
12482         * malloc/mcheck.h: Declare mcheck_pedantic.
12483         * malloc/Versions [libc] (GLIBC_2.2): Add mcheck_pedantic.
12484         * locale/programs/localdef.c: Use mcheck_pedantic instead of mcheck
12485         for now.
12487 2000-03-26  Roland McGrath  <roland@baalperazim.frob.com>
12489         * dlfcn/dlopen.c: Use <shlib-compat.h> macros.
12490         * dlfcn/dlopenold.c: Likewise.
12491         * nss/getXXbyYY_r.c: Likewise.
12492         * nss/getXXent_r.c: Likewise.
12493         * hurd/hurdinit.c: Likewise.
12494         * hurd/compat-20.c: Likewise.
12495         * libio/oldiofopen.c: Likewise.
12496         * libio/oldiofclose.c: Likewise.
12497         * libio/oldiofdopen.c: Likewise.
12498         * libio/oldfileops.c: Likewise.
12499         * libio/oldstdfiles.c: Likewise.
12500         * libio/oldiofsetpos.c: Likewise.
12501         * libio/oldiofgetpos.c: Likewise.
12502         * libio/oldiofgetpos64.c: Likewise.
12503         * libio/oldiofsetpos64.c: Likewise.
12504         * libio/oldiopopen.c: Likewise.
12505         * libio/oldpclose.c: Likewise.
12506         * libio/oldtmpfile.c: Likewise.
12507         * libio/freopen.c (freopen): Likewise.
12508         * libio/iofclose.c (_IO_new_fclose): Likewise.
12510         * sysdeps/mach/sys/reboot.h: Include <features.h>.
12511         (reboot): Declare it.
12513         * libio/Makefile (headers): Add bits/stdio-lock.h here.
12515         * sysdeps/mach/hurd/bits/stdio-lock.h: New file.
12517         * include/shlib-compat.h: Include <abi-versions.h> unconditionally.
12519         * posix/unistd.h (intptr_t): Conditionalize on [__USE_MISC ||
12520         __USE_XOPEN_EXTENDED] rather than on [__USE_UNIX98].
12521         We need this for the sbrk decl, which can be included without Unix98.
12523 2000-03-20  Richard Henderson  <rth@cygnus.com>
12525         * nis/nss_nis/nis-service.c (_nss_nis_getservbyport_r): Last
12526         argument to yperr2nss is an int, not size_t.
12527         * posix/regex.c (print_partial_compiled_pattern): Cast all
12528         ptrdiff_t to long for printing.
12529         (print_compiled_pattern): Use Z for printing size_t.
12530         * posix/testfnm.c (tests): Avoid trigraphs.
12531         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_RUNTIME_TRAMPOLINE):
12532         Use a C comment, not an assembly comment.
12534         * sysdeps/unix/sysv/linux/alpha/msgctl.c: Clarify use
12535         of __ASSUME_32BITUIDS.
12537 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
12539         * libio/iofopncook.c: Remove K&R prototypes.
12541 2000-03-26  Roland McGrath  <roland@baalperazim.frob.com>
12543         * hurd/hurdrlimit.c (init_rlimit): Give the RLIMIT_NOFILE soft limit
12544         an initial value of 1024 instead of RLIM_INFINITY.
12546         * Versions.def (libmachuser, libhurduser): Remove these sections,
12547         since these libraries do not presently use symbol versions.
12549         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): If the resource limit
12550         is RLIM_INFINITY, return -1 instead.
12552 2000-03-24  Andreas Jaeger  <aj@suse.de>
12554         * Makefile (postclean): Added soversions.i.
12556 2000-03-24  Scott Bambrough  <scottb@netwinder.org>
12558         * sysdeps/arm/fpu/fpu_control.h: Define _FPU_MASK_IM, _FPU_MASK_ZM,
12559         _FPU_MASK_OM, _FPU_MASK_UM, _FPU_MASK_PM, _FPU_MASK_DM, _FPU_DEFAULT,
12560         and _FPU_IEEE.  Change _FPU_RESERVED.
12562 2000-03-24  Scott Bambrough  <scottb@netwinder.org>
12564         * sysdeps/unix/sysv/linux/arm/sys/ucontext.h: New file.
12566 2000-03-24  Roland McGrath  <roland@baalperazim.frob.com>
12568         * sysdeps/posix/getaddrinfo.c: Include <net/if.h> for if_nametoindex.
12569         (gaih_inet): Remove unused duplicate variable.
12571         * inet/getnameinfo.c (getnameinfo): Use IFNAMSIZ, not MAXHOSTNAMELEN.
12572         Don't use __libc_sa_len, which only exists for Linux.  Just handle
12573         AF_INET and AF_INET6 directly as well as AF_LOCAL, since those are the
12574         only flavors supported by this function anyway.
12576 2000-03-24  Geoff Clare  <gwc@unisoft.com>
12578         * stdlib/strfmon.c: Corrected problems with missing signs and
12579         missing or extra spaces; allow for sign strings longer than
12580         one character; add padding to ensure positive and negative
12581         formats are aligned when a left precision is used.
12583 2000-03-26  Ulrich Drepper  <drepper@redhat.com>
12585         * stdlib/random_r.c (__setstate_r): Allow RNGs of type 4.
12586         Patch by John Mizel <John.Mizel@msdw.com>.
12588 2000-03-25  Ulrich Drepper  <drepper@redhat.com>
12590         * manual/install.texi: Remove references to crypt add-on.
12592 2000-03-25  Roland McGrath  <roland@baalperazim.frob.com>
12594         * sysdeps/mach/hurd/setrlimit.c (setrlimit): Go into a critical
12595         section while taking the _hurd_rlimit_lock.
12596         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
12598 2000-03-24  Roland McGrath  <roland@baalperazim.frob.com>
12600         * Makerules [$(cross-compiling) = yes] (symbolic-link-prog): Define
12601         using $(LN_S).
12603         * sysdeps/mach/hurd/if_index.c: New file.
12605         * sysdeps/unix/sysv/linux/net/if.h: Moved to ...
12606         * sysdeps/gnu/net/if.h: here.
12607         (_IOT_ifconf, _IOT_ifreq): Hurd ioctl type macros moved from ...
12608         * sysdeps/mach/hurd/net/if.h: ... here; this file now removed.
12609         * sysdeps/generic/net/if.h: New file.  Declares just the standard
12610         functions and `struct if_nameindex' type.
12611         * socket/Makefile (headers): Add net/if.h here.
12612         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Not here.
12613         * sysdeps/mach/hurd/Dist: Remove it here.
12614         * sysdeps/unix/sysv/linux/Dist: And here.
12615         * sysdeps/generic/if_index.c: Include <net/if.h>.
12617 2000-03-24  Andreas Jaeger  <aj@suse.de>
12619         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Use D_PTR to
12620         access relocated entries in l_info.
12621         (elf_machine_got_rel): Likewise.
12622         (elf_machine_runtime_setup): Likewise.
12623         * sysdeps/mips/mips64/dl-machine.h (elf_machine_got_rel): Likewise.
12624         (elf_machine_runtime_setup): Likewise.
12625         (__dl_runtime_resolve): Likewise.
12627 2000-03-23  Ulrich Drepper  <drepper@redhat.com>
12629         * resolv/netdb.h (SCOPE_DELIMITER): New definitions.
12630         * inet/netinet/in.h (struct sockaddr_in6): Add sin6_scope_id
12631         according to RFC 2553.
12632         * sysdeps/posix/getaddrinfo.c: Change to follow latest RFC draft.
12633         * inet/getnameinfo.c: Likewise.
12634         Patches by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.
12636 2000-03-23  Bruno Haible  <haible@clisp.cons.org>
12638         * iconv/gconv_simple.c (internal_ucs4_loop, internal_ucs4le_loop):
12639         Remove no-op pointer increment.
12641 2000-03-23  Andreas Jaeger  <aj@suse.de>
12643         * stdio-common/tst-cookie.c (cookieseek): Change prototype to
12644         follow change for libio.h from 2000-03-10.
12646 2000-03-23  Andreas Jaeger  <aj@suse.de>
12648         * elf/dl-addr.c: Adjust include paths for ldsodefs location
12649         change.
12650         * elf/dl-debug.c: Likewise.
12651         * elf/dl-deps.c: Likewise.
12652         * elf/dl-error.c: Likewise.
12653         * elf/dl-fini.c: Likewise.
12654         * elf/dl-init.c: Likewise.
12655         * elf/dl-load.c: Likewise.
12656         * elf/dl-lookup.c: Likewise.
12657         * elf/dl-minimal.c: Likewise.
12658         * elf/dl-object.c: Likewise.
12659         * elf/dl-open.c: Likewise.
12660         * elf/dl-preinit.c: Likewise.
12661         * elf/dl-profile.c: Likewise.
12662         * elf/dl-profstub.c: Likewise.
12663         * elf/dl-reloc.c: Likewise.
12664         * elf/dl-runtime.c: Likewise.
12665         * elf/dl-support.c: Likewise.
12666         * elf/dl-symbol.c: Likewise.
12667         * elf/dl-version.c: Likewise.
12668         * elf/rtld.c: Likewise.
12669         * elf/sprof.c: Likewise.
12670         * sysdeps/generic/dl-cache.c: Likewise.
12671         * sysdeps/generic/dl-origin.c: Likewise.
12672         * sysdeps/generic/dl-sysdep.c: Likewise.
12673         * sysdeps/generic/elf/backtracesyms.c: Likewise.
12674         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
12675         * sysdeps/generic/libc-start.c: Likewise.
12676         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
12677         * sysdeps/powerpc/dl-machine.c: Likewise.
12678         * sysdeps/powerpc/elf/libc-start.c: Likewise.
12679         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12680         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12681         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
12683         * elf/ldsodefs.h: Move file to ...
12684         * sysdeps/generic/ldsodefs.h: ... here.
12686         * sysdeps/generic/ldsodefs.h: Add definition for D_PTR.
12688         * sysdeps/mips/elf/ldsodefs.h: New file.
12690         * elf/dl-version.c (match_symbol): Use D_PTR to access relocated
12691         entries in l_info.
12692         (_dl_check_map_versions): Likewise.
12693         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
12694         * elf/dl-load.c (_dl_init_paths): Likewise.
12695         (_dl_map_object): Likewise.
12696         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Likewise.
12697         (elf_get_dynamic_info): Likewise.
12698         * elf/do-lookup.h (FCT): Likewise.
12699         * elf/do-rel.h (elf_dynamic_do_rel): Likewise.
12700         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
12701         * elf/dl-addr.c (_dl_addr): Likewise.
12702         * elf/dl-runtime.c (profile_fixup): Likewise.
12703         (fixup): Likewise.
12704         * elf/dl-init.c (_dl_init_next): Likewise.
12705         * sysdeps/generic/dl-machine.h (elf_machine_runtime_setup): Likewise.
12706         * sysdeps/unix/sysv/linux/i386/dl-librecon.h
12707         (DISTINGUISH_LIB_VERSIONS): Likewise.
12708         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Likewise.
12709         (elf_machine_rel): Likewise.
12711         * elf/dynamic-link.h (elf_get_dynamic_info): Only change l_info
12712         for writable dynamic section.
12714 2000-03-22  Ulrich Drepper  <drepper@redhat.com>
12716         * inet/getnameinfo.c (getnameinfo): Check that addrlen value is
12717         large enough.  Patch by YOSHIFUJI Hideaki <yoshfuji@v6.linux.or.jp>.
12719 2000-03-22  Andreas Jaeger  <aj@suse.de>
12721         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h (MADV_*): Add flags
12722         from latest Linux kernel.
12724 2000-03-21  Andreas Jaeger  <aj@suse.de>
12726         * Versions.def: Add version 2.1.4.
12728 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
12730         * libio/oldtmpfile.c: Update for new SHLIB_COMPAT definition.
12731         * libio/oldiofopen.c: Likewise.
12732         * libio/oldiofclose.c: Likewise.
12733         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
12735 2000-03-22  Roland McGrath  <roland@baalperazim.frob.com>
12737         * include/shlib-compat.h (SHLIB_COMPAT): Take a third argument,
12738         indicating the first version set to obsolete the conditionalized code.
12739         (compat_symbol): New macro.
12740         * scripts/abi-versions.awk: For subsumed versions, make ABI_* defn's
12741         rhs be the ABI_* macro for the subsuming version.  Assign increasing
12742         integer values to the ABI_* macros for supported versions.
12743         * sysdeps/gnu/siglist.c: Use new SHLIB_COMPAT convention, and use
12744         compat_symbol macro.
12746 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
12748         * nscd/connections.c (nscd_run): Pretty print.
12749         * elf/dl-runtime.c: Include stdlib.h for alloca prototype.
12751         * manual/charset.texi: Fix typos.  Rephrase.
12752         * manual/process.texi: Likewise.
12753         * manual/signal.texi: Likewise.
12754         Patches by Mike Coleman <mkc@kc.net>.
12756         * libio/oldtmpfile.c: Use new macros from shlib-compat.h to define
12757         versions.
12758         * libio/iofdopen.c: Likewise.
12759         * libio/iofgetpos.c: Likewise.
12760         * libio/iofgetpos64.c: Likewise.
12761         * libio/iofopen.c: Likewise.
12762         * libio/iofsetpos.c: Likewise.
12763         * libio/iofsetpos64.c: Likewise.
12764         * libio/iopopen.c: Likewise.
12765         * libio/oldiofopen.c: Likewise.
12766         * libio/pclose.c: Likewise.
12767         * sysdeps/gnu/siglist.c: Likewise.
12768         * sysdeps/unix/sysv/linux/errlist.c: Likewise.
12770         * include/shlib-compat.h (versioned_symbol): Give preprocessor the
12771         chance to expand VERSION_##lib##_##version.
12773         * libio/fileops.c: Use new macros from shlib-compat.h to define
12774         versions.
12775         * libio/iofclose.c: Likewise.
12776         * libio/oldiofclose.c: Likewise.
12777         Patch by Roland McGrath <roland@frob.com>.
12779 2000-03-21  Jakub Jelinek  <jakub@redhat.com>
12781         * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: Clean up namespace.
12782         Lay out struct sigcontext according to what really gets passed on
12783         the stack.
12784         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Don't include asm/elf.h.
12785         (elf_gregset_t, elf_greg_t, elf_fpregset_t, ELF_NGREG): Define.
12786         (prgregset_t, prfpregset_t): Define to elf_* types.
12787         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_WRITEDATA):
12788         Define to correct value.
12789         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h: Use struct
12790         sigcontext.
12791         * sysdeps/unix/sysv/linux/sparc/sparc32/sigcontextinfo.h: Likewise.
12793 2000-03-21  Roland McGrath  <roland@baalperazim.frob.com>
12795         * scripts/firstversions.awk: Allow multiple version sets in the
12796         "earliest version" specification, meaning that version sets in the
12797         gaps between listed versions should be folded into the earliest later
12798         version that is explicitly listed.
12799         * shlib-versions (mips.*-.*-linux.*): Use that syntax for to say
12800         we support GLIBC_2.0 and GLIBC_2.2 but not the intervening sets.
12802 2000-03-21  Ulrich Drepper  <drepper@redhat.com>
12804         * iconv/gconv_builtin.c: Include <endian.h>.
12805         * iconv/gconv_builtin.h: Add UCS-BE aliases.
12806         Add UCS-4LE transformation.  Define UNICODEBIG and UNICODELITTLE
12807         according to current platform.
12808         * iconv/gconv_int.h: Declare __gconv_transform_ucs2reverse_internal,
12809         __gconv_transform_internal_ucs2reverse, and
12810         __gconv_transform_internal_ucs4le.
12811         * iconv/gconv_simple.c: Implement __gconv_transform_internal_ucs4le,
12812         __gconv_transform_ucs2reverse_internal and
12813         __gconv_transform_internal_ucs2reverse.
12814         * iconvdata/Makefile (modules): Add UNICODE.
12815         (distribute): Add unicode.c.
12816         * iconvdata/gconv-modules: Add definitions for UNICODE module.
12817         * iconvdata/unicode.c: New file.
12819         * iconvdata/utf-16.c: Rewrite code to emit BOM.  Correct code to
12820         determine byte order of input and convert accordingly.
12822         * iconvdata/utf-16.c (gconv_init): Fix typo.
12824 2000-03-20  Ulrich Drepper  <drepper@redhat.com>
12826         * iconvdata/gconv-modules: Fix typo.
12828         * sysdeps/unix/sysv/linux/configure.in: Remove `crypt' from one
12829         more messages.
12831         * sysdeps/unix/sysv/aix/*: Add initial code for port to AIX 4.3.
12833 2000-03-16  Thorsten Kukuk  <kukuk@suse.de>
12835         * sysdeps/unix/sysv/linux/sparc/bits/sigcontext.h: New.
12837 2000-03-20  Ulrich Drepper  <drepper@redhat.com>
12839         * misc/Makefile (routines): Add mincore.
12841 2000-03-20  Andreas Jaeger  <aj@suse.de>
12843         * sysdeps/generic/mincore.c: New stub file.
12845         * sysdeps/unix/sysv/linux/arm/bits/mman.h (MADV_*): Add flags
12846         from latest Linux kernel.
12848 2000-03-20  Ulrich Drepper  <drepper@redhat.com>
12850         * grp/initgroups.c (compat_call): Use _SC_GETGR_R_SIZE_MAX instead of
12851         _SC_GETPW_R_SIZE_MAX.
12853 2000-03-20  Richard Henderson  <rth@cygnus.com>
12855         * sysdeps/unix/sysv/linux/alpha/Versions: Put pciconfig_iobase
12856         in GLIBC_2.1.4.
12858 2000-03-20  Richard Henderson  <rth@cygnus.com>
12860         * sysdeps/alpha/fpu/fraiseexcpt.c: Use get/set_fp_control instead
12861         of arithmetic instructions.
12863         * sysdeps/alpha/fpu/s_ceil.c: Use round to -inf instead of playing
12864         with the fpcr.  Protect from INV exception.
12865         * sysdeps/alpha/fpu/s_ceilf.c: Likewise.
12866         * sysdeps/alpha/fpu/s_floor.c: Protect from INV exception.
12867         * sysdeps/alpha/fpu/s_floorf.c: Likewise.
12869         * sysdeps/alpha/fpu/s_copysign.c: New.
12870         * sysdeps/alpha/fpu/s_copysignf.c: New.
12871         * sysdeps/alpha/fpu/s_fabs.c: New.
12872         * sysdeps/alpha/fpu/s_fabsf.c: New.
12873         * sysdeps/alpha/fpu/s_rint.c: New.
12874         * sysdeps/alpha/fpu/s_rintf.c: New.
12876         * sysdeps/unix/sysv/linux/alpha/bits/mman.h: Add MADV constants.
12878         * sysdeps/unix/sysv/linux/alpha/Makefile (sysdep_routines):
12879         Kill sethae.
12880         * sysdeps/unix/sysv/linux/alpha/Versions: Add pciconfig_iobase.
12881         * sysdeps/unix/sysv/linux/alpha/ioperm.c (all address constants):
12882         Use physical addresses not KSEG addresses.
12883         (io_system): Add PYXIS.
12884         (io): Remove hae.reg, sys, hae_shift.
12885         (stb_mb, stw_mb, stl_mb, __sethae): New.
12886         (inline_outb, inline_outw, inline_outl): Don't set hae.
12887         (inline_inb, inline_inw, inline_inl): Likewise.
12888         (dense_sethae): New null function.
12889         (struct cpuinfo_data): New.
12890         (process_cpuinfo): Use local and stack variables, not static.
12891         Move readlink check here from init_iosys.
12892         (init_iosys): Use __pciconfig_iobase first.  Know SX and LX as PYXIS.
12893         (_iopl): Simplify.
12894         (_hae_shift): Calculate it here.
12895         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove sethae,
12896         add pciconfig_iobase.
12898 2000-03-20  Roland McGrath  <roland@baalperazim.frob.com>
12900         * locale/programs/ld-time.c (time_finish): Use %Z instead of %z.
12901         * locale/programs/ld-ctype.c (ctype_finish, ctype_class_new): Likewise.
12903         * scripts/versions.awk: Fixed version renaming code to distinguish
12904         libraries properly.
12906 2000-03-19  Ulrich Drepper  <drepper@redhat.com>
12908         * include/stdlib.h: Add prototype for __cxa_atexit.
12910         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Update comment about
12911         _SLOWDOWN flags.  Patch by Jim Blandy <jimb@cygnus.com>.
12913 2000-03-17  Cristian Gafton  <gafton@redhat.com>
12915         * elf/Makefile ($(rtld-version-installed-name)): Delay replacing
12916         existing rtld-installed-name.
12917         ($(rtld-installed-name)): Request libc-$(version) be installed too.
12918         replace existing rtld-installed-name using $(symbolic-link-prog).
12920 2000-03-17  Roland McGrath  <roland@baalperazim.frob.com>
12922         * locale/programs/ld-collate.c (collate_read): Remove bogus cast.
12923         (insert_value, handle_ellipsis, collate_read): Replace %zu in format
12924         strings with %Zu, because gcc-2.95.2's -Wformat knows about the latter
12925         but not the former.
12927 2000-03-19  Ulrich Drepper  <drepper@redhat.com>
12929         * sysdeps/generic/glob.c [_LIBC]: Always use __xstat64, not only for
12930         glob64.  Since there is no glob64 in the LFS proposal applications
12931         can assume that glob handles LFS situations.  glob64 is only needed
12932         if alternative filesystem functions are used.
12934 2000-03-19  Geoff Clare  <gwc@unisoft.com>
12936         * sysdeps/generic/glob.c: Correct gl_pathc value returned
12937         when GLOB_DOOFFS is set; correct handling of patterns
12938         containing escaped wildcards (and no unescaped ones);
12939         GLOB_ERR flag was being ignored in some situations.
12941         * posix/globtest.c, posix/globtest.sh: Updated to include
12942         tests for the problems fixed by the above changes to glob.c.
12944         * manual/pattern.texi (Calling Glob): Update description of gl_pathc.
12946 2000-03-19  Roland McGrath  <roland@baalperazim.frob.com>
12948         * Makeconfig (soversion.i): Use only first match for each lib.
12950         * Makeconfig (soversion.i): Pass -undef to $(CC) -E.
12952         * Makerules (Versions.all, sysd-versions): Test $(sysd-sorted-done)
12953         rather than $(sysd-dirs-done) to protect these rules.
12955         * Makerules (version-renames.def): Target removed.
12956         (Versions.all): Depend on soversions.i directly and parse it.
12958         * Makeconfig (soversions.i): New target, input-reading parts of
12959         soversions.mk generation moved here; result is a canonicalized
12960         list "LIB VERSION [SET]" for this configuration.
12961         (soversions.mk): Use that as input.  Don't emit map-firstversions.
12962         * Makerules (version-renames.def): New target, generated from
12963         soversions.i with contents that was in $(map-firstversions).
12964         (Versions.all): Don't depend on soversions.mk, depend on
12965         version-renames.def instead; just cat it into the input.
12967         * Makerules (Versions.all): Use $(foreach ...) instead of sh for loop
12968         for $(map-firstversions), which better handles it being empty.
12970         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): Set earliest
12971         supported version for libc 0.2.90.libio to GLIBC_2.2.
12973         * Makeconfig (soversions.mk): Grok new third column in shlib-versions,
12974         and use it to emit new variable `map-firstversions'.
12975         * scripts/firstversions.awk: New file.
12976         * Makerules (Versions.all): Use scripts/firstversions.awk and
12977         the $(map-firstversions) value to generate a modified versions list
12978         that includes renames in "A = B" syntax for each version set earlier
12979         than the "earliest symbol version" named in shlib-versions.
12980         * scripts/versions.awk: Recognize "A = B" lines in the input to mean
12981         rename version set A to B in the output to the intermediate file.
12982         * scripts/abi-versions.awk: New file.
12983         * Makerules (abi-versions.h): New target, generated by that script.
12984         [$(versioning) = yes] (before-compile): Prepend abi-versions.h.
12985         * include/shlib-compat.h: New file, uses that generated header.
12987 2000-03-18  Roland McGrath  <roland@baalperazim.frob.com>
12989         * Makeconfig (soversions.mk): Convert % -> # in shlib-versions
12990         after stripping # comments, and then run it through cpp.
12991         This allows things like "%ifdef FOO" based on config.h settings.
12992         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu*): libc=0.2.90.libio
12994         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): For MACH_SEND_INTERRUPTED
12995         and other errors that indicate a pseudo-receive happened, grok through
12996         the message buffer for port rights that need references fixed up.
12998 2000-03-16  Andreas Jaeger  <aj@suse.de>
13000         * sysdeps/unix/sysv/linux/syscalls.list: Added madvise and mincore.
13002         * sysdeps/unix/sysv/linux/madvise.c: Remove.
13004         * sysdeps/unix/sysv/linux/sparc/bits/mman.h (MADV_*): Add flags
13005         from latest Linux kernel.
13006         * sysdeps/unix/sysv/linux/i386/bits/mman.h (MADV_*): Likewise.
13008         * misc/sys/mman.h: Add prototype for mincore.
13010 2000-03-17  Ulrich Drepper  <drepper@redhat.com>
13012         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldsetrlimit
13013         entry for GLIBC_2.0 version of setrlimit.
13014         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
13016 2000-03-16  Thorsten Kukuk  <kukuk@suse.de>
13018         * nis/nss_nis/nis-ethers.c: Return with error if malloc fails.
13019         * nis/nss_compat/compat-initgroups.c: Likewise.
13020         * nis/nss_nis/nis-initgroups.c: Likewise.
13021         * nis/nss_nis/nis-netgrp.c: Likewise.
13022         * nis/nss_nis/nis-proto.c: Likewise.
13023         * nis/nss_nis/nis-rpc.c: Likewise.
13024         * nis/nss_nis/nis-service.c: Likewise.
13025         * nis/ypclnt.c: Likewise.
13027 2000-03-16  Andreas Jaeger  <aj@suse.de>
13029         * manual/Makefile: MAKEINFO is set to `:' from configure if it
13030         doesn't exist, correct checks.  Fixes PR libc/1649.
13032 2000-03-16  Thorsten Kukuk  <kukuk@suse.de>
13034         * nscd/hstcache.c: Restore correct UID.
13035         * nscd/pwdcache.c: Likewise.
13036         Patch from Gabor Gombas <gombasg@inf.elte.hu>.
13038 2000-03-17  Roland McGrath  <roland@baalperazim.frob.com>
13040         * sysdeps/i386/sys/ucontext.h: Prepend REG_ to enum values and
13041         macros for register names, in line with 2000-03-14 linux change.
13043         * sysdeps/mach/sched_yield.c: New file.
13045 2000-03-13  Roland McGrath  <roland@baalperazim.frob.com>
13047         * sysdeps/generic/lockfile.c: Include <stdio.h>
13048         (_IO_flockfile, _IO_funlockfile, _IO_ftrylockfile): #undef these in
13049         case <libio.h> defined them.
13050         (__flockfile, __funlockfile, __ftrylockfile): Functions renamed
13051         from __internal_*.
13052         (flockfile, _IO_flockfile, funlockfile, _IO_funlockfile,
13053         ftrylockfile, _IO_ftrylockfile): Fix aliases accordingly.
13055         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Use ...
13056         for more pleasing parse error.
13058 2000-03-16  Ulrich Drepper  <drepper@redhat.com>
13060         * locale/lc-time.c (_nl_init_era_entries): Correct allocation of
13061         memory for eras.
13062         Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
13064         * elf/Makefile: Add rules to compile and run constload1 test.
13065         * elf/constload1.c: New file.
13066         * elf/constload2.c: New file.
13067         * elf/constload3.c: New file.
13069 2000-03-15  Ulrich Drepper  <drepper@redhat.com>
13071         * sysdeps/posix/open64.c: Make __open64 weak alias.
13072         * sysdeps/posix/pread64.c: Make __pread64 weak alias.
13073         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
13074         * sysdeps/unix/sysv/linux/i386/pread64.c: Likewise.
13075         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
13076         * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
13077         * sysdeps/posix/pwrite64.c: Make __pwrite64 weak alias.
13078         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
13079         * sysdeps/unix/sysv/linux/i386/pwrite64.c: Likewise.
13080         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
13081         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
13083 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
13085         * sysdeps/unix/sysv/linux/alpha/ioperm.c (platform): Add entry for
13086         Nautilus.  Patch by Soohoon Lee <soohoon.lee@alpha-processor.com>.
13088 2000-03-16  Mark Kettenis  <kettenis@gnu.org>
13090         * sysdeps/unix/sysv/linux/i386/sys/procfs.h (prfpregset_t):
13091         Typedef for elf_fpregset_t instead of `elf_fpregset_t *'.
13093 2000-03-08  Andreas Jaeger  <aj@suse.de>
13095         * sysdeps/unix/sysv/linux/scsi/sg.h: Sync with Linux 2.3.50.
13097 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
13099         * timezone/africa: Update from tzdata2000d.
13100         * timezone/asia: Likewise.
13101         * timezone/australasia: Likewise.
13102         * timezone/europe: Likewise.
13103         * timezone/northamerica: Likewise.
13104         * timezone/southamerica: Likewise.
13106         * po/fr.po: Update from translation team.
13107         * po/de.po: Likewise.
13109         * elf/dl-deps.c (_dl_map_object_deps): Change return type and remove
13110         last parameter.  Move code to add map to global scope from here...
13111         * elf/dl-open.c (dl_open_worker): ...here.
13112         * elf/ldsodefs.h: Adjust declaration of _dl_map_object_deps.
13113         * elf/rtld.c: Adjust call to _dl_map_object_deps.
13115         * locale/programs/ld-collate.c (collate_read): Fix warning.
13117         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Prepend REG_ to enum
13118         values and macros for register names.
13120         * libio/iofopncook.c (_IO_cookie_seek): Return error only if value
13121         returned by seek cookie function is -1.
13123 2000-03-14  Andreas Jaeger  <aj@suse.de>
13125         * locale/localeconv.c (localeconv): Fix typo.
13126         Reported by Andre Charbonneau <andrec@corel.com>.
13128 2000-03-14  Ulrich Drepper  <drepper@redhat.com>
13130         * iconv/skeleton.c: Increment __invocation_counter in inner loop
13131         since modules depend on it counting the number of times the conversion
13132         function got called.
13134         * iconv/gconv_open.c: Optimize loop to setup step data structure.
13136         * iconv/gconv.h: Pretty print.
13138 2000-03-04  Ulrich Drepper  <drepper@redhat.com>
13140         * posix/wordexp-test.c: Correct one of the tests added in the last
13141         change.  Really get the root passwd entry to check again ~root.
13143 2000-03-10  Andreas Jaeger  <aj@suse.de>
13145         * manual/filesys.texi (Working Directory): Fix last patch.
13146         Patch by Martin Buchholz  <martin@xemacs.org>.
13148 2000-03-10  Andreas Jaeger  <aj@suse.de>
13150         * manual/creature.texi (Feature Test Macros): Fix language.
13152 2000-03-10  Roland McGrath  <roland@baalperazim.frob.com>
13154         * mach/devstream.c (devstream_write, devstream_read): New functions.
13155         (input, output): Functions removed.
13156         (mach_open_devstream): Use devstream_{read,write} as cookie functions,
13157         using only the vanilla fopencookie interface.
13159         * hurd/fopenport.c [! USE_IN_LIBIO] (cookie_io_functions_t): Define
13160         as macro for __io_functions.
13161         (funcsio): Use cookie_io_functions_t type name.
13162         (fopenport): Renamed from __fopenport.  Rewrite to call fopencookie.
13164         * libio/iofopncook.c (_IO_cookie_init): New function, broken out of
13165         fopencookie.
13166         (fopencookie): Use it.
13167         * libio/libio.h: Declare _IO_cookie_init.
13168         * hurd/vpprintf.c (vpprintf) [USE_IN_LIBIO]: Implement using
13169         _IO_cookie_init.
13171         * libio/libio.h (__io_seek_fn): Fix second argument type
13172         to be a pointer, in line with the manual and the old stdio.
13173         * libio/iofopncook.c (_IO_cookie_seek): Fix (sole) caller.
13175         * sysdeps/generic/bits/stdio-lock.h: New file.
13176         This is a stub with #error, but that's better than no file at all.
13178 2000-03-09  Martin Buchholz  <martin@xemacs.org>
13180         * sysdeps/unix/sysv/linux/alpha/syscall.S: Doc Fixes.
13181         * manual/message.texi (Using gettextized software): Doc Fixes.
13182         * manual/message.texi (Message Translation): Doc Fixes.
13183         * manual/filesys.texi (File Size): Doc Fixes.
13184         * manual/charset.texi (glibc iconv Implementation): Doc Fixes.
13185         * locale/programs/ld-collate.c (collate_output): Doc Fixes.
13186         * iconv/gconv_db.c (find_derivation): Doc Fixes.
13187         * manual/install.texi: Doc Fixes.
13188         * manual/search.texi (Hash Search Function): Doc Fixes.
13189         * manual/stdio.texi (Output Conversion Syntax): Doc Fixes.
13190         * FAQ.in: Doc Fixes.
13191         * config.h.in: Doc Fixes.
13192         * sysdeps/generic/dl-sysdep.c: Doc Fixes.
13193         Doc Fixes.  `allows to' is not correct English.
13195         * elf/rtld.c: Doc fixes.
13196         * manual/creature.texi (Feature Test Macros): Doc fixes.
13197         * manual/memory.texi (Hooks for Malloc): Doc Fixes.
13199         * manual/filesys.texi (Working Directory): Check for ERANGE to
13200         avoid infloop.
13202 2000-02-23  Roland McGrath  <roland@baalperazim.frob.com>
13204         * string/argz-stringify.c (__argz_stringify): Fix loop termination
13205         conditions so as not to clobber the final '\0' when there is only one
13206         element in the vector.
13208 2000-03-09  Roland McGrath  <roland@baalperazim.frob.com>
13210         * io/sys/stat.h: Fix inverted sense of `defined __S_IFSOCK' test,
13211         broken by 2000-02-27 change.
13213         * sysdeps/generic/bits/poll.h (POLLRDNORM, POLLRDBAND): New macros.
13215 2000-02-23  Roland McGrath  <roland@baalperazim.frob.com>
13217         * sysdeps/mach/hurd/sigstack.c (sigstack): Remove `const' from
13218         argument type, for 2000-02-22 change in signal/signal.h declaration.
13220 2000-03-09  Roland McGrath  <roland@baalperazim.frob.com>
13222         * sysdeps/generic/getdents64.c (__getdirentries64): Renamed
13223         to getdirentries64 (no __), since the Linux implementation
13224         has no __ name, and there is no declaration for the __ name.
13226         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_end): New macro.
13228         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Tighten up
13229         sed regexp so as not to break directory names including /../ within.
13231         * sysdeps/unix/bsd/bits/waitflags.h: File removed.
13232         The sysdeps/generic file is right for BSD.  This file was in fact the
13233         Hurd file, but the only difference was the WNOREAP flag that was never
13234         actually implemented or used anywhere.
13236         * configure.in (PERL, INSTALL_INFO): Don't AC_SUBST these,
13237         since AC_PATH_PROG already does it for us.
13238         (PERL): Rewrite check added in 2000-02-29 change for syntactic
13239         correctness and sh portability.  I replaced the broken check
13240         with a more sensible implementation of the apparently intended
13241         semantics, which might still be questionable.  Using expr causes
13242         a non-numeric value for `perl -V:apiversion` to be accepted,
13243         refusing to use only a perl that reports a number less than 5;
13244         on my system, perl (5.004_04) -V:apiversion produces UNKNOWN.
13245         * configure: Regenerated.
13247 2000-03-08  Andreas Jaeger  <aj@suse.de>
13249         * manual/crypt.texi: Fix paths.
13251 2000-03-07  Andreas Jaeger  <aj@suse.de>
13253         * resolv/netdb.h: The descriptions of rresvport and rresvport_af
13254         were swapped.
13255         Patch by YOSHIFUJI Hideaki <yoshfuji@ecei.tohoku.ac.jp>, closes PR
13256         libc/1636.
13258 2000-03-06  Andreas Jaeger  <aj@suse.de>
13260         * sysdeps/i386/fpu/bits/mathinline.h: Fix union definition error
13261         in __sgn1l, otherwise g++ fails to parse this.
13262         Reported by Sean Chen <sean.chen@turbolinux.com>.
13264 2000-03-03  Geoff Keating  <geoffk@cygnus.com>
13266         * configure.in: Compute sizeof-long-double.
13267         * configure: Regenerated.
13268         * config.make.in: Make sizeof-long-double available to sub-makes.
13270 2000-03-03  Ulrich Drepper  <drepper@cygnus.com>
13272         * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
13273         call.
13275 2000-03-03  Geoff Keating  <geoffk@cygnus.com>
13277         * Makeconfig (rpath-dirs): Add crypt.
13278         (all-subdirs): Remove md5crypt.
13279         * crypt/sysdeps/unix/crypt.c: Move to crypt/.
13280         * crypt/sysdeps/unix/crypt-entry.c: Move to crypt/.
13281         * sysdeps/generic/crypt-entry.c: Delete.
13282         * crypt/sysdeps/unix/crypt.h: Move to crypt/.
13283         * sysdeps/generic/crypt.h: Delete.
13284         * crypt/sysdeps/unix/crypt-private.h: Move to crypt/.
13285         * crypt/sysdeps/unix/crypt_util.c: Move to crypt/.
13286         * crypt/sysdeps/unix/des_impl.c: Move to sunrpc/.
13287         * sysdeps/generic/des_impl.c: Delete.
13288         * crypt/sysdeps/unix/ufc-crypt.h: Move to crypt/.
13289         * crypt/sysdeps: Delete.
13290         * crypt/crypt_util.c: Don't use `patchlevel.h'.
13291         * md5-crypt/Versions: Move to crypt/.
13292         * md5-crypt/md5-crypt.c: Move to crypt/.
13293         * md5-crypt/md5.c: Move to crypt/.
13294         * md5-crypt/md5c-test.c: Move to crypt/.
13295         * md5-crypt/md5test.c: Move to crypt/.
13296         * md5-crypt: Delete.
13297         * crypt/Makefile: Adjust for new structure.
13299 2000-03-03  Paul Eggert  <eggert@twinsun.com>
13301         * posix/regex.c (MB_LEN_MAX): Include <limits.h> to define;
13302         define to 1 if not defined.
13304 2000-03-03  Andreas Jaeger  <aj@suse.de>
13306         * sunrpc/xdr.c (xdr_hyper): Correctly handle lower half of llp.
13308 2000-03-03  Andreas Jaeger  <aj@suse.de>
13310         * sunrpc/xdr_intXX_t.c (xdr_uint16_t): Fix ENCODE and DECODE
13311         cases.
13312         (xdr_int64_t): Correctly handle lower half.
13313         Fix by Sten Dahlgren <stda@enea.se>, closes PR libc/1623.
13315 2000-03-03  Ulrich Drepper  <drepper@cygnus.com>
13317         * sysdeps/unix/sysv/linux/init-first.c: Remove trace of personality
13318         call.
13320 2000-03-02  Andreas Jaeger  <aj@suse.de>
13322         * sysdeps/unix/sysv/linux/scsi/sg.h: Integrate changes from Linux
13323         2.3.43.
13325 2000-03-02  Andreas Jaeger  <aj@suse.de>
13327         * resolv/Makefile (headers): Add arpa/nameser_compat.h.
13329 2000-03-01  Andreas Jaeger  <aj@suse.de>
13331         * time/Makefile (tst-getdate-ENV): New flag to pass DATEMSK.
13332         (tests): Added tst-getdate.
13334         * time/tst-getdate.c: New file.
13336         * time/datemsk: New file, needed for tst-getdate.
13338 2000-02-29  Cristian Gafton  <gafton@redhat.com>
13340         * configure.in (CCVERSION): Require at least veersion 5 of perl API.
13342 2000-02-17  H.J. Lu  <hjl@gnu.org>
13344         * sunrpc/rpc/svc.h (SVCXPRT): Add a "xp_pad" field at the end.
13346         * sunrpc/svc_udp.c (svcudp_bufcreate): Turn on IP_PKTINFO if
13347         available.
13348         (svcudp_recv): Set up message with the new "xp_pad" field for
13349         IP_PKTINFO.
13350         (svcudp_reply): Support IP_PKTINFO if available.
13352 2000-03-01  Andreas Jaeger  <aj@suse.de>
13354         * time/getdate.c (check_mday): Fix check for february.
13355         Reported by ane@np.bs1.fc.nec.co.jp and Akira YOSHIYAMA
13356         <yosshy@cts.ne.jp>, closes PR libc/1617 and PR libc/1619.
13358 2000-03-02  Andreas Jaeger  <aj@suse.de>
13360         * posix/unistd.h: __THROW has to precede __attribute__, otherwise
13361         g++ fails to parse this.
13362         Reported by Sean Chen <sean.chen@turbolinux.com>.
13364 2000-02-28  Ulrich Drepper  <drepper@redhat.com>
13366         * io/creat.c: Moved to...
13367         * sysdeps/generic/creat.c: ...here.
13368         * io/creat64.c: Moved to...
13369         * sysdeps/generic/creat64.c: ...here.
13370         * io/lockf.c: Moved to...
13371         * sysdeps/generic/lockf.c: ...here.
13373         * crypt/crypt.texi: Moved to...
13374         * manual/crypt.texi: ...here.
13375         * crypt/examples/genpass.c: Moved to...
13376         * manual/examples/genpass.c: ...here.
13377         * crypt/examples/mygenpass.c: Moved to...
13378         * manual/examples/mygenpass.c: ...here.
13379         * crypt/examples/testpass.c: Moved to...
13380         * manual/examples/testpass.c: ...here.
13382         * manual/Makefile (chapters): Add crypt.
13383         * manual/conf.texi: Add usual header for not-last chapter.
13384         * manual/crypt.texi: Add special header for last chapter.
13386 2000-02-28  Geoff Keating  <geoffk@cygnus.com>
13388         * Makeconfig (all-subdirs): Add 'crypt' subdirectory.
13389         * sysdeps/unix/sysv/linux/configure.in (inhibit_glue): Don't
13390         complain if there is no crypt add-on.
13391         * crypt/configure: Removed.
13393         * crypt/crypt.texi: Update documentation of US export restrictions
13394         to match the 14 Jan 2000 regulations.
13396 2000-02-28  Geoff Keating  <geoffk@cygnus.com>
13398         * crypt: New subdirectory, merged in from the crypt add-on.
13400 2000-02-28  Ulrich Drepper  <drepper@redhat.com>
13402         * include/unistd.h: Add __rmdir and __mkdir prototypes.
13405 See ChangeLog.10 for earlier changes.