1 2002-09-03 Gerhard Tonn <ton@de.ibm.com>
3 * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
5 2002-09-04 Ulrich Drepper <drepper@redhat.com>
7 * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
10 2002-09-04 Jakub Jelinek <jakub@redhat.com>
12 * posix/bug-regex11.c: New test.
13 * posix/Makefile (tests): Add bug-regex11.
15 2002-09-03 Jakub Jelinek <jakub@redhat.com>
17 * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
20 2002-09-02 Roland McGrath <roland@redhat.com>
22 * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
23 __pthread_initialize_minimal and __libc_check_standard_fds to
24 match the generic version.
26 * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
27 warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
29 * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
30 warnings on platorms where char is unsigned.
32 2002-09-02 Ulrich Drepper <drepper@redhat.com>
34 * version.h (VERSION): Bump to 2.2.93.
36 * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
38 2002-09-02 Jakub Jelinek <jakub@redhat.com>
40 * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
43 2002-09-02 Jack Howarth <howarth@bromo.msbb.uc.edu>
45 * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
47 2002-09-02 Jakub Jelinek <jakub@redhat.com>
49 * locale/localeinfo.h (struct locale_data): Add private.ctype.
50 * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
51 __wcsmbs_to_wc, update_conversion_ptrs): Removed.
52 (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
53 (__wcsmbs_load_conv): Remove const from argument.
54 (_nl_cleanup_ctype): New proto.
55 (get_gconv_fcts): New function.
56 * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
57 (__wcsmbs_to_wc): Rename back to...
59 (__wcsmbs_gconv_fcts): Rename to...
60 (__wcsmbs_gconv_fcts_c): ... this. Make const. Use to_wc.
62 (__libc_setlocale_lock): New extern.
63 (__wcsmbs_load_conv): Remove const from argument.
64 Initialize new_category->private.ctype instead of a global
66 (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
67 update_function_ptrs. No locking is necessary.
68 (_nl_cleanup_ctype): New function.
69 * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
70 update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
71 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
72 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
73 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
74 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
75 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
76 * wcsmbs/wctob.c (wctob): Likewise.
77 * stdlib/mblen.c (mblen): Likewise.
78 * stdlib/mbtowc.c (mbtowc): Likewise.
79 * stdlib/wctomb.c (wctomb): Likewise.
80 * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
81 Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
82 * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
85 2002-09-02 Roland McGrath <roland@frob.com>
87 * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
89 2002-09-01 Roland McGrath <roland@redhat.com>
91 * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
92 Variable declarations removed.
93 (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
94 these functions to replace them.
95 (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
96 functions plus an indirection rather than the old global variables.
97 * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
99 (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
101 * ctype/ctype-info.c: Revert last reversion back the other way.
102 Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
103 Define real function versions of include/ctype.h inlines here.
104 * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
105 __ctype_tolower_loc, __ctype_toupper_loc.
106 * locale/lc-ctype.c: Revert last reversion back the other way.
107 (_nl_postload_ctype): If current thread uses the global locale,
109 * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
110 * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
111 CTYPE_TOLOWER, CTYPE_TOUPPER.
113 * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
114 * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
115 from __libc_tsd_threadvar_location.
116 (__libc_tsd_set, __libc_tsd_get): Update uses.
118 2002-09-01 Ulrich Drepper <drepper@redhat.com>
120 * ctype/ctype.h: Undo the patch before the last one. Put back the
121 macro definitions for the standard functions to access the
122 classification and mapping arrays.
123 * include/ctype.h: Partly revert last patch. Move the macro
124 definitions for the exported functions back to the public header.
125 #undef all the macros defined here before redefining.
126 * ctype/ctype-info.c: Revert last patch.
127 * locale/lc-ctype.c: Revert last patch.
129 * ctype/Makefile (routines): Add isctype.
130 * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
131 * ctype/ctype.h: Add declaration of isctype.
132 * include/ctype.h: Declare __isctype.
133 * ctype/isctype.c: New file.
135 2002-09-01 Roland McGrath <roland@redhat.com>
137 * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
138 TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
140 * include/getopt.h: Include <features.h> before <posix/getopt.h>.
142 * locale/findlocale.c (_nl_remove_locale): Don't search in
143 _nl_locale_file_list if DATA->alloc is ld_archive.
144 Use _nl_unload_locale to do the rest of the work.
146 * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
147 of new structure to UNDELETABLE.
149 * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
150 iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
151 towlower, towupper): Macros removed.
152 * ctype/ctype.h (__tobody): Put parens around macro argument.
153 (__isctype): Macro removed.
154 (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
155 (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
156 ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
157 tolower, toupper): Macros and inlines removed.
158 * include/ctype.h [! NOT_IN_libc]
159 (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
160 ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
161 tolower, toupper): Define here instead, using _NL_CURRENT.
162 * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
164 * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
165 * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
166 Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
167 (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
168 (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
169 * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
170 conditional on SHLIB_COMPAT. Don't set removed variables at all.
171 * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
172 * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
173 * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
174 (ISSORTMASK): Update use.
175 * intl/localealias.c [__GNUC__]: #undef alloca before #define.
176 * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
177 (_nss_files_getENTNAME_r): Likewise.
178 * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
181 * Makerules (all-nonlib): Renamed from all-tests.
182 Include $(others) here too.
183 * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
184 CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
185 CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
186 CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
187 CPPFLAGS-charmap-dir): Variables removed. Instead, catch all
188 the program modules via cppflags-iterator.mk.
189 * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
190 Instead, catch all rpcgen-objs via cppflags-iterator.mk.
192 2002-08-31 Roland McGrath <roland@redhat.com>
194 * posix/tst-getconf.sh: If no third arg, work with static linking.
196 * locale/categories.def (LC_TIME): No more _nl_postload_time.
198 * locale/setlocale.c (_nl_category_postload): Use weak refs only under
199 [_NL_CURRENT_INDIRECT].
201 2002-08-31 Ulrich Drepper <drepper@redhat.com>
203 * time/tst-ftime_l.c (main): Also test strftime with uselocale.
205 2002-08-31 Roland McGrath <roland@redhat.com>
207 * locale/newlocale.c (__newlocale): Don't use strdup for names.
208 Instead, make the single allocation of the structure larger to hold
210 * locale/duplocale.c (__duplocale): Don't strdup names individually.
211 Instead, calculate size for a single allocation and copy into it.
212 * locale/freelocale.c (__freelocale): Don't free names individually.
214 * locale/newlocale.c (__newlocale): Don't leak old data or names.
216 * locale/xlocale.h (__locale_struct): Move __names member last,
217 for binary compatibility.
219 * locale/duplocale.c (__duplocale): Free names from the right array.
221 * locale/uselocale.c (__uselocale): Return previous locale when
224 * locale/newlocale.c: Commit changes from 2002-08-30
225 batch where I failed to commit this file:
226 (__newlocale): Fill in __names array.
228 2002-08-31 Ulrich Drepper <drepper@redhat.com>
230 * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
231 errlist-compat.c if versioning==yes.
233 2002-08-31 Andreas Jaeger <aj@suse.de>
235 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
236 external functions with hidden attribute.
237 (elf_machine_rela): Optimize.
239 * sysdeps/x86_64/memset.S: New file.
240 * sysdeps/x86_64/bzero.S: New file.
241 * sysdeps/x86_64/stpcpy.S: New file.
242 * sysdeps/x86_64/strcat.S: New file.
243 * sysdeps/x86_64/strchr.S: New file.
244 * sysdeps/x86_64/strcpy.S: New file.
245 * sysdeps/x86_64/strcspn.S: New file.
246 * sysdeps/x86_64/strlen.S: New file.
247 * sysdeps/x86_64/strpbrk.S: New file.
248 * sysdeps/x86_64/strspn.S: New file.
249 * sysdeps/x86_64/strcmp.S: New file.
250 * sysdeps/x86_64/strtok_r.S: New file.
251 * sysdeps/x86_64/strtok.S: New file.
252 * sysdeps/x86_64/memcpy.S: New file.
253 * sysdeps/x86_64/mempcpy.S: New file.
255 * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
257 * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
259 2002-08-31 Ulrich Drepper <drepper@redhat.com>
261 * stdio-common/Makefile (generated): Add errlist-compat.c.
263 * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
265 * locale/localeinfo.h: Pretty printing.
267 * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
268 form_number handling.
270 2002-08-31 Andreas Jaeger <aj@suse.de>
272 * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
275 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
278 * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
280 * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
282 * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
283 registers used for passing args.
285 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
286 all needed registers.
288 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
291 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
294 2002-08-30 Ulrich Drepper <drepper@redhat.com>
296 * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
297 always_inline attribute.
299 2002-08-30 Roland McGrath <roland@redhat.com>
301 * stdlib/tst-setcontext.c (main): If makecontext does nothing,
302 presume it's the stub and bail without error.
304 * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
305 neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
307 * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
309 * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
310 macros replace the i686 versions for 64-bit mode.
312 * locale/duplocale.c: Include <string.h>.
314 * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
315 [_LIBC] (category_to_name): Don't define the function. Instead
316 define a macro using _nl_category_names.
318 * locale/xlocale.h (struct __locale_struct): New member `__names'.
319 * locale/xlocale.c (_nl_C_locobj): Update initializer.
320 * locale/global-locale.c (_nl_global_locale): Likewise.
321 * locale/duplocale.c (__duplocale): strdup __names elements.
322 * locale/freelocale.c (__freelocale): Free __names elements.
323 * locale/localename.c (_nl_current_names): Variable removed.
324 (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
325 * locale/localeinfo.h (_nl_current_names): Removed decl.
326 * locale/setlocale.c: Use _nl_global_locale->__names in place of
327 _nl_current_names throughout.
329 * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
331 * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
332 and sys_nerr in the output file.
334 * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
335 * scripts/cpp: Just use the environment variable.
337 * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
338 * libio/tst-mmap-offend.c (do_test): Likewise.
339 * libio/tst-mmap-fflushsync.c (do_test): Likewise.
340 * libio/tst-mmap-eofsync.c (do_test): Likewise.
341 * libio/tst-mmap2-eofsync.c (do_test): Likewise.
343 * locale/localename.c: If the current locale is the global locale, use
344 _nl_current_names; otherwise use the locale object.
346 2002-08-29 Ulrich Drepper <drepper@redhat.com>
348 * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
349 'm' to enable mmap I/O.
350 * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2. The
351 former wasn't used (anymore?).
352 (_IO_FLAGS2_MMAP): New define.
353 * libio/genops.c (_IO_no_init): Initialize _flags2 field.
354 * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
355 _IO_FLAGS2_MMAP bit is set.
356 * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
357 Enable mmap-using mode only if 'm' was set.
359 2002-08-29 Roland McGrath <roland@frob.com>
361 * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
363 * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
364 Change argument type from int to intptr_t.
366 * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
367 initializer on [! _HURD_THREADVAR_H] (bad kludge).
368 * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
369 _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
370 * hurd/hurdsig.c (_hurdsig_init): Likewise. Zero other slots.
372 * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
374 * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
376 * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
378 * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
379 * assert/assert-perr.c: Add libc_hidden_def.
380 * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
382 * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
384 * sysdeps/gnu/Versions: File removed. Moved all #errlist-compat
385 sys_errlist stuff to ...
386 * sysdeps/unix/sysv/linux/Versions: ... here.
388 * mach/mach.h: Include <features.h>.
390 2002-08-29 Roland McGrath <roland@redhat.com>
392 * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
393 * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
394 define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
396 * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
398 * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
399 (norm_add_slashes): alloca -> __alloca
401 2002-08-29 Jakub Jelinek <jakub@redhat.com>
403 * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
404 string_malloced, it is unlikely to be set.
405 Only call free with non-NULL workspace.
406 * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
407 -mcpu=ultrasparc, not only tune for it.
408 (ASFLAGS*): Set unconditionally.
410 * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
411 ElfW(Addr). Don't mask upper 32-bits and lower 12 bits off from
412 p_vaddr/p_offset when computing LOADADDR.
414 2002-08-29 Ulrich Drepper <drepper@redhat.com>
416 * version.h (VERSION): Bump to 2.2.92.
418 * time/Makefile (tst-ftime_l-ENV): New variable.
420 * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
422 * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
423 <U017A>, <U017D> and <U0179>. Add missing mappings.
424 Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
426 * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
427 Define ARCINDEX. Bump MAXARCS to 1 << 20.
428 (struct tostruct): Use ACRINDEX as type for link field.
429 (statuc gmonparam): Likewise for froms.
430 * gmon/gmon.c (__monstartup): Use currect cast for assignments to
432 (write_call_graph): Use correct type for from_index and to_index.
433 * gmon/mcount.c: Use correct types for frompcindex and toindex
435 Patches by Dan Kegel <dank@kegel.com>.
437 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
440 * time/strptime.c (ISSPACE): New #define. Use isspace or
441 __isspace_l. Replace calls to isspace.
442 (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
444 2002-08-29 Roland McGrath <roland@redhat.com>
446 * string/tst-strxfrm.c: Remove __ from function names.
448 2002-08-28 Ulrich Drepper <drepper@redhat.com>
450 * include/wchar.h: Declare __mbsrtowcs_l.
451 * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
452 * wcsmbs/mbsrtowcs.c: Add support for compilation with
453 USE_IN_EXTENDED_LOCALE_MODEL.
454 * wcsmbs/mbsrtowcs_l: New file.
455 * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc. Don't
456 define as static. Change all uses.
457 (__wcsmbs_getfct): Renamed from getfct. Don't define as static.
459 * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
460 * time/strftime.c: When translating for the extended locale model
461 use the _l functions.
462 * time/Makefile (tests): Add tst-ftime_l.
463 * time/tst-ftime_l.c: New file.
465 2002-08-28 Roland McGrath <roland@redhat.com>
467 * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
468 * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
469 from _nl_find_locale ok if for _nl_C_name.
471 * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
472 iterator to refer to each category's _nl_current_LC_FOO symbol, so
473 we know they are all linked in.
475 * NEWS: Added 2.2.6 text from 2.2 branch version.
477 * time/strptime.c (strptime_internal): Remove spurious const.
479 * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
480 _nl_select_era_entry): Moved to ...
481 * time/era.c: ... here, new file.
482 (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
483 Add internal_function to definitions. Take an additional argument
484 giving the `struct locale_data *' to use.
485 * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
486 _nl_parse_alt_digit): Moved to ...
487 * time/alt_digit.c: ... here, new file.
488 * time/lc-time-cleanup.c: New file.
489 * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
490 * locale/localeinfo.h (_nl_postload_time): Remove decl.
491 (_nl_cleanup_time): Declare it.
492 (_nl_get_era_entry, _nl_select_era_entry): Update decls.
493 (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
494 * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
495 * time/strftime.c: Pass locale data to helper functions.
496 * time/strptime.c: Likewise.
498 * locale/localeinfo.h (struct locale_data): New member `private'
499 * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
500 (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
501 * locale/C-collate.c: Update initializer.
502 * locale/C-identification.c: Likewise.
503 * locale/C-measurement.c: Likewise.
504 * locale/C-telephone.c: Likewise.
505 * locale/C-address.c: Likewise.
506 * locale/C-name.c: Likewise.
507 * locale/C-paper.c: Likewise.
508 * locale/C-time.c: Likewise.
509 * locale/C-numeric.c: Likewise.
510 * locale/C-monetary.c: Likewise.
511 * locale/C-messages.c : Likewise.
512 * locale/C-ctype.c: Likewise.
514 * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
517 2002-08-28 Jakub Jelinek <jakub@redhat.com>
519 * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
520 (_rtld_global): Use it.
522 * sysdeps/gnu/Dist: Remove errlist-compat.c.
523 * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
524 object directory. Pass all Versions files to the awk script.
525 * sysdeps/gnu/errlist-compat.c: Removed.
526 * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
527 first Versions file in the search path which has them.
528 Allow multiple errlist symbol versions to have the same count of
530 * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
531 of "errlist-compat.c".
532 * sysdeps/gnu/errlist.c: Regenerated.
533 * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
534 comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
535 * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
536 (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
537 * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
538 * sysdeps/unix/sysv/linux/sparc/Versions: New file.
539 * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
540 * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
541 ECANCELLED if not defined by kernel headers.
542 * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
543 already defined by kernel headers.
544 * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
545 * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
546 aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
548 * Versions.def (GLIBC_2.3) [librt]: Add.
550 * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
552 2002-08-28 Ulrich Drepper <drepper@redhat.com>
554 * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
555 missing comma to .type directive.
557 2002-08-28 Jakub Jelinek <jakub@redhat.com>
559 * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
561 * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
563 (PI_STATIC_AND_HIDDEN): Define if check succeeded.
565 2002-08-28 Jakub Jelinek <jakub@redhat.com>
567 * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
568 check to close_and_out close. Replace return NULL statements where
569 fd might be >= 0 with goto close_and_out. Close the file descriptor
570 when it is no longer needed.
572 2002-08-28 Ulrich Drepper <drepper@redhat.com>
574 * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
576 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
577 * sysdeps/arm/dl-machine.h: Likewise.
578 * sysdeps/cris/dl-machine.h: Likewise.
579 * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
580 * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
582 2002-08-28 Roland McGrath <roland@redhat.com>
584 * Makeconfig (default_cflags): Revert unintended change.
586 2002-08-28 Ulrich Drepper <drepper@redhat.com>
588 * version.h (VERSION): Bump to 2.2.91.
590 * configure.in: Disable TLS support by default for now.
592 * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
594 * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
597 * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
599 * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
600 fprintf/fwprintf calls.
602 2002-08-28 Roland McGrath <roland@redhat.com>
604 * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
605 to use $(filter ...) instead. Same bug fixed in aix conditionals.
607 * locale/setlocale.c: Declare postload functions weak.
609 * elf/tst-tls1-static.c: New file.
610 * elf/tst-tls2-static.c: New file.
611 * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
613 Make uselocale support static linking.
614 * locale/xlocale.c: Revert changes putting _nl_global_locale here.
615 This file again just defines _nl_C_locobj.
616 (_nl_C_locobj): Use a categories.def iterator in the initializer.
617 * locale/global-locale.c: New file. Define _nl_global_locale here,
618 using all weak references in the initializer.
619 * locale/Makefile (aux): Add global-locale.
620 * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
621 these unconditional, along with the tsd decl.
622 [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
623 Define it under these conditions.
624 [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
625 Don't declare _nl_current. Declare _nl_current_LC_FOO as
626 `extern __thread struct locale_data *const *'.
627 [NL_CURRENT_INDIRECT]
628 (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
629 [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten. Define
630 the thread variable _nl_current_LC_FOO and also a special absolute
631 symbol _nl_current_LC_FOO_used.
632 * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
633 Set each _nl_current_LC_FOO symbol to point into the new locale,
634 using weak references to test if _nl_current_LC_FOO_used was linked in.
635 * locale/setlocale.c [! SHARED]: Replace this conditional ...
636 [NL_CURRENT_INDIRECT]: ... with this one.
637 (_nl_current, _nl_C): Variables removed.
638 [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
639 weak references to _nl_current_LC_FOO_used.
640 [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
641 (free_category): New function, broken out of ...
642 (free_mem): ... here. Call that.
643 (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
646 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
647 PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
648 it is already absolute.
650 * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
651 [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
652 [$(build-static) = yes] (tests-static): New variable.
653 ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
655 2002-08-26 Christoph Hellwig <hch@lst.de>
657 * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
658 formating braindamage, add missing PER_HPUX and PER_OSF1 values.
660 2002-08-28 Ulrich Drepper <drepper@redhat.com>
662 * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
664 * sysdeps/s390/Dist: Add bits/link.h.
666 * sysdeps/sh/Dist: New file.
668 * sysdeps/ia64/Dist: Add ia64libgcc.S.
670 * sysdeps/wordsize-32/Dist: New file.
672 * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
673 * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
674 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
676 * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
679 * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
682 * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
684 * sysdeps/unix/bsd/sun/Dist: New file.
686 * sysdeps/unix/bsd/osf/Dist: New file.
688 * sysdeps/unix/bsd/hp/Dist: New file.
690 * sysdeps/unix/arm/Dist: New file.
692 * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
694 * sysdeps/mach/hurd/Dist: Add set-init.c.
696 * sysdeps/i386/Dist: Add bits/link.h.
698 * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
700 * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
702 * locale/Makefile (distribute): Add hashval.h.
704 * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
706 * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
708 * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
709 __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
710 __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
711 * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
713 * libio/stdio.h: Likewise.
714 * locale/locale.h: Likewise.
715 * math/math.h: Likewise.
716 * math/bits/mathcalls.h: Likewise.
717 * setjmp/setjmp.h: Likewise.
718 * signal/signal.h: Likewise.
719 * stdlib/stdlib.h: Likewise.
720 * string/string.h: Likewise.
721 * time/time.h: Likewise.
722 * wcsmbs/wchar.h: Likewise.
723 * wctype/wctype.h: Likewise.
725 2002-08-28 Roland McGrath <roland@redhat.com>
727 * locale/tst-C-locale.c (run_test): Remove __ from function names.
729 2002-08-28 Jakub Jelinek <jakub@redhat.com>
730 Roland McGrath <roland@redhat.com>
732 * locale/hashval.h (compute_hashval): Use prototype defn.
733 (hashval_t): New macro, defined to unsigned long int
734 if not already defined.
735 (compute_hashval): Return hashval_t instead of unsigned long int.
736 * locale/loadarchive.c (hashval_t): New macro.
737 * locale/programs/locarchive.c: Include hashval.h directly instead
739 (compute_hashval, hashval_t): Define these macros first.
740 (insert_name): Use archive_hashval instead of compute_hashval.
741 (add_locale, delete_locales_from_archive): Likewise.
743 2002-08-28 Jakub Jelinek <jakub@redhat.com>
745 * locale/programs/locarchive.c (insert_name): Suppress warnings about
746 hash collisions if be_quiet.
748 2002-08-27 Roland McGrath <roland@redhat.com>
750 * locale/locale.h (__newlocale, __duplocale, __freelocale,
751 __uselocale): Don't declare these any more.
752 * include/locale.h (__uselocale): Declare here instead, using __typeof.
754 * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
755 and treat it as an EOF return.
756 * sysdeps/unix/readdir_r.c: Likewise.
758 * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
759 From Alexandre Oliva <aoliva@redhat.com>.
760 * sysdeps/gnu/errlist-compat.c: Regenerated.
762 2002-08-27 Brian Youmans <3diff@gnu.org>
764 * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
765 wording at request of copyright holder Stephen Moshier.
766 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
767 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
768 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
769 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
770 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
771 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
772 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
773 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
774 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
775 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
776 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
777 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
778 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
779 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
781 2002-08-28 Jakub Jelinek <jakub@redhat.com>
783 * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
784 * ctype/ctype-extn.c (isblank_l): Add weak alias.
785 * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
786 * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
787 * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
788 * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
789 * wctype/iswctype_l.c (iswctype_l): Likewise.
791 2002-08-27 Roland McGrath <roland@redhat.com>
793 * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
795 * ctype/ctype.h (__exctype_l): Don't declare __ name.
796 * stdlib/stdlib.h: Don't declare __*_l names.
797 * include/stdlib.h: Declare them here instead.
798 * include/string.h: Don't declare __*_l names.
799 * string/string.h: Declare them here instead.
800 * time/time.h: Don't declare __*_l names.
801 * include/time.h: Declare them here instead.
802 * wcsmbs/wchar.h: Don't declare __*_l names.
803 * include/wchar.h: Declare them here instead.
804 * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
805 Don't declare __*_l names.
806 * include/wctype.h: Declare them here instead.
807 * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
808 * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
809 * locale/langinfo.h: Don't declare __nl_langinfo_l.
810 * include/langinfo.h: Declare it here with __typeof.
812 * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
813 instead, taking an extra __locale_t argument.
814 * time/Makefile (routines): Add strptime_l.
815 * time/time.h (__strptime_l, strptime_l): Declare them.
816 * time/strptime_l.c: New file.
818 * time/time.h (__strftime_l, strftime_l): Declare them.
819 * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
820 * time/strftime_l.c: New file.
821 * time/wcsftime_l.c: New file.
822 * time/Makefile (routines): Add strftime_l, wcsftime_l.
823 * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
824 strftime_l, wcsftime_l.
825 * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
826 or __wcsftime_l instead, taking an extra __locale_t argument.
828 * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
829 (libc: GLIBC_2.3): ... here.
831 2002-08-27 Ulrich Drepper <drepper@redhat.com>
833 * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
835 * Makefile (distribute): Add LICENSES.
837 * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
840 * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
842 * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
844 * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
846 * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
848 * sysdeps/mach/hurd/alpha/Dist: New file.
850 * sysdeps/arm/Dist: Add bits/link.h.
852 * sunrpc/Makefile: Distribute thrsvc.
854 * stdio-common/Makefile: Remove more left-overs from old stdio.
856 * include/linewrap.h: Removed.
858 * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
860 * intl/Makefile (distribute): Add plural-eval.c.
862 2002-08-27 Roland McGrath <roland@redhat.com>
864 * manual/sysinfo.texi (Mount Information): Correct file name to macro
865 assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
866 Say mtab is in either /var/run or /etc.
868 2002-08-26 Roland McGrath <roland@redhat.com>
870 * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
871 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
873 * sysdeps/gnu/Versions: New file.
874 * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
875 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
876 * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
877 ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
878 * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
879 and _sys_nerr_internal instead of anything else. Make it include
880 "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
881 Make it emit some asm magic if [EMIT_ERR_MAX].
882 * sysdeps/gnu/errlist.c: Regenerated.
883 * sysdeps/gnu/errlist-compat.awk: New file.
884 * sysdeps/gnu/errlist-compat.c: New file (generated).
885 * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
886 (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
887 (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
888 (SYS_ERRLIST, SYS_NERR): Macros removed.
889 (sys_nerr, _sys_nerr): Remove these weak aliases.
890 * sysdeps/unix/sysv/linux/errlist.c: File removed.
891 * sysdeps/unix/sysv/linux/errlist.h: File removed.
892 * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
894 * include/libc-symbols.h (declare_symbol): New macro.
895 * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
896 * configure.in: New check to define it.
897 * configure: Regenerated.
899 2002-08-27 Ulrich Drepper <drepper@redhat.com>
901 * stdio-common/Makefile (headers): Remove bits/stdio_lim.h. This
902 file isn't distributed. Add special rules to install bits/stdio_lim.h.
904 * Make-dist: Remove traces of old stdio.
905 * Makeconfig: Likewise.
907 * locale/Makefile (localedef-aux): New variable. Only md5
908 assigned to it. These files are not ddistributed in this directory.
910 * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
911 * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
912 * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
914 * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
916 * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
917 set h_errno to NO_RECOVERY [PR libc/4360].
919 2002-08-26 Ulrich Drepper <drepper@redhat.com>
921 * libio/Makefile (tests): Add bug-fopena+.
922 * libio/bug-fopena+.c: New file.
923 * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
924 file for _IO_IS_APPENDING if file isn't opened for reading, too.
926 * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
928 * locale/xlocale.c: Fix the last change. The variable still has
930 * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
931 (__libc_tsd_set): Add _data prefix to variable name.
933 2002-08-26 Roland McGrath <roland@redhat.com>
935 * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
936 macro with inline function.
937 (sigset_get_old_mask): Likewise.
938 * sysdeps/posix/sigblock.c (__sigblock): Update callers.
939 * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
940 * sysdeps/posix/sigpause.c (__sigpause): Likewise.
941 * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
942 * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
943 (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
945 * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
946 * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
948 2002-07-06 Bruno Haible <bruno@clisp.org>
950 * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
951 sigset_get_old_mask): Make it work with larger sigset_t.
952 * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
953 * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
954 * sysdeps/posix/sigpause.c (__sigpause): Likewise.
956 2002-08-26 Roland McGrath <roland@redhat.com>
958 * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
959 * manual/filesys.texi (File Times): Document lutimes and futimes.
960 * misc/Makefile (routines): Add them.
961 * misc/Versions (libc: GLIBC_2.3): Likewise.
962 * sysdeps/generic/lutimes.c: New file.
963 * sysdeps/generic/futimes.c: New file.
964 * sysdeps/mach/hurd/lutimes.c: New file.
965 * sysdeps/mach/hurd/futimes.c: New file.
967 * manual/filesys.texi (File Times): Add explicit note about null
968 pointer argument to utimes.
970 2002-08-26 Roland McGrath <roland@frob.com>
972 * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
973 (__ifreq): Add a cast. Remove an unused variable.
975 * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
976 _HURD_THREADVAR_LOCALE.
978 2002-08-26 Jakub Jelinek <jakub@redhat.com>
980 * posix/regexec.c (re_search_stub): Return correct match length
982 * posix/bug-regex10.c: New test.
983 * posix/Makefile (tests): Add bug-regex10.
985 2002-08-26 Brian Youmans <3diff@gnu.org>
987 * COPYING.LIB: Replaced with fresh copy from
988 ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
989 suggested copying permission notice now says version 2.1 instead
992 * crypt/crypt.c: Changed copying permission notice to Lesser GPL
994 * crypt/crypt_util.c: Likewise.
995 * crypt/ufc.c: Likewise.
996 * elf/dl-conflict.c: Likewise.
997 * elf/dl-iteratephdr.c: Likewise.
998 * iconv/iconvconfig.h: Likewise.
999 * malloc/arena.c: Likewise.
1000 * malloc/hooks.c: Likewise.
1001 * malloc/malloc.c: Likewise.
1002 * posix/glob/Makefile.ami: Likewise.
1003 * posix/glob/Makefile.in: Likewise.
1004 * stdlib/gmp-impl.h: Likewise.
1005 * stdlib/gmp.h: Likewise.
1006 * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1007 * sysdeps/generic/strnlen.c: Likewise.
1008 * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1009 * sysdeps/mach/hurd/recvmsg.c: Likewise.
1010 * sysdeps/mach/hurd/sendmsg.c: Likewise.
1011 * sysdeps/mach/hurd/spawni.c: Likewise.
1012 * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1013 * sysdeps/mach/powerpc/sysdep.h: Likewise.
1014 * sysdeps/mach/powerpc/thread_state.h: Likewise.
1015 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1016 * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1017 * sysdeps/x86_64/gmp-mparam.h: Likewise.
1019 * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1020 Lesser GPL copying permission notice from 2 to 2.1.
1021 * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1022 * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1023 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1024 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1025 * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1026 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1027 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1028 * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1029 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1030 * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1031 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1032 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1033 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1034 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1035 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1036 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1037 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1038 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1039 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1040 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1041 * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1042 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1043 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1044 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1045 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1046 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1047 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1048 * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1049 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1050 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1051 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1052 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1053 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1054 * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1055 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1056 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1057 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1058 * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1059 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1060 * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1061 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1062 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1063 * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1064 * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1065 * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1066 * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1067 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1068 * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1069 * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1070 * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1071 * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1072 * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1073 * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1074 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1075 * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1077 * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1078 Moshier and Lesser GPL copying permission notice, per license from
1080 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1081 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1082 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1083 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1084 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1085 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1086 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1087 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1088 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1089 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1090 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1091 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1092 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1093 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1095 * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1096 notice, per license from copyright holder Stephen Moshier.
1097 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1098 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1099 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1100 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1101 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1102 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1103 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1104 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1105 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1107 2002-08-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1109 * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1110 (shared-only-routines): Likewise.
1112 2002-08-26 Roland McGrath <roland@redhat.com>
1114 * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1115 name of "", store a null pointer instead.
1117 * configure.in (elf): Set to yes for freebsd*, netbsd*.
1118 * configure: Regenerated.
1120 * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1121 Initialize this instead of __libc_tsd_LOCALE_data.
1123 * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1124 ptsname_r to EINVAL.
1126 * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1128 * rt/Makefile: Revert last change, it was inappropriate to presume aio
1129 implementations depend on pthreads.
1130 * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1131 * rt/tst-aio64.c (do_test): Likewise.
1132 * rt/tst-aio2.c (do_test): Likewise.
1133 * rt/tst-aio3.c (do_test): Likewise.
1134 * rt/tst-aio4.c (do_test): Likewise.
1135 * rt/tst-aio5.c (do_test): Likewise.
1136 * rt/tst-aio6.c (do_test): Likewise.
1137 * rt/tst-aio7.c (do_test): Likewise.
1139 * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1140 void so as to avoid compiler warnings.
1142 * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1143 _IO_wide_data_FD, which is never used here.
1146 [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1147 * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1148 * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1150 * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1151 * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1153 * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1154 (closelog): Likewise.
1156 2002-07-06 Bruno Haible <bruno@clisp.org>
1158 * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1160 * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1161 * sysdeps/unix/alpha/pipe.S: ... here.
1162 * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1164 * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1166 * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1167 * sysdeps/unix/i386/fork.S: Likewise.
1168 * sysdeps/unix/i386/pipe.S: Likewise.
1169 * sysdeps/unix/i386/wait.S: Likewise.
1171 * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1172 * sysdeps/unix/arm/fork.S: Likewise.
1174 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1176 (DO_CALL): Swap argument order.
1177 * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1179 (DO_CALL): Swap argument order.
1180 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1182 (DO_CALL): Swap argument order.
1183 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1185 (DO_CALL): Swap argument order.
1186 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1188 (DO_CALL): Swap argument order.
1189 * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1191 (DO_CALL): Swap argument order.
1192 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1194 (DO_CALL): Swap argument order.
1196 * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1197 (L): Define right for ELF.
1198 * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1199 Now defined in sysdeps/i386/sysdep.h.
1201 * sysdeps/posix/readv.c: Ansify function definition.
1202 * sysdeps/posix/writev.c: Likewise.
1204 * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1205 have the same size. Avoid direct cast from size_t to off_t.
1207 * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1208 nul byte in entry[n].ut_user.
1209 (simulate_logout): Likewise.
1211 * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1212 _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1213 existence of corresponding members of 'struct utmp'.
1214 * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1217 * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1218 allocate a buffer of at least BUFSIZ bytes, not just of
1219 sizeof (struct dirent).
1221 * sysdeps/generic/glob.c: Include <limits.h>.
1222 (NAME_MAX): Define a fallback.
1223 (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1225 * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1226 (main): Allocate enough room for a 'struct dirent64' on the stack.
1227 * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1230 * sysdeps/unix/sysv/linux/init-first.c: Don't include
1233 * inet/htontest.c: Include <sys/types.h>.
1235 * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1237 * include/sys/sysctl.h: Comment fix.
1239 * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1241 * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1243 * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1245 * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1246 (__getpeername): New alias.
1247 (__getsockname): New alias.
1248 (__socket): New alias.
1250 * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1252 * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1253 (__fcntl_internal): New alias.
1254 (__profil): New alias.
1256 2002-08-26 Ulrich Drepper <drepper@redhat.com>
1258 * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1259 entry was for getaddr* lookup or not. Add only matching cache
1260 entry. Change all callers [PR libc/4317].
1262 * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1263 finding the read position [PR libc/4265].
1264 * libio/Makefile (tests): Add bug-rewind2.
1265 * libio/bug-rewind2.c: New file.
1267 * libio/bug-rewind.c: Fix creation of temp file.
1269 2002-08-25 Ulrich Drepper <drepper@redhat.com>
1271 * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1272 neither SUCCESS nor TRYAGAIN [PR libc/4259].
1273 * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1274 to ENOENT if no entry is found.
1275 * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1277 * nis/nss_compat/compat-initgroups.c: Likewise.
1278 * nis/nss_compat/compat-pwd.c: Likewise.
1279 * nis/nss_compat/compat-spwd.c: Likewise.
1280 * nis/nss_nis/nis-alias.c: Likewise.
1281 * nis/nss_nis/nis-ethers.c: Likewise.
1282 * nis/nss_nis/nis-grp.c: Likewise.
1283 * nis/nss_nis/nis-hosts.c: Likewise.
1284 * nis/nss_nis/nis-initgroups.c: Likewise.
1285 * nis/nss_nis/nis-netgrp.c: Likewise.
1286 * nis/nss_nis/nis-network.c: Likewise.
1287 * nis/nss_nis/nis-proto.c: Likewise.
1288 * nis/nss_nis/nis-publickey.c: Likewise.
1289 * nis/nss_nis/nis-pwd.c: Likewise.
1290 * nis/nss_nis/nis-rpc.c: Likewise.
1291 * nis/nss_nis/nis-service.c: Likewise.
1292 * nis/nss_nis/nis-spwd.c: Likewise.
1293 * resolv/nss_dns/dns-host.c: Likewise.
1294 * resolv/nss_dns/dns-network.c: Likewise.
1295 * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1296 * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1297 * nis/nss_nisplus/nisplus-grp.c: Likewise.
1298 * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1299 * nis/nss_nisplus/nisplus-network.c: Likewise.
1300 * nis/nss_nisplus/nisplus-proto.c: Likewise.
1301 * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1302 * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1303 * nis/nss_nisplus/nisplus-service.c: Likewise.
1304 * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1305 * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1306 * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1307 * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1308 * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1310 * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1311 declaring __restore and __restore_rt as hidden (if possible).
1313 2002-08-25 Roland McGrath <roland@redhat.com>
1315 * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1317 * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1318 (getutent_r_file, internal_getut_r): Updated all callers.
1319 (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1321 2002-08-25 Ulrich Drepper <drepper@redhat.com>
1323 * locale/programs/locale.c: Don't print aliases for non-existing
1324 locales for 'locale -a'.
1325 Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1327 2002-07-19 H.J. Lu <hjl@gnu.org>
1329 * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1331 2002-07-16 H.J. Lu <hjl@gnu.org>
1333 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1335 * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1337 2002-08-25 Ulrich Drepper <drepper@redhat.com>
1339 * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1340 not moved ahead of the fputs call.
1341 * elf/tst-tlsmod2.c (in_dso): Likewise.
1342 * elf/tst-tlsmod3.c (in_dso2): Likewise.
1343 * elf/tst-tlsmod4.c (in_dso): Likewise.
1345 2002-08-25 Andreas Schwab <schwab@suse.de>
1347 * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1349 2002-08-25 Roland McGrath <roland@redhat.com>
1351 * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1352 resetting handler, to avoid the possibility of a spurious SIGALRM
1353 delivered to the user's handler.
1354 Reported by Amit D. Chaudhary <amitc@brocade.com>,
1356 * misc/Makefile (CFLAGS-init-misc.c): Variable removed. It served to
1357 set -fkeep-inline-functions, which is not needed for the current file.
1359 * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1360 (_dl_setup_hash): Add attribute_hidden.
1361 (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1362 (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1363 (_dl_new_object, _dl_map_object_deps): Likewise.
1364 (_dl_map_object_deps_internal): Remove decl.
1365 * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1367 * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1368 && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1369 && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1370 (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1371 instead relying on the compiler to produce only GOTOFF variable refs.
1373 2002-08-25 Ulrich Drepper <drepper@redhat.com>
1375 * elf/dl-load.c: Fix typo in comment. Add a few more __builtin_expect.
1377 * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1378 inline to avoid defining it in every file which includes this header.
1380 * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1381 defining DONT_USE_BOOTSTRAP_MAP.
1383 * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1384 * libio/tst-mmap-setvbuf.c (main): Likewise.
1385 * libio/tst-widetext.c (main): Likewise.
1387 * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1389 * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1390 * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1392 * sysdeps/i386/elf/configure.in: Unconditionally define
1393 PI_STATIC_AND_HIDDEN.
1394 * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1395 PI_STATIC_AND_HIDDEN is defined as well.
1396 * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1398 2002-08-24 Ulrich Drepper <drepper@redhat.com>
1400 * sysdeps/ia64/bzero.S: Define __bzero as well.
1402 * locale/programs/charmap.c (charmap_new_char): Don't use
1403 ULONG_MAX as maximum UCS4 value.
1405 * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1407 * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1409 * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1410 * malloc/malloc.c (mALLINFo): Likewise.
1412 * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1414 * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1415 examining result of _IO_do_flush call.
1417 * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1418 Use prec not spec when sizing buffers.
1420 * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1421 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1422 * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1423 * stdio-common/vfscanf.c (inchar): Likewise.
1424 * misc/efgcvt_r.c (fcvt_r): Likewise.
1425 * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1426 * elf/readlib.c (process_file): Likewise.
1427 * elf/sprof.c (load_profdata): Likewise.
1428 * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1429 * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1430 * locale/programs/charmap.c (charmap_read): Likewise.
1431 * libio/fileops.c: Likewise.
1432 * libio/fmemopen.c: Likewise.
1433 * stdlib/strtod.c: Likewise.
1434 * elf/dl-load.c: Likewise.
1435 * iconv/iconvconfig.c: Likewise.
1436 * iconv/iconv_prog.c (process_block): Likewise.
1437 * elf/rtld.c (dl_main): Likewise.
1439 * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1440 macro to calm down the compiler.
1442 * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1444 * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1446 * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1447 placement of errno definition.
1448 * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1449 * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1450 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1451 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1452 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1454 * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
1455 from 1024 to 65536, to avoid buffer overrun.
1457 2002-08-16 Paul Eggert <eggert@twinsun.com>
1459 * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
1460 from 1024 to 65536, to avoid buffer overrun.
1461 * resolv/res_query.c (MAXPACKET): Likewise.
1463 2002-08-24 Andreas Jaeger <aj@suse.de>
1465 * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
1467 2002-08-23 Ulrich Drepper <drepper@redhat.com>
1469 * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
1472 * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
1473 Patch by Simon Gee <simong@agile.tv>.
1475 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
1476 Prefer reading /proc/stat since it is more uniform across
1479 * manual/texinfo.tex: Update to latest official version.
1481 * sysvipc/sys/shm.h: Remove SHMLBA definition.
1482 * sysdeps/generic/bits/shm.h: Define SHMLBA here.
1483 * sysdeps/gnu/bits/shm.h: Likewise.
1484 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1485 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
1486 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
1487 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1488 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1489 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1490 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1491 * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
1492 since this is what the kernel says.
1494 * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
1495 since ssize_t is needed as well. Replace const with __const.
1497 2002-08-23 Roland McGrath <roland@redhat.com>
1499 * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
1500 __malloc_hook, __realloc_hook, __memalign_hook,
1501 __after_morecore_hook): Variable definitions moved to ...
1502 * malloc/malloc.c: ... here, so as to be before all references.
1504 * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
1505 global variable reference in an unused asm parameter, to ensure the
1506 compiler has set up the GOT register before we use it.
1508 * malloc/hooks.c: Move variable definitions ahead of uses.
1509 * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
1510 initializers that make reference to variables they define.
1512 2002-08-23 Andreas Jaeger <aj@suse.de>
1514 * locale/loadarchive.c: Include <stdlib.h> for prototypes of
1515 alloca, free, qsort.
1517 * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
1519 * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
1520 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1522 * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
1524 * sysdeps/generic/fgetxattr.c: New file.
1525 * sysdeps/generic/flistxattr.c: New file.
1526 * sysdeps/generic/fremovexattr.c: New file.
1527 * sysdeps/generic/fsetxattr.c: New file.
1528 * sysdeps/generic/getxattr.c: New file.
1529 * sysdeps/generic/listxattr.c: New file.
1530 * sysdeps/generic/lgetxattr.c: New file.
1531 * sysdeps/generic/llistxattr.c: New file.
1532 * sysdeps/generic/lremovexattr.c: New file.
1533 * sysdeps/generic/lsetxattr.c: New file.
1534 * sysdeps/generic/removexattr.c: New file.
1535 * sysdeps/generic/setxattr.c: New file.
1536 * misc/Makefile (headers): Add sys/xattr.h.
1537 (routines): Add *xattr calls.
1538 * misc/Versions: Add *xattr calls with version 2.3.
1539 * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
1540 * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1541 * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1542 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1543 * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1544 * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1545 * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1546 * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1548 2002-08-22 Steven Munroe <sjmunroe@us.ibm.com>
1550 * sysdeps/powerpc/elf/libc-start.c
1551 (__cache_line_size): Declare.
1552 (__aux_init_cache): New function.
1553 (__libc_start_main): Change type of `auxvec' parameter to
1554 `ElfW(auxv_t) *'. Correct walking of aux vector. Call
1556 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1557 (__cache_line_size): Declare.
1558 (__aux_init_cache): New function.
1559 (DL_PLATFORM_INIT): Define.
1560 * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
1561 value to select the correct stride for dcbz.
1563 2002-08-22 Andreas Jaeger <aj@suse.de>
1565 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
1568 2002-08-22 Roland McGrath <roland@redhat.com>
1570 * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
1571 position indicated by locrectab against file bounds before rounding to
1572 page size. In mapping loop, always set TO before breaking out of
1573 contiguous range coalescing loop.
1575 * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
1576 (or MAP_COPY if available) instead of MAP_SHARED.
1578 * scripts/firstversions.awk: When encountering a version newer than
1579 the specified earliest version, be sure to emit the specified earliest
1580 version first if any renaming of an older version to that has been.
1582 2002-08-21 Roland McGrath <roland@redhat.com>
1584 * configure.in: Make GCC version check require 3.[2-9]* and no others.
1585 * manual/install.texi (Tools for Compilation): Say 3.2 is required.
1586 (Configuring and compiling): Don't mention older GCC versions any more.
1587 * INSTALL: Regenerated.
1589 * manual/install.texi (Configuring and compiling, Installation,
1590 Running make install, Linux): Linux -> GNU/Linux where appropriate.
1592 * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
1593 be inlined. Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
1594 and with noinline otherwise. Remove hack alloca use to prevent
1595 inlining, we can ask for it explicitly nowadays.
1597 * dlfcn/bug-dlsym1.c: New file.
1598 * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
1599 * dlfcn/Makefile (distribute): Add them.
1600 (tests): Add bug-dlsym1 here.
1601 (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
1602 ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
1603 ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
1605 2002-08-21 Ulrich Drepper <drepper@redhat.com>
1607 * elf/rtld.c (start_time): New global variable. Moved from _dl_start.
1608 (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
1610 (_dl_start): Don't use local bootstrap_map variable if
1611 DONT_USE_BOOTSTRAP_MAP is defined. Use GL(dl_rtld_map). Don't
1612 pass bootstrap_map to _dl_start_final in this case either. Don't
1613 pass start_time to _dl_start_final ever.
1614 (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
1616 * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
1617 This cripples the scope lists necessary to search for symbols in
1618 dependencies which are not in the global scope.
1620 * include/setjmp.h (__libc_longjmp): Add declaration.
1622 2002-08-21 Andreas Jaeger <aj@suse.de>
1624 * sysdeps/x86_64/_mcount.S: Fix assembler.
1626 * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
1627 with biarch support.
1629 2002-08-21 Andreas Jaeger <aj@suse.de>
1631 * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
1633 * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
1635 * sysdeps/x86_64/machine-gmon.h: New file.
1636 * sysdeps/x86_64/_mcount.S: New file.
1638 2002-08-20 Ulrich Drepper <drepper@redhat.com>
1640 * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP. Set
1641 bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
1642 (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
1643 (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
1644 to TL_INIT_TP. Otherwise pass 1.
1645 * include/link.h (struct link_map): Add l_tls_tp_initialized.
1646 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
1648 2002-08-15 Jakub Jelinek <jakub@redhat.com>
1650 * locale/programs/localedef.c (add_to_readlist): Error about
1651 circular dependencies only if the locale in question hasn't
1653 * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
1654 CTYPE_LOCALE to load_locale.
1655 * locale/programs/locfile.c (locfile_read): Don't include
1656 unneeded but available locales in locale_mask.
1658 * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
1659 print any messages about enlarging archive.
1661 2002-08-20 Brian Youmans <3diff@gnu.org>
1663 * manual/contrib.texi: Removed licenses, added acknowledgements
1664 for contributions by Intel, IBM, Craig Metz.
1665 * LICENSES: New file, contains the text of all non-FSF licenses in the
1666 distribution that require putting the notice in the accompanying
1668 * README.template, README: Mention LICENSES.
1670 * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
1671 new one modelled on the modern BSD license, per recent letter
1672 of permission from CMU.
1673 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
1675 * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
1676 from IBM to FSF, per the recent Software Letter. Changed the
1677 distribution terms from GPL to LGPL.
1679 * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
1680 copying permission notice (Lesser GPL), per recent IBM Software Letter.
1681 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1682 * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1683 * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1684 * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1685 * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1686 * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1687 * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1688 * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1690 * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
1691 from IBM to FSF, per the recent Software Letter. Corrected the
1692 text of the copying permission notice to say Lesser GPL instead
1693 of GPL in warranty disclaimer paragraph.
1694 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1695 * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1696 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1697 * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1698 * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1699 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1700 * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1701 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1702 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1703 * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1704 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1705 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1706 * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1707 * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1708 * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1709 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1710 * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1711 * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1712 * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1713 * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1714 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1716 * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
1717 permission notice to say Lesser GPL instead of GPL in warranty
1718 disclaimer paragraph.
1719 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1720 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1721 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1722 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1723 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1724 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1725 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1726 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1727 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1728 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1729 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1730 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1731 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1732 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1733 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1734 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1735 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1736 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1737 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1738 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1739 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1740 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1741 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1743 2002-08-20 Roland McGrath <roland@redhat.com>
1745 Fix ABI compatibility with libc compiled with old tools on powerpc.
1746 Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1747 and Jack Howarth <howarth@bromo.med.uc.edu>.
1748 * sysdeps/powerpc/Makefile [$(have-protected) = yes]
1749 (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
1750 pass -DHAVE_DOT_HIDDEN for these files.
1751 * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
1753 * sysdeps/powerpc/divdi3.c: New file.
1754 * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
1755 * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
1757 2002-08-20 Jakub Jelinek <jakub@redhat.com>
1759 * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
1760 partially overlapping mappings. Remove unneeded (char *) casts.
1761 Never allow duplication of ranges in mapped areas.
1763 2002-08-20 Roland McGrath <roland@redhat.com>
1765 * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
1766 can be detected by make. Reported by H.J. Lu <hjl@gnu.org>.
1768 2002-08-20 Ulrich Drepper <drepper@redhat.com>
1770 * include/unistd.h: Don't hide _exit.
1772 * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
1773 (dl_main): Pass extra argument 0 to TLS_INIT_TP.
1774 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
1775 argument 1 to TLS_INIT_TP.
1776 * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
1778 * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
1780 * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
1781 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
1782 memory allocation to...
1783 (allocate_dtv): ...here. New function.
1784 (_dl_allocate_tls): Change to take parameter. If parameter is non-NULL
1785 call allocate_dtv instead of _dl_allocate_tls_storage.
1786 (_dl_deallocate_tls): New parameter. Deallocate TCB only if true.
1787 (_dl_get_tls_static_info): New function.
1788 * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
1789 and _dl_deallocate_tls. Add prototype for _dl_get_tls_static_info.
1791 2002-08-19 Ulrich Drepper <drepper@redhat.com>
1793 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
1794 immediately if result == NULL.
1796 2002-08-16 Jakub Jelinek <jakub@redhat.com>
1798 * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
1800 2002-08-18 Roland McGrath <roland@frob.com>
1802 * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
1803 instead of __file_name_split.
1804 * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
1806 * sysdeps/mach/hurd/dl-sysdep.c
1807 [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
1808 [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
1810 2002-08-16 Jakub Jelinek <jakub@redhat.com>
1812 * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
1813 in change before last: MAX -> MIN.
1815 2002-08-15 Roland McGrath <roland@redhat.com>
1817 * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
1818 if seek would go past it.
1819 (mmap_remap_check): If file position is at or past EOF after check,
1820 leave read pointers at EOF and don't seek.
1822 * libio/tst-mmap-offend.c: New file.
1823 * libio/Makefile (tests): Add it.
1825 * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
1826 the name as passed, rather than the name in the archive dictionary.
1828 2002-08-15 Ulrich Drepper <drepper@redhat.com>
1830 * csu/Makefile: Define elide-routines.os not static-only-routines.
1832 * include/sched.h (__clone): Add varargs at the end.
1834 * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
1836 (TLS_INIT_HELPER): If defined, use it.
1837 * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
1839 2002-08-15 Roland McGrath <roland@redhat.com>
1841 * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
1842 on L->l_prev; it can happen under rtld --verify too.
1844 * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
1845 header separately, just map an initial window of 2MB from the file
1846 and remap if that is not large enough to cover the whole header.
1848 2002-08-15 Andreas Jaeger <aj@suse.de>
1850 * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
1852 * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1853 * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1854 * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1855 * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1856 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1857 * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1858 * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1859 * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
1860 * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
1861 Patch by Andreas Gruenbacher <agruen@suse.de>.
1863 * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
1865 2002-08-14 Roland McGrath <roland@redhat.com>
1867 * locale/locarchive.h (struct locale_category_data): Give this name to
1868 the type of locale_data_t's elements.
1869 * locale/programs/locarchive.c (cmpcategorysize): New static function.
1870 (add_locale): Use that to sort the categories by size and put all
1871 those that fit into two pages into the LC_ALL block, instead of
1872 hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
1873 (show_archive_content): Detect categories inside LC_ALL block
1874 directly, instead of hard-coding.
1875 (oldlocrecentcmp): Compare just on file locations used.
1877 2002-08-14 Jakub Jelinek <jakub@redhat.com>
1879 * locale/programs/locarchive.c (struct oldlocrecent): New type.
1880 (oldlocrecentcmp): New function.
1881 (enlarge_archive): Re-add locales in the order they were added
1883 (add_locale): Put all the small locale files together, if the small
1884 locale file block would occupy less pages if page size aligned, align
1886 (show_archive_content): Adjust for locale archives optimized for speed.
1888 2002-08-14 Roland McGrath <roland@frob.com>
1890 * configure.in: Use "MISSING" as not-found value for MIG.
1891 * sysdeps/mach/configure.in: Fatal if mig not found.
1892 * configure, sysdeps/mach/configure: Regenerated.
1894 2002-08-13 Jakub Jelinek <jakub@redhat.com>
1896 * locale/loadarchive.c (archfname): Add missing slash.
1898 * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
1899 * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
1901 2002-08-12 Roland McGrath <roland@redhat.com>
1903 * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
1904 * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
1905 * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
1906 * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
1907 * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
1908 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
1909 * sysdeps/generic/waitpid.c: Likewise.
1911 * include/net/if.h: New file. Use libc_hidden_proto
1912 for if_nametoindex and if_indextoname.
1913 * sysdeps/generic/if_index.c: Add libc_hidden_def.
1914 * sysdeps/mach/hurd/if_index.c: Likewise.
1915 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1917 * include/grp.h (setgroups): Add libc_hidden_proto.
1918 * sysdeps/generic/setgroups.c: Add libc_hidden_def.
1919 * sysdeps/mach/hurd/setgroups.c: Likewise.
1920 * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
1921 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
1923 2002-08-13 Jakub Jelinek <jakub@redhat.com>
1925 * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
1926 * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
1927 * sysdeps/generic/setegid.c (setegid): Likewise.
1928 * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
1929 * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
1930 * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
1931 * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
1932 * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
1933 * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
1934 * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
1935 * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
1936 * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
1937 * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
1938 * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
1939 * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
1940 Remove fallback if __ASSUME_SETRESUID_SYSCALL.
1942 * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
1943 __lxstat_internal, __lxstat64_internal): Remove.
1944 (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
1946 * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
1947 Remove INTDEF where present, remove #undef at the beginning.
1948 * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
1949 * sysdeps/generic/lxstat.c (__lxstat): Likewise.
1950 * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
1951 * sysdeps/generic/xstat.c (__xstat): Likewise.
1952 * sysdeps/generic/xstat64.c (__xstat64): Likewise.
1953 * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
1954 * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
1955 * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
1956 * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
1957 * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
1958 * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
1959 * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
1960 * sysdeps/unix/fxstat.c (__fxstat): Likewise.
1961 * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
1962 * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
1963 * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
1964 * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
1965 * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
1966 * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
1967 * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
1968 * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
1969 * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
1970 * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
1971 * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
1972 * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
1973 * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
1974 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
1975 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
1976 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
1977 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
1978 * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
1979 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
1980 * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
1981 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
1982 * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
1983 * sysdeps/unix/xstat.c (__xstat): Likewise.
1985 * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
1986 * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
1987 * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
1988 * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
1989 * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
1990 * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
1991 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
1993 * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
1994 * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
1995 * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
1996 * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
1997 * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
1998 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
1999 * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2000 * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2002 * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2003 * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2004 * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2005 * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2006 * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2007 * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2008 * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2009 * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2011 * include/string.h (strcoll): Add libc_hidden_proto.
2012 * string/strcoll.c (strcoll): Add libc_hidden_def.
2014 * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2016 2002-08-11 Philip Blundell <philb@gnu.org>
2018 * sysdeps/arm/Makefile: New file.
2020 2002-08-08 Jakub Jelinek <jakub@redhat.com>
2022 * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2023 by another '|', end of regex or enclosing ')', clear branch.
2024 * posix/bug-regex9.c: New test.
2025 * posix/Makefile (tests): Add bug-regex9.
2027 2002-08-12 Roland McGrath <roland@redhat.com>
2029 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2030 start count condition, use TOTAL instead of variable that was never
2031 set. Fix outer loop termination condition to TOTAL >= after update.
2033 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2034 dl_tls_static_align and dl_tls_static_nelem.
2036 2002-08-11 Roland McGrath <roland@redhat.com>
2038 * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2039 of the TLS macros, otherwise the compiler might not have initialized
2040 the PIC register yet when we use the PLT via asm.
2041 * elf/tst-tlsmod3.c (in_dso2): Likewise.
2042 * elf/tst-tlsmod2.c (in_dso): Likewise.
2044 * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2046 * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2047 Evaluate argument exactly once. Remove __volatile__ from asm's.
2049 * include/unistd.h: Use libc_hidden_proto for getdomainname
2051 * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2052 * sysdeps/mach/hurd/getdomain.c: Likewise.
2053 * sysdeps/unix/getlogin_r.c: Likewise.
2054 * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2055 * sysdeps/generic/getlogin_r.c: Likewise.
2057 * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2058 * sunrpc/rtime.c: Add libc_hidden_def.
2060 * include/string.h: Use libc_hidden_proto for basename.
2061 * string/basename.c [_LIBC]: Add libc_hidden_def.
2063 * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2065 * locale/loadarchive.c: munmap -> __munmap throughout.
2067 * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2068 * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2069 * sysdeps/generic/gai_strerror.c: Likewise.
2071 * include/sys/errno.h: New file.
2073 * include/signal.h: No libc_hidden_proto for raise,
2074 __libc_current_sigrtmin, __libc_current_sigrtmax.
2075 These need to be overridden by linuxthreads.
2076 * sysdeps/posix/raise.c: Reverted.
2077 * sysdeps/generic/raise.c: Reverted.
2078 * signal/allocrtsig.c: Reverted.
2080 * locale/loadarchive.c (LOCALEDIR): Remove debugging defn. Oops.
2082 2002-08-10 Roland McGrath <roland@redhat.com>
2084 * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2085 * locale/localeinfo.h: Declare it.
2086 * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2087 current locale if it's not in the file list.
2088 Call _nl_archive_subfreeres.
2090 2002-08-10 Andreas Jaeger <aj@suse.de>
2092 * sysdeps/i386/strchr.S: Add comment.
2094 2002-08-10 Roland McGrath <roland@redhat.com>
2096 * include/wchar.h (putwc): Use libc_hidden_proto.
2097 * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2098 sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2099 * stdio-common/dprintf.c: Add libc_hidden_def.
2100 * stdio-common/fprintf.c: Likewise.
2101 * stdio-common/sprintf.c: Likewise.
2102 * stdio-common/sscanf.c: Likewise.
2103 * libio/iofwrite.c: Likewise.
2104 * libio/memstream.c: Likewise.
2105 * libio/putwc.c: Likewise.
2106 * stdio-common/perror.c: Likewise.
2107 * sysdeps/posix/remove.c: Likewise.
2108 * sysdeps/generic/remove.c: Likewise.
2109 * libio/rewind.c: Likewise. Use <stdio.h> instead of "stdio.h".
2110 * stdio-common/vfprintf.c: Add libc_hidden_def. Include <stdio.h>.
2112 2002-08-09 Jakub Jelinek <jakub@redhat.com>
2114 * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2115 towlower, towupper): Add prototypes here too. Add libc_hidden_proto.
2116 * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2117 towlower, towupper): Add libc_hidden_weak.
2119 * include/bits/dlfcn.h: New file.
2120 * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2122 * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2123 * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2124 * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2125 * include/pwd.h (_nss_files_parse_pwent): Likewise.
2126 * include/shadow.h (_nss_files_parse_spent): Likewise.
2127 * include/netdb.h (_nss_files_parse_protoent,
2128 _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2129 * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2130 (LINE_PARSER): Use it.
2131 * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2132 * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2134 * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2137 * manual/debug.texi (%MENU%): Remove trailing dot.
2138 Reported by <hayastan132@hotmail.com>.
2140 * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2143 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2146 2002-08-09 Roland McGrath <roland@redhat.com>
2148 * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2149 name to find codeset name (if any) and normalize it. If the
2150 normalized name differs, look up only that in the archive.
2151 * locale/programs/locarchive.c (add_locale_to_archive): If the name
2152 contains a codeset, normalize the codeset store only the normalized
2153 name in the archive. If not, add an alias containing the locale's
2154 normalized codeset name. Apply codeset name normalization when
2155 matching entries in the alias file.
2157 * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2158 decrement HEAD->namehash_used here.
2159 (add_locale): Only need to insert name string when name_offset != 0.
2161 * locale/programs/localedef.c (options): Add -A/--alias-file.
2162 (alias_file): New variable.
2163 (parse_opt): Grok -A, set that.
2164 * locale/programs/localedef.h: Declare it.
2166 * locale/locarchive.h (struct locrecent): Add `refs' member.
2167 * locale/programs/locarchive.c (insert_name): New function, broken out
2169 (add_locale_to_archive): ... here. Call that.
2170 (add_alias): New function.
2171 (add_locale): New static function, add_locale_to_archive renamed.
2172 (add_locale_to_archive): Call that and use add_alias to add an alias
2173 for the name with codeset if the given name lacks it.
2174 (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2176 * locale/Makefile (routines): Add loadarchive.
2177 * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2178 (_nl_load_locale_from_archive): New function.
2179 * locale/localeinfo.h: Declare it.
2180 * locale/findlocale.c (_nl_find_locale): If using default locale path,
2181 try _nl_load_locale_from_archive first.
2183 * locale/loadlocale.c (_nl_intern_locale_data): New function,
2184 broken out of _nl_load_locale.
2185 (_nl_load_locale): Call that.
2186 * locale/localeinfo.h: Declare it.
2187 (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2188 (struct locale_data): Remove unused member `options'.
2189 * locale/findlocale.c (_nl_remove_locale): Update uses.
2190 * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2191 * locale/C-collate.c: Update initializer.
2192 * locale/C-identification.c: Likewise.
2193 * locale/C-measurement.c: Likewise.
2194 * locale/C-telephone.c: Likewise.
2195 * locale/C-address.c: Likewise.
2196 * locale/C-name.c: Likewise.
2197 * locale/C-paper.c: Likewise.
2198 * locale/C-time.c: Likewise.
2199 * locale/C-numeric.c: Likewise.
2200 * locale/C-monetary.c: Likewise.
2201 * locale/C-messages.c : Likewise.
2202 * locale/C-ctype.c: Likewise.
2204 * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2205 use CHAR_BIT instead of BITSPERBYTE.
2207 * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2208 _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2209 * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2210 (_nl_remove_locale): Likewise.
2211 * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2213 * locale/findlocale.c (_nl_default_locale_path): New variable.
2214 (_nl_find_locale): If LOCALE_PATH is null, default to that.
2215 * locale/localeinfo.h: Declare it.
2216 * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2217 in place of LOCALEDIR. If no LOCPATH, pass null to _nl_find_locale.
2218 * locale/newlocale.c (__newlocale): Likewise.
2220 * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2221 * inet/rexec.c (rexec_af): Add libc_hidden_def.
2222 * sysdeps/generic/morecore.c: Likewise.
2223 * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2224 (__libc_current_sigrtmax): Likewise.
2226 2002-08-08 Roland McGrath <roland@redhat.com>
2228 * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2229 * catgets/open_catalog.c (__open_catalog): Likewise.
2231 * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2232 from typo INITIAL_NUM_NANES.
2233 (create_archive): Update use.
2235 2002-08-08 Ulrich Drepper <drepper@redhat.com>
2237 * sysdeps/unix/sysv/linux/sigwait.c: New file.
2239 2002-08-08 Roland McGrath <roland@frob.com>
2241 * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2243 2002-08-08 Jakub Jelinek <jakub@redhat.com>
2245 * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2246 else and undefine after including wcstol_l.c.
2247 * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2249 2002-08-08 Ulrich Drepper <drepper@redhat.com>
2251 * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2253 2002-08-08 Alexandre Oliva <aoliva@redhat.com>
2255 * configure.in: Make the test for broken_alias_attribute stricter.
2257 2002-05-24 Robert Love <rml@tech9.net>
2259 * posix/Makefile (routines): Add sched_getaffinity and
2261 * posix/sched.h: Add declarations for sched_getaffinity and
2263 * sysdeps/generic/sched_getaffinity.c: New file.
2264 * sysdeps/generic/sched_setaffinity.c: New file.
2265 * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2268 2002-08-06 Andreas Schwab <schwab@suse.de>
2270 * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2272 2002-08-07 Ulrich Drepper <drepper@redhat.com>
2274 * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2277 * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2278 It is known to be defined.
2280 * include/string.h: Define index and rindex only if _ISOMAC is not
2283 * elf/rtld.c: Include <errno.h>.
2284 * sysdeps/generic/libc-tls.c: Likewise.
2286 2002-08-07 Roland McGrath <roland@redhat.com>
2288 * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2290 (precsize_aton): Likewise.
2292 * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2293 the static symbols added in the last change (doofus is me).
2295 * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2296 loop to notice missing categories in a composite name.
2298 * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2299 LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2300 LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2301 LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2303 2002-08-07 Ulrich Drepper <drepper@redhat.com>
2305 * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2307 2002-08-07 Roland McGrath <roland@redhat.com>
2309 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2310 unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2311 Reported by Jakub Jelinek <jakub@redhat.com>.
2313 2002-08-07 Jakub Jelinek <jakub@redhat.com>
2315 * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2318 2002-08-06 Roland McGrath <roland@redhat.com>
2320 * include/getopt.h: Put private decls inside [_GETOPT_H].
2321 Use libc_hidden_proto for getopt_long, getopt_long_only.
2322 * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2323 Add libc_hidden_def.
2325 * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2326 Define as a macro for __dl_iterate_phdr.
2328 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2329 made static. Add __ name as a strong alias.
2330 (internal_endnetgrent): Likewise.
2331 (internal_getnetgrent_r): Likewise.
2333 * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2335 * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2336 * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2337 all *_l functions with no __ prefix.
2338 * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2339 * ctype/ctype_l.c: Likewise.
2340 * locale/nl_langinfo.c: Likewise.
2341 * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2342 * stdlib/stdlib.h [__USE_GNU]: Likewise.
2343 * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2344 * wctype/wctype.h [__USE_GNU]: Likewise.
2345 * string/strcoll_l.c (strcoll_l): Define as weak alias.
2346 * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2347 * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2348 * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2349 * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2350 * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2351 * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2352 * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2353 (__wcscasecmp_l): Add libc_hidden_def.
2354 * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2355 (__wcsncasecmp_l): Add libc_hidden_def.
2356 * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2357 * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2358 * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2359 * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2360 * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2361 * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2362 * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2363 * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2364 * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2365 * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2366 * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2367 * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2368 * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2369 * wctype/wctype_l.c (wctype_l) Define as weak alias.
2371 2002-08-05 Roland McGrath <roland@redhat.com>
2373 * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2374 netname2user, host2netname, user2netname, key_gendes.
2375 * sunrpc/netname.c: Add libc_hidden_def.
2376 * sunrpc/key_call.c: Likewise.
2378 * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2380 * inet/getnameinfo.c: Add libc_hidden_def.
2381 * sysdeps/generic/getaddrinfo.c: Likewise.
2382 * sysdeps/posix/getaddrinfo.c: Likewise.
2384 * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2385 * wcsmbs/wmemchr.c: Add libc_hidden_def.
2386 * wcsmbs/wmemset.c: Add libc_hidden_def.
2388 * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2389 (index, rindex): Define as macros for strchr, strrchr.
2391 * string/envz.c (envz_strip): index -> strchr
2393 * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2394 * sunrpc/rpc_prot.c: Add libc_hidden_def.
2396 * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2397 * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2399 * include/stdlib.h: Use libc_hidden_proto for wctomb.
2400 * stdlib/wctomb.c: Add libc_hidden_def.
2402 * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2403 rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2404 * resolv/herror.c: Likewise.
2405 * inet/rcmd.c: Add libc_hidden_def.
2406 * inet/ruserpass.c: Likewise.
2407 * inet/getnetgrent_r.c: Likewise.
2409 * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2410 svc_unregister, remove *_internal decls. Use libc_hidden_proto
2411 for svcerr_auth, svcerr_noprog, svcerr_progvers.
2412 * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2414 (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2415 * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2417 * sysdeps/posix/system.c (do_system): New function, guts broken out of
2419 (__libc_system): Call it, putting just the line == NULL test here.
2421 * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2422 variables work right.
2424 * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2425 * elf/dl-close.c (_dl_close): Likewise.
2427 * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2428 in6addr_any, in6addr_loopback. Remove decls for
2429 bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2430 * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2431 * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2432 * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2433 * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2434 * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2435 * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2437 * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2439 * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2441 * inet/ether_aton_r.c: Add libc_hidden_def.
2442 * inet/ether_ntoa_r.c: Likewise.
2444 * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2446 * sunrpc/svc.c: Add libc_hidden_def.
2447 * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2448 pmap_set, pmap_unset.
2449 * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2450 * sunrpc/pm_getport.c: Likewise.
2451 * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
2452 * sunrpc/publickey.c: Add libc_hidden_def.
2454 2002-08-05 Ulrich Drepper <drepper@redhat.com>
2456 * elf/rtld.c (_dl_start): Don't use memset. Use same tricks as for
2457 the other memset call in this function.
2459 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
2460 at correct index. Clear BSS region now that memalign is used.
2462 2002-08-05 Roland McGrath <roland@redhat.com>
2464 * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
2465 * sysdeps/generic/uname.c: Add libc_hidden_def.
2466 * sysdeps/mach/hurd/uname.c: Likewise.
2468 2002-08-05 Jakub Jelinek <jakub@redhat.com>
2470 * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
2471 wcspbrk): Add libc_hidden_proto.
2472 * time/strftime.c (my_strftime): Add libc_hidden_def.
2473 (strftime): Remove libc_hidden_def.
2474 * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
2475 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
2476 * wcsmbs/wcsspn.c (wcsspn): Likewise.
2477 * wcsmbs/wcscmp.c (wcscmp): Likewise.
2478 * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
2479 * wcsmbs/wcscoll.c (wcscoll): Likewise.
2481 * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
2482 __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2483 __rpc_thread_createerr): Add libc_hidden_proto.
2484 * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
2485 __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2486 __rpc_thread_createerr): Add libc_hidden_def.
2488 * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
2489 clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
2490 * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
2491 clnt_perror, clnt_sperror): Add libc_hidden_def.
2492 * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
2494 * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
2496 * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
2497 * sunrpc/des_soft.c (des_setparity): Likewise.
2499 * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
2500 Add libc_hidden_proto.
2501 * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
2502 Add libc_hidden_def.
2504 2002-08-05 Roland McGrath <roland@redhat.com>
2506 * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
2507 `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
2508 * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
2509 * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
2510 dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
2511 old data, abandoning the original memory allocated by rtld at startup,
2512 instead of calling realloc normally.
2514 2002-08-05 Ulrich Drepper <drepper@redhat.com>
2516 * po/fr.po: Update from translation team.
2518 2002-08-04 Roland McGrath <roland@redhat.com>
2520 * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
2521 then generate a dummy module under the given name, obeying the
2522 normal rules for the "caller" field.
2524 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
2525 actually iterate over the elements. Fix typo p_type -> p_vaddr.
2527 * include/pthread.h: Don't declare __pthread_initialize_minimal as
2528 weak here; we declare it weak or strong in the one place we use it.
2529 * sysdeps/generic/libc-start.c: ... which is here.
2530 Don't make the decl weak if [USE_TLS], since static programs need TLS
2531 setup even when single-threaded.
2533 * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
2535 * elf/Makefile (test-srcs): Add $(modules-names) to it.
2536 (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
2537 CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
2538 all these variables.
2540 2002-08-04 Ulrich Drepper <drepper@redhat.com>
2542 * include/stdio.h: Don't define macro magic to redirect function
2543 calls if _ISOMAC is defined.
2545 * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
2548 2002-08-04 Roland McGrath <roland@redhat.com>
2550 * stdlib/lrand48_r.c: Add libc_hidden_def.
2552 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
2553 TCB with __libc_memalign instead of mmap.
2554 (_dl_deallocate_tls): Free it with free instead of munmap.
2556 * Makerules (cpp-srcs-left): When setting this to run
2557 cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
2558 words. Combine the two loops into one on the concatenated list,
2559 including those as well as $(test-srcs).
2561 * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
2562 since we align here with optimally minimal waste anyway.
2563 (malloc): Just call that.
2565 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
2568 * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
2569 to compute memory location for l_tls_initimage.
2570 * elf/rtld.c (_dl_start): Likewise.
2571 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
2573 * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
2574 because the .d file is generated in the non-shared case and
2575 so fails to catch them otherwise.
2577 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
2578 split out of _dl_allocate_tls.
2579 (_dl_allocate_tls_init): Likewise.
2580 (_dl_allocate_tls): Call those.
2581 * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
2582 * elf/rtld.c (dl_main): Call them separately instead of calling
2583 _dl_allocate_tls. Delay _dl_allocate_tls_init until after relocation
2584 is finished, so that the initializer data has been relocated before we
2585 copy it into the main thread's TLS block.
2587 * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
2588 loop conditions, prevented the last used module from being initialized.
2590 2002-08-04 Jakub Jelinek <jakub@redhat.com>
2592 * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
2593 if glob resp. globfree are not macros.
2594 * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
2595 * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
2596 Add libc_hidden_ver.
2597 * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
2599 * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
2600 instead of libc_hidden_weak.
2601 * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
2602 libc_hidden_ver instead of libc_hidden_def.
2603 * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
2604 libc_hidden_ver instead of libc_hidden_def.
2605 (wcstoll, wcstoq): Remove libc_hidden_weak.
2606 * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
2608 * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
2610 * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
2612 * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
2615 2002-08-04 Ulrich Drepper <drepper@redhat.com>
2617 * stdio-common/psignal.c: Declare _sys_siglist_internal. Use USEINT
2618 to access _sys_siglist.
2619 * string/strsignal.c: Likewise.
2620 * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
2621 * sysdeps/gnu/siglist.c: Likewise.
2622 * sysdeps/unix/siglist.c: Likewise.
2623 * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
2625 * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
2627 * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
2629 * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
2631 * intl/bindtextdom.c: Use _nl_default_dirname_internal.
2633 * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
2634 * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
2635 * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
2637 * include/time.h: Add libc_hidden_proto for __gmtime_r.
2638 * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
2640 * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
2641 and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
2642 and __gconv_get_cache respectively.
2643 * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
2644 defined static. Change all users.
2645 (__gconv_get_cache): New function.
2646 * iconv/gconv_db.c (__gconv_get_modules_db): New function.
2647 (__gconv_get_alias_db): New function.
2648 * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
2649 (__conv_modules_db): Likewise.
2650 Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
2651 and __gconv_get_alias_db.
2652 * iconv/iconv_prog.c: Use the new functions instead of accessing the
2655 * include/stdlib.h: Add prototype and libc_hidden_proto for
2657 * sysdeps/generic/morecore.c: Include <stdlib.h>.
2659 * malloc/obstack.c: Remove fputs macro.
2661 * malloc/mtrace.c: Remove fopen macro.
2663 2002-08-04 Jakub Jelinek <jakub@redhat.com>
2665 * manual/debug.texi: Fix spelling to programmatically.
2666 Reported by <hayastan132@hotmail.com>.
2668 2002-08-04 Ulrich Drepper <drepper@redhat.com>
2670 * include/libio.h: Add libc_hidden_proto for __uflow.
2671 * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
2672 fgetpos to _IO_* names.
2673 Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
2674 fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
2675 * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
2676 putwc_unlocked, vswscanf.
2677 * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
2678 * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
2679 * libio/fseek.c: Likewise.
2680 * libio/fmemopen.c: Include "libioP.h". Call _IO_fopencookie and
2682 * libio/genops.c (__uflow): Add libc_hidden_def.
2683 * libio/iofflush_u.c (fflush_unlocked): Likewise.
2684 * libio/iofgets_u.c (fgets_unlocked): Likewise.
2685 * libio/iofputs_u.c (fputs_unlocked): Likewise.
2686 * libio/iofputws_u.c (fputws_unlocked): Likewise.
2687 * libio/iofread_u.c (fread_unlocked): Likewise.
2688 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2689 * libio/iovswscanf.c (vswscanf): Likewise.
2690 * libio/putwc_u.c (putwc_unlocked): Likewise.
2691 * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
2692 * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
2693 * malloc/mtrace.c: Likewise.
2695 * sunrpc/clnt_perr.c: Remove fputs macro.
2696 * sunrpc/svc_simple.c: Likewise.
2697 * sunrpc/svc_tcp.c: Likewise.
2698 * sunrpc/svc_udp.c: Likewise.
2699 * sunrpc/xdr_rec.c: Likewise.
2700 * sunrpc/xdr_ref.c: Likewise.
2702 * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
2703 iconv_prog, linereader, and charmap-dir.
2704 * locale/Makefile: Likewise for locale and charmap-dir.
2705 * malloc/Makefile: Likewise for memusagestat.
2706 * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
2707 * sunrpc/Makefile: Likewise for rpc_main.
2708 * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
2709 * timezone/Makefile: Likewise for zic.
2711 * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
2713 * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
2714 * elf/dl-close.c (_dl_close): Add libc_hidden_def.
2715 * elf/dl-open.c (_dl_open): Add libc_hidden_def.
2716 * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
2719 * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
2721 * libio/genops.c (__underflow): Add libc_hidden_def.
2722 * libio/wgenops.c (__wuflow): Likewise.
2723 (__wunderflow): Likewise.
2725 * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
2726 * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
2728 * include/stdio.h: Add libc_hidden_proto for __vfscanf.
2729 * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
2731 * include/string.h: Add libc_hidden_proto for __strverscmp.
2732 * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
2734 * include/unistd.h: Add libc_hidden_proto for __sysconf.
2735 * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
2736 * sysdeps/posix/sysconf.c: Likewise.
2737 * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
2738 * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
2740 * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
2741 __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
2742 __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
2743 __iswxdigit_l, __towlower_l, __towupper_l.
2744 * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
2745 * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
2747 * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
2748 * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
2749 * sysdeps/mach/hurd/xmknod.c: Likewise.
2750 * sysdeps/unix/xmknod.c: Likewise.
2751 * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
2752 * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
2753 * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
2755 * sunrpc/svc.c: Add missing INTUSE for _authenticate.
2757 2002-08-03 Roland McGrath <roland@redhat.com>
2759 * include/sys/resource.h: Use libc_hidden_proto for getpriority,
2761 * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
2762 * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
2763 * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
2764 * sysdeps/mach/hurd/setpriority.c: Likewise.
2765 * sysdeps/mach/hurd/getpriority.c: Likewise.
2766 * sysdeps/generic/setpriority.c: Likewise.
2767 * sysdeps/generic/getpriority.c: Likewise.
2769 * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
2770 * malloc/mcheck.c: Add libc_hidden_def.
2772 * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
2773 * misc/hsearch_r.c: Add libc_hidden_def.
2775 * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
2776 * posix/fnmatch.c: Add libc_hidden_weak.
2778 * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
2779 execl, execle, execlp, execvp, getpid, getsid.
2780 * sysdeps/generic/alarm.c: Add libc_hidden_def.
2781 * sysdeps/unix/alarm.c: Likewise.
2782 * posix/confstr.c: Likewise.
2783 * posix/execvp.c: Likewise.
2784 * posix/execlp.c: Likewise.
2785 * posix/execle.c: Likewise.
2786 * posix/execl.c: Likewise.
2787 * sysdeps/generic/getsid.c: Likewise.
2788 * sysdeps/mach/hurd/getsid.c: Likewise.
2789 * sysdeps/generic/getpid.c: Add libc_hidden_weak.
2790 * sysdeps/mach/hurd/getpid.c: Likewise.
2792 * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
2793 qecvt_r, qfcvt_r, lrand48_r.
2794 * misc/efgcvt_r.c: Add libc_hidden_def.
2796 * include/wordexp.h: Use libc_hidden_proto for wordfree.
2797 * sysdeps/generic/wordexp.c: Add libc_hidden_def.
2799 * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
2800 * locale/nl_langinfo.c: Add libc_hidden_def.
2802 * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
2803 * sysdeps/generic/glob.c: Add libc_hidden_def.
2804 * sysdeps/generic/glob64.c: Likewise.
2805 * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
2807 * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
2809 * elf/Makefile (CFLAGS-vismod2.c): New variable.
2811 * locale/setlocale.c (_nl_current_names): Variable moved ...
2812 * locale/localename.c (_nl_current_names): ... here, new file.
2813 Make it global, with attribute_hidden.
2814 * locale/localeinfo.h: Declare it.
2815 * locale/Makefile (aux): Add localename.
2816 * locale/localename.c (__current_locale_name): New function.
2817 * include/locale.h (__current_locale_name): Declare it.
2818 * intl/dcigettext.c (guess_category_value): Use that instead of
2821 * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
2822 [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
2823 [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
2824 * locale/newlocale.c: Add alias to __ name.
2825 * locale/duplocale.c: Likewise.
2826 * locale/freelocale.c: Likewise.
2827 * locale/uselocale.c: New file.
2828 * locale/Makefile (routines): Add it.
2829 * locale/Versions (libc: GLIBC_2.3): New set.
2830 Add newlocale, duplocale, freelocale, uselocale.
2831 (libc: GLIBC_PRIVATE): Add __uselocale.
2833 * locale/localeinfo.h [SHARED]
2834 (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
2835 (_NL_CURRENT_DATA): Define using that.
2836 (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
2837 (_NL_CURRENT_DEFINE): Define to empty.
2838 [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
2839 conditionalized on this.
2840 * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
2841 taking initializer of _nl_C_locobj.
2842 [SHARED] (_nl_global_locale): New variable, using that initializer.
2843 (_nl_C_locobj): Use new macro for initialzier.
2844 * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
2845 [! SHARED] (CATEGORY_USED): New macro.
2846 [SHARED] (CATEGORY_USED, _nl_C): New macros.
2847 (setdata, setlocale): Use that macro instead of examining _nl_current.
2848 (setdata): Set the slot in _nl_global_locale.
2849 Conditionalize setting of _nl_current on [! SHARED].
2850 * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
2851 declaration as an extern.
2852 * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
2854 * include/locale.h: Use libc_hidden_proto for setlocale.
2855 * locale/setlocale.c: Add libc_hidden_def.
2857 * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
2859 * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
2860 * misc/hsearch_r.c: Add libc_hidden_def.
2861 * misc/lsearch.c: Likewise.
2863 * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
2865 * misc/getttyent.c: Add libc_hidden_def.
2867 * include/mcheck.h: Use libc_hidden_proto for mcheck.
2868 * malloc/mcheck.c: Add libc_hidden_def.
2870 * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
2871 * include/argz.h: Use libc_hidden_proto for argz_delete.
2872 * string/argz-delete.c: Add libc_hidden_def.
2873 * string/envz.c: Likewise. Use <envz.h>, not "envz.h".
2875 * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
2876 HIDDEN_JUMPTARGET for _exit.
2877 * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
2878 * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
2879 * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
2880 * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
2882 * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
2883 [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
2884 [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
2885 * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
2887 * include/stdlib.h: Use libc_hidden_proto for abort,
2888 __strtof_internal, __strtod_internal, __strtold_internal,
2889 __strtol_internal, __strtoll_internal, __strtoul_internal,
2890 __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
2891 __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
2892 __strtoul_l_internal, __strtoull_l_internal.
2893 * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
2894 __wcstod_internal, __wcstold_internal, __wcstol_internal,
2895 __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
2896 ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
2897 ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
2899 * sysdeps/generic/abort.c: Add libc_hidden_def.
2900 * stdlib/strtod.c: Likewise.
2901 * sysdeps/generic/strtol.c: Likewise.
2902 * sysdeps/wordsize-64/strtol.c: Likewise.
2903 * sysdeps/wordsize-64/wcstol.c: Likewise.
2904 * sysdeps/wordsize-64/wcstol_l.c: Likewise.
2906 * include/stdlib.h: Use libc_hidden_proto for qsort.
2907 * stdlib/msort.c: Add libc_hidden_def.
2909 * include/utime.h: Use libc_hidden_proto for utime.
2910 * sysdeps/generic/utime.c: Add libc_hidden_def.
2911 * sysdeps/unix/utime.c: Likewise.
2913 * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
2914 * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
2915 * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2916 * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
2917 * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
2919 * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
2920 sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
2921 and __libc_current_sigrtmax.
2922 * signal/sigismem.c: Add libc_hidden_def.
2923 * signal/sigfillset.c: Likewise.
2924 * signal/sigempty.c: Likewise.
2925 * sysdeps/generic/sigpause.c (__sigpause): Likewise.
2926 * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2927 * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
2928 * sysdeps/posix/raise.c: Likewise.
2929 * sysdeps/generic/raise.c: Likewise.
2931 2002-08-03 Ulrich Drepper <drepper@redhat.com>
2933 * include/string.h: Use libc_hidden_proto for __stpcpy.
2934 * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
2935 * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
2936 * sysdeps/generic/stpcpy.c: Likewise.
2937 * sysdeps/i386/stpcpy.S: Likewise.
2938 * sysdeps/i386/i586/stpcpy.S: Likewise.
2939 * sysdeps/powerpc/stpcpy.S: Likewise.
2940 * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
2941 * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
2943 * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
2944 __strncasecmp_l, __strdup, __strndup, __strerror_r.
2945 * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
2947 * string/strdup.c (__strdup): Likewise.
2948 * string/strndup.c (__strndup): Likewise.
2949 * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
2950 * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
2952 2002-08-03 Jakub Jelinek <jakub@redhat.com>
2954 * include/libio.h: New file.
2955 * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
2956 * libio/iolibio.h: #include <libio.h>, not "libio.h".
2957 * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
2958 * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
2959 * sysdeps/unix/common/syscalls.list: Likewise.
2960 * sysdeps/unix/inet/syscalls.list: Likewise.
2961 * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
2962 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2963 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2964 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2965 * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
2966 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2967 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2968 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2969 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2970 * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
2971 * sysdeps/unix/syscalls.list: Likewise.
2973 2002-08-03 Jakub Jelinek <jakub@redhat.com>
2974 Ulrich Drepper <drepper@redhat.com>
2976 * malloc/malloc.c (public_cALLOc): Only divide if at least one of
2977 the arguments is big enough to cause an overflow.
2979 2002-08-03 Ulrich Drepper <drepper@redhat.com>
2981 * assert/assert.c: Use hidden_def not INTDEF.
2983 2002-08-03 Jakub Jelinek <jakub@redhat.com>
2985 * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
2988 2002-08-03 Roland McGrath <roland@redhat.com>
2990 * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
2991 * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
2993 * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
2994 * misc/syslog.c: Add libc_hidden_def.
2995 * misc/err.c: Likewise.
2996 * stdlib/exit.c: Likewise.
2997 * stdlib/bsearch.c: Likewise.
2998 * sysdeps/generic/getenv.c: Likewise.
3000 * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3002 * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3003 libc_hidden_weak for every system call symbol defined.
3005 * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3006 timelocal, localtime, strftime.
3007 * time/asctime.c: Add libc_hidden_def.
3008 * time/mktime.c: Likewise.
3009 * time/localtime.c: Likewise.
3010 * time/strftime.c: Likewise.
3011 * time/strptime.c: Likewise.
3012 * sysdeps/generic/time.c: Likewise.
3013 * sysdeps/unix/time.c: Likewise.
3014 * sysdeps/unix/sysv/i386/time.S: Likewise.
3015 * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3017 * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3018 inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3019 * resolv/inet_ntop.c: Likewise.
3020 * resolv/inet_pton.c: Likewise.
3021 * inet/inet_mkadr.c: Add libc_hidden_def.
3022 * inet/inet_netof.c: Likewise.
3023 * resolv/inet_addr.c: Likewise.
3025 * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3026 clauses from conditionals for now. Will have to be fixed later
3027 for older compilers.
3029 * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3031 2002-08-02 Ulrich Drepper <drepper@redhat.com>
3033 * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3034 broken alias attribute handling.
3035 * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3037 2002-08-02 Roland McGrath <roland@frob.com>
3039 * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3040 since it sets the variables we use in a -D switch.
3042 2002-08-02 Roland McGrath <roland@redhat.com>
3044 * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3045 On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3046 matches long int, not int.
3048 * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3049 * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3050 * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3051 * wctype/wctrans.c (wctrans): Likewise.
3052 * wctype/wctype.c (__wctype): Likewise.
3053 * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3055 2002-08-02 Ulrich Drepper <drepper@redhat.com>
3057 * assert/assert.c (__assert_fail): Fix typo in comment.
3059 * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3060 * sunrpc/rpc_thread.c: Define it without static.
3061 * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3063 2002-08-02 Jakub Jelinek <jakub@redhat.com>
3065 * assert/assert.c (__assert_fail): Remove undef.
3066 Replace INTDEF with libc_hidden_def.
3067 * assert/__assert.c (__assert): Remove INTUSE.
3068 * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3070 * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3071 hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3072 libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3073 rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3074 libm_hiden_ver): Define.
3075 * include/assert.h (__assert_fail_internal): Remove.
3076 (__assert_fail): Add prototype. Add hidden_proto.
3077 * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3079 * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3080 (__mbrtowc, __mbrlen): Use libc_hidden_proto. Remove macros.
3081 * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3082 Add libc_hidden_proto.
3083 * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3084 __fcntl): Add libc_hidden_proto. Remove macros.
3085 (__open_internal, __fcntl_internal): Remove.
3086 * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3087 * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3088 * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3090 * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3092 * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3093 Add libc_hidden_def.
3094 * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3095 * sysdeps/generic/open.c (__open): Remove undef.
3096 Add libc_hidden_def. Remove INTDEF.
3097 * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3098 Add libc_hidden_def.
3099 * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3100 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3101 * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3102 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3103 (__fcntl): Remove INTDEF2. Add libc_hidden_weak.
3104 (__libc_fcntl): Add libc_hidden_def.
3105 * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3106 (__open): Remove INTDEF2. Add libc_hidden_weak.
3107 (__libc_open): Add libc_hidden_def.
3108 * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3109 * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3110 * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3111 Add libc_hidden_def.
3112 * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3113 Add libc_hidden_def.
3114 * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3116 (__fcntl): Remove INTDEF2. Add libc_hidden_weak.
3117 (__libc_fcntl): Add libc_hidden_def.
3118 * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3119 __getpgid_internal, __chown_internal): Remove.
3120 (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3121 __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3123 * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3124 __getpid_internal, __open_internal, __write_internal): Remove.
3125 (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3126 __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3127 __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3128 __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3129 * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3130 Replace INTDEF with libc_hidden_def.
3131 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3132 * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3133 * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3134 * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3135 * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3136 Add libc_hidden_proto.
3137 * include/sys/poll.h (__poll): Add libc_hidden_proto.
3138 * include/sys/select.h (__select): Likewise.
3139 * include/sys/socket.h (__send): Likewise.
3140 * include/sys/statfs.h (__statfs): Likewise.
3141 * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3142 __getpid, __getpgid, __setpgid, __close, __read, __write,
3143 __getpagesize, __sbrk): Likewise.
3144 (__chown_internal, __dup2_internal, __getpid_internal,
3145 __getpgid_internal, __close_internal, __write_internal,
3146 __getpagesize_internal): Remove.
3147 (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3149 * include/printf.h (__printf_fp): Add libc_hidden_proto.
3150 * include/sched.h (__sched_setscheduler): Likewise.
3151 * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3152 * include/stdlib.h (__secure_getenv): Likewise.
3153 * include/signal.h (__sigaction, __sigsuspend): Likewise.
3154 * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3155 * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3156 * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3157 * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3158 * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3159 * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3160 * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3161 * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3162 * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3163 * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3164 * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3165 * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3166 * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3167 * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3168 * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3169 * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3170 * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3171 * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3172 * libio/genops.c (__overflow): Add libc_hidden_def.
3173 * libio/iovdprintf.c: Remove libio.h include.
3174 * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3175 libc_hidden_weak): Define to nothing if not defined.
3176 (__overflow, __woverflow): Add libc_hidden_proto.
3177 * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3178 * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3179 (DB_LOOKUP_FCT): Add libc_hidden_proto.
3180 * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3181 (DB_LOOKUP_FCT): Add libc_hidden_proto.
3182 * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3183 and libc_hidden_def.
3184 * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3185 * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3186 (__getpgid): Add libc_hidden_proto.
3187 (__bsd_getpgrp): Remove INTUSE.
3188 * resolv/res_init.c (__res_ninit, __res_randomid): Add
3190 * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3191 * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3192 * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3193 * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3194 * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3195 * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3196 __rpc_thread_createerr): Add libc_hidden_def.
3197 * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3199 * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3200 * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3201 * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3202 * sysdeps/generic/chown.c (__chown): Likewise.
3203 * sysdeps/generic/close.c (__close): Likewise.
3204 * sysdeps/generic/dup2.c (__dup2): Likewise.
3205 * sysdeps/generic/pipe.c (__pipe): Likewise.
3206 * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3207 * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3208 * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3209 * sysdeps/generic/read.c (__libc_read): Likewise.
3210 (__read): Add libc_hidden_weak.
3211 * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3212 * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3213 * sysdeps/generic/select.c (__select): Likewise.
3214 * sysdeps/generic/send.c (__send): Likewise.
3215 * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3216 * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3217 * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3218 * sysdeps/generic/statfs.c (__statfs): Likewise.
3219 * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3220 * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3221 * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3222 Remove undef and INTDEF.
3223 * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3224 * sysdeps/generic/getpid.c (__getpid): Likewise.
3225 * sysdeps/generic/write.c (__libc_write): Likewise.
3226 (__write): Add libc_hidden_weak. Remove undef and INTDEF.
3227 * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3228 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3229 * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3230 * sysdeps/mach/hurd/chown.c (__chown): Likewise. Remove INTDEF.
3231 * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3232 Remove undef and INTDEF.
3233 * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3234 * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3235 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3236 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3237 * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3238 (__write): Add libc_hidden_weak. Remove undef and INTDEF.
3239 * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3240 (__pipe): Add libc_hidden_def.
3241 * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3243 * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3244 * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3245 * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3246 (__read): Add libc_hidden_weak.
3247 * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3248 (__libc_pwrite64): Add libc_hidden_def.
3249 * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3250 * sysdeps/mach/hurd/select.c (__select): Likewise.
3251 * sysdeps/mach/hurd/send.c (__send): Likewise.
3252 * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3253 * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3254 * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3255 * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3256 * sysdeps/posix/dup2.c: Likewise.
3257 Remove undef and INTDEF.
3258 * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3259 * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3260 (__pwrite64): Add libc_hidden_weak.
3261 * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3262 * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3263 * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3264 * sysdeps/standalone/close.c (__close): Likewise.
3265 * sysdeps/standalone/write.c (__libc_write): Likewise.
3266 (__write): Add libc_hidden_weak.
3267 * sysdeps/standalone/read.c (__read): Likewise.
3268 (__libc_read): Add libc_hidden_def.
3269 * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3270 * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3271 * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3272 * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3273 * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3274 * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3275 * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3276 * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3277 * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3278 __GI___sigaction): Add.
3279 * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3280 * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3281 * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3282 * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3283 * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3284 __GI___setpgid): Add.
3285 * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3286 Remove undef and INTDEF.
3287 * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3288 * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3289 * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3290 * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3291 * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3292 * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3293 * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3294 * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3295 * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3296 * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3297 * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3298 * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3299 * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3300 * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3301 * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3302 __GI___statfs, __GI___send): Add.
3303 * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3304 libc_hidden_ver resp. libc_hidden_def.
3305 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3307 * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3308 Likewise. Remove undef and INTDEF.
3309 * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3310 * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3311 __GI___statfs, __GI___send): Add.
3312 * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3314 * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3316 * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3317 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3318 libc_hidden_ver resp. libc_hidden_def.
3319 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3321 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3322 Add libc_hidden_weak.
3323 * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3324 Add libc_hidden_def.
3325 * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3326 * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3328 * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3329 resp. libc_hidden_def.
3330 * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3332 * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise. Remove
3334 * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3335 Likewise. Remove undef.
3336 * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3338 * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3339 * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3341 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3343 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3344 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3345 Likewise. Remove undef and INTDEF.
3346 * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3348 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3350 * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3352 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3353 (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3354 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3356 * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3357 Add libc_hidden_def.
3358 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3359 __GI___statfs): Add.
3360 * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3362 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3363 * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3364 Remove undef and INTDEF.
3365 * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3366 * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3368 * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3369 * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3371 * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3373 * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3374 * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3375 * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3377 * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3378 libc_hidden_def. Remove undef and INTDEF.
3379 * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3380 * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3382 * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3383 * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3384 * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3385 * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3386 Remove undef and INTDEF.
3387 * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3388 broken visibility attribute handling.
3389 * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3391 2002-08-02 Ulrich Drepper <drepper@redhat.com>
3393 * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3394 Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3396 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3399 2002-06-29 Todd Fries <todd@openbsd.org>
3401 * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3403 2002-08-02 Jakub Jelinek <jakub@redhat.com>
3405 * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3407 2002-07-30 Roland McGrath <roland@redhat.com>
3409 * resolv/resolv.h (_res): Define macro unconditionally.
3410 [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3411 * include/resolv.h: ... here.
3412 [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3413 as a __thread variable.
3414 * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3415 a __thread variable instead of a global.
3416 * resolv/res_data.c [_LIBC]: Don't #undef _res.
3418 * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3421 * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3423 * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3424 decls of memset and memcpy.
3426 * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3427 * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3429 * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3431 * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3432 (__libc_tsd_define): Define using __thread.
3434 * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3435 (__rpc_thread_variables): Use __libc_tsd_get.
3436 (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3437 __rpc_thread_variables, which might allocate what we're about to free.
3439 * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3440 thread-local variable.
3441 * resolv/netdb.h (h_errno): Define macro unconditionally.
3442 [_LIBC] (__set_h_errno): Macro moved to ...
3443 * include/netdb.h: ... here.
3444 [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3445 [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3446 [! _LIBC_REENTRANT]: #undef h_errno here.
3448 * include/errno.h: Protect from multiple inclusion.
3450 * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3451 before defining them, since Linux's <linux/posix_types.h> might have
3454 2002-08-02 Jakub Jelinek <jakub@redhat.com>
3456 * malloc/malloc.c (public_cALLOc): Check for overflow on
3458 * sunrpc/xdr_array.c (xdr_array): Likewise.
3459 * sunrpc/rpc/types.h (mem_free): Add comment.
3460 Patch by Solar Designer <solar@openwall.com>.
3462 2002-08-02 Jakub Jelinek <jakub@redhat.com>
3464 * sysdeps/unix/sysv/linux/kernel-features.h
3465 (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
3467 2002-08-01 Roland McGrath <roland@redhat.com>
3469 * libio/fileops.c (_IO_file_sync_mmap): New function.
3470 (_IO_file_jumps_mmap): Use it.
3471 (_IO_file_underflow_mmap): Rewritten. If after EOF or fflush,
3472 repeat the stat check and resize the mapped buffer as necessary.
3474 2002-07-31 Roland McGrath <roland@redhat.com>
3476 * libio/fileops.c (decide_maybe_mmap): New static function.
3477 Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
3478 mmap the file contents. Then switch the jump tables to the mmap
3479 tables if it worked, or the vanilla file tables if not.
3480 (_IO_file_underflow_maybe_mmap): New function.
3481 (_IO_file_seekoff_maybe_mmap): New function.
3482 (_IO_file_xsgetn_maybe_mmap): New function.
3483 (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
3484 * libio/libioP.h: Declare those.
3485 * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
3486 (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
3487 * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
3488 If the stream is read-only, set its jump tables to those new ones.
3489 * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
3490 jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
3491 We need the tables set before _IO_file_attach.
3493 * libio/tst-mmap-eofsync.c: New file.
3494 * libio/tst-mmap-fflushsync.c: New file.
3495 * libio/bug-mmap-fflush.c: New file.
3496 * libio/tst-mmap2-eofsync.c: New file.
3497 * libio/Makefile (tests): Add them.
3499 * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
3500 _IO_file_underflow_mmap fails, it already set the appropriate bit.
3502 2002-07-31 Jeff Bailey <jbailey@gnu.org>
3504 * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
3505 Declarations moved to <bits/sys_errlist.h>. Include that file.
3506 * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
3507 * sysdeps/generic/bits/sys_errlist.h: New file. This does *not*
3508 declare sys_errlist and sys_nerr.
3509 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file. Does
3510 provide declarations.
3512 2002-07-31 Roland McGrath <roland@redhat.com>
3514 * elf/rtld.c (dl_main): Fix typo in error message.
3516 2002-07-31 Roland McGrath <roland@frob.com>
3518 * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
3519 __xstat -> __xstat64, __lseek -> __libc_lseek64. Completes 2002-06-09
3520 sysdeps/mach/hurd/dl-sysdep.c change.
3522 2002-07-28 Ulrich Drepper <drepper@redhat.com>
3524 * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
3525 -r`/build/include for kernel headers.
3527 * po/fi.po: New file.
3529 2002-07-15 Alexandre Oliva <aoliva@redhat.com>
3531 * configure.in (static_nss): Set to `yes' if --disable-shared.
3533 2002-07-23 Bruno Haible <bruno@clisp.org>
3535 * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
3538 2002-07-25 Jakub Jelinek <jakub@redhat.com>
3540 * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
3541 * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
3544 2002-07-25 Jakub Jelinek <jakub@redhat.com>
3546 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
3549 2002-07-21 Bruno Haible <bruno@clisp.org>
3551 * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
3552 * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
3553 sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
3554 trans_sysdep_tab_offset.
3555 (struct sysdep_segment): New type.
3556 (struct sysdep_string): New type.
3557 (SEGMENTS_END): New macro.
3558 * intl/gettextP.h (struct sysdep_string_desc): New type.
3559 (struct loaded_domain): New fields malloced, n_sysdep_strings,
3560 orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
3561 orig_tab, trans_tab, hash_tab to const pointers because they point
3562 into read-only memory.
3563 * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
3564 (PRI*): Define fallback values.
3565 (get_sysdep_segment_value): New function.
3566 (_nl_load_domain): Distinguish major and minor revision parts. Add
3567 support for minor revision 1 with system dependent strings.
3568 (_nl_unload_domain): Also free the 'malloced' field.
3569 * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
3570 now done in loadmsgcat.c. Add support for system dependent strings.
3572 2002-07-16 Stepan Kasal <kasal@math.cas.cz>
3574 * posix/bug-regex7.c: New file.
3575 * posix/bug-regex8.c: New file.
3576 * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
3578 2002-07-16 Stepan Kasal <kasal@math.cas.cz>
3580 * posix/bug-regex4.c (main): Fix typos.
3581 * posix/bug-regex6.c (main): Likewise.
3583 2002-07-27 Ulrich Drepper <drepper@redhat.com>
3585 * posix/bug-regex6.c (main): Fix warnings.
3587 * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
3589 * iconv/iconv_prog.c (main): Improve error message for the cases
3590 where -t and/or -f parameter are missing.
3592 2002-07-10 Stepan Kasal <kasal@math.cas.cz>
3594 * posix/regexec.c (re_match): Reorganize to remove duplicate code.
3595 (re_search): Likewise.
3596 (re_match_2): Likewise.
3597 (re_search_2): Likewise.
3598 (re_search_stub): New function.
3599 (re_search_2_stub): New function.
3600 * regcomp.c (re_compile_pattern): Typo in a comment fixed.
3602 2002-07-10 Isamu Hasegawa <isamu@yamato.ibm.com>
3604 * posix/regex_internal.h: Add new member STOP to struct re_string_t.
3605 (re_string_eoi): Use STOP instead of LEN.
3606 * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
3607 (re_string_construct): Likewise.
3608 (re_string_reconstruct): Adjust pstr->stop like pstr->len.
3609 * posix/regexec.c (re_search_internal): Add a new argument STOP
3610 so that it can handle the argument STOP of re_search_2 and re_match_2
3612 (regexec): Adapt to new I/F of re_search_internal.
3613 (re_search_stub): Likewise.
3615 2002-07-25 Ulrich Drepper <drepper@redhat.com>
3617 * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
3619 * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
3621 * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
3622 * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
3625 * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
3626 * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
3627 * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
3628 alias for adjtimex syscall.
3630 * elf/dl-minimal.c: Define __assert_fail_internal.
3631 * assert/assert.c: Likewise.
3632 * include/assert.h: Define __assert_file macro if !SHARED and not
3635 * iconv/Makefile: Define NOT_IN_libc for objects in standalone
3637 * locale/Makefile: Likewise.
3638 * nscd/Makefile: Likewise.
3639 * catgets/Makefile: Likewise.
3641 2002-07-24 Ulrich Drepper <drepper@redhat.com>
3643 * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
3644 compute current position.
3646 * stdio-common/tst-fseek.c (main): Improve error messages.
3648 * libio/tst-freopen.c (main): Remove unused variable.
3650 * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
3651 succesful seek call. Simplify error checking.
3653 2002-07-25 Jakub Jelinek <jakub@redhat.com>
3655 * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
3656 * sysdeps/ia64/fpu/libm_support.h: Likewise.
3658 2002-07-19 Roland McGrath <roland@frob.com>
3660 * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
3661 __libc_enable_secure is set.
3663 2002-07-24 Roland McGrath <roland@frob.com>
3665 Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
3666 This implementation supports only IPv4.
3667 * inet/ifaddrs.h: New file.
3668 * sysdeps/generic/ifaddrs.c: New file.
3669 * sysdeps/gnu/ifaddrs.c: New file.
3670 * inet/test-ifaddrs.c: New file.
3671 * inet/Makefile (routines): Add ifaddrs.
3672 (headers): Add ifaddrs.h here.
3673 (tests): Add test-ifaddrs.
3674 * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
3676 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
3677 socket call to get an AF_INET socket, instead of using __opensock.
3678 The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
3680 * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
3681 if not -1 use it instead of calling __opensock.
3682 * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
3683 * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
3684 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
3686 * sysdeps/mach/hurd/ifreq.h: New file.
3687 * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
3688 * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
3689 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
3691 * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
3692 which gets moved around. Calculate size of mmap'd buffer instead.
3694 2002-07-24 Philip Blundell <philb@gnu.org>
3696 * sysdeps/unix/arm/brk.S: Improve schedule.
3697 * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
3698 efficient instruction.
3699 (__socket): Optimize return sequence.
3701 2002-07-24 Ulrich Drepper <drepper@redhat.com>
3703 * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
3704 sockets on old kernels.
3706 2002-07-22 Philip Blundell <philb@gnu.org>
3708 * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
3709 definiton of _old_sys_nerr. Define _old_sys_errlist as strong
3712 2002-07-24 Ulrich Drepper <drepper@redhat.com>
3714 * locale/hashval.h: Make more self-contained by defining LONG_BITS.
3715 * locale/programs/simple-hash.c: Remove LONG_BITS definition.
3717 * locale/programs/locarchive.c (add_locale_to_archive): Correct
3718 test to detect duplicate locales.
3720 * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
3721 position would be before beginning of file.
3722 (_IO_file_seekoff_mmap): Likewise.
3723 * libio/Makefile (tests): Add bug-fseek.
3724 * libio/bug-fseek.c: New file.
3726 * intl/explodename.c: Remove support for CEN-style locale variables.
3727 It was never used and shouldn't be since it's not portable.
3728 * intl/finddomain.c: Likewise.
3729 * intl/l10nflist.c: Likewise.
3730 * intl/loadinfo.h: Likewise.
3731 * locale/findlocale.c: Likewise.
3733 2002-07-24 Roland McGrath <roland@frob.com>
3735 * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
3736 position, calculate it to take into account an active pushback buffer.
3738 * libio/Makefile (tests): Add bug-ungetc.
3739 * libio/bug-ungetc.c: New file.
3741 2002-07-23 Ulrich Drepper <drepper@redhat.com>
3743 * sysdeps/generic/libc-tls.c: New file.
3744 * csu/Makefile (routines): Add libc-tls.
3745 (static-only-routines): Add libc-tls.
3746 * elf/dl-support.c (_dl_phdr): New variable.
3747 (_dl_phnum): New variable.
3748 (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
3749 * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
3750 for !SHARED. First look through auxiliary vector. If TLS always
3751 call __pthread_initialize_minimal.
3753 * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
3754 in mmap call is never zero.
3756 2002-07-23 Andreas Jaeger <aj@suse.de>
3758 * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
3759 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
3761 2002-07-22 Ulrich Drepper <drepper@redhat.com>
3763 * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
3764 creation and removal of the temp file.
3766 * libio/bug-rewind.c: Use test skeleton. Use create_temp_file for
3768 * test-skeleton.c (create_temp_file): New function.
3770 2002-07-22 Andreas Jaeger <aj@suse.de>
3772 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
3775 2002-07-21 Roland McGrath <roland@frob.com>
3777 * wcsmbs/Makefile (strtox-CFLAGS): New variable,
3778 put -I../include before -I../stdlib so we get the right errno.h et al.
3779 (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
3780 (CFLAGS-wcstof.c): Likewise.
3781 (CFLAGS-wcstold.c): Likewise.
3782 (CFLAGS-wcstod_l.c): Likewise.
3783 (CFLAGS-wcstof_l.c): Likewise.
3784 (CFLAGS-wcstold_l.c): Likewise.
3786 2002-07-19 Roland McGrath <roland@frob.com>
3788 * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
3790 2002-07-20 Ulrich Drepper <drepper@redhat.com>
3792 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
3793 __ASSUME_AT_XID is defined.
3794 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
3796 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
3797 of AT_UID, AT_EUID, AT_GID, and AT_EGID.
3799 * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
3800 (CFLAGS-wcstof.c): Likewise.
3801 (CFLAGS-wcstold.c): Likewise.
3802 (CFLAGS-wcstod_l.c): Likewise.
3803 (CFLAGS-wcstof_l.c): Likewise.
3804 (CFLAGS-wcstold_l.c): Likewise.
3806 2002-07-18 Jakub Jelinek <jakub@redhat.com>
3808 * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
3809 __priority_which_t): Always typedef to int for C++.
3811 2002-07-19 Ulrich Drepper <drepper@redhat.com>
3813 * configure.in: Add test for __thread support in compiler.
3814 * config.h.in: Add HAVE___THREAD.
3815 * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
3816 * include/sys/errno.h: Moved to...
3817 * stdlib/sys/errno.h: ...here. New file.
3818 * stdlib/errno.h: New file. Moved from...
3819 * include/errno.h: ...here. Changed into an internal header defining
3820 libc-local things like __set_errno.
3821 * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
3823 * elf/dl-minimal.c: Include <tls.h>. Define errno as thread-local
3824 variable if USE_TLS && HAVE___THREAD. Don't define __errno_location
3826 * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
3828 (_dl_start_final): ...here. Add code to initialize tls elements from
3830 * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
3831 if USE_TLS && HAVE___THREAD.
3832 * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
3833 * sysdeps/mach/hurd/bits/errno.h: Likewise.
3834 * sysdeps/standalone/arm/bits/errno.h: Likewise.
3835 * sysdeps/standalone/bits/errno.h: Likewise.
3836 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
3837 * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
3838 * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
3839 * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
3840 * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
3841 * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
3842 * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
3843 * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
3844 use GL(dl_rtld_map), use map parameter.
3845 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3846 * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
3847 USE_TLS && HAVE___THREAD.
3848 * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
3849 definitions. If USE_TLS && HAVE___THREAD store errooor value using
3851 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
3853 * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
3854 * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
3855 * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
3856 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
3857 * sysdeps/unix/sysv/linux/readv.c: Likewise.
3858 * sysdeps/unix/sysv/linux/writev.c: Likewise.
3860 2002-07-17 Ulrich Drepper <drepper@redhat.com>
3862 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
3863 MS_INVALIDATE values.
3865 2002-07-17 Andreas Schwab <schwab@suse.de>
3866 Ulrich Drepper <drepper@redhat.com>
3868 * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
3869 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3870 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3871 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3873 2002-07-01 H.J. Lu <hjl@gnu.org>
3875 * elf/circleload1.c (load_dso): Call "circlemod1" and check
3878 * elf/circlemod1.c (circlemod1): Return int.
3879 * elf/circlemod2.c (circlemod2): Likewise.
3880 * elf/circlemod2a.c (circlemod2): Likewise.
3881 * elf/circlemod3.c (circlemod3): Likewise.
3882 (circlemod3a): A new function.
3884 2002-07-16 Ulrich Drepper <drepper@redhat.com>
3886 * catgets/tst-catgets.c (main): Don't expect results for
3887 untranslated messages.
3889 * glibcbug.in: Fix little typo. Remove STDIO.
3891 * config.h.in: Fail if __FAST_MATH__ is defined.
3892 * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
3893 (CPPFLAGS-test-idouble.c): Likewise.
3894 (CPPFLAGS-test-ildouble.c): Likewise.
3896 2002-07-15 Ulrich Drepper <drepper@redhat.com>
3898 * intl/tst-gettext.sh: Pass -f option to msgfmt.
3899 * intl/tst-gettext.c: Correctly handle untranslated messages in
3902 * po/de.po: Update from translation team.
3904 2002-07-02 H.J. Lu <hjl@gnu.org>
3906 * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>. Always
3908 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
3910 * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
3913 2002-07-15 Ulrich Drepper <drepper@redhat.com>
3915 * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
3916 TLS fail if USE_TLS is not defined.
3918 * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
3919 and adjust state for seek position. [PR libc/4070]
3920 * libio/Makefile (tests): Add bug-rewind.
3921 * libio/bug-rewind.c: New file.
3923 2002-07-12 Philip Blundell <philb@gnu.org>
3925 * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
3926 (__backtrace): Use it.
3927 * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define. [PR libc/2632]
3929 2002-07-12 Philip Blundell <philb@gnu.org>
3931 * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
3932 R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC. Only check
3933 for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
3934 (elf_machine_rela): Remove unused variable.
3936 * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
3937 (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
3940 2002-07-12 Ulrich Drepper <drepper@redhat.com>
3942 * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
3944 2002-07-14 Andreas Jaeger <aj@suse.de>
3946 * sysdeps/x86_64/bits/link.h: Add biarch support.
3948 2002-07-13 Andreas Jaeger <aj@suse.de>
3950 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
3951 Use correct indices.
3952 Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
3954 2002-07-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3956 * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
3957 * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
3958 * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
3959 * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
3960 * sysdeps/s390/s390-32/bits/link.h: Remove.
3961 * sysdeps/s390/s390-64/bits/link.h: Remove.
3962 * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
3963 * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
3964 * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
3965 * sysdeps/s390/bits/wordsize.h: New file.
3966 * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
3968 * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
3969 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
3970 * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
3971 * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
3972 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
3973 * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
3974 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
3975 * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
3976 * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
3977 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
3978 * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
3979 * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
3981 * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
3982 * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
3983 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
3984 * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
3985 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
3986 * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
3987 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
3989 * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
3990 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
3992 * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
3993 * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
3994 * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
3996 * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
3997 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
3998 * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
3999 * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4000 * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4001 * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4002 * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4003 * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4005 * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4006 * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4007 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4009 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4010 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4012 2002-07-11 Ulrich Drepper <drepper@redhat.com>
4014 * Versions.def (libc): Add GLIBC_2.3.
4015 * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4016 * stdlib/canonicalize.c: Add compatibility version for realpath
4017 and make new code available in GLIBC_2.3.
4019 2002-07-06 Bruno Haible <bruno@clisp.org>
4021 * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4023 2002-07-11 Ulrich Drepper <drepper@redhat.com>
4025 * resolv/res_hconf.c (_res_hconf_init): Move code into new
4026 function do_init. Use __libc_once.
4027 (do_init): New function.
4029 * iconvdata/iso8859-11.h: Removed.
4030 * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4031 (distribute): Remove iso8859-11.h.
4032 * iconvdata/tst-tables.sh: Add ISO-8859-11.
4034 * stdio-common/vfscanf.c (inchar): Restore errno from previous
4035 underflow operation if c == (W)EOF.
4037 2002-07-03 Jakub Jelinek <jakub@redhat.com>
4039 * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4040 non-zero, adjust exponent.
4041 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4042 Remove NO_LONG_DOUBLE aliases.
4043 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4044 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4045 (__log1pl): Raise divide by zero and invalid exceptions when needed.
4046 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4048 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4049 Fix BITS_PER_MP_LIMB 32 extraction.
4050 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4051 exceptions for qNaNs.
4052 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4053 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4054 Raise exceptions when needed. Don't recurse unnecessarily.
4055 Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4056 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4057 exceptions for qNaNs.
4058 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4059 to fix *quo return value sign.
4060 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4062 * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4064 2002-07-01 Jakub Jelinek <jakub@redhat.com>
4066 * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4067 * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4070 2002-07-10 Ulrich Drepper <drepper@redhat.com>
4072 * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4075 * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4076 output parameter. Reported by Denis Zaitsev <zzz@cd-club.ru>.
4078 * Versions.def (libthread_db): Add GLIBC_2.3.
4080 2002-07-09 Jakub Jelinek <jakub@redhat.com>
4082 * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4083 new stream if possible.
4084 * libio/freopen64.c (freopen64): Likewise.
4085 * libio/Makefile (tests): Add tst-freopen.
4086 * libio/tst-freopen.c: New file.
4088 2002-07-03 Jakub Jelinek <jakub@redhat.com>
4090 * libio/stdio.h (obstack_printf): Add format attribute.
4091 (obstack_vprintf): Likewise.
4093 2002-07-04 Jakub Jelinek <jakub@redhat.com>
4095 * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4096 resp. 16 bytes on 32-bit resp. 64-bit platforms.
4097 (re_charset_t, re_string_t): Reorder structure members for 64-bit
4100 2002-07-04 Jakub Jelinek <jakub@redhat.com>
4102 * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4103 (init_dfa): ...here.
4105 2002-07-05 Isamu Hasegawa <isamu@yamato.ibm.com>
4107 * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4108 OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4109 nodes in parse trees.
4110 (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4111 and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4112 (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4113 nodes which can epsilon transit.
4114 * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4115 to IS_EPSILON_NODE macro.
4116 * posix/regexec.c (update_regs): New function to update registers
4117 by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4118 (proceed_next_node): Use the entities of the nodes to determine
4119 whether the node can transit to.
4120 (set_regs): Use update_regs function to update registers.
4122 2002-07-03 Jakub Jelinek <jakub@redhat.com>
4124 * posix/bug-regex4.c (main): Remove duplicate setlocale.
4125 * posix/bug-regex6.c: New file.
4126 * posix/Makefile (tests): Add bug-regex6.
4127 (bug-regex6-ENV): Set LOCPATH.
4129 2002-07-10 Ulrich Drepper <drepper@redhat.com>
4131 * Versions.def [libpthread]: Add GLIBC_2.2.6.
4132 * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4134 2002-07-06 Bruno Haible <bruno@clisp.org>
4136 * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4138 2002-07-06 Bruno Haible <bruno@clisp.org>
4140 * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4143 * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4145 * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4147 * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4149 * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4151 * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4152 * sysdeps/generic/bits/ustat.h: Likewise.
4154 * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4156 2002-07-08 Andreas Jaeger <aj@suse.de>
4158 * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4160 2002-07-08 Andreas Jaeger <aj@suse.de>
4162 * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4164 2002-07-06 Andreas Jaeger <aj@suse.de>
4166 * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4167 * sysdeps/x86_64/fpu/s_copysign.S: New file.
4168 * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4169 * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4170 * sysdeps/x86_64/fpu/s_finitel.S: New file.
4171 * sysdeps/x86_64/fpu/s_fmax.S: New file.
4172 * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4173 * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4174 * sysdeps/x86_64/fpu/s_fmin.S: New file.
4175 * sysdeps/x86_64/fpu/s_fminf.S: New file.
4176 * sysdeps/x86_64/fpu/s_fminl.S: New file.
4178 2002-06-05 Brian Youmans <3diff@gnu.org>
4180 * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4181 * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4182 * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4183 * sysdeps/ia64/fpu/e_asin.S: Likewise.
4184 * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4185 * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4186 * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4187 * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4188 * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4189 * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4190 * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4191 * sysdeps/ia64/fpu/e_exp.S: Likewise.
4192 * sysdeps/ia64/fpu/e_expf.S: Likewise.
4193 * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4194 * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4195 * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4196 * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4197 * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4198 * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4199 * sysdeps/ia64/fpu/e_log.S: Likewise.
4200 * sysdeps/ia64/fpu/e_logf.S: Likewise.
4201 * sysdeps/ia64/fpu/e_pow.S: Likewise.
4202 * sysdeps/ia64/fpu/e_powf.S: Likewise.
4203 * sysdeps/ia64/fpu/e_powl.S: Likewise.
4204 * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4205 * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4206 * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4207 * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4208 * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4209 * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4210 * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4211 * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4212 * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4213 * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4214 * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4215 * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4216 * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4217 * sysdeps/ia64/fpu/libm_error.c: Likewise.
4218 * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4219 * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4220 * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4221 * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4222 * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4223 * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4224 * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4225 * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4226 * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4227 * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4228 * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4229 * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4230 * sysdeps/ia64/fpu/s_logb.S: Likewise.
4231 * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4232 * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4233 * sysdeps/ia64/fpu/s_modf.S: Likewise.
4234 * sysdeps/ia64/fpu/s_modff.S: Likewise.
4235 * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4236 * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4237 * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4238 * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4239 * sysdeps/ia64/fpu/s_rint.S: Likewise.
4240 * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4241 * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4242 * sysdeps/ia64/fpu/s_round.S: Likewise.
4243 * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4244 * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4245 * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4246 * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4247 * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4248 * sysdeps/ia64/fpu/s_significand.S: Likewise.
4249 * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4250 * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4251 * sysdeps/ia64/fpu/s_tan.S: Likewise.
4252 * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4253 * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4254 * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4255 * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4256 * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4257 * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4258 reflect IBM donation of math library to FSF
4259 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4260 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4261 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4262 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4263 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4264 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4265 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4266 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4267 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4268 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4269 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4270 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4271 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4272 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4273 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4274 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4275 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4276 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4277 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4278 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4279 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4280 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4281 * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4282 * sysdeps/vax/__longjmp.c: Likewise.
4283 * sysdeps/vax/setjmp.c: Likewise.
4284 * libio/filedoalloc.c: Fixed BSD copying permission notice to
4285 remove advertising clause
4286 * sysdeps/vax/htonl.s: Likewise.
4287 * sysdeps/vax/htons.s: Likewise.
4288 * libio/wfiledoalloc.c: Likewise.
4289 * stdlib/random.c: Likewise.
4290 * stdlib/random_r.c: Likewise.
4291 * sysdeps/mach/sys/reboot.h: Likewise.
4292 * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4293 * sysdeps/posix/getaddrinfo.c: Likewise.
4294 * sunrpc/des_impl.c: Updated license permission notice to Lesser
4295 GPL and corrected pointer to point to the correct license.
4297 2002-07-04 Andreas Jaeger <aj@suse.de>
4299 * scripts/config.guess: New upstream version.
4300 * scripts/config.sub: Likewise.
4302 2002-07-02 Andreas Schwab <schwab@suse.de>
4304 * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4305 in parallel to bumping up the buffer pointer.
4307 2002-07-01 Jakub Jelinek <jakub@redhat.com>
4309 * math/libm-test.inc (acos_test): Add missing L suffix for
4311 (cpow_test): Likewise.
4312 * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4313 error for acos (0.0625).
4315 2002-06-30 Ulrich Drepper <drepper@redhat.com>
4317 * locale/iso-639.def: Add entry for Ganda.
4318 * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4320 (address_finish): Handle entries with two letter ISO 639 code.
4322 * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4323 directory if it existed before.
4324 * iconv/iconvconfig.c: Implement --prefix option.
4326 * math/libm-test.inc (cexp_test): Add missing L suffix for
4327 expected result. Reported by Stephen L Moshier <steve@moshier.net>.
4328 * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4331 2002-05-29 H.J. Lu <hjl@gnu.org>
4333 * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4336 2002-05-28 H.J. Lu <hjl@gnu.org>
4338 * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4339 are not dlopened on the dependency list of a dlopened object.
4341 2002-06-30 Ulrich Drepper <drepper@redhat.com>
4343 * elf/dl-lookup.c (add_dependency): It is not necessary to add
4344 dependencies if they are created between objects which are created
4345 while processing RTLD_NOW for objects loaded as part of the same
4348 2002-06-14 H.J. Lu <hjl@gnu.org>
4350 * elf/Makefile (tests): Add circleload1.
4351 (modules-names): Add circlemod1, circlemod2, circlemod3,
4352 circlemod1a, circlemod2a and circlemod3a.
4353 ($(objpfx)circleload1): New target.
4354 ($(objpfx)circleload1.out): Likewise.
4355 ($(objpfx)circlemod1.so): Likewise.
4356 ($(objpfx)circlemod2.so): Likewise.
4357 ($(objpfx)circlemod1a.so): Likewise.
4358 ($(objpfx)circlemod2a.so): Likewise.
4359 * elf/circleload1.c: New file.
4360 * elf/circlemod1.c: New file.
4361 * elf/circlemod1a.c: New file.
4362 * elf/circlemod2.c: New file.
4363 * elf/circlemod2a.c: New file.
4364 * elf/circlemod3.c: New file.
4365 * elf/circlemod3a.c: New file.
4367 2002-06-18 Amos Waterland <apw@us.ibm.com>
4369 * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4371 * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4372 add check for fd not open for writing.
4374 * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4375 completed element(s) and do not suspend thread if so. Patch
4376 heavily modified by drepper.
4378 * rt/tst-aio7.c: New file. Regression test for problems which the
4379 above three changes fix.
4380 * rt/Makefile (tests): Add tst-aio7.
4382 2002-06-29 Ulrich Drepper <drepper@redhat.com>
4384 * rt/tst-aio6.c: Fix comment.
4386 * catgets/gencat.c (read_input_file): Handle more than one slash
4387 at end of line correctly [PR libc/3926].
4388 Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4390 * catgets/sample.SJIS: Add test case for above bug.
4391 * catgets/test-gencat.c: Adjust test code.
4392 * catgets/test-gencat.sh: Adjust expected results.
4394 * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4395 to skip relative relocations.
4396 Patch by Geoff Keating <geoffk@redhat.com>.
4398 2002-05-26 Bruno Haible <bruno@clisp.org>
4400 * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4401 (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4402 All callers changed.
4403 * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4404 STANDARD_FROM_LOOP_ERR_HANDLER.
4405 (utf8_internal_loop): Likewise.
4406 (ucs2_internal_loop): Likewise.
4407 (internal_ucs2_loop): Perform error handling like in
4408 STANDARD_FROM_LOOP_ERR_HANDLER.
4409 * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4410 in STANDARD_FROM_LOOP_ERR_HANDLER.
4411 (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4413 * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4414 in STANDARD_FROM_LOOP_ERR_HANDLER.
4415 (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4417 * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4418 in STANDARD_FROM_LOOP_ERR_HANDLER.
4419 (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4421 * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4422 STANDARD_FROM_LOOP_ERR_HANDLER.
4423 * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4424 * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4425 * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4426 * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4427 * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4428 * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4429 * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4430 * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4431 * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4432 * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4433 * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4434 * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4435 * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4436 * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4437 * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4438 * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4439 * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4440 * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4441 * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4442 * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4443 * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4444 * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4445 * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4446 * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4447 * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4448 * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4449 * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4450 * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4451 * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise. When ignoring
4452 an error, still set result = __GCONV_ILLEGAL_INPUT.
4453 (BODY for TO_LOOP): Likewise.
4454 * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
4455 STANDARD_FROM_LOOP_ERR_HANDLER.
4456 (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4457 * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
4458 (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4460 (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4461 * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
4462 STANDARD_FROM_LOOP_ERR_HANDLER.
4463 (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4464 * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
4465 STANDARD_FROM_LOOP_ERR_HANDLER.
4466 (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4467 * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
4468 STANDARD_FROM_LOOP_ERR_HANDLER.
4469 (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4470 * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
4471 STANDARD_FROM_LOOP_ERR_HANDLER.
4472 (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4473 * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
4474 (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4476 (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4477 * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
4478 * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
4479 * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
4481 2002-06-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4483 * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
4484 labels in assembler instructions.
4486 2002-06-25 Ulrich Drepper <drepper@redhat.com>
4488 * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
4489 not enough content is available.
4490 * libio/tst-eof.c: New file.
4491 * libio/Makefile (tests): Add tst-eof.
4493 * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
4495 * libio/tst-atime.c: New file.
4496 * libio/Makefile (tests): Add tst-atime.
4498 * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
4499 handling of overly long words.
4501 2002-06-25 Andreas Jaeger <aj@suse.de>
4503 * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
4504 to not use 32-bit pc relative relocations.
4505 (elf_machine_dynamic): Likewise.
4507 2002-06-21 Ulrich Drepper <drepper@redhat.com>
4509 * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
4510 (__GETDENTS): Check for failed getdents64 syscall.
4511 * dirent/Makefile (tests): Add bug-readdir1.
4512 * dirent/bug-readdir1.c: New file.
4514 2002-06-17 Jakub Jelinek <jakub@redhat.com>
4516 * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
4518 * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
4519 code. Print TLS modid and offset for modules containing PT_TLS
4522 2002-06-09 Jakub Jelinek <jakub@redhat.com>
4524 * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4525 * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4526 * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4527 * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4529 2002-06-07 Jakub Jelinek <jakub@redhat.com>
4531 * nss/getXXbyYY_r.c (NEW, NEW1): Define.
4532 (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
4533 (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
4534 * nss/getXXent_r.c (NEW, NEW1): Define.
4535 (NEW (REENTRANT_GETNAME)): Strong alias to
4536 INTERNAL (REENTRANT_GETNAME).
4537 (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
4539 2002-06-21 Ulrich Drepper <drepper@redhat.com>
4541 * libio/fileops.c (_IO_file_setbuf_mmap): New function.
4542 (_IO_file_jumps_mmap): Use it.
4543 * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
4544 * libio/libioP.h: Remove _IO_wdefault_setbuf and
4545 _IO_wdefault_setbuf_internal prorotypes. Add _IO_file_setbuf_mmap
4547 * libio/wfileops.c (_IO_wfile_setbuf): Removed.
4548 (_IO_wfile_jumps_mmap): Don't use it anymore.
4549 * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
4550 * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
4551 _IO_wdefault_setbuf.
4552 * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
4553 * libio/wstrops.c (_IO_wstr_jumps): Likewise.
4554 * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
4556 2002-06-05 Jakub Jelinek <jakub@redhat.com>
4558 * libio/Makefile (tests): Add tst-mmap-setvbuf.
4559 * libio/tst-mmap-setvbuf.c: New test.
4561 2002-06-21 Andreas Jaeger <aj@suse.de>
4563 * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
4565 2002-06-18 Jakub Jelinek <jakub@redhat.com>
4567 * include/unistd.h (__fork_internal): Remove.
4568 (__fork): Don't define to __fork_internal.
4569 * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
4570 * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
4571 * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
4572 * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
4573 * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
4575 2002-06-20 Ulrich Drepper <drepper@redhat.com>
4577 * po/hr.po: New file.
4579 2002-06-11 Wolfram Gloger <wg@malloc.de>
4581 * malloc/malloc.c: Fix error path when new_heap() returns NULL.
4582 Reported by Michael Meissner <meissner@redhat.com>.
4584 2002-06-20 Ulrich Drepper <drepper@redhat.com>
4586 * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
4587 Patch by Hans Boehm <hans_boehm@hp.com>.
4589 2002-06-20 Andreas Jaeger <aj@suse.de>
4591 * math/libm-test.inc: Use exact values as input parameters,
4592 compute output parameters with 36 digits for 128-bit long doubles.
4593 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
4594 * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
4595 * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
4597 2002-06-13 Stephen L Moshier <steve@moshier.net>
4599 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
4600 argument or result is subnormal.
4602 2002-06-19 Ulrich Drepper <drepper@redhat.com>
4604 * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
4606 * sysdeps/i386/fpu/s_remquof.S: Likewise.
4607 * sysdeps/i386/fpu/s_remquol.S: Likewise.
4609 * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
4611 2002-06-17 David Mosberger <davidm@hpl.hp.com>
4613 * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
4614 typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
4615 Reported by Peter A. Buhr.
4617 2002-06-15 Roland McGrath <roland@frob.com>
4619 * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
4622 * sysdeps/mach/hurd/getcwd.c
4623 (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
4625 * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
4626 * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
4628 * sysdeps/alpha/divrem.h: Use local label instead of global one for
4629 jump to local subroutine.
4631 2002-06-14 Roland McGrath <roland@frob.com>
4633 * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
4634 * sysdeps/mach/hurd/Makeconfig: ... here.
4636 2002-06-13 Andreas Schwab <schwab@suse.de>
4638 * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
4639 * sysdeps/m68k/fpu/s_finitef.c: Likewise.
4640 * sysdeps/m68k/fpu/s_finitel.c: Likewise.
4642 2002-06-13 Roland McGrath <roland@frob.com>
4644 * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
4645 * hurd/hurdstartup.c (_hurd_startup): Likewise.
4646 Use intptr_t instead of int for argc in stack layout.
4647 * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
4648 (_dl_init_first): Likewise.
4649 (_hurd_stack_setup): Likewise.
4650 (init1): Add a cast.
4651 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
4653 * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
4654 argument to pfinet_siocgifconf RPC.
4656 2002-06-13 Andreas Schwab <schwab@suse.de>
4658 * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
4661 2002-06-12 Roland McGrath <roland@frob.com>
4663 * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
4665 [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
4666 [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
4668 2002-06-11 Roland McGrath <roland@frob.com>
4670 * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
4671 file on [!RTLD_STAT64].
4672 * sysdeps/mach/hurd/fxstat64.c: Likewise.
4674 * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
4675 (__fdopen): Use INTUSE.
4676 * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
4678 * stdio-common/tmpfile64.c: File removed.
4679 * sysdeps/generic/tmpfile64.c: New file.
4680 * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
4681 if not already defined.
4682 (tmpfile): Use it in place of __GT_FILE.
4684 * include/unistd.h: Declare __chown_internal.
4686 * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
4687 * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
4689 2002-06-09 Roland McGrath <roland@frob.com>
4691 Update to new Hurd RPC interfaces supporting 64-bit file sizes.
4692 * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
4693 value of HURD_INTERFACE_VERSION >= 20020609.
4694 * sysdeps/mach/hurd/configure: Regenerated.
4695 * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
4696 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
4697 convert a struct stat64 into a struct stat and return 0 or -1
4698 with errno set to EOVERFLOW.
4699 * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
4700 for struct statfs64 to struct statfs.
4701 * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
4702 * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
4703 * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
4704 * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
4705 * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
4706 * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
4707 * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4708 * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
4709 * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
4710 * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
4711 * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
4712 * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
4713 * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
4714 * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
4715 * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
4716 * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
4717 * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
4718 * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
4719 * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
4720 * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
4721 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
4722 Use struct stat64 for io_stat argument.
4723 * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
4724 * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
4726 * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
4727 * hurd/fd-write.c (_hurd_fd_write): Likewise.
4728 * hurd/hurd/fd.h: Update decls.
4729 * sysdeps/mach/hurd/getcwd.c
4730 (_hurd_canonicalize_directory_name_internal): Use ino64_t
4731 and struct dirent64.
4732 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
4733 (__xstat): Renamed to __xstat64, use struct stat64 for argument.
4734 (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
4735 (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
4737 2002-06-08 Roland McGrath <roland@frob.com>
4739 * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
4740 instead of unsigned long int for __allocation and __size members.
4742 2002-06-09 Jakub Jelinek <jakub@redhat.com>
4744 * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4745 * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4746 * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4747 * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4749 2002-06-07 Roland McGrath <roland@frob.com>
4751 * sysdeps/mach/hurd/bits/environments.h: File removed.
4753 2002-06-07 Jakub Jelinek <jakub@redhat.com>
4755 * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
4756 * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
4757 * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
4758 * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
4759 * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
4760 (sendfile64): Likewise.
4761 * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
4762 * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
4763 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
4765 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
4767 * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
4770 2002-06-04 Bruno Haible <bruno@clisp.org>
4772 * sysdeps/cris/stackinfo.h: New file.
4774 * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
4775 to an integer type before performing bit operations on it.
4777 2002-06-05 Roland McGrath <roland@frob.com>
4779 * sysdeps/generic/sendfile.c: Include <errno.h>.
4780 * sysdeps/generic/sendfile64.c: Likewise.
4782 * io/Makefile (routines): Add sendfile and sendfile64.
4783 (headers): Add sys/sendfile.h to the list.
4784 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
4785 * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
4786 * io/sys/sendfile.h: ... here.
4787 * sysdeps/generic/sendfile.c: New file.
4788 * sysdeps/generic/sendfile64.c: New file.
4790 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
4791 Move sendfile, sendfile64 to ...
4792 * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
4793 * sysdeps/mach/hurd/sendfile.c: New file.
4794 * sysdeps/mach/hurd/sendfile64.c: New file.
4796 * sysdeps/mach/nanosleep.c: New file.
4798 2002-06-04 Roland McGrath <roland@frob.com>
4800 * sysdeps/alpha/elf/configure.in: New file. Check for TLS support.
4801 * sysdeps/alpha/elf/configure: New file (generated).
4803 2002-06-02 Roland McGrath <roland@frob.com>
4805 * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
4807 2002-06-01 Roland McGrath <roland@frob.com>
4809 * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
4810 i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
4812 2002-05-19 Ulrich Drepper <drepper@redhat.com>
4814 * resolv/resolv.h (struct __res_state): Remove unused nstimes.
4816 * resolv/res_init.c (__res_vinit): Initialize nsmap array.
4817 Remove nstimes setting.
4818 (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
4819 * resolv/res_send.c (res_nsend): Don't close unconditionally if
4820 there is mix of IPv6 and IPv4 nameservers.
4821 Use nsmap array to find free slots and preserve nameserver ordering.
4824 2002-05-30 Ulrich Drepper <drepper@redhat.com>
4826 * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
4827 use this header with LFS.
4829 * po/sk.po: Update from translation team.
4831 2002-05-28 Andreas Schwab <schwab@suse.de>
4833 * sysdeps/generic/readelflib.c (process_elf_file): Give correct
4834 message when finding object of wrong class.
4836 2002-05-28 Jakub Jelinek <jakub@redhat.com>
4838 * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
4839 Patch by <radu@netsoft.ro>.
4841 2002-05-30 Ulrich Drepper <drepper@redhat.com>
4843 * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
4845 * sysdeps/unix/sysv/linux/readahead.c: New file.
4846 * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
4847 * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
4848 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
4849 Add sendfile64 alias to sendfile syscall.
4850 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4851 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4852 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4853 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
4856 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
4857 special section for PIC register loading.
4858 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4860 * config.h.in: Define HAVE_HIDDEN.
4861 * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
4863 * elf/elf.h: Correct Alpha TLS relocations according to last spec.
4865 2002-05-28 Roland McGrath <roland@frob.com>
4867 * sysdeps/mach/alpha/setfpucw.c: New file.
4869 2002-05-26 Roland McGrath <roland@frob.com>
4871 * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
4872 Use integer_t instead of int for IOC_VOID case.
4874 2002-05-27 Alexandre Oliva <aoliva@redhat.com>
4876 * configure.in (DO_STATIC_NSS): Define if --disable-shared.
4878 2002-05-26 Bruno Haible <bruno@clisp.org>
4880 * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
4881 end of the ISO-8859-7 from idx table.
4883 2002-05-27 Ulrich Drepper <drepper@redhat.com>
4885 * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
4887 2002-05-24 David S. Miller <davem@redhat.com>
4889 * string/bits/string2.h (memset): Do not try to optimize when
4890 not _STRING_ARCH_unaligned if GCC will do the right thing.
4892 2002-05-21 Isamu Hasegawa <isamu@yamato.ibm.com>
4894 * posix/regex.c: Define `inline' as a macro into nothing for the
4895 compilers which lack the keyword.
4896 * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
4897 for the compatibility of gawk.
4898 * posix/regcomp.c: Add fake implementation of isblank() for the
4899 environments which lack the function.
4900 Don't use free_charset() in case of non-i18n envs.
4901 (build_range_exp): Don't use i18n related code in case of non-i18n
4903 (build_collating_symbol): Likewise.
4904 (build_equiv_class): Likewise.
4905 (build_charclass): Likewise.
4906 (re_compile_fastmap_iter): Likewise.
4907 (parse_bracket_exp): Likewise.
4908 (build_word_op): Likewise.
4909 (regfree): Don't use free_charset() in case of non-i18n envs.
4910 * posix/regex_internal.h: Remove COMPLEX_BRACKET from
4911 re_token_type_t in case of non-i18n envs.
4912 Don't define re_charset_t in case of non-i18n envs.
4913 Change the type of wcs of re_string_t from wchar_t to wint_t,
4914 since we store also WEOF.
4915 * posix/regex_internal.c: (re_string_realloc_buffers): Change
4916 the type of wcs of re_string_t from wchar_t to wint_t.
4917 (re_string_reconstruct): Likewise.
4918 (create_ci_newstate): Don't use i18n related code in case of
4920 (create_cd_newstate): Likewise.
4922 2002-05-24 Ulrich Drepper <drepper@redhat.com>
4924 * iconv/loop.c: Fix typo.
4926 2002-05-23 Jakub Jelinek <jakub@redhat.com>
4928 * inet/ether_line.c (ether_line): Fix a typo causing only
4929 lower 4 bits of each ethernet address byte being assigned.
4930 Don't modify what line points to.
4931 * inet/tst-ether_aton.c (main): Add ether_line tests.
4933 2002-05-23 Marcus Brinkmann <marcus@gnu.org>
4935 * manual/filesys.texi: Don't make readlink example leak memory
4936 when readlink fails.
4938 2002-05-20 Ulrich Drepper <drepper@redhat.com>
4940 * iconv/loop.c: Fix condition for defining unaligned loop. Add
4941 some more security checks.
4943 2002-05-17 David S. Miller <davem@redhat.com>
4945 * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
4947 2002-05-16 David S. Miller <davem@redhat.com>
4949 * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
4950 (elf_machine_dynamic): Use it to force PIC register to be loaded.
4951 (elf_machine_load_address): Likewise.
4952 * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
4954 * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
4955 is unaligned, do not forget to fully initialize %g1 magic value.
4957 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
4958 register definitions and provide 32-bit variants of structures
4959 during 64-bit builds.
4961 * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
4962 * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
4963 * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
4964 * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
4965 _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
4966 (_FP_FROM_INT): Perform right shifts on unsigned integer type.
4967 Do not clear implicit one bit here, it must be done post-rounding.
4968 Only pad to the left using left shift if value uses less than the
4969 available fractional bits.
4971 2002-05-20 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4973 * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
4974 instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
4975 (shared-only-routines): Likewise.
4976 * sysdeps/powerpc/libgcc-compat.c: New file.
4977 * sysdeps/wordsize-32/cmpdi2.c: Removed.
4978 * sysdeps/wordsize-32/fixdfdi.c: Removed.
4979 * sysdeps/wordsize-32/fixsfdi.c: Removed.
4980 * sysdeps/wordsize-32/shdi3.c: Removed.
4982 2002-05-16 Bruno Haible <bruno@clisp.org>
4984 * MakeTAGS (libc.pot): Don't sort the output.
4985 * po/header.pot: Update to match xgettext 0.11 output.
4987 2002-05-16 Bruno Haible <bruno@clisp.org>
4989 * MakeTAGS (subdirs): Remove duplicates.
4991 2002-05-19 Ulrich Drepper <drepper@redhat.com>
4993 * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
4994 definiton of _old_sys_nerr. Define _old_sys_errlist as strong
4997 2002-05-19 Andreas Jaeger <aj@suse.de>
4999 * sysdeps/unix/sysv/linux/configure.in: Warn against an
5000 installation in /usr/local.
5002 2002-05-16 Bruno Haible <bruno@clisp.org>
5004 * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5005 string as argument of #error.
5007 2002-05-15 Ulrich Drepper <drepper@redhat.com>
5009 * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5010 don't define static. Remove old __realpath function. TC1 of
5011 POSIX 2001 will allow the second parameter to be NULL.
5012 * stdlib/test-canon.c: Comment out test for NULL as second
5013 parameter of realpath.
5015 * time/offtime.c (__offtime): Set errno if overflow is detected.
5017 * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5018 * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5021 * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5024 2002-05-15 Roland McGrath <roland@frob.com>
5026 * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5028 2002-05-12 Bruno Haible <bruno@clisp.org>
5030 * iconvdata/testdata/EUC-JISX0213: New file.
5031 * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5032 * iconvdata/testdata/SHIFT_JISX0213: New file.
5033 * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5034 * iconvdata/testdata/ISO-2022-JP-3: New file.
5035 * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5036 * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5037 * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5038 contains comments indicating precomposed characters.
5040 2002-04-21 Bruno Haible <bruno@clisp.org>
5042 * iconvdata/iso-2022-jp-3.c: New file.
5043 * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5044 * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5045 (LDFLAGS-ISO-2022-JP-3.so): New variable.
5046 (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5047 (distribute): Add iso-2022-jp-3.c.
5049 2002-05-12 Bruno Haible <bruno@clisp.org>
5051 * iconvdata/tst-table-to.c (main): Restore handling of
5052 transliterations, broken by last patch.
5054 2002-05-12 Bruno Haible <bruno@clisp.org>
5056 * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5058 2002-05-12 Bruno Haible <bruno@clisp.org>
5060 * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5061 when there is not enough room in the output buffer.
5062 * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5064 2002-04-20 Bruno Haible <bruno@clisp.org>
5066 * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5068 (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5069 Also make this macro work if FROM_DIRECTION evaluates to 0.
5070 (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5071 (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5072 of consume_incomplete.
5073 * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5074 instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5076 * iconvdata/cp1258.c: Likewise.
5077 * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5078 instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5080 * iconvdata/ibm933.c: Likewise.
5081 * iconvdata/ibm935.c: Likewise.
5082 * iconvdata/ibm937.c: Likewise.
5083 * iconvdata/ibm939.c: Likewise.
5084 * iconvdata/iso-2022-cn.c: Define
5085 {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5086 {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5087 * iconvdata/iso-2022-cn-ext.c: Likewise.
5088 * iconvdata/iso-2022-jp.c: Define
5089 {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5090 {MIN,MAX}_NEEDED_{FROM,TO}.
5091 * iconvdata/tcvn5712-1.c: Define
5092 {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5093 {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5094 * iconvdata/euc-jisx0213.c: Define
5095 {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5096 {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5097 * iconvdata/shift_jisx0213.c: Likewise.
5099 2002-05-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
5101 * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5102 shdi3, fixdfdi, fixsfdi in csu dir.
5103 (shared-only-routines): Likewise.
5104 * sysdeps/wordsize-32/cmpdi2.c: New file.
5105 * sysdeps/wordsize-32/shdi3.c: New file.
5106 * sysdeps/wordsize-32/fixdfdi.c: New file.
5107 * sysdeps/wordsize-32/fixsfdi.c: New file.
5108 * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5109 __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5110 __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5112 * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5113 Only use va_arg if the argument will be used [PR libc/3259].
5115 2002-05-06 Michael A. Schmidt <mmaass@us.ibm.com>
5117 * catgets/catgets.c (catopen): Free buffer if internal catalog
5120 2002-05-14 Ulrich Drepper <drepper@redhat.com>
5122 * debug/xtrace.sh: Make more robust. For realtime tracking use
5123 non-buffering methods.
5124 * debug/pcprofiledump.c: Implement -u option.
5125 Patch by Roger Luethi <rl@hellgate.ch>.
5127 2002-05-11 Jakub Jelinek <jakub@redhat.com>
5129 * include/netinet/in.h (bindresvport_internal): Add prototype.
5130 * include/rpc/auth.h (authunix_create_internal,
5131 authunix_create_default_internal, authnone_create_internal,
5132 authdes_pk_create_internal): Add prototypes.
5133 * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5134 clntudp_create_internal, clntudp_bufcreate_internal,
5135 clntunix_create_internal): Add prototypes.
5136 * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5137 svc_getreq_internal, svc_getreq_common_internal,
5138 svc_getreqset_internal, svc_getreq_poll_internal,
5139 svc_register_internal, svc_unregister_internal,
5140 svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5141 * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5142 * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5143 __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5144 * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5145 * inet/rcmd.c (rcmd_af): Use __listen.
5146 (rresvport_af): Use __bind.
5147 * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5148 authunix_create, authunix_create_default, authnone_create,
5149 authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5150 clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5151 svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5152 svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5153 _authenticate, add INTDEF after such function definitions.
5154 Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5155 __setsockopt, __getsockname instead of non-__ variants.
5156 * sunrpc/pmap_rmt.c: Likewise.
5157 * sunrpc/rtime.c: Likewise.
5158 * sunrpc/svc_udp.c: Likewise.
5159 * sunrpc/clnt_unix.c: Likewise.
5160 * sunrpc/svc_unix.c: Likewise.
5161 * sunrpc/bindrsvprt.c: Likewise.
5162 * sunrpc/svc_tcp.c: Likewise.
5163 * sunrpc/auth_none.c: Likewise.
5164 * sunrpc/clnt_raw.c: Likewise.
5165 * sunrpc/clnt_tcp.c: Likewise.
5166 * sunrpc/auth_unix.c: Likewise.
5167 * sunrpc/key_call.c: Likewise.
5168 * sunrpc/clnt_gen.c: Likewise.
5169 * sunrpc/pm_getmaps.c: Likewise.
5170 * sunrpc/clnt_simp.c: Likewise.
5171 * sunrpc/pmap_clnt.c: Likewise.
5172 * sunrpc/svc_run.c: Likewise.
5173 * sunrpc/svc.c: Likewise.
5174 * sunrpc/svc_simple.c: Likewise.
5175 * sunrpc/pm_getport.c: Likewise.
5176 * sunrpc/auth_des.c: Likewise.
5177 * sunrpc/svc_auth.c: Likewise.
5178 * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5179 __register_frame_info_table_bases, __deregister_frame_info_bases):
5181 (__register_frame_info_bases_internal,
5182 __register_frame_info_table_bases_internal,
5183 __deregister_frame_info_bases_internal): Add prototypes.
5184 (__register_frame_info, __register_frame): Use INTUSE in call to
5185 __register_frame_info_bases.
5186 (__register_frame_info_table): Similarly.
5187 (__deregister_frame_info, __deregister_frame): Similarly.
5188 * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5189 sendto as weak alias.
5190 * sysdeps/mach/hurd/sendto.c: Likewise.
5191 * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5192 recvfrom as weak alias.
5193 * sysdeps/mach/hurd/recvfrom.c: Likewise.
5194 * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5195 * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5196 recvmsg as weak alias.
5197 * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5198 * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5199 sendmsg as weak alias.
5200 * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5201 * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5202 setsockopt, add setsockopt as weak alias.
5203 * sysdeps/mach/hurd/setsockopt.c: Likewise.
5204 * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5206 * sysdeps/mach/hurd/bind.c: Likewise.
5207 * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5209 * sysdeps/mach/hurd/listen.c: Likewise.
5210 * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5211 getsockname, add getsockname as weak alias.
5212 * sysdeps/mach/hurd/getsockname.c: Likewise.
5213 * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5214 * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5215 * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5216 * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5217 __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5218 * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5220 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5221 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5222 * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5223 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5224 * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5225 * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5226 * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5227 * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5228 * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5229 * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5230 * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5231 * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5233 2002-05-10 Jakub Jelinek <jakub@redhat.com>
5235 * locale/programs/localedef.h (show_archive_content): Add verbose
5237 * locale/programs/localedef.c (main): Adjust caller.
5238 * locale/programs/locarchive.c (struct nameent, struct dataent): New
5240 (nameentcmp, dataentcmp): New functions.
5242 (show_archive_content): Print verbose listing with --list-archive -v.
5244 2002-05-14 Ulrich Drepper <drepper@redhat.com>
5246 * locale/programs/locarchive.c (open_archive): Take extra argument
5247 readonly. If true open file with O_RDONLY and don't create the
5248 archive if it doesn't exist.
5250 (close_archive): Don't do anything if fd element is -1.
5251 * locale/programs/localedef.h (open_archive): Adjust prototype.
5252 * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5255 * malloc/malloc.c (__posix_memalign): Correct check for size of
5256 alignment value [PR libc/3444].
5258 * include/stdio.h: Remove references to old stdio implementation.
5260 * libio/Makefile (bug-ungetwc2-ENV): Define.
5262 2002-05-13 Roland McGrath <roland@frob.com>
5264 * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5266 * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5268 2002-05-13 Marcus Brinkmann <marcus@gnu.org>
5270 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5271 Allocate three, not two, more than LEN when appending '/.'.
5272 * sysdeps/mach/hurd/chroot.c (chroot): Likewise. Don't check
5273 if NAME ends with '/.' if it is shorter than 2 chars.
5275 2002-05-12 Roland McGrath <roland@frob.com>
5277 * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5278 files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5280 * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5281 file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5283 2002-05-10 Jakub Jelinek <jakub@redhat.com>
5285 * sysdeps/ia64/Makefile: Remove extra endif.
5286 * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5288 2002-05-10 Andreas Schwab <schwab@suse.de>
5290 * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5292 2002-05-09 Andreas Jaeger <aj@suse.de>
5294 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5295 * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5296 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5298 * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5299 * sysdeps/wordsize-64/glob.c: ...here.
5300 * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5301 * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5302 * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5304 2002-05-08 Roland McGrath <roland@frob.com>
5306 * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5307 O_NOTRANS flag in "." lookup.
5309 2002-05-05 Ulrich Drepper <drepper@redhat.com>
5311 * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5313 2002-05-04 Ulrich Drepper <drepper@redhat.com>
5315 * locale/duplocale.c (__duplocale): Update special members only
5316 when allocation succeeded.
5318 2002-05-03 Roland McGrath <roland@frob.com>
5320 * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5321 we can only build libc.so.0.3(GLIBC_2.2.6) now.
5323 2002-05-02 Jakub Jelinek <jakub@redhat.com>
5325 * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5326 * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5327 __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5328 * sysdeps/ia64/ia64libgcc.S: New file.
5330 2002-05-02 Ulrich Drepper <drepper@redhat.com>
5332 * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5334 * malloc/memusage.c: Distinguish anonymous mmap.
5336 2002-05-01 Roland McGrath <roland@frob.com>
5338 * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5339 and use INTDEF on it.
5340 * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5342 * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5344 * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5346 2002-05-01 Ulrich Drepper <drepper@redhat.com>
5348 * malloc/memusage.c: Add support for tracking mmap & friends.
5349 * malloc/memusage.sh: Implement -m/--mmap option.
5351 2002-04-30 Jakub Jelinek <jakub@redhat.com>
5353 * locale/programs/locarchive.c (create_archive): Add archivefname
5354 argument, create fname from it.
5355 (enlarge_archive): Honour output_prefix.
5356 (open_archive): Likewise.
5358 2002-04-30 Jakub Jelinek <jakub@redhat.com>
5360 * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5361 too many stpcpy macros.
5363 2002-04-26 Bruno Haible <bruno@clisp.org>
5365 * locale/programs/ld-collate.c (collate_read): Cast first argument
5368 2002-04-26 Bruno Haible <bruno@clisp.org>
5370 * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5371 __dcngettext_internal): New declarations.
5372 (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5373 attribute declarations.
5375 2002-04-30 Roland McGrath <roland@frob.com>
5377 Removed old GNU stdio implementation; GNU libio is now the only option.
5378 * configure.in: Removed --enable-libio option and @stdio@ subst var.
5379 Define USE_IN_LIBIO unconditionally.
5380 * configure: Regenerated.
5381 * Makeconfig (stdio): Set to libio by default.
5382 * config.make.in (stdio): Variable removed.
5383 * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5384 * sysdeps/unix/sysv/linux/configure: Regenerated.
5385 * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5386 * sysdeps/mach/hurd/configure: Regenerated.
5387 * stdio/.cvsignore: File removed.
5388 * stdio/Makefile: File removed.
5389 * stdio/Versions: File removed.
5390 * stdio/__fbufsize.c: File removed.
5391 * stdio/__flbf.c: File removed.
5392 * stdio/__fpending.c: File removed.
5393 * stdio/__fpurge.c: File removed.
5394 * stdio/__freadable.c: File removed.
5395 * stdio/__freading.c: File removed.
5396 * stdio/__fsetlocking.c: File removed.
5397 * stdio/__fwritable.c: File removed.
5398 * stdio/__fwriting.c: File removed.
5399 * stdio/clearerr.c: File removed.
5400 * stdio/fclose.c: File removed.
5401 * stdio/fcloseall.c: File removed.
5402 * stdio/feof.c: File removed.
5403 * stdio/ferror.c: File removed.
5404 * stdio/fflush.c: File removed.
5405 * stdio/fgetc.c: File removed.
5406 * stdio/fgetpos.c: File removed.
5407 * stdio/fgets.c: File removed.
5408 * stdio/fileno.c: File removed.
5409 * stdio/fmemopen.c: File removed.
5410 * stdio/fopen.c: File removed.
5411 * stdio/fopncook.c: File removed.
5412 * stdio/fputc.c: File removed.
5413 * stdio/fputs.c: File removed.
5414 * stdio/fread.c: File removed.
5415 * stdio/freopen.c: File removed.
5416 * stdio/fseek.c: File removed.
5417 * stdio/fsetpos.c: File removed.
5418 * stdio/ftell.c: File removed.
5419 * stdio/fwrite.c: File removed.
5420 * stdio/getc.c: File removed.
5421 * stdio/getchar.c: File removed.
5422 * stdio/getdelim.c: File removed.
5423 * stdio/gets.c: File removed.
5424 * stdio/glue.c: File removed.
5425 * stdio/internals.c: File removed.
5426 * stdio/linewrap.c: File removed.
5427 * stdio/linewrap.h: File removed.
5428 * stdio/memstream.c: File removed.
5429 * stdio/newstream.c: File removed.
5430 * stdio/obstream.c: File removed.
5431 * stdio/putc.c: File removed.
5432 * stdio/putchar.c: File removed.
5433 * stdio/puts.c: File removed.
5434 * stdio/rewind.c: File removed.
5435 * stdio/setbuf.c: File removed.
5436 * stdio/setbuffer.c: File removed.
5437 * stdio/setlinebuf.c: File removed.
5438 * stdio/setvbuf.c: File removed.
5439 * stdio/stdio.h: File removed.
5440 * stdio/ungetc.c: File removed.
5441 * stdio/vasprintf.c: File removed.
5442 * stdio/vscanf.c: File removed.
5443 * stdio/vsnprintf.c: File removed.
5444 * stdio/vsprintf.c: File removed.
5445 * stdio/vsscanf.c: File removed.
5446 * sysdeps/generic/defs.c: File removed.
5447 * sysdeps/generic/fdopen.c: File removed.
5448 * sysdeps/generic/pipestream.c: File removed.
5449 * sysdeps/generic/stdio_init.c: File removed.
5450 * sysdeps/generic/sysd-stdio.c: File removed.
5451 * sysdeps/generic/vdprintf.c: File removed.
5452 * sysdeps/mach/hurd/defs.c: File removed.
5453 * sysdeps/mach/hurd/fdopen.c: File removed.
5454 * sysdeps/mach/hurd/pipestream.c: File removed.
5455 * sysdeps/mach/hurd/stdio_init.c: File removed.
5456 * sysdeps/mach/hurd/sysd-stdio.c: File removed.
5457 * sysdeps/mach/hurd/vdprintf.c: File removed.
5458 * sysdeps/posix/defs.c: File removed.
5459 * sysdeps/posix/fdopen.c: File removed.
5460 * sysdeps/posix/pipestream.c: File removed.
5461 * sysdeps/posix/stdio_init.c: File removed.
5462 * sysdeps/posix/vdprintf.c: File removed.
5463 * sysdeps/unix/pipestream.c: File removed.
5464 * sysdeps/unix/sysv/sysd-stdio.c: File removed.
5465 * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
5466 * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
5468 2002-04-29 Roland McGrath <roland@frob.com>
5470 * include/libc-symbols.h (link_warning): Use `unused' attribute.
5472 2002-04-28 Ulrich Drepper <drepper@redhat.com>
5474 * sysdeps/generic/tls.h: Describe what must be defined.
5476 * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
5477 glob_in_dir [PR libc/3385].
5478 * posix/globtest.sh: Add test case.
5480 * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
5483 2002-04-27 Ulrich Drepper <drepper@redhat.com>
5485 * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
5486 _internal symbol handling.
5487 * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5489 2002-04-26 Ulrich Drepper <drepper@redhat.com>
5491 * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
5492 * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
5494 2002-04-26 Isamu Hasegawa <isamu@yamato.ibm.com>
5496 * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
5497 not _LIBC and RE_ENABLE_I18N.
5498 (build_range_exp): Implement for not _LIBC.
5499 (build_collating_symbol): Likewise.
5500 (parse_bracket_exp): Unify redundant error handlings.
5501 Don't erase mbcset for non matching list in multibyte envs.
5502 (build_word_op): Add '_' to matching list for \w operator.
5503 * posix/regex_internal.c (re_string_construct): Invoke
5504 build_upper_buffer in case of not RE_ENABLE_I18N.
5505 (re_string_reconstruct): Don't touch cur_state in case of not
5507 * posix/regex_internal.h (attribute_hidden): New macro in case of
5509 (re_charset_t): Define range_starts/ends in case of not _LIBC.
5510 * posix/regexec.c (sift_states_iter_mb): Hide in case of not
5512 (transit_state_mb): Likewise.
5513 (check_node_accept_bytes): Implement the code evaluating range
5514 expression in case of not _LIBC.
5515 (find_collation_sequence_value): Hide in case of not _LIBC.
5517 2002-04-26 Jakub Jelinek <jakub@redhat.com>
5519 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
5521 (__old_semctl, __new_semctl): Only use va_arg if the argument will
5524 2002-04-26 Ulrich Drepper <drepper@redhat.com>
5526 * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
5528 * sysdeps/ia64/strncpy.S: Fix recovery code.
5529 Patch by David Mosberger <davidm@hpl.hp.com>.
5531 2002-04-24 Ulrich Drepper <drepper@redhat.com>
5533 * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
5536 2002-04-14 Bruno Haible <bruno@clisp.org>
5538 * posix/regex.c (re_max_failures): Add back symbol for binary
5541 2002-04-22 Isamu Hasegawa <isamu@yamato.ibm.com>
5543 * posix/regcomp.c (re_compile_internal): Adapt it to new interface
5544 of buffer building functions.
5545 * posix/regex_internal.c (re_string_allocate): New function.
5546 (re_string_realloc_buffers): New function.
5547 (re_string_skip_chars): New function.
5548 (re_string_reconstruct): New function.
5549 (re_string_construct): Adapt it to new interface of buffer building
5551 (re_string_construct_common): Likewise.
5552 (build_wcs_buffer): Likewise.
5553 (build_wcs_upper_buffer): Likewise.
5554 (build_upper_buffer): Likewise.
5555 (re_string_translate_buffer): Likewise.
5556 (re_string_context_at): Adapt it to variable length buffers.
5557 * posix/regex_internal.h (re_string_t): Add new fields to handle
5558 variable length buffers.
5559 (re_match_context_t): Likewise.
5560 * posix/regexec.c (re_search_internal): Adapt it to new interface
5561 of re_string_t and re_match_context_t.
5562 (acquire_init_state_context): Likewise.
5563 (check_matching): Likewise.
5564 (check_halt_state_context): Likewise.
5565 (proceed_next_node): Likewise.
5566 (set_regs): Likewise.
5567 (sift_states_backward): Likewise.
5568 (clean_state_log_if_need): Likewise.
5569 (sift_states_iter_mb): Likewise.
5570 (sift_states_iter_bkref): Likewise.
5571 (add_epsilon_backreference): Likewise.
5572 (transit_state): Likewise.
5573 (transit_state_sb): Likewise.
5574 (transit_state_mb): Likewise.
5575 (transit_state_bkref): Likewise.
5576 (transit_state_bkref_loop): Likewise.
5577 (check_node_accept): Likewise.
5578 (match_ctx_init): Likewise.
5579 (extend_buffers): New function.
5581 2002-04-21 Bruno Haible <bruno@clisp.org>
5583 * iconvdata/tst-table.sh: For the second check, use the truncated
5584 GB18030 charmap table, like for the first check.
5586 2002-04-24 Ulrich Drepper <drepper@redhat.com>
5588 * elf/dl-load.c (open_verify): Correct __lseek parameters.
5589 Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
5591 2002-04-23 H.J. Lu <hjl@gnu.org>
5593 * include/math.h (isfinite): Fix a typo.
5595 2002-04-24 Ulrich Drepper <drepper@redhat.com>
5597 * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
5598 which is created by the test suite.
5600 2002-04-20 Bruno Haible <bruno@clisp.org>
5602 * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
5603 (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
5605 2002-04-20 Bruno Haible <bruno@clisp.org>
5607 * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
5608 to avoid gcc warning.
5610 2002-04-20 Bruno Haible <bruno@clisp.org>
5612 * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
5613 of data->__statep->__count.
5615 2002-04-20 Bruno Haible <bruno@clisp.org>
5617 * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
5619 * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
5621 2002-04-24 Roland McGrath <roland@frob.com>
5623 * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
5624 use END macro instead of our own .end directive.
5625 Use `callsys' insn mnemonic instead of `call_pal'.
5627 * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
5629 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
5630 macro; we need this for Hurd.
5632 Log entry was missing for 2002/03/24 commit of rev 1.8,
5633 goes with 2002-03-17 changes.
5634 * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
5635 (sysdep_routines): Append ioperm here.
5636 (sysdep_headers): Append sys/io.h here.
5638 2002-04-23 Roland McGrath <roland@frob.com>
5640 * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
5641 * sysdeps/mach/hurd/sendto.c: Likewise.
5642 * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
5643 * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
5644 * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
5646 2002-04-22 Roland McGrath <roland@frob.com>
5648 * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
5649 failure from i386_io_perm_* RPCs to ENOSYS.
5651 2002-04-22 Andreas Jaeger <aj@suse.de>
5653 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
5655 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
5657 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
5658 register instead of destroying %rbx.
5660 2002-04-21 Ulrich Drepper <drepper@redhat.com>
5662 * string/string.h: Declare strerror_r also for XPG6.
5664 2002-04-19 Roland McGrath <roland@frob.com>
5666 * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
5668 2002-04-20 Ulrich Drepper <drepper@redhat.com>
5670 * Makefile: Add handling of xtests and xcheck targets.
5671 * MakeTAGS: Likewise.
5672 * Makeconfig: Likewise.
5673 * Makerules: Likewise.
5675 * manual/Makefile: Likewise.
5676 * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
5677 * sunrpc/thrsvc.c: New file. By Zack Weinberg.
5679 2002-04-11 Zack Weinberg <zack@codesourcery.com>
5681 * include/rpc/rpc.h (struct rpc_thread_variables): Remove
5683 * sunrpc/auth_none.c: Include bits/libc-lock.h.
5684 Delete #ifdef _RPC_THREAD_SAFE_ block.
5685 (authnone_private): Make a struct, not a pointer to struct.
5686 (authnone_private_guard): New once-control variable.
5687 (authnone_create_once): New function, split out of
5688 authnone_create. No need to allocate memory.
5689 (authnone_create): Just call authnone_create_once via
5690 __libc_once, then return &authnone_private->no_client.
5691 (authnone_marshal): Access private data via CLIENT argument,
5692 not authnone_private pointer.
5693 Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
5694 * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
5697 2002-04-12 H.J. Lu <hjl@gnu.org>
5699 * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
5701 2002-04-18 Bruno Haible <bruno@clisp.org>
5703 * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5704 FROM_DIRECTION): Make the FROM direction stateless.
5705 * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5706 FROM_DIRECTION): Likewise.
5708 2002-04-15 Bruno Haible <bruno@clisp.org>
5710 * iconvdata/JISX0213.TXT: New file.
5711 * iconvdata/jisx0213.h: New file.
5712 * iconvdata/jisx0213.c: New file.
5713 * iconvdata/euc-jisx0213.c: New file.
5714 * iconvdata/shift_jisx0213.c: New file.
5715 * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
5716 * iconvdata/EUC-JISX0213.precomposed: New file.
5717 * iconvdata/SHIFT_JISX0213.precomposed: New file.
5718 * iconvdata/SHIFT_JISX0213.irreversible: New file.
5719 * iconvdata/tst-table-to.c (main): Make it work for encodings for
5720 which the "to" direction is stateful.
5721 * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
5722 * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
5724 (libJISX0213-routines): New variable.
5725 (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
5726 (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
5727 (LDFLAGS-libJISX0213.so): New variable.
5728 (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
5729 SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
5730 jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
5732 2002-04-15 Bruno Haible <bruno@clisp.org>
5734 * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
5735 uint32_t. Update to Unicode 3.2.
5736 (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
5737 (BODY for TO_LOOP): Handle the ASCII range specially.
5738 * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
5739 * iconvdata/testdata/BIG5HKSCS: Remove a character.
5740 * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
5742 2002-04-15 Bruno Haible <bruno@clisp.org>
5744 * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
5745 __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
5747 2002-04-15 Bruno Haible <bruno@clisp.org>
5749 * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
5750 (ucs4_to_cns11643): Update.
5751 * iconvdata/cns11643.c: Update to Unicode 3.2.
5752 (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
5753 __cns11643_from_ucs4p2_tab): Regenerated.
5754 (__cns11643_from_ucs4p2c_tab): New array.
5755 * iconvdata/cvs11643l1.c: Update comments.
5756 * iconvdata/EUC-TW.irreversible: Remove two entries.
5758 2002-04-15 Bruno Haible <bruno@clisp.org>
5760 * locale/C-translit.h.in: Update to Unicode 3.2.
5761 Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
5762 <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
5764 2002-04-15 Bruno Haible <bruno@clisp.org>
5766 * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
5767 (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
5769 2002-04-15 Bruno Haible <bruno@clisp.org>
5771 * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
5772 invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
5773 always one byte, not 0 bytes in some cases and 2 bytes in others.
5775 * iconvdata/tst-table-from.c (main): Correct the usage message.
5777 2002-04-19 Isamu Hasegawa <isamu@yamato.ibm.com>
5779 * posix/regcomp.c (parse_expression): Fix incorrect error code.
5780 (parse_dup_op): Fix error handling like "a{}".
5781 (parse_bracket_exp): Add error handling.
5782 (fetch_number): Add error handling for "a{<very_large_number>}".
5784 2002-04-19 Isamu Hasegawa <isamu@yamato.ibm.com>
5786 * posix/regcomp.c (parse_bracket_symbol): Add error handling
5787 in case that the symbol name is too long.
5788 (build_charclass): Handle [:lower:]/[:uppper:] correctly
5789 in case of REG_ICASE.
5791 2002-04-19 Andreas Jaeger <aj@suse.de>
5793 * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
5794 <hartvige@mips.com>.
5796 2002-04-15 H.J. Lu <hjl@gnu.org>
5798 * include/math.h (__finitel_internal): Declare only if
5799 __NO_LONG_DOUBLE_MATH is not defined.
5800 (__isinfl_internal): Likewise.
5801 (__isnanl_internal): Likewise.
5803 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
5804 * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5805 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5806 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5807 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5808 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5809 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5811 * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
5814 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
5815 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
5817 2002-04-15 Bruno Haible <bruno@clisp.org>
5819 * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
5820 (BODY for TO_LOOP): Likewise.
5821 * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
5822 * iconvdata/tst-table.sh: Add support for encodings which contain
5823 precomposed Unicode characters, known to the iconv converter in both
5824 directions but not listed in the charmap.
5825 * iconvdata/IBM856.irreversible: New file.
5826 * iconvdata/IBM922.irreversible: New file.
5827 * iconvdata/IBM1132.irreversible: New file.
5828 * iconvdata/IBM1133.irreversible: New file.
5829 * iconvdata/IBM1160.irreversible: New file.
5830 * iconvdata/IBM1161.irreversible: New file.
5831 * iconvdata/IBM1163.irreversible: New file.
5832 * iconvdata/IBM1164.irreversible: New file.
5833 * iconvdata/ARMSCII-8.irreversible: New file.
5834 * iconvdata/TCVN5712-1.precomposed: New file.
5835 * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
5836 IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
5837 ARMSCII-8, TCVN5712-1.
5838 * iconvdata/Makefile (distribute): Add IBM856.irreversible,
5839 IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
5840 IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
5841 IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
5843 2002-04-17 Jakub Jelinek <jakub@redhat.com>
5845 * time/tst-mktime.c: Include <stdlib.h>. Use %d, not %ld format
5846 for EVENING69. Include offsets in TZ environment variable.
5848 2002-04-18 Ulrich Drepper <drepper@redhat.com>
5850 * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
5851 avoid compiler warnings.
5853 * locale/programs/localedef.c (main): Always call
5854 construct_output_path.
5856 * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
5858 * locale/programs/locfile.c (to_archive): New variable. To collect
5859 data which has to be added to the locale archive.
5860 (write_all_categories): Take new third parameter with locale name.
5861 Unless no_archive flag set add new locale data to the archive
5862 (write_locale_data): Unless no-archive flag set store generated data
5863 in to_archive data structure instead of generation output file.
5864 Add new parameter with locale category index.
5865 * locale/programs/locfile.h: Add new parameters in declaractions of
5866 write_all_categories and write_locale_data.
5867 * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
5868 --add-to-archive, and --delete-from-archive options. Pass extra
5869 parameter to write_all_categories.
5870 * locale/programs/localedef.h: Add prototypes for functions in
5872 * locale/locarchive.h: New file.
5873 * locale/programs/locarchive.c: New file.
5874 * locale/Makefile (distribute): Add programs/locarchive.c and
5876 (localedef-modules): Add md5 and locarchive.
5877 Add vpath to crypt subdir for md5.c.
5879 * locale/programs/ld-address.c: Pass locale category ID as new second
5880 parameter to write_locale_data.
5881 * locale/programs/ld-collate.c: Likewise.
5882 * locale/programs/ld-ctype.c: Likewise.
5883 * locale/programs/ld-identification.c: Likewise.
5884 * locale/programs/ld-measurement.c: Likewise.
5885 * locale/programs/ld-messages.c: Likewise.
5886 * locale/programs/ld-monetary.c: Likewise.
5887 * locale/programs/ld-name.c: Likewise.
5888 * locale/programs/ld-numeric.c: Likewise.
5889 * locale/programs/ld-paper.c: Likewise.
5890 * locale/programs/ld-telephone.c: Likewise.
5891 * locale/programs/ld-time.c: Likewise.
5893 * locale/simple-hash.c: Move compute_hashval function from here...
5894 * locale/hashval.h: ...to here. New file.
5895 * locale/simple-hash.h: Add prototype for compute_hashval.
5897 * include/libintl.h: Minor cleanups.
5899 2002-04-16 Ulrich Drepper <drepper@redhat.com>
5901 * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
5903 2002-04-15 Ulrich Drepper <drepper@redhat.com>
5905 * include/sys/stat.h: Fix typo. Patch by HJ Lu.
5907 2002-04-14 Bruno Haible <bruno@clisp.org>
5909 * locale/programs/charmap.c (charmap_read): Don't access result if
5912 2002-02-17 Andreas Schwab <schwab@suse.de>
5914 * elf/reldep7.c: New file.
5915 * elf/reldep7mod1.c: New file.
5916 * elf/reldep7mod2.c: New file.
5917 * elf/Makefile: Add rules to build and run reldep7.
5919 2002-04-14 Jakub Jelinek <jakub@redhat.com>
5921 * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
5922 the end of the function. Pass original flags to recursive call if
5923 add_dependency failed.
5924 (_dl_lookup_versioned_symbol): Likewise.
5926 2002-04-13 Jakub Jelinek <jakub@redhat.com>
5928 * time/mktime.c (__mktime_internal): If year is 69, don't bail out
5929 early, but check whether it overflowed afterwards.
5930 * time/tst-mktime.c (main): Add new tests.
5932 2002-04-14 Ulrich Drepper <drepper@redhat.com>
5934 * debug/xtrace.sh: Fix program name in help message.
5935 Patch by Roger Luethi <rl@hellgate.ch>.
5937 * include/sys/stat.h: Add prototypes for __lxstat_internal and
5938 __lxstat64_internal. Add macros __lxstat and __lxstat64 if not
5940 * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
5941 * sysdeps/mach/hurd/lxstat.c: Likewise.
5942 * sysdeps/unix/common/lxstat.c: Likewise.
5943 * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
5944 * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
5945 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
5946 * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5947 * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
5948 * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
5949 * sysdeps/mach/hurd/lxstat64.c: Likewise.
5950 * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
5951 * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
5953 * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
5954 prototypes. Add __mbrlen and __mbrtowc macros.
5955 * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
5956 * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
5958 * include/unistd.h: Add prototype for __write_internal and add
5959 __libc_write macro is SHARED.
5960 * sysdeps/generic/write.c: Use INTDEF for __write.
5961 * sysdeps/mach/hurd/write.c: Likewise.
5962 * sysdeps/unix/sysv/aix/write.c: Likewise.
5963 * sysdeps/unix/syscalls.list: Add __libc_write alias.
5965 * assert/assert.c: Replace STR_N_SIZE with something usable in
5967 * assert/assert-perr.c: Likewise.
5969 * include/sys/socket.h: Declare __libc_sa_len_internal and define
5970 SA_LEN macro to use it if not NOT_IN_libc.
5971 * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
5973 * include/fcntl.h: Declare __open_internal and define __open and
5974 __libc_open macros if not NOT_IN_libc.
5975 * sysdeps/generic/open.c: Use INTDEF for __open.
5976 * sysdeps/mach/hurd/open.c: Likewise.
5977 * sysdeps/unix/sysv/aix/open.c: Likewise.
5978 * sysdeps/unix/syscalls.list: Add __open_internal alias.
5980 * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
5983 * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
5984 * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
5985 * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
5986 * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
5988 * include/wctype.h: Declare __iswalpha_l_internal,
5989 __iswdigit_l_internal, __iswspace_l_internal,
5990 __iswxdigit_l_internal, and __iswctype_internal. Define
5991 __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
5992 __iswxdigit_l macros if not NOT_IN_libc.
5993 * wctype/iswctype.c: Use INTDEF for __iswctype.
5994 * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
5996 * include/math.h: Declare __isinf_internal, __isinfl_internal,
5997 __isnan_internal, and __isnanl_internal.
5998 * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
5999 __isnan, and __isnanl.
6000 * stdio-common/printf_size.c: Likewise.
6001 * sysdeps/generic/printf_fphex.c: Likewise.
6002 * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6003 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6004 * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6005 * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6006 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6007 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6008 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6009 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6010 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6011 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6012 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6013 * sysdeps/m68k/s_isinfl.c: Likewise.
6014 * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6015 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6017 * include/sys/time.h: Declare __gettimeofday_internal and define
6018 __gettimeofday macro if not NOT_IN_libc.
6019 * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6020 * sysdeps/mach/gettimeofday.c: Likewise.
6021 * sysdeps/posix/gettimeofday.c: Likewise.
6022 * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6023 * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6024 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6025 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6027 * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6028 and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6029 Remove __lstat and __fstat inline functions.
6030 * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6031 * sysdeps/mach/hurd/fxstat.c: Likewise.
6032 * sysdeps/unix/fxstat.c: Likewise.
6033 * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6034 * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6035 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6036 * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6037 * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6038 * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6039 * sysdeps/mach/hurd/fxstat64.c: Likewise.
6040 * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6041 * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6043 * include/unistd.h: Declare __getpid_internal and define
6044 __getpid macro if not NOT_IN_libc.
6045 * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6046 * sysdeps/generic/getpid.c: Likewise.
6047 * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6048 * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6050 * include/unistd.h: Declare __getpgid_internal and define
6051 __getpgid macro if not NOT_IN_libc.
6052 * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6053 * sysdeps/mach/hurd/getpgid.c: Likewise.
6054 * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6055 * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6056 * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6057 * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6059 * include/unistd.h: Declare __getpagesize_internal and define
6060 __getpagesize macro if not NOT_IN_libc.
6061 * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6063 * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6064 * sysdeps/mach/getpagesize.c: Likewise.
6065 * sysdeps/posix/getpagesize.c: Likewise.
6066 * sysdeps/unix/getpagesize.c: Likewise.
6067 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6068 * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6069 * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6070 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6072 2002-04-13 Andreas Jaeger <aj@suse.de>
6074 * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6075 as clobber to reduce register pressure.
6076 (__strpbrk_cg): Likewise.
6077 (__mempcpy_by4): Likewise.
6078 (__strstr_cg): Likewise.
6079 Add prototype for __memrchr.
6081 2002-04-13 Andreas Schwab <schwab@suse.de>
6083 * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6084 * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6085 * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6087 2002-04-13 Ulrich Drepper <drepper@redhat.com>
6089 * elf/do-lookup.h [!VERSIONED]: Add new parameter flags. Use it to
6090 check whether the caller prefers getting the most recent version of
6091 a symbol of the earliest version.
6092 * elf/dl-lookup.c: Adjust all callers of do_lookup. Change
6093 _dl_do_lookup to also take the new parameter and pass it on.
6094 Change 'explicit' parameter of _dl_lookup_symbol and
6095 _dl_lookup_versioned_symbol to flags. Adjust tests.
6096 * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6097 * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6098 _dl_lookup_versioned_symbol.
6099 * elf/dl-reloc.c: Likewise.
6100 * elf/dl-runtime.c: Likewise.
6101 * elf/dl-sym.c: Likewise.
6102 * sysdeps/mips/dl-machine.h: Likewise.
6104 2002-04-11 Jakub Jelinek <jakub@redhat.com>
6106 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6108 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6110 2002-04-10 Andreas Jaeger <aj@suse.de>
6112 * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6114 * include/argz.h: Remove extra char from last patch.
6116 2002-04-09 Ulrich Drepper <drepper@redhat.com>
6118 * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6119 * sysdeps/unix/sysv/aix/chown.c: Likewise.
6120 * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6121 * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6122 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6123 * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6125 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6127 * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6128 * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6129 * intl/ngettext.c: Likewise.
6131 * include/sys/socket.h: Declare __connect_internal and define
6132 __connect macro if not NOT_IN_libc.
6133 * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6134 * sysdeps/unix/sysv/aix/connect.c: Likewise.
6135 * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6137 * include/unistd.h: Declare __close_internal and define __close macro
6139 * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6140 WJUMP3): Add extra parenthesis to avoid expanding element names with
6141 macors like __close.
6142 * sysdeps/unix/syscalls.list: Add __close_internal alias.
6144 * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6146 * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6147 * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6148 * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6150 * include/unistd.h: Declare __fork_internal and define __fork macro
6152 * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6153 * sysdeps/unix/sysv/aix/fork.c: Likewise.
6154 * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6156 * include/stdio_ext.h: Declare __fsetlocking_internal and define
6157 __fsetlocking macro to use it if not NOT_IN_libc.
6158 * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6160 * libio/__fbufsize.c: Correct copyright.
6161 * libio/__flbf.c: Likewise.
6162 * libio/__fpending.c: Likewise.
6163 * libio/__fpurge.c: Likewise.
6164 * libio/__freadable.c: Likewise.
6165 * libio/__freading.c: Likewise.
6166 * libio/__fsetlocking.c: Likewise.
6167 * libio/__fwritable.c: Likewise.
6168 * libio/__fwriting.c: Likewise.
6170 * include/stdio.h: Declare __asprintf_internal and define __asprintf
6171 macro to use it if not NOT_IN_libc.
6172 * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6174 * include/mntent.h: Declare __setmntent_internal,
6175 __getmntent_r_internal, __endmntent_internal. Define __setmntent,
6176 __getmntent_r, and __endmntent macros to use these functions if not
6178 * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6181 * include/math.h: Declare __finite_internal, __finitef_internal, and
6182 __finitel_internal. Redefine isfinite macro if in libc or libm using
6184 * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6185 * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6186 * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6187 * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6188 * sysdeps/i386/fpu/s_finitef.S: Likewise.
6189 * sysdeps/i386/fpu/s_finitel.S: Likewise.
6190 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6191 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6192 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6193 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6195 * include/fcntl.h: Declare __fcntl_internal. Define __fcntl macro
6196 to use this function if not NOT_IN_libc.
6197 * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6198 * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6199 * sysdeps/mach/hurd/fcntl.c: Likewise.
6200 * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6201 * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6203 * include/argz.h: Declare __argz_count_internal and
6204 __argz_stringify_internal.
6205 * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6207 * string/argz-count.c: Use INTDEF for __argz_count.
6208 * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6210 * include/stdlib.h: Declare __cxa_atexit_internal and define
6211 __cxa_atexit macro if not NOT_IN_libc.
6212 * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6213 * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6215 * assert/assert.c: Use INTDEF for __assert_fail.
6216 * assert/__assert.c: Use INTUSE for call to __assert_fail.
6217 * include/assert.h: Declare __assert_fail_internal.
6219 * extra-lib.mk: Mark assignment to lib with override.
6221 2002-04-08 Ulrich Drepper <drepper@redhat.com>
6223 * Makerules: Use cppflags-iterator.mk to add defines for all test
6226 2002-04-08 kaz Kojima <kkojima@rr.iij4u.or.jp>
6228 * elf/elf.h: Define R_SH_TLS_xxx macros.
6229 * elf/rtld.c: Remove an extra parenthesis.
6230 * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6232 * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6233 * sysdeps/sh/dl-lookupcfg.h: New file.
6234 * sysdeps/sh/dl-tls.h: New file.
6235 * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6236 ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6237 (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6238 R_SH_TLS_TPOFF32 relocations.
6240 2002-04-08 Ulrich Drepper <drepper@redhat.com>
6242 * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6244 * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6245 * include/stdlib.h: Likewise.
6247 2002-04-08 Jakub Jelinek <jakub@redhat.com>
6249 * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6250 instead of _RTLD_LOCAL.
6251 * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6252 * include/unistd.h: Likewise.
6253 * sysdeps/generic/ldsodefs.h: Likewise.
6255 * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6256 if in libc or ld.so.
6258 2002-04-08 Andreas Jaeger <aj@suse.de>
6260 * elf/cache.c (print_entry): Support x86-64.
6262 2002-04-08 Ulrich Drepper <drepper@redhat.com>
6264 * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6265 with one accessing the locale data structures directly.
6266 * stdio-common/printf-prs.c: Include localeinfo.h for new
6267 MB_CUR_MAX definition.
6269 * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6270 is the name of the source file without extension.
6271 * Makefile (distribute): Add cppflags-iterator.mk.
6272 * cppflags-iterator.mk: New file.
6273 * extra-lib.mk: For the sources of the library run
6274 cppflags-iterator.mk.
6276 * include/libintl.h: Declare __dcgettext_internal and
6277 _libc_intl_domainname_internal. Define __dcgettext using these
6278 two symbols if used in libc itself.
6279 * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6280 _libc_intl_domainname_internal.
6281 * argp/argp-parse.c: Likewise.
6282 * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6283 * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6284 * intl/gettext.c: Likewise.
6285 * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6287 * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6289 * posix/regex_internal.c (gettext): Likewise.
6291 2002-04-08 Andreas Jaeger <aj@suse.de>
6293 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6295 * sysdeps/x86_64/fpu/s_llrint.S: New file.
6296 * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6297 * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6298 * sysdeps/x86_64/fpu/s_lrint.S: New file.
6299 * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6300 * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6302 2002-04-08 Roland McGrath <roland@frob.com>
6304 * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6305 widening __hurd_fail value.
6307 2002-04-07 Roland McGrath <roland@frob.com>
6309 * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6310 <mach/machine/alpha_instruction.h>.
6311 (_hurd_setup_sighandler): Take proper arguments for current decls.
6312 Update code to use _hurdsig_catch_fault.
6313 Use `callsys' instruction instead of `call_pal'.
6314 * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6316 * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6317 (ALIGN, at, AT, fp): New macros.
6319 2002-04-06 Roland McGrath <roland@frob.com>
6321 * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6323 * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6324 (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6326 * sysdeps/mach/hurd/bind.c: Use prototype definition.
6327 * sysdeps/mach/hurd/connect.c: Likewise.
6328 * sysdeps/mach/hurd/getsockopt.c: Likewise.
6329 * sysdeps/mach/hurd/setsockopt.c: Likewise.
6331 * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6334 * hurd/catch-exc.c: Use integer_t instead of int.
6335 * hurd/hurdfault.c: Likewise.
6337 * sysdeps/mach/hurd/alpha/exc2signal.c
6338 (_hurd_exception2signal): Rewritten.
6339 * sysdeps/mach/hurd/alpha/longjmp-ts.c
6340 (_hurd_longjmp_thread_state): Rewritten.
6342 2002-04-07 Ulrich Drepper <drepper@redhat.com>
6344 * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6345 DB_LOOKUP_FCT prototype.
6346 * nss/getXXent_r.c: Likewise.
6347 * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6348 * inet/getaliasname_r.c: Likewise.
6349 * inet/getnetbyad_r.c: Likewise.
6350 * inet/getnetbynm_r.c: Likewise.
6351 * inet/getnetent_r.c: Likewise.
6352 * inet/getproto_r.c: Likewise.
6353 * inet/getprtent_r.c: Likewise.
6354 * inet/getprtname_r.c: Likewise.
6355 * inet/getrpcbyname_r.c: Likewise.
6356 * inet/getrpcbynumber_r.c: Likewise.
6357 * inet/getrpcent_r.c: Likewise.
6358 * inet/getservent_r.c: Likewise.
6359 * inet/getsrvbynm_r.c: Likewise.
6360 * inet/getsrvbypt_r.c: Likewise.
6361 * shadow/getspent_r.c: Likewise.
6362 * shadow/getspnam_r.c: Likewise.
6364 * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6366 * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6367 Use i686-friendly PIC code.
6368 * sysdeps/i386/elf/setjmp.S: Likewise.
6370 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6372 * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6374 * elf/Versions: Remove it here.
6376 2002-04-06 Ulrich Drepper <drepper@redhat.com>
6378 * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6379 direction. Reported by H . J . Lu <hjl@lucon.org>.
6381 2002-04-05 Ulrich Drepper <drepper@redhat.com>
6383 * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6384 test just before the test runs.
6385 * intl/tst-translit.sh: Likewise.
6386 * intl/tst-codeset.sh: Likewise.
6388 * timezone/zic.c: Update from tzcode2002c.
6389 * timezone/asia: Update from tzdata2002c.
6390 * timezone/backward: Likewise.
6391 * timezone/europe: Likewise.
6392 * timezone/northamerica: Likewise.
6393 * timezone/northamerica: Likewise.
6394 * timezone/northamerica: Likewise.
6395 * timezone/southamerica: Likewise.
6396 * timezone/zone.tab: Likewise.
6398 2002-03-23 Jakub Jelinek <jakub@redhat.com>
6400 * sysdeps/generic/brk.c (__curbrk): Declare.
6401 * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6402 * sysdeps/generic/dl-sbrk.c: Likewise.
6403 * sysdeps/unix/arm/dl-brk.S: New file.
6404 * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6405 * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6406 * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6407 * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6408 * sysdeps/unix/i386/dl-brk.S: New file.
6409 * sysdeps/unix/mips/dl-brk.S: New file.
6410 * sysdeps/unix/sparc/dl-brk.S: New file.
6411 * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6412 * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6413 * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6414 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6416 2002-04-03 Andreas Schwab <schwab@suse.de>
6418 * Makefile (headers): Add gnu/lib-names.h here instead of
6420 ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6422 (install-headers): Add dependency on install-headers-nosubdir.
6423 * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6424 instead of install-others.
6425 ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6428 2002-04-05 Ulrich Drepper <drepper@redhat.com>
6430 * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6431 Reported by Sam Roberts <sroberts@uniserve.com>.
6433 2002-04-03 Jakub Jelinek <jakub@redhat.com>
6435 * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6436 l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6437 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6438 * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6440 2002-04-03 David Mosberger <davidm@hpl.hp.com>
6442 * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6443 (RTLD_START): Ditto.
6444 (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6445 dependency violation.
6447 2002-04-05 Jakub Jelinek <jakub@redhat.com>
6449 * time/mktime.c (__mktime_internal): Move check for year < 70 below
6450 all variable declarations.
6452 2002-04-04 Andreas Schwab <schwab@suse.de>
6454 * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
6456 2002-04-04 Andreas Jaeger <aj@suse.de>
6458 * sysdeps/x86_64/fpu/e_sqrt.c: New file.
6459 * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
6461 * sysdeps/x86_64/fpu/s_fabs.c: New file.
6462 * sysdeps/x86_64/fpu/s_fabsf.c: New file.
6463 * sysdeps/x86_64/fpu/s_fabsl.c: New file.
6465 * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
6467 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
6469 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
6470 * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
6472 * configure.in: Handle all mips entries the same.
6474 * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
6475 * sysdeps/mips/mips3/*: Likewise.
6476 * sysdeps/mips/p40/bits/endian.h: Likewise.
6478 2002-04-04 Ulrich Drepper <drepper@redhat.com>
6480 * misc/dirname.c (dirname): Ignore trailing slashes at end of
6481 non-null result [PR libc/2600].
6483 * misc/tst-dirname.c: Add more tests.
6485 2002-04-03 Ulrich Drepper <drepper@redhat.com>
6487 * locale/programs/charmap.c (charmap_read): If the charmap doesn't
6488 define a code_set_name provide one based on the filename.
6490 * malloc/hooks.c: Define weak_variable correctly for _LIBC.
6492 2001-12-28 Andreas Jaeger <aj@suse.de>
6494 * time/mktime.c (__mktime_internal): Check for year < 70
6497 2002-04-03 Andreas Jaeger <aj@suse.de>
6499 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
6501 Reported by Andi Kleen <ak@suse.de>.
6503 2002-04-03 Ulrich Drepper <drepper@redhat.com>
6505 * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
6506 * sysdeps/generic/w_lgammaf.c: Likewise.
6507 * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
6509 * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
6510 Adjust for new output format of the backtrace functions.
6512 * misc/syslog.c (vsyslog): Only use cleanup handler if
6513 _LIBC_REENTRANT is defined [PR libc/2924].
6515 * libio/Makefile (tests): Add bug-ungetwc2.
6516 * libio/bug-ungetwc2.c: New file.
6518 * manual/install.texi: Typographical and grammatical cleanup.
6519 Patch by Dennis Grace <dgrace@us.ibm.com>.
6521 * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
6522 parameter if mtflag. Patch by <jeongyun@innovay.com>.
6524 * sunrpc/rpc_svcout.c (printif): Remove third parameter. It was
6525 always "&". Adjust callers.
6526 Add "_" prefix to several generated definitions.
6527 Patch by paul@serice.net [PR libc/3158].
6529 2002-04-02 Ulrich Drepper <drepper@redhat.com>
6531 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
6532 size of _dl_arm_cap_flags.
6533 Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
6535 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
6538 2002-03-22 H.J. Lu <hjl@gnu.org>
6540 * scripts/firstversions.awk: Check the first version.
6542 2002-04-02 Ulrich Drepper <drepper@redhat.com>
6544 * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
6545 dependencies must be stable to work correctly.
6546 Reported by martin.lubich@datacon.at.
6548 * libio/bug-ungetwc1.c: New file.
6549 * libio/Makefile (tests): Add bug-ungetwc1.
6551 * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
6552 if stream was last used for writing.
6554 * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
6555 number [PR libc/3111].
6557 * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
6559 * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
6561 2002-04-02 Jakub Jelinek <jakub@redhat.com>
6563 * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
6564 * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
6565 * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
6566 * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
6567 * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
6569 2002-03-30 Jakub Jelinek <jakub@redhat.com>
6571 * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
6574 2002-03-29 Jakub Jelinek <jakub@redhat.com>
6576 * sysdeps/i386/fpu/s_fabs.S: New file.
6577 * sysdeps/i386/fpu/s_fabsf.S: New file.
6578 * sysdeps/i386/fpu/s_fabsl.S: New file.
6579 * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
6580 * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
6581 * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
6583 2002-04-02 Ulrich Drepper <drepper@redhat.com>
6585 * rt/tst-shm.c (do_test): Add one more test for size of shared
6588 2002-03-29 Wolfram Gloger <wg@malloc.de>
6590 * malloc/malloc.c: Add short description and prototypes for
6591 malloc_get_state, malloc_set_state and posix_memalign, for
6592 consistency and to avoid warnings with -Wstrict-prototypes.
6593 Reported by Andreas Jaeger <aj@suse.de>.
6595 2002-04-02 Ulrich Drepper <drepper@redhat.com>
6597 * po/gl.po: Update from translation team.
6599 2002-03-31 Roland McGrath <roland@frob.com>
6601 * hurd/hurdselect.c (_hurd_select): Fix
6602 MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
6603 Use a union rather than casts to compare mach_msg_type_t as int.
6605 2002-03-25 Roland McGrath <roland@frob.com>
6607 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
6608 check off the end of NAME when it's shorter than 2 chars.
6609 Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
6611 2002-03-17 Roland McGrath <roland@frob.com>
6613 * sysdeps/mach/hurd/i386/sys/io.h: New file.
6614 * sysdeps/mach/hurd/i386/ioperm.c: New file.
6615 * sysdeps/mach/hurd/i386/Dist: Add them.
6616 * sysdeps/mach/hurd/i386/Versions
6617 (libc: GLIBC_2.2.6): New set, add ioperm.
6618 * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
6619 (mach_interface_list): Check for mach_i386.defs.
6620 * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
6621 * sysdeps/mach/configure: Regenerated.
6623 2002-03-22 Ulrich Drepper <drepper@redhat.com>
6625 * po/fr.po: Update from translation team.
6627 2002-03-21 Martin Schwidefsky <schwidefsky@de.ibm.com>
6629 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
6630 getpriority from syscalls list.
6632 2002-03-28 Andreas Jaeger <aj@suse.de>
6634 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
6635 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
6636 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
6637 * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
6639 2002-03-27 Andreas Jaeger <aj@suse.de>
6641 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6642 sigcontext): Follow further kernel change.
6644 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
6647 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
6648 Change for struct sigcontext change.
6650 * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6651 Follow changes in struct sigcontext.
6653 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
6654 sysycall, use wrapper instead.
6656 2002-03-26 Andreas Jaeger <aj@suse.de>
6658 * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
6659 read and write accesses as detailed as possible.
6660 (__memcpy_by2): Likewise.
6661 (__memcpy_g): Likewise.
6662 (memmove): Likewise.
6664 (__memset_ccn_by4): Likewise.
6665 (__memset_ccn_by2): Likewise.
6666 (__memset_gcn_by4): Likewise.
6667 (__memset_gcn_by2): Likewise.
6669 (__memrchr): Likewise.
6670 (rawmemchr): Likewise.
6671 (__strlen_g): Likewise.
6672 (__strcpy_g): Likewise.
6673 (__mempcpy_by4): Likewise.
6674 (__mempcpy_by2): Likewise.
6675 (__mempcpy_byn): Likewise.
6676 (__stpcpy_g): Likewise.
6677 (__strncpy_by4): Likewise.
6678 (__strncpy_by2): Likewise.
6679 (__strncpy_byn): Likewise.
6680 (__strncpy_gg): Likewise.
6681 (__strcat_c): Likewise.
6682 (__strcat_g): Likewise.
6683 (__strncat_g): Likewise.
6684 (__strcmp_gg): Likewise.
6685 (__strncmp_g): Likewise.
6686 (__strchr_c): Likewise.
6687 (__strchr_g): Likewise.
6688 (__strchrnul_c): Likewise.
6689 (__strchrnul_g): Likewise.
6690 (__strrchr_c): Likewise.
6691 (__strrchr_g): Likewise.
6692 (__strrchr_c): Likewise.
6693 (__strrchr_g): Likewise.
6694 (__strcspn_c1): Likewise.
6695 (__strcspn_cg): Likewise.
6696 (__strcspn_g): Likewise.
6697 (__strcspn_g): Likewise.
6698 (__strspn_c1): Likewise.
6699 (__strspn_cg): Likewise.
6700 (__strspn_g): Likewise.
6701 (__strspn_g): Likewise.
6702 (__strpbrk_cg): Likewise.
6703 (__strpbrk_g): Likewise.
6704 (__strstr_cg): Likewise.
6705 (__strstr_g): Likewise.
6707 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo. Reported by
6708 Michal Ludvig <mludvig@suse.cz>.
6710 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
6711 compatibilty, adjust for kernel changes.
6713 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6714 sigcontext): Adjust for kernel changes.
6716 2002-03-25 Andreas Jaeger <aj@suse.de>
6718 * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
6720 Reported by Artur Zaprzala <zybi@talex.com.pl>.
6722 2002-03-24 Andreas Jaeger <aj@suse.de>
6724 * manual/memory.texi (Aligned Memory Blocks): Fix typo.
6726 * stdio-common/tst-fdopen.c (main): Remove unused variable.
6728 * iconv/tst-iconv3.c (main): Use correct printf strings.
6730 2002-03-18 Roland McGrath <roland@frob.com>
6732 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
6733 (CMGROUP_MAX): New macro.
6735 2002-03-23 Roland McGrath <roland@frob.com>
6737 * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
6738 * sysdeps/posix/shm_unlink.c: Likewise.
6740 2002-03-22 Roland McGrath <roland@frob.com>
6742 * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
6743 * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
6744 under --enable-libio.
6745 * sysdeps/mach/hurd/configure: Regenerated.
6747 2002-03-23 Roland McGrath <roland@frob.com>
6749 * sysdeps/mach/hurd/i386/Makefile
6750 (sysdep_routines, shared-only-routines): Don't add framestate,
6751 reverting 2001-10-02 change.
6752 * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
6753 * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
6754 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
6755 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
6756 * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
6757 * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
6758 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
6759 * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
6760 * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
6761 Do it here instead, only if [$(unwind-find-fde) = yes].
6763 2002-03-23 Andreas Jaeger <aj@suse.de>
6765 * signal/signal.h: Fix typo. Patch by Steve Kemp
6766 <skx@tardis.ed.ac.uk>.
6768 2002-03-22 Andreas Jaeger <aj@suse.de>
6770 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
6773 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6774 _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
6775 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6776 user_fpregs_struct): Rename fwd.
6778 * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6779 Follow sigcontext changes.
6781 2002-03-22 Andreas Jaeger <aj@suse.de>
6783 * sysdeps/mips/bits/nan.h: New file. Copy from generic one with
6784 changes for NaNs on MIPS.
6785 Patch by Hartvig Ekner <hartvige@mips.com>.
6787 2002-03-21 Ulrich Drepper <drepper@redhat.com>
6789 * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
6790 Use realloc if too large.
6791 (addgrbyid): Likewise.
6792 * nscd/hstcache.c (addhstbyname): Likewise.
6793 (addhstbyaddr): Likewise.
6794 (addhstbynamev6): Likewise.
6795 (addhstbyaddrv6): Likewise.
6796 * nscd/pwdcache.c (addpwbyname): Likewise.
6797 (addpwbyuid): Likewise.
6799 2002-03-21 Andreas Jaeger <aj@suse.de>
6801 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6802 _fpstate): Add separate struct for x86-64.
6804 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6805 user_fpregs_struct): Change member names to follow kernel.
6807 2002-03-20 Ulrich Drepper <drepper@redhat.com>
6809 * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
6810 Correctly close the UDP connection right away [PR libc/3120].
6812 2002-03-20 Andreas Jaeger <aj@suse.de>
6814 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6815 user_fpregs_struct): Fix for changed kernel struct.
6816 (struct user_regs_struct): Likewise.
6817 (struct user): Likewise.
6818 Add 32-bit x86 compatibility.
6820 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
6822 2002-03-19 Andreas Jaeger <aj@suse.de>
6824 * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
6826 2002-03-18 Andreas Jaeger <aj@suse.de>
6828 * iconvdata/Makefile: Only run tests when shared libs are
6831 2002-03-17 Andreas Jaeger <aj@suse.de>
6833 * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
6835 * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
6837 * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
6840 * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
6841 (CAUSE_SHIFT): New macro.
6842 Patch by Hartvig Ekner <hartvige@mips.com>.
6844 * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
6845 * sysdeps/generic/unwind-pe.h: Likewise.
6847 * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
6850 * libio/stdio.c (AL2): Define variant when visibility attribute is
6853 * include/libc-symbols.h (_INTVARDEF): Define variant when
6854 visibility attribute is not supported.
6856 2002-03-16 Ulrich Drepper <drepper@redhat.com>
6858 * po/fr.po: Update from translation team.
6860 2002-02-25 Bruno Haible <bruno@clisp.org>
6862 * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
6864 2002-03-15 Ulrich Drepper <drepper@redhat.com>
6866 * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
6867 buffers if _IO_file_attach failed.
6869 * libio/fileops.c (_IO_file_open): Close file descriptor if
6870 _IO_SEEKOFF call failed.
6872 2002-03-15 H.J. Lu <hjl@gnu.org>
6873 Ulrich Drepper <drepper@redhat.com>
6875 * configure.in: Check for availability of
6876 init_array/fini_array/preinit_array handling in binutils.
6877 * config.h.in (HAVE_INITFINI_ARRAY): New macro.
6878 * config.make.in (have-initfini-array): New variable.
6880 2002-03-15 Ulrich Drepper <drepper@redhat.com>
6882 * stdio-common/tst-printf.c (main): Comment out one test which
6883 checked the compiler's ability to fold floating-point constants
6884 but not really printf.
6885 (rfg3): Make s const.
6886 * stdio-common/tst-printf.sh: Adjust for removed test.
6888 * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
6889 internal function. Adjust for internal_function calling convention.
6890 * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
6891 as internal_function.
6893 * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
6896 * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
6897 declaration and definition.
6898 * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
6900 * nss/getXXent_r.c: Likewise.
6901 * nss/nsswitch.h (db_lookup_function): Add internal_function to
6904 * include/time.h: Declare __localtime_r as hidden.
6906 * include/aliases.h: Declare __getaliasent_r as hidden.
6907 * include/grp.h: Declare __getgrent_r as hidden.
6908 * include/netdb.h: Declare __gethostent_r, __getnetent_r,
6909 __getservent_r, and __getprotoent_r as hidden.
6910 * include/pwd.h: Declare __getpwent_r as hidden.
6911 * include/shadow.h: Declare __getspent_r as hidden.
6912 * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
6914 * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
6915 and __gconv_transliterate as hidden.
6916 Add internal_function to __gconv_get_path declaration.
6917 * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
6918 definition. Add attribute_hidden to __gconv_read_conf definition.
6920 2002-03-14 Ulrich Drepper <drepper@redhat.com>
6922 * elf/rtld.c: Declare _environ as hidden.
6923 * sysdeps/generic/dl-environ.c: Likewise.
6924 * sysdeps/generic/dl-sysdep.c: Likewise.
6926 * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
6927 _dl_mcount_internal as hidden.
6929 * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
6930 * sysdeps/generic/dl-brk.c: New file.
6931 * sysdeps/generic/dl-sbrk.c: New file.
6932 * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
6933 * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
6935 * elf/dl-minimal.c (malloc): Declare _end as hidden.
6936 (__errno_location): New function. Declare errno as hidden.
6937 * elf/rtld.c (_dl_argc): Define as hidden.
6938 (_dl_skip_args): Define as hidden.
6939 (_begin, _end): Declare as hidden.
6940 * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
6941 * sysdeps/generic/entry.h (_start): Declare as hidden.
6942 * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
6943 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
6944 _dl_runtime_resolve and _dl_runtime_profile as hidden.
6945 (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
6947 2002-03-14 Roland McGrath <roland@frob.com>
6949 * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
6951 * Makeconfig (%.v.i, %.v): New implicit rules.
6952 (preprocess-versions): Variable removed.
6953 ($(common-objpfx)shlib-versions.v.i): New target giving just the
6954 shlib-versions input files as dependencies.
6955 ($(common-objpfx)soversions.i): Depend on that instead of the input
6956 files. Use it as input instead of using a pipeline.
6957 (postclean-generated): Append soversions.i, shlib-versions.v, and
6958 shlib-versions.v.i here.
6959 * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
6960 the Versions.def input files as dependencies.
6961 ($(common-objpfx)Versions.v.i): Likewise for Versions files.
6962 ($(common-objpfx)Versions.all): Depend on that instead of the input
6963 files. Use it as input instead of using a pipeline.
6964 ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
6965 (postclean-generated): Append those .v and .v.i files here.
6967 2002-03-14 Jakub Jelinek <jakub@redhat.com>
6969 * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
6970 * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
6973 2002-03-14 Jakub Jelinek <jakub@redhat.com>
6975 * sysdeps/generic/mp_clz_tab.c: New file.
6976 * sysdeps/i386/mp_clz_tab.c: New file.
6977 * sysdeps/hppa/mp_clz_tab.c: New file.
6978 * sysdeps/powerpc/mp_clz_tab.c: New file.
6979 * stdlib/Makefile (aux): Revert last patch.
6980 * math/Makefile (gmp-objs): Likewise.
6982 2002-03-13 Paul Eggert <eggert@twinsun.com>
6984 * time/strftime.c: Comment fixes for references to obsolescent
6985 standards, In most cases the simplest fix is to remove the
6986 confusing comments. Cross-referencing all the standards properly
6987 is a bit of a pain, and it should be enough to put that info in
6988 the documentation as I did in my recent time.texi patch.
6990 2002-03-13 Paul Eggert <eggert@twinsun.com>
6992 * manual/time.texi (Formatting Calendar Time):
6993 ISO C99 also specifies the E and O modifiers.
6994 %P is a GNU extension, and is not in ISO C99.
6995 Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
6996 %T is also in ISO C99.
6997 The RFC 822 example is not valid in arbitrary locales.
6998 Reword the POSIX.2 wording slightly, to make it a bit clearer
6999 that POSIX.2 formats are also supported by later POSIX versions.
7000 If a format was introduced in ISO C99 it is also required by
7003 2002-03-13 Ulrich Drepper <drepper@redhat.com>
7005 * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7006 _sys_nerr_internal with INTVARDEF2.
7007 * include/libc-symbols.h (INTVARDEF2): New macro.
7008 * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7009 (_sys_nerr_internal): Library.
7011 * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7012 * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7014 * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7016 2002-03-13 Wolfram Gloger <wg@malloc.de>
7018 * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7020 2002-03-02 Andreas Schwab <schwab@suse.de>
7022 * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7023 'h' flag and positional arg.
7024 * stdio-common/tst-printf.c (rfg3): New function to test
7025 positional arguments.
7026 (main): Fix some warnings.
7028 2002-03-13 Jakub Jelinek <jakub@redhat.com>
7030 * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7031 * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7033 2002-03-13 Ulrich Drepper <drepper@redhat.com>
7035 * grp/initgroups.c (__nss_group_data): Declare as hidden.
7037 * include/locale.h (_nl_C_locobj): Declare as hidden.
7039 * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7040 * time/strptime.c (_nl_C_LC_TIME): Likewise.
7042 * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7044 * include/sys/gmon.h: Declare _gmonparam as hidden.
7046 * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7047 (__ctype32_wctrans): Likewise.
7048 (__ctype32_width): Likewise.
7050 * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7053 * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7055 (__re_error_msgid_idx): Renamed from re_error_msgid_idx. Define as
7056 hidden. Change all users of these variables.
7058 * posix/regex_internal.h (__re_error_msgid): Renamed from
7059 re_error_msgid. Declare as hidden.
7060 (__re_error_msgid_idx): Renamed from re_error_msgid_idx. Declare as
7063 * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7064 (__printf_function_table): Likewise.
7065 * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7067 (__printf_function_table): Likewise.
7069 * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7070 __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7072 * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7073 * nss/nsswitch.c: Declare _nss_*_database as hidden.
7075 * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7076 * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7078 2002-03-12 Ulrich Drepper <drepper@redhat.com>
7080 * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7081 _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7082 _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7083 _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7084 _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7085 _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7086 _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7087 _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7088 _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7089 _nl_C_LC_CTYPE_width: Declare as hidden.
7090 * include/locale.h: Declare _nl_locale_file_list.
7091 * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7092 * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7093 * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7094 * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7095 * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7096 * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7097 * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7098 * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7099 * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7100 * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7101 * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7102 * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7103 _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7104 _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7105 _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7106 _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7107 _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7108 _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7109 _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7110 _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7111 _nl_C_LC_CTYPE_width, and as hidden.
7112 * locale/findlocale.c: Declare _nl_C as hidden.
7113 * locale/newlocale.c: Likewise.
7114 * locale/setlocale.c: Define _nl_C as hidden. Remove declaration of
7115 _nl_locale_file_list.
7116 * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7117 _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7118 Define _nl_C_locobj as hidden.
7120 * malloc/mtrace.c (_mtrace_file): Define as hidden.
7121 (_mtrace_line): Likewise.
7123 * include/time.h: Declare __mon_yday as hidden.
7124 * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7126 * libio/libioP.h: Declare __libio_codecvt as hidden.
7127 * libio/fileops.c: Declare __libio_translit as hidden.
7128 * libio/iofwide.c: Define __libio_translit as hidden.
7130 * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7131 * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7132 * login/getutline_r.c: Likewise.
7133 * login/utmpname.c: Likewise.
7135 * login/utmp-private.h: Declare __libc_utmp_file_functions,
7136 __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7137 __libc_utmp_file_name as hidden.
7139 * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7140 * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7141 * locale/freelocale.c: Likewise.
7142 * locale/lc-time.c: Likewise.
7144 * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7145 (__libc_ptyname2): Likewise.
7146 * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7148 (__libc_ptyname2): Likewise.
7150 * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7151 * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7152 * sysdeps/generic/init-first.c: Likewise.
7153 * sysdeps/i386/init-first.c: Likewise.
7154 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7155 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7156 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7157 * sysdeps/sh/init-first.c: Likewise.
7158 * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7159 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7161 * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7162 (_itowa_upper_digits): Likewise.
7164 * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7165 * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7168 * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7169 _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7170 _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7171 _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7173 * gmon/gmon.c (__bb_head): Define as hidden.
7174 * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7176 * argp/argp-parse.c (_argp_hang): Define as static.
7178 * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7179 handling in latest compilers.
7181 * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7183 * libio/fileops.c (_IO_file_jumps): Likewise.
7184 * libio/stdfiles.c (_IO_list_all): Likewise.
7185 * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7187 * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7189 * include/malloc.h: Add __libc_malloc_initialized declaration
7190 here. Mark variable hidden.
7191 * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7193 * elf/dl-open.c (__libc_argc): Declare as hidden.
7194 (__libc_argv): Likewise.
7195 * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7196 (__libc_argv): Likewise.
7197 * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7198 __libc_argv as hidden.
7199 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7200 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7201 * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7202 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7204 * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7205 * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7206 * stdlib/erand48.c: Likewise.
7207 * stdlib/jrand48.c: Likewise.
7208 * stdlib/lcong48.c: Likewise.
7209 * stdlib/lrand48.c: Likewise.
7210 * stdlib/mrand48.c: Likewise.
7211 * stdlib/nrand48.c: Likewise.
7212 * stdlib/seed48.c: Likewise.
7213 * stdlib/srand48.c: Likewise.
7215 * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7216 (_itoa_lower_digits_internal): New declaration.
7217 (_itoa_upper_digits_internal): New declaration.
7218 (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7219 * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7220 (_itoa_upper_digits_internal): New declaration.
7221 (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7223 * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7224 * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7226 * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7227 * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7229 * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7230 (_itowa_lower_digits): Likewise.
7231 (_itowa_upper_digits): Likewise.
7232 * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7233 (_itowa_upper_digits): Likewise.
7235 * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7236 not already defined.
7237 (GERMANIC_PLURAL): Declare as hidden.
7239 * posix/getopt.c (__getopt_initialized): Declare as hidden.
7240 (attribute_hidden): Define as empty macro if not already defined.
7242 * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7243 (__gconv_max_path_elem_len): Likewise.
7244 (__gconv_path_envvar): Likewise.
7246 * math/Makefile (gmp-objs): Remove mp_clz_tab.
7247 * stdlib/Makefile (aux): Remove mp_clz_tab.
7248 * stdlib/mp_clz_tab.c: Removed. Not needed anywhere.
7250 * stdlib/exit.h (__exit_funcs): Declare as hidden.
7252 * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7254 * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7255 _nl_category_names, _nl_category_name_sizes, _nl_current,
7256 _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7258 * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7259 (_nl_current_default_domain): Likewise
7260 (_nl_state_lock): Likewise.
7261 * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7262 (_nl_current_default_domain): Likewise
7263 (_nl_state_lock): Likewise.
7264 * intl/bindtextdom.c (_nl_state_lock): Likewise.
7266 * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7267 (_fpioconst_pow10): Likewise.
7269 * include/time.h (_tmbuf): Add attribute_hidden.
7271 * time/tzset.c (tzstring_list): Define as static.
7273 * include/time.h: Add attribute_hidden to __tzname_cur_max and
7274 __use_tzfile declaration.
7276 * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7277 and __wcsmbs_last_locale declaration.
7279 2002-02-25 Paul Eggert <eggert@twinsun.com>
7281 * timezone/Makefile (tzbases): Move systemv from here...
7282 (tzlinks): to here, since the entries in systemv were all changed
7283 from Zone to Link lines in tz-2001a. Bug reported (and patch
7284 tested) by Peter Breitenlohner.
7286 2002-03-07 Jakub Jelinek <jakub@redhat.com>
7288 * time/tst-posixtz.c (tests): Add new tests.
7289 (main): Test whether tzset() sets daylight properly.
7291 2002-03-06 Jakub Jelinek <jakub@redhat.com>
7293 * time/tzset.c (tz_compute): Move __daylight, __tzname and
7294 __tzname_cur_max setting...
7295 (tzset_internal): ...here.
7297 2002-03-06 Jakub Jelinek <jakub@redhat.com>
7299 * time/tzset.c (compute_change): Don't return any value.
7300 (tz_compute): Likewise. Don't handle southern hemisphere here.
7301 (__tz_convert): But here.
7303 2002-03-11 Ulrich Drepper <drepper@redhat.com>
7305 * manual/examples/mkfsock.c: Include <string.h> as well.
7306 Patch by Alain De Carolis <alaind@wseurope.com>.
7308 2002-03-06 Isamu Hasegawa <isamu@yamato.ibm.com>
7310 * posix/regexec.c (re_match): Fix incorrect register sizes.
7311 (re_search): Likewise.
7313 2002-03-05 Isamu Hasegawa <isamu@yamato.ibm.com>
7315 * posix/regcomp.c (regfree): Remove a disused condition.
7316 * posix/regex_internal.c (re_acquire_state): Likewise.
7317 (re_acquire_state_context): Likewise.
7318 (register_state): Remove a redundant malloc invocation.
7319 * posix/regex_internal.h: (re_state_table_entry): Simplify
7322 2002-03-05 Isamu Hasegawa <isamu@yamato.ibm.com>
7324 * posix/regcomp.c (regcomp): Add __builtin_expect to error
7325 handling conditions.
7326 (regerror): Likewise.
7327 (regfree): Likewise.
7328 (re_compile_internal): Likewise.
7329 (init_dfa): Likewise.
7330 (init_word_char): Likewise.
7331 (create_initial_state): Likewise.
7332 (analyze): Likewise.
7333 (analyze_tree): Likewise.
7334 (duplicate_node): Likewise.
7335 (calc_eclosure): Likewise.
7336 (calc_eclosure_iter): Likewise.
7338 (parse_reg_exp): Likewise.
7339 (parse_branch): Likewise.
7340 (parse_expression): Likewise.
7341 (parse_subexp): Likewise.
7342 (parse_dup_op): Likewise.
7343 (parse_bracket_exp): Likewise.
7344 (build_equiv_class): Likewise.
7345 (build_charclass): Likewise.
7346 (build_word_op): Likewise.
7347 (fetch_number): Likewise.
7348 (create_tree): Likewise.
7349 (duplicate_tree): Likewise.
7350 * posix/regex.c (BE): New macro.
7351 * posix/regexec.c (re_match): Add __builtin_expect to error
7352 handling conditions.
7353 (re_match_2): Likewise.
7354 (re_search): Likewise.
7355 (re_search_internal): Likewise.
7356 (check_matching): Likewise.
7357 (proceed_next_node): Likewise.
7358 (set_regs): Likewise.
7359 (sift_states_backward): Likewise.
7360 (add_epsilon_backreference): Likewise.
7361 (transit_state): Likewise.
7362 (transit_state_sb): Likewise.
7363 (transit_state_mb): Likewise.
7364 (transit_state_bkref): Likewise.
7365 (transit_state_bkref_loop): Likewise.
7366 (build_trtable): Likewise.
7367 (group_nodes_into_DFAstates): Likewise.
7368 (match_ctx_init): Likewise.
7369 (match_ctx_add_entry): Likewise.
7370 * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7371 to error handling conditions.
7372 (re_string_construct_toupper): Likewise.
7373 (build_wcs_buffer): Likewise.
7374 (build_wcs_upper_buffer): Likewise.
7375 (build_upper_buffer): Likewise.
7376 (re_string_translate_buffer): Likewise.
7377 (re_node_set_alloc): Likewise.
7378 (re_node_set_init_1): Likewise.
7379 (re_node_set_init_2): Likewise.
7380 (re_node_set_init_copy): Likewise.
7381 (re_node_set_intersect): Likewise.
7382 (re_node_set_init_union): Likewise.
7383 (re_node_set_merge): Likewise.
7384 (re_node_set_insert): Likewise.
7385 (re_dfa_add_node): Likewise.
7386 (re_acquire_state): Likewise.
7387 (re_acquire_state_context): Likewise.
7388 (create_new_state_common): Likewise.
7389 (register_state): Likewise.
7390 (create_ci_new_state): Likewise.
7391 (create_cd_new_state): Likewise.
7392 (re_string_context_at): Remove redundant condition.
7394 2002-01-16 Roger Sayle <roger@eyesopen.com>
7396 * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7398 * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7400 2002-03-11 Jakub Jelinek <jakub@redhat.com>
7402 * sysdeps/i386/elf/configure.in: Fix comment.
7404 * sysdeps/sparc/sparc64/configure.in: New file.
7405 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7406 if .dynamic comes before .got.
7407 * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7409 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7410 HP_TIMING_ACCUM): Fix typos.
7412 2002-03-11 Ulrich Drepper <drepper@redhat.com>
7414 * string/strfry.c: Add some more randomness to the seed.
7415 Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7417 * po/es.po: Update from translation team.
7418 * po/fr.po: Likewise.
7420 * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7422 * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7423 when determining type of format.
7424 Patch by James Antill <james@anqd.org> [PR libc/2787].
7426 2002-03-04 Jakub Jelinek <jakub@redhat.com>
7428 * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7430 2002-03-11 Roland McGrath <roland@frob.com>
7432 * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7434 * Versions.def (libc): Add GLIBC_2.2.6.
7435 * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7436 * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7437 __errno_location instead of __hurd_errno_location, and don't inline it.
7438 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7439 * hurd/errno.c: New file.
7440 * hurd/Makefile (routines): Add errno.
7442 2002-03-11 Ulrich Drepper <drepper@redhat.com>
7444 * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7445 ridiculously large widths and precisions [PR libc/3026].
7447 2002-03-11 Andreas Jaeger <aj@suse.de>
7449 * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7451 Patch by Susanne Oberhauser <froh@SuSE.de>.
7453 2002-03-11 Ulrich Drepper <drepper@redhat.com>
7455 * inet/rexec.c (ahostbuf): Define as static.
7457 * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
7458 (__ctype32_wctrans): Likewise.
7459 * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
7460 * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
7461 (__ctype32_wctrans): Likewise.
7462 (__ctype32_width): Likewise.
7464 * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
7465 They were never exported anyway.
7467 * gmon/gmon.c (_gmonparam): Add attribute_hidden.
7468 * gmon/sys/gmon.h: Remove declaration of _gmonparam. It wasn't
7470 * include/sys/gmon.h: Declare _gmonparam.
7472 * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
7473 symbols for getdents64. They were never exported.
7475 2002-03-09 Roland McGrath <roland@frob.com>
7477 * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
7478 Reported by Jon Arney <jarney1@cox.net>.
7480 2002-02-23 Roland McGrath <roland@frob.com>
7482 * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
7484 (__hurd_errno_location): Function removed.
7486 2002-03-06 Andreas Jaeger <aj@suse.de>
7488 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
7491 2002-03-04 Andreas Jaeger <aj@suse.de>
7493 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
7495 * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
7498 * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
7500 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
7502 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
7504 * sysdeps/x86_64/bits/setjmp.h: New file.
7506 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
7508 * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
7510 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
7512 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
7513 * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
7515 2002-02-28 Bo Thorsen <bo@suse.de>
7517 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
7520 2002-03-03 Andreas Jaeger <aj@suse.de>
7522 * sysdeps/x86_64/bits/wordsize.h: New file.
7524 * elf/nodlopenmod2.c: Provide prototype to avoid warning.
7525 * elf/tst-tlsmod1.c: Likewise.
7527 * posix/regcomp.c: Get regex.h from include dir for internal
7530 * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
7531 to libc-internal.h and include it.
7532 * include/libc-internal.h: Add __init_misc.
7534 * misc/init-misc.c: Include libc-internal.h for prototypes.
7536 * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
7538 * misc/error.c [_LIBC]: Include libioP.h for prototype of
7541 2002-03-03 Ulrich Drepper <drepper@redhat.com>
7543 * posix/regcomp.c: Compatibility changes to allow using the code
7546 2002-02-28 Hartvig Ekner <hartvige@mips.com>
7548 * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
7551 2002-03-02 Ulrich Drepper <drepper@redhat.com>
7553 * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
7554 of .str elements in the returned data structure.
7556 * elf/elf.h: Add Alpha TLS bits.
7558 2002-02-28 Jakub Jelinek <jakub@redhat.com>
7560 * sysdeps/unix/sysv/linux/nice.c: New file.
7562 2002-03-01 Ulrich Drepper <drepper@redhat.com>
7564 * elf/Makefile (dl-routines): Add dl-origin.
7565 (elide-routines.os): Add dl-origin.
7566 * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
7567 * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
7569 * include/libc-symbols.c: Define attribute_hidden depending on
7570 HAVE_VISIBILITY_ATTRIBUTE. Add definition of INTVARDEF.
7572 * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
7573 * elf/dl-load.c: Likewise.
7574 * elf/rtld.c: Likewise.
7575 * include/unistd.h: Declare __libc_enable_secure_internal.
7576 * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
7577 Use INTUSE with __libc_enable_secure.
7578 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
7580 * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
7581 * elf/dl-error.c: Likewise,
7582 * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
7584 * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
7585 * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
7586 function definition. Use INTDEF with _dl_get_origin.
7587 * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
7589 * elf/dl-init.c: Use INTUSE with _dl_starting_up.
7590 * elf/rtld.c: Likewise. Use INTVARDEF for _dl_starting_up.
7592 * elf/dl-profile.c: Use INTDEF for _dl_mcount.
7593 * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
7594 * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
7596 * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
7597 * elf/dl-deps.c: Likewise.
7598 * elf/dl-error.c: Likewise.
7599 * elf/dl-fini.c: Likewise.
7600 * elf/dl-init.c: Likewise.
7601 * elf/dl-load.c: Likewise.
7602 * elf/dl-lookup.c: Likewise.
7603 * elf/dl-reloc.c: Likewise.
7604 * elf/dl-version.c: Likewise.
7605 * elf/do-lookup.h: Likewise.
7606 * sysdeps/arm/dl-machine.h: Likewise.
7607 * sysdeps/cris/dl-machine.h: Likewise.
7608 * sysdeps/hppa/dl-machine.h: Likewise.
7609 * sysdeps/i386/dl-machine.h: Likewise.
7610 * sysdeps/m68k/dl-machine.h: Likewise.
7611 * sysdeps/powerpc/dl-machine.h: Likewise.
7612 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7613 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7614 * sysdeps/sh/dl-machine.h: Likewise.
7615 * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
7616 * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
7617 * sysdeps/x86_64/dl-machine.h: Likewise.
7618 * elf/rtld.c: Use INTDEF for _dl_argv. Use rtld_progrname instead of
7619 _dl_argv[0]. Use INTUSE with _dl_argv.
7620 * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
7621 * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
7623 2002-02-28 Jakub Jelinek <jakub@redhat.com>
7625 * elf/rtld.c (_rtld_global): Remove .protected.
7626 (_rtld_local): Strong alias to _rtld_global.
7627 * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
7629 * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
7630 _rtld_local instead of _rtld_global.
7631 (_rtld_local): Add hidden extern, possibly in .sdata section.
7632 * configure.in: Add tests for visibility attribute and .sdata.
7633 * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
7634 * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
7635 * sysdeps/arm/dl-machine.h: Likewise.
7636 * sysdeps/generic/ldsodefs.h: Likewise.
7637 * sysdeps/hppa/dl-machine.h: Likewise.
7638 * sysdeps/cris/dl-machine.h: Likewise.
7639 * sysdeps/i386/dl-machine.h: Likewise.
7640 * sysdeps/ia64/dl-machine.h: Likewise.
7641 * sysdeps/m68k/dl-machine.h: Likewise.
7642 * sysdeps/mips/mips64/dl-machine.h: Likewise.
7643 * sysdeps/mips/dl-machine.h: Likewise.
7644 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7645 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7646 * sysdeps/sh/dl-machine.h: Likewise.
7647 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7648 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7649 * sysdeps/x86_64/dl-machine.h: Likewise.
7651 2002-02-28 Ulrich Drepper <drepper@redhat.com>
7653 * login/login.c (login): Always initialize ut_line field
7656 2002-02-28 Jakub Jelinek <jakub@redhat.com>
7658 * sysdeps/i386/Makefile (sysdep_routines): Add
7660 (shared-only-routines): Likewise.
7661 * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
7662 (shared-only-routines): Likewise.
7663 * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
7664 (shared-only-routines): Likewise.
7665 * sysdeps/wordsize-32/divdi3.c: New file.
7667 2002-02-28 Ulrich Drepper <drepper@redhat.com>
7669 * locale/iso-4217.def: Remove obsolete currencies for countries
7672 2002-02-28 Isamu Hasegawa <isamu@yamato.ibm.com>
7674 * posix/regcomp.c (regcomp): Remove a redundant condition.
7675 (init_word_char): Add a check on malloc failure.
7676 (create_initial_state): Likewise.
7677 (duplicate_node): Likewise.
7678 (calc_eclosure): Likewise.
7679 (calc_eclosure_iter): Likewise.
7680 (parse_expression): Likewise.
7681 (parse_bracket_exp): Remove unnecessary malloc invocations.
7682 (build_equiv_class): Likewise.
7683 (build_charclass): Likewise.
7684 * posix/regex_internal.c (re_node_set_intersect): Add a check
7686 (re_node_set_add_intersect): Likewise.
7687 (re_node_set_merge): Likewise.
7688 (re_acquire_state): Likewise.
7689 (re_acquire_state_context): Likewise.
7690 (create_newstate_common): Likewise.
7691 (register_state): Likewise.
7692 (create_ci_newstate): Likewise.
7693 (create_cd_newstate): Likewise.
7694 * posix/regex_internal.h: Fix prototypes of re_acquire_state
7695 and re_acquire_state_context.
7696 * posix/regexec.c (regexec): Suit it to the error handling of
7698 (re_match): Likewise.
7699 (re_search): Likewise.
7700 (re_search_internal): Add a check on malloc failure.
7701 (acquire_init_state_context): Likewise.
7702 (check_matching): Likewise.
7703 (proceed_next_node): Likewise.
7704 (set_regs): Likewise.
7705 (sift_states_backward): Likewise.
7706 (sift_states_iter_bkref): Likewise.
7707 (add_epsilon_backreference): Likewise.
7708 (transit_state): Likewise.
7709 (transit_state_sb): Likewise.
7710 (transit_state_mb): Likewise.
7711 (transit_state_bkref_loop): Likewise.
7712 (build_trtable): Likewise.
7713 (group_nodes_into_DFAstates): Likewise.
7714 (match_ctx_init): Likewise.
7715 (match_ctx_add_entry): Likewise.
7717 2002-02-27 Ulrich Drepper <drepper@redhat.com>
7719 * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
7720 l_libname if profiling is enabled [PR libc/2916].
7722 * sysdeps/ia64/dl-tls.h: New file.
7724 2002-02-27 Jakub Jelinek <jakub@redhat.com>
7726 * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
7727 Work around an Alpha gas bug.
7729 2002-02-27 Ulrich Drepper <drepper@redhat.com>
7731 * catgets/open_catalog.c (__open_catalog): Fix typo in code which
7732 uses read to load the catalog.
7733 Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
7735 2002-02-26 Ulrich Drepper <drepper@redhat.com>
7737 * posix/Makefile (distribute): Add regcomp.c, regexec.c,
7738 regex_internal.c, and regex_internal.h.
7739 (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
7740 * posix/regex.c: Complete rewrite.
7741 * posix/regexec.c: New file.
7742 * posix/regcomp.c: New file.
7743 * posix/regex_internal.c: New file.
7744 * posix/regex_internal.h: New file.
7745 * posix/regex.h (RE_ICASE): New macro.
7746 Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
7748 * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
7749 ungetwc. It's a macro.
7750 * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
7752 Reported by Jason Merrill <jason@redhat.com>.
7754 2002-02-25 Jakub Jelinek <jakub@redhat.com>
7756 * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
7757 position to fp->_offset if it is set.
7758 * stdio-common/Makefile (tests): Add tst-fdopen.
7759 * stdio-common/tst-fdopen.c: New test.
7761 2002-02-25 Jakub Jelinek <jakub@redhat.com>
7763 * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
7764 * stdio-common/tst-ungetc.c (main): Add another test.
7766 2002-02-25 Ulrich Drepper <drepper@redhat.com>
7768 * assert/assert-perr.c: Use INTUSE to reference functions and variables
7769 inside libc itself. Use INTDEF and INTDEF2 to define appropriate
7770 aliases. Add prototypes for the new aliases.
7771 * assert/assert.c: Likewise.
7772 * include/libc-symbols.h: Likewise.
7773 * include/stdio.h: Likewise.
7774 * include/netinet/in.h: Likewise.
7775 * include/rpc/auth.h: Likewise.
7776 * include/rpc/auth_unix.h: Likewise.
7777 * include/rpc/key_prot.h: Likewise.
7778 * include/rpc/pmap_prot.h: Likewise.
7779 * include/rpc/pmap_rmt.h: Likewise.
7780 * include/rpc/rpc_msg.h: Likewise.
7781 * include/rpc/xdr.h: Likewise.
7782 * inet/gethstbyad_r.c: Likewise.
7783 * inet/gethstbynm2_r.c: Likewise.
7784 * inet/gethstbynm_r.c: Likewise.
7785 * inet/gethstent_r.c: Likewise.
7786 * inet/in6_addr.c: Likewise.
7787 * libio/__fpurge.c: Likewise.
7788 * libio/filedoalloc.c: Likewise.
7789 * libio/fileops.c: Likewise.
7790 * libio/ftello.c: Likewise.
7791 * libio/ftello64.c: Likewise.
7792 * libio/genops.c: Likewise.
7793 * libio/iofclose.c: Likewise.
7794 * libio/iofdopen.c: Likewise.
7795 * libio/iofflush.c: Likewise.
7796 * libio/iofflush_u.c: Likewise.
7797 * libio/iofgetpos.c: Likewise.
7798 * libio/iofgetpos64.c: Likewise.
7799 * libio/iofgets.c: Likewise.
7800 * libio/iofgets_u.c: Likewise.
7801 * libio/iofopen.c: Likewise.
7802 * libio/iofopncook.c: Likewise.
7803 * libio/iofputs.c: Likewise.
7804 * libio/iofread.c: Likewise.
7805 * libio/iofread_u.c: Likewise.
7806 * libio/iofsetpos.c: Likewise.
7807 * libio/iofsetpos64.c: Likewise.
7808 * libio/ioftell.c: Likewise.
7809 * libio/iofwrite.c: Likewise.
7810 * libio/iogetline.c: Likewise.
7811 * libio/iogets.c: Likewise.
7812 * libio/iogetwline.c: Likewise.
7813 * libio/iolibio.h: Likewise.
7814 * libio/iopadn.c: Likewise.
7815 * libio/iopopen.c: Likewise.
7816 * libio/ioseekoff.c: Likewise.
7817 * libio/ioseekpos.c: Likewise.
7818 * libio/iosetbuffer.c: Likewise.
7819 * libio/iosetvbuf.c: Likewise.
7820 * libio/ioungetc.c: Likewise.
7821 * libio/ioungetwc.c: Likewise.
7822 * libio/iovdprintf.c: Likewise.
7823 * libio/iovsprintf.c: Likewise.
7824 * libio/iovsscanf.c: Likewise.
7825 * libio/libioP.h: Likewise.
7826 * libio/memstream.c: Likewise.
7827 * libio/obprintf.c: Likewise.
7828 * libio/oldfileops.c: Likewise.
7829 * libio/oldiofclose.c: Likewise.
7830 * libio/oldiofdopen.c: Likewise.
7831 * libio/oldiofgetpos.c: Likewise.
7832 * libio/oldiofgetpos64.c: Likewise.
7833 * libio/oldiofopen.c: Likewise.
7834 * libio/oldiofsetpos.c: Likewise.
7835 * libio/oldiofsetpos64.c: Likewise.
7836 * libio/oldiopopen.c: Likewise.
7837 * libio/oldstdfiles.c: Likewise.
7838 * libio/putc.c: Likewise.
7839 * libio/setbuf.c: Likewise.
7840 * libio/setlinebuf.c: Likewise.
7841 * libio/stdfiles.c: Likewise.
7842 * libio/stdio.c: Likewise.
7843 * libio/strops.c: Likewise.
7844 * libio/vasprintf.c: Likewise.
7845 * libio/vscanf.c: Likewise.
7846 * libio/vsnprintf.c: Likewise.
7847 * libio/vswprintf.c: Likewise.
7848 * libio/wfiledoalloc.c: Likewise.
7849 * libio/wfileops.c: Likewise.
7850 * libio/wgenops.c: Likewise.
7851 * libio/wstrops.c: Likewise.
7852 * malloc/mtrace.c: Likewise.
7853 * misc/error.c: Likewise.
7854 * misc/syslog.c: Likewise.
7855 * nss/getXXbyYY_r.c: Likewise.
7856 * nss/getXXent_r.c: Likewise.
7857 * nss/hosts-lookup.c: Likewise.
7858 * stdio-common/getw.c
7859 * stdio-common/printf-prs.c: Likewise.
7860 * stdio-common/printf_fp.c: Likewise.
7861 * stdio-common/printf_size.c: Likewise.
7862 * stdio-common/putw.c: Likewise.
7863 * stdio-common/scanf.c: Likewise.
7864 * stdio-common/sprintf.c: Likewise.
7865 * stdio-common/tmpfile64.c: Likewise.
7866 * stdio-common/vfprintf.c: Likewise.
7867 * stdio-common/vfscanf.c: Likewise.
7868 * stdlib/strfmon.c: Likewise.
7869 * sunrpc/auth_des.c: Likewise.
7870 * sunrpc/auth_none.c: Likewise.
7871 * sunrpc/auth_unix.c: Likewise.
7872 * sunrpc/authdes_prot.c: Likewise.
7873 * sunrpc/authuxprot.c: Likewise.
7874 * sunrpc/clnt_perr.c: Likewise.
7875 * sunrpc/clnt_raw.c: Likewise.
7876 * sunrpc/clnt_tcp.c: Likewise.
7877 * sunrpc/clnt_udp.c: Likewise.
7878 * sunrpc/clnt_unix.c: Likewise.
7879 * sunrpc/key_call.c: Likewise.
7880 * sunrpc/key_prot.c: Likewise.
7881 * sunrpc/openchild.c: Likewise.
7882 * sunrpc/pm_getmaps.c: Likewise.
7883 * sunrpc/pm_getport.c: Likewise.
7884 * sunrpc/pmap_clnt.c: Likewise.
7885 * sunrpc/pmap_prot.c: Likewise.
7886 * sunrpc/pmap_prot2.c: Likewise.
7887 * sunrpc/pmap_rmt.c: Likewise.
7888 * sunrpc/rpc_cmsg.c: Likewise.
7889 * sunrpc/rpc_prot.c: Likewise.
7890 * sunrpc/svc_authux.c: Likewise.
7891 * sunrpc/svc_raw.c: Likewise.
7892 * sunrpc/svc_simple.c: Likewise.
7893 * sunrpc/svc_tcp.c: Likewise.
7894 * sunrpc/svc_udp.c: Likewise.
7895 * sunrpc/svc_unix.c: Likewise.
7896 * sunrpc/xdr.c: Likewise.
7897 * sunrpc/xdr_array.c: Likewise.
7898 * sunrpc/xdr_mem.c: Likewise.
7899 * sunrpc/xdr_rec.c: Likewise.
7900 * sunrpc/xdr_ref.c: Likewise.
7901 * sunrpc/xdr_stdio.c: Likewise.
7902 * sysdeps/generic/_strerror.c: Likewise.
7903 * sysdeps/generic/printf_fphex.c: Likewise.
7904 * sysdeps/generic/tmpfile.c: Likewise.
7905 * sysdeps/gnu/errlist.awk: Likewise.
7906 * sysdeps/gnu/errlist.c: Likewise.
7908 * libio/Makefile (routines): Remove iosprint.
7909 * libio/iosprintf.c: Removed
7912 2002-02-24 Ulrich Drepper <drepper@redhat.com>
7914 * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
7915 non_dynamic_init and exported now.
7916 * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
7917 * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
7919 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7920 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7921 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7923 2002-02-23 Ulrich Drepper <drepper@redhat.com>
7925 * elf/dl-close.c (free_slotinfo): Check for end of list and return
7928 * locale/iso-639.def: Add language codes for Walloon.
7930 * elf/dl-fini.c (_dl_fini): Print some final statistics on the
7931 total number of relocations performed.
7933 * elf/sprof.c (load_profdata): If do_test provide information as
7934 to why loading failed.
7935 * elf/dl-profile.c (_dl_start_profile): Initialize all of
7938 * csu/set-init.c: Moved to...
7939 * sysdeps/mach/hurd/set-init.c: ...here. New file.
7940 * csu/Makefile: Don't compile set-init.
7941 * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
7942 * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
7944 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7945 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7946 * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
7948 * misc/init-misc.c: Always export __init_misc. Don't define hooks for
7951 2002-02-22 Ulrich Drepper <drepper@redhat.com>
7953 * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
7954 * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
7955 * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
7956 (_dl_deallocate_tls): New function.
7957 * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
7960 2002-02-21 Jakub Jelinek <jakub@redhat.com>
7962 * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
7963 * stdio-common/tst-fseek.c (main): Add test for this.
7965 2002-02-19 Ulrich Drepper <drepper@redhat.com.>
7967 * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
7969 2002-02-19 Jakub Jelinek <jakub@redhat.com>
7971 * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
7972 pointer before dereferencing.
7974 2002-02-18 Roland McGrath <roland@frob.com>
7976 * sysdeps/mach/hurd/times.c: Fix typo in last change.
7978 * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
7979 Use task_policy in place of task_priority.
7981 * sysdeps/generic/bits/mman.h
7982 (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
7983 * sysdeps/mach/msync.c: New file.
7985 * sysdeps/mach/powerpc/syscall.S: New file.
7987 * mach/msg.c [MACH_MSG_OVERWRITE]
7988 (__mach_msg_trap, __mach_msg_overwrite): New functions.
7989 * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
7991 * sysdeps/mach/configure.in: Check for clock.defs to put into
7992 mach_interface_list.
7993 * sysdeps/mach/configure: Regenerated.
7995 * mach/Makefile (mach-machine): New variable, set from $(base-machine).
7996 ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
7997 ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
7998 Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
7999 (mach-shortcuts): Add device_read_overwrite_request,
8000 device_read_overwrite, vm_read_overwrite, thread_switch.
8002 * configure.in (base_machine): Set to $machine by default.
8003 * configure: Regenerated.
8005 * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8006 or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8007 * sysdeps/mach/configure: Regenerated.
8008 * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8010 * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8012 * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8014 * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8015 Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8017 2002-02-17 Roland McGrath <roland@frob.com>
8019 * sysdeps/mach/hurd/times.c
8020 [NO_CREATION_TIME] (startup_time): New static variable.
8021 [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8022 (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8023 creation_time from task_basic_info.
8024 (__times): Use __gettimeofday instead of __host_get_time.
8026 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8027 Use untyped Mach IPC message format.
8029 * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8031 * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8032 _S_catch_exception_raise_state_identity,
8033 _hurdsig_fault_catch_exception_raise_state,
8034 _hurdsig_fault_catch_exception_raise_state_identity.
8036 * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8038 * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8039 __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8041 * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8042 `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8044 * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8045 (fmh, unfmh): Define these functions only #if FMH. Otherwise define
8046 them as no-op macros.
8047 [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8048 (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8050 * sysdeps/powerpc/dl-machine.h
8051 (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8053 * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8054 Use untyped Mach IPC message format.
8056 * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8057 Handle untyped Mach IPC message formats.
8059 * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8060 Expect different argument conventions when this is defined.
8061 [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8062 [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8063 * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8064 [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8065 for OSF Mach variant.
8066 (faulted): Use mig_reply_error_t for REPLY.
8067 (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8068 in __thread_set_exception_ports call.
8069 (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8070 __mach_port_set_attributes in place of __mach_port_set_qlimit.
8072 * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8073 before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8074 on Darwin, which includes bogons.
8076 * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8077 variable LOADBASE so it's not declared when it's not used.
8079 2002-02-16 Roland McGrath <roland@frob.com>
8081 * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8082 to use BI.creation_time.
8084 * mach/Machrules (MIG): Add -x c to CPP value passed down.
8086 * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8087 * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8088 * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8089 host_page_size instead of vm_statistics.
8091 * sysdeps/mach/Makefile (mach-before-compile): Don't include
8092 mach_interface.h here, since not all variants use that name.
8094 * sysdeps/mach/configure.in: Add some checks for Mach headers
8095 to ensure a sane installation.
8096 (mach_interface_list): Define this variable by checking for .defs
8097 files found in various variants.
8098 * configure.in (mach_interface_list): AC_SUBST this.
8099 * config.make.in (mach-interface-list): New substituted variable.
8100 * mach/Makefile (user-interfaces): Define this using the value
8101 of $(mach-interface-list) instead of mach, mach4.
8102 Updated other references to mach_interface to use it as well.
8104 * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8106 * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8107 mig_reply_error_t for OSF Mach variant.
8109 * mach/Makefile (routines): Remove bootprivport.
8110 * mach/bootprivport.c: File removed. It has never been used.
8112 * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8113 Grok the OSF flavor of message format.
8114 (mach_msg_destroy_port): For MAKE_SEND and
8115 MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8116 no-senders notification.
8118 2002-02-06 Roland McGrath <roland@frob.com>
8120 * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8121 to here if 2.0 compatibility enabled ...
8122 (libc: GLIBC_2.1.3): ... from here.
8124 2002-02-15 Ulrich Drepper <drepper@redhat.com>
8126 * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8128 * elf/dl-close.c (_dl_close): Likewise.
8130 2002-02-14 Ulrich Drepper <drepper@redhat.com>
8132 * elf/Makefile: Add rules to build and run tst-tls8.
8133 * elf/tst-tls8.c: New file.
8134 * elf/tst-tlsmod4.c: New file.
8136 * stdlib/test-a64l.c (tests): Add more test cases.
8138 * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8139 Reported by Walter Harms <WHarms@bfs.de>.
8141 2002-02-11 Jes Sorensen <jes@trained-monkey.org>
8143 * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8144 definitions for struct sigcontext.
8145 Suggested by David Mosberger-Tang.
8147 2002-02-13 Ulrich Drepper <drepper@redhat.com>
8149 * elf/dl-close.c (remove_slotinfo): New function. Handles everything
8150 for removing reference of module in slotinfo list.
8151 (_dl_close): Use remove_slotinfo.
8152 * sysdeps/generic/dl-tls.c: General pretty printing.
8153 (oom): Define only if SHARED.
8154 (_dl_next_tls_modid): Correct starting point for the case we assume
8155 there is a gap. Add missing instruction grouping (doh!). Correct
8156 tests for reaching maximum index.
8157 * elf/Makefile: Add rules to build and run tst-tls7.
8158 * elf/tst-tls7.c: New file.
8159 * elf/tst-tlsmod3.c: New file.
8161 * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8163 * elf/tst-tlsmod2.c: Likewise.
8165 * elf/dl-close.c (_dl_close): When closing an object using TLS
8166 either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8167 true. Increment dl_tls_generation only if we closed any TLS-using
8169 * elf/tst-tls6.c: New file.
8170 * elf/Makefile: Add rules to build and run tst-tls6.
8172 * po/da.po: Update from translation team.
8174 * locale/categories.def: Fix typo [PR libc/2948].
8175 * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8177 * locale/iso-4217.def: Update from official version [PR libc/2950].
8178 * glibcbug.in: Honor TMPDIR [PR libc/2951].
8179 * locale/programs/ld-collate.c (collate_finish): Bail out with a
8180 message if input is too confusion instead of using assert.
8181 (collate_read): Don't crash on unknown symbol [PR libc/2952].
8182 Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8184 * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8185 * elf/tst-tls2.c: Likewise.
8186 * elf/tst-tls3.c: Likewise.
8188 2002-02-13 Jakub Jelinek <jakub@redhat.com>
8190 * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8192 2002-02-13 Ulrich Drepper <drepper@redhat.com>
8194 * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8195 if this is really necessary.
8197 * elf/dl-close.c (_dl_close): Implement freeing entries in the
8199 (free_mem): Free memory for the slotinfo array if possible.
8201 2002-02-12 Andreas Schwab <schwab@suse.de>
8203 * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8205 2002-02-12 Ulrich Drepper <drepper@redhat.com>
8207 * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8209 (oom): New function.
8210 (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8211 (_dl_determine_tlsoffset): Likewise.
8212 (_dl_allocate_tls): Likewise.
8213 (__TLS_GET_ADDR): Define if not already defined.
8214 (_dl_tls_symaddr): New function.
8215 (allocate_and_init): New function.
8216 (__tls_get_addr): Actually implement handling of generation counter
8217 and deferred allocation.
8218 * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8219 add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8221 Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8222 Declare _dl_tls_symaddr.
8223 * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8225 * include/link.h (struct link_map): Remove l_tls_nextimage and
8227 * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8228 instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8229 (_dl_vsym): Likewise.
8230 * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8232 (dl_main): Allow PT_TLS be present for empty segment. Remove
8233 nextimage list handling. Instead add all modules using TLS to
8234 dl_tls_dtv_slotinfo_list.
8235 * elf/dl-open.c (dl_open_worker): After successfully loading all
8236 objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8237 * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8238 empty segment don't do anything. Remove handling of initimage list.
8239 * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8240 (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8241 * elf/dl-minimal.c: Define __libc_memalign.
8242 * elf/dl-support.c: Remove _dl_initimage_list. Add
8243 _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8245 * include/stdlib.h: Declare __libc_memalign.
8247 * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8248 * elf/tst-tls4.c: New file.
8249 * elf/tst-tls5.c: New file.
8250 * elf/tst-tlsmod2.c: New file.
8252 * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8254 * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8256 * elf/tst-tls1.c: Use test-skeleton.c.
8257 * elf/tst-tls2.c: Likewise.
8258 * elf/tst-tls3.c: Likewise.
8260 * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8262 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
8264 * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8266 2002-02-10 Ulrich Drepper <drepper@redhat.com>
8268 * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8270 * elf/tst-tls3.c: New file.
8271 * elf/tst-tlsmod1.c: New file.
8272 * elf/Makefile: Add rules to build and run tst-tls3.
8274 * sysdeps/i386/dl-machine.h: Include <tls.h>.
8275 (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8278 * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8280 * po/fr.po: Update from translation team.
8282 * elf/tls-macros.h: Add alternative macros for use in PIC.
8284 * elf/dl-lookup.c: Include <tls.h>.
8285 * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8287 * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8288 required by passing pointer to last element of the list.
8290 * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8291 l_tls_initimage to a place where it actually is performed.
8293 * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8294 after globfree() calls.
8296 * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8297 (openaux): Pass open_mode as new last argument to _dl_map_object.
8298 (_dl_map_object_deps): Add new argument open_mode. Initialize
8299 open_mode element of args variable with it.
8300 * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8301 _dl_map_object_deps.
8302 * elf/rtld.c (dl_main): Add zero as last parameter to
8303 _dl_map_object_deps call.
8304 * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8305 * elf/nodlopen2.c: New file.
8306 * elf/nodlopenmod2.c: New file.
8307 * elf/Makefile: Add rules to build and run nodlopen2.
8309 * elf/tst-tls1.c: Move TLS helper macros to...
8310 * elf/tls-macros.h: ...here. New file.
8311 * elf/tst-tls2.c: New file.
8312 * elf/Makefile (tests): Add tst-tls2.
8313 (distribute): Add tls-macros.h.
8315 * po/sv.po: Update from translation team.
8317 * elf/tst-tls1.c (main): Add complete set of tests. Split
8318 architecture specific definitions from the actual test code.
8320 * po/tr.po: Update from translation team.
8322 2002-02-09 Ulrich Drepper <drepper@redhat.com>
8324 * elf/Makefile (tests): Add tst-tls1.
8325 * elf/tst-tls1.c: New file.
8327 * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8328 alignment of TCB for now.
8330 * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8331 initialization image for the application itself.
8333 * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8334 loop to initialize TLS block.
8336 2002-02-08 Richard Henderson <rth@redhat.com>
8338 * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8339 _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8341 * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8343 2002-02-09 Jakub Jelinek <jakub@redhat.com>
8345 * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8347 2002-02-08 Ulrich Drepper <drepper@redhat.com>
8349 * po/ca.po: Update from translation team.
8350 * po/sk.po: Likewise.
8352 * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8353 (dl_main): Move dtv/static TLS handling before relocation.
8354 Unconditionally call _dl_tlsoffset. Call _dl_allocate_tls and
8355 TLS_INIT_TP to allocate and install the dtv/static TLS block.
8356 * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8357 so far uses TLS initialize GL(dl_tls_static_size) and
8358 GL(dl_tls_static_align) to account for the TCB.
8359 (_dl_allocate_tls): New function.
8360 * sysdeps/generic/ldsodefs.h (rtld_global): Add
8361 _dl_initial_dtv_malloced.
8363 * configure.in: Test for __builtin_memset more realistically.
8365 * csu/version.c (banner): If TLS support is available say so.
8367 2002-02-04 H.J. Lu <hjl@gnu.org>
8369 * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8371 (__dl_runtime_resolve): Likewise.
8373 * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8376 2001-11-15 H.J. Lu <hjl@gnu.org>
8378 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8379 <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8381 * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8383 2002-02-07 H.J. Lu <hjl@gnu.org>
8385 * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8387 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8390 2002-02-07 Ulrich Drepper <drepper@redhat.com>
8392 * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8394 * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8395 ___tls_get_addr_internal.
8396 (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8398 * po/ko.po: Update from translation team.
8400 2002-02-07 Jakub Jelinek <jakub@redhat.com>
8402 * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8403 attribute, change __pad{1,2} type to unsigned int.
8404 (struct stat64): Remove packed attribute.
8406 2002-02-07 Ulrich Drepper <drepper@redhat.com>
8408 * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8410 2002-02-07 Andreas Schwab <schwab@suse.de>
8412 * configure.in: Fix check for -zcombreloc.
8414 2002-02-06 H.J. Lu <hjl@gnu.org>
8416 * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8417 * configure.in: Check if __builtin_memset really works.
8418 * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8419 __GNUC_PREREQ (2, 96) before using __builtin_memset.
8421 2002-02-06 Jakub Jelinek <jakub@redhat.com>
8423 * io/bug-ftw3.c (main): Don't try the test if root.
8425 2002-02-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
8427 * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8429 * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8430 Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8431 * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8433 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8434 a weak alias for __clone.
8435 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8436 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8437 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8438 * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8439 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8440 a weak alias for __mmap64.
8442 2002-02-05 H.J. Lu <hjl@gnu.org>
8444 * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8445 (atomic_add): Likewise.
8446 (compare_and_swap): Likewise.
8447 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8449 2002-02-07 Ulrich Drepper <drepper@redhat.com>
8451 * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
8453 * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
8454 alignment of the TCB and store total size and alignment of static
8455 TLS block in _dl_tls_static_size and _dl_tls_static_align.
8456 tls_index is a typedef.
8457 * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
8458 _dl_tls_static_align.
8459 * sysdeps/i386/dl-tls.h: tls_index is a typedef.
8460 * elf/dl-support.c: Define _dl_tls_static_size and
8461 _dl_tls_static_align.
8463 2002-02-06 Ulrich Drepper <drepper@redhat.com>
8465 * configure.in: Add --without-tls option.
8466 * sysdeps/i386/elf/configure.in: Don't check for TLS support if
8467 --without-tls is given.
8469 * sysdeps/generic/dl-tls.c: Include <tls.h>.
8471 * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
8473 2002-02-06 Roland McGrath <roland@frob.com>
8475 * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
8476 * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
8478 * scripts/versions.awk: Improve error message for missing version.
8479 Each version inherits from the last one only if they have the same
8480 nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
8481 but not GLIBC_x and FOO_y.
8483 * scripts/firstversions.awk: Handle libraries that don't have each
8484 particular version named in the third column of shlib-versions.
8486 * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
8488 2002-02-06 Ulrich Drepper <drepper@redhat.com>
8490 * Versions.def [ld]: Add GLIBC_2.3.
8491 * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
8492 * elf/Makefile (dl-routines): Add dl-tls.
8493 (distribute): Add dl-tls.h.
8494 * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8495 _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8496 Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
8497 * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
8498 along with the other info in the link map. Change queueing of init
8499 images for double linked list. Use _dl_next_tls_modid to compute
8501 * elf/rtld.c (_dl_start_final): Store alignment requirement
8502 along with the other info in rtld map and executable map.
8503 (dl_main): Add ld.so to the init image list if necessary. Compute
8504 final module ID with _dl_next_tls_modid.
8505 * include/link.h (struct link_map): Add l_tls_previmage and
8507 * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8508 * sysdeps/i386/elf/Versions: New file.
8509 * sysdeps/generic/dl-tls.c: New file.
8510 * sysdeps/generic/dl-tls.h: New file.
8511 * sysdeps/i386/dl-tls.h: New file.
8513 2002-02-06 Roland McGrath <roland@frob.com>
8515 * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
8516 * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
8518 2002-01-05 Roland McGrath <roland@frob.com>
8520 * sysdeps/mach/configure.in: New file.
8521 * sysdeps/mach/configure: New generated file.
8523 * mach/Makefile (user-interfaces): Remove default_pager_helper.
8524 It has never been used by anything.
8526 2002-02-06 H.J. Lu <hjl@gnu.org>
8528 * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
8531 2002-02-06 Ulrich Drepper <drepper@redhat.com>
8533 * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
8534 attribute((packed)) to counter stupid people misusing gcc options.
8535 (struct stat64): Likewise.
8537 2002-02-05 Ulrich Drepper <drepper@redhat.com>
8539 * elf/rtld.c (dl_main): Correct indentation. Use bool as type for
8540 the variables which are used as booleans.
8542 2002-02-06 Andreas Jaeger <aj@suse.de>
8544 * include/libc-symbols.h (INTUSE): Renamed from INT.
8545 * elf/dl-deps.c: Change users.
8546 * sysdeps/generic/dl-sysdep.c: Likewise.
8547 * sysdeps/generic/dl-cache.c: Likewise.
8548 * elf/dl-reloc.c: Likewise.
8549 * elf/rtld.c: Likewise.
8550 * elf/dl-version.c: Likewise.
8551 * elf/dl-load.c: Likewise.
8552 * elf/dl-dst.h: Likewise.
8553 * elf/dl-init.c: Likewise.
8554 * elf/dl-error.c: Likewise.
8555 * elf/dl-fini.c: Likewise.
8556 * elf/dl-runtime.c: Likewise.
8557 * elf/do-lookup.h: Likewise.
8559 * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
8561 * stdio-common/_itowa.h: Likewise.
8563 2002-02-05 Ulrich Drepper <drepper@redhat.com>
8565 * elf/dl-minimal.c: Define _itoa_lower_digits.
8567 * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
8570 * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
8571 loading modules with the DF_STATIC_TLS flag set.
8572 * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
8574 * include/link.h (struct link_map): Add l_flags field.
8575 * elf/elf.h (DF_STATIC_TLS): New definition.
8577 * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
8578 * dlfcn/bug-dlopen1.c: New file. By Bruno Haible.
8580 * elf/rtld.c (process_dl_debug): Correct printing help message.
8581 * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
8584 * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
8585 definition and pass &errno in use of this variable.
8586 Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
8588 2002-02-04 Andreas Schwab <schwab@suse.de>
8590 * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
8591 * locale/programs/charmap-dir.c: Wrap calls that output messages
8592 with WITH_CUR_LOCALE. Include "localedef.h" first.
8593 * locale/programs/charmap.c: Likewise.
8594 * locale/programs/ld-address.c: Likewise.
8595 * locale/programs/ld-collate.c: Likewise.
8596 * locale/programs/ld-ctype.c: Likewise.
8597 * locale/programs/ld-identification.c: Likewise.
8598 * locale/programs/ld-measurement.c: Likewise.
8599 * locale/programs/ld-messages.c: Likewise.
8600 * locale/programs/ld-monetary.c: Likewise.
8601 * locale/programs/ld-name.c: Likewise.
8602 * locale/programs/ld-numeric.c: Likewise.
8603 * locale/programs/ld-paper.c: Likewise.
8604 * locale/programs/ld-telephone.c: Likewise.
8605 * locale/programs/ld-time.c: Likewise.
8606 * locale/programs/linereader.c: Likewise.
8607 * locale/programs/linereader.h: Likewise.
8608 * locale/programs/localedef.c: Likewise.
8609 * locale/programs/locfile.c: Likewise.
8610 * locale/programs/repertoire.c: Likewise.
8612 2002-02-05 Ulrich Drepper <drepper@redhat.com>
8614 * elf/rtld.c (_dl_start_final): Determine load address to locate
8615 ehdr with GL(dl_rtld_map).l_map_start.
8617 * po/ca.po: Update from translation team.
8619 * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
8620 * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
8622 * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
8624 * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
8626 2002-02-04 Ulrich Drepper <drepper@redhat.com>
8628 * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
8629 * include/link.h (struct link_map): Add various members for TLS
8631 * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8632 _rtld_tlsoffset, add _dl_initimage_list.
8633 * sysdeps/i386/dl-lookupcfg.h: New file.
8634 * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
8635 TLS relocation. When using TLS we now use RESOLVE_MAP.
8636 (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
8639 * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
8642 * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
8643 thread-pointer as soon as possible.
8644 * sysdeps/generic/ldsodefs.h: Include <tls.h>. Define first TLS
8645 elements in rtld_global.
8646 * sysdeps/generic/tls.h: New file.
8647 * elf/Makefile (distribute): Add tls.h.
8648 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
8649 relocations. Not complete yet.
8651 * resolv/resolv.h: Allow user to define __need_res_state and only
8652 define __res_start structure then.
8653 * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
8655 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
8656 dl_cpuclock_offset initialization to _dl_start_final.
8657 (_dl_show_auxv): Avoid unnecessary sign extension.
8658 * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
8660 2002-02-03 Ulrich Drepper <drepper@redhat.com>
8662 * config.h.in: Add HAVE_TLS_SUPPORT.
8663 * sysdeps/i386/elf/configure.in: New file.
8665 2002-02-03 Andreas Schwab <schwab@suse.de>
8667 * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
8668 * sysdeps/posix/writev.c: Use ssize_t for bytes_written. Fix comment.
8670 2002-02-03 Thorsten Kukuk <kukuk@suse.de>
8672 * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
8673 alloca if the memory reqirements are too high.
8675 2002-02-03 Ulrich Drepper <drepper@redhat.com>
8677 * elf/dl-load.c (decompose_rpath): Avoid using strstr.
8678 * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
8679 the former is available anyway and speed isn't important here.
8680 * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
8681 * elf/dl-version.c (match_symbol): Likewise.
8682 (_dl_check_map_versions): Likewise.
8683 * elf/rtld.c (process_envvars): Likewise.
8684 (print_statistics): Likewise.
8685 * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
8686 * elf/dl-minimal.c (_itoa): Always define it. Make it work for all
8687 bases. Add assert to catch uses of unimplemented features.
8688 (__strsep): Add assert to catch uses of unimplemented features.
8689 * elf/dl-object.c (_dl_new_object): Don't use rawmemchr. Use strchr
8690 and avoid inline optimization.
8691 * elf/rtld.c (process_envvars): Likewise.
8692 * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
8693 * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
8694 * elf/rtld.c (dl_main): Avoid strsep inline optimization.
8696 2002-02-02 Ulrich Drepper <drepper@redhat.com>
8698 * stdio-common/_itoa.h: Minor simplifications of the code.
8699 * stdio-common/_itoa.c: Likewise.
8701 * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
8702 instead of _dl_printf for debugging info output.
8704 * manual/examples/mkfsock.c (make_named_socket): Make sure name is
8705 always NUL-terminated. Patch by Chris D. Sloan <cds@cs.hmc.edu>.
8707 2002-02-01 H.J. Lu <hjl@gnu.org>
8709 * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
8710 (atomic_add): Likewise.
8711 (compare_and_swap): Return 0 only when failed to compare. Use
8714 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
8717 2002-02-03 kaz Kojima <kkojima@rr.iij4u.or.jp>
8719 * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
8721 2002-02-02 Ulrich Drepper <drepper@redhat.com>
8723 * elf/dl-minimal.c (__strsep): New minimal implementation.
8725 2002-02-02 Paul Eggert <eggert@twinsun.com>
8727 * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
8728 (__mktime_internal): If no tm_isdst is requested, prefer solutions
8729 with tm_isdst > 0 when the requested time falls within a
8730 spring-forward gap [PR libc/2894].
8732 2002-02-03 Andreas Schwab <schwab@suse.de>
8734 * stdio-common/tst-rndseek.c: Increase timeout.
8736 2002-02-02 Ulrich Drepper <drepper@redhat.com>
8738 Change ld.so to not use functions which are exported. One cannot
8739 interpose them anyway. Use INT() to mark uses, INTDEF() to mark
8741 * include/libc-symbols.h: Define INT and INTDEF.
8742 * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
8743 _dl_signal_error_internal, _dl_map_object_internal,
8744 _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
8745 _dl_lookup_versioned_symbol_internal,
8746 _dl_relocate_object_internal, _dl_debug_state_internal,
8747 _dl_start_profile_internal, and _dl_unload_cache_internal.
8748 * include/dlfcn.h: Declare _dl_catch_error_internal.
8749 * elf/rtld.c: Use INT for calls to any of the *_internal functions
8750 above. Add INTDEF to function definitions.
8751 * elf/dl-debug.c: Likewise.
8752 * elf/dl-deps.c: Likewise.
8753 * elf/dl-dst.h: Likewise.
8754 * elf/dl-error.c: Likewise.
8755 * elf/dl-fini.c: Likewise.
8756 * elf/dl-init.c: Likewise.
8757 * elf/dl-load.c: Likewise.
8758 * elf/dl-lookup.c: Likewise.
8759 * elf/dl-misc.c: Likewise.
8760 * elf/dl-open.c: Likewise.
8761 * elf/dl-profile.c: Likewise.
8762 * elf/dl-reloc.c: Likewise.
8763 * elf/dl-runtime.c: Likewise.
8764 * elf/dl-version.c: Likewise.
8765 * elf/do-lookup.h: Likewise.
8766 * sysdeps/generic/dl-cache.c: Likewise.
8767 * sysdeps/generic/dl-sysdep.c: Likewise.
8768 * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
8769 instead of _dl_init.
8770 * sysdeps/arm/dl-machine.h: Likewise.
8771 * sysdeps/cris/dl-machine.h: Likewise.
8772 * sysdeps/hppa/dl-machine.h: Likewise.
8773 * sysdeps/i386/dl-machine.h: Likewise.
8774 * sysdeps/ia64/dl-machine.h: Likewise.
8775 * sysdeps/m68k/dl-machine.h: Likewise.
8776 * sysdeps/mips/dl-machine.h: Likewise.
8777 * sysdeps/mips/mips64/dl-machine.h: Likewise.
8778 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8779 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8780 * sysdeps/sh/dl-machine.h: Likewise.
8781 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8782 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8783 * sysdeps/x86_64/dl-machine.h: Likewise.
8784 * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
8786 * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
8787 and _dl_debug_initialize.
8789 * elf/dl-object.c (_dl_new_object): Avoid using strrchr. We have
8791 * elf/rtld.c (dl_main): Avoid strrchr.
8792 * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
8793 result of readlink. Search from the back for '/'.
8795 * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
8796 strncpy if possible.
8798 * sysdeps/generic/dl-environ.c (unsetenv): Optimize. Don't use
8800 * elf/dl-load.c (is_dst): Optimize. Don't call strncmp twice.
8801 * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
8802 strspn, and strcspn.
8803 (process_envvars): Don't use strcspn.
8805 * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
8806 (_dl_dst_substitute): Likewise.
8808 2002-02-01 Ulrich Drepper <drepper@redhat.com>
8810 * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
8811 code which is never used when relocating ld.so itself.
8813 * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
8814 starting ld.so itself. Move l_addr variable initialization closer
8816 (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
8818 2002-02-01 Jakub Jelinek <jakub@redhat.com>
8820 * Versions.def (libc): Add GLIBC_PRIVATE.
8821 (libdb, libnss_db, libdb1): Remove.
8822 (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
8823 libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
8824 (libpthread): Add GLIBC_PRIVATE.
8825 (libresolv): Likewise, remove GLIBC_2.1.
8826 (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
8827 GLIBC_2.2.3, GLIBC_2.3.
8828 * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
8829 * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
8830 _dl_sym, _dl_vsym): Likewise.
8831 (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
8832 _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
8833 _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
8834 _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
8835 _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
8836 _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
8837 _dl_relocate_object, _dl_signal_error, _dl_start_profile,
8838 _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
8840 (_dl_object_relocation_scope): Remove.
8841 * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
8842 * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
8843 __gconv_cache): Move to GLIBC_PRIVATE.
8844 * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
8845 __internal_setnetgrent): Likewise.
8846 * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
8847 __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
8848 * locale/Versions (__collate_element_hash, __collate_element_strings,
8849 __collate_symbol_classes, __collate_symbol_hash,
8850 __collate_symbol_strings, _nl_current_LC_COLLATE,
8851 _nl_current_LC_CTYPE): Likewise.
8852 * misc/Versions (__libc_fsync, __libc_msync): Likewise.
8853 * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
8854 (libnss_nis, libnss_nisplus): Likewise.
8855 * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
8856 _nss_files_parse_spent): Move to GLIBC_PRIVATE.
8857 (libnss_files): Move all symbols to GLIBC_PRIVATE.
8858 * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
8859 __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
8860 __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
8861 * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
8862 __ns_get16, __ns_samename): Likewise.
8863 (libnss_dns): Move all symbols to GLIBC_PRIVATE.
8864 * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
8866 * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
8867 __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
8868 __libc_connect): Likewise.
8869 * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
8871 * stdlib/Versions (__libc_system): Likewise.
8872 * sunrpc/Versions (__rpc_thread_destroy): Likewise.
8873 * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
8874 * sysdeps/ia64/fpu/Versions: Likewise.
8875 * sysdeps/ia64/Versions: Likewise.
8876 * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
8877 * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
8879 * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
8880 * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
8881 __libc_sigaction): Likewise.
8882 * termios/Versions (__libc_tcdrain): Likewise.
8884 * misc/sys/cdefs (__attribute_noinline__): Define.
8885 * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
8886 __attribute_noinline__.
8888 * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
8889 * elf/dl-xstat64.c: New file.
8890 * elf/dl-fxstat64.c: New file.
8891 * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
8892 don't export __fxstat64 at multiple versions.
8893 * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
8894 * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
8896 2002-01-18 Isamu Hasegawa <isamu@yamato.ibm.com>
8898 * locale/program/ld-collate.c (collate_finish): Assign a wide
8899 char collation sequence value to multi character collating
8900 elements, and avoid over writing by non-character elements.
8902 2002-02-01 Ulrich Drepper <drepper@redhat.com>
8904 * elf/Makefile (distribute): Add dl-procinfo.c.
8905 * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
8906 * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
8908 2002-02-01 Jakub Jelinek <jakub@redhat.com>
8910 * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
8912 * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
8913 _rtld_global struct.
8914 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8915 * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
8916 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8917 * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
8918 * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
8919 _dl_fpu_control_set): Remove unused externs.
8920 * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
8921 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
8922 * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
8923 related variables in _rtld_global struct.
8924 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
8925 * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
8928 2002-02-01 Ulrich Drepper <drepper@redhat.com>
8930 * sysdeps/generic/dl-procinfo.c: New file.
8932 2002-02-01 Andreas Schwab <schwab@suse.de>
8934 * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
8936 2002-02-01 Ulrich Drepper <drepper@redhat.com>
8938 * elf/rtld.c (_dl_start): Mark as internal_function.
8939 * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
8941 (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
8942 General pretty printing.
8944 2002-01-31 Ulrich Drepper <drepper@redhat.com>
8946 * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
8947 * elf/dl-reloc.c: Pretty printing.
8948 * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
8949 procinfo-related variables in rtld_global struct.
8950 * elf/dl-support.c: Likewise.
8951 * elf/rtld.c: Likewise.
8952 * sysdeps/i386/i686/Makefile: Likewise.
8953 * sysdeps/i386/i686/hp-timing.c: Likewise.
8954 * sysdeps/i386/i686/hp-timing.h: Likewise.
8955 * sysdeps/ia64/Makefile: Likewise.
8956 * sysdeps/ia64/hp-timing.c: Likewise.
8957 * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
8958 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
8959 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
8960 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
8961 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
8962 * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
8963 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
8964 * sysdeps/x86_64/Makefile: Likewise.
8966 * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
8967 _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
8968 _dl_debug_fd to rtld_global.
8969 * elf/Versions: Likewise.
8970 * elf/dl-close.c: Likewise.
8971 * elf/dl-iteratephdr.c: Likewise.
8972 * elf/dl-lookup.c: Likewise.
8973 * elf/dl-misc.c: Likewise.
8974 * elf/dl-open.c: Likewise.
8975 * elf/dl-support.c: Likewise.
8976 * elf/do-lookup.h: Likewise.
8977 * elf/rtld.c: Likewise.
8978 * sysdeps/generic/dl-cache.c: Likewise.
8979 * sysdeps/generic/dl-sysdep.c: Likewise.
8980 * sysdeps/ia64/Versions: Likewise.
8981 * sysdeps/unix/clock_gettime.c: Likewise.
8982 * sysdeps/unix/clock_settime.c: Likewise.
8983 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8984 * sysdeps/sparc/Versions: Removed.
8985 * sysdeps/i386/i686/Versions : Removed.
8986 * sysdeps/x86_64/Versions: Removed.
8987 * configure.in: Define HAVE_PROTECTED if .protected is available.
8988 * config.h.in: Add entry for HAVE_PROTECTED.
8990 2002-01-31 Jakub Jelinek <jakub@redhat.com.
8992 * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
8993 code in struct _rtld_global. Export this struct, remove all
8994 exports for the signal variables.
8995 * sysdeps/arm/dl-machine: Likewise.
8996 * sysdeps/generic/dl-origin: Likewise.
8997 * sysdeps/generic/dl-sysdep: Likewise.
8998 * sysdeps/generic/dl-cache: Likewise.
8999 * sysdeps/hppa/dl-fptr: Likewise.
9000 * sysdeps/hppa/dl-machine: Likewise.
9001 * sysdeps/cris/dl-machine: Likewise.
9002 * sysdeps/i386/dl-machine: Likewise.
9003 * sysdeps/ia64/dl-machine: Likewise.
9004 * sysdeps/m68k/dl-machine: Likewise.
9005 * sysdeps/mach/hurd/dl-sysdep: Likewise.
9006 * sysdeps/mips/mips64/dl-machine: Likewise.
9007 * sysdeps/mips/dl-machine: Likewise.
9008 * sysdeps/powerpc/elf/libc-start: Likewise.
9009 * sysdeps/powerpc/dl-machine: Likewise.
9010 * sysdeps/powerpc/dl-start: Likewise.
9011 * sysdeps/sparc/sparc32/dl-machine: Likewise.
9012 * sysdeps/sparc/sparc64/dl-machine: Likewise.
9013 * sysdeps/sh/dl-machine: Likewise.
9014 * sysdeps/s390/s390-32/dl-machine: Likewise.
9015 * sysdeps/s390/s390-64/dl-machine: Likewise.
9016 * sysdeps/unix/sysv/aix/libc-start: Likewise.
9017 * sysdeps/unix/sysv/aix/start-libc: Likewise.
9018 * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9019 * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9020 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9021 * sysdeps/x86_64/dl-machine: Likewise.
9023 2002-01-31 Ulrich Drepper <drepper@redhat.com>
9025 * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9028 2002-01-31 Andreas Schwab <schwab@suse.de>
9030 * sysdeps/posix/readv.c: Check for ssize_t overflow.
9032 2002-01-31 Andreas Schwab <schwab@suse.de>
9034 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9035 reference to _dl_pagesize.
9037 2002-01-30 Ulrich Drepper <drepper@redhat.com>
9039 * Versions.def [ld]: Add GLIBC_2.3.
9040 * elf/dl-addr.c: Move global variables for SHARED code in struct
9041 _rtld_global. Export this struct, remove all exports for the
9043 * elf/dl-close.c: Likewise.
9044 * elf/dl-conflict.c: Likewise.
9045 * elf/dl-debug.c: Likewise.
9046 * elf/dl-deps.c: Likewise.
9047 * elf/dl-dst.h: Likewise.
9048 * elf/dl-error.c: Likewise.
9049 * elf/dl-fini.c: Likewise.
9050 * elf/dl-init.c: Likewise.
9051 * elf/dl-iteratephdr.c: Likewise.
9052 * elf/dl-libc.c: Likewise.
9053 * elf/dl-load.c: Likewise.
9054 * elf/dl-lookup.c: Likewise.
9055 * elf/dl-minimal.c: Likewise.
9056 * elf/dl-object.c: Likewise.
9057 * elf/dl-open.c: Likewise.
9058 * elf/dl-profile.c: Likewise.
9059 * elf/dl-profstub.c: Likewise.
9060 * elf/dl-reloc.c: Likewise.
9061 * elf/dl-runtime.c: Likewise.
9062 * elf/dl-support.c: Likewise.
9063 * elf/dl-sym.c: Likewise.
9064 * elf/dl-version.c: Likewise.
9065 * elf/do-lookup.h: Likewise.
9066 * elf/do-rel.h: Likewise.
9067 * elf/dynamic-link.h: Likewise.
9068 * elf/rtld.c: Likewise.
9069 * sysdeps/generic/dl-cache.c: Likewise.
9070 * sysdeps/generic/dl-sysdep.c: Likewise.
9071 * sysdeps/generic/ldsodefs.h: Likewise.
9072 * sysdeps/generic/libc-start.c: Likewise.
9073 * sysdeps/i386/dl-machine.h: Likewise.
9074 * sysdeps/ia64/dl-fptr.c: Likewise.
9075 * sysdeps/ia64/dl-machine.h: Likewise.
9076 * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9077 * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9078 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9079 * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9080 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9081 * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9082 * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9083 * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9085 2002-01-29 Ulrich Drepper <drepper@redhat.com>
9087 * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9089 (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9091 * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9093 * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9095 * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9097 2002-01-29 Ben Collins <bcollins@debian.org>
9099 * string/bits/string2.h (__mempcpy): Protect size arg for
9100 addition when using __builtin_memcpy.
9102 2002-01-29 Ulrich Drepper <drepper@redhat.com>
9104 * stdlib/Makefile (tests): Add tst-qsort.
9105 * stdlib/tst-qsort.c: New file. Written by Paul Eggert.
9107 * manual/signal.texi (Process Signal Mask): Document that
9108 pthread_sigmask, not sigprocmask, must be used in MT programs.
9109 Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9111 * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9113 * misc/Makefile (tests): Add tst-hsearch.
9114 * misc/tst-hsearch.c: New file.
9116 2002-01-18 Wolfram Gloger <wg@malloc.de>
9118 * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9119 * malloc/malloc.h: Likewise.
9120 * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9121 * malloc/arena.c: New file.
9122 * malloc/hooks.c: New file.
9123 * malloc/tst-mallocstate.c: New file.
9124 * malloc/Makefile: Add new testcase tst-mallocstate.
9125 Add arena.c and hooks.c to distribute. Fix commented CPPFLAGS.
9127 2002-01-28 Ulrich Drepper <drepper@redhat.com>
9129 * stdlib/msort.c: Remove last patch. The optimization violates the
9130 same rule which qsort.c had problems with.
9132 2002-01-27 Paul Eggert <eggert@twinsun.com>
9134 * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9135 to a pivot element that lies outside the array to be sorted, as
9136 ISO C99 requires that the comparison function be called only with
9137 addresses of array elements [PR libc/2880].
9139 2002-01-28 Ulrich Drepper <drepper@redhat.com>
9141 * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9142 for SHARED code. Reported by Ben Collins <bcollins@debian.org>.
9144 * timezone/asia: Update from tzdata2002b.
9145 * timezone/australasia: Likewise.
9146 * timezone/backward: Likewise.
9147 * timezone/europe: Likewise.
9148 * timezone/leapseconds: Likewise.
9149 * timezone/iso3166.tab: Likewise.
9150 * timezone/zone.tab: Likewise.
9152 2002-01-23 Richard Henderson <rth@redhat.com>
9154 * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9156 2002-01-28 Ulrich Drepper <drepper@redhat.com>
9158 * string/strxfrm.c: Allocate one more byte for rulearr and clear
9159 this element [PR libc/2855].
9161 * string/strcoll.c: Handle zero-length arguments specially
9164 2002-01-23 Jakub Jelinek <jakub@redhat.com>
9166 * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9167 __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9168 short lengths and constant src.
9169 (strcpy): Don't optimize for gcc 3.0+.
9170 (__stpcpy): For gcc 3.0+, don't use
9171 __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9172 for short string literal src.
9174 2002-01-23 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
9176 * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9179 2001-01-22 Paul Eggert <eggert@twinsun.com>
9181 * manual/llio.texi (Linked Channels, Cleaning Streams):
9182 Make it clearer that a just-opened input stream might need cleaning.
9184 2002-01-21 H.J. Lu <hjl@gnu.org>
9186 * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9187 Don't use label at end of compound statement.
9189 2002-01-28 Stephen L Moshier <moshier@mediaone.net>
9191 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9192 Remove test for negative integer arg; sin_pi does it correctly.
9194 2002-01-20 Ulrich Drepper <drepper@redhat.com>
9196 * nscd/Makefile (distribute): Filter out xmalloc.c.
9198 2002-01-19 Ulrich Drepper <drepper@redhat.com>
9200 * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9201 Set offset if read end wasn't the buffer end.
9202 (_IO_file_seekoff_mmap): New function.
9203 (_IO_file_xsgetn_mmap): New function.
9204 (_IO_file_jumps_mmap): Use the two new functions.
9205 * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9207 * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9208 _IO_file_underflow_mmap.
9209 * libio/iofopen.c: Don't position file descriptor at end of file.
9210 * libio/tst-widetext.c: Improve error messages.
9211 * stdio-common/tst-rndseek.c: Likewise.
9213 2002-01-18 Ulrich Drepper <drepper@redhat.com>
9215 * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9216 end of enum for !_GNU_SOURCE.
9217 * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9218 * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9219 * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9220 * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9221 values unless _GNU_SOURCE.
9223 * iconvdata/tcvn5712-1.c: Minor cleanups.
9225 2002-01-18 Andreas Schwab <schwab@suse.de>
9227 * sysdeps/unix/sysv/linux/configure.in
9228 (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9230 2002-01-16 Roger Sayle <roger@eyesopen.com>
9232 * stdlib/msort.c (msort_with_tmp): Replace implementation with
9233 more efficient "Towers of Hanoi" mergesort.
9234 (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9235 for generic, sizeof(int) and sizeof(long) variants respectively.
9237 2002-01-17 Ulrich Drepper <drepper@redhat.com>
9239 * manual/syslog.texi (openlog): Describe possible problems with
9241 Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9243 * nscd/nscd.c (drop_privileges): Removed. Adjust caller.
9244 * nscd/connections.c (begin_drop_privileges): New function.
9245 (finish_drop_privileges): New function.
9246 (nscd_init): Call the new functions which also install all groups
9247 for the server user.
9248 * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9249 Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9251 2002-01-17 H.J. Lu <hjl@gnu.org>
9253 * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9256 2002-01-17 Martin Schwidefsky <schwidefsky@de.ibm.com>
9258 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9259 instructions for pointer operations.
9260 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9262 2002-01-17 Andreas Jaeger <aj@suse.de>
9264 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9265 __uint128_t build-in.
9267 * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9268 PowerPC, sync with 2.2 branch.
9270 2002-01-16 Ulrich Drepper <drepper@redhat.com>
9272 * posix/getconf.c: Update copyright year.
9273 * nss/getent.c: Likewise.
9274 * nscd/nscd_nischeck.c: Likewise.
9275 * iconv/iconvconfig.c: Likewise.
9276 * iconv/iconv_prog.c: Likewise.
9277 * elf/ldconfig.c: Likewise.
9278 * catgets/gencat.c: Likewise.
9279 * csu/version.c: Likewise.
9280 * elf/ldd.bash.in: Likewise.
9281 * elf/sprof.c (print_version): Likewise.
9282 * locale/programs/locale.c: Likewise.
9283 * locale/programs/localedef.c: Likewise.
9284 * nscd/nscd.c (print_version): Likewise.
9285 * debug/xtrace.sh: Likewise.
9286 * malloc/memusage.sh: Likewise.
9287 * malloc/mtrace.pl: Likewise.
9289 2002-01-16 Andreas Schwab <schwab@suse.de>
9291 * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9292 reliably remove "-ia64" from rtld name.
9294 2002-01-16 Ulrich Drepper <drepper@redhat.com>
9296 * iconvdata/gb18030.c: Bug fixes and support for more characters.
9297 Patch by Yu Shao <yshao@redhat.com>.
9299 2002-01-16 Martin Schwidefsky <schwidefsky@de.ibm.com>
9301 * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9302 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9303 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9305 2002-01-14 Martin Schwidefsky <schwidefsky@de.ibm.com>
9307 * sysdeps/s390/fpu/libm-test-ulps: Update.
9309 2002-01-11 Ulrich Drepper <drepper@redhat.com>
9311 * elf/elf.h: Update x86 relocations.
9313 2002-01-10 Ulrich Drepper <drepper@redhat.com>
9315 * locale/programs/charmap.c (new_width): Check whether byte
9316 sequences for both ends of range have the same length.
9318 2002-01-09 Jakub Jelinek <jakub@redhat.com>
9320 * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9322 2002-01-09 Jakub Jelinek <jakub@redhat.com>
9324 * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9326 (__full_ieee754_sqrt): Add __attribute_used__.
9328 2002-01-10 Ulrich Drepper <drepper@redhat.com>
9330 * sysdeps/generic/group_member.c (__group_member): Also check
9331 groups[0] [PR libc/2781].
9333 2002-01-08 Ulrich Drepper <drepper@redhat.com>
9335 * Makefile (distribute): Add scripts/cpp.
9336 * elf/Makefile (distribute): Add reldep6mod[01234].c,
9337 unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9338 unwind-dw2-fde.h, and dwarf2.h.
9339 * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9340 * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9341 * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9342 * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9344 2002-01-07 Roland McGrath <roland@frob.com>
9346 * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9347 volatile on type of ARGC so the compiler doesn't get clever.
9349 2002-01-07 Andreas Jaeger <aj@suse.de>
9351 * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9352 * sysdeps/i386/bits/byteswap.h: Likewise.
9353 * sysdeps/ia64/bits/byteswap.h: Likewise.
9354 * sysdeps/m68k/bits/byteswap.h: Likewise.
9355 * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9356 * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9358 2002-01-02 Bruno Haible <bruno@clisp.org>
9360 * intl/plural.y: Fix %expect count.
9362 2002-01-03 Jakub Jelinek <jakub@redhat.com>
9364 * elf/Makefile (routines, shared-only-routines): Add
9365 unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9366 * elf/elf.h (PT_GNU_EH_FRAME): Define.
9367 * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9368 * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9369 Optimize if .eh_frame section contains no FDEs.
9370 (__register_frame, __deregister_frame_info_bases,
9371 __deregister_frame): Likewise.
9372 * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9373 DW_CFA_restore handling.
9375 2002-01-07 Stephen L Moshier <moshier@mediaone.net>
9377 * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9379 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9380 for x < 0.25 and restore original range reduction method.
9381 (__ieee754_lgammal_r): Make sure signgam is set before returning.
9383 2002-01-07 Ulrich Drepper <drepper@redhat.com>
9385 * libio/fileops.c (_IO_file_underflow_mmap): New function.
9386 (_IO_file_close_mmap): New function.
9387 (_IO_file_jumps_mmap): New variable.
9388 * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9389 trying to convert rest of byte buffer.
9390 (_IO_wfile_underflow_mmap): New function.
9391 (_IO_wfile_jumps_mmap): New variable.
9392 * libio/iofopen.c (__fopen_maybe_mmap): New function.
9393 (__fopen_internal): New function. Split out from _IO_new_fopen.
9394 (_IO_new_fopen): Call __fopen_internal.
9395 * libio/iofopen64.c: Just call __fopen_internal.
9396 * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9398 * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9399 * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9400 _IO_file_close_mmap.
9402 * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9403 * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9405 * stdio-common/Makefile (tests): Add tst-rndseek.
9406 * stdio-common/tst-rndseek.c: New file.
9408 2002-01-05 Roland McGrath <roland@frob.com>
9410 * config.h.in (HAVE_MIG_RETCODE): New #undef.
9411 * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9412 swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9413 * sysdeps/mach/hurd/configure: Regenerated.
9415 2002-01-03 Ulrich Drepper <drepper@redhat.com>
9417 * elf/elf.h: Add more TLS definitions.
9419 2002-01-02 Ulrich Drepper <drepper@redhat.com>
9421 * include/features.h (__GLIBC_MINOR__): Bump to 3.
9423 2002-01-02 Roland McGrath <roland@frob.com>
9425 * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9426 __sigisemptyset. Don't use MASK uninitialized.
9428 * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9429 * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9430 * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9431 __sigdelset, __sigaddset, __sigorset.
9433 * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9434 * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9436 * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9437 _hurd_ports is null.
9439 * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9440 for old CMU and new OSF Mach interface flavors.
9441 * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9442 * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9444 * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9446 * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9447 Pass extra arguments to task_create for OSF variant.
9448 * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9450 * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9451 conditional on [HAVE_AUX_VECTOR].
9453 * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
9454 mach_msg_timeout_t as type of final argument.
9456 * hurd/privports.c (__get_privileged_ports):
9457 Change host_priv_t to mach_port_t in argument type.
9458 * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
9461 * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
9462 multiple inclusion. Inhibit #error under [_SYS_UCONTEXT_H].
9463 * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9464 * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9465 * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9466 * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
9468 2002-01-01 Roland McGrath <roland@frob.com>
9470 * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
9472 2002-01-01 Ulrich Drepper <drepper@redhat.com>
9474 * include/stdlib.h: Define inlines for the _l variants of the strto*
9477 2002-01-01 Roland McGrath <roland@frob.com>
9479 * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
9481 * mach/Machrules (MIG): Set CPP as well as CC.
9483 2001-12-31 Ulrich Drepper <drepper@redhat.com>
9485 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
9486 locale to parse /proc/loadavg [PR libc/2760].
9488 2001-12-31 Jakub Jelinek <jakub@redhat.com>
9490 * elf/dl-conflict.c: Include sys/param.h.
9491 (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
9492 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
9494 (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
9495 literals to avoid warnings.
9497 2001-12-31 Andreas Jaeger <aj@suse.de>
9499 * configure.in: Don't check for gsed since we do not use it anywhere.
9501 2001-12-25 Dmitry V. Levin <ldv@alt-linux.org>
9503 * io/fts.c: Update from BSD to fix memory leaks.
9505 2001-12-25 Dmitry V. Levin <ldv@alt-linux.org>
9507 * crypt/md5-crypt.c: Realloc error handling memory leak fix.
9508 * elf/chroot_canon.c: Likewise.
9509 * elf/dl-object.c: Likewise.
9510 * iconv/iconv_charmap.c: Likewise.
9511 * iconv/iconv_prog.c: Likewise.
9512 * libio/iogetdelim.c: Likewise.
9513 * locale/lc-time.c: Likewise.
9514 * stdlib/canonicalize.c: Likewise.
9515 * sunrpc/svc.c: Likewise.
9516 * sysdeps/generic/glob.c: Likewise.
9518 2001-12-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
9520 * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
9521 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
9522 remove high order bit from the program counter.
9523 * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
9525 2001-12-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
9527 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
9528 unnecessary code and add missing reloc types.
9529 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
9530 case for reloc type R_390_NONE.
9532 2001-12-28 Andreas Jaeger <aj@suse.de>
9534 * io/bug-ftw3.c: Include string.h for prototypes.
9536 * crypt/md5test.c (main): Remove unused variable.
9538 * dlfcn/modstatic.c: Add prototype to avoid warning.
9540 2001-12-26 Roland McGrath <roland@frob.com>
9542 * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
9543 check only (SS->pending & MASK) for the signal to return.
9544 From Jeroen Dekkers <jeroen@dekkers.cx>.
9546 2001-12-22 Roland McGrath <roland@frob.com>
9548 * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
9549 Use preprocessor #if conditionals instead of `if' to avoid
9550 warnings about divide by zero in dead code.
9552 * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
9553 _hurd_port_init, and __hurd_self_sigstate.
9555 * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
9557 2001-12-21 Andreas Jaeger <aj@suse.de>
9559 * elf/dblloadmod1.c: Add prototype to avoid warning.
9560 * elf/dblloadmod2.c: Likewise.
9561 * elf/dblloadmod3.c: Likewise.
9562 * elf/reldepmod5.c: Likewise.
9563 * elf/reldepmod6.c: Likewise.
9565 * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
9566 for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
9567 used on all architectures.
9569 * sunrpc/svc_tcp.c: Add noreturn attribute for
9570 svctcp_rendezvous_abort.
9571 * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
9573 * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
9576 2001-12-19 Jakub Jelinek <jakub@redhat.com>
9578 * manual/llio.texi (aio_fsync): Fix a typo.
9579 Patch by Tammy Fox <tfox@redhat.com>.
9581 2001-12-18 Jakub Jelinek <jakub@redhat.com>
9583 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
9584 stack bias from child stack pointer before passing it to clone syscall.
9586 2001-12-18 Ulrich Drepper <drepper@redhat.com>
9588 * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
9590 * sysdeps/generic/sysconf.c (__sysconf): Likewise.
9591 Reported by Thorsten Kukuk <kukuk@suse.de>.
9593 * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
9596 * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
9598 2001-12-18 Thorsten Kukuk <kukuk@suse.de>
9600 * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
9601 conforming: return EBADF if file descriptor is invalid and EINVAL
9602 if file descriptor is no valid tty.
9603 * login/tst-grantpt.c: New file.
9604 * login/Makefile (tests): Add tst-grantpt.
9606 2001-12-17 Ulrich Drepper <drepper@redhat.com>
9608 * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
9609 different than implemented in last patch.
9610 * io/bug-ftw3.c: Adjust test for changed handling of
9611 inaccessibility of toplevel dir.
9613 2001-12-16 Roland McGrath <roland@frob.com>
9615 * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
9616 * grp/initgroups.c (internal_getgrouplist): Likewise.
9618 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
9619 `default:' to silence new GCC warning.
9620 Rewrite cast of lvalue to silence new GCC warning.
9622 * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
9624 * sysdeps/mach/hurd/spawni.c: New file, by me with a
9625 couple fixes by Neal H Walfield <neal@cs.uml.edu>.
9627 2001-12-14 Ulrich Drepper <drepper@redhat.com>
9629 * sysdeps/generic/strstr.c (strstr): Update. New optimized version.
9630 Patch by Stephen R. van den Berg.
9632 * crypt/md5.h: Define md5_uintptr.
9634 2001-12-13 Ulrich Drepper <drepper@redhat.com>
9636 * libio/tst_swprintf.c (main): Add test for string argument with
9638 * stdio-common/Makefile (tests): Add tst-sprintf.
9639 * stdio-common/tst-sprintf.c: New file.
9641 2001-12-13 Andreas Schwab <schwab@suse.de>
9643 * stdio-common/vfprintf.c (process_string_arg): Correctly handle
9644 zero precision with wide character string format.
9646 2001-12-13 Thorsten Kukuk <kukuk@suse.de>
9648 * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
9649 but have a user supplied buffer, return the empty buffer, not NULL.
9651 2001-12-13 Ulrich Drepper <drepper@redhat.com>
9653 * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
9654 Patch by Eric Sharkey <sharkey@netrics.com>.
9656 * crypt/md5test.c (main): Add test for multiple calls to
9657 __md5_process_bytes to itererate over input string.
9659 2001-12-12 Ulrich Drepper <drepper@redhat.com>
9661 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
9662 from __nis_findfastest. Take timeout value from parameter.
9663 (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
9664 * nis/nis_intern.h: Define parameters controlling __nis_findfastest
9665 [PR libc/2520]. Patch by Alexander Belopolsky <alexb@rentec.com>.
9667 2001-12-12 Andreas Jaeger <aj@suse.de>
9669 * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
9670 combreloc test so that it works in this case.
9672 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
9674 2001-12-12 NIIBE Yutaka <gniibe@m17n.org>
9676 * sysdeps/sh/Makefile: New file.
9677 * sysdeps/sh/_mcount.S: New file.
9678 * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
9679 * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
9681 2001-12-11 Ulrich Drepper <drepper@redhat.com>
9683 * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
9684 limitation [PR libc/2564].
9686 2001-12-11 Jakub Jelinek <jakub@redhat.com>
9688 * elf/Makefile (dl-routines): Add conflict.
9689 (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
9690 (ld.so): Add _begin local symbol.
9691 * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
9693 * elf/dl-deps.c (_dl_build_local_scope): New function.
9694 (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
9696 * elf/do-rel.h (VALIDX): Define.
9697 (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
9698 lazy binding for RELA. If DT_GNU_PRELINKED, DT_RELACOUNT relocations
9700 * elf/dl-conflict.c: New file.
9701 * elf/dl-lookup.c (_dl_debug_bindings): New function.
9702 (_dl_lookup_symbol): Use _dl_debug_bindings. Reference_name is always
9704 (_dl_lookup_symbol_skip): Likewise.
9705 (_dl_lookup_versioned_symbol): Likewise.
9706 (_dl_lookup_versioned_symbol_skip): Likewise.
9707 * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
9708 define to ElfW(Rel).
9709 * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
9710 tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
9712 Don't adjust address dynamic tags if l_addr is 0.
9713 * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
9714 (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
9715 (VALIDX, ADDRIDX): Define.
9716 (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
9717 (dl_main): Print library list for LD_TRACE_PRELINKING.
9718 If prelinking information can be used, skip relocating libraries and
9719 call _dl_resolve_conflicts instead.
9720 (process_envvars): Handle LD_TRACE_PRELINKING envvar.
9721 * elf/dl-load.c (_dl_map_object): Don't create fake libs
9722 if LD_TRACE_PRELINKING.
9723 * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
9725 * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
9726 (DL_DEBUG_PRELINK): Define.
9727 (_dl_resolve_conflicts): Add prototype.
9729 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
9730 .plt for prelinked libraries where prelinking info cannot be used.
9731 (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
9732 section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
9733 * sysdeps/arm/bits/link.h: New file.
9734 * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
9736 (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9737 (ELF_MACHINE_PLT_REL): Define.
9738 (elf_machine_rela, elf_machine_rela_relative): New functions.
9739 (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
9740 of adjusting it if prelinked and prelinking cannot be used.
9741 * sysdeps/i386/bits/link.h: New file.
9742 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
9744 (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9745 (ELF_MACHINE_PLT_REL): Define.
9746 (elf_machine_rela, elf_machine_rela_relative): New functions.
9747 (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
9748 of adjusting it if prelinked and prelinking cannot be used.
9749 * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
9750 conflicts, skip finaladdr computation. Use RESOLVE_CONFLICT_FIND_MAP
9751 to find out map for R_PPC_JMP_SLOT relocs.
9752 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
9753 (OPCODE_BA): Define.
9754 (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9755 libraries where prelinking info cannot be used.
9756 (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
9757 (elf_machine_fixup_plt): Call sparc_fixup_plt.
9758 (elf_machine_rela): Set value to 0 if relocating conflicts.
9759 Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
9760 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
9761 (sparc64_fixup_plt): Fix a typo.
9762 (elf_machine_rela): Set value to 0 if relocating conflicts.
9763 Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
9764 (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9765 libraries where prelinking info cannot be used.
9766 * sysdeps/sh/bits/link.h: New file.
9767 * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
9769 (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
9770 of adjusting it if prelinked and prelinking cannot be used.
9771 * sysdeps/s390/s390-32/bits/link.h: New file.
9772 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
9773 Save original content of .got[1].
9774 (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
9775 of adjusting it if prelinked and prelinking cannot be used.
9776 * sysdeps/s390/s390-64/bits/link.h: New file.
9777 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
9778 Save original content of .got[1].
9779 (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
9780 of adjusting it if prelinked and prelinking cannot be used.
9781 * sysdeps/x86_64/bits/link.h: New file.
9782 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
9783 Save original content of .got[1].
9784 (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
9785 of adjusting it if prelinked and prelinking cannot be used.
9787 2001-12-11 Ulrich Drepper <drepper@redhat.com>
9789 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
9790 where appropriate instead of numbers. Little optimizations.
9792 2001-12-10 Roland McGrath <roland@frob.com>
9794 * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
9797 * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
9798 set to GLIBC_2.2.5, not GLIBC_2.2.4.
9800 * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
9801 Fix conditionals so this is set by default for stdio and not for libio.
9802 * sysdeps/mach/hurd/configure: Regenerated.
9804 2001-12-10 Thorsten Kukuk <kukuk@suse.de>
9806 * io/ftw.c (ftw_startup): Check, if the path is search and readable.
9808 2001-12-10 Ulrich Drepper <drepper@redhat.com>
9810 * io/Makefile (tests): Add bug-ftw3.
9811 * io/bug-ftw3.c: New file.
9813 * sysdeps/generic/glob.c (glob): Return only pattern if nothing
9814 matches and GLOB_NOCHECK is set.
9815 * posix/globtest.sh: Correct expected result for NOCHECK test.
9817 * po/ca.po: Update from translation team.
9819 2001-12-09 Ulrich Drepper <drepper@redhat.com>
9821 Implement transliteration of characters in strings of the locale
9823 * locale/programs/linereader.c: Adjust for additional parameter to
9825 (get_string): If character <Uxxxx> is not found try to transliterate
9827 * locale/programs/ld-ctype.c: Adjust for additional parameter to
9828 lr_token. Add const to charmap parameter of all functions.
9829 (find_translit, find_translit2): New functions.
9830 * locale/programs/charmap.c: Adjust for additional parameter to
9832 * locale/programs/repertoire.c: Likewise.
9833 * locale/programs/linereader.h: Likewise.
9834 * locale/programs/ld-address.c: Likewise. Add const to charmap
9835 parameter of all functions.
9836 * locale/programs/ld-collate.c: Likewise.
9837 * locale/programs/ld-identification.c: Likewise.
9838 * locale/programs/ld-measurement.c: Likewise.
9839 * locale/programs/ld-messages.c: Likewise.
9840 * locale/programs/ld-monetary.c: Likewise.
9841 * locale/programs/ld-name.c: Likewise.
9842 * locale/programs/ld-numeric.c: Likewise.
9843 * locale/programs/ld-paper.c: Likewise.
9844 * locale/programs/ld-paper.c: Likewise.
9845 * locale/programs/ld-telephone.c: Likewise.
9846 * locale/programs/ld-time.c: Likewise.
9847 * locale/programs/locfile.c: Likewise.
9848 * locale/programs/localedef.c: Likewise.
9849 * locale/programs/localedef.h: Likewise.
9850 * locale/programs/locfile.h: Likewise. Add declaration for
9852 * locale/programs/simple-hash.c: Add const to first parameter of
9853 find_entry, iterate_table, and lookup.
9854 * locale/programs/simple-hash.h: Likewise.
9855 * locale/localeinfo.h: Don't define __LC_LAST here. Include <locale.h>
9857 * include/locale.h: Define __LC_LAST.
9858 * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
9860 2001-12-07 Geoff Keating <geoffk@redhat.com>
9862 * sysdeps/powerpc/Dist: Update for recent FP changes.
9863 * sysdeps/powerpc/fpu/Dist: Likewise.
9865 2001-12-07 Andreas Schwab <schwab@suse.de>
9867 * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
9869 2001-12-06 Geoff Keating <geoffk@redhat.com>
9871 * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
9872 save/restore functions here.
9873 (libm-support): Don't define these functions here.
9874 * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
9876 * sysdeps/powerpc/fe_nomask.c: Move to...
9877 * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
9878 * sysdeps/powerpc/fprrest.S: Move to...
9879 * sysdeps/powerpc/fpu/fprrest.S: ... here.
9880 * sysdeps/powerpc/fprsave.S: Move to...
9881 * sysdeps/powerpc/fpu/fprsave.S: ... here.
9883 2001-12-06 Ulrich Drepper <drepper@redhat.com>
9885 * sysdeps/unix/sysv/linux/opensock.c: New file.
9887 2001-12-06 Geoff Keating <geoffk@redhat.com>
9889 * config.make.in (with-fp): Define from configure.
9890 * configure.in: Substitute with_fp.
9891 * configure: Regenerate.
9892 * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
9893 specified, and don't change FPU environment.
9895 2001-12-06 Ulrich Drepper <drepper@redhat.com>
9897 * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
9898 * assert/assert.c: Check result of __asprintf call and don't use
9899 string if it failed.
9900 * assert/assert-perr.c: Likewise.
9901 * inet/rcmd.c: Likewise.
9902 * locale/programs/localedef.c (main): Check result of
9903 construct_output_path and exit if it failed.
9904 (construct_output_path): Check result of asprintf and mkdir calls and
9905 fail if they failed.
9906 * posix/getopt.c: Check result of __asprintf calls and fail if
9908 Patch by Dmitry V. Levin <ldv@alt-linux.org>.
9910 2001-12-05 Ulrich Drepper <drepper@redhat.com>
9912 * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
9914 * sysdeps/generic/strncase.c: Likewise.
9915 * string/tester.c: Add tests for strcasecmp and strncasecmp.
9917 2001-12-05 Geoff Keating <geoffk@redhat.com>
9919 * scripts/cpp: Test the exit status from 'type', not 'awk'.
9921 * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
9922 * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
9923 * sysdeps/powerpc/setjmp.S: Don't save FP registers.
9924 * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
9925 * sysdeps/powerpc/fclrexcpt.c: Move to...
9926 * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
9927 * sysdeps/powerpc/fpu_control.h: Move to...
9928 * sysdeps/powerpc/fpu/fpu_control.h: ... here.
9930 2001-12-05 Ulrich Drepper <drepper@redhat.com>
9932 * iconvdata/ibm1129.h: Remove duplicate mappings.
9933 * iconvdata/ibm937.c: Handle overflow errors. Handle new tables.
9934 * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
9935 Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
9937 * timezone/zic.c: Fix handling of turnaround times.
9938 Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
9940 2001-12-02 Moshe Olshansky <OLSHANSK@il.ibm.com>
9942 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
9945 2001-12-05 Ulrich Drepper <drepper@redhat.com>
9947 * posix/regex.c: For use outside glibc defined bounded pointer
9948 macros here. Patch by Jim Meyering <jim@meyering.net>.
9950 * iconvdata/Makefile (modules): Add TCVN5712-1.
9951 * iconvdata/TESTS: Add TCVN5712-1.
9952 * iconvdata/gconv-modules: Likewise.
9953 * iconvdata/tcvn5712-1.c: New file.
9954 * iconvdata/testdata/TCVN-5712: New file.
9955 * iconvdata/testdata/TCVN-5712..UTF8: New file.
9957 2001-12-04 Ulrich Drepper <drepper@redhat.com>
9959 * iconvdata/cp1258.c: Optimize conversion from UCS4.
9961 2001-12-02 Roland McGrath <roland@frob.com>
9963 * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
9965 * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
9966 Reported by Jeff Bailey <jbailey@nisa.net>.
9968 * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
9969 Reported by Jeff Bailey <jbailey@nisa.net>.
9971 * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
9972 * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
9973 Reported by Jeff Bailey <jbailey@nisa.net>.
9975 2001-12-01 Roland McGrath <roland@frob.com>
9977 * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
9978 missing backslash in test arguments.
9979 * sysdeps/mach/hurd/configure: Regenerated.
9981 2001-11-26 Roland McGrath <roland@frob.com>
9983 * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
9984 Reported by John Tobey <jtobey@john-edwin-tobey.org>.
9986 2001-11-30 Ulrich Drepper <drepper@redhat.com>
9988 * iconvdata/Makefile (modules): Add ARMSCII-8.
9989 * iconvdata/gconv-modules: Add entries for ARMSCII-8.
9990 * iconvdata/armscii-8.c: New file.
9992 2001-11-29 Jakub Jelinek <jakub@redhat.com>
9994 * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
9995 don't match, fix {{a,b},c} globbing, clean up.
9996 Patch by Flavio Veloso <flaviovs@magnux.com>.
9997 * posix/globtest.sh: Add new tests.
9999 2001-11-29 Andreas Jaeger <aj@suse.de>
10001 * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10002 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10004 * sysdeps/generic/abort.c: Include libioP.h for
10005 _IO_flush_all_lockp prototype.
10007 2001-11-29 Ulrich Drepper <drepper@redhat.com>
10009 * posix/regex.h: Define __restrict_arr correctly.
10011 2001-11-28 Ulrich Drepper <drepper@redhat.com>
10013 * iconvdata/ibm1163.c: New file.
10014 * iconvdata/ibm1163.h: New file.
10015 * iconvdata/ibm1164.c: New file.
10016 * iconvdata/ibm1164.h: New file.
10017 * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10018 * iconvdata/Makefile: Likewise.
10019 * iconvdata/testdata/IBM1163: New file.
10020 * iconvdata/testdata/IBM1163..UTF8: New file.
10021 * iconvdata/testdata/IBM1164: New file.
10022 * iconvdata/testdata/IBM1164..UTF8: New file.
10023 Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10025 * iconvdata/ibm1046.h: Optimize. Remove duplicate mappings.
10026 * iconvdata/ibm1124.h: Likewise.
10027 * iconvdata/ibm1132.h: Likewise.
10028 * iconvdata/ibm1133.h: Likewise.
10029 * iconvdata/ibm1160.h: Likewise.
10030 * iconvdata/ibm1161.h: Likewise.
10031 * iconvdata/ibm1162.h: Likewise.
10032 * iconvdata/ibm856.h: Likewise.
10033 * iconvdata/ibm922.h: Likewise.
10034 * iconvdata/ibm930.h: Likewise.
10035 * iconvdata/ibm932.h: Likewise.
10036 * iconvdata/ibm933.h: Likewise.
10037 * iconvdata/ibm935.h: Likewise.
10038 * iconvdata/ibm937.h: Likewise.
10039 * iconvdata/ibm939.h: Likewise.
10040 * iconvdata/ibm943.h: Likewise.
10041 * iconvdata/ibm930.c: Pretty printing.
10042 * iconvdata/ibm937.c: Avoid access accross array boundary.
10044 * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10045 the current locale's codeset.
10046 * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10047 empty input string.
10048 * iconv/iconv_prog.c: Pass empty strings as default value for to-
10049 and from-charset. Don't determine locale's charset here.
10051 * libio/genops.c (_IO_flush_all_lockp): New function. The same code
10052 as the old _IO_flush_all but lock only if parameter is nonzero.
10053 (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10054 * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10055 * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10056 if libio is used [PR libc/2575].
10058 2001-11-28 Jakub Jelinek <jakub@redhat.com>
10060 * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10061 __signbitl): Only define for ISO C99.
10063 2001-11-22 Thorsten Kukuk <kukuk@suse.de>
10065 * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10066 herrnop to NETDB_INTERNAL if we run out of buffer space.
10068 2001-11-28 Ulrich Drepper <drepper@redhat.com>
10070 * nss/nss_files/files-XXX.c (internal_getent): Correct input
10071 overflow test for platforms with signed char.
10072 Reported by Andrew Haley <aph@cambridge.redhat.com>.
10074 2001-11-28 Bruno Haible <bruno@clisp.org>
10076 * locale/programs/simple-hash.c (lookup_2): Remove function.
10077 (insert_entry_2): Call lookup instead of lookup_2.
10079 2001-03-04 Bruno Haible <bruno@clisp.org>
10081 * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10083 2001-10-31 Bruno Haible <bruno@clisp.org>
10085 * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10087 2001-03-21 Bruno Haible <bruno@clisp.org>
10089 * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10090 chokes on empty macro arguments.
10091 * intl/plural.y: Add #pragma for alloca on AIX 3.
10093 2001-11-27 Ulrich Drepper <drepper@redhat.com>
10095 * intl/dcigettext.c (guess_category_value): Only implement for
10096 glibc. Otherwise rely on function _nl_locale_name which isn't
10097 present in the glibc sources.
10099 2001-09-24 Bruno Haible <bruno@clisp.org>
10101 * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10102 transliteration when building on a glibc system but outside glibc.
10104 2001-09-22 Bruno Haible <bruno@clisp.org>
10106 * intl/plural-eval.c: New file, extracted from dcigettext.c.
10107 * intl/dcigettext.c (plural_eval): Remove function, moved to
10108 intl/plural-eval.c.
10109 (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10110 Include plural-eval.c.
10112 2001-09-22 Bruno Haible <bruno@clisp.org>
10114 * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10115 don't start with a digit; nplurals must be positive.
10117 2001-09-02 Bruno Haible <bruno@clisp.org>
10119 * intl/plural-exp.h: New file, extracted from gettextP.h.
10120 * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10121 * intl/gettextP.h (struct expression, struct parse_args,
10122 __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10123 * intl/loadmsgcat.c: Include plural-exp.h.
10124 (PLURAL_PARSE): Move macro to plural-exp.h.
10125 (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10127 (_nl_load_domain): Move plural handling code to plural-exp.c. Call
10128 EXTRACT_PLURAL_EXPRESSION.
10129 (_nl_unload_domain): Update.
10130 * intl/dcigettext.c: Include plural-exp.h.
10131 * intl/plural.y: Include plural-exp.h, not gettextP.h.
10132 (FREE_EXPRESSION): Move macro to plural-exp.h.
10133 * intl/Makefile (routines): Add plural-exp.
10134 (distribute): Add plural-exp.h.
10136 2001-07-28 Bruno Haible <bruno@clisp.org>
10138 * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10139 isdigit, tolower argument to 'unsigned char'.
10140 * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10142 * intl/localealias.c (read_alias_file): Cast isspace argument to
10145 2001-10-20 Bruno Haible <bruno@clisp.org>
10147 Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10149 * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10150 with the variable 'index' in plural_lookup.
10151 * intl/l10nflist.c (strchr): Likewise.
10152 * intl/localealias.c (strchr): Likewise.
10154 Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10155 * intl/bindtextdom.c: Likewise.
10156 * intl/dcigettext.c: Likewise.
10157 * intl/dgettext.c: Likewise.
10158 * intl/dngettext.c: Likewise.
10159 * intl/explodename.c: Likewise.
10160 * intl/finddomain.c: Likewise.
10161 * intl/gettext.c: Likewise.
10162 * intl/l10nflist.c: Likewise.
10163 * intl/loadmsgcat.c: Likewise.
10164 * intl/localealias.c: Likewise.
10165 * intl/ngettext.c: Likewise.
10166 * intl/textdomain.c: Likewise.
10167 * intl/gettext.h: Assume <limits.h> exists.
10169 2001-11-27 Ulrich Drepper <drepper@redhat.com>
10171 * stdio-common/Makefile (tests): Add scanf11.
10172 * stdio-common/scanf11.c: New file.
10174 2001-11-26 Ulrich Drepper <drepper@redhat.com>
10176 * version.h (RELEASE): Define as development.
10177 (VERSION): Set to 2.2.90.
10179 2001-11-22 Thorsten Kukuk <kukuk@suse.de>
10181 * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10182 * nis/nss_nis/nis-grp.c: Likewise.
10183 * nis/nss_nisplus/nisplus-grp.c: Likewise.
10185 * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10186 * nis/nss_nis/nis-pwd.c: Likewise.
10187 * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10189 * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10190 * nis/nss_nisplus/nisplus-parser.c: Likewise.
10191 * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10193 * nscd/grpcache.c: Use strtoul instead of atol.
10194 * nscd/pwdcache.c: Likewise.
10195 * nss/getent.c: Likewise.
10197 2001-11-27 Paul Eggert <eggert@twinsun.com>
10199 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10200 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10202 2001-11-19 Bruno Haible <bruno@clisp.org>
10204 * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10206 (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10207 improves the quality of the hash function, especially for short
10210 2001-11-26 Ulrich Drepper <drepper@redhat.com>
10212 * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10213 are found call conv_error and not input_error [PR libc/2669].
10215 * math/bits/mathcalls.h: Mark ceil and floor as const.
10216 Reported by David Mosberger.
10218 2001-11-21 Jim Meyering <meyering@lucent.com>
10220 * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10221 Define to be __-prefixed.
10222 Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10224 2001-11-26 Andreas Jaeger <aj@suse.de>
10226 * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10229 2001-11-26 Stephen L Moshier <moshier@mediaone.net>
10231 * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10234 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10235 unused variables. Fix threshold for returning 1.0.
10237 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10240 * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10241 remove unused variables.
10243 * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10245 * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10246 include local math header files.
10248 2001-11-22 Andreas Jaeger <aj@suse.de>
10250 * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10253 2001-11-21 Andreas Jaeger <aj@suse.de>
10255 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10257 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10260 2001-11-15 Andreas Jaeger <aj@suse.de>
10262 * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10263 compilers that support it.
10265 * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10266 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10267 * stdlib/stdlib.h: Likewise.
10269 2001-11-17 Ulrich Drepper <drepper@redhat.com>
10271 * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10272 statement with gotos.
10273 Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10275 2001-11-16 Stephen L Moshier <moshier@mediaone.net>
10277 * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10279 2001-11-15 Ulrich Drepper <drepper@redhat.com>
10281 * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10283 2001-10-02 Jakub Jelinek <jakub@redhat.com>
10284 H.J. Lu <hjl@gnu.org>
10286 * Versions.def (libc): Add GCC_3.0.
10287 * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10288 if gcc supports this flag.
10289 (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10290 (gcc3): Allow glibc to be compiled with gcc 3.x.
10291 * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10292 * config.make.in (static-libgcc, unwind-find-fde): Add.
10293 * Makerules (build-shlib-helper, build-module-helper): Use it.
10294 * scripts/versions.awk: Make sure GLIBC_ versions come first.
10295 * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10297 (_fini): Call __deregister_frame_info_bases if
10298 __register_frame_info_bases was used to register.
10299 * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10301 (__register_frame_info_bases, __register_frame_info_table_bases,
10302 __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10303 * elf/Makefile (routines): Add unwind-dw2-fde.
10304 (shared-only-routines): Add unwind-dw2-fde.
10305 * sysdeps/alpha/gccframe.h: New file.
10306 * sysdeps/arm/gccframe.h: New file.
10307 * sysdeps/generic/framestate.c: New file.
10308 * sysdeps/generic/dwarf2.h: New file.
10309 * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10310 * sysdeps/generic/unwind-dw2-fde.c: New file.
10311 * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10312 * sysdeps/generic/unwind-dw2-fde.h: New file.
10313 * sysdeps/generic/unwind-dw2.c: New file.
10314 * sysdeps/generic/unwind-pe.h: New file.
10315 * sysdeps/generic/unwind.h: New file.
10316 * sysdeps/hppa/gccframe.h: New file.
10317 * sysdeps/i386/gccframe.h: New file.
10318 * sysdeps/m68k/gccframe.h: New file.
10319 * sysdeps/mips/gccframe.h: New file.
10320 * sysdeps/powerpc/gccframe.h: New file.
10321 * sysdeps/s390/gccframe.h: New file.
10322 * sysdeps/sh/gccframe.h: New file.
10323 * sysdeps/sparc/gccframe.h: New file.
10324 * sysdeps/vax/gccframe.h: New file.
10325 * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10326 Set on all architectures except ia64.
10327 * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10329 * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10330 __deregister_frame_info): Move to elf/Versions.
10331 * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10332 * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10333 * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10334 * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10335 * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10336 * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10337 * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10338 * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10339 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10340 * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10341 * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10342 * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10343 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10344 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10345 * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10346 * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10347 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10348 * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10350 2001-11-15 Jeff Law <law@redhat.com>
10352 * posix/regex.c (uintptr_t): Do not provide a definition if the
10353 system provided one.
10355 2001-11-13 Roland McGrath <roland@frob.com>
10357 * stdio-common/tmpfile.c: Moved to ...
10358 * sysdeps/generic/tmpfile.c: ... here.
10359 * sysdeps/mach/hurd/tmpfile.c: New file.
10361 * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10362 [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10363 (fopenport): Define as weak alias.
10365 * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10366 * libio/libioP.h: ... to here.
10368 2001-11-12 Ulrich Drepper <drepper@redhat.com>
10370 * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10371 program header twice. Construct list with the needed information.
10373 2001-11-10 Ulrich Drepper <drepper@redhat.com>
10375 * po/ca.po: Update from translation team.
10377 * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10378 _dl_pf_to_prot. Use arithmetic operation using PF_TO_PROT macro.
10379 * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10380 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10382 2001-11-10 Andreas Jaeger <aj@suse.de>
10384 * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10385 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10386 Contributed by Stephen L Moshier <moshier@mediaone.net>.
10388 2001-11-09 Ulrich Drepper <drepper@redhat.com>
10390 * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10392 * elf/dl-load.c (is_dst): New function.
10393 (_dl_dst_count): Use is_dst to check for DST variable.
10394 (_dl_dst_substitute): Likewise.
10396 2001-11-09 Roland McGrath <roland@frob.com>
10398 Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10399 * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10400 * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10401 * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10402 * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10403 * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10404 * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10405 * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10406 * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10407 * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10408 * sysdeps/mach/hurd/powerpc/Dist: New file.
10410 * hurd/privports.c (__get_privileged_ports):
10411 Only contact the proc server if necessary for this call.
10412 Suggested by Neal H Walfield <neal@cs.uml.edu>.
10413 Check error return for mach_port_mod_refs.
10415 2001-11-09 Andreas Schwab <schwab@suse.de>
10417 * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10419 2001-11-09 Ulrich Drepper <drepper@redhat.com>
10421 * elf/dl-load.c (lose): Remove some unnecessary code. The new
10422 object is always the last in the list.
10423 (_dl_map_object_from_fd): Delete code to remove from object list
10424 when DF_1_NOOPEN is seen. This is done in lose.
10426 2001-11-08 Ulrich Drepper <drepper@redhat.com>
10428 * elf/dl-object.c (_dl_new_object): Various small optimizations.
10430 2001-11-07 Ulrich Drepper <drepper@redhat.com>
10432 * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10433 HWCAP_CHECK macro code.
10435 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10436 Now returns MAP_FAILED on error.
10437 * elf/rtld.c: Adjust caller.
10438 * sysdeps/generic/dl-cache.c: Likewise.
10439 * sysdeps/generic/ldsodefs.h: Adjust description.
10441 * elf/dl-version.c (match_symbol): Optimize error handling for size.
10442 (_dl_check_map_versions): Likewise.
10444 2001-11-06 Ulrich Drepper <drepper@redhat.com>
10446 * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10447 _dl_signal_error directly, always use lose. Set fd to -1 after
10449 (lose): Don't call close if fd == -1.
10451 2001-11-07 Kaoru Fukui <k_fukui@highway.ne.jp>
10453 * manual/charset.texi: Fix typo @w[ISO 6937] to @w{ISO 6937}.
10454 Also fix typo @code {mbsinit} to @code{mbsinit}.
10456 2001-11-06 Ulrich Drepper <drepper@redhat.com>
10458 * elf/dl-profile.c: Replace state variable with simple flag named
10459 running. Remove commented-out code.
10461 * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
10462 (_dl_init_paths): Likewise.
10463 (_dl_map_object_from_fd): Likewise.
10464 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10466 2001-11-06 Roland McGrath <roland@frob.com>
10468 * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
10469 instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
10471 * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
10472 sysdeps/powerpc/elf/sysdep.h.
10473 Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
10475 2001-11-05 Ulrich Drepper <drepper@redhat.com>
10477 * elf/rtld.c (process_dl_debug): Rewritten. Optimized for size not
10479 (process_envvars): Some more optimizations.
10480 * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
10482 * elf/elf.h: Add dynamic tag definitions for prelinking.
10484 * elf/rtld.c (process_envvars): Avoid using array of string pointers.
10485 Rewrite code to remove environment varables for SUID binaries.
10486 Small optimization in LD_PROFILE handling.
10487 * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
10489 * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10491 * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
10493 * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
10494 strings. Change type of second parameter.
10495 * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
10498 * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
10500 2001-11-04 Joseph S. Myers <jsm28@cam.ac.uk>
10502 * manual/string.texi: Fix typos.
10503 * manual/examples/argp-ex2.c: Likewise.
10505 2001-11-05 Roland McGrath <roland@frob.com>
10507 * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
10508 the more-specific unix/sysv/linux/powerpc file and breaks everything.
10509 * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
10510 ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
10511 PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
10512 here, put under [__ELF__].
10514 2001-11-05 Ulrich Drepper <drepper@redhat.com>
10516 * manual/charset.texi: Extensive editing work.
10517 * manual/nss.texi: Likewise.
10518 Changes by Dennis Grace <dgrace@us.ibm.com>.
10520 2001-11-04 Roland McGrath <roland@frob.com>
10522 * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
10523 parameter to dir_mkfile.
10525 2001-11-02 Jakub Jelinek <jakub@redhat.com>
10527 * string/bits/string2.h (__strndup): If n is smaller than len, set
10529 * string/tester.c (test_strndup): New function.
10532 2001-11-01 Ulrich Drepper <drepper@redhat.com>
10534 * sunrpc/rpc_main.c: Optimize variable definitions a bit.
10536 * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
10537 * scripts/cpp: New file.
10539 * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
10540 for rtld_search_dirs content. Minor optimizations.
10542 2001-10-31 Ulrich Drepper <drepper@redhat.com>
10544 * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
10545 avoiding unnecessary duplication.
10547 2001-10-31 Jakub Jelinek <jakub@redhat.com>
10549 * elf/dl-load.c (_dl_map_object): If library was found using
10550 LD_LIBRARY_PATH, don't try RUNPATH list.
10552 2001-10-31 Martin Schwidefsky <schwidefsky@de.ibm.com>
10554 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
10555 Correct second argument of register_dump call.
10556 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
10559 2001-10-31 Ulrich Drepper <drepper@redhat.com>
10561 * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
10563 * iconvdata/TESTS: Likewise.
10564 * iconvdata/gconv-modules: Likewise.
10565 * iconvdata/ibm1132.c: New file.
10566 * iconvdata/ibm1132.h: New file.
10567 * iconvdata/ibm1133.c: New file.
10568 * iconvdata/ibm1133.h: New file.
10569 * iconvdata/ibm1162.c: New file.
10570 * iconvdata/ibm1162.h: New file.
10571 * iconvdata/testdata/IBM1132: New file.
10572 * iconvdata/testdata/IBM1132..UTF8: New file.
10573 * iconvdata/testdata/IBM1133: New file.
10574 * iconvdata/testdata/IBM1133..UTF8: New file.
10575 * iconvdata/testdata/IBM1162: New file.
10576 * iconvdata/testdata/IBM1162..UTF8: New file.
10577 Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
10579 * string/string.h: Fix typo in comment.
10580 * wcsmbs/wchar.h: Likewise.
10582 2001-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10584 * manual/getopt.texi (getopt_long, getopt_long_only): Include
10585 const in type of longopts parameter.
10587 2001-10-29 Andreas Jaeger <aj@suse.de>
10589 * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
10591 2001-10-29 Kevin Ryde <user42@zip.com.au>
10593 * manual/stdio.texi (Integer Conversions): Corrections to sample printf
10594 output, clarify `#' behaviour on 0.
10595 (Floating-Point Conversions): Clarify that %g only uses %e when
10596 the exponent would be greater than 1.
10598 2001-10-28 Roland McGrath <roland@frob.com>
10600 Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
10601 * sysdeps/mach/powerpc/machine-sp.h: New file.
10602 * sysdeps/mach/powerpc/sysdep.h: New file.
10603 * sysdeps/mach/powerpc/thread_state.h: New file.
10605 * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
10606 * sysdeps/mach/hurd/Makefile: ... to here. For the time being, we can
10607 expect to need the same thing on every platform.
10609 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
10610 * sysdeps/generic/sys/ucontext.h: ... to replace this one.
10612 * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
10613 ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
10614 DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
10615 Move all these assembly-related definitions to ...
10616 * sysdeps/powerpc/elf/sysdep.h: ... this new file.
10618 * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
10619 by Peter Bruin <pjbruin@dds.nl>.
10621 * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
10622 packing results for a `poll' call.
10624 2001-10-26 Ulrich Drepper <drepper@redhat.com>
10626 * posix/fnmatch_loop.c: Recognize - at end of bracket expression
10628 * posix/tst-fnmatch.input: Add tests for - at beginning and end of
10629 bracket expression.
10631 * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
10633 * string/tst-strxfrm.c (test): Also test __strxfrm_l.
10635 2001-10-24 H.J. Lu <hjl@gnu.org>
10637 * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
10638 Use __BEGIN_DECLS/__END_DECLS around prototypes.
10639 * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
10641 2001-10-21 Jim Meyering <meyering@lucent.com>
10643 * malloc/obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
10644 this code would end up calling gettext even in packages built
10645 with --disable-nls.
10646 * posix/getopt.c (_): Likewise.
10647 * posix/regex.c (_): Likewise.
10649 2001-10-26 Ulrich Drepper <drepper@redhat.com>
10651 * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
10652 lookup not ip6.int.
10653 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
10654 Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
10656 2001-10-19 Jakub Jelinek <jakub@redhat.com>
10658 * misc/sys/cdefs.h (__attribute_used__): Define.
10659 * elf/rtld.c (_dl_start): Add __attribute_used__.
10660 * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
10662 2001-10-25 Andreas Schwab <schwab@suse.de>
10664 * stdlib/a64l.c: Expect least significant digit first.
10665 * stdlib/l64a.c: Produce least significant digit first.
10666 * stdlib/Makefile (tests): Add test-a64l.
10667 * stdlib/test-a64l.c: New file.
10668 Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
10670 2001-10-21 Ulrich Drepper <drepper@redhat.com>
10672 * po/sk.po: Update from translation team.
10674 2001-10-18 Ulrich Drepper <drepper@redhat.com>
10676 * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
10678 2001-10-18 Andreas Schwab <schwab@suse.de>
10680 * math/libm-test.inc (print_ulps): Print ulp values rounded to
10682 (print_function_ulps): Likewise.
10683 (print_complex_function_ulps): Likewise.
10684 (print_max_error): Likewise.
10685 (print_complex_max_error): Likewise. Handle ignore_max_ulp.
10687 2001-10-16 Andreas Schwab <schwab@suse.de>
10689 * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
10692 * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
10693 BSD_SETJMP or BSD__SETJMP is defined, resp.
10694 * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
10695 a tail call to __sigsetjmp that would require extending the
10697 * sysdeps/m68k/bsd-_setjmp.c: Likewise.
10698 * sysdeps/m68k/bsd-setjmp.S: Deleted.
10699 * sysdeps/m68k/bsd-_setjmp.S: Deleted.
10700 Reported by Jes Sorensen <jes@trained-monkey.org>.
10702 2001-10-16 Andreas Jaeger <aj@suse.de>
10704 * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
10705 parentheses. Reported by David Byron <dbyron@porto.coactive.com>,
10706 close PR libc/2589.
10708 2001-10-15 Ulrich Drepper <drepper@redhat.com>
10710 * po/ca.po: New file. Contributed by the translation team.
10712 2001-10-15 Ralf Baechle <ralf@gnu.org>
10714 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
10715 a varargs prototype. Remove dependency from kernel header files.
10717 * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
10718 __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
10720 2001-10-14 Ulrich Drepper <drepper@redhat.com>
10722 * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
10723 to generate hexadecimal identifier.
10724 Patch by Jungshik Shin <jungshik.shin@yale.edu>.
10726 2001-10-09 Stephen L Moshier <moshier@mediaone.net>
10728 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
10730 2001-10-14 Ulrich Drepper <drepper@redhat.com>
10732 * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
10733 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
10734 Contributed by Stephen L Moshier <moshier@mediaone.net>.
10736 * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
10737 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
10738 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
10739 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
10740 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
10741 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
10743 * timezone/africa: Update from tzdata2001d.
10744 * timezone/asia: Likewise.
10745 * timezone/australasia: Likewise.
10746 * timezone/backward: Likewise.
10747 * timezone/europe: Likewise.
10748 * timezone/leapseconds: Likewise.
10749 * timezone/northamerica: Likewise.
10750 * timezone/southamerica: Likewise.
10751 * timezone/zone.tab: Likewise.
10753 2001-10-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10755 * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
10756 * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
10758 2001-10-12 Ulrich Drepper <drepper@redhat.com>
10760 * elf/elf.h (PT_TLS): New definition.
10762 2001-10-10 Jeff Bailey <jbailey@nisa.net>
10764 * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
10767 2001-10-07 Roland McGrath <roland@frob.com>
10769 * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
10771 2001-10-10 Ulrich Drepper <drepper@redhat.com>
10773 * elf/elf.h: Add more ELFOSABI_* constants.
10775 2001-10-04 Ben Collins <bcollins@debian.org>
10777 * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
10778 decleration of __need_wchar_t.
10780 2001-10-03 Jakub Jelinek <jakub@redhat.com>
10782 * string/bits/string2.h (__strsep_g): Add prototype.
10783 (__strsep): Use it.
10784 * string/Versions (__strsep): Remove.
10785 * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
10787 2001-10-07 Ulrich Drepper <drepper@redhat.com>
10789 * manua/llio.texi: Clarify file references added by mmap.
10790 Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
10792 2001-09-29 Jes Sorensen <jes@trained-monkey.org>
10794 * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
10795 Add sc_loadrs and sc_rbs_bas to match current kernel.
10797 2001-09-27 Jakub Jelinek <jakub@redhat.com>
10799 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
10801 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
10803 2001-09-27 Jakub Jelinek <jakub@redhat.com>
10805 * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
10806 object has been bumped because of relocation dependency, avoid
10807 duplicates in l_scope.
10808 (show_scope): Fix typos.
10809 * elf/Makefile: Add rules to build and run reldep6.
10810 * elf/reldep6.c: New file.
10811 * elf/reldep6mod0.c: New file.
10812 * elf/reldep6mod1.c: New file.
10813 * elf/reldep6mod2.c: New file.
10814 * elf/reldep6mod3.c: New file.
10815 * elf/reldep6mod4.c: New file.
10817 2001-09-26 Jakub Jelinek <jakub@redhat.com>
10819 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
10821 (sparc64_fixup_plt): Moved from elf_machine_fixup_plt. Optimize
10822 near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
10823 for non-lazy binding. Fix .plt[32768+] handling.
10824 (elf_machine_plt_value): Don't add addend.
10825 (elf_machine_rela): Call sparc64_fixup_plt instead of
10826 elf_machine_fixup_plt.
10827 (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
10828 dynamic linker at 0xfffff800XXXXXXXX.
10830 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
10832 2001-09-28 Ulrich Drepper <drepper@redhat.com>
10834 * elf/elf.h: Define SHF_GROUP and SHF_TLS.
10836 2001-09-25 Jakub Jelinek <jakub@redhat.com>
10838 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
10839 declare __cmsg_data field if its size would be bigger than 0.
10840 (CMSG_DATA): Adjust accordingly.
10841 * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
10842 * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
10843 * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
10844 * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
10845 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10846 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10847 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
10849 2001-09-25 Ulrich Drepper <drepper@redhat.com>
10851 * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
10852 * iconvdata/testdata/IBM1160: New file.
10853 * iconvdata/testdata/IBM1160..UTF8: New file.
10854 * iconvdata/testdata/IBM1161: New file.
10855 * iconvdata/testdata/IBM1161..UTF8: New file.
10856 Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10858 2001-09-24 Ulrich Drepper <drepper@redhat.com>
10860 * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
10861 UL_SETFSIZE computations better.
10863 * rt/Makefile: Remove use of filter for librt again.
10865 * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
10866 UL_SETFSIZE computations better.
10868 * string/Versions: Export __strsep for GLIBC_2.2.5.
10869 * string/bits/string2.h: Define all __STRING_INLINE functions if
10870 _FORCE_INLINES is defined.
10871 Use int instead of char of parameter types.
10872 (__strsep): Don't use __strsep_g. Don't define it.
10873 (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
10874 * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
10876 (__stpcpy_a_small): Renamed from __stpcpy_small.
10877 (__strcspn_c1): Don't define if _FORCE_INLINES.
10878 (__strspn_c1): Likewise.
10880 2001-09-22 Ben Collins <bcollins@debian.org>
10882 * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
10883 _UNIX98_SOURCE is defined too. Matches generic/bits/sigaction.h.
10884 * sysdeps/ia64/bits/sigaction.h: Likewise.
10885 * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
10887 2001-09-24 Andrew Haley <aph@cambridge.redhat.com>
10889 * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
10891 2001-09-24 Jakub Jelinek <jakub@redhat.com>
10893 * elf/dl-open.c (dl_open_worker): Update l_scope_max.
10895 2001-09-24 Ulrich Drepper <drepper@redhat.com>
10897 * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
10899 2001-09-20 H.J. Lu <hjl@gnu.org>
10901 * include/dlfcn.h (__RTLD_SPROF): New definiton.
10902 * elf/dl-open.c (dl_open_worker): Return immediately after loading
10904 * elf/sprof.c (main): Default to the filename if soname doesn't exist.
10905 (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
10907 2001-09-20 H.J. Lu <hjl@gnu.org>
10909 * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
10912 2001-09-22 Ulrich Drepper <drepper@redhat.com>
10914 * nss/getent.c: Accept -s parameter to overwrite rules in
10915 nsswitch.conf. Patch by Nalin Dahyabhai <nalin@redhat.com>.
10917 * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
10918 with as many ".0" as necessary to form a complete address
10919 inet_network understands.
10921 * nss/getent.c: Various cleanups. Use simpler and fewer function
10924 2001-09-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
10926 * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
10928 * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
10930 2001-09-22 Ulrich Drepper <drepper@redhat.com>
10932 * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
10934 * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
10935 * iconvdata/ibm1160.c: New file.
10936 * iconvdata/ibm1160.h: New file.
10937 * iconvdata/ibm1161.c: New file.
10938 * iconvdata/ibm1161.h: New file.
10939 Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10941 2001-09-19 Jakub Jelinek <jakub@redhat.com>
10943 * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
10944 difference between base address and first PT_LOAD's virtual address,
10945 not the base address.
10947 2001-09-11 Tom Rix <trix@redhat.com>
10949 * sysdeps/unix/sysv/aix/init-first.c (init): Use USE_NONONPTION_FLAG
10950 ifdef for __getopt_clean_environment.
10951 * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
10953 2001-09-22 Andreas Jaeger <aj@suse.de>
10955 * elf/reldep4.c (main): Add proper prototype to fix warning.
10957 * elf/reldep5.c (main): Remove unused variable.
10959 * math/math_private.h: Add prototypes.
10961 2001-09-21 Andreas Jaeger <aj@suse.de>
10963 * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
10964 * sysdeps/x86_64/Dist: New file.
10965 * sysdeps/x86_64/soft-fp/Dist: New file.
10967 * sysdeps/gnu/Dist: Remove eval.c.
10969 2001-09-20 Ulrich Drepper <drepper@redhat.com>
10971 * malloc/memusage.c (realloc): Don't count already allocated
10972 memory in the sums.
10973 (me): Always use dlsym() to find the real implementations.
10975 * malloc/memusage.sh: Make -n option actually do something.
10977 2001-09-20 Andreas Jaeger <aj@suse.de>
10979 * elf/elf.h (R_390_NUM): Correct value.
10981 * Versions.def: Add missing versions 2.2.3 for libthread_db and
10984 * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
10985 for x86-64, install x86-64 into */lib64.
10987 * shlib-versions: Add x86-64.
10989 * elf/elf.h: Add x86-64 relocations.
10991 2001-09-19 Ulrich Drepper <drepper@redhat.com>
10993 * po/fr.po: Update from translation team.
10995 2001-09-19 Andreas Jaeger <aj@suse.de>
10997 * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
10998 * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
10999 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11000 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11001 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11002 * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11003 * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11004 * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11005 * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11006 * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11007 * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11008 * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11009 * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11010 * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11011 * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11012 * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11013 * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11014 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11015 * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11016 * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11017 * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11018 * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11019 * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11020 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11021 * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11022 * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11023 * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11024 * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11025 * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11026 * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11027 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11028 * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11029 * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11030 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11031 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11032 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11033 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11034 * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11035 * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11036 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11037 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11038 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11039 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11040 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11041 * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11042 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11043 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11044 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11045 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11046 * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11047 * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11048 * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11049 * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11050 * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11051 * sysdeps/unix/x86_64/sysdep.S: New file.
11052 * sysdeps/unix/x86_64/sysdep.h: New file.
11053 * sysdeps/x86_64/Implies: New file.
11054 * sysdeps/x86_64/Makefile: New file.
11055 * sysdeps/x86_64/Versions: New file.
11056 * sysdeps/x86_64/__longjmp.S: New file.
11057 * sysdeps/x86_64/abort-instr.h: New file.
11058 * sysdeps/x86_64/atomicity.h: New file.
11059 * sysdeps/x86_64/bits/endian.h: New file.
11060 * sysdeps/x86_64/bits/setjmp.h: New file.
11061 * sysdeps/x86_64/bits/string.h: New file.
11062 * sysdeps/x86_64/bp-asm.h: New file.
11063 * sysdeps/x86_64/bsd-_setjmp.S: New file.
11064 * sysdeps/x86_64/bsd-setjmp.S: New file.
11065 * sysdeps/x86_64/dl-machine.h: New file.
11066 * sysdeps/x86_64/elf/initfini.c: New file.
11067 * sysdeps/x86_64/elf/start.S: New file.
11068 * sysdeps/x86_64/ffs.c: New file.
11069 * sysdeps/x86_64/ffsll.c: New file.
11070 * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11071 * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11072 * sysdeps/x86_64/fpu/e_acosl.c: New file.
11073 * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11074 * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11075 * sysdeps/x86_64/fpu/e_expl.c: New file.
11076 * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11077 * sysdeps/x86_64/fpu/e_log10l.S: New file.
11078 * sysdeps/x86_64/fpu/e_log2l.S: New file.
11079 * sysdeps/x86_64/fpu/e_logl.S: New file.
11080 * sysdeps/x86_64/fpu/e_powl.S: New file.
11081 * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11082 * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11083 * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11084 * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11085 * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11086 * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11087 * sysdeps/x86_64/fpu/fegetenv.c: New file.
11088 * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11089 * sysdeps/x86_64/fpu/fegetround.c: New file.
11090 * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11091 * sysdeps/x86_64/fpu/fesetenv.c: New file.
11092 * sysdeps/x86_64/fpu/fesetround.c: New file.
11093 * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11094 * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11095 * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11096 * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11097 * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11098 * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11099 * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11100 * sysdeps/x86_64/fpu/s_atanl.c: New file.
11101 * sysdeps/x86_64/fpu/s_cosl.S: New file.
11102 * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11103 * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11104 * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11105 * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11106 * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11107 * sysdeps/x86_64/fpu/s_logbl.c: New file.
11108 * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11109 * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11110 * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11111 * sysdeps/x86_64/fpu/s_rintl.c: New file.
11112 * sysdeps/x86_64/fpu/s_significandl.c: New file.
11113 * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11114 * sysdeps/x86_64/fpu/s_sinl.S: New file.
11115 * sysdeps/x86_64/fpu/s_tanl.S: New file.
11116 * sysdeps/x86_64/gmp-mparam.h: New file.
11117 * sysdeps/x86_64/hp-timing.c: New file.
11118 * sysdeps/x86_64/hp-timing.h: New file.
11119 * sysdeps/x86_64/htonl.S: New file.
11120 * sysdeps/x86_64/memusage.h: New file.
11121 * sysdeps/x86_64/setjmp.S: New file.
11122 * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11123 * sysdeps/x86_64/stackinfo.h: New file.
11124 * sysdeps/x86_64/sysdep.h: New file.
11125 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11127 * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11130 2001-09-18 Ulrich Drepper <drepper@redhat.com>
11132 * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11133 Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11135 2001-09-18 Andreas Schwab <schwab@suse.de>
11137 * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11138 list, now that l_scope is a pointer.
11140 * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11143 2001-09-18 kaz Kojima <kkojima@rr.iij4u.or.jp>
11145 * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11146 (elf_machine_rela_relative): Add a missing declaration.
11148 2001-09-18 Jakub Jelinek <jakub@redhat.com>
11150 * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11151 * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11152 * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11153 ldd-rewrite scripts.
11155 2001-09-18 Ulrich Drepper <drepper@redhat.com>
11157 * elf/ldd.bash.in: Update copyright message.
11159 2001-09-17 H.J. Lu <hjl@gnu.org>
11161 * hurd/hurdmalloc.c (bcopy): Removed.
11162 (realloc): Replace bcopy with memcpy.
11163 * hurd/path-lookup.c (file_name_path_scan): Likewise.
11164 * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11165 * sunrpc/rpcinfo.c (pmapdump): Likewise.
11167 * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11168 (gethostbyaddr): Likewise.
11169 * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11171 2001-09-18 Ulrich Drepper <drepper@redhat.com>
11173 * sysdeps/gnu/eval.c: Removed.
11175 2001-09-18 Andreas Jaeger <aj@suse.de>
11177 * sysdeps/i386/fpu/s_logbl.S: Move to ...
11178 * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11180 * sysdeps/i386/fpu/s_rintl.S: Move to ...
11181 * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11183 * sysdeps/i386/fpu/s_significandl.S: Move to ...
11184 * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11186 2001-09-16 Ulrich Drepper <drepper@redhat.com>
11188 * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11191 2001-09-14 H.J. Lu <hjl@gnu.org>
11193 * sysdeps/mips/fpu/libm-test-ulps: Updated.
11195 2001-09-14 Ulrich Drepper <drepper@redhat.com>
11197 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11198 Patch by Florian La Roche <laroche@redhat.com>.
11200 * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11202 * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11205 2001-09-14 Andreas Schwab <schwab@suse.de>
11207 * posix/execl.c: Fix last argument of memcpy. Reported by Brian
11208 Sumner <bls@sgi.com>.
11209 * posix/execlp.c: Likewise.
11211 2001-09-13 Jakub Jelinek <jakub@redhat.com>
11213 * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11214 is already found earlier in the search scope.
11216 2001-09-12 Jakub Jelinek <jakub@redhat.com>
11218 * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11221 2001-09-13 Ulrich Drepper <drepper@redhat.com>
11223 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11225 2001-09-12 Ulrich Drepper <drepper@redhat.com>
11227 * config.h.in: Enforce optimization to be used.
11228 * Makeconfig (preprocess-versions): Define ASSEMBLER.
11229 * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11230 * posix/Makefile (annexc-CFLAGS): Define to -O.
11231 * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11233 2001-09-11 Ulrich Drepper <drepper@redhat.com>
11235 * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11236 Patch by Stephan Kulow.
11238 2001-09-08 Ben Collins <bcollins@debian.org>
11240 * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11241 usage of RESOLVE() (r_type, not reloc->r_type).
11243 2001-09-08 Ulrich Drepper <drepper@redhat.com>
11245 * elf/dl-object.c: Avoid allocating extra memory block for name.
11246 * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11247 allocated separately.
11248 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11250 2001-09-08 H.J. Lu <hjl@gnu.org>
11252 * po/zh_TW.po: Fix a typo.
11254 2001-09-07 Tom Rix <trix@redhat.com>
11256 * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11258 2001-08-26 Tom Rix <trix@redhat.com>
11260 * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11261 command line options.
11262 * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11263 * sysdeps/unix/sysv/aix/start.c: Removed.
11264 * sysdeps/unix/sysv/aix/start-libc.c: New file.
11265 * sysdeps/unix/sysv/aix/init-first.c: New file.
11266 * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11268 2001-09-08 Ben Collins <bcollins@debian.org>
11270 * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11271 * sysdeps/generic/dl-machine.h: Likewise.
11272 * sysdeps/hppa/dl-fptr.c: Likewise.
11273 * sysdeps/ia64/dl-fptr.c: Likewise.
11274 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11275 * sysdeps/mips/dl-machine.h: Likewise.
11276 * sysdeps/mips/mips64/dl-machine.h: Likewise.
11277 * sysdeps/powerpc/dl-machine.c: Likewise.
11279 2001-09-07 Ben Collins <bcollins@debian.org>
11281 * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11283 * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11285 2001-09-08 Ulrich Drepper <drepper@redhat.com>
11287 * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11288 dependencies if necessary.
11290 * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11291 loaded directly) determine length if l_initfini list by iterating
11292 over its elements. Minor optimizations.
11293 * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11294 for dependency objects.
11295 If object was already loaded check whether any of the dependencies
11296 is already on the relocation dependency list. If yes, remove the
11297 latter. Minor optimizations.
11298 * elf/dl-lookup.c (add_dependency): Add check for self reference of
11299 maps here. Search l_initfini list only if the object was loaded
11300 directly and not only as a dependency.
11301 (_dl_lookup_symbol): Add relocation dependency also if object
11302 is not in global scope. Remove test for self-reference here.
11303 (_dl_lookup_versioned_symbol): Likewise.
11304 * elf/dl-object (_dl_new_object): Cleanup. Initialize dont_free
11305 element of first name record.
11306 * elf/loadtest.c: Add some more test to recognize early if an object
11308 * elf/Makefile: Add rules to build and run reldep5.
11309 * elf/reldep5.c: New file.
11310 * elf/reldepmod5.c: New file.
11311 * elf/reldepmod6.c: New file.
11313 * elf/reldep2.c: Fix typo.
11315 2001-09-07 Ulrich Drepper <drepper@redhat.com>
11317 * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11318 elements. Change l_scope to be a pointer only.
11319 * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11320 * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11321 here add searchlist of newly open file to the dependency's scope.
11322 * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11323 only searchlist from its scope. Free own scope array if necessary.
11324 * elf/Makefile (tests): Add dblload and dblunload now.
11326 2001-09-06 Andreas Jaeger <aj@suse.de>
11328 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11331 2001-09-05 Ulrich Drepper <drepper@redhat.com>
11333 * elf/Makefile: Add rules to build new tests. Don't run them yet since
11335 * elf/dblload.c: New file.
11336 * elf/dblloadmod1.c: New file.
11337 * elf/dblloadmod2.c: New file.
11338 * elf/dblloadmod3.c: New file.
11339 * elf/dblunload.c: New file.
11341 2001-09-04 Richard Henderson <rth@redhat.com>
11343 * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11344 (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11346 2001-09-04 Ulrich Drepper <drepper@redhat.com>
11348 Correct very misleading message for error in failed runtime relocation.
11349 * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11350 place of the error.
11351 (_dl_signal_cerror): Likewise.
11352 * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11353 * elf/dl-close.c: Likewise.
11354 * elf/dl-deps.c: Likewise.
11355 * elf/dl-load.c: Likewise.
11356 * elf/dl-lookup.c: Likewise.
11357 * elf/dl-open.c: Likewise.
11358 * elf/dl-reloc.c: Likewise.
11359 * elf/dl-sym.c: Likewise.
11360 * elf/dl-version.c: Likewise.
11361 * sysdeps/generic/dl-sysdep.c: Likewise.
11363 2001-09-04 Jakub Jelinek <jakub@redhat.com>
11365 * iconv/strtab.c (strtabinit): Initialize null Strent.
11366 (newstring): Move len == 0 handling...
11367 (strtabadd): ...here.
11368 If len == 1, return null Strent.
11369 When inserting a suffix of an existing string, check if
11370 it is not equal to some suffix already recorded.
11371 Copy left and right members over if adding longer string.
11373 2001-09-04 Jakub Jelinek <jakub@redhat.com>
11375 * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11377 * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11378 (__syscall_gethostname): Add prototype.
11380 2001-09-04 Ulrich Drepper <drepper@redhat.com>
11382 * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11384 2001-09-02 Ulrich Drepper <drepper@redhat.com>
11386 * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11388 2001-08-27 Roland McGrath <roland@frob.com>
11390 * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11391 short, copy that much into NAME anyway before returning error.
11393 2001-09-01 Richard Henderson <rth@redhat.com>
11395 * sysdeps/alpha/elf/Dist: Remove file.
11396 * sysdeps/alpha/elf/Makefile: Remove file.
11397 * sysdeps/alpha/elf/crtbegin.S: Remove file.
11398 * sysdeps/alpha/elf/crtend.S: Remove file.
11399 * sysdeps/alpha/elf/initfini.c: New file.
11401 2001-09-01 Mark Kettenis <kettenis@gnu.org>
11403 * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11404 * iconv/tst-iconv3.c: Likewise.
11406 2001-09-01 Jakub Jelinek <jakub@redhat.com>
11408 * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11410 2001-09-01 Ulrich Drepper <drepper@redhat.com>
11412 * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11414 * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11415 * iconv/iconv_prog.c (insert_cache): New function.
11416 (print_known_names): If cache is used call insert_cache to use the
11417 information from the cache [PR libc/2509].
11419 2001-08-31 Ulrich Drepper <drepper@redhat.com>
11421 * time/strptime.c (strptime_internal): Recognize 'l' format and
11422 handle it like 'I' for symmetry with strftime.
11424 2001-08-31 Richard Henderson <rth@redhat.com>
11426 * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11427 (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11428 * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11429 (print_statistics): Make scalar unsigned long long.
11430 * sysdeps/alpha/hp-timing.h: New file.
11432 2001-08-31 Jakub Jelinek <jakub@redhat.com>
11434 * stdio-common/perror.c (perror): Save errno early, pass it
11435 down to perror_internal.
11436 (perror_internal): Add errnum argument.
11438 2001-08-31 Jakub Jelinek <jakub@redhat.com>
11440 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11441 Don't add old memory content for R_ALPHA_REFQUAD.
11443 2001-08-30 Ulrich Drepper <drepper@redhat.com>
11445 * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11448 * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11449 instead of open, __close instead of close, __getpagesize instead
11452 * string/argz-stringify.c (__argz_stringify): Use __strnlen
11453 instead of strnlen.
11454 * include/string.h (strndupa): Redefine here to use __strnlen
11455 instead of strnlen.
11456 * string/strndup.c (__strndup): Use __strnlen not strnlen.
11458 * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
11461 2001-08-30 Jakub Jelinek <jakub@redhat.com>
11463 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
11464 R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC. Only check
11465 for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
11466 * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
11467 * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
11468 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
11469 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
11471 2001-08-30 Ulrich Drepper <drepper@redhat.com>
11473 * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
11475 2001-08-30 Andreas Jaeger <aj@suse.de>
11477 * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
11478 contributed Stephen L Moshier.
11480 2001-08-30 Jakub Jelinek <jakub@redhat.com>
11482 * sunrpc/etc.rpc (sgi_fam): Add.
11484 2001-08-30 Ulrich Drepper <drepper@redhat.com>
11486 * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
11488 2001-08-29 Ulrich Drepper <drepper@redhat.com>
11490 * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
11491 first is from a previous call.
11492 Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
11494 2001-08-29 Andreas Schwab <schwab@suse.de>
11496 * sysdeps/ia64/fpu/libm-test-ulps: Updated.
11498 2001-08-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
11500 * config.make.in (INSTALL_SCRIPT): Define.
11501 * Makeconfig (INSTALL_SCRIPT): Define.
11502 * Makerules (do-install-script): New macro to install scripts using
11504 (install-bin-script): New rule to install scripts with
11506 (install-bin-script-nosubdir): New rule.
11507 (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
11508 (distinfo-vars): Add $(install-bin-script).
11509 * Rules (others): Likewise.
11510 * Makefile (glibcbug): Install with install-bin-script.
11511 * debug/Makefile (xtrace): Likewise.
11512 (catchsegv): Likewise.
11513 * elf/Makefile (ldd): Likewise.
11514 * malloc/Makefile (mtrace): Likewise.
11515 * timezone/Makefile (tzselect): Likewise.
11517 2001-08-29 H.J. Lu <hjl@gnu.org>
11519 * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
11520 ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
11521 _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
11523 2001-08-29 Andreas Schwab <schwab@suse.de>
11525 * sysdeps/m68k/fpu/libm-test-ulps: Updated.
11527 2001-08-28 H.J. Lu <hjl@gnu.org>
11529 * Makeconfig (combreloc-LDFLAGS): New variable.
11530 Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
11531 * config.make.in (have-z-combreloc): New variable.
11532 * configure.in: Substitute libc_cv_z_combreloc.
11534 2001-08-29 Ulrich Drepper <drepper@redhat.com>
11536 * po/sv.po: Update from translation team.
11537 * po/fr.po: Likewise.
11538 * po/da.po: Likewise.
11540 2001-08-28 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
11542 * Makerules: Fix a typo: MD% -> MD5.
11544 2001-08-28 Ulrich Drepper <drepper@redhat.com>
11546 * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
11547 Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
11549 2001-08-28 Andreas Jaeger <aj@suse.de>
11551 * manual/libc-texinfo.sh: Add entry about free manuals.
11553 * manual/contrib.texi (Contributors): Fix cross reference.
11555 * manual/libc.texinfo (Copying): Include freemanuals.
11557 * manual/Makefile (appendices): Add freemanuals.
11559 * manual/freemanuals.texi: New file.
11560 Patch by Brian Youmans <3diff@gnu.org>.
11562 * manual/libm-err-tab.pl: Pretty print more platforms, print a
11565 * manual/math.texi (Errors in Math Functions): Fix grammar, start
11566 table on separate page.
11567 Patch by Brian Youmans <3diff@gnu.org>.
11569 2001-08-27 Ulrich Drepper <drepper@redhat.com>
11571 * misc/syslog.c (vsyslog): Try a bit harder to use syslogd. If
11572 the connection went down after we first used it try to connect
11573 again and resend the message before printing to the console.
11574 Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
11576 2001-08-27 Jakub Jelinek <jakub@redhat.com>
11578 * string/tst-strlen.c (main): Test strnlen (, -1) too.
11579 * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
11582 2001-08-27 Ulrich Drepper <drepper@redhat.com>
11584 * iconv/strtab.c (searchstring): Use correct length for comparison.
11585 (strtabadd): Account total size correct if new string has old string as
11588 2001-08-27 Jakub Jelinek <jakub@redhat.com>
11590 * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
11592 2001-08-27 Andreas Jaeger <aj@suse.de>
11594 * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
11596 * math/libm-test.inc (j0_test): Add extra tests.
11597 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
11598 not x, in Hankel approximation.
11599 Patches by Stephen L Moshier.
11601 2001-08-26 Ulrich Drepper <drepper@redhat.com>
11603 * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
11606 * configure.in: Fix test for .rela.dyn section.
11608 * elf/dl-runtime.c: Update calls to _dl_lookup_*.
11610 2001-08-26 Jakub Jelinek <jakub@redhat.com>
11612 * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
11613 instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
11614 Pass type_class to _dl_lookup_*.
11615 * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
11616 Pass around just type_class instead of noexec, noplt pair.
11617 (_dl_lookup_versioned_symbol): Likewise.
11618 (_dl_lookup_symbol_skip): Pass around just type_class instead of
11619 noexec, noplt pair.
11620 (_dl_lookup_versioned_symbol_skip): Likewise.
11621 (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
11622 * elf/do-lookup.h (do_lookup): Likewise.
11623 * include/link.h (struct link_map): Replace noexec and noplt fields
11624 in l_lookup_cache with type_class field.
11625 * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
11626 ELF_RTYPE_CLASS_COPY): Define.
11627 Adjust prototypes for _dl_lookup_symbol and
11628 _dl_lookup_versioned_symbol.
11629 * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
11630 elf_machine_lookup_noexec_p): Remove.
11631 (elf_machine_type_class): Define.
11632 * sysdeps/arm/dl-machine.h: Likewise.
11633 * sysdeps/hppa/dl-machine.h: Likewise.
11634 * sysdeps/cris/dl-machine.h: Likewise.
11635 * sysdeps/i386/dl-machine.h: Likewise.
11636 * sysdeps/ia64/dl-machine.h: Likewise.
11637 * sysdeps/m68k/dl-machine.h: Likewise.
11638 * sysdeps/mips/mips64/dl-machine.h: Likewise.
11639 * sysdeps/mips/dl-machine.h: Likewise.
11640 * sysdeps/powerpc/dl-machine.h: Likewise.
11641 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11642 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11643 * sysdeps/sh/dl-machine.h: Likewise.
11644 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11645 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11647 2001-08-26 Ulrich Drepper <drepper@redhat.com>
11649 * manual/message.texi (Advanced gettext functions): Change
11650 description of plural forms for Slovak.
11651 Reported by Marcel Telka <marcel@telka.sk>.
11653 * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
11654 %z. Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
11656 2001-08-26 Jakub Jelinek <jakub@redhat.com>
11658 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
11659 typo. Patch by Florian La Roche <laroche@redhat.com>.
11661 2001-08-26 Ulrich Drepper <drepper@redhat.com>
11663 * include/link.h (struct link_map): Add l_lookup_cache element.
11664 * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
11665 (RESOLVE_MAP): Likewise.
11666 (_dl_relocate_object): Remove cache initialization.
11667 * elf/dl-lookup.c: Rip out cache handling code.
11668 * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
11671 * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
11672 remove some __builtin_expect.
11673 (_dl_lookup_versioned_symbol): Likewise.
11675 * config.h.in: Add HAVE_Z_COMBRELOC.
11676 * configure.in: Add test for -z combreloc.
11678 * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
11679 optimizations. Use HAVE_Z_COMBRELOC to avoid generaton of
11680 R_386_RELATIVE handling for ld.so startup. Reduce RTLD_BOOTSTRAP
11681 case to almost no code.
11683 2001-08-25 Ulrich Drepper <drepper@redhat.com>
11685 * po/tr.po: Update from translation team.
11687 2001-08-24 Andreas Jaeger <aj@suse.de>
11689 * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
11692 2001-08-24 Ulrich Drepper <drepper@redhat.com>
11694 * elf/rtld.c (print_statistics): Printf % after percent values.
11695 * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
11697 * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
11698 don't have to compute the hash value and initialize current_value.
11699 Move reference_name variable to where it is needed.
11700 (_dl_lookup_versioned_symbol): Likewise.
11702 2001-08-24 Roland McGrath <roland@frob.com>
11704 * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
11705 Just test that strerror returns non-null for a few errno codes.
11707 2001-08-23 Roland McGrath <roland@frob.com>
11709 * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
11710 _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
11712 * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
11714 * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
11717 2001-08-24 Ulrich Drepper <drepper@redhat.com>
11719 * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
11722 * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
11723 startup. Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
11725 * elf/rtld.c: Include <sys/param.h>.
11726 * elf/dl-reloc.c: Likewise.
11728 2001-08-24 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
11730 * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
11731 empty to prevent junk from being generated.
11732 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
11734 2001-08-24 Jakub Jelinek <jakub@redhat.com>
11736 * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
11737 records. Rename endrel to relative, initialize it to r, and use it
11738 in elf_machine_rel_relative calls. Point r after relative relocs.
11740 2001-08-24 Ulrich Drepper <drepper@redhat.com>
11742 * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
11745 2001-08-24 Jakub Jelinek <jakub@redhat.com>
11747 * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
11748 necessary. Undefine newly defined macros at the end.
11749 * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
11750 Rename from elf_machine_rel_relative.
11751 * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
11752 * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
11753 * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
11754 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
11756 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
11758 * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
11759 Fix argument types.
11760 * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
11761 Fix argument types.
11762 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
11763 Likewise. Fix argument types.
11764 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
11765 Likewise. Fix argument types.
11766 * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
11767 Fix argument types.
11768 * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
11769 ElfW(Rel) in argument.
11770 * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
11773 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
11775 * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
11777 2001-08-24 Andreas Jaeger <aj@suse.de>
11779 * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
11780 Stephen L Moshier <moshier@mediaone.net>.
11782 2001-08-24 Ulrich Drepper <drepper@redhat.com>
11784 * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
11785 first if RELCOUNT is set.
11787 * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
11788 call elf_machine_rel for the last DT_RELCOUNT relocations but instead
11789 elf_machine_rel_relative.
11790 * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
11791 Minor optimizations.
11792 * sysdeps/arm/dl-machine.h: Likewise.
11793 * sysdeps/cris/dl-machine.h: Likewise.
11794 * sysdeps/hppa/dl-machine.h: Likewise.
11795 * sysdeps/i386/dl-machine.h: Likewise.
11796 * sysdeps/ia64/dl-machine.h: Likewise.
11797 * sysdeps/m68k/dl-machine.h: Likewise.
11798 * sysdeps/mips/dl-machine.h: Likewise.
11799 * sysdeps/powerpc/dl-machine.h: Likewise.
11800 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11801 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11802 * sysdeps/sh/dl-machine.h: Likewise.
11803 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11804 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11806 2001-08-23 Roland McGrath <roland@frob.com>
11808 * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
11810 * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
11811 sysdeps/mach version. Implement counting ("recursive") mutexes
11812 on top of cthreads mutexes.
11813 * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
11815 * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
11816 _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
11817 (__libc_cleanup_region_start, __libc_cleanup_region_end,
11818 __libc_clean_end): Define these to call the cleanup function after
11819 normal exit when they're supposed to.
11821 * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
11822 Take new first arg DOIT, a boolean saying whether to really install
11823 any cleanup handler.
11824 (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
11825 (__libc_cleanup_end): Likewise.
11826 * sysdeps/generic/bits/libc-lock.h: Same changes.
11827 * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
11828 * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
11829 * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
11831 * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
11832 * sysdeps/generic/bits/stdio-lock.h
11833 (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
11835 2001-08-23 Jakub Jelinek <jakub@redhat.com>
11837 * elf/ldconfig.c (search_dir): Remove stale symlinks.
11839 2001-08-23 Jakub Jelinek <jakub@redhat.com>
11841 * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
11843 (_dl_lookup_symbol): Lookup relocations in cache and store successfull
11845 (_dl_lookup_versioned_symbol): Likewise.
11846 * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
11848 * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
11849 * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
11850 (lookup_cache, lookup_cache_versioned): Add declarations.
11852 2001-08-23 Ulrich Drepper <drepper@redhat.com>
11854 * stdlib/tst-random.c (main): Swap parameters in fail call.
11855 Patch by Pete Bevin <pete@petebevin.com>.
11857 2001-08-23 Jakub Jelinek <jakub@redhat.com>
11859 * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
11861 2001-08-23 Ulrich Drepper <drepper@redhat.com>
11863 * malloc/obstack.c: Indent preprocessor directives.
11864 Patch by Jim Meyering <meyering@ascend.com>.
11866 * po/ja.po: Update from translation team.
11868 2001-08-23 Roland McGrath <roland@frob.com>
11870 * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
11872 * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
11873 Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
11875 2001-08-22 Roland McGrath <roland@frob.com>
11877 * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
11878 __libc_lock_define_recursive.
11879 * elf/dl-open.c: Don't declare it here any more.
11880 * elf/dl-close.c: Likewise.
11881 * elf/dl-lookup.c: Likewise.
11882 * elf/dl-iteratephdr.c: Likewise.
11883 * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
11884 __libc_lock_unlock_recursive.
11885 * elf/dl-close.c (_dl_close): Likewise
11886 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
11887 * elf/dl-open.c (_dl_open): Likewise
11889 * sysdeps/generic/bits/libc-lock.h
11890 (__libc_lock_define_recursive): New macro.
11891 * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
11892 (_IO_lock_lock): Use __libc_lock_lock_recursive.
11893 (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
11895 * conform/conformtest.pl (checknamespace): Sort the output list.
11897 * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
11898 (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
11899 definitions conditional on [__USE_XOPEN].
11901 * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
11902 these unconditionally, not only use [__USE_BSD], so as to match
11903 the sysdeps/unix/sysv/linux files.
11905 2001-08-22 Ulrich Drepper <drepper@redhat.com>
11907 * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
11910 * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
11913 2001-08-22 Roland McGrath <roland@frob.com>
11915 * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
11916 conditionalization of sa_handler/sa_sigaction member types to
11917 match the sysdeps/unix/sysv/linux file.
11919 2001-08-22 Ulrich Drepper <drepper@redhat.com>
11921 * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
11922 symbol sizes a bit better.
11924 * sysdeps/ia64/strncpy.S: Complete rewrite.
11925 Contributed by Jakub Jelinek <jakub@redhat.com>.
11927 * string/stratcliff.c (main): Add strncpy test.
11929 2001-08-22 Roland McGrath <roland@frob.com>
11931 * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
11932 and don't declare unsetenv or _environ directly.
11933 (unsetenv): Return int, not void. Use __environ instead of _environ.
11935 2001-08-01 Mark Kettenis <kettenis@gnu.org>
11937 * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
11938 * sysdeps/unix/bsd/bsd4.4/Versions: New file.
11939 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
11940 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
11941 test for cmsg struct size.
11943 2001-04-23 Paul Eggert <eggert@twinsun.com>
11945 * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
11946 Rename __argc to ___argc in prototypes to avoid compatibility
11947 problems with systems that reserve the identifier "__argc".
11948 Similarly for __argv.
11950 2001-08-21 Roland McGrath <roland@frob.com>
11952 * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
11954 * mach/Makefile (tests): Removed.
11955 * mach/hello.c: File removed.
11957 2001-08-22 Ulrich Drepper <drepper@redhat.com>
11959 * po/sv.po: Update from translation team.
11961 * stdio-common/vfscanf.c: Fix handling of %l[].
11962 Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
11964 * libio/Makefile (tests): Add tst-sscanf.
11965 * libio/tst-sscanf.c: New file.
11967 * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
11968 * malloc/mtrace.c (tr_where): dli_sname always points to a
11969 non-empty string if != NULL.
11970 Reported by Tim Janik <timj@gtk.org>.
11972 2001-08-22 Jakub Jelinek <jakub@redhat.com>
11974 * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
11975 buf. Free resources on failure.
11976 * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
11977 (makefd_xprt): Likewise.
11978 * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
11979 * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
11980 * sunrpc/auth_unix.c (authunix_create): Likewise.
11982 2001-08-21 Jakub Jelinek <jakub@redhat.com>
11984 * string/strnlen.c: Remove.
11985 * sysdeps/generic/strnlen.c: New file.
11986 * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
11988 2001-08-21 Roland McGrath <roland@frob.com>
11990 * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
11991 as a macro, not an extern inline function.
11993 * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
11994 * Versions.def (libc): Add GLIBC_2.2.5 set.
11995 * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
11996 (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
11998 2001-08-20 Roland McGrath <roland@frob.com>
12000 * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12001 (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12003 2001-08-21 Ulrich Drepper <drepper@redhat.com>
12005 * string/bits/string2.h: Remove strnlen optimization here.
12006 * sysdeps/i386/i486/bits/string.h: Add it here.
12008 2001-08-21 Wolfram Gloger <wg@malloc.de>
12010 * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12012 2001-08-21 Ulrich Drepper <drepper@redhat.com>
12014 * po/gl.po: Update from translation team.
12016 2001-08-20 Ulrich Drepper <drepper@redhat.com>
12018 * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12019 * misc/err.c (convert_and_print): Likewise.
12021 * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12024 2001-08-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
12026 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12027 change of the gregset_t type.
12028 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12030 2001-08-20 kaz Kojima <kkojima@rr.iij4u.or.jp>
12032 * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12034 2001-08-20 Ulrich Drepper <drepper@redhat.com>
12036 * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12038 * string/strnlen.c: Fix the implementation. We cannot use memchr.
12040 2001-08-18 Mark Kettenis <kettenis@gnu.org>
12042 * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12043 before calling the cthreads initialization code.
12045 2001-08-20 Ulrich Drepper <drepper@redhat.com>
12047 * argp/argp-help.c: Fix two problems introduced in last change.
12049 * include/dirent.h: Include <dirstream.h> first.
12051 2001-08-19 Ulrich Drepper <drepper@redhat.com>
12053 * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12055 * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12056 * sunrpc/xdr_rec.c: Likewise.
12057 * sunrpc/xdr_mem.c: Likewise.
12058 * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12059 * sunrpc/rpc_cmsg.c: Likewise.
12060 * sunrpc/getrpcport.c (getrpcport): Likewise.
12061 * sunrpc/clnt_simp.c (callrpc): Likewise.
12062 * sunrpc/clnt_gen.c (clnt_create): Likewise.
12063 * string/envz.c: Likewise.
12065 * po/ko.po: Update from translation team.
12067 * argp/argp-help.c: Handle wide oriented stderr stream.
12069 2001-08-18 Ulrich Drepper <drepper@redhat.com>
12071 * sysdeps/generic/strtol.c: Little optimizations. Add some
12074 * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12076 * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12077 * wcsmbs/wcwidth.c (wcwdith): Likewise.
12078 * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12080 * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12082 * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12084 * time/time.h (struct timespec): Use __time_t for tv_sec element.
12086 * sysdeps/generic/inttypes.h: Define __wchar_t. Use it instead of
12087 wchar_t for function declarations and defintions.
12089 * misc/sys/select.h: Define __need_time_t before including <time.h>.
12090 Define suseconds_t if it hasn't happened yet.
12092 * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12094 * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12096 * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12099 * conform/data/stddef.h-data: Remove wint_t.
12101 * conform/conformtest.pl: Change namespace test to take #undef
12102 lines into account.
12104 * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12106 * conform/data/sys/socket.h-data: Add sockatmark.
12108 2001-08-17 Ulrich Drepper <drepper@redhat.com>
12110 * io/fts.c: Update from recent BSD source.
12112 2001-08-17 Roland McGrath <roland@frob.com>
12114 * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12115 * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12118 2001-08-17 Ulrich Drepper <drepper@redhat.com>
12120 * locale/duplocale.c (__duplocale): Also initialize the special
12121 __ctype_* elements.
12123 * conform/data/netdb.h-data: Adjust gai_strerror return type.
12125 2001-08-17 Andreas Jaeger <aj@suse.de>
12127 * misc/getpass.c: Include wchar.h for prototypes.
12128 * malloc/obstack.c: Likewise.
12130 2001-08-17 Ulrich Drepper <drepper@redhat.com>
12132 * sunrpc/svc_simple.c (universal): Use __write instead of write.
12134 * wcsmbs/wcscoll.c: Also define __wcscoll.
12135 * include/wchar.h: Declare __wcscoll.
12137 * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12138 * libio/vwprintf.c: Likewise.
12139 * libio/wprintf.c: Likewise.
12141 * iconv/gconv_cache.c: Use __munmap instead of munmap.
12143 2001-08-16 Ulrich Drepper <drepper@redhat.com>
12145 * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12146 instead of mbrtowc.
12147 [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12148 wcslen, and __wcscoll instead of wcscoll.
12150 * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12152 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12153 __getuid instead of getuid.
12155 * stdio-common/perror.c (perror): Use __close instead of close.
12156 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12157 * libio/freopen.c (freopen): Likewise.
12158 * libio/freopen64.c (freopen64): Likewise.
12160 * libio/tst-ungetwc2.c (main): Define str const.
12162 * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12163 * libio/fwprintf.c: Also define __fwprintf.
12164 * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12165 * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12166 * assert/assert-perr.c: Likewise.
12167 * assert/assert.c: Likewise.
12168 * gmon/gmon.c: Likewise.
12169 * inet/rcmd.c: Likewise.
12170 * malloc/obstack.c: Likewise.
12171 * misc/err.c: Likewise.
12172 * misc/error.c: Likewise.
12173 * misc/getpass.c: Likewise.
12174 * posix/getopt.c: Likewise.
12175 * resolv/res_hconf.c: Likewise.
12176 * stdio-common/perror.c: Likewise.
12177 * stdio-common/psignal.c: Likewise.
12178 * stdlib/fmtmsg.c: Likewise.
12179 * sunrpc/auth_unix.c: Likewise.
12180 * sunrpc/clnt_perr.c: Likewise.
12181 * sunrpc/clnt_tcp.c: Likewise.
12182 * sunrpc/clnt_udp.c: Likewise.
12183 * sunrpc/clnt_unix.c: Likewise.
12184 * sunrpc/svc_simple.c: Likewise.
12185 * sunrpc/svc_tcp.c: Likewise.
12186 * sunrpc/svc_udp.c: Likewise.
12187 * sunrpc/svc_unix.c: Likewise.
12188 * sunrpc/xdr.c: Likewise.
12189 * sunrpc/xdr_array.c: Likewise.
12190 * sunrpc/xdr_rec.c: Likewise.
12191 * sunrpc/xdr_ref.c: Likewise.
12192 * sysdeps/generic/wordexp.c: Likewise.
12194 * po/it.po: Update from translation team.
12196 * misc/err.c: Handle wide oriented stderr stream.
12198 2001-08-14 Tom Rix <trix@redhat.com>
12200 * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12201 * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12203 2001-08-13 Tom Rix <trix@redhat.com>
12205 * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12206 * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12209 2001-08-15 Martin Schwidefsky <schwidefsky@de.ibm.com>
12211 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12212 Store the access registers to the ucontext structure.
12213 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12216 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12217 Load the access registers from the ucontext structure.
12218 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12221 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12222 offsets to the new ucontext layout.
12223 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12225 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12226 of the ucontext structure.
12227 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12229 2001-08-15 Ulrich Drepper <drepper@redhat.com>
12231 * misc/error.c (error): Handle wide oriented stderr stream correctly.
12232 (error_at_line): Likewise.
12234 * stdio-common/perror.c (perror): Implement according to standard.
12235 The stream orientation must not be changed if the stream was not
12236 oriented before the call.
12237 * stdio-common/Makefile (tests): Add tst-perror.
12238 * stdio-common/tst-perror.c: New file.
12241 See ChangeLog.12 for earlier changes.