Update.
[glibc.git] / ChangeLog
bloba466ec77a040305709da5f0d41cb97509070fcda
1 2002-09-06  Roland McGrath  <roland@redhat.com>
3         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
4         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
5         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
6         (_UTSNAME_MACHINE_LENGTH): Likewise.
7         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
9 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
11         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
12         test for filesystem type name of mount points.
14         * include/errno.h: Use errno definition with __thread for now only
15         in libc and ld.so.
17         * test-skeleton.c (main): Improve error message for unexpected
18         signal case.
20 2002-09-05  Roland McGrath  <roland@redhat.com>
22         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
23         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
25 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
27         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
28         case of failure.
30 2002-09-04  Bruno Haible  <bruno@clisp.org>
32         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
33         sigset_get_old_mask): Turn into inline functions.
34         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
35         sigset_get_old_mask): Likewise.
36         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
37         sigset_get_old_mask): Likewise.
38         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
39         syntax.
41         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
43         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
44         default definitions.
45         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
46         _sys_nerr_internal instead of _sys_nerr.
48         * nscd/connections.c (handle_request): Declare CALLER inside #if.
50 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
52         * sysdeps/powerpc/__longjmp.S: Moved to...
53         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
54         * sysdeps/powerpc/add_n.S: Moved to...
55         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
56         * sysdeps/powerpc/addmul_1.S: Moved to...
57         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
58         * sysdeps/powerpc/atomicity.h: Moved to...
59         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
60         * sysdeps/powerpc/backtrace.c: Moved to...
61         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
62         * sysdeps/powerpc/bp-asm.h: Moved to...
63         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
64         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
65         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
66         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
67         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
68         * sysdeps/powerpc/dl-machine.c: Moved to...
69         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
70         * sysdeps/powerpc/dl-machine.h: Moved to...
71         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
72         * sysdeps/powerpc/dl-start.S: Moved to...
73         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
74         * sysdeps/powerpc/gprrest0.S: Moved to...
75         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
76         * sysdeps/powerpc/gprrest1.S: Moved to...
77         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
78         * sysdeps/powerpc/gprsave0.S: Moved to...
79         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
80         * sysdeps/powerpc/gprsave1.S: Moved to...
81         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
82         * sysdeps/powerpc/lshift.S: Moved to...
83         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
84         * sysdeps/powerpc/memset.S: Moved to...
85         * sysdeps/powerpc/powerpc32/memset.S: ...here.
86         * sysdeps/powerpc/mul_1.S: Moved to...
87         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
88         * sysdeps/powerpc/ppc-mcount.S: Moved to...
89         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
90         * sysdeps/powerpc/register-dump.h: Moved to...
91         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
92         * sysdeps/powerpc/rshift.S: Moved to...
93         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
94         * sysdeps/powerpc/setjmp.S: Moved to...
95         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
96         * sysdeps/powerpc/stpcpy.S: Moved to...
97         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
98         * sysdeps/powerpc/strchr.S: Moved to...
99         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
100         * sysdeps/powerpc/strcmp.S: Moved to...
101         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
102         * sysdeps/powerpc/strcpy.S: Moved to...
103         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
104         * sysdeps/powerpc/strlen.S: Moved to...
105         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
106         * sysdeps/powerpc/sub_n.S: Moved to...
107         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
108         * sysdeps/powerpc/submul_1.S: Moved to...
109         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
110         * sysdeps/powerpc/elf/bzero.S: Moved to...
111         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
112         * sysdeps/powerpc/elf/start.S: Moved to...
113         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
114         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
115         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
116         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
117         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
118         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
119         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
120         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
121         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
122         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
123         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
124         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
125         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
126         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
127         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
128         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
130         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
132         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
134         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
136         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
138         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
139         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
140         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
141         powerpc/powerpc64.
143 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
145         * FAQ.in: Add powerpc64 to supported targets list. Also state the
146         minimum gcc version is 3.2
147         * README: Add powerpc64 to supported targets list.
148         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
149         Add powerpc64 and machine=powerpc/powerpc64.
150         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
151         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
152         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
153         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
154         * sysdeps/powerpc/powerpc32/Dist: New file.
155         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
156         * sysdeps/powerpc/powerpc32/Implies: New file.
157         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
158         ($(with-fp) = no): Move test to powerpc32/Makefile.
159         ($(subdir) = misc): Move to powerpc32/Makefile.
160         ($(build-shared) = yes): Move to powerpc32/Makefile.
161         ($(subdir) = csu): Move to powerpc32/Makefile.
162         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
163         * sysdeps/powerpc/powerpc32/Makefile: New file.
164         * sysdeps/powerpc/Versions: Remove libgcc functions.
165         * sysdeps/powerpc/powerpc32/Versions: New file.
166         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
167         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
168         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
169         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
170         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
171         ($machine): Add powerpc/powerpc64 to if ... | for
172         libc_cv_slibdir=/libc64.
173         (powerpc*): Set ldd_rewrite_script.
174         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
175         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
176         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
177         Add clone.S.
178         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
179         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
180         functions.  Remove GLIBC_2.2 functions except getrlimit and
181         setrlimit.  Moved them to ...
182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
184 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
186         * libio/tst-atime.c: Include <errno.h>.
187         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
189 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
191         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
192         warnings of some compilers.
193         (build_collating_symbol): Change the type of characters from
194         "unsigned char" to "char", and append a cast to "char*" pointer in
195         array subscript.
196         (build_collating_symbol): Likewise.
197         (build_equiv_class): Likewise.
198         (build_charclass): Likewise.
199         (re_compile_pattern): Remove incorrect cast.
200         (re_compile_fastmap_iter): Change the type of characters from
201         "unsigned char" to "char", and append a cast to "char*" pointer
202         in array subscript.
203         (parse_bracket_exp): Likewise.
204         * posix/regex_internal.c (re_string_construct_common): Likewise.
205         (re_string_allocate): Likewise.
206         (re_string_construct): Likewise.
207         (re_string_realloc_buffers): Likewise.
208         (build_wcs_buffer): Likewise.
209         (re_string_reconstruct): Likewise.
210         * posix/regex_internal.h: Change the type of characters in
211         re_string_t and bracket_elem_t from "unsigned char" to "char".
212         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
213         warnings of some compilers.
214         (transit_state_bkref_loop): Change the type of characters from
215         "unsigned char" to "char", and append a cast to "char*" pointer in
216         array subscript.
217         (check_node_accept_bytes): Likewise.
218         (find_collation_sequence_value): Likewise.
220 2002-09-04  Roland McGrath  <roland@redhat.com>
222         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
223         from 1024 to 65536, to avoid buffer overrun.
225 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
227         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
229 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
231         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
232         for filesystem.
234 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
236         * posix/bug-regex11.c: New test.
237         * posix/Makefile (tests): Add bug-regex11.
239 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
241         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
242         newlocale.
244 2002-09-02  Roland McGrath  <roland@redhat.com>
246         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
247         __pthread_initialize_minimal and __libc_check_standard_fds to
248         match the generic version.
250         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
251         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
253         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
254         warnings on platorms where char is unsigned.
256 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
258         * version.h (VERSION): Bump to 2.2.93.
260         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
262 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
264         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
265         as relocated.
267 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
269         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
271 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
273         * locale/localeinfo.h (struct locale_data): Add private.ctype.
274         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
275         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
276         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
277         (__wcsmbs_load_conv): Remove const from argument.
278         (_nl_cleanup_ctype): New proto.
279         (get_gconv_fcts): New function.
280         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
281         (__wcsmbs_to_wc): Rename back to...
282         (to_wc): ... this.
283         (__wcsmbs_gconv_fcts): Rename to...
284         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
285         (lock): Removed.
286         (__libc_setlocale_lock): New extern.
287         (__wcsmbs_load_conv): Remove const from argument.
288         Initialize new_category->private.ctype instead of a global
289         variable.
290         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
291         update_function_ptrs.  No locking is necessary.
292         (_nl_cleanup_ctype): New function.
293         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
294         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
295         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
296         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
297         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
298         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
299         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
300         * wcsmbs/wctob.c (wctob): Likewise.
301         * stdlib/mblen.c (mblen): Likewise.
302         * stdlib/mbtowc.c (mbtowc): Likewise.
303         * stdlib/wctomb.c (wctomb): Likewise.
304         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
305         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
306         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
307         Removed.
309 2002-09-02  Roland McGrath  <roland@frob.com>
311         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
313 2002-09-01  Roland McGrath  <roland@redhat.com>
315         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
316         Variable declarations removed.
317         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
318         these functions to replace them.
319         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
320         functions plus an indirection rather than the old global variables.
321         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
322         Macros removed.
323         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
324         inline functions.
325         * ctype/ctype-info.c: Revert last reversion back the other way.
326         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
327         Define real function versions of include/ctype.h inlines here.
328         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
329         __ctype_tolower_loc, __ctype_toupper_loc.
330         * locale/lc-ctype.c: Revert last reversion back the other way.
331         (_nl_postload_ctype): If current thread uses the global locale,
332         update its tsd vars.
333         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
334         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
335         CTYPE_TOLOWER, CTYPE_TOUPPER.
337         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
338         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
339         from __libc_tsd_threadvar_location.
340         (__libc_tsd_set, __libc_tsd_get): Update uses.
342 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
344         * ctype/ctype.h: Undo the patch before the last one.  Put back the
345         macro definitions for the standard functions to access the
346         classification and mapping arrays.
347         * include/ctype.h: Partly revert last patch.  Move the macro
348         definitions for the exported functions back to the public header.
349         #undef all the macros defined here before redefining.
350         * ctype/ctype-info.c: Revert last patch.
351         * locale/lc-ctype.c: Revert last patch.
353         * ctype/Makefile (routines): Add isctype.
354         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
355         * ctype/ctype.h: Add declaration of isctype.
356         * include/ctype.h: Declare __isctype.
357         * ctype/isctype.c: New file.
359 2002-09-01  Roland McGrath  <roland@redhat.com>
361         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
362         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
364         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
366         * locale/findlocale.c (_nl_remove_locale): Don't search in
367         _nl_locale_file_list if DATA->alloc is ld_archive.
368         Use _nl_unload_locale to do the rest of the work.
370         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
371         of new structure to UNDELETABLE.
373         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
374         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
375         towlower, towupper): Macros removed.
376         * ctype/ctype.h (__tobody): Put parens around macro argument.
377         (__isctype): Macro removed.
378         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
379         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
380         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
381         tolower, toupper): Macros and inlines removed.
382         * include/ctype.h [! NOT_IN_libc]
383         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
384         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
385         tolower, toupper): Define here instead, using _NL_CURRENT.
386         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
387         using _NL_CURRENT.
388         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
389         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
390         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
391         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
392         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
393         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
394         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
395         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
396         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
397         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
398         (ISSORTMASK): Update use.
399         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
400         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
401         (_nss_files_getENTNAME_r): Likewise.
402         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
403         Likewise.
405         * Makerules (all-nonlib): Renamed from all-tests.
406         Include $(others) here too.
407         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
408         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
409         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
410         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
411         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
412         the program modules via cppflags-iterator.mk.
413         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
414         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
416 2002-08-31  Roland McGrath  <roland@redhat.com>
418         * posix/tst-getconf.sh: If no third arg, work with static linking.
420         * locale/categories.def (LC_TIME): No more _nl_postload_time.
422         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
423         [_NL_CURRENT_INDIRECT].
425 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
427         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
429 2002-08-31  Roland McGrath  <roland@redhat.com>
431         * locale/newlocale.c (__newlocale): Don't use strdup for names.
432         Instead, make the single allocation of the structure larger to hold
433         the name strings.
434         * locale/duplocale.c (__duplocale): Don't strdup names individually.
435         Instead, calculate size for a single allocation and copy into it.
436         * locale/freelocale.c (__freelocale): Don't free names individually.
438         * locale/newlocale.c (__newlocale): Don't leak old data or names.
440         * locale/xlocale.h (__locale_struct): Move __names member last,
441         for binary compatibility.
443         * locale/duplocale.c (__duplocale): Free names from the right array.
445         * locale/uselocale.c (__uselocale): Return previous locale when
446         setting a new one.
448         * locale/newlocale.c: Commit changes from 2002-08-30
449         batch where I failed to commit this file:
450         (__newlocale): Fill in __names array.
452 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
454         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
455         errlist-compat.c if versioning==yes.
457 2002-08-31  Andreas Jaeger  <aj@suse.de>
459         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
460         external functions with hidden attribute.
461         (elf_machine_rela): Optimize.
463         * sysdeps/x86_64/memset.S: New file.
464         * sysdeps/x86_64/bzero.S: New file.
465         * sysdeps/x86_64/stpcpy.S: New file.
466         * sysdeps/x86_64/strcat.S: New file.
467         * sysdeps/x86_64/strchr.S: New file.
468         * sysdeps/x86_64/strcpy.S: New file.
469         * sysdeps/x86_64/strcspn.S: New file.
470         * sysdeps/x86_64/strlen.S: New file.
471         * sysdeps/x86_64/strpbrk.S: New file.
472         * sysdeps/x86_64/strspn.S: New file.
473         * sysdeps/x86_64/strcmp.S: New file.
474         * sysdeps/x86_64/strtok_r.S: New file.
475         * sysdeps/x86_64/strtok.S: New file.
476         * sysdeps/x86_64/memcpy.S: New file.
477         * sysdeps/x86_64/mempcpy.S: New file.
479         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
481         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
483 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
485         * stdio-common/Makefile (generated): Add errlist-compat.c.
487         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
489         * locale/localeinfo.h: Pretty printing.
491         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
492         form_number handling.
494 2002-08-31  Andreas Jaeger  <aj@suse.de>
496         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
497         double tests.
499         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
500         __start_context.
502         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
504         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
506         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
507         registers used for passing args.
509         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
510         all needed registers.
512         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
513         registers.
515         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
516         registers.
518 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
520         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
521         always_inline attribute.
523 2002-08-30  Roland McGrath  <roland@redhat.com>
525         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
526         presume it's the stub and bail without error.
528         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
529         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
531         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
533         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
534         macros replace the i686 versions for 64-bit mode.
536         * locale/duplocale.c: Include <string.h>.
538         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
539         [_LIBC] (category_to_name): Don't define the function.  Instead
540         define a macro using _nl_category_names.
542         * locale/xlocale.h (struct __locale_struct): New member `__names'.
543         * locale/xlocale.c (_nl_C_locobj): Update initializer.
544         * locale/global-locale.c (_nl_global_locale): Likewise.
545         * locale/duplocale.c (__duplocale): strdup __names elements.
546         * locale/freelocale.c (__freelocale): Free __names elements.
547         * locale/localename.c (_nl_current_names): Variable removed.
548         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
549         * locale/localeinfo.h (_nl_current_names): Removed decl.
550         * locale/setlocale.c: Use _nl_global_locale->__names in place of
551         _nl_current_names throughout.
553         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
555         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
556         and sys_nerr in the output file.
558         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
559         * scripts/cpp: Just use the environment variable.
561         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
562         * libio/tst-mmap-offend.c (do_test): Likewise.
563         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
564         * libio/tst-mmap-eofsync.c (do_test): Likewise.
565         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
567         * locale/localename.c: If the current locale is the global locale, use
568         _nl_current_names; otherwise use the locale object.
570 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
572         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
573         'm' to enable mmap I/O.
574         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
575         former wasn't used (anymore?).
576         (_IO_FLAGS2_MMAP): New define.
577         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
578         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
579         _IO_FLAGS2_MMAP bit is set.
580         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
581         Enable mmap-using mode only if 'm' was set.
583 2002-08-29  Roland McGrath  <roland@frob.com>
585         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
587         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
588         Change argument type from int to intptr_t.
590         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
591         initializer on [! _HURD_THREADVAR_H] (bad kludge).
592         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
593         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
594         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
596         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
598         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
600         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
602         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
603         * assert/assert-perr.c: Add libc_hidden_def.
604         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
606         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
607         found at all.
608         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
609         sys_errlist stuff to ...
610         * sysdeps/unix/sysv/linux/Versions: ... here.
612         * mach/mach.h: Include <features.h>.
614 2002-08-29  Roland McGrath  <roland@redhat.com>
616         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
617         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
618         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
620         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
622         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
623         (norm_add_slashes): alloca -> __alloca
625 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
627         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
628         string_malloced, it is unlikely to be set.
629         Only call free with non-NULL workspace.
630         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
631         -mcpu=ultrasparc, not only tune for it.
632         (ASFLAGS*): Set unconditionally.
634         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
635         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
636         p_vaddr/p_offset when computing LOADADDR.
638 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
640         * version.h (VERSION): Bump to 2.2.92.
642         * time/Makefile (tst-ftime_l-ENV): New variable.
644         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
646         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
647         <U017A>, <U017D> and <U0179>. Add missing mappings.
648         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
650         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
651         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
652         (struct tostruct): Use ACRINDEX as type for link field.
653         (statuc gmonparam): Likewise for froms.
654         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
655         kcount and froms.
656         (write_call_graph): Use correct type for from_index and to_index.
657         * gmon/mcount.c: Use correct types for frompcindex and toindex
658         variables.
659         Patches by Dan Kegel <dank@kegel.com>.
661         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
662         canonical name.
664         * time/strptime.c (ISSPACE): New #define.  Use isspace or
665         __isspace_l.  Replace calls to isspace.
666         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
668 2002-08-29  Roland McGrath  <roland@redhat.com>
670         * string/tst-strxfrm.c: Remove __ from function names.
672 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
674         * include/wchar.h: Declare __mbsrtowcs_l.
675         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
676         * wcsmbs/mbsrtowcs.c: Add support for compilation with
677         USE_IN_EXTENDED_LOCALE_MODEL.
678         * wcsmbs/mbsrtowcs_l: New file.
679         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
680         define as static.  Change all uses.
681         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
682         Change all callers.
683         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
684         * time/strftime.c: When translating for the extended locale model
685         use the _l functions.
686         * time/Makefile (tests): Add tst-ftime_l.
687         * time/tst-ftime_l.c: New file.
689 2002-08-28  Roland McGrath  <roland@redhat.com>
691         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
692         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
693         from _nl_find_locale ok if for _nl_C_name.
695         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
696         iterator to refer to each category's _nl_current_LC_FOO symbol, so
697         we know they are all linked in.
699         * NEWS: Added 2.2.6 text from 2.2 branch version.
701         * time/strptime.c (strptime_internal): Remove spurious const.
703         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
704         _nl_select_era_entry): Moved to ...
705         * time/era.c: ... here, new file.
706         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
707         Add internal_function to definitions.  Take an additional argument
708         giving the `struct locale_data *' to use.
709         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
710         _nl_parse_alt_digit): Moved to ...
711         * time/alt_digit.c: ... here, new file.
712         * time/lc-time-cleanup.c: New file.
713         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
714         * locale/localeinfo.h (_nl_postload_time): Remove decl.
715         (_nl_cleanup_time): Declare it.
716         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
717         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
718         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
719         * time/strftime.c: Pass locale data to helper functions.
720         * time/strptime.c: Likewise.
722         * locale/localeinfo.h (struct locale_data): New member `private'
723         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
724         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
725         * locale/C-collate.c: Update initializer.
726         * locale/C-identification.c: Likewise.
727         * locale/C-measurement.c: Likewise.
728         * locale/C-telephone.c: Likewise.
729         * locale/C-address.c: Likewise.
730         * locale/C-name.c: Likewise.
731         * locale/C-paper.c: Likewise.
732         * locale/C-time.c: Likewise.
733         * locale/C-numeric.c: Likewise.
734         * locale/C-monetary.c: Likewise.
735         * locale/C-messages.c : Likewise.
736         * locale/C-ctype.c: Likewise.
738         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
739         Redefine this too.
741 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
743         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
744         (_rtld_global): Use it.
746         * sysdeps/gnu/Dist: Remove errlist-compat.c.
747         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
748         object directory.  Pass all Versions files to the awk script.
749         * sysdeps/gnu/errlist-compat.c: Removed.
750         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
751         first Versions file in the search path which has them.
752         Allow multiple errlist symbol versions to have the same count of
753         errors.
754         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
755         of "errlist-compat.c".
756         * sysdeps/gnu/errlist.c: Regenerated.
757         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
758         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
759         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
760         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
761         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
762         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
763         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
764         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
765         ECANCELLED if not defined by kernel headers.
766         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
767         already defined by kernel headers.
768         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
769         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
770         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
771         is a macro.
772         * Versions.def (GLIBC_2.3) [librt]: Add.
774         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
776 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
778         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
779         missing comma to .type directive.
781 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
783         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
784         unconditionally.
785         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
786         check.
787         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
789 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
791         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
792         check to close_and_out close.  Replace return NULL statements where
793         fd might be >= 0 with goto close_and_out.  Close the file descriptor
794         when it is no longer needed.
796 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
798         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
799         string constants.
800         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
801         * sysdeps/arm/dl-machine.h: Likewise.
802         * sysdeps/cris/dl-machine.h: Likewise.
803         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
804         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
806 2002-08-28  Roland McGrath  <roland@redhat.com>
808         * Makeconfig (default_cflags): Revert unintended change.
810 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
812         * version.h (VERSION): Bump to 2.2.91.
814         * configure.in: Disable TLS support by default for now.
816         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
818         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
819         warnings.
821         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
823         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
824         fprintf/fwprintf calls.
826 2002-08-28  Roland McGrath  <roland@redhat.com>
828         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
829         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
831         * locale/setlocale.c: Declare postload functions weak.
833         * elf/tst-tls1-static.c: New file.
834         * elf/tst-tls2-static.c: New file.
835         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
837         Make uselocale support static linking.
838         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
839         This file again just defines _nl_C_locobj.
840         (_nl_C_locobj): Use a categories.def iterator in the initializer.
841         * locale/global-locale.c: New file.  Define _nl_global_locale here,
842         using all weak references in the initializer.
843         * locale/Makefile (aux): Add global-locale.
844         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
845         these unconditional, along with the tsd decl.
846         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
847         Define it under these conditions.
848         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
849         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
850         `extern __thread struct locale_data *const *'.
851         [NL_CURRENT_INDIRECT]
852         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
853         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
854         the thread variable _nl_current_LC_FOO and also a special absolute
855         symbol _nl_current_LC_FOO_used.
856         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
857         Set each _nl_current_LC_FOO symbol to point into the new locale,
858         using weak references to test if _nl_current_LC_FOO_used was linked in.
859         * locale/setlocale.c [! SHARED]: Replace this conditional ...
860         [NL_CURRENT_INDIRECT]: ... with this one.
861         (_nl_current, _nl_C): Variables removed.
862         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
863         weak references to _nl_current_LC_FOO_used.
864         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
865         (free_category): New function, broken out of ...
866         (free_mem): ... here.  Call that.
867         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
868         instead of a loop.
870         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
871         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
872         it is already absolute.
874         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
875         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
876         [$(build-static) = yes] (tests-static): New variable.
877         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
879 2002-08-26  Christoph Hellwig  <hch@lst.de>
881         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
882         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
884 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
886         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
888         * sysdeps/s390/Dist: Add bits/link.h.
890         * sysdeps/sh/Dist: New file.
892         * sysdeps/ia64/Dist: Add ia64libgcc.S.
894         * sysdeps/wordsize-32/Dist: New file.
896         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
897         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
898         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
900         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
901         sys/personality.h.
903         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
904         sparc/dl-brk.S.
906         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
908         * sysdeps/unix/bsd/sun/Dist: New file.
910         * sysdeps/unix/bsd/osf/Dist: New file.
912         * sysdeps/unix/bsd/hp/Dist: New file.
914         * sysdeps/unix/arm/Dist: New file.
916         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
918         * sysdeps/mach/hurd/Dist: Add set-init.c.
920         * sysdeps/i386/Dist: Add bits/link.h.
922         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
924         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
926         * locale/Makefile (distribute): Add hashval.h.
928         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
930         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
932         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
933         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
934         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
935         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
936         implementations.
937         * libio/stdio.h: Likewise.
938         * locale/locale.h: Likewise.
939         * math/math.h: Likewise.
940         * math/bits/mathcalls.h: Likewise.
941         * setjmp/setjmp.h: Likewise.
942         * signal/signal.h: Likewise.
943         * stdlib/stdlib.h: Likewise.
944         * string/string.h: Likewise.
945         * time/time.h: Likewise.
946         * wcsmbs/wchar.h: Likewise.
947         * wctype/wctype.h: Likewise.
949 2002-08-28  Roland McGrath  <roland@redhat.com>
951         * locale/tst-C-locale.c (run_test): Remove __ from function names.
953 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
954             Roland McGrath <roland@redhat.com>
956         * locale/hashval.h (compute_hashval): Use prototype defn.
957         (hashval_t): New macro, defined to unsigned long int
958         if not already defined.
959         (compute_hashval): Return hashval_t instead of unsigned long int.
960         * locale/loadarchive.c (hashval_t): New macro.
961         * locale/programs/locarchive.c: Include hashval.h directly instead
962         of simple-hash.h.
963         (compute_hashval, hashval_t): Define these macros first.
964         (insert_name): Use archive_hashval instead of compute_hashval.
965         (add_locale, delete_locales_from_archive): Likewise.
967 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
969         * locale/programs/locarchive.c (insert_name): Suppress warnings about
970         hash collisions if be_quiet.
972 2002-08-27  Roland McGrath  <roland@redhat.com>
974         * locale/locale.h (__newlocale, __duplocale, __freelocale,
975         __uselocale): Don't declare these any more.
976         * include/locale.h (__uselocale): Declare here instead, using __typeof.
978         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
979         and treat it as an EOF return.
980         * sysdeps/unix/readdir_r.c: Likewise.
982         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
983         From Alexandre Oliva <aoliva@redhat.com>.
984         * sysdeps/gnu/errlist-compat.c: Regenerated.
986 2002-08-27  Brian Youmans  <3diff@gnu.org>
988         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
989         wording at request of copyright holder Stephen Moshier.
990         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
991         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
992         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
993         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
994         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
995         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
996         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
997         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
998         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
999         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1000         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1001         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1002         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1003         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1005 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1007         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1008         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1009         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1010         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1011         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1012         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1013         * wctype/iswctype_l.c (iswctype_l): Likewise.
1015 2002-08-27  Roland McGrath  <roland@redhat.com>
1017         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1019         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1020         * stdlib/stdlib.h: Don't declare __*_l names.
1021         * include/stdlib.h: Declare them here instead.
1022         * include/string.h: Don't declare __*_l names.
1023         * string/string.h: Declare them here instead.
1024         * time/time.h: Don't declare __*_l names.
1025         * include/time.h: Declare them here instead.
1026         * wcsmbs/wchar.h: Don't declare __*_l names.
1027         * include/wchar.h: Declare them here instead.
1028         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1029         Don't declare __*_l names.
1030         * include/wctype.h: Declare them here instead.
1031         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1032         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1033         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1034         * include/langinfo.h: Declare it here with __typeof.
1036         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1037         instead, taking an extra __locale_t argument.
1038         * time/Makefile (routines): Add strptime_l.
1039         * time/time.h (__strptime_l, strptime_l): Declare them.
1040         * time/strptime_l.c: New file.
1042         * time/time.h (__strftime_l, strftime_l): Declare them.
1043         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1044         * time/strftime_l.c: New file.
1045         * time/wcsftime_l.c: New file.
1046         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1047         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1048         strftime_l, wcsftime_l.
1049         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1050         or __wcsftime_l instead, taking an extra __locale_t argument.
1052         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1053         (libc: GLIBC_2.3): ... here.
1055 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1057         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1059         * Makefile (distribute): Add LICENSES.
1061         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1062         sys/debugreg.h.
1064         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1066         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1068         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1070         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1072         * sysdeps/mach/hurd/alpha/Dist: New file.
1074         * sysdeps/arm/Dist: Add bits/link.h.
1076         * sunrpc/Makefile: Distribute thrsvc.
1078         * stdio-common/Makefile: Remove more left-overs from old stdio.
1080         * include/linewrap.h: Removed.
1082         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1084         * intl/Makefile (distribute): Add plural-eval.c.
1086 2002-08-27  Roland McGrath  <roland@redhat.com>
1088         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1089         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1090         Say mtab is in either /var/run or /etc.
1092 2002-08-26  Roland McGrath  <roland@redhat.com>
1094         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1095         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1097         * sysdeps/gnu/Versions: New file.
1098         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1099         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1100         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1101         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1102         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1103         and _sys_nerr_internal instead of anything else.  Make it include
1104         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1105         Make it emit some asm magic if [EMIT_ERR_MAX].
1106         * sysdeps/gnu/errlist.c: Regenerated.
1107         * sysdeps/gnu/errlist-compat.awk: New file.
1108         * sysdeps/gnu/errlist-compat.c: New file (generated).
1109         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1110         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1111         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1112         (SYS_ERRLIST, SYS_NERR): Macros removed.
1113         (sys_nerr, _sys_nerr): Remove these weak aliases.
1114         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1115         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1116         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1118         * include/libc-symbols.h (declare_symbol): New macro.
1119         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1120         * configure.in: New check to define it.
1121         * configure: Regenerated.
1123 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1125         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1126         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1128         * Make-dist: Remove traces of old stdio.
1129         * Makeconfig: Likewise.
1131         * locale/Makefile (localedef-aux): New variable.  Only md5
1132         assigned to it.  These files are not ddistributed in this directory.
1134         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1135         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1136         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1138         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1140         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1141         set h_errno to NO_RECOVERY [PR libc/4360].
1143 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1145         * libio/Makefile (tests): Add bug-fopena+.
1146         * libio/bug-fopena+.c: New file.
1147         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1148         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1150         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1152         * locale/xlocale.c: Fix the last change.  The variable still has
1153         to end in _data.
1154         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1155         (__libc_tsd_set): Add _data prefix to variable name.
1157 2002-08-26  Roland McGrath  <roland@redhat.com>
1159         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1160         macro with inline function.
1161         (sigset_get_old_mask): Likewise.
1162         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1163         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1164         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1165         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1166         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1167         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1168         values.
1169         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1170         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1172 2002-07-06  Bruno Haible  <bruno@clisp.org>
1174         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1175         sigset_get_old_mask): Make it work with larger sigset_t.
1176         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1177         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1178         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1180 2002-08-26  Roland McGrath  <roland@redhat.com>
1182         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1183         * manual/filesys.texi (File Times): Document lutimes and futimes.
1184         * misc/Makefile (routines): Add them.
1185         * misc/Versions (libc: GLIBC_2.3): Likewise.
1186         * sysdeps/generic/lutimes.c: New file.
1187         * sysdeps/generic/futimes.c: New file.
1188         * sysdeps/mach/hurd/lutimes.c: New file.
1189         * sysdeps/mach/hurd/futimes.c: New file.
1191         * manual/filesys.texi (File Times): Add explicit note about null
1192         pointer argument to utimes.
1194 2002-08-26  Roland McGrath  <roland@frob.com>
1196         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1197         (__ifreq): Add a cast.  Remove an unused variable.
1199         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1200         _HURD_THREADVAR_LOCALE.
1202 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1204         * posix/regexec.c (re_search_stub): Return correct match length
1205         if start != 0.
1206         * posix/bug-regex10.c: New test.
1207         * posix/Makefile (tests): Add bug-regex10.
1209 2002-08-26  Brian Youmans  <3diff@gnu.org>
1211         * COPYING.LIB: Replaced with fresh copy from
1212         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1213         suggested copying permission notice now says version 2.1 instead
1214         of version 2.
1216         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1217         from Library GPL.
1218         * crypt/crypt_util.c: Likewise.
1219         * crypt/ufc.c: Likewise.
1220         * elf/dl-conflict.c: Likewise.
1221         * elf/dl-iteratephdr.c: Likewise.
1222         * iconv/iconvconfig.h: Likewise.
1223         * malloc/arena.c: Likewise.
1224         * malloc/hooks.c: Likewise.
1225         * malloc/malloc.c: Likewise.
1226         * posix/glob/Makefile.ami: Likewise.
1227         * posix/glob/Makefile.in: Likewise.
1228         * stdlib/gmp-impl.h: Likewise.
1229         * stdlib/gmp.h: Likewise.
1230         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1231         * sysdeps/generic/strnlen.c: Likewise.
1232         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1233         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1234         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1235         * sysdeps/mach/hurd/spawni.c: Likewise.
1236         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1237         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1238         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1239         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1240         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1241         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1243         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1244         Lesser GPL copying permission notice from 2 to 2.1.
1245         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1246         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1247         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1248         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1249         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1250         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1251         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1252         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1253         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1254         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1255         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1256         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1257         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1258         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1259         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1260         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1261         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1262         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1263         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1264         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1265         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1266         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1267         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1268         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1269         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1270         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1271         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1272         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1273         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1274         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1275         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1276         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1277         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1278         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1279         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1280         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1281         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1282         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1283         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1284         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1285         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1286         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1287         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1288         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1289         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1290         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1291         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1292         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1293         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1294         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1295         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1296         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1297         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1298         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1299         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1301         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1302         Moshier and Lesser GPL copying permission notice, per license from
1303         Moshier.
1304         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1305         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1306         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1307         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1308         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1309         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1310         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1311         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1312         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1313         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1314         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1315         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1316         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1317         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1319         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1320         notice, per license from copyright holder Stephen Moshier.
1321         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1322         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1323         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1324         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1325         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1326         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1327         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1328         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1329         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1331 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1333         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1334         (shared-only-routines): Likewise.
1336 2002-08-26  Roland McGrath  <roland@redhat.com>
1338         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1339         name of "", store a null pointer instead.
1341         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1342         * configure: Regenerated.
1344         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1345         Initialize this instead of __libc_tsd_LOCALE_data.
1347         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1348         ptsname_r to EINVAL.
1350         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1352         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1353         implementations depend on pthreads.
1354         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1355         * rt/tst-aio64.c (do_test): Likewise.
1356         * rt/tst-aio2.c (do_test): Likewise.
1357         * rt/tst-aio3.c (do_test): Likewise.
1358         * rt/tst-aio4.c (do_test): Likewise.
1359         * rt/tst-aio5.c (do_test): Likewise.
1360         * rt/tst-aio6.c (do_test): Likewise.
1361         * rt/tst-aio7.c (do_test): Likewise.
1363         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1364         void so as to avoid compiler warnings.
1366         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1367         _IO_wide_data_FD, which is never used here.
1369         * libio/iofread.c
1370         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1371         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1372         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1374         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1375         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1377         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1378         (closelog): Likewise.
1380 2002-07-06  Bruno Haible  <bruno@clisp.org>
1382         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1384         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1385         * sysdeps/unix/alpha/pipe.S: ... here.
1386         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1388         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1390         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1391         * sysdeps/unix/i386/fork.S: Likewise.
1392         * sysdeps/unix/i386/pipe.S: Likewise.
1393         * sysdeps/unix/i386/wait.S: Likewise.
1395         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1396         * sysdeps/unix/arm/fork.S: Likewise.
1398         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1399         arguments.
1400         (DO_CALL): Swap argument order.
1401         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1402         arguments.
1403         (DO_CALL): Swap argument order.
1404         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1405         arguments.
1406         (DO_CALL): Swap argument order.
1407         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1408         arguments.
1409         (DO_CALL): Swap argument order.
1410         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1411         arguments.
1412         (DO_CALL): Swap argument order.
1413         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1414         arguments.
1415         (DO_CALL): Swap argument order.
1416         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1417         arguments.
1418         (DO_CALL): Swap argument order.
1420         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1421         (L): Define right for ELF.
1422         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1423         Now defined in sysdeps/i386/sysdep.h.
1425         * sysdeps/posix/readv.c: Ansify function definition.
1426         * sysdeps/posix/writev.c: Likewise.
1428         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1429         have the same size. Avoid direct cast from size_t to off_t.
1431         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1432         nul byte in entry[n].ut_user.
1433         (simulate_logout): Likewise.
1435         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1436         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1437         existence of corresponding members of 'struct utmp'.
1438         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1439         !_HAVE_UT_TYPE.
1441         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1442         allocate a buffer of at least BUFSIZ bytes, not just of
1443         sizeof (struct dirent).
1445         * sysdeps/generic/glob.c: Include <limits.h>.
1446         (NAME_MAX): Define a fallback.
1447         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1448         stack.
1449         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1450         (main): Allocate enough room for a 'struct dirent64' on the stack.
1451         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1452         'struct dirent'.
1454         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1455         kernel-features.h.
1457         * inet/htontest.c: Include <sys/types.h>.
1459         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1461         * include/sys/sysctl.h: Comment fix.
1463         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1464         _dl_load_lock.
1465         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1467         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1469         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1470         (__getpeername): New alias.
1471         (__getsockname): New alias.
1472         (__socket): New alias.
1474         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1476         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1477         (__fcntl_internal): New alias.
1478         (__profil): New alias.
1480 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1482         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1483         entry was for getaddr* lookup or not.  Add only matching cache
1484         entry.  Change all callers [PR libc/4317].
1486         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1487         finding the read position [PR libc/4265].
1488         * libio/Makefile (tests): Add bug-rewind2.
1489         * libio/bug-rewind2.c: New file.
1491         * libio/bug-rewind.c: Fix creation of temp file.
1493 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1495         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1496         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1497         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1498         to ENOENT if no entry is found.
1499         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1500         failure.
1501         * nis/nss_compat/compat-initgroups.c: Likewise.
1502         * nis/nss_compat/compat-pwd.c: Likewise.
1503         * nis/nss_compat/compat-spwd.c: Likewise.
1504         * nis/nss_nis/nis-alias.c: Likewise.
1505         * nis/nss_nis/nis-ethers.c: Likewise.
1506         * nis/nss_nis/nis-grp.c: Likewise.
1507         * nis/nss_nis/nis-hosts.c: Likewise.
1508         * nis/nss_nis/nis-initgroups.c: Likewise.
1509         * nis/nss_nis/nis-netgrp.c: Likewise.
1510         * nis/nss_nis/nis-network.c: Likewise.
1511         * nis/nss_nis/nis-proto.c: Likewise.
1512         * nis/nss_nis/nis-publickey.c: Likewise.
1513         * nis/nss_nis/nis-pwd.c: Likewise.
1514         * nis/nss_nis/nis-rpc.c: Likewise.
1515         * nis/nss_nis/nis-service.c: Likewise.
1516         * nis/nss_nis/nis-spwd.c: Likewise.
1517         * resolv/nss_dns/dns-host.c: Likewise.
1518         * resolv/nss_dns/dns-network.c: Likewise.
1519         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1520         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1521         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1522         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1523         * nis/nss_nisplus/nisplus-network.c: Likewise.
1524         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1525         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1526         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1527         * nis/nss_nisplus/nisplus-service.c: Likewise.
1528         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1529         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1530         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1531         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1532         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1534         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1535         declaring __restore and __restore_rt as hidden (if possible).
1537 2002-08-25  Roland McGrath  <roland@redhat.com>
1539         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1541         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1542         (getutent_r_file, internal_getut_r): Updated all callers.
1543         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1545 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1547         * locale/programs/locale.c: Don't print aliases for non-existing
1548         locales for 'locale -a'.
1549         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1551 2002-07-19  H.J. Lu  <hjl@gnu.org>
1553         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1555 2002-07-16  H.J. Lu  <hjl@gnu.org>
1557         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1558         sys/personality.h.
1559         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1561 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1563         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1564         not moved ahead of the fputs call.
1565         * elf/tst-tlsmod2.c (in_dso): Likewise.
1566         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1567         * elf/tst-tlsmod4.c (in_dso): Likewise.
1569 2002-08-25  Andreas Schwab  <schwab@suse.de>
1571         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1573 2002-08-25  Roland McGrath  <roland@redhat.com>
1575         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1576         resetting handler, to avoid the possibility of a spurious SIGALRM
1577         delivered to the user's handler.
1578         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1580         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1581         set -fkeep-inline-functions, which is not needed for the current file.
1583         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1584         (_dl_setup_hash): Add attribute_hidden.
1585         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1586         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1587         (_dl_new_object, _dl_map_object_deps): Likewise.
1588         (_dl_map_object_deps_internal): Remove decl.
1589         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1591         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1592         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1593         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1594         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1595         instead relying on the compiler to produce only GOTOFF variable refs.
1597 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1599         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1601         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1602         inline to avoid defining it in every file which includes this header.
1604         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1605         defining DONT_USE_BOOTSTRAP_MAP.
1607         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1608         * libio/tst-mmap-setvbuf.c (main): Likewise.
1609         * libio/tst-widetext.c (main): Likewise.
1611         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1612         message.
1613         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1614         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1616         * sysdeps/i386/elf/configure.in: Unconditionally define
1617         PI_STATIC_AND_HIDDEN.
1618         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1619         PI_STATIC_AND_HIDDEN is defined as well.
1620         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1622 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1624         * sysdeps/ia64/bzero.S: Define __bzero as well.
1626         * locale/programs/charmap.c (charmap_new_char): Don't use
1627         ULONG_MAX as maximum UCS4 value.
1629         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1631         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1633         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1634         * malloc/malloc.c (mALLINFo): Likewise.
1636         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1638         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1639         examining result of _IO_do_flush call.
1641         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1642         Use prec not spec when sizing buffers.
1644         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1645         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1646         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1647         * stdio-common/vfscanf.c (inchar): Likewise.
1648         * misc/efgcvt_r.c (fcvt_r): Likewise.
1649         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1650         * elf/readlib.c (process_file): Likewise.
1651         * elf/sprof.c (load_profdata): Likewise.
1652         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1653         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1654         * locale/programs/charmap.c (charmap_read): Likewise.
1655         * libio/fileops.c: Likewise.
1656         * libio/fmemopen.c: Likewise.
1657         * stdlib/strtod.c: Likewise.
1658         * elf/dl-load.c: Likewise.
1659         * iconv/iconvconfig.c: Likewise.
1660         * iconv/iconv_prog.c (process_block): Likewise.
1661         * elf/rtld.c (dl_main): Likewise.
1663         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1664         macro to calm down the compiler.
1666         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1668         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1670         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1671         placement of errno definition.
1672         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1673         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1674         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1675         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1676         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1678         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
1679         from 1024 to 65536, to avoid buffer overrun.
1681 2002-08-16  Paul Eggert  <eggert@twinsun.com>
1683         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
1684         from 1024 to 65536, to avoid buffer overrun.
1685         * resolv/res_query.c (MAXPACKET): Likewise.
1687 2002-08-24  Andreas Jaeger  <aj@suse.de>
1689         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
1691 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
1693         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
1694         two52 locally.
1695         (log2): Likewise.
1696         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
1697         Patch by Simon Gee <simong@agile.tv>.
1699         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
1700         Prefer reading /proc/stat since it is more uniform across
1701         architectures.
1703         * manual/texinfo.tex: Update to latest official version.
1705         * sysvipc/sys/shm.h: Remove SHMLBA definition.
1706         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
1707         * sysdeps/gnu/bits/shm.h: Likewise.
1708         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1709         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
1710         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
1711         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1712         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1713         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1714         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1715         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
1716         since this is what the kernel says.
1718         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
1719         since ssize_t is needed as well.  Replace const with __const.
1721 2002-08-23  Roland McGrath  <roland@redhat.com>
1723         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
1724         __malloc_hook, __realloc_hook, __memalign_hook,
1725         __after_morecore_hook): Variable definitions moved to ...
1726         * malloc/malloc.c: ... here, so as to be before all references.
1728         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
1729         global variable reference in an unused asm parameter, to ensure the
1730         compiler has set up the GOT register before we use it.
1732         * malloc/hooks.c: Move variable definitions ahead of uses.
1733         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
1734         initializers that make reference to variables they define.
1736 2002-08-23  Andreas Jaeger  <aj@suse.de>
1738         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
1739         alloca, free, qsort.
1741         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
1743         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
1744         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1746         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
1747         <hch@lst.de>.
1748         * sysdeps/generic/fgetxattr.c: New file.
1749         * sysdeps/generic/flistxattr.c: New file.
1750         * sysdeps/generic/fremovexattr.c: New file.
1751         * sysdeps/generic/fsetxattr.c: New file.
1752         * sysdeps/generic/getxattr.c: New file.
1753         * sysdeps/generic/listxattr.c: New file.
1754         * sysdeps/generic/lgetxattr.c: New file.
1755         * sysdeps/generic/llistxattr.c: New file.
1756         * sysdeps/generic/lremovexattr.c: New file.
1757         * sysdeps/generic/lsetxattr.c: New file.
1758         * sysdeps/generic/removexattr.c: New file.
1759         * sysdeps/generic/setxattr.c: New file.
1760         * misc/Makefile (headers): Add sys/xattr.h.
1761         (routines): Add *xattr calls.
1762         * misc/Versions: Add *xattr calls with version 2.3.
1763         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
1764         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1765         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1766         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1767         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1768         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1769         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1770         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1772 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
1774         * sysdeps/powerpc/elf/libc-start.c
1775         (__cache_line_size): Declare.
1776         (__aux_init_cache): New function.
1777         (__libc_start_main): Change type of `auxvec' parameter to
1778         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
1779         __aux_init_cache.
1780         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1781         (__cache_line_size): Declare.
1782         (__aux_init_cache): New function.
1783         (DL_PLATFORM_INIT): Define.
1784         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
1785         value to select the correct stride for dcbz.
1787 2002-08-22  Andreas Jaeger  <aj@suse.de>
1789         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
1790         shmat.
1792 2002-08-22  Roland McGrath  <roland@redhat.com>
1794         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
1795         position indicated by locrectab against file bounds before rounding to
1796         page size.  In mapping loop, always set TO before breaking out of
1797         contiguous range coalescing loop.
1799         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
1800         (or MAP_COPY if available) instead of MAP_SHARED.
1802         * scripts/firstversions.awk: When encountering a version newer than
1803         the specified earliest version, be sure to emit the specified earliest
1804         version first if any renaming of an older version to that has been.
1806 2002-08-21  Roland McGrath  <roland@redhat.com>
1808         * configure.in: Make GCC version check require 3.[2-9]* and no others.
1809         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
1810         (Configuring and compiling): Don't mention older GCC versions any more.
1811         * INSTALL: Regenerated.
1813         * manual/install.texi (Configuring and compiling, Installation,
1814         Running make install, Linux): Linux -> GNU/Linux where appropriate.
1816         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
1817         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
1818         and with noinline otherwise.  Remove hack alloca use to prevent
1819         inlining, we can ask for it explicitly nowadays.
1821         * dlfcn/bug-dlsym1.c: New file.
1822         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
1823         * dlfcn/Makefile (distribute): Add them.
1824         (tests): Add bug-dlsym1 here.
1825         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
1826         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
1827         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
1829 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
1831         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
1832         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
1833         before relocation.
1834         (_dl_start): Don't use local bootstrap_map variable if
1835         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
1836         pass bootstrap_map to _dl_start_final in this case either.  Don't
1837         pass start_time to _dl_start_final ever.
1838         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
1840         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
1841         This cripples the scope lists necessary to search for symbols in
1842         dependencies which are not in the global scope.
1844         * include/setjmp.h (__libc_longjmp): Add declaration.
1846 2002-08-21  Andreas Jaeger  <aj@suse.de>
1848         * sysdeps/x86_64/_mcount.S: Fix assembler.
1850         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
1851         with biarch support.
1853 2002-08-21  Andreas Jaeger  <aj@suse.de>
1855         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
1857         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
1859         * sysdeps/x86_64/machine-gmon.h: New file.
1860         * sysdeps/x86_64/_mcount.S: New file.
1862 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
1864         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
1865         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
1866         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
1867         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
1868         to TL_INIT_TP.  Otherwise pass 1.
1869         * include/link.h (struct link_map): Add l_tls_tp_initialized.
1870         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
1872 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
1874         * locale/programs/localedef.c (add_to_readlist): Error about
1875         circular dependencies only if the locale in question hasn't
1876         been finished.
1877         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
1878         CTYPE_LOCALE to load_locale.
1879         * locale/programs/locfile.c (locfile_read): Don't include
1880         unneeded but available locales in locale_mask.
1882         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
1883         print any messages about enlarging archive.
1885 2002-08-20  Brian Youmans  <3diff@gnu.org>
1887         * manual/contrib.texi: Removed licenses, added acknowledgements
1888         for contributions by Intel, IBM, Craig Metz.
1889         * LICENSES: New file, contains the text of all non-FSF licenses in the
1890         distribution that require putting the notice in the accompanying
1891         documentation.
1892         * README.template, README: Mention LICENSES.
1894         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
1895         new one modelled on the modern BSD license, per recent letter
1896         of permission from CMU.
1897         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
1899         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
1900         from IBM to FSF, per the recent Software Letter.  Changed the
1901         distribution terms from GPL to LGPL.
1903         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
1904         copying permission notice (Lesser GPL), per recent IBM Software Letter.
1905         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1906         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1907         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1908         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1909         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1910         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1911         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1912         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1914         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
1915         from IBM to FSF, per the recent Software Letter.  Corrected the
1916         text of the copying permission notice to say Lesser GPL instead
1917         of GPL in warranty disclaimer paragraph.
1918         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1919         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1920         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1921         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1922         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1923         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1924         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1925         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1926         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1927         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1928         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1929         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1930         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1931         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1932         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1933         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1934         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1935         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1936         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1937         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1938         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1940         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
1941         permission notice to say Lesser GPL instead of GPL in warranty
1942         disclaimer paragraph.
1943         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1944         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1945         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1946         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1947         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1948         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1949         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1950         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1951         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1952         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1953         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1954         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1955         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1956         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1957         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1958         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1959         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1960         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1961         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1962         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1963         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1964         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1965         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
1967 2002-08-20  Roland McGrath  <roland@redhat.com>
1969         Fix ABI compatibility with libc compiled with old tools on powerpc.
1970         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1971         and Jack Howarth <howarth@bromo.med.uc.edu>.
1972         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
1973         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
1974         pass -DHAVE_DOT_HIDDEN for these files.
1975         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
1976         __floatdisf.
1977         * sysdeps/powerpc/divdi3.c: New file.
1978         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
1979         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
1981 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
1983         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
1984         partially overlapping mappings.  Remove unneeded (char *) casts.
1985         Never allow duplication of ranges in mapped areas.
1987 2002-08-20  Roland McGrath  <roland@redhat.com>
1989         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
1990         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
1992 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
1994         * include/unistd.h: Don't hide _exit.
1996         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
1997         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
1998         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
1999         argument 1 to TLS_INIT_TP.
2000         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2002         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2004         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2005         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2006         memory allocation to...
2007         (allocate_dtv): ...here.  New function.
2008         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2009         call allocate_dtv instead of _dl_allocate_tls_storage.
2010         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2011         (_dl_get_tls_static_info): New function.
2012         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2013         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2015 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2017         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2018         immediately if result == NULL.
2020 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2022         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2024 2002-08-18  Roland McGrath  <roland@frob.com>
2026         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2027         instead of __file_name_split.
2028         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2030         * sysdeps/mach/hurd/dl-sysdep.c
2031         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2032         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2034 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2036         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2037         in change before last: MAX -> MIN.
2039 2002-08-15  Roland McGrath  <roland@redhat.com>
2041         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2042         if seek would go past it.
2043         (mmap_remap_check): If file position is at or past EOF after check,
2044         leave read pointers at EOF and don't seek.
2046         * libio/tst-mmap-offend.c: New file.
2047         * libio/Makefile (tests): Add it.
2049         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2050         the name as passed, rather than the name in the archive dictionary.
2052 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2054         * csu/Makefile: Define elide-routines.os not static-only-routines.
2056         * include/sched.h (__clone): Add varargs at the end.
2058         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2059         case.
2060         (TLS_INIT_HELPER): If defined, use it.
2061         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2063 2002-08-15  Roland McGrath  <roland@redhat.com>
2065         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2066         on L->l_prev; it can happen under rtld --verify too.
2068         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2069         header separately, just map an initial window of 2MB from the file
2070         and remap if that is not large enough to cover the whole header.
2072 2002-08-15  Andreas Jaeger  <aj@suse.de>
2074         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2075         version 2.3.
2076         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2077         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2078         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2079         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2080         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2081         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2082         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2083         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2084         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2085         Patch by Andreas Gruenbacher <agruen@suse.de>.
2087         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2089 2002-08-14  Roland McGrath  <roland@redhat.com>
2091         * locale/locarchive.h (struct locale_category_data): Give this name to
2092         the type of locale_data_t's elements.
2093         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2094         (add_locale): Use that to sort the categories by size and put all
2095         those that fit into two pages into the LC_ALL block, instead of
2096         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2097         (show_archive_content): Detect categories inside LC_ALL block
2098         directly, instead of hard-coding.
2099         (oldlocrecentcmp): Compare just on file locations used.
2101 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2103         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2104         (oldlocrecentcmp): New function.
2105         (enlarge_archive): Re-add locales in the order they were added
2106         to the archive.
2107         (add_locale): Put all the small locale files together, if the small
2108         locale file block would occupy less pages if page size aligned, align
2109         it.
2110         (show_archive_content): Adjust for locale archives optimized for speed.
2112 2002-08-14  Roland McGrath  <roland@frob.com>
2114         * configure.in: Use "MISSING" as not-found value for MIG.
2115         * sysdeps/mach/configure.in: Fatal if mig not found.
2116         * configure, sysdeps/mach/configure: Regenerated.
2118 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2120         * locale/loadarchive.c (archfname): Add missing slash.
2122         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2123         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2125 2002-08-12  Roland McGrath  <roland@redhat.com>
2127         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2128         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2129         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2130         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2131         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2132         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2133         * sysdeps/generic/waitpid.c: Likewise.
2135         * include/net/if.h: New file.  Use libc_hidden_proto
2136         for if_nametoindex and if_indextoname.
2137         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2138         * sysdeps/mach/hurd/if_index.c: Likewise.
2139         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2141         * include/grp.h (setgroups): Add libc_hidden_proto.
2142         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2143         * sysdeps/mach/hurd/setgroups.c: Likewise.
2144         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2145         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2147 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2149         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2150         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2151         * sysdeps/generic/setegid.c (setegid): Likewise.
2152         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2153         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2154         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2155         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2156         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2157         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2158         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2159         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2160         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2161         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2162         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2163         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2164         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2166         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2167         __lxstat_internal, __lxstat64_internal): Remove.
2168         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2169         Add hidden_proto.
2170         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2171         Remove INTDEF where present, remove #undef at the beginning.
2172         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2173         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2174         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2175         * sysdeps/generic/xstat.c (__xstat): Likewise.
2176         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2177         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2178         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2179         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2180         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2181         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2182         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2183         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2184         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2185         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2186         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2187         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2188         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2189         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2190         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2191         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2192         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2193         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2194         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2195         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2196         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2197         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2198         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2199         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2200         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2201         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2202         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2203         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2204         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2205         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2206         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2207         * sysdeps/unix/xstat.c (__xstat): Likewise.
2209         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2210         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2211         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2212         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2213         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2214         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2215         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2217         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2218         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2219         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2220         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2221         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2222         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2223         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2224         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2225         Likewise.
2226         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2227         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2228         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2229         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2230         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2231         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2232         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2233         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2235         * include/string.h (strcoll): Add libc_hidden_proto.
2236         * string/strcoll.c (strcoll): Add libc_hidden_def.
2238         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2240 2002-08-11  Philip Blundell  <philb@gnu.org>
2242         * sysdeps/arm/Makefile: New file.
2244 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2246         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2247         by another '|', end of regex or enclosing ')', clear branch.
2248         * posix/bug-regex9.c: New test.
2249         * posix/Makefile (tests): Add bug-regex9.
2251 2002-08-12  Roland McGrath  <roland@redhat.com>
2253         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2254         start count condition, use TOTAL instead of variable that was never
2255         set.  Fix outer loop termination condition to TOTAL >= after update.
2257         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2258         dl_tls_static_align and dl_tls_static_nelem.
2260 2002-08-11  Roland McGrath  <roland@redhat.com>
2262         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2263         of the TLS macros, otherwise the compiler might not have initialized
2264         the PIC register yet when we use the PLT via asm.
2265         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2266         * elf/tst-tlsmod2.c (in_dso): Likewise.
2268         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2270         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2271         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2273         * include/unistd.h: Use libc_hidden_proto for getdomainname
2274         and getlogin_r.
2275         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2276         * sysdeps/mach/hurd/getdomain.c: Likewise.
2277         * sysdeps/unix/getlogin_r.c: Likewise.
2278         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2279         * sysdeps/generic/getlogin_r.c: Likewise.
2281         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2282         * sunrpc/rtime.c: Add libc_hidden_def.
2284         * include/string.h: Use libc_hidden_proto for basename.
2285         * string/basename.c [_LIBC]: Add libc_hidden_def.
2287         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2289         * locale/loadarchive.c: munmap -> __munmap throughout.
2291         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2292         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2293         * sysdeps/generic/gai_strerror.c: Likewise.
2295         * include/sys/errno.h: New file.
2297         * include/signal.h: No libc_hidden_proto for raise,
2298         __libc_current_sigrtmin, __libc_current_sigrtmax.
2299         These need to be overridden by linuxthreads.
2300         * sysdeps/posix/raise.c: Reverted.
2301         * sysdeps/generic/raise.c: Reverted.
2302         * signal/allocrtsig.c: Reverted.
2304         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2306 2002-08-10  Roland McGrath  <roland@redhat.com>
2308         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2309         * locale/localeinfo.h: Declare it.
2310         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2311         current locale if it's not in the file list.
2312         Call _nl_archive_subfreeres.
2314 2002-08-10  Andreas Jaeger  <aj@suse.de>
2316         * sysdeps/i386/strchr.S: Add comment.
2318 2002-08-10  Roland McGrath  <roland@redhat.com>
2320         * include/wchar.h (putwc): Use libc_hidden_proto.
2321         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2322         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2323         * stdio-common/dprintf.c: Add libc_hidden_def.
2324         * stdio-common/fprintf.c: Likewise.
2325         * stdio-common/sprintf.c: Likewise.
2326         * stdio-common/sscanf.c: Likewise.
2327         * libio/iofwrite.c: Likewise.
2328         * libio/memstream.c: Likewise.
2329         * libio/putwc.c: Likewise.
2330         * stdio-common/perror.c: Likewise.
2331         * sysdeps/posix/remove.c: Likewise.
2332         * sysdeps/generic/remove.c: Likewise.
2333         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2334         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2336 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2338         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2339         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2340         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2341         towlower, towupper): Add libc_hidden_weak.
2343         * include/bits/dlfcn.h: New file.
2344         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2346         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2347         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2348         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2349         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2350         * include/shadow.h (_nss_files_parse_spent): Likewise.
2351         * include/netdb.h (_nss_files_parse_protoent,
2352         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2353         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2354         (LINE_PARSER): Use it.
2355         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2356         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2358         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2359         #endif.
2361         * manual/debug.texi (%MENU%): Remove trailing dot.
2362         Reported by <hayastan132@hotmail.com>.
2364         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2365         aliases.
2366         (lseek): Dummy.
2367         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2368         Likewise.
2370 2002-08-09  Roland McGrath  <roland@redhat.com>
2372         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2373         name to find codeset name (if any) and normalize it.  If the
2374         normalized name differs, look up only that in the archive.
2375         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2376         contains a codeset, normalize the codeset store only the normalized
2377         name in the archive.  If not, add an alias containing the locale's
2378         normalized codeset name.  Apply codeset name normalization when
2379         matching entries in the alias file.
2381         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2382         decrement HEAD->namehash_used here.
2383         (add_locale): Only need to insert name string when name_offset != 0.
2385         * locale/programs/localedef.c (options): Add -A/--alias-file.
2386         (alias_file): New variable.
2387         (parse_opt): Grok -A, set that.
2388         * locale/programs/localedef.h: Declare it.
2390         * locale/locarchive.h (struct locrecent): Add `refs' member.
2391         * locale/programs/locarchive.c (insert_name): New function, broken out
2392         of ...
2393         (add_locale_to_archive): ... here.  Call that.
2394         (add_alias): New function.
2395         (add_locale): New static function, add_locale_to_archive renamed.
2396         (add_locale_to_archive): Call that and use add_alias to add an alias
2397         for the name with codeset if the given name lacks it.
2398         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2400         * locale/Makefile (routines): Add loadarchive.
2401         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2402         (_nl_load_locale_from_archive): New function.
2403         * locale/localeinfo.h: Declare it.
2404         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2405         try _nl_load_locale_from_archive first.
2407         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2408         broken out of _nl_load_locale.
2409         (_nl_load_locale): Call that.
2410         * locale/localeinfo.h: Declare it.
2411         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2412         (struct locale_data): Remove unused member `options'.
2413         * locale/findlocale.c (_nl_remove_locale): Update uses.
2414         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2415         * locale/C-collate.c: Update initializer.
2416         * locale/C-identification.c: Likewise.
2417         * locale/C-measurement.c: Likewise.
2418         * locale/C-telephone.c: Likewise.
2419         * locale/C-address.c: Likewise.
2420         * locale/C-name.c: Likewise.
2421         * locale/C-paper.c: Likewise.
2422         * locale/C-time.c: Likewise.
2423         * locale/C-numeric.c: Likewise.
2424         * locale/C-monetary.c: Likewise.
2425         * locale/C-messages.c : Likewise.
2426         * locale/C-ctype.c: Likewise.
2428         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2429         use CHAR_BIT instead of BITSPERBYTE.
2431         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2432         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2433         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2434         (_nl_remove_locale): Likewise.
2435         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2437         * locale/findlocale.c (_nl_default_locale_path): New variable.
2438         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2439         * locale/localeinfo.h: Declare it.
2440         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2441         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2442         * locale/newlocale.c (__newlocale): Likewise.
2444         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2445         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2446         * sysdeps/generic/morecore.c: Likewise.
2447         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2448         (__libc_current_sigrtmax): Likewise.
2450 2002-08-08  Roland McGrath  <roland@redhat.com>
2452         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2453         * catgets/open_catalog.c (__open_catalog): Likewise.
2455         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2456         from typo INITIAL_NUM_NANES.
2457         (create_archive): Update use.
2459 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2461         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2463 2002-08-08  Roland McGrath  <roland@frob.com>
2465         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2467 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2469         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2470         else and undefine after including wcstol_l.c.
2471         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2473 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2475         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2477 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2479         * configure.in: Make the test for broken_alias_attribute stricter.
2481 2002-05-24  Robert Love  <rml@tech9.net>
2483         * posix/Makefile (routines): Add sched_getaffinity and
2484         sched_setaffinity.
2485         * posix/sched.h: Add declarations for sched_getaffinity and
2486         sched_setaffinity.
2487         * sysdeps/generic/sched_getaffinity.c: New file.
2488         * sysdeps/generic/sched_setaffinity.c: New file.
2489         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2490         sched_setaffinity.
2492 2002-08-06  Andreas Schwab  <schwab@suse.de>
2494         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2496 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2498         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2499         message.
2501         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2502         It is known to be defined.
2504         * include/string.h: Define index and rindex only if _ISOMAC is not
2505         defined.
2507         * elf/rtld.c: Include <errno.h>.
2508         * sysdeps/generic/libc-tls.c: Likewise.
2510 2002-08-07  Roland McGrath  <roland@redhat.com>
2512         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2513         it internally.
2514         (precsize_aton): Likewise.
2516         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2517         the static symbols added in the last change (doofus is me).
2519         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2520         loop to notice missing categories in a composite name.
2522         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2523         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2524         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2525         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2527 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2529         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2531 2002-08-07  Roland McGrath  <roland@redhat.com>
2533         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2534         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2535         Reported by Jakub Jelinek  <jakub@redhat.com>.
2537 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2539         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2540         division.
2542 2002-08-06  Roland McGrath  <roland@redhat.com>
2544         * include/getopt.h: Put private decls inside [_GETOPT_H].
2545         Use libc_hidden_proto for getopt_long, getopt_long_only.
2546         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2547         Add libc_hidden_def.
2549         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2550         Define as a macro for __dl_iterate_phdr.
2552         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2553         made static.  Add __ name as a strong alias.
2554         (internal_endnetgrent): Likewise.
2555         (internal_getnetgrent_r): Likewise.
2557         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2558         with no __ prefix.
2559         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2560         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2561         all *_l functions with no __ prefix.
2562         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2563         * ctype/ctype_l.c: Likewise.
2564         * locale/nl_langinfo.c: Likewise.
2565         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2566         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2567         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2568         * wctype/wctype.h [__USE_GNU]: Likewise.
2569         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2570         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2571         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2572         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2573         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2574         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2575         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2576         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2577         (__wcscasecmp_l): Add libc_hidden_def.
2578         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2579         (__wcsncasecmp_l): Add libc_hidden_def.
2580         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2581         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2582         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2583         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2584         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2585         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2586         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2587         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2588         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2589         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2590         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2591         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2592         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2593         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2595 2002-08-05  Roland McGrath  <roland@redhat.com>
2597         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2598         netname2user, host2netname, user2netname, key_gendes.
2599         * sunrpc/netname.c: Add libc_hidden_def.
2600         * sunrpc/key_call.c: Likewise.
2602         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2603         freeaddrinfo.
2604         * inet/getnameinfo.c: Add libc_hidden_def.
2605         * sysdeps/generic/getaddrinfo.c: Likewise.
2606         * sysdeps/posix/getaddrinfo.c: Likewise.
2608         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2609         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2610         * wcsmbs/wmemset.c: Add libc_hidden_def.
2612         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2613         (index, rindex): Define as macros for strchr, strrchr.
2615         * string/envz.c (envz_strip): index -> strchr
2617         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2618         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2620         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2621         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2623         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2624         * stdlib/wctomb.c: Add libc_hidden_def.
2626         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2627         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2628         * resolv/herror.c: Likewise.
2629         * inet/rcmd.c: Add libc_hidden_def.
2630         * inet/ruserpass.c: Likewise.
2631         * inet/getnetgrent_r.c: Likewise.
2633         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2634         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2635         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2636         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2637         libc_hidden_def.
2638         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2639         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2641         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2642         __libc_system.
2643         (__libc_system): Call it, putting just the line == NULL test here.
2645         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2646         variables work right.
2648         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2649         * elf/dl-close.c (_dl_close): Likewise.
2651         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2652         in6addr_any, in6addr_loopback.  Remove decls for
2653         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2654         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2655         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2656         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2657         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2658         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2659         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2660         in6addr_loopback.
2661         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2663         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2664         ether_aton_r.
2665         * inet/ether_aton_r.c: Add libc_hidden_def.
2666         * inet/ether_ntoa_r.c: Likewise.
2668         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2669         xprt_unregister.
2670         * sunrpc/svc.c: Add libc_hidden_def.
2671         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2672         pmap_set, pmap_unset.
2673         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2674         * sunrpc/pm_getport.c: Likewise.
2675         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
2676         * sunrpc/publickey.c: Add libc_hidden_def.
2678 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2680         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
2681         the other memset call in this function.
2683         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
2684         at correct index.  Clear BSS region now that memalign is used.
2686 2002-08-05  Roland McGrath  <roland@redhat.com>
2688         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
2689         * sysdeps/generic/uname.c: Add libc_hidden_def.
2690         * sysdeps/mach/hurd/uname.c: Likewise.
2692 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
2694         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
2695         wcspbrk): Add libc_hidden_proto.
2696         * time/strftime.c (my_strftime): Add libc_hidden_def.
2697         (strftime): Remove libc_hidden_def.
2698         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
2699         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
2700         * wcsmbs/wcsspn.c (wcsspn): Likewise.
2701         * wcsmbs/wcscmp.c (wcscmp): Likewise.
2702         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
2703         * wcsmbs/wcscoll.c (wcscoll): Likewise.
2705         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
2706         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2707         __rpc_thread_createerr): Add libc_hidden_proto.
2708         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
2709         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2710         __rpc_thread_createerr): Add libc_hidden_def.
2712         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
2713         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
2714         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
2715         clnt_perror, clnt_sperror): Add libc_hidden_def.
2716         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
2718         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
2719         libc_hidden_proto.
2720         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
2721         * sunrpc/des_soft.c (des_setparity): Likewise.
2723         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
2724         Add libc_hidden_proto.
2725         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
2726         Add libc_hidden_def.
2728 2002-08-05  Roland McGrath  <roland@redhat.com>
2730         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
2731         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
2732         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
2733         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
2734         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
2735         old data, abandoning the original memory allocated by rtld at startup,
2736         instead of calling realloc normally.
2738 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2740         * po/fr.po: Update from translation team.
2742 2002-08-04  Roland McGrath  <roland@redhat.com>
2744         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
2745         then generate a dummy module under the given name, obeying the
2746         normal rules for the "caller" field.
2748         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
2749         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
2751         * include/pthread.h: Don't declare __pthread_initialize_minimal as
2752         weak here; we declare it weak or strong in the one place we use it.
2753         * sysdeps/generic/libc-start.c: ... which is here.
2754         Don't make the decl weak if [USE_TLS], since static programs need TLS
2755         setup even when single-threaded.
2757         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
2759         * elf/Makefile (test-srcs): Add $(modules-names) to it.
2760         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
2761         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
2762         all these variables.
2764 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2766         * include/stdio.h: Don't define macro magic to redirect function
2767         calls if _ISOMAC is defined.
2769         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
2770         ldouble asin tests.
2772 2002-08-04  Roland McGrath  <roland@redhat.com>
2774         * stdlib/lrand48_r.c: Add libc_hidden_def.
2776         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
2777         TCB with __libc_memalign instead of mmap.
2778         (_dl_deallocate_tls): Free it with free instead of munmap.
2780         * Makerules (cpp-srcs-left): When setting this to run
2781         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
2782         words.  Combine the two loops into one on the concatenated list,
2783         including those as well as $(test-srcs).
2785         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
2786         since we align here with optimally minimal waste anyway.
2787         (malloc): Just call that.
2789         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
2790         the right variable.
2792         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
2793         to compute memory location for l_tls_initimage.
2794         * elf/rtld.c (_dl_start): Likewise.
2795         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
2797         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
2798         because the .d file is generated in the non-shared case and
2799         so fails to catch them otherwise.
2801         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
2802         split out of _dl_allocate_tls.
2803         (_dl_allocate_tls_init): Likewise.
2804         (_dl_allocate_tls): Call those.
2805         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
2806         * elf/rtld.c (dl_main): Call them separately instead of calling
2807         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
2808         is finished, so that the initializer data has been relocated before we
2809         copy it into the main thread's TLS block.
2811         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
2812         loop conditions, prevented the last used module from being initialized.
2814 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
2816         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
2817         if glob resp. globfree are not macros.
2818         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
2819         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
2820         Add libc_hidden_ver.
2821         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
2822         libc_hidden_def.
2823         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
2824         instead of libc_hidden_weak.
2825         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
2826         libc_hidden_ver instead of libc_hidden_def.
2827         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
2828         libc_hidden_ver instead of libc_hidden_def.
2829         (wcstoll, wcstoq): Remove libc_hidden_weak.
2830         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
2831         libc_hidden_ver.
2832         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
2833         libc_hidden_ver.
2834         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
2835         libc_hidden_ver.
2836         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
2837         libc_hidden_ver.
2839 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2841         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
2842         to access _sys_siglist.
2843         * string/strsignal.c: Likewise.
2844         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
2845         * sysdeps/gnu/siglist.c: Likewise.
2846         * sysdeps/unix/siglist.c: Likewise.
2847         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
2849         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
2851         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
2853         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
2854         alias and use it.
2855         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
2857         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
2858         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
2859         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
2861         * include/time.h: Add libc_hidden_proto for __gmtime_r.
2862         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
2864         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
2865         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
2866         and __gconv_get_cache respectively.
2867         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
2868         defined static.  Change all users.
2869         (__gconv_get_cache): New function.
2870         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
2871         (__gconv_get_alias_db): New function.
2872         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
2873         (__conv_modules_db): Likewise.
2874         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
2875         and __gconv_get_alias_db.
2876         * iconv/iconv_prog.c: Use the new functions instead of accessing the
2877         variables.
2879         * include/stdlib.h: Add prototype and libc_hidden_proto for
2880         __default_morecore.
2881         * sysdeps/generic/morecore.c: Include <stdlib.h>.
2883         * malloc/obstack.c: Remove fputs macro.
2885         * malloc/mtrace.c: Remove fopen macro.
2887 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
2889         * manual/debug.texi: Fix spelling to programmatically.
2890         Reported by <hayastan132@hotmail.com>.
2892 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2894         * include/libio.h: Add libc_hidden_proto for __uflow.
2895         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
2896         fgetpos to _IO_* names.
2897         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
2898         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
2899         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
2900         putwc_unlocked, vswscanf.
2901         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
2902         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
2903         * libio/fseek.c: Likewise.
2904         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
2905         not fopencookie.
2906         * libio/genops.c (__uflow): Add libc_hidden_def.
2907         * libio/iofflush_u.c (fflush_unlocked): Likewise.
2908         * libio/iofgets_u.c (fgets_unlocked): Likewise.
2909         * libio/iofputs_u.c (fputs_unlocked): Likewise.
2910         * libio/iofputws_u.c (fputws_unlocked): Likewise.
2911         * libio/iofread_u.c (fread_unlocked): Likewise.
2912         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2913         * libio/iovswscanf.c (vswscanf): Likewise.
2914         * libio/putwc_u.c (putwc_unlocked): Likewise.
2915         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
2916         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
2917         * malloc/mtrace.c: Likewise.
2919         * sunrpc/clnt_perr.c: Remove fputs macro.
2920         * sunrpc/svc_simple.c: Likewise.
2921         * sunrpc/svc_tcp.c: Likewise.
2922         * sunrpc/svc_udp.c: Likewise.
2923         * sunrpc/xdr_rec.c: Likewise.
2924         * sunrpc/xdr_ref.c: Likewise.
2926         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
2927         iconv_prog, linereader, and charmap-dir.
2928         * locale/Makefile: Likewise for locale and charmap-dir.
2929         * malloc/Makefile: Likewise for memusagestat.
2930         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
2931         * sunrpc/Makefile: Likewise for rpc_main.
2932         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
2933         * timezone/Makefile: Likewise for zic.
2935         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
2937         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
2938         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
2939         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
2940         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
2941         _dl_close.
2943         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
2944         __wunderflow.
2945         * libio/genops.c (__underflow): Add libc_hidden_def.
2946         * libio/wgenops.c (__wuflow): Likewise.
2947         (__wunderflow): Likewise.
2949         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
2950         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
2952         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
2953         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
2955         * include/string.h: Add libc_hidden_proto for __strverscmp.
2956         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
2958         * include/unistd.h: Add libc_hidden_proto for __sysconf.
2959         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
2960         * sysdeps/posix/sysconf.c: Likewise.
2961         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
2962         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
2964         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
2965         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
2966         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
2967         __iswxdigit_l, __towlower_l, __towupper_l.
2968         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
2969         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
2971         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
2972         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
2973         * sysdeps/mach/hurd/xmknod.c: Likewise.
2974         * sysdeps/unix/xmknod.c: Likewise.
2975         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
2976         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
2977         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
2979         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
2981 2002-08-03  Roland McGrath  <roland@redhat.com>
2983         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
2984         setpriority.
2985         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
2986         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
2987         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
2988         * sysdeps/mach/hurd/setpriority.c: Likewise.
2989         * sysdeps/mach/hurd/getpriority.c: Likewise.
2990         * sysdeps/generic/setpriority.c: Likewise.
2991         * sysdeps/generic/getpriority.c: Likewise.
2993         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
2994         * malloc/mcheck.c: Add libc_hidden_def.
2996         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
2997         * misc/hsearch_r.c: Add libc_hidden_def.
2999         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3000         * posix/fnmatch.c: Add libc_hidden_weak.
3002         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3003         execl, execle, execlp, execvp, getpid, getsid.
3004         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3005         * sysdeps/unix/alarm.c: Likewise.
3006         * posix/confstr.c: Likewise.
3007         * posix/execvp.c: Likewise.
3008         * posix/execlp.c: Likewise.
3009         * posix/execle.c: Likewise.
3010         * posix/execl.c: Likewise.
3011         * sysdeps/generic/getsid.c: Likewise.
3012         * sysdeps/mach/hurd/getsid.c: Likewise.
3013         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3014         * sysdeps/mach/hurd/getpid.c: Likewise.
3016         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3017         qecvt_r, qfcvt_r, lrand48_r.
3018         * misc/efgcvt_r.c: Add libc_hidden_def.
3020         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3021         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3023         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3024         * locale/nl_langinfo.c: Add libc_hidden_def.
3026         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3027         * sysdeps/generic/glob.c: Add libc_hidden_def.
3028         * sysdeps/generic/glob64.c: Likewise.
3029         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3031         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3033         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3035         * locale/setlocale.c (_nl_current_names): Variable moved ...
3036         * locale/localename.c (_nl_current_names): ... here, new file.
3037         Make it global, with attribute_hidden.
3038         * locale/localeinfo.h: Declare it.
3039         * locale/Makefile (aux): Add localename.
3040         * locale/localename.c (__current_locale_name): New function.
3041         * include/locale.h (__current_locale_name): Declare it.
3042         * intl/dcigettext.c (guess_category_value): Use that instead of
3043         calling setlocale.
3045         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3046         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3047         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3048         * locale/newlocale.c: Add alias to __ name.
3049         * locale/duplocale.c: Likewise.
3050         * locale/freelocale.c: Likewise.
3051         * locale/uselocale.c: New file.
3052         * locale/Makefile (routines): Add it.
3053         * locale/Versions (libc: GLIBC_2.3): New set.
3054         Add newlocale, duplocale, freelocale, uselocale.
3055         (libc: GLIBC_PRIVATE): Add __uselocale.
3057         * locale/localeinfo.h [SHARED]
3058         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3059         (_NL_CURRENT_DATA): Define using that.
3060         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3061         (_NL_CURRENT_DEFINE): Define to empty.
3062         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3063         conditionalized on this.
3064         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3065         taking initializer of _nl_C_locobj.
3066         [SHARED] (_nl_global_locale): New variable, using that initializer.
3067         (_nl_C_locobj): Use new macro for initialzier.
3068         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3069         [! SHARED] (CATEGORY_USED): New macro.
3070         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3071         (setdata, setlocale): Use that macro instead of examining _nl_current.
3072         (setdata): Set the slot in _nl_global_locale.
3073         Conditionalize setting of _nl_current on [! SHARED].
3074         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3075         declaration as an extern.
3076         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3078         * include/locale.h: Use libc_hidden_proto for setlocale.
3079         * locale/setlocale.c: Add libc_hidden_def.
3081         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3083         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3084         * misc/hsearch_r.c: Add libc_hidden_def.
3085         * misc/lsearch.c: Likewise.
3087         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3088         endttyent.
3089         * misc/getttyent.c: Add libc_hidden_def.
3091         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3092         * malloc/mcheck.c: Add libc_hidden_def.
3094         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3095         * include/argz.h: Use libc_hidden_proto for argz_delete.
3096         * string/argz-delete.c: Add libc_hidden_def.
3097         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3099         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3100         HIDDEN_JUMPTARGET for _exit.
3101         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3102         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3103         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3104         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3106         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3107         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3108         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3109         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3111         * include/stdlib.h: Use libc_hidden_proto for abort,
3112         __strtof_internal, __strtod_internal, __strtold_internal,
3113         __strtol_internal, __strtoll_internal, __strtoul_internal,
3114         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3115         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3116         __strtoul_l_internal, __strtoull_l_internal.
3117         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3118         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3119         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3120         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3121         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3122         __wcsncasecmp_l.
3123         * sysdeps/generic/abort.c: Add libc_hidden_def.
3124         * stdlib/strtod.c: Likewise.
3125         * sysdeps/generic/strtol.c: Likewise.
3126         * sysdeps/wordsize-64/strtol.c: Likewise.
3127         * sysdeps/wordsize-64/wcstol.c: Likewise.
3128         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3130         * include/stdlib.h: Use libc_hidden_proto for qsort.
3131         * stdlib/msort.c: Add libc_hidden_def.
3133         * include/utime.h: Use libc_hidden_proto for utime.
3134         * sysdeps/generic/utime.c: Add libc_hidden_def.
3135         * sysdeps/unix/utime.c: Likewise.
3137         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3138         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3139         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3140         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3141         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3143         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3144         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3145         and __libc_current_sigrtmax.
3146         * signal/sigismem.c: Add libc_hidden_def.
3147         * signal/sigfillset.c: Likewise.
3148         * signal/sigempty.c: Likewise.
3149         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3150         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3151         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3152         * sysdeps/posix/raise.c: Likewise.
3153         * sysdeps/generic/raise.c: Likewise.
3155 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3157         * include/string.h: Use libc_hidden_proto for __stpcpy.
3158         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3159         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3160         * sysdeps/generic/stpcpy.c: Likewise.
3161         * sysdeps/i386/stpcpy.S: Likewise.
3162         * sysdeps/i386/i586/stpcpy.S: Likewise.
3163         * sysdeps/powerpc/stpcpy.S: Likewise.
3164         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3165         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3167         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3168         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3169         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3170         libc_hidden_def.
3171         * string/strdup.c (__strdup): Likewise.
3172         * string/strndup.c (__strndup): Likewise.
3173         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3174         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3176 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3178         * include/libio.h: New file.
3179         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3180         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3181         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3182         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3183         * sysdeps/unix/common/syscalls.list: Likewise.
3184         * sysdeps/unix/inet/syscalls.list: Likewise.
3185         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3186         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3187         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3188         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3189         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3190         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3191         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3192         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3193         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3194         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3195         * sysdeps/unix/syscalls.list: Likewise.
3197 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3198             Ulrich Drepper  <drepper@redhat.com>
3200         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3201         the arguments is big enough to cause an overflow.
3203 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3205         * assert/assert.c: Use hidden_def not INTDEF.
3207 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3209         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3210         not defined.
3212 2002-08-03  Roland McGrath  <roland@redhat.com>
3214         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3215         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3216         verr, verrx.
3217         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3218         * misc/syslog.c: Add libc_hidden_def.
3219         * misc/err.c: Likewise.
3220         * stdlib/exit.c: Likewise.
3221         * stdlib/bsearch.c: Likewise.
3222         * sysdeps/generic/getenv.c: Likewise.
3224         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3226         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3227         libc_hidden_weak for every system call symbol defined.
3229         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3230         timelocal, localtime, strftime.
3231         * time/asctime.c: Add libc_hidden_def.
3232         * time/mktime.c: Likewise.
3233         * time/localtime.c: Likewise.
3234         * time/strftime.c: Likewise.
3235         * time/strptime.c: Likewise.
3236         * sysdeps/generic/time.c: Likewise.
3237         * sysdeps/unix/time.c: Likewise.
3238         * sysdeps/unix/sysv/i386/time.S: Likewise.
3239         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3241         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3242         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3243         * resolv/inet_ntop.c: Likewise.
3244         * resolv/inet_pton.c: Likewise.
3245         * inet/inet_mkadr.c: Add libc_hidden_def.
3246         * inet/inet_netof.c: Likewise.
3247         * resolv/inet_addr.c: Likewise.
3249         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3250         clauses from conditionals for now.  Will have to be fixed later
3251         for older compilers.
3253         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3255 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3257         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3258         broken alias attribute handling.
3259         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3261 2002-08-02  Roland McGrath  <roland@frob.com>
3263         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3264         since it sets the variables we use in a -D switch.
3266 2002-08-02  Roland McGrath  <roland@redhat.com>
3268         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3269         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3270         matches long int, not int.
3272         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3273         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3274         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3275         * wctype/wctrans.c (wctrans): Likewise.
3276         * wctype/wctype.c (__wctype): Likewise.
3277         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3279 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3281         * assert/assert.c (__assert_fail): Fix typo in comment.
3283         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3284         * sunrpc/rpc_thread.c: Define it without static.
3285         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3287 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3289         * assert/assert.c (__assert_fail): Remove undef.
3290         Replace INTDEF with libc_hidden_def.
3291         * assert/__assert.c (__assert): Remove INTUSE.
3292         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3293         libc_hidden_weak.
3294         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3295         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3296         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3297         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3298         libm_hiden_ver): Define.
3299         * include/assert.h (__assert_fail_internal): Remove.
3300         (__assert_fail): Add prototype.  Add hidden_proto.
3301         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3302         libc_hidden_proto.
3303         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3304         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3305         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3306         Add libc_hidden_proto.
3307         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3308         __fcntl): Add libc_hidden_proto.  Remove macros.
3309         (__open_internal, __fcntl_internal): Remove.
3310         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3311         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3312         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3313         libc_hiden_proto.
3314         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3315         libc_hidden_def.
3316         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3317         Add libc_hidden_def.
3318         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3319         * sysdeps/generic/open.c (__open): Remove undef.
3320         Add libc_hidden_def.  Remove INTDEF.
3321         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3322         Add libc_hidden_def.
3323         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3324         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3325         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3326         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3327         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3328         (__libc_fcntl): Add libc_hidden_def.
3329         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3330         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3331         (__libc_open): Add libc_hidden_def.
3332         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3333         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3334         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3335         Add libc_hidden_def.
3336         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3337         Add libc_hidden_def.
3338         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3339         undef.
3340         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3341         (__libc_fcntl): Add libc_hidden_def.
3342         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3343         __getpgid_internal, __chown_internal): Remove.
3344         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3345         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3346         __GI___chown): Add.
3347         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3348         __getpid_internal, __open_internal, __write_internal): Remove.
3349         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3350         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3351         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3352         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3353         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3354         Replace INTDEF with libc_hidden_def.
3355         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3356         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3357         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3358         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3359         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3360         Add libc_hidden_proto.
3361         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3362         * include/sys/select.h (__select): Likewise.
3363         * include/sys/socket.h (__send): Likewise.
3364         * include/sys/statfs.h (__statfs): Likewise.
3365         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3366         __getpid, __getpgid, __setpgid, __close, __read, __write,
3367         __getpagesize, __sbrk): Likewise.
3368         (__chown_internal, __dup2_internal, __getpid_internal,
3369         __getpgid_internal, __close_internal, __write_internal,
3370         __getpagesize_internal): Remove.
3371         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3372         Remove macros.
3373         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3374         * include/sched.h (__sched_setscheduler): Likewise.
3375         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3376         * include/stdlib.h (__secure_getenv): Likewise.
3377         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3378         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3379         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3380         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3381         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3382         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3383         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3384         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3385         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3386         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3387         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3388         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3389         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3390         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3391         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3392         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3393         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3394         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3395         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3396         * libio/genops.c (__overflow): Add libc_hidden_def.
3397         * libio/iovdprintf.c: Remove libio.h include.
3398         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3399         libc_hidden_weak): Define to nothing if not defined.
3400         (__overflow, __woverflow): Add libc_hidden_proto.
3401         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3402         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3403         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3404         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3405         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3406         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3407         and libc_hidden_def.
3408         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3409         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3410         (__getpgid): Add libc_hidden_proto.
3411         (__bsd_getpgrp): Remove INTUSE.
3412         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3413         libc_hidden_def.
3414         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3415         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3416         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3417         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3418         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3419         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3420         __rpc_thread_createerr): Add libc_hidden_def.
3421         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3422         libc_hidden_def.
3423         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3424         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3425         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3426         * sysdeps/generic/chown.c (__chown): Likewise.
3427         * sysdeps/generic/close.c (__close): Likewise.
3428         * sysdeps/generic/dup2.c (__dup2): Likewise.
3429         * sysdeps/generic/pipe.c (__pipe): Likewise.
3430         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3431         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3432         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3433         * sysdeps/generic/read.c (__libc_read): Likewise.
3434         (__read): Add libc_hidden_weak.
3435         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3436         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3437         * sysdeps/generic/select.c (__select): Likewise.
3438         * sysdeps/generic/send.c (__send): Likewise.
3439         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3440         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3441         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3442         * sysdeps/generic/statfs.c (__statfs): Likewise.
3443         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3444         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3445         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3446         Remove undef and INTDEF.
3447         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3448         * sysdeps/generic/getpid.c (__getpid): Likewise.
3449         * sysdeps/generic/write.c (__libc_write): Likewise.
3450         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3451         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3452         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3453         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3454         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3455         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3456         Remove undef and INTDEF.
3457         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3458         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3459         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3460         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3461         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3462         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3463         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3464         (__pipe): Add libc_hidden_def.
3465         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3466         libc_hidden_weak.
3467         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3468         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3469         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3470         (__read): Add libc_hidden_weak.
3471         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3472         (__libc_pwrite64): Add libc_hidden_def.
3473         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3474         * sysdeps/mach/hurd/select.c (__select): Likewise.
3475         * sysdeps/mach/hurd/send.c (__send): Likewise.
3476         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3477         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3478         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3479         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3480         * sysdeps/posix/dup2.c: Likewise.
3481         Remove undef and INTDEF.
3482         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3483         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3484         (__pwrite64): Add libc_hidden_weak.
3485         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3486         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3487         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3488         * sysdeps/standalone/close.c (__close): Likewise.
3489         * sysdeps/standalone/write.c (__libc_write): Likewise.
3490         (__write): Add libc_hidden_weak.
3491         * sysdeps/standalone/read.c (__read): Likewise.
3492         (__libc_read): Add libc_hidden_def.
3493         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3494         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3495         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3496         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3497         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3498         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3499         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3500         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3501         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3502         __GI___sigaction): Add.
3503         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3504         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3505         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3506         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3507         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3508         __GI___setpgid): Add.
3509         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3510         Remove undef and INTDEF.
3511         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3512         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3513         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3514         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3515         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3516         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3517         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3518         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3519         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3520         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3521         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3522         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3523         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3524         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3525         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3526         __GI___statfs, __GI___send): Add.
3527         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3528         libc_hidden_ver resp. libc_hidden_def.
3529         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3530         libc_hidden_def.
3531         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3532         Likewise.  Remove undef and INTDEF.
3533         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3534         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3535         __GI___statfs, __GI___send): Add.
3536         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3537         libc_hidden_def.
3538         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3539         Likewise.
3540         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3541         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3542         libc_hidden_ver resp. libc_hidden_def.
3543         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3544         __GI___send): Add.
3545         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3546         Add libc_hidden_weak.
3547         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3548         Add libc_hidden_def.
3549         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3550         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3551         libc_hidden_weak.
3552         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3553         resp. libc_hidden_def.
3554         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3555         libc_hidden_weak.
3556         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3557         INTDEF.
3558         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3559         Likewise.  Remove undef.
3560         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3561         libc_hidden_weak.
3562         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3563         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3564         libc_hidden_weak.
3565         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3566         libc_hidden_def.
3567         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3568         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3569         Likewise.  Remove undef and INTDEF.
3570         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3571         libc_hidden_def.
3572         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3573         libc_hidden_weak.
3574         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3575         libc_hidden_def.
3576         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3577         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3578         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3579         libc_hidden_weak.
3580         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3581         Add libc_hidden_def.
3582         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3583         __GI___statfs): Add.
3584         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3585         libc_hidden_weak.
3586         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3587         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3588         Remove undef and INTDEF.
3589         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3590         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3591         libc_hidden_def.
3592         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3593         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3594         libc_hidden_weak.
3595         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3596         libc_hidden_def.
3597         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3598         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3599         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3600         Add.
3601         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3602         libc_hidden_def.  Remove undef and INTDEF.
3603         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3604         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3605         libc_hidden_def.
3606         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3607         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3608         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3609         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3610         Remove undef and INTDEF.
3611         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3612         broken visibility attribute handling.
3613         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3615 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3617         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3618         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3620         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3621         previous patch.
3623 2002-06-29  Todd Fries  <todd@openbsd.org>
3625         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3627 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3629         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3631 2002-07-30  Roland McGrath  <roland@redhat.com>
3633         * resolv/resolv.h (_res): Define macro unconditionally.
3634         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3635         * include/resolv.h: ... here.
3636         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3637         as a __thread variable.
3638         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3639         a __thread variable instead of a global.
3640         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3642         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3643         time we test it.
3645         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3647         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3648         decls of memset and memcpy.
3650         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3651         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3653         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3655         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3656         (__libc_tsd_define): Define using __thread.
3658         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3659         (__rpc_thread_variables): Use __libc_tsd_get.
3660         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3661         __rpc_thread_variables, which might allocate what we're about to free.
3663         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3664         thread-local variable.
3665         * resolv/netdb.h (h_errno): Define macro unconditionally.
3666         [_LIBC] (__set_h_errno): Macro moved to ...
3667         * include/netdb.h: ... here.
3668         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3669         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3670         [! _LIBC_REENTRANT]: #undef h_errno here.
3672         * include/errno.h: Protect from multiple inclusion.
3674         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3675         before defining them, since Linux's <linux/posix_types.h> might have
3676         defined them.
3678 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3680         * malloc/malloc.c (public_cALLOc): Check for overflow on
3681         multiplication.
3682         * sunrpc/xdr_array.c (xdr_array): Likewise.
3683         * sunrpc/rpc/types.h (mem_free): Add comment.
3684         Patch by Solar Designer <solar@openwall.com>.
3686 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3688         * sysdeps/unix/sysv/linux/kernel-features.h
3689         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
3691 2002-08-01  Roland McGrath  <roland@redhat.com>
3693         * libio/fileops.c (_IO_file_sync_mmap): New function.
3694         (_IO_file_jumps_mmap): Use it.
3695         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
3696         repeat the stat check and resize the mapped buffer as necessary.
3698 2002-07-31  Roland McGrath  <roland@redhat.com>
3700         * libio/fileops.c (decide_maybe_mmap): New static function.
3701         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
3702         mmap the file contents.  Then switch the jump tables to the mmap
3703         tables if it worked, or the vanilla file tables if not.
3704         (_IO_file_underflow_maybe_mmap): New function.
3705         (_IO_file_seekoff_maybe_mmap): New function.
3706         (_IO_file_xsgetn_maybe_mmap): New function.
3707         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
3708         * libio/libioP.h: Declare those.
3709         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
3710         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
3711         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
3712         If the stream is read-only, set its jump tables to those new ones.
3713         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
3714         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
3715         We need the tables set before _IO_file_attach.
3717         * libio/tst-mmap-eofsync.c: New file.
3718         * libio/tst-mmap-fflushsync.c: New file.
3719         * libio/bug-mmap-fflush.c: New file.
3720         * libio/tst-mmap2-eofsync.c: New file.
3721         * libio/Makefile (tests): Add them.
3723         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
3724         _IO_file_underflow_mmap fails, it already set the appropriate bit.
3726 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
3728         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
3729         Declarations moved to <bits/sys_errlist.h>.  Include that file.
3730         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
3731         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
3732         declare sys_errlist and sys_nerr.
3733         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
3734         provide declarations.
3736 2002-07-31  Roland McGrath  <roland@redhat.com>
3738         * elf/rtld.c (dl_main): Fix typo in error message.
3740 2002-07-31  Roland McGrath  <roland@frob.com>
3742         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
3743         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
3744         sysdeps/mach/hurd/dl-sysdep.c change.
3746 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
3748         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
3749         -r`/build/include for kernel headers.
3751         * po/fi.po: New file.
3753 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
3755         * configure.in (static_nss): Set to `yes' if --disable-shared.
3757 2002-07-23  Bruno Haible  <bruno@clisp.org>
3759         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
3760         is set.
3762 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3764         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
3765         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
3766         arguments.
3768 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3770         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
3771         alias.
3773 2002-07-21  Bruno Haible  <bruno@clisp.org>
3775         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
3776         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
3777         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
3778         trans_sysdep_tab_offset.
3779         (struct sysdep_segment): New type.
3780         (struct sysdep_string): New type.
3781         (SEGMENTS_END): New macro.
3782         * intl/gettextP.h (struct sysdep_string_desc): New type.
3783         (struct loaded_domain): New fields malloced, n_sysdep_strings,
3784         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
3785         orig_tab, trans_tab, hash_tab to const pointers because they point
3786         into read-only memory.
3787         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
3788         (PRI*): Define fallback values.
3789         (get_sysdep_segment_value): New function.
3790         (_nl_load_domain): Distinguish major and minor revision parts. Add
3791         support for minor revision 1 with system dependent strings.
3792         (_nl_unload_domain): Also free the 'malloced' field.
3793         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
3794         now done in loadmsgcat.c. Add support for system dependent strings.
3796 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3798         * posix/bug-regex7.c: New file.
3799         * posix/bug-regex8.c: New file.
3800         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
3802 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3804         * posix/bug-regex4.c (main): Fix typos.
3805         * posix/bug-regex6.c (main): Likewise.
3807 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
3809         * posix/bug-regex6.c (main): Fix warnings.
3811         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
3813         * iconv/iconv_prog.c (main): Improve error message for the cases
3814         where -t and/or -f parameter are missing.
3816 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
3818         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
3819         (re_search): Likewise.
3820         (re_match_2): Likewise.
3821         (re_search_2): Likewise.
3822         (re_search_stub): New function.
3823         (re_search_2_stub): New function.
3824         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
3826 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
3828         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
3829         (re_string_eoi): Use STOP instead of LEN.
3830         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
3831         (re_string_construct): Likewise.
3832         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
3833         * posix/regexec.c (re_search_internal): Add a new argument STOP
3834         so that it can handle the argument STOP of re_search_2 and re_match_2
3835         correctly.
3836         (regexec): Adapt to new I/F of re_search_internal.
3837         (re_search_stub): Likewise.
3839 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
3841         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
3843         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
3845         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
3846         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
3847         of __divdi3.
3849         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
3850         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
3851         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
3852         alias for adjtimex syscall.
3854         * elf/dl-minimal.c: Define __assert_fail_internal.
3855         * assert/assert.c: Likewise.
3856         * include/assert.h: Define __assert_file macro if !SHARED and not
3857         NOT_IN_libc.
3859         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
3860         programs.
3861         * locale/Makefile: Likewise.
3862         * nscd/Makefile: Likewise.
3863         * catgets/Makefile: Likewise.
3865 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3867         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
3868         compute current position.
3870         * stdio-common/tst-fseek.c (main): Improve error messages.
3872         * libio/tst-freopen.c (main): Remove unused variable.
3874         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
3875         succesful seek call.  Simplify error checking.
3877 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3879         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
3880         * sysdeps/ia64/fpu/libm_support.h: Likewise.
3882 2002-07-19  Roland McGrath  <roland@frob.com>
3884         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
3885         __libc_enable_secure is set.
3887 2002-07-24  Roland McGrath  <roland@frob.com>
3889         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
3890         This implementation supports only IPv4.
3891         * inet/ifaddrs.h: New file.
3892         * sysdeps/generic/ifaddrs.c: New file.
3893         * sysdeps/gnu/ifaddrs.c: New file.
3894         * inet/test-ifaddrs.c: New file.
3895         * inet/Makefile (routines): Add ifaddrs.
3896         (headers): Add ifaddrs.h here.
3897         (tests): Add test-ifaddrs.
3898         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
3900         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
3901         socket call to get an AF_INET socket, instead of using __opensock.
3902         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
3904         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
3905         if not -1 use it instead of calling __opensock.
3906         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
3907         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
3908         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
3910         * sysdeps/mach/hurd/ifreq.h: New file.
3911         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
3912         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
3913         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
3915         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
3916         which gets moved around.  Calculate size of mmap'd buffer instead.
3918 2002-07-24  Philip Blundell  <philb@gnu.org>
3920         * sysdeps/unix/arm/brk.S: Improve schedule.
3921         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
3922         efficient instruction.
3923         (__socket): Optimize return sequence.
3925 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3927         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
3928         sockets on old kernels.
3930 2002-07-22  Philip Blundell  <philb@gnu.org>
3932         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
3933         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
3934         alias.
3936 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3938         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
3939         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
3941         * locale/programs/locarchive.c (add_locale_to_archive): Correct
3942         test to detect duplicate locales.
3944         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
3945         position would be before beginning of file.
3946         (_IO_file_seekoff_mmap): Likewise.
3947         * libio/Makefile (tests): Add bug-fseek.
3948         * libio/bug-fseek.c: New file.
3950         * intl/explodename.c: Remove support for CEN-style locale variables.
3951         It was never used and shouldn't be since it's not portable.
3952         * intl/finddomain.c: Likewise.
3953         * intl/l10nflist.c: Likewise.
3954         * intl/loadinfo.h: Likewise.
3955         * locale/findlocale.c: Likewise.
3957 2002-07-24  Roland McGrath  <roland@frob.com>
3959         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
3960         position, calculate it to take into account an active pushback buffer.
3962         * libio/Makefile (tests): Add bug-ungetc.
3963         * libio/bug-ungetc.c: New file.
3965 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
3967         * sysdeps/generic/libc-tls.c: New file.
3968         * csu/Makefile (routines): Add libc-tls.
3969         (static-only-routines): Add libc-tls.
3970         * elf/dl-support.c (_dl_phdr): New variable.
3971         (_dl_phnum): New variable.
3972         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
3973         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
3974         for !SHARED.  First look through auxiliary vector.  If TLS always
3975         call __pthread_initialize_minimal.
3977         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
3978         in mmap call is never zero.
3980 2002-07-23  Andreas Jaeger  <aj@suse.de>
3982         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
3983         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
3985 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
3987         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
3988         creation and removal of the temp file.
3990         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
3991         file creation.
3992         * test-skeleton.c (create_temp_file): New function.
3994 2002-07-22  Andreas Jaeger  <aj@suse.de>
3996         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
3997         local label.
3999 2002-07-21  Roland McGrath  <roland@frob.com>
4001         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4002         put -I../include before -I../stdlib so we get the right errno.h et al.
4003         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4004         (CFLAGS-wcstof.c): Likewise.
4005         (CFLAGS-wcstold.c): Likewise.
4006         (CFLAGS-wcstod_l.c): Likewise.
4007         (CFLAGS-wcstof_l.c): Likewise.
4008         (CFLAGS-wcstold_l.c): Likewise.
4010 2002-07-19  Roland McGrath  <roland@frob.com>
4012         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4014 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4016         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4017         __ASSUME_AT_XID is defined.
4018         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4019         for 2.4.1 and up.
4020         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4021         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4023         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4024         (CFLAGS-wcstof.c): Likewise.
4025         (CFLAGS-wcstold.c): Likewise.
4026         (CFLAGS-wcstod_l.c): Likewise.
4027         (CFLAGS-wcstof_l.c): Likewise.
4028         (CFLAGS-wcstold_l.c): Likewise.
4030 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4032         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4033         __priority_which_t): Always typedef to int for C++.
4035 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4037         * configure.in: Add test for __thread support in compiler.
4038         * config.h.in: Add HAVE___THREAD.
4039         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4040         * include/sys/errno.h: Moved to...
4041         * stdlib/sys/errno.h: ...here.  New file.
4042         * stdlib/errno.h: New file.  Moved from...
4043         * include/errno.h: ...here.  Changed into an internal header defining
4044         libc-local things like __set_errno.
4045         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4046         bits/errno.h.
4047         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4048         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4049         either.
4050         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4051         from...
4052         (_dl_start_final): ...here.  Add code to initialize tls elements from
4053         bootstrap_map.
4054         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4055         if USE_TLS && HAVE___THREAD.
4056         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4057         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4058         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4059         * sysdeps/standalone/bits/errno.h: Likewise.
4060         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4061         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4062         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4063         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4064         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4065         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4066         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4067         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4068         use GL(dl_rtld_map), use map parameter.
4069         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4070         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4071         USE_TLS && HAVE___THREAD.
4072         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4073         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4074         TLS code sequence.
4075         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4077         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4078         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4079         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4080         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4081         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4082         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4084 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4086         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4087         MS_INVALIDATE values.
4089 2002-07-17  Andreas Schwab  <schwab@suse.de>
4090             Ulrich Drepper  <drepper@redhat.com>
4092         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4093         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4094         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4095         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4097 2002-07-01  H.J. Lu  <hjl@gnu.org>
4099         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4100         return value.
4102         * elf/circlemod1.c (circlemod1): Return int.
4103         * elf/circlemod2.c (circlemod2): Likewise.
4104         * elf/circlemod2a.c (circlemod2): Likewise.
4105         * elf/circlemod3.c (circlemod3): Likewise.
4106         (circlemod3a): A new function.
4108 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4110         * catgets/tst-catgets.c (main): Don't expect results for
4111         untranslated messages.
4113         * glibcbug.in: Fix little typo.  Remove STDIO.
4115         * config.h.in: Fail if __FAST_MATH__ is defined.
4116         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4117         (CPPFLAGS-test-idouble.c): Likewise.
4118         (CPPFLAGS-test-ildouble.c): Likewise.
4120 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4122         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4123         * intl/tst-gettext.c: Correctly handle untranslated messages in
4124         positive tests.
4126         * po/de.po: Update from translation team.
4128 2002-07-02  H.J. Lu  <hjl@gnu.org>
4130         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4131         use ll/sc.
4132         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4134         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4135         to 2.4.0 for mips.
4137 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4139         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4140         TLS fail if USE_TLS is not defined.
4142         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4143         and adjust state for seek position.  [PR libc/4070]
4144         * libio/Makefile (tests): Add bug-rewind.
4145         * libio/bug-rewind.c: New file.
4147 2002-07-12  Philip Blundell  <philb@gnu.org>
4149         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4150         (__backtrace): Use it.
4151         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4153 2002-07-12  Philip Blundell  <philb@gnu.org>
4155         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4156         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4157         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4158         (elf_machine_rela): Remove unused variable.
4160         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4161         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4162         define.
4164 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4166         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4168 2002-07-14  Andreas Jaeger  <aj@suse.de>
4170         * sysdeps/x86_64/bits/link.h: Add biarch support.
4172 2002-07-13  Andreas Jaeger  <aj@suse.de>
4174         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4175         Use correct indices.
4176         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4178 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4180         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4181         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4182         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4183         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4184         * sysdeps/s390/s390-32/bits/link.h: Remove.
4185         * sysdeps/s390/s390-64/bits/link.h: Remove.
4186         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4187         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4188         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4189         * sysdeps/s390/bits/wordsize.h: New file.
4190         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4191         elfclass.h.
4192         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4193         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4194         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4195         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4196         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4197         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4198         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4199         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4200         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4201         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4202         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4203         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4204         resource.h.
4205         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4206         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4207         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4208         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4209         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4210         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4211         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4212         sigaction.h.
4213         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4214         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4215         siginfo.h.
4216         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4217         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4218         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4219         socket.h.
4220         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4221         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4222         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4223         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4224         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4225         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4226         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4227         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4228         procfs.h.
4229         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4230         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4231         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4232         ucontext.h.
4233         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4234         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4236 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4238         * Versions.def (libc): Add GLIBC_2.3.
4239         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4240         * stdlib/canonicalize.c: Add compatibility version for realpath
4241         and make new code available in GLIBC_2.3.
4243 2002-07-06  Bruno Haible  <bruno@clisp.org>
4245         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4247 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4249         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4250         function do_init.  Use __libc_once.
4251         (do_init): New function.
4253         * iconvdata/iso8859-11.h: Removed.
4254         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4255         (distribute): Remove iso8859-11.h.
4256         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4258         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4259         underflow operation if c == (W)EOF.
4261 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4263         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4264         non-zero, adjust exponent.
4265         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4266         Remove NO_LONG_DOUBLE aliases.
4267         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4268         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4269         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4270         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4271         1**y and -1**+-Inf.
4272         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4273         Fix BITS_PER_MP_LIMB 32 extraction.
4274         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4275         exceptions for qNaNs.
4276         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4277         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4278         Raise exceptions when needed.  Don't recurse unnecessarily.
4279         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4280         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4281         exceptions for qNaNs.
4282         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4283         to fix *quo return value sign.
4284         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4285         case -Inf argument.
4286         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4288 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4290         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4291         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4292         -DNDEBUG.
4294 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4296         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4297         the result.
4299         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4300         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4302         * Versions.def (libthread_db): Add GLIBC_2.3.
4304 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4306         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4307         new stream if possible.
4308         * libio/freopen64.c (freopen64): Likewise.
4309         * libio/Makefile (tests): Add tst-freopen.
4310         * libio/tst-freopen.c: New file.
4312 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4314         * libio/stdio.h (obstack_printf): Add format attribute.
4315         (obstack_vprintf): Likewise.
4317 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4319         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4320         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4321         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4322         architectures.
4324 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4326         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4327         (init_dfa): ...here.
4329 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4331         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4332         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4333         nodes in parse trees.
4334         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4335         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4336         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4337         nodes which can epsilon transit.
4338         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4339         to IS_EPSILON_NODE macro.
4340         * posix/regexec.c (update_regs): New function to update registers
4341         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4342         (proceed_next_node): Use the entities of the nodes to determine
4343         whether the node can transit to.
4344         (set_regs): Use update_regs function to update registers.
4346 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4348         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4349         * posix/bug-regex6.c: New file.
4350         * posix/Makefile (tests): Add bug-regex6.
4351         (bug-regex6-ENV): Set LOCPATH.
4353 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4355         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4356         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4358 2002-07-06  Bruno Haible  <bruno@clisp.org>
4360         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4362 2002-07-06  Bruno Haible  <bruno@clisp.org>
4364         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4365         declarations.
4367         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4369         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4371         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4372         not _UTSNAME_H.
4373         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4375         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4376         * sysdeps/generic/bits/ustat.h: Likewise.
4378         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4380 2002-07-08  Andreas Jaeger  <aj@suse.de>
4382         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4384 2002-07-08  Andreas Jaeger  <aj@suse.de>
4386         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4388 2002-07-06  Andreas Jaeger  <aj@suse.de>
4390         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4391         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4392         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4393         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4394         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4395         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4396         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4397         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4398         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4399         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4400         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4402 2002-06-05  Brian Youmans <3diff@gnu.org>
4404         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4405         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4406         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4407         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4408         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4409         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4410         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4411         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4412         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4413         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4414         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4415         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4416         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4417         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4418         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4419         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4420         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4421         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4422         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4423         * sysdeps/ia64/fpu/e_log.S: Likewise.
4424         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4425         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4426         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4427         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4428         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4429         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4430         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4431         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4432         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4433         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4434         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4435         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4436         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4437         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4438         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4439         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4440         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4441         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4442         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4443         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4444         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4445         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4446         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4447         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4448         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4449         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4450         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4451         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4452         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4453         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4454         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4455         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4456         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4457         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4458         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4459         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4460         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4461         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4462         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4463         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4464         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4465         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4466         * sysdeps/ia64/fpu/s_round.S: Likewise.
4467         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4468         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4469         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4470         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4471         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4472         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4473         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4474         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4475         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4476         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4477         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4478         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4479         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4480         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4481         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4482         reflect IBM donation of math library to FSF
4483         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4484         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4485         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4486         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4487         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4488         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4489         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4490         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4491         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4492         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4493         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4494         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4495         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4496         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4497         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4498         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4499         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4500         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4501         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4502         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4503         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4504         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4505         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4506         * sysdeps/vax/__longjmp.c: Likewise.
4507         * sysdeps/vax/setjmp.c: Likewise.
4508         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4509         remove advertising clause
4510         * sysdeps/vax/htonl.s: Likewise.
4511         * sysdeps/vax/htons.s: Likewise.
4512         * libio/wfiledoalloc.c: Likewise.
4513         * stdlib/random.c: Likewise.
4514         * stdlib/random_r.c: Likewise.
4515         * sysdeps/mach/sys/reboot.h: Likewise.
4516         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4517         * sysdeps/posix/getaddrinfo.c: Likewise.
4518         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4519         GPL and corrected pointer to point to the correct license.
4521 2002-07-04  Andreas Jaeger  <aj@suse.de>
4523         * scripts/config.guess: New upstream version.
4524         * scripts/config.sub: Likewise.
4526 2002-07-02  Andreas Schwab  <schwab@suse.de>
4528         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4529         in parallel to bumping up the buffer pointer.
4531 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4533         * math/libm-test.inc (acos_test): Add missing L suffix for
4534         expected result.
4535         (cpow_test): Likewise.
4536         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4537         error for acos (0.0625).
4539 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4541         * locale/iso-639.def: Add entry for Ganda.
4542         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4543         definition.
4544         (address_finish): Handle entries with two letter ISO 639 code.
4546         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4547         directory if it existed before.
4548         * iconv/iconvconfig.c: Implement --prefix option.
4550         * math/libm-test.inc (cexp_test): Add missing L suffix for
4551         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4552         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4553         1.25 i).
4555 2002-05-29  H.J. Lu  <hjl@gnu.org>
4557         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4558         is turned on.
4560 2002-05-28  H.J. Lu  <hjl@gnu.org>
4562         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4563         are not dlopened on the dependency list of a dlopened object.
4565 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4567         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4568         dependencies if they are created between objects which are created
4569         while processing RTLD_NOW for objects loaded as part of the same
4570         dlopen call.
4572 2002-06-14  H.J. Lu  <hjl@gnu.org>
4574         * elf/Makefile (tests): Add circleload1.
4575         (modules-names): Add circlemod1, circlemod2, circlemod3,
4576         circlemod1a, circlemod2a and circlemod3a.
4577         ($(objpfx)circleload1): New target.
4578         ($(objpfx)circleload1.out): Likewise.
4579         ($(objpfx)circlemod1.so): Likewise.
4580         ($(objpfx)circlemod2.so): Likewise.
4581         ($(objpfx)circlemod1a.so): Likewise.
4582         ($(objpfx)circlemod2a.so): Likewise.
4583         * elf/circleload1.c: New file.
4584         * elf/circlemod1.c: New file.
4585         * elf/circlemod1a.c: New file.
4586         * elf/circlemod2.c: New file.
4587         * elf/circlemod2a.c: New file.
4588         * elf/circlemod3.c: New file.
4589         * elf/circlemod3a.c: New file.
4591 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4593         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4594         file descriptor.
4595         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4596         add check for fd not open for writing.
4598         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4599         completed element(s) and do not suspend thread if so.  Patch
4600         heavily modified by drepper.
4602         * rt/tst-aio7.c: New file.  Regression test for problems which the
4603         above three changes fix.
4604         * rt/Makefile (tests): Add tst-aio7.
4606 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4608         * rt/tst-aio6.c: Fix comment.
4610         * catgets/gencat.c (read_input_file): Handle more than one slash
4611         at end of line correctly [PR libc/3926].
4612         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4614         * catgets/sample.SJIS: Add test case for above bug.
4615         * catgets/test-gencat.c: Adjust test code.
4616         * catgets/test-gencat.sh: Adjust expected results.
4618         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4619         to skip relative relocations.
4620         Patch by Geoff Keating <geoffk@redhat.com>.
4622 2002-05-26  Bruno Haible  <bruno@clisp.org>
4624         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4625         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4626         All callers changed.
4627         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4628         STANDARD_FROM_LOOP_ERR_HANDLER.
4629         (utf8_internal_loop): Likewise.
4630         (ucs2_internal_loop): Likewise.
4631         (internal_ucs2_loop): Perform error handling like in
4632         STANDARD_FROM_LOOP_ERR_HANDLER.
4633         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4634         in STANDARD_FROM_LOOP_ERR_HANDLER.
4635         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4636         handling.
4637         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4638         in STANDARD_FROM_LOOP_ERR_HANDLER.
4639         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4640         handling.
4641         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4642         in STANDARD_FROM_LOOP_ERR_HANDLER.
4643         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4644         handling.
4645         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4646         STANDARD_FROM_LOOP_ERR_HANDLER.
4647         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4648         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4649         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4650         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4651         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4652         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4653         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4654         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4655         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4656         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4657         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4658         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4659         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4660         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4661         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4662         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4663         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4664         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4665         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4666         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4667         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4668         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4669         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4670         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4671         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4672         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4673         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4674         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4675         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
4676         an error, still set result = __GCONV_ILLEGAL_INPUT.
4677         (BODY for TO_LOOP): Likewise.
4678         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
4679         STANDARD_FROM_LOOP_ERR_HANDLER.
4680         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4681         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
4682         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4683         handling.
4684         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4685         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
4686         STANDARD_FROM_LOOP_ERR_HANDLER.
4687         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4688         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
4689         STANDARD_FROM_LOOP_ERR_HANDLER.
4690         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4691         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
4692         STANDARD_FROM_LOOP_ERR_HANDLER.
4693         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4694         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
4695         STANDARD_FROM_LOOP_ERR_HANDLER.
4696         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4697         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
4698         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4699         handling.
4700         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4701         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
4702         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
4703         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
4705 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4707         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
4708         labels in assembler instructions.
4710 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
4712         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
4713         not enough content is available.
4714         * libio/tst-eof.c: New file.
4715         * libio/Makefile (tests): Add tst-eof.
4717         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
4718         update atime.
4719         * libio/tst-atime.c: New file.
4720         * libio/Makefile (tests): Add tst-atime.
4722         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
4723         handling of overly long words.
4725 2002-06-25  Andreas Jaeger  <aj@suse.de>
4727         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
4728         to not use 32-bit pc relative relocations.
4729         (elf_machine_dynamic): Likewise.
4731 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4733         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
4734         (__GETDENTS): Check for failed getdents64 syscall.
4735         * dirent/Makefile (tests): Add bug-readdir1.
4736         * dirent/bug-readdir1.c: New file.
4738 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
4740         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
4741         lookups.
4742         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
4743         code.  Print TLS modid and offset for modules containing PT_TLS
4744         segments.
4746 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4748         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4749         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4750         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4751         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4753 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4755         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
4756         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
4757         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
4758         * nss/getXXent_r.c (NEW, NEW1): Define.
4759         (NEW (REENTRANT_GETNAME)): Strong alias to
4760         INTERNAL (REENTRANT_GETNAME).
4761         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
4763 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4765         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
4766         (_IO_file_jumps_mmap): Use it.
4767         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
4768         * libio/libioP.h: Remove _IO_wdefault_setbuf and
4769         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
4770         prototype.
4771         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
4772         (_IO_wfile_jumps_mmap): Don't use it anymore.
4773         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
4774         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
4775         _IO_wdefault_setbuf.
4776         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
4777         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
4778         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
4780 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
4782         * libio/Makefile (tests): Add tst-mmap-setvbuf.
4783         * libio/tst-mmap-setvbuf.c: New test.
4785 2002-06-21  Andreas Jaeger  <aj@suse.de>
4787         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
4789 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
4791         * include/unistd.h (__fork_internal): Remove.
4792         (__fork): Don't define to __fork_internal.
4793         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
4794         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
4795         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
4796         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
4797         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
4799 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4801         * po/hr.po: New file.
4803 2002-06-11  Wolfram Gloger  <wg@malloc.de>
4805         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
4806         Reported by Michael Meissner <meissner@redhat.com>.
4808 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4810         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
4811         Patch by Hans Boehm <hans_boehm@hp.com>.
4813 2002-06-20  Andreas Jaeger  <aj@suse.de>
4815         * math/libm-test.inc: Use exact values as input parameters,
4816         compute output parameters with 36 digits for 128-bit long doubles.
4817         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
4818         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
4819         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
4821 2002-06-13  Stephen L Moshier  <steve@moshier.net>
4823         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
4824         argument or result is subnormal.
4826 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
4828         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
4829         quotient.
4830         * sysdeps/i386/fpu/s_remquof.S: Likewise.
4831         * sysdeps/i386/fpu/s_remquol.S: Likewise.
4833         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
4835 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
4837         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
4838         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
4839         Reported by Peter A. Buhr.
4841 2002-06-15  Roland McGrath  <roland@frob.com>
4843         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
4844         warning.
4846         * sysdeps/mach/hurd/getcwd.c
4847         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
4849         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
4850         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
4852         * sysdeps/alpha/divrem.h: Use local label instead of global one for
4853         jump to local subroutine.
4855 2002-06-14  Roland McGrath  <roland@frob.com>
4857         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
4858         * sysdeps/mach/hurd/Makeconfig: ... here.
4860 2002-06-13  Andreas Schwab  <schwab@suse.de>
4862         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
4863         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
4864         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
4866 2002-06-13  Roland McGrath  <roland@frob.com>
4868         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
4869         * hurd/hurdstartup.c (_hurd_startup): Likewise.
4870         Use intptr_t instead of int for argc in stack layout.
4871         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
4872         (_dl_init_first): Likewise.
4873         (_hurd_stack_setup): Likewise.
4874         (init1): Add a cast.
4875         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
4877         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
4878         argument to pfinet_siocgifconf RPC.
4880 2002-06-13  Andreas Schwab  <schwab@suse.de>
4882         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
4883         expansion order.
4885 2002-06-12  Roland McGrath  <roland@frob.com>
4887         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
4888         if already defined.
4889         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
4890         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
4892 2002-06-11  Roland McGrath  <roland@frob.com>
4894         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
4895         file on [!RTLD_STAT64].
4896         * sysdeps/mach/hurd/fxstat64.c: Likewise.
4898         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
4899         (__fdopen): Use INTUSE.
4900         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
4902         * stdio-common/tmpfile64.c: File removed.
4903         * sysdeps/generic/tmpfile64.c: New file.
4904         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
4905         if not already defined.
4906         (tmpfile): Use it in place of __GT_FILE.
4908         * include/unistd.h: Declare __chown_internal.
4910         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
4911         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
4913 2002-06-09  Roland McGrath  <roland@frob.com>
4915         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
4916         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
4917         value of HURD_INTERFACE_VERSION >= 20020609.
4918         * sysdeps/mach/hurd/configure: Regenerated.
4919         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
4920         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
4921         convert a struct stat64 into a struct stat and return 0 or -1
4922         with errno set to EOVERFLOW.
4923         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
4924         for struct statfs64 to struct statfs.
4925         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
4926         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
4927         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
4928         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
4929         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
4930         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
4931         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4932         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
4933         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
4934         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
4935         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
4936         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
4937         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
4938         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
4939         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
4940         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
4941         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
4942         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
4943         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
4944         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
4945         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
4946         Use struct stat64 for io_stat argument.
4947         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
4948         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
4949         to io_seek.
4950         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
4951         * hurd/fd-write.c (_hurd_fd_write): Likewise.
4952         * hurd/hurd/fd.h: Update decls.
4953         * sysdeps/mach/hurd/getcwd.c
4954         (_hurd_canonicalize_directory_name_internal): Use ino64_t
4955         and struct dirent64.
4956         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
4957         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
4958         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
4959         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
4961 2002-06-08  Roland McGrath  <roland@frob.com>
4963         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
4964         instead of unsigned long int for __allocation and __size members.
4966 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4968         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4969         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4970         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4971         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4973 2002-06-07  Roland McGrath  <roland@frob.com>
4975         * sysdeps/mach/hurd/bits/environments.h: File removed.
4977 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4979         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
4980         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
4981         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
4982         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
4983         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
4984         (sendfile64): Likewise.
4985         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
4986         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
4987         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
4988         Likewise.
4989         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
4991         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
4992         already defined.
4994 2002-06-04  Bruno Haible  <bruno@clisp.org>
4996         * sysdeps/cris/stackinfo.h: New file.
4998         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
4999         to an integer type before performing bit operations on it.
5001 2002-06-05  Roland McGrath  <roland@frob.com>
5003         * sysdeps/generic/sendfile.c: Include <errno.h>.
5004         * sysdeps/generic/sendfile64.c: Likewise.
5006         * io/Makefile (routines): Add sendfile and sendfile64.
5007         (headers): Add sys/sendfile.h to the list.
5008         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5009         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5010         * io/sys/sendfile.h: ... here.
5011         * sysdeps/generic/sendfile.c: New file.
5012         * sysdeps/generic/sendfile64.c: New file.
5014         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5015         Move sendfile, sendfile64 to ...
5016         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5017         * sysdeps/mach/hurd/sendfile.c: New file.
5018         * sysdeps/mach/hurd/sendfile64.c: New file.
5020         * sysdeps/mach/nanosleep.c: New file.
5022 2002-06-04  Roland McGrath  <roland@frob.com>
5024         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5025         * sysdeps/alpha/elf/configure: New file (generated).
5027 2002-06-02  Roland McGrath  <roland@frob.com>
5029         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5031 2002-06-01  Roland McGrath  <roland@frob.com>
5033         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5034         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5036 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5038         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5039         Add nsmap.
5040         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5041         Remove nstimes setting.
5042         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5043         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5044         there is mix of IPv6 and IPv4 nameservers.
5045         Use nsmap array to find free slots and preserve nameserver ordering.
5046         Fix RES_ROTATE.
5048 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5050         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5051         use this header with LFS.
5053         * po/sk.po: Update from translation team.
5055 2002-05-28  Andreas Schwab  <schwab@suse.de>
5057         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5058         message when finding object of wrong class.
5060 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5062         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5063         Patch by <radu@netsoft.ro>.
5065 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5067         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5068         Add readahead.
5069         * sysdeps/unix/sysv/linux/readahead.c: New file.
5070         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5071         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5072         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5073         Add sendfile64 alias to sendfile syscall.
5074         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5075         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5076         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5077         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5078         syscall.
5080         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5081         special section for PIC register loading.
5082         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5084         * config.h.in: Define HAVE_HIDDEN.
5085         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5087         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5089 2002-05-28  Roland McGrath  <roland@frob.com>
5091         * sysdeps/mach/alpha/setfpucw.c: New file.
5093 2002-05-26  Roland McGrath  <roland@frob.com>
5095         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5096         Use integer_t instead of int for IOC_VOID case.
5098 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5100         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5102 2002-05-26  Bruno Haible  <bruno@clisp.org>
5104         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5105         end of the ISO-8859-7 from idx table.
5107 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5109         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5111 2002-05-24  David S. Miller  <davem@redhat.com>
5113         * string/bits/string2.h (memset): Do not try to optimize when
5114         not _STRING_ARCH_unaligned if GCC will do the right thing.
5116 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5118         * posix/regex.c: Define `inline' as a macro into nothing for the
5119         compilers which lack the keyword.
5120         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5121         for the compatibility of gawk.
5122         * posix/regcomp.c: Add fake implementation of isblank() for the
5123         environments which lack the function.
5124         Don't use free_charset() in case of non-i18n envs.
5125         (build_range_exp): Don't use i18n related code in case of non-i18n
5126         envs.
5127         (build_collating_symbol): Likewise.
5128         (build_equiv_class): Likewise.
5129         (build_charclass): Likewise.
5130         (re_compile_fastmap_iter): Likewise.
5131         (parse_bracket_exp): Likewise.
5132         (build_word_op): Likewise.
5133         (regfree): Don't use free_charset() in case of non-i18n envs.
5134         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5135         re_token_type_t in case of non-i18n envs.
5136         Don't define re_charset_t in case of non-i18n envs.
5137         Change the type of wcs of re_string_t from wchar_t to wint_t,
5138         since we store also WEOF.
5139         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5140         the type of wcs of re_string_t from wchar_t to wint_t.
5141         (re_string_reconstruct): Likewise.
5142         (create_ci_newstate): Don't use i18n related code in case of
5143         non-i18n envs.
5144         (create_cd_newstate): Likewise.
5146 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5148         * iconv/loop.c: Fix typo.
5150 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5152         * inet/ether_line.c (ether_line): Fix a typo causing only
5153         lower 4 bits of each ethernet address byte being assigned.
5154         Don't modify what line points to.
5155         * inet/tst-ether_aton.c (main): Add ether_line tests.
5157 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5159         * manual/filesys.texi: Don't make readlink example leak memory
5160         when readlink fails.
5162 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5164         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5165         some more security checks.
5167 2002-05-17  David S. Miller  <davem@redhat.com>
5169         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5171 2002-05-16  David S. Miller  <davem@redhat.com>
5173         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5174         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5175         (elf_machine_load_address): Likewise.
5176         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5178         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5179         is unaligned, do not forget to fully initialize %g1 magic value.
5181         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5182         register definitions and provide 32-bit variants of structures
5183         during 64-bit builds.
5185         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5186         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5187         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5188         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5189         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5190         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5191         Do not clear implicit one bit here, it must be done post-rounding.
5192         Only pad to the left using left shift if value uses less than the
5193         available fractional bits.
5195 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5197         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5198         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5199         (shared-only-routines): Likewise.
5200         * sysdeps/powerpc/libgcc-compat.c: New file.
5201         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5202         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5203         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5204         * sysdeps/wordsize-32/shdi3.c: Removed.
5206 2002-05-16  Bruno Haible  <bruno@clisp.org>
5208         * MakeTAGS (libc.pot): Don't sort the output.
5209         * po/header.pot: Update to match xgettext 0.11 output.
5211 2002-05-16  Bruno Haible  <bruno@clisp.org>
5213         * MakeTAGS (subdirs): Remove duplicates.
5215 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5217         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5218         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5219         alias.
5221 2002-05-19  Andreas Jaeger  <aj@suse.de>
5223         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5224         installation in /usr/local.
5226 2002-05-16  Bruno Haible  <bruno@clisp.org>
5228         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5229         string as argument of #error.
5231 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5233         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5234         don't define static.  Remove old __realpath function.  TC1 of
5235         POSIX 2001 will allow the second parameter to be NULL.
5236         * stdlib/test-canon.c: Comment out test for NULL as second
5237         parameter of realpath.
5239         * time/offtime.c (__offtime): Set errno if overflow is detected.
5241         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5242         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5243         dl-brk and dl-sbrk.
5245         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5246         (fdimf): Likewise.
5248 2002-05-15  Roland McGrath  <roland@frob.com>
5250         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5252 2002-05-12  Bruno Haible  <bruno@clisp.org>
5254         * iconvdata/testdata/EUC-JISX0213: New file.
5255         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5256         * iconvdata/testdata/SHIFT_JISX0213: New file.
5257         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5258         * iconvdata/testdata/ISO-2022-JP-3: New file.
5259         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5260         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5261         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5262         contains comments indicating precomposed characters.
5264 2002-04-21  Bruno Haible  <bruno@clisp.org>
5266         * iconvdata/iso-2022-jp-3.c: New file.
5267         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5268         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5269         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5270         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5271         (distribute): Add iso-2022-jp-3.c.
5273 2002-05-12  Bruno Haible  <bruno@clisp.org>
5275         * iconvdata/tst-table-to.c (main): Restore handling of
5276         transliterations, broken by last patch.
5278 2002-05-12  Bruno Haible  <bruno@clisp.org>
5280         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5282 2002-05-12  Bruno Haible  <bruno@clisp.org>
5284         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5285         when there is not enough room in the output buffer.
5286         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5288 2002-04-20  Bruno Haible  <bruno@clisp.org>
5290         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5291         macros.
5292         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5293         Also make this macro work if FROM_DIRECTION evaluates to 0.
5294         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5295         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5296         of consume_incomplete.
5297         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5298         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5299         4, not 8.
5300         * iconvdata/cp1258.c: Likewise.
5301         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5302         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5303         not 2.
5304         * iconvdata/ibm933.c: Likewise.
5305         * iconvdata/ibm935.c: Likewise.
5306         * iconvdata/ibm937.c: Likewise.
5307         * iconvdata/ibm939.c: Likewise.
5308         * iconvdata/iso-2022-cn.c: Define
5309         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5310         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5311         * iconvdata/iso-2022-cn-ext.c: Likewise.
5312         * iconvdata/iso-2022-jp.c: Define
5313         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5314         {MIN,MAX}_NEEDED_{FROM,TO}.
5315         * iconvdata/tcvn5712-1.c: Define
5316         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5317         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5318         * iconvdata/euc-jisx0213.c: Define
5319         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5320         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5321         * iconvdata/shift_jisx0213.c: Likewise.
5323 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5325         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5326         shdi3, fixdfdi, fixsfdi in csu dir.
5327         (shared-only-routines): Likewise.
5328         * sysdeps/wordsize-32/cmpdi2.c: New file.
5329         * sysdeps/wordsize-32/shdi3.c: New file.
5330         * sysdeps/wordsize-32/fixdfdi.c: New file.
5331         * sysdeps/wordsize-32/fixsfdi.c: New file.
5332         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5333         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5334         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5336         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5337         Only use va_arg if the argument will be used [PR libc/3259].
5339 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5341         * catgets/catgets.c (catopen): Free buffer if internal catalog
5342         open fails.
5344 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5346         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5347         non-buffering methods.
5348         * debug/pcprofiledump.c: Implement -u option.
5349         Patch by Roger Luethi <rl@hellgate.ch>.
5351 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5353         * include/netinet/in.h (bindresvport_internal): Add prototype.
5354         * include/rpc/auth.h  (authunix_create_internal,
5355         authunix_create_default_internal, authnone_create_internal,
5356         authdes_pk_create_internal): Add prototypes.
5357         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5358         clntudp_create_internal, clntudp_bufcreate_internal,
5359         clntunix_create_internal): Add prototypes.
5360         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5361         svc_getreq_internal, svc_getreq_common_internal,
5362         svc_getreqset_internal, svc_getreq_poll_internal,
5363         svc_register_internal, svc_unregister_internal,
5364         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5365         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5366         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5367         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5368         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5369         * inet/rcmd.c (rcmd_af): Use __listen.
5370         (rresvport_af): Use __bind.
5371         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5372         authunix_create, authunix_create_default, authnone_create,
5373         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5374         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5375         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5376         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5377         _authenticate, add INTDEF after such function definitions.
5378         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5379         __setsockopt, __getsockname instead of non-__ variants.
5380         * sunrpc/pmap_rmt.c: Likewise.
5381         * sunrpc/rtime.c: Likewise.
5382         * sunrpc/svc_udp.c: Likewise.
5383         * sunrpc/clnt_unix.c: Likewise.
5384         * sunrpc/svc_unix.c: Likewise.
5385         * sunrpc/bindrsvprt.c: Likewise.
5386         * sunrpc/svc_tcp.c: Likewise.
5387         * sunrpc/auth_none.c: Likewise.
5388         * sunrpc/clnt_raw.c: Likewise.
5389         * sunrpc/clnt_tcp.c: Likewise.
5390         * sunrpc/auth_unix.c: Likewise.
5391         * sunrpc/key_call.c: Likewise.
5392         * sunrpc/clnt_gen.c: Likewise.
5393         * sunrpc/pm_getmaps.c: Likewise.
5394         * sunrpc/clnt_simp.c: Likewise.
5395         * sunrpc/pmap_clnt.c: Likewise.
5396         * sunrpc/svc_run.c: Likewise.
5397         * sunrpc/svc.c: Likewise.
5398         * sunrpc/svc_simple.c: Likewise.
5399         * sunrpc/pm_getport.c: Likewise.
5400         * sunrpc/auth_des.c: Likewise.
5401         * sunrpc/svc_auth.c: Likewise.
5402         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5403         __register_frame_info_table_bases, __deregister_frame_info_bases):
5404         Add INTDEF.
5405         (__register_frame_info_bases_internal,
5406         __register_frame_info_table_bases_internal,
5407         __deregister_frame_info_bases_internal): Add prototypes.
5408         (__register_frame_info, __register_frame): Use INTUSE in call to
5409         __register_frame_info_bases.
5410         (__register_frame_info_table): Similarly.
5411         (__deregister_frame_info, __deregister_frame): Similarly.
5412         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5413         sendto as weak alias.
5414         * sysdeps/mach/hurd/sendto.c: Likewise.
5415         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5416         recvfrom as weak alias.
5417         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5418         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5419         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5420         recvmsg as weak alias.
5421         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5422         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5423         sendmsg as weak alias.
5424         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5425         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5426         setsockopt, add setsockopt as weak alias.
5427         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5428         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5429         weak alias.
5430         * sysdeps/mach/hurd/bind.c: Likewise.
5431         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5432         as weak alias.
5433         * sysdeps/mach/hurd/listen.c: Likewise.
5434         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5435         getsockname, add getsockname as weak alias.
5436         * sysdeps/mach/hurd/getsockname.c: Likewise.
5437         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5438         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5439         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5440         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5441         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5442         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5443         Add aliases.
5444         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5445         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5446         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5447         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5448         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5449         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5450         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5451         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5452         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5453         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5454         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5455         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5457 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5459         * locale/programs/localedef.h (show_archive_content): Add verbose
5460         argument.
5461         * locale/programs/localedef.c (main): Adjust caller.
5462         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5463         types.
5464         (nameentcmp, dataentcmp): New functions.
5465         (xstrcmp): Remove.
5466         (show_archive_content): Print verbose listing with --list-archive -v.
5468 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5470         * locale/programs/locarchive.c (open_archive): Take extra argument
5471         readonly.  If true open file with O_RDONLY and don't create the
5472         archive if it doesn't exist.
5473         Adapt all callers.
5474         (close_archive): Don't do anything if fd element is -1.
5475         * locale/programs/localedef.h (open_archive): Adjust prototype.
5476         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5477         call.
5479         * malloc/malloc.c (__posix_memalign): Correct check for size of
5480         alignment value [PR libc/3444].
5482         * include/stdio.h: Remove references to old stdio implementation.
5484         * libio/Makefile (bug-ungetwc2-ENV): Define.
5486 2002-05-13  Roland McGrath  <roland@frob.com>
5488         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5490         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5492 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5494         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5495         Allocate three, not two, more than LEN when appending '/.'.
5496         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5497         if NAME ends with '/.' if it is shorter than 2 chars.
5499 2002-05-12  Roland McGrath  <roland@frob.com>
5501         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5502         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5504         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5505         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5507 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5509         * sysdeps/ia64/Makefile: Remove extra endif.
5510         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5512 2002-05-10  Andreas Schwab  <schwab@suse.de>
5514         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5516 2002-05-09  Andreas Jaeger  <aj@suse.de>
5518         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5519         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5520         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5522         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5523         * sysdeps/wordsize-64/glob.c: ...here.
5524         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5525         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5526         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5528 2002-05-08  Roland McGrath  <roland@frob.com>
5530         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5531         O_NOTRANS flag in "." lookup.
5533 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5535         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5537 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5539         * locale/duplocale.c (__duplocale): Update special members only
5540         when allocation succeeded.
5542 2002-05-03  Roland McGrath  <roland@frob.com>
5544         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5545         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5547 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5549         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5550         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5551         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5552         * sysdeps/ia64/ia64libgcc.S: New file.
5554 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5556         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5558         * malloc/memusage.c: Distinguish anonymous mmap.
5560 2002-05-01  Roland McGrath  <roland@frob.com>
5562         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5563         and use INTDEF on it.
5564         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5566         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5568         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5570 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5572         * malloc/memusage.c: Add support for tracking mmap & friends.
5573         * malloc/memusage.sh: Implement -m/--mmap option.
5575 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5577         * locale/programs/locarchive.c (create_archive): Add archivefname
5578         argument, create fname from it.
5579         (enlarge_archive): Honour output_prefix.
5580         (open_archive): Likewise.
5582 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5584         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5585         too many stpcpy macros.
5587 2002-04-26  Bruno Haible  <bruno@clisp.org>
5589         * locale/programs/ld-collate.c (collate_read): Cast first argument
5590         for "%.*s" to int.
5592 2002-04-26  Bruno Haible  <bruno@clisp.org>
5594         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5595         __dcngettext_internal): New declarations.
5596         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5597         attribute declarations.
5599 2002-04-30  Roland McGrath  <roland@frob.com>
5601         Removed old GNU stdio implementation; GNU libio is now the only option.
5602         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5603         Define USE_IN_LIBIO unconditionally.
5604         * configure: Regenerated.
5605         * Makeconfig (stdio): Set to libio by default.
5606         * config.make.in (stdio): Variable removed.
5607         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5608         * sysdeps/unix/sysv/linux/configure: Regenerated.
5609         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5610         * sysdeps/mach/hurd/configure: Regenerated.
5611         * stdio/.cvsignore: File removed.
5612         * stdio/Makefile: File removed.
5613         * stdio/Versions: File removed.
5614         * stdio/__fbufsize.c: File removed.
5615         * stdio/__flbf.c: File removed.
5616         * stdio/__fpending.c: File removed.
5617         * stdio/__fpurge.c: File removed.
5618         * stdio/__freadable.c: File removed.
5619         * stdio/__freading.c: File removed.
5620         * stdio/__fsetlocking.c: File removed.
5621         * stdio/__fwritable.c: File removed.
5622         * stdio/__fwriting.c: File removed.
5623         * stdio/clearerr.c: File removed.
5624         * stdio/fclose.c: File removed.
5625         * stdio/fcloseall.c: File removed.
5626         * stdio/feof.c: File removed.
5627         * stdio/ferror.c: File removed.
5628         * stdio/fflush.c: File removed.
5629         * stdio/fgetc.c: File removed.
5630         * stdio/fgetpos.c: File removed.
5631         * stdio/fgets.c: File removed.
5632         * stdio/fileno.c: File removed.
5633         * stdio/fmemopen.c: File removed.
5634         * stdio/fopen.c: File removed.
5635         * stdio/fopncook.c: File removed.
5636         * stdio/fputc.c: File removed.
5637         * stdio/fputs.c: File removed.
5638         * stdio/fread.c: File removed.
5639         * stdio/freopen.c: File removed.
5640         * stdio/fseek.c: File removed.
5641         * stdio/fsetpos.c: File removed.
5642         * stdio/ftell.c: File removed.
5643         * stdio/fwrite.c: File removed.
5644         * stdio/getc.c: File removed.
5645         * stdio/getchar.c: File removed.
5646         * stdio/getdelim.c: File removed.
5647         * stdio/gets.c: File removed.
5648         * stdio/glue.c: File removed.
5649         * stdio/internals.c: File removed.
5650         * stdio/linewrap.c: File removed.
5651         * stdio/linewrap.h: File removed.
5652         * stdio/memstream.c: File removed.
5653         * stdio/newstream.c: File removed.
5654         * stdio/obstream.c: File removed.
5655         * stdio/putc.c: File removed.
5656         * stdio/putchar.c: File removed.
5657         * stdio/puts.c: File removed.
5658         * stdio/rewind.c: File removed.
5659         * stdio/setbuf.c: File removed.
5660         * stdio/setbuffer.c: File removed.
5661         * stdio/setlinebuf.c: File removed.
5662         * stdio/setvbuf.c: File removed.
5663         * stdio/stdio.h: File removed.
5664         * stdio/ungetc.c: File removed.
5665         * stdio/vasprintf.c: File removed.
5666         * stdio/vscanf.c: File removed.
5667         * stdio/vsnprintf.c: File removed.
5668         * stdio/vsprintf.c: File removed.
5669         * stdio/vsscanf.c: File removed.
5670         * sysdeps/generic/defs.c: File removed.
5671         * sysdeps/generic/fdopen.c: File removed.
5672         * sysdeps/generic/pipestream.c: File removed.
5673         * sysdeps/generic/stdio_init.c: File removed.
5674         * sysdeps/generic/sysd-stdio.c: File removed.
5675         * sysdeps/generic/vdprintf.c: File removed.
5676         * sysdeps/mach/hurd/defs.c: File removed.
5677         * sysdeps/mach/hurd/fdopen.c: File removed.
5678         * sysdeps/mach/hurd/pipestream.c: File removed.
5679         * sysdeps/mach/hurd/stdio_init.c: File removed.
5680         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
5681         * sysdeps/mach/hurd/vdprintf.c: File removed.
5682         * sysdeps/posix/defs.c: File removed.
5683         * sysdeps/posix/fdopen.c: File removed.
5684         * sysdeps/posix/pipestream.c: File removed.
5685         * sysdeps/posix/stdio_init.c: File removed.
5686         * sysdeps/posix/vdprintf.c: File removed.
5687         * sysdeps/unix/pipestream.c: File removed.
5688         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
5689         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
5690         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
5692 2002-04-29  Roland McGrath  <roland@frob.com>
5694         * include/libc-symbols.h (link_warning): Use `unused' attribute.
5696 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
5698         * sysdeps/generic/tls.h: Describe what must be defined.
5700         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
5701         glob_in_dir [PR libc/3385].
5702         * posix/globtest.sh: Add test case.
5704         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
5705         //TRANSLIT twice.
5707 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
5709         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
5710         _internal symbol handling.
5711         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5713 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5715         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
5716         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
5718 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
5720         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
5721         not _LIBC and RE_ENABLE_I18N.
5722         (build_range_exp): Implement for not _LIBC.
5723         (build_collating_symbol): Likewise.
5724         (parse_bracket_exp): Unify redundant error handlings.
5725         Don't erase mbcset for non matching list in multibyte envs.
5726         (build_word_op): Add '_' to matching list for \w operator.
5727         * posix/regex_internal.c (re_string_construct): Invoke
5728         build_upper_buffer in case of not RE_ENABLE_I18N.
5729         (re_string_reconstruct): Don't touch cur_state in case of not
5730         RE_ENABLE_I18N.
5731         * posix/regex_internal.h (attribute_hidden): New macro in case of
5732         not _LIBC.
5733         (re_charset_t): Define range_starts/ends in case of not _LIBC.
5734         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
5735         RE_ENABLE_I18N.
5736         (transit_state_mb): Likewise.
5737         (check_node_accept_bytes): Implement the code evaluating range
5738         expression in case of not _LIBC.
5739         (find_collation_sequence_value): Hide in case of not _LIBC.
5741 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
5743         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
5744         i386/semctl.c.
5745         (__old_semctl, __new_semctl): Only use va_arg if the argument will
5746         be used.
5748 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5750         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
5752         * sysdeps/ia64/strncpy.S: Fix recovery code.
5753         Patch by David Mosberger <davidm@hpl.hp.com>.
5755 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5757         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
5758         GLIBC_2.2.6.
5760 2002-04-14  Bruno Haible  <bruno@clisp.org>
5762         * posix/regex.c (re_max_failures): Add back symbol for binary
5763         compatibility.
5765 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
5767         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
5768         of buffer building functions.
5769         * posix/regex_internal.c (re_string_allocate): New function.
5770         (re_string_realloc_buffers): New function.
5771         (re_string_skip_chars): New function.
5772         (re_string_reconstruct): New function.
5773         (re_string_construct): Adapt it to new interface of buffer building
5774         functions.
5775         (re_string_construct_common): Likewise.
5776         (build_wcs_buffer): Likewise.
5777         (build_wcs_upper_buffer): Likewise.
5778         (build_upper_buffer): Likewise.
5779         (re_string_translate_buffer): Likewise.
5780         (re_string_context_at): Adapt it to variable length buffers.
5781         * posix/regex_internal.h (re_string_t): Add new fields to handle
5782         variable length buffers.
5783         (re_match_context_t): Likewise.
5784         * posix/regexec.c (re_search_internal): Adapt it to new interface
5785         of re_string_t and re_match_context_t.
5786         (acquire_init_state_context): Likewise.
5787         (check_matching): Likewise.
5788         (check_halt_state_context): Likewise.
5789         (proceed_next_node): Likewise.
5790         (set_regs): Likewise.
5791         (sift_states_backward): Likewise.
5792         (clean_state_log_if_need): Likewise.
5793         (sift_states_iter_mb): Likewise.
5794         (sift_states_iter_bkref): Likewise.
5795         (add_epsilon_backreference): Likewise.
5796         (transit_state): Likewise.
5797         (transit_state_sb): Likewise.
5798         (transit_state_mb): Likewise.
5799         (transit_state_bkref): Likewise.
5800         (transit_state_bkref_loop): Likewise.
5801         (check_node_accept): Likewise.
5802         (match_ctx_init): Likewise.
5803         (extend_buffers): New function.
5805 2002-04-21  Bruno Haible  <bruno@clisp.org>
5807         * iconvdata/tst-table.sh: For the second check, use the truncated
5808         GB18030 charmap table, like for the first check.
5810 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5812         * elf/dl-load.c (open_verify): Correct __lseek parameters.
5813         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
5815 2002-04-23  H.J. Lu  <hjl@gnu.org>
5817         * include/math.h (isfinite): Fix a typo.
5819 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5821         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
5822         which is created by the test suite.
5824 2002-04-20  Bruno Haible  <bruno@clisp.org>
5826         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
5827         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
5829 2002-04-20  Bruno Haible  <bruno@clisp.org>
5831         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
5832         to avoid gcc warning.
5834 2002-04-20  Bruno Haible  <bruno@clisp.org>
5836         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
5837         of data->__statep->__count.
5839 2002-04-20  Bruno Haible  <bruno@clisp.org>
5841         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
5842         tag characters.
5843         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
5845 2002-04-24  Roland McGrath  <roland@frob.com>
5847         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
5848         use END macro instead of our own .end directive.
5849         Use `callsys' insn mnemonic instead of `call_pal'.
5851         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
5853         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
5854         macro; we need this for Hurd.
5856         Log entry was missing for 2002/03/24 commit of rev 1.8,
5857         goes with 2002-03-17 changes.
5858         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
5859         (sysdep_routines): Append ioperm here.
5860         (sysdep_headers): Append sys/io.h here.
5862 2002-04-23  Roland McGrath  <roland@frob.com>
5864         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
5865         * sysdeps/mach/hurd/sendto.c: Likewise.
5866         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
5867         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
5868         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
5870 2002-04-22  Roland McGrath  <roland@frob.com>
5872         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
5873         failure from i386_io_perm_* RPCs to ENOSYS.
5875 2002-04-22  Andreas Jaeger  <aj@suse.de>
5877         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
5879         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
5881         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
5882         register instead of destroying %rbx.
5884 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
5886         * string/string.h: Declare strerror_r also for XPG6.
5888 2002-04-19  Roland McGrath  <roland@frob.com>
5890         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
5892 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
5894         * Makefile: Add handling of xtests and xcheck targets.
5895         * MakeTAGS: Likewise.
5896         * Makeconfig: Likewise.
5897         * Makerules: Likewise.
5898         * Rules: Likewise.
5899         * manual/Makefile: Likewise.
5900         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
5901         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
5903 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
5905         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
5906         authnone_private_s.
5907         * sunrpc/auth_none.c: Include bits/libc-lock.h.
5908         Delete #ifdef _RPC_THREAD_SAFE_ block.
5909         (authnone_private): Make a struct, not a pointer to struct.
5910         (authnone_private_guard): New once-control variable.
5911         (authnone_create_once): New function, split out of
5912         authnone_create.  No need to allocate memory.
5913         (authnone_create): Just call authnone_create_once via
5914         __libc_once, then return &authnone_private->no_client.
5915         (authnone_marshal): Access private data via CLIENT argument,
5916         not authnone_private pointer.
5917         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
5918         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
5919         authnone_private_s.
5921 2002-04-12  H.J. Lu  <hjl@gnu.org>
5923         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
5925 2002-04-18  Bruno Haible  <bruno@clisp.org>
5927         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5928         FROM_DIRECTION): Make the FROM direction stateless.
5929         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5930         FROM_DIRECTION): Likewise.
5932 2002-04-15  Bruno Haible  <bruno@clisp.org>
5934         * iconvdata/JISX0213.TXT: New file.
5935         * iconvdata/jisx0213.h: New file.
5936         * iconvdata/jisx0213.c: New file.
5937         * iconvdata/euc-jisx0213.c: New file.
5938         * iconvdata/shift_jisx0213.c: New file.
5939         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
5940         * iconvdata/EUC-JISX0213.precomposed: New file.
5941         * iconvdata/SHIFT_JISX0213.precomposed: New file.
5942         * iconvdata/SHIFT_JISX0213.irreversible: New file.
5943         * iconvdata/tst-table-to.c (main): Make it work for encodings for
5944         which the "to" direction is stateful.
5945         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
5946         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
5947         SHIFT_JISX0213.
5948         (libJISX0213-routines): New variable.
5949         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
5950         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
5951         (LDFLAGS-libJISX0213.so): New variable.
5952         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
5953         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
5954         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
5956 2002-04-15  Bruno Haible  <bruno@clisp.org>
5958         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
5959         uint32_t.  Update to Unicode 3.2.
5960         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
5961         (BODY for TO_LOOP): Handle the ASCII range specially.
5962         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
5963         * iconvdata/testdata/BIG5HKSCS: Remove a character.
5964         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
5966 2002-04-15  Bruno Haible  <bruno@clisp.org>
5968         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
5969         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
5971 2002-04-15  Bruno Haible  <bruno@clisp.org>
5973         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
5974         (ucs4_to_cns11643): Update.
5975         * iconvdata/cns11643.c: Update to Unicode 3.2.
5976         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
5977         __cns11643_from_ucs4p2_tab): Regenerated.
5978         (__cns11643_from_ucs4p2c_tab): New array.
5979         * iconvdata/cvs11643l1.c: Update comments.
5980         * iconvdata/EUC-TW.irreversible: Remove two entries.
5982 2002-04-15  Bruno Haible  <bruno@clisp.org>
5984         * locale/C-translit.h.in: Update to Unicode 3.2.
5985         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
5986         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
5988 2002-04-15  Bruno Haible  <bruno@clisp.org>
5990         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
5991         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
5993 2002-04-15  Bruno Haible  <bruno@clisp.org>
5995         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
5996         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
5997         always one byte, not 0 bytes in some cases and 2 bytes in others.
5999         * iconvdata/tst-table-from.c (main): Correct the usage message.
6001 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6003         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6004         (parse_dup_op): Fix error handling like "a{}".
6005         (parse_bracket_exp): Add error handling.
6006         (fetch_number): Add error handling for "a{<very_large_number>}".
6008 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6010         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6011         in case that the symbol name is too long.
6012         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6013         in case of REG_ICASE.
6015 2002-04-19  Andreas Jaeger  <aj@suse.de>
6017         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6018         <hartvige@mips.com>.
6020 2002-04-15  H.J. Lu  <hjl@gnu.org>
6022         * include/math.h (__finitel_internal): Declare only if
6023         __NO_LONG_DOUBLE_MATH is not defined.
6024         (__isinfl_internal): Likewise.
6025         (__isnanl_internal): Likewise.
6027         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6028         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6029         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6030         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6031         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6032         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6033         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6035         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6036         __fcntl_internal.
6038         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6039         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6041 2002-04-15  Bruno Haible  <bruno@clisp.org>
6043         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6044         (BODY for TO_LOOP): Likewise.
6045         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6046         * iconvdata/tst-table.sh: Add support for encodings which contain
6047         precomposed Unicode characters, known to the iconv converter in both
6048         directions but not listed in the charmap.
6049         * iconvdata/IBM856.irreversible: New file.
6050         * iconvdata/IBM922.irreversible: New file.
6051         * iconvdata/IBM1132.irreversible: New file.
6052         * iconvdata/IBM1133.irreversible: New file.
6053         * iconvdata/IBM1160.irreversible: New file.
6054         * iconvdata/IBM1161.irreversible: New file.
6055         * iconvdata/IBM1163.irreversible: New file.
6056         * iconvdata/IBM1164.irreversible: New file.
6057         * iconvdata/ARMSCII-8.irreversible: New file.
6058         * iconvdata/TCVN5712-1.precomposed: New file.
6059         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6060         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6061         ARMSCII-8, TCVN5712-1.
6062         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6063         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6064         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6065         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6067 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6069         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6070         for EVENING69.  Include offsets in TZ environment variable.
6072 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6074         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6075         avoid compiler warnings.
6077         * locale/programs/localedef.c (main): Always call
6078         construct_output_path.
6080         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6082         * locale/programs/locfile.c (to_archive): New variable.  To collect
6083         data which has to be added to the locale archive.
6084         (write_all_categories): Take new third parameter with locale name.
6085         Unless no_archive flag set add new locale data to the archive
6086         (write_locale_data): Unless no-archive flag set store generated data
6087         in to_archive data structure instead of generation output file.
6088         Add new parameter with locale category index.
6089         * locale/programs/locfile.h: Add new parameters in declaractions of
6090         write_all_categories and write_locale_data.
6091         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6092         --add-to-archive, and --delete-from-archive options.  Pass extra
6093         parameter to write_all_categories.
6094         * locale/programs/localedef.h: Add prototypes for functions in
6095         locarchive.c.
6096         * locale/locarchive.h: New file.
6097         * locale/programs/locarchive.c: New file.
6098         * locale/Makefile (distribute): Add programs/locarchive.c and
6099         locarchive.h.
6100         (localedef-modules): Add md5 and locarchive.
6101         Add vpath to crypt subdir for md5.c.
6103         * locale/programs/ld-address.c: Pass locale category ID as new second
6104         parameter to write_locale_data.
6105         * locale/programs/ld-collate.c: Likewise.
6106         * locale/programs/ld-ctype.c: Likewise.
6107         * locale/programs/ld-identification.c: Likewise.
6108         * locale/programs/ld-measurement.c: Likewise.
6109         * locale/programs/ld-messages.c: Likewise.
6110         * locale/programs/ld-monetary.c: Likewise.
6111         * locale/programs/ld-name.c: Likewise.
6112         * locale/programs/ld-numeric.c: Likewise.
6113         * locale/programs/ld-paper.c: Likewise.
6114         * locale/programs/ld-telephone.c: Likewise.
6115         * locale/programs/ld-time.c: Likewise.
6117         * locale/simple-hash.c: Move compute_hashval function from here...
6118         * locale/hashval.h: ...to here.  New file.
6119         * locale/simple-hash.h: Add prototype for compute_hashval.
6121         * include/libintl.h: Minor cleanups.
6123 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6125         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6127 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6129         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6131 2002-04-14  Bruno Haible  <bruno@clisp.org>
6133         * locale/programs/charmap.c (charmap_read): Don't access result if
6134         result == NULL.
6136 2002-02-17  Andreas Schwab  <schwab@suse.de>
6138         * elf/reldep7.c: New file.
6139         * elf/reldep7mod1.c: New file.
6140         * elf/reldep7mod2.c: New file.
6141         * elf/Makefile: Add rules to build and run reldep7.
6143 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6145         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6146         the end of the function.  Pass original flags to recursive call if
6147         add_dependency failed.
6148         (_dl_lookup_versioned_symbol): Likewise.
6150 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6152         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6153         early, but check whether it overflowed afterwards.
6154         * time/tst-mktime.c (main): Add new tests.
6156 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6158         * debug/xtrace.sh: Fix program name in help message.
6159         Patch by Roger Luethi <rl@hellgate.ch>.
6161         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6162         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6163         NOT_IN_libc.
6164         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6165         * sysdeps/mach/hurd/lxstat.c: Likewise.
6166         * sysdeps/unix/common/lxstat.c: Likewise.
6167         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6168         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6169         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6170         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6171         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6172         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6173         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6174         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6175         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6177         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6178         prototypes.  Add __mbrlen and __mbrtowc macros.
6179         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6180         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6182         * include/unistd.h: Add prototype for __write_internal and add
6183         __libc_write macro is SHARED.
6184         * sysdeps/generic/write.c: Use INTDEF for __write.
6185         * sysdeps/mach/hurd/write.c: Likewise.
6186         * sysdeps/unix/sysv/aix/write.c: Likewise.
6187         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6189         * assert/assert.c: Replace STR_N_SIZE with something usable in
6190         macro arguments.
6191         * assert/assert-perr.c: Likewise.
6193         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6194         SA_LEN macro to use it if not NOT_IN_libc.
6195         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6197         * include/fcntl.h: Declare __open_internal and define __open and
6198         __libc_open macros if not NOT_IN_libc.
6199         * sysdeps/generic/open.c: Use INTDEF for __open.
6200         * sysdeps/mach/hurd/open.c: Likewise.
6201         * sysdeps/unix/sysv/aix/open.c: Likewise.
6202         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6204         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6205         has correct number.
6207         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6208         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6209         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6210         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6212         * include/wctype.h: Declare __iswalpha_l_internal,
6213         __iswdigit_l_internal, __iswspace_l_internal,
6214         __iswxdigit_l_internal, and __iswctype_internal.  Define
6215         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6216         __iswxdigit_l macros if not NOT_IN_libc.
6217         * wctype/iswctype.c: Use INTDEF for __iswctype.
6218         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6220         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6221         __isnan_internal, and __isnanl_internal.
6222         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6223         __isnan, and __isnanl.
6224         * stdio-common/printf_size.c: Likewise.
6225         * sysdeps/generic/printf_fphex.c: Likewise.
6226         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6227         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6228         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6229         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6230         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6231         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6232         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6233         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6234         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6235         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6236         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6237         * sysdeps/m68k/s_isinfl.c: Likewise.
6238         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6239         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6241         * include/sys/time.h: Declare __gettimeofday_internal and define
6242         __gettimeofday macro if not NOT_IN_libc.
6243         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6244         * sysdeps/mach/gettimeofday.c: Likewise.
6245         * sysdeps/posix/gettimeofday.c: Likewise.
6246         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6247         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6248         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6249         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6251         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6252         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6253         Remove __lstat and __fstat inline functions.
6254         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6255         * sysdeps/mach/hurd/fxstat.c: Likewise.
6256         * sysdeps/unix/fxstat.c: Likewise.
6257         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6258         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6259         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6260         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6261         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6262         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6263         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6264         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6265         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6267         * include/unistd.h: Declare __getpid_internal and define
6268         __getpid macro if not NOT_IN_libc.
6269         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6270         * sysdeps/generic/getpid.c: Likewise.
6271         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6272         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6274         * include/unistd.h: Declare __getpgid_internal and define
6275         __getpgid macro if not NOT_IN_libc.
6276         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6277         * sysdeps/mach/hurd/getpgid.c: Likewise.
6278         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6279         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6280         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6281         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6283         * include/unistd.h: Declare __getpagesize_internal and define
6284         __getpagesize macro if not NOT_IN_libc.
6285         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6286         __getpagesize.
6287         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6288         * sysdeps/mach/getpagesize.c: Likewise.
6289         * sysdeps/posix/getpagesize.c: Likewise.
6290         * sysdeps/unix/getpagesize.c: Likewise.
6291         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6292         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6293         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6294         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6296 2002-04-13  Andreas Jaeger  <aj@suse.de>
6298         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6299         as clobber to reduce register pressure.
6300         (__strpbrk_cg): Likewise.
6301         (__mempcpy_by4): Likewise.
6302         (__strstr_cg): Likewise.
6303         Add prototype for __memrchr.
6305 2002-04-13  Andreas Schwab  <schwab@suse.de>
6307         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6308         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6309         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6311 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6313         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6314         check whether the caller prefers getting the most recent version of
6315         a symbol of the earliest version.
6316         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6317         _dl_do_lookup to also take the new parameter and pass it on.
6318         Change 'explicit' parameter of _dl_lookup_symbol and
6319         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6320         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6321         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6322         _dl_lookup_versioned_symbol.
6323         * elf/dl-reloc.c: Likewise.
6324         * elf/dl-runtime.c: Likewise.
6325         * elf/dl-sym.c: Likewise.
6326         * sysdeps/mips/dl-machine.h: Likewise.
6328 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6330         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6331         in a token.
6332         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6334 2002-04-10  Andreas Jaeger  <aj@suse.de>
6336         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6338         * include/argz.h: Remove extra char from last patch.
6340 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6342         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6343         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6344         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6345         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6346         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6347         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6348         __chown_internal.
6349         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6351         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6352         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6353         * intl/ngettext.c: Likewise.
6355         * include/sys/socket.h: Declare __connect_internal and define
6356         __connect macro if not NOT_IN_libc.
6357         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6358         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6359         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6361         * include/unistd.h: Declare __close_internal and define __close macro
6362         if not NOT_IN_libc.
6363         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6364         WJUMP3): Add extra parenthesis to avoid expanding element names with
6365         macors like __close.
6366         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6368         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6369         if not NOT_IN_libc.
6370         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6371         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6372         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6374         * include/unistd.h: Declare __fork_internal and define __fork macro
6375         if not NOT_IN_libc.
6376         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6377         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6378         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6380         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6381         __fsetlocking macro to use it if not NOT_IN_libc.
6382         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6384         * libio/__fbufsize.c: Correct copyright.
6385         * libio/__flbf.c: Likewise.
6386         * libio/__fpending.c: Likewise.
6387         * libio/__fpurge.c: Likewise.
6388         * libio/__freadable.c: Likewise.
6389         * libio/__freading.c: Likewise.
6390         * libio/__fsetlocking.c: Likewise.
6391         * libio/__fwritable.c: Likewise.
6392         * libio/__fwriting.c: Likewise.
6394         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6395         macro to use it if not NOT_IN_libc.
6396         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6398         * include/mntent.h: Declare __setmntent_internal,
6399         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6400         __getmntent_r, and __endmntent macros to use these functions if not
6401         NOT_IN_libc.
6402         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6403         __endmntent.
6405         * include/math.h: Declare __finite_internal, __finitef_internal, and
6406         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6407         these functions.
6408         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6409         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6410         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6411         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6412         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6413         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6414         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6415         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6416         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6417         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6419         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6420         to use this function if not NOT_IN_libc.
6421         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6422         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6423         * sysdeps/mach/hurd/fcntl.c: Likewise.
6424         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6425         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6427         * include/argz.h: Declare __argz_count_internal and
6428         __argz_stringify_internal.
6429         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6430         __argz_stringify.
6431         * string/argz-count.c: Use INTDEF for __argz_count.
6432         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6434         * include/stdlib.h: Declare __cxa_atexit_internal and define
6435         __cxa_atexit macro if not NOT_IN_libc.
6436         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6437         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6439         * assert/assert.c: Use INTDEF for __assert_fail.
6440         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6441         * include/assert.h: Declare __assert_fail_internal.
6443         * extra-lib.mk: Mark assignment to lib with override.
6445 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6447         * Makerules: Use cppflags-iterator.mk to add defines for all test
6448         source files.
6450 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6452         * elf/elf.h: Define R_SH_TLS_xxx macros.
6453         * elf/rtld.c: Remove an extra parenthesis.
6454         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6455         TLS_GD macros.
6456         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6457         * sysdeps/sh/dl-lookupcfg.h: New file.
6458         * sysdeps/sh/dl-tls.h: New file.
6459         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6460         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6461         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6462         R_SH_TLS_TPOFF32 relocations.
6464 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6466         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6467         of NOT_IN_LIBC.
6468         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6469         * include/stdlib.h: Likewise.
6471 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6473         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6474         instead of _RTLD_LOCAL.
6475         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6476         * include/unistd.h: Likewise.
6477         * sysdeps/generic/ldsodefs.h: Likewise.
6479         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6480         if in libc or ld.so.
6482 2002-04-08  Andreas Jaeger  <aj@suse.de>
6484         * elf/cache.c (print_entry): Support x86-64.
6486 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6488         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6489         with one accessing the locale data structures directly.
6490         * stdio-common/printf-prs.c: Include localeinfo.h for new
6491         MB_CUR_MAX definition.
6493         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6494         is the name of the source file without extension.
6495         * Makefile (distribute): Add cppflags-iterator.mk.
6496         * cppflags-iterator.mk: New file.
6497         * extra-lib.mk: For the sources of the library run
6498         cppflags-iterator.mk.
6500         * include/libintl.h: Declare __dcgettext_internal and
6501         _libc_intl_domainname_internal.  Define __dcgettext using these
6502         two symbols if used in libc itself.
6503         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6504         _libc_intl_domainname_internal.
6505         * argp/argp-parse.c: Likewise.
6506         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6507         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6508         * intl/gettext.c: Likewise.
6509         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6510         alias.
6511         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6512         __dcgettext.
6513         * posix/regex_internal.c (gettext): Likewise.
6515 2002-04-08  Andreas Jaeger  <aj@suse.de>
6517         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6519         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6520         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6521         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6522         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6523         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6524         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6526 2002-04-08  Roland McGrath  <roland@frob.com>
6528         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6529         widening __hurd_fail value.
6531 2002-04-07  Roland McGrath  <roland@frob.com>
6533         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6534         <mach/machine/alpha_instruction.h>.
6535         (_hurd_setup_sighandler): Take proper arguments for current decls.
6536         Update code to use _hurdsig_catch_fault.
6537         Use `callsys' instruction instead of `call_pal'.
6538         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6540         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6541         (ALIGN, at, AT, fp): New macros.
6543 2002-04-06  Roland McGrath  <roland@frob.com>
6545         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6547         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6548         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6550         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6551         * sysdeps/mach/hurd/connect.c: Likewise.
6552         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6553         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6555         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6556         __msg_sig_post RPC.
6558         * hurd/catch-exc.c: Use integer_t instead of int.
6559         * hurd/hurdfault.c: Likewise.
6561         * sysdeps/mach/hurd/alpha/exc2signal.c
6562         (_hurd_exception2signal): Rewritten.
6563         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6564         (_hurd_longjmp_thread_state): Rewritten.
6566 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6568         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6569         DB_LOOKUP_FCT prototype.
6570         * nss/getXXent_r.c: Likewise.
6571         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6572         * inet/getaliasname_r.c: Likewise.
6573         * inet/getnetbyad_r.c: Likewise.
6574         * inet/getnetbynm_r.c: Likewise.
6575         * inet/getnetent_r.c: Likewise.
6576         * inet/getproto_r.c: Likewise.
6577         * inet/getprtent_r.c: Likewise.
6578         * inet/getprtname_r.c: Likewise.
6579         * inet/getrpcbyname_r.c: Likewise.
6580         * inet/getrpcbynumber_r.c: Likewise.
6581         * inet/getrpcent_r.c: Likewise.
6582         * inet/getservent_r.c: Likewise.
6583         * inet/getsrvbynm_r.c: Likewise.
6584         * inet/getsrvbypt_r.c: Likewise.
6585         * shadow/getspent_r.c: Likewise.
6586         * shadow/getspnam_r.c: Likewise.
6588         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6590         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6591         Use i686-friendly PIC code.
6592         * sysdeps/i386/elf/setjmp.S: Likewise.
6594         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6596         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6597         list.
6598         * elf/Versions: Remove it here.
6600 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6602         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6603         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6605 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6607         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6608         test just before the test runs.
6609         * intl/tst-translit.sh: Likewise.
6610         * intl/tst-codeset.sh: Likewise.
6612         * timezone/zic.c: Update from tzcode2002c.
6613         * timezone/asia: Update from tzdata2002c.
6614         * timezone/backward: Likewise.
6615         * timezone/europe: Likewise.
6616         * timezone/northamerica: Likewise.
6617         * timezone/northamerica: Likewise.
6618         * timezone/northamerica: Likewise.
6619         * timezone/southamerica: Likewise.
6620         * timezone/zone.tab: Likewise.
6622 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6624         * sysdeps/generic/brk.c (__curbrk): Declare.
6625         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6626         * sysdeps/generic/dl-sbrk.c: Likewise.
6627         * sysdeps/unix/arm/dl-brk.S: New file.
6628         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6629         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6630         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6631         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6632         * sysdeps/unix/i386/dl-brk.S: New file.
6633         * sysdeps/unix/mips/dl-brk.S: New file.
6634         * sysdeps/unix/sparc/dl-brk.S: New file.
6635         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6636         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6637         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6638         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6640 2002-04-03  Andreas Schwab  <schwab@suse.de>
6642         * Makefile (headers): Add gnu/lib-names.h here instead of
6643         install-others.
6644         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6645         installation rule.
6646         (install-headers): Add dependency on install-headers-nosubdir.
6647         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6648         instead of install-others.
6649         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6650         installation rule.
6652 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6654         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6655         Reported by Sam Roberts <sroberts@uniserve.com>.
6657 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
6659         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6660         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6661         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6662         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6664 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
6666         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6667         (RTLD_START): Ditto.
6668         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6669         dependency violation.
6671 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
6673         * time/mktime.c (__mktime_internal): Move check for year < 70 below
6674         all variable declarations.
6676 2002-04-04  Andreas Schwab  <schwab@suse.de>
6678         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
6680 2002-04-04  Andreas Jaeger  <aj@suse.de>
6682         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
6683         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
6685         * sysdeps/x86_64/fpu/s_fabs.c: New file.
6686         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
6687         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
6689         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
6691         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
6693         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
6694         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
6696         * configure.in: Handle all mips entries the same.
6698         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
6699         * sysdeps/mips/mips3/*: Likewise.
6700         * sysdeps/mips/p40/bits/endian.h: Likewise.
6702 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
6704         * misc/dirname.c (dirname): Ignore trailing slashes at end of
6705         non-null result [PR libc/2600].
6707         * misc/tst-dirname.c: Add more tests.
6709 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6711         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
6712         define a code_set_name provide one based on the filename.
6714         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
6716 2001-12-28  Andreas Jaeger  <aj@suse.de>
6718         * time/mktime.c (__mktime_internal): Check for year < 70
6719         [PR libc/2738].
6721 2002-04-03  Andreas Jaeger  <aj@suse.de>
6723         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
6724         shmat.
6725         Reported by Andi Kleen <ak@suse.de>.
6727 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6729         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
6730         * sysdeps/generic/w_lgammaf.c: Likewise.
6731         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
6733         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
6734         Adjust for new output format of the backtrace functions.
6736         * misc/syslog.c (vsyslog): Only use cleanup handler if
6737         _LIBC_REENTRANT is defined [PR libc/2924].
6739         * libio/Makefile (tests): Add bug-ungetwc2.
6740         * libio/bug-ungetwc2.c: New file.
6742         * manual/install.texi: Typographical and grammatical cleanup.
6743         Patch by Dennis Grace <dgrace@us.ibm.com>.
6745         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
6746         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
6748         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
6749         always "&".  Adjust callers.
6750         Add "_" prefix to several generated definitions.
6751         Patch by paul@serice.net [PR libc/3158].
6753 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6755         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
6756         size of _dl_arm_cap_flags.
6757         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
6759         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
6760         Define as 8.
6762 2002-03-22  H.J. Lu  <hjl@gnu.org>
6764         * scripts/firstversions.awk: Check the first version.
6766 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6768         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
6769         dependencies must be stable to work correctly.
6770         Reported by martin.lubich@datacon.at.
6772         * libio/bug-ungetwc1.c: New file.
6773         * libio/Makefile (tests): Add bug-ungetwc1.
6775         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
6776         if stream was last used for writing.
6778         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
6779         number [PR libc/3111].
6781         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
6782         to ...
6783         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
6785 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
6787         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
6788         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
6789         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
6790         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
6791         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
6793 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
6795         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
6796         dynamic tags.
6798 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
6800         * sysdeps/i386/fpu/s_fabs.S: New file.
6801         * sysdeps/i386/fpu/s_fabsf.S: New file.
6802         * sysdeps/i386/fpu/s_fabsl.S: New file.
6803         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
6804         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
6805         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
6807 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6809         * rt/tst-shm.c (do_test): Add one more test for size of shared
6810         memory object.
6812 2002-03-29  Wolfram Gloger  <wg@malloc.de>
6814         * malloc/malloc.c: Add short description and prototypes for
6815         malloc_get_state, malloc_set_state and posix_memalign, for
6816         consistency and to avoid warnings with -Wstrict-prototypes.
6817         Reported by Andreas Jaeger <aj@suse.de>.
6819 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6821         * po/gl.po: Update from translation team.
6823 2002-03-31  Roland McGrath  <roland@frob.com>
6825         * hurd/hurdselect.c (_hurd_select): Fix
6826         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
6827         Use a union rather than casts to compare mach_msg_type_t as int.
6829 2002-03-25  Roland McGrath  <roland@frob.com>
6831         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
6832         check off the end of NAME when it's shorter than 2 chars.
6833         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
6835 2002-03-17  Roland McGrath  <roland@frob.com>
6837         * sysdeps/mach/hurd/i386/sys/io.h: New file.
6838         * sysdeps/mach/hurd/i386/ioperm.c: New file.
6839         * sysdeps/mach/hurd/i386/Dist: Add them.
6840         * sysdeps/mach/hurd/i386/Versions
6841         (libc: GLIBC_2.2.6): New set, add ioperm.
6842         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
6843         (mach_interface_list): Check for mach_i386.defs.
6844         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
6845         * sysdeps/mach/configure: Regenerated.
6847 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
6849         * po/fr.po: Update from translation team.
6851 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6853         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
6854         getpriority from syscalls list.
6856 2002-03-28  Andreas Jaeger  <aj@suse.de>
6858         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
6859         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
6860         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
6861         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
6863 2002-03-27  Andreas Jaeger  <aj@suse.de>
6865         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6866         sigcontext): Follow further kernel change.
6868         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
6869         kernel change.
6871         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
6872         Change for struct sigcontext change.
6874         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6875         Follow changes in struct sigcontext.
6877         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
6878         sysycall, use wrapper instead.
6880 2002-03-26  Andreas Jaeger  <aj@suse.de>
6882         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
6883         read and write accesses as detailed as possible.
6884         (__memcpy_by2): Likewise.
6885         (__memcpy_g): Likewise.
6886         (memmove): Likewise.
6887         (memcmp): Likewise.
6888         (__memset_ccn_by4): Likewise.
6889         (__memset_ccn_by2): Likewise.
6890         (__memset_gcn_by4): Likewise.
6891         (__memset_gcn_by2): Likewise.
6892         (memchr): Likewise.
6893         (__memrchr): Likewise.
6894         (rawmemchr): Likewise.
6895         (__strlen_g): Likewise.
6896         (__strcpy_g): Likewise.
6897         (__mempcpy_by4): Likewise.
6898         (__mempcpy_by2): Likewise.
6899         (__mempcpy_byn): Likewise.
6900         (__stpcpy_g): Likewise.
6901         (__strncpy_by4): Likewise.
6902         (__strncpy_by2): Likewise.
6903         (__strncpy_byn): Likewise.
6904         (__strncpy_gg): Likewise.
6905         (__strcat_c): Likewise.
6906         (__strcat_g): Likewise.
6907         (__strncat_g): Likewise.
6908         (__strcmp_gg): Likewise.
6909         (__strncmp_g): Likewise.
6910         (__strchr_c): Likewise.
6911         (__strchr_g): Likewise.
6912         (__strchrnul_c): Likewise.
6913         (__strchrnul_g): Likewise.
6914         (__strrchr_c): Likewise.
6915         (__strrchr_g): Likewise.
6916         (__strrchr_c): Likewise.
6917         (__strrchr_g): Likewise.
6918         (__strcspn_c1): Likewise.
6919         (__strcspn_cg): Likewise.
6920         (__strcspn_g): Likewise.
6921         (__strcspn_g): Likewise.
6922         (__strspn_c1): Likewise.
6923         (__strspn_cg): Likewise.
6924         (__strspn_g): Likewise.
6925         (__strspn_g): Likewise.
6926         (__strpbrk_cg): Likewise.
6927         (__strpbrk_g): Likewise.
6928         (__strstr_cg): Likewise.
6929         (__strstr_g): Likewise.
6931         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
6932         Michal Ludvig <mludvig@suse.cz>.
6934         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
6935         compatibilty, adjust for kernel changes.
6937         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6938         sigcontext): Adjust for kernel changes.
6940 2002-03-25  Andreas Jaeger  <aj@suse.de>
6942         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
6943         little endian.
6944         Reported by Artur Zaprzala <zybi@talex.com.pl>.
6946 2002-03-24  Andreas Jaeger  <aj@suse.de>
6948         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
6950         * stdio-common/tst-fdopen.c (main): Remove unused variable.
6952         * iconv/tst-iconv3.c (main): Use correct printf strings.
6954 2002-03-18  Roland McGrath  <roland@frob.com>
6956         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
6957         (CMGROUP_MAX): New macro.
6959 2002-03-23  Roland McGrath  <roland@frob.com>
6961         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
6962         * sysdeps/posix/shm_unlink.c: Likewise.
6964 2002-03-22  Roland McGrath  <roland@frob.com>
6966         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
6967         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
6968         under --enable-libio.
6969         * sysdeps/mach/hurd/configure: Regenerated.
6971 2002-03-23  Roland McGrath  <roland@frob.com>
6973         * sysdeps/mach/hurd/i386/Makefile
6974         (sysdep_routines, shared-only-routines): Don't add framestate,
6975         reverting 2001-10-02 change.
6976         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
6977         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
6978         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
6979         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
6980         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
6981         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
6982         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
6983         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
6984         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
6985         Do it here instead, only if [$(unwind-find-fde) = yes].
6987 2002-03-23  Andreas Jaeger  <aj@suse.de>
6989         * signal/signal.h: Fix typo. Patch by Steve Kemp
6990         <skx@tardis.ed.ac.uk>.
6992 2002-03-22  Andreas Jaeger  <aj@suse.de>
6994         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
6995         getresuid.
6997         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6998         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
6999         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7000         user_fpregs_struct): Rename fwd.
7002         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7003         Follow sigcontext changes.
7005 2002-03-22  Andreas Jaeger  <aj@suse.de>
7007         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7008         changes for NaNs on MIPS.
7009         Patch by Hartvig Ekner <hartvige@mips.com>.
7011 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7013         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7014         Use realloc if too large.
7015         (addgrbyid): Likewise.
7016         * nscd/hstcache.c (addhstbyname): Likewise.
7017         (addhstbyaddr): Likewise.
7018         (addhstbynamev6): Likewise.
7019         (addhstbyaddrv6): Likewise.
7020         * nscd/pwdcache.c (addpwbyname): Likewise.
7021         (addpwbyuid): Likewise.
7023 2002-03-21  Andreas Jaeger  <aj@suse.de>
7025         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7026         _fpstate): Add separate struct for x86-64.
7028         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7029         user_fpregs_struct): Change member names to follow kernel.
7031 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7033         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7034         Correctly close the UDP connection right away [PR libc/3120].
7036 2002-03-20  Andreas Jaeger  <aj@suse.de>
7038         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7039         user_fpregs_struct): Fix for changed kernel struct.
7040         (struct user_regs_struct): Likewise.
7041         (struct user): Likewise.
7042         Add 32-bit x86 compatibility.
7044         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7046 2002-03-19  Andreas Jaeger  <aj@suse.de>
7048         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7050 2002-03-18  Andreas Jaeger  <aj@suse.de>
7052         * iconvdata/Makefile: Only run tests when shared libs are
7053         available.
7055 2002-03-17  Andreas Jaeger  <aj@suse.de>
7057         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7059         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7061         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7062         bits.
7064         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7065         (CAUSE_SHIFT): New macro.
7066         Patch by Hartvig Ekner <hartvige@mips.com>.
7068         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7069         * sysdeps/generic/unwind-pe.h: Likewise.
7071         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7072         type to _IO_setb.
7074         * libio/stdio.c (AL2): Define variant when visibility attribute is
7075         not supported.
7077         * include/libc-symbols.h (_INTVARDEF): Define variant when
7078         visibility attribute is not supported.
7080 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7082         * po/fr.po: Update from translation team.
7084 2002-02-25  Bruno Haible  <bruno@clisp.org>
7086         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7088 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7090         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7091         buffers if _IO_file_attach failed.
7093         * libio/fileops.c (_IO_file_open): Close file descriptor if
7094         _IO_SEEKOFF call failed.
7096 2002-03-15  H.J. Lu  <hjl@gnu.org>
7097             Ulrich Drepper  <drepper@redhat.com>
7099         * configure.in: Check for availability of
7100         init_array/fini_array/preinit_array handling in binutils.
7101         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7102         * config.make.in (have-initfini-array): New variable.
7104 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7106         * stdio-common/tst-printf.c (main): Comment out one test which
7107         checked the compiler's ability to fold floating-point constants
7108         but not really printf.
7109         (rfg3): Make s const.
7110         * stdio-common/tst-printf.sh: Adjust for removed test.
7112         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7113         internal function.  Adjust for internal_function calling convention.
7114         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7115         as internal_function.
7117         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7118         hidden.
7120         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7121         declaration and definition.
7122         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7123         declaration.
7124         * nss/getXXent_r.c: Likewise.
7125         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7126         definition.
7128         * include/time.h: Declare __localtime_r as hidden.
7130         * include/aliases.h: Declare __getaliasent_r as hidden.
7131         * include/grp.h: Declare __getgrent_r as hidden.
7132         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7133         __getservent_r, and __getprotoent_r as hidden.
7134         * include/pwd.h: Declare __getpwent_r as hidden.
7135         * include/shadow.h: Declare __getspent_r as hidden.
7136         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7138         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7139         and __gconv_transliterate as hidden.
7140         Add internal_function to __gconv_get_path declaration.
7141         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7142         definition.  Add attribute_hidden to __gconv_read_conf definition.
7144 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7146         * elf/rtld.c: Declare _environ as hidden.
7147         * sysdeps/generic/dl-environ.c: Likewise.
7148         * sysdeps/generic/dl-sysdep.c: Likewise.
7150         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7151         _dl_mcount_internal as hidden.
7153         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7154         * sysdeps/generic/dl-brk.c: New file.
7155         * sysdeps/generic/dl-sbrk.c: New file.
7156         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7157         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7159         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7160         (__errno_location): New function.  Declare errno as hidden.
7161         * elf/rtld.c (_dl_argc): Define as hidden.
7162         (_dl_skip_args): Define as hidden.
7163         (_begin, _end): Declare as hidden.
7164         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7165         * sysdeps/generic/entry.h (_start): Declare as hidden.
7166         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7167         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7168         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7169         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7171 2002-03-14  Roland McGrath  <roland@frob.com>
7173         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7175         * Makeconfig (%.v.i, %.v): New implicit rules.
7176         (preprocess-versions): Variable removed.
7177         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7178         shlib-versions input files as dependencies.
7179         ($(common-objpfx)soversions.i): Depend on that instead of the input
7180         files.  Use it as input instead of using a pipeline.
7181         (postclean-generated): Append soversions.i, shlib-versions.v, and
7182         shlib-versions.v.i here.
7183         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7184         the Versions.def input files as dependencies.
7185         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7186         ($(common-objpfx)Versions.all): Depend on that instead of the input
7187         files.  Use it as input instead of using a pipeline.
7188         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7189         (postclean-generated): Append those .v and .v.i files here.
7191 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7193         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7194         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7195         Remove.
7197 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7199         * sysdeps/generic/mp_clz_tab.c: New file.
7200         * sysdeps/i386/mp_clz_tab.c: New file.
7201         * sysdeps/hppa/mp_clz_tab.c: New file.
7202         * sysdeps/powerpc/mp_clz_tab.c: New file.
7203         * stdlib/Makefile (aux): Revert last patch.
7204         * math/Makefile (gmp-objs): Likewise.
7206 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7208         * time/strftime.c: Comment fixes for references to obsolescent
7209         standards, In most cases the simplest fix is to remove the
7210         confusing comments.  Cross-referencing all the standards properly
7211         is a bit of a pain, and it should be enough to put that info in
7212         the documentation as I did in my recent time.texi patch.
7214 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7216         * manual/time.texi (Formatting Calendar Time):
7217         ISO C99 also specifies the E and O modifiers.
7218         %P is a GNU extension, and is not in ISO C99.
7219         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7220         %T is also in ISO C99.
7221         The RFC 822 example is not valid in arbitrary locales.
7222         Reword the POSIX.2 wording slightly, to make it a bit clearer
7223         that POSIX.2 formats are also supported by later POSIX versions.
7224         If a format was introduced in ISO C99 it is also required by
7225         POSIX.1-2001.
7227 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7229         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7230         _sys_nerr_internal with INTVARDEF2.
7231         * include/libc-symbols.h (INTVARDEF2): New macro.
7232         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7233         (_sys_nerr_internal): Library.
7235         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7236         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7238         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7240 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7242         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7244 2002-03-02  Andreas Schwab  <schwab@suse.de>
7246         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7247         'h' flag and positional arg.
7248         * stdio-common/tst-printf.c (rfg3): New function to test
7249         positional arguments.
7250         (main): Fix some warnings.
7252 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7254         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7255         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7257 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7259         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7261         * include/locale.h (_nl_C_locobj): Declare as hidden.
7263         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7264         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7266         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7268         * include/sys/gmon.h: Declare _gmonparam as hidden.
7270         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7271         (__ctype32_wctrans): Likewise.
7272         (__ctype32_width): Likewise.
7274         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7275         use of __ttyname.
7277         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7278         Define as hidden.
7279         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7280         hidden.  Change all users of these variables.
7282         * posix/regex_internal.h (__re_error_msgid): Renamed from
7283         re_error_msgid.  Declare as hidden.
7284         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7285         hidden.
7287         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7288         (__printf_function_table): Likewise.
7289         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7290         hidden.
7291         (__printf_function_table): Likewise.
7293         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7294         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7296         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7297         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7299         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7300         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7302 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7304         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7305         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7306         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7307         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7308         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7309         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7310         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7311         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7312         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7313         _nl_C_LC_CTYPE_width: Declare as hidden.
7314         * include/locale.h: Declare _nl_locale_file_list.
7315         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7316         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7317         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7318         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7319         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7320         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7321         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7322         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7323         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7324         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7325         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7326         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7327         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7328         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7329         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7330         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7331         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7332         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7333         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7334         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7335         _nl_C_LC_CTYPE_width, and as hidden.
7336         * locale/findlocale.c: Declare _nl_C as hidden.
7337         * locale/newlocale.c: Likewise.
7338         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7339         _nl_locale_file_list.
7340         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7341         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7342         Define _nl_C_locobj as hidden.
7344         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7345         (_mtrace_line): Likewise.
7347         * include/time.h: Declare __mon_yday as hidden.
7348         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7350         * libio/libioP.h: Declare __libio_codecvt as hidden.
7351         * libio/fileops.c: Declare __libio_translit as hidden.
7352         * libio/iofwide.c: Define __libio_translit as hidden.
7354         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7355         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7356         * login/getutline_r.c: Likewise.
7357         * login/utmpname.c: Likewise.
7359         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7360         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7361         __libc_utmp_file_name as hidden.
7363         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7364         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7365         * locale/freelocale.c: Likewise.
7366         * locale/lc-time.c: Likewise.
7368         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7369         (__libc_ptyname2): Likewise.
7370         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7371         hidden.
7372         (__libc_ptyname2): Likewise.
7374         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7375         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7376         * sysdeps/generic/init-first.c: Likewise.
7377         * sysdeps/i386/init-first.c: Likewise.
7378         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7379         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7380         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7381         * sysdeps/sh/init-first.c: Likewise.
7382         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7383         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7385         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7386         (_itowa_upper_digits): Likewise.
7388         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7389         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7390         as hidden.
7392         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7393         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7394         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7395         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7397         * gmon/gmon.c (__bb_head): Define as hidden.
7398         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7400         * argp/argp-parse.c (_argp_hang): Define as static.
7402         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7403         handling in latest compilers.
7405         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7406         define alias.
7407         * libio/fileops.c (_IO_file_jumps): Likewise.
7408         * libio/stdfiles.c (_IO_list_all): Likewise.
7409         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7411         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7412         include/malloc.h.
7413         * include/malloc.h: Add __libc_malloc_initialized declaration
7414         here.  Mark variable hidden.
7415         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7417         * elf/dl-open.c (__libc_argc): Declare as hidden.
7418         (__libc_argv): Likewise.
7419         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7420         (__libc_argv): Likewise.
7421         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7422         __libc_argv as hidden.
7423         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7424         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7425         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7426         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7428         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7429         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7430         * stdlib/erand48.c: Likewise.
7431         * stdlib/jrand48.c: Likewise.
7432         * stdlib/lcong48.c: Likewise.
7433         * stdlib/lrand48.c: Likewise.
7434         * stdlib/mrand48.c: Likewise.
7435         * stdlib/nrand48.c: Likewise.
7436         * stdlib/seed48.c: Likewise.
7437         * stdlib/srand48.c: Likewise.
7439         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7440         (_itoa_lower_digits_internal): New declaration.
7441         (_itoa_upper_digits_internal): New declaration.
7442         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7443         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7444         (_itoa_upper_digits_internal): New declaration.
7445         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7446         _itoa_lower_digits.
7447         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7448         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7450         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7451         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7453         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7454         (_itowa_lower_digits): Likewise.
7455         (_itowa_upper_digits): Likewise.
7456         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7457         (_itowa_upper_digits): Likewise.
7459         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7460         not already defined.
7461         (GERMANIC_PLURAL): Declare as hidden.
7463         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7464         (attribute_hidden): Define as empty macro if not already defined.
7466         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7467         (__gconv_max_path_elem_len): Likewise.
7468         (__gconv_path_envvar): Likewise.
7470         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7471         * stdlib/Makefile (aux): Remove mp_clz_tab.
7472         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7474         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7476         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7478         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7479         _nl_category_names, _nl_category_name_sizes, _nl_current,
7480         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7482         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7483         (_nl_current_default_domain): Likewise
7484         (_nl_state_lock): Likewise.
7485         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7486         (_nl_current_default_domain): Likewise
7487         (_nl_state_lock): Likewise.
7488         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7490         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7491         (_fpioconst_pow10): Likewise.
7493         * include/time.h (_tmbuf): Add attribute_hidden.
7495         * time/tzset.c (tzstring_list): Define as static.
7497         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7498         __use_tzfile declaration.
7500         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7501         and __wcsmbs_last_locale declaration.
7503 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7505         * timezone/Makefile (tzbases): Move systemv from here...
7506         (tzlinks): to here, since the entries in systemv were all changed
7507         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7508         tested) by Peter Breitenlohner.
7510 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7512         * time/tst-posixtz.c (tests): Add new tests.
7513         (main): Test whether tzset() sets daylight properly.
7515 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7517         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7518         __tzname_cur_max setting...
7519         (tzset_internal): ...here.
7521 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7523         * time/tzset.c (compute_change): Don't return any value.
7524         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7525         (__tz_convert): But here.
7527 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7529         * manual/examples/mkfsock.c: Include <string.h> as well.
7530         Patch by Alain De Carolis <alaind@wseurope.com>.
7532 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7534         * posix/regexec.c (re_match): Fix incorrect register sizes.
7535         (re_search): Likewise.
7537 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7539         * posix/regcomp.c (regfree): Remove a disused condition.
7540         * posix/regex_internal.c (re_acquire_state): Likewise.
7541         (re_acquire_state_context): Likewise.
7542         (register_state): Remove a redundant malloc invocation.
7543         * posix/regex_internal.h: (re_state_table_entry): Simplify
7544         the structure.
7546 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7548         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7549         handling conditions.
7550         (regerror): Likewise.
7551         (regfree): Likewise.
7552         (re_compile_internal): Likewise.
7553         (init_dfa): Likewise.
7554         (init_word_char): Likewise.
7555         (create_initial_state): Likewise.
7556         (analyze): Likewise.
7557         (analyze_tree): Likewise.
7558         (duplicate_node): Likewise.
7559         (calc_eclosure): Likewise.
7560         (calc_eclosure_iter): Likewise.
7561         (parse): Likewise.
7562         (parse_reg_exp): Likewise.
7563         (parse_branch): Likewise.
7564         (parse_expression): Likewise.
7565         (parse_subexp): Likewise.
7566         (parse_dup_op): Likewise.
7567         (parse_bracket_exp): Likewise.
7568         (build_equiv_class): Likewise.
7569         (build_charclass): Likewise.
7570         (build_word_op): Likewise.
7571         (fetch_number): Likewise.
7572         (create_tree): Likewise.
7573         (duplicate_tree): Likewise.
7574         * posix/regex.c (BE): New macro.
7575         * posix/regexec.c (re_match): Add __builtin_expect to error
7576         handling conditions.
7577         (re_match_2): Likewise.
7578         (re_search): Likewise.
7579         (re_search_internal): Likewise.
7580         (check_matching): Likewise.
7581         (proceed_next_node): Likewise.
7582         (set_regs): Likewise.
7583         (sift_states_backward): Likewise.
7584         (add_epsilon_backreference): Likewise.
7585         (transit_state): Likewise.
7586         (transit_state_sb): Likewise.
7587         (transit_state_mb): Likewise.
7588         (transit_state_bkref): Likewise.
7589         (transit_state_bkref_loop): Likewise.
7590         (build_trtable): Likewise.
7591         (group_nodes_into_DFAstates): Likewise.
7592         (match_ctx_init): Likewise.
7593         (match_ctx_add_entry): Likewise.
7594         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7595         to error handling conditions.
7596         (re_string_construct_toupper): Likewise.
7597         (build_wcs_buffer): Likewise.
7598         (build_wcs_upper_buffer): Likewise.
7599         (build_upper_buffer): Likewise.
7600         (re_string_translate_buffer): Likewise.
7601         (re_node_set_alloc): Likewise.
7602         (re_node_set_init_1): Likewise.
7603         (re_node_set_init_2): Likewise.
7604         (re_node_set_init_copy): Likewise.
7605         (re_node_set_intersect): Likewise.
7606         (re_node_set_init_union): Likewise.
7607         (re_node_set_merge): Likewise.
7608         (re_node_set_insert): Likewise.
7609         (re_dfa_add_node): Likewise.
7610         (re_acquire_state): Likewise.
7611         (re_acquire_state_context): Likewise.
7612         (create_new_state_common): Likewise.
7613         (register_state): Likewise.
7614         (create_ci_new_state): Likewise.
7615         (create_cd_new_state): Likewise.
7616         (re_string_context_at): Remove redundant condition.
7618 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7620         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7622         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7624 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7626         * sysdeps/i386/elf/configure.in: Fix comment.
7628         * sysdeps/sparc/sparc64/configure.in: New file.
7629         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7630         if .dynamic comes before .got.
7631         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7633         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7634         HP_TIMING_ACCUM): Fix typos.
7636 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7638         * string/strfry.c: Add some more randomness to the seed.
7639         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7641         * po/es.po: Update from translation team.
7642         * po/fr.po: Likewise.
7644         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7646         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7647         when determining type of format.
7648         Patch by James Antill <james@anqd.org> [PR libc/2787].
7650 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
7652         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7654 2002-03-11  Roland McGrath  <roland@frob.com>
7656         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7658         * Versions.def (libc): Add GLIBC_2.2.6.
7659         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7660         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7661         __errno_location instead of __hurd_errno_location, and don't inline it.
7662         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7663         * hurd/errno.c: New file.
7664         * hurd/Makefile (routines): Add errno.
7666 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7668         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7669         ridiculously large widths and precisions [PR libc/3026].
7671 2002-03-11  Andreas Jaeger  <aj@suse.de>
7673         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7674         support.
7675         Patch by Susanne Oberhauser <froh@SuSE.de>.
7677 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7679         * inet/rexec.c (ahostbuf): Define as static.
7681         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
7682         (__ctype32_wctrans): Likewise.
7683         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
7684         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
7685         (__ctype32_wctrans): Likewise.
7686         (__ctype32_width): Likewise.
7688         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
7689         They were never exported anyway.
7691         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
7692         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
7693         exported.
7694         * include/sys/gmon.h: Declare _gmonparam.
7696         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
7697         symbols for getdents64.  They were never exported.
7699 2002-03-09  Roland McGrath  <roland@frob.com>
7701         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
7702         Reported by Jon Arney <jarney1@cox.net>.
7704 2002-02-23  Roland McGrath  <roland@frob.com>
7706         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
7707         declaration.
7708         (__hurd_errno_location): Function removed.
7710 2002-03-06  Andreas Jaeger  <aj@suse.de>
7712         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
7713         32-bit.
7715 2002-03-04  Andreas Jaeger  <aj@suse.de>
7717         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
7719         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
7720         x86-64.
7722         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
7724         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
7726         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
7728         * sysdeps/x86_64/bits/setjmp.h: New file.
7730         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
7732         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
7734         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
7735         for x86.
7736         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
7737         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
7739 2002-02-28  Bo Thorsen  <bo@suse.de>
7741         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
7742         version.
7744 2002-03-03  Andreas Jaeger  <aj@suse.de>
7746         * sysdeps/x86_64/bits/wordsize.h: New file.
7748         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
7749         * elf/tst-tlsmod1.c: Likewise.
7751         * posix/regcomp.c: Get regex.h from include dir for internal
7752         prototypes.
7754         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
7755         to libc-internal.h and include it.
7756         * include/libc-internal.h: Add __init_misc.
7758         * misc/init-misc.c: Include libc-internal.h for prototypes.
7760         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
7762         * misc/error.c [_LIBC]: Include libioP.h for prototype of
7763         _IO_putc_internal.
7765 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
7767         * posix/regcomp.c: Compatibility changes to allow using the code
7768         outside glibc.
7770 2002-02-28  Hartvig Ekner <hartvige@mips.com>
7772         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
7773         compiled non-PIC.
7775 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
7777         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
7778         of .str elements in the returned data structure.
7780         * elf/elf.h: Add Alpha TLS bits.
7782 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7784         * sysdeps/unix/sysv/linux/nice.c: New file.
7786 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
7788         * elf/Makefile (dl-routines): Add dl-origin.
7789         (elide-routines.os): Add dl-origin.
7790         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
7791         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
7792         _dl_debug_state.
7793         * include/libc-symbols.c: Define attribute_hidden depending on
7794         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
7796         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
7797         * elf/dl-load.c: Likewise.
7798         * elf/rtld.c: Likewise.
7799         * include/unistd.h: Declare __libc_enable_secure_internal.
7800         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
7801         Use INTUSE with __libc_enable_secure.
7802         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
7804         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
7805         * elf/dl-error.c: Likewise,
7806         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
7808         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
7809         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
7810         function definition.  Use INTDEF with _dl_get_origin.
7811         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
7813         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
7814         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
7816         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
7817         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
7818         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
7820         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
7821         * elf/dl-deps.c: Likewise.
7822         * elf/dl-error.c: Likewise.
7823         * elf/dl-fini.c: Likewise.
7824         * elf/dl-init.c: Likewise.
7825         * elf/dl-load.c: Likewise.
7826         * elf/dl-lookup.c: Likewise.
7827         * elf/dl-reloc.c: Likewise.
7828         * elf/dl-version.c: Likewise.
7829         * elf/do-lookup.h: Likewise.
7830         * sysdeps/arm/dl-machine.h: Likewise.
7831         * sysdeps/cris/dl-machine.h: Likewise.
7832         * sysdeps/hppa/dl-machine.h: Likewise.
7833         * sysdeps/i386/dl-machine.h: Likewise.
7834         * sysdeps/m68k/dl-machine.h: Likewise.
7835         * sysdeps/powerpc/dl-machine.h: Likewise.
7836         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7837         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7838         * sysdeps/sh/dl-machine.h: Likewise.
7839         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
7840         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
7841         * sysdeps/x86_64/dl-machine.h: Likewise.
7842         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
7843         _dl_argv[0].  Use INTUSE with _dl_argv.
7844         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
7845         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
7847 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7849         * elf/rtld.c (_rtld_global): Remove .protected.
7850         (_rtld_local): Strong alias to _rtld_global.
7851         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
7852         only .os object.
7853         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
7854         _rtld_local instead of _rtld_global.
7855         (_rtld_local): Add hidden extern, possibly in .sdata section.
7856         * configure.in: Add tests for visibility attribute and .sdata.
7857         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
7858         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
7859         * sysdeps/arm/dl-machine.h: Likewise.
7860         * sysdeps/generic/ldsodefs.h: Likewise.
7861         * sysdeps/hppa/dl-machine.h: Likewise.
7862         * sysdeps/cris/dl-machine.h: Likewise.
7863         * sysdeps/i386/dl-machine.h: Likewise.
7864         * sysdeps/ia64/dl-machine.h: Likewise.
7865         * sysdeps/m68k/dl-machine.h: Likewise.
7866         * sysdeps/mips/mips64/dl-machine.h: Likewise.
7867         * sysdeps/mips/dl-machine.h: Likewise.
7868         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7869         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7870         * sysdeps/sh/dl-machine.h: Likewise.
7871         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7872         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7873         * sysdeps/x86_64/dl-machine.h: Likewise.
7875 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
7877         * login/login.c (login): Always initialize ut_line field
7878         [PR libc/2991].
7880 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7882         * sysdeps/i386/Makefile (sysdep_routines): Add
7883         divdi3 in csu dir.
7884         (shared-only-routines): Likewise.
7885         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
7886         (shared-only-routines): Likewise.
7887         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
7888         (shared-only-routines): Likewise.
7889         * sysdeps/wordsize-32/divdi3.c: New file.
7891 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
7893         * locale/iso-4217.def: Remove obsolete currencies for countries
7894         with Euro.
7896 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
7898         * posix/regcomp.c (regcomp): Remove a redundant condition.
7899         (init_word_char): Add a check on malloc failure.
7900         (create_initial_state): Likewise.
7901         (duplicate_node): Likewise.
7902         (calc_eclosure): Likewise.
7903         (calc_eclosure_iter): Likewise.
7904         (parse_expression): Likewise.
7905         (parse_bracket_exp): Remove unnecessary malloc invocations.
7906         (build_equiv_class): Likewise.
7907         (build_charclass): Likewise.
7908         * posix/regex_internal.c (re_node_set_intersect): Add a check
7909         on malloc failure.
7910         (re_node_set_add_intersect): Likewise.
7911         (re_node_set_merge): Likewise.
7912         (re_acquire_state): Likewise.
7913         (re_acquire_state_context): Likewise.
7914         (create_newstate_common): Likewise.
7915         (register_state): Likewise.
7916         (create_ci_newstate): Likewise.
7917         (create_cd_newstate): Likewise.
7918         * posix/regex_internal.h: Fix prototypes of re_acquire_state
7919         and re_acquire_state_context.
7920         * posix/regexec.c (regexec): Suit it to the error handling of
7921         re_search_internal.
7922         (re_match): Likewise.
7923         (re_search): Likewise.
7924         (re_search_internal): Add a check on malloc failure.
7925         (acquire_init_state_context): Likewise.
7926         (check_matching): Likewise.
7927         (proceed_next_node): Likewise.
7928         (set_regs): Likewise.
7929         (sift_states_backward): Likewise.
7930         (sift_states_iter_bkref): Likewise.
7931         (add_epsilon_backreference): Likewise.
7932         (transit_state): Likewise.
7933         (transit_state_sb): Likewise.
7934         (transit_state_mb): Likewise.
7935         (transit_state_bkref_loop): Likewise.
7936         (build_trtable): Likewise.
7937         (group_nodes_into_DFAstates): Likewise.
7938         (match_ctx_init): Likewise.
7939         (match_ctx_add_entry): Likewise.
7941 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
7943         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
7944         l_libname if profiling is enabled [PR libc/2916].
7946         * sysdeps/ia64/dl-tls.h: New file.
7948 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
7950         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
7951         Work around an Alpha gas bug.
7953 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
7955         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
7956         uses read to load the catalog.
7957         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
7959 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
7961         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
7962         regex_internal.c, and regex_internal.h.
7963         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
7964         * posix/regex.c: Complete rewrite.
7965         * posix/regexec.c: New file.
7966         * posix/regcomp.c: New file.
7967         * posix/regex_internal.c: New file.
7968         * posix/regex_internal.h: New file.
7969         * posix/regex.h (RE_ICASE): New macro.
7970         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
7972         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
7973         ungetwc.  It's a macro.
7974         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
7975         implementation.
7976         Reported by Jason Merrill <jason@redhat.com>.
7978 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7980         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
7981         position to fp->_offset if it is set.
7982         * stdio-common/Makefile (tests): Add tst-fdopen.
7983         * stdio-common/tst-fdopen.c: New test.
7985 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7987         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
7988         * stdio-common/tst-ungetc.c (main): Add another test.
7990 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
7992         * assert/assert-perr.c: Use INTUSE to reference functions and variables
7993         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
7994         aliases.  Add prototypes for the new aliases.
7995         * assert/assert.c: Likewise.
7996         * include/libc-symbols.h: Likewise.
7997         * include/stdio.h: Likewise.
7998         * include/netinet/in.h: Likewise.
7999         * include/rpc/auth.h: Likewise.
8000         * include/rpc/auth_unix.h: Likewise.
8001         * include/rpc/key_prot.h: Likewise.
8002         * include/rpc/pmap_prot.h: Likewise.
8003         * include/rpc/pmap_rmt.h: Likewise.
8004         * include/rpc/rpc_msg.h: Likewise.
8005         * include/rpc/xdr.h: Likewise.
8006         * inet/gethstbyad_r.c: Likewise.
8007         * inet/gethstbynm2_r.c: Likewise.
8008         * inet/gethstbynm_r.c: Likewise.
8009         * inet/gethstent_r.c: Likewise.
8010         * inet/in6_addr.c: Likewise.
8011         * libio/__fpurge.c: Likewise.
8012         * libio/filedoalloc.c: Likewise.
8013         * libio/fileops.c: Likewise.
8014         * libio/ftello.c: Likewise.
8015         * libio/ftello64.c: Likewise.
8016         * libio/genops.c: Likewise.
8017         * libio/iofclose.c: Likewise.
8018         * libio/iofdopen.c: Likewise.
8019         * libio/iofflush.c: Likewise.
8020         * libio/iofflush_u.c: Likewise.
8021         * libio/iofgetpos.c: Likewise.
8022         * libio/iofgetpos64.c: Likewise.
8023         * libio/iofgets.c: Likewise.
8024         * libio/iofgets_u.c: Likewise.
8025         * libio/iofopen.c: Likewise.
8026         * libio/iofopncook.c: Likewise.
8027         * libio/iofputs.c: Likewise.
8028         * libio/iofread.c: Likewise.
8029         * libio/iofread_u.c: Likewise.
8030         * libio/iofsetpos.c: Likewise.
8031         * libio/iofsetpos64.c: Likewise.
8032         * libio/ioftell.c: Likewise.
8033         * libio/iofwrite.c: Likewise.
8034         * libio/iogetline.c: Likewise.
8035         * libio/iogets.c: Likewise.
8036         * libio/iogetwline.c: Likewise.
8037         * libio/iolibio.h: Likewise.
8038         * libio/iopadn.c: Likewise.
8039         * libio/iopopen.c: Likewise.
8040         * libio/ioseekoff.c: Likewise.
8041         * libio/ioseekpos.c: Likewise.
8042         * libio/iosetbuffer.c: Likewise.
8043         * libio/iosetvbuf.c: Likewise.
8044         * libio/ioungetc.c: Likewise.
8045         * libio/ioungetwc.c: Likewise.
8046         * libio/iovdprintf.c: Likewise.
8047         * libio/iovsprintf.c: Likewise.
8048         * libio/iovsscanf.c: Likewise.
8049         * libio/libioP.h: Likewise.
8050         * libio/memstream.c: Likewise.
8051         * libio/obprintf.c: Likewise.
8052         * libio/oldfileops.c: Likewise.
8053         * libio/oldiofclose.c: Likewise.
8054         * libio/oldiofdopen.c: Likewise.
8055         * libio/oldiofgetpos.c: Likewise.
8056         * libio/oldiofgetpos64.c: Likewise.
8057         * libio/oldiofopen.c: Likewise.
8058         * libio/oldiofsetpos.c: Likewise.
8059         * libio/oldiofsetpos64.c: Likewise.
8060         * libio/oldiopopen.c: Likewise.
8061         * libio/oldstdfiles.c: Likewise.
8062         * libio/putc.c: Likewise.
8063         * libio/setbuf.c: Likewise.
8064         * libio/setlinebuf.c: Likewise.
8065         * libio/stdfiles.c: Likewise.
8066         * libio/stdio.c: Likewise.
8067         * libio/strops.c: Likewise.
8068         * libio/vasprintf.c: Likewise.
8069         * libio/vscanf.c: Likewise.
8070         * libio/vsnprintf.c: Likewise.
8071         * libio/vswprintf.c: Likewise.
8072         * libio/wfiledoalloc.c: Likewise.
8073         * libio/wfileops.c: Likewise.
8074         * libio/wgenops.c: Likewise.
8075         * libio/wstrops.c: Likewise.
8076         * malloc/mtrace.c: Likewise.
8077         * misc/error.c: Likewise.
8078         * misc/syslog.c: Likewise.
8079         * nss/getXXbyYY_r.c: Likewise.
8080         * nss/getXXent_r.c: Likewise.
8081         * nss/hosts-lookup.c: Likewise.
8082         * stdio-common/getw.c
8083         * stdio-common/printf-prs.c: Likewise.
8084         * stdio-common/printf_fp.c: Likewise.
8085         * stdio-common/printf_size.c: Likewise.
8086         * stdio-common/putw.c: Likewise.
8087         * stdio-common/scanf.c: Likewise.
8088         * stdio-common/sprintf.c: Likewise.
8089         * stdio-common/tmpfile64.c: Likewise.
8090         * stdio-common/vfprintf.c: Likewise.
8091         * stdio-common/vfscanf.c: Likewise.
8092         * stdlib/strfmon.c: Likewise.
8093         * sunrpc/auth_des.c: Likewise.
8094         * sunrpc/auth_none.c: Likewise.
8095         * sunrpc/auth_unix.c: Likewise.
8096         * sunrpc/authdes_prot.c: Likewise.
8097         * sunrpc/authuxprot.c: Likewise.
8098         * sunrpc/clnt_perr.c: Likewise.
8099         * sunrpc/clnt_raw.c: Likewise.
8100         * sunrpc/clnt_tcp.c: Likewise.
8101         * sunrpc/clnt_udp.c: Likewise.
8102         * sunrpc/clnt_unix.c: Likewise.
8103         * sunrpc/key_call.c: Likewise.
8104         * sunrpc/key_prot.c: Likewise.
8105         * sunrpc/openchild.c: Likewise.
8106         * sunrpc/pm_getmaps.c: Likewise.
8107         * sunrpc/pm_getport.c: Likewise.
8108         * sunrpc/pmap_clnt.c: Likewise.
8109         * sunrpc/pmap_prot.c: Likewise.
8110         * sunrpc/pmap_prot2.c: Likewise.
8111         * sunrpc/pmap_rmt.c: Likewise.
8112         * sunrpc/rpc_cmsg.c: Likewise.
8113         * sunrpc/rpc_prot.c: Likewise.
8114         * sunrpc/svc_authux.c: Likewise.
8115         * sunrpc/svc_raw.c: Likewise.
8116         * sunrpc/svc_simple.c: Likewise.
8117         * sunrpc/svc_tcp.c: Likewise.
8118         * sunrpc/svc_udp.c: Likewise.
8119         * sunrpc/svc_unix.c: Likewise.
8120         * sunrpc/xdr.c: Likewise.
8121         * sunrpc/xdr_array.c: Likewise.
8122         * sunrpc/xdr_mem.c: Likewise.
8123         * sunrpc/xdr_rec.c: Likewise.
8124         * sunrpc/xdr_ref.c: Likewise.
8125         * sunrpc/xdr_stdio.c: Likewise.
8126         * sysdeps/generic/_strerror.c: Likewise.
8127         * sysdeps/generic/printf_fphex.c: Likewise.
8128         * sysdeps/generic/tmpfile.c: Likewise.
8129         * sysdeps/gnu/errlist.awk: Likewise.
8130         * sysdeps/gnu/errlist.c: Likewise.
8132         * libio/Makefile (routines): Remove iosprint.
8133         * libio/iosprintf.c: Removed
8136 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8138         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8139         non_dynamic_init and exported now.
8140         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8141         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8142         !SHARED.
8143         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8144         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8145         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8147 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8149         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8150         true in this case.
8152         * locale/iso-639.def: Add language codes for Walloon.
8154         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8155         total number of relocations performed.
8157         * elf/sprof.c (load_profdata): If do_test provide information as
8158         to why loading failed.
8159         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8160         hist_hdr.dimen.
8162         * csu/set-init.c: Moved to...
8163         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8164         * csu/Makefile: Don't compile set-init.
8165         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8166         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8167         to __libc_init.
8168         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8169         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8170         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8171         __libc_init.
8172         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8173         __libc_subinit.
8175 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8177         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8178         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8179         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8180         (_dl_deallocate_tls): New function.
8181         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8182         _dl_deallocate_tls.
8184 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8186         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8187         * stdio-common/tst-fseek.c (main): Add test for this.
8189 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8191         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8193 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8195         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8196         pointer before dereferencing.
8198 2002-02-18  Roland McGrath  <roland@frob.com>
8200         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8202         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8203         Use task_policy in place of task_priority.
8205         * sysdeps/generic/bits/mman.h
8206         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8207         * sysdeps/mach/msync.c: New file.
8209         * sysdeps/mach/powerpc/syscall.S: New file.
8211         * mach/msg.c [MACH_MSG_OVERWRITE]
8212         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8213         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8215         * sysdeps/mach/configure.in: Check for clock.defs to put into
8216         mach_interface_list.
8217         * sysdeps/mach/configure: Regenerated.
8219         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8220         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8221         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8222         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8223         (mach-shortcuts): Add device_read_overwrite_request,
8224         device_read_overwrite, vm_read_overwrite, thread_switch.
8226         * configure.in (base_machine): Set to $machine by default.
8227         * configure: Regenerated.
8229         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8230         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8231         * sysdeps/mach/configure: Regenerated.
8232         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8234         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8236         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8238         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8239         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8241 2002-02-17  Roland McGrath  <roland@frob.com>
8243         * sysdeps/mach/hurd/times.c
8244         [NO_CREATION_TIME] (startup_time): New static variable.
8245         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8246         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8247         creation_time from task_basic_info.
8248         (__times): Use __gettimeofday instead of __host_get_time.
8250         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8251         Use untyped Mach IPC message format.
8253         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8255         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8256         _S_catch_exception_raise_state_identity,
8257         _hurdsig_fault_catch_exception_raise_state,
8258         _hurdsig_fault_catch_exception_raise_state_identity.
8260         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8262         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8263         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8265         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8266         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8268         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8269         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8270         them as no-op macros.
8271         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8272         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8274         * sysdeps/powerpc/dl-machine.h
8275         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8277         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8278         Use untyped Mach IPC message format.
8280         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8281         Handle untyped Mach IPC message formats.
8283         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8284         Expect different argument conventions when this is defined.
8285         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8286         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8287         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8288         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8289         for OSF Mach variant.
8290         (faulted): Use mig_reply_error_t for REPLY.
8291         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8292         in __thread_set_exception_ports call.
8293         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8294         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8296         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8297         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8298         on Darwin, which includes bogons.
8300         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8301         variable LOADBASE so it's not declared when it's not used.
8303 2002-02-16  Roland McGrath  <roland@frob.com>
8305         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8306         to use BI.creation_time.
8308         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8310         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8311         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8312         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8313         host_page_size instead of vm_statistics.
8315         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8316         mach_interface.h here, since not all variants use that name.
8318         * sysdeps/mach/configure.in: Add some checks for Mach headers
8319         to ensure a sane installation.
8320         (mach_interface_list): Define this variable by checking for .defs
8321         files found in various variants.
8322         * configure.in (mach_interface_list): AC_SUBST this.
8323         * config.make.in (mach-interface-list): New substituted variable.
8324         * mach/Makefile (user-interfaces): Define this using the value
8325         of $(mach-interface-list) instead of mach, mach4.
8326         Updated other references to mach_interface to use it as well.
8328         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8330         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8331         mig_reply_error_t for OSF Mach variant.
8333         * mach/Makefile (routines): Remove bootprivport.
8334         * mach/bootprivport.c: File removed.  It has never been used.
8336         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8337         Grok the OSF flavor of message format.
8338         (mach_msg_destroy_port): For MAKE_SEND and
8339         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8340         no-senders notification.
8342 2002-02-06  Roland McGrath  <roland@frob.com>
8344         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8345         to here if 2.0 compatibility enabled ...
8346         (libc: GLIBC_2.1.3): ... from here.
8348 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8350         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8351         generation counter.
8352         * elf/dl-close.c (_dl_close): Likewise.
8354 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8356         * elf/Makefile: Add rules to build and run tst-tls8.
8357         * elf/tst-tls8.c: New file.
8358         * elf/tst-tlsmod4.c: New file.
8360         * stdlib/test-a64l.c (tests): Add more test cases.
8362         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8363         Reported by Walter Harms <WHarms@bfs.de>.
8365 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8367         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8368         definitions for struct sigcontext.
8369         Suggested by David Mosberger-Tang.
8371 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8373         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8374         for removing reference of module in slotinfo list.
8375         (_dl_close): Use remove_slotinfo.
8376         * sysdeps/generic/dl-tls.c: General pretty printing.
8377         (oom): Define only if SHARED.
8378         (_dl_next_tls_modid): Correct starting point for the case we assume
8379         there is a gap.  Add missing instruction grouping (doh!).  Correct
8380         tests for reaching maximum index.
8381         * elf/Makefile: Add rules to build and run tst-tls7.
8382         * elf/tst-tls7.c: New file.
8383         * elf/tst-tlsmod3.c: New file.
8385         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8386         USE_TLS.
8387         * elf/tst-tlsmod2.c: Likewise.
8389         * elf/dl-close.c (_dl_close): When closing an object using TLS
8390         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8391         true.  Increment dl_tls_generation only if we closed any TLS-using
8392         object.
8393         * elf/tst-tls6.c: New file.
8394         * elf/Makefile: Add rules to build and run tst-tls6.
8396         * po/da.po: Update from translation team.
8398         * locale/categories.def: Fix typo [PR libc/2948].
8399         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8400         [PR libc/2949].
8401         * locale/iso-4217.def: Update from official version [PR libc/2950].
8402         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8403         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8404         message if input is too confusion instead of using assert.
8405         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8406         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8408         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8409         * elf/tst-tls2.c: Likewise.
8410         * elf/tst-tls3.c: Likewise.
8412 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8414         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8416 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8418         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8419         if this is really necessary.
8421         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8422         slotinfo array.
8423         (free_mem): Free memory for the slotinfo array if possible.
8425 2002-02-12  Andreas Schwab  <schwab@suse.de>
8427         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8429 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8431         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8432         TLS_DTV_UNALLOCATE.
8433         (oom): New function.
8434         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8435         (_dl_determine_tlsoffset): Likewise.
8436         (_dl_allocate_tls): Likewise.
8437         (__TLS_GET_ADDR): Define if not already defined.
8438         (_dl_tls_symaddr): New function.
8439         (allocate_and_init): New function.
8440         (__tls_get_addr): Actually implement handling of generation counter
8441         and deferred allocation.
8442         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8443         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8444         _dl_tls_generation.
8445         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8446         Declare _dl_tls_symaddr.
8447         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8448         SHARED.
8449         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8450         l_tls_previmage.
8451         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8452         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8453         (_dl_vsym): Likewise.
8454         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8455         layout.
8456         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8457         nextimage list handling.  Instead add all modules using TLS to
8458         dl_tls_dtv_slotinfo_list.
8459         * elf/dl-open.c (dl_open_worker): After successfully loading all
8460         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8461         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8462         empty segment don't do anything.  Remove handling of initimage list.
8463         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8464         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8465         * elf/dl-minimal.c: Define __libc_memalign.
8466         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8467         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8468         _dl_tls_generation.
8469         * include/stdlib.h: Declare __libc_memalign.
8471         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8472         * elf/tst-tls4.c: New file.
8473         * elf/tst-tls5.c: New file.
8474         * elf/tst-tlsmod2.c: New file.
8476         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8478         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8480         * elf/tst-tls1.c: Use test-skeleton.c.
8481         * elf/tst-tls2.c: Likewise.
8482         * elf/tst-tls3.c: Likewise.
8484         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8486 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8488         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8490 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8492         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8494         * elf/tst-tls3.c: New file.
8495         * elf/tst-tlsmod1.c: New file.
8496         * elf/Makefile: Add rules to build and run tst-tls3.
8498         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8499         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8500         TLS relocations.
8502         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8504         * po/fr.po: Update from translation team.
8506         * elf/tls-macros.h: Add alternative macros for use in PIC.
8508         * elf/dl-lookup.c: Include <tls.h>.
8509         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8511         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8512         required by passing pointer to last element of the list.
8514         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8515         l_tls_initimage to a place where it actually is performed.
8517         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8518         after globfree() calls.
8520         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8521         (openaux): Pass open_mode as new last argument to _dl_map_object.
8522         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8523         open_mode element of args variable with it.
8524         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8525         _dl_map_object_deps.
8526         * elf/rtld.c (dl_main): Add zero as last parameter to
8527         _dl_map_object_deps call.
8528         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8529         * elf/nodlopen2.c: New file.
8530         * elf/nodlopenmod2.c: New file.
8531         * elf/Makefile: Add rules to build and run nodlopen2.
8533         * elf/tst-tls1.c: Move TLS helper macros to...
8534         * elf/tls-macros.h: ...here.  New file.
8535         * elf/tst-tls2.c: New file.
8536         * elf/Makefile (tests): Add tst-tls2.
8537         (distribute): Add tls-macros.h.
8539         * po/sv.po: Update from translation team.
8541         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8542         architecture specific definitions from the actual test code.
8544         * po/tr.po: Update from translation team.
8546 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8548         * elf/Makefile (tests): Add tst-tls1.
8549         * elf/tst-tls1.c: New file.
8551         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8552         alignment of TCB for now.
8554         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8555         initialization image for the application itself.
8557         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8558         loop to initialize TLS block.
8560 2002-02-08  Richard Henderson  <rth@redhat.com>
8562         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8563         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8565         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8567 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8569         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8571 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8573         * po/ca.po: Update from translation team.
8574         * po/sk.po: Likewise.
8576         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8577         (dl_main): Move dtv/static TLS handling before relocation.
8578         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8579         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8580         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8581         so far uses TLS initialize GL(dl_tls_static_size) and
8582         GL(dl_tls_static_align) to account for the TCB.
8583         (_dl_allocate_tls): New function.
8584         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8585         _dl_initial_dtv_malloced.
8587         * configure.in: Test for __builtin_memset more realistically.
8589         * csu/version.c (banner): If TLS support is available say so.
8591 2002-02-04  H.J. Lu  <hjl@gnu.org>
8593         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8594         __attribute_used__.
8595         (__dl_runtime_resolve): Likewise.
8597         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8598         declaration.
8600 2001-11-15  H.J. Lu  <hjl@gnu.org>
8602         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8603         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8605         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8607 2002-02-07  H.J. Lu  <hjl@gnu.org>
8609         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8610         ".set noreorder".
8611         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8612         Likewise.
8614 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8616         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8618         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8619         ___tls_get_addr_internal.
8620         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8622         * po/ko.po: Update from translation team.
8624 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8626         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8627         attribute, change __pad{1,2} type to unsigned int.
8628         (struct stat64): Remove packed attribute.
8630 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8632         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8634 2002-02-07  Andreas Schwab  <schwab@suse.de>
8636         * configure.in: Fix check for -zcombreloc.
8638 2002-02-06  H.J. Lu  <hjl@gnu.org>
8640         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8641         * configure.in: Check if __builtin_memset really works.
8642         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8643         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8645 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8647         * io/bug-ftw3.c (main): Don't try the test if root.
8649 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8651         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8652         constraints.
8653         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8654         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8655         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8656         Likewise.
8657         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8658         a weak alias for __clone.
8659         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8660         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8661         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8662         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8663         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8664         a weak alias for __mmap64.
8666 2002-02-05  H.J. Lu  <hjl@gnu.org>
8668         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8669         (atomic_add): Likewise.
8670         (compare_and_swap): Likewise.
8671         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8673 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8675         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
8677         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
8678         alignment of the TCB and store total size and alignment of static
8679         TLS block in _dl_tls_static_size and _dl_tls_static_align.
8680         tls_index is a typedef.
8681         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
8682         _dl_tls_static_align.
8683         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
8684         * elf/dl-support.c: Define _dl_tls_static_size and
8685         _dl_tls_static_align.
8687 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8689         * configure.in: Add --without-tls option.
8690         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
8691         --without-tls is given.
8693         * sysdeps/generic/dl-tls.c: Include <tls.h>.
8695         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
8697 2002-02-06  Roland McGrath  <roland@frob.com>
8699         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
8700         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
8702         * scripts/versions.awk: Improve error message for missing version.
8703         Each version inherits from the last one only if they have the same
8704         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
8705         but not GLIBC_x and FOO_y.
8707         * scripts/firstversions.awk: Handle libraries that don't have each
8708         particular version named in the third column of shlib-versions.
8710         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
8712 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8714         * Versions.def [ld]: Add GLIBC_2.3.
8715         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
8716         * elf/Makefile (dl-routines): Add dl-tls.
8717         (distribute): Add dl-tls.h.
8718         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8719         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8720         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
8721         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
8722         along with the other info in the link map.  Change queueing of init
8723         images for double linked list.  Use _dl_next_tls_modid to compute
8724         l_tls_modid.
8725         * elf/rtld.c (_dl_start_final): Store alignment requirement
8726         along with the other info in rtld map and executable map.
8727         (dl_main): Add ld.so to the init image list if necessary.  Compute
8728         final module ID with _dl_next_tls_modid.
8729         * include/link.h (struct link_map): Add l_tls_previmage and
8730         l_tls_align.
8731         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8732         * sysdeps/i386/elf/Versions: New file.
8733         * sysdeps/generic/dl-tls.c: New file.
8734         * sysdeps/generic/dl-tls.h: New file.
8735         * sysdeps/i386/dl-tls.h: New file.
8737 2002-02-06  Roland McGrath  <roland@frob.com>
8739         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
8740         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
8742 2002-01-05  Roland McGrath  <roland@frob.com>
8744         * sysdeps/mach/configure.in: New file.
8745         * sysdeps/mach/configure: New generated file.
8747         * mach/Makefile (user-interfaces): Remove default_pager_helper.
8748         It has never been used by anything.
8750 2002-02-06  H.J. Lu  <hjl@gnu.org>
8752         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
8753         is included.
8755 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8757         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
8758         attribute((packed)) to counter stupid people misusing gcc options.
8759         (struct stat64): Likewise.
8761 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8763         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
8764         the variables which are used as booleans.
8766 2002-02-06  Andreas Jaeger  <aj@suse.de>
8768         * include/libc-symbols.h (INTUSE): Renamed from INT.
8769         * elf/dl-deps.c: Change users.
8770         * sysdeps/generic/dl-sysdep.c: Likewise.
8771         * sysdeps/generic/dl-cache.c: Likewise.
8772         * elf/dl-reloc.c: Likewise.
8773         * elf/rtld.c: Likewise.
8774         * elf/dl-version.c: Likewise.
8775         * elf/dl-load.c: Likewise.
8776         * elf/dl-dst.h: Likewise.
8777         * elf/dl-init.c: Likewise.
8778         * elf/dl-error.c: Likewise.
8779         * elf/dl-fini.c: Likewise.
8780         * elf/dl-runtime.c: Likewise.
8781         * elf/do-lookup.h: Likewise.
8783         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
8784         definition.
8785         * stdio-common/_itowa.h: Likewise.
8787 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8789         * elf/dl-minimal.c: Define _itoa_lower_digits.
8791         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
8792         DT_FLAGS set.
8794         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
8795         loading modules with the DF_STATIC_TLS flag set.
8796         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
8797         element.
8798         * include/link.h (struct link_map): Add l_flags field.
8799         * elf/elf.h (DF_STATIC_TLS): New definition.
8801         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
8802         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
8804         * elf/rtld.c (process_dl_debug): Correct printing help message.
8805         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
8806         for %s.
8808         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
8809         definition and pass &errno in use of this variable.
8810         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
8812 2002-02-04  Andreas Schwab  <schwab@suse.de>
8814         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
8815         * locale/programs/charmap-dir.c: Wrap calls that output messages
8816         with WITH_CUR_LOCALE.  Include "localedef.h" first.
8817         * locale/programs/charmap.c: Likewise.
8818         * locale/programs/ld-address.c: Likewise.
8819         * locale/programs/ld-collate.c: Likewise.
8820         * locale/programs/ld-ctype.c: Likewise.
8821         * locale/programs/ld-identification.c: Likewise.
8822         * locale/programs/ld-measurement.c: Likewise.
8823         * locale/programs/ld-messages.c: Likewise.
8824         * locale/programs/ld-monetary.c: Likewise.
8825         * locale/programs/ld-name.c: Likewise.
8826         * locale/programs/ld-numeric.c: Likewise.
8827         * locale/programs/ld-paper.c: Likewise.
8828         * locale/programs/ld-telephone.c: Likewise.
8829         * locale/programs/ld-time.c: Likewise.
8830         * locale/programs/linereader.c: Likewise.
8831         * locale/programs/linereader.h: Likewise.
8832         * locale/programs/localedef.c: Likewise.
8833         * locale/programs/locfile.c: Likewise.
8834         * locale/programs/repertoire.c: Likewise.
8836 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8838         * elf/rtld.c (_dl_start_final): Determine load address to locate
8839         ehdr with GL(dl_rtld_map).l_map_start.
8841         * po/ca.po: Update from translation team.
8843         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
8844         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
8845         header entry.
8846         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
8847         _dl_tls_module_cnt.
8848         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
8850 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
8852         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
8853         * include/link.h (struct link_map): Add various members for TLS
8854         information.
8855         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8856         _rtld_tlsoffset, add _dl_initimage_list.
8857         * sysdeps/i386/dl-lookupcfg.h: New file.
8858         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
8859         TLS relocation.  When using TLS we now use RESOLVE_MAP.
8860         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
8861         is used.
8863         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
8864         unused.
8866         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
8867         thread-pointer as soon as possible.
8868         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
8869         elements in rtld_global.
8870         * sysdeps/generic/tls.h: New file.
8871         * elf/Makefile (distribute): Add tls.h.
8872         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
8873         relocations.  Not complete yet.
8875         * resolv/resolv.h: Allow user to define __need_res_state and only
8876         define __res_start structure then.
8877         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
8879         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
8880         dl_cpuclock_offset initialization to _dl_start_final.
8881         (_dl_show_auxv): Avoid unnecessary sign extension.
8882         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
8884 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
8886         * config.h.in: Add HAVE_TLS_SUPPORT.
8887         * sysdeps/i386/elf/configure.in: New file.
8889 2002-02-03  Andreas Schwab  <schwab@suse.de>
8891         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
8892         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
8894 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
8896         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
8897         alloca if the memory reqirements are too high.
8899 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
8901         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
8902         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
8903         the former is available anyway and speed isn't important here.
8904         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
8905         * elf/dl-version.c (match_symbol): Likewise.
8906         (_dl_check_map_versions): Likewise.
8907         * elf/rtld.c (process_envvars): Likewise.
8908         (print_statistics): Likewise.
8909         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
8910         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
8911         bases.  Add assert to catch uses of unimplemented features.
8912         (__strsep): Add assert to catch uses of unimplemented features.
8913         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
8914         and avoid inline optimization.
8915         * elf/rtld.c (process_envvars): Likewise.
8916         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
8917         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
8918         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
8920 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8922         * stdio-common/_itoa.h: Minor simplifications of the code.
8923         * stdio-common/_itoa.c: Likewise.
8925         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
8926         instead of _dl_printf for debugging info output.
8928         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
8929         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
8931 2002-02-01  H.J. Lu  <hjl@gnu.org>
8933         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
8934         (atomic_add): Likewise.
8935         (compare_and_swap): Return 0 only when failed to compare. Use
8936         branch likely.
8938         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
8939         branch likely.
8941 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
8943         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
8945 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8947         * elf/dl-minimal.c (__strsep): New minimal implementation.
8949 2002-02-02  Paul Eggert  <eggert@twinsun.com>
8951         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
8952         (__mktime_internal): If no tm_isdst is requested, prefer solutions
8953         with tm_isdst > 0 when the requested time falls within a
8954         spring-forward gap [PR libc/2894].
8956 2002-02-03  Andreas Schwab  <schwab@suse.de>
8958         * stdio-common/tst-rndseek.c: Increase timeout.
8960 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8962         Change ld.so to not use functions which are exported.  One cannot
8963         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
8964         definitions.
8965         * include/libc-symbols.h: Define INT and INTDEF.
8966         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
8967         _dl_signal_error_internal, _dl_map_object_internal,
8968         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
8969         _dl_lookup_versioned_symbol_internal,
8970         _dl_relocate_object_internal, _dl_debug_state_internal,
8971         _dl_start_profile_internal, and _dl_unload_cache_internal.
8972         * include/dlfcn.h: Declare _dl_catch_error_internal.
8973         * elf/rtld.c: Use INT for calls to any of the *_internal functions
8974         above.  Add INTDEF to function definitions.
8975         * elf/dl-debug.c: Likewise.
8976         * elf/dl-deps.c: Likewise.
8977         * elf/dl-dst.h: Likewise.
8978         * elf/dl-error.c: Likewise.
8979         * elf/dl-fini.c: Likewise.
8980         * elf/dl-init.c: Likewise.
8981         * elf/dl-load.c: Likewise.
8982         * elf/dl-lookup.c: Likewise.
8983         * elf/dl-misc.c: Likewise.
8984         * elf/dl-open.c: Likewise.
8985         * elf/dl-profile.c: Likewise.
8986         * elf/dl-reloc.c: Likewise.
8987         * elf/dl-runtime.c: Likewise.
8988         * elf/dl-version.c: Likewise.
8989         * elf/do-lookup.h: Likewise.
8990         * sysdeps/generic/dl-cache.c: Likewise.
8991         * sysdeps/generic/dl-sysdep.c: Likewise.
8992         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
8993         instead of _dl_init.
8994         * sysdeps/arm/dl-machine.h: Likewise.
8995         * sysdeps/cris/dl-machine.h: Likewise.
8996         * sysdeps/hppa/dl-machine.h: Likewise.
8997         * sysdeps/i386/dl-machine.h: Likewise.
8998         * sysdeps/ia64/dl-machine.h: Likewise.
8999         * sysdeps/m68k/dl-machine.h: Likewise.
9000         * sysdeps/mips/dl-machine.h: Likewise.
9001         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9002         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9003         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9004         * sysdeps/sh/dl-machine.h: Likewise.
9005         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9006         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9007         * sysdeps/x86_64/dl-machine.h: Likewise.
9008         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9010         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9011         and _dl_debug_initialize.
9013         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9014         more information.
9015         * elf/rtld.c (dl_main): Avoid strrchr.
9016         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9017         result of readlink.  Search from the back for '/'.
9019         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9020         strncpy if possible.
9022         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9023         strncmp.
9024         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9025         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9026         strspn, and strcspn.
9027         (process_envvars): Don't use strcspn.
9029         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9030         (_dl_dst_substitute): Likewise.
9032 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9034         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9035         code which is never used when relocating ld.so itself.
9037         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9038         starting ld.so itself.  Move l_addr variable initialization closer
9039         to use.
9040         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9042 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9044         * Versions.def (libc): Add GLIBC_PRIVATE.
9045         (libdb, libnss_db, libdb1): Remove.
9046         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9047         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9048         (libpthread): Add GLIBC_PRIVATE.
9049         (libresolv): Likewise, remove GLIBC_2.1.
9050         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9051         GLIBC_2.2.3, GLIBC_2.3.
9052         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9053         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9054         _dl_sym, _dl_vsym): Likewise.
9055         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9056         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9057         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9058         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9059         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9060         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9061         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9062         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9063         Likewise.
9064         (_dl_object_relocation_scope): Remove.
9065         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9066         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9067         __gconv_cache): Move to GLIBC_PRIVATE.
9068         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9069         __internal_setnetgrent): Likewise.
9070         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9071         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9072         * locale/Versions (__collate_element_hash, __collate_element_strings,
9073         __collate_symbol_classes, __collate_symbol_hash,
9074         __collate_symbol_strings, _nl_current_LC_COLLATE,
9075         _nl_current_LC_CTYPE): Likewise.
9076         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9077         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9078         (libnss_nis, libnss_nisplus): Likewise.
9079         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9080         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9081         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9082         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9083         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9084         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9085         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9086         __ns_get16, __ns_samename): Likewise.
9087         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9088         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9089         GLIBC_PRIVATE.
9090         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9091         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9092         __libc_connect): Likewise.
9093         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9094         Likewise.
9095         * stdlib/Versions (__libc_system): Likewise.
9096         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9097         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9098         * sysdeps/ia64/fpu/Versions: Likewise.
9099         * sysdeps/ia64/Versions: Likewise.
9100         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9101         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9102         to GLIBC_PRIVATE.
9103         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9104         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9105         __libc_sigaction): Likewise.
9106         * termios/Versions (__libc_tcdrain): Likewise.
9108         * misc/sys/cdefs (__attribute_noinline__): Define.
9109         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9110         __attribute_noinline__.
9112         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9113         * elf/dl-xstat64.c: New file.
9114         * elf/dl-fxstat64.c: New file.
9115         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9116         don't export __fxstat64 at multiple versions.
9117         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9118         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9120 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9122         * locale/program/ld-collate.c (collate_finish): Assign a wide
9123         char collation sequence value to multi character collating
9124         elements, and avoid over writing by non-character elements.
9126 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9128         * elf/Makefile (distribute): Add dl-procinfo.c.
9129         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9130         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9132 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9134         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9135         definition.
9136         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9137         _rtld_global struct.
9138         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9139         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9140         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9141         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9142         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9143         _dl_fpu_control_set): Remove unused externs.
9144         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9145         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9146         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9147         related variables in _rtld_global struct.
9148         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9149         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9150         unused extern.
9152 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9154         * sysdeps/generic/dl-procinfo.c: New file.
9156 2002-02-01  Andreas Schwab  <schwab@suse.de>
9158         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9160 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9162         * elf/rtld.c (_dl_start): Mark as internal_function.
9163         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9164         in register.
9165         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9166         General pretty printing.
9168 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9170         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9171         * elf/dl-reloc.c: Pretty printing.
9172         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9173         procinfo-related variables in rtld_global struct.
9174         * elf/dl-support.c: Likewise.
9175         * elf/rtld.c: Likewise.
9176         * sysdeps/i386/i686/Makefile: Likewise.
9177         * sysdeps/i386/i686/hp-timing.c: Likewise.
9178         * sysdeps/i386/i686/hp-timing.h: Likewise.
9179         * sysdeps/ia64/Makefile: Likewise.
9180         * sysdeps/ia64/hp-timing.c: Likewise.
9181         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9182         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9183         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9184         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9185         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9186         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9187         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9188         * sysdeps/x86_64/Makefile: Likewise.
9190         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9191         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9192         _dl_debug_fd to rtld_global.
9193         * elf/Versions: Likewise.
9194         * elf/dl-close.c: Likewise.
9195         * elf/dl-iteratephdr.c: Likewise.
9196         * elf/dl-lookup.c: Likewise.
9197         * elf/dl-misc.c: Likewise.
9198         * elf/dl-open.c: Likewise.
9199         * elf/dl-support.c: Likewise.
9200         * elf/do-lookup.h: Likewise.
9201         * elf/rtld.c: Likewise.
9202         * sysdeps/generic/dl-cache.c: Likewise.
9203         * sysdeps/generic/dl-sysdep.c: Likewise.
9204         * sysdeps/ia64/Versions: Likewise.
9205         * sysdeps/unix/clock_gettime.c: Likewise.
9206         * sysdeps/unix/clock_settime.c: Likewise.
9207         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9208         * sysdeps/sparc/Versions: Removed.
9209         * sysdeps/i386/i686/Versions : Removed.
9210         * sysdeps/x86_64/Versions: Removed.
9211         * configure.in: Define HAVE_PROTECTED if .protected is available.
9212         * config.h.in: Add entry for HAVE_PROTECTED.
9214 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9216         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9217         code in struct _rtld_global.  Export this struct, remove all
9218         exports for the signal variables.
9219         * sysdeps/arm/dl-machine: Likewise.
9220         * sysdeps/generic/dl-origin: Likewise.
9221         * sysdeps/generic/dl-sysdep: Likewise.
9222         * sysdeps/generic/dl-cache: Likewise.
9223         * sysdeps/hppa/dl-fptr: Likewise.
9224         * sysdeps/hppa/dl-machine: Likewise.
9225         * sysdeps/cris/dl-machine: Likewise.
9226         * sysdeps/i386/dl-machine: Likewise.
9227         * sysdeps/ia64/dl-machine: Likewise.
9228         * sysdeps/m68k/dl-machine: Likewise.
9229         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9230         * sysdeps/mips/mips64/dl-machine: Likewise.
9231         * sysdeps/mips/dl-machine: Likewise.
9232         * sysdeps/powerpc/elf/libc-start: Likewise.
9233         * sysdeps/powerpc/dl-machine: Likewise.
9234         * sysdeps/powerpc/dl-start: Likewise.
9235         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9236         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9237         * sysdeps/sh/dl-machine: Likewise.
9238         * sysdeps/s390/s390-32/dl-machine: Likewise.
9239         * sysdeps/s390/s390-64/dl-machine: Likewise.
9240         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9241         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9242         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9243         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9244         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9245         * sysdeps/x86_64/dl-machine: Likewise.
9247 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9249         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9250         are too high.
9252 2002-01-31  Andreas Schwab  <schwab@suse.de>
9254         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9256 2002-01-31  Andreas Schwab  <schwab@suse.de>
9258         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9259         reference to _dl_pagesize.
9261 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9263         * Versions.def [ld]: Add GLIBC_2.3.
9264         * elf/dl-addr.c: Move global variables for SHARED code in struct
9265         _rtld_global.  Export this struct, remove all exports for the
9266         signal variables.
9267         * elf/dl-close.c: Likewise.
9268         * elf/dl-conflict.c: Likewise.
9269         * elf/dl-debug.c: Likewise.
9270         * elf/dl-deps.c: Likewise.
9271         * elf/dl-dst.h: Likewise.
9272         * elf/dl-error.c: Likewise.
9273         * elf/dl-fini.c: Likewise.
9274         * elf/dl-init.c: Likewise.
9275         * elf/dl-iteratephdr.c: Likewise.
9276         * elf/dl-libc.c: Likewise.
9277         * elf/dl-load.c: Likewise.
9278         * elf/dl-lookup.c: Likewise.
9279         * elf/dl-minimal.c: Likewise.
9280         * elf/dl-object.c: Likewise.
9281         * elf/dl-open.c: Likewise.
9282         * elf/dl-profile.c: Likewise.
9283         * elf/dl-profstub.c: Likewise.
9284         * elf/dl-reloc.c: Likewise.
9285         * elf/dl-runtime.c: Likewise.
9286         * elf/dl-support.c: Likewise.
9287         * elf/dl-sym.c: Likewise.
9288         * elf/dl-version.c: Likewise.
9289         * elf/do-lookup.h: Likewise.
9290         * elf/do-rel.h: Likewise.
9291         * elf/dynamic-link.h: Likewise.
9292         * elf/rtld.c: Likewise.
9293         * sysdeps/generic/dl-cache.c: Likewise.
9294         * sysdeps/generic/dl-sysdep.c: Likewise.
9295         * sysdeps/generic/ldsodefs.h: Likewise.
9296         * sysdeps/generic/libc-start.c: Likewise.
9297         * sysdeps/i386/dl-machine.h: Likewise.
9298         * sysdeps/ia64/dl-fptr.c: Likewise.
9299         * sysdeps/ia64/dl-machine.h: Likewise.
9300         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9301         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9302         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9303         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9304         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9305         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9306         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9307         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9309 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9311         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9312         to avoid warning
9313         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9315         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9316         SHARED version.
9317         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9319         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9321 2002-01-29  Ben Collins  <bcollins@debian.org>
9323         * string/bits/string2.h (__mempcpy): Protect size arg for
9324         addition when using __builtin_memcpy.
9326 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9328         * stdlib/Makefile (tests): Add tst-qsort.
9329         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9331         * manual/signal.texi (Process Signal Mask): Document that
9332         pthread_sigmask, not sigprocmask, must be used in MT programs.
9333         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9335         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9336         found.
9337         * misc/Makefile (tests): Add tst-hsearch.
9338         * misc/tst-hsearch.c: New file.
9340 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9342         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9343         * malloc/malloc.h: Likewise.
9344         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9345         * malloc/arena.c: New file.
9346         * malloc/hooks.c: New file.
9347         * malloc/tst-mallocstate.c: New file.
9348         * malloc/Makefile: Add new testcase tst-mallocstate.
9349         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9351 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9353         * stdlib/msort.c: Remove last patch.  The optimization violates the
9354         same rule which qsort.c had problems with.
9356 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9358         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9359         to a pivot element that lies outside the array to be sorted, as
9360         ISO C99 requires that the comparison function be called only with
9361         addresses of array elements [PR libc/2880].
9363 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9365         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9366         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9368         * timezone/asia: Update from tzdata2002b.
9369         * timezone/australasia: Likewise.
9370         * timezone/backward: Likewise.
9371         * timezone/europe: Likewise.
9372         * timezone/leapseconds: Likewise.
9373         * timezone/iso3166.tab: Likewise.
9374         * timezone/zone.tab: Likewise.
9376 2002-01-23  Richard Henderson  <rth@redhat.com>
9378         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9380 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9382         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9383         this element [PR libc/2855].
9385         * string/strcoll.c: Handle zero-length arguments specially
9386         [PR libc/2856].
9388 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9390         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9391         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9392         short lengths and constant src.
9393         (strcpy): Don't optimize for gcc 3.0+.
9394         (__stpcpy): For gcc 3.0+, don't use
9395         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9396         for short string literal src.
9398 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9400         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9401         Set for arm, too.
9403 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9405         * manual/llio.texi (Linked Channels, Cleaning Streams):
9406         Make it clearer that a just-opened input stream might need cleaning.
9408 2002-01-21  H.J. Lu  <hjl@gnu.org>
9410         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9411         Don't use label at end of compound statement.
9413 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9415         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9416         Remove test for negative integer arg; sin_pi does it correctly.
9418 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9420         * nscd/Makefile (distribute): Filter out xmalloc.c.
9422 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9424         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9425         Set offset if read end wasn't the buffer end.
9426         (_IO_file_seekoff_mmap): New function.
9427         (_IO_file_xsgetn_mmap): New function.
9428         (_IO_file_jumps_mmap): Use the two new functions.
9429         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9430         != end buffer.
9431         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9432         _IO_file_underflow_mmap.
9433         * libio/iofopen.c: Don't position file descriptor at end of file.
9434         * libio/tst-widetext.c: Improve error messages.
9435         * stdio-common/tst-rndseek.c: Likewise.
9437 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9439         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9440         end of enum for !_GNU_SOURCE.
9441         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9442         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9443         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9444         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9445         values unless _GNU_SOURCE.
9447         * iconvdata/tcvn5712-1.c: Minor cleanups.
9449 2002-01-18  Andreas Schwab  <schwab@suse.de>
9451         * sysdeps/unix/sysv/linux/configure.in
9452         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9454 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9456         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9457         more efficient "Towers of Hanoi" mergesort.
9458         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9459         for generic, sizeof(int) and sizeof(long) variants respectively.
9461 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9463         * manual/syslog.texi (openlog): Describe possible problems with
9464         first parameter.
9465         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9467         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9468         * nscd/connections.c (begin_drop_privileges): New function.
9469         (finish_drop_privileges): New function.
9470         (nscd_init): Call the new functions which also install all groups
9471         for the server user.
9472         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9473         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9475 2002-01-17  H.J. Lu  <hjl@gnu.org>
9477         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9478         `const' from `got'.
9480 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9482         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9483         instructions for pointer operations.
9484         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9486 2002-01-17  Andreas Jaeger  <aj@suse.de>
9488         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9489         __uint128_t build-in.
9491         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9492         PowerPC, sync with 2.2 branch.
9494 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9496         * posix/getconf.c: Update copyright year.
9497         * nss/getent.c: Likewise.
9498         * nscd/nscd_nischeck.c: Likewise.
9499         * iconv/iconvconfig.c: Likewise.
9500         * iconv/iconv_prog.c: Likewise.
9501         * elf/ldconfig.c: Likewise.
9502         * catgets/gencat.c: Likewise.
9503         * csu/version.c: Likewise.
9504         * elf/ldd.bash.in: Likewise.
9505         * elf/sprof.c (print_version): Likewise.
9506         * locale/programs/locale.c: Likewise.
9507         * locale/programs/localedef.c: Likewise.
9508         * nscd/nscd.c (print_version): Likewise.
9509         * debug/xtrace.sh: Likewise.
9510         * malloc/memusage.sh: Likewise.
9511         * malloc/mtrace.pl: Likewise.
9513 2002-01-16  Andreas Schwab  <schwab@suse.de>
9515         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9516         reliably remove "-ia64" from rtld name.
9518 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9520         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9521         Patch by Yu Shao <yshao@redhat.com>.
9523 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9525         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9526         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9527         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9529 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9531         * sysdeps/s390/fpu/libm-test-ulps: Update.
9533 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9535         * elf/elf.h: Update x86 relocations.
9537 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9539         * locale/programs/charmap.c (new_width): Check whether byte
9540         sequences for both ends of range have the same length.
9542 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9544         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9546 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9548         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9549         string literals.
9550         (__full_ieee754_sqrt): Add __attribute_used__.
9552 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9554         * sysdeps/generic/group_member.c (__group_member): Also check
9555         groups[0] [PR libc/2781].
9557 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9559         * Makefile (distribute): Add scripts/cpp.
9560         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9561         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9562         unwind-dw2-fde.h, and dwarf2.h.
9563         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9564         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9565         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9566         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9568 2002-01-07  Roland McGrath  <roland@frob.com>
9570         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9571         volatile on type of ARGC so the compiler doesn't get clever.
9573 2002-01-07  Andreas Jaeger  <aj@suse.de>
9575         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9576         * sysdeps/i386/bits/byteswap.h: Likewise.
9577         * sysdeps/ia64/bits/byteswap.h: Likewise.
9578         * sysdeps/m68k/bits/byteswap.h: Likewise.
9579         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9580         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9582 2002-01-02  Bruno Haible  <bruno@clisp.org>
9584         * intl/plural.y: Fix %expect count.
9586 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9588         * elf/Makefile (routines, shared-only-routines): Add
9589         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9590         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9591         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9592         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9593         Optimize if .eh_frame section contains no FDEs.
9594         (__register_frame, __deregister_frame_info_bases,
9595         __deregister_frame): Likewise.
9596         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9597         DW_CFA_restore handling.
9599 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9601         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9603         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9604         for x < 0.25 and restore original range reduction method.
9605         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9607 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9609         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9610         (_IO_file_close_mmap): New function.
9611         (_IO_file_jumps_mmap): New variable.
9612         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9613         trying to convert rest of byte buffer.
9614         (_IO_wfile_underflow_mmap): New function.
9615         (_IO_wfile_jumps_mmap): New variable.
9616         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9617         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9618         (_IO_new_fopen): Call __fopen_internal.
9619         * libio/iofopen64.c: Just call __fopen_internal.
9620         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9621         successfully.
9622         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9623         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9624         _IO_file_close_mmap.
9626         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9627         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9629         * stdio-common/Makefile (tests): Add tst-rndseek.
9630         * stdio-common/tst-rndseek.c: New file.
9632 2002-01-05  Roland McGrath  <roland@frob.com>
9634         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9635         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9636         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9637         * sysdeps/mach/hurd/configure: Regenerated.
9639 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9641         * elf/elf.h: Add more TLS definitions.
9643 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9645         * include/features.h (__GLIBC_MINOR__): Bump to 3.
9647 2002-01-02  Roland McGrath  <roland@frob.com>
9649         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9650         __sigisemptyset.  Don't use MASK uninitialized.
9652         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9653         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9654         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9655         __sigdelset, __sigaddset, __sigorset.
9657         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9658         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9660         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9661         _hurd_ports is null.
9663         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9664         for old CMU and new OSF Mach interface flavors.
9665         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9666         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9668         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9670         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9671         Pass extra arguments to task_create for OSF variant.
9672         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9674         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9675         conditional on [HAVE_AUX_VECTOR].
9677         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
9678         mach_msg_timeout_t as type of final argument.
9680         * hurd/privports.c (__get_privileged_ports):
9681         Change host_priv_t to mach_port_t in argument type.
9682         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
9683         Update decls.
9685         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
9686         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
9687         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9688         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9689         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9690         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
9692 2002-01-01  Roland McGrath  <roland@frob.com>
9694         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
9696 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
9698         * include/stdlib.h: Define inlines for the _l variants of the strto*
9699         functions.
9701 2002-01-01  Roland McGrath  <roland@frob.com>
9703         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
9705         * mach/Machrules (MIG): Set CPP as well as CC.
9707 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
9709         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
9710         locale to parse /proc/loadavg [PR libc/2760].
9712 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
9714         * elf/dl-conflict.c: Include sys/param.h.
9715         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
9716         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
9717         warning.
9718         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
9719         literals to avoid warnings.
9721 2001-12-31  Andreas Jaeger  <aj@suse.de>
9723         * configure.in: Don't check for gsed since we do not use it anywhere.
9725 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9727         * io/fts.c: Update from BSD to fix memory leaks.
9729 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9731         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
9732         * elf/chroot_canon.c: Likewise.
9733         * elf/dl-object.c: Likewise.
9734         * iconv/iconv_charmap.c: Likewise.
9735         * iconv/iconv_prog.c: Likewise.
9736         * libio/iogetdelim.c: Likewise.
9737         * locale/lc-time.c: Likewise.
9738         * stdlib/canonicalize.c: Likewise.
9739         * sunrpc/svc.c: Likewise.
9740         * sysdeps/generic/glob.c: Likewise.
9742 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9744         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
9745         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
9746         remove high order bit from the program counter.
9747         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
9749 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9751         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
9752         unnecessary code and add missing reloc types.
9753         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
9754         case for reloc type R_390_NONE.
9756 2001-12-28  Andreas Jaeger  <aj@suse.de>
9758         * io/bug-ftw3.c: Include string.h for prototypes.
9760         * crypt/md5test.c (main): Remove unused variable.
9762         * dlfcn/modstatic.c: Add prototype to avoid warning.
9764 2001-12-26  Roland McGrath  <roland@frob.com>
9766         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
9767         check only (SS->pending & MASK) for the signal to return.
9768         From Jeroen Dekkers <jeroen@dekkers.cx>.
9770 2001-12-22  Roland McGrath  <roland@frob.com>
9772         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
9773         Use preprocessor #if conditionals instead of `if' to avoid
9774         warnings about divide by zero in dead code.
9776         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
9777         _hurd_port_init, and __hurd_self_sigstate.
9779         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
9781 2001-12-21  Andreas Jaeger  <aj@suse.de>
9783         * elf/dblloadmod1.c: Add prototype to avoid warning.
9784         * elf/dblloadmod2.c: Likewise.
9785         * elf/dblloadmod3.c: Likewise.
9786         * elf/reldepmod5.c: Likewise.
9787         * elf/reldepmod6.c: Likewise.
9789         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
9790         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
9791         used on all architectures.
9793         * sunrpc/svc_tcp.c: Add noreturn attribute for
9794         svctcp_rendezvous_abort.
9795         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
9797         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
9798         to avoid warning.
9800 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
9802         * manual/llio.texi (aio_fsync): Fix a typo.
9803         Patch by Tammy Fox <tfox@redhat.com>.
9805 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
9807         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
9808         stack bias from child stack pointer before passing it to clone syscall.
9810 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
9812         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
9813         _SC_TZNAME_MAX.
9814         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
9815         Reported by Thorsten Kukuk <kukuk@suse.de>.
9817         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
9818         add some casts.
9820         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
9822 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
9824         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
9825         conforming: return EBADF if file descriptor is invalid and EINVAL
9826         if file descriptor is no valid tty.
9827         * login/tst-grantpt.c: New file.
9828         * login/Makefile (tests): Add tst-grantpt.
9830 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
9832         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
9833         different than implemented in last patch.
9834         * io/bug-ftw3.c: Adjust test for changed handling of
9835         inaccessibility of toplevel dir.
9837 2001-12-16  Roland McGrath  <roland@frob.com>
9839         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
9840         * grp/initgroups.c (internal_getgrouplist): Likewise.
9842         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
9843         `default:' to silence new GCC warning.
9844         Rewrite cast of lvalue to silence new GCC warning.
9846         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
9848         * sysdeps/mach/hurd/spawni.c: New file, by me with a
9849         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
9851 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
9853         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
9854         Patch by Stephen R. van den Berg.
9856         * crypt/md5.h: Define md5_uintptr.
9858 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
9860         * libio/tst_swprintf.c (main): Add test for string argument with
9861         zero precision.
9862         * stdio-common/Makefile (tests): Add tst-sprintf.
9863         * stdio-common/tst-sprintf.c: New file.
9865 2001-12-13  Andreas Schwab  <schwab@suse.de>
9867         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
9868         zero precision with wide character string format.
9870 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
9872         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
9873         but have a user supplied buffer, return the empty buffer, not NULL.
9875 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
9877         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
9878         Patch by Eric Sharkey <sharkey@netrics.com>.
9880         * crypt/md5test.c (main): Add test for multiple calls to
9881         __md5_process_bytes to itererate over input string.
9883 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
9885         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
9886         from __nis_findfastest.  Take timeout value from parameter.
9887         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
9888         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
9889         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
9891 2001-12-12  Andreas Jaeger  <aj@suse.de>
9893         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
9894         combreloc test so that it works in this case.
9896         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
9898 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
9900         * sysdeps/sh/Makefile: New file.
9901         * sysdeps/sh/_mcount.S: New file.
9902         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
9903         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
9905 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
9907         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
9908         limitation [PR libc/2564].
9910 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
9912         * elf/Makefile (dl-routines): Add conflict.
9913         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
9914         (ld.so): Add _begin local symbol.
9915         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
9916         Define.
9917         * elf/dl-deps.c (_dl_build_local_scope): New function.
9918         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
9919         of all libraries.
9920         * elf/do-rel.h (VALIDX): Define.
9921         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
9922         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
9923         can be skipped.
9924         * elf/dl-conflict.c: New file.
9925         * elf/dl-lookup.c (_dl_debug_bindings): New function.
9926         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
9927         non-NULL.
9928         (_dl_lookup_symbol_skip): Likewise.
9929         (_dl_lookup_versioned_symbol): Likewise.
9930         (_dl_lookup_versioned_symbol_skip): Likewise.
9931         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
9932         define to ElfW(Rel).
9933         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
9934         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
9935         ranges.
9936         Don't adjust address dynamic tags if l_addr is 0.
9937         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
9938         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
9939         (VALIDX, ADDRIDX): Define.
9940         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
9941         (dl_main): Print library list for LD_TRACE_PRELINKING.
9942         If prelinking information can be used, skip relocating libraries and
9943         call _dl_resolve_conflicts instead.
9944         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
9945         * elf/dl-load.c (_dl_map_object): Don't create fake libs
9946         if LD_TRACE_PRELINKING.
9947         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
9948         + DT_ADDRNUM.
9949         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
9950         (DL_DEBUG_PRELINK): Define.
9951         (_dl_resolve_conflicts): Add prototype.
9953         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
9954         .plt for prelinked libraries where prelinking info cannot be used.
9955         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
9956         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
9957         * sysdeps/arm/bits/link.h: New file.
9958         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
9959         content of .got[1].
9960         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9961         (ELF_MACHINE_PLT_REL): Define.
9962         (elf_machine_rela, elf_machine_rela_relative): New functions.
9963         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
9964         of adjusting it if prelinked and prelinking cannot be used.
9965         * sysdeps/i386/bits/link.h: New file.
9966         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
9967         content of .got[1].
9968         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9969         (ELF_MACHINE_PLT_REL): Define.
9970         (elf_machine_rela, elf_machine_rela_relative): New functions.
9971         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
9972         of adjusting it if prelinked and prelinking cannot be used.
9973         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
9974         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
9975         to find out map for R_PPC_JMP_SLOT relocs.
9976         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
9977         (OPCODE_BA): Define.
9978         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9979         libraries where prelinking info cannot be used.
9980         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
9981         (elf_machine_fixup_plt): Call sparc_fixup_plt.
9982         (elf_machine_rela): Set value to 0 if relocating conflicts.
9983         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
9984         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
9985         (sparc64_fixup_plt): Fix a typo.
9986         (elf_machine_rela): Set value to 0 if relocating conflicts.
9987         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
9988         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9989         libraries where prelinking info cannot be used.
9990         * sysdeps/sh/bits/link.h: New file.
9991         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
9992         content of .got[1].
9993         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
9994         of adjusting it if prelinked and prelinking cannot be used.
9995         * sysdeps/s390/s390-32/bits/link.h: New file.
9996         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
9997         Save original content of .got[1].
9998         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
9999         of adjusting it if prelinked and prelinking cannot be used.
10000         * sysdeps/s390/s390-64/bits/link.h: New file.
10001         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10002         Save original content of .got[1].
10003         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10004         of adjusting it if prelinked and prelinking cannot be used.
10005         * sysdeps/x86_64/bits/link.h: New file.
10006         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10007         Save original content of .got[1].
10008         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10009         of adjusting it if prelinked and prelinking cannot be used.
10011 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10013         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10014         where appropriate instead of numbers.  Little optimizations.
10016 2001-12-10  Roland McGrath  <roland@frob.com>
10018         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10019         set it.
10021         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10022         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10024         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10025         Fix conditionals so this is set by default for stdio and not for libio.
10026         * sysdeps/mach/hurd/configure: Regenerated.
10028 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10030         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10032 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10034         * io/Makefile (tests): Add bug-ftw3.
10035         * io/bug-ftw3.c: New file.
10037         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10038         matches and GLOB_NOCHECK is set.
10039         * posix/globtest.sh: Correct expected result for NOCHECK test.
10041         * po/ca.po: Update from translation team.
10043 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10045         Implement transliteration of characters in strings of the locale
10046         definitions.
10047         * locale/programs/linereader.c: Adjust for additional parameter to
10048         lr_token.
10049         (get_string): If character <Uxxxx> is not found try to transliterate
10050         it.
10051         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10052         lr_token.  Add const to charmap parameter of all functions.
10053         (find_translit, find_translit2): New functions.
10054         * locale/programs/charmap.c: Adjust for additional parameter to
10055         lr_token.
10056         * locale/programs/repertoire.c: Likewise.
10057         * locale/programs/linereader.h: Likewise.
10058         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10059         parameter of all functions.
10060         * locale/programs/ld-collate.c: Likewise.
10061         * locale/programs/ld-identification.c: Likewise.
10062         * locale/programs/ld-measurement.c: Likewise.
10063         * locale/programs/ld-messages.c: Likewise.
10064         * locale/programs/ld-monetary.c: Likewise.
10065         * locale/programs/ld-name.c: Likewise.
10066         * locale/programs/ld-numeric.c: Likewise.
10067         * locale/programs/ld-paper.c: Likewise.
10068         * locale/programs/ld-paper.c: Likewise.
10069         * locale/programs/ld-telephone.c: Likewise.
10070         * locale/programs/ld-time.c: Likewise.
10071         * locale/programs/locfile.c: Likewise.
10072         * locale/programs/localedef.c: Likewise.
10073         * locale/programs/localedef.h: Likewise.
10074         * locale/programs/locfile.h: Likewise.  Add declaration for
10075         find_translit.
10076         * locale/programs/simple-hash.c: Add const to first parameter of
10077         find_entry, iterate_table, and lookup.
10078         * locale/programs/simple-hash.h: Likewise.
10079         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10080         instead.
10081         * include/locale.h: Define __LC_LAST.
10082         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10084 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10086         * sysdeps/powerpc/Dist: Update for recent FP changes.
10087         * sysdeps/powerpc/fpu/Dist: Likewise.
10089 2001-12-07  Andreas Schwab  <schwab@suse.de>
10091         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10093 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10095         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10096         save/restore functions here.
10097         (libm-support): Don't define these functions here.
10098         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10099         functions here.
10100         * sysdeps/powerpc/fe_nomask.c: Move to...
10101         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10102         * sysdeps/powerpc/fprrest.S: Move to...
10103         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10104         * sysdeps/powerpc/fprsave.S: Move to...
10105         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10107 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10109         * sysdeps/unix/sysv/linux/opensock.c: New file.
10111 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10113         * config.make.in (with-fp): Define from configure.
10114         * configure.in: Substitute with_fp.
10115         * configure: Regenerate.
10116         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10117         specified, and don't change FPU environment.
10119 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10121         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10122         * assert/assert.c: Check result of __asprintf call and don't use
10123         string if it failed.
10124         * assert/assert-perr.c: Likewise.
10125         * inet/rcmd.c: Likewise.
10126         * locale/programs/localedef.c (main): Check result of
10127         construct_output_path and exit if it failed.
10128         (construct_output_path): Check result of asprintf and mkdir calls and
10129         fail if they failed.
10130         * posix/getopt.c: Check result of __asprintf calls and fail if
10131         they failed.
10132         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10134 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10136         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10137         patch.
10138         * sysdeps/generic/strncase.c: Likewise.
10139         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10141 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10143         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10145         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10146         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10147         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10148         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10149         * sysdeps/powerpc/fclrexcpt.c: Move to...
10150         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10151         * sysdeps/powerpc/fpu_control.h: Move to...
10152         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10154 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10156         * iconvdata/ibm1129.h: Remove duplicate mappings.
10157         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10158         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10159         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10161         * timezone/zic.c: Fix handling of turnaround times.
10162         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10164 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10166         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10167         overflow problem.
10169 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10171         * posix/regex.c: For use outside glibc defined bounded pointer
10172         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10174         * iconvdata/Makefile (modules): Add TCVN5712-1.
10175         * iconvdata/TESTS: Add TCVN5712-1.
10176         * iconvdata/gconv-modules: Likewise.
10177         * iconvdata/tcvn5712-1.c: New file.
10178         * iconvdata/testdata/TCVN-5712: New file.
10179         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10181 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10183         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10185 2001-12-02  Roland McGrath  <roland@frob.com>
10187         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10189         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10190         Reported by Jeff Bailey <jbailey@nisa.net>.
10192         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10193         Reported by Jeff Bailey <jbailey@nisa.net>.
10195         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10196         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10197         Reported by Jeff Bailey <jbailey@nisa.net>.
10199 2001-12-01  Roland McGrath  <roland@frob.com>
10201         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10202         missing backslash in test arguments.
10203         * sysdeps/mach/hurd/configure: Regenerated.
10205 2001-11-26  Roland McGrath  <roland@frob.com>
10207         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10208         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10210 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10212         * iconvdata/Makefile (modules): Add ARMSCII-8.
10213         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10214         * iconvdata/armscii-8.c: New file.
10216 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10218         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10219         don't match, fix {{a,b},c} globbing, clean up.
10220         Patch by Flavio Veloso <flaviovs@magnux.com>.
10221         * posix/globtest.sh: Add new tests.
10223 2001-11-29  Andreas Jaeger  <aj@suse.de>
10225         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10226         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10228         * sysdeps/generic/abort.c: Include libioP.h for
10229         _IO_flush_all_lockp prototype.
10231 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10233         * posix/regex.h: Define __restrict_arr correctly.
10235 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10237         * iconvdata/ibm1163.c: New file.
10238         * iconvdata/ibm1163.h: New file.
10239         * iconvdata/ibm1164.c: New file.
10240         * iconvdata/ibm1164.h: New file.
10241         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10242         * iconvdata/Makefile: Likewise.
10243         * iconvdata/testdata/IBM1163: New file.
10244         * iconvdata/testdata/IBM1163..UTF8: New file.
10245         * iconvdata/testdata/IBM1164: New file.
10246         * iconvdata/testdata/IBM1164..UTF8: New file.
10247         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10249         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10250         * iconvdata/ibm1124.h: Likewise.
10251         * iconvdata/ibm1132.h: Likewise.
10252         * iconvdata/ibm1133.h: Likewise.
10253         * iconvdata/ibm1160.h: Likewise.
10254         * iconvdata/ibm1161.h: Likewise.
10255         * iconvdata/ibm1162.h: Likewise.
10256         * iconvdata/ibm856.h: Likewise.
10257         * iconvdata/ibm922.h: Likewise.
10258         * iconvdata/ibm930.h: Likewise.
10259         * iconvdata/ibm932.h: Likewise.
10260         * iconvdata/ibm933.h: Likewise.
10261         * iconvdata/ibm935.h: Likewise.
10262         * iconvdata/ibm937.h: Likewise.
10263         * iconvdata/ibm939.h: Likewise.
10264         * iconvdata/ibm943.h: Likewise.
10265         * iconvdata/ibm930.c: Pretty printing.
10266         * iconvdata/ibm937.c: Avoid access accross array boundary.
10268         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10269         the current locale's codeset.
10270         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10271         empty input string.
10272         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10273         and from-charset.  Don't determine locale's charset here.
10275         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10276         as the old _IO_flush_all but lock only if parameter is nonzero.
10277         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10278         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10279         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10280         if libio is used [PR libc/2575].
10282 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10284         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10285         __signbitl): Only define for ISO C99.
10287 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10289         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10290         herrnop to NETDB_INTERNAL if we run out of buffer space.
10292 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10294         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10295         overflow test for platforms with signed char.
10296         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10298 2001-11-28  Bruno Haible  <bruno@clisp.org>
10300         * locale/programs/simple-hash.c (lookup_2): Remove function.
10301         (insert_entry_2): Call lookup instead of lookup_2.
10303 2001-03-04  Bruno Haible  <bruno@clisp.org>
10305         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10307 2001-10-31  Bruno Haible  <bruno@clisp.org>
10309         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10311 2001-03-21  Bruno Haible  <bruno@clisp.org>
10313         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10314         chokes on empty macro arguments.
10315         * intl/plural.y: Add #pragma for alloca on AIX 3.
10317 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10319         * intl/dcigettext.c (guess_category_value): Only implement for
10320         glibc.  Otherwise rely on function _nl_locale_name which isn't
10321         present in the glibc sources.
10323 2001-09-24  Bruno Haible  <bruno@clisp.org>
10325         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10326         transliteration when building on a glibc system but outside glibc.
10328 2001-09-22  Bruno Haible  <bruno@clisp.org>
10330         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10331         * intl/dcigettext.c (plural_eval): Remove function, moved to
10332         intl/plural-eval.c.
10333         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10334         Include plural-eval.c.
10336 2001-09-22  Bruno Haible  <bruno@clisp.org>
10338         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10339         don't start with a digit; nplurals must be positive.
10341 2001-09-02  Bruno Haible  <bruno@clisp.org>
10343         * intl/plural-exp.h: New file, extracted from gettextP.h.
10344         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10345         * intl/gettextP.h (struct expression, struct parse_args,
10346         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10347         * intl/loadmsgcat.c: Include plural-exp.h.
10348         (PLURAL_PARSE): Move macro to plural-exp.h.
10349         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10350         plural-exp.c.
10351         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10352         EXTRACT_PLURAL_EXPRESSION.
10353         (_nl_unload_domain): Update.
10354         * intl/dcigettext.c: Include plural-exp.h.
10355         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10356         (FREE_EXPRESSION): Move macro to plural-exp.h.
10357         * intl/Makefile (routines): Add plural-exp.
10358         (distribute): Add plural-exp.h.
10360 2001-07-28  Bruno Haible  <bruno@clisp.org>
10362         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10363         isdigit, tolower argument to 'unsigned char'.
10364         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10365         'unsigned char'.
10366         * intl/localealias.c (read_alias_file): Cast isspace argument to
10367         'unsigned char'.
10369 2001-10-20  Bruno Haible  <bruno@clisp.org>
10371         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10372         anyway.)
10373         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10374         with the variable 'index' in plural_lookup.
10375         * intl/l10nflist.c (strchr): Likewise.
10376         * intl/localealias.c (strchr): Likewise.
10378         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10379         * intl/bindtextdom.c: Likewise.
10380         * intl/dcigettext.c: Likewise.
10381         * intl/dgettext.c: Likewise.
10382         * intl/dngettext.c: Likewise.
10383         * intl/explodename.c: Likewise.
10384         * intl/finddomain.c: Likewise.
10385         * intl/gettext.c: Likewise.
10386         * intl/l10nflist.c: Likewise.
10387         * intl/loadmsgcat.c: Likewise.
10388         * intl/localealias.c: Likewise.
10389         * intl/ngettext.c: Likewise.
10390         * intl/textdomain.c: Likewise.
10391         * intl/gettext.h: Assume <limits.h> exists.
10393 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10395         * stdio-common/Makefile (tests): Add scanf11.
10396         * stdio-common/scanf11.c: New file.
10398 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10400         * version.h (RELEASE): Define as development.
10401         (VERSION): Set to 2.2.90.
10403 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10405         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10406         * nis/nss_nis/nis-grp.c: Likewise.
10407         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10409         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10410         * nis/nss_nis/nis-pwd.c: Likewise.
10411         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10413         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10414         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10415         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10417         * nscd/grpcache.c: Use strtoul instead of atol.
10418         * nscd/pwdcache.c: Likewise.
10419         * nss/getent.c: Likewise.
10421 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10423         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10424         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10426 2001-11-19  Bruno Haible  <bruno@clisp.org>
10428         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10429         90%.
10430         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10431         improves the quality of the hash function, especially for short
10432         strings.
10434 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10436         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10437         are found call conv_error and not input_error [PR libc/2669].
10439         * math/bits/mathcalls.h: Mark ceil and floor as const.
10440         Reported by David Mosberger.
10442 2001-11-21  Jim Meyering  <meyering@lucent.com>
10444         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10445         Define to be __-prefixed.
10446         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10448 2001-11-26  Andreas Jaeger  <aj@suse.de>
10450         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10451         avoid warning.
10453 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10455         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10456         initialization.
10458         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10459         unused variables.  Fix threshold for returning 1.0.
10461         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10462         argument.
10464         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10465         remove unused variables.
10467         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10469         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10470         include local math header files.
10472 2001-11-22  Andreas Jaeger  <aj@suse.de>
10474         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10475         avoid warning.
10477 2001-11-21  Andreas Jaeger  <aj@suse.de>
10479         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10481         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10482         sys/debugreg.h
10484 2001-11-15  Andreas Jaeger  <aj@suse.de>
10486         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10487         compilers that support it.
10489         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10490         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10491         * stdlib/stdlib.h: Likewise.
10493 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10495         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10496         statement with gotos.
10497         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10499 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10501         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10503 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10505         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10507 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10508             H.J. Lu  <hjl@gnu.org>
10510         * Versions.def (libc): Add GCC_3.0.
10511         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10512         if gcc supports this flag.
10513         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10514         (gcc3): Allow glibc to be compiled with gcc 3.x.
10515         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10516         * config.make.in (static-libgcc, unwind-find-fde): Add.
10517         * Makerules (build-shlib-helper, build-module-helper): Use it.
10518         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10519         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10520         necessary.
10521         (_fini): Call __deregister_frame_info_bases if
10522         __register_frame_info_bases was used to register.
10523         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10524         for GLIBC_2.0.
10525         (__register_frame_info_bases, __register_frame_info_table_bases,
10526         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10527         * elf/Makefile (routines): Add unwind-dw2-fde.
10528         (shared-only-routines): Add unwind-dw2-fde.
10529         * sysdeps/alpha/gccframe.h: New file.
10530         * sysdeps/arm/gccframe.h: New file.
10531         * sysdeps/generic/framestate.c: New file.
10532         * sysdeps/generic/dwarf2.h: New file.
10533         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10534         * sysdeps/generic/unwind-dw2-fde.c: New file.
10535         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10536         * sysdeps/generic/unwind-dw2-fde.h: New file.
10537         * sysdeps/generic/unwind-dw2.c: New file.
10538         * sysdeps/generic/unwind-pe.h: New file.
10539         * sysdeps/generic/unwind.h: New file.
10540         * sysdeps/hppa/gccframe.h: New file.
10541         * sysdeps/i386/gccframe.h: New file.
10542         * sysdeps/m68k/gccframe.h: New file.
10543         * sysdeps/mips/gccframe.h: New file.
10544         * sysdeps/powerpc/gccframe.h: New file.
10545         * sysdeps/s390/gccframe.h: New file.
10546         * sysdeps/sh/gccframe.h: New file.
10547         * sysdeps/sparc/gccframe.h: New file.
10548         * sysdeps/vax/gccframe.h: New file.
10549         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10550         Set on all architectures except ia64.
10551         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10552         for i386.
10553         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10554         __deregister_frame_info): Move to elf/Versions.
10555         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10556         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10557         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10558         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10559         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10560         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10561         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10562         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10563         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10564         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10565         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10566         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10567         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10568         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10569         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10570         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10571         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10572         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10574 2001-11-15  Jeff Law  <law@redhat.com>
10576         * posix/regex.c (uintptr_t): Do not provide a definition if the
10577         system provided one.
10579 2001-11-13  Roland McGrath  <roland@frob.com>
10581         * stdio-common/tmpfile.c: Moved to ...
10582         * sysdeps/generic/tmpfile.c: ... here.
10583         * sysdeps/mach/hurd/tmpfile.c: New file.
10585         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10586         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10587         (fopenport): Define as weak alias.
10589         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10590         * libio/libioP.h: ... to here.
10592 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10594         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10595         program header twice.  Construct list with the needed information.
10597 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10599         * po/ca.po: Update from translation team.
10601         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10602         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10603         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10604         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10606 2001-11-10  Andreas Jaeger  <aj@suse.de>
10608         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10609         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10610         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10612 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10614         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10615         correctly.
10616         * elf/dl-load.c (is_dst): New function.
10617         (_dl_dst_count): Use is_dst to check for DST variable.
10618         (_dl_dst_substitute): Likewise.
10620 2001-11-09  Roland McGrath  <roland@frob.com>
10622         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10623         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10624         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10625         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10626         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10627         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10628         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10629         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10630         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10631         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10632         * sysdeps/mach/hurd/powerpc/Dist: New file.
10634         * hurd/privports.c (__get_privileged_ports):
10635         Only contact the proc server if necessary for this call.
10636         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10637         Check error return for mach_port_mod_refs.
10639 2001-11-09  Andreas Schwab  <schwab@suse.de>
10641         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10643 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10645         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
10646         object is always the last in the list.
10647         (_dl_map_object_from_fd): Delete code to remove from object list
10648         when DF_1_NOOPEN is seen.  This is done in lose.
10650 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
10652         * elf/dl-object.c (_dl_new_object): Various small optimizations.
10654 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
10656         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10657         HWCAP_CHECK macro code.
10659         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10660         Now returns MAP_FAILED on error.
10661         * elf/rtld.c: Adjust caller.
10662         * sysdeps/generic/dl-cache.c: Likewise.
10663         * sysdeps/generic/ldsodefs.h: Adjust description.
10665         * elf/dl-version.c (match_symbol): Optimize error handling for size.
10666         (_dl_check_map_versions): Likewise.
10668 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10670         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10671         _dl_signal_error directly, always use lose.  Set fd to -1 after
10672         file is closed.
10673         (lose): Don't call close if fd == -1.
10675 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
10677         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
10678          Also fix typo @code {mbsinit} to @code{mbsinit}.
10680 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10682         * elf/dl-profile.c: Replace state variable with simple flag named
10683         running.  Remove commented-out code.
10685         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
10686         (_dl_init_paths): Likewise.
10687         (_dl_map_object_from_fd): Likewise.
10688         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10690 2001-11-06  Roland McGrath  <roland@frob.com>
10692         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
10693         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
10695         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
10696         sysdeps/powerpc/elf/sysdep.h.
10697         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
10699 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10701         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
10702         speed.
10703         (process_envvars): Some more optimizations.
10704         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
10706         * elf/elf.h: Add dynamic tag definitions for prelinking.
10708         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
10709         Rewrite code to remove environment varables for SUID binaries.
10710         Small optimization in LD_PROFILE handling.
10711         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
10712         changes.
10713         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10715         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
10717         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
10718         strings.  Change type of second parameter.
10719         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
10720         for last change.
10722         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
10724 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10726         * manual/string.texi: Fix typos.
10727         * manual/examples/argp-ex2.c: Likewise.
10729 2001-11-05  Roland McGrath  <roland@frob.com>
10731         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
10732         the more-specific unix/sysv/linux/powerpc file and breaks everything.
10733         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
10734         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
10735         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
10736         here, put under [__ELF__].
10738 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10740         * manual/charset.texi: Extensive editing work.
10741         * manual/nss.texi: Likewise.
10742         Changes by Dennis Grace <dgrace@us.ibm.com>.
10744 2001-11-04  Roland McGrath  <roland@frob.com>
10746         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
10747         parameter to dir_mkfile.
10749 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
10751         * string/bits/string2.h (__strndup): If n is smaller than len, set
10752         len to n + 1.
10753         * string/tester.c (test_strndup): New function.
10754         (main): Call it.
10756 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
10758         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
10760         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
10761         * scripts/cpp: New file.
10763         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
10764         for rtld_search_dirs content.  Minor optimizations.
10766 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10768         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
10769         avoiding unnecessary duplication.
10771 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
10773         * elf/dl-load.c (_dl_map_object): If library was found using
10774         LD_LIBRARY_PATH, don't try RUNPATH list.
10776 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10778         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
10779         Correct second argument of register_dump call.
10780         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
10781         Likewise.
10783 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10785         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
10786         modules.
10787         * iconvdata/TESTS: Likewise.
10788         * iconvdata/gconv-modules: Likewise.
10789         * iconvdata/ibm1132.c: New file.
10790         * iconvdata/ibm1132.h: New file.
10791         * iconvdata/ibm1133.c: New file.
10792         * iconvdata/ibm1133.h: New file.
10793         * iconvdata/ibm1162.c: New file.
10794         * iconvdata/ibm1162.h: New file.
10795         * iconvdata/testdata/IBM1132: New file.
10796         * iconvdata/testdata/IBM1132..UTF8: New file.
10797         * iconvdata/testdata/IBM1133: New file.
10798         * iconvdata/testdata/IBM1133..UTF8: New file.
10799         * iconvdata/testdata/IBM1162: New file.
10800         * iconvdata/testdata/IBM1162..UTF8: New file.
10801         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
10803         * string/string.h: Fix typo in comment.
10804         * wcsmbs/wchar.h: Likewise.
10806 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10808         * manual/getopt.texi (getopt_long, getopt_long_only): Include
10809         const in type of longopts parameter.
10811 2001-10-29  Andreas Jaeger  <aj@suse.de>
10813         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
10815 2001-10-29  Kevin Ryde  <user42@zip.com.au>
10817         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
10818         output, clarify `#' behaviour on 0.
10819         (Floating-Point Conversions): Clarify that %g only uses %e when
10820         the exponent would be greater than 1.
10822 2001-10-28  Roland McGrath  <roland@frob.com>
10824         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
10825         * sysdeps/mach/powerpc/machine-sp.h: New file.
10826         * sysdeps/mach/powerpc/sysdep.h: New file.
10827         * sysdeps/mach/powerpc/thread_state.h: New file.
10829         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
10830         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
10831         expect to need the same thing on every platform.
10833         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
10834         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
10836         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
10837         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
10838         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
10839         Move all these assembly-related definitions to ...
10840         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
10842         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
10843         by Peter Bruin <pjbruin@dds.nl>.
10845         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
10846         packing results for a `poll' call.
10848 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
10850         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
10851         correctly.
10852         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
10853         bracket expression.
10855         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
10856         nrules value.
10857         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
10859 2001-10-24  H.J. Lu  <hjl@gnu.org>
10861         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
10862         Use __BEGIN_DECLS/__END_DECLS around prototypes.
10863         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
10865 2001-10-21  Jim Meyering  <meyering@lucent.com>
10867         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
10868         this code would end up calling gettext even in packages built
10869         with --disable-nls.
10870         * posix/getopt.c (_): Likewise.
10871         * posix/regex.c (_): Likewise.
10873 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
10875         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
10876         lookup not ip6.int.
10877         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
10878         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
10880 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
10882         * misc/sys/cdefs.h (__attribute_used__): Define.
10883         * elf/rtld.c (_dl_start): Add __attribute_used__.
10884         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
10886 2001-10-25  Andreas Schwab  <schwab@suse.de>
10888         * stdlib/a64l.c: Expect least significant digit first.
10889         * stdlib/l64a.c: Produce least significant digit first.
10890         * stdlib/Makefile (tests): Add test-a64l.
10891         * stdlib/test-a64l.c: New file.
10892         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
10894 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
10896         * po/sk.po: Update from translation team.
10898 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
10900         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
10902 2001-10-18  Andreas Schwab  <schwab@suse.de>
10904         * math/libm-test.inc (print_ulps): Print ulp values rounded to
10905         next whole number.
10906         (print_function_ulps): Likewise.
10907         (print_complex_function_ulps): Likewise.
10908         (print_max_error): Likewise.
10909         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
10911 2001-10-16  Andreas Schwab  <schwab@suse.de>
10913         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
10914         implementation.
10916         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
10917         BSD_SETJMP or BSD__SETJMP is defined, resp.
10918         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
10919         a tail call to __sigsetjmp that would require extending the
10920         caller's frame.
10921         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
10922         * sysdeps/m68k/bsd-setjmp.S: Deleted.
10923         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
10924         Reported by Jes Sorensen <jes@trained-monkey.org>.
10926 2001-10-16  Andreas Jaeger  <aj@suse.de>
10928         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
10929         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
10930         close PR libc/2589.
10932 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
10934         * po/ca.po: New file.  Contributed by the translation team.
10936 2001-10-15  Ralf Baechle  <ralf@gnu.org>
10938         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
10939         a varargs prototype.  Remove dependency from kernel header files.
10941         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
10942         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
10944 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
10946         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
10947         to generate hexadecimal identifier.
10948         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
10950 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
10952         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
10954 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
10956         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
10957         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
10958         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10960         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
10961         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
10962         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
10963         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
10964         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
10965         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
10967         * timezone/africa: Update from tzdata2001d.
10968         * timezone/asia: Likewise.
10969         * timezone/australasia: Likewise.
10970         * timezone/backward: Likewise.
10971         * timezone/europe: Likewise.
10972         * timezone/leapseconds: Likewise.
10973         * timezone/northamerica: Likewise.
10974         * timezone/southamerica: Likewise.
10975         * timezone/zone.tab: Likewise.
10977 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10979         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
10980         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
10982 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
10984         * elf/elf.h (PT_TLS): New definition.
10986 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
10988         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
10989         bits/errno.h
10991 2001-10-07  Roland McGrath  <roland@frob.com>
10993         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
10995 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
10997         * elf/elf.h: Add more ELFOSABI_* constants.
10999 2001-10-04  Ben Collins  <bcollins@debian.org>
11001         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11002         decleration of __need_wchar_t.
11004 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11006         * string/bits/string2.h (__strsep_g): Add prototype.
11007         (__strsep): Use it.
11008         * string/Versions (__strsep): Remove.
11009         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11011 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11013         * manua/llio.texi: Clarify file references added by mmap.
11014         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11016 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11018         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11019         Add sc_loadrs and sc_rbs_bas to match current kernel.
11021 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11023         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11025         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11027 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11029         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11030         object has been bumped because of relocation dependency, avoid
11031         duplicates in l_scope.
11032         (show_scope): Fix typos.
11033         * elf/Makefile: Add rules to build and run reldep6.
11034         * elf/reldep6.c: New file.
11035         * elf/reldep6mod0.c: New file.
11036         * elf/reldep6mod1.c: New file.
11037         * elf/reldep6mod2.c: New file.
11038         * elf/reldep6mod3.c: New file.
11039         * elf/reldep6mod4.c: New file.
11041 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11043         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11044         sparc64_fixup_plt.
11045         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11046         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11047         for non-lazy binding. Fix .plt[32768+] handling.
11048         (elf_machine_plt_value): Don't add addend.
11049         (elf_machine_rela): Call sparc64_fixup_plt instead of
11050         elf_machine_fixup_plt.
11051         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11052         dynamic linker at 0xfffff800XXXXXXXX.
11054         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11056 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11058         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11060 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11062         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11063         declare __cmsg_data field if its size would be bigger than 0.
11064         (CMSG_DATA): Adjust accordingly.
11065         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11066         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11067         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11068         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11069         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11070         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11071         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11073 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11075         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11076         * iconvdata/testdata/IBM1160: New file.
11077         * iconvdata/testdata/IBM1160..UTF8: New file.
11078         * iconvdata/testdata/IBM1161: New file.
11079         * iconvdata/testdata/IBM1161..UTF8: New file.
11080         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11082 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11084         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11085         UL_SETFSIZE computations better.
11087         * rt/Makefile: Remove use of filter for librt again.
11089         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11090         UL_SETFSIZE computations better.
11092         * string/Versions: Export __strsep for GLIBC_2.2.5.
11093         * string/bits/string2.h: Define all __STRING_INLINE functions if
11094         _FORCE_INLINES is defined.
11095         Use int instead of char of parameter types.
11096         (__strsep): Don't use __strsep_g.  Don't define it.
11097         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11098         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11099         __strcpy_small.
11100         (__stpcpy_a_small): Renamed from __stpcpy_small.
11101         (__strcspn_c1): Don't define if _FORCE_INLINES.
11102         (__strspn_c1): Likewise.
11104 2001-09-22  Ben Collins  <bcollins@debian.org>
11106         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11107         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11108         * sysdeps/ia64/bits/sigaction.h: Likewise.
11109         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11111 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11113         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11115 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11117         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11119 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11121         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11123 2001-09-20  H.J. Lu  <hjl@gnu.org>
11125         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11126         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11127         for __RTLD_SPROF.
11128         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11129         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11131 2001-09-20  H.J. Lu  <hjl@gnu.org>
11133         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11134         don't add 1.
11136 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11138         * nss/getent.c: Accept -s parameter to overwrite rules in
11139         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11141         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11142         with as many ".0" as necessary to form a complete address
11143         inet_network understands.
11145         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11146         calls.
11148 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11150         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11151         _JMPBUF_UNWINDS.
11152         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11154 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11156         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11157         IBM1161.
11158         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11159         * iconvdata/ibm1160.c: New file.
11160         * iconvdata/ibm1160.h: New file.
11161         * iconvdata/ibm1161.c: New file.
11162         * iconvdata/ibm1161.h: New file.
11163         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11165 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11167         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11168         difference between base address and first PT_LOAD's virtual address,
11169         not the base address.
11171 2001-09-11  Tom Rix  <trix@redhat.com>
11173         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11174         ifdef for __getopt_clean_environment.
11175         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11177 2001-09-22  Andreas Jaeger  <aj@suse.de>
11179         * elf/reldep4.c (main): Add proper prototype to fix warning.
11181         * elf/reldep5.c (main): Remove unused variable.
11183         * math/math_private.h: Add prototypes.
11185 2001-09-21  Andreas Jaeger  <aj@suse.de>
11187         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11188         * sysdeps/x86_64/Dist: New file.
11189         * sysdeps/x86_64/soft-fp/Dist: New file.
11191         * sysdeps/gnu/Dist: Remove eval.c.
11193 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11195         * malloc/memusage.c (realloc): Don't count already allocated
11196         memory in the sums.
11197         (me): Always use dlsym() to find the real implementations.
11199         * malloc/memusage.sh: Make -n option actually do something.
11201 2001-09-20  Andreas Jaeger  <aj@suse.de>
11203         * elf/elf.h (R_390_NUM): Correct value.
11205         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11206         libpthread.
11208         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11209         for x86-64, install x86-64 into */lib64.
11211         * shlib-versions: Add x86-64.
11213         * elf/elf.h: Add x86-64 relocations.
11215 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11217         * po/fr.po: Update from translation team.
11219 2001-09-19  Andreas Jaeger  <aj@suse.de>
11221         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11222         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11223         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11224         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11225         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11226         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11227         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11228         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11229         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11230         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11231         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11232         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11233         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11234         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11235         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11236         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11237         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11238         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11239         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11240         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11241         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11242         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11243         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11244         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11245         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11246         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11247         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11248         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11249         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11250         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11251         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11252         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11253         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11254         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11255         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11256         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11257         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11258         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11259         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11260         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11261         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11262         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11263         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11264         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11265         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11266         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11267         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11268         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11269         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11270         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11271         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11272         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11273         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11274         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11275         * sysdeps/unix/x86_64/sysdep.S: New file.
11276         * sysdeps/unix/x86_64/sysdep.h: New file.
11277         * sysdeps/x86_64/Implies: New file.
11278         * sysdeps/x86_64/Makefile: New file.
11279         * sysdeps/x86_64/Versions: New file.
11280         * sysdeps/x86_64/__longjmp.S: New file.
11281         * sysdeps/x86_64/abort-instr.h: New file.
11282         * sysdeps/x86_64/atomicity.h: New file.
11283         * sysdeps/x86_64/bits/endian.h: New file.
11284         * sysdeps/x86_64/bits/setjmp.h: New file.
11285         * sysdeps/x86_64/bits/string.h: New file.
11286         * sysdeps/x86_64/bp-asm.h: New file.
11287         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11288         * sysdeps/x86_64/bsd-setjmp.S: New file.
11289         * sysdeps/x86_64/dl-machine.h: New file.
11290         * sysdeps/x86_64/elf/initfini.c: New file.
11291         * sysdeps/x86_64/elf/start.S: New file.
11292         * sysdeps/x86_64/ffs.c: New file.
11293         * sysdeps/x86_64/ffsll.c: New file.
11294         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11295         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11296         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11297         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11298         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11299         * sysdeps/x86_64/fpu/e_expl.c: New file.
11300         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11301         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11302         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11303         * sysdeps/x86_64/fpu/e_logl.S: New file.
11304         * sysdeps/x86_64/fpu/e_powl.S: New file.
11305         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11306         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11307         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11308         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11309         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11310         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11311         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11312         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11313         * sysdeps/x86_64/fpu/fegetround.c: New file.
11314         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11315         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11316         * sysdeps/x86_64/fpu/fesetround.c: New file.
11317         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11318         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11319         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11320         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11321         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11322         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11323         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11324         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11325         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11326         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11327         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11328         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11329         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11330         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11331         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11332         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11333         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11334         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11335         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11336         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11337         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11338         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11339         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11340         * sysdeps/x86_64/gmp-mparam.h: New file.
11341         * sysdeps/x86_64/hp-timing.c: New file.
11342         * sysdeps/x86_64/hp-timing.h: New file.
11343         * sysdeps/x86_64/htonl.S: New file.
11344         * sysdeps/x86_64/memusage.h: New file.
11345         * sysdeps/x86_64/setjmp.S: New file.
11346         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11347         * sysdeps/x86_64/stackinfo.h: New file.
11348         * sysdeps/x86_64/sysdep.h: New file.
11349         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11351         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11352         L Moshier.
11354 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11356         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11357         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11359 2001-09-18  Andreas Schwab  <schwab@suse.de>
11361         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11362         list, now that l_scope is a pointer.
11364         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11365         scope list.
11367 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11369         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11370         (elf_machine_rela_relative): Add a missing declaration.
11372 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11374         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11375         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11376         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11377         ldd-rewrite scripts.
11379 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11381         * elf/ldd.bash.in: Update copyright message.
11383 2001-09-17  H.J. Lu  <hjl@gnu.org>
11385         * hurd/hurdmalloc.c (bcopy): Removed.
11386         (realloc): Replace bcopy with memcpy.
11387         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11388         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11389         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11391         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11392         (gethostbyaddr): Likewise.
11393         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11395 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11397         * sysdeps/gnu/eval.c: Removed.
11399 2001-09-18  Andreas Jaeger  <aj@suse.de>
11401         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11402         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11404         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11405         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11407         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11408         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11410 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11412         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11413         nrules value.
11415 2001-09-14  H.J. Lu  <hjl@gnu.org>
11417         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11419 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11421         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11422         Patch by Florian La Roche <laroche@redhat.com>.
11424         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11426         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11427         ETHER_CRC_LEN.
11429 2001-09-14  Andreas Schwab  <schwab@suse.de>
11431         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11432         Sumner <bls@sgi.com>.
11433         * posix/execlp.c: Likewise.
11435 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11437         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11438         is already found earlier in the search scope.
11440 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11442         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11443         filter.
11445 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11447         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11449 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11451         * config.h.in: Enforce optimization to be used.
11452         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11453         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11454         * posix/Makefile (annexc-CFLAGS): Define to -O.
11455         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11457 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11459         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11460         Patch by Stephan Kulow.
11462 2001-09-08  Ben Collins  <bcollins@debian.org>
11464         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11465         usage of RESOLVE() (r_type, not reloc->r_type).
11467 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11469         * elf/dl-object.c: Avoid allocating extra memory block for name.
11470         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11471         allocated separately.
11472         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11474 2001-09-08  H.J. Lu  <hjl@gnu.org>
11476         * po/zh_TW.po: Fix a typo.
11478 2001-09-07  Tom Rix  <trix@redhat.com>
11480         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11482 2001-08-26  Tom Rix  <trix@redhat.com>
11484         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11485         command line options.
11486         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11487         * sysdeps/unix/sysv/aix/start.c: Removed.
11488         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11489         * sysdeps/unix/sysv/aix/init-first.c: New file.
11490         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11492 2001-09-08  Ben Collins  <bcollins@debian.org>
11494         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11495         * sysdeps/generic/dl-machine.h: Likewise.
11496         * sysdeps/hppa/dl-fptr.c: Likewise.
11497         * sysdeps/ia64/dl-fptr.c: Likewise.
11498         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11499         * sysdeps/mips/dl-machine.h: Likewise.
11500         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11501         * sysdeps/powerpc/dl-machine.c: Likewise.
11503 2001-09-07  Ben Collins  <bcollins@debian.org>
11505         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11507         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11509 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11511         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11512         dependencies if necessary.
11514         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11515         loaded directly) determine length if l_initfini list by iterating
11516         over its elements.  Minor optimizations.
11517         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11518         for dependency objects.
11519         If object was already loaded check whether any of the dependencies
11520         is already on the relocation dependency list.  If yes, remove the
11521         latter.  Minor optimizations.
11522         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11523         maps here.  Search l_initfini list only if the object was loaded
11524         directly and not only as a dependency.
11525         (_dl_lookup_symbol): Add relocation dependency also if object
11526         is not in global scope.  Remove test for self-reference here.
11527         (_dl_lookup_versioned_symbol): Likewise.
11528         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11529         element of first name record.
11530         * elf/loadtest.c: Add some more test to recognize early if an object
11531         wasn't unloaded.
11532         * elf/Makefile: Add rules to build and run reldep5.
11533         * elf/reldep5.c: New file.
11534         * elf/reldepmod5.c: New file.
11535         * elf/reldepmod6.c: New file.
11537         * elf/reldep2.c: Fix typo.
11539 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11541         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11542         elements.  Change l_scope to be a pointer only.
11543         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11544         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11545         here add searchlist of newly open file to the dependency's scope.
11546         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11547         only searchlist from its scope.  Free own scope array if necessary.
11548         * elf/Makefile (tests): Add dblload and dblunload now.
11550 2001-09-06  Andreas Jaeger  <aj@suse.de>
11552         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11553         Stephen L Moshier.
11555 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11557         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11558         they both fail.
11559         * elf/dblload.c: New file.
11560         * elf/dblloadmod1.c: New file.
11561         * elf/dblloadmod2.c: New file.
11562         * elf/dblloadmod3.c: New file.
11563         * elf/dblunload.c: New file.
11565 2001-09-04  Richard Henderson  <rth@redhat.com>
11567         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11568         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11570 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11572         Correct very misleading message for error in failed runtime relocation.
11573         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11574         place of the error.
11575         (_dl_signal_cerror): Likewise.
11576         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11577         * elf/dl-close.c: Likewise.
11578         * elf/dl-deps.c: Likewise.
11579         * elf/dl-load.c: Likewise.
11580         * elf/dl-lookup.c: Likewise.
11581         * elf/dl-open.c: Likewise.
11582         * elf/dl-reloc.c: Likewise.
11583         * elf/dl-sym.c: Likewise.
11584         * elf/dl-version.c: Likewise.
11585         * sysdeps/generic/dl-sysdep.c: Likewise.
11587 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11589         * iconv/strtab.c (strtabinit): Initialize null Strent.
11590         (newstring): Move len == 0 handling...
11591         (strtabadd): ...here.
11592         If len == 1, return null Strent.
11593         When inserting a suffix of an existing string, check if
11594         it is not equal to some suffix already recorded.
11595         Copy left and right members over if adding longer string.
11597 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11599         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11601         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11602         (__syscall_gethostname): Add prototype.
11604 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11606         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11608 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11610         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11612 2001-08-27  Roland McGrath  <roland@frob.com>
11614         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11615         short, copy that much into NAME anyway before returning error.
11617 2001-09-01  Richard Henderson  <rth@redhat.com>
11619         * sysdeps/alpha/elf/Dist: Remove file.
11620         * sysdeps/alpha/elf/Makefile: Remove file.
11621         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11622         * sysdeps/alpha/elf/crtend.S: Remove file.
11623         * sysdeps/alpha/elf/initfini.c: New file.
11625 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11627         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11628         * iconv/tst-iconv3.c: Likewise.
11630 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11632         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11634 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11636         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11637         export it.
11638         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11639         * iconv/iconv_prog.c (insert_cache): New function.
11640         (print_known_names): If cache is used call insert_cache to use the
11641         information from the cache [PR libc/2509].
11643 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11645         * time/strptime.c (strptime_internal): Recognize 'l' format and
11646         handle it like 'I' for symmetry with strftime.
11648 2001-08-31  Richard Henderson  <rth@redhat.com>
11650         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11651         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11652         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11653         (print_statistics): Make scalar unsigned long long.
11654         * sysdeps/alpha/hp-timing.h: New file.
11656 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11658         * stdio-common/perror.c (perror): Save errno early, pass it
11659         down to perror_internal.
11660         (perror_internal): Add errnum argument.
11662 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11664         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11665         Don't add old memory content for R_ALPHA_REFQUAD.
11667 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11669         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11670         memory correctly.
11672         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11673         instead of open, __close instead of close, __getpagesize instead
11674         of getpagesize.
11676         * string/argz-stringify.c (__argz_stringify): Use __strnlen
11677         instead of strnlen.
11678         * include/string.h (strndupa): Redefine here to use __strnlen
11679         instead of strnlen.
11680         * string/strndup.c (__strndup): Use __strnlen not strnlen.
11682         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
11683         connected).
11685 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11687         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
11688         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
11689         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
11690         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
11691         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
11692         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
11693         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
11695 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11697         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
11699 2001-08-30  Andreas Jaeger  <aj@suse.de>
11701         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
11702         contributed Stephen L Moshier.
11704 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11706         * sunrpc/etc.rpc (sgi_fam): Add.
11708 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11710         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
11712 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11714         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
11715         first is from a previous call.
11716         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
11718 2001-08-29  Andreas Schwab  <schwab@suse.de>
11720         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
11722 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11724         * config.make.in (INSTALL_SCRIPT): Define.
11725         * Makeconfig (INSTALL_SCRIPT): Define.
11726         * Makerules (do-install-script): New macro to install scripts using
11727         INSTALL_SCRIPT.
11728         (install-bin-script): New rule to install scripts with
11729         do-install-script.
11730         (install-bin-script-nosubdir): New rule.
11731         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
11732         (distinfo-vars): Add $(install-bin-script).
11733         * Rules (others): Likewise.
11734         * Makefile (glibcbug): Install with install-bin-script.
11735         * debug/Makefile (xtrace): Likewise.
11736         (catchsegv): Likewise.
11737         * elf/Makefile (ldd): Likewise.
11738         * malloc/Makefile (mtrace): Likewise.
11739         * timezone/Makefile (tzselect): Likewise.
11741 2001-08-29  H.J. Lu  <hjl@gnu.org>
11743         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
11744         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
11745         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
11747 2001-08-29  Andreas Schwab  <schwab@suse.de>
11749         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
11751 2001-08-28  H.J. Lu  <hjl@gnu.org>
11753         * Makeconfig (combreloc-LDFLAGS): New variable.
11754         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
11755         * config.make.in (have-z-combreloc): New variable.
11756         * configure.in: Substitute libc_cv_z_combreloc.
11758 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11760         * po/sv.po: Update from translation team.
11761         * po/fr.po: Likewise.
11762         * po/da.po: Likewise.
11764 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11766         * Makerules: Fix a typo: MD% -> MD5.
11768 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
11770         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
11771         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
11773 2001-08-28  Andreas Jaeger  <aj@suse.de>
11775         * manual/libc-texinfo.sh: Add entry about free manuals.
11777         * manual/contrib.texi (Contributors): Fix cross reference.
11779         * manual/libc.texinfo (Copying): Include freemanuals.
11781         * manual/Makefile (appendices): Add freemanuals.
11783         * manual/freemanuals.texi: New file.
11784         Patch by Brian Youmans <3diff@gnu.org>.
11786         * manual/libm-err-tab.pl: Pretty print more platforms, print a
11787         smaller table.
11789         * manual/math.texi (Errors in Math Functions): Fix grammar, start
11790         table on separate page.
11791         Patch by Brian Youmans <3diff@gnu.org>.
11793 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11795         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
11796         the connection went down after we first used it try to connect
11797         again and resend the message before printing to the console.
11798         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
11800 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11802         * string/tst-strlen.c (main): Test strnlen (, -1) too.
11803         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
11804         bit set.
11806 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11808         * iconv/strtab.c (searchstring): Use correct length for comparison.
11809         (strtabadd): Account total size correct if new string has old string as
11810         substring.
11812 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11814         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
11816 2001-08-27  Andreas Jaeger  <aj@suse.de>
11818         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
11820         * math/libm-test.inc (j0_test): Add extra tests.
11821         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
11822         not x, in Hankel approximation.
11823         Patches by Stephen L Moshier.
11825 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11827         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
11828         link_map.
11830         * configure.in: Fix test for .rela.dyn section.
11832         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
11834 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
11836         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
11837         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
11838         Pass type_class to _dl_lookup_*.
11839         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
11840         Pass around just type_class instead of noexec, noplt pair.
11841         (_dl_lookup_versioned_symbol): Likewise.
11842         (_dl_lookup_symbol_skip): Pass around just type_class instead of
11843         noexec, noplt pair.
11844         (_dl_lookup_versioned_symbol_skip): Likewise.
11845         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
11846         * elf/do-lookup.h (do_lookup): Likewise.
11847         * include/link.h (struct link_map): Replace noexec and noplt fields
11848         in l_lookup_cache with type_class field.
11849         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
11850         ELF_RTYPE_CLASS_COPY): Define.
11851         Adjust prototypes for _dl_lookup_symbol and
11852         _dl_lookup_versioned_symbol.
11853         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
11854         elf_machine_lookup_noexec_p): Remove.
11855         (elf_machine_type_class): Define.
11856         * sysdeps/arm/dl-machine.h: Likewise.
11857         * sysdeps/hppa/dl-machine.h: Likewise.
11858         * sysdeps/cris/dl-machine.h: Likewise.
11859         * sysdeps/i386/dl-machine.h: Likewise.
11860         * sysdeps/ia64/dl-machine.h: Likewise.
11861         * sysdeps/m68k/dl-machine.h: Likewise.
11862         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11863         * sysdeps/mips/dl-machine.h: Likewise.
11864         * sysdeps/powerpc/dl-machine.h: Likewise.
11865         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11866         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11867         * sysdeps/sh/dl-machine.h: Likewise.
11868         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11869         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11871 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11873         * manual/message.texi (Advanced gettext functions): Change
11874         description of plural forms for Slovak.
11875         Reported by Marcel Telka <marcel@telka.sk>.
11877         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
11878         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
11880 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
11882         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
11883         typo.  Patch by Florian La Roche <laroche@redhat.com>.
11885 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11887         * include/link.h (struct link_map): Add l_lookup_cache element.
11888         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
11889         (RESOLVE_MAP): Likewise.
11890         (_dl_relocate_object): Remove cache initialization.
11891         * elf/dl-lookup.c: Rip out cache handling code.
11892         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
11893         declarations.
11895         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
11896         remove some __builtin_expect.
11897         (_dl_lookup_versioned_symbol): Likewise.
11899         * config.h.in: Add HAVE_Z_COMBRELOC.
11900         * configure.in: Add test for -z combreloc.
11902         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
11903         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
11904         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
11905         case to almost no code.
11907 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
11909         * po/tr.po: Update from translation team.
11911 2001-08-24  Andreas Jaeger  <aj@suse.de>
11913         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
11914         make clean works.
11916 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11918         * elf/rtld.c (print_statistics): Printf % after percent values.
11919         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
11921         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
11922         don't have to compute the hash value and initialize current_value.
11923         Move reference_name variable to where it is needed.
11924         (_dl_lookup_versioned_symbol): Likewise.
11926 2001-08-24  Roland McGrath  <roland@frob.com>
11928         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
11929         Just test that strerror returns non-null for a few errno codes.
11931 2001-08-23  Roland McGrath  <roland@frob.com>
11933         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
11934         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
11936         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
11938         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
11939         __mach_reply_port.
11941 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11943         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
11944         returns NULL.
11946         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
11947         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
11948         doesn't do it.
11949         * elf/rtld.c: Include <sys/param.h>.
11950         * elf/dl-reloc.c: Likewise.
11952 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11954         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
11955         empty to prevent junk from being generated.
11956         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
11958 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11960         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
11961         records.  Rename endrel to relative, initialize it to r, and use it
11962         in elf_machine_rel_relative calls.  Point r after relative relocs.
11964 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11966         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
11967         of R_386_NONE.
11969 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11971         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
11972         necessary.  Undefine newly defined macros at the end.
11973         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
11974         Rename from elf_machine_rel_relative.
11975         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
11976         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
11977         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
11978         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
11979         Likewise.
11980         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
11981         Likewise.
11982         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
11983         Fix argument types.
11984         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
11985         Fix argument types.
11986         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
11987         Likewise.  Fix argument types.
11988         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
11989         Likewise.  Fix argument types.
11990         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
11991         Fix argument types.
11992         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
11993         ElfW(Rel) in argument.
11994         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
11995         function.
11997 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
11999         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12001 2001-08-24  Andreas Jaeger  <aj@suse.de>
12003         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12004         Stephen L Moshier <moshier@mediaone.net>.
12006 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12008         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12009         first if RELCOUNT is set.
12011         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12012         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12013         elf_machine_rel_relative.
12014         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12015         Minor optimizations.
12016         * sysdeps/arm/dl-machine.h: Likewise.
12017         * sysdeps/cris/dl-machine.h: Likewise.
12018         * sysdeps/hppa/dl-machine.h: Likewise.
12019         * sysdeps/i386/dl-machine.h: Likewise.
12020         * sysdeps/ia64/dl-machine.h: Likewise.
12021         * sysdeps/m68k/dl-machine.h: Likewise.
12022         * sysdeps/mips/dl-machine.h: Likewise.
12023         * sysdeps/powerpc/dl-machine.h: Likewise.
12024         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12025         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12026         * sysdeps/sh/dl-machine.h: Likewise.
12027         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12028         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12030 2001-08-23  Roland McGrath  <roland@frob.com>
12032         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12034         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12035         sysdeps/mach version.  Implement counting ("recursive") mutexes
12036         on top of cthreads mutexes.
12037         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12039         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12040         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12041         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12042         __libc_clean_end): Define these to call the cleanup function after
12043         normal exit when they're supposed to.
12045         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12046         Take new first arg DOIT, a boolean saying whether to really install
12047         any cleanup handler.
12048         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12049         (__libc_cleanup_end): Likewise.
12050         * sysdeps/generic/bits/libc-lock.h: Same changes.
12051         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12052         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12053         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12054         Likewise.
12055         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12056         * sysdeps/generic/bits/stdio-lock.h
12057         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12059 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12061         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12063 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12065         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12066         functions.
12067         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12068         lookups in cache.
12069         (_dl_lookup_versioned_symbol): Likewise.
12070         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12071         relocation lookup.
12072         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12073         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12074         (lookup_cache, lookup_cache_versioned): Add declarations.
12076 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12078         * stdlib/tst-random.c (main): Swap parameters in fail call.
12079         Patch by Pete Bevin <pete@petebevin.com>.
12081 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12083         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12085 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12087         * malloc/obstack.c: Indent preprocessor directives.
12088         Patch by Jim Meyering <meyering@ascend.com>.
12090         * po/ja.po: Update from translation team.
12092 2001-08-23  Roland McGrath  <roland@frob.com>
12094         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12096         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12097         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12099 2001-08-22  Roland McGrath  <roland@frob.com>
12101         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12102         __libc_lock_define_recursive.
12103         * elf/dl-open.c: Don't declare it here any more.
12104         * elf/dl-close.c: Likewise.
12105         * elf/dl-lookup.c: Likewise.
12106         * elf/dl-iteratephdr.c: Likewise.
12107         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12108         __libc_lock_unlock_recursive.
12109         * elf/dl-close.c (_dl_close): Likewise
12110         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12111         * elf/dl-open.c (_dl_open): Likewise
12113         * sysdeps/generic/bits/libc-lock.h
12114         (__libc_lock_define_recursive): New macro.
12115         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12116         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12117         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12119         * conform/conformtest.pl (checknamespace): Sort the output list.
12121         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12122         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12123         definitions conditional on [__USE_XOPEN].
12125         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12126         these unconditionally, not only use [__USE_BSD], so as to match
12127         the sysdeps/unix/sysv/linux files.
12129 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12131         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12132         avoid warnings.
12134         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12135         DL_LOOKUP_ADDRESS.
12137 2001-08-22  Roland McGrath  <roland@frob.com>
12139         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12140         conditionalization of sa_handler/sa_sigaction member types to
12141         match the sysdeps/unix/sysv/linux file.
12143 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12145         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12146         symbol sizes a bit better.
12148         * sysdeps/ia64/strncpy.S: Complete rewrite.
12149         Contributed by Jakub Jelinek <jakub@redhat.com>.
12151         * string/stratcliff.c (main): Add strncpy test.
12153 2001-08-22  Roland McGrath  <roland@frob.com>
12155         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12156         and don't declare unsetenv or _environ directly.
12157         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12159 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12161         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12162         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12163         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12164         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12165         test for cmsg struct size.
12167 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12169         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12170         Rename __argc to ___argc in prototypes to avoid compatibility
12171         problems with systems that reserve the identifier "__argc".
12172         Similarly for __argv.
12174 2001-08-21  Roland McGrath  <roland@frob.com>
12176         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12178         * mach/Makefile (tests): Removed.
12179         * mach/hello.c: File removed.
12181 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12183         * po/sv.po: Update from translation team.
12185         * stdio-common/vfscanf.c: Fix handling of %l[].
12186         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12188         * libio/Makefile (tests): Add tst-sscanf.
12189         * libio/tst-sscanf.c: New file.
12191         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12192         * malloc/mtrace.c (tr_where): dli_sname always points to a
12193         non-empty string if != NULL.
12194         Reported by Tim Janik <timj@gtk.org>.
12196 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12198         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12199         buf.  Free resources on failure.
12200         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12201         (makefd_xprt): Likewise.
12202         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12203         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12204         * sunrpc/auth_unix.c (authunix_create): Likewise.
12206 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12208         * string/strnlen.c: Remove.
12209         * sysdeps/generic/strnlen.c: New file.
12210         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12212 2001-08-21  Roland McGrath  <roland@frob.com>
12214         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12215         as a macro, not an extern inline function.
12217         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12218         * Versions.def (libc): Add GLIBC_2.2.5 set.
12219         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12220         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12222 2001-08-20  Roland McGrath  <roland@frob.com>
12224         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12225         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12227 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12229         * string/bits/string2.h: Remove strnlen optimization here.
12230         * sysdeps/i386/i486/bits/string.h: Add it here.
12232 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12234         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12236 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12238         * po/gl.po: Update from translation team.
12240 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12242         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12243         * misc/err.c (convert_and_print): Likewise.
12245         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12246         function calls.
12248 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12250         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12251         change of the gregset_t type.
12252         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12254 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12256         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12258 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12260         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12262         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12264 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12266         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12267         before calling the cthreads initialization code.
12269 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12271         * argp/argp-help.c: Fix two problems introduced in last change.
12273         * include/dirent.h: Include <dirstream.h> first.
12275 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12277         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12279         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12280         * sunrpc/xdr_rec.c: Likewise.
12281         * sunrpc/xdr_mem.c: Likewise.
12282         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12283         * sunrpc/rpc_cmsg.c: Likewise.
12284         * sunrpc/getrpcport.c (getrpcport): Likewise.
12285         * sunrpc/clnt_simp.c (callrpc): Likewise.
12286         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12287         * string/envz.c: Likewise.
12289         * po/ko.po: Update from translation team.
12291         * argp/argp-help.c: Handle wide oriented stderr stream.
12293 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12295         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12296         __builtin_expect.
12298         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12300         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12301         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12302         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12304         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12306         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12308         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12310         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12311         wchar_t for function declarations and defintions.
12313         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12314         Define suseconds_t if it hasn't happened yet.
12316         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12318         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12320         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12321         <stddef.h>.
12323         * conform/data/stddef.h-data: Remove wint_t.
12325         * conform/conformtest.pl: Change namespace test to take #undef
12326         lines into account.
12328         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12330         * conform/data/sys/socket.h-data: Add sockatmark.
12332 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12334         * io/fts.c: Update from recent BSD source.
12336 2001-08-17  Roland McGrath  <roland@frob.com>
12338         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12339         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12340         Likewise.
12342 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12344         * locale/duplocale.c (__duplocale): Also initialize the special
12345         __ctype_* elements.
12347         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12349 2001-08-17  Andreas Jaeger  <aj@suse.de>
12351         * misc/getpass.c: Include wchar.h for prototypes.
12352         * malloc/obstack.c: Likewise.
12354 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12356         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12358         * wcsmbs/wcscoll.c: Also define __wcscoll.
12359         * include/wchar.h: Declare __wcscoll.
12361         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12362         * libio/vwprintf.c: Likewise.
12363         * libio/wprintf.c: Likewise.
12365         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12367 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12369         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12370         instead of mbrtowc.
12371         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12372         wcslen, and __wcscoll instead of wcscoll.
12374         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12376         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12377         __getuid instead of getuid.
12379         * stdio-common/perror.c (perror): Use __close instead of close.
12380         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12381         * libio/freopen.c (freopen): Likewise.
12382         * libio/freopen64.c (freopen64): Likewise.
12384         * libio/tst-ungetwc2.c (main): Define str const.
12386         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12387         * libio/fwprintf.c: Also define __fwprintf.
12388         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12389         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12390         * assert/assert-perr.c: Likewise.
12391         * assert/assert.c: Likewise.
12392         * gmon/gmon.c: Likewise.
12393         * inet/rcmd.c: Likewise.
12394         * malloc/obstack.c: Likewise.
12395         * misc/err.c: Likewise.
12396         * misc/error.c: Likewise.
12397         * misc/getpass.c: Likewise.
12398         * posix/getopt.c: Likewise.
12399         * resolv/res_hconf.c: Likewise.
12400         * stdio-common/perror.c: Likewise.
12401         * stdio-common/psignal.c: Likewise.
12402         * stdlib/fmtmsg.c: Likewise.
12403         * sunrpc/auth_unix.c: Likewise.
12404         * sunrpc/clnt_perr.c: Likewise.
12405         * sunrpc/clnt_tcp.c: Likewise.
12406         * sunrpc/clnt_udp.c: Likewise.
12407         * sunrpc/clnt_unix.c: Likewise.
12408         * sunrpc/svc_simple.c: Likewise.
12409         * sunrpc/svc_tcp.c: Likewise.
12410         * sunrpc/svc_udp.c: Likewise.
12411         * sunrpc/svc_unix.c: Likewise.
12412         * sunrpc/xdr.c: Likewise.
12413         * sunrpc/xdr_array.c: Likewise.
12414         * sunrpc/xdr_rec.c: Likewise.
12415         * sunrpc/xdr_ref.c: Likewise.
12416         * sysdeps/generic/wordexp.c: Likewise.
12418         * po/it.po: Update from translation team.
12420         * misc/err.c: Handle wide oriented stderr stream.
12422 2001-08-14  Tom Rix  <trix@redhat.com>
12424         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12425         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12427 2001-08-13  Tom Rix  <trix@redhat.com>
12429         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12430         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12431         and __intptr_t.
12433 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12435         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12436         Store the access registers to the ucontext structure.
12437         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12438         Likewise.
12440         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12441         Load the access registers from the ucontext structure.
12442         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12443         Likewise.
12445         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12446         offsets to the new ucontext layout.
12447         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12449         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12450         of the ucontext structure.
12451         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12453 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12455         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12456         (error_at_line): Likewise.
12458         * stdio-common/perror.c (perror): Implement according to standard.
12459         The stream orientation must not be changed if the stream was not
12460         oriented before the call.
12461         * stdio-common/Makefile (tests): Add tst-perror.
12462         * stdio-common/tst-perror.c: New file.
12465 See ChangeLog.12 for earlier changes.