* sysdeps/generic/bits/ustat.h: Comment fix.
[glibc.git] / ChangeLog
blob8eaa067975529e83d236d63d1a04f176166f984f
1 2002-09-04  Bruno Haible  <bruno@clisp.org>
3         * sysdeps/generic/bits/ustat.h: Comment fix.
4         * io/sys/sendfile.h: Comment fix.
5         * sysdeps/posix/pread.c: Comment fix.
6         * sysdeps/posix/pread64.c: Comment fix.
7         * sysdeps/posix/pwrite.c: Comment fix.
8         * sysdeps/posix/pwrite64.c: Comment fix.
10 2002-09-06  Roland McGrath  <roland@redhat.com>
12         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
13         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
14         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
15         (_UTSNAME_MACHINE_LENGTH): Likewise.
16         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
18 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
20         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
21         test for filesystem type name of mount points.
23         * include/errno.h: Use errno definition with __thread for now only
24         in libc and ld.so.
26         * test-skeleton.c (main): Improve error message for unexpected
27         signal case.
29 2002-09-05  Roland McGrath  <roland@redhat.com>
31         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
32         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
34 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
36         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
37         case of failure.
39 2002-09-04  Bruno Haible  <bruno@clisp.org>
41         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
42         sigset_get_old_mask): Turn into inline functions.
43         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
44         sigset_get_old_mask): Likewise.
45         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
46         sigset_get_old_mask): Likewise.
47         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
48         syntax.
50         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
52         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
53         default definitions.
54         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
55         _sys_nerr_internal instead of _sys_nerr.
57         * nscd/connections.c (handle_request): Declare CALLER inside #if.
59 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
61         * sysdeps/powerpc/__longjmp.S: Moved to...
62         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
63         * sysdeps/powerpc/add_n.S: Moved to...
64         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
65         * sysdeps/powerpc/addmul_1.S: Moved to...
66         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
67         * sysdeps/powerpc/atomicity.h: Moved to...
68         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
69         * sysdeps/powerpc/backtrace.c: Moved to...
70         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
71         * sysdeps/powerpc/bp-asm.h: Moved to...
72         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
73         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
74         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
75         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
76         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
77         * sysdeps/powerpc/dl-machine.c: Moved to...
78         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
79         * sysdeps/powerpc/dl-machine.h: Moved to...
80         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
81         * sysdeps/powerpc/dl-start.S: Moved to...
82         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
83         * sysdeps/powerpc/gprrest0.S: Moved to...
84         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
85         * sysdeps/powerpc/gprrest1.S: Moved to...
86         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
87         * sysdeps/powerpc/gprsave0.S: Moved to...
88         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
89         * sysdeps/powerpc/gprsave1.S: Moved to...
90         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
91         * sysdeps/powerpc/lshift.S: Moved to...
92         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
93         * sysdeps/powerpc/memset.S: Moved to...
94         * sysdeps/powerpc/powerpc32/memset.S: ...here.
95         * sysdeps/powerpc/mul_1.S: Moved to...
96         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
97         * sysdeps/powerpc/ppc-mcount.S: Moved to...
98         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
99         * sysdeps/powerpc/register-dump.h: Moved to...
100         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
101         * sysdeps/powerpc/rshift.S: Moved to...
102         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
103         * sysdeps/powerpc/setjmp.S: Moved to...
104         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
105         * sysdeps/powerpc/stpcpy.S: Moved to...
106         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
107         * sysdeps/powerpc/strchr.S: Moved to...
108         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
109         * sysdeps/powerpc/strcmp.S: Moved to...
110         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
111         * sysdeps/powerpc/strcpy.S: Moved to...
112         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
113         * sysdeps/powerpc/strlen.S: Moved to...
114         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
115         * sysdeps/powerpc/sub_n.S: Moved to...
116         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
117         * sysdeps/powerpc/submul_1.S: Moved to...
118         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
119         * sysdeps/powerpc/elf/bzero.S: Moved to...
120         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
121         * sysdeps/powerpc/elf/start.S: Moved to...
122         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
123         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
124         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
125         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
126         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
127         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
128         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
129         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
130         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
131         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
132         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
133         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
134         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
135         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
137         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
139         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
140         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
141         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
142         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
143         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
145         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
147         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
149         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
150         powerpc/powerpc64.
152 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
154         * FAQ.in: Add powerpc64 to supported targets list. Also state the
155         minimum gcc version is 3.2
156         * README: Add powerpc64 to supported targets list.
157         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
158         Add powerpc64 and machine=powerpc/powerpc64.
159         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
160         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
161         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
162         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
163         * sysdeps/powerpc/powerpc32/Dist: New file.
164         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
165         * sysdeps/powerpc/powerpc32/Implies: New file.
166         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
167         ($(with-fp) = no): Move test to powerpc32/Makefile.
168         ($(subdir) = misc): Move to powerpc32/Makefile.
169         ($(build-shared) = yes): Move to powerpc32/Makefile.
170         ($(subdir) = csu): Move to powerpc32/Makefile.
171         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
172         * sysdeps/powerpc/powerpc32/Makefile: New file.
173         * sysdeps/powerpc/Versions: Remove libgcc functions.
174         * sysdeps/powerpc/powerpc32/Versions: New file.
175         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
176         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
177         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
178         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
179         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
180         ($machine): Add powerpc/powerpc64 to if ... | for
181         libc_cv_slibdir=/libc64.
182         (powerpc*): Set ldd_rewrite_script.
183         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
184         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
186         Add clone.S.
187         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
188         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
189         functions.  Remove GLIBC_2.2 functions except getrlimit and
190         setrlimit.  Moved them to ...
191         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
193 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
195         * libio/tst-atime.c: Include <errno.h>.
196         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
198 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
200         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
201         warnings of some compilers.
202         (build_collating_symbol): Change the type of characters from
203         "unsigned char" to "char", and append a cast to "char*" pointer in
204         array subscript.
205         (build_collating_symbol): Likewise.
206         (build_equiv_class): Likewise.
207         (build_charclass): Likewise.
208         (re_compile_pattern): Remove incorrect cast.
209         (re_compile_fastmap_iter): Change the type of characters from
210         "unsigned char" to "char", and append a cast to "char*" pointer
211         in array subscript.
212         (parse_bracket_exp): Likewise.
213         * posix/regex_internal.c (re_string_construct_common): Likewise.
214         (re_string_allocate): Likewise.
215         (re_string_construct): Likewise.
216         (re_string_realloc_buffers): Likewise.
217         (build_wcs_buffer): Likewise.
218         (re_string_reconstruct): Likewise.
219         * posix/regex_internal.h: Change the type of characters in
220         re_string_t and bracket_elem_t from "unsigned char" to "char".
221         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
222         warnings of some compilers.
223         (transit_state_bkref_loop): Change the type of characters from
224         "unsigned char" to "char", and append a cast to "char*" pointer in
225         array subscript.
226         (check_node_accept_bytes): Likewise.
227         (find_collation_sequence_value): Likewise.
229 2002-09-04  Roland McGrath  <roland@redhat.com>
231         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
232         from 1024 to 65536, to avoid buffer overrun.
234 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
236         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
238 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
240         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
241         for filesystem.
243 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
245         * posix/bug-regex11.c: New test.
246         * posix/Makefile (tests): Add bug-regex11.
248 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
250         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
251         newlocale.
253 2002-09-02  Roland McGrath  <roland@redhat.com>
255         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
256         __pthread_initialize_minimal and __libc_check_standard_fds to
257         match the generic version.
259         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
260         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
262         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
263         warnings on platorms where char is unsigned.
265 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
267         * version.h (VERSION): Bump to 2.2.93.
269         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
271 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
273         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
274         as relocated.
276 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
278         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
280 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
282         * locale/localeinfo.h (struct locale_data): Add private.ctype.
283         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
284         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
285         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
286         (__wcsmbs_load_conv): Remove const from argument.
287         (_nl_cleanup_ctype): New proto.
288         (get_gconv_fcts): New function.
289         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
290         (__wcsmbs_to_wc): Rename back to...
291         (to_wc): ... this.
292         (__wcsmbs_gconv_fcts): Rename to...
293         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
294         (lock): Removed.
295         (__libc_setlocale_lock): New extern.
296         (__wcsmbs_load_conv): Remove const from argument.
297         Initialize new_category->private.ctype instead of a global
298         variable.
299         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
300         update_function_ptrs.  No locking is necessary.
301         (_nl_cleanup_ctype): New function.
302         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
303         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
304         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
305         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
306         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
307         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
308         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
309         * wcsmbs/wctob.c (wctob): Likewise.
310         * stdlib/mblen.c (mblen): Likewise.
311         * stdlib/mbtowc.c (mbtowc): Likewise.
312         * stdlib/wctomb.c (wctomb): Likewise.
313         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
314         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
315         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
316         Removed.
318 2002-09-02  Roland McGrath  <roland@frob.com>
320         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
322 2002-09-01  Roland McGrath  <roland@redhat.com>
324         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
325         Variable declarations removed.
326         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
327         these functions to replace them.
328         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
329         functions plus an indirection rather than the old global variables.
330         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
331         Macros removed.
332         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
333         inline functions.
334         * ctype/ctype-info.c: Revert last reversion back the other way.
335         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
336         Define real function versions of include/ctype.h inlines here.
337         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
338         __ctype_tolower_loc, __ctype_toupper_loc.
339         * locale/lc-ctype.c: Revert last reversion back the other way.
340         (_nl_postload_ctype): If current thread uses the global locale,
341         update its tsd vars.
342         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
343         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
344         CTYPE_TOLOWER, CTYPE_TOUPPER.
346         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
347         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
348         from __libc_tsd_threadvar_location.
349         (__libc_tsd_set, __libc_tsd_get): Update uses.
351 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
353         * ctype/ctype.h: Undo the patch before the last one.  Put back the
354         macro definitions for the standard functions to access the
355         classification and mapping arrays.
356         * include/ctype.h: Partly revert last patch.  Move the macro
357         definitions for the exported functions back to the public header.
358         #undef all the macros defined here before redefining.
359         * ctype/ctype-info.c: Revert last patch.
360         * locale/lc-ctype.c: Revert last patch.
362         * ctype/Makefile (routines): Add isctype.
363         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
364         * ctype/ctype.h: Add declaration of isctype.
365         * include/ctype.h: Declare __isctype.
366         * ctype/isctype.c: New file.
368 2002-09-01  Roland McGrath  <roland@redhat.com>
370         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
371         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
373         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
375         * locale/findlocale.c (_nl_remove_locale): Don't search in
376         _nl_locale_file_list if DATA->alloc is ld_archive.
377         Use _nl_unload_locale to do the rest of the work.
379         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
380         of new structure to UNDELETABLE.
382         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
383         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
384         towlower, towupper): Macros removed.
385         * ctype/ctype.h (__tobody): Put parens around macro argument.
386         (__isctype): Macro removed.
387         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
388         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
389         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
390         tolower, toupper): Macros and inlines removed.
391         * include/ctype.h [! NOT_IN_libc]
392         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
393         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
394         tolower, toupper): Define here instead, using _NL_CURRENT.
395         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
396         using _NL_CURRENT.
397         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
398         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
399         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
400         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
401         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
402         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
403         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
404         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
405         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
406         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
407         (ISSORTMASK): Update use.
408         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
409         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
410         (_nss_files_getENTNAME_r): Likewise.
411         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
412         Likewise.
414         * Makerules (all-nonlib): Renamed from all-tests.
415         Include $(others) here too.
416         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
417         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
418         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
419         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
420         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
421         the program modules via cppflags-iterator.mk.
422         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
423         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
425 2002-08-31  Roland McGrath  <roland@redhat.com>
427         * posix/tst-getconf.sh: If no third arg, work with static linking.
429         * locale/categories.def (LC_TIME): No more _nl_postload_time.
431         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
432         [_NL_CURRENT_INDIRECT].
434 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
436         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
438 2002-08-31  Roland McGrath  <roland@redhat.com>
440         * locale/newlocale.c (__newlocale): Don't use strdup for names.
441         Instead, make the single allocation of the structure larger to hold
442         the name strings.
443         * locale/duplocale.c (__duplocale): Don't strdup names individually.
444         Instead, calculate size for a single allocation and copy into it.
445         * locale/freelocale.c (__freelocale): Don't free names individually.
447         * locale/newlocale.c (__newlocale): Don't leak old data or names.
449         * locale/xlocale.h (__locale_struct): Move __names member last,
450         for binary compatibility.
452         * locale/duplocale.c (__duplocale): Free names from the right array.
454         * locale/uselocale.c (__uselocale): Return previous locale when
455         setting a new one.
457         * locale/newlocale.c: Commit changes from 2002-08-30
458         batch where I failed to commit this file:
459         (__newlocale): Fill in __names array.
461 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
463         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
464         errlist-compat.c if versioning==yes.
466 2002-08-31  Andreas Jaeger  <aj@suse.de>
468         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
469         external functions with hidden attribute.
470         (elf_machine_rela): Optimize.
472         * sysdeps/x86_64/memset.S: New file.
473         * sysdeps/x86_64/bzero.S: New file.
474         * sysdeps/x86_64/stpcpy.S: New file.
475         * sysdeps/x86_64/strcat.S: New file.
476         * sysdeps/x86_64/strchr.S: New file.
477         * sysdeps/x86_64/strcpy.S: New file.
478         * sysdeps/x86_64/strcspn.S: New file.
479         * sysdeps/x86_64/strlen.S: New file.
480         * sysdeps/x86_64/strpbrk.S: New file.
481         * sysdeps/x86_64/strspn.S: New file.
482         * sysdeps/x86_64/strcmp.S: New file.
483         * sysdeps/x86_64/strtok_r.S: New file.
484         * sysdeps/x86_64/strtok.S: New file.
485         * sysdeps/x86_64/memcpy.S: New file.
486         * sysdeps/x86_64/mempcpy.S: New file.
488         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
490         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
492 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
494         * stdio-common/Makefile (generated): Add errlist-compat.c.
496         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
498         * locale/localeinfo.h: Pretty printing.
500         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
501         form_number handling.
503 2002-08-31  Andreas Jaeger  <aj@suse.de>
505         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
506         double tests.
508         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
509         __start_context.
511         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
513         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
515         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
516         registers used for passing args.
518         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
519         all needed registers.
521         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
522         registers.
524         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
525         registers.
527 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
529         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
530         always_inline attribute.
532 2002-08-30  Roland McGrath  <roland@redhat.com>
534         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
535         presume it's the stub and bail without error.
537         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
538         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
540         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
542         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
543         macros replace the i686 versions for 64-bit mode.
545         * locale/duplocale.c: Include <string.h>.
547         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
548         [_LIBC] (category_to_name): Don't define the function.  Instead
549         define a macro using _nl_category_names.
551         * locale/xlocale.h (struct __locale_struct): New member `__names'.
552         * locale/xlocale.c (_nl_C_locobj): Update initializer.
553         * locale/global-locale.c (_nl_global_locale): Likewise.
554         * locale/duplocale.c (__duplocale): strdup __names elements.
555         * locale/freelocale.c (__freelocale): Free __names elements.
556         * locale/localename.c (_nl_current_names): Variable removed.
557         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
558         * locale/localeinfo.h (_nl_current_names): Removed decl.
559         * locale/setlocale.c: Use _nl_global_locale->__names in place of
560         _nl_current_names throughout.
562         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
564         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
565         and sys_nerr in the output file.
567         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
568         * scripts/cpp: Just use the environment variable.
570         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
571         * libio/tst-mmap-offend.c (do_test): Likewise.
572         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
573         * libio/tst-mmap-eofsync.c (do_test): Likewise.
574         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
576         * locale/localename.c: If the current locale is the global locale, use
577         _nl_current_names; otherwise use the locale object.
579 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
581         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
582         'm' to enable mmap I/O.
583         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
584         former wasn't used (anymore?).
585         (_IO_FLAGS2_MMAP): New define.
586         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
587         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
588         _IO_FLAGS2_MMAP bit is set.
589         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
590         Enable mmap-using mode only if 'm' was set.
592 2002-08-29  Roland McGrath  <roland@frob.com>
594         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
596         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
597         Change argument type from int to intptr_t.
599         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
600         initializer on [! _HURD_THREADVAR_H] (bad kludge).
601         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
602         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
603         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
605         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
607         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
609         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
611         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
612         * assert/assert-perr.c: Add libc_hidden_def.
613         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
615         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
616         found at all.
617         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
618         sys_errlist stuff to ...
619         * sysdeps/unix/sysv/linux/Versions: ... here.
621         * mach/mach.h: Include <features.h>.
623 2002-08-29  Roland McGrath  <roland@redhat.com>
625         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
626         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
627         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
629         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
631         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
632         (norm_add_slashes): alloca -> __alloca
634 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
636         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
637         string_malloced, it is unlikely to be set.
638         Only call free with non-NULL workspace.
639         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
640         -mcpu=ultrasparc, not only tune for it.
641         (ASFLAGS*): Set unconditionally.
643         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
644         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
645         p_vaddr/p_offset when computing LOADADDR.
647 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
649         * version.h (VERSION): Bump to 2.2.92.
651         * time/Makefile (tst-ftime_l-ENV): New variable.
653         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
655         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
656         <U017A>, <U017D> and <U0179>. Add missing mappings.
657         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
659         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
660         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
661         (struct tostruct): Use ACRINDEX as type for link field.
662         (statuc gmonparam): Likewise for froms.
663         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
664         kcount and froms.
665         (write_call_graph): Use correct type for from_index and to_index.
666         * gmon/mcount.c: Use correct types for frompcindex and toindex
667         variables.
668         Patches by Dan Kegel <dank@kegel.com>.
670         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
671         canonical name.
673         * time/strptime.c (ISSPACE): New #define.  Use isspace or
674         __isspace_l.  Replace calls to isspace.
675         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
677 2002-08-29  Roland McGrath  <roland@redhat.com>
679         * string/tst-strxfrm.c: Remove __ from function names.
681 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
683         * include/wchar.h: Declare __mbsrtowcs_l.
684         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
685         * wcsmbs/mbsrtowcs.c: Add support for compilation with
686         USE_IN_EXTENDED_LOCALE_MODEL.
687         * wcsmbs/mbsrtowcs_l: New file.
688         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
689         define as static.  Change all uses.
690         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
691         Change all callers.
692         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
693         * time/strftime.c: When translating for the extended locale model
694         use the _l functions.
695         * time/Makefile (tests): Add tst-ftime_l.
696         * time/tst-ftime_l.c: New file.
698 2002-08-28  Roland McGrath  <roland@redhat.com>
700         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
701         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
702         from _nl_find_locale ok if for _nl_C_name.
704         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
705         iterator to refer to each category's _nl_current_LC_FOO symbol, so
706         we know they are all linked in.
708         * NEWS: Added 2.2.6 text from 2.2 branch version.
710         * time/strptime.c (strptime_internal): Remove spurious const.
712         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
713         _nl_select_era_entry): Moved to ...
714         * time/era.c: ... here, new file.
715         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
716         Add internal_function to definitions.  Take an additional argument
717         giving the `struct locale_data *' to use.
718         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
719         _nl_parse_alt_digit): Moved to ...
720         * time/alt_digit.c: ... here, new file.
721         * time/lc-time-cleanup.c: New file.
722         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
723         * locale/localeinfo.h (_nl_postload_time): Remove decl.
724         (_nl_cleanup_time): Declare it.
725         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
726         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
727         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
728         * time/strftime.c: Pass locale data to helper functions.
729         * time/strptime.c: Likewise.
731         * locale/localeinfo.h (struct locale_data): New member `private'
732         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
733         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
734         * locale/C-collate.c: Update initializer.
735         * locale/C-identification.c: Likewise.
736         * locale/C-measurement.c: Likewise.
737         * locale/C-telephone.c: Likewise.
738         * locale/C-address.c: Likewise.
739         * locale/C-name.c: Likewise.
740         * locale/C-paper.c: Likewise.
741         * locale/C-time.c: Likewise.
742         * locale/C-numeric.c: Likewise.
743         * locale/C-monetary.c: Likewise.
744         * locale/C-messages.c : Likewise.
745         * locale/C-ctype.c: Likewise.
747         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
748         Redefine this too.
750 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
752         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
753         (_rtld_global): Use it.
755         * sysdeps/gnu/Dist: Remove errlist-compat.c.
756         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
757         object directory.  Pass all Versions files to the awk script.
758         * sysdeps/gnu/errlist-compat.c: Removed.
759         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
760         first Versions file in the search path which has them.
761         Allow multiple errlist symbol versions to have the same count of
762         errors.
763         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
764         of "errlist-compat.c".
765         * sysdeps/gnu/errlist.c: Regenerated.
766         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
767         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
768         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
769         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
770         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
771         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
772         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
773         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
774         ECANCELLED if not defined by kernel headers.
775         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
776         already defined by kernel headers.
777         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
778         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
779         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
780         is a macro.
781         * Versions.def (GLIBC_2.3) [librt]: Add.
783         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
785 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
787         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
788         missing comma to .type directive.
790 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
792         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
793         unconditionally.
794         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
795         check.
796         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
798 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
800         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
801         check to close_and_out close.  Replace return NULL statements where
802         fd might be >= 0 with goto close_and_out.  Close the file descriptor
803         when it is no longer needed.
805 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
807         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
808         string constants.
809         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
810         * sysdeps/arm/dl-machine.h: Likewise.
811         * sysdeps/cris/dl-machine.h: Likewise.
812         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
813         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
815 2002-08-28  Roland McGrath  <roland@redhat.com>
817         * Makeconfig (default_cflags): Revert unintended change.
819 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
821         * version.h (VERSION): Bump to 2.2.91.
823         * configure.in: Disable TLS support by default for now.
825         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
827         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
828         warnings.
830         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
832         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
833         fprintf/fwprintf calls.
835 2002-08-28  Roland McGrath  <roland@redhat.com>
837         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
838         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
840         * locale/setlocale.c: Declare postload functions weak.
842         * elf/tst-tls1-static.c: New file.
843         * elf/tst-tls2-static.c: New file.
844         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
846         Make uselocale support static linking.
847         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
848         This file again just defines _nl_C_locobj.
849         (_nl_C_locobj): Use a categories.def iterator in the initializer.
850         * locale/global-locale.c: New file.  Define _nl_global_locale here,
851         using all weak references in the initializer.
852         * locale/Makefile (aux): Add global-locale.
853         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
854         these unconditional, along with the tsd decl.
855         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
856         Define it under these conditions.
857         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
858         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
859         `extern __thread struct locale_data *const *'.
860         [NL_CURRENT_INDIRECT]
861         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
862         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
863         the thread variable _nl_current_LC_FOO and also a special absolute
864         symbol _nl_current_LC_FOO_used.
865         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
866         Set each _nl_current_LC_FOO symbol to point into the new locale,
867         using weak references to test if _nl_current_LC_FOO_used was linked in.
868         * locale/setlocale.c [! SHARED]: Replace this conditional ...
869         [NL_CURRENT_INDIRECT]: ... with this one.
870         (_nl_current, _nl_C): Variables removed.
871         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
872         weak references to _nl_current_LC_FOO_used.
873         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
874         (free_category): New function, broken out of ...
875         (free_mem): ... here.  Call that.
876         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
877         instead of a loop.
879         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
880         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
881         it is already absolute.
883         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
884         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
885         [$(build-static) = yes] (tests-static): New variable.
886         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
888 2002-08-26  Christoph Hellwig  <hch@lst.de>
890         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
891         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
893 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
895         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
897         * sysdeps/s390/Dist: Add bits/link.h.
899         * sysdeps/sh/Dist: New file.
901         * sysdeps/ia64/Dist: Add ia64libgcc.S.
903         * sysdeps/wordsize-32/Dist: New file.
905         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
906         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
907         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
909         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
910         sys/personality.h.
912         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
913         sparc/dl-brk.S.
915         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
917         * sysdeps/unix/bsd/sun/Dist: New file.
919         * sysdeps/unix/bsd/osf/Dist: New file.
921         * sysdeps/unix/bsd/hp/Dist: New file.
923         * sysdeps/unix/arm/Dist: New file.
925         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
927         * sysdeps/mach/hurd/Dist: Add set-init.c.
929         * sysdeps/i386/Dist: Add bits/link.h.
931         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
933         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
935         * locale/Makefile (distribute): Add hashval.h.
937         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
939         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
941         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
942         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
943         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
944         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
945         implementations.
946         * libio/stdio.h: Likewise.
947         * locale/locale.h: Likewise.
948         * math/math.h: Likewise.
949         * math/bits/mathcalls.h: Likewise.
950         * setjmp/setjmp.h: Likewise.
951         * signal/signal.h: Likewise.
952         * stdlib/stdlib.h: Likewise.
953         * string/string.h: Likewise.
954         * time/time.h: Likewise.
955         * wcsmbs/wchar.h: Likewise.
956         * wctype/wctype.h: Likewise.
958 2002-08-28  Roland McGrath  <roland@redhat.com>
960         * locale/tst-C-locale.c (run_test): Remove __ from function names.
962 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
963             Roland McGrath <roland@redhat.com>
965         * locale/hashval.h (compute_hashval): Use prototype defn.
966         (hashval_t): New macro, defined to unsigned long int
967         if not already defined.
968         (compute_hashval): Return hashval_t instead of unsigned long int.
969         * locale/loadarchive.c (hashval_t): New macro.
970         * locale/programs/locarchive.c: Include hashval.h directly instead
971         of simple-hash.h.
972         (compute_hashval, hashval_t): Define these macros first.
973         (insert_name): Use archive_hashval instead of compute_hashval.
974         (add_locale, delete_locales_from_archive): Likewise.
976 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
978         * locale/programs/locarchive.c (insert_name): Suppress warnings about
979         hash collisions if be_quiet.
981 2002-08-27  Roland McGrath  <roland@redhat.com>
983         * locale/locale.h (__newlocale, __duplocale, __freelocale,
984         __uselocale): Don't declare these any more.
985         * include/locale.h (__uselocale): Declare here instead, using __typeof.
987         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
988         and treat it as an EOF return.
989         * sysdeps/unix/readdir_r.c: Likewise.
991         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
992         From Alexandre Oliva <aoliva@redhat.com>.
993         * sysdeps/gnu/errlist-compat.c: Regenerated.
995 2002-08-27  Brian Youmans  <3diff@gnu.org>
997         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
998         wording at request of copyright holder Stephen Moshier.
999         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1000         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1001         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1002         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1003         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1004         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1005         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1006         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1007         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1008         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1009         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1010         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1011         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1012         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1014 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1016         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1017         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1018         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1019         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1020         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1021         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1022         * wctype/iswctype_l.c (iswctype_l): Likewise.
1024 2002-08-27  Roland McGrath  <roland@redhat.com>
1026         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1028         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1029         * stdlib/stdlib.h: Don't declare __*_l names.
1030         * include/stdlib.h: Declare them here instead.
1031         * include/string.h: Don't declare __*_l names.
1032         * string/string.h: Declare them here instead.
1033         * time/time.h: Don't declare __*_l names.
1034         * include/time.h: Declare them here instead.
1035         * wcsmbs/wchar.h: Don't declare __*_l names.
1036         * include/wchar.h: Declare them here instead.
1037         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1038         Don't declare __*_l names.
1039         * include/wctype.h: Declare them here instead.
1040         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1041         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1042         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1043         * include/langinfo.h: Declare it here with __typeof.
1045         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1046         instead, taking an extra __locale_t argument.
1047         * time/Makefile (routines): Add strptime_l.
1048         * time/time.h (__strptime_l, strptime_l): Declare them.
1049         * time/strptime_l.c: New file.
1051         * time/time.h (__strftime_l, strftime_l): Declare them.
1052         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1053         * time/strftime_l.c: New file.
1054         * time/wcsftime_l.c: New file.
1055         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1056         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1057         strftime_l, wcsftime_l.
1058         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1059         or __wcsftime_l instead, taking an extra __locale_t argument.
1061         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1062         (libc: GLIBC_2.3): ... here.
1064 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1066         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1068         * Makefile (distribute): Add LICENSES.
1070         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1071         sys/debugreg.h.
1073         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1075         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1077         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1079         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1081         * sysdeps/mach/hurd/alpha/Dist: New file.
1083         * sysdeps/arm/Dist: Add bits/link.h.
1085         * sunrpc/Makefile: Distribute thrsvc.
1087         * stdio-common/Makefile: Remove more left-overs from old stdio.
1089         * include/linewrap.h: Removed.
1091         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1093         * intl/Makefile (distribute): Add plural-eval.c.
1095 2002-08-27  Roland McGrath  <roland@redhat.com>
1097         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1098         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1099         Say mtab is in either /var/run or /etc.
1101 2002-08-26  Roland McGrath  <roland@redhat.com>
1103         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1104         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1106         * sysdeps/gnu/Versions: New file.
1107         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1108         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1109         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1110         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1111         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1112         and _sys_nerr_internal instead of anything else.  Make it include
1113         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1114         Make it emit some asm magic if [EMIT_ERR_MAX].
1115         * sysdeps/gnu/errlist.c: Regenerated.
1116         * sysdeps/gnu/errlist-compat.awk: New file.
1117         * sysdeps/gnu/errlist-compat.c: New file (generated).
1118         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1119         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1120         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1121         (SYS_ERRLIST, SYS_NERR): Macros removed.
1122         (sys_nerr, _sys_nerr): Remove these weak aliases.
1123         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1124         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1125         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1127         * include/libc-symbols.h (declare_symbol): New macro.
1128         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1129         * configure.in: New check to define it.
1130         * configure: Regenerated.
1132 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1134         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1135         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1137         * Make-dist: Remove traces of old stdio.
1138         * Makeconfig: Likewise.
1140         * locale/Makefile (localedef-aux): New variable.  Only md5
1141         assigned to it.  These files are not ddistributed in this directory.
1143         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1144         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1145         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1147         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1149         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1150         set h_errno to NO_RECOVERY [PR libc/4360].
1152 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1154         * libio/Makefile (tests): Add bug-fopena+.
1155         * libio/bug-fopena+.c: New file.
1156         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1157         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1159         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1161         * locale/xlocale.c: Fix the last change.  The variable still has
1162         to end in _data.
1163         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1164         (__libc_tsd_set): Add _data prefix to variable name.
1166 2002-08-26  Roland McGrath  <roland@redhat.com>
1168         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1169         macro with inline function.
1170         (sigset_get_old_mask): Likewise.
1171         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1172         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1173         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1174         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1175         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1176         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1177         values.
1178         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1179         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1181 2002-07-06  Bruno Haible  <bruno@clisp.org>
1183         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1184         sigset_get_old_mask): Make it work with larger sigset_t.
1185         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1186         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1187         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1189 2002-08-26  Roland McGrath  <roland@redhat.com>
1191         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1192         * manual/filesys.texi (File Times): Document lutimes and futimes.
1193         * misc/Makefile (routines): Add them.
1194         * misc/Versions (libc: GLIBC_2.3): Likewise.
1195         * sysdeps/generic/lutimes.c: New file.
1196         * sysdeps/generic/futimes.c: New file.
1197         * sysdeps/mach/hurd/lutimes.c: New file.
1198         * sysdeps/mach/hurd/futimes.c: New file.
1200         * manual/filesys.texi (File Times): Add explicit note about null
1201         pointer argument to utimes.
1203 2002-08-26  Roland McGrath  <roland@frob.com>
1205         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1206         (__ifreq): Add a cast.  Remove an unused variable.
1208         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1209         _HURD_THREADVAR_LOCALE.
1211 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1213         * posix/regexec.c (re_search_stub): Return correct match length
1214         if start != 0.
1215         * posix/bug-regex10.c: New test.
1216         * posix/Makefile (tests): Add bug-regex10.
1218 2002-08-26  Brian Youmans  <3diff@gnu.org>
1220         * COPYING.LIB: Replaced with fresh copy from
1221         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1222         suggested copying permission notice now says version 2.1 instead
1223         of version 2.
1225         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1226         from Library GPL.
1227         * crypt/crypt_util.c: Likewise.
1228         * crypt/ufc.c: Likewise.
1229         * elf/dl-conflict.c: Likewise.
1230         * elf/dl-iteratephdr.c: Likewise.
1231         * iconv/iconvconfig.h: Likewise.
1232         * malloc/arena.c: Likewise.
1233         * malloc/hooks.c: Likewise.
1234         * malloc/malloc.c: Likewise.
1235         * posix/glob/Makefile.ami: Likewise.
1236         * posix/glob/Makefile.in: Likewise.
1237         * stdlib/gmp-impl.h: Likewise.
1238         * stdlib/gmp.h: Likewise.
1239         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1240         * sysdeps/generic/strnlen.c: Likewise.
1241         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1242         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1243         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1244         * sysdeps/mach/hurd/spawni.c: Likewise.
1245         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1246         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1247         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1248         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1249         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1250         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1252         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1253         Lesser GPL copying permission notice from 2 to 2.1.
1254         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1255         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1256         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1257         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1258         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1259         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1260         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1261         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1262         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1263         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1264         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1265         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1266         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1267         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1268         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1269         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1270         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1271         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1272         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1273         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1274         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1275         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1276         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1277         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1278         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1279         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1280         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1281         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1282         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1283         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1284         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1285         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1286         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1287         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1288         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1289         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1290         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1291         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1292         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1293         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1294         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1295         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1296         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1297         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1298         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1299         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1300         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1301         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1302         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1303         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1304         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1305         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1306         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1307         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1308         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1310         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1311         Moshier and Lesser GPL copying permission notice, per license from
1312         Moshier.
1313         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1314         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1315         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1316         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1317         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1318         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1319         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1320         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1321         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1322         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1323         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1324         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1325         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1326         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1328         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1329         notice, per license from copyright holder Stephen Moshier.
1330         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1331         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1332         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1333         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1334         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1335         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1336         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1337         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1338         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1340 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1342         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1343         (shared-only-routines): Likewise.
1345 2002-08-26  Roland McGrath  <roland@redhat.com>
1347         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1348         name of "", store a null pointer instead.
1350         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1351         * configure: Regenerated.
1353         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1354         Initialize this instead of __libc_tsd_LOCALE_data.
1356         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1357         ptsname_r to EINVAL.
1359         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1361         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1362         implementations depend on pthreads.
1363         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1364         * rt/tst-aio64.c (do_test): Likewise.
1365         * rt/tst-aio2.c (do_test): Likewise.
1366         * rt/tst-aio3.c (do_test): Likewise.
1367         * rt/tst-aio4.c (do_test): Likewise.
1368         * rt/tst-aio5.c (do_test): Likewise.
1369         * rt/tst-aio6.c (do_test): Likewise.
1370         * rt/tst-aio7.c (do_test): Likewise.
1372         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1373         void so as to avoid compiler warnings.
1375         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1376         _IO_wide_data_FD, which is never used here.
1378         * libio/iofread.c
1379         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1380         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1381         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1383         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1384         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1386         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1387         (closelog): Likewise.
1389 2002-07-06  Bruno Haible  <bruno@clisp.org>
1391         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1393         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1394         * sysdeps/unix/alpha/pipe.S: ... here.
1395         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1397         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1399         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1400         * sysdeps/unix/i386/fork.S: Likewise.
1401         * sysdeps/unix/i386/pipe.S: Likewise.
1402         * sysdeps/unix/i386/wait.S: Likewise.
1404         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1405         * sysdeps/unix/arm/fork.S: Likewise.
1407         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1408         arguments.
1409         (DO_CALL): Swap argument order.
1410         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1411         arguments.
1412         (DO_CALL): Swap argument order.
1413         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1414         arguments.
1415         (DO_CALL): Swap argument order.
1416         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1417         arguments.
1418         (DO_CALL): Swap argument order.
1419         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1420         arguments.
1421         (DO_CALL): Swap argument order.
1422         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1423         arguments.
1424         (DO_CALL): Swap argument order.
1425         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1426         arguments.
1427         (DO_CALL): Swap argument order.
1429         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1430         (L): Define right for ELF.
1431         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1432         Now defined in sysdeps/i386/sysdep.h.
1434         * sysdeps/posix/readv.c: Ansify function definition.
1435         * sysdeps/posix/writev.c: Likewise.
1437         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1438         have the same size. Avoid direct cast from size_t to off_t.
1440         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1441         nul byte in entry[n].ut_user.
1442         (simulate_logout): Likewise.
1444         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1445         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1446         existence of corresponding members of 'struct utmp'.
1447         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1448         !_HAVE_UT_TYPE.
1450         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1451         allocate a buffer of at least BUFSIZ bytes, not just of
1452         sizeof (struct dirent).
1454         * sysdeps/generic/glob.c: Include <limits.h>.
1455         (NAME_MAX): Define a fallback.
1456         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1457         stack.
1458         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1459         (main): Allocate enough room for a 'struct dirent64' on the stack.
1460         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1461         'struct dirent'.
1463         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1464         kernel-features.h.
1466         * inet/htontest.c: Include <sys/types.h>.
1468         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1470         * include/sys/sysctl.h: Comment fix.
1472         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1473         _dl_load_lock.
1474         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1476         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1478         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1479         (__getpeername): New alias.
1480         (__getsockname): New alias.
1481         (__socket): New alias.
1483         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1485         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1486         (__fcntl_internal): New alias.
1487         (__profil): New alias.
1489 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1491         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1492         entry was for getaddr* lookup or not.  Add only matching cache
1493         entry.  Change all callers [PR libc/4317].
1495         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1496         finding the read position [PR libc/4265].
1497         * libio/Makefile (tests): Add bug-rewind2.
1498         * libio/bug-rewind2.c: New file.
1500         * libio/bug-rewind.c: Fix creation of temp file.
1502 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1504         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1505         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1506         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1507         to ENOENT if no entry is found.
1508         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1509         failure.
1510         * nis/nss_compat/compat-initgroups.c: Likewise.
1511         * nis/nss_compat/compat-pwd.c: Likewise.
1512         * nis/nss_compat/compat-spwd.c: Likewise.
1513         * nis/nss_nis/nis-alias.c: Likewise.
1514         * nis/nss_nis/nis-ethers.c: Likewise.
1515         * nis/nss_nis/nis-grp.c: Likewise.
1516         * nis/nss_nis/nis-hosts.c: Likewise.
1517         * nis/nss_nis/nis-initgroups.c: Likewise.
1518         * nis/nss_nis/nis-netgrp.c: Likewise.
1519         * nis/nss_nis/nis-network.c: Likewise.
1520         * nis/nss_nis/nis-proto.c: Likewise.
1521         * nis/nss_nis/nis-publickey.c: Likewise.
1522         * nis/nss_nis/nis-pwd.c: Likewise.
1523         * nis/nss_nis/nis-rpc.c: Likewise.
1524         * nis/nss_nis/nis-service.c: Likewise.
1525         * nis/nss_nis/nis-spwd.c: Likewise.
1526         * resolv/nss_dns/dns-host.c: Likewise.
1527         * resolv/nss_dns/dns-network.c: Likewise.
1528         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1529         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1530         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1531         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1532         * nis/nss_nisplus/nisplus-network.c: Likewise.
1533         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1534         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1535         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1536         * nis/nss_nisplus/nisplus-service.c: Likewise.
1537         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1538         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1539         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1540         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1541         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1543         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1544         declaring __restore and __restore_rt as hidden (if possible).
1546 2002-08-25  Roland McGrath  <roland@redhat.com>
1548         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1550         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1551         (getutent_r_file, internal_getut_r): Updated all callers.
1552         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1554 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1556         * locale/programs/locale.c: Don't print aliases for non-existing
1557         locales for 'locale -a'.
1558         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1560 2002-07-19  H.J. Lu  <hjl@gnu.org>
1562         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1564 2002-07-16  H.J. Lu  <hjl@gnu.org>
1566         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1567         sys/personality.h.
1568         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1570 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1572         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1573         not moved ahead of the fputs call.
1574         * elf/tst-tlsmod2.c (in_dso): Likewise.
1575         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1576         * elf/tst-tlsmod4.c (in_dso): Likewise.
1578 2002-08-25  Andreas Schwab  <schwab@suse.de>
1580         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1582 2002-08-25  Roland McGrath  <roland@redhat.com>
1584         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1585         resetting handler, to avoid the possibility of a spurious SIGALRM
1586         delivered to the user's handler.
1587         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1589         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1590         set -fkeep-inline-functions, which is not needed for the current file.
1592         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1593         (_dl_setup_hash): Add attribute_hidden.
1594         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1595         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1596         (_dl_new_object, _dl_map_object_deps): Likewise.
1597         (_dl_map_object_deps_internal): Remove decl.
1598         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1600         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1601         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1602         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1603         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1604         instead relying on the compiler to produce only GOTOFF variable refs.
1606 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1608         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1610         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1611         inline to avoid defining it in every file which includes this header.
1613         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1614         defining DONT_USE_BOOTSTRAP_MAP.
1616         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1617         * libio/tst-mmap-setvbuf.c (main): Likewise.
1618         * libio/tst-widetext.c (main): Likewise.
1620         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1621         message.
1622         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1623         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1625         * sysdeps/i386/elf/configure.in: Unconditionally define
1626         PI_STATIC_AND_HIDDEN.
1627         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1628         PI_STATIC_AND_HIDDEN is defined as well.
1629         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1631 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1633         * sysdeps/ia64/bzero.S: Define __bzero as well.
1635         * locale/programs/charmap.c (charmap_new_char): Don't use
1636         ULONG_MAX as maximum UCS4 value.
1638         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1640         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1642         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1643         * malloc/malloc.c (mALLINFo): Likewise.
1645         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1647         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1648         examining result of _IO_do_flush call.
1650         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1651         Use prec not spec when sizing buffers.
1653         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1654         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1655         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1656         * stdio-common/vfscanf.c (inchar): Likewise.
1657         * misc/efgcvt_r.c (fcvt_r): Likewise.
1658         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1659         * elf/readlib.c (process_file): Likewise.
1660         * elf/sprof.c (load_profdata): Likewise.
1661         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1662         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1663         * locale/programs/charmap.c (charmap_read): Likewise.
1664         * libio/fileops.c: Likewise.
1665         * libio/fmemopen.c: Likewise.
1666         * stdlib/strtod.c: Likewise.
1667         * elf/dl-load.c: Likewise.
1668         * iconv/iconvconfig.c: Likewise.
1669         * iconv/iconv_prog.c (process_block): Likewise.
1670         * elf/rtld.c (dl_main): Likewise.
1672         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1673         macro to calm down the compiler.
1675         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1677         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1679         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1680         placement of errno definition.
1681         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1682         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1683         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1684         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1685         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1687         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
1688         from 1024 to 65536, to avoid buffer overrun.
1690 2002-08-16  Paul Eggert  <eggert@twinsun.com>
1692         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
1693         from 1024 to 65536, to avoid buffer overrun.
1694         * resolv/res_query.c (MAXPACKET): Likewise.
1696 2002-08-24  Andreas Jaeger  <aj@suse.de>
1698         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
1700 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
1702         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
1703         two52 locally.
1704         (log2): Likewise.
1705         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
1706         Patch by Simon Gee <simong@agile.tv>.
1708         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
1709         Prefer reading /proc/stat since it is more uniform across
1710         architectures.
1712         * manual/texinfo.tex: Update to latest official version.
1714         * sysvipc/sys/shm.h: Remove SHMLBA definition.
1715         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
1716         * sysdeps/gnu/bits/shm.h: Likewise.
1717         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1718         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
1719         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
1720         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1721         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1722         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1723         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1724         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
1725         since this is what the kernel says.
1727         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
1728         since ssize_t is needed as well.  Replace const with __const.
1730 2002-08-23  Roland McGrath  <roland@redhat.com>
1732         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
1733         __malloc_hook, __realloc_hook, __memalign_hook,
1734         __after_morecore_hook): Variable definitions moved to ...
1735         * malloc/malloc.c: ... here, so as to be before all references.
1737         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
1738         global variable reference in an unused asm parameter, to ensure the
1739         compiler has set up the GOT register before we use it.
1741         * malloc/hooks.c: Move variable definitions ahead of uses.
1742         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
1743         initializers that make reference to variables they define.
1745 2002-08-23  Andreas Jaeger  <aj@suse.de>
1747         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
1748         alloca, free, qsort.
1750         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
1752         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
1753         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1755         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
1756         <hch@lst.de>.
1757         * sysdeps/generic/fgetxattr.c: New file.
1758         * sysdeps/generic/flistxattr.c: New file.
1759         * sysdeps/generic/fremovexattr.c: New file.
1760         * sysdeps/generic/fsetxattr.c: New file.
1761         * sysdeps/generic/getxattr.c: New file.
1762         * sysdeps/generic/listxattr.c: New file.
1763         * sysdeps/generic/lgetxattr.c: New file.
1764         * sysdeps/generic/llistxattr.c: New file.
1765         * sysdeps/generic/lremovexattr.c: New file.
1766         * sysdeps/generic/lsetxattr.c: New file.
1767         * sysdeps/generic/removexattr.c: New file.
1768         * sysdeps/generic/setxattr.c: New file.
1769         * misc/Makefile (headers): Add sys/xattr.h.
1770         (routines): Add *xattr calls.
1771         * misc/Versions: Add *xattr calls with version 2.3.
1772         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
1773         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1774         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1775         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1776         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1777         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1778         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1779         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1781 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
1783         * sysdeps/powerpc/elf/libc-start.c
1784         (__cache_line_size): Declare.
1785         (__aux_init_cache): New function.
1786         (__libc_start_main): Change type of `auxvec' parameter to
1787         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
1788         __aux_init_cache.
1789         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1790         (__cache_line_size): Declare.
1791         (__aux_init_cache): New function.
1792         (DL_PLATFORM_INIT): Define.
1793         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
1794         value to select the correct stride for dcbz.
1796 2002-08-22  Andreas Jaeger  <aj@suse.de>
1798         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
1799         shmat.
1801 2002-08-22  Roland McGrath  <roland@redhat.com>
1803         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
1804         position indicated by locrectab against file bounds before rounding to
1805         page size.  In mapping loop, always set TO before breaking out of
1806         contiguous range coalescing loop.
1808         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
1809         (or MAP_COPY if available) instead of MAP_SHARED.
1811         * scripts/firstversions.awk: When encountering a version newer than
1812         the specified earliest version, be sure to emit the specified earliest
1813         version first if any renaming of an older version to that has been.
1815 2002-08-21  Roland McGrath  <roland@redhat.com>
1817         * configure.in: Make GCC version check require 3.[2-9]* and no others.
1818         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
1819         (Configuring and compiling): Don't mention older GCC versions any more.
1820         * INSTALL: Regenerated.
1822         * manual/install.texi (Configuring and compiling, Installation,
1823         Running make install, Linux): Linux -> GNU/Linux where appropriate.
1825         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
1826         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
1827         and with noinline otherwise.  Remove hack alloca use to prevent
1828         inlining, we can ask for it explicitly nowadays.
1830         * dlfcn/bug-dlsym1.c: New file.
1831         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
1832         * dlfcn/Makefile (distribute): Add them.
1833         (tests): Add bug-dlsym1 here.
1834         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
1835         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
1836         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
1838 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
1840         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
1841         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
1842         before relocation.
1843         (_dl_start): Don't use local bootstrap_map variable if
1844         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
1845         pass bootstrap_map to _dl_start_final in this case either.  Don't
1846         pass start_time to _dl_start_final ever.
1847         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
1849         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
1850         This cripples the scope lists necessary to search for symbols in
1851         dependencies which are not in the global scope.
1853         * include/setjmp.h (__libc_longjmp): Add declaration.
1855 2002-08-21  Andreas Jaeger  <aj@suse.de>
1857         * sysdeps/x86_64/_mcount.S: Fix assembler.
1859         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
1860         with biarch support.
1862 2002-08-21  Andreas Jaeger  <aj@suse.de>
1864         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
1866         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
1868         * sysdeps/x86_64/machine-gmon.h: New file.
1869         * sysdeps/x86_64/_mcount.S: New file.
1871 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
1873         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
1874         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
1875         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
1876         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
1877         to TL_INIT_TP.  Otherwise pass 1.
1878         * include/link.h (struct link_map): Add l_tls_tp_initialized.
1879         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
1881 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
1883         * locale/programs/localedef.c (add_to_readlist): Error about
1884         circular dependencies only if the locale in question hasn't
1885         been finished.
1886         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
1887         CTYPE_LOCALE to load_locale.
1888         * locale/programs/locfile.c (locfile_read): Don't include
1889         unneeded but available locales in locale_mask.
1891         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
1892         print any messages about enlarging archive.
1894 2002-08-20  Brian Youmans  <3diff@gnu.org>
1896         * manual/contrib.texi: Removed licenses, added acknowledgements
1897         for contributions by Intel, IBM, Craig Metz.
1898         * LICENSES: New file, contains the text of all non-FSF licenses in the
1899         distribution that require putting the notice in the accompanying
1900         documentation.
1901         * README.template, README: Mention LICENSES.
1903         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
1904         new one modelled on the modern BSD license, per recent letter
1905         of permission from CMU.
1906         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
1908         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
1909         from IBM to FSF, per the recent Software Letter.  Changed the
1910         distribution terms from GPL to LGPL.
1912         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
1913         copying permission notice (Lesser GPL), per recent IBM Software Letter.
1914         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1915         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1916         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1917         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1918         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1919         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1920         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1921         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1923         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
1924         from IBM to FSF, per the recent Software Letter.  Corrected the
1925         text of the copying permission notice to say Lesser GPL instead
1926         of GPL in warranty disclaimer paragraph.
1927         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1928         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1929         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1930         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1931         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1932         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1933         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1934         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1935         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1936         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1937         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1938         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1939         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1940         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1941         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1942         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1943         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1944         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1945         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1946         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1947         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1949         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
1950         permission notice to say Lesser GPL instead of GPL in warranty
1951         disclaimer paragraph.
1952         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1953         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1954         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1955         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1956         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1957         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1958         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1959         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1960         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1961         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1962         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1963         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1964         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1965         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1966         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1967         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1968         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1969         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1970         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1971         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1972         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1973         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1974         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
1976 2002-08-20  Roland McGrath  <roland@redhat.com>
1978         Fix ABI compatibility with libc compiled with old tools on powerpc.
1979         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1980         and Jack Howarth <howarth@bromo.med.uc.edu>.
1981         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
1982         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
1983         pass -DHAVE_DOT_HIDDEN for these files.
1984         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
1985         __floatdisf.
1986         * sysdeps/powerpc/divdi3.c: New file.
1987         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
1988         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
1990 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
1992         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
1993         partially overlapping mappings.  Remove unneeded (char *) casts.
1994         Never allow duplication of ranges in mapped areas.
1996 2002-08-20  Roland McGrath  <roland@redhat.com>
1998         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
1999         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2001 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2003         * include/unistd.h: Don't hide _exit.
2005         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2006         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2007         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2008         argument 1 to TLS_INIT_TP.
2009         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2011         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2013         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2014         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2015         memory allocation to...
2016         (allocate_dtv): ...here.  New function.
2017         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2018         call allocate_dtv instead of _dl_allocate_tls_storage.
2019         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2020         (_dl_get_tls_static_info): New function.
2021         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2022         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2024 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2026         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2027         immediately if result == NULL.
2029 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2031         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2033 2002-08-18  Roland McGrath  <roland@frob.com>
2035         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2036         instead of __file_name_split.
2037         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2039         * sysdeps/mach/hurd/dl-sysdep.c
2040         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2041         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2043 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2045         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2046         in change before last: MAX -> MIN.
2048 2002-08-15  Roland McGrath  <roland@redhat.com>
2050         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2051         if seek would go past it.
2052         (mmap_remap_check): If file position is at or past EOF after check,
2053         leave read pointers at EOF and don't seek.
2055         * libio/tst-mmap-offend.c: New file.
2056         * libio/Makefile (tests): Add it.
2058         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2059         the name as passed, rather than the name in the archive dictionary.
2061 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2063         * csu/Makefile: Define elide-routines.os not static-only-routines.
2065         * include/sched.h (__clone): Add varargs at the end.
2067         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2068         case.
2069         (TLS_INIT_HELPER): If defined, use it.
2070         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2072 2002-08-15  Roland McGrath  <roland@redhat.com>
2074         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2075         on L->l_prev; it can happen under rtld --verify too.
2077         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2078         header separately, just map an initial window of 2MB from the file
2079         and remap if that is not large enough to cover the whole header.
2081 2002-08-15  Andreas Jaeger  <aj@suse.de>
2083         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2084         version 2.3.
2085         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2086         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2087         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2088         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2089         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2090         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2091         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2092         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2093         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2094         Patch by Andreas Gruenbacher <agruen@suse.de>.
2096         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2098 2002-08-14  Roland McGrath  <roland@redhat.com>
2100         * locale/locarchive.h (struct locale_category_data): Give this name to
2101         the type of locale_data_t's elements.
2102         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2103         (add_locale): Use that to sort the categories by size and put all
2104         those that fit into two pages into the LC_ALL block, instead of
2105         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2106         (show_archive_content): Detect categories inside LC_ALL block
2107         directly, instead of hard-coding.
2108         (oldlocrecentcmp): Compare just on file locations used.
2110 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2112         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2113         (oldlocrecentcmp): New function.
2114         (enlarge_archive): Re-add locales in the order they were added
2115         to the archive.
2116         (add_locale): Put all the small locale files together, if the small
2117         locale file block would occupy less pages if page size aligned, align
2118         it.
2119         (show_archive_content): Adjust for locale archives optimized for speed.
2121 2002-08-14  Roland McGrath  <roland@frob.com>
2123         * configure.in: Use "MISSING" as not-found value for MIG.
2124         * sysdeps/mach/configure.in: Fatal if mig not found.
2125         * configure, sysdeps/mach/configure: Regenerated.
2127 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2129         * locale/loadarchive.c (archfname): Add missing slash.
2131         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2132         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2134 2002-08-12  Roland McGrath  <roland@redhat.com>
2136         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2137         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2138         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2139         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2140         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2141         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2142         * sysdeps/generic/waitpid.c: Likewise.
2144         * include/net/if.h: New file.  Use libc_hidden_proto
2145         for if_nametoindex and if_indextoname.
2146         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2147         * sysdeps/mach/hurd/if_index.c: Likewise.
2148         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2150         * include/grp.h (setgroups): Add libc_hidden_proto.
2151         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2152         * sysdeps/mach/hurd/setgroups.c: Likewise.
2153         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2154         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2156 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2158         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2159         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2160         * sysdeps/generic/setegid.c (setegid): Likewise.
2161         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2162         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2163         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2164         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2165         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2166         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2167         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2168         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2169         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2170         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2171         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2172         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2173         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2175         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2176         __lxstat_internal, __lxstat64_internal): Remove.
2177         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2178         Add hidden_proto.
2179         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2180         Remove INTDEF where present, remove #undef at the beginning.
2181         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2182         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2183         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2184         * sysdeps/generic/xstat.c (__xstat): Likewise.
2185         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2186         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2187         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2188         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2189         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2190         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2191         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2192         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2193         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2194         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2195         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2196         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2197         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2198         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2199         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2200         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2201         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2202         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2203         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2204         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2205         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2206         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2207         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2208         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2209         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2210         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2211         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2212         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2213         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2214         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2215         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2216         * sysdeps/unix/xstat.c (__xstat): Likewise.
2218         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2219         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2220         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2221         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2222         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2223         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2224         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2226         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2227         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2228         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2229         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2230         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2231         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2232         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2233         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2234         Likewise.
2235         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2236         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2237         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2238         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2239         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2240         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2241         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2242         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2244         * include/string.h (strcoll): Add libc_hidden_proto.
2245         * string/strcoll.c (strcoll): Add libc_hidden_def.
2247         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2249 2002-08-11  Philip Blundell  <philb@gnu.org>
2251         * sysdeps/arm/Makefile: New file.
2253 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2255         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2256         by another '|', end of regex or enclosing ')', clear branch.
2257         * posix/bug-regex9.c: New test.
2258         * posix/Makefile (tests): Add bug-regex9.
2260 2002-08-12  Roland McGrath  <roland@redhat.com>
2262         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2263         start count condition, use TOTAL instead of variable that was never
2264         set.  Fix outer loop termination condition to TOTAL >= after update.
2266         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2267         dl_tls_static_align and dl_tls_static_nelem.
2269 2002-08-11  Roland McGrath  <roland@redhat.com>
2271         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2272         of the TLS macros, otherwise the compiler might not have initialized
2273         the PIC register yet when we use the PLT via asm.
2274         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2275         * elf/tst-tlsmod2.c (in_dso): Likewise.
2277         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2279         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2280         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2282         * include/unistd.h: Use libc_hidden_proto for getdomainname
2283         and getlogin_r.
2284         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2285         * sysdeps/mach/hurd/getdomain.c: Likewise.
2286         * sysdeps/unix/getlogin_r.c: Likewise.
2287         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2288         * sysdeps/generic/getlogin_r.c: Likewise.
2290         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2291         * sunrpc/rtime.c: Add libc_hidden_def.
2293         * include/string.h: Use libc_hidden_proto for basename.
2294         * string/basename.c [_LIBC]: Add libc_hidden_def.
2296         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2298         * locale/loadarchive.c: munmap -> __munmap throughout.
2300         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2301         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2302         * sysdeps/generic/gai_strerror.c: Likewise.
2304         * include/sys/errno.h: New file.
2306         * include/signal.h: No libc_hidden_proto for raise,
2307         __libc_current_sigrtmin, __libc_current_sigrtmax.
2308         These need to be overridden by linuxthreads.
2309         * sysdeps/posix/raise.c: Reverted.
2310         * sysdeps/generic/raise.c: Reverted.
2311         * signal/allocrtsig.c: Reverted.
2313         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2315 2002-08-10  Roland McGrath  <roland@redhat.com>
2317         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2318         * locale/localeinfo.h: Declare it.
2319         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2320         current locale if it's not in the file list.
2321         Call _nl_archive_subfreeres.
2323 2002-08-10  Andreas Jaeger  <aj@suse.de>
2325         * sysdeps/i386/strchr.S: Add comment.
2327 2002-08-10  Roland McGrath  <roland@redhat.com>
2329         * include/wchar.h (putwc): Use libc_hidden_proto.
2330         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2331         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2332         * stdio-common/dprintf.c: Add libc_hidden_def.
2333         * stdio-common/fprintf.c: Likewise.
2334         * stdio-common/sprintf.c: Likewise.
2335         * stdio-common/sscanf.c: Likewise.
2336         * libio/iofwrite.c: Likewise.
2337         * libio/memstream.c: Likewise.
2338         * libio/putwc.c: Likewise.
2339         * stdio-common/perror.c: Likewise.
2340         * sysdeps/posix/remove.c: Likewise.
2341         * sysdeps/generic/remove.c: Likewise.
2342         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2343         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2345 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2347         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2348         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2349         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2350         towlower, towupper): Add libc_hidden_weak.
2352         * include/bits/dlfcn.h: New file.
2353         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2355         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2356         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2357         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2358         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2359         * include/shadow.h (_nss_files_parse_spent): Likewise.
2360         * include/netdb.h (_nss_files_parse_protoent,
2361         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2362         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2363         (LINE_PARSER): Use it.
2364         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2365         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2367         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2368         #endif.
2370         * manual/debug.texi (%MENU%): Remove trailing dot.
2371         Reported by <hayastan132@hotmail.com>.
2373         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2374         aliases.
2375         (lseek): Dummy.
2376         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2377         Likewise.
2379 2002-08-09  Roland McGrath  <roland@redhat.com>
2381         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2382         name to find codeset name (if any) and normalize it.  If the
2383         normalized name differs, look up only that in the archive.
2384         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2385         contains a codeset, normalize the codeset store only the normalized
2386         name in the archive.  If not, add an alias containing the locale's
2387         normalized codeset name.  Apply codeset name normalization when
2388         matching entries in the alias file.
2390         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2391         decrement HEAD->namehash_used here.
2392         (add_locale): Only need to insert name string when name_offset != 0.
2394         * locale/programs/localedef.c (options): Add -A/--alias-file.
2395         (alias_file): New variable.
2396         (parse_opt): Grok -A, set that.
2397         * locale/programs/localedef.h: Declare it.
2399         * locale/locarchive.h (struct locrecent): Add `refs' member.
2400         * locale/programs/locarchive.c (insert_name): New function, broken out
2401         of ...
2402         (add_locale_to_archive): ... here.  Call that.
2403         (add_alias): New function.
2404         (add_locale): New static function, add_locale_to_archive renamed.
2405         (add_locale_to_archive): Call that and use add_alias to add an alias
2406         for the name with codeset if the given name lacks it.
2407         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2409         * locale/Makefile (routines): Add loadarchive.
2410         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2411         (_nl_load_locale_from_archive): New function.
2412         * locale/localeinfo.h: Declare it.
2413         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2414         try _nl_load_locale_from_archive first.
2416         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2417         broken out of _nl_load_locale.
2418         (_nl_load_locale): Call that.
2419         * locale/localeinfo.h: Declare it.
2420         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2421         (struct locale_data): Remove unused member `options'.
2422         * locale/findlocale.c (_nl_remove_locale): Update uses.
2423         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2424         * locale/C-collate.c: Update initializer.
2425         * locale/C-identification.c: Likewise.
2426         * locale/C-measurement.c: Likewise.
2427         * locale/C-telephone.c: Likewise.
2428         * locale/C-address.c: Likewise.
2429         * locale/C-name.c: Likewise.
2430         * locale/C-paper.c: Likewise.
2431         * locale/C-time.c: Likewise.
2432         * locale/C-numeric.c: Likewise.
2433         * locale/C-monetary.c: Likewise.
2434         * locale/C-messages.c : Likewise.
2435         * locale/C-ctype.c: Likewise.
2437         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2438         use CHAR_BIT instead of BITSPERBYTE.
2440         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2441         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2442         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2443         (_nl_remove_locale): Likewise.
2444         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2446         * locale/findlocale.c (_nl_default_locale_path): New variable.
2447         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2448         * locale/localeinfo.h: Declare it.
2449         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2450         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2451         * locale/newlocale.c (__newlocale): Likewise.
2453         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2454         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2455         * sysdeps/generic/morecore.c: Likewise.
2456         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2457         (__libc_current_sigrtmax): Likewise.
2459 2002-08-08  Roland McGrath  <roland@redhat.com>
2461         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2462         * catgets/open_catalog.c (__open_catalog): Likewise.
2464         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2465         from typo INITIAL_NUM_NANES.
2466         (create_archive): Update use.
2468 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2470         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2472 2002-08-08  Roland McGrath  <roland@frob.com>
2474         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2476 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2478         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2479         else and undefine after including wcstol_l.c.
2480         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2482 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2484         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2486 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2488         * configure.in: Make the test for broken_alias_attribute stricter.
2490 2002-05-24  Robert Love  <rml@tech9.net>
2492         * posix/Makefile (routines): Add sched_getaffinity and
2493         sched_setaffinity.
2494         * posix/sched.h: Add declarations for sched_getaffinity and
2495         sched_setaffinity.
2496         * sysdeps/generic/sched_getaffinity.c: New file.
2497         * sysdeps/generic/sched_setaffinity.c: New file.
2498         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2499         sched_setaffinity.
2501 2002-08-06  Andreas Schwab  <schwab@suse.de>
2503         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2505 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2507         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2508         message.
2510         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2511         It is known to be defined.
2513         * include/string.h: Define index and rindex only if _ISOMAC is not
2514         defined.
2516         * elf/rtld.c: Include <errno.h>.
2517         * sysdeps/generic/libc-tls.c: Likewise.
2519 2002-08-07  Roland McGrath  <roland@redhat.com>
2521         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2522         it internally.
2523         (precsize_aton): Likewise.
2525         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2526         the static symbols added in the last change (doofus is me).
2528         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2529         loop to notice missing categories in a composite name.
2531         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2532         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2533         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2534         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2536 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2538         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2540 2002-08-07  Roland McGrath  <roland@redhat.com>
2542         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2543         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2544         Reported by Jakub Jelinek  <jakub@redhat.com>.
2546 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2548         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2549         division.
2551 2002-08-06  Roland McGrath  <roland@redhat.com>
2553         * include/getopt.h: Put private decls inside [_GETOPT_H].
2554         Use libc_hidden_proto for getopt_long, getopt_long_only.
2555         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2556         Add libc_hidden_def.
2558         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2559         Define as a macro for __dl_iterate_phdr.
2561         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2562         made static.  Add __ name as a strong alias.
2563         (internal_endnetgrent): Likewise.
2564         (internal_getnetgrent_r): Likewise.
2566         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2567         with no __ prefix.
2568         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2569         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2570         all *_l functions with no __ prefix.
2571         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2572         * ctype/ctype_l.c: Likewise.
2573         * locale/nl_langinfo.c: Likewise.
2574         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2575         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2576         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2577         * wctype/wctype.h [__USE_GNU]: Likewise.
2578         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2579         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2580         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2581         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2582         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2583         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2584         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2585         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2586         (__wcscasecmp_l): Add libc_hidden_def.
2587         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2588         (__wcsncasecmp_l): Add libc_hidden_def.
2589         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2590         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2591         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2592         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2593         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2594         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2595         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2596         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2597         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2598         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2599         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2600         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2601         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2602         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2604 2002-08-05  Roland McGrath  <roland@redhat.com>
2606         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2607         netname2user, host2netname, user2netname, key_gendes.
2608         * sunrpc/netname.c: Add libc_hidden_def.
2609         * sunrpc/key_call.c: Likewise.
2611         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2612         freeaddrinfo.
2613         * inet/getnameinfo.c: Add libc_hidden_def.
2614         * sysdeps/generic/getaddrinfo.c: Likewise.
2615         * sysdeps/posix/getaddrinfo.c: Likewise.
2617         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2618         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2619         * wcsmbs/wmemset.c: Add libc_hidden_def.
2621         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2622         (index, rindex): Define as macros for strchr, strrchr.
2624         * string/envz.c (envz_strip): index -> strchr
2626         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2627         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2629         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2630         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2632         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2633         * stdlib/wctomb.c: Add libc_hidden_def.
2635         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2636         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2637         * resolv/herror.c: Likewise.
2638         * inet/rcmd.c: Add libc_hidden_def.
2639         * inet/ruserpass.c: Likewise.
2640         * inet/getnetgrent_r.c: Likewise.
2642         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2643         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2644         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2645         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2646         libc_hidden_def.
2647         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2648         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2650         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2651         __libc_system.
2652         (__libc_system): Call it, putting just the line == NULL test here.
2654         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2655         variables work right.
2657         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2658         * elf/dl-close.c (_dl_close): Likewise.
2660         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2661         in6addr_any, in6addr_loopback.  Remove decls for
2662         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2663         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2664         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2665         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2666         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2667         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2668         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2669         in6addr_loopback.
2670         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2672         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2673         ether_aton_r.
2674         * inet/ether_aton_r.c: Add libc_hidden_def.
2675         * inet/ether_ntoa_r.c: Likewise.
2677         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2678         xprt_unregister.
2679         * sunrpc/svc.c: Add libc_hidden_def.
2680         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2681         pmap_set, pmap_unset.
2682         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2683         * sunrpc/pm_getport.c: Likewise.
2684         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
2685         * sunrpc/publickey.c: Add libc_hidden_def.
2687 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2689         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
2690         the other memset call in this function.
2692         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
2693         at correct index.  Clear BSS region now that memalign is used.
2695 2002-08-05  Roland McGrath  <roland@redhat.com>
2697         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
2698         * sysdeps/generic/uname.c: Add libc_hidden_def.
2699         * sysdeps/mach/hurd/uname.c: Likewise.
2701 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
2703         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
2704         wcspbrk): Add libc_hidden_proto.
2705         * time/strftime.c (my_strftime): Add libc_hidden_def.
2706         (strftime): Remove libc_hidden_def.
2707         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
2708         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
2709         * wcsmbs/wcsspn.c (wcsspn): Likewise.
2710         * wcsmbs/wcscmp.c (wcscmp): Likewise.
2711         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
2712         * wcsmbs/wcscoll.c (wcscoll): Likewise.
2714         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
2715         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2716         __rpc_thread_createerr): Add libc_hidden_proto.
2717         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
2718         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2719         __rpc_thread_createerr): Add libc_hidden_def.
2721         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
2722         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
2723         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
2724         clnt_perror, clnt_sperror): Add libc_hidden_def.
2725         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
2727         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
2728         libc_hidden_proto.
2729         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
2730         * sunrpc/des_soft.c (des_setparity): Likewise.
2732         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
2733         Add libc_hidden_proto.
2734         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
2735         Add libc_hidden_def.
2737 2002-08-05  Roland McGrath  <roland@redhat.com>
2739         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
2740         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
2741         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
2742         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
2743         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
2744         old data, abandoning the original memory allocated by rtld at startup,
2745         instead of calling realloc normally.
2747 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2749         * po/fr.po: Update from translation team.
2751 2002-08-04  Roland McGrath  <roland@redhat.com>
2753         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
2754         then generate a dummy module under the given name, obeying the
2755         normal rules for the "caller" field.
2757         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
2758         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
2760         * include/pthread.h: Don't declare __pthread_initialize_minimal as
2761         weak here; we declare it weak or strong in the one place we use it.
2762         * sysdeps/generic/libc-start.c: ... which is here.
2763         Don't make the decl weak if [USE_TLS], since static programs need TLS
2764         setup even when single-threaded.
2766         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
2768         * elf/Makefile (test-srcs): Add $(modules-names) to it.
2769         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
2770         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
2771         all these variables.
2773 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2775         * include/stdio.h: Don't define macro magic to redirect function
2776         calls if _ISOMAC is defined.
2778         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
2779         ldouble asin tests.
2781 2002-08-04  Roland McGrath  <roland@redhat.com>
2783         * stdlib/lrand48_r.c: Add libc_hidden_def.
2785         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
2786         TCB with __libc_memalign instead of mmap.
2787         (_dl_deallocate_tls): Free it with free instead of munmap.
2789         * Makerules (cpp-srcs-left): When setting this to run
2790         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
2791         words.  Combine the two loops into one on the concatenated list,
2792         including those as well as $(test-srcs).
2794         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
2795         since we align here with optimally minimal waste anyway.
2796         (malloc): Just call that.
2798         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
2799         the right variable.
2801         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
2802         to compute memory location for l_tls_initimage.
2803         * elf/rtld.c (_dl_start): Likewise.
2804         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
2806         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
2807         because the .d file is generated in the non-shared case and
2808         so fails to catch them otherwise.
2810         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
2811         split out of _dl_allocate_tls.
2812         (_dl_allocate_tls_init): Likewise.
2813         (_dl_allocate_tls): Call those.
2814         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
2815         * elf/rtld.c (dl_main): Call them separately instead of calling
2816         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
2817         is finished, so that the initializer data has been relocated before we
2818         copy it into the main thread's TLS block.
2820         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
2821         loop conditions, prevented the last used module from being initialized.
2823 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
2825         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
2826         if glob resp. globfree are not macros.
2827         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
2828         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
2829         Add libc_hidden_ver.
2830         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
2831         libc_hidden_def.
2832         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
2833         instead of libc_hidden_weak.
2834         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
2835         libc_hidden_ver instead of libc_hidden_def.
2836         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
2837         libc_hidden_ver instead of libc_hidden_def.
2838         (wcstoll, wcstoq): Remove libc_hidden_weak.
2839         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
2840         libc_hidden_ver.
2841         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
2842         libc_hidden_ver.
2843         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
2844         libc_hidden_ver.
2845         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
2846         libc_hidden_ver.
2848 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2850         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
2851         to access _sys_siglist.
2852         * string/strsignal.c: Likewise.
2853         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
2854         * sysdeps/gnu/siglist.c: Likewise.
2855         * sysdeps/unix/siglist.c: Likewise.
2856         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
2858         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
2860         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
2862         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
2863         alias and use it.
2864         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
2866         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
2867         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
2868         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
2870         * include/time.h: Add libc_hidden_proto for __gmtime_r.
2871         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
2873         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
2874         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
2875         and __gconv_get_cache respectively.
2876         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
2877         defined static.  Change all users.
2878         (__gconv_get_cache): New function.
2879         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
2880         (__gconv_get_alias_db): New function.
2881         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
2882         (__conv_modules_db): Likewise.
2883         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
2884         and __gconv_get_alias_db.
2885         * iconv/iconv_prog.c: Use the new functions instead of accessing the
2886         variables.
2888         * include/stdlib.h: Add prototype and libc_hidden_proto for
2889         __default_morecore.
2890         * sysdeps/generic/morecore.c: Include <stdlib.h>.
2892         * malloc/obstack.c: Remove fputs macro.
2894         * malloc/mtrace.c: Remove fopen macro.
2896 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
2898         * manual/debug.texi: Fix spelling to programmatically.
2899         Reported by <hayastan132@hotmail.com>.
2901 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2903         * include/libio.h: Add libc_hidden_proto for __uflow.
2904         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
2905         fgetpos to _IO_* names.
2906         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
2907         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
2908         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
2909         putwc_unlocked, vswscanf.
2910         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
2911         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
2912         * libio/fseek.c: Likewise.
2913         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
2914         not fopencookie.
2915         * libio/genops.c (__uflow): Add libc_hidden_def.
2916         * libio/iofflush_u.c (fflush_unlocked): Likewise.
2917         * libio/iofgets_u.c (fgets_unlocked): Likewise.
2918         * libio/iofputs_u.c (fputs_unlocked): Likewise.
2919         * libio/iofputws_u.c (fputws_unlocked): Likewise.
2920         * libio/iofread_u.c (fread_unlocked): Likewise.
2921         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2922         * libio/iovswscanf.c (vswscanf): Likewise.
2923         * libio/putwc_u.c (putwc_unlocked): Likewise.
2924         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
2925         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
2926         * malloc/mtrace.c: Likewise.
2928         * sunrpc/clnt_perr.c: Remove fputs macro.
2929         * sunrpc/svc_simple.c: Likewise.
2930         * sunrpc/svc_tcp.c: Likewise.
2931         * sunrpc/svc_udp.c: Likewise.
2932         * sunrpc/xdr_rec.c: Likewise.
2933         * sunrpc/xdr_ref.c: Likewise.
2935         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
2936         iconv_prog, linereader, and charmap-dir.
2937         * locale/Makefile: Likewise for locale and charmap-dir.
2938         * malloc/Makefile: Likewise for memusagestat.
2939         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
2940         * sunrpc/Makefile: Likewise for rpc_main.
2941         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
2942         * timezone/Makefile: Likewise for zic.
2944         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
2946         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
2947         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
2948         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
2949         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
2950         _dl_close.
2952         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
2953         __wunderflow.
2954         * libio/genops.c (__underflow): Add libc_hidden_def.
2955         * libio/wgenops.c (__wuflow): Likewise.
2956         (__wunderflow): Likewise.
2958         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
2959         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
2961         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
2962         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
2964         * include/string.h: Add libc_hidden_proto for __strverscmp.
2965         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
2967         * include/unistd.h: Add libc_hidden_proto for __sysconf.
2968         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
2969         * sysdeps/posix/sysconf.c: Likewise.
2970         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
2971         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
2973         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
2974         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
2975         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
2976         __iswxdigit_l, __towlower_l, __towupper_l.
2977         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
2978         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
2980         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
2981         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
2982         * sysdeps/mach/hurd/xmknod.c: Likewise.
2983         * sysdeps/unix/xmknod.c: Likewise.
2984         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
2985         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
2986         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
2988         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
2990 2002-08-03  Roland McGrath  <roland@redhat.com>
2992         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
2993         setpriority.
2994         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
2995         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
2996         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
2997         * sysdeps/mach/hurd/setpriority.c: Likewise.
2998         * sysdeps/mach/hurd/getpriority.c: Likewise.
2999         * sysdeps/generic/setpriority.c: Likewise.
3000         * sysdeps/generic/getpriority.c: Likewise.
3002         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3003         * malloc/mcheck.c: Add libc_hidden_def.
3005         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3006         * misc/hsearch_r.c: Add libc_hidden_def.
3008         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3009         * posix/fnmatch.c: Add libc_hidden_weak.
3011         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3012         execl, execle, execlp, execvp, getpid, getsid.
3013         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3014         * sysdeps/unix/alarm.c: Likewise.
3015         * posix/confstr.c: Likewise.
3016         * posix/execvp.c: Likewise.
3017         * posix/execlp.c: Likewise.
3018         * posix/execle.c: Likewise.
3019         * posix/execl.c: Likewise.
3020         * sysdeps/generic/getsid.c: Likewise.
3021         * sysdeps/mach/hurd/getsid.c: Likewise.
3022         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3023         * sysdeps/mach/hurd/getpid.c: Likewise.
3025         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3026         qecvt_r, qfcvt_r, lrand48_r.
3027         * misc/efgcvt_r.c: Add libc_hidden_def.
3029         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3030         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3032         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3033         * locale/nl_langinfo.c: Add libc_hidden_def.
3035         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3036         * sysdeps/generic/glob.c: Add libc_hidden_def.
3037         * sysdeps/generic/glob64.c: Likewise.
3038         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3040         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3042         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3044         * locale/setlocale.c (_nl_current_names): Variable moved ...
3045         * locale/localename.c (_nl_current_names): ... here, new file.
3046         Make it global, with attribute_hidden.
3047         * locale/localeinfo.h: Declare it.
3048         * locale/Makefile (aux): Add localename.
3049         * locale/localename.c (__current_locale_name): New function.
3050         * include/locale.h (__current_locale_name): Declare it.
3051         * intl/dcigettext.c (guess_category_value): Use that instead of
3052         calling setlocale.
3054         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3055         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3056         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3057         * locale/newlocale.c: Add alias to __ name.
3058         * locale/duplocale.c: Likewise.
3059         * locale/freelocale.c: Likewise.
3060         * locale/uselocale.c: New file.
3061         * locale/Makefile (routines): Add it.
3062         * locale/Versions (libc: GLIBC_2.3): New set.
3063         Add newlocale, duplocale, freelocale, uselocale.
3064         (libc: GLIBC_PRIVATE): Add __uselocale.
3066         * locale/localeinfo.h [SHARED]
3067         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3068         (_NL_CURRENT_DATA): Define using that.
3069         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3070         (_NL_CURRENT_DEFINE): Define to empty.
3071         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3072         conditionalized on this.
3073         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3074         taking initializer of _nl_C_locobj.
3075         [SHARED] (_nl_global_locale): New variable, using that initializer.
3076         (_nl_C_locobj): Use new macro for initialzier.
3077         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3078         [! SHARED] (CATEGORY_USED): New macro.
3079         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3080         (setdata, setlocale): Use that macro instead of examining _nl_current.
3081         (setdata): Set the slot in _nl_global_locale.
3082         Conditionalize setting of _nl_current on [! SHARED].
3083         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3084         declaration as an extern.
3085         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3087         * include/locale.h: Use libc_hidden_proto for setlocale.
3088         * locale/setlocale.c: Add libc_hidden_def.
3090         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3092         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3093         * misc/hsearch_r.c: Add libc_hidden_def.
3094         * misc/lsearch.c: Likewise.
3096         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3097         endttyent.
3098         * misc/getttyent.c: Add libc_hidden_def.
3100         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3101         * malloc/mcheck.c: Add libc_hidden_def.
3103         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3104         * include/argz.h: Use libc_hidden_proto for argz_delete.
3105         * string/argz-delete.c: Add libc_hidden_def.
3106         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3108         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3109         HIDDEN_JUMPTARGET for _exit.
3110         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3111         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3112         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3113         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3115         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3116         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3117         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3118         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3120         * include/stdlib.h: Use libc_hidden_proto for abort,
3121         __strtof_internal, __strtod_internal, __strtold_internal,
3122         __strtol_internal, __strtoll_internal, __strtoul_internal,
3123         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3124         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3125         __strtoul_l_internal, __strtoull_l_internal.
3126         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3127         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3128         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3129         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3130         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3131         __wcsncasecmp_l.
3132         * sysdeps/generic/abort.c: Add libc_hidden_def.
3133         * stdlib/strtod.c: Likewise.
3134         * sysdeps/generic/strtol.c: Likewise.
3135         * sysdeps/wordsize-64/strtol.c: Likewise.
3136         * sysdeps/wordsize-64/wcstol.c: Likewise.
3137         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3139         * include/stdlib.h: Use libc_hidden_proto for qsort.
3140         * stdlib/msort.c: Add libc_hidden_def.
3142         * include/utime.h: Use libc_hidden_proto for utime.
3143         * sysdeps/generic/utime.c: Add libc_hidden_def.
3144         * sysdeps/unix/utime.c: Likewise.
3146         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3147         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3148         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3149         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3150         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3152         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3153         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3154         and __libc_current_sigrtmax.
3155         * signal/sigismem.c: Add libc_hidden_def.
3156         * signal/sigfillset.c: Likewise.
3157         * signal/sigempty.c: Likewise.
3158         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3159         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3160         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3161         * sysdeps/posix/raise.c: Likewise.
3162         * sysdeps/generic/raise.c: Likewise.
3164 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3166         * include/string.h: Use libc_hidden_proto for __stpcpy.
3167         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3168         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3169         * sysdeps/generic/stpcpy.c: Likewise.
3170         * sysdeps/i386/stpcpy.S: Likewise.
3171         * sysdeps/i386/i586/stpcpy.S: Likewise.
3172         * sysdeps/powerpc/stpcpy.S: Likewise.
3173         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3174         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3176         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3177         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3178         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3179         libc_hidden_def.
3180         * string/strdup.c (__strdup): Likewise.
3181         * string/strndup.c (__strndup): Likewise.
3182         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3183         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3185 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3187         * include/libio.h: New file.
3188         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3189         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3190         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3191         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3192         * sysdeps/unix/common/syscalls.list: Likewise.
3193         * sysdeps/unix/inet/syscalls.list: Likewise.
3194         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3195         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3196         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3197         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3198         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3199         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3200         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3201         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3202         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3203         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3204         * sysdeps/unix/syscalls.list: Likewise.
3206 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3207             Ulrich Drepper  <drepper@redhat.com>
3209         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3210         the arguments is big enough to cause an overflow.
3212 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3214         * assert/assert.c: Use hidden_def not INTDEF.
3216 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3218         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3219         not defined.
3221 2002-08-03  Roland McGrath  <roland@redhat.com>
3223         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3224         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3225         verr, verrx.
3226         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3227         * misc/syslog.c: Add libc_hidden_def.
3228         * misc/err.c: Likewise.
3229         * stdlib/exit.c: Likewise.
3230         * stdlib/bsearch.c: Likewise.
3231         * sysdeps/generic/getenv.c: Likewise.
3233         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3235         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3236         libc_hidden_weak for every system call symbol defined.
3238         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3239         timelocal, localtime, strftime.
3240         * time/asctime.c: Add libc_hidden_def.
3241         * time/mktime.c: Likewise.
3242         * time/localtime.c: Likewise.
3243         * time/strftime.c: Likewise.
3244         * time/strptime.c: Likewise.
3245         * sysdeps/generic/time.c: Likewise.
3246         * sysdeps/unix/time.c: Likewise.
3247         * sysdeps/unix/sysv/i386/time.S: Likewise.
3248         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3250         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3251         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3252         * resolv/inet_ntop.c: Likewise.
3253         * resolv/inet_pton.c: Likewise.
3254         * inet/inet_mkadr.c: Add libc_hidden_def.
3255         * inet/inet_netof.c: Likewise.
3256         * resolv/inet_addr.c: Likewise.
3258         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3259         clauses from conditionals for now.  Will have to be fixed later
3260         for older compilers.
3262         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3264 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3266         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3267         broken alias attribute handling.
3268         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3270 2002-08-02  Roland McGrath  <roland@frob.com>
3272         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3273         since it sets the variables we use in a -D switch.
3275 2002-08-02  Roland McGrath  <roland@redhat.com>
3277         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3278         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3279         matches long int, not int.
3281         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3282         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3283         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3284         * wctype/wctrans.c (wctrans): Likewise.
3285         * wctype/wctype.c (__wctype): Likewise.
3286         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3288 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3290         * assert/assert.c (__assert_fail): Fix typo in comment.
3292         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3293         * sunrpc/rpc_thread.c: Define it without static.
3294         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3296 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3298         * assert/assert.c (__assert_fail): Remove undef.
3299         Replace INTDEF with libc_hidden_def.
3300         * assert/__assert.c (__assert): Remove INTUSE.
3301         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3302         libc_hidden_weak.
3303         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3304         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3305         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3306         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3307         libm_hiden_ver): Define.
3308         * include/assert.h (__assert_fail_internal): Remove.
3309         (__assert_fail): Add prototype.  Add hidden_proto.
3310         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3311         libc_hidden_proto.
3312         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3313         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3314         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3315         Add libc_hidden_proto.
3316         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3317         __fcntl): Add libc_hidden_proto.  Remove macros.
3318         (__open_internal, __fcntl_internal): Remove.
3319         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3320         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3321         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3322         libc_hiden_proto.
3323         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3324         libc_hidden_def.
3325         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3326         Add libc_hidden_def.
3327         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3328         * sysdeps/generic/open.c (__open): Remove undef.
3329         Add libc_hidden_def.  Remove INTDEF.
3330         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3331         Add libc_hidden_def.
3332         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3333         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3334         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3335         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3336         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3337         (__libc_fcntl): Add libc_hidden_def.
3338         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3339         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3340         (__libc_open): Add libc_hidden_def.
3341         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3342         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3343         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3344         Add libc_hidden_def.
3345         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3346         Add libc_hidden_def.
3347         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3348         undef.
3349         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3350         (__libc_fcntl): Add libc_hidden_def.
3351         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3352         __getpgid_internal, __chown_internal): Remove.
3353         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3354         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3355         __GI___chown): Add.
3356         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3357         __getpid_internal, __open_internal, __write_internal): Remove.
3358         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3359         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3360         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3361         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3362         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3363         Replace INTDEF with libc_hidden_def.
3364         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3365         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3366         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3367         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3368         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3369         Add libc_hidden_proto.
3370         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3371         * include/sys/select.h (__select): Likewise.
3372         * include/sys/socket.h (__send): Likewise.
3373         * include/sys/statfs.h (__statfs): Likewise.
3374         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3375         __getpid, __getpgid, __setpgid, __close, __read, __write,
3376         __getpagesize, __sbrk): Likewise.
3377         (__chown_internal, __dup2_internal, __getpid_internal,
3378         __getpgid_internal, __close_internal, __write_internal,
3379         __getpagesize_internal): Remove.
3380         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3381         Remove macros.
3382         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3383         * include/sched.h (__sched_setscheduler): Likewise.
3384         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3385         * include/stdlib.h (__secure_getenv): Likewise.
3386         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3387         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3388         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3389         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3390         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3391         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3392         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3393         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3394         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3395         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3396         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3397         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3398         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3399         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3400         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3401         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3402         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3403         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3404         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3405         * libio/genops.c (__overflow): Add libc_hidden_def.
3406         * libio/iovdprintf.c: Remove libio.h include.
3407         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3408         libc_hidden_weak): Define to nothing if not defined.
3409         (__overflow, __woverflow): Add libc_hidden_proto.
3410         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3411         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3412         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3413         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3414         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3415         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3416         and libc_hidden_def.
3417         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3418         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3419         (__getpgid): Add libc_hidden_proto.
3420         (__bsd_getpgrp): Remove INTUSE.
3421         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3422         libc_hidden_def.
3423         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3424         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3425         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3426         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3427         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3428         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3429         __rpc_thread_createerr): Add libc_hidden_def.
3430         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3431         libc_hidden_def.
3432         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3433         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3434         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3435         * sysdeps/generic/chown.c (__chown): Likewise.
3436         * sysdeps/generic/close.c (__close): Likewise.
3437         * sysdeps/generic/dup2.c (__dup2): Likewise.
3438         * sysdeps/generic/pipe.c (__pipe): Likewise.
3439         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3440         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3441         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3442         * sysdeps/generic/read.c (__libc_read): Likewise.
3443         (__read): Add libc_hidden_weak.
3444         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3445         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3446         * sysdeps/generic/select.c (__select): Likewise.
3447         * sysdeps/generic/send.c (__send): Likewise.
3448         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3449         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3450         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3451         * sysdeps/generic/statfs.c (__statfs): Likewise.
3452         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3453         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3454         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3455         Remove undef and INTDEF.
3456         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3457         * sysdeps/generic/getpid.c (__getpid): Likewise.
3458         * sysdeps/generic/write.c (__libc_write): Likewise.
3459         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3460         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3461         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3462         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3463         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3464         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3465         Remove undef and INTDEF.
3466         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3467         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3468         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3469         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3470         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3471         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3472         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3473         (__pipe): Add libc_hidden_def.
3474         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3475         libc_hidden_weak.
3476         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3477         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3478         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3479         (__read): Add libc_hidden_weak.
3480         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3481         (__libc_pwrite64): Add libc_hidden_def.
3482         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3483         * sysdeps/mach/hurd/select.c (__select): Likewise.
3484         * sysdeps/mach/hurd/send.c (__send): Likewise.
3485         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3486         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3487         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3488         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3489         * sysdeps/posix/dup2.c: Likewise.
3490         Remove undef and INTDEF.
3491         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3492         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3493         (__pwrite64): Add libc_hidden_weak.
3494         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3495         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3496         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3497         * sysdeps/standalone/close.c (__close): Likewise.
3498         * sysdeps/standalone/write.c (__libc_write): Likewise.
3499         (__write): Add libc_hidden_weak.
3500         * sysdeps/standalone/read.c (__read): Likewise.
3501         (__libc_read): Add libc_hidden_def.
3502         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3503         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3504         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3505         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3506         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3507         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3508         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3509         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3510         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3511         __GI___sigaction): Add.
3512         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3513         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3514         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3515         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3516         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3517         __GI___setpgid): Add.
3518         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3519         Remove undef and INTDEF.
3520         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3521         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3522         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3523         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3524         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3525         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3526         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3527         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3528         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3529         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3530         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3531         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3532         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3533         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3534         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3535         __GI___statfs, __GI___send): Add.
3536         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3537         libc_hidden_ver resp. libc_hidden_def.
3538         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3539         libc_hidden_def.
3540         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3541         Likewise.  Remove undef and INTDEF.
3542         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3543         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3544         __GI___statfs, __GI___send): Add.
3545         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3546         libc_hidden_def.
3547         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3548         Likewise.
3549         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3550         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3551         libc_hidden_ver resp. libc_hidden_def.
3552         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3553         __GI___send): Add.
3554         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3555         Add libc_hidden_weak.
3556         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3557         Add libc_hidden_def.
3558         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3559         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3560         libc_hidden_weak.
3561         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3562         resp. libc_hidden_def.
3563         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3564         libc_hidden_weak.
3565         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3566         INTDEF.
3567         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3568         Likewise.  Remove undef.
3569         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3570         libc_hidden_weak.
3571         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3572         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3573         libc_hidden_weak.
3574         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3575         libc_hidden_def.
3576         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3577         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3578         Likewise.  Remove undef and INTDEF.
3579         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3580         libc_hidden_def.
3581         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3582         libc_hidden_weak.
3583         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3584         libc_hidden_def.
3585         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3586         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3587         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3588         libc_hidden_weak.
3589         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3590         Add libc_hidden_def.
3591         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3592         __GI___statfs): Add.
3593         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3594         libc_hidden_weak.
3595         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3596         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3597         Remove undef and INTDEF.
3598         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3599         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3600         libc_hidden_def.
3601         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3602         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3603         libc_hidden_weak.
3604         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3605         libc_hidden_def.
3606         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3607         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3608         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3609         Add.
3610         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3611         libc_hidden_def.  Remove undef and INTDEF.
3612         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3613         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3614         libc_hidden_def.
3615         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3616         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3617         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3618         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3619         Remove undef and INTDEF.
3620         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3621         broken visibility attribute handling.
3622         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3624 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3626         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3627         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3629         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3630         previous patch.
3632 2002-06-29  Todd Fries  <todd@openbsd.org>
3634         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3636 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3638         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3640 2002-07-30  Roland McGrath  <roland@redhat.com>
3642         * resolv/resolv.h (_res): Define macro unconditionally.
3643         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3644         * include/resolv.h: ... here.
3645         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3646         as a __thread variable.
3647         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3648         a __thread variable instead of a global.
3649         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3651         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3652         time we test it.
3654         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3656         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3657         decls of memset and memcpy.
3659         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3660         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3662         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3664         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3665         (__libc_tsd_define): Define using __thread.
3667         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3668         (__rpc_thread_variables): Use __libc_tsd_get.
3669         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3670         __rpc_thread_variables, which might allocate what we're about to free.
3672         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3673         thread-local variable.
3674         * resolv/netdb.h (h_errno): Define macro unconditionally.
3675         [_LIBC] (__set_h_errno): Macro moved to ...
3676         * include/netdb.h: ... here.
3677         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3678         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3679         [! _LIBC_REENTRANT]: #undef h_errno here.
3681         * include/errno.h: Protect from multiple inclusion.
3683         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3684         before defining them, since Linux's <linux/posix_types.h> might have
3685         defined them.
3687 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3689         * malloc/malloc.c (public_cALLOc): Check for overflow on
3690         multiplication.
3691         * sunrpc/xdr_array.c (xdr_array): Likewise.
3692         * sunrpc/rpc/types.h (mem_free): Add comment.
3693         Patch by Solar Designer <solar@openwall.com>.
3695 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3697         * sysdeps/unix/sysv/linux/kernel-features.h
3698         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
3700 2002-08-01  Roland McGrath  <roland@redhat.com>
3702         * libio/fileops.c (_IO_file_sync_mmap): New function.
3703         (_IO_file_jumps_mmap): Use it.
3704         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
3705         repeat the stat check and resize the mapped buffer as necessary.
3707 2002-07-31  Roland McGrath  <roland@redhat.com>
3709         * libio/fileops.c (decide_maybe_mmap): New static function.
3710         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
3711         mmap the file contents.  Then switch the jump tables to the mmap
3712         tables if it worked, or the vanilla file tables if not.
3713         (_IO_file_underflow_maybe_mmap): New function.
3714         (_IO_file_seekoff_maybe_mmap): New function.
3715         (_IO_file_xsgetn_maybe_mmap): New function.
3716         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
3717         * libio/libioP.h: Declare those.
3718         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
3719         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
3720         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
3721         If the stream is read-only, set its jump tables to those new ones.
3722         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
3723         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
3724         We need the tables set before _IO_file_attach.
3726         * libio/tst-mmap-eofsync.c: New file.
3727         * libio/tst-mmap-fflushsync.c: New file.
3728         * libio/bug-mmap-fflush.c: New file.
3729         * libio/tst-mmap2-eofsync.c: New file.
3730         * libio/Makefile (tests): Add them.
3732         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
3733         _IO_file_underflow_mmap fails, it already set the appropriate bit.
3735 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
3737         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
3738         Declarations moved to <bits/sys_errlist.h>.  Include that file.
3739         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
3740         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
3741         declare sys_errlist and sys_nerr.
3742         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
3743         provide declarations.
3745 2002-07-31  Roland McGrath  <roland@redhat.com>
3747         * elf/rtld.c (dl_main): Fix typo in error message.
3749 2002-07-31  Roland McGrath  <roland@frob.com>
3751         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
3752         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
3753         sysdeps/mach/hurd/dl-sysdep.c change.
3755 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
3757         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
3758         -r`/build/include for kernel headers.
3760         * po/fi.po: New file.
3762 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
3764         * configure.in (static_nss): Set to `yes' if --disable-shared.
3766 2002-07-23  Bruno Haible  <bruno@clisp.org>
3768         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
3769         is set.
3771 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3773         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
3774         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
3775         arguments.
3777 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3779         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
3780         alias.
3782 2002-07-21  Bruno Haible  <bruno@clisp.org>
3784         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
3785         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
3786         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
3787         trans_sysdep_tab_offset.
3788         (struct sysdep_segment): New type.
3789         (struct sysdep_string): New type.
3790         (SEGMENTS_END): New macro.
3791         * intl/gettextP.h (struct sysdep_string_desc): New type.
3792         (struct loaded_domain): New fields malloced, n_sysdep_strings,
3793         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
3794         orig_tab, trans_tab, hash_tab to const pointers because they point
3795         into read-only memory.
3796         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
3797         (PRI*): Define fallback values.
3798         (get_sysdep_segment_value): New function.
3799         (_nl_load_domain): Distinguish major and minor revision parts. Add
3800         support for minor revision 1 with system dependent strings.
3801         (_nl_unload_domain): Also free the 'malloced' field.
3802         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
3803         now done in loadmsgcat.c. Add support for system dependent strings.
3805 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3807         * posix/bug-regex7.c: New file.
3808         * posix/bug-regex8.c: New file.
3809         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
3811 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3813         * posix/bug-regex4.c (main): Fix typos.
3814         * posix/bug-regex6.c (main): Likewise.
3816 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
3818         * posix/bug-regex6.c (main): Fix warnings.
3820         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
3822         * iconv/iconv_prog.c (main): Improve error message for the cases
3823         where -t and/or -f parameter are missing.
3825 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
3827         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
3828         (re_search): Likewise.
3829         (re_match_2): Likewise.
3830         (re_search_2): Likewise.
3831         (re_search_stub): New function.
3832         (re_search_2_stub): New function.
3833         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
3835 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
3837         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
3838         (re_string_eoi): Use STOP instead of LEN.
3839         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
3840         (re_string_construct): Likewise.
3841         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
3842         * posix/regexec.c (re_search_internal): Add a new argument STOP
3843         so that it can handle the argument STOP of re_search_2 and re_match_2
3844         correctly.
3845         (regexec): Adapt to new I/F of re_search_internal.
3846         (re_search_stub): Likewise.
3848 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
3850         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
3852         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
3854         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
3855         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
3856         of __divdi3.
3858         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
3859         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
3860         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
3861         alias for adjtimex syscall.
3863         * elf/dl-minimal.c: Define __assert_fail_internal.
3864         * assert/assert.c: Likewise.
3865         * include/assert.h: Define __assert_file macro if !SHARED and not
3866         NOT_IN_libc.
3868         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
3869         programs.
3870         * locale/Makefile: Likewise.
3871         * nscd/Makefile: Likewise.
3872         * catgets/Makefile: Likewise.
3874 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3876         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
3877         compute current position.
3879         * stdio-common/tst-fseek.c (main): Improve error messages.
3881         * libio/tst-freopen.c (main): Remove unused variable.
3883         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
3884         succesful seek call.  Simplify error checking.
3886 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3888         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
3889         * sysdeps/ia64/fpu/libm_support.h: Likewise.
3891 2002-07-19  Roland McGrath  <roland@frob.com>
3893         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
3894         __libc_enable_secure is set.
3896 2002-07-24  Roland McGrath  <roland@frob.com>
3898         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
3899         This implementation supports only IPv4.
3900         * inet/ifaddrs.h: New file.
3901         * sysdeps/generic/ifaddrs.c: New file.
3902         * sysdeps/gnu/ifaddrs.c: New file.
3903         * inet/test-ifaddrs.c: New file.
3904         * inet/Makefile (routines): Add ifaddrs.
3905         (headers): Add ifaddrs.h here.
3906         (tests): Add test-ifaddrs.
3907         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
3909         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
3910         socket call to get an AF_INET socket, instead of using __opensock.
3911         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
3913         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
3914         if not -1 use it instead of calling __opensock.
3915         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
3916         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
3917         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
3919         * sysdeps/mach/hurd/ifreq.h: New file.
3920         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
3921         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
3922         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
3924         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
3925         which gets moved around.  Calculate size of mmap'd buffer instead.
3927 2002-07-24  Philip Blundell  <philb@gnu.org>
3929         * sysdeps/unix/arm/brk.S: Improve schedule.
3930         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
3931         efficient instruction.
3932         (__socket): Optimize return sequence.
3934 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3936         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
3937         sockets on old kernels.
3939 2002-07-22  Philip Blundell  <philb@gnu.org>
3941         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
3942         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
3943         alias.
3945 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3947         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
3948         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
3950         * locale/programs/locarchive.c (add_locale_to_archive): Correct
3951         test to detect duplicate locales.
3953         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
3954         position would be before beginning of file.
3955         (_IO_file_seekoff_mmap): Likewise.
3956         * libio/Makefile (tests): Add bug-fseek.
3957         * libio/bug-fseek.c: New file.
3959         * intl/explodename.c: Remove support for CEN-style locale variables.
3960         It was never used and shouldn't be since it's not portable.
3961         * intl/finddomain.c: Likewise.
3962         * intl/l10nflist.c: Likewise.
3963         * intl/loadinfo.h: Likewise.
3964         * locale/findlocale.c: Likewise.
3966 2002-07-24  Roland McGrath  <roland@frob.com>
3968         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
3969         position, calculate it to take into account an active pushback buffer.
3971         * libio/Makefile (tests): Add bug-ungetc.
3972         * libio/bug-ungetc.c: New file.
3974 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
3976         * sysdeps/generic/libc-tls.c: New file.
3977         * csu/Makefile (routines): Add libc-tls.
3978         (static-only-routines): Add libc-tls.
3979         * elf/dl-support.c (_dl_phdr): New variable.
3980         (_dl_phnum): New variable.
3981         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
3982         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
3983         for !SHARED.  First look through auxiliary vector.  If TLS always
3984         call __pthread_initialize_minimal.
3986         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
3987         in mmap call is never zero.
3989 2002-07-23  Andreas Jaeger  <aj@suse.de>
3991         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
3992         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
3994 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
3996         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
3997         creation and removal of the temp file.
3999         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4000         file creation.
4001         * test-skeleton.c (create_temp_file): New function.
4003 2002-07-22  Andreas Jaeger  <aj@suse.de>
4005         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4006         local label.
4008 2002-07-21  Roland McGrath  <roland@frob.com>
4010         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4011         put -I../include before -I../stdlib so we get the right errno.h et al.
4012         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4013         (CFLAGS-wcstof.c): Likewise.
4014         (CFLAGS-wcstold.c): Likewise.
4015         (CFLAGS-wcstod_l.c): Likewise.
4016         (CFLAGS-wcstof_l.c): Likewise.
4017         (CFLAGS-wcstold_l.c): Likewise.
4019 2002-07-19  Roland McGrath  <roland@frob.com>
4021         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4023 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4025         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4026         __ASSUME_AT_XID is defined.
4027         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4028         for 2.4.1 and up.
4029         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4030         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4032         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4033         (CFLAGS-wcstof.c): Likewise.
4034         (CFLAGS-wcstold.c): Likewise.
4035         (CFLAGS-wcstod_l.c): Likewise.
4036         (CFLAGS-wcstof_l.c): Likewise.
4037         (CFLAGS-wcstold_l.c): Likewise.
4039 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4041         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4042         __priority_which_t): Always typedef to int for C++.
4044 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4046         * configure.in: Add test for __thread support in compiler.
4047         * config.h.in: Add HAVE___THREAD.
4048         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4049         * include/sys/errno.h: Moved to...
4050         * stdlib/sys/errno.h: ...here.  New file.
4051         * stdlib/errno.h: New file.  Moved from...
4052         * include/errno.h: ...here.  Changed into an internal header defining
4053         libc-local things like __set_errno.
4054         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4055         bits/errno.h.
4056         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4057         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4058         either.
4059         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4060         from...
4061         (_dl_start_final): ...here.  Add code to initialize tls elements from
4062         bootstrap_map.
4063         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4064         if USE_TLS && HAVE___THREAD.
4065         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4066         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4067         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4068         * sysdeps/standalone/bits/errno.h: Likewise.
4069         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4070         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4071         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4072         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4073         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4074         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4075         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4076         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4077         use GL(dl_rtld_map), use map parameter.
4078         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4079         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4080         USE_TLS && HAVE___THREAD.
4081         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4082         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4083         TLS code sequence.
4084         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4086         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4087         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4088         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4089         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4090         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4091         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4093 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4095         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4096         MS_INVALIDATE values.
4098 2002-07-17  Andreas Schwab  <schwab@suse.de>
4099             Ulrich Drepper  <drepper@redhat.com>
4101         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4102         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4103         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4104         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4106 2002-07-01  H.J. Lu  <hjl@gnu.org>
4108         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4109         return value.
4111         * elf/circlemod1.c (circlemod1): Return int.
4112         * elf/circlemod2.c (circlemod2): Likewise.
4113         * elf/circlemod2a.c (circlemod2): Likewise.
4114         * elf/circlemod3.c (circlemod3): Likewise.
4115         (circlemod3a): A new function.
4117 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4119         * catgets/tst-catgets.c (main): Don't expect results for
4120         untranslated messages.
4122         * glibcbug.in: Fix little typo.  Remove STDIO.
4124         * config.h.in: Fail if __FAST_MATH__ is defined.
4125         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4126         (CPPFLAGS-test-idouble.c): Likewise.
4127         (CPPFLAGS-test-ildouble.c): Likewise.
4129 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4131         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4132         * intl/tst-gettext.c: Correctly handle untranslated messages in
4133         positive tests.
4135         * po/de.po: Update from translation team.
4137 2002-07-02  H.J. Lu  <hjl@gnu.org>
4139         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4140         use ll/sc.
4141         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4143         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4144         to 2.4.0 for mips.
4146 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4148         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4149         TLS fail if USE_TLS is not defined.
4151         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4152         and adjust state for seek position.  [PR libc/4070]
4153         * libio/Makefile (tests): Add bug-rewind.
4154         * libio/bug-rewind.c: New file.
4156 2002-07-12  Philip Blundell  <philb@gnu.org>
4158         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4159         (__backtrace): Use it.
4160         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4162 2002-07-12  Philip Blundell  <philb@gnu.org>
4164         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4165         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4166         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4167         (elf_machine_rela): Remove unused variable.
4169         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4170         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4171         define.
4173 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4175         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4177 2002-07-14  Andreas Jaeger  <aj@suse.de>
4179         * sysdeps/x86_64/bits/link.h: Add biarch support.
4181 2002-07-13  Andreas Jaeger  <aj@suse.de>
4183         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4184         Use correct indices.
4185         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4187 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4189         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4190         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4191         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4192         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4193         * sysdeps/s390/s390-32/bits/link.h: Remove.
4194         * sysdeps/s390/s390-64/bits/link.h: Remove.
4195         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4196         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4197         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4198         * sysdeps/s390/bits/wordsize.h: New file.
4199         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4200         elfclass.h.
4201         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4202         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4203         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4204         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4205         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4206         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4207         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4208         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4209         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4210         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4211         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4212         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4213         resource.h.
4214         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4215         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4216         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4217         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4218         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4219         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4220         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4221         sigaction.h.
4222         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4223         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4224         siginfo.h.
4225         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4226         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4227         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4228         socket.h.
4229         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4230         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4231         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4232         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4233         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4234         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4235         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4236         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4237         procfs.h.
4238         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4239         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4240         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4241         ucontext.h.
4242         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4243         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4245 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4247         * Versions.def (libc): Add GLIBC_2.3.
4248         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4249         * stdlib/canonicalize.c: Add compatibility version for realpath
4250         and make new code available in GLIBC_2.3.
4252 2002-07-06  Bruno Haible  <bruno@clisp.org>
4254         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4256 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4258         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4259         function do_init.  Use __libc_once.
4260         (do_init): New function.
4262         * iconvdata/iso8859-11.h: Removed.
4263         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4264         (distribute): Remove iso8859-11.h.
4265         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4267         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4268         underflow operation if c == (W)EOF.
4270 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4272         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4273         non-zero, adjust exponent.
4274         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4275         Remove NO_LONG_DOUBLE aliases.
4276         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4277         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4278         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4279         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4280         1**y and -1**+-Inf.
4281         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4282         Fix BITS_PER_MP_LIMB 32 extraction.
4283         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4284         exceptions for qNaNs.
4285         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4286         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4287         Raise exceptions when needed.  Don't recurse unnecessarily.
4288         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4289         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4290         exceptions for qNaNs.
4291         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4292         to fix *quo return value sign.
4293         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4294         case -Inf argument.
4295         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4297 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4299         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4300         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4301         -DNDEBUG.
4303 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4305         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4306         the result.
4308         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4309         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4311         * Versions.def (libthread_db): Add GLIBC_2.3.
4313 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4315         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4316         new stream if possible.
4317         * libio/freopen64.c (freopen64): Likewise.
4318         * libio/Makefile (tests): Add tst-freopen.
4319         * libio/tst-freopen.c: New file.
4321 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4323         * libio/stdio.h (obstack_printf): Add format attribute.
4324         (obstack_vprintf): Likewise.
4326 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4328         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4329         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4330         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4331         architectures.
4333 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4335         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4336         (init_dfa): ...here.
4338 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4340         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4341         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4342         nodes in parse trees.
4343         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4344         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4345         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4346         nodes which can epsilon transit.
4347         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4348         to IS_EPSILON_NODE macro.
4349         * posix/regexec.c (update_regs): New function to update registers
4350         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4351         (proceed_next_node): Use the entities of the nodes to determine
4352         whether the node can transit to.
4353         (set_regs): Use update_regs function to update registers.
4355 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4357         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4358         * posix/bug-regex6.c: New file.
4359         * posix/Makefile (tests): Add bug-regex6.
4360         (bug-regex6-ENV): Set LOCPATH.
4362 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4364         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4365         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4367 2002-07-06  Bruno Haible  <bruno@clisp.org>
4369         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4371 2002-07-06  Bruno Haible  <bruno@clisp.org>
4373         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4374         declarations.
4376         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4378         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4380         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4381         not _UTSNAME_H.
4382         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4384         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4385         * sysdeps/generic/bits/ustat.h: Likewise.
4387         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4389 2002-07-08  Andreas Jaeger  <aj@suse.de>
4391         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4393 2002-07-08  Andreas Jaeger  <aj@suse.de>
4395         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4397 2002-07-06  Andreas Jaeger  <aj@suse.de>
4399         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4400         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4401         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4402         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4403         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4404         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4405         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4406         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4407         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4408         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4409         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4411 2002-06-05  Brian Youmans <3diff@gnu.org>
4413         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4414         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4415         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4416         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4417         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4418         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4419         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4420         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4421         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4422         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4423         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4424         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4425         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4426         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4427         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4428         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4429         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4430         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4431         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4432         * sysdeps/ia64/fpu/e_log.S: Likewise.
4433         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4434         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4435         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4436         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4437         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4438         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4439         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4440         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4441         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4442         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4443         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4444         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4445         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4446         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4447         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4448         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4449         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4450         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4451         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4452         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4453         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4454         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4455         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4456         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4457         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4458         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4459         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4460         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4461         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4462         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4463         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4464         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4465         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4466         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4467         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4468         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4469         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4470         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4471         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4472         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4473         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4474         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4475         * sysdeps/ia64/fpu/s_round.S: Likewise.
4476         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4477         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4478         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4479         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4480         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4481         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4482         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4483         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4484         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4485         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4486         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4487         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4488         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4489         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4490         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4491         reflect IBM donation of math library to FSF
4492         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4493         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4494         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4495         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4496         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4497         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4498         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4499         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4500         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4501         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4502         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4503         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4504         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4505         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4506         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4507         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4508         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4509         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4510         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4511         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4512         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4513         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4514         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4515         * sysdeps/vax/__longjmp.c: Likewise.
4516         * sysdeps/vax/setjmp.c: Likewise.
4517         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4518         remove advertising clause
4519         * sysdeps/vax/htonl.s: Likewise.
4520         * sysdeps/vax/htons.s: Likewise.
4521         * libio/wfiledoalloc.c: Likewise.
4522         * stdlib/random.c: Likewise.
4523         * stdlib/random_r.c: Likewise.
4524         * sysdeps/mach/sys/reboot.h: Likewise.
4525         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4526         * sysdeps/posix/getaddrinfo.c: Likewise.
4527         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4528         GPL and corrected pointer to point to the correct license.
4530 2002-07-04  Andreas Jaeger  <aj@suse.de>
4532         * scripts/config.guess: New upstream version.
4533         * scripts/config.sub: Likewise.
4535 2002-07-02  Andreas Schwab  <schwab@suse.de>
4537         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4538         in parallel to bumping up the buffer pointer.
4540 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4542         * math/libm-test.inc (acos_test): Add missing L suffix for
4543         expected result.
4544         (cpow_test): Likewise.
4545         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4546         error for acos (0.0625).
4548 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4550         * locale/iso-639.def: Add entry for Ganda.
4551         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4552         definition.
4553         (address_finish): Handle entries with two letter ISO 639 code.
4555         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4556         directory if it existed before.
4557         * iconv/iconvconfig.c: Implement --prefix option.
4559         * math/libm-test.inc (cexp_test): Add missing L suffix for
4560         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4561         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4562         1.25 i).
4564 2002-05-29  H.J. Lu  <hjl@gnu.org>
4566         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4567         is turned on.
4569 2002-05-28  H.J. Lu  <hjl@gnu.org>
4571         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4572         are not dlopened on the dependency list of a dlopened object.
4574 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4576         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4577         dependencies if they are created between objects which are created
4578         while processing RTLD_NOW for objects loaded as part of the same
4579         dlopen call.
4581 2002-06-14  H.J. Lu  <hjl@gnu.org>
4583         * elf/Makefile (tests): Add circleload1.
4584         (modules-names): Add circlemod1, circlemod2, circlemod3,
4585         circlemod1a, circlemod2a and circlemod3a.
4586         ($(objpfx)circleload1): New target.
4587         ($(objpfx)circleload1.out): Likewise.
4588         ($(objpfx)circlemod1.so): Likewise.
4589         ($(objpfx)circlemod2.so): Likewise.
4590         ($(objpfx)circlemod1a.so): Likewise.
4591         ($(objpfx)circlemod2a.so): Likewise.
4592         * elf/circleload1.c: New file.
4593         * elf/circlemod1.c: New file.
4594         * elf/circlemod1a.c: New file.
4595         * elf/circlemod2.c: New file.
4596         * elf/circlemod2a.c: New file.
4597         * elf/circlemod3.c: New file.
4598         * elf/circlemod3a.c: New file.
4600 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4602         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4603         file descriptor.
4604         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4605         add check for fd not open for writing.
4607         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4608         completed element(s) and do not suspend thread if so.  Patch
4609         heavily modified by drepper.
4611         * rt/tst-aio7.c: New file.  Regression test for problems which the
4612         above three changes fix.
4613         * rt/Makefile (tests): Add tst-aio7.
4615 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4617         * rt/tst-aio6.c: Fix comment.
4619         * catgets/gencat.c (read_input_file): Handle more than one slash
4620         at end of line correctly [PR libc/3926].
4621         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4623         * catgets/sample.SJIS: Add test case for above bug.
4624         * catgets/test-gencat.c: Adjust test code.
4625         * catgets/test-gencat.sh: Adjust expected results.
4627         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4628         to skip relative relocations.
4629         Patch by Geoff Keating <geoffk@redhat.com>.
4631 2002-05-26  Bruno Haible  <bruno@clisp.org>
4633         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4634         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4635         All callers changed.
4636         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4637         STANDARD_FROM_LOOP_ERR_HANDLER.
4638         (utf8_internal_loop): Likewise.
4639         (ucs2_internal_loop): Likewise.
4640         (internal_ucs2_loop): Perform error handling like in
4641         STANDARD_FROM_LOOP_ERR_HANDLER.
4642         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4643         in STANDARD_FROM_LOOP_ERR_HANDLER.
4644         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4645         handling.
4646         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4647         in STANDARD_FROM_LOOP_ERR_HANDLER.
4648         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4649         handling.
4650         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4651         in STANDARD_FROM_LOOP_ERR_HANDLER.
4652         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4653         handling.
4654         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4655         STANDARD_FROM_LOOP_ERR_HANDLER.
4656         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4657         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4658         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4659         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4660         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4661         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4662         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4663         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4664         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4665         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4666         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4667         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4668         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4669         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4670         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4671         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4672         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4673         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4674         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4675         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4676         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4677         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4678         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4679         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4680         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4681         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4682         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4683         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4684         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
4685         an error, still set result = __GCONV_ILLEGAL_INPUT.
4686         (BODY for TO_LOOP): Likewise.
4687         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
4688         STANDARD_FROM_LOOP_ERR_HANDLER.
4689         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4690         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
4691         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4692         handling.
4693         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4694         * iconvdata/ibm933.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/ibm935.c (BODY for FROM_LOOP): For error handling use
4698         STANDARD_FROM_LOOP_ERR_HANDLER.
4699         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4700         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
4701         STANDARD_FROM_LOOP_ERR_HANDLER.
4702         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4703         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
4704         STANDARD_FROM_LOOP_ERR_HANDLER.
4705         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4706         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
4707         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4708         handling.
4709         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4710         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
4711         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
4712         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
4714 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4716         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
4717         labels in assembler instructions.
4719 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
4721         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
4722         not enough content is available.
4723         * libio/tst-eof.c: New file.
4724         * libio/Makefile (tests): Add tst-eof.
4726         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
4727         update atime.
4728         * libio/tst-atime.c: New file.
4729         * libio/Makefile (tests): Add tst-atime.
4731         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
4732         handling of overly long words.
4734 2002-06-25  Andreas Jaeger  <aj@suse.de>
4736         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
4737         to not use 32-bit pc relative relocations.
4738         (elf_machine_dynamic): Likewise.
4740 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4742         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
4743         (__GETDENTS): Check for failed getdents64 syscall.
4744         * dirent/Makefile (tests): Add bug-readdir1.
4745         * dirent/bug-readdir1.c: New file.
4747 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
4749         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
4750         lookups.
4751         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
4752         code.  Print TLS modid and offset for modules containing PT_TLS
4753         segments.
4755 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4757         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4758         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4759         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4760         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4762 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4764         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
4765         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
4766         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
4767         * nss/getXXent_r.c (NEW, NEW1): Define.
4768         (NEW (REENTRANT_GETNAME)): Strong alias to
4769         INTERNAL (REENTRANT_GETNAME).
4770         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
4772 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4774         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
4775         (_IO_file_jumps_mmap): Use it.
4776         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
4777         * libio/libioP.h: Remove _IO_wdefault_setbuf and
4778         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
4779         prototype.
4780         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
4781         (_IO_wfile_jumps_mmap): Don't use it anymore.
4782         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
4783         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
4784         _IO_wdefault_setbuf.
4785         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
4786         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
4787         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
4789 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
4791         * libio/Makefile (tests): Add tst-mmap-setvbuf.
4792         * libio/tst-mmap-setvbuf.c: New test.
4794 2002-06-21  Andreas Jaeger  <aj@suse.de>
4796         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
4798 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
4800         * include/unistd.h (__fork_internal): Remove.
4801         (__fork): Don't define to __fork_internal.
4802         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
4803         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
4804         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
4805         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
4806         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
4808 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4810         * po/hr.po: New file.
4812 2002-06-11  Wolfram Gloger  <wg@malloc.de>
4814         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
4815         Reported by Michael Meissner <meissner@redhat.com>.
4817 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4819         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
4820         Patch by Hans Boehm <hans_boehm@hp.com>.
4822 2002-06-20  Andreas Jaeger  <aj@suse.de>
4824         * math/libm-test.inc: Use exact values as input parameters,
4825         compute output parameters with 36 digits for 128-bit long doubles.
4826         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
4827         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
4828         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
4830 2002-06-13  Stephen L Moshier  <steve@moshier.net>
4832         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
4833         argument or result is subnormal.
4835 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
4837         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
4838         quotient.
4839         * sysdeps/i386/fpu/s_remquof.S: Likewise.
4840         * sysdeps/i386/fpu/s_remquol.S: Likewise.
4842         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
4844 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
4846         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
4847         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
4848         Reported by Peter A. Buhr.
4850 2002-06-15  Roland McGrath  <roland@frob.com>
4852         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
4853         warning.
4855         * sysdeps/mach/hurd/getcwd.c
4856         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
4858         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
4859         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
4861         * sysdeps/alpha/divrem.h: Use local label instead of global one for
4862         jump to local subroutine.
4864 2002-06-14  Roland McGrath  <roland@frob.com>
4866         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
4867         * sysdeps/mach/hurd/Makeconfig: ... here.
4869 2002-06-13  Andreas Schwab  <schwab@suse.de>
4871         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
4872         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
4873         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
4875 2002-06-13  Roland McGrath  <roland@frob.com>
4877         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
4878         * hurd/hurdstartup.c (_hurd_startup): Likewise.
4879         Use intptr_t instead of int for argc in stack layout.
4880         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
4881         (_dl_init_first): Likewise.
4882         (_hurd_stack_setup): Likewise.
4883         (init1): Add a cast.
4884         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
4886         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
4887         argument to pfinet_siocgifconf RPC.
4889 2002-06-13  Andreas Schwab  <schwab@suse.de>
4891         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
4892         expansion order.
4894 2002-06-12  Roland McGrath  <roland@frob.com>
4896         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
4897         if already defined.
4898         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
4899         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
4901 2002-06-11  Roland McGrath  <roland@frob.com>
4903         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
4904         file on [!RTLD_STAT64].
4905         * sysdeps/mach/hurd/fxstat64.c: Likewise.
4907         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
4908         (__fdopen): Use INTUSE.
4909         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
4911         * stdio-common/tmpfile64.c: File removed.
4912         * sysdeps/generic/tmpfile64.c: New file.
4913         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
4914         if not already defined.
4915         (tmpfile): Use it in place of __GT_FILE.
4917         * include/unistd.h: Declare __chown_internal.
4919         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
4920         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
4922 2002-06-09  Roland McGrath  <roland@frob.com>
4924         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
4925         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
4926         value of HURD_INTERFACE_VERSION >= 20020609.
4927         * sysdeps/mach/hurd/configure: Regenerated.
4928         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
4929         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
4930         convert a struct stat64 into a struct stat and return 0 or -1
4931         with errno set to EOVERFLOW.
4932         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
4933         for struct statfs64 to struct statfs.
4934         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
4935         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
4936         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
4937         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
4938         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
4939         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
4940         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4941         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
4942         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
4943         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
4944         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
4945         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
4946         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
4947         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
4948         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
4949         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
4950         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
4951         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
4952         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
4953         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
4954         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
4955         Use struct stat64 for io_stat argument.
4956         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
4957         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
4958         to io_seek.
4959         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
4960         * hurd/fd-write.c (_hurd_fd_write): Likewise.
4961         * hurd/hurd/fd.h: Update decls.
4962         * sysdeps/mach/hurd/getcwd.c
4963         (_hurd_canonicalize_directory_name_internal): Use ino64_t
4964         and struct dirent64.
4965         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
4966         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
4967         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
4968         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
4970 2002-06-08  Roland McGrath  <roland@frob.com>
4972         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
4973         instead of unsigned long int for __allocation and __size members.
4975 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4977         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4978         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4979         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4980         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4982 2002-06-07  Roland McGrath  <roland@frob.com>
4984         * sysdeps/mach/hurd/bits/environments.h: File removed.
4986 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4988         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
4989         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
4990         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
4991         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
4992         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
4993         (sendfile64): Likewise.
4994         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
4995         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
4996         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
4997         Likewise.
4998         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5000         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5001         already defined.
5003 2002-06-04  Bruno Haible  <bruno@clisp.org>
5005         * sysdeps/cris/stackinfo.h: New file.
5007         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5008         to an integer type before performing bit operations on it.
5010 2002-06-05  Roland McGrath  <roland@frob.com>
5012         * sysdeps/generic/sendfile.c: Include <errno.h>.
5013         * sysdeps/generic/sendfile64.c: Likewise.
5015         * io/Makefile (routines): Add sendfile and sendfile64.
5016         (headers): Add sys/sendfile.h to the list.
5017         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5018         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5019         * io/sys/sendfile.h: ... here.
5020         * sysdeps/generic/sendfile.c: New file.
5021         * sysdeps/generic/sendfile64.c: New file.
5023         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5024         Move sendfile, sendfile64 to ...
5025         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5026         * sysdeps/mach/hurd/sendfile.c: New file.
5027         * sysdeps/mach/hurd/sendfile64.c: New file.
5029         * sysdeps/mach/nanosleep.c: New file.
5031 2002-06-04  Roland McGrath  <roland@frob.com>
5033         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5034         * sysdeps/alpha/elf/configure: New file (generated).
5036 2002-06-02  Roland McGrath  <roland@frob.com>
5038         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5040 2002-06-01  Roland McGrath  <roland@frob.com>
5042         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5043         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5045 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5047         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5048         Add nsmap.
5049         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5050         Remove nstimes setting.
5051         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5052         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5053         there is mix of IPv6 and IPv4 nameservers.
5054         Use nsmap array to find free slots and preserve nameserver ordering.
5055         Fix RES_ROTATE.
5057 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5059         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5060         use this header with LFS.
5062         * po/sk.po: Update from translation team.
5064 2002-05-28  Andreas Schwab  <schwab@suse.de>
5066         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5067         message when finding object of wrong class.
5069 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5071         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5072         Patch by <radu@netsoft.ro>.
5074 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5076         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5077         Add readahead.
5078         * sysdeps/unix/sysv/linux/readahead.c: New file.
5079         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5080         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5081         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5082         Add sendfile64 alias to sendfile syscall.
5083         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5084         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5085         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5086         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5087         syscall.
5089         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5090         special section for PIC register loading.
5091         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5093         * config.h.in: Define HAVE_HIDDEN.
5094         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5096         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5098 2002-05-28  Roland McGrath  <roland@frob.com>
5100         * sysdeps/mach/alpha/setfpucw.c: New file.
5102 2002-05-26  Roland McGrath  <roland@frob.com>
5104         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5105         Use integer_t instead of int for IOC_VOID case.
5107 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5109         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5111 2002-05-26  Bruno Haible  <bruno@clisp.org>
5113         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5114         end of the ISO-8859-7 from idx table.
5116 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5118         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5120 2002-05-24  David S. Miller  <davem@redhat.com>
5122         * string/bits/string2.h (memset): Do not try to optimize when
5123         not _STRING_ARCH_unaligned if GCC will do the right thing.
5125 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5127         * posix/regex.c: Define `inline' as a macro into nothing for the
5128         compilers which lack the keyword.
5129         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5130         for the compatibility of gawk.
5131         * posix/regcomp.c: Add fake implementation of isblank() for the
5132         environments which lack the function.
5133         Don't use free_charset() in case of non-i18n envs.
5134         (build_range_exp): Don't use i18n related code in case of non-i18n
5135         envs.
5136         (build_collating_symbol): Likewise.
5137         (build_equiv_class): Likewise.
5138         (build_charclass): Likewise.
5139         (re_compile_fastmap_iter): Likewise.
5140         (parse_bracket_exp): Likewise.
5141         (build_word_op): Likewise.
5142         (regfree): Don't use free_charset() in case of non-i18n envs.
5143         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5144         re_token_type_t in case of non-i18n envs.
5145         Don't define re_charset_t in case of non-i18n envs.
5146         Change the type of wcs of re_string_t from wchar_t to wint_t,
5147         since we store also WEOF.
5148         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5149         the type of wcs of re_string_t from wchar_t to wint_t.
5150         (re_string_reconstruct): Likewise.
5151         (create_ci_newstate): Don't use i18n related code in case of
5152         non-i18n envs.
5153         (create_cd_newstate): Likewise.
5155 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5157         * iconv/loop.c: Fix typo.
5159 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5161         * inet/ether_line.c (ether_line): Fix a typo causing only
5162         lower 4 bits of each ethernet address byte being assigned.
5163         Don't modify what line points to.
5164         * inet/tst-ether_aton.c (main): Add ether_line tests.
5166 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5168         * manual/filesys.texi: Don't make readlink example leak memory
5169         when readlink fails.
5171 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5173         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5174         some more security checks.
5176 2002-05-17  David S. Miller  <davem@redhat.com>
5178         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5180 2002-05-16  David S. Miller  <davem@redhat.com>
5182         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5183         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5184         (elf_machine_load_address): Likewise.
5185         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5187         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5188         is unaligned, do not forget to fully initialize %g1 magic value.
5190         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5191         register definitions and provide 32-bit variants of structures
5192         during 64-bit builds.
5194         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5195         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5196         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5197         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5198         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5199         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5200         Do not clear implicit one bit here, it must be done post-rounding.
5201         Only pad to the left using left shift if value uses less than the
5202         available fractional bits.
5204 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5206         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5207         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5208         (shared-only-routines): Likewise.
5209         * sysdeps/powerpc/libgcc-compat.c: New file.
5210         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5211         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5212         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5213         * sysdeps/wordsize-32/shdi3.c: Removed.
5215 2002-05-16  Bruno Haible  <bruno@clisp.org>
5217         * MakeTAGS (libc.pot): Don't sort the output.
5218         * po/header.pot: Update to match xgettext 0.11 output.
5220 2002-05-16  Bruno Haible  <bruno@clisp.org>
5222         * MakeTAGS (subdirs): Remove duplicates.
5224 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5226         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5227         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5228         alias.
5230 2002-05-19  Andreas Jaeger  <aj@suse.de>
5232         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5233         installation in /usr/local.
5235 2002-05-16  Bruno Haible  <bruno@clisp.org>
5237         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5238         string as argument of #error.
5240 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5242         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5243         don't define static.  Remove old __realpath function.  TC1 of
5244         POSIX 2001 will allow the second parameter to be NULL.
5245         * stdlib/test-canon.c: Comment out test for NULL as second
5246         parameter of realpath.
5248         * time/offtime.c (__offtime): Set errno if overflow is detected.
5250         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5251         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5252         dl-brk and dl-sbrk.
5254         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5255         (fdimf): Likewise.
5257 2002-05-15  Roland McGrath  <roland@frob.com>
5259         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5261 2002-05-12  Bruno Haible  <bruno@clisp.org>
5263         * iconvdata/testdata/EUC-JISX0213: New file.
5264         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5265         * iconvdata/testdata/SHIFT_JISX0213: New file.
5266         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5267         * iconvdata/testdata/ISO-2022-JP-3: New file.
5268         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5269         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5270         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5271         contains comments indicating precomposed characters.
5273 2002-04-21  Bruno Haible  <bruno@clisp.org>
5275         * iconvdata/iso-2022-jp-3.c: New file.
5276         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5277         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5278         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5279         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5280         (distribute): Add iso-2022-jp-3.c.
5282 2002-05-12  Bruno Haible  <bruno@clisp.org>
5284         * iconvdata/tst-table-to.c (main): Restore handling of
5285         transliterations, broken by last patch.
5287 2002-05-12  Bruno Haible  <bruno@clisp.org>
5289         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5291 2002-05-12  Bruno Haible  <bruno@clisp.org>
5293         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5294         when there is not enough room in the output buffer.
5295         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5297 2002-04-20  Bruno Haible  <bruno@clisp.org>
5299         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5300         macros.
5301         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5302         Also make this macro work if FROM_DIRECTION evaluates to 0.
5303         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5304         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5305         of consume_incomplete.
5306         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5307         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5308         4, not 8.
5309         * iconvdata/cp1258.c: Likewise.
5310         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5311         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5312         not 2.
5313         * iconvdata/ibm933.c: Likewise.
5314         * iconvdata/ibm935.c: Likewise.
5315         * iconvdata/ibm937.c: Likewise.
5316         * iconvdata/ibm939.c: Likewise.
5317         * iconvdata/iso-2022-cn.c: Define
5318         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5319         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5320         * iconvdata/iso-2022-cn-ext.c: Likewise.
5321         * iconvdata/iso-2022-jp.c: Define
5322         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5323         {MIN,MAX}_NEEDED_{FROM,TO}.
5324         * iconvdata/tcvn5712-1.c: Define
5325         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5326         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5327         * iconvdata/euc-jisx0213.c: Define
5328         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5329         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5330         * iconvdata/shift_jisx0213.c: Likewise.
5332 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5334         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5335         shdi3, fixdfdi, fixsfdi in csu dir.
5336         (shared-only-routines): Likewise.
5337         * sysdeps/wordsize-32/cmpdi2.c: New file.
5338         * sysdeps/wordsize-32/shdi3.c: New file.
5339         * sysdeps/wordsize-32/fixdfdi.c: New file.
5340         * sysdeps/wordsize-32/fixsfdi.c: New file.
5341         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5342         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5343         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5345         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5346         Only use va_arg if the argument will be used [PR libc/3259].
5348 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5350         * catgets/catgets.c (catopen): Free buffer if internal catalog
5351         open fails.
5353 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5355         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5356         non-buffering methods.
5357         * debug/pcprofiledump.c: Implement -u option.
5358         Patch by Roger Luethi <rl@hellgate.ch>.
5360 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5362         * include/netinet/in.h (bindresvport_internal): Add prototype.
5363         * include/rpc/auth.h  (authunix_create_internal,
5364         authunix_create_default_internal, authnone_create_internal,
5365         authdes_pk_create_internal): Add prototypes.
5366         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5367         clntudp_create_internal, clntudp_bufcreate_internal,
5368         clntunix_create_internal): Add prototypes.
5369         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5370         svc_getreq_internal, svc_getreq_common_internal,
5371         svc_getreqset_internal, svc_getreq_poll_internal,
5372         svc_register_internal, svc_unregister_internal,
5373         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5374         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5375         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5376         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5377         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5378         * inet/rcmd.c (rcmd_af): Use __listen.
5379         (rresvport_af): Use __bind.
5380         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5381         authunix_create, authunix_create_default, authnone_create,
5382         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5383         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5384         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5385         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5386         _authenticate, add INTDEF after such function definitions.
5387         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5388         __setsockopt, __getsockname instead of non-__ variants.
5389         * sunrpc/pmap_rmt.c: Likewise.
5390         * sunrpc/rtime.c: Likewise.
5391         * sunrpc/svc_udp.c: Likewise.
5392         * sunrpc/clnt_unix.c: Likewise.
5393         * sunrpc/svc_unix.c: Likewise.
5394         * sunrpc/bindrsvprt.c: Likewise.
5395         * sunrpc/svc_tcp.c: Likewise.
5396         * sunrpc/auth_none.c: Likewise.
5397         * sunrpc/clnt_raw.c: Likewise.
5398         * sunrpc/clnt_tcp.c: Likewise.
5399         * sunrpc/auth_unix.c: Likewise.
5400         * sunrpc/key_call.c: Likewise.
5401         * sunrpc/clnt_gen.c: Likewise.
5402         * sunrpc/pm_getmaps.c: Likewise.
5403         * sunrpc/clnt_simp.c: Likewise.
5404         * sunrpc/pmap_clnt.c: Likewise.
5405         * sunrpc/svc_run.c: Likewise.
5406         * sunrpc/svc.c: Likewise.
5407         * sunrpc/svc_simple.c: Likewise.
5408         * sunrpc/pm_getport.c: Likewise.
5409         * sunrpc/auth_des.c: Likewise.
5410         * sunrpc/svc_auth.c: Likewise.
5411         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5412         __register_frame_info_table_bases, __deregister_frame_info_bases):
5413         Add INTDEF.
5414         (__register_frame_info_bases_internal,
5415         __register_frame_info_table_bases_internal,
5416         __deregister_frame_info_bases_internal): Add prototypes.
5417         (__register_frame_info, __register_frame): Use INTUSE in call to
5418         __register_frame_info_bases.
5419         (__register_frame_info_table): Similarly.
5420         (__deregister_frame_info, __deregister_frame): Similarly.
5421         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5422         sendto as weak alias.
5423         * sysdeps/mach/hurd/sendto.c: Likewise.
5424         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5425         recvfrom as weak alias.
5426         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5427         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5428         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5429         recvmsg as weak alias.
5430         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5431         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5432         sendmsg as weak alias.
5433         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5434         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5435         setsockopt, add setsockopt as weak alias.
5436         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5437         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5438         weak alias.
5439         * sysdeps/mach/hurd/bind.c: Likewise.
5440         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5441         as weak alias.
5442         * sysdeps/mach/hurd/listen.c: Likewise.
5443         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5444         getsockname, add getsockname as weak alias.
5445         * sysdeps/mach/hurd/getsockname.c: Likewise.
5446         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5447         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5448         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5449         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5450         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5451         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5452         Add aliases.
5453         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5454         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5455         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5456         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5457         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5458         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5459         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5460         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5461         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5462         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5463         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5464         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5466 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5468         * locale/programs/localedef.h (show_archive_content): Add verbose
5469         argument.
5470         * locale/programs/localedef.c (main): Adjust caller.
5471         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5472         types.
5473         (nameentcmp, dataentcmp): New functions.
5474         (xstrcmp): Remove.
5475         (show_archive_content): Print verbose listing with --list-archive -v.
5477 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5479         * locale/programs/locarchive.c (open_archive): Take extra argument
5480         readonly.  If true open file with O_RDONLY and don't create the
5481         archive if it doesn't exist.
5482         Adapt all callers.
5483         (close_archive): Don't do anything if fd element is -1.
5484         * locale/programs/localedef.h (open_archive): Adjust prototype.
5485         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5486         call.
5488         * malloc/malloc.c (__posix_memalign): Correct check for size of
5489         alignment value [PR libc/3444].
5491         * include/stdio.h: Remove references to old stdio implementation.
5493         * libio/Makefile (bug-ungetwc2-ENV): Define.
5495 2002-05-13  Roland McGrath  <roland@frob.com>
5497         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5499         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5501 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5503         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5504         Allocate three, not two, more than LEN when appending '/.'.
5505         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5506         if NAME ends with '/.' if it is shorter than 2 chars.
5508 2002-05-12  Roland McGrath  <roland@frob.com>
5510         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5511         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5513         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5514         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5516 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5518         * sysdeps/ia64/Makefile: Remove extra endif.
5519         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5521 2002-05-10  Andreas Schwab  <schwab@suse.de>
5523         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5525 2002-05-09  Andreas Jaeger  <aj@suse.de>
5527         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5528         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5529         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5531         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5532         * sysdeps/wordsize-64/glob.c: ...here.
5533         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5534         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5535         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5537 2002-05-08  Roland McGrath  <roland@frob.com>
5539         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5540         O_NOTRANS flag in "." lookup.
5542 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5544         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5546 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5548         * locale/duplocale.c (__duplocale): Update special members only
5549         when allocation succeeded.
5551 2002-05-03  Roland McGrath  <roland@frob.com>
5553         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5554         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5556 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5558         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5559         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5560         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5561         * sysdeps/ia64/ia64libgcc.S: New file.
5563 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5565         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5567         * malloc/memusage.c: Distinguish anonymous mmap.
5569 2002-05-01  Roland McGrath  <roland@frob.com>
5571         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5572         and use INTDEF on it.
5573         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5575         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5577         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5579 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5581         * malloc/memusage.c: Add support for tracking mmap & friends.
5582         * malloc/memusage.sh: Implement -m/--mmap option.
5584 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5586         * locale/programs/locarchive.c (create_archive): Add archivefname
5587         argument, create fname from it.
5588         (enlarge_archive): Honour output_prefix.
5589         (open_archive): Likewise.
5591 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5593         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5594         too many stpcpy macros.
5596 2002-04-26  Bruno Haible  <bruno@clisp.org>
5598         * locale/programs/ld-collate.c (collate_read): Cast first argument
5599         for "%.*s" to int.
5601 2002-04-26  Bruno Haible  <bruno@clisp.org>
5603         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5604         __dcngettext_internal): New declarations.
5605         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5606         attribute declarations.
5608 2002-04-30  Roland McGrath  <roland@frob.com>
5610         Removed old GNU stdio implementation; GNU libio is now the only option.
5611         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5612         Define USE_IN_LIBIO unconditionally.
5613         * configure: Regenerated.
5614         * Makeconfig (stdio): Set to libio by default.
5615         * config.make.in (stdio): Variable removed.
5616         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5617         * sysdeps/unix/sysv/linux/configure: Regenerated.
5618         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5619         * sysdeps/mach/hurd/configure: Regenerated.
5620         * stdio/.cvsignore: File removed.
5621         * stdio/Makefile: File removed.
5622         * stdio/Versions: File removed.
5623         * stdio/__fbufsize.c: File removed.
5624         * stdio/__flbf.c: File removed.
5625         * stdio/__fpending.c: File removed.
5626         * stdio/__fpurge.c: File removed.
5627         * stdio/__freadable.c: File removed.
5628         * stdio/__freading.c: File removed.
5629         * stdio/__fsetlocking.c: File removed.
5630         * stdio/__fwritable.c: File removed.
5631         * stdio/__fwriting.c: File removed.
5632         * stdio/clearerr.c: File removed.
5633         * stdio/fclose.c: File removed.
5634         * stdio/fcloseall.c: File removed.
5635         * stdio/feof.c: File removed.
5636         * stdio/ferror.c: File removed.
5637         * stdio/fflush.c: File removed.
5638         * stdio/fgetc.c: File removed.
5639         * stdio/fgetpos.c: File removed.
5640         * stdio/fgets.c: File removed.
5641         * stdio/fileno.c: File removed.
5642         * stdio/fmemopen.c: File removed.
5643         * stdio/fopen.c: File removed.
5644         * stdio/fopncook.c: File removed.
5645         * stdio/fputc.c: File removed.
5646         * stdio/fputs.c: File removed.
5647         * stdio/fread.c: File removed.
5648         * stdio/freopen.c: File removed.
5649         * stdio/fseek.c: File removed.
5650         * stdio/fsetpos.c: File removed.
5651         * stdio/ftell.c: File removed.
5652         * stdio/fwrite.c: File removed.
5653         * stdio/getc.c: File removed.
5654         * stdio/getchar.c: File removed.
5655         * stdio/getdelim.c: File removed.
5656         * stdio/gets.c: File removed.
5657         * stdio/glue.c: File removed.
5658         * stdio/internals.c: File removed.
5659         * stdio/linewrap.c: File removed.
5660         * stdio/linewrap.h: File removed.
5661         * stdio/memstream.c: File removed.
5662         * stdio/newstream.c: File removed.
5663         * stdio/obstream.c: File removed.
5664         * stdio/putc.c: File removed.
5665         * stdio/putchar.c: File removed.
5666         * stdio/puts.c: File removed.
5667         * stdio/rewind.c: File removed.
5668         * stdio/setbuf.c: File removed.
5669         * stdio/setbuffer.c: File removed.
5670         * stdio/setlinebuf.c: File removed.
5671         * stdio/setvbuf.c: File removed.
5672         * stdio/stdio.h: File removed.
5673         * stdio/ungetc.c: File removed.
5674         * stdio/vasprintf.c: File removed.
5675         * stdio/vscanf.c: File removed.
5676         * stdio/vsnprintf.c: File removed.
5677         * stdio/vsprintf.c: File removed.
5678         * stdio/vsscanf.c: File removed.
5679         * sysdeps/generic/defs.c: File removed.
5680         * sysdeps/generic/fdopen.c: File removed.
5681         * sysdeps/generic/pipestream.c: File removed.
5682         * sysdeps/generic/stdio_init.c: File removed.
5683         * sysdeps/generic/sysd-stdio.c: File removed.
5684         * sysdeps/generic/vdprintf.c: File removed.
5685         * sysdeps/mach/hurd/defs.c: File removed.
5686         * sysdeps/mach/hurd/fdopen.c: File removed.
5687         * sysdeps/mach/hurd/pipestream.c: File removed.
5688         * sysdeps/mach/hurd/stdio_init.c: File removed.
5689         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
5690         * sysdeps/mach/hurd/vdprintf.c: File removed.
5691         * sysdeps/posix/defs.c: File removed.
5692         * sysdeps/posix/fdopen.c: File removed.
5693         * sysdeps/posix/pipestream.c: File removed.
5694         * sysdeps/posix/stdio_init.c: File removed.
5695         * sysdeps/posix/vdprintf.c: File removed.
5696         * sysdeps/unix/pipestream.c: File removed.
5697         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
5698         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
5699         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
5701 2002-04-29  Roland McGrath  <roland@frob.com>
5703         * include/libc-symbols.h (link_warning): Use `unused' attribute.
5705 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
5707         * sysdeps/generic/tls.h: Describe what must be defined.
5709         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
5710         glob_in_dir [PR libc/3385].
5711         * posix/globtest.sh: Add test case.
5713         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
5714         //TRANSLIT twice.
5716 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
5718         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
5719         _internal symbol handling.
5720         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5722 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5724         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
5725         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
5727 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
5729         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
5730         not _LIBC and RE_ENABLE_I18N.
5731         (build_range_exp): Implement for not _LIBC.
5732         (build_collating_symbol): Likewise.
5733         (parse_bracket_exp): Unify redundant error handlings.
5734         Don't erase mbcset for non matching list in multibyte envs.
5735         (build_word_op): Add '_' to matching list for \w operator.
5736         * posix/regex_internal.c (re_string_construct): Invoke
5737         build_upper_buffer in case of not RE_ENABLE_I18N.
5738         (re_string_reconstruct): Don't touch cur_state in case of not
5739         RE_ENABLE_I18N.
5740         * posix/regex_internal.h (attribute_hidden): New macro in case of
5741         not _LIBC.
5742         (re_charset_t): Define range_starts/ends in case of not _LIBC.
5743         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
5744         RE_ENABLE_I18N.
5745         (transit_state_mb): Likewise.
5746         (check_node_accept_bytes): Implement the code evaluating range
5747         expression in case of not _LIBC.
5748         (find_collation_sequence_value): Hide in case of not _LIBC.
5750 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
5752         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
5753         i386/semctl.c.
5754         (__old_semctl, __new_semctl): Only use va_arg if the argument will
5755         be used.
5757 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5759         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
5761         * sysdeps/ia64/strncpy.S: Fix recovery code.
5762         Patch by David Mosberger <davidm@hpl.hp.com>.
5764 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5766         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
5767         GLIBC_2.2.6.
5769 2002-04-14  Bruno Haible  <bruno@clisp.org>
5771         * posix/regex.c (re_max_failures): Add back symbol for binary
5772         compatibility.
5774 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
5776         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
5777         of buffer building functions.
5778         * posix/regex_internal.c (re_string_allocate): New function.
5779         (re_string_realloc_buffers): New function.
5780         (re_string_skip_chars): New function.
5781         (re_string_reconstruct): New function.
5782         (re_string_construct): Adapt it to new interface of buffer building
5783         functions.
5784         (re_string_construct_common): Likewise.
5785         (build_wcs_buffer): Likewise.
5786         (build_wcs_upper_buffer): Likewise.
5787         (build_upper_buffer): Likewise.
5788         (re_string_translate_buffer): Likewise.
5789         (re_string_context_at): Adapt it to variable length buffers.
5790         * posix/regex_internal.h (re_string_t): Add new fields to handle
5791         variable length buffers.
5792         (re_match_context_t): Likewise.
5793         * posix/regexec.c (re_search_internal): Adapt it to new interface
5794         of re_string_t and re_match_context_t.
5795         (acquire_init_state_context): Likewise.
5796         (check_matching): Likewise.
5797         (check_halt_state_context): Likewise.
5798         (proceed_next_node): Likewise.
5799         (set_regs): Likewise.
5800         (sift_states_backward): Likewise.
5801         (clean_state_log_if_need): Likewise.
5802         (sift_states_iter_mb): Likewise.
5803         (sift_states_iter_bkref): Likewise.
5804         (add_epsilon_backreference): Likewise.
5805         (transit_state): Likewise.
5806         (transit_state_sb): Likewise.
5807         (transit_state_mb): Likewise.
5808         (transit_state_bkref): Likewise.
5809         (transit_state_bkref_loop): Likewise.
5810         (check_node_accept): Likewise.
5811         (match_ctx_init): Likewise.
5812         (extend_buffers): New function.
5814 2002-04-21  Bruno Haible  <bruno@clisp.org>
5816         * iconvdata/tst-table.sh: For the second check, use the truncated
5817         GB18030 charmap table, like for the first check.
5819 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5821         * elf/dl-load.c (open_verify): Correct __lseek parameters.
5822         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
5824 2002-04-23  H.J. Lu  <hjl@gnu.org>
5826         * include/math.h (isfinite): Fix a typo.
5828 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5830         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
5831         which is created by the test suite.
5833 2002-04-20  Bruno Haible  <bruno@clisp.org>
5835         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
5836         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
5838 2002-04-20  Bruno Haible  <bruno@clisp.org>
5840         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
5841         to avoid gcc warning.
5843 2002-04-20  Bruno Haible  <bruno@clisp.org>
5845         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
5846         of data->__statep->__count.
5848 2002-04-20  Bruno Haible  <bruno@clisp.org>
5850         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
5851         tag characters.
5852         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
5854 2002-04-24  Roland McGrath  <roland@frob.com>
5856         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
5857         use END macro instead of our own .end directive.
5858         Use `callsys' insn mnemonic instead of `call_pal'.
5860         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
5862         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
5863         macro; we need this for Hurd.
5865         Log entry was missing for 2002/03/24 commit of rev 1.8,
5866         goes with 2002-03-17 changes.
5867         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
5868         (sysdep_routines): Append ioperm here.
5869         (sysdep_headers): Append sys/io.h here.
5871 2002-04-23  Roland McGrath  <roland@frob.com>
5873         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
5874         * sysdeps/mach/hurd/sendto.c: Likewise.
5875         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
5876         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
5877         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
5879 2002-04-22  Roland McGrath  <roland@frob.com>
5881         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
5882         failure from i386_io_perm_* RPCs to ENOSYS.
5884 2002-04-22  Andreas Jaeger  <aj@suse.de>
5886         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
5888         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
5890         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
5891         register instead of destroying %rbx.
5893 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
5895         * string/string.h: Declare strerror_r also for XPG6.
5897 2002-04-19  Roland McGrath  <roland@frob.com>
5899         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
5901 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
5903         * Makefile: Add handling of xtests and xcheck targets.
5904         * MakeTAGS: Likewise.
5905         * Makeconfig: Likewise.
5906         * Makerules: Likewise.
5907         * Rules: Likewise.
5908         * manual/Makefile: Likewise.
5909         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
5910         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
5912 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
5914         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
5915         authnone_private_s.
5916         * sunrpc/auth_none.c: Include bits/libc-lock.h.
5917         Delete #ifdef _RPC_THREAD_SAFE_ block.
5918         (authnone_private): Make a struct, not a pointer to struct.
5919         (authnone_private_guard): New once-control variable.
5920         (authnone_create_once): New function, split out of
5921         authnone_create.  No need to allocate memory.
5922         (authnone_create): Just call authnone_create_once via
5923         __libc_once, then return &authnone_private->no_client.
5924         (authnone_marshal): Access private data via CLIENT argument,
5925         not authnone_private pointer.
5926         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
5927         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
5928         authnone_private_s.
5930 2002-04-12  H.J. Lu  <hjl@gnu.org>
5932         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
5934 2002-04-18  Bruno Haible  <bruno@clisp.org>
5936         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5937         FROM_DIRECTION): Make the FROM direction stateless.
5938         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5939         FROM_DIRECTION): Likewise.
5941 2002-04-15  Bruno Haible  <bruno@clisp.org>
5943         * iconvdata/JISX0213.TXT: New file.
5944         * iconvdata/jisx0213.h: New file.
5945         * iconvdata/jisx0213.c: New file.
5946         * iconvdata/euc-jisx0213.c: New file.
5947         * iconvdata/shift_jisx0213.c: New file.
5948         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
5949         * iconvdata/EUC-JISX0213.precomposed: New file.
5950         * iconvdata/SHIFT_JISX0213.precomposed: New file.
5951         * iconvdata/SHIFT_JISX0213.irreversible: New file.
5952         * iconvdata/tst-table-to.c (main): Make it work for encodings for
5953         which the "to" direction is stateful.
5954         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
5955         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
5956         SHIFT_JISX0213.
5957         (libJISX0213-routines): New variable.
5958         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
5959         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
5960         (LDFLAGS-libJISX0213.so): New variable.
5961         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
5962         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
5963         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
5965 2002-04-15  Bruno Haible  <bruno@clisp.org>
5967         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
5968         uint32_t.  Update to Unicode 3.2.
5969         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
5970         (BODY for TO_LOOP): Handle the ASCII range specially.
5971         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
5972         * iconvdata/testdata/BIG5HKSCS: Remove a character.
5973         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
5975 2002-04-15  Bruno Haible  <bruno@clisp.org>
5977         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
5978         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
5980 2002-04-15  Bruno Haible  <bruno@clisp.org>
5982         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
5983         (ucs4_to_cns11643): Update.
5984         * iconvdata/cns11643.c: Update to Unicode 3.2.
5985         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
5986         __cns11643_from_ucs4p2_tab): Regenerated.
5987         (__cns11643_from_ucs4p2c_tab): New array.
5988         * iconvdata/cvs11643l1.c: Update comments.
5989         * iconvdata/EUC-TW.irreversible: Remove two entries.
5991 2002-04-15  Bruno Haible  <bruno@clisp.org>
5993         * locale/C-translit.h.in: Update to Unicode 3.2.
5994         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
5995         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
5997 2002-04-15  Bruno Haible  <bruno@clisp.org>
5999         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6000         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6002 2002-04-15  Bruno Haible  <bruno@clisp.org>
6004         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6005         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6006         always one byte, not 0 bytes in some cases and 2 bytes in others.
6008         * iconvdata/tst-table-from.c (main): Correct the usage message.
6010 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6012         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6013         (parse_dup_op): Fix error handling like "a{}".
6014         (parse_bracket_exp): Add error handling.
6015         (fetch_number): Add error handling for "a{<very_large_number>}".
6017 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6019         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6020         in case that the symbol name is too long.
6021         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6022         in case of REG_ICASE.
6024 2002-04-19  Andreas Jaeger  <aj@suse.de>
6026         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6027         <hartvige@mips.com>.
6029 2002-04-15  H.J. Lu  <hjl@gnu.org>
6031         * include/math.h (__finitel_internal): Declare only if
6032         __NO_LONG_DOUBLE_MATH is not defined.
6033         (__isinfl_internal): Likewise.
6034         (__isnanl_internal): Likewise.
6036         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6037         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6038         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6039         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6040         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6041         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6042         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6044         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6045         __fcntl_internal.
6047         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6048         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6050 2002-04-15  Bruno Haible  <bruno@clisp.org>
6052         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6053         (BODY for TO_LOOP): Likewise.
6054         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6055         * iconvdata/tst-table.sh: Add support for encodings which contain
6056         precomposed Unicode characters, known to the iconv converter in both
6057         directions but not listed in the charmap.
6058         * iconvdata/IBM856.irreversible: New file.
6059         * iconvdata/IBM922.irreversible: New file.
6060         * iconvdata/IBM1132.irreversible: New file.
6061         * iconvdata/IBM1133.irreversible: New file.
6062         * iconvdata/IBM1160.irreversible: New file.
6063         * iconvdata/IBM1161.irreversible: New file.
6064         * iconvdata/IBM1163.irreversible: New file.
6065         * iconvdata/IBM1164.irreversible: New file.
6066         * iconvdata/ARMSCII-8.irreversible: New file.
6067         * iconvdata/TCVN5712-1.precomposed: New file.
6068         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6069         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6070         ARMSCII-8, TCVN5712-1.
6071         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6072         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6073         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6074         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6076 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6078         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6079         for EVENING69.  Include offsets in TZ environment variable.
6081 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6083         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6084         avoid compiler warnings.
6086         * locale/programs/localedef.c (main): Always call
6087         construct_output_path.
6089         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6091         * locale/programs/locfile.c (to_archive): New variable.  To collect
6092         data which has to be added to the locale archive.
6093         (write_all_categories): Take new third parameter with locale name.
6094         Unless no_archive flag set add new locale data to the archive
6095         (write_locale_data): Unless no-archive flag set store generated data
6096         in to_archive data structure instead of generation output file.
6097         Add new parameter with locale category index.
6098         * locale/programs/locfile.h: Add new parameters in declaractions of
6099         write_all_categories and write_locale_data.
6100         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6101         --add-to-archive, and --delete-from-archive options.  Pass extra
6102         parameter to write_all_categories.
6103         * locale/programs/localedef.h: Add prototypes for functions in
6104         locarchive.c.
6105         * locale/locarchive.h: New file.
6106         * locale/programs/locarchive.c: New file.
6107         * locale/Makefile (distribute): Add programs/locarchive.c and
6108         locarchive.h.
6109         (localedef-modules): Add md5 and locarchive.
6110         Add vpath to crypt subdir for md5.c.
6112         * locale/programs/ld-address.c: Pass locale category ID as new second
6113         parameter to write_locale_data.
6114         * locale/programs/ld-collate.c: Likewise.
6115         * locale/programs/ld-ctype.c: Likewise.
6116         * locale/programs/ld-identification.c: Likewise.
6117         * locale/programs/ld-measurement.c: Likewise.
6118         * locale/programs/ld-messages.c: Likewise.
6119         * locale/programs/ld-monetary.c: Likewise.
6120         * locale/programs/ld-name.c: Likewise.
6121         * locale/programs/ld-numeric.c: Likewise.
6122         * locale/programs/ld-paper.c: Likewise.
6123         * locale/programs/ld-telephone.c: Likewise.
6124         * locale/programs/ld-time.c: Likewise.
6126         * locale/simple-hash.c: Move compute_hashval function from here...
6127         * locale/hashval.h: ...to here.  New file.
6128         * locale/simple-hash.h: Add prototype for compute_hashval.
6130         * include/libintl.h: Minor cleanups.
6132 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6134         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6136 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6138         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6140 2002-04-14  Bruno Haible  <bruno@clisp.org>
6142         * locale/programs/charmap.c (charmap_read): Don't access result if
6143         result == NULL.
6145 2002-02-17  Andreas Schwab  <schwab@suse.de>
6147         * elf/reldep7.c: New file.
6148         * elf/reldep7mod1.c: New file.
6149         * elf/reldep7mod2.c: New file.
6150         * elf/Makefile: Add rules to build and run reldep7.
6152 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6154         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6155         the end of the function.  Pass original flags to recursive call if
6156         add_dependency failed.
6157         (_dl_lookup_versioned_symbol): Likewise.
6159 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6161         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6162         early, but check whether it overflowed afterwards.
6163         * time/tst-mktime.c (main): Add new tests.
6165 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6167         * debug/xtrace.sh: Fix program name in help message.
6168         Patch by Roger Luethi <rl@hellgate.ch>.
6170         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6171         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6172         NOT_IN_libc.
6173         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6174         * sysdeps/mach/hurd/lxstat.c: Likewise.
6175         * sysdeps/unix/common/lxstat.c: Likewise.
6176         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6177         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6178         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6179         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6180         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6181         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6182         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6183         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6184         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6186         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6187         prototypes.  Add __mbrlen and __mbrtowc macros.
6188         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6189         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6191         * include/unistd.h: Add prototype for __write_internal and add
6192         __libc_write macro is SHARED.
6193         * sysdeps/generic/write.c: Use INTDEF for __write.
6194         * sysdeps/mach/hurd/write.c: Likewise.
6195         * sysdeps/unix/sysv/aix/write.c: Likewise.
6196         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6198         * assert/assert.c: Replace STR_N_SIZE with something usable in
6199         macro arguments.
6200         * assert/assert-perr.c: Likewise.
6202         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6203         SA_LEN macro to use it if not NOT_IN_libc.
6204         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6206         * include/fcntl.h: Declare __open_internal and define __open and
6207         __libc_open macros if not NOT_IN_libc.
6208         * sysdeps/generic/open.c: Use INTDEF for __open.
6209         * sysdeps/mach/hurd/open.c: Likewise.
6210         * sysdeps/unix/sysv/aix/open.c: Likewise.
6211         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6213         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6214         has correct number.
6216         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6217         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6218         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6219         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6221         * include/wctype.h: Declare __iswalpha_l_internal,
6222         __iswdigit_l_internal, __iswspace_l_internal,
6223         __iswxdigit_l_internal, and __iswctype_internal.  Define
6224         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6225         __iswxdigit_l macros if not NOT_IN_libc.
6226         * wctype/iswctype.c: Use INTDEF for __iswctype.
6227         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6229         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6230         __isnan_internal, and __isnanl_internal.
6231         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6232         __isnan, and __isnanl.
6233         * stdio-common/printf_size.c: Likewise.
6234         * sysdeps/generic/printf_fphex.c: Likewise.
6235         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6236         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6237         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6238         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6239         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6240         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6241         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6242         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6243         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6244         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6245         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6246         * sysdeps/m68k/s_isinfl.c: Likewise.
6247         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6248         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6250         * include/sys/time.h: Declare __gettimeofday_internal and define
6251         __gettimeofday macro if not NOT_IN_libc.
6252         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6253         * sysdeps/mach/gettimeofday.c: Likewise.
6254         * sysdeps/posix/gettimeofday.c: Likewise.
6255         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6256         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6257         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6258         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6260         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6261         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6262         Remove __lstat and __fstat inline functions.
6263         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6264         * sysdeps/mach/hurd/fxstat.c: Likewise.
6265         * sysdeps/unix/fxstat.c: Likewise.
6266         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6267         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6268         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6269         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6270         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6271         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6272         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6273         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6274         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6276         * include/unistd.h: Declare __getpid_internal and define
6277         __getpid macro if not NOT_IN_libc.
6278         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6279         * sysdeps/generic/getpid.c: Likewise.
6280         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6281         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6283         * include/unistd.h: Declare __getpgid_internal and define
6284         __getpgid macro if not NOT_IN_libc.
6285         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6286         * sysdeps/mach/hurd/getpgid.c: Likewise.
6287         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6288         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6289         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6290         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6292         * include/unistd.h: Declare __getpagesize_internal and define
6293         __getpagesize macro if not NOT_IN_libc.
6294         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6295         __getpagesize.
6296         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6297         * sysdeps/mach/getpagesize.c: Likewise.
6298         * sysdeps/posix/getpagesize.c: Likewise.
6299         * sysdeps/unix/getpagesize.c: Likewise.
6300         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6301         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6302         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6303         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6305 2002-04-13  Andreas Jaeger  <aj@suse.de>
6307         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6308         as clobber to reduce register pressure.
6309         (__strpbrk_cg): Likewise.
6310         (__mempcpy_by4): Likewise.
6311         (__strstr_cg): Likewise.
6312         Add prototype for __memrchr.
6314 2002-04-13  Andreas Schwab  <schwab@suse.de>
6316         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6317         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6318         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6320 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6322         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6323         check whether the caller prefers getting the most recent version of
6324         a symbol of the earliest version.
6325         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6326         _dl_do_lookup to also take the new parameter and pass it on.
6327         Change 'explicit' parameter of _dl_lookup_symbol and
6328         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6329         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6330         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6331         _dl_lookup_versioned_symbol.
6332         * elf/dl-reloc.c: Likewise.
6333         * elf/dl-runtime.c: Likewise.
6334         * elf/dl-sym.c: Likewise.
6335         * sysdeps/mips/dl-machine.h: Likewise.
6337 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6339         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6340         in a token.
6341         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6343 2002-04-10  Andreas Jaeger  <aj@suse.de>
6345         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6347         * include/argz.h: Remove extra char from last patch.
6349 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6351         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6352         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6353         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6354         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6355         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6356         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6357         __chown_internal.
6358         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6360         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6361         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6362         * intl/ngettext.c: Likewise.
6364         * include/sys/socket.h: Declare __connect_internal and define
6365         __connect macro if not NOT_IN_libc.
6366         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6367         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6368         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6370         * include/unistd.h: Declare __close_internal and define __close macro
6371         if not NOT_IN_libc.
6372         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6373         WJUMP3): Add extra parenthesis to avoid expanding element names with
6374         macors like __close.
6375         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6377         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6378         if not NOT_IN_libc.
6379         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6380         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6381         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6383         * include/unistd.h: Declare __fork_internal and define __fork macro
6384         if not NOT_IN_libc.
6385         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6386         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6387         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6389         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6390         __fsetlocking macro to use it if not NOT_IN_libc.
6391         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6393         * libio/__fbufsize.c: Correct copyright.
6394         * libio/__flbf.c: Likewise.
6395         * libio/__fpending.c: Likewise.
6396         * libio/__fpurge.c: Likewise.
6397         * libio/__freadable.c: Likewise.
6398         * libio/__freading.c: Likewise.
6399         * libio/__fsetlocking.c: Likewise.
6400         * libio/__fwritable.c: Likewise.
6401         * libio/__fwriting.c: Likewise.
6403         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6404         macro to use it if not NOT_IN_libc.
6405         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6407         * include/mntent.h: Declare __setmntent_internal,
6408         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6409         __getmntent_r, and __endmntent macros to use these functions if not
6410         NOT_IN_libc.
6411         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6412         __endmntent.
6414         * include/math.h: Declare __finite_internal, __finitef_internal, and
6415         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6416         these functions.
6417         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6418         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6419         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6420         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6421         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6422         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6423         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6424         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6425         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6426         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6428         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6429         to use this function if not NOT_IN_libc.
6430         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6431         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6432         * sysdeps/mach/hurd/fcntl.c: Likewise.
6433         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6434         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6436         * include/argz.h: Declare __argz_count_internal and
6437         __argz_stringify_internal.
6438         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6439         __argz_stringify.
6440         * string/argz-count.c: Use INTDEF for __argz_count.
6441         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6443         * include/stdlib.h: Declare __cxa_atexit_internal and define
6444         __cxa_atexit macro if not NOT_IN_libc.
6445         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6446         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6448         * assert/assert.c: Use INTDEF for __assert_fail.
6449         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6450         * include/assert.h: Declare __assert_fail_internal.
6452         * extra-lib.mk: Mark assignment to lib with override.
6454 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6456         * Makerules: Use cppflags-iterator.mk to add defines for all test
6457         source files.
6459 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6461         * elf/elf.h: Define R_SH_TLS_xxx macros.
6462         * elf/rtld.c: Remove an extra parenthesis.
6463         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6464         TLS_GD macros.
6465         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6466         * sysdeps/sh/dl-lookupcfg.h: New file.
6467         * sysdeps/sh/dl-tls.h: New file.
6468         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6469         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6470         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6471         R_SH_TLS_TPOFF32 relocations.
6473 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6475         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6476         of NOT_IN_LIBC.
6477         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6478         * include/stdlib.h: Likewise.
6480 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6482         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6483         instead of _RTLD_LOCAL.
6484         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6485         * include/unistd.h: Likewise.
6486         * sysdeps/generic/ldsodefs.h: Likewise.
6488         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6489         if in libc or ld.so.
6491 2002-04-08  Andreas Jaeger  <aj@suse.de>
6493         * elf/cache.c (print_entry): Support x86-64.
6495 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6497         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6498         with one accessing the locale data structures directly.
6499         * stdio-common/printf-prs.c: Include localeinfo.h for new
6500         MB_CUR_MAX definition.
6502         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6503         is the name of the source file without extension.
6504         * Makefile (distribute): Add cppflags-iterator.mk.
6505         * cppflags-iterator.mk: New file.
6506         * extra-lib.mk: For the sources of the library run
6507         cppflags-iterator.mk.
6509         * include/libintl.h: Declare __dcgettext_internal and
6510         _libc_intl_domainname_internal.  Define __dcgettext using these
6511         two symbols if used in libc itself.
6512         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6513         _libc_intl_domainname_internal.
6514         * argp/argp-parse.c: Likewise.
6515         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6516         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6517         * intl/gettext.c: Likewise.
6518         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6519         alias.
6520         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6521         __dcgettext.
6522         * posix/regex_internal.c (gettext): Likewise.
6524 2002-04-08  Andreas Jaeger  <aj@suse.de>
6526         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6528         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6529         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6530         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6531         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6532         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6533         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6535 2002-04-08  Roland McGrath  <roland@frob.com>
6537         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6538         widening __hurd_fail value.
6540 2002-04-07  Roland McGrath  <roland@frob.com>
6542         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6543         <mach/machine/alpha_instruction.h>.
6544         (_hurd_setup_sighandler): Take proper arguments for current decls.
6545         Update code to use _hurdsig_catch_fault.
6546         Use `callsys' instruction instead of `call_pal'.
6547         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6549         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6550         (ALIGN, at, AT, fp): New macros.
6552 2002-04-06  Roland McGrath  <roland@frob.com>
6554         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6556         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6557         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6559         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6560         * sysdeps/mach/hurd/connect.c: Likewise.
6561         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6562         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6564         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6565         __msg_sig_post RPC.
6567         * hurd/catch-exc.c: Use integer_t instead of int.
6568         * hurd/hurdfault.c: Likewise.
6570         * sysdeps/mach/hurd/alpha/exc2signal.c
6571         (_hurd_exception2signal): Rewritten.
6572         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6573         (_hurd_longjmp_thread_state): Rewritten.
6575 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6577         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6578         DB_LOOKUP_FCT prototype.
6579         * nss/getXXent_r.c: Likewise.
6580         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6581         * inet/getaliasname_r.c: Likewise.
6582         * inet/getnetbyad_r.c: Likewise.
6583         * inet/getnetbynm_r.c: Likewise.
6584         * inet/getnetent_r.c: Likewise.
6585         * inet/getproto_r.c: Likewise.
6586         * inet/getprtent_r.c: Likewise.
6587         * inet/getprtname_r.c: Likewise.
6588         * inet/getrpcbyname_r.c: Likewise.
6589         * inet/getrpcbynumber_r.c: Likewise.
6590         * inet/getrpcent_r.c: Likewise.
6591         * inet/getservent_r.c: Likewise.
6592         * inet/getsrvbynm_r.c: Likewise.
6593         * inet/getsrvbypt_r.c: Likewise.
6594         * shadow/getspent_r.c: Likewise.
6595         * shadow/getspnam_r.c: Likewise.
6597         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6599         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6600         Use i686-friendly PIC code.
6601         * sysdeps/i386/elf/setjmp.S: Likewise.
6603         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6605         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6606         list.
6607         * elf/Versions: Remove it here.
6609 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6611         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6612         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6614 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6616         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6617         test just before the test runs.
6618         * intl/tst-translit.sh: Likewise.
6619         * intl/tst-codeset.sh: Likewise.
6621         * timezone/zic.c: Update from tzcode2002c.
6622         * timezone/asia: Update from tzdata2002c.
6623         * timezone/backward: Likewise.
6624         * timezone/europe: Likewise.
6625         * timezone/northamerica: Likewise.
6626         * timezone/northamerica: Likewise.
6627         * timezone/northamerica: Likewise.
6628         * timezone/southamerica: Likewise.
6629         * timezone/zone.tab: Likewise.
6631 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6633         * sysdeps/generic/brk.c (__curbrk): Declare.
6634         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6635         * sysdeps/generic/dl-sbrk.c: Likewise.
6636         * sysdeps/unix/arm/dl-brk.S: New file.
6637         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6638         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6639         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6640         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6641         * sysdeps/unix/i386/dl-brk.S: New file.
6642         * sysdeps/unix/mips/dl-brk.S: New file.
6643         * sysdeps/unix/sparc/dl-brk.S: New file.
6644         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6645         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6646         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6647         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6649 2002-04-03  Andreas Schwab  <schwab@suse.de>
6651         * Makefile (headers): Add gnu/lib-names.h here instead of
6652         install-others.
6653         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6654         installation rule.
6655         (install-headers): Add dependency on install-headers-nosubdir.
6656         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6657         instead of install-others.
6658         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6659         installation rule.
6661 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6663         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6664         Reported by Sam Roberts <sroberts@uniserve.com>.
6666 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
6668         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6669         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6670         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6671         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6673 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
6675         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6676         (RTLD_START): Ditto.
6677         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6678         dependency violation.
6680 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
6682         * time/mktime.c (__mktime_internal): Move check for year < 70 below
6683         all variable declarations.
6685 2002-04-04  Andreas Schwab  <schwab@suse.de>
6687         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
6689 2002-04-04  Andreas Jaeger  <aj@suse.de>
6691         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
6692         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
6694         * sysdeps/x86_64/fpu/s_fabs.c: New file.
6695         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
6696         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
6698         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
6700         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
6702         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
6703         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
6705         * configure.in: Handle all mips entries the same.
6707         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
6708         * sysdeps/mips/mips3/*: Likewise.
6709         * sysdeps/mips/p40/bits/endian.h: Likewise.
6711 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
6713         * misc/dirname.c (dirname): Ignore trailing slashes at end of
6714         non-null result [PR libc/2600].
6716         * misc/tst-dirname.c: Add more tests.
6718 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6720         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
6721         define a code_set_name provide one based on the filename.
6723         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
6725 2001-12-28  Andreas Jaeger  <aj@suse.de>
6727         * time/mktime.c (__mktime_internal): Check for year < 70
6728         [PR libc/2738].
6730 2002-04-03  Andreas Jaeger  <aj@suse.de>
6732         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
6733         shmat.
6734         Reported by Andi Kleen <ak@suse.de>.
6736 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6738         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
6739         * sysdeps/generic/w_lgammaf.c: Likewise.
6740         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
6742         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
6743         Adjust for new output format of the backtrace functions.
6745         * misc/syslog.c (vsyslog): Only use cleanup handler if
6746         _LIBC_REENTRANT is defined [PR libc/2924].
6748         * libio/Makefile (tests): Add bug-ungetwc2.
6749         * libio/bug-ungetwc2.c: New file.
6751         * manual/install.texi: Typographical and grammatical cleanup.
6752         Patch by Dennis Grace <dgrace@us.ibm.com>.
6754         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
6755         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
6757         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
6758         always "&".  Adjust callers.
6759         Add "_" prefix to several generated definitions.
6760         Patch by paul@serice.net [PR libc/3158].
6762 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6764         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
6765         size of _dl_arm_cap_flags.
6766         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
6768         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
6769         Define as 8.
6771 2002-03-22  H.J. Lu  <hjl@gnu.org>
6773         * scripts/firstversions.awk: Check the first version.
6775 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6777         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
6778         dependencies must be stable to work correctly.
6779         Reported by martin.lubich@datacon.at.
6781         * libio/bug-ungetwc1.c: New file.
6782         * libio/Makefile (tests): Add bug-ungetwc1.
6784         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
6785         if stream was last used for writing.
6787         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
6788         number [PR libc/3111].
6790         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
6791         to ...
6792         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
6794 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
6796         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
6797         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
6798         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
6799         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
6800         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
6802 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
6804         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
6805         dynamic tags.
6807 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
6809         * sysdeps/i386/fpu/s_fabs.S: New file.
6810         * sysdeps/i386/fpu/s_fabsf.S: New file.
6811         * sysdeps/i386/fpu/s_fabsl.S: New file.
6812         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
6813         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
6814         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
6816 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6818         * rt/tst-shm.c (do_test): Add one more test for size of shared
6819         memory object.
6821 2002-03-29  Wolfram Gloger  <wg@malloc.de>
6823         * malloc/malloc.c: Add short description and prototypes for
6824         malloc_get_state, malloc_set_state and posix_memalign, for
6825         consistency and to avoid warnings with -Wstrict-prototypes.
6826         Reported by Andreas Jaeger <aj@suse.de>.
6828 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6830         * po/gl.po: Update from translation team.
6832 2002-03-31  Roland McGrath  <roland@frob.com>
6834         * hurd/hurdselect.c (_hurd_select): Fix
6835         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
6836         Use a union rather than casts to compare mach_msg_type_t as int.
6838 2002-03-25  Roland McGrath  <roland@frob.com>
6840         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
6841         check off the end of NAME when it's shorter than 2 chars.
6842         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
6844 2002-03-17  Roland McGrath  <roland@frob.com>
6846         * sysdeps/mach/hurd/i386/sys/io.h: New file.
6847         * sysdeps/mach/hurd/i386/ioperm.c: New file.
6848         * sysdeps/mach/hurd/i386/Dist: Add them.
6849         * sysdeps/mach/hurd/i386/Versions
6850         (libc: GLIBC_2.2.6): New set, add ioperm.
6851         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
6852         (mach_interface_list): Check for mach_i386.defs.
6853         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
6854         * sysdeps/mach/configure: Regenerated.
6856 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
6858         * po/fr.po: Update from translation team.
6860 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6862         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
6863         getpriority from syscalls list.
6865 2002-03-28  Andreas Jaeger  <aj@suse.de>
6867         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
6868         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
6869         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
6870         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
6872 2002-03-27  Andreas Jaeger  <aj@suse.de>
6874         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6875         sigcontext): Follow further kernel change.
6877         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
6878         kernel change.
6880         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
6881         Change for struct sigcontext change.
6883         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6884         Follow changes in struct sigcontext.
6886         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
6887         sysycall, use wrapper instead.
6889 2002-03-26  Andreas Jaeger  <aj@suse.de>
6891         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
6892         read and write accesses as detailed as possible.
6893         (__memcpy_by2): Likewise.
6894         (__memcpy_g): Likewise.
6895         (memmove): Likewise.
6896         (memcmp): Likewise.
6897         (__memset_ccn_by4): Likewise.
6898         (__memset_ccn_by2): Likewise.
6899         (__memset_gcn_by4): Likewise.
6900         (__memset_gcn_by2): Likewise.
6901         (memchr): Likewise.
6902         (__memrchr): Likewise.
6903         (rawmemchr): Likewise.
6904         (__strlen_g): Likewise.
6905         (__strcpy_g): Likewise.
6906         (__mempcpy_by4): Likewise.
6907         (__mempcpy_by2): Likewise.
6908         (__mempcpy_byn): Likewise.
6909         (__stpcpy_g): Likewise.
6910         (__strncpy_by4): Likewise.
6911         (__strncpy_by2): Likewise.
6912         (__strncpy_byn): Likewise.
6913         (__strncpy_gg): Likewise.
6914         (__strcat_c): Likewise.
6915         (__strcat_g): Likewise.
6916         (__strncat_g): Likewise.
6917         (__strcmp_gg): Likewise.
6918         (__strncmp_g): Likewise.
6919         (__strchr_c): Likewise.
6920         (__strchr_g): Likewise.
6921         (__strchrnul_c): Likewise.
6922         (__strchrnul_g): Likewise.
6923         (__strrchr_c): Likewise.
6924         (__strrchr_g): Likewise.
6925         (__strrchr_c): Likewise.
6926         (__strrchr_g): Likewise.
6927         (__strcspn_c1): Likewise.
6928         (__strcspn_cg): Likewise.
6929         (__strcspn_g): Likewise.
6930         (__strcspn_g): Likewise.
6931         (__strspn_c1): Likewise.
6932         (__strspn_cg): Likewise.
6933         (__strspn_g): Likewise.
6934         (__strspn_g): Likewise.
6935         (__strpbrk_cg): Likewise.
6936         (__strpbrk_g): Likewise.
6937         (__strstr_cg): Likewise.
6938         (__strstr_g): Likewise.
6940         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
6941         Michal Ludvig <mludvig@suse.cz>.
6943         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
6944         compatibilty, adjust for kernel changes.
6946         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6947         sigcontext): Adjust for kernel changes.
6949 2002-03-25  Andreas Jaeger  <aj@suse.de>
6951         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
6952         little endian.
6953         Reported by Artur Zaprzala <zybi@talex.com.pl>.
6955 2002-03-24  Andreas Jaeger  <aj@suse.de>
6957         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
6959         * stdio-common/tst-fdopen.c (main): Remove unused variable.
6961         * iconv/tst-iconv3.c (main): Use correct printf strings.
6963 2002-03-18  Roland McGrath  <roland@frob.com>
6965         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
6966         (CMGROUP_MAX): New macro.
6968 2002-03-23  Roland McGrath  <roland@frob.com>
6970         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
6971         * sysdeps/posix/shm_unlink.c: Likewise.
6973 2002-03-22  Roland McGrath  <roland@frob.com>
6975         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
6976         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
6977         under --enable-libio.
6978         * sysdeps/mach/hurd/configure: Regenerated.
6980 2002-03-23  Roland McGrath  <roland@frob.com>
6982         * sysdeps/mach/hurd/i386/Makefile
6983         (sysdep_routines, shared-only-routines): Don't add framestate,
6984         reverting 2001-10-02 change.
6985         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
6986         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
6987         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
6988         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
6989         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
6990         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
6991         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
6992         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
6993         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
6994         Do it here instead, only if [$(unwind-find-fde) = yes].
6996 2002-03-23  Andreas Jaeger  <aj@suse.de>
6998         * signal/signal.h: Fix typo. Patch by Steve Kemp
6999         <skx@tardis.ed.ac.uk>.
7001 2002-03-22  Andreas Jaeger  <aj@suse.de>
7003         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7004         getresuid.
7006         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7007         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7008         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7009         user_fpregs_struct): Rename fwd.
7011         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7012         Follow sigcontext changes.
7014 2002-03-22  Andreas Jaeger  <aj@suse.de>
7016         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7017         changes for NaNs on MIPS.
7018         Patch by Hartvig Ekner <hartvige@mips.com>.
7020 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7022         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7023         Use realloc if too large.
7024         (addgrbyid): Likewise.
7025         * nscd/hstcache.c (addhstbyname): Likewise.
7026         (addhstbyaddr): Likewise.
7027         (addhstbynamev6): Likewise.
7028         (addhstbyaddrv6): Likewise.
7029         * nscd/pwdcache.c (addpwbyname): Likewise.
7030         (addpwbyuid): Likewise.
7032 2002-03-21  Andreas Jaeger  <aj@suse.de>
7034         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7035         _fpstate): Add separate struct for x86-64.
7037         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7038         user_fpregs_struct): Change member names to follow kernel.
7040 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7042         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7043         Correctly close the UDP connection right away [PR libc/3120].
7045 2002-03-20  Andreas Jaeger  <aj@suse.de>
7047         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7048         user_fpregs_struct): Fix for changed kernel struct.
7049         (struct user_regs_struct): Likewise.
7050         (struct user): Likewise.
7051         Add 32-bit x86 compatibility.
7053         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7055 2002-03-19  Andreas Jaeger  <aj@suse.de>
7057         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7059 2002-03-18  Andreas Jaeger  <aj@suse.de>
7061         * iconvdata/Makefile: Only run tests when shared libs are
7062         available.
7064 2002-03-17  Andreas Jaeger  <aj@suse.de>
7066         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7068         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7070         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7071         bits.
7073         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7074         (CAUSE_SHIFT): New macro.
7075         Patch by Hartvig Ekner <hartvige@mips.com>.
7077         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7078         * sysdeps/generic/unwind-pe.h: Likewise.
7080         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7081         type to _IO_setb.
7083         * libio/stdio.c (AL2): Define variant when visibility attribute is
7084         not supported.
7086         * include/libc-symbols.h (_INTVARDEF): Define variant when
7087         visibility attribute is not supported.
7089 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7091         * po/fr.po: Update from translation team.
7093 2002-02-25  Bruno Haible  <bruno@clisp.org>
7095         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7097 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7099         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7100         buffers if _IO_file_attach failed.
7102         * libio/fileops.c (_IO_file_open): Close file descriptor if
7103         _IO_SEEKOFF call failed.
7105 2002-03-15  H.J. Lu  <hjl@gnu.org>
7106             Ulrich Drepper  <drepper@redhat.com>
7108         * configure.in: Check for availability of
7109         init_array/fini_array/preinit_array handling in binutils.
7110         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7111         * config.make.in (have-initfini-array): New variable.
7113 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7115         * stdio-common/tst-printf.c (main): Comment out one test which
7116         checked the compiler's ability to fold floating-point constants
7117         but not really printf.
7118         (rfg3): Make s const.
7119         * stdio-common/tst-printf.sh: Adjust for removed test.
7121         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7122         internal function.  Adjust for internal_function calling convention.
7123         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7124         as internal_function.
7126         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7127         hidden.
7129         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7130         declaration and definition.
7131         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7132         declaration.
7133         * nss/getXXent_r.c: Likewise.
7134         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7135         definition.
7137         * include/time.h: Declare __localtime_r as hidden.
7139         * include/aliases.h: Declare __getaliasent_r as hidden.
7140         * include/grp.h: Declare __getgrent_r as hidden.
7141         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7142         __getservent_r, and __getprotoent_r as hidden.
7143         * include/pwd.h: Declare __getpwent_r as hidden.
7144         * include/shadow.h: Declare __getspent_r as hidden.
7145         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7147         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7148         and __gconv_transliterate as hidden.
7149         Add internal_function to __gconv_get_path declaration.
7150         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7151         definition.  Add attribute_hidden to __gconv_read_conf definition.
7153 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7155         * elf/rtld.c: Declare _environ as hidden.
7156         * sysdeps/generic/dl-environ.c: Likewise.
7157         * sysdeps/generic/dl-sysdep.c: Likewise.
7159         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7160         _dl_mcount_internal as hidden.
7162         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7163         * sysdeps/generic/dl-brk.c: New file.
7164         * sysdeps/generic/dl-sbrk.c: New file.
7165         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7166         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7168         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7169         (__errno_location): New function.  Declare errno as hidden.
7170         * elf/rtld.c (_dl_argc): Define as hidden.
7171         (_dl_skip_args): Define as hidden.
7172         (_begin, _end): Declare as hidden.
7173         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7174         * sysdeps/generic/entry.h (_start): Declare as hidden.
7175         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7176         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7177         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7178         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7180 2002-03-14  Roland McGrath  <roland@frob.com>
7182         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7184         * Makeconfig (%.v.i, %.v): New implicit rules.
7185         (preprocess-versions): Variable removed.
7186         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7187         shlib-versions input files as dependencies.
7188         ($(common-objpfx)soversions.i): Depend on that instead of the input
7189         files.  Use it as input instead of using a pipeline.
7190         (postclean-generated): Append soversions.i, shlib-versions.v, and
7191         shlib-versions.v.i here.
7192         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7193         the Versions.def input files as dependencies.
7194         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7195         ($(common-objpfx)Versions.all): Depend on that instead of the input
7196         files.  Use it as input instead of using a pipeline.
7197         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7198         (postclean-generated): Append those .v and .v.i files here.
7200 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7202         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7203         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7204         Remove.
7206 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7208         * sysdeps/generic/mp_clz_tab.c: New file.
7209         * sysdeps/i386/mp_clz_tab.c: New file.
7210         * sysdeps/hppa/mp_clz_tab.c: New file.
7211         * sysdeps/powerpc/mp_clz_tab.c: New file.
7212         * stdlib/Makefile (aux): Revert last patch.
7213         * math/Makefile (gmp-objs): Likewise.
7215 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7217         * time/strftime.c: Comment fixes for references to obsolescent
7218         standards, In most cases the simplest fix is to remove the
7219         confusing comments.  Cross-referencing all the standards properly
7220         is a bit of a pain, and it should be enough to put that info in
7221         the documentation as I did in my recent time.texi patch.
7223 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7225         * manual/time.texi (Formatting Calendar Time):
7226         ISO C99 also specifies the E and O modifiers.
7227         %P is a GNU extension, and is not in ISO C99.
7228         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7229         %T is also in ISO C99.
7230         The RFC 822 example is not valid in arbitrary locales.
7231         Reword the POSIX.2 wording slightly, to make it a bit clearer
7232         that POSIX.2 formats are also supported by later POSIX versions.
7233         If a format was introduced in ISO C99 it is also required by
7234         POSIX.1-2001.
7236 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7238         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7239         _sys_nerr_internal with INTVARDEF2.
7240         * include/libc-symbols.h (INTVARDEF2): New macro.
7241         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7242         (_sys_nerr_internal): Library.
7244         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7245         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7247         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7249 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7251         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7253 2002-03-02  Andreas Schwab  <schwab@suse.de>
7255         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7256         'h' flag and positional arg.
7257         * stdio-common/tst-printf.c (rfg3): New function to test
7258         positional arguments.
7259         (main): Fix some warnings.
7261 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7263         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7264         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7266 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7268         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7270         * include/locale.h (_nl_C_locobj): Declare as hidden.
7272         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7273         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7275         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7277         * include/sys/gmon.h: Declare _gmonparam as hidden.
7279         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7280         (__ctype32_wctrans): Likewise.
7281         (__ctype32_width): Likewise.
7283         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7284         use of __ttyname.
7286         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7287         Define as hidden.
7288         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7289         hidden.  Change all users of these variables.
7291         * posix/regex_internal.h (__re_error_msgid): Renamed from
7292         re_error_msgid.  Declare as hidden.
7293         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7294         hidden.
7296         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7297         (__printf_function_table): Likewise.
7298         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7299         hidden.
7300         (__printf_function_table): Likewise.
7302         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7303         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7305         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7306         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7308         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7309         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7311 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7313         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7314         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7315         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7316         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7317         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7318         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7319         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7320         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7321         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7322         _nl_C_LC_CTYPE_width: Declare as hidden.
7323         * include/locale.h: Declare _nl_locale_file_list.
7324         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7325         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7326         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7327         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7328         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7329         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7330         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7331         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7332         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7333         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7334         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7335         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7336         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7337         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7338         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7339         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7340         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7341         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7342         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7343         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7344         _nl_C_LC_CTYPE_width, and as hidden.
7345         * locale/findlocale.c: Declare _nl_C as hidden.
7346         * locale/newlocale.c: Likewise.
7347         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7348         _nl_locale_file_list.
7349         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7350         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7351         Define _nl_C_locobj as hidden.
7353         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7354         (_mtrace_line): Likewise.
7356         * include/time.h: Declare __mon_yday as hidden.
7357         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7359         * libio/libioP.h: Declare __libio_codecvt as hidden.
7360         * libio/fileops.c: Declare __libio_translit as hidden.
7361         * libio/iofwide.c: Define __libio_translit as hidden.
7363         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7364         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7365         * login/getutline_r.c: Likewise.
7366         * login/utmpname.c: Likewise.
7368         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7369         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7370         __libc_utmp_file_name as hidden.
7372         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7373         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7374         * locale/freelocale.c: Likewise.
7375         * locale/lc-time.c: Likewise.
7377         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7378         (__libc_ptyname2): Likewise.
7379         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7380         hidden.
7381         (__libc_ptyname2): Likewise.
7383         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7384         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7385         * sysdeps/generic/init-first.c: Likewise.
7386         * sysdeps/i386/init-first.c: Likewise.
7387         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7388         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7389         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7390         * sysdeps/sh/init-first.c: Likewise.
7391         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7392         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7394         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7395         (_itowa_upper_digits): Likewise.
7397         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7398         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7399         as hidden.
7401         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7402         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7403         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7404         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7406         * gmon/gmon.c (__bb_head): Define as hidden.
7407         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7409         * argp/argp-parse.c (_argp_hang): Define as static.
7411         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7412         handling in latest compilers.
7414         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7415         define alias.
7416         * libio/fileops.c (_IO_file_jumps): Likewise.
7417         * libio/stdfiles.c (_IO_list_all): Likewise.
7418         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7420         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7421         include/malloc.h.
7422         * include/malloc.h: Add __libc_malloc_initialized declaration
7423         here.  Mark variable hidden.
7424         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7426         * elf/dl-open.c (__libc_argc): Declare as hidden.
7427         (__libc_argv): Likewise.
7428         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7429         (__libc_argv): Likewise.
7430         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7431         __libc_argv as hidden.
7432         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7433         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7434         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7435         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7437         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7438         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7439         * stdlib/erand48.c: Likewise.
7440         * stdlib/jrand48.c: Likewise.
7441         * stdlib/lcong48.c: Likewise.
7442         * stdlib/lrand48.c: Likewise.
7443         * stdlib/mrand48.c: Likewise.
7444         * stdlib/nrand48.c: Likewise.
7445         * stdlib/seed48.c: Likewise.
7446         * stdlib/srand48.c: Likewise.
7448         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7449         (_itoa_lower_digits_internal): New declaration.
7450         (_itoa_upper_digits_internal): New declaration.
7451         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7452         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7453         (_itoa_upper_digits_internal): New declaration.
7454         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7455         _itoa_lower_digits.
7456         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7457         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7459         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7460         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7462         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7463         (_itowa_lower_digits): Likewise.
7464         (_itowa_upper_digits): Likewise.
7465         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7466         (_itowa_upper_digits): Likewise.
7468         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7469         not already defined.
7470         (GERMANIC_PLURAL): Declare as hidden.
7472         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7473         (attribute_hidden): Define as empty macro if not already defined.
7475         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7476         (__gconv_max_path_elem_len): Likewise.
7477         (__gconv_path_envvar): Likewise.
7479         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7480         * stdlib/Makefile (aux): Remove mp_clz_tab.
7481         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7483         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7485         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7487         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7488         _nl_category_names, _nl_category_name_sizes, _nl_current,
7489         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7491         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7492         (_nl_current_default_domain): Likewise
7493         (_nl_state_lock): Likewise.
7494         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7495         (_nl_current_default_domain): Likewise
7496         (_nl_state_lock): Likewise.
7497         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7499         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7500         (_fpioconst_pow10): Likewise.
7502         * include/time.h (_tmbuf): Add attribute_hidden.
7504         * time/tzset.c (tzstring_list): Define as static.
7506         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7507         __use_tzfile declaration.
7509         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7510         and __wcsmbs_last_locale declaration.
7512 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7514         * timezone/Makefile (tzbases): Move systemv from here...
7515         (tzlinks): to here, since the entries in systemv were all changed
7516         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7517         tested) by Peter Breitenlohner.
7519 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7521         * time/tst-posixtz.c (tests): Add new tests.
7522         (main): Test whether tzset() sets daylight properly.
7524 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7526         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7527         __tzname_cur_max setting...
7528         (tzset_internal): ...here.
7530 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7532         * time/tzset.c (compute_change): Don't return any value.
7533         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7534         (__tz_convert): But here.
7536 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7538         * manual/examples/mkfsock.c: Include <string.h> as well.
7539         Patch by Alain De Carolis <alaind@wseurope.com>.
7541 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7543         * posix/regexec.c (re_match): Fix incorrect register sizes.
7544         (re_search): Likewise.
7546 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7548         * posix/regcomp.c (regfree): Remove a disused condition.
7549         * posix/regex_internal.c (re_acquire_state): Likewise.
7550         (re_acquire_state_context): Likewise.
7551         (register_state): Remove a redundant malloc invocation.
7552         * posix/regex_internal.h: (re_state_table_entry): Simplify
7553         the structure.
7555 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7557         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7558         handling conditions.
7559         (regerror): Likewise.
7560         (regfree): Likewise.
7561         (re_compile_internal): Likewise.
7562         (init_dfa): Likewise.
7563         (init_word_char): Likewise.
7564         (create_initial_state): Likewise.
7565         (analyze): Likewise.
7566         (analyze_tree): Likewise.
7567         (duplicate_node): Likewise.
7568         (calc_eclosure): Likewise.
7569         (calc_eclosure_iter): Likewise.
7570         (parse): Likewise.
7571         (parse_reg_exp): Likewise.
7572         (parse_branch): Likewise.
7573         (parse_expression): Likewise.
7574         (parse_subexp): Likewise.
7575         (parse_dup_op): Likewise.
7576         (parse_bracket_exp): Likewise.
7577         (build_equiv_class): Likewise.
7578         (build_charclass): Likewise.
7579         (build_word_op): Likewise.
7580         (fetch_number): Likewise.
7581         (create_tree): Likewise.
7582         (duplicate_tree): Likewise.
7583         * posix/regex.c (BE): New macro.
7584         * posix/regexec.c (re_match): Add __builtin_expect to error
7585         handling conditions.
7586         (re_match_2): Likewise.
7587         (re_search): Likewise.
7588         (re_search_internal): Likewise.
7589         (check_matching): Likewise.
7590         (proceed_next_node): Likewise.
7591         (set_regs): Likewise.
7592         (sift_states_backward): Likewise.
7593         (add_epsilon_backreference): Likewise.
7594         (transit_state): Likewise.
7595         (transit_state_sb): Likewise.
7596         (transit_state_mb): Likewise.
7597         (transit_state_bkref): Likewise.
7598         (transit_state_bkref_loop): Likewise.
7599         (build_trtable): Likewise.
7600         (group_nodes_into_DFAstates): Likewise.
7601         (match_ctx_init): Likewise.
7602         (match_ctx_add_entry): Likewise.
7603         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7604         to error handling conditions.
7605         (re_string_construct_toupper): Likewise.
7606         (build_wcs_buffer): Likewise.
7607         (build_wcs_upper_buffer): Likewise.
7608         (build_upper_buffer): Likewise.
7609         (re_string_translate_buffer): Likewise.
7610         (re_node_set_alloc): Likewise.
7611         (re_node_set_init_1): Likewise.
7612         (re_node_set_init_2): Likewise.
7613         (re_node_set_init_copy): Likewise.
7614         (re_node_set_intersect): Likewise.
7615         (re_node_set_init_union): Likewise.
7616         (re_node_set_merge): Likewise.
7617         (re_node_set_insert): Likewise.
7618         (re_dfa_add_node): Likewise.
7619         (re_acquire_state): Likewise.
7620         (re_acquire_state_context): Likewise.
7621         (create_new_state_common): Likewise.
7622         (register_state): Likewise.
7623         (create_ci_new_state): Likewise.
7624         (create_cd_new_state): Likewise.
7625         (re_string_context_at): Remove redundant condition.
7627 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7629         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7631         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7633 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7635         * sysdeps/i386/elf/configure.in: Fix comment.
7637         * sysdeps/sparc/sparc64/configure.in: New file.
7638         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7639         if .dynamic comes before .got.
7640         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7642         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7643         HP_TIMING_ACCUM): Fix typos.
7645 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7647         * string/strfry.c: Add some more randomness to the seed.
7648         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7650         * po/es.po: Update from translation team.
7651         * po/fr.po: Likewise.
7653         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7655         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7656         when determining type of format.
7657         Patch by James Antill <james@anqd.org> [PR libc/2787].
7659 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
7661         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7663 2002-03-11  Roland McGrath  <roland@frob.com>
7665         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7667         * Versions.def (libc): Add GLIBC_2.2.6.
7668         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7669         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7670         __errno_location instead of __hurd_errno_location, and don't inline it.
7671         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7672         * hurd/errno.c: New file.
7673         * hurd/Makefile (routines): Add errno.
7675 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7677         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7678         ridiculously large widths and precisions [PR libc/3026].
7680 2002-03-11  Andreas Jaeger  <aj@suse.de>
7682         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7683         support.
7684         Patch by Susanne Oberhauser <froh@SuSE.de>.
7686 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7688         * inet/rexec.c (ahostbuf): Define as static.
7690         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
7691         (__ctype32_wctrans): Likewise.
7692         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
7693         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
7694         (__ctype32_wctrans): Likewise.
7695         (__ctype32_width): Likewise.
7697         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
7698         They were never exported anyway.
7700         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
7701         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
7702         exported.
7703         * include/sys/gmon.h: Declare _gmonparam.
7705         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
7706         symbols for getdents64.  They were never exported.
7708 2002-03-09  Roland McGrath  <roland@frob.com>
7710         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
7711         Reported by Jon Arney <jarney1@cox.net>.
7713 2002-02-23  Roland McGrath  <roland@frob.com>
7715         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
7716         declaration.
7717         (__hurd_errno_location): Function removed.
7719 2002-03-06  Andreas Jaeger  <aj@suse.de>
7721         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
7722         32-bit.
7724 2002-03-04  Andreas Jaeger  <aj@suse.de>
7726         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
7728         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
7729         x86-64.
7731         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
7733         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
7735         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
7737         * sysdeps/x86_64/bits/setjmp.h: New file.
7739         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
7741         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
7743         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
7744         for x86.
7745         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
7746         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
7748 2002-02-28  Bo Thorsen  <bo@suse.de>
7750         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
7751         version.
7753 2002-03-03  Andreas Jaeger  <aj@suse.de>
7755         * sysdeps/x86_64/bits/wordsize.h: New file.
7757         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
7758         * elf/tst-tlsmod1.c: Likewise.
7760         * posix/regcomp.c: Get regex.h from include dir for internal
7761         prototypes.
7763         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
7764         to libc-internal.h and include it.
7765         * include/libc-internal.h: Add __init_misc.
7767         * misc/init-misc.c: Include libc-internal.h for prototypes.
7769         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
7771         * misc/error.c [_LIBC]: Include libioP.h for prototype of
7772         _IO_putc_internal.
7774 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
7776         * posix/regcomp.c: Compatibility changes to allow using the code
7777         outside glibc.
7779 2002-02-28  Hartvig Ekner <hartvige@mips.com>
7781         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
7782         compiled non-PIC.
7784 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
7786         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
7787         of .str elements in the returned data structure.
7789         * elf/elf.h: Add Alpha TLS bits.
7791 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7793         * sysdeps/unix/sysv/linux/nice.c: New file.
7795 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
7797         * elf/Makefile (dl-routines): Add dl-origin.
7798         (elide-routines.os): Add dl-origin.
7799         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
7800         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
7801         _dl_debug_state.
7802         * include/libc-symbols.c: Define attribute_hidden depending on
7803         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
7805         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
7806         * elf/dl-load.c: Likewise.
7807         * elf/rtld.c: Likewise.
7808         * include/unistd.h: Declare __libc_enable_secure_internal.
7809         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
7810         Use INTUSE with __libc_enable_secure.
7811         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
7813         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
7814         * elf/dl-error.c: Likewise,
7815         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
7817         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
7818         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
7819         function definition.  Use INTDEF with _dl_get_origin.
7820         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
7822         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
7823         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
7825         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
7826         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
7827         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
7829         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
7830         * elf/dl-deps.c: Likewise.
7831         * elf/dl-error.c: Likewise.
7832         * elf/dl-fini.c: Likewise.
7833         * elf/dl-init.c: Likewise.
7834         * elf/dl-load.c: Likewise.
7835         * elf/dl-lookup.c: Likewise.
7836         * elf/dl-reloc.c: Likewise.
7837         * elf/dl-version.c: Likewise.
7838         * elf/do-lookup.h: Likewise.
7839         * sysdeps/arm/dl-machine.h: Likewise.
7840         * sysdeps/cris/dl-machine.h: Likewise.
7841         * sysdeps/hppa/dl-machine.h: Likewise.
7842         * sysdeps/i386/dl-machine.h: Likewise.
7843         * sysdeps/m68k/dl-machine.h: Likewise.
7844         * sysdeps/powerpc/dl-machine.h: Likewise.
7845         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7846         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7847         * sysdeps/sh/dl-machine.h: Likewise.
7848         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
7849         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
7850         * sysdeps/x86_64/dl-machine.h: Likewise.
7851         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
7852         _dl_argv[0].  Use INTUSE with _dl_argv.
7853         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
7854         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
7856 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7858         * elf/rtld.c (_rtld_global): Remove .protected.
7859         (_rtld_local): Strong alias to _rtld_global.
7860         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
7861         only .os object.
7862         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
7863         _rtld_local instead of _rtld_global.
7864         (_rtld_local): Add hidden extern, possibly in .sdata section.
7865         * configure.in: Add tests for visibility attribute and .sdata.
7866         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
7867         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
7868         * sysdeps/arm/dl-machine.h: Likewise.
7869         * sysdeps/generic/ldsodefs.h: Likewise.
7870         * sysdeps/hppa/dl-machine.h: Likewise.
7871         * sysdeps/cris/dl-machine.h: Likewise.
7872         * sysdeps/i386/dl-machine.h: Likewise.
7873         * sysdeps/ia64/dl-machine.h: Likewise.
7874         * sysdeps/m68k/dl-machine.h: Likewise.
7875         * sysdeps/mips/mips64/dl-machine.h: Likewise.
7876         * sysdeps/mips/dl-machine.h: Likewise.
7877         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7878         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7879         * sysdeps/sh/dl-machine.h: Likewise.
7880         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7881         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7882         * sysdeps/x86_64/dl-machine.h: Likewise.
7884 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
7886         * login/login.c (login): Always initialize ut_line field
7887         [PR libc/2991].
7889 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7891         * sysdeps/i386/Makefile (sysdep_routines): Add
7892         divdi3 in csu dir.
7893         (shared-only-routines): Likewise.
7894         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
7895         (shared-only-routines): Likewise.
7896         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
7897         (shared-only-routines): Likewise.
7898         * sysdeps/wordsize-32/divdi3.c: New file.
7900 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
7902         * locale/iso-4217.def: Remove obsolete currencies for countries
7903         with Euro.
7905 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
7907         * posix/regcomp.c (regcomp): Remove a redundant condition.
7908         (init_word_char): Add a check on malloc failure.
7909         (create_initial_state): Likewise.
7910         (duplicate_node): Likewise.
7911         (calc_eclosure): Likewise.
7912         (calc_eclosure_iter): Likewise.
7913         (parse_expression): Likewise.
7914         (parse_bracket_exp): Remove unnecessary malloc invocations.
7915         (build_equiv_class): Likewise.
7916         (build_charclass): Likewise.
7917         * posix/regex_internal.c (re_node_set_intersect): Add a check
7918         on malloc failure.
7919         (re_node_set_add_intersect): Likewise.
7920         (re_node_set_merge): Likewise.
7921         (re_acquire_state): Likewise.
7922         (re_acquire_state_context): Likewise.
7923         (create_newstate_common): Likewise.
7924         (register_state): Likewise.
7925         (create_ci_newstate): Likewise.
7926         (create_cd_newstate): Likewise.
7927         * posix/regex_internal.h: Fix prototypes of re_acquire_state
7928         and re_acquire_state_context.
7929         * posix/regexec.c (regexec): Suit it to the error handling of
7930         re_search_internal.
7931         (re_match): Likewise.
7932         (re_search): Likewise.
7933         (re_search_internal): Add a check on malloc failure.
7934         (acquire_init_state_context): Likewise.
7935         (check_matching): Likewise.
7936         (proceed_next_node): Likewise.
7937         (set_regs): Likewise.
7938         (sift_states_backward): Likewise.
7939         (sift_states_iter_bkref): Likewise.
7940         (add_epsilon_backreference): Likewise.
7941         (transit_state): Likewise.
7942         (transit_state_sb): Likewise.
7943         (transit_state_mb): Likewise.
7944         (transit_state_bkref_loop): Likewise.
7945         (build_trtable): Likewise.
7946         (group_nodes_into_DFAstates): Likewise.
7947         (match_ctx_init): Likewise.
7948         (match_ctx_add_entry): Likewise.
7950 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
7952         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
7953         l_libname if profiling is enabled [PR libc/2916].
7955         * sysdeps/ia64/dl-tls.h: New file.
7957 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
7959         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
7960         Work around an Alpha gas bug.
7962 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
7964         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
7965         uses read to load the catalog.
7966         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
7968 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
7970         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
7971         regex_internal.c, and regex_internal.h.
7972         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
7973         * posix/regex.c: Complete rewrite.
7974         * posix/regexec.c: New file.
7975         * posix/regcomp.c: New file.
7976         * posix/regex_internal.c: New file.
7977         * posix/regex_internal.h: New file.
7978         * posix/regex.h (RE_ICASE): New macro.
7979         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
7981         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
7982         ungetwc.  It's a macro.
7983         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
7984         implementation.
7985         Reported by Jason Merrill <jason@redhat.com>.
7987 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7989         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
7990         position to fp->_offset if it is set.
7991         * stdio-common/Makefile (tests): Add tst-fdopen.
7992         * stdio-common/tst-fdopen.c: New test.
7994 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7996         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
7997         * stdio-common/tst-ungetc.c (main): Add another test.
7999 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8001         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8002         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8003         aliases.  Add prototypes for the new aliases.
8004         * assert/assert.c: Likewise.
8005         * include/libc-symbols.h: Likewise.
8006         * include/stdio.h: Likewise.
8007         * include/netinet/in.h: Likewise.
8008         * include/rpc/auth.h: Likewise.
8009         * include/rpc/auth_unix.h: Likewise.
8010         * include/rpc/key_prot.h: Likewise.
8011         * include/rpc/pmap_prot.h: Likewise.
8012         * include/rpc/pmap_rmt.h: Likewise.
8013         * include/rpc/rpc_msg.h: Likewise.
8014         * include/rpc/xdr.h: Likewise.
8015         * inet/gethstbyad_r.c: Likewise.
8016         * inet/gethstbynm2_r.c: Likewise.
8017         * inet/gethstbynm_r.c: Likewise.
8018         * inet/gethstent_r.c: Likewise.
8019         * inet/in6_addr.c: Likewise.
8020         * libio/__fpurge.c: Likewise.
8021         * libio/filedoalloc.c: Likewise.
8022         * libio/fileops.c: Likewise.
8023         * libio/ftello.c: Likewise.
8024         * libio/ftello64.c: Likewise.
8025         * libio/genops.c: Likewise.
8026         * libio/iofclose.c: Likewise.
8027         * libio/iofdopen.c: Likewise.
8028         * libio/iofflush.c: Likewise.
8029         * libio/iofflush_u.c: Likewise.
8030         * libio/iofgetpos.c: Likewise.
8031         * libio/iofgetpos64.c: Likewise.
8032         * libio/iofgets.c: Likewise.
8033         * libio/iofgets_u.c: Likewise.
8034         * libio/iofopen.c: Likewise.
8035         * libio/iofopncook.c: Likewise.
8036         * libio/iofputs.c: Likewise.
8037         * libio/iofread.c: Likewise.
8038         * libio/iofread_u.c: Likewise.
8039         * libio/iofsetpos.c: Likewise.
8040         * libio/iofsetpos64.c: Likewise.
8041         * libio/ioftell.c: Likewise.
8042         * libio/iofwrite.c: Likewise.
8043         * libio/iogetline.c: Likewise.
8044         * libio/iogets.c: Likewise.
8045         * libio/iogetwline.c: Likewise.
8046         * libio/iolibio.h: Likewise.
8047         * libio/iopadn.c: Likewise.
8048         * libio/iopopen.c: Likewise.
8049         * libio/ioseekoff.c: Likewise.
8050         * libio/ioseekpos.c: Likewise.
8051         * libio/iosetbuffer.c: Likewise.
8052         * libio/iosetvbuf.c: Likewise.
8053         * libio/ioungetc.c: Likewise.
8054         * libio/ioungetwc.c: Likewise.
8055         * libio/iovdprintf.c: Likewise.
8056         * libio/iovsprintf.c: Likewise.
8057         * libio/iovsscanf.c: Likewise.
8058         * libio/libioP.h: Likewise.
8059         * libio/memstream.c: Likewise.
8060         * libio/obprintf.c: Likewise.
8061         * libio/oldfileops.c: Likewise.
8062         * libio/oldiofclose.c: Likewise.
8063         * libio/oldiofdopen.c: Likewise.
8064         * libio/oldiofgetpos.c: Likewise.
8065         * libio/oldiofgetpos64.c: Likewise.
8066         * libio/oldiofopen.c: Likewise.
8067         * libio/oldiofsetpos.c: Likewise.
8068         * libio/oldiofsetpos64.c: Likewise.
8069         * libio/oldiopopen.c: Likewise.
8070         * libio/oldstdfiles.c: Likewise.
8071         * libio/putc.c: Likewise.
8072         * libio/setbuf.c: Likewise.
8073         * libio/setlinebuf.c: Likewise.
8074         * libio/stdfiles.c: Likewise.
8075         * libio/stdio.c: Likewise.
8076         * libio/strops.c: Likewise.
8077         * libio/vasprintf.c: Likewise.
8078         * libio/vscanf.c: Likewise.
8079         * libio/vsnprintf.c: Likewise.
8080         * libio/vswprintf.c: Likewise.
8081         * libio/wfiledoalloc.c: Likewise.
8082         * libio/wfileops.c: Likewise.
8083         * libio/wgenops.c: Likewise.
8084         * libio/wstrops.c: Likewise.
8085         * malloc/mtrace.c: Likewise.
8086         * misc/error.c: Likewise.
8087         * misc/syslog.c: Likewise.
8088         * nss/getXXbyYY_r.c: Likewise.
8089         * nss/getXXent_r.c: Likewise.
8090         * nss/hosts-lookup.c: Likewise.
8091         * stdio-common/getw.c
8092         * stdio-common/printf-prs.c: Likewise.
8093         * stdio-common/printf_fp.c: Likewise.
8094         * stdio-common/printf_size.c: Likewise.
8095         * stdio-common/putw.c: Likewise.
8096         * stdio-common/scanf.c: Likewise.
8097         * stdio-common/sprintf.c: Likewise.
8098         * stdio-common/tmpfile64.c: Likewise.
8099         * stdio-common/vfprintf.c: Likewise.
8100         * stdio-common/vfscanf.c: Likewise.
8101         * stdlib/strfmon.c: Likewise.
8102         * sunrpc/auth_des.c: Likewise.
8103         * sunrpc/auth_none.c: Likewise.
8104         * sunrpc/auth_unix.c: Likewise.
8105         * sunrpc/authdes_prot.c: Likewise.
8106         * sunrpc/authuxprot.c: Likewise.
8107         * sunrpc/clnt_perr.c: Likewise.
8108         * sunrpc/clnt_raw.c: Likewise.
8109         * sunrpc/clnt_tcp.c: Likewise.
8110         * sunrpc/clnt_udp.c: Likewise.
8111         * sunrpc/clnt_unix.c: Likewise.
8112         * sunrpc/key_call.c: Likewise.
8113         * sunrpc/key_prot.c: Likewise.
8114         * sunrpc/openchild.c: Likewise.
8115         * sunrpc/pm_getmaps.c: Likewise.
8116         * sunrpc/pm_getport.c: Likewise.
8117         * sunrpc/pmap_clnt.c: Likewise.
8118         * sunrpc/pmap_prot.c: Likewise.
8119         * sunrpc/pmap_prot2.c: Likewise.
8120         * sunrpc/pmap_rmt.c: Likewise.
8121         * sunrpc/rpc_cmsg.c: Likewise.
8122         * sunrpc/rpc_prot.c: Likewise.
8123         * sunrpc/svc_authux.c: Likewise.
8124         * sunrpc/svc_raw.c: Likewise.
8125         * sunrpc/svc_simple.c: Likewise.
8126         * sunrpc/svc_tcp.c: Likewise.
8127         * sunrpc/svc_udp.c: Likewise.
8128         * sunrpc/svc_unix.c: Likewise.
8129         * sunrpc/xdr.c: Likewise.
8130         * sunrpc/xdr_array.c: Likewise.
8131         * sunrpc/xdr_mem.c: Likewise.
8132         * sunrpc/xdr_rec.c: Likewise.
8133         * sunrpc/xdr_ref.c: Likewise.
8134         * sunrpc/xdr_stdio.c: Likewise.
8135         * sysdeps/generic/_strerror.c: Likewise.
8136         * sysdeps/generic/printf_fphex.c: Likewise.
8137         * sysdeps/generic/tmpfile.c: Likewise.
8138         * sysdeps/gnu/errlist.awk: Likewise.
8139         * sysdeps/gnu/errlist.c: Likewise.
8141         * libio/Makefile (routines): Remove iosprint.
8142         * libio/iosprintf.c: Removed
8145 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8147         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8148         non_dynamic_init and exported now.
8149         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8150         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8151         !SHARED.
8152         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8153         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8154         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8156 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8158         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8159         true in this case.
8161         * locale/iso-639.def: Add language codes for Walloon.
8163         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8164         total number of relocations performed.
8166         * elf/sprof.c (load_profdata): If do_test provide information as
8167         to why loading failed.
8168         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8169         hist_hdr.dimen.
8171         * csu/set-init.c: Moved to...
8172         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8173         * csu/Makefile: Don't compile set-init.
8174         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8175         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8176         to __libc_init.
8177         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8178         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8179         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8180         __libc_init.
8181         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8182         __libc_subinit.
8184 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8186         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8187         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8188         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8189         (_dl_deallocate_tls): New function.
8190         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8191         _dl_deallocate_tls.
8193 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8195         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8196         * stdio-common/tst-fseek.c (main): Add test for this.
8198 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8200         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8202 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8204         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8205         pointer before dereferencing.
8207 2002-02-18  Roland McGrath  <roland@frob.com>
8209         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8211         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8212         Use task_policy in place of task_priority.
8214         * sysdeps/generic/bits/mman.h
8215         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8216         * sysdeps/mach/msync.c: New file.
8218         * sysdeps/mach/powerpc/syscall.S: New file.
8220         * mach/msg.c [MACH_MSG_OVERWRITE]
8221         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8222         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8224         * sysdeps/mach/configure.in: Check for clock.defs to put into
8225         mach_interface_list.
8226         * sysdeps/mach/configure: Regenerated.
8228         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8229         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8230         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8231         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8232         (mach-shortcuts): Add device_read_overwrite_request,
8233         device_read_overwrite, vm_read_overwrite, thread_switch.
8235         * configure.in (base_machine): Set to $machine by default.
8236         * configure: Regenerated.
8238         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8239         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8240         * sysdeps/mach/configure: Regenerated.
8241         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8243         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8245         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8247         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8248         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8250 2002-02-17  Roland McGrath  <roland@frob.com>
8252         * sysdeps/mach/hurd/times.c
8253         [NO_CREATION_TIME] (startup_time): New static variable.
8254         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8255         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8256         creation_time from task_basic_info.
8257         (__times): Use __gettimeofday instead of __host_get_time.
8259         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8260         Use untyped Mach IPC message format.
8262         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8264         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8265         _S_catch_exception_raise_state_identity,
8266         _hurdsig_fault_catch_exception_raise_state,
8267         _hurdsig_fault_catch_exception_raise_state_identity.
8269         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8271         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8272         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8274         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8275         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8277         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8278         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8279         them as no-op macros.
8280         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8281         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8283         * sysdeps/powerpc/dl-machine.h
8284         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8286         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8287         Use untyped Mach IPC message format.
8289         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8290         Handle untyped Mach IPC message formats.
8292         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8293         Expect different argument conventions when this is defined.
8294         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8295         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8296         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8297         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8298         for OSF Mach variant.
8299         (faulted): Use mig_reply_error_t for REPLY.
8300         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8301         in __thread_set_exception_ports call.
8302         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8303         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8305         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8306         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8307         on Darwin, which includes bogons.
8309         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8310         variable LOADBASE so it's not declared when it's not used.
8312 2002-02-16  Roland McGrath  <roland@frob.com>
8314         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8315         to use BI.creation_time.
8317         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8319         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8320         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8321         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8322         host_page_size instead of vm_statistics.
8324         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8325         mach_interface.h here, since not all variants use that name.
8327         * sysdeps/mach/configure.in: Add some checks for Mach headers
8328         to ensure a sane installation.
8329         (mach_interface_list): Define this variable by checking for .defs
8330         files found in various variants.
8331         * configure.in (mach_interface_list): AC_SUBST this.
8332         * config.make.in (mach-interface-list): New substituted variable.
8333         * mach/Makefile (user-interfaces): Define this using the value
8334         of $(mach-interface-list) instead of mach, mach4.
8335         Updated other references to mach_interface to use it as well.
8337         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8339         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8340         mig_reply_error_t for OSF Mach variant.
8342         * mach/Makefile (routines): Remove bootprivport.
8343         * mach/bootprivport.c: File removed.  It has never been used.
8345         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8346         Grok the OSF flavor of message format.
8347         (mach_msg_destroy_port): For MAKE_SEND and
8348         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8349         no-senders notification.
8351 2002-02-06  Roland McGrath  <roland@frob.com>
8353         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8354         to here if 2.0 compatibility enabled ...
8355         (libc: GLIBC_2.1.3): ... from here.
8357 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8359         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8360         generation counter.
8361         * elf/dl-close.c (_dl_close): Likewise.
8363 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8365         * elf/Makefile: Add rules to build and run tst-tls8.
8366         * elf/tst-tls8.c: New file.
8367         * elf/tst-tlsmod4.c: New file.
8369         * stdlib/test-a64l.c (tests): Add more test cases.
8371         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8372         Reported by Walter Harms <WHarms@bfs.de>.
8374 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8376         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8377         definitions for struct sigcontext.
8378         Suggested by David Mosberger-Tang.
8380 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8382         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8383         for removing reference of module in slotinfo list.
8384         (_dl_close): Use remove_slotinfo.
8385         * sysdeps/generic/dl-tls.c: General pretty printing.
8386         (oom): Define only if SHARED.
8387         (_dl_next_tls_modid): Correct starting point for the case we assume
8388         there is a gap.  Add missing instruction grouping (doh!).  Correct
8389         tests for reaching maximum index.
8390         * elf/Makefile: Add rules to build and run tst-tls7.
8391         * elf/tst-tls7.c: New file.
8392         * elf/tst-tlsmod3.c: New file.
8394         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8395         USE_TLS.
8396         * elf/tst-tlsmod2.c: Likewise.
8398         * elf/dl-close.c (_dl_close): When closing an object using TLS
8399         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8400         true.  Increment dl_tls_generation only if we closed any TLS-using
8401         object.
8402         * elf/tst-tls6.c: New file.
8403         * elf/Makefile: Add rules to build and run tst-tls6.
8405         * po/da.po: Update from translation team.
8407         * locale/categories.def: Fix typo [PR libc/2948].
8408         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8409         [PR libc/2949].
8410         * locale/iso-4217.def: Update from official version [PR libc/2950].
8411         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8412         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8413         message if input is too confusion instead of using assert.
8414         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8415         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8417         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8418         * elf/tst-tls2.c: Likewise.
8419         * elf/tst-tls3.c: Likewise.
8421 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8423         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8425 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8427         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8428         if this is really necessary.
8430         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8431         slotinfo array.
8432         (free_mem): Free memory for the slotinfo array if possible.
8434 2002-02-12  Andreas Schwab  <schwab@suse.de>
8436         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8438 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8440         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8441         TLS_DTV_UNALLOCATE.
8442         (oom): New function.
8443         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8444         (_dl_determine_tlsoffset): Likewise.
8445         (_dl_allocate_tls): Likewise.
8446         (__TLS_GET_ADDR): Define if not already defined.
8447         (_dl_tls_symaddr): New function.
8448         (allocate_and_init): New function.
8449         (__tls_get_addr): Actually implement handling of generation counter
8450         and deferred allocation.
8451         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8452         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8453         _dl_tls_generation.
8454         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8455         Declare _dl_tls_symaddr.
8456         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8457         SHARED.
8458         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8459         l_tls_previmage.
8460         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8461         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8462         (_dl_vsym): Likewise.
8463         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8464         layout.
8465         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8466         nextimage list handling.  Instead add all modules using TLS to
8467         dl_tls_dtv_slotinfo_list.
8468         * elf/dl-open.c (dl_open_worker): After successfully loading all
8469         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8470         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8471         empty segment don't do anything.  Remove handling of initimage list.
8472         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8473         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8474         * elf/dl-minimal.c: Define __libc_memalign.
8475         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8476         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8477         _dl_tls_generation.
8478         * include/stdlib.h: Declare __libc_memalign.
8480         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8481         * elf/tst-tls4.c: New file.
8482         * elf/tst-tls5.c: New file.
8483         * elf/tst-tlsmod2.c: New file.
8485         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8487         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8489         * elf/tst-tls1.c: Use test-skeleton.c.
8490         * elf/tst-tls2.c: Likewise.
8491         * elf/tst-tls3.c: Likewise.
8493         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8495 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8497         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8499 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8501         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8503         * elf/tst-tls3.c: New file.
8504         * elf/tst-tlsmod1.c: New file.
8505         * elf/Makefile: Add rules to build and run tst-tls3.
8507         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8508         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8509         TLS relocations.
8511         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8513         * po/fr.po: Update from translation team.
8515         * elf/tls-macros.h: Add alternative macros for use in PIC.
8517         * elf/dl-lookup.c: Include <tls.h>.
8518         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8520         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8521         required by passing pointer to last element of the list.
8523         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8524         l_tls_initimage to a place where it actually is performed.
8526         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8527         after globfree() calls.
8529         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8530         (openaux): Pass open_mode as new last argument to _dl_map_object.
8531         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8532         open_mode element of args variable with it.
8533         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8534         _dl_map_object_deps.
8535         * elf/rtld.c (dl_main): Add zero as last parameter to
8536         _dl_map_object_deps call.
8537         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8538         * elf/nodlopen2.c: New file.
8539         * elf/nodlopenmod2.c: New file.
8540         * elf/Makefile: Add rules to build and run nodlopen2.
8542         * elf/tst-tls1.c: Move TLS helper macros to...
8543         * elf/tls-macros.h: ...here.  New file.
8544         * elf/tst-tls2.c: New file.
8545         * elf/Makefile (tests): Add tst-tls2.
8546         (distribute): Add tls-macros.h.
8548         * po/sv.po: Update from translation team.
8550         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8551         architecture specific definitions from the actual test code.
8553         * po/tr.po: Update from translation team.
8555 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8557         * elf/Makefile (tests): Add tst-tls1.
8558         * elf/tst-tls1.c: New file.
8560         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8561         alignment of TCB for now.
8563         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8564         initialization image for the application itself.
8566         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8567         loop to initialize TLS block.
8569 2002-02-08  Richard Henderson  <rth@redhat.com>
8571         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8572         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8574         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8576 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8578         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8580 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8582         * po/ca.po: Update from translation team.
8583         * po/sk.po: Likewise.
8585         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8586         (dl_main): Move dtv/static TLS handling before relocation.
8587         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8588         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8589         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8590         so far uses TLS initialize GL(dl_tls_static_size) and
8591         GL(dl_tls_static_align) to account for the TCB.
8592         (_dl_allocate_tls): New function.
8593         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8594         _dl_initial_dtv_malloced.
8596         * configure.in: Test for __builtin_memset more realistically.
8598         * csu/version.c (banner): If TLS support is available say so.
8600 2002-02-04  H.J. Lu  <hjl@gnu.org>
8602         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8603         __attribute_used__.
8604         (__dl_runtime_resolve): Likewise.
8606         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8607         declaration.
8609 2001-11-15  H.J. Lu  <hjl@gnu.org>
8611         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8612         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8614         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8616 2002-02-07  H.J. Lu  <hjl@gnu.org>
8618         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8619         ".set noreorder".
8620         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8621         Likewise.
8623 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8625         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8627         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8628         ___tls_get_addr_internal.
8629         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8631         * po/ko.po: Update from translation team.
8633 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8635         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8636         attribute, change __pad{1,2} type to unsigned int.
8637         (struct stat64): Remove packed attribute.
8639 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8641         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8643 2002-02-07  Andreas Schwab  <schwab@suse.de>
8645         * configure.in: Fix check for -zcombreloc.
8647 2002-02-06  H.J. Lu  <hjl@gnu.org>
8649         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8650         * configure.in: Check if __builtin_memset really works.
8651         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8652         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8654 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8656         * io/bug-ftw3.c (main): Don't try the test if root.
8658 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8660         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8661         constraints.
8662         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8663         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8664         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8665         Likewise.
8666         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8667         a weak alias for __clone.
8668         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8669         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8670         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8671         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8672         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8673         a weak alias for __mmap64.
8675 2002-02-05  H.J. Lu  <hjl@gnu.org>
8677         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8678         (atomic_add): Likewise.
8679         (compare_and_swap): Likewise.
8680         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8682 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8684         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
8686         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
8687         alignment of the TCB and store total size and alignment of static
8688         TLS block in _dl_tls_static_size and _dl_tls_static_align.
8689         tls_index is a typedef.
8690         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
8691         _dl_tls_static_align.
8692         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
8693         * elf/dl-support.c: Define _dl_tls_static_size and
8694         _dl_tls_static_align.
8696 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8698         * configure.in: Add --without-tls option.
8699         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
8700         --without-tls is given.
8702         * sysdeps/generic/dl-tls.c: Include <tls.h>.
8704         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
8706 2002-02-06  Roland McGrath  <roland@frob.com>
8708         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
8709         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
8711         * scripts/versions.awk: Improve error message for missing version.
8712         Each version inherits from the last one only if they have the same
8713         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
8714         but not GLIBC_x and FOO_y.
8716         * scripts/firstversions.awk: Handle libraries that don't have each
8717         particular version named in the third column of shlib-versions.
8719         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
8721 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8723         * Versions.def [ld]: Add GLIBC_2.3.
8724         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
8725         * elf/Makefile (dl-routines): Add dl-tls.
8726         (distribute): Add dl-tls.h.
8727         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8728         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8729         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
8730         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
8731         along with the other info in the link map.  Change queueing of init
8732         images for double linked list.  Use _dl_next_tls_modid to compute
8733         l_tls_modid.
8734         * elf/rtld.c (_dl_start_final): Store alignment requirement
8735         along with the other info in rtld map and executable map.
8736         (dl_main): Add ld.so to the init image list if necessary.  Compute
8737         final module ID with _dl_next_tls_modid.
8738         * include/link.h (struct link_map): Add l_tls_previmage and
8739         l_tls_align.
8740         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8741         * sysdeps/i386/elf/Versions: New file.
8742         * sysdeps/generic/dl-tls.c: New file.
8743         * sysdeps/generic/dl-tls.h: New file.
8744         * sysdeps/i386/dl-tls.h: New file.
8746 2002-02-06  Roland McGrath  <roland@frob.com>
8748         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
8749         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
8751 2002-01-05  Roland McGrath  <roland@frob.com>
8753         * sysdeps/mach/configure.in: New file.
8754         * sysdeps/mach/configure: New generated file.
8756         * mach/Makefile (user-interfaces): Remove default_pager_helper.
8757         It has never been used by anything.
8759 2002-02-06  H.J. Lu  <hjl@gnu.org>
8761         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
8762         is included.
8764 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8766         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
8767         attribute((packed)) to counter stupid people misusing gcc options.
8768         (struct stat64): Likewise.
8770 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8772         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
8773         the variables which are used as booleans.
8775 2002-02-06  Andreas Jaeger  <aj@suse.de>
8777         * include/libc-symbols.h (INTUSE): Renamed from INT.
8778         * elf/dl-deps.c: Change users.
8779         * sysdeps/generic/dl-sysdep.c: Likewise.
8780         * sysdeps/generic/dl-cache.c: Likewise.
8781         * elf/dl-reloc.c: Likewise.
8782         * elf/rtld.c: Likewise.
8783         * elf/dl-version.c: Likewise.
8784         * elf/dl-load.c: Likewise.
8785         * elf/dl-dst.h: Likewise.
8786         * elf/dl-init.c: Likewise.
8787         * elf/dl-error.c: Likewise.
8788         * elf/dl-fini.c: Likewise.
8789         * elf/dl-runtime.c: Likewise.
8790         * elf/do-lookup.h: Likewise.
8792         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
8793         definition.
8794         * stdio-common/_itowa.h: Likewise.
8796 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8798         * elf/dl-minimal.c: Define _itoa_lower_digits.
8800         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
8801         DT_FLAGS set.
8803         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
8804         loading modules with the DF_STATIC_TLS flag set.
8805         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
8806         element.
8807         * include/link.h (struct link_map): Add l_flags field.
8808         * elf/elf.h (DF_STATIC_TLS): New definition.
8810         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
8811         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
8813         * elf/rtld.c (process_dl_debug): Correct printing help message.
8814         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
8815         for %s.
8817         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
8818         definition and pass &errno in use of this variable.
8819         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
8821 2002-02-04  Andreas Schwab  <schwab@suse.de>
8823         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
8824         * locale/programs/charmap-dir.c: Wrap calls that output messages
8825         with WITH_CUR_LOCALE.  Include "localedef.h" first.
8826         * locale/programs/charmap.c: Likewise.
8827         * locale/programs/ld-address.c: Likewise.
8828         * locale/programs/ld-collate.c: Likewise.
8829         * locale/programs/ld-ctype.c: Likewise.
8830         * locale/programs/ld-identification.c: Likewise.
8831         * locale/programs/ld-measurement.c: Likewise.
8832         * locale/programs/ld-messages.c: Likewise.
8833         * locale/programs/ld-monetary.c: Likewise.
8834         * locale/programs/ld-name.c: Likewise.
8835         * locale/programs/ld-numeric.c: Likewise.
8836         * locale/programs/ld-paper.c: Likewise.
8837         * locale/programs/ld-telephone.c: Likewise.
8838         * locale/programs/ld-time.c: Likewise.
8839         * locale/programs/linereader.c: Likewise.
8840         * locale/programs/linereader.h: Likewise.
8841         * locale/programs/localedef.c: Likewise.
8842         * locale/programs/locfile.c: Likewise.
8843         * locale/programs/repertoire.c: Likewise.
8845 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8847         * elf/rtld.c (_dl_start_final): Determine load address to locate
8848         ehdr with GL(dl_rtld_map).l_map_start.
8850         * po/ca.po: Update from translation team.
8852         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
8853         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
8854         header entry.
8855         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
8856         _dl_tls_module_cnt.
8857         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
8859 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
8861         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
8862         * include/link.h (struct link_map): Add various members for TLS
8863         information.
8864         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8865         _rtld_tlsoffset, add _dl_initimage_list.
8866         * sysdeps/i386/dl-lookupcfg.h: New file.
8867         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
8868         TLS relocation.  When using TLS we now use RESOLVE_MAP.
8869         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
8870         is used.
8872         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
8873         unused.
8875         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
8876         thread-pointer as soon as possible.
8877         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
8878         elements in rtld_global.
8879         * sysdeps/generic/tls.h: New file.
8880         * elf/Makefile (distribute): Add tls.h.
8881         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
8882         relocations.  Not complete yet.
8884         * resolv/resolv.h: Allow user to define __need_res_state and only
8885         define __res_start structure then.
8886         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
8888         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
8889         dl_cpuclock_offset initialization to _dl_start_final.
8890         (_dl_show_auxv): Avoid unnecessary sign extension.
8891         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
8893 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
8895         * config.h.in: Add HAVE_TLS_SUPPORT.
8896         * sysdeps/i386/elf/configure.in: New file.
8898 2002-02-03  Andreas Schwab  <schwab@suse.de>
8900         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
8901         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
8903 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
8905         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
8906         alloca if the memory reqirements are too high.
8908 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
8910         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
8911         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
8912         the former is available anyway and speed isn't important here.
8913         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
8914         * elf/dl-version.c (match_symbol): Likewise.
8915         (_dl_check_map_versions): Likewise.
8916         * elf/rtld.c (process_envvars): Likewise.
8917         (print_statistics): Likewise.
8918         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
8919         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
8920         bases.  Add assert to catch uses of unimplemented features.
8921         (__strsep): Add assert to catch uses of unimplemented features.
8922         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
8923         and avoid inline optimization.
8924         * elf/rtld.c (process_envvars): Likewise.
8925         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
8926         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
8927         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
8929 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8931         * stdio-common/_itoa.h: Minor simplifications of the code.
8932         * stdio-common/_itoa.c: Likewise.
8934         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
8935         instead of _dl_printf for debugging info output.
8937         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
8938         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
8940 2002-02-01  H.J. Lu  <hjl@gnu.org>
8942         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
8943         (atomic_add): Likewise.
8944         (compare_and_swap): Return 0 only when failed to compare. Use
8945         branch likely.
8947         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
8948         branch likely.
8950 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
8952         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
8954 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8956         * elf/dl-minimal.c (__strsep): New minimal implementation.
8958 2002-02-02  Paul Eggert  <eggert@twinsun.com>
8960         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
8961         (__mktime_internal): If no tm_isdst is requested, prefer solutions
8962         with tm_isdst > 0 when the requested time falls within a
8963         spring-forward gap [PR libc/2894].
8965 2002-02-03  Andreas Schwab  <schwab@suse.de>
8967         * stdio-common/tst-rndseek.c: Increase timeout.
8969 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8971         Change ld.so to not use functions which are exported.  One cannot
8972         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
8973         definitions.
8974         * include/libc-symbols.h: Define INT and INTDEF.
8975         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
8976         _dl_signal_error_internal, _dl_map_object_internal,
8977         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
8978         _dl_lookup_versioned_symbol_internal,
8979         _dl_relocate_object_internal, _dl_debug_state_internal,
8980         _dl_start_profile_internal, and _dl_unload_cache_internal.
8981         * include/dlfcn.h: Declare _dl_catch_error_internal.
8982         * elf/rtld.c: Use INT for calls to any of the *_internal functions
8983         above.  Add INTDEF to function definitions.
8984         * elf/dl-debug.c: Likewise.
8985         * elf/dl-deps.c: Likewise.
8986         * elf/dl-dst.h: Likewise.
8987         * elf/dl-error.c: Likewise.
8988         * elf/dl-fini.c: Likewise.
8989         * elf/dl-init.c: Likewise.
8990         * elf/dl-load.c: Likewise.
8991         * elf/dl-lookup.c: Likewise.
8992         * elf/dl-misc.c: Likewise.
8993         * elf/dl-open.c: Likewise.
8994         * elf/dl-profile.c: Likewise.
8995         * elf/dl-reloc.c: Likewise.
8996         * elf/dl-runtime.c: Likewise.
8997         * elf/dl-version.c: Likewise.
8998         * elf/do-lookup.h: Likewise.
8999         * sysdeps/generic/dl-cache.c: Likewise.
9000         * sysdeps/generic/dl-sysdep.c: Likewise.
9001         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9002         instead of _dl_init.
9003         * sysdeps/arm/dl-machine.h: Likewise.
9004         * sysdeps/cris/dl-machine.h: Likewise.
9005         * sysdeps/hppa/dl-machine.h: Likewise.
9006         * sysdeps/i386/dl-machine.h: Likewise.
9007         * sysdeps/ia64/dl-machine.h: Likewise.
9008         * sysdeps/m68k/dl-machine.h: Likewise.
9009         * sysdeps/mips/dl-machine.h: Likewise.
9010         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9011         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9012         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9013         * sysdeps/sh/dl-machine.h: Likewise.
9014         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9015         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9016         * sysdeps/x86_64/dl-machine.h: Likewise.
9017         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9019         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9020         and _dl_debug_initialize.
9022         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9023         more information.
9024         * elf/rtld.c (dl_main): Avoid strrchr.
9025         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9026         result of readlink.  Search from the back for '/'.
9028         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9029         strncpy if possible.
9031         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9032         strncmp.
9033         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9034         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9035         strspn, and strcspn.
9036         (process_envvars): Don't use strcspn.
9038         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9039         (_dl_dst_substitute): Likewise.
9041 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9043         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9044         code which is never used when relocating ld.so itself.
9046         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9047         starting ld.so itself.  Move l_addr variable initialization closer
9048         to use.
9049         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9051 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9053         * Versions.def (libc): Add GLIBC_PRIVATE.
9054         (libdb, libnss_db, libdb1): Remove.
9055         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9056         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9057         (libpthread): Add GLIBC_PRIVATE.
9058         (libresolv): Likewise, remove GLIBC_2.1.
9059         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9060         GLIBC_2.2.3, GLIBC_2.3.
9061         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9062         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9063         _dl_sym, _dl_vsym): Likewise.
9064         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9065         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9066         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9067         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9068         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9069         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9070         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9071         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9072         Likewise.
9073         (_dl_object_relocation_scope): Remove.
9074         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9075         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9076         __gconv_cache): Move to GLIBC_PRIVATE.
9077         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9078         __internal_setnetgrent): Likewise.
9079         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9080         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9081         * locale/Versions (__collate_element_hash, __collate_element_strings,
9082         __collate_symbol_classes, __collate_symbol_hash,
9083         __collate_symbol_strings, _nl_current_LC_COLLATE,
9084         _nl_current_LC_CTYPE): Likewise.
9085         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9086         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9087         (libnss_nis, libnss_nisplus): Likewise.
9088         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9089         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9090         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9091         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9092         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9093         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9094         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9095         __ns_get16, __ns_samename): Likewise.
9096         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9097         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9098         GLIBC_PRIVATE.
9099         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9100         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9101         __libc_connect): Likewise.
9102         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9103         Likewise.
9104         * stdlib/Versions (__libc_system): Likewise.
9105         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9106         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9107         * sysdeps/ia64/fpu/Versions: Likewise.
9108         * sysdeps/ia64/Versions: Likewise.
9109         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9110         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9111         to GLIBC_PRIVATE.
9112         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9113         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9114         __libc_sigaction): Likewise.
9115         * termios/Versions (__libc_tcdrain): Likewise.
9117         * misc/sys/cdefs (__attribute_noinline__): Define.
9118         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9119         __attribute_noinline__.
9121         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9122         * elf/dl-xstat64.c: New file.
9123         * elf/dl-fxstat64.c: New file.
9124         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9125         don't export __fxstat64 at multiple versions.
9126         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9127         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9129 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9131         * locale/program/ld-collate.c (collate_finish): Assign a wide
9132         char collation sequence value to multi character collating
9133         elements, and avoid over writing by non-character elements.
9135 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9137         * elf/Makefile (distribute): Add dl-procinfo.c.
9138         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9139         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9141 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9143         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9144         definition.
9145         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9146         _rtld_global struct.
9147         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9148         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9149         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9150         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9151         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9152         _dl_fpu_control_set): Remove unused externs.
9153         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9154         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9155         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9156         related variables in _rtld_global struct.
9157         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9158         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9159         unused extern.
9161 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9163         * sysdeps/generic/dl-procinfo.c: New file.
9165 2002-02-01  Andreas Schwab  <schwab@suse.de>
9167         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9169 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9171         * elf/rtld.c (_dl_start): Mark as internal_function.
9172         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9173         in register.
9174         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9175         General pretty printing.
9177 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9179         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9180         * elf/dl-reloc.c: Pretty printing.
9181         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9182         procinfo-related variables in rtld_global struct.
9183         * elf/dl-support.c: Likewise.
9184         * elf/rtld.c: Likewise.
9185         * sysdeps/i386/i686/Makefile: Likewise.
9186         * sysdeps/i386/i686/hp-timing.c: Likewise.
9187         * sysdeps/i386/i686/hp-timing.h: Likewise.
9188         * sysdeps/ia64/Makefile: Likewise.
9189         * sysdeps/ia64/hp-timing.c: Likewise.
9190         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9191         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9192         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9193         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9194         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9195         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9196         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9197         * sysdeps/x86_64/Makefile: Likewise.
9199         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9200         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9201         _dl_debug_fd to rtld_global.
9202         * elf/Versions: Likewise.
9203         * elf/dl-close.c: Likewise.
9204         * elf/dl-iteratephdr.c: Likewise.
9205         * elf/dl-lookup.c: Likewise.
9206         * elf/dl-misc.c: Likewise.
9207         * elf/dl-open.c: Likewise.
9208         * elf/dl-support.c: Likewise.
9209         * elf/do-lookup.h: Likewise.
9210         * elf/rtld.c: Likewise.
9211         * sysdeps/generic/dl-cache.c: Likewise.
9212         * sysdeps/generic/dl-sysdep.c: Likewise.
9213         * sysdeps/ia64/Versions: Likewise.
9214         * sysdeps/unix/clock_gettime.c: Likewise.
9215         * sysdeps/unix/clock_settime.c: Likewise.
9216         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9217         * sysdeps/sparc/Versions: Removed.
9218         * sysdeps/i386/i686/Versions : Removed.
9219         * sysdeps/x86_64/Versions: Removed.
9220         * configure.in: Define HAVE_PROTECTED if .protected is available.
9221         * config.h.in: Add entry for HAVE_PROTECTED.
9223 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9225         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9226         code in struct _rtld_global.  Export this struct, remove all
9227         exports for the signal variables.
9228         * sysdeps/arm/dl-machine: Likewise.
9229         * sysdeps/generic/dl-origin: Likewise.
9230         * sysdeps/generic/dl-sysdep: Likewise.
9231         * sysdeps/generic/dl-cache: Likewise.
9232         * sysdeps/hppa/dl-fptr: Likewise.
9233         * sysdeps/hppa/dl-machine: Likewise.
9234         * sysdeps/cris/dl-machine: Likewise.
9235         * sysdeps/i386/dl-machine: Likewise.
9236         * sysdeps/ia64/dl-machine: Likewise.
9237         * sysdeps/m68k/dl-machine: Likewise.
9238         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9239         * sysdeps/mips/mips64/dl-machine: Likewise.
9240         * sysdeps/mips/dl-machine: Likewise.
9241         * sysdeps/powerpc/elf/libc-start: Likewise.
9242         * sysdeps/powerpc/dl-machine: Likewise.
9243         * sysdeps/powerpc/dl-start: Likewise.
9244         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9245         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9246         * sysdeps/sh/dl-machine: Likewise.
9247         * sysdeps/s390/s390-32/dl-machine: Likewise.
9248         * sysdeps/s390/s390-64/dl-machine: Likewise.
9249         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9250         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9251         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9252         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9253         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9254         * sysdeps/x86_64/dl-machine: Likewise.
9256 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9258         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9259         are too high.
9261 2002-01-31  Andreas Schwab  <schwab@suse.de>
9263         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9265 2002-01-31  Andreas Schwab  <schwab@suse.de>
9267         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9268         reference to _dl_pagesize.
9270 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9272         * Versions.def [ld]: Add GLIBC_2.3.
9273         * elf/dl-addr.c: Move global variables for SHARED code in struct
9274         _rtld_global.  Export this struct, remove all exports for the
9275         signal variables.
9276         * elf/dl-close.c: Likewise.
9277         * elf/dl-conflict.c: Likewise.
9278         * elf/dl-debug.c: Likewise.
9279         * elf/dl-deps.c: Likewise.
9280         * elf/dl-dst.h: Likewise.
9281         * elf/dl-error.c: Likewise.
9282         * elf/dl-fini.c: Likewise.
9283         * elf/dl-init.c: Likewise.
9284         * elf/dl-iteratephdr.c: Likewise.
9285         * elf/dl-libc.c: Likewise.
9286         * elf/dl-load.c: Likewise.
9287         * elf/dl-lookup.c: Likewise.
9288         * elf/dl-minimal.c: Likewise.
9289         * elf/dl-object.c: Likewise.
9290         * elf/dl-open.c: Likewise.
9291         * elf/dl-profile.c: Likewise.
9292         * elf/dl-profstub.c: Likewise.
9293         * elf/dl-reloc.c: Likewise.
9294         * elf/dl-runtime.c: Likewise.
9295         * elf/dl-support.c: Likewise.
9296         * elf/dl-sym.c: Likewise.
9297         * elf/dl-version.c: Likewise.
9298         * elf/do-lookup.h: Likewise.
9299         * elf/do-rel.h: Likewise.
9300         * elf/dynamic-link.h: Likewise.
9301         * elf/rtld.c: Likewise.
9302         * sysdeps/generic/dl-cache.c: Likewise.
9303         * sysdeps/generic/dl-sysdep.c: Likewise.
9304         * sysdeps/generic/ldsodefs.h: Likewise.
9305         * sysdeps/generic/libc-start.c: Likewise.
9306         * sysdeps/i386/dl-machine.h: Likewise.
9307         * sysdeps/ia64/dl-fptr.c: Likewise.
9308         * sysdeps/ia64/dl-machine.h: Likewise.
9309         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9310         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9311         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9312         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9313         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9314         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9315         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9316         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9318 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9320         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9321         to avoid warning
9322         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9324         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9325         SHARED version.
9326         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9328         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9330 2002-01-29  Ben Collins  <bcollins@debian.org>
9332         * string/bits/string2.h (__mempcpy): Protect size arg for
9333         addition when using __builtin_memcpy.
9335 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9337         * stdlib/Makefile (tests): Add tst-qsort.
9338         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9340         * manual/signal.texi (Process Signal Mask): Document that
9341         pthread_sigmask, not sigprocmask, must be used in MT programs.
9342         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9344         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9345         found.
9346         * misc/Makefile (tests): Add tst-hsearch.
9347         * misc/tst-hsearch.c: New file.
9349 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9351         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9352         * malloc/malloc.h: Likewise.
9353         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9354         * malloc/arena.c: New file.
9355         * malloc/hooks.c: New file.
9356         * malloc/tst-mallocstate.c: New file.
9357         * malloc/Makefile: Add new testcase tst-mallocstate.
9358         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9360 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9362         * stdlib/msort.c: Remove last patch.  The optimization violates the
9363         same rule which qsort.c had problems with.
9365 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9367         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9368         to a pivot element that lies outside the array to be sorted, as
9369         ISO C99 requires that the comparison function be called only with
9370         addresses of array elements [PR libc/2880].
9372 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9374         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9375         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9377         * timezone/asia: Update from tzdata2002b.
9378         * timezone/australasia: Likewise.
9379         * timezone/backward: Likewise.
9380         * timezone/europe: Likewise.
9381         * timezone/leapseconds: Likewise.
9382         * timezone/iso3166.tab: Likewise.
9383         * timezone/zone.tab: Likewise.
9385 2002-01-23  Richard Henderson  <rth@redhat.com>
9387         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9389 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9391         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9392         this element [PR libc/2855].
9394         * string/strcoll.c: Handle zero-length arguments specially
9395         [PR libc/2856].
9397 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9399         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9400         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9401         short lengths and constant src.
9402         (strcpy): Don't optimize for gcc 3.0+.
9403         (__stpcpy): For gcc 3.0+, don't use
9404         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9405         for short string literal src.
9407 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9409         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9410         Set for arm, too.
9412 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9414         * manual/llio.texi (Linked Channels, Cleaning Streams):
9415         Make it clearer that a just-opened input stream might need cleaning.
9417 2002-01-21  H.J. Lu  <hjl@gnu.org>
9419         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9420         Don't use label at end of compound statement.
9422 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9424         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9425         Remove test for negative integer arg; sin_pi does it correctly.
9427 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9429         * nscd/Makefile (distribute): Filter out xmalloc.c.
9431 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9433         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9434         Set offset if read end wasn't the buffer end.
9435         (_IO_file_seekoff_mmap): New function.
9436         (_IO_file_xsgetn_mmap): New function.
9437         (_IO_file_jumps_mmap): Use the two new functions.
9438         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9439         != end buffer.
9440         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9441         _IO_file_underflow_mmap.
9442         * libio/iofopen.c: Don't position file descriptor at end of file.
9443         * libio/tst-widetext.c: Improve error messages.
9444         * stdio-common/tst-rndseek.c: Likewise.
9446 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9448         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9449         end of enum for !_GNU_SOURCE.
9450         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9451         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9452         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9453         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9454         values unless _GNU_SOURCE.
9456         * iconvdata/tcvn5712-1.c: Minor cleanups.
9458 2002-01-18  Andreas Schwab  <schwab@suse.de>
9460         * sysdeps/unix/sysv/linux/configure.in
9461         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9463 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9465         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9466         more efficient "Towers of Hanoi" mergesort.
9467         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9468         for generic, sizeof(int) and sizeof(long) variants respectively.
9470 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9472         * manual/syslog.texi (openlog): Describe possible problems with
9473         first parameter.
9474         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9476         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9477         * nscd/connections.c (begin_drop_privileges): New function.
9478         (finish_drop_privileges): New function.
9479         (nscd_init): Call the new functions which also install all groups
9480         for the server user.
9481         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9482         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9484 2002-01-17  H.J. Lu  <hjl@gnu.org>
9486         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9487         `const' from `got'.
9489 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9491         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9492         instructions for pointer operations.
9493         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9495 2002-01-17  Andreas Jaeger  <aj@suse.de>
9497         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9498         __uint128_t build-in.
9500         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9501         PowerPC, sync with 2.2 branch.
9503 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9505         * posix/getconf.c: Update copyright year.
9506         * nss/getent.c: Likewise.
9507         * nscd/nscd_nischeck.c: Likewise.
9508         * iconv/iconvconfig.c: Likewise.
9509         * iconv/iconv_prog.c: Likewise.
9510         * elf/ldconfig.c: Likewise.
9511         * catgets/gencat.c: Likewise.
9512         * csu/version.c: Likewise.
9513         * elf/ldd.bash.in: Likewise.
9514         * elf/sprof.c (print_version): Likewise.
9515         * locale/programs/locale.c: Likewise.
9516         * locale/programs/localedef.c: Likewise.
9517         * nscd/nscd.c (print_version): Likewise.
9518         * debug/xtrace.sh: Likewise.
9519         * malloc/memusage.sh: Likewise.
9520         * malloc/mtrace.pl: Likewise.
9522 2002-01-16  Andreas Schwab  <schwab@suse.de>
9524         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9525         reliably remove "-ia64" from rtld name.
9527 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9529         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9530         Patch by Yu Shao <yshao@redhat.com>.
9532 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9534         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9535         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9536         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9538 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9540         * sysdeps/s390/fpu/libm-test-ulps: Update.
9542 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9544         * elf/elf.h: Update x86 relocations.
9546 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9548         * locale/programs/charmap.c (new_width): Check whether byte
9549         sequences for both ends of range have the same length.
9551 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9553         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9555 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9557         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9558         string literals.
9559         (__full_ieee754_sqrt): Add __attribute_used__.
9561 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9563         * sysdeps/generic/group_member.c (__group_member): Also check
9564         groups[0] [PR libc/2781].
9566 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9568         * Makefile (distribute): Add scripts/cpp.
9569         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9570         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9571         unwind-dw2-fde.h, and dwarf2.h.
9572         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9573         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9574         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9575         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9577 2002-01-07  Roland McGrath  <roland@frob.com>
9579         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9580         volatile on type of ARGC so the compiler doesn't get clever.
9582 2002-01-07  Andreas Jaeger  <aj@suse.de>
9584         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9585         * sysdeps/i386/bits/byteswap.h: Likewise.
9586         * sysdeps/ia64/bits/byteswap.h: Likewise.
9587         * sysdeps/m68k/bits/byteswap.h: Likewise.
9588         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9589         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9591 2002-01-02  Bruno Haible  <bruno@clisp.org>
9593         * intl/plural.y: Fix %expect count.
9595 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9597         * elf/Makefile (routines, shared-only-routines): Add
9598         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9599         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9600         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9601         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9602         Optimize if .eh_frame section contains no FDEs.
9603         (__register_frame, __deregister_frame_info_bases,
9604         __deregister_frame): Likewise.
9605         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9606         DW_CFA_restore handling.
9608 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9610         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9612         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9613         for x < 0.25 and restore original range reduction method.
9614         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9616 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9618         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9619         (_IO_file_close_mmap): New function.
9620         (_IO_file_jumps_mmap): New variable.
9621         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9622         trying to convert rest of byte buffer.
9623         (_IO_wfile_underflow_mmap): New function.
9624         (_IO_wfile_jumps_mmap): New variable.
9625         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9626         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9627         (_IO_new_fopen): Call __fopen_internal.
9628         * libio/iofopen64.c: Just call __fopen_internal.
9629         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9630         successfully.
9631         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9632         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9633         _IO_file_close_mmap.
9635         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9636         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9638         * stdio-common/Makefile (tests): Add tst-rndseek.
9639         * stdio-common/tst-rndseek.c: New file.
9641 2002-01-05  Roland McGrath  <roland@frob.com>
9643         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9644         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9645         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9646         * sysdeps/mach/hurd/configure: Regenerated.
9648 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9650         * elf/elf.h: Add more TLS definitions.
9652 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9654         * include/features.h (__GLIBC_MINOR__): Bump to 3.
9656 2002-01-02  Roland McGrath  <roland@frob.com>
9658         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9659         __sigisemptyset.  Don't use MASK uninitialized.
9661         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9662         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9663         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9664         __sigdelset, __sigaddset, __sigorset.
9666         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9667         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9669         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9670         _hurd_ports is null.
9672         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9673         for old CMU and new OSF Mach interface flavors.
9674         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9675         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9677         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9679         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9680         Pass extra arguments to task_create for OSF variant.
9681         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9683         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9684         conditional on [HAVE_AUX_VECTOR].
9686         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
9687         mach_msg_timeout_t as type of final argument.
9689         * hurd/privports.c (__get_privileged_ports):
9690         Change host_priv_t to mach_port_t in argument type.
9691         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
9692         Update decls.
9694         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
9695         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
9696         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9697         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9698         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9699         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
9701 2002-01-01  Roland McGrath  <roland@frob.com>
9703         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
9705 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
9707         * include/stdlib.h: Define inlines for the _l variants of the strto*
9708         functions.
9710 2002-01-01  Roland McGrath  <roland@frob.com>
9712         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
9714         * mach/Machrules (MIG): Set CPP as well as CC.
9716 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
9718         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
9719         locale to parse /proc/loadavg [PR libc/2760].
9721 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
9723         * elf/dl-conflict.c: Include sys/param.h.
9724         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
9725         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
9726         warning.
9727         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
9728         literals to avoid warnings.
9730 2001-12-31  Andreas Jaeger  <aj@suse.de>
9732         * configure.in: Don't check for gsed since we do not use it anywhere.
9734 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9736         * io/fts.c: Update from BSD to fix memory leaks.
9738 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9740         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
9741         * elf/chroot_canon.c: Likewise.
9742         * elf/dl-object.c: Likewise.
9743         * iconv/iconv_charmap.c: Likewise.
9744         * iconv/iconv_prog.c: Likewise.
9745         * libio/iogetdelim.c: Likewise.
9746         * locale/lc-time.c: Likewise.
9747         * stdlib/canonicalize.c: Likewise.
9748         * sunrpc/svc.c: Likewise.
9749         * sysdeps/generic/glob.c: Likewise.
9751 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9753         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
9754         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
9755         remove high order bit from the program counter.
9756         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
9758 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9760         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
9761         unnecessary code and add missing reloc types.
9762         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
9763         case for reloc type R_390_NONE.
9765 2001-12-28  Andreas Jaeger  <aj@suse.de>
9767         * io/bug-ftw3.c: Include string.h for prototypes.
9769         * crypt/md5test.c (main): Remove unused variable.
9771         * dlfcn/modstatic.c: Add prototype to avoid warning.
9773 2001-12-26  Roland McGrath  <roland@frob.com>
9775         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
9776         check only (SS->pending & MASK) for the signal to return.
9777         From Jeroen Dekkers <jeroen@dekkers.cx>.
9779 2001-12-22  Roland McGrath  <roland@frob.com>
9781         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
9782         Use preprocessor #if conditionals instead of `if' to avoid
9783         warnings about divide by zero in dead code.
9785         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
9786         _hurd_port_init, and __hurd_self_sigstate.
9788         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
9790 2001-12-21  Andreas Jaeger  <aj@suse.de>
9792         * elf/dblloadmod1.c: Add prototype to avoid warning.
9793         * elf/dblloadmod2.c: Likewise.
9794         * elf/dblloadmod3.c: Likewise.
9795         * elf/reldepmod5.c: Likewise.
9796         * elf/reldepmod6.c: Likewise.
9798         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
9799         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
9800         used on all architectures.
9802         * sunrpc/svc_tcp.c: Add noreturn attribute for
9803         svctcp_rendezvous_abort.
9804         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
9806         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
9807         to avoid warning.
9809 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
9811         * manual/llio.texi (aio_fsync): Fix a typo.
9812         Patch by Tammy Fox <tfox@redhat.com>.
9814 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
9816         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
9817         stack bias from child stack pointer before passing it to clone syscall.
9819 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
9821         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
9822         _SC_TZNAME_MAX.
9823         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
9824         Reported by Thorsten Kukuk <kukuk@suse.de>.
9826         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
9827         add some casts.
9829         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
9831 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
9833         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
9834         conforming: return EBADF if file descriptor is invalid and EINVAL
9835         if file descriptor is no valid tty.
9836         * login/tst-grantpt.c: New file.
9837         * login/Makefile (tests): Add tst-grantpt.
9839 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
9841         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
9842         different than implemented in last patch.
9843         * io/bug-ftw3.c: Adjust test for changed handling of
9844         inaccessibility of toplevel dir.
9846 2001-12-16  Roland McGrath  <roland@frob.com>
9848         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
9849         * grp/initgroups.c (internal_getgrouplist): Likewise.
9851         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
9852         `default:' to silence new GCC warning.
9853         Rewrite cast of lvalue to silence new GCC warning.
9855         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
9857         * sysdeps/mach/hurd/spawni.c: New file, by me with a
9858         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
9860 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
9862         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
9863         Patch by Stephen R. van den Berg.
9865         * crypt/md5.h: Define md5_uintptr.
9867 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
9869         * libio/tst_swprintf.c (main): Add test for string argument with
9870         zero precision.
9871         * stdio-common/Makefile (tests): Add tst-sprintf.
9872         * stdio-common/tst-sprintf.c: New file.
9874 2001-12-13  Andreas Schwab  <schwab@suse.de>
9876         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
9877         zero precision with wide character string format.
9879 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
9881         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
9882         but have a user supplied buffer, return the empty buffer, not NULL.
9884 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
9886         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
9887         Patch by Eric Sharkey <sharkey@netrics.com>.
9889         * crypt/md5test.c (main): Add test for multiple calls to
9890         __md5_process_bytes to itererate over input string.
9892 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
9894         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
9895         from __nis_findfastest.  Take timeout value from parameter.
9896         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
9897         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
9898         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
9900 2001-12-12  Andreas Jaeger  <aj@suse.de>
9902         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
9903         combreloc test so that it works in this case.
9905         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
9907 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
9909         * sysdeps/sh/Makefile: New file.
9910         * sysdeps/sh/_mcount.S: New file.
9911         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
9912         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
9914 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
9916         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
9917         limitation [PR libc/2564].
9919 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
9921         * elf/Makefile (dl-routines): Add conflict.
9922         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
9923         (ld.so): Add _begin local symbol.
9924         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
9925         Define.
9926         * elf/dl-deps.c (_dl_build_local_scope): New function.
9927         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
9928         of all libraries.
9929         * elf/do-rel.h (VALIDX): Define.
9930         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
9931         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
9932         can be skipped.
9933         * elf/dl-conflict.c: New file.
9934         * elf/dl-lookup.c (_dl_debug_bindings): New function.
9935         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
9936         non-NULL.
9937         (_dl_lookup_symbol_skip): Likewise.
9938         (_dl_lookup_versioned_symbol): Likewise.
9939         (_dl_lookup_versioned_symbol_skip): Likewise.
9940         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
9941         define to ElfW(Rel).
9942         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
9943         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
9944         ranges.
9945         Don't adjust address dynamic tags if l_addr is 0.
9946         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
9947         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
9948         (VALIDX, ADDRIDX): Define.
9949         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
9950         (dl_main): Print library list for LD_TRACE_PRELINKING.
9951         If prelinking information can be used, skip relocating libraries and
9952         call _dl_resolve_conflicts instead.
9953         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
9954         * elf/dl-load.c (_dl_map_object): Don't create fake libs
9955         if LD_TRACE_PRELINKING.
9956         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
9957         + DT_ADDRNUM.
9958         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
9959         (DL_DEBUG_PRELINK): Define.
9960         (_dl_resolve_conflicts): Add prototype.
9962         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
9963         .plt for prelinked libraries where prelinking info cannot be used.
9964         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
9965         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
9966         * sysdeps/arm/bits/link.h: New file.
9967         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
9968         content of .got[1].
9969         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9970         (ELF_MACHINE_PLT_REL): Define.
9971         (elf_machine_rela, elf_machine_rela_relative): New functions.
9972         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
9973         of adjusting it if prelinked and prelinking cannot be used.
9974         * sysdeps/i386/bits/link.h: New file.
9975         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
9976         content of .got[1].
9977         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9978         (ELF_MACHINE_PLT_REL): Define.
9979         (elf_machine_rela, elf_machine_rela_relative): New functions.
9980         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
9981         of adjusting it if prelinked and prelinking cannot be used.
9982         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
9983         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
9984         to find out map for R_PPC_JMP_SLOT relocs.
9985         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
9986         (OPCODE_BA): Define.
9987         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9988         libraries where prelinking info cannot be used.
9989         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
9990         (elf_machine_fixup_plt): Call sparc_fixup_plt.
9991         (elf_machine_rela): Set value to 0 if relocating conflicts.
9992         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
9993         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
9994         (sparc64_fixup_plt): Fix a typo.
9995         (elf_machine_rela): Set value to 0 if relocating conflicts.
9996         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
9997         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9998         libraries where prelinking info cannot be used.
9999         * sysdeps/sh/bits/link.h: New file.
10000         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10001         content of .got[1].
10002         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10003         of adjusting it if prelinked and prelinking cannot be used.
10004         * sysdeps/s390/s390-32/bits/link.h: New file.
10005         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10006         Save original content of .got[1].
10007         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10008         of adjusting it if prelinked and prelinking cannot be used.
10009         * sysdeps/s390/s390-64/bits/link.h: New file.
10010         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10011         Save original content of .got[1].
10012         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10013         of adjusting it if prelinked and prelinking cannot be used.
10014         * sysdeps/x86_64/bits/link.h: New file.
10015         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10016         Save original content of .got[1].
10017         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10018         of adjusting it if prelinked and prelinking cannot be used.
10020 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10022         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10023         where appropriate instead of numbers.  Little optimizations.
10025 2001-12-10  Roland McGrath  <roland@frob.com>
10027         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10028         set it.
10030         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10031         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10033         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10034         Fix conditionals so this is set by default for stdio and not for libio.
10035         * sysdeps/mach/hurd/configure: Regenerated.
10037 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10039         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10041 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10043         * io/Makefile (tests): Add bug-ftw3.
10044         * io/bug-ftw3.c: New file.
10046         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10047         matches and GLOB_NOCHECK is set.
10048         * posix/globtest.sh: Correct expected result for NOCHECK test.
10050         * po/ca.po: Update from translation team.
10052 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10054         Implement transliteration of characters in strings of the locale
10055         definitions.
10056         * locale/programs/linereader.c: Adjust for additional parameter to
10057         lr_token.
10058         (get_string): If character <Uxxxx> is not found try to transliterate
10059         it.
10060         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10061         lr_token.  Add const to charmap parameter of all functions.
10062         (find_translit, find_translit2): New functions.
10063         * locale/programs/charmap.c: Adjust for additional parameter to
10064         lr_token.
10065         * locale/programs/repertoire.c: Likewise.
10066         * locale/programs/linereader.h: Likewise.
10067         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10068         parameter of all functions.
10069         * locale/programs/ld-collate.c: Likewise.
10070         * locale/programs/ld-identification.c: Likewise.
10071         * locale/programs/ld-measurement.c: Likewise.
10072         * locale/programs/ld-messages.c: Likewise.
10073         * locale/programs/ld-monetary.c: Likewise.
10074         * locale/programs/ld-name.c: Likewise.
10075         * locale/programs/ld-numeric.c: Likewise.
10076         * locale/programs/ld-paper.c: Likewise.
10077         * locale/programs/ld-paper.c: Likewise.
10078         * locale/programs/ld-telephone.c: Likewise.
10079         * locale/programs/ld-time.c: Likewise.
10080         * locale/programs/locfile.c: Likewise.
10081         * locale/programs/localedef.c: Likewise.
10082         * locale/programs/localedef.h: Likewise.
10083         * locale/programs/locfile.h: Likewise.  Add declaration for
10084         find_translit.
10085         * locale/programs/simple-hash.c: Add const to first parameter of
10086         find_entry, iterate_table, and lookup.
10087         * locale/programs/simple-hash.h: Likewise.
10088         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10089         instead.
10090         * include/locale.h: Define __LC_LAST.
10091         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10093 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10095         * sysdeps/powerpc/Dist: Update for recent FP changes.
10096         * sysdeps/powerpc/fpu/Dist: Likewise.
10098 2001-12-07  Andreas Schwab  <schwab@suse.de>
10100         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10102 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10104         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10105         save/restore functions here.
10106         (libm-support): Don't define these functions here.
10107         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10108         functions here.
10109         * sysdeps/powerpc/fe_nomask.c: Move to...
10110         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10111         * sysdeps/powerpc/fprrest.S: Move to...
10112         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10113         * sysdeps/powerpc/fprsave.S: Move to...
10114         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10116 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10118         * sysdeps/unix/sysv/linux/opensock.c: New file.
10120 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10122         * config.make.in (with-fp): Define from configure.
10123         * configure.in: Substitute with_fp.
10124         * configure: Regenerate.
10125         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10126         specified, and don't change FPU environment.
10128 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10130         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10131         * assert/assert.c: Check result of __asprintf call and don't use
10132         string if it failed.
10133         * assert/assert-perr.c: Likewise.
10134         * inet/rcmd.c: Likewise.
10135         * locale/programs/localedef.c (main): Check result of
10136         construct_output_path and exit if it failed.
10137         (construct_output_path): Check result of asprintf and mkdir calls and
10138         fail if they failed.
10139         * posix/getopt.c: Check result of __asprintf calls and fail if
10140         they failed.
10141         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10143 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10145         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10146         patch.
10147         * sysdeps/generic/strncase.c: Likewise.
10148         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10150 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10152         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10154         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10155         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10156         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10157         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10158         * sysdeps/powerpc/fclrexcpt.c: Move to...
10159         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10160         * sysdeps/powerpc/fpu_control.h: Move to...
10161         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10163 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10165         * iconvdata/ibm1129.h: Remove duplicate mappings.
10166         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10167         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10168         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10170         * timezone/zic.c: Fix handling of turnaround times.
10171         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10173 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10175         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10176         overflow problem.
10178 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10180         * posix/regex.c: For use outside glibc defined bounded pointer
10181         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10183         * iconvdata/Makefile (modules): Add TCVN5712-1.
10184         * iconvdata/TESTS: Add TCVN5712-1.
10185         * iconvdata/gconv-modules: Likewise.
10186         * iconvdata/tcvn5712-1.c: New file.
10187         * iconvdata/testdata/TCVN-5712: New file.
10188         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10190 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10192         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10194 2001-12-02  Roland McGrath  <roland@frob.com>
10196         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10198         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10199         Reported by Jeff Bailey <jbailey@nisa.net>.
10201         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10202         Reported by Jeff Bailey <jbailey@nisa.net>.
10204         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10205         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10206         Reported by Jeff Bailey <jbailey@nisa.net>.
10208 2001-12-01  Roland McGrath  <roland@frob.com>
10210         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10211         missing backslash in test arguments.
10212         * sysdeps/mach/hurd/configure: Regenerated.
10214 2001-11-26  Roland McGrath  <roland@frob.com>
10216         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10217         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10219 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10221         * iconvdata/Makefile (modules): Add ARMSCII-8.
10222         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10223         * iconvdata/armscii-8.c: New file.
10225 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10227         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10228         don't match, fix {{a,b},c} globbing, clean up.
10229         Patch by Flavio Veloso <flaviovs@magnux.com>.
10230         * posix/globtest.sh: Add new tests.
10232 2001-11-29  Andreas Jaeger  <aj@suse.de>
10234         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10235         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10237         * sysdeps/generic/abort.c: Include libioP.h for
10238         _IO_flush_all_lockp prototype.
10240 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10242         * posix/regex.h: Define __restrict_arr correctly.
10244 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10246         * iconvdata/ibm1163.c: New file.
10247         * iconvdata/ibm1163.h: New file.
10248         * iconvdata/ibm1164.c: New file.
10249         * iconvdata/ibm1164.h: New file.
10250         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10251         * iconvdata/Makefile: Likewise.
10252         * iconvdata/testdata/IBM1163: New file.
10253         * iconvdata/testdata/IBM1163..UTF8: New file.
10254         * iconvdata/testdata/IBM1164: New file.
10255         * iconvdata/testdata/IBM1164..UTF8: New file.
10256         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10258         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10259         * iconvdata/ibm1124.h: Likewise.
10260         * iconvdata/ibm1132.h: Likewise.
10261         * iconvdata/ibm1133.h: Likewise.
10262         * iconvdata/ibm1160.h: Likewise.
10263         * iconvdata/ibm1161.h: Likewise.
10264         * iconvdata/ibm1162.h: Likewise.
10265         * iconvdata/ibm856.h: Likewise.
10266         * iconvdata/ibm922.h: Likewise.
10267         * iconvdata/ibm930.h: Likewise.
10268         * iconvdata/ibm932.h: Likewise.
10269         * iconvdata/ibm933.h: Likewise.
10270         * iconvdata/ibm935.h: Likewise.
10271         * iconvdata/ibm937.h: Likewise.
10272         * iconvdata/ibm939.h: Likewise.
10273         * iconvdata/ibm943.h: Likewise.
10274         * iconvdata/ibm930.c: Pretty printing.
10275         * iconvdata/ibm937.c: Avoid access accross array boundary.
10277         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10278         the current locale's codeset.
10279         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10280         empty input string.
10281         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10282         and from-charset.  Don't determine locale's charset here.
10284         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10285         as the old _IO_flush_all but lock only if parameter is nonzero.
10286         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10287         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10288         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10289         if libio is used [PR libc/2575].
10291 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10293         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10294         __signbitl): Only define for ISO C99.
10296 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10298         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10299         herrnop to NETDB_INTERNAL if we run out of buffer space.
10301 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10303         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10304         overflow test for platforms with signed char.
10305         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10307 2001-11-28  Bruno Haible  <bruno@clisp.org>
10309         * locale/programs/simple-hash.c (lookup_2): Remove function.
10310         (insert_entry_2): Call lookup instead of lookup_2.
10312 2001-03-04  Bruno Haible  <bruno@clisp.org>
10314         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10316 2001-10-31  Bruno Haible  <bruno@clisp.org>
10318         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10320 2001-03-21  Bruno Haible  <bruno@clisp.org>
10322         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10323         chokes on empty macro arguments.
10324         * intl/plural.y: Add #pragma for alloca on AIX 3.
10326 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10328         * intl/dcigettext.c (guess_category_value): Only implement for
10329         glibc.  Otherwise rely on function _nl_locale_name which isn't
10330         present in the glibc sources.
10332 2001-09-24  Bruno Haible  <bruno@clisp.org>
10334         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10335         transliteration when building on a glibc system but outside glibc.
10337 2001-09-22  Bruno Haible  <bruno@clisp.org>
10339         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10340         * intl/dcigettext.c (plural_eval): Remove function, moved to
10341         intl/plural-eval.c.
10342         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10343         Include plural-eval.c.
10345 2001-09-22  Bruno Haible  <bruno@clisp.org>
10347         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10348         don't start with a digit; nplurals must be positive.
10350 2001-09-02  Bruno Haible  <bruno@clisp.org>
10352         * intl/plural-exp.h: New file, extracted from gettextP.h.
10353         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10354         * intl/gettextP.h (struct expression, struct parse_args,
10355         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10356         * intl/loadmsgcat.c: Include plural-exp.h.
10357         (PLURAL_PARSE): Move macro to plural-exp.h.
10358         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10359         plural-exp.c.
10360         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10361         EXTRACT_PLURAL_EXPRESSION.
10362         (_nl_unload_domain): Update.
10363         * intl/dcigettext.c: Include plural-exp.h.
10364         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10365         (FREE_EXPRESSION): Move macro to plural-exp.h.
10366         * intl/Makefile (routines): Add plural-exp.
10367         (distribute): Add plural-exp.h.
10369 2001-07-28  Bruno Haible  <bruno@clisp.org>
10371         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10372         isdigit, tolower argument to 'unsigned char'.
10373         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10374         'unsigned char'.
10375         * intl/localealias.c (read_alias_file): Cast isspace argument to
10376         'unsigned char'.
10378 2001-10-20  Bruno Haible  <bruno@clisp.org>
10380         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10381         anyway.)
10382         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10383         with the variable 'index' in plural_lookup.
10384         * intl/l10nflist.c (strchr): Likewise.
10385         * intl/localealias.c (strchr): Likewise.
10387         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10388         * intl/bindtextdom.c: Likewise.
10389         * intl/dcigettext.c: Likewise.
10390         * intl/dgettext.c: Likewise.
10391         * intl/dngettext.c: Likewise.
10392         * intl/explodename.c: Likewise.
10393         * intl/finddomain.c: Likewise.
10394         * intl/gettext.c: Likewise.
10395         * intl/l10nflist.c: Likewise.
10396         * intl/loadmsgcat.c: Likewise.
10397         * intl/localealias.c: Likewise.
10398         * intl/ngettext.c: Likewise.
10399         * intl/textdomain.c: Likewise.
10400         * intl/gettext.h: Assume <limits.h> exists.
10402 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10404         * stdio-common/Makefile (tests): Add scanf11.
10405         * stdio-common/scanf11.c: New file.
10407 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10409         * version.h (RELEASE): Define as development.
10410         (VERSION): Set to 2.2.90.
10412 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10414         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10415         * nis/nss_nis/nis-grp.c: Likewise.
10416         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10418         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10419         * nis/nss_nis/nis-pwd.c: Likewise.
10420         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10422         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10423         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10424         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10426         * nscd/grpcache.c: Use strtoul instead of atol.
10427         * nscd/pwdcache.c: Likewise.
10428         * nss/getent.c: Likewise.
10430 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10432         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10433         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10435 2001-11-19  Bruno Haible  <bruno@clisp.org>
10437         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10438         90%.
10439         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10440         improves the quality of the hash function, especially for short
10441         strings.
10443 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10445         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10446         are found call conv_error and not input_error [PR libc/2669].
10448         * math/bits/mathcalls.h: Mark ceil and floor as const.
10449         Reported by David Mosberger.
10451 2001-11-21  Jim Meyering  <meyering@lucent.com>
10453         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10454         Define to be __-prefixed.
10455         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10457 2001-11-26  Andreas Jaeger  <aj@suse.de>
10459         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10460         avoid warning.
10462 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10464         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10465         initialization.
10467         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10468         unused variables.  Fix threshold for returning 1.0.
10470         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10471         argument.
10473         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10474         remove unused variables.
10476         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10478         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10479         include local math header files.
10481 2001-11-22  Andreas Jaeger  <aj@suse.de>
10483         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10484         avoid warning.
10486 2001-11-21  Andreas Jaeger  <aj@suse.de>
10488         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10490         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10491         sys/debugreg.h
10493 2001-11-15  Andreas Jaeger  <aj@suse.de>
10495         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10496         compilers that support it.
10498         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10499         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10500         * stdlib/stdlib.h: Likewise.
10502 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10504         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10505         statement with gotos.
10506         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10508 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10510         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10512 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10514         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10516 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10517             H.J. Lu  <hjl@gnu.org>
10519         * Versions.def (libc): Add GCC_3.0.
10520         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10521         if gcc supports this flag.
10522         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10523         (gcc3): Allow glibc to be compiled with gcc 3.x.
10524         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10525         * config.make.in (static-libgcc, unwind-find-fde): Add.
10526         * Makerules (build-shlib-helper, build-module-helper): Use it.
10527         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10528         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10529         necessary.
10530         (_fini): Call __deregister_frame_info_bases if
10531         __register_frame_info_bases was used to register.
10532         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10533         for GLIBC_2.0.
10534         (__register_frame_info_bases, __register_frame_info_table_bases,
10535         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10536         * elf/Makefile (routines): Add unwind-dw2-fde.
10537         (shared-only-routines): Add unwind-dw2-fde.
10538         * sysdeps/alpha/gccframe.h: New file.
10539         * sysdeps/arm/gccframe.h: New file.
10540         * sysdeps/generic/framestate.c: New file.
10541         * sysdeps/generic/dwarf2.h: New file.
10542         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10543         * sysdeps/generic/unwind-dw2-fde.c: New file.
10544         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10545         * sysdeps/generic/unwind-dw2-fde.h: New file.
10546         * sysdeps/generic/unwind-dw2.c: New file.
10547         * sysdeps/generic/unwind-pe.h: New file.
10548         * sysdeps/generic/unwind.h: New file.
10549         * sysdeps/hppa/gccframe.h: New file.
10550         * sysdeps/i386/gccframe.h: New file.
10551         * sysdeps/m68k/gccframe.h: New file.
10552         * sysdeps/mips/gccframe.h: New file.
10553         * sysdeps/powerpc/gccframe.h: New file.
10554         * sysdeps/s390/gccframe.h: New file.
10555         * sysdeps/sh/gccframe.h: New file.
10556         * sysdeps/sparc/gccframe.h: New file.
10557         * sysdeps/vax/gccframe.h: New file.
10558         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10559         Set on all architectures except ia64.
10560         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10561         for i386.
10562         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10563         __deregister_frame_info): Move to elf/Versions.
10564         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10565         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10566         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10567         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10568         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10569         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10570         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10571         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10572         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10573         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10574         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10575         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10576         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10577         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10578         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10579         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10580         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10581         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10583 2001-11-15  Jeff Law  <law@redhat.com>
10585         * posix/regex.c (uintptr_t): Do not provide a definition if the
10586         system provided one.
10588 2001-11-13  Roland McGrath  <roland@frob.com>
10590         * stdio-common/tmpfile.c: Moved to ...
10591         * sysdeps/generic/tmpfile.c: ... here.
10592         * sysdeps/mach/hurd/tmpfile.c: New file.
10594         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10595         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10596         (fopenport): Define as weak alias.
10598         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10599         * libio/libioP.h: ... to here.
10601 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10603         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10604         program header twice.  Construct list with the needed information.
10606 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10608         * po/ca.po: Update from translation team.
10610         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10611         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10612         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10613         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10615 2001-11-10  Andreas Jaeger  <aj@suse.de>
10617         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10618         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10619         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10621 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10623         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10624         correctly.
10625         * elf/dl-load.c (is_dst): New function.
10626         (_dl_dst_count): Use is_dst to check for DST variable.
10627         (_dl_dst_substitute): Likewise.
10629 2001-11-09  Roland McGrath  <roland@frob.com>
10631         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10632         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10633         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10634         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10635         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10636         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10637         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10638         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10639         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10640         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10641         * sysdeps/mach/hurd/powerpc/Dist: New file.
10643         * hurd/privports.c (__get_privileged_ports):
10644         Only contact the proc server if necessary for this call.
10645         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10646         Check error return for mach_port_mod_refs.
10648 2001-11-09  Andreas Schwab  <schwab@suse.de>
10650         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10652 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10654         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
10655         object is always the last in the list.
10656         (_dl_map_object_from_fd): Delete code to remove from object list
10657         when DF_1_NOOPEN is seen.  This is done in lose.
10659 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
10661         * elf/dl-object.c (_dl_new_object): Various small optimizations.
10663 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
10665         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10666         HWCAP_CHECK macro code.
10668         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10669         Now returns MAP_FAILED on error.
10670         * elf/rtld.c: Adjust caller.
10671         * sysdeps/generic/dl-cache.c: Likewise.
10672         * sysdeps/generic/ldsodefs.h: Adjust description.
10674         * elf/dl-version.c (match_symbol): Optimize error handling for size.
10675         (_dl_check_map_versions): Likewise.
10677 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10679         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10680         _dl_signal_error directly, always use lose.  Set fd to -1 after
10681         file is closed.
10682         (lose): Don't call close if fd == -1.
10684 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
10686         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
10687          Also fix typo @code {mbsinit} to @code{mbsinit}.
10689 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10691         * elf/dl-profile.c: Replace state variable with simple flag named
10692         running.  Remove commented-out code.
10694         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
10695         (_dl_init_paths): Likewise.
10696         (_dl_map_object_from_fd): Likewise.
10697         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10699 2001-11-06  Roland McGrath  <roland@frob.com>
10701         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
10702         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
10704         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
10705         sysdeps/powerpc/elf/sysdep.h.
10706         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
10708 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10710         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
10711         speed.
10712         (process_envvars): Some more optimizations.
10713         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
10715         * elf/elf.h: Add dynamic tag definitions for prelinking.
10717         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
10718         Rewrite code to remove environment varables for SUID binaries.
10719         Small optimization in LD_PROFILE handling.
10720         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
10721         changes.
10722         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10724         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
10726         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
10727         strings.  Change type of second parameter.
10728         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
10729         for last change.
10731         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
10733 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10735         * manual/string.texi: Fix typos.
10736         * manual/examples/argp-ex2.c: Likewise.
10738 2001-11-05  Roland McGrath  <roland@frob.com>
10740         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
10741         the more-specific unix/sysv/linux/powerpc file and breaks everything.
10742         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
10743         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
10744         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
10745         here, put under [__ELF__].
10747 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10749         * manual/charset.texi: Extensive editing work.
10750         * manual/nss.texi: Likewise.
10751         Changes by Dennis Grace <dgrace@us.ibm.com>.
10753 2001-11-04  Roland McGrath  <roland@frob.com>
10755         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
10756         parameter to dir_mkfile.
10758 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
10760         * string/bits/string2.h (__strndup): If n is smaller than len, set
10761         len to n + 1.
10762         * string/tester.c (test_strndup): New function.
10763         (main): Call it.
10765 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
10767         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
10769         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
10770         * scripts/cpp: New file.
10772         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
10773         for rtld_search_dirs content.  Minor optimizations.
10775 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10777         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
10778         avoiding unnecessary duplication.
10780 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
10782         * elf/dl-load.c (_dl_map_object): If library was found using
10783         LD_LIBRARY_PATH, don't try RUNPATH list.
10785 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10787         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
10788         Correct second argument of register_dump call.
10789         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
10790         Likewise.
10792 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10794         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
10795         modules.
10796         * iconvdata/TESTS: Likewise.
10797         * iconvdata/gconv-modules: Likewise.
10798         * iconvdata/ibm1132.c: New file.
10799         * iconvdata/ibm1132.h: New file.
10800         * iconvdata/ibm1133.c: New file.
10801         * iconvdata/ibm1133.h: New file.
10802         * iconvdata/ibm1162.c: New file.
10803         * iconvdata/ibm1162.h: New file.
10804         * iconvdata/testdata/IBM1132: New file.
10805         * iconvdata/testdata/IBM1132..UTF8: New file.
10806         * iconvdata/testdata/IBM1133: New file.
10807         * iconvdata/testdata/IBM1133..UTF8: New file.
10808         * iconvdata/testdata/IBM1162: New file.
10809         * iconvdata/testdata/IBM1162..UTF8: New file.
10810         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
10812         * string/string.h: Fix typo in comment.
10813         * wcsmbs/wchar.h: Likewise.
10815 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10817         * manual/getopt.texi (getopt_long, getopt_long_only): Include
10818         const in type of longopts parameter.
10820 2001-10-29  Andreas Jaeger  <aj@suse.de>
10822         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
10824 2001-10-29  Kevin Ryde  <user42@zip.com.au>
10826         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
10827         output, clarify `#' behaviour on 0.
10828         (Floating-Point Conversions): Clarify that %g only uses %e when
10829         the exponent would be greater than 1.
10831 2001-10-28  Roland McGrath  <roland@frob.com>
10833         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
10834         * sysdeps/mach/powerpc/machine-sp.h: New file.
10835         * sysdeps/mach/powerpc/sysdep.h: New file.
10836         * sysdeps/mach/powerpc/thread_state.h: New file.
10838         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
10839         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
10840         expect to need the same thing on every platform.
10842         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
10843         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
10845         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
10846         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
10847         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
10848         Move all these assembly-related definitions to ...
10849         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
10851         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
10852         by Peter Bruin <pjbruin@dds.nl>.
10854         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
10855         packing results for a `poll' call.
10857 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
10859         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
10860         correctly.
10861         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
10862         bracket expression.
10864         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
10865         nrules value.
10866         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
10868 2001-10-24  H.J. Lu  <hjl@gnu.org>
10870         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
10871         Use __BEGIN_DECLS/__END_DECLS around prototypes.
10872         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
10874 2001-10-21  Jim Meyering  <meyering@lucent.com>
10876         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
10877         this code would end up calling gettext even in packages built
10878         with --disable-nls.
10879         * posix/getopt.c (_): Likewise.
10880         * posix/regex.c (_): Likewise.
10882 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
10884         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
10885         lookup not ip6.int.
10886         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
10887         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
10889 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
10891         * misc/sys/cdefs.h (__attribute_used__): Define.
10892         * elf/rtld.c (_dl_start): Add __attribute_used__.
10893         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
10895 2001-10-25  Andreas Schwab  <schwab@suse.de>
10897         * stdlib/a64l.c: Expect least significant digit first.
10898         * stdlib/l64a.c: Produce least significant digit first.
10899         * stdlib/Makefile (tests): Add test-a64l.
10900         * stdlib/test-a64l.c: New file.
10901         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
10903 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
10905         * po/sk.po: Update from translation team.
10907 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
10909         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
10911 2001-10-18  Andreas Schwab  <schwab@suse.de>
10913         * math/libm-test.inc (print_ulps): Print ulp values rounded to
10914         next whole number.
10915         (print_function_ulps): Likewise.
10916         (print_complex_function_ulps): Likewise.
10917         (print_max_error): Likewise.
10918         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
10920 2001-10-16  Andreas Schwab  <schwab@suse.de>
10922         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
10923         implementation.
10925         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
10926         BSD_SETJMP or BSD__SETJMP is defined, resp.
10927         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
10928         a tail call to __sigsetjmp that would require extending the
10929         caller's frame.
10930         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
10931         * sysdeps/m68k/bsd-setjmp.S: Deleted.
10932         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
10933         Reported by Jes Sorensen <jes@trained-monkey.org>.
10935 2001-10-16  Andreas Jaeger  <aj@suse.de>
10937         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
10938         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
10939         close PR libc/2589.
10941 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
10943         * po/ca.po: New file.  Contributed by the translation team.
10945 2001-10-15  Ralf Baechle  <ralf@gnu.org>
10947         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
10948         a varargs prototype.  Remove dependency from kernel header files.
10950         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
10951         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
10953 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
10955         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
10956         to generate hexadecimal identifier.
10957         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
10959 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
10961         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
10963 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
10965         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
10966         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
10967         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10969         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
10970         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
10971         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
10972         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
10973         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
10974         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
10976         * timezone/africa: Update from tzdata2001d.
10977         * timezone/asia: Likewise.
10978         * timezone/australasia: Likewise.
10979         * timezone/backward: Likewise.
10980         * timezone/europe: Likewise.
10981         * timezone/leapseconds: Likewise.
10982         * timezone/northamerica: Likewise.
10983         * timezone/southamerica: Likewise.
10984         * timezone/zone.tab: Likewise.
10986 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10988         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
10989         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
10991 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
10993         * elf/elf.h (PT_TLS): New definition.
10995 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
10997         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
10998         bits/errno.h
11000 2001-10-07  Roland McGrath  <roland@frob.com>
11002         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11004 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11006         * elf/elf.h: Add more ELFOSABI_* constants.
11008 2001-10-04  Ben Collins  <bcollins@debian.org>
11010         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11011         decleration of __need_wchar_t.
11013 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11015         * string/bits/string2.h (__strsep_g): Add prototype.
11016         (__strsep): Use it.
11017         * string/Versions (__strsep): Remove.
11018         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11020 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11022         * manua/llio.texi: Clarify file references added by mmap.
11023         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11025 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11027         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11028         Add sc_loadrs and sc_rbs_bas to match current kernel.
11030 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11032         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11034         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11036 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11038         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11039         object has been bumped because of relocation dependency, avoid
11040         duplicates in l_scope.
11041         (show_scope): Fix typos.
11042         * elf/Makefile: Add rules to build and run reldep6.
11043         * elf/reldep6.c: New file.
11044         * elf/reldep6mod0.c: New file.
11045         * elf/reldep6mod1.c: New file.
11046         * elf/reldep6mod2.c: New file.
11047         * elf/reldep6mod3.c: New file.
11048         * elf/reldep6mod4.c: New file.
11050 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11052         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11053         sparc64_fixup_plt.
11054         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11055         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11056         for non-lazy binding. Fix .plt[32768+] handling.
11057         (elf_machine_plt_value): Don't add addend.
11058         (elf_machine_rela): Call sparc64_fixup_plt instead of
11059         elf_machine_fixup_plt.
11060         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11061         dynamic linker at 0xfffff800XXXXXXXX.
11063         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11065 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11067         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11069 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11071         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11072         declare __cmsg_data field if its size would be bigger than 0.
11073         (CMSG_DATA): Adjust accordingly.
11074         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11075         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11076         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11077         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11078         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11079         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11080         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11082 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11084         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11085         * iconvdata/testdata/IBM1160: New file.
11086         * iconvdata/testdata/IBM1160..UTF8: New file.
11087         * iconvdata/testdata/IBM1161: New file.
11088         * iconvdata/testdata/IBM1161..UTF8: New file.
11089         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11091 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11093         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11094         UL_SETFSIZE computations better.
11096         * rt/Makefile: Remove use of filter for librt again.
11098         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11099         UL_SETFSIZE computations better.
11101         * string/Versions: Export __strsep for GLIBC_2.2.5.
11102         * string/bits/string2.h: Define all __STRING_INLINE functions if
11103         _FORCE_INLINES is defined.
11104         Use int instead of char of parameter types.
11105         (__strsep): Don't use __strsep_g.  Don't define it.
11106         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11107         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11108         __strcpy_small.
11109         (__stpcpy_a_small): Renamed from __stpcpy_small.
11110         (__strcspn_c1): Don't define if _FORCE_INLINES.
11111         (__strspn_c1): Likewise.
11113 2001-09-22  Ben Collins  <bcollins@debian.org>
11115         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11116         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11117         * sysdeps/ia64/bits/sigaction.h: Likewise.
11118         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11120 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11122         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11124 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11126         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11128 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11130         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11132 2001-09-20  H.J. Lu  <hjl@gnu.org>
11134         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11135         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11136         for __RTLD_SPROF.
11137         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11138         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11140 2001-09-20  H.J. Lu  <hjl@gnu.org>
11142         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11143         don't add 1.
11145 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11147         * nss/getent.c: Accept -s parameter to overwrite rules in
11148         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11150         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11151         with as many ".0" as necessary to form a complete address
11152         inet_network understands.
11154         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11155         calls.
11157 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11159         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11160         _JMPBUF_UNWINDS.
11161         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11163 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11165         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11166         IBM1161.
11167         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11168         * iconvdata/ibm1160.c: New file.
11169         * iconvdata/ibm1160.h: New file.
11170         * iconvdata/ibm1161.c: New file.
11171         * iconvdata/ibm1161.h: New file.
11172         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11174 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11176         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11177         difference between base address and first PT_LOAD's virtual address,
11178         not the base address.
11180 2001-09-11  Tom Rix  <trix@redhat.com>
11182         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11183         ifdef for __getopt_clean_environment.
11184         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11186 2001-09-22  Andreas Jaeger  <aj@suse.de>
11188         * elf/reldep4.c (main): Add proper prototype to fix warning.
11190         * elf/reldep5.c (main): Remove unused variable.
11192         * math/math_private.h: Add prototypes.
11194 2001-09-21  Andreas Jaeger  <aj@suse.de>
11196         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11197         * sysdeps/x86_64/Dist: New file.
11198         * sysdeps/x86_64/soft-fp/Dist: New file.
11200         * sysdeps/gnu/Dist: Remove eval.c.
11202 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11204         * malloc/memusage.c (realloc): Don't count already allocated
11205         memory in the sums.
11206         (me): Always use dlsym() to find the real implementations.
11208         * malloc/memusage.sh: Make -n option actually do something.
11210 2001-09-20  Andreas Jaeger  <aj@suse.de>
11212         * elf/elf.h (R_390_NUM): Correct value.
11214         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11215         libpthread.
11217         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11218         for x86-64, install x86-64 into */lib64.
11220         * shlib-versions: Add x86-64.
11222         * elf/elf.h: Add x86-64 relocations.
11224 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11226         * po/fr.po: Update from translation team.
11228 2001-09-19  Andreas Jaeger  <aj@suse.de>
11230         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11231         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11232         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11233         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11234         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11235         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11236         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11237         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11238         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11239         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11240         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11241         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11242         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11243         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11244         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11245         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11246         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11247         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11248         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11249         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11250         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11251         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11252         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11253         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11254         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11255         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11256         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11257         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11258         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11259         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11260         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11261         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11262         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11263         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11264         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11265         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11266         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11267         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11268         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11269         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11270         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11271         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11272         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11273         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11274         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11275         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11276         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11277         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11278         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11279         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11280         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11281         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11282         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11283         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11284         * sysdeps/unix/x86_64/sysdep.S: New file.
11285         * sysdeps/unix/x86_64/sysdep.h: New file.
11286         * sysdeps/x86_64/Implies: New file.
11287         * sysdeps/x86_64/Makefile: New file.
11288         * sysdeps/x86_64/Versions: New file.
11289         * sysdeps/x86_64/__longjmp.S: New file.
11290         * sysdeps/x86_64/abort-instr.h: New file.
11291         * sysdeps/x86_64/atomicity.h: New file.
11292         * sysdeps/x86_64/bits/endian.h: New file.
11293         * sysdeps/x86_64/bits/setjmp.h: New file.
11294         * sysdeps/x86_64/bits/string.h: New file.
11295         * sysdeps/x86_64/bp-asm.h: New file.
11296         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11297         * sysdeps/x86_64/bsd-setjmp.S: New file.
11298         * sysdeps/x86_64/dl-machine.h: New file.
11299         * sysdeps/x86_64/elf/initfini.c: New file.
11300         * sysdeps/x86_64/elf/start.S: New file.
11301         * sysdeps/x86_64/ffs.c: New file.
11302         * sysdeps/x86_64/ffsll.c: New file.
11303         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11304         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11305         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11306         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11307         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11308         * sysdeps/x86_64/fpu/e_expl.c: New file.
11309         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11310         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11311         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11312         * sysdeps/x86_64/fpu/e_logl.S: New file.
11313         * sysdeps/x86_64/fpu/e_powl.S: New file.
11314         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11315         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11316         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11317         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11318         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11319         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11320         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11321         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11322         * sysdeps/x86_64/fpu/fegetround.c: New file.
11323         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11324         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11325         * sysdeps/x86_64/fpu/fesetround.c: New file.
11326         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11327         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11328         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11329         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11330         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11331         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11332         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11333         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11334         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11335         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11336         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11337         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11338         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11339         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11340         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11341         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11342         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11343         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11344         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11345         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11346         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11347         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11348         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11349         * sysdeps/x86_64/gmp-mparam.h: New file.
11350         * sysdeps/x86_64/hp-timing.c: New file.
11351         * sysdeps/x86_64/hp-timing.h: New file.
11352         * sysdeps/x86_64/htonl.S: New file.
11353         * sysdeps/x86_64/memusage.h: New file.
11354         * sysdeps/x86_64/setjmp.S: New file.
11355         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11356         * sysdeps/x86_64/stackinfo.h: New file.
11357         * sysdeps/x86_64/sysdep.h: New file.
11358         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11360         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11361         L Moshier.
11363 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11365         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11366         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11368 2001-09-18  Andreas Schwab  <schwab@suse.de>
11370         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11371         list, now that l_scope is a pointer.
11373         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11374         scope list.
11376 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11378         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11379         (elf_machine_rela_relative): Add a missing declaration.
11381 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11383         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11384         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11385         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11386         ldd-rewrite scripts.
11388 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11390         * elf/ldd.bash.in: Update copyright message.
11392 2001-09-17  H.J. Lu  <hjl@gnu.org>
11394         * hurd/hurdmalloc.c (bcopy): Removed.
11395         (realloc): Replace bcopy with memcpy.
11396         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11397         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11398         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11400         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11401         (gethostbyaddr): Likewise.
11402         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11404 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11406         * sysdeps/gnu/eval.c: Removed.
11408 2001-09-18  Andreas Jaeger  <aj@suse.de>
11410         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11411         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11413         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11414         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11416         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11417         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11419 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11421         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11422         nrules value.
11424 2001-09-14  H.J. Lu  <hjl@gnu.org>
11426         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11428 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11430         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11431         Patch by Florian La Roche <laroche@redhat.com>.
11433         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11435         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11436         ETHER_CRC_LEN.
11438 2001-09-14  Andreas Schwab  <schwab@suse.de>
11440         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11441         Sumner <bls@sgi.com>.
11442         * posix/execlp.c: Likewise.
11444 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11446         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11447         is already found earlier in the search scope.
11449 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11451         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11452         filter.
11454 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11456         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11458 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11460         * config.h.in: Enforce optimization to be used.
11461         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11462         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11463         * posix/Makefile (annexc-CFLAGS): Define to -O.
11464         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11466 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11468         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11469         Patch by Stephan Kulow.
11471 2001-09-08  Ben Collins  <bcollins@debian.org>
11473         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11474         usage of RESOLVE() (r_type, not reloc->r_type).
11476 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11478         * elf/dl-object.c: Avoid allocating extra memory block for name.
11479         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11480         allocated separately.
11481         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11483 2001-09-08  H.J. Lu  <hjl@gnu.org>
11485         * po/zh_TW.po: Fix a typo.
11487 2001-09-07  Tom Rix  <trix@redhat.com>
11489         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11491 2001-08-26  Tom Rix  <trix@redhat.com>
11493         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11494         command line options.
11495         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11496         * sysdeps/unix/sysv/aix/start.c: Removed.
11497         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11498         * sysdeps/unix/sysv/aix/init-first.c: New file.
11499         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11501 2001-09-08  Ben Collins  <bcollins@debian.org>
11503         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11504         * sysdeps/generic/dl-machine.h: Likewise.
11505         * sysdeps/hppa/dl-fptr.c: Likewise.
11506         * sysdeps/ia64/dl-fptr.c: Likewise.
11507         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11508         * sysdeps/mips/dl-machine.h: Likewise.
11509         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11510         * sysdeps/powerpc/dl-machine.c: Likewise.
11512 2001-09-07  Ben Collins  <bcollins@debian.org>
11514         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11516         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11518 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11520         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11521         dependencies if necessary.
11523         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11524         loaded directly) determine length if l_initfini list by iterating
11525         over its elements.  Minor optimizations.
11526         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11527         for dependency objects.
11528         If object was already loaded check whether any of the dependencies
11529         is already on the relocation dependency list.  If yes, remove the
11530         latter.  Minor optimizations.
11531         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11532         maps here.  Search l_initfini list only if the object was loaded
11533         directly and not only as a dependency.
11534         (_dl_lookup_symbol): Add relocation dependency also if object
11535         is not in global scope.  Remove test for self-reference here.
11536         (_dl_lookup_versioned_symbol): Likewise.
11537         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11538         element of first name record.
11539         * elf/loadtest.c: Add some more test to recognize early if an object
11540         wasn't unloaded.
11541         * elf/Makefile: Add rules to build and run reldep5.
11542         * elf/reldep5.c: New file.
11543         * elf/reldepmod5.c: New file.
11544         * elf/reldepmod6.c: New file.
11546         * elf/reldep2.c: Fix typo.
11548 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11550         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11551         elements.  Change l_scope to be a pointer only.
11552         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11553         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11554         here add searchlist of newly open file to the dependency's scope.
11555         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11556         only searchlist from its scope.  Free own scope array if necessary.
11557         * elf/Makefile (tests): Add dblload and dblunload now.
11559 2001-09-06  Andreas Jaeger  <aj@suse.de>
11561         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11562         Stephen L Moshier.
11564 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11566         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11567         they both fail.
11568         * elf/dblload.c: New file.
11569         * elf/dblloadmod1.c: New file.
11570         * elf/dblloadmod2.c: New file.
11571         * elf/dblloadmod3.c: New file.
11572         * elf/dblunload.c: New file.
11574 2001-09-04  Richard Henderson  <rth@redhat.com>
11576         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11577         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11579 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11581         Correct very misleading message for error in failed runtime relocation.
11582         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11583         place of the error.
11584         (_dl_signal_cerror): Likewise.
11585         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11586         * elf/dl-close.c: Likewise.
11587         * elf/dl-deps.c: Likewise.
11588         * elf/dl-load.c: Likewise.
11589         * elf/dl-lookup.c: Likewise.
11590         * elf/dl-open.c: Likewise.
11591         * elf/dl-reloc.c: Likewise.
11592         * elf/dl-sym.c: Likewise.
11593         * elf/dl-version.c: Likewise.
11594         * sysdeps/generic/dl-sysdep.c: Likewise.
11596 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11598         * iconv/strtab.c (strtabinit): Initialize null Strent.
11599         (newstring): Move len == 0 handling...
11600         (strtabadd): ...here.
11601         If len == 1, return null Strent.
11602         When inserting a suffix of an existing string, check if
11603         it is not equal to some suffix already recorded.
11604         Copy left and right members over if adding longer string.
11606 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11608         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11610         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11611         (__syscall_gethostname): Add prototype.
11613 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11615         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11617 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11619         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11621 2001-08-27  Roland McGrath  <roland@frob.com>
11623         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11624         short, copy that much into NAME anyway before returning error.
11626 2001-09-01  Richard Henderson  <rth@redhat.com>
11628         * sysdeps/alpha/elf/Dist: Remove file.
11629         * sysdeps/alpha/elf/Makefile: Remove file.
11630         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11631         * sysdeps/alpha/elf/crtend.S: Remove file.
11632         * sysdeps/alpha/elf/initfini.c: New file.
11634 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11636         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11637         * iconv/tst-iconv3.c: Likewise.
11639 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11641         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11643 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11645         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11646         export it.
11647         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11648         * iconv/iconv_prog.c (insert_cache): New function.
11649         (print_known_names): If cache is used call insert_cache to use the
11650         information from the cache [PR libc/2509].
11652 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11654         * time/strptime.c (strptime_internal): Recognize 'l' format and
11655         handle it like 'I' for symmetry with strftime.
11657 2001-08-31  Richard Henderson  <rth@redhat.com>
11659         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11660         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11661         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11662         (print_statistics): Make scalar unsigned long long.
11663         * sysdeps/alpha/hp-timing.h: New file.
11665 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11667         * stdio-common/perror.c (perror): Save errno early, pass it
11668         down to perror_internal.
11669         (perror_internal): Add errnum argument.
11671 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11673         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11674         Don't add old memory content for R_ALPHA_REFQUAD.
11676 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11678         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11679         memory correctly.
11681         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11682         instead of open, __close instead of close, __getpagesize instead
11683         of getpagesize.
11685         * string/argz-stringify.c (__argz_stringify): Use __strnlen
11686         instead of strnlen.
11687         * include/string.h (strndupa): Redefine here to use __strnlen
11688         instead of strnlen.
11689         * string/strndup.c (__strndup): Use __strnlen not strnlen.
11691         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
11692         connected).
11694 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11696         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
11697         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
11698         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
11699         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
11700         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
11701         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
11702         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
11704 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11706         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
11708 2001-08-30  Andreas Jaeger  <aj@suse.de>
11710         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
11711         contributed Stephen L Moshier.
11713 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11715         * sunrpc/etc.rpc (sgi_fam): Add.
11717 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11719         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
11721 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11723         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
11724         first is from a previous call.
11725         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
11727 2001-08-29  Andreas Schwab  <schwab@suse.de>
11729         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
11731 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11733         * config.make.in (INSTALL_SCRIPT): Define.
11734         * Makeconfig (INSTALL_SCRIPT): Define.
11735         * Makerules (do-install-script): New macro to install scripts using
11736         INSTALL_SCRIPT.
11737         (install-bin-script): New rule to install scripts with
11738         do-install-script.
11739         (install-bin-script-nosubdir): New rule.
11740         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
11741         (distinfo-vars): Add $(install-bin-script).
11742         * Rules (others): Likewise.
11743         * Makefile (glibcbug): Install with install-bin-script.
11744         * debug/Makefile (xtrace): Likewise.
11745         (catchsegv): Likewise.
11746         * elf/Makefile (ldd): Likewise.
11747         * malloc/Makefile (mtrace): Likewise.
11748         * timezone/Makefile (tzselect): Likewise.
11750 2001-08-29  H.J. Lu  <hjl@gnu.org>
11752         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
11753         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
11754         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
11756 2001-08-29  Andreas Schwab  <schwab@suse.de>
11758         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
11760 2001-08-28  H.J. Lu  <hjl@gnu.org>
11762         * Makeconfig (combreloc-LDFLAGS): New variable.
11763         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
11764         * config.make.in (have-z-combreloc): New variable.
11765         * configure.in: Substitute libc_cv_z_combreloc.
11767 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11769         * po/sv.po: Update from translation team.
11770         * po/fr.po: Likewise.
11771         * po/da.po: Likewise.
11773 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11775         * Makerules: Fix a typo: MD% -> MD5.
11777 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
11779         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
11780         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
11782 2001-08-28  Andreas Jaeger  <aj@suse.de>
11784         * manual/libc-texinfo.sh: Add entry about free manuals.
11786         * manual/contrib.texi (Contributors): Fix cross reference.
11788         * manual/libc.texinfo (Copying): Include freemanuals.
11790         * manual/Makefile (appendices): Add freemanuals.
11792         * manual/freemanuals.texi: New file.
11793         Patch by Brian Youmans <3diff@gnu.org>.
11795         * manual/libm-err-tab.pl: Pretty print more platforms, print a
11796         smaller table.
11798         * manual/math.texi (Errors in Math Functions): Fix grammar, start
11799         table on separate page.
11800         Patch by Brian Youmans <3diff@gnu.org>.
11802 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11804         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
11805         the connection went down after we first used it try to connect
11806         again and resend the message before printing to the console.
11807         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
11809 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11811         * string/tst-strlen.c (main): Test strnlen (, -1) too.
11812         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
11813         bit set.
11815 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11817         * iconv/strtab.c (searchstring): Use correct length for comparison.
11818         (strtabadd): Account total size correct if new string has old string as
11819         substring.
11821 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11823         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
11825 2001-08-27  Andreas Jaeger  <aj@suse.de>
11827         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
11829         * math/libm-test.inc (j0_test): Add extra tests.
11830         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
11831         not x, in Hankel approximation.
11832         Patches by Stephen L Moshier.
11834 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11836         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
11837         link_map.
11839         * configure.in: Fix test for .rela.dyn section.
11841         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
11843 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
11845         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
11846         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
11847         Pass type_class to _dl_lookup_*.
11848         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
11849         Pass around just type_class instead of noexec, noplt pair.
11850         (_dl_lookup_versioned_symbol): Likewise.
11851         (_dl_lookup_symbol_skip): Pass around just type_class instead of
11852         noexec, noplt pair.
11853         (_dl_lookup_versioned_symbol_skip): Likewise.
11854         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
11855         * elf/do-lookup.h (do_lookup): Likewise.
11856         * include/link.h (struct link_map): Replace noexec and noplt fields
11857         in l_lookup_cache with type_class field.
11858         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
11859         ELF_RTYPE_CLASS_COPY): Define.
11860         Adjust prototypes for _dl_lookup_symbol and
11861         _dl_lookup_versioned_symbol.
11862         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
11863         elf_machine_lookup_noexec_p): Remove.
11864         (elf_machine_type_class): Define.
11865         * sysdeps/arm/dl-machine.h: Likewise.
11866         * sysdeps/hppa/dl-machine.h: Likewise.
11867         * sysdeps/cris/dl-machine.h: Likewise.
11868         * sysdeps/i386/dl-machine.h: Likewise.
11869         * sysdeps/ia64/dl-machine.h: Likewise.
11870         * sysdeps/m68k/dl-machine.h: Likewise.
11871         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11872         * sysdeps/mips/dl-machine.h: Likewise.
11873         * sysdeps/powerpc/dl-machine.h: Likewise.
11874         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11875         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11876         * sysdeps/sh/dl-machine.h: Likewise.
11877         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11878         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11880 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11882         * manual/message.texi (Advanced gettext functions): Change
11883         description of plural forms for Slovak.
11884         Reported by Marcel Telka <marcel@telka.sk>.
11886         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
11887         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
11889 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
11891         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
11892         typo.  Patch by Florian La Roche <laroche@redhat.com>.
11894 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11896         * include/link.h (struct link_map): Add l_lookup_cache element.
11897         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
11898         (RESOLVE_MAP): Likewise.
11899         (_dl_relocate_object): Remove cache initialization.
11900         * elf/dl-lookup.c: Rip out cache handling code.
11901         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
11902         declarations.
11904         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
11905         remove some __builtin_expect.
11906         (_dl_lookup_versioned_symbol): Likewise.
11908         * config.h.in: Add HAVE_Z_COMBRELOC.
11909         * configure.in: Add test for -z combreloc.
11911         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
11912         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
11913         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
11914         case to almost no code.
11916 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
11918         * po/tr.po: Update from translation team.
11920 2001-08-24  Andreas Jaeger  <aj@suse.de>
11922         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
11923         make clean works.
11925 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11927         * elf/rtld.c (print_statistics): Printf % after percent values.
11928         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
11930         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
11931         don't have to compute the hash value and initialize current_value.
11932         Move reference_name variable to where it is needed.
11933         (_dl_lookup_versioned_symbol): Likewise.
11935 2001-08-24  Roland McGrath  <roland@frob.com>
11937         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
11938         Just test that strerror returns non-null for a few errno codes.
11940 2001-08-23  Roland McGrath  <roland@frob.com>
11942         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
11943         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
11945         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
11947         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
11948         __mach_reply_port.
11950 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11952         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
11953         returns NULL.
11955         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
11956         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
11957         doesn't do it.
11958         * elf/rtld.c: Include <sys/param.h>.
11959         * elf/dl-reloc.c: Likewise.
11961 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11963         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
11964         empty to prevent junk from being generated.
11965         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
11967 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11969         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
11970         records.  Rename endrel to relative, initialize it to r, and use it
11971         in elf_machine_rel_relative calls.  Point r after relative relocs.
11973 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11975         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
11976         of R_386_NONE.
11978 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11980         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
11981         necessary.  Undefine newly defined macros at the end.
11982         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
11983         Rename from elf_machine_rel_relative.
11984         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
11985         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
11986         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
11987         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
11988         Likewise.
11989         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
11990         Likewise.
11991         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
11992         Fix argument types.
11993         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
11994         Fix argument types.
11995         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
11996         Likewise.  Fix argument types.
11997         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
11998         Likewise.  Fix argument types.
11999         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12000         Fix argument types.
12001         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12002         ElfW(Rel) in argument.
12003         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12004         function.
12006 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12008         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12010 2001-08-24  Andreas Jaeger  <aj@suse.de>
12012         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12013         Stephen L Moshier <moshier@mediaone.net>.
12015 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12017         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12018         first if RELCOUNT is set.
12020         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12021         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12022         elf_machine_rel_relative.
12023         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12024         Minor optimizations.
12025         * sysdeps/arm/dl-machine.h: Likewise.
12026         * sysdeps/cris/dl-machine.h: Likewise.
12027         * sysdeps/hppa/dl-machine.h: Likewise.
12028         * sysdeps/i386/dl-machine.h: Likewise.
12029         * sysdeps/ia64/dl-machine.h: Likewise.
12030         * sysdeps/m68k/dl-machine.h: Likewise.
12031         * sysdeps/mips/dl-machine.h: Likewise.
12032         * sysdeps/powerpc/dl-machine.h: Likewise.
12033         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12034         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12035         * sysdeps/sh/dl-machine.h: Likewise.
12036         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12037         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12039 2001-08-23  Roland McGrath  <roland@frob.com>
12041         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12043         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12044         sysdeps/mach version.  Implement counting ("recursive") mutexes
12045         on top of cthreads mutexes.
12046         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12048         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12049         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12050         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12051         __libc_clean_end): Define these to call the cleanup function after
12052         normal exit when they're supposed to.
12054         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12055         Take new first arg DOIT, a boolean saying whether to really install
12056         any cleanup handler.
12057         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12058         (__libc_cleanup_end): Likewise.
12059         * sysdeps/generic/bits/libc-lock.h: Same changes.
12060         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12061         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12062         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12063         Likewise.
12064         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12065         * sysdeps/generic/bits/stdio-lock.h
12066         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12068 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12070         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12072 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12074         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12075         functions.
12076         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12077         lookups in cache.
12078         (_dl_lookup_versioned_symbol): Likewise.
12079         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12080         relocation lookup.
12081         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12082         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12083         (lookup_cache, lookup_cache_versioned): Add declarations.
12085 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12087         * stdlib/tst-random.c (main): Swap parameters in fail call.
12088         Patch by Pete Bevin <pete@petebevin.com>.
12090 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12092         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12094 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12096         * malloc/obstack.c: Indent preprocessor directives.
12097         Patch by Jim Meyering <meyering@ascend.com>.
12099         * po/ja.po: Update from translation team.
12101 2001-08-23  Roland McGrath  <roland@frob.com>
12103         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12105         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12106         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12108 2001-08-22  Roland McGrath  <roland@frob.com>
12110         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12111         __libc_lock_define_recursive.
12112         * elf/dl-open.c: Don't declare it here any more.
12113         * elf/dl-close.c: Likewise.
12114         * elf/dl-lookup.c: Likewise.
12115         * elf/dl-iteratephdr.c: Likewise.
12116         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12117         __libc_lock_unlock_recursive.
12118         * elf/dl-close.c (_dl_close): Likewise
12119         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12120         * elf/dl-open.c (_dl_open): Likewise
12122         * sysdeps/generic/bits/libc-lock.h
12123         (__libc_lock_define_recursive): New macro.
12124         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12125         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12126         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12128         * conform/conformtest.pl (checknamespace): Sort the output list.
12130         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12131         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12132         definitions conditional on [__USE_XOPEN].
12134         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12135         these unconditionally, not only use [__USE_BSD], so as to match
12136         the sysdeps/unix/sysv/linux files.
12138 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12140         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12141         avoid warnings.
12143         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12144         DL_LOOKUP_ADDRESS.
12146 2001-08-22  Roland McGrath  <roland@frob.com>
12148         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12149         conditionalization of sa_handler/sa_sigaction member types to
12150         match the sysdeps/unix/sysv/linux file.
12152 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12154         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12155         symbol sizes a bit better.
12157         * sysdeps/ia64/strncpy.S: Complete rewrite.
12158         Contributed by Jakub Jelinek <jakub@redhat.com>.
12160         * string/stratcliff.c (main): Add strncpy test.
12162 2001-08-22  Roland McGrath  <roland@frob.com>
12164         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12165         and don't declare unsetenv or _environ directly.
12166         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12168 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12170         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12171         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12172         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12173         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12174         test for cmsg struct size.
12176 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12178         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12179         Rename __argc to ___argc in prototypes to avoid compatibility
12180         problems with systems that reserve the identifier "__argc".
12181         Similarly for __argv.
12183 2001-08-21  Roland McGrath  <roland@frob.com>
12185         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12187         * mach/Makefile (tests): Removed.
12188         * mach/hello.c: File removed.
12190 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12192         * po/sv.po: Update from translation team.
12194         * stdio-common/vfscanf.c: Fix handling of %l[].
12195         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12197         * libio/Makefile (tests): Add tst-sscanf.
12198         * libio/tst-sscanf.c: New file.
12200         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12201         * malloc/mtrace.c (tr_where): dli_sname always points to a
12202         non-empty string if != NULL.
12203         Reported by Tim Janik <timj@gtk.org>.
12205 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12207         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12208         buf.  Free resources on failure.
12209         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12210         (makefd_xprt): Likewise.
12211         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12212         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12213         * sunrpc/auth_unix.c (authunix_create): Likewise.
12215 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12217         * string/strnlen.c: Remove.
12218         * sysdeps/generic/strnlen.c: New file.
12219         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12221 2001-08-21  Roland McGrath  <roland@frob.com>
12223         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12224         as a macro, not an extern inline function.
12226         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12227         * Versions.def (libc): Add GLIBC_2.2.5 set.
12228         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12229         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12231 2001-08-20  Roland McGrath  <roland@frob.com>
12233         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12234         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12236 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12238         * string/bits/string2.h: Remove strnlen optimization here.
12239         * sysdeps/i386/i486/bits/string.h: Add it here.
12241 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12243         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12245 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12247         * po/gl.po: Update from translation team.
12249 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12251         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12252         * misc/err.c (convert_and_print): Likewise.
12254         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12255         function calls.
12257 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12259         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12260         change of the gregset_t type.
12261         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12263 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12265         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12267 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12269         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12271         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12273 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12275         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12276         before calling the cthreads initialization code.
12278 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12280         * argp/argp-help.c: Fix two problems introduced in last change.
12282         * include/dirent.h: Include <dirstream.h> first.
12284 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12286         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12288         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12289         * sunrpc/xdr_rec.c: Likewise.
12290         * sunrpc/xdr_mem.c: Likewise.
12291         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12292         * sunrpc/rpc_cmsg.c: Likewise.
12293         * sunrpc/getrpcport.c (getrpcport): Likewise.
12294         * sunrpc/clnt_simp.c (callrpc): Likewise.
12295         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12296         * string/envz.c: Likewise.
12298         * po/ko.po: Update from translation team.
12300         * argp/argp-help.c: Handle wide oriented stderr stream.
12302 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12304         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12305         __builtin_expect.
12307         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12309         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12310         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12311         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12313         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12315         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12317         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12319         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12320         wchar_t for function declarations and defintions.
12322         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12323         Define suseconds_t if it hasn't happened yet.
12325         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12327         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12329         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12330         <stddef.h>.
12332         * conform/data/stddef.h-data: Remove wint_t.
12334         * conform/conformtest.pl: Change namespace test to take #undef
12335         lines into account.
12337         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12339         * conform/data/sys/socket.h-data: Add sockatmark.
12341 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12343         * io/fts.c: Update from recent BSD source.
12345 2001-08-17  Roland McGrath  <roland@frob.com>
12347         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12348         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12349         Likewise.
12351 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12353         * locale/duplocale.c (__duplocale): Also initialize the special
12354         __ctype_* elements.
12356         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12358 2001-08-17  Andreas Jaeger  <aj@suse.de>
12360         * misc/getpass.c: Include wchar.h for prototypes.
12361         * malloc/obstack.c: Likewise.
12363 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12365         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12367         * wcsmbs/wcscoll.c: Also define __wcscoll.
12368         * include/wchar.h: Declare __wcscoll.
12370         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12371         * libio/vwprintf.c: Likewise.
12372         * libio/wprintf.c: Likewise.
12374         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12376 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12378         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12379         instead of mbrtowc.
12380         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12381         wcslen, and __wcscoll instead of wcscoll.
12383         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12385         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12386         __getuid instead of getuid.
12388         * stdio-common/perror.c (perror): Use __close instead of close.
12389         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12390         * libio/freopen.c (freopen): Likewise.
12391         * libio/freopen64.c (freopen64): Likewise.
12393         * libio/tst-ungetwc2.c (main): Define str const.
12395         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12396         * libio/fwprintf.c: Also define __fwprintf.
12397         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12398         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12399         * assert/assert-perr.c: Likewise.
12400         * assert/assert.c: Likewise.
12401         * gmon/gmon.c: Likewise.
12402         * inet/rcmd.c: Likewise.
12403         * malloc/obstack.c: Likewise.
12404         * misc/err.c: Likewise.
12405         * misc/error.c: Likewise.
12406         * misc/getpass.c: Likewise.
12407         * posix/getopt.c: Likewise.
12408         * resolv/res_hconf.c: Likewise.
12409         * stdio-common/perror.c: Likewise.
12410         * stdio-common/psignal.c: Likewise.
12411         * stdlib/fmtmsg.c: Likewise.
12412         * sunrpc/auth_unix.c: Likewise.
12413         * sunrpc/clnt_perr.c: Likewise.
12414         * sunrpc/clnt_tcp.c: Likewise.
12415         * sunrpc/clnt_udp.c: Likewise.
12416         * sunrpc/clnt_unix.c: Likewise.
12417         * sunrpc/svc_simple.c: Likewise.
12418         * sunrpc/svc_tcp.c: Likewise.
12419         * sunrpc/svc_udp.c: Likewise.
12420         * sunrpc/svc_unix.c: Likewise.
12421         * sunrpc/xdr.c: Likewise.
12422         * sunrpc/xdr_array.c: Likewise.
12423         * sunrpc/xdr_rec.c: Likewise.
12424         * sunrpc/xdr_ref.c: Likewise.
12425         * sysdeps/generic/wordexp.c: Likewise.
12427         * po/it.po: Update from translation team.
12429         * misc/err.c: Handle wide oriented stderr stream.
12431 2001-08-14  Tom Rix  <trix@redhat.com>
12433         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12434         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12436 2001-08-13  Tom Rix  <trix@redhat.com>
12438         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12439         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12440         and __intptr_t.
12442 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12444         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12445         Store the access registers to the ucontext structure.
12446         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12447         Likewise.
12449         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12450         Load the access registers from the ucontext structure.
12451         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12452         Likewise.
12454         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12455         offsets to the new ucontext layout.
12456         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12458         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12459         of the ucontext structure.
12460         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12462 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12464         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12465         (error_at_line): Likewise.
12467         * stdio-common/perror.c (perror): Implement according to standard.
12468         The stream orientation must not be changed if the stream was not
12469         oriented before the call.
12470         * stdio-common/Makefile (tests): Add tst-perror.
12471         * stdio-common/tst-perror.c: New file.
12474 See ChangeLog.12 for earlier changes.