]> git.ipfire.org Git - thirdparty/glibc.git/blob - ChangeLog
a167137d40f1c5658a25e82544a9cd0a775ad141
[thirdparty/glibc.git] / ChangeLog
1 2002-09-01 Roland McGrath <roland@redhat.com>
2
3 * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
4 TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
5
6 * include/getopt.h: Include <features.h> before <posix/getopt.h>.
7
8 * locale/findlocale.c (_nl_remove_locale): Don't search in
9 _nl_locale_file_list if DATA->alloc is ld_archive.
10 Use _nl_unload_locale to do the rest of the work.
11
12 * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
13 of new structure to UNDELETABLE.
14
15 * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
16 iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
17 towlower, towupper): Macros removed.
18 * ctype/ctype.h (__tobody): Put parens around macro argument.
19 (__isctype): Macro removed.
20 (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
21 (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
22 ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
23 tolower, toupper): Macros and inlines removed.
24 * include/ctype.h [! NOT_IN_libc]
25 (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
26 ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
27 tolower, toupper): Define here instead, using _NL_CURRENT.
28 * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
29 using _NL_CURRENT.
30 * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
31 * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
32 Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
33 (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
34 (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
35 * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
36 conditional on SHLIB_COMPAT. Don't set removed variables at all.
37 * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
38 * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
39 * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
40 (ISSORTMASK): Update use.
41 * intl/localealias.c [__GNUC__]: #undef alloca before #define.
42 * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
43 (_nss_files_getENTNAME_r): Likewise.
44 * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
45 Likewise.
46
47 * Makerules (all-nonlib): Renamed from all-tests.
48 Include $(others) here too.
49 * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
50 CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
51 CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
52 CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
53 CPPFLAGS-charmap-dir): Variables removed. Instead, catch all
54 the program modules via cppflags-iterator.mk.
55 * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
56 Instead, catch all rpcgen-objs via cppflags-iterator.mk.
57
58 2002-08-31 Roland McGrath <roland@redhat.com>
59
60 * posix/tst-getconf.sh: If no third arg, work with static linking.
61
62 * locale/categories.def (LC_TIME): No more _nl_postload_time.
63
64 * locale/setlocale.c (_nl_category_postload): Use weak refs only under
65 [_NL_CURRENT_INDIRECT].
66
67 2002-08-31 Ulrich Drepper <drepper@redhat.com>
68
69 * time/tst-ftime_l.c (main): Also test strftime with uselocale.
70
71 2002-08-31 Roland McGrath <roland@redhat.com>
72
73 * locale/newlocale.c (__newlocale): Don't use strdup for names.
74 Instead, make the single allocation of the structure larger to hold
75 the name strings.
76 * locale/duplocale.c (__duplocale): Don't strdup names individually.
77 Instead, calculate size for a single allocation and copy into it.
78 * locale/freelocale.c (__freelocale): Don't free names individually.
79
80 * locale/newlocale.c (__newlocale): Don't leak old data or names.
81
82 * locale/xlocale.h (__locale_struct): Move __names member last,
83 for binary compatibility.
84
85 * locale/duplocale.c (__duplocale): Free names from the right array.
86
87 * locale/uselocale.c (__uselocale): Return previous locale when
88 setting a new one.
89
90 * locale/newlocale.c: Commit changes from 2002-08-30
91 batch where I failed to commit this file:
92 (__newlocale): Fill in __names array.
93
94 2002-08-31 Ulrich Drepper <drepper@redhat.com>
95
96 * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
97 errlist-compat.c if versioning==yes.
98
99 2002-08-31 Andreas Jaeger <aj@suse.de>
100
101 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
102 external functions with hidden attribute.
103 (elf_machine_rela): Optimize.
104
105 * sysdeps/x86_64/memset.S: New file.
106 * sysdeps/x86_64/bzero.S: New file.
107 * sysdeps/x86_64/stpcpy.S: New file.
108 * sysdeps/x86_64/strcat.S: New file.
109 * sysdeps/x86_64/strchr.S: New file.
110 * sysdeps/x86_64/strcpy.S: New file.
111 * sysdeps/x86_64/strcspn.S: New file.
112 * sysdeps/x86_64/strlen.S: New file.
113 * sysdeps/x86_64/strpbrk.S: New file.
114 * sysdeps/x86_64/strspn.S: New file.
115 * sysdeps/x86_64/strcmp.S: New file.
116 * sysdeps/x86_64/strtok_r.S: New file.
117 * sysdeps/x86_64/strtok.S: New file.
118 * sysdeps/x86_64/memcpy.S: New file.
119 * sysdeps/x86_64/mempcpy.S: New file.
120
121 * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
122
123 * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
124
125 2002-08-31 Ulrich Drepper <drepper@redhat.com>
126
127 * stdio-common/Makefile (generated): Add errlist-compat.c.
128
129 * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
130
131 * locale/localeinfo.h: Pretty printing.
132
133 * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
134 form_number handling.
135
136 2002-08-31 Andreas Jaeger <aj@suse.de>
137
138 * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
139 double tests.
140
141 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
142 __start_context.
143
144 * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
145
146 * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
147
148 * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
149 registers used for passing args.
150
151 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
152 all needed registers.
153
154 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
155 registers.
156
157 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
158 registers.
159
160 2002-08-30 Ulrich Drepper <drepper@redhat.com>
161
162 * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
163 always_inline attribute.
164
165 2002-08-30 Roland McGrath <roland@redhat.com>
166
167 * stdlib/tst-setcontext.c (main): If makecontext does nothing,
168 presume it's the stub and bail without error.
169
170 * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
171 neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
172
173 * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
174
175 * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
176 macros replace the i686 versions for 64-bit mode.
177
178 * locale/duplocale.c: Include <string.h>.
179
180 * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
181 [_LIBC] (category_to_name): Don't define the function. Instead
182 define a macro using _nl_category_names.
183
184 * locale/xlocale.h (struct __locale_struct): New member `__names'.
185 * locale/xlocale.c (_nl_C_locobj): Update initializer.
186 * locale/global-locale.c (_nl_global_locale): Likewise.
187 * locale/duplocale.c (__duplocale): strdup __names elements.
188 * locale/freelocale.c (__freelocale): Free __names elements.
189 * locale/localename.c (_nl_current_names): Variable removed.
190 (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
191 * locale/localeinfo.h (_nl_current_names): Removed decl.
192 * locale/setlocale.c: Use _nl_global_locale->__names in place of
193 _nl_current_names throughout.
194
195 * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
196
197 * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
198 and sys_nerr in the output file.
199
200 * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
201 * scripts/cpp: Just use the environment variable.
202
203 * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
204 * libio/tst-mmap-offend.c (do_test): Likewise.
205 * libio/tst-mmap-fflushsync.c (do_test): Likewise.
206 * libio/tst-mmap-eofsync.c (do_test): Likewise.
207 * libio/tst-mmap2-eofsync.c (do_test): Likewise.
208
209 * locale/localename.c: If the current locale is the global locale, use
210 _nl_current_names; otherwise use the locale object.
211
212 2002-08-29 Ulrich Drepper <drepper@redhat.com>
213
214 * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
215 'm' to enable mmap I/O.
216 * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2. The
217 former wasn't used (anymore?).
218 (_IO_FLAGS2_MMAP): New define.
219 * libio/genops.c (_IO_no_init): Initialize _flags2 field.
220 * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
221 _IO_FLAGS2_MMAP bit is set.
222 * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
223 Enable mmap-using mode only if 'm' was set.
224
225 2002-08-29 Roland McGrath <roland@frob.com>
226
227 * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
228
229 * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
230 Change argument type from int to intptr_t.
231
232 * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
233 initializer on [! _HURD_THREADVAR_H] (bad kludge).
234 * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
235 _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
236 * hurd/hurdsig.c (_hurdsig_init): Likewise. Zero other slots.
237
238 * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
239
240 * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
241
242 * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
243
244 * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
245 * assert/assert-perr.c: Add libc_hidden_def.
246 * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
247
248 * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
249 found at all.
250 * sysdeps/gnu/Versions: File removed. Moved all #errlist-compat
251 sys_errlist stuff to ...
252 * sysdeps/unix/sysv/linux/Versions: ... here.
253
254 * mach/mach.h: Include <features.h>.
255
256 2002-08-29 Roland McGrath <roland@redhat.com>
257
258 * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
259 * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
260 define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
261
262 * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
263
264 * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
265 (norm_add_slashes): alloca -> __alloca
266
267 2002-08-29 Jakub Jelinek <jakub@redhat.com>
268
269 * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
270 string_malloced, it is unlikely to be set.
271 Only call free with non-NULL workspace.
272 * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
273 -mcpu=ultrasparc, not only tune for it.
274 (ASFLAGS*): Set unconditionally.
275
276 * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
277 ElfW(Addr). Don't mask upper 32-bits and lower 12 bits off from
278 p_vaddr/p_offset when computing LOADADDR.
279
280 2002-08-29 Ulrich Drepper <drepper@redhat.com>
281
282 * version.h (VERSION): Bump to 2.2.92.
283
284 * time/Makefile (tst-ftime_l-ENV): New variable.
285
286 * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
287
288 * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
289 <U017A>, <U017D> and <U0179>. Add missing mappings.
290 Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
291
292 * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
293 Define ARCINDEX. Bump MAXARCS to 1 << 20.
294 (struct tostruct): Use ACRINDEX as type for link field.
295 (statuc gmonparam): Likewise for froms.
296 * gmon/gmon.c (__monstartup): Use currect cast for assignments to
297 kcount and froms.
298 (write_call_graph): Use correct type for from_index and to_index.
299 * gmon/mcount.c: Use correct types for frompcindex and toindex
300 variables.
301 Patches by Dan Kegel <dank@kegel.com>.
302
303 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
304 canonical name.
305
306 * time/strptime.c (ISSPACE): New #define. Use isspace or
307 __isspace_l. Replace calls to isspace.
308 (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
309
310 2002-08-29 Roland McGrath <roland@redhat.com>
311
312 * string/tst-strxfrm.c: Remove __ from function names.
313
314 2002-08-28 Ulrich Drepper <drepper@redhat.com>
315
316 * include/wchar.h: Declare __mbsrtowcs_l.
317 * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
318 * wcsmbs/mbsrtowcs.c: Add support for compilation with
319 USE_IN_EXTENDED_LOCALE_MODEL.
320 * wcsmbs/mbsrtowcs_l: New file.
321 * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc. Don't
322 define as static. Change all uses.
323 (__wcsmbs_getfct): Renamed from getfct. Don't define as static.
324 Change all callers.
325 * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
326 * time/strftime.c: When translating for the extended locale model
327 use the _l functions.
328 * time/Makefile (tests): Add tst-ftime_l.
329 * time/tst-ftime_l.c: New file.
330
331 2002-08-28 Roland McGrath <roland@redhat.com>
332
333 * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
334 * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
335 from _nl_find_locale ok if for _nl_C_name.
336
337 * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
338 iterator to refer to each category's _nl_current_LC_FOO symbol, so
339 we know they are all linked in.
340
341 * NEWS: Added 2.2.6 text from 2.2 branch version.
342
343 * time/strptime.c (strptime_internal): Remove spurious const.
344
345 * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
346 _nl_select_era_entry): Moved to ...
347 * time/era.c: ... here, new file.
348 (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
349 Add internal_function to definitions. Take an additional argument
350 giving the `struct locale_data *' to use.
351 * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
352 _nl_parse_alt_digit): Moved to ...
353 * time/alt_digit.c: ... here, new file.
354 * time/lc-time-cleanup.c: New file.
355 * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
356 * locale/localeinfo.h (_nl_postload_time): Remove decl.
357 (_nl_cleanup_time): Declare it.
358 (_nl_get_era_entry, _nl_select_era_entry): Update decls.
359 (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
360 * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
361 * time/strftime.c: Pass locale data to helper functions.
362 * time/strptime.c: Likewise.
363
364 * locale/localeinfo.h (struct locale_data): New member `private'
365 * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
366 (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
367 * locale/C-collate.c: Update initializer.
368 * locale/C-identification.c: Likewise.
369 * locale/C-measurement.c: Likewise.
370 * locale/C-telephone.c: Likewise.
371 * locale/C-address.c: Likewise.
372 * locale/C-name.c: Likewise.
373 * locale/C-paper.c: Likewise.
374 * locale/C-time.c: Likewise.
375 * locale/C-numeric.c: Likewise.
376 * locale/C-monetary.c: Likewise.
377 * locale/C-messages.c : Likewise.
378 * locale/C-ctype.c: Likewise.
379
380 * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
381 Redefine this too.
382
383 2002-08-28 Jakub Jelinek <jakub@redhat.com>
384
385 * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
386 (_rtld_global): Use it.
387
388 * sysdeps/gnu/Dist: Remove errlist-compat.c.
389 * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
390 object directory. Pass all Versions files to the awk script.
391 * sysdeps/gnu/errlist-compat.c: Removed.
392 * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
393 first Versions file in the search path which has them.
394 Allow multiple errlist symbol versions to have the same count of
395 errors.
396 * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
397 of "errlist-compat.c".
398 * sysdeps/gnu/errlist.c: Regenerated.
399 * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
400 comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
401 * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
402 (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
403 * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
404 * sysdeps/unix/sysv/linux/sparc/Versions: New file.
405 * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
406 * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
407 ECANCELLED if not defined by kernel headers.
408 * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
409 already defined by kernel headers.
410 * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
411 * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
412 aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
413 is a macro.
414 * Versions.def (GLIBC_2.3) [librt]: Add.
415
416 * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
417
418 2002-08-28 Ulrich Drepper <drepper@redhat.com>
419
420 * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
421 missing comma to .type directive.
422
423 2002-08-28 Jakub Jelinek <jakub@redhat.com>
424
425 * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
426 unconditionally.
427 * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
428 check.
429 (PI_STATIC_AND_HIDDEN): Define if check succeeded.
430
431 2002-08-28 Jakub Jelinek <jakub@redhat.com>
432
433 * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
434 check to close_and_out close. Replace return NULL statements where
435 fd might be >= 0 with goto close_and_out. Close the file descriptor
436 when it is no longer needed.
437
438 2002-08-28 Ulrich Drepper <drepper@redhat.com>
439
440 * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
441 string constants.
442 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
443 * sysdeps/arm/dl-machine.h: Likewise.
444 * sysdeps/cris/dl-machine.h: Likewise.
445 * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
446 * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
447
448 2002-08-28 Roland McGrath <roland@redhat.com>
449
450 * Makeconfig (default_cflags): Revert unintended change.
451
452 2002-08-28 Ulrich Drepper <drepper@redhat.com>
453
454 * version.h (VERSION): Bump to 2.2.91.
455
456 * configure.in: Disable TLS support by default for now.
457
458 * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
459
460 * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
461 warnings.
462
463 * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
464
465 * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
466 fprintf/fwprintf calls.
467
468 2002-08-28 Roland McGrath <roland@redhat.com>
469
470 * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
471 to use $(filter ...) instead. Same bug fixed in aix conditionals.
472
473 * locale/setlocale.c: Declare postload functions weak.
474
475 * elf/tst-tls1-static.c: New file.
476 * elf/tst-tls2-static.c: New file.
477 * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
478
479 Make uselocale support static linking.
480 * locale/xlocale.c: Revert changes putting _nl_global_locale here.
481 This file again just defines _nl_C_locobj.
482 (_nl_C_locobj): Use a categories.def iterator in the initializer.
483 * locale/global-locale.c: New file. Define _nl_global_locale here,
484 using all weak references in the initializer.
485 * locale/Makefile (aux): Add global-locale.
486 * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
487 these unconditional, along with the tsd decl.
488 [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
489 Define it under these conditions.
490 [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
491 Don't declare _nl_current. Declare _nl_current_LC_FOO as
492 `extern __thread struct locale_data *const *'.
493 [NL_CURRENT_INDIRECT]
494 (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
495 [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten. Define
496 the thread variable _nl_current_LC_FOO and also a special absolute
497 symbol _nl_current_LC_FOO_used.
498 * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
499 Set each _nl_current_LC_FOO symbol to point into the new locale,
500 using weak references to test if _nl_current_LC_FOO_used was linked in.
501 * locale/setlocale.c [! SHARED]: Replace this conditional ...
502 [NL_CURRENT_INDIRECT]: ... with this one.
503 (_nl_current, _nl_C): Variables removed.
504 [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
505 weak references to _nl_current_LC_FOO_used.
506 [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
507 (free_category): New function, broken out of ...
508 (free_mem): ... here. Call that.
509 (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
510 instead of a loop.
511
512 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
513 PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
514 it is already absolute.
515
516 * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
517 [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
518 [$(build-static) = yes] (tests-static): New variable.
519 ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
520
521 2002-08-26 Christoph Hellwig <hch@lst.de>
522
523 * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
524 formating braindamage, add missing PER_HPUX and PER_OSF1 values.
525
526 2002-08-28 Ulrich Drepper <drepper@redhat.com>
527
528 * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
529
530 * sysdeps/s390/Dist: Add bits/link.h.
531
532 * sysdeps/sh/Dist: New file.
533
534 * sysdeps/ia64/Dist: Add ia64libgcc.S.
535
536 * sysdeps/wordsize-32/Dist: New file.
537
538 * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
539 * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
540 * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
541
542 * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
543 sys/personality.h.
544
545 * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
546 sparc/dl-brk.S.
547
548 * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
549
550 * sysdeps/unix/bsd/sun/Dist: New file.
551
552 * sysdeps/unix/bsd/osf/Dist: New file.
553
554 * sysdeps/unix/bsd/hp/Dist: New file.
555
556 * sysdeps/unix/arm/Dist: New file.
557
558 * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
559
560 * sysdeps/mach/hurd/Dist: Add set-init.c.
561
562 * sysdeps/i386/Dist: Add bits/link.h.
563
564 * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
565
566 * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
567
568 * locale/Makefile (distribute): Add hashval.h.
569
570 * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
571
572 * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
573
574 * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
575 __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
576 __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
577 * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
578 implementations.
579 * libio/stdio.h: Likewise.
580 * locale/locale.h: Likewise.
581 * math/math.h: Likewise.
582 * math/bits/mathcalls.h: Likewise.
583 * setjmp/setjmp.h: Likewise.
584 * signal/signal.h: Likewise.
585 * stdlib/stdlib.h: Likewise.
586 * string/string.h: Likewise.
587 * time/time.h: Likewise.
588 * wcsmbs/wchar.h: Likewise.
589 * wctype/wctype.h: Likewise.
590
591 2002-08-28 Roland McGrath <roland@redhat.com>
592
593 * locale/tst-C-locale.c (run_test): Remove __ from function names.
594
595 2002-08-28 Jakub Jelinek <jakub@redhat.com>
596 Roland McGrath <roland@redhat.com>
597
598 * locale/hashval.h (compute_hashval): Use prototype defn.
599 (hashval_t): New macro, defined to unsigned long int
600 if not already defined.
601 (compute_hashval): Return hashval_t instead of unsigned long int.
602 * locale/loadarchive.c (hashval_t): New macro.
603 * locale/programs/locarchive.c: Include hashval.h directly instead
604 of simple-hash.h.
605 (compute_hashval, hashval_t): Define these macros first.
606 (insert_name): Use archive_hashval instead of compute_hashval.
607 (add_locale, delete_locales_from_archive): Likewise.
608
609 2002-08-28 Jakub Jelinek <jakub@redhat.com>
610
611 * locale/programs/locarchive.c (insert_name): Suppress warnings about
612 hash collisions if be_quiet.
613
614 2002-08-27 Roland McGrath <roland@redhat.com>
615
616 * locale/locale.h (__newlocale, __duplocale, __freelocale,
617 __uselocale): Don't declare these any more.
618 * include/locale.h (__uselocale): Declare here instead, using __typeof.
619
620 * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
621 and treat it as an EOF return.
622 * sysdeps/unix/readdir_r.c: Likewise.
623
624 * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
625 From Alexandre Oliva <aoliva@redhat.com>.
626 * sysdeps/gnu/errlist-compat.c: Regenerated.
627
628 2002-08-27 Brian Youmans <3diff@gnu.org>
629
630 * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
631 wording at request of copyright holder Stephen Moshier.
632 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
633 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
634 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
635 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
636 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
637 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
638 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
639 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
640 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
641 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
642 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
643 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
644 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
645 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
646
647 2002-08-28 Jakub Jelinek <jakub@redhat.com>
648
649 * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
650 * ctype/ctype-extn.c (isblank_l): Add weak alias.
651 * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
652 * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
653 * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
654 * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
655 * wctype/iswctype_l.c (iswctype_l): Likewise.
656
657 2002-08-27 Roland McGrath <roland@redhat.com>
658
659 * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
660
661 * ctype/ctype.h (__exctype_l): Don't declare __ name.
662 * stdlib/stdlib.h: Don't declare __*_l names.
663 * include/stdlib.h: Declare them here instead.
664 * include/string.h: Don't declare __*_l names.
665 * string/string.h: Declare them here instead.
666 * time/time.h: Don't declare __*_l names.
667 * include/time.h: Declare them here instead.
668 * wcsmbs/wchar.h: Don't declare __*_l names.
669 * include/wchar.h: Declare them here instead.
670 * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
671 Don't declare __*_l names.
672 * include/wctype.h: Declare them here instead.
673 * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
674 * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
675 * locale/langinfo.h: Don't declare __nl_langinfo_l.
676 * include/langinfo.h: Declare it here with __typeof.
677
678 * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
679 instead, taking an extra __locale_t argument.
680 * time/Makefile (routines): Add strptime_l.
681 * time/time.h (__strptime_l, strptime_l): Declare them.
682 * time/strptime_l.c: New file.
683
684 * time/time.h (__strftime_l, strftime_l): Declare them.
685 * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
686 * time/strftime_l.c: New file.
687 * time/wcsftime_l.c: New file.
688 * time/Makefile (routines): Add strftime_l, wcsftime_l.
689 * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
690 strftime_l, wcsftime_l.
691 * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
692 or __wcsftime_l instead, taking an extra __locale_t argument.
693
694 * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
695 (libc: GLIBC_2.3): ... here.
696
697 2002-08-27 Ulrich Drepper <drepper@redhat.com>
698
699 * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
700
701 * Makefile (distribute): Add LICENSES.
702
703 * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
704 sys/debugreg.h.
705
706 * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
707
708 * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
709
710 * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
711
712 * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
713
714 * sysdeps/mach/hurd/alpha/Dist: New file.
715
716 * sysdeps/arm/Dist: Add bits/link.h.
717
718 * sunrpc/Makefile: Distribute thrsvc.
719
720 * stdio-common/Makefile: Remove more left-overs from old stdio.
721
722 * include/linewrap.h: Removed.
723
724 * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
725
726 * intl/Makefile (distribute): Add plural-eval.c.
727
728 2002-08-27 Roland McGrath <roland@redhat.com>
729
730 * manual/sysinfo.texi (Mount Information): Correct file name to macro
731 assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
732 Say mtab is in either /var/run or /etc.
733
734 2002-08-26 Roland McGrath <roland@redhat.com>
735
736 * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
737 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
738
739 * sysdeps/gnu/Versions: New file.
740 * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
741 _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
742 * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
743 ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
744 * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
745 and _sys_nerr_internal instead of anything else. Make it include
746 "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
747 Make it emit some asm magic if [EMIT_ERR_MAX].
748 * sysdeps/gnu/errlist.c: Regenerated.
749 * sysdeps/gnu/errlist-compat.awk: New file.
750 * sysdeps/gnu/errlist-compat.c: New file (generated).
751 * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
752 (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
753 (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
754 (SYS_ERRLIST, SYS_NERR): Macros removed.
755 (sys_nerr, _sys_nerr): Remove these weak aliases.
756 * sysdeps/unix/sysv/linux/errlist.c: File removed.
757 * sysdeps/unix/sysv/linux/errlist.h: File removed.
758 * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
759
760 * include/libc-symbols.h (declare_symbol): New macro.
761 * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
762 * configure.in: New check to define it.
763 * configure: Regenerated.
764
765 2002-08-27 Ulrich Drepper <drepper@redhat.com>
766
767 * stdio-common/Makefile (headers): Remove bits/stdio_lim.h. This
768 file isn't distributed. Add special rules to install bits/stdio_lim.h.
769
770 * Make-dist: Remove traces of old stdio.
771 * Makeconfig: Likewise.
772
773 * locale/Makefile (localedef-aux): New variable. Only md5
774 assigned to it. These files are not ddistributed in this directory.
775
776 * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
777 * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
778 * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
779
780 * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
781
782 * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
783 set h_errno to NO_RECOVERY [PR libc/4360].
784
785 2002-08-26 Ulrich Drepper <drepper@redhat.com>
786
787 * libio/Makefile (tests): Add bug-fopena+.
788 * libio/bug-fopena+.c: New file.
789 * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
790 file for _IO_IS_APPENDING if file isn't opened for reading, too.
791
792 * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
793
794 * locale/xlocale.c: Fix the last change. The variable still has
795 to end in _data.
796 * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
797 (__libc_tsd_set): Add _data prefix to variable name.
798
799 2002-08-26 Roland McGrath <roland@redhat.com>
800
801 * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
802 macro with inline function.
803 (sigset_get_old_mask): Likewise.
804 * sysdeps/posix/sigblock.c (__sigblock): Update callers.
805 * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
806 * sysdeps/posix/sigpause.c (__sigpause): Likewise.
807 * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
808 * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
809 (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
810 values.
811 * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
812 * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
813
814 2002-07-06 Bruno Haible <bruno@clisp.org>
815
816 * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
817 sigset_get_old_mask): Make it work with larger sigset_t.
818 * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
819 * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
820 * sysdeps/posix/sigpause.c (__sigpause): Likewise.
821
822 2002-08-26 Roland McGrath <roland@redhat.com>
823
824 * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
825 * manual/filesys.texi (File Times): Document lutimes and futimes.
826 * misc/Makefile (routines): Add them.
827 * misc/Versions (libc: GLIBC_2.3): Likewise.
828 * sysdeps/generic/lutimes.c: New file.
829 * sysdeps/generic/futimes.c: New file.
830 * sysdeps/mach/hurd/lutimes.c: New file.
831 * sysdeps/mach/hurd/futimes.c: New file.
832
833 * manual/filesys.texi (File Times): Add explicit note about null
834 pointer argument to utimes.
835
836 2002-08-26 Roland McGrath <roland@frob.com>
837
838 * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
839 (__ifreq): Add a cast. Remove an unused variable.
840
841 * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
842 _HURD_THREADVAR_LOCALE.
843
844 2002-08-26 Jakub Jelinek <jakub@redhat.com>
845
846 * posix/regexec.c (re_search_stub): Return correct match length
847 if start != 0.
848 * posix/bug-regex10.c: New test.
849 * posix/Makefile (tests): Add bug-regex10.
850
851 2002-08-26 Brian Youmans <3diff@gnu.org>
852
853 * COPYING.LIB: Replaced with fresh copy from
854 ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
855 suggested copying permission notice now says version 2.1 instead
856 of version 2.
857
858 * crypt/crypt.c: Changed copying permission notice to Lesser GPL
859 from Library GPL.
860 * crypt/crypt_util.c: Likewise.
861 * crypt/ufc.c: Likewise.
862 * elf/dl-conflict.c: Likewise.
863 * elf/dl-iteratephdr.c: Likewise.
864 * iconv/iconvconfig.h: Likewise.
865 * malloc/arena.c: Likewise.
866 * malloc/hooks.c: Likewise.
867 * malloc/malloc.c: Likewise.
868 * posix/glob/Makefile.ami: Likewise.
869 * posix/glob/Makefile.in: Likewise.
870 * stdlib/gmp-impl.h: Likewise.
871 * stdlib/gmp.h: Likewise.
872 * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
873 * sysdeps/generic/strnlen.c: Likewise.
874 * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
875 * sysdeps/mach/hurd/recvmsg.c: Likewise.
876 * sysdeps/mach/hurd/sendmsg.c: Likewise.
877 * sysdeps/mach/hurd/spawni.c: Likewise.
878 * sysdeps/mach/powerpc/machine-sp.h: Likewise.
879 * sysdeps/mach/powerpc/sysdep.h: Likewise.
880 * sysdeps/mach/powerpc/thread_state.h: Likewise.
881 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
882 * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
883 * sysdeps/x86_64/gmp-mparam.h: Likewise.
884
885 * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
886 Lesser GPL copying permission notice from 2 to 2.1.
887 * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
888 * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
889 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
890 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
891 * sysdeps/ieee754/dbl-64/branred.h: Likewise.
892 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
893 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
894 * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
895 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
896 * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
897 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
898 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
899 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
900 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
901 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
902 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
903 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
904 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
905 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
906 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
907 * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
908 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
909 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
910 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
911 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
912 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
913 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
914 * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
915 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
916 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
917 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
918 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
919 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
920 * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
921 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
922 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
923 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
924 * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
925 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
926 * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
927 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
928 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
929 * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
930 * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
931 * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
932 * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
933 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
934 * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
935 * sysdeps/ieee754/dbl-64/upow.h: Likewise.
936 * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
937 * sysdeps/ieee754/dbl-64/urem.h: Likewise.
938 * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
939 * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
940 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
941 * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
942
943 * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
944 Moshier and Lesser GPL copying permission notice, per license from
945 Moshier.
946 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
947 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
948 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
949 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
950 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
951 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
952 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
953 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
954 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
955 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
956 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
957 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
958 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
959 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
960
961 * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
962 notice, per license from copyright holder Stephen Moshier.
963 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
964 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
965 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
966 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
967 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
968 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
969 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
970 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
971 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
972
973 2002-08-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
974
975 * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
976 (shared-only-routines): Likewise.
977
978 2002-08-26 Roland McGrath <roland@redhat.com>
979
980 * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
981 name of "", store a null pointer instead.
982
983 * configure.in (elf): Set to yes for freebsd*, netbsd*.
984 * configure: Regenerated.
985
986 * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
987 Initialize this instead of __libc_tsd_LOCALE_data.
988
989 * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
990 ptsname_r to EINVAL.
991
992 * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
993
994 * rt/Makefile: Revert last change, it was inappropriate to presume aio
995 implementations depend on pthreads.
996 * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
997 * rt/tst-aio64.c (do_test): Likewise.
998 * rt/tst-aio2.c (do_test): Likewise.
999 * rt/tst-aio3.c (do_test): Likewise.
1000 * rt/tst-aio4.c (do_test): Likewise.
1001 * rt/tst-aio5.c (do_test): Likewise.
1002 * rt/tst-aio6.c (do_test): Likewise.
1003 * rt/tst-aio7.c (do_test): Likewise.
1004
1005 * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1006 void so as to avoid compiler warnings.
1007
1008 * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1009 _IO_wide_data_FD, which is never used here.
1010
1011 * libio/iofread.c
1012 [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1013 * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1014 * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1015
1016 * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1017 * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1018
1019 * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1020 (closelog): Likewise.
1021
1022 2002-07-06 Bruno Haible <bruno@clisp.org>
1023
1024 * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1025
1026 * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1027 * sysdeps/unix/alpha/pipe.S: ... here.
1028 * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1029
1030 * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1031
1032 * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1033 * sysdeps/unix/i386/fork.S: Likewise.
1034 * sysdeps/unix/i386/pipe.S: Likewise.
1035 * sysdeps/unix/i386/wait.S: Likewise.
1036
1037 * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1038 * sysdeps/unix/arm/fork.S: Likewise.
1039
1040 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1041 arguments.
1042 (DO_CALL): Swap argument order.
1043 * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1044 arguments.
1045 (DO_CALL): Swap argument order.
1046 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1047 arguments.
1048 (DO_CALL): Swap argument order.
1049 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1050 arguments.
1051 (DO_CALL): Swap argument order.
1052 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1053 arguments.
1054 (DO_CALL): Swap argument order.
1055 * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1056 arguments.
1057 (DO_CALL): Swap argument order.
1058 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1059 arguments.
1060 (DO_CALL): Swap argument order.
1061
1062 * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1063 (L): Define right for ELF.
1064 * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1065 Now defined in sysdeps/i386/sysdep.h.
1066
1067 * sysdeps/posix/readv.c: Ansify function definition.
1068 * sysdeps/posix/writev.c: Likewise.
1069
1070 * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1071 have the same size. Avoid direct cast from size_t to off_t.
1072
1073 * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1074 nul byte in entry[n].ut_user.
1075 (simulate_logout): Likewise.
1076
1077 * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1078 _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1079 existence of corresponding members of 'struct utmp'.
1080 * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1081 !_HAVE_UT_TYPE.
1082
1083 * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1084 allocate a buffer of at least BUFSIZ bytes, not just of
1085 sizeof (struct dirent).
1086
1087 * sysdeps/generic/glob.c: Include <limits.h>.
1088 (NAME_MAX): Define a fallback.
1089 (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1090 stack.
1091 * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1092 (main): Allocate enough room for a 'struct dirent64' on the stack.
1093 * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1094 'struct dirent'.
1095
1096 * sysdeps/unix/sysv/linux/init-first.c: Don't include
1097 kernel-features.h.
1098
1099 * inet/htontest.c: Include <sys/types.h>.
1100
1101 * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1102
1103 * include/sys/sysctl.h: Comment fix.
1104
1105 * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1106 _dl_load_lock.
1107 * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1108
1109 * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1110
1111 * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1112 (__getpeername): New alias.
1113 (__getsockname): New alias.
1114 (__socket): New alias.
1115
1116 * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1117
1118 * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1119 (__fcntl_internal): New alias.
1120 (__profil): New alias.
1121
1122 2002-08-26 Ulrich Drepper <drepper@redhat.com>
1123
1124 * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1125 entry was for getaddr* lookup or not. Add only matching cache
1126 entry. Change all callers [PR libc/4317].
1127
1128 * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1129 finding the read position [PR libc/4265].
1130 * libio/Makefile (tests): Add bug-rewind2.
1131 * libio/bug-rewind2.c: New file.
1132
1133 * libio/bug-rewind.c: Fix creation of temp file.
1134
1135 2002-08-25 Ulrich Drepper <drepper@redhat.com>
1136
1137 * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1138 neither SUCCESS nor TRYAGAIN [PR libc/4259].
1139 * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1140 to ENOENT if no entry is found.
1141 * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1142 failure.
1143 * nis/nss_compat/compat-initgroups.c: Likewise.
1144 * nis/nss_compat/compat-pwd.c: Likewise.
1145 * nis/nss_compat/compat-spwd.c: Likewise.
1146 * nis/nss_nis/nis-alias.c: Likewise.
1147 * nis/nss_nis/nis-ethers.c: Likewise.
1148 * nis/nss_nis/nis-grp.c: Likewise.
1149 * nis/nss_nis/nis-hosts.c: Likewise.
1150 * nis/nss_nis/nis-initgroups.c: Likewise.
1151 * nis/nss_nis/nis-netgrp.c: Likewise.
1152 * nis/nss_nis/nis-network.c: Likewise.
1153 * nis/nss_nis/nis-proto.c: Likewise.
1154 * nis/nss_nis/nis-publickey.c: Likewise.
1155 * nis/nss_nis/nis-pwd.c: Likewise.
1156 * nis/nss_nis/nis-rpc.c: Likewise.
1157 * nis/nss_nis/nis-service.c: Likewise.
1158 * nis/nss_nis/nis-spwd.c: Likewise.
1159 * resolv/nss_dns/dns-host.c: Likewise.
1160 * resolv/nss_dns/dns-network.c: Likewise.
1161 * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1162 * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1163 * nis/nss_nisplus/nisplus-grp.c: Likewise.
1164 * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1165 * nis/nss_nisplus/nisplus-network.c: Likewise.
1166 * nis/nss_nisplus/nisplus-proto.c: Likewise.
1167 * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1168 * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1169 * nis/nss_nisplus/nisplus-service.c: Likewise.
1170 * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1171 * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1172 * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1173 * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1174 * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1175
1176 * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1177 declaring __restore and __restore_rt as hidden (if possible).
1178
1179 2002-08-25 Roland McGrath <roland@redhat.com>
1180
1181 * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1182
1183 * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1184 (getutent_r_file, internal_getut_r): Updated all callers.
1185 (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1186
1187 2002-08-25 Ulrich Drepper <drepper@redhat.com>
1188
1189 * locale/programs/locale.c: Don't print aliases for non-existing
1190 locales for 'locale -a'.
1191 Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1192
1193 2002-07-19 H.J. Lu <hjl@gnu.org>
1194
1195 * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1196
1197 2002-07-16 H.J. Lu <hjl@gnu.org>
1198
1199 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1200 sys/personality.h.
1201 * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1202
1203 2002-08-25 Ulrich Drepper <drepper@redhat.com>
1204
1205 * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1206 not moved ahead of the fputs call.
1207 * elf/tst-tlsmod2.c (in_dso): Likewise.
1208 * elf/tst-tlsmod3.c (in_dso2): Likewise.
1209 * elf/tst-tlsmod4.c (in_dso): Likewise.
1210
1211 2002-08-25 Andreas Schwab <schwab@suse.de>
1212
1213 * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1214
1215 2002-08-25 Roland McGrath <roland@redhat.com>
1216
1217 * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1218 resetting handler, to avoid the possibility of a spurious SIGALRM
1219 delivered to the user's handler.
1220 Reported by Amit D. Chaudhary <amitc@brocade.com>,
1221
1222 * misc/Makefile (CFLAGS-init-misc.c): Variable removed. It served to
1223 set -fkeep-inline-functions, which is not needed for the current file.
1224
1225 * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1226 (_dl_setup_hash): Add attribute_hidden.
1227 (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1228 (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1229 (_dl_new_object, _dl_map_object_deps): Likewise.
1230 (_dl_map_object_deps_internal): Remove decl.
1231 * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1232
1233 * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1234 && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1235 && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1236 (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1237 instead relying on the compiler to produce only GOTOFF variable refs.
1238
1239 2002-08-25 Ulrich Drepper <drepper@redhat.com>
1240
1241 * elf/dl-load.c: Fix typo in comment. Add a few more __builtin_expect.
1242
1243 * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1244 inline to avoid defining it in every file which includes this header.
1245
1246 * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1247 defining DONT_USE_BOOTSTRAP_MAP.
1248
1249 * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1250 * libio/tst-mmap-setvbuf.c (main): Likewise.
1251 * libio/tst-widetext.c (main): Likewise.
1252
1253 * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1254 message.
1255 * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1256 * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1257
1258 * sysdeps/i386/elf/configure.in: Unconditionally define
1259 PI_STATIC_AND_HIDDEN.
1260 * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1261 PI_STATIC_AND_HIDDEN is defined as well.
1262 * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1263
1264 2002-08-24 Ulrich Drepper <drepper@redhat.com>
1265
1266 * sysdeps/ia64/bzero.S: Define __bzero as well.
1267
1268 * locale/programs/charmap.c (charmap_new_char): Don't use
1269 ULONG_MAX as maximum UCS4 value.
1270
1271 * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1272
1273 * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1274
1275 * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1276 * malloc/malloc.c (mALLINFo): Likewise.
1277
1278 * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1279
1280 * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1281 examining result of _IO_do_flush call.
1282
1283 * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1284 Use prec not spec when sizing buffers.
1285
1286 * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1287 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1288 * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1289 * stdio-common/vfscanf.c (inchar): Likewise.
1290 * misc/efgcvt_r.c (fcvt_r): Likewise.
1291 * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1292 * elf/readlib.c (process_file): Likewise.
1293 * elf/sprof.c (load_profdata): Likewise.
1294 * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1295 * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1296 * locale/programs/charmap.c (charmap_read): Likewise.
1297 * libio/fileops.c: Likewise.
1298 * libio/fmemopen.c: Likewise.
1299 * stdlib/strtod.c: Likewise.
1300 * elf/dl-load.c: Likewise.
1301 * iconv/iconvconfig.c: Likewise.
1302 * iconv/iconv_prog.c (process_block): Likewise.
1303 * elf/rtld.c (dl_main): Likewise.
1304
1305 * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1306 macro to calm down the compiler.
1307
1308 * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1309
1310 * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1311
1312 * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1313 placement of errno definition.
1314 * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1315 * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1316 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1317 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1318 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1319
1320 * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
1321 from 1024 to 65536, to avoid buffer overrun.
1322
1323 2002-08-16 Paul Eggert <eggert@twinsun.com>
1324
1325 * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
1326 from 1024 to 65536, to avoid buffer overrun.
1327 * resolv/res_query.c (MAXPACKET): Likewise.
1328
1329 2002-08-24 Andreas Jaeger <aj@suse.de>
1330
1331 * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
1332
1333 2002-08-23 Ulrich Drepper <drepper@redhat.com>
1334
1335 * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
1336 two52 locally.
1337 (log2): Likewise.
1338 * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
1339 Patch by Simon Gee <simong@agile.tv>.
1340
1341 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
1342 Prefer reading /proc/stat since it is more uniform across
1343 architectures.
1344
1345 * manual/texinfo.tex: Update to latest official version.
1346
1347 * sysvipc/sys/shm.h: Remove SHMLBA definition.
1348 * sysdeps/generic/bits/shm.h: Define SHMLBA here.
1349 * sysdeps/gnu/bits/shm.h: Likewise.
1350 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1351 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
1352 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
1353 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1354 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1355 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1356 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1357 * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
1358 since this is what the kernel says.
1359
1360 * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
1361 since ssize_t is needed as well. Replace const with __const.
1362
1363 2002-08-23 Roland McGrath <roland@redhat.com>
1364
1365 * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
1366 __malloc_hook, __realloc_hook, __memalign_hook,
1367 __after_morecore_hook): Variable definitions moved to ...
1368 * malloc/malloc.c: ... here, so as to be before all references.
1369
1370 * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
1371 global variable reference in an unused asm parameter, to ensure the
1372 compiler has set up the GOT register before we use it.
1373
1374 * malloc/hooks.c: Move variable definitions ahead of uses.
1375 * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
1376 initializers that make reference to variables they define.
1377
1378 2002-08-23 Andreas Jaeger <aj@suse.de>
1379
1380 * locale/loadarchive.c: Include <stdlib.h> for prototypes of
1381 alloca, free, qsort.
1382
1383 * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
1384
1385 * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
1386 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1387
1388 * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
1389 <hch@lst.de>.
1390 * sysdeps/generic/fgetxattr.c: New file.
1391 * sysdeps/generic/flistxattr.c: New file.
1392 * sysdeps/generic/fremovexattr.c: New file.
1393 * sysdeps/generic/fsetxattr.c: New file.
1394 * sysdeps/generic/getxattr.c: New file.
1395 * sysdeps/generic/listxattr.c: New file.
1396 * sysdeps/generic/lgetxattr.c: New file.
1397 * sysdeps/generic/llistxattr.c: New file.
1398 * sysdeps/generic/lremovexattr.c: New file.
1399 * sysdeps/generic/lsetxattr.c: New file.
1400 * sysdeps/generic/removexattr.c: New file.
1401 * sysdeps/generic/setxattr.c: New file.
1402 * misc/Makefile (headers): Add sys/xattr.h.
1403 (routines): Add *xattr calls.
1404 * misc/Versions: Add *xattr calls with version 2.3.
1405 * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
1406 * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1407 * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1408 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1409 * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1410 * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1411 * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1412 * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1413
1414 2002-08-22 Steven Munroe <sjmunroe@us.ibm.com>
1415
1416 * sysdeps/powerpc/elf/libc-start.c
1417 (__cache_line_size): Declare.
1418 (__aux_init_cache): New function.
1419 (__libc_start_main): Change type of `auxvec' parameter to
1420 `ElfW(auxv_t) *'. Correct walking of aux vector. Call
1421 __aux_init_cache.
1422 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1423 (__cache_line_size): Declare.
1424 (__aux_init_cache): New function.
1425 (DL_PLATFORM_INIT): Define.
1426 * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
1427 value to select the correct stride for dcbz.
1428
1429 2002-08-22 Andreas Jaeger <aj@suse.de>
1430
1431 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
1432 shmat.
1433
1434 2002-08-22 Roland McGrath <roland@redhat.com>
1435
1436 * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
1437 position indicated by locrectab against file bounds before rounding to
1438 page size. In mapping loop, always set TO before breaking out of
1439 contiguous range coalescing loop.
1440
1441 * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
1442 (or MAP_COPY if available) instead of MAP_SHARED.
1443
1444 * scripts/firstversions.awk: When encountering a version newer than
1445 the specified earliest version, be sure to emit the specified earliest
1446 version first if any renaming of an older version to that has been.
1447
1448 2002-08-21 Roland McGrath <roland@redhat.com>
1449
1450 * configure.in: Make GCC version check require 3.[2-9]* and no others.
1451 * manual/install.texi (Tools for Compilation): Say 3.2 is required.
1452 (Configuring and compiling): Don't mention older GCC versions any more.
1453 * INSTALL: Regenerated.
1454
1455 * manual/install.texi (Configuring and compiling, Installation,
1456 Running make install, Linux): Linux -> GNU/Linux where appropriate.
1457
1458 * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
1459 be inlined. Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
1460 and with noinline otherwise. Remove hack alloca use to prevent
1461 inlining, we can ask for it explicitly nowadays.
1462
1463 * dlfcn/bug-dlsym1.c: New file.
1464 * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
1465 * dlfcn/Makefile (distribute): Add them.
1466 (tests): Add bug-dlsym1 here.
1467 (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
1468 ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
1469 ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
1470
1471 2002-08-21 Ulrich Drepper <drepper@redhat.com>
1472
1473 * elf/rtld.c (start_time): New global variable. Moved from _dl_start.
1474 (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
1475 before relocation.
1476 (_dl_start): Don't use local bootstrap_map variable if
1477 DONT_USE_BOOTSTRAP_MAP is defined. Use GL(dl_rtld_map). Don't
1478 pass bootstrap_map to _dl_start_final in this case either. Don't
1479 pass start_time to _dl_start_final ever.
1480 (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
1481
1482 * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
1483 This cripples the scope lists necessary to search for symbols in
1484 dependencies which are not in the global scope.
1485
1486 * include/setjmp.h (__libc_longjmp): Add declaration.
1487
1488 2002-08-21 Andreas Jaeger <aj@suse.de>
1489
1490 * sysdeps/x86_64/_mcount.S: Fix assembler.
1491
1492 * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
1493 with biarch support.
1494
1495 2002-08-21 Andreas Jaeger <aj@suse.de>
1496
1497 * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
1498
1499 * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
1500
1501 * sysdeps/x86_64/machine-gmon.h: New file.
1502 * sysdeps/x86_64/_mcount.S: New file.
1503
1504 2002-08-20 Ulrich Drepper <drepper@redhat.com>
1505
1506 * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP. Set
1507 bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
1508 (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
1509 (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
1510 to TL_INIT_TP. Otherwise pass 1.
1511 * include/link.h (struct link_map): Add l_tls_tp_initialized.
1512 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
1513
1514 2002-08-15 Jakub Jelinek <jakub@redhat.com>
1515
1516 * locale/programs/localedef.c (add_to_readlist): Error about
1517 circular dependencies only if the locale in question hasn't
1518 been finished.
1519 * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
1520 CTYPE_LOCALE to load_locale.
1521 * locale/programs/locfile.c (locfile_read): Don't include
1522 unneeded but available locales in locale_mask.
1523
1524 * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
1525 print any messages about enlarging archive.
1526
1527 2002-08-20 Brian Youmans <3diff@gnu.org>
1528
1529 * manual/contrib.texi: Removed licenses, added acknowledgements
1530 for contributions by Intel, IBM, Craig Metz.
1531 * LICENSES: New file, contains the text of all non-FSF licenses in the
1532 distribution that require putting the notice in the accompanying
1533 documentation.
1534 * README.template, README: Mention LICENSES.
1535
1536 * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
1537 new one modelled on the modern BSD license, per recent letter
1538 of permission from CMU.
1539 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
1540
1541 * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
1542 from IBM to FSF, per the recent Software Letter. Changed the
1543 distribution terms from GPL to LGPL.
1544
1545 * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
1546 copying permission notice (Lesser GPL), per recent IBM Software Letter.
1547 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1548 * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1549 * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1550 * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1551 * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1552 * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1553 * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1554 * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1555
1556 * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
1557 from IBM to FSF, per the recent Software Letter. Corrected the
1558 text of the copying permission notice to say Lesser GPL instead
1559 of GPL in warranty disclaimer paragraph.
1560 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1561 * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1562 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1563 * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1564 * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1565 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1566 * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1567 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1568 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1569 * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1570 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1571 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1572 * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1573 * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1574 * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1575 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1576 * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1577 * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1578 * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1579 * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1580 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1581
1582 * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
1583 permission notice to say Lesser GPL instead of GPL in warranty
1584 disclaimer paragraph.
1585 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1586 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1587 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1588 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1589 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1590 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1591 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1592 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1593 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1594 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1595 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1596 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1597 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1598 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1599 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1600 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1601 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1602 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1603 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1604 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1605 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1606 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1607 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1608
1609 2002-08-20 Roland McGrath <roland@redhat.com>
1610
1611 Fix ABI compatibility with libc compiled with old tools on powerpc.
1612 Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1613 and Jack Howarth <howarth@bromo.med.uc.edu>.
1614 * sysdeps/powerpc/Makefile [$(have-protected) = yes]
1615 (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
1616 pass -DHAVE_DOT_HIDDEN for these files.
1617 * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
1618 __floatdisf.
1619 * sysdeps/powerpc/divdi3.c: New file.
1620 * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
1621 * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
1622
1623 2002-08-20 Jakub Jelinek <jakub@redhat.com>
1624
1625 * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
1626 partially overlapping mappings. Remove unneeded (char *) casts.
1627 Never allow duplication of ranges in mapped areas.
1628
1629 2002-08-20 Roland McGrath <roland@redhat.com>
1630
1631 * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
1632 can be detected by make. Reported by H.J. Lu <hjl@gnu.org>.
1633
1634 2002-08-20 Ulrich Drepper <drepper@redhat.com>
1635
1636 * include/unistd.h: Don't hide _exit.
1637
1638 * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
1639 (dl_main): Pass extra argument 0 to TLS_INIT_TP.
1640 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
1641 argument 1 to TLS_INIT_TP.
1642 * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
1643
1644 * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
1645
1646 * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
1647 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
1648 memory allocation to...
1649 (allocate_dtv): ...here. New function.
1650 (_dl_allocate_tls): Change to take parameter. If parameter is non-NULL
1651 call allocate_dtv instead of _dl_allocate_tls_storage.
1652 (_dl_deallocate_tls): New parameter. Deallocate TCB only if true.
1653 (_dl_get_tls_static_info): New function.
1654 * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
1655 and _dl_deallocate_tls. Add prototype for _dl_get_tls_static_info.
1656
1657 2002-08-19 Ulrich Drepper <drepper@redhat.com>
1658
1659 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
1660 immediately if result == NULL.
1661
1662 2002-08-16 Jakub Jelinek <jakub@redhat.com>
1663
1664 * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
1665
1666 2002-08-18 Roland McGrath <roland@frob.com>
1667
1668 * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
1669 instead of __file_name_split.
1670 * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
1671
1672 * sysdeps/mach/hurd/dl-sysdep.c
1673 [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
1674 [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
1675
1676 2002-08-16 Jakub Jelinek <jakub@redhat.com>
1677
1678 * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
1679 in change before last: MAX -> MIN.
1680
1681 2002-08-15 Roland McGrath <roland@redhat.com>
1682
1683 * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
1684 if seek would go past it.
1685 (mmap_remap_check): If file position is at or past EOF after check,
1686 leave read pointers at EOF and don't seek.
1687
1688 * libio/tst-mmap-offend.c: New file.
1689 * libio/Makefile (tests): Add it.
1690
1691 * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
1692 the name as passed, rather than the name in the archive dictionary.
1693
1694 2002-08-15 Ulrich Drepper <drepper@redhat.com>
1695
1696 * csu/Makefile: Define elide-routines.os not static-only-routines.
1697
1698 * include/sched.h (__clone): Add varargs at the end.
1699
1700 * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
1701 case.
1702 (TLS_INIT_HELPER): If defined, use it.
1703 * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
1704
1705 2002-08-15 Roland McGrath <roland@redhat.com>
1706
1707 * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
1708 on L->l_prev; it can happen under rtld --verify too.
1709
1710 * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
1711 header separately, just map an initial window of 2MB from the file
1712 and remap if that is not large enough to cover the whole header.
1713
1714 2002-08-15 Andreas Jaeger <aj@suse.de>
1715
1716 * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
1717 version 2.3.
1718 * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1719 * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1720 * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1721 * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1722 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1723 * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1724 * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1725 * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
1726 * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
1727 Patch by Andreas Gruenbacher <agruen@suse.de>.
1728
1729 * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
1730
1731 2002-08-14 Roland McGrath <roland@redhat.com>
1732
1733 * locale/locarchive.h (struct locale_category_data): Give this name to
1734 the type of locale_data_t's elements.
1735 * locale/programs/locarchive.c (cmpcategorysize): New static function.
1736 (add_locale): Use that to sort the categories by size and put all
1737 those that fit into two pages into the LC_ALL block, instead of
1738 hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
1739 (show_archive_content): Detect categories inside LC_ALL block
1740 directly, instead of hard-coding.
1741 (oldlocrecentcmp): Compare just on file locations used.
1742
1743 2002-08-14 Jakub Jelinek <jakub@redhat.com>
1744
1745 * locale/programs/locarchive.c (struct oldlocrecent): New type.
1746 (oldlocrecentcmp): New function.
1747 (enlarge_archive): Re-add locales in the order they were added
1748 to the archive.
1749 (add_locale): Put all the small locale files together, if the small
1750 locale file block would occupy less pages if page size aligned, align
1751 it.
1752 (show_archive_content): Adjust for locale archives optimized for speed.
1753
1754 2002-08-14 Roland McGrath <roland@frob.com>
1755
1756 * configure.in: Use "MISSING" as not-found value for MIG.
1757 * sysdeps/mach/configure.in: Fatal if mig not found.
1758 * configure, sysdeps/mach/configure: Regenerated.
1759
1760 2002-08-13 Jakub Jelinek <jakub@redhat.com>
1761
1762 * locale/loadarchive.c (archfname): Add missing slash.
1763
1764 * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
1765 * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
1766
1767 2002-08-12 Roland McGrath <roland@redhat.com>
1768
1769 * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
1770 * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
1771 * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
1772 * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
1773 * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
1774 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
1775 * sysdeps/generic/waitpid.c: Likewise.
1776
1777 * include/net/if.h: New file. Use libc_hidden_proto
1778 for if_nametoindex and if_indextoname.
1779 * sysdeps/generic/if_index.c: Add libc_hidden_def.
1780 * sysdeps/mach/hurd/if_index.c: Likewise.
1781 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1782
1783 * include/grp.h (setgroups): Add libc_hidden_proto.
1784 * sysdeps/generic/setgroups.c: Add libc_hidden_def.
1785 * sysdeps/mach/hurd/setgroups.c: Likewise.
1786 * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
1787 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
1788
1789 2002-08-13 Jakub Jelinek <jakub@redhat.com>
1790
1791 * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
1792 * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
1793 * sysdeps/generic/setegid.c (setegid): Likewise.
1794 * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
1795 * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
1796 * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
1797 * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
1798 * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
1799 * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
1800 * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
1801 * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
1802 * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
1803 * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
1804 * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
1805 * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
1806 Remove fallback if __ASSUME_SETRESUID_SYSCALL.
1807
1808 * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
1809 __lxstat_internal, __lxstat64_internal): Remove.
1810 (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
1811 Add hidden_proto.
1812 * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
1813 Remove INTDEF where present, remove #undef at the beginning.
1814 * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
1815 * sysdeps/generic/lxstat.c (__lxstat): Likewise.
1816 * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
1817 * sysdeps/generic/xstat.c (__xstat): Likewise.
1818 * sysdeps/generic/xstat64.c (__xstat64): Likewise.
1819 * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
1820 * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
1821 * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
1822 * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
1823 * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
1824 * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
1825 * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
1826 * sysdeps/unix/fxstat.c (__fxstat): Likewise.
1827 * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
1828 * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
1829 * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
1830 * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
1831 * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
1832 * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
1833 * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
1834 * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
1835 * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
1836 * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
1837 * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
1838 * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
1839 * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
1840 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
1841 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
1842 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
1843 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
1844 * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
1845 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
1846 * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
1847 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
1848 * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
1849 * sysdeps/unix/xstat.c (__xstat): Likewise.
1850
1851 * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
1852 * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
1853 * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
1854 * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
1855 * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
1856 * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
1857 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
1858
1859 * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
1860 * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
1861 * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
1862 * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
1863 * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
1864 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
1865 * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
1866 * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
1867 Likewise.
1868 * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
1869 * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
1870 * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
1871 * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
1872 * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
1873 * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
1874 * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
1875 * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
1876
1877 * include/string.h (strcoll): Add libc_hidden_proto.
1878 * string/strcoll.c (strcoll): Add libc_hidden_def.
1879
1880 * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
1881
1882 2002-08-11 Philip Blundell <philb@gnu.org>
1883
1884 * sysdeps/arm/Makefile: New file.
1885
1886 2002-08-08 Jakub Jelinek <jakub@redhat.com>
1887
1888 * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
1889 by another '|', end of regex or enclosing ')', clear branch.
1890 * posix/bug-regex9.c: New test.
1891 * posix/Makefile (tests): Add bug-regex9.
1892
1893 2002-08-12 Roland McGrath <roland@redhat.com>
1894
1895 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
1896 start count condition, use TOTAL instead of variable that was never
1897 set. Fix outer loop termination condition to TOTAL >= after update.
1898
1899 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
1900 dl_tls_static_align and dl_tls_static_nelem.
1901
1902 2002-08-11 Roland McGrath <roland@redhat.com>
1903
1904 * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
1905 of the TLS macros, otherwise the compiler might not have initialized
1906 the PIC register yet when we use the PLT via asm.
1907 * elf/tst-tlsmod3.c (in_dso2): Likewise.
1908 * elf/tst-tlsmod2.c (in_dso): Likewise.
1909
1910 * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
1911
1912 * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
1913 Evaluate argument exactly once. Remove __volatile__ from asm's.
1914
1915 * include/unistd.h: Use libc_hidden_proto for getdomainname
1916 and getlogin_r.
1917 * sysdeps/generic/getdomain.c: Add libc_hidden_def.
1918 * sysdeps/mach/hurd/getdomain.c: Likewise.
1919 * sysdeps/unix/getlogin_r.c: Likewise.
1920 * sysdeps/mach/hurd/getlogin_r.c: Likewise.
1921 * sysdeps/generic/getlogin_r.c: Likewise.
1922
1923 * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
1924 * sunrpc/rtime.c: Add libc_hidden_def.
1925
1926 * include/string.h: Use libc_hidden_proto for basename.
1927 * string/basename.c [_LIBC]: Add libc_hidden_def.
1928
1929 * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
1930
1931 * locale/loadarchive.c: munmap -> __munmap throughout.
1932
1933 * include/netdb.h: Use libc_hidden_proto for gai_strerror.
1934 * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
1935 * sysdeps/generic/gai_strerror.c: Likewise.
1936
1937 * include/sys/errno.h: New file.
1938
1939 * include/signal.h: No libc_hidden_proto for raise,
1940 __libc_current_sigrtmin, __libc_current_sigrtmax.
1941 These need to be overridden by linuxthreads.
1942 * sysdeps/posix/raise.c: Reverted.
1943 * sysdeps/generic/raise.c: Reverted.
1944 * signal/allocrtsig.c: Reverted.
1945
1946 * locale/loadarchive.c (LOCALEDIR): Remove debugging defn. Oops.
1947
1948 2002-08-10 Roland McGrath <roland@redhat.com>
1949
1950 * locale/loadarchive.c (_nl_archive_subfreeres): New function.
1951 * locale/localeinfo.h: Declare it.
1952 * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
1953 current locale if it's not in the file list.
1954 Call _nl_archive_subfreeres.
1955
1956 2002-08-10 Andreas Jaeger <aj@suse.de>
1957
1958 * sysdeps/i386/strchr.S: Add comment.
1959
1960 2002-08-10 Roland McGrath <roland@redhat.com>
1961
1962 * include/wchar.h (putwc): Use libc_hidden_proto.
1963 * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
1964 sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
1965 * stdio-common/dprintf.c: Add libc_hidden_def.
1966 * stdio-common/fprintf.c: Likewise.
1967 * stdio-common/sprintf.c: Likewise.
1968 * stdio-common/sscanf.c: Likewise.
1969 * libio/iofwrite.c: Likewise.
1970 * libio/memstream.c: Likewise.
1971 * libio/putwc.c: Likewise.
1972 * stdio-common/perror.c: Likewise.
1973 * sysdeps/posix/remove.c: Likewise.
1974 * sysdeps/generic/remove.c: Likewise.
1975 * libio/rewind.c: Likewise. Use <stdio.h> instead of "stdio.h".
1976 * stdio-common/vfprintf.c: Add libc_hidden_def. Include <stdio.h>.
1977
1978 2002-08-09 Jakub Jelinek <jakub@redhat.com>
1979
1980 * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
1981 towlower, towupper): Add prototypes here too. Add libc_hidden_proto.
1982 * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
1983 towlower, towupper): Add libc_hidden_weak.
1984
1985 * include/bits/dlfcn.h: New file.
1986 * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
1987
1988 * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
1989 * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
1990 * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
1991 * include/pwd.h (_nss_files_parse_pwent): Likewise.
1992 * include/shadow.h (_nss_files_parse_spent): Likewise.
1993 * include/netdb.h (_nss_files_parse_protoent,
1994 _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
1995 * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
1996 (LINE_PARSER): Use it.
1997 * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
1998 * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
1999
2000 * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2001 #endif.
2002
2003 * manual/debug.texi (%MENU%): Remove trailing dot.
2004 Reported by <hayastan132@hotmail.com>.
2005
2006 * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2007 aliases.
2008 (lseek): Dummy.
2009 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2010 Likewise.
2011
2012 2002-08-09 Roland McGrath <roland@redhat.com>
2013
2014 * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2015 name to find codeset name (if any) and normalize it. If the
2016 normalized name differs, look up only that in the archive.
2017 * locale/programs/locarchive.c (add_locale_to_archive): If the name
2018 contains a codeset, normalize the codeset store only the normalized
2019 name in the archive. If not, add an alias containing the locale's
2020 normalized codeset name. Apply codeset name normalization when
2021 matching entries in the alias file.
2022
2023 * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2024 decrement HEAD->namehash_used here.
2025 (add_locale): Only need to insert name string when name_offset != 0.
2026
2027 * locale/programs/localedef.c (options): Add -A/--alias-file.
2028 (alias_file): New variable.
2029 (parse_opt): Grok -A, set that.
2030 * locale/programs/localedef.h: Declare it.
2031
2032 * locale/locarchive.h (struct locrecent): Add `refs' member.
2033 * locale/programs/locarchive.c (insert_name): New function, broken out
2034 of ...
2035 (add_locale_to_archive): ... here. Call that.
2036 (add_alias): New function.
2037 (add_locale): New static function, add_locale_to_archive renamed.
2038 (add_locale_to_archive): Call that and use add_alias to add an alias
2039 for the name with codeset if the given name lacks it.
2040 (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2041
2042 * locale/Makefile (routines): Add loadarchive.
2043 * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2044 (_nl_load_locale_from_archive): New function.
2045 * locale/localeinfo.h: Declare it.
2046 * locale/findlocale.c (_nl_find_locale): If using default locale path,
2047 try _nl_load_locale_from_archive first.
2048
2049 * locale/loadlocale.c (_nl_intern_locale_data): New function,
2050 broken out of _nl_load_locale.
2051 (_nl_load_locale): Call that.
2052 * locale/localeinfo.h: Declare it.
2053 (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2054 (struct locale_data): Remove unused member `options'.
2055 * locale/findlocale.c (_nl_remove_locale): Update uses.
2056 * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2057 * locale/C-collate.c: Update initializer.
2058 * locale/C-identification.c: Likewise.
2059 * locale/C-measurement.c: Likewise.
2060 * locale/C-telephone.c: Likewise.
2061 * locale/C-address.c: Likewise.
2062 * locale/C-name.c: Likewise.
2063 * locale/C-paper.c: Likewise.
2064 * locale/C-time.c: Likewise.
2065 * locale/C-numeric.c: Likewise.
2066 * locale/C-monetary.c: Likewise.
2067 * locale/C-messages.c : Likewise.
2068 * locale/C-ctype.c: Likewise.
2069
2070 * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2071 use CHAR_BIT instead of BITSPERBYTE.
2072
2073 * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2074 _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2075 * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2076 (_nl_remove_locale): Likewise.
2077 * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2078
2079 * locale/findlocale.c (_nl_default_locale_path): New variable.
2080 (_nl_find_locale): If LOCALE_PATH is null, default to that.
2081 * locale/localeinfo.h: Declare it.
2082 * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2083 in place of LOCALEDIR. If no LOCPATH, pass null to _nl_find_locale.
2084 * locale/newlocale.c (__newlocale): Likewise.
2085
2086 * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2087 * inet/rexec.c (rexec_af): Add libc_hidden_def.
2088 * sysdeps/generic/morecore.c: Likewise.
2089 * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2090 (__libc_current_sigrtmax): Likewise.
2091
2092 2002-08-08 Roland McGrath <roland@redhat.com>
2093
2094 * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2095 * catgets/open_catalog.c (__open_catalog): Likewise.
2096
2097 * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2098 from typo INITIAL_NUM_NANES.
2099 (create_archive): Update use.
2100
2101 2002-08-08 Ulrich Drepper <drepper@redhat.com>
2102
2103 * sysdeps/unix/sysv/linux/sigwait.c: New file.
2104
2105 2002-08-08 Roland McGrath <roland@frob.com>
2106
2107 * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2108
2109 2002-08-08 Jakub Jelinek <jakub@redhat.com>
2110
2111 * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2112 else and undefine after including wcstol_l.c.
2113 * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2114
2115 2002-08-08 Ulrich Drepper <drepper@redhat.com>
2116
2117 * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2118
2119 2002-08-08 Alexandre Oliva <aoliva@redhat.com>
2120
2121 * configure.in: Make the test for broken_alias_attribute stricter.
2122
2123 2002-05-24 Robert Love <rml@tech9.net>
2124
2125 * posix/Makefile (routines): Add sched_getaffinity and
2126 sched_setaffinity.
2127 * posix/sched.h: Add declarations for sched_getaffinity and
2128 sched_setaffinity.
2129 * sysdeps/generic/sched_getaffinity.c: New file.
2130 * sysdeps/generic/sched_setaffinity.c: New file.
2131 * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2132 sched_setaffinity.
2133
2134 2002-08-06 Andreas Schwab <schwab@suse.de>
2135
2136 * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2137
2138 2002-08-07 Ulrich Drepper <drepper@redhat.com>
2139
2140 * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2141 message.
2142
2143 * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2144 It is known to be defined.
2145
2146 * include/string.h: Define index and rindex only if _ISOMAC is not
2147 defined.
2148
2149 * elf/rtld.c: Include <errno.h>.
2150 * sysdeps/generic/libc-tls.c: Likewise.
2151
2152 2002-08-07 Roland McGrath <roland@redhat.com>
2153
2154 * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2155 it internally.
2156 (precsize_aton): Likewise.
2157
2158 * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2159 the static symbols added in the last change (doofus is me).
2160
2161 * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2162 loop to notice missing categories in a composite name.
2163
2164 * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2165 LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2166 LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2167 LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2168
2169 2002-08-07 Ulrich Drepper <drepper@redhat.com>
2170
2171 * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2172
2173 2002-08-07 Roland McGrath <roland@redhat.com>
2174
2175 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2176 unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2177 Reported by Jakub Jelinek <jakub@redhat.com>.
2178
2179 2002-08-07 Jakub Jelinek <jakub@redhat.com>
2180
2181 * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2182 division.
2183
2184 2002-08-06 Roland McGrath <roland@redhat.com>
2185
2186 * include/getopt.h: Put private decls inside [_GETOPT_H].
2187 Use libc_hidden_proto for getopt_long, getopt_long_only.
2188 * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2189 Add libc_hidden_def.
2190
2191 * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2192 Define as a macro for __dl_iterate_phdr.
2193
2194 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2195 made static. Add __ name as a strong alias.
2196 (internal_endnetgrent): Likewise.
2197 (internal_getnetgrent_r): Likewise.
2198
2199 * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2200 with no __ prefix.
2201 * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2202 * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2203 all *_l functions with no __ prefix.
2204 * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2205 * ctype/ctype_l.c: Likewise.
2206 * locale/nl_langinfo.c: Likewise.
2207 * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2208 * stdlib/stdlib.h [__USE_GNU]: Likewise.
2209 * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2210 * wctype/wctype.h [__USE_GNU]: Likewise.
2211 * string/strcoll_l.c (strcoll_l): Define as weak alias.
2212 * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2213 * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2214 * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2215 * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2216 * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2217 * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2218 * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2219 (__wcscasecmp_l): Add libc_hidden_def.
2220 * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2221 (__wcsncasecmp_l): Add libc_hidden_def.
2222 * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2223 * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2224 * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2225 * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2226 * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2227 * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2228 * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2229 * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2230 * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2231 * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2232 * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2233 * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2234 * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2235 * wctype/wctype_l.c (wctype_l) Define as weak alias.
2236
2237 2002-08-05 Roland McGrath <roland@redhat.com>
2238
2239 * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2240 netname2user, host2netname, user2netname, key_gendes.
2241 * sunrpc/netname.c: Add libc_hidden_def.
2242 * sunrpc/key_call.c: Likewise.
2243
2244 * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2245 freeaddrinfo.
2246 * inet/getnameinfo.c: Add libc_hidden_def.
2247 * sysdeps/generic/getaddrinfo.c: Likewise.
2248 * sysdeps/posix/getaddrinfo.c: Likewise.
2249
2250 * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2251 * wcsmbs/wmemchr.c: Add libc_hidden_def.
2252 * wcsmbs/wmemset.c: Add libc_hidden_def.
2253
2254 * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2255 (index, rindex): Define as macros for strchr, strrchr.
2256
2257 * string/envz.c (envz_strip): index -> strchr
2258
2259 * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2260 * sunrpc/rpc_prot.c: Add libc_hidden_def.
2261
2262 * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2263 * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2264
2265 * include/stdlib.h: Use libc_hidden_proto for wctomb.
2266 * stdlib/wctomb.c: Add libc_hidden_def.
2267
2268 * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2269 rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2270 * resolv/herror.c: Likewise.
2271 * inet/rcmd.c: Add libc_hidden_def.
2272 * inet/ruserpass.c: Likewise.
2273 * inet/getnetgrent_r.c: Likewise.
2274
2275 * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2276 svc_unregister, remove *_internal decls. Use libc_hidden_proto
2277 for svcerr_auth, svcerr_noprog, svcerr_progvers.
2278 * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2279 libc_hidden_def.
2280 (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2281 * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2282
2283 * sysdeps/posix/system.c (do_system): New function, guts broken out of
2284 __libc_system.
2285 (__libc_system): Call it, putting just the line == NULL test here.
2286
2287 * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2288 variables work right.
2289
2290 * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2291 * elf/dl-close.c (_dl_close): Likewise.
2292
2293 * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2294 in6addr_any, in6addr_loopback. Remove decls for
2295 bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2296 * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2297 * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2298 * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2299 * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2300 * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2301 * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2302 in6addr_loopback.
2303 * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2304
2305 * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2306 ether_aton_r.
2307 * inet/ether_aton_r.c: Add libc_hidden_def.
2308 * inet/ether_ntoa_r.c: Likewise.
2309
2310 * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2311 xprt_unregister.
2312 * sunrpc/svc.c: Add libc_hidden_def.
2313 * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2314 pmap_set, pmap_unset.
2315 * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2316 * sunrpc/pm_getport.c: Likewise.
2317 * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
2318 * sunrpc/publickey.c: Add libc_hidden_def.
2319
2320 2002-08-05 Ulrich Drepper <drepper@redhat.com>
2321
2322 * elf/rtld.c (_dl_start): Don't use memset. Use same tricks as for
2323 the other memset call in this function.
2324
2325 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
2326 at correct index. Clear BSS region now that memalign is used.
2327
2328 2002-08-05 Roland McGrath <roland@redhat.com>
2329
2330 * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
2331 * sysdeps/generic/uname.c: Add libc_hidden_def.
2332 * sysdeps/mach/hurd/uname.c: Likewise.
2333
2334 2002-08-05 Jakub Jelinek <jakub@redhat.com>
2335
2336 * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
2337 wcspbrk): Add libc_hidden_proto.
2338 * time/strftime.c (my_strftime): Add libc_hidden_def.
2339 (strftime): Remove libc_hidden_def.
2340 * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
2341 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
2342 * wcsmbs/wcsspn.c (wcsspn): Likewise.
2343 * wcsmbs/wcscmp.c (wcscmp): Likewise.
2344 * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
2345 * wcsmbs/wcscoll.c (wcscoll): Likewise.
2346
2347 * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
2348 __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2349 __rpc_thread_createerr): Add libc_hidden_proto.
2350 * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
2351 __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2352 __rpc_thread_createerr): Add libc_hidden_def.
2353
2354 * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
2355 clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
2356 * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
2357 clnt_perror, clnt_sperror): Add libc_hidden_def.
2358 * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
2359
2360 * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
2361 libc_hidden_proto.
2362 * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
2363 * sunrpc/des_soft.c (des_setparity): Likewise.
2364
2365 * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
2366 Add libc_hidden_proto.
2367 * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
2368 Add libc_hidden_def.
2369
2370 2002-08-05 Roland McGrath <roland@redhat.com>
2371
2372 * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
2373 `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
2374 * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
2375 * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
2376 dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
2377 old data, abandoning the original memory allocated by rtld at startup,
2378 instead of calling realloc normally.
2379
2380 2002-08-05 Ulrich Drepper <drepper@redhat.com>
2381
2382 * po/fr.po: Update from translation team.
2383
2384 2002-08-04 Roland McGrath <roland@redhat.com>
2385
2386 * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
2387 then generate a dummy module under the given name, obeying the
2388 normal rules for the "caller" field.
2389
2390 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
2391 actually iterate over the elements. Fix typo p_type -> p_vaddr.
2392
2393 * include/pthread.h: Don't declare __pthread_initialize_minimal as
2394 weak here; we declare it weak or strong in the one place we use it.
2395 * sysdeps/generic/libc-start.c: ... which is here.
2396 Don't make the decl weak if [USE_TLS], since static programs need TLS
2397 setup even when single-threaded.
2398
2399 * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
2400
2401 * elf/Makefile (test-srcs): Add $(modules-names) to it.
2402 (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
2403 CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
2404 all these variables.
2405
2406 2002-08-04 Ulrich Drepper <drepper@redhat.com>
2407
2408 * include/stdio.h: Don't define macro magic to redirect function
2409 calls if _ISOMAC is defined.
2410
2411 * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
2412 ldouble asin tests.
2413
2414 2002-08-04 Roland McGrath <roland@redhat.com>
2415
2416 * stdlib/lrand48_r.c: Add libc_hidden_def.
2417
2418 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
2419 TCB with __libc_memalign instead of mmap.
2420 (_dl_deallocate_tls): Free it with free instead of munmap.
2421
2422 * Makerules (cpp-srcs-left): When setting this to run
2423 cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
2424 words. Combine the two loops into one on the concatenated list,
2425 including those as well as $(test-srcs).
2426
2427 * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
2428 since we align here with optimally minimal waste anyway.
2429 (malloc): Just call that.
2430
2431 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
2432 the right variable.
2433
2434 * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
2435 to compute memory location for l_tls_initimage.
2436 * elf/rtld.c (_dl_start): Likewise.
2437 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
2438
2439 * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
2440 because the .d file is generated in the non-shared case and
2441 so fails to catch them otherwise.
2442
2443 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
2444 split out of _dl_allocate_tls.
2445 (_dl_allocate_tls_init): Likewise.
2446 (_dl_allocate_tls): Call those.
2447 * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
2448 * elf/rtld.c (dl_main): Call them separately instead of calling
2449 _dl_allocate_tls. Delay _dl_allocate_tls_init until after relocation
2450 is finished, so that the initializer data has been relocated before we
2451 copy it into the main thread's TLS block.
2452
2453 * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
2454 loop conditions, prevented the last used module from being initialized.
2455
2456 2002-08-04 Jakub Jelinek <jakub@redhat.com>
2457
2458 * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
2459 if glob resp. globfree are not macros.
2460 * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
2461 * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
2462 Add libc_hidden_ver.
2463 * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
2464 libc_hidden_def.
2465 * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
2466 instead of libc_hidden_weak.
2467 * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
2468 libc_hidden_ver instead of libc_hidden_def.
2469 * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
2470 libc_hidden_ver instead of libc_hidden_def.
2471 (wcstoll, wcstoq): Remove libc_hidden_weak.
2472 * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
2473 libc_hidden_ver.
2474 * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
2475 libc_hidden_ver.
2476 * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
2477 libc_hidden_ver.
2478 * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
2479 libc_hidden_ver.
2480
2481 2002-08-04 Ulrich Drepper <drepper@redhat.com>
2482
2483 * stdio-common/psignal.c: Declare _sys_siglist_internal. Use USEINT
2484 to access _sys_siglist.
2485 * string/strsignal.c: Likewise.
2486 * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
2487 * sysdeps/gnu/siglist.c: Likewise.
2488 * sysdeps/unix/siglist.c: Likewise.
2489 * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
2490
2491 * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
2492
2493 * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
2494
2495 * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
2496 alias and use it.
2497 * intl/bindtextdom.c: Use _nl_default_dirname_internal.
2498
2499 * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
2500 * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
2501 * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
2502
2503 * include/time.h: Add libc_hidden_proto for __gmtime_r.
2504 * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
2505
2506 * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
2507 and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
2508 and __gconv_get_cache respectively.
2509 * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
2510 defined static. Change all users.
2511 (__gconv_get_cache): New function.
2512 * iconv/gconv_db.c (__gconv_get_modules_db): New function.
2513 (__gconv_get_alias_db): New function.
2514 * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
2515 (__conv_modules_db): Likewise.
2516 Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
2517 and __gconv_get_alias_db.
2518 * iconv/iconv_prog.c: Use the new functions instead of accessing the
2519 variables.
2520
2521 * include/stdlib.h: Add prototype and libc_hidden_proto for
2522 __default_morecore.
2523 * sysdeps/generic/morecore.c: Include <stdlib.h>.
2524
2525 * malloc/obstack.c: Remove fputs macro.
2526
2527 * malloc/mtrace.c: Remove fopen macro.
2528
2529 2002-08-04 Jakub Jelinek <jakub@redhat.com>
2530
2531 * manual/debug.texi: Fix spelling to programmatically.
2532 Reported by <hayastan132@hotmail.com>.
2533
2534 2002-08-04 Ulrich Drepper <drepper@redhat.com>
2535
2536 * include/libio.h: Add libc_hidden_proto for __uflow.
2537 * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
2538 fgetpos to _IO_* names.
2539 Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
2540 fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
2541 * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
2542 putwc_unlocked, vswscanf.
2543 * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
2544 * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
2545 * libio/fseek.c: Likewise.
2546 * libio/fmemopen.c: Include "libioP.h". Call _IO_fopencookie and
2547 not fopencookie.
2548 * libio/genops.c (__uflow): Add libc_hidden_def.
2549 * libio/iofflush_u.c (fflush_unlocked): Likewise.
2550 * libio/iofgets_u.c (fgets_unlocked): Likewise.
2551 * libio/iofputs_u.c (fputs_unlocked): Likewise.
2552 * libio/iofputws_u.c (fputws_unlocked): Likewise.
2553 * libio/iofread_u.c (fread_unlocked): Likewise.
2554 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2555 * libio/iovswscanf.c (vswscanf): Likewise.
2556 * libio/putwc_u.c (putwc_unlocked): Likewise.
2557 * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
2558 * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
2559 * malloc/mtrace.c: Likewise.
2560
2561 * sunrpc/clnt_perr.c: Remove fputs macro.
2562 * sunrpc/svc_simple.c: Likewise.
2563 * sunrpc/svc_tcp.c: Likewise.
2564 * sunrpc/svc_udp.c: Likewise.
2565 * sunrpc/xdr_rec.c: Likewise.
2566 * sunrpc/xdr_ref.c: Likewise.
2567
2568 * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
2569 iconv_prog, linereader, and charmap-dir.
2570 * locale/Makefile: Likewise for locale and charmap-dir.
2571 * malloc/Makefile: Likewise for memusagestat.
2572 * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
2573 * sunrpc/Makefile: Likewise for rpc_main.
2574 * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
2575 * timezone/Makefile: Likewise for zic.
2576
2577 * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
2578
2579 * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
2580 * elf/dl-close.c (_dl_close): Add libc_hidden_def.
2581 * elf/dl-open.c (_dl_open): Add libc_hidden_def.
2582 * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
2583 _dl_close.
2584
2585 * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
2586 __wunderflow.
2587 * libio/genops.c (__underflow): Add libc_hidden_def.
2588 * libio/wgenops.c (__wuflow): Likewise.
2589 (__wunderflow): Likewise.
2590
2591 * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
2592 * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
2593
2594 * include/stdio.h: Add libc_hidden_proto for __vfscanf.
2595 * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
2596
2597 * include/string.h: Add libc_hidden_proto for __strverscmp.
2598 * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
2599
2600 * include/unistd.h: Add libc_hidden_proto for __sysconf.
2601 * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
2602 * sysdeps/posix/sysconf.c: Likewise.
2603 * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
2604 * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
2605
2606 * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
2607 __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
2608 __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
2609 __iswxdigit_l, __towlower_l, __towupper_l.
2610 * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
2611 * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
2612
2613 * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
2614 * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
2615 * sysdeps/mach/hurd/xmknod.c: Likewise.
2616 * sysdeps/unix/xmknod.c: Likewise.
2617 * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
2618 * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
2619 * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
2620
2621 * sunrpc/svc.c: Add missing INTUSE for _authenticate.
2622
2623 2002-08-03 Roland McGrath <roland@redhat.com>
2624
2625 * include/sys/resource.h: Use libc_hidden_proto for getpriority,
2626 setpriority.
2627 * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
2628 * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
2629 * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
2630 * sysdeps/mach/hurd/setpriority.c: Likewise.
2631 * sysdeps/mach/hurd/getpriority.c: Likewise.
2632 * sysdeps/generic/setpriority.c: Likewise.
2633 * sysdeps/generic/getpriority.c: Likewise.
2634
2635 * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
2636 * malloc/mcheck.c: Add libc_hidden_def.
2637
2638 * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
2639 * misc/hsearch_r.c: Add libc_hidden_def.
2640
2641 * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
2642 * posix/fnmatch.c: Add libc_hidden_weak.
2643
2644 * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
2645 execl, execle, execlp, execvp, getpid, getsid.
2646 * sysdeps/generic/alarm.c: Add libc_hidden_def.
2647 * sysdeps/unix/alarm.c: Likewise.
2648 * posix/confstr.c: Likewise.
2649 * posix/execvp.c: Likewise.
2650 * posix/execlp.c: Likewise.
2651 * posix/execle.c: Likewise.
2652 * posix/execl.c: Likewise.
2653 * sysdeps/generic/getsid.c: Likewise.
2654 * sysdeps/mach/hurd/getsid.c: Likewise.
2655 * sysdeps/generic/getpid.c: Add libc_hidden_weak.
2656 * sysdeps/mach/hurd/getpid.c: Likewise.
2657
2658 * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
2659 qecvt_r, qfcvt_r, lrand48_r.
2660 * misc/efgcvt_r.c: Add libc_hidden_def.
2661
2662 * include/wordexp.h: Use libc_hidden_proto for wordfree.
2663 * sysdeps/generic/wordexp.c: Add libc_hidden_def.
2664
2665 * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
2666 * locale/nl_langinfo.c: Add libc_hidden_def.
2667
2668 * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
2669 * sysdeps/generic/glob.c: Add libc_hidden_def.
2670 * sysdeps/generic/glob64.c: Likewise.
2671 * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
2672
2673 * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
2674
2675 * elf/Makefile (CFLAGS-vismod2.c): New variable.
2676
2677 * locale/setlocale.c (_nl_current_names): Variable moved ...
2678 * locale/localename.c (_nl_current_names): ... here, new file.
2679 Make it global, with attribute_hidden.
2680 * locale/localeinfo.h: Declare it.
2681 * locale/Makefile (aux): Add localename.
2682 * locale/localename.c (__current_locale_name): New function.
2683 * include/locale.h (__current_locale_name): Declare it.
2684 * intl/dcigettext.c (guess_category_value): Use that instead of
2685 calling setlocale.
2686
2687 * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
2688 [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
2689 [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
2690 * locale/newlocale.c: Add alias to __ name.
2691 * locale/duplocale.c: Likewise.
2692 * locale/freelocale.c: Likewise.
2693 * locale/uselocale.c: New file.
2694 * locale/Makefile (routines): Add it.
2695 * locale/Versions (libc: GLIBC_2.3): New set.
2696 Add newlocale, duplocale, freelocale, uselocale.
2697 (libc: GLIBC_PRIVATE): Add __uselocale.
2698
2699 * locale/localeinfo.h [SHARED]
2700 (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
2701 (_NL_CURRENT_DATA): Define using that.
2702 (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
2703 (_NL_CURRENT_DEFINE): Define to empty.
2704 [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
2705 conditionalized on this.
2706 * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
2707 taking initializer of _nl_C_locobj.
2708 [SHARED] (_nl_global_locale): New variable, using that initializer.
2709 (_nl_C_locobj): Use new macro for initialzier.
2710 * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
2711 [! SHARED] (CATEGORY_USED): New macro.
2712 [SHARED] (CATEGORY_USED, _nl_C): New macros.
2713 (setdata, setlocale): Use that macro instead of examining _nl_current.
2714 (setdata): Set the slot in _nl_global_locale.
2715 Conditionalize setting of _nl_current on [! SHARED].
2716 * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
2717 declaration as an extern.
2718 * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
2719
2720 * include/locale.h: Use libc_hidden_proto for setlocale.
2721 * locale/setlocale.c: Add libc_hidden_def.
2722
2723 * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
2724
2725 * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
2726 * misc/hsearch_r.c: Add libc_hidden_def.
2727 * misc/lsearch.c: Likewise.
2728
2729 * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
2730 endttyent.
2731 * misc/getttyent.c: Add libc_hidden_def.
2732
2733 * include/mcheck.h: Use libc_hidden_proto for mcheck.
2734 * malloc/mcheck.c: Add libc_hidden_def.
2735
2736 * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
2737 * include/argz.h: Use libc_hidden_proto for argz_delete.
2738 * string/argz-delete.c: Add libc_hidden_def.
2739 * string/envz.c: Likewise. Use <envz.h>, not "envz.h".
2740
2741 * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
2742 HIDDEN_JUMPTARGET for _exit.
2743 * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
2744 * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
2745 * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
2746 * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
2747
2748 * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
2749 [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
2750 [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
2751 * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
2752
2753 * include/stdlib.h: Use libc_hidden_proto for abort,
2754 __strtof_internal, __strtod_internal, __strtold_internal,
2755 __strtol_internal, __strtoll_internal, __strtoul_internal,
2756 __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
2757 __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
2758 __strtoul_l_internal, __strtoull_l_internal.
2759 * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
2760 __wcstod_internal, __wcstold_internal, __wcstol_internal,
2761 __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
2762 ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
2763 ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
2764 __wcsncasecmp_l.
2765 * sysdeps/generic/abort.c: Add libc_hidden_def.
2766 * stdlib/strtod.c: Likewise.
2767 * sysdeps/generic/strtol.c: Likewise.
2768 * sysdeps/wordsize-64/strtol.c: Likewise.
2769 * sysdeps/wordsize-64/wcstol.c: Likewise.
2770 * sysdeps/wordsize-64/wcstol_l.c: Likewise.
2771
2772 * include/stdlib.h: Use libc_hidden_proto for qsort.
2773 * stdlib/msort.c: Add libc_hidden_def.
2774
2775 * include/utime.h: Use libc_hidden_proto for utime.
2776 * sysdeps/generic/utime.c: Add libc_hidden_def.
2777 * sysdeps/unix/utime.c: Likewise.
2778
2779 * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
2780 * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
2781 * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2782 * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
2783 * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
2784
2785 * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
2786 sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
2787 and __libc_current_sigrtmax.
2788 * signal/sigismem.c: Add libc_hidden_def.
2789 * signal/sigfillset.c: Likewise.
2790 * signal/sigempty.c: Likewise.
2791 * sysdeps/generic/sigpause.c (__sigpause): Likewise.
2792 * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2793 * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
2794 * sysdeps/posix/raise.c: Likewise.
2795 * sysdeps/generic/raise.c: Likewise.
2796
2797 2002-08-03 Ulrich Drepper <drepper@redhat.com>
2798
2799 * include/string.h: Use libc_hidden_proto for __stpcpy.
2800 * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
2801 * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
2802 * sysdeps/generic/stpcpy.c: Likewise.
2803 * sysdeps/i386/stpcpy.S: Likewise.
2804 * sysdeps/i386/i586/stpcpy.S: Likewise.
2805 * sysdeps/powerpc/stpcpy.S: Likewise.
2806 * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
2807 * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
2808
2809 * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
2810 __strncasecmp_l, __strdup, __strndup, __strerror_r.
2811 * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
2812 libc_hidden_def.
2813 * string/strdup.c (__strdup): Likewise.
2814 * string/strndup.c (__strndup): Likewise.
2815 * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
2816 * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
2817
2818 2002-08-03 Jakub Jelinek <jakub@redhat.com>
2819
2820 * include/libio.h: New file.
2821 * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
2822 * libio/iolibio.h: #include <libio.h>, not "libio.h".
2823 * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
2824 * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
2825 * sysdeps/unix/common/syscalls.list: Likewise.
2826 * sysdeps/unix/inet/syscalls.list: Likewise.
2827 * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
2828 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2829 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2830 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2831 * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
2832 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2833 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2834 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2835 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2836 * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
2837 * sysdeps/unix/syscalls.list: Likewise.
2838
2839 2002-08-03 Jakub Jelinek <jakub@redhat.com>
2840 Ulrich Drepper <drepper@redhat.com>
2841
2842 * malloc/malloc.c (public_cALLOc): Only divide if at least one of
2843 the arguments is big enough to cause an overflow.
2844
2845 2002-08-03 Ulrich Drepper <drepper@redhat.com>
2846
2847 * assert/assert.c: Use hidden_def not INTDEF.
2848
2849 2002-08-03 Jakub Jelinek <jakub@redhat.com>
2850
2851 * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
2852 not defined.
2853
2854 2002-08-03 Roland McGrath <roland@redhat.com>
2855
2856 * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
2857 * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
2858 verr, verrx.
2859 * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
2860 * misc/syslog.c: Add libc_hidden_def.
2861 * misc/err.c: Likewise.
2862 * stdlib/exit.c: Likewise.
2863 * stdlib/bsearch.c: Likewise.
2864 * sysdeps/generic/getenv.c: Likewise.
2865
2866 * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
2867
2868 * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
2869 libc_hidden_weak for every system call symbol defined.
2870
2871 * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
2872 timelocal, localtime, strftime.
2873 * time/asctime.c: Add libc_hidden_def.
2874 * time/mktime.c: Likewise.
2875 * time/localtime.c: Likewise.
2876 * time/strftime.c: Likewise.
2877 * time/strptime.c: Likewise.
2878 * sysdeps/generic/time.c: Likewise.
2879 * sysdeps/unix/time.c: Likewise.
2880 * sysdeps/unix/sysv/i386/time.S: Likewise.
2881 * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
2882
2883 * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
2884 inet_makeaddr, inet_netof, inet_addr, __inet_addr.
2885 * resolv/inet_ntop.c: Likewise.
2886 * resolv/inet_pton.c: Likewise.
2887 * inet/inet_mkadr.c: Add libc_hidden_def.
2888 * inet/inet_netof.c: Likewise.
2889 * resolv/inet_addr.c: Likewise.
2890
2891 * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
2892 clauses from conditionals for now. Will have to be fixed later
2893 for older compilers.
2894
2895 * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
2896
2897 2002-08-02 Ulrich Drepper <drepper@redhat.com>
2898
2899 * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
2900 broken alias attribute handling.
2901 * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
2902
2903 2002-08-02 Roland McGrath <roland@frob.com>
2904
2905 * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
2906 since it sets the variables we use in a -D switch.
2907
2908 2002-08-02 Roland McGrath <roland@redhat.com>
2909
2910 * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
2911 On 32-bit platforms they are the same; on 64-bit platforms ssize_t
2912 matches long int, not int.
2913
2914 * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
2915 * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
2916 * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
2917 * wctype/wctrans.c (wctrans): Likewise.
2918 * wctype/wctype.c (__wctype): Likewise.
2919 * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
2920
2921 2002-08-02 Ulrich Drepper <drepper@redhat.com>
2922
2923 * assert/assert.c (__assert_fail): Fix typo in comment.
2924
2925 * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
2926 * sunrpc/rpc_thread.c: Define it without static.
2927 * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
2928
2929 2002-08-02 Jakub Jelinek <jakub@redhat.com>
2930
2931 * assert/assert.c (__assert_fail): Remove undef.
2932 Replace INTDEF with libc_hidden_def.
2933 * assert/__assert.c (__assert): Remove INTUSE.
2934 * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
2935 libc_hidden_weak.
2936 * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
2937 hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
2938 libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
2939 rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
2940 libm_hiden_ver): Define.
2941 * include/assert.h (__assert_fail_internal): Remove.
2942 (__assert_fail): Add prototype. Add hidden_proto.
2943 * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
2944 libc_hidden_proto.
2945 * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
2946 (__mbrtowc, __mbrlen): Use libc_hidden_proto. Remove macros.
2947 * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
2948 Add libc_hidden_proto.
2949 * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
2950 __fcntl): Add libc_hidden_proto. Remove macros.
2951 (__open_internal, __fcntl_internal): Remove.
2952 * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
2953 * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
2954 * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
2955 libc_hiden_proto.
2956 * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
2957 libc_hidden_def.
2958 * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
2959 Add libc_hidden_def.
2960 * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
2961 * sysdeps/generic/open.c (__open): Remove undef.
2962 Add libc_hidden_def. Remove INTDEF.
2963 * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
2964 Add libc_hidden_def.
2965 * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
2966 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
2967 * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
2968 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
2969 (__fcntl): Remove INTDEF2. Add libc_hidden_weak.
2970 (__libc_fcntl): Add libc_hidden_def.
2971 * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
2972 (__open): Remove INTDEF2. Add libc_hidden_weak.
2973 (__libc_open): Add libc_hidden_def.
2974 * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
2975 * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
2976 * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
2977 Add libc_hidden_def.
2978 * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
2979 Add libc_hidden_def.
2980 * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
2981 undef.
2982 (__fcntl): Remove INTDEF2. Add libc_hidden_weak.
2983 (__libc_fcntl): Add libc_hidden_def.
2984 * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
2985 __getpgid_internal, __chown_internal): Remove.
2986 (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
2987 __GI___sched_setscheduler, __GI___select, __GI___setpgid,
2988 __GI___chown): Add.
2989 * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
2990 __getpid_internal, __open_internal, __write_internal): Remove.
2991 (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
2992 __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
2993 __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
2994 __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
2995 * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
2996 Replace INTDEF with libc_hidden_def.
2997 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
2998 * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
2999 * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3000 * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3001 * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3002 Add libc_hidden_proto.
3003 * include/sys/poll.h (__poll): Add libc_hidden_proto.
3004 * include/sys/select.h (__select): Likewise.
3005 * include/sys/socket.h (__send): Likewise.
3006 * include/sys/statfs.h (__statfs): Likewise.
3007 * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3008 __getpid, __getpgid, __setpgid, __close, __read, __write,
3009 __getpagesize, __sbrk): Likewise.
3010 (__chown_internal, __dup2_internal, __getpid_internal,
3011 __getpgid_internal, __close_internal, __write_internal,
3012 __getpagesize_internal): Remove.
3013 (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3014 Remove macros.
3015 * include/printf.h (__printf_fp): Add libc_hidden_proto.
3016 * include/sched.h (__sched_setscheduler): Likewise.
3017 * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3018 * include/stdlib.h (__secure_getenv): Likewise.
3019 * include/signal.h (__sigaction, __sigsuspend): Likewise.
3020 * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3021 * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3022 * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3023 * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3024 * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3025 * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3026 * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3027 * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3028 * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3029 * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3030 * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3031 * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3032 * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3033 * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3034 * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3035 * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3036 * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3037 * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3038 * libio/genops.c (__overflow): Add libc_hidden_def.
3039 * libio/iovdprintf.c: Remove libio.h include.
3040 * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3041 libc_hidden_weak): Define to nothing if not defined.
3042 (__overflow, __woverflow): Add libc_hidden_proto.
3043 * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3044 * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3045 (DB_LOOKUP_FCT): Add libc_hidden_proto.
3046 * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3047 (DB_LOOKUP_FCT): Add libc_hidden_proto.
3048 * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3049 and libc_hidden_def.
3050 * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3051 * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3052 (__getpgid): Add libc_hidden_proto.
3053 (__bsd_getpgrp): Remove INTUSE.
3054 * resolv/res_init.c (__res_ninit, __res_randomid): Add
3055 libc_hidden_def.
3056 * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3057 * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3058 * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3059 * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3060 * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3061 * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3062 __rpc_thread_createerr): Add libc_hidden_def.
3063 * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3064 libc_hidden_def.
3065 * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3066 * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3067 * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3068 * sysdeps/generic/chown.c (__chown): Likewise.
3069 * sysdeps/generic/close.c (__close): Likewise.
3070 * sysdeps/generic/dup2.c (__dup2): Likewise.
3071 * sysdeps/generic/pipe.c (__pipe): Likewise.
3072 * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3073 * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3074 * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3075 * sysdeps/generic/read.c (__libc_read): Likewise.
3076 (__read): Add libc_hidden_weak.
3077 * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3078 * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3079 * sysdeps/generic/select.c (__select): Likewise.
3080 * sysdeps/generic/send.c (__send): Likewise.
3081 * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3082 * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3083 * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3084 * sysdeps/generic/statfs.c (__statfs): Likewise.
3085 * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3086 * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3087 * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3088 Remove undef and INTDEF.
3089 * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3090 * sysdeps/generic/getpid.c (__getpid): Likewise.
3091 * sysdeps/generic/write.c (__libc_write): Likewise.
3092 (__write): Add libc_hidden_weak. Remove undef and INTDEF.
3093 * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3094 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3095 * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3096 * sysdeps/mach/hurd/chown.c (__chown): Likewise. Remove INTDEF.
3097 * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3098 Remove undef and INTDEF.
3099 * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3100 * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3101 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3102 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3103 * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3104 (__write): Add libc_hidden_weak. Remove undef and INTDEF.
3105 * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3106 (__pipe): Add libc_hidden_def.
3107 * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3108 libc_hidden_weak.
3109 * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3110 * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3111 * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3112 (__read): Add libc_hidden_weak.
3113 * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3114 (__libc_pwrite64): Add libc_hidden_def.
3115 * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3116 * sysdeps/mach/hurd/select.c (__select): Likewise.
3117 * sysdeps/mach/hurd/send.c (__send): Likewise.
3118 * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3119 * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3120 * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3121 * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3122 * sysdeps/posix/dup2.c: Likewise.
3123 Remove undef and INTDEF.
3124 * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3125 * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3126 (__pwrite64): Add libc_hidden_weak.
3127 * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3128 * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3129 * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3130 * sysdeps/standalone/close.c (__close): Likewise.
3131 * sysdeps/standalone/write.c (__libc_write): Likewise.
3132 (__write): Add libc_hidden_weak.
3133 * sysdeps/standalone/read.c (__read): Likewise.
3134 (__libc_read): Add libc_hidden_def.
3135 * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3136 * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3137 * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3138 * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3139 * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3140 * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3141 * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3142 * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3143 * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3144 __GI___sigaction): Add.
3145 * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3146 * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3147 * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3148 * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3149 * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3150 __GI___setpgid): Add.
3151 * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3152 Remove undef and INTDEF.
3153 * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3154 * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3155 * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3156 * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3157 * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3158 * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3159 * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3160 * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3161 * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3162 * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3163 * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3164 * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3165 * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3166 * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3167 * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3168 __GI___statfs, __GI___send): Add.
3169 * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3170 libc_hidden_ver resp. libc_hidden_def.
3171 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3172 libc_hidden_def.
3173 * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3174 Likewise. Remove undef and INTDEF.
3175 * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3176 * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3177 __GI___statfs, __GI___send): Add.
3178 * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3179 libc_hidden_def.
3180 * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3181 Likewise.
3182 * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3183 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3184 libc_hidden_ver resp. libc_hidden_def.
3185 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3186 __GI___send): Add.
3187 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3188 Add libc_hidden_weak.
3189 * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3190 Add libc_hidden_def.
3191 * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3192 * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3193 libc_hidden_weak.
3194 * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3195 resp. libc_hidden_def.
3196 * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3197 libc_hidden_weak.
3198 * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise. Remove
3199 INTDEF.
3200 * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3201 Likewise. Remove undef.
3202 * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3203 libc_hidden_weak.
3204 * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3205 * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3206 libc_hidden_weak.
3207 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3208 libc_hidden_def.
3209 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3210 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3211 Likewise. Remove undef and INTDEF.
3212 * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3213 libc_hidden_def.
3214 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3215 libc_hidden_weak.
3216 * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3217 libc_hidden_def.
3218 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3219 (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3220 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3221 libc_hidden_weak.
3222 * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3223 Add libc_hidden_def.
3224 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3225 __GI___statfs): Add.
3226 * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3227 libc_hidden_weak.
3228 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3229 * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3230 Remove undef and INTDEF.
3231 * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3232 * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3233 libc_hidden_def.
3234 * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3235 * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3236 libc_hidden_weak.
3237 * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3238 libc_hidden_def.
3239 * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3240 * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3241 * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3242 Add.
3243 * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3244 libc_hidden_def. Remove undef and INTDEF.
3245 * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3246 * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3247 libc_hidden_def.
3248 * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3249 * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3250 * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3251 * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3252 Remove undef and INTDEF.
3253 * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3254 broken visibility attribute handling.
3255 * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3256
3257 2002-08-02 Ulrich Drepper <drepper@redhat.com>
3258
3259 * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3260 Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3261
3262 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3263 previous patch.
3264
3265 2002-06-29 Todd Fries <todd@openbsd.org>
3266
3267 * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3268
3269 2002-08-02 Jakub Jelinek <jakub@redhat.com>
3270
3271 * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3272
3273 2002-07-30 Roland McGrath <roland@redhat.com>
3274
3275 * resolv/resolv.h (_res): Define macro unconditionally.
3276 [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3277 * include/resolv.h: ... here.
3278 [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3279 as a __thread variable.
3280 * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3281 a __thread variable instead of a global.
3282 * resolv/res_data.c [_LIBC]: Don't #undef _res.
3283
3284 * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3285 time we test it.
3286
3287 * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3288
3289 * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3290 decls of memset and memcpy.
3291
3292 * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3293 * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3294
3295 * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3296
3297 * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3298 (__libc_tsd_define): Define using __thread.
3299
3300 * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3301 (__rpc_thread_variables): Use __libc_tsd_get.
3302 (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3303 __rpc_thread_variables, which might allocate what we're about to free.
3304
3305 * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3306 thread-local variable.
3307 * resolv/netdb.h (h_errno): Define macro unconditionally.
3308 [_LIBC] (__set_h_errno): Macro moved to ...
3309 * include/netdb.h: ... here.
3310 [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3311 [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3312 [! _LIBC_REENTRANT]: #undef h_errno here.
3313
3314 * include/errno.h: Protect from multiple inclusion.
3315
3316 * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3317 before defining them, since Linux's <linux/posix_types.h> might have
3318 defined them.
3319
3320 2002-08-02 Jakub Jelinek <jakub@redhat.com>
3321
3322 * malloc/malloc.c (public_cALLOc): Check for overflow on
3323 multiplication.
3324 * sunrpc/xdr_array.c (xdr_array): Likewise.
3325 * sunrpc/rpc/types.h (mem_free): Add comment.
3326 Patch by Solar Designer <solar@openwall.com>.
3327
3328 2002-08-02 Jakub Jelinek <jakub@redhat.com>
3329
3330 * sysdeps/unix/sysv/linux/kernel-features.h
3331 (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
3332
3333 2002-08-01 Roland McGrath <roland@redhat.com>
3334
3335 * libio/fileops.c (_IO_file_sync_mmap): New function.
3336 (_IO_file_jumps_mmap): Use it.
3337 (_IO_file_underflow_mmap): Rewritten. If after EOF or fflush,
3338 repeat the stat check and resize the mapped buffer as necessary.
3339
3340 2002-07-31 Roland McGrath <roland@redhat.com>
3341
3342 * libio/fileops.c (decide_maybe_mmap): New static function.
3343 Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
3344 mmap the file contents. Then switch the jump tables to the mmap
3345 tables if it worked, or the vanilla file tables if not.
3346 (_IO_file_underflow_maybe_mmap): New function.
3347 (_IO_file_seekoff_maybe_mmap): New function.
3348 (_IO_file_xsgetn_maybe_mmap): New function.
3349 (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
3350 * libio/libioP.h: Declare those.
3351 * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
3352 (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
3353 * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
3354 If the stream is read-only, set its jump tables to those new ones.
3355 * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
3356 jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
3357 We need the tables set before _IO_file_attach.
3358
3359 * libio/tst-mmap-eofsync.c: New file.
3360 * libio/tst-mmap-fflushsync.c: New file.
3361 * libio/bug-mmap-fflush.c: New file.
3362 * libio/tst-mmap2-eofsync.c: New file.
3363 * libio/Makefile (tests): Add them.
3364
3365 * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
3366 _IO_file_underflow_mmap fails, it already set the appropriate bit.
3367
3368 2002-07-31 Jeff Bailey <jbailey@gnu.org>
3369
3370 * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
3371 Declarations moved to <bits/sys_errlist.h>. Include that file.
3372 * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
3373 * sysdeps/generic/bits/sys_errlist.h: New file. This does *not*
3374 declare sys_errlist and sys_nerr.
3375 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file. Does
3376 provide declarations.
3377
3378 2002-07-31 Roland McGrath <roland@redhat.com>
3379
3380 * elf/rtld.c (dl_main): Fix typo in error message.
3381
3382 2002-07-31 Roland McGrath <roland@frob.com>
3383
3384 * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
3385 __xstat -> __xstat64, __lseek -> __libc_lseek64. Completes 2002-06-09
3386 sysdeps/mach/hurd/dl-sysdep.c change.
3387
3388 2002-07-28 Ulrich Drepper <drepper@redhat.com>
3389
3390 * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
3391 -r`/build/include for kernel headers.
3392
3393 * po/fi.po: New file.
3394
3395 2002-07-15 Alexandre Oliva <aoliva@redhat.com>
3396
3397 * configure.in (static_nss): Set to `yes' if --disable-shared.
3398
3399 2002-07-23 Bruno Haible <bruno@clisp.org>
3400
3401 * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
3402 is set.
3403
3404 2002-07-25 Jakub Jelinek <jakub@redhat.com>
3405
3406 * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
3407 * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
3408 arguments.
3409
3410 2002-07-25 Jakub Jelinek <jakub@redhat.com>
3411
3412 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
3413 alias.
3414
3415 2002-07-21 Bruno Haible <bruno@clisp.org>
3416
3417 * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
3418 * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
3419 sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
3420 trans_sysdep_tab_offset.
3421 (struct sysdep_segment): New type.
3422 (struct sysdep_string): New type.
3423 (SEGMENTS_END): New macro.
3424 * intl/gettextP.h (struct sysdep_string_desc): New type.
3425 (struct loaded_domain): New fields malloced, n_sysdep_strings,
3426 orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
3427 orig_tab, trans_tab, hash_tab to const pointers because they point
3428 into read-only memory.
3429 * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
3430 (PRI*): Define fallback values.
3431 (get_sysdep_segment_value): New function.
3432 (_nl_load_domain): Distinguish major and minor revision parts. Add
3433 support for minor revision 1 with system dependent strings.
3434 (_nl_unload_domain): Also free the 'malloced' field.
3435 * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
3436 now done in loadmsgcat.c. Add support for system dependent strings.
3437
3438 2002-07-16 Stepan Kasal <kasal@math.cas.cz>
3439
3440 * posix/bug-regex7.c: New file.
3441 * posix/bug-regex8.c: New file.
3442 * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
3443
3444 2002-07-16 Stepan Kasal <kasal@math.cas.cz>
3445
3446 * posix/bug-regex4.c (main): Fix typos.
3447 * posix/bug-regex6.c (main): Likewise.
3448
3449 2002-07-27 Ulrich Drepper <drepper@redhat.com>
3450
3451 * posix/bug-regex6.c (main): Fix warnings.
3452
3453 * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
3454
3455 * iconv/iconv_prog.c (main): Improve error message for the cases
3456 where -t and/or -f parameter are missing.
3457
3458 2002-07-10 Stepan Kasal <kasal@math.cas.cz>
3459
3460 * posix/regexec.c (re_match): Reorganize to remove duplicate code.
3461 (re_search): Likewise.
3462 (re_match_2): Likewise.
3463 (re_search_2): Likewise.
3464 (re_search_stub): New function.
3465 (re_search_2_stub): New function.
3466 * regcomp.c (re_compile_pattern): Typo in a comment fixed.
3467
3468 2002-07-10 Isamu Hasegawa <isamu@yamato.ibm.com>
3469
3470 * posix/regex_internal.h: Add new member STOP to struct re_string_t.
3471 (re_string_eoi): Use STOP instead of LEN.
3472 * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
3473 (re_string_construct): Likewise.
3474 (re_string_reconstruct): Adjust pstr->stop like pstr->len.
3475 * posix/regexec.c (re_search_internal): Add a new argument STOP
3476 so that it can handle the argument STOP of re_search_2 and re_match_2
3477 correctly.
3478 (regexec): Adapt to new I/F of re_search_internal.
3479 (re_search_stub): Likewise.
3480
3481 2002-07-25 Ulrich Drepper <drepper@redhat.com>
3482
3483 * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
3484
3485 * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
3486
3487 * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
3488 * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
3489 of __divdi3.
3490
3491 * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
3492 * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
3493 * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
3494 alias for adjtimex syscall.
3495
3496 * elf/dl-minimal.c: Define __assert_fail_internal.
3497 * assert/assert.c: Likewise.
3498 * include/assert.h: Define __assert_file macro if !SHARED and not
3499 NOT_IN_libc.
3500
3501 * iconv/Makefile: Define NOT_IN_libc for objects in standalone
3502 programs.
3503 * locale/Makefile: Likewise.
3504 * nscd/Makefile: Likewise.
3505 * catgets/Makefile: Likewise.
3506
3507 2002-07-24 Ulrich Drepper <drepper@redhat.com>
3508
3509 * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
3510 compute current position.
3511
3512 * stdio-common/tst-fseek.c (main): Improve error messages.
3513
3514 * libio/tst-freopen.c (main): Remove unused variable.
3515
3516 * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
3517 succesful seek call. Simplify error checking.
3518
3519 2002-07-25 Jakub Jelinek <jakub@redhat.com>
3520
3521 * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
3522 * sysdeps/ia64/fpu/libm_support.h: Likewise.
3523
3524 2002-07-19 Roland McGrath <roland@frob.com>
3525
3526 * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
3527 __libc_enable_secure is set.
3528
3529 2002-07-24 Roland McGrath <roland@frob.com>
3530
3531 Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
3532 This implementation supports only IPv4.
3533 * inet/ifaddrs.h: New file.
3534 * sysdeps/generic/ifaddrs.c: New file.
3535 * sysdeps/gnu/ifaddrs.c: New file.
3536 * inet/test-ifaddrs.c: New file.
3537 * inet/Makefile (routines): Add ifaddrs.
3538 (headers): Add ifaddrs.h here.
3539 (tests): Add test-ifaddrs.
3540 * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
3541
3542 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
3543 socket call to get an AF_INET socket, instead of using __opensock.
3544 The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
3545
3546 * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
3547 if not -1 use it instead of calling __opensock.
3548 * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
3549 * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
3550 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
3551
3552 * sysdeps/mach/hurd/ifreq.h: New file.
3553 * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
3554 * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
3555 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
3556
3557 * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
3558 which gets moved around. Calculate size of mmap'd buffer instead.
3559
3560 2002-07-24 Philip Blundell <philb@gnu.org>
3561
3562 * sysdeps/unix/arm/brk.S: Improve schedule.
3563 * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
3564 efficient instruction.
3565 (__socket): Optimize return sequence.
3566
3567 2002-07-24 Ulrich Drepper <drepper@redhat.com>
3568
3569 * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
3570 sockets on old kernels.
3571
3572 2002-07-22 Philip Blundell <philb@gnu.org>
3573
3574 * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
3575 definiton of _old_sys_nerr. Define _old_sys_errlist as strong
3576 alias.
3577
3578 2002-07-24 Ulrich Drepper <drepper@redhat.com>
3579
3580 * locale/hashval.h: Make more self-contained by defining LONG_BITS.
3581 * locale/programs/simple-hash.c: Remove LONG_BITS definition.
3582
3583 * locale/programs/locarchive.c (add_locale_to_archive): Correct
3584 test to detect duplicate locales.
3585
3586 * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
3587 position would be before beginning of file.
3588 (_IO_file_seekoff_mmap): Likewise.
3589 * libio/Makefile (tests): Add bug-fseek.
3590 * libio/bug-fseek.c: New file.
3591
3592 * intl/explodename.c: Remove support for CEN-style locale variables.
3593 It was never used and shouldn't be since it's not portable.
3594 * intl/finddomain.c: Likewise.
3595 * intl/l10nflist.c: Likewise.
3596 * intl/loadinfo.h: Likewise.
3597 * locale/findlocale.c: Likewise.
3598
3599 2002-07-24 Roland McGrath <roland@frob.com>
3600
3601 * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
3602 position, calculate it to take into account an active pushback buffer.
3603
3604 * libio/Makefile (tests): Add bug-ungetc.
3605 * libio/bug-ungetc.c: New file.
3606
3607 2002-07-23 Ulrich Drepper <drepper@redhat.com>
3608
3609 * sysdeps/generic/libc-tls.c: New file.
3610 * csu/Makefile (routines): Add libc-tls.
3611 (static-only-routines): Add libc-tls.
3612 * elf/dl-support.c (_dl_phdr): New variable.
3613 (_dl_phnum): New variable.
3614 (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
3615 * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
3616 for !SHARED. First look through auxiliary vector. If TLS always
3617 call __pthread_initialize_minimal.
3618
3619 * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
3620 in mmap call is never zero.
3621
3622 2002-07-23 Andreas Jaeger <aj@suse.de>
3623
3624 * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
3625 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
3626
3627 2002-07-22 Ulrich Drepper <drepper@redhat.com>
3628
3629 * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
3630 creation and removal of the temp file.
3631
3632 * libio/bug-rewind.c: Use test skeleton. Use create_temp_file for
3633 file creation.
3634 * test-skeleton.c (create_temp_file): New function.
3635
3636 2002-07-22 Andreas Jaeger <aj@suse.de>
3637
3638 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
3639 local label.
3640
3641 2002-07-21 Roland McGrath <roland@frob.com>
3642
3643 * wcsmbs/Makefile (strtox-CFLAGS): New variable,
3644 put -I../include before -I../stdlib so we get the right errno.h et al.
3645 (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
3646 (CFLAGS-wcstof.c): Likewise.
3647 (CFLAGS-wcstold.c): Likewise.
3648 (CFLAGS-wcstod_l.c): Likewise.
3649 (CFLAGS-wcstof_l.c): Likewise.
3650 (CFLAGS-wcstold_l.c): Likewise.
3651
3652 2002-07-19 Roland McGrath <roland@frob.com>
3653
3654 * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
3655
3656 2002-07-20 Ulrich Drepper <drepper@redhat.com>
3657
3658 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
3659 __ASSUME_AT_XID is defined.
3660 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
3661 for 2.4.1 and up.
3662 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
3663 of AT_UID, AT_EUID, AT_GID, and AT_EGID.
3664
3665 * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
3666 (CFLAGS-wcstof.c): Likewise.
3667 (CFLAGS-wcstold.c): Likewise.
3668 (CFLAGS-wcstod_l.c): Likewise.
3669 (CFLAGS-wcstof_l.c): Likewise.
3670 (CFLAGS-wcstold_l.c): Likewise.
3671
3672 2002-07-18 Jakub Jelinek <jakub@redhat.com>
3673
3674 * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
3675 __priority_which_t): Always typedef to int for C++.
3676
3677 2002-07-19 Ulrich Drepper <drepper@redhat.com>
3678
3679 * configure.in: Add test for __thread support in compiler.
3680 * config.h.in: Add HAVE___THREAD.
3681 * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
3682 * include/sys/errno.h: Moved to...
3683 * stdlib/sys/errno.h: ...here. New file.
3684 * stdlib/errno.h: New file. Moved from...
3685 * include/errno.h: ...here. Changed into an internal header defining
3686 libc-local things like __set_errno.
3687 * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
3688 bits/errno.h.
3689 * elf/dl-minimal.c: Include <tls.h>. Define errno as thread-local
3690 variable if USE_TLS && HAVE___THREAD. Don't define __errno_location
3691 either.
3692 * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
3693 from...
3694 (_dl_start_final): ...here. Add code to initialize tls elements from
3695 bootstrap_map.
3696 * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
3697 if USE_TLS && HAVE___THREAD.
3698 * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
3699 * sysdeps/mach/hurd/bits/errno.h: Likewise.
3700 * sysdeps/standalone/arm/bits/errno.h: Likewise.
3701 * sysdeps/standalone/bits/errno.h: Likewise.
3702 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
3703 * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
3704 * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
3705 * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
3706 * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
3707 * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
3708 * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
3709 * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
3710 use GL(dl_rtld_map), use map parameter.
3711 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3712 * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
3713 USE_TLS && HAVE___THREAD.
3714 * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
3715 definitions. If USE_TLS && HAVE___THREAD store errooor value using
3716 TLS code sequence.
3717 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
3718
3719 * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
3720 * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
3721 * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
3722 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
3723 * sysdeps/unix/sysv/linux/readv.c: Likewise.
3724 * sysdeps/unix/sysv/linux/writev.c: Likewise.
3725
3726 2002-07-17 Ulrich Drepper <drepper@redhat.com>
3727
3728 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
3729 MS_INVALIDATE values.
3730
3731 2002-07-17 Andreas Schwab <schwab@suse.de>
3732 Ulrich Drepper <drepper@redhat.com>
3733
3734 * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
3735 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3736 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3737 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3738
3739 2002-07-01 H.J. Lu <hjl@gnu.org>
3740
3741 * elf/circleload1.c (load_dso): Call "circlemod1" and check
3742 return value.
3743
3744 * elf/circlemod1.c (circlemod1): Return int.
3745 * elf/circlemod2.c (circlemod2): Likewise.
3746 * elf/circlemod2a.c (circlemod2): Likewise.
3747 * elf/circlemod3.c (circlemod3): Likewise.
3748 (circlemod3a): A new function.
3749
3750 2002-07-16 Ulrich Drepper <drepper@redhat.com>
3751
3752 * catgets/tst-catgets.c (main): Don't expect results for
3753 untranslated messages.
3754
3755 * glibcbug.in: Fix little typo. Remove STDIO.
3756
3757 * config.h.in: Fail if __FAST_MATH__ is defined.
3758 * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
3759 (CPPFLAGS-test-idouble.c): Likewise.
3760 (CPPFLAGS-test-ildouble.c): Likewise.
3761
3762 2002-07-15 Ulrich Drepper <drepper@redhat.com>
3763
3764 * intl/tst-gettext.sh: Pass -f option to msgfmt.
3765 * intl/tst-gettext.c: Correctly handle untranslated messages in
3766 positive tests.
3767
3768 * po/de.po: Update from translation team.
3769
3770 2002-07-02 H.J. Lu <hjl@gnu.org>
3771
3772 * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>. Always
3773 use ll/sc.
3774 * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
3775
3776 * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
3777 to 2.4.0 for mips.
3778
3779 2002-07-15 Ulrich Drepper <drepper@redhat.com>
3780
3781 * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
3782 TLS fail if USE_TLS is not defined.
3783
3784 * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
3785 and adjust state for seek position. [PR libc/4070]
3786 * libio/Makefile (tests): Add bug-rewind.
3787 * libio/bug-rewind.c: New file.
3788
3789 2002-07-12 Philip Blundell <philb@gnu.org>
3790
3791 * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
3792 (__backtrace): Use it.
3793 * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define. [PR libc/2632]
3794
3795 2002-07-12 Philip Blundell <philb@gnu.org>
3796
3797 * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
3798 R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC. Only check
3799 for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
3800 (elf_machine_rela): Remove unused variable.
3801
3802 * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
3803 (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
3804 define.
3805
3806 2002-07-12 Ulrich Drepper <drepper@redhat.com>
3807
3808 * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
3809
3810 2002-07-14 Andreas Jaeger <aj@suse.de>
3811
3812 * sysdeps/x86_64/bits/link.h: Add biarch support.
3813
3814 2002-07-13 Andreas Jaeger <aj@suse.de>
3815
3816 * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
3817 Use correct indices.
3818 Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
3819
3820 2002-07-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3821
3822 * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
3823 * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
3824 * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
3825 * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
3826 * sysdeps/s390/s390-32/bits/link.h: Remove.
3827 * sysdeps/s390/s390-64/bits/link.h: Remove.
3828 * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
3829 * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
3830 * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
3831 * sysdeps/s390/bits/wordsize.h: New file.
3832 * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
3833 elfclass.h.
3834 * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
3835 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
3836 * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
3837 * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
3838 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
3839 * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
3840 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
3841 * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
3842 * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
3843 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
3844 * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
3845 * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
3846 resource.h.
3847 * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
3848 * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
3849 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
3850 * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
3851 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
3852 * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
3853 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
3854 sigaction.h.
3855 * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
3856 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
3857 siginfo.h.
3858 * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
3859 * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
3860 * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
3861 socket.h.
3862 * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
3863 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
3864 * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
3865 * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
3866 * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
3867 * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
3868 * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
3869 * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
3870 procfs.h.
3871 * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
3872 * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
3873 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
3874 ucontext.h.
3875 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
3876 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
3877
3878 2002-07-11 Ulrich Drepper <drepper@redhat.com>
3879
3880 * Versions.def (libc): Add GLIBC_2.3.
3881 * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
3882 * stdlib/canonicalize.c: Add compatibility version for realpath
3883 and make new code available in GLIBC_2.3.
3884
3885 2002-07-06 Bruno Haible <bruno@clisp.org>
3886
3887 * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
3888
3889 2002-07-11 Ulrich Drepper <drepper@redhat.com>
3890
3891 * resolv/res_hconf.c (_res_hconf_init): Move code into new
3892 function do_init. Use __libc_once.
3893 (do_init): New function.
3894
3895 * iconvdata/iso8859-11.h: Removed.
3896 * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
3897 (distribute): Remove iso8859-11.h.
3898 * iconvdata/tst-tables.sh: Add ISO-8859-11.
3899
3900 * stdio-common/vfscanf.c (inchar): Restore errno from previous
3901 underflow operation if c == (W)EOF.
3902
3903 2002-07-03 Jakub Jelinek <jakub@redhat.com>
3904
3905 * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
3906 non-zero, adjust exponent.
3907 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
3908 Remove NO_LONG_DOUBLE aliases.
3909 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
3910 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
3911 (__log1pl): Raise divide by zero and invalid exceptions when needed.
3912 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
3913 1**y and -1**+-Inf.
3914 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
3915 Fix BITS_PER_MP_LIMB 32 extraction.
3916 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
3917 exceptions for qNaNs.
3918 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
3919 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
3920 Raise exceptions when needed. Don't recurse unnecessarily.
3921 Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
3922 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
3923 exceptions for qNaNs.
3924 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
3925 to fix *quo return value sign.
3926 * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
3927 case -Inf argument.
3928 * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
3929
3930 2002-07-01 Jakub Jelinek <jakub@redhat.com>
3931
3932 * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
3933 * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
3934 -DNDEBUG.
3935
3936 2002-07-10 Ulrich Drepper <drepper@redhat.com>
3937
3938 * malloc/hooks.c (realloc_check): If mremap succeeds actually use
3939 the result.
3940
3941 * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
3942 output parameter. Reported by Denis Zaitsev <zzz@cd-club.ru>.
3943
3944 * Versions.def (libthread_db): Add GLIBC_2.3.
3945
3946 2002-07-09 Jakub Jelinek <jakub@redhat.com>
3947
3948 * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
3949 new stream if possible.
3950 * libio/freopen64.c (freopen64): Likewise.
3951 * libio/Makefile (tests): Add tst-freopen.
3952 * libio/tst-freopen.c: New file.
3953
3954 2002-07-03 Jakub Jelinek <jakub@redhat.com>
3955
3956 * libio/stdio.h (obstack_printf): Add format attribute.
3957 (obstack_vprintf): Likewise.
3958
3959 2002-07-04 Jakub Jelinek <jakub@redhat.com>
3960
3961 * posix/regex_internal.h (re_token_t): Shrink the structure to 8
3962 resp. 16 bytes on 32-bit resp. 64-bit platforms.
3963 (re_charset_t, re_string_t): Reorder structure members for 64-bit
3964 architectures.
3965
3966 2002-07-04 Jakub Jelinek <jakub@redhat.com>
3967
3968 * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
3969 (init_dfa): ...here.
3970
3971 2002-07-05 Isamu Hasegawa <isamu@yamato.ibm.com>
3972
3973 * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
3974 OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
3975 nodes in parse trees.
3976 (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
3977 and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
3978 (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
3979 nodes which can epsilon transit.
3980 * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
3981 to IS_EPSILON_NODE macro.
3982 * posix/regexec.c (update_regs): New function to update registers
3983 by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
3984 (proceed_next_node): Use the entities of the nodes to determine
3985 whether the node can transit to.
3986 (set_regs): Use update_regs function to update registers.
3987
3988 2002-07-03 Jakub Jelinek <jakub@redhat.com>
3989
3990 * posix/bug-regex4.c (main): Remove duplicate setlocale.
3991 * posix/bug-regex6.c: New file.
3992 * posix/Makefile (tests): Add bug-regex6.
3993 (bug-regex6-ENV): Set LOCPATH.
3994
3995 2002-07-10 Ulrich Drepper <drepper@redhat.com>
3996
3997 * Versions.def [libpthread]: Add GLIBC_2.2.6.
3998 * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
3999
4000 2002-07-06 Bruno Haible <bruno@clisp.org>
4001
4002 * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4003
4004 2002-07-06 Bruno Haible <bruno@clisp.org>
4005
4006 * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4007 declarations.
4008
4009 * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4010
4011 * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4012
4013 * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4014 not _UTSNAME_H.
4015 * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4016
4017 * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4018 * sysdeps/generic/bits/ustat.h: Likewise.
4019
4020 * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4021
4022 2002-07-08 Andreas Jaeger <aj@suse.de>
4023
4024 * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4025
4026 2002-07-08 Andreas Jaeger <aj@suse.de>
4027
4028 * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4029
4030 2002-07-06 Andreas Jaeger <aj@suse.de>
4031
4032 * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4033 * sysdeps/x86_64/fpu/s_copysign.S: New file.
4034 * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4035 * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4036 * sysdeps/x86_64/fpu/s_finitel.S: New file.
4037 * sysdeps/x86_64/fpu/s_fmax.S: New file.
4038 * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4039 * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4040 * sysdeps/x86_64/fpu/s_fmin.S: New file.
4041 * sysdeps/x86_64/fpu/s_fminf.S: New file.
4042 * sysdeps/x86_64/fpu/s_fminl.S: New file.
4043
4044 2002-06-05 Brian Youmans <3diff@gnu.org>
4045
4046 * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4047 * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4048 * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4049 * sysdeps/ia64/fpu/e_asin.S: Likewise.
4050 * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4051 * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4052 * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4053 * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4054 * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4055 * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4056 * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4057 * sysdeps/ia64/fpu/e_exp.S: Likewise.
4058 * sysdeps/ia64/fpu/e_expf.S: Likewise.
4059 * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4060 * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4061 * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4062 * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4063 * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4064 * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4065 * sysdeps/ia64/fpu/e_log.S: Likewise.
4066 * sysdeps/ia64/fpu/e_logf.S: Likewise.
4067 * sysdeps/ia64/fpu/e_pow.S: Likewise.
4068 * sysdeps/ia64/fpu/e_powf.S: Likewise.
4069 * sysdeps/ia64/fpu/e_powl.S: Likewise.
4070 * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4071 * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4072 * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4073 * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4074 * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4075 * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4076 * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4077 * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4078 * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4079 * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4080 * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4081 * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4082 * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4083 * sysdeps/ia64/fpu/libm_error.c: Likewise.
4084 * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4085 * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4086 * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4087 * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4088 * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4089 * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4090 * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4091 * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4092 * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4093 * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4094 * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4095 * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4096 * sysdeps/ia64/fpu/s_logb.S: Likewise.
4097 * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4098 * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4099 * sysdeps/ia64/fpu/s_modf.S: Likewise.
4100 * sysdeps/ia64/fpu/s_modff.S: Likewise.
4101 * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4102 * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4103 * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4104 * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4105 * sysdeps/ia64/fpu/s_rint.S: Likewise.
4106 * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4107 * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4108 * sysdeps/ia64/fpu/s_round.S: Likewise.
4109 * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4110 * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4111 * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4112 * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4113 * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4114 * sysdeps/ia64/fpu/s_significand.S: Likewise.
4115 * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4116 * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4117 * sysdeps/ia64/fpu/s_tan.S: Likewise.
4118 * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4119 * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4120 * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4121 * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4122 * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4123 * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4124 reflect IBM donation of math library to FSF
4125 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4126 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4127 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4128 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4129 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4130 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4131 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4132 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4133 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4134 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4135 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4136 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4137 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4138 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4139 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4140 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4141 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4142 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4143 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4144 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4145 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4146 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4147 * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4148 * sysdeps/vax/__longjmp.c: Likewise.
4149 * sysdeps/vax/setjmp.c: Likewise.
4150 * libio/filedoalloc.c: Fixed BSD copying permission notice to
4151 remove advertising clause
4152 * sysdeps/vax/htonl.s: Likewise.
4153 * sysdeps/vax/htons.s: Likewise.
4154 * libio/wfiledoalloc.c: Likewise.
4155 * stdlib/random.c: Likewise.
4156 * stdlib/random_r.c: Likewise.
4157 * sysdeps/mach/sys/reboot.h: Likewise.
4158 * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4159 * sysdeps/posix/getaddrinfo.c: Likewise.
4160 * sunrpc/des_impl.c: Updated license permission notice to Lesser
4161 GPL and corrected pointer to point to the correct license.
4162
4163 2002-07-04 Andreas Jaeger <aj@suse.de>
4164
4165 * scripts/config.guess: New upstream version.
4166 * scripts/config.sub: Likewise.
4167
4168 2002-07-02 Andreas Schwab <schwab@suse.de>
4169
4170 * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4171 in parallel to bumping up the buffer pointer.
4172
4173 2002-07-01 Jakub Jelinek <jakub@redhat.com>
4174
4175 * math/libm-test.inc (acos_test): Add missing L suffix for
4176 expected result.
4177 (cpow_test): Likewise.
4178 * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4179 error for acos (0.0625).
4180
4181 2002-06-30 Ulrich Drepper <drepper@redhat.com>
4182
4183 * locale/iso-639.def: Add entry for Ganda.
4184 * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4185 definition.
4186 (address_finish): Handle entries with two letter ISO 639 code.
4187
4188 * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4189 directory if it existed before.
4190 * iconv/iconvconfig.c: Implement --prefix option.
4191
4192 * math/libm-test.inc (cexp_test): Add missing L suffix for
4193 expected result. Reported by Stephen L Moshier <steve@moshier.net>.
4194 * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4195 1.25 i).
4196
4197 2002-05-29 H.J. Lu <hjl@gnu.org>
4198
4199 * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4200 is turned on.
4201
4202 2002-05-28 H.J. Lu <hjl@gnu.org>
4203
4204 * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4205 are not dlopened on the dependency list of a dlopened object.
4206
4207 2002-06-30 Ulrich Drepper <drepper@redhat.com>
4208
4209 * elf/dl-lookup.c (add_dependency): It is not necessary to add
4210 dependencies if they are created between objects which are created
4211 while processing RTLD_NOW for objects loaded as part of the same
4212 dlopen call.
4213
4214 2002-06-14 H.J. Lu <hjl@gnu.org>
4215
4216 * elf/Makefile (tests): Add circleload1.
4217 (modules-names): Add circlemod1, circlemod2, circlemod3,
4218 circlemod1a, circlemod2a and circlemod3a.
4219 ($(objpfx)circleload1): New target.
4220 ($(objpfx)circleload1.out): Likewise.
4221 ($(objpfx)circlemod1.so): Likewise.
4222 ($(objpfx)circlemod2.so): Likewise.
4223 ($(objpfx)circlemod1a.so): Likewise.
4224 ($(objpfx)circlemod2a.so): Likewise.
4225 * elf/circleload1.c: New file.
4226 * elf/circlemod1.c: New file.
4227 * elf/circlemod1a.c: New file.
4228 * elf/circlemod2.c: New file.
4229 * elf/circlemod2a.c: New file.
4230 * elf/circlemod3.c: New file.
4231 * elf/circlemod3a.c: New file.
4232
4233 2002-06-18 Amos Waterland <apw@us.ibm.com>
4234
4235 * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4236 file descriptor.
4237 * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4238 add check for fd not open for writing.
4239
4240 * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4241 completed element(s) and do not suspend thread if so. Patch
4242 heavily modified by drepper.
4243
4244 * rt/tst-aio7.c: New file. Regression test for problems which the
4245 above three changes fix.
4246 * rt/Makefile (tests): Add tst-aio7.
4247
4248 2002-06-29 Ulrich Drepper <drepper@redhat.com>
4249
4250 * rt/tst-aio6.c: Fix comment.
4251
4252 * catgets/gencat.c (read_input_file): Handle more than one slash
4253 at end of line correctly [PR libc/3926].
4254 Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4255
4256 * catgets/sample.SJIS: Add test case for above bug.
4257 * catgets/test-gencat.c: Adjust test code.
4258 * catgets/test-gencat.sh: Adjust expected results.
4259
4260 * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4261 to skip relative relocations.
4262 Patch by Geoff Keating <geoffk@redhat.com>.
4263
4264 2002-05-26 Bruno Haible <bruno@clisp.org>
4265
4266 * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4267 (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4268 All callers changed.
4269 * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4270 STANDARD_FROM_LOOP_ERR_HANDLER.
4271 (utf8_internal_loop): Likewise.
4272 (ucs2_internal_loop): Likewise.
4273 (internal_ucs2_loop): Perform error handling like in
4274 STANDARD_FROM_LOOP_ERR_HANDLER.
4275 * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4276 in STANDARD_FROM_LOOP_ERR_HANDLER.
4277 (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4278 handling.
4279 * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4280 in STANDARD_FROM_LOOP_ERR_HANDLER.
4281 (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4282 handling.
4283 * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4284 in STANDARD_FROM_LOOP_ERR_HANDLER.
4285 (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4286 handling.
4287 * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4288 STANDARD_FROM_LOOP_ERR_HANDLER.
4289 * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4290 * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4291 * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4292 * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4293 * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4294 * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4295 * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4296 * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4297 * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4298 * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4299 * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4300 * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4301 * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4302 * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4303 * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4304 * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4305 * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4306 * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4307 * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4308 * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4309 * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4310 * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4311 * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4312 * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4313 * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4314 * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4315 * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4316 * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4317 * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise. When ignoring
4318 an error, still set result = __GCONV_ILLEGAL_INPUT.
4319 (BODY for TO_LOOP): Likewise.
4320 * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
4321 STANDARD_FROM_LOOP_ERR_HANDLER.
4322 (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4323 * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
4324 (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4325 handling.
4326 (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4327 * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
4328 STANDARD_FROM_LOOP_ERR_HANDLER.
4329 (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4330 * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
4331 STANDARD_FROM_LOOP_ERR_HANDLER.
4332 (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4333 * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
4334 STANDARD_FROM_LOOP_ERR_HANDLER.
4335 (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4336 * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
4337 STANDARD_FROM_LOOP_ERR_HANDLER.
4338 (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4339 * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
4340 (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4341 handling.
4342 (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4343 * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
4344 * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
4345 * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
4346
4347 2002-06-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4348
4349 * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
4350 labels in assembler instructions.
4351
4352 2002-06-25 Ulrich Drepper <drepper@redhat.com>
4353
4354 * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
4355 not enough content is available.
4356 * libio/tst-eof.c: New file.
4357 * libio/Makefile (tests): Add tst-eof.
4358
4359 * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
4360 update atime.
4361 * libio/tst-atime.c: New file.
4362 * libio/Makefile (tests): Add tst-atime.
4363
4364 * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
4365 handling of overly long words.
4366
4367 2002-06-25 Andreas Jaeger <aj@suse.de>
4368
4369 * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
4370 to not use 32-bit pc relative relocations.
4371 (elf_machine_dynamic): Likewise.
4372
4373 2002-06-21 Ulrich Drepper <drepper@redhat.com>
4374
4375 * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
4376 (__GETDENTS): Check for failed getdents64 syscall.
4377 * dirent/Makefile (tests): Add bug-readdir1.
4378 * dirent/bug-readdir1.c: New file.
4379
4380 2002-06-17 Jakub Jelinek <jakub@redhat.com>
4381
4382 * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
4383 lookups.
4384 * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
4385 code. Print TLS modid and offset for modules containing PT_TLS
4386 segments.
4387
4388 2002-06-09 Jakub Jelinek <jakub@redhat.com>
4389
4390 * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4391 * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4392 * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4393 * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4394
4395 2002-06-07 Jakub Jelinek <jakub@redhat.com>
4396
4397 * nss/getXXbyYY_r.c (NEW, NEW1): Define.
4398 (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
4399 (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
4400 * nss/getXXent_r.c (NEW, NEW1): Define.
4401 (NEW (REENTRANT_GETNAME)): Strong alias to
4402 INTERNAL (REENTRANT_GETNAME).
4403 (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
4404
4405 2002-06-21 Ulrich Drepper <drepper@redhat.com>
4406
4407 * libio/fileops.c (_IO_file_setbuf_mmap): New function.
4408 (_IO_file_jumps_mmap): Use it.
4409 * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
4410 * libio/libioP.h: Remove _IO_wdefault_setbuf and
4411 _IO_wdefault_setbuf_internal prorotypes. Add _IO_file_setbuf_mmap
4412 prototype.
4413 * libio/wfileops.c (_IO_wfile_setbuf): Removed.
4414 (_IO_wfile_jumps_mmap): Don't use it anymore.
4415 * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
4416 * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
4417 _IO_wdefault_setbuf.
4418 * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
4419 * libio/wstrops.c (_IO_wstr_jumps): Likewise.
4420 * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
4421
4422 2002-06-05 Jakub Jelinek <jakub@redhat.com>
4423
4424 * libio/Makefile (tests): Add tst-mmap-setvbuf.
4425 * libio/tst-mmap-setvbuf.c: New test.
4426
4427 2002-06-21 Andreas Jaeger <aj@suse.de>
4428
4429 * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
4430
4431 2002-06-18 Jakub Jelinek <jakub@redhat.com>
4432
4433 * include/unistd.h (__fork_internal): Remove.
4434 (__fork): Don't define to __fork_internal.
4435 * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
4436 * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
4437 * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
4438 * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
4439 * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
4440
4441 2002-06-20 Ulrich Drepper <drepper@redhat.com>
4442
4443 * po/hr.po: New file.
4444
4445 2002-06-11 Wolfram Gloger <wg@malloc.de>
4446
4447 * malloc/malloc.c: Fix error path when new_heap() returns NULL.
4448 Reported by Michael Meissner <meissner@redhat.com>.
4449
4450 2002-06-20 Ulrich Drepper <drepper@redhat.com>
4451
4452 * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
4453 Patch by Hans Boehm <hans_boehm@hp.com>.
4454
4455 2002-06-20 Andreas Jaeger <aj@suse.de>
4456
4457 * math/libm-test.inc: Use exact values as input parameters,
4458 compute output parameters with 36 digits for 128-bit long doubles.
4459 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
4460 * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
4461 * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
4462
4463 2002-06-13 Stephen L Moshier <steve@moshier.net>
4464
4465 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
4466 argument or result is subnormal.
4467
4468 2002-06-19 Ulrich Drepper <drepper@redhat.com>
4469
4470 * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
4471 quotient.
4472 * sysdeps/i386/fpu/s_remquof.S: Likewise.
4473 * sysdeps/i386/fpu/s_remquol.S: Likewise.
4474
4475 * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
4476
4477 2002-06-17 David Mosberger <davidm@hpl.hp.com>
4478
4479 * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
4480 typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
4481 Reported by Peter A. Buhr.
4482
4483 2002-06-15 Roland McGrath <roland@frob.com>
4484
4485 * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
4486 warning.
4487
4488 * sysdeps/mach/hurd/getcwd.c
4489 (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
4490
4491 * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
4492 * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
4493
4494 * sysdeps/alpha/divrem.h: Use local label instead of global one for
4495 jump to local subroutine.
4496
4497 2002-06-14 Roland McGrath <roland@frob.com>
4498
4499 * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
4500 * sysdeps/mach/hurd/Makeconfig: ... here.
4501
4502 2002-06-13 Andreas Schwab <schwab@suse.de>
4503
4504 * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
4505 * sysdeps/m68k/fpu/s_finitef.c: Likewise.
4506 * sysdeps/m68k/fpu/s_finitel.c: Likewise.
4507
4508 2002-06-13 Roland McGrath <roland@frob.com>
4509
4510 * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
4511 * hurd/hurdstartup.c (_hurd_startup): Likewise.
4512 Use intptr_t instead of int for argc in stack layout.
4513 * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
4514 (_dl_init_first): Likewise.
4515 (_hurd_stack_setup): Likewise.
4516 (init1): Add a cast.
4517 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
4518
4519 * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
4520 argument to pfinet_siocgifconf RPC.
4521
4522 2002-06-13 Andreas Schwab <schwab@suse.de>
4523
4524 * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
4525 expansion order.
4526
4527 2002-06-12 Roland McGrath <roland@frob.com>
4528
4529 * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
4530 if already defined.
4531 [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
4532 [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
4533
4534 2002-06-11 Roland McGrath <roland@frob.com>
4535
4536 * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
4537 file on [!RTLD_STAT64].
4538 * sysdeps/mach/hurd/fxstat64.c: Likewise.
4539
4540 * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
4541 (__fdopen): Use INTUSE.
4542 * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
4543
4544 * stdio-common/tmpfile64.c: File removed.
4545 * sysdeps/generic/tmpfile64.c: New file.
4546 * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
4547 if not already defined.
4548 (tmpfile): Use it in place of __GT_FILE.
4549
4550 * include/unistd.h: Declare __chown_internal.
4551
4552 * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
4553 * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
4554
4555 2002-06-09 Roland McGrath <roland@frob.com>
4556
4557 Update to new Hurd RPC interfaces supporting 64-bit file sizes.
4558 * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
4559 value of HURD_INTERFACE_VERSION >= 20020609.
4560 * sysdeps/mach/hurd/configure: Regenerated.
4561 * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
4562 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
4563 convert a struct stat64 into a struct stat and return 0 or -1
4564 with errno set to EOVERFLOW.
4565 * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
4566 for struct statfs64 to struct statfs.
4567 * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
4568 * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
4569 * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
4570 * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
4571 * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
4572 * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
4573 * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4574 * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
4575 * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
4576 * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
4577 * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
4578 * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
4579 * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
4580 * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
4581 * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
4582 * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
4583 * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
4584 * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
4585 * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
4586 * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
4587 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
4588 Use struct stat64 for io_stat argument.
4589 * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
4590 * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
4591 to io_seek.
4592 * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
4593 * hurd/fd-write.c (_hurd_fd_write): Likewise.
4594 * hurd/hurd/fd.h: Update decls.
4595 * sysdeps/mach/hurd/getcwd.c
4596 (_hurd_canonicalize_directory_name_internal): Use ino64_t
4597 and struct dirent64.
4598 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
4599 (__xstat): Renamed to __xstat64, use struct stat64 for argument.
4600 (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
4601 (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
4602
4603 2002-06-08 Roland McGrath <roland@frob.com>
4604
4605 * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
4606 instead of unsigned long int for __allocation and __size members.
4607
4608 2002-06-09 Jakub Jelinek <jakub@redhat.com>
4609
4610 * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4611 * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4612 * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4613 * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4614
4615 2002-06-07 Roland McGrath <roland@frob.com>
4616
4617 * sysdeps/mach/hurd/bits/environments.h: File removed.
4618
4619 2002-06-07 Jakub Jelinek <jakub@redhat.com>
4620
4621 * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
4622 * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
4623 * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
4624 * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
4625 * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
4626 (sendfile64): Likewise.
4627 * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
4628 * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
4629 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
4630 Likewise.
4631 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
4632
4633 * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
4634 already defined.
4635
4636 2002-06-04 Bruno Haible <bruno@clisp.org>
4637
4638 * sysdeps/cris/stackinfo.h: New file.
4639
4640 * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
4641 to an integer type before performing bit operations on it.
4642
4643 2002-06-05 Roland McGrath <roland@frob.com>
4644
4645 * sysdeps/generic/sendfile.c: Include <errno.h>.
4646 * sysdeps/generic/sendfile64.c: Likewise.
4647
4648 * io/Makefile (routines): Add sendfile and sendfile64.
4649 (headers): Add sys/sendfile.h to the list.
4650 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
4651 * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
4652 * io/sys/sendfile.h: ... here.
4653 * sysdeps/generic/sendfile.c: New file.
4654 * sysdeps/generic/sendfile64.c: New file.
4655
4656 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
4657 Move sendfile, sendfile64 to ...
4658 * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
4659 * sysdeps/mach/hurd/sendfile.c: New file.
4660 * sysdeps/mach/hurd/sendfile64.c: New file.
4661
4662 * sysdeps/mach/nanosleep.c: New file.
4663
4664 2002-06-04 Roland McGrath <roland@frob.com>
4665
4666 * sysdeps/alpha/elf/configure.in: New file. Check for TLS support.
4667 * sysdeps/alpha/elf/configure: New file (generated).
4668
4669 2002-06-02 Roland McGrath <roland@frob.com>
4670
4671 * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
4672
4673 2002-06-01 Roland McGrath <roland@frob.com>
4674
4675 * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
4676 i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
4677
4678 2002-05-19 Ulrich Drepper <drepper@redhat.com>
4679
4680 * resolv/resolv.h (struct __res_state): Remove unused nstimes.
4681 Add nsmap.
4682 * resolv/res_init.c (__res_vinit): Initialize nsmap array.
4683 Remove nstimes setting.
4684 (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
4685 * resolv/res_send.c (res_nsend): Don't close unconditionally if
4686 there is mix of IPv6 and IPv4 nameservers.
4687 Use nsmap array to find free slots and preserve nameserver ordering.
4688 Fix RES_ROTATE.
4689
4690 2002-05-30 Ulrich Drepper <drepper@redhat.com>
4691
4692 * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
4693 use this header with LFS.
4694
4695 * po/sk.po: Update from translation team.
4696
4697 2002-05-28 Andreas Schwab <schwab@suse.de>
4698
4699 * sysdeps/generic/readelflib.c (process_elf_file): Give correct
4700 message when finding object of wrong class.
4701
4702 2002-05-28 Jakub Jelinek <jakub@redhat.com>
4703
4704 * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
4705 Patch by <radu@netsoft.ro>.
4706
4707 2002-05-30 Ulrich Drepper <drepper@redhat.com>
4708
4709 * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
4710 Add readahead.
4711 * sysdeps/unix/sysv/linux/readahead.c: New file.
4712 * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
4713 * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
4714 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
4715 Add sendfile64 alias to sendfile syscall.
4716 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4717 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4718 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4719 * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
4720 syscall.
4721
4722 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
4723 special section for PIC register loading.
4724 * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4725
4726 * config.h.in: Define HAVE_HIDDEN.
4727 * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
4728
4729 * elf/elf.h: Correct Alpha TLS relocations according to last spec.
4730
4731 2002-05-28 Roland McGrath <roland@frob.com>
4732
4733 * sysdeps/mach/alpha/setfpucw.c: New file.
4734
4735 2002-05-26 Roland McGrath <roland@frob.com>
4736
4737 * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
4738 Use integer_t instead of int for IOC_VOID case.
4739
4740 2002-05-27 Alexandre Oliva <aoliva@redhat.com>
4741
4742 * configure.in (DO_STATIC_NSS): Define if --disable-shared.
4743
4744 2002-05-26 Bruno Haible <bruno@clisp.org>
4745
4746 * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
4747 end of the ISO-8859-7 from idx table.
4748
4749 2002-05-27 Ulrich Drepper <drepper@redhat.com>
4750
4751 * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
4752
4753 2002-05-24 David S. Miller <davem@redhat.com>
4754
4755 * string/bits/string2.h (memset): Do not try to optimize when
4756 not _STRING_ARCH_unaligned if GCC will do the right thing.
4757
4758 2002-05-21 Isamu Hasegawa <isamu@yamato.ibm.com>
4759
4760 * posix/regex.c: Define `inline' as a macro into nothing for the
4761 compilers which lack the keyword.
4762 * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
4763 for the compatibility of gawk.
4764 * posix/regcomp.c: Add fake implementation of isblank() for the
4765 environments which lack the function.
4766 Don't use free_charset() in case of non-i18n envs.
4767 (build_range_exp): Don't use i18n related code in case of non-i18n
4768 envs.
4769 (build_collating_symbol): Likewise.
4770 (build_equiv_class): Likewise.
4771 (build_charclass): Likewise.
4772 (re_compile_fastmap_iter): Likewise.
4773 (parse_bracket_exp): Likewise.
4774 (build_word_op): Likewise.
4775 (regfree): Don't use free_charset() in case of non-i18n envs.
4776 * posix/regex_internal.h: Remove COMPLEX_BRACKET from
4777 re_token_type_t in case of non-i18n envs.
4778 Don't define re_charset_t in case of non-i18n envs.
4779 Change the type of wcs of re_string_t from wchar_t to wint_t,
4780 since we store also WEOF.
4781 * posix/regex_internal.c: (re_string_realloc_buffers): Change
4782 the type of wcs of re_string_t from wchar_t to wint_t.
4783 (re_string_reconstruct): Likewise.
4784 (create_ci_newstate): Don't use i18n related code in case of
4785 non-i18n envs.
4786 (create_cd_newstate): Likewise.
4787
4788 2002-05-24 Ulrich Drepper <drepper@redhat.com>
4789
4790 * iconv/loop.c: Fix typo.
4791
4792 2002-05-23 Jakub Jelinek <jakub@redhat.com>
4793
4794 * inet/ether_line.c (ether_line): Fix a typo causing only
4795 lower 4 bits of each ethernet address byte being assigned.
4796 Don't modify what line points to.
4797 * inet/tst-ether_aton.c (main): Add ether_line tests.
4798
4799 2002-05-23 Marcus Brinkmann <marcus@gnu.org>
4800
4801 * manual/filesys.texi: Don't make readlink example leak memory
4802 when readlink fails.
4803
4804 2002-05-20 Ulrich Drepper <drepper@redhat.com>
4805
4806 * iconv/loop.c: Fix condition for defining unaligned loop. Add
4807 some more security checks.
4808
4809 2002-05-17 David S. Miller <davem@redhat.com>
4810
4811 * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
4812
4813 2002-05-16 David S. Miller <davem@redhat.com>
4814
4815 * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
4816 (elf_machine_dynamic): Use it to force PIC register to be loaded.
4817 (elf_machine_load_address): Likewise.
4818 * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
4819
4820 * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
4821 is unaligned, do not forget to fully initialize %g1 magic value.
4822
4823 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
4824 register definitions and provide 32-bit variants of structures
4825 during 64-bit builds.
4826
4827 * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
4828 * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
4829 * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
4830 * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
4831 _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
4832 (_FP_FROM_INT): Perform right shifts on unsigned integer type.
4833 Do not clear implicit one bit here, it must be done post-rounding.
4834 Only pad to the left using left shift if value uses less than the
4835 available fractional bits.
4836
4837 2002-05-20 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4838
4839 * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
4840 instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
4841 (shared-only-routines): Likewise.
4842 * sysdeps/powerpc/libgcc-compat.c: New file.
4843 * sysdeps/wordsize-32/cmpdi2.c: Removed.
4844 * sysdeps/wordsize-32/fixdfdi.c: Removed.
4845 * sysdeps/wordsize-32/fixsfdi.c: Removed.
4846 * sysdeps/wordsize-32/shdi3.c: Removed.
4847
4848 2002-05-16 Bruno Haible <bruno@clisp.org>
4849
4850 * MakeTAGS (libc.pot): Don't sort the output.
4851 * po/header.pot: Update to match xgettext 0.11 output.
4852
4853 2002-05-16 Bruno Haible <bruno@clisp.org>
4854
4855 * MakeTAGS (subdirs): Remove duplicates.
4856
4857 2002-05-19 Ulrich Drepper <drepper@redhat.com>
4858
4859 * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
4860 definiton of _old_sys_nerr. Define _old_sys_errlist as strong
4861 alias.
4862
4863 2002-05-19 Andreas Jaeger <aj@suse.de>
4864
4865 * sysdeps/unix/sysv/linux/configure.in: Warn against an
4866 installation in /usr/local.
4867
4868 2002-05-16 Bruno Haible <bruno@clisp.org>
4869
4870 * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
4871 string as argument of #error.
4872
4873 2002-05-15 Ulrich Drepper <drepper@redhat.com>
4874
4875 * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
4876 don't define static. Remove old __realpath function. TC1 of
4877 POSIX 2001 will allow the second parameter to be NULL.
4878 * stdlib/test-canon.c: Comment out test for NULL as second
4879 parameter of realpath.
4880
4881 * time/offtime.c (__offtime): Set errno if overflow is detected.
4882
4883 * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
4884 * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
4885 dl-brk and dl-sbrk.
4886
4887 * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
4888 (fdimf): Likewise.
4889
4890 2002-05-15 Roland McGrath <roland@frob.com>
4891
4892 * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
4893
4894 2002-05-12 Bruno Haible <bruno@clisp.org>
4895
4896 * iconvdata/testdata/EUC-JISX0213: New file.
4897 * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
4898 * iconvdata/testdata/SHIFT_JISX0213: New file.
4899 * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
4900 * iconvdata/testdata/ISO-2022-JP-3: New file.
4901 * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
4902 * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
4903 * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
4904 contains comments indicating precomposed characters.
4905
4906 2002-04-21 Bruno Haible <bruno@clisp.org>
4907
4908 * iconvdata/iso-2022-jp-3.c: New file.
4909 * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
4910 * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
4911 (LDFLAGS-ISO-2022-JP-3.so): New variable.
4912 (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
4913 (distribute): Add iso-2022-jp-3.c.
4914
4915 2002-05-12 Bruno Haible <bruno@clisp.org>
4916
4917 * iconvdata/tst-table-to.c (main): Restore handling of
4918 transliterations, broken by last patch.
4919
4920 2002-05-12 Bruno Haible <bruno@clisp.org>
4921
4922 * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
4923
4924 2002-05-12 Bruno Haible <bruno@clisp.org>
4925
4926 * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
4927 when there is not enough room in the output buffer.
4928 * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4929
4930 2002-04-20 Bruno Haible <bruno@clisp.org>
4931
4932 * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
4933 macros.
4934 (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
4935 Also make this macro work if FROM_DIRECTION evaluates to 0.
4936 (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
4937 (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
4938 of consume_incomplete.
4939 * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
4940 instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
4941 4, not 8.
4942 * iconvdata/cp1258.c: Likewise.
4943 * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
4944 instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
4945 not 2.
4946 * iconvdata/ibm933.c: Likewise.
4947 * iconvdata/ibm935.c: Likewise.
4948 * iconvdata/ibm937.c: Likewise.
4949 * iconvdata/ibm939.c: Likewise.
4950 * iconvdata/iso-2022-cn.c: Define
4951 {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4952 {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
4953 * iconvdata/iso-2022-cn-ext.c: Likewise.
4954 * iconvdata/iso-2022-jp.c: Define
4955 {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4956 {MIN,MAX}_NEEDED_{FROM,TO}.
4957 * iconvdata/tcvn5712-1.c: Define
4958 {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4959 {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
4960 * iconvdata/euc-jisx0213.c: Define
4961 {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4962 {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
4963 * iconvdata/shift_jisx0213.c: Likewise.
4964
4965 2002-05-14 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4966
4967 * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
4968 shdi3, fixdfdi, fixsfdi in csu dir.
4969 (shared-only-routines): Likewise.
4970 * sysdeps/wordsize-32/cmpdi2.c: New file.
4971 * sysdeps/wordsize-32/shdi3.c: New file.
4972 * sysdeps/wordsize-32/fixdfdi.c: New file.
4973 * sysdeps/wordsize-32/fixsfdi.c: New file.
4974 * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
4975 __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
4976 __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
4977
4978 * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
4979 Only use va_arg if the argument will be used [PR libc/3259].
4980
4981 2002-05-06 Michael A. Schmidt <mmaass@us.ibm.com>
4982
4983 * catgets/catgets.c (catopen): Free buffer if internal catalog
4984 open fails.
4985
4986 2002-05-14 Ulrich Drepper <drepper@redhat.com>
4987
4988 * debug/xtrace.sh: Make more robust. For realtime tracking use
4989 non-buffering methods.
4990 * debug/pcprofiledump.c: Implement -u option.
4991 Patch by Roger Luethi <rl@hellgate.ch>.
4992
4993 2002-05-11 Jakub Jelinek <jakub@redhat.com>
4994
4995 * include/netinet/in.h (bindresvport_internal): Add prototype.
4996 * include/rpc/auth.h (authunix_create_internal,
4997 authunix_create_default_internal, authnone_create_internal,
4998 authdes_pk_create_internal): Add prototypes.
4999 * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5000 clntudp_create_internal, clntudp_bufcreate_internal,
5001 clntunix_create_internal): Add prototypes.
5002 * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5003 svc_getreq_internal, svc_getreq_common_internal,
5004 svc_getreqset_internal, svc_getreq_poll_internal,
5005 svc_register_internal, svc_unregister_internal,
5006 svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5007 * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5008 * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5009 __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5010 * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5011 * inet/rcmd.c (rcmd_af): Use __listen.
5012 (rresvport_af): Use __bind.
5013 * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5014 authunix_create, authunix_create_default, authnone_create,
5015 authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5016 clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5017 svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5018 svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5019 _authenticate, add INTDEF after such function definitions.
5020 Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5021 __setsockopt, __getsockname instead of non-__ variants.
5022 * sunrpc/pmap_rmt.c: Likewise.
5023 * sunrpc/rtime.c: Likewise.
5024 * sunrpc/svc_udp.c: Likewise.
5025 * sunrpc/clnt_unix.c: Likewise.
5026 * sunrpc/svc_unix.c: Likewise.
5027 * sunrpc/bindrsvprt.c: Likewise.
5028 * sunrpc/svc_tcp.c: Likewise.
5029 * sunrpc/auth_none.c: Likewise.
5030 * sunrpc/clnt_raw.c: Likewise.
5031 * sunrpc/clnt_tcp.c: Likewise.
5032 * sunrpc/auth_unix.c: Likewise.
5033 * sunrpc/key_call.c: Likewise.
5034 * sunrpc/clnt_gen.c: Likewise.
5035 * sunrpc/pm_getmaps.c: Likewise.
5036 * sunrpc/clnt_simp.c: Likewise.
5037 * sunrpc/pmap_clnt.c: Likewise.
5038 * sunrpc/svc_run.c: Likewise.
5039 * sunrpc/svc.c: Likewise.
5040 * sunrpc/svc_simple.c: Likewise.
5041 * sunrpc/pm_getport.c: Likewise.
5042 * sunrpc/auth_des.c: Likewise.
5043 * sunrpc/svc_auth.c: Likewise.
5044 * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5045 __register_frame_info_table_bases, __deregister_frame_info_bases):
5046 Add INTDEF.
5047 (__register_frame_info_bases_internal,
5048 __register_frame_info_table_bases_internal,
5049 __deregister_frame_info_bases_internal): Add prototypes.
5050 (__register_frame_info, __register_frame): Use INTUSE in call to
5051 __register_frame_info_bases.
5052 (__register_frame_info_table): Similarly.
5053 (__deregister_frame_info, __deregister_frame): Similarly.
5054 * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5055 sendto as weak alias.
5056 * sysdeps/mach/hurd/sendto.c: Likewise.
5057 * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5058 recvfrom as weak alias.
5059 * sysdeps/mach/hurd/recvfrom.c: Likewise.
5060 * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5061 * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5062 recvmsg as weak alias.
5063 * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5064 * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5065 sendmsg as weak alias.
5066 * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5067 * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5068 setsockopt, add setsockopt as weak alias.
5069 * sysdeps/mach/hurd/setsockopt.c: Likewise.
5070 * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5071 weak alias.
5072 * sysdeps/mach/hurd/bind.c: Likewise.
5073 * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5074 as weak alias.
5075 * sysdeps/mach/hurd/listen.c: Likewise.
5076 * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5077 getsockname, add getsockname as weak alias.
5078 * sysdeps/mach/hurd/getsockname.c: Likewise.
5079 * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5080 * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5081 * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5082 * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5083 __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5084 * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5085 Add aliases.
5086 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5087 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5088 * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5089 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5090 * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5091 * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5092 * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5093 * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5094 * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5095 * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5096 * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5097 * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5098
5099 2002-05-10 Jakub Jelinek <jakub@redhat.com>
5100
5101 * locale/programs/localedef.h (show_archive_content): Add verbose
5102 argument.
5103 * locale/programs/localedef.c (main): Adjust caller.
5104 * locale/programs/locarchive.c (struct nameent, struct dataent): New
5105 types.
5106 (nameentcmp, dataentcmp): New functions.
5107 (xstrcmp): Remove.
5108 (show_archive_content): Print verbose listing with --list-archive -v.
5109
5110 2002-05-14 Ulrich Drepper <drepper@redhat.com>
5111
5112 * locale/programs/locarchive.c (open_archive): Take extra argument
5113 readonly. If true open file with O_RDONLY and don't create the
5114 archive if it doesn't exist.
5115 Adapt all callers.
5116 (close_archive): Don't do anything if fd element is -1.
5117 * locale/programs/localedef.h (open_archive): Adjust prototype.
5118 * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5119 call.
5120
5121 * malloc/malloc.c (__posix_memalign): Correct check for size of
5122 alignment value [PR libc/3444].
5123
5124 * include/stdio.h: Remove references to old stdio implementation.
5125
5126 * libio/Makefile (bug-ungetwc2-ENV): Define.
5127
5128 2002-05-13 Roland McGrath <roland@frob.com>
5129
5130 * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5131
5132 * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5133
5134 2002-05-13 Marcus Brinkmann <marcus@gnu.org>
5135
5136 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5137 Allocate three, not two, more than LEN when appending '/.'.
5138 * sysdeps/mach/hurd/chroot.c (chroot): Likewise. Don't check
5139 if NAME ends with '/.' if it is shorter than 2 chars.
5140
5141 2002-05-12 Roland McGrath <roland@frob.com>
5142
5143 * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5144 files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5145
5146 * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5147 file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5148
5149 2002-05-10 Jakub Jelinek <jakub@redhat.com>
5150
5151 * sysdeps/ia64/Makefile: Remove extra endif.
5152 * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5153
5154 2002-05-10 Andreas Schwab <schwab@suse.de>
5155
5156 * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5157
5158 2002-05-09 Andreas Jaeger <aj@suse.de>
5159
5160 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5161 * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5162 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5163
5164 * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5165 * sysdeps/wordsize-64/glob.c: ...here.
5166 * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5167 * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5168 * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5169
5170 2002-05-08 Roland McGrath <roland@frob.com>
5171
5172 * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5173 O_NOTRANS flag in "." lookup.
5174
5175 2002-05-05 Ulrich Drepper <drepper@redhat.com>
5176
5177 * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5178
5179 2002-05-04 Ulrich Drepper <drepper@redhat.com>
5180
5181 * locale/duplocale.c (__duplocale): Update special members only
5182 when allocation succeeded.
5183
5184 2002-05-03 Roland McGrath <roland@frob.com>
5185
5186 * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5187 we can only build libc.so.0.3(GLIBC_2.2.6) now.
5188
5189 2002-05-02 Jakub Jelinek <jakub@redhat.com>
5190
5191 * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5192 * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5193 __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5194 * sysdeps/ia64/ia64libgcc.S: New file.
5195
5196 2002-05-02 Ulrich Drepper <drepper@redhat.com>
5197
5198 * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5199
5200 * malloc/memusage.c: Distinguish anonymous mmap.
5201
5202 2002-05-01 Roland McGrath <roland@frob.com>
5203
5204 * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5205 and use INTDEF on it.
5206 * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5207
5208 * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5209
5210 * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5211
5212 2002-05-01 Ulrich Drepper <drepper@redhat.com>
5213
5214 * malloc/memusage.c: Add support for tracking mmap & friends.
5215 * malloc/memusage.sh: Implement -m/--mmap option.
5216
5217 2002-04-30 Jakub Jelinek <jakub@redhat.com>
5218
5219 * locale/programs/locarchive.c (create_archive): Add archivefname
5220 argument, create fname from it.
5221 (enlarge_archive): Honour output_prefix.
5222 (open_archive): Likewise.
5223
5224 2002-04-30 Jakub Jelinek <jakub@redhat.com>
5225
5226 * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5227 too many stpcpy macros.
5228
5229 2002-04-26 Bruno Haible <bruno@clisp.org>
5230
5231 * locale/programs/ld-collate.c (collate_read): Cast first argument
5232 for "%.*s" to int.
5233
5234 2002-04-26 Bruno Haible <bruno@clisp.org>
5235
5236 * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5237 __dcngettext_internal): New declarations.
5238 (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5239 attribute declarations.
5240
5241 2002-04-30 Roland McGrath <roland@frob.com>
5242
5243 Removed old GNU stdio implementation; GNU libio is now the only option.
5244 * configure.in: Removed --enable-libio option and @stdio@ subst var.
5245 Define USE_IN_LIBIO unconditionally.
5246 * configure: Regenerated.
5247 * Makeconfig (stdio): Set to libio by default.
5248 * config.make.in (stdio): Variable removed.
5249 * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5250 * sysdeps/unix/sysv/linux/configure: Regenerated.
5251 * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5252 * sysdeps/mach/hurd/configure: Regenerated.
5253 * stdio/.cvsignore: File removed.
5254 * stdio/Makefile: File removed.
5255 * stdio/Versions: File removed.
5256 * stdio/__fbufsize.c: File removed.
5257 * stdio/__flbf.c: File removed.
5258 * stdio/__fpending.c: File removed.
5259 * stdio/__fpurge.c: File removed.
5260 * stdio/__freadable.c: File removed.
5261 * stdio/__freading.c: File removed.
5262 * stdio/__fsetlocking.c: File removed.
5263 * stdio/__fwritable.c: File removed.
5264 * stdio/__fwriting.c: File removed.
5265 * stdio/clearerr.c: File removed.
5266 * stdio/fclose.c: File removed.
5267 * stdio/fcloseall.c: File removed.
5268 * stdio/feof.c: File removed.
5269 * stdio/ferror.c: File removed.
5270 * stdio/fflush.c: File removed.
5271 * stdio/fgetc.c: File removed.
5272 * stdio/fgetpos.c: File removed.
5273 * stdio/fgets.c: File removed.
5274 * stdio/fileno.c: File removed.
5275 * stdio/fmemopen.c: File removed.
5276 * stdio/fopen.c: File removed.
5277 * stdio/fopncook.c: File removed.
5278 * stdio/fputc.c: File removed.
5279 * stdio/fputs.c: File removed.
5280 * stdio/fread.c: File removed.
5281 * stdio/freopen.c: File removed.
5282 * stdio/fseek.c: File removed.
5283 * stdio/fsetpos.c: File removed.
5284 * stdio/ftell.c: File removed.
5285 * stdio/fwrite.c: File removed.
5286 * stdio/getc.c: File removed.
5287 * stdio/getchar.c: File removed.
5288 * stdio/getdelim.c: File removed.
5289 * stdio/gets.c: File removed.
5290 * stdio/glue.c: File removed.
5291 * stdio/internals.c: File removed.
5292 * stdio/linewrap.c: File removed.
5293 * stdio/linewrap.h: File removed.
5294 * stdio/memstream.c: File removed.
5295 * stdio/newstream.c: File removed.
5296 * stdio/obstream.c: File removed.
5297 * stdio/putc.c: File removed.
5298 * stdio/putchar.c: File removed.
5299 * stdio/puts.c: File removed.
5300 * stdio/rewind.c: File removed.
5301 * stdio/setbuf.c: File removed.
5302 * stdio/setbuffer.c: File removed.
5303 * stdio/setlinebuf.c: File removed.
5304 * stdio/setvbuf.c: File removed.
5305 * stdio/stdio.h: File removed.
5306 * stdio/ungetc.c: File removed.
5307 * stdio/vasprintf.c: File removed.
5308 * stdio/vscanf.c: File removed.
5309 * stdio/vsnprintf.c: File removed.
5310 * stdio/vsprintf.c: File removed.
5311 * stdio/vsscanf.c: File removed.
5312 * sysdeps/generic/defs.c: File removed.
5313 * sysdeps/generic/fdopen.c: File removed.
5314 * sysdeps/generic/pipestream.c: File removed.
5315 * sysdeps/generic/stdio_init.c: File removed.
5316 * sysdeps/generic/sysd-stdio.c: File removed.
5317 * sysdeps/generic/vdprintf.c: File removed.
5318 * sysdeps/mach/hurd/defs.c: File removed.
5319 * sysdeps/mach/hurd/fdopen.c: File removed.
5320 * sysdeps/mach/hurd/pipestream.c: File removed.
5321 * sysdeps/mach/hurd/stdio_init.c: File removed.
5322 * sysdeps/mach/hurd/sysd-stdio.c: File removed.
5323 * sysdeps/mach/hurd/vdprintf.c: File removed.
5324 * sysdeps/posix/defs.c: File removed.
5325 * sysdeps/posix/fdopen.c: File removed.
5326 * sysdeps/posix/pipestream.c: File removed.
5327 * sysdeps/posix/stdio_init.c: File removed.
5328 * sysdeps/posix/vdprintf.c: File removed.
5329 * sysdeps/unix/pipestream.c: File removed.
5330 * sysdeps/unix/sysv/sysd-stdio.c: File removed.
5331 * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
5332 * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
5333
5334 2002-04-29 Roland McGrath <roland@frob.com>
5335
5336 * include/libc-symbols.h (link_warning): Use `unused' attribute.
5337
5338 2002-04-28 Ulrich Drepper <drepper@redhat.com>
5339
5340 * sysdeps/generic/tls.h: Describe what must be defined.
5341
5342 * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
5343 glob_in_dir [PR libc/3385].
5344 * posix/globtest.sh: Add test case.
5345
5346 * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
5347 //TRANSLIT twice.
5348
5349 2002-04-27 Ulrich Drepper <drepper@redhat.com>
5350
5351 * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
5352 _internal symbol handling.
5353 * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5354
5355 2002-04-26 Ulrich Drepper <drepper@redhat.com>
5356
5357 * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
5358 * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
5359
5360 2002-04-26 Isamu Hasegawa <isamu@yamato.ibm.com>
5361
5362 * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
5363 not _LIBC and RE_ENABLE_I18N.
5364 (build_range_exp): Implement for not _LIBC.
5365 (build_collating_symbol): Likewise.
5366 (parse_bracket_exp): Unify redundant error handlings.
5367 Don't erase mbcset for non matching list in multibyte envs.
5368 (build_word_op): Add '_' to matching list for \w operator.
5369 * posix/regex_internal.c (re_string_construct): Invoke
5370 build_upper_buffer in case of not RE_ENABLE_I18N.
5371 (re_string_reconstruct): Don't touch cur_state in case of not
5372 RE_ENABLE_I18N.
5373 * posix/regex_internal.h (attribute_hidden): New macro in case of
5374 not _LIBC.
5375 (re_charset_t): Define range_starts/ends in case of not _LIBC.
5376 * posix/regexec.c (sift_states_iter_mb): Hide in case of not
5377 RE_ENABLE_I18N.
5378 (transit_state_mb): Likewise.
5379 (check_node_accept_bytes): Implement the code evaluating range
5380 expression in case of not _LIBC.
5381 (find_collation_sequence_value): Hide in case of not _LIBC.
5382
5383 2002-04-26 Jakub Jelinek <jakub@redhat.com>
5384
5385 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
5386 i386/semctl.c.
5387 (__old_semctl, __new_semctl): Only use va_arg if the argument will
5388 be used.
5389
5390 2002-04-26 Ulrich Drepper <drepper@redhat.com>
5391
5392 * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
5393
5394 * sysdeps/ia64/strncpy.S: Fix recovery code.
5395 Patch by David Mosberger <davidm@hpl.hp.com>.
5396
5397 2002-04-24 Ulrich Drepper <drepper@redhat.com>
5398
5399 * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
5400 GLIBC_2.2.6.
5401
5402 2002-04-14 Bruno Haible <bruno@clisp.org>
5403
5404 * posix/regex.c (re_max_failures): Add back symbol for binary
5405 compatibility.
5406
5407 2002-04-22 Isamu Hasegawa <isamu@yamato.ibm.com>
5408
5409 * posix/regcomp.c (re_compile_internal): Adapt it to new interface
5410 of buffer building functions.
5411 * posix/regex_internal.c (re_string_allocate): New function.
5412 (re_string_realloc_buffers): New function.
5413 (re_string_skip_chars): New function.
5414 (re_string_reconstruct): New function.
5415 (re_string_construct): Adapt it to new interface of buffer building
5416 functions.
5417 (re_string_construct_common): Likewise.
5418 (build_wcs_buffer): Likewise.
5419 (build_wcs_upper_buffer): Likewise.
5420 (build_upper_buffer): Likewise.
5421 (re_string_translate_buffer): Likewise.
5422 (re_string_context_at): Adapt it to variable length buffers.
5423 * posix/regex_internal.h (re_string_t): Add new fields to handle
5424 variable length buffers.
5425 (re_match_context_t): Likewise.
5426 * posix/regexec.c (re_search_internal): Adapt it to new interface
5427 of re_string_t and re_match_context_t.
5428 (acquire_init_state_context): Likewise.
5429 (check_matching): Likewise.
5430 (check_halt_state_context): Likewise.
5431 (proceed_next_node): Likewise.
5432 (set_regs): Likewise.
5433 (sift_states_backward): Likewise.
5434 (clean_state_log_if_need): Likewise.
5435 (sift_states_iter_mb): Likewise.
5436 (sift_states_iter_bkref): Likewise.
5437 (add_epsilon_backreference): Likewise.
5438 (transit_state): Likewise.
5439 (transit_state_sb): Likewise.
5440 (transit_state_mb): Likewise.
5441 (transit_state_bkref): Likewise.
5442 (transit_state_bkref_loop): Likewise.
5443 (check_node_accept): Likewise.
5444 (match_ctx_init): Likewise.
5445 (extend_buffers): New function.
5446
5447 2002-04-21 Bruno Haible <bruno@clisp.org>
5448
5449 * iconvdata/tst-table.sh: For the second check, use the truncated
5450 GB18030 charmap table, like for the first check.
5451
5452 2002-04-24 Ulrich Drepper <drepper@redhat.com>
5453
5454 * elf/dl-load.c (open_verify): Correct __lseek parameters.
5455 Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
5456
5457 2002-04-23 H.J. Lu <hjl@gnu.org>
5458
5459 * include/math.h (isfinite): Fix a typo.
5460
5461 2002-04-24 Ulrich Drepper <drepper@redhat.com>
5462
5463 * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
5464 which is created by the test suite.
5465
5466 2002-04-20 Bruno Haible <bruno@clisp.org>
5467
5468 * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
5469 (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
5470
5471 2002-04-20 Bruno Haible <bruno@clisp.org>
5472
5473 * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
5474 to avoid gcc warning.
5475
5476 2002-04-20 Bruno Haible <bruno@clisp.org>
5477
5478 * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
5479 of data->__statep->__count.
5480
5481 2002-04-20 Bruno Haible <bruno@clisp.org>
5482
5483 * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
5484 tag characters.
5485 * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
5486
5487 2002-04-24 Roland McGrath <roland@frob.com>
5488
5489 * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
5490 use END macro instead of our own .end directive.
5491 Use `callsys' insn mnemonic instead of `call_pal'.
5492
5493 * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
5494
5495 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
5496 macro; we need this for Hurd.
5497
5498 Log entry was missing for 2002/03/24 commit of rev 1.8,
5499 goes with 2002-03-17 changes.
5500 * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
5501 (sysdep_routines): Append ioperm here.
5502 (sysdep_headers): Append sys/io.h here.
5503
5504 2002-04-23 Roland McGrath <roland@frob.com>
5505
5506 * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
5507 * sysdeps/mach/hurd/sendto.c: Likewise.
5508 * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
5509 * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
5510 * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
5511
5512 2002-04-22 Roland McGrath <roland@frob.com>
5513
5514 * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
5515 failure from i386_io_perm_* RPCs to ENOSYS.
5516
5517 2002-04-22 Andreas Jaeger <aj@suse.de>
5518
5519 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
5520
5521 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
5522
5523 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
5524 register instead of destroying %rbx.
5525
5526 2002-04-21 Ulrich Drepper <drepper@redhat.com>
5527
5528 * string/string.h: Declare strerror_r also for XPG6.
5529
5530 2002-04-19 Roland McGrath <roland@frob.com>
5531
5532 * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
5533
5534 2002-04-20 Ulrich Drepper <drepper@redhat.com>
5535
5536 * Makefile: Add handling of xtests and xcheck targets.
5537 * MakeTAGS: Likewise.
5538 * Makeconfig: Likewise.
5539 * Makerules: Likewise.
5540 * Rules: Likewise.
5541 * manual/Makefile: Likewise.
5542 * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
5543 * sunrpc/thrsvc.c: New file. By Zack Weinberg.
5544
5545 2002-04-11 Zack Weinberg <zack@codesourcery.com>
5546
5547 * include/rpc/rpc.h (struct rpc_thread_variables): Remove
5548 authnone_private_s.
5549 * sunrpc/auth_none.c: Include bits/libc-lock.h.
5550 Delete #ifdef _RPC_THREAD_SAFE_ block.
5551 (authnone_private): Make a struct, not a pointer to struct.
5552 (authnone_private_guard): New once-control variable.
5553 (authnone_create_once): New function, split out of
5554 authnone_create. No need to allocate memory.
5555 (authnone_create): Just call authnone_create_once via
5556 __libc_once, then return &authnone_private->no_client.
5557 (authnone_marshal): Access private data via CLIENT argument,
5558 not authnone_private pointer.
5559 Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
5560 * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
5561 authnone_private_s.
5562
5563 2002-04-12 H.J. Lu <hjl@gnu.org>
5564
5565 * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
5566
5567 2002-04-18 Bruno Haible <bruno@clisp.org>
5568
5569 * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5570 FROM_DIRECTION): Make the FROM direction stateless.
5571 * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5572 FROM_DIRECTION): Likewise.
5573
5574 2002-04-15 Bruno Haible <bruno@clisp.org>
5575
5576 * iconvdata/JISX0213.TXT: New file.
5577 * iconvdata/jisx0213.h: New file.
5578 * iconvdata/jisx0213.c: New file.
5579 * iconvdata/euc-jisx0213.c: New file.
5580 * iconvdata/shift_jisx0213.c: New file.
5581 * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
5582 * iconvdata/EUC-JISX0213.precomposed: New file.
5583 * iconvdata/SHIFT_JISX0213.precomposed: New file.
5584 * iconvdata/SHIFT_JISX0213.irreversible: New file.
5585 * iconvdata/tst-table-to.c (main): Make it work for encodings for
5586 which the "to" direction is stateful.
5587 * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
5588 * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
5589 SHIFT_JISX0213.
5590 (libJISX0213-routines): New variable.
5591 (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
5592 (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
5593 (LDFLAGS-libJISX0213.so): New variable.
5594 (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
5595 SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
5596 jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
5597
5598 2002-04-15 Bruno Haible <bruno@clisp.org>
5599
5600 * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
5601 uint32_t. Update to Unicode 3.2.
5602 (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
5603 (BODY for TO_LOOP): Handle the ASCII range specially.
5604 * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
5605 * iconvdata/testdata/BIG5HKSCS: Remove a character.
5606 * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
5607
5608 2002-04-15 Bruno Haible <bruno@clisp.org>
5609
5610 * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
5611 __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
5612
5613 2002-04-15 Bruno Haible <bruno@clisp.org>
5614
5615 * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
5616 (ucs4_to_cns11643): Update.
5617 * iconvdata/cns11643.c: Update to Unicode 3.2.
5618 (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
5619 __cns11643_from_ucs4p2_tab): Regenerated.
5620 (__cns11643_from_ucs4p2c_tab): New array.
5621 * iconvdata/cvs11643l1.c: Update comments.
5622 * iconvdata/EUC-TW.irreversible: Remove two entries.
5623
5624 2002-04-15 Bruno Haible <bruno@clisp.org>
5625
5626 * locale/C-translit.h.in: Update to Unicode 3.2.
5627 Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
5628 <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
5629
5630 2002-04-15 Bruno Haible <bruno@clisp.org>
5631
5632 * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
5633 (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
5634
5635 2002-04-15 Bruno Haible <bruno@clisp.org>
5636
5637 * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
5638 invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
5639 always one byte, not 0 bytes in some cases and 2 bytes in others.
5640
5641 * iconvdata/tst-table-from.c (main): Correct the usage message.
5642
5643 2002-04-19 Isamu Hasegawa <isamu@yamato.ibm.com>
5644
5645 * posix/regcomp.c (parse_expression): Fix incorrect error code.
5646 (parse_dup_op): Fix error handling like "a{}".
5647 (parse_bracket_exp): Add error handling.
5648 (fetch_number): Add error handling for "a{<very_large_number>}".
5649
5650 2002-04-19 Isamu Hasegawa <isamu@yamato.ibm.com>
5651
5652 * posix/regcomp.c (parse_bracket_symbol): Add error handling
5653 in case that the symbol name is too long.
5654 (build_charclass): Handle [:lower:]/[:uppper:] correctly
5655 in case of REG_ICASE.
5656
5657 2002-04-19 Andreas Jaeger <aj@suse.de>
5658
5659 * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
5660 <hartvige@mips.com>.
5661
5662 2002-04-15 H.J. Lu <hjl@gnu.org>
5663
5664 * include/math.h (__finitel_internal): Declare only if
5665 __NO_LONG_DOUBLE_MATH is not defined.
5666 (__isinfl_internal): Likewise.
5667 (__isnanl_internal): Likewise.
5668
5669 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
5670 * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5671 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5672 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5673 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5674 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5675 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5676
5677 * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
5678 __fcntl_internal.
5679
5680 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
5681 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
5682
5683 2002-04-15 Bruno Haible <bruno@clisp.org>
5684
5685 * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
5686 (BODY for TO_LOOP): Likewise.
5687 * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
5688 * iconvdata/tst-table.sh: Add support for encodings which contain
5689 precomposed Unicode characters, known to the iconv converter in both
5690 directions but not listed in the charmap.
5691 * iconvdata/IBM856.irreversible: New file.
5692 * iconvdata/IBM922.irreversible: New file.
5693 * iconvdata/IBM1132.irreversible: New file.
5694 * iconvdata/IBM1133.irreversible: New file.
5695 * iconvdata/IBM1160.irreversible: New file.
5696 * iconvdata/IBM1161.irreversible: New file.
5697 * iconvdata/IBM1163.irreversible: New file.
5698 * iconvdata/IBM1164.irreversible: New file.
5699 * iconvdata/ARMSCII-8.irreversible: New file.
5700 * iconvdata/TCVN5712-1.precomposed: New file.
5701 * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
5702 IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
5703 ARMSCII-8, TCVN5712-1.
5704 * iconvdata/Makefile (distribute): Add IBM856.irreversible,
5705 IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
5706 IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
5707 IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
5708
5709 2002-04-17 Jakub Jelinek <jakub@redhat.com>
5710
5711 * time/tst-mktime.c: Include <stdlib.h>. Use %d, not %ld format
5712 for EVENING69. Include offsets in TZ environment variable.
5713
5714 2002-04-18 Ulrich Drepper <drepper@redhat.com>
5715
5716 * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
5717 avoid compiler warnings.
5718
5719 * locale/programs/localedef.c (main): Always call
5720 construct_output_path.
5721
5722 * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
5723
5724 * locale/programs/locfile.c (to_archive): New variable. To collect
5725 data which has to be added to the locale archive.
5726 (write_all_categories): Take new third parameter with locale name.
5727 Unless no_archive flag set add new locale data to the archive
5728 (write_locale_data): Unless no-archive flag set store generated data
5729 in to_archive data structure instead of generation output file.
5730 Add new parameter with locale category index.
5731 * locale/programs/locfile.h: Add new parameters in declaractions of
5732 write_all_categories and write_locale_data.
5733 * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
5734 --add-to-archive, and --delete-from-archive options. Pass extra
5735 parameter to write_all_categories.
5736 * locale/programs/localedef.h: Add prototypes for functions in
5737 locarchive.c.
5738 * locale/locarchive.h: New file.
5739 * locale/programs/locarchive.c: New file.
5740 * locale/Makefile (distribute): Add programs/locarchive.c and
5741 locarchive.h.
5742 (localedef-modules): Add md5 and locarchive.
5743 Add vpath to crypt subdir for md5.c.
5744
5745 * locale/programs/ld-address.c: Pass locale category ID as new second
5746 parameter to write_locale_data.
5747 * locale/programs/ld-collate.c: Likewise.
5748 * locale/programs/ld-ctype.c: Likewise.
5749 * locale/programs/ld-identification.c: Likewise.
5750 * locale/programs/ld-measurement.c: Likewise.
5751 * locale/programs/ld-messages.c: Likewise.
5752 * locale/programs/ld-monetary.c: Likewise.
5753 * locale/programs/ld-name.c: Likewise.
5754 * locale/programs/ld-numeric.c: Likewise.
5755 * locale/programs/ld-paper.c: Likewise.
5756 * locale/programs/ld-telephone.c: Likewise.
5757 * locale/programs/ld-time.c: Likewise.
5758
5759 * locale/simple-hash.c: Move compute_hashval function from here...
5760 * locale/hashval.h: ...to here. New file.
5761 * locale/simple-hash.h: Add prototype for compute_hashval.
5762
5763 * include/libintl.h: Minor cleanups.
5764
5765 2002-04-16 Ulrich Drepper <drepper@redhat.com>
5766
5767 * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
5768
5769 2002-04-15 Ulrich Drepper <drepper@redhat.com>
5770
5771 * include/sys/stat.h: Fix typo. Patch by HJ Lu.
5772
5773 2002-04-14 Bruno Haible <bruno@clisp.org>
5774
5775 * locale/programs/charmap.c (charmap_read): Don't access result if
5776 result == NULL.
5777
5778 2002-02-17 Andreas Schwab <schwab@suse.de>
5779
5780 * elf/reldep7.c: New file.
5781 * elf/reldep7mod1.c: New file.
5782 * elf/reldep7mod2.c: New file.
5783 * elf/Makefile: Add rules to build and run reldep7.
5784
5785 2002-04-14 Jakub Jelinek <jakub@redhat.com>
5786
5787 * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
5788 the end of the function. Pass original flags to recursive call if
5789 add_dependency failed.
5790 (_dl_lookup_versioned_symbol): Likewise.
5791
5792 2002-04-13 Jakub Jelinek <jakub@redhat.com>
5793
5794 * time/mktime.c (__mktime_internal): If year is 69, don't bail out
5795 early, but check whether it overflowed afterwards.
5796 * time/tst-mktime.c (main): Add new tests.
5797
5798 2002-04-14 Ulrich Drepper <drepper@redhat.com>
5799
5800 * debug/xtrace.sh: Fix program name in help message.
5801 Patch by Roger Luethi <rl@hellgate.ch>.
5802
5803 * include/sys/stat.h: Add prototypes for __lxstat_internal and
5804 __lxstat64_internal. Add macros __lxstat and __lxstat64 if not
5805 NOT_IN_libc.
5806 * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
5807 * sysdeps/mach/hurd/lxstat.c: Likewise.
5808 * sysdeps/unix/common/lxstat.c: Likewise.
5809 * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
5810 * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
5811 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
5812 * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5813 * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
5814 * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
5815 * sysdeps/mach/hurd/lxstat64.c: Likewise.
5816 * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
5817 * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
5818
5819 * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
5820 prototypes. Add __mbrlen and __mbrtowc macros.
5821 * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
5822 * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
5823
5824 * include/unistd.h: Add prototype for __write_internal and add
5825 __libc_write macro is SHARED.
5826 * sysdeps/generic/write.c: Use INTDEF for __write.
5827 * sysdeps/mach/hurd/write.c: Likewise.
5828 * sysdeps/unix/sysv/aix/write.c: Likewise.
5829 * sysdeps/unix/syscalls.list: Add __libc_write alias.
5830
5831 * assert/assert.c: Replace STR_N_SIZE with something usable in
5832 macro arguments.
5833 * assert/assert-perr.c: Likewise.
5834
5835 * include/sys/socket.h: Declare __libc_sa_len_internal and define
5836 SA_LEN macro to use it if not NOT_IN_libc.
5837 * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
5838
5839 * include/fcntl.h: Declare __open_internal and define __open and
5840 __libc_open macros if not NOT_IN_libc.
5841 * sysdeps/generic/open.c: Use INTDEF for __open.
5842 * sysdeps/mach/hurd/open.c: Likewise.
5843 * sysdeps/unix/sysv/aix/open.c: Likewise.
5844 * sysdeps/unix/syscalls.list: Add __open_internal alias.
5845
5846 * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
5847 has correct number.
5848
5849 * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
5850 * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
5851 * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
5852 * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
5853
5854 * include/wctype.h: Declare __iswalpha_l_internal,
5855 __iswdigit_l_internal, __iswspace_l_internal,
5856 __iswxdigit_l_internal, and __iswctype_internal. Define
5857 __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
5858 __iswxdigit_l macros if not NOT_IN_libc.
5859 * wctype/iswctype.c: Use INTDEF for __iswctype.
5860 * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
5861
5862 * include/math.h: Declare __isinf_internal, __isinfl_internal,
5863 __isnan_internal, and __isnanl_internal.
5864 * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
5865 __isnan, and __isnanl.
5866 * stdio-common/printf_size.c: Likewise.
5867 * sysdeps/generic/printf_fphex.c: Likewise.
5868 * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
5869 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
5870 * sysdeps/ia64/fpu/s_isinf.S: Likewise.
5871 * sysdeps/ia64/fpu/s_isnan.S: Likewise.
5872 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
5873 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
5874 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
5875 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
5876 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
5877 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
5878 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
5879 * sysdeps/m68k/s_isinfl.c: Likewise.
5880 * sysdeps/m68k/fpu/s_isinf.c: Likewise.
5881 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
5882
5883 * include/sys/time.h: Declare __gettimeofday_internal and define
5884 __gettimeofday macro if not NOT_IN_libc.
5885 * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
5886 * sysdeps/mach/gettimeofday.c: Likewise.
5887 * sysdeps/posix/gettimeofday.c: Likewise.
5888 * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
5889 * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
5890 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5891 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
5892
5893 * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
5894 and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
5895 Remove __lstat and __fstat inline functions.
5896 * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
5897 * sysdeps/mach/hurd/fxstat.c: Likewise.
5898 * sysdeps/unix/fxstat.c: Likewise.
5899 * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
5900 * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
5901 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
5902 * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
5903 * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
5904 * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
5905 * sysdeps/mach/hurd/fxstat64.c: Likewise.
5906 * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
5907 * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
5908
5909 * include/unistd.h: Declare __getpid_internal and define
5910 __getpid macro if not NOT_IN_libc.
5911 * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
5912 * sysdeps/generic/getpid.c: Likewise.
5913 * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
5914 * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
5915
5916 * include/unistd.h: Declare __getpgid_internal and define
5917 __getpgid macro if not NOT_IN_libc.
5918 * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
5919 * sysdeps/mach/hurd/getpgid.c: Likewise.
5920 * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
5921 * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
5922 * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
5923 * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
5924
5925 * include/unistd.h: Declare __getpagesize_internal and define
5926 __getpagesize macro if not NOT_IN_libc.
5927 * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
5928 __getpagesize.
5929 * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
5930 * sysdeps/mach/getpagesize.c: Likewise.
5931 * sysdeps/posix/getpagesize.c: Likewise.
5932 * sysdeps/unix/getpagesize.c: Likewise.
5933 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
5934 * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
5935 * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
5936 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
5937
5938 2002-04-13 Andreas Jaeger <aj@suse.de>
5939
5940 * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
5941 as clobber to reduce register pressure.
5942 (__strpbrk_cg): Likewise.
5943 (__mempcpy_by4): Likewise.
5944 (__strstr_cg): Likewise.
5945 Add prototype for __memrchr.
5946
5947 2002-04-13 Andreas Schwab <schwab@suse.de>
5948
5949 * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
5950 * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5951 * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5952
5953 2002-04-13 Ulrich Drepper <drepper@redhat.com>
5954
5955 * elf/do-lookup.h [!VERSIONED]: Add new parameter flags. Use it to
5956 check whether the caller prefers getting the most recent version of
5957 a symbol of the earliest version.
5958 * elf/dl-lookup.c: Adjust all callers of do_lookup. Change
5959 _dl_do_lookup to also take the new parameter and pass it on.
5960 Change 'explicit' parameter of _dl_lookup_symbol and
5961 _dl_lookup_versioned_symbol to flags. Adjust tests.
5962 * sysdeps/generic/ldsodefs.h: Adjust prototypes.
5963 * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
5964 _dl_lookup_versioned_symbol.
5965 * elf/dl-reloc.c: Likewise.
5966 * elf/dl-runtime.c: Likewise.
5967 * elf/dl-sym.c: Likewise.
5968 * sysdeps/mips/dl-machine.h: Likewise.
5969
5970 2002-04-11 Jakub Jelinek <jakub@redhat.com>
5971
5972 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
5973 in a token.
5974 * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
5975
5976 2002-04-10 Andreas Jaeger <aj@suse.de>
5977
5978 * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
5979
5980 * include/argz.h: Remove extra char from last patch.
5981
5982 2002-04-09 Ulrich Drepper <drepper@redhat.com>
5983
5984 * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
5985 * sysdeps/unix/sysv/aix/chown.c: Likewise.
5986 * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
5987 * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
5988 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5989 * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
5990 __chown_internal.
5991 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5992
5993 * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
5994 * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
5995 * intl/ngettext.c: Likewise.
5996
5997 * include/sys/socket.h: Declare __connect_internal and define
5998 __connect macro if not NOT_IN_libc.
5999 * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6000 * sysdeps/unix/sysv/aix/connect.c: Likewise.
6001 * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6002
6003 * include/unistd.h: Declare __close_internal and define __close macro
6004 if not NOT_IN_libc.
6005 * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6006 WJUMP3): Add extra parenthesis to avoid expanding element names with
6007 macors like __close.
6008 * sysdeps/unix/syscalls.list: Add __close_internal alias.
6009
6010 * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6011 if not NOT_IN_libc.
6012 * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6013 * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6014 * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6015
6016 * include/unistd.h: Declare __fork_internal and define __fork macro
6017 if not NOT_IN_libc.
6018 * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6019 * sysdeps/unix/sysv/aix/fork.c: Likewise.
6020 * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6021
6022 * include/stdio_ext.h: Declare __fsetlocking_internal and define
6023 __fsetlocking macro to use it if not NOT_IN_libc.
6024 * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6025
6026 * libio/__fbufsize.c: Correct copyright.
6027 * libio/__flbf.c: Likewise.
6028 * libio/__fpending.c: Likewise.
6029 * libio/__fpurge.c: Likewise.
6030 * libio/__freadable.c: Likewise.
6031 * libio/__freading.c: Likewise.
6032 * libio/__fsetlocking.c: Likewise.
6033 * libio/__fwritable.c: Likewise.
6034 * libio/__fwriting.c: Likewise.
6035
6036 * include/stdio.h: Declare __asprintf_internal and define __asprintf
6037 macro to use it if not NOT_IN_libc.
6038 * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6039
6040 * include/mntent.h: Declare __setmntent_internal,
6041 __getmntent_r_internal, __endmntent_internal. Define __setmntent,
6042 __getmntent_r, and __endmntent macros to use these functions if not
6043 NOT_IN_libc.
6044 * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6045 __endmntent.
6046
6047 * include/math.h: Declare __finite_internal, __finitef_internal, and
6048 __finitel_internal. Redefine isfinite macro if in libc or libm using
6049 these functions.
6050 * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6051 * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6052 * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6053 * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6054 * sysdeps/i386/fpu/s_finitef.S: Likewise.
6055 * sysdeps/i386/fpu/s_finitel.S: Likewise.
6056 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6057 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6058 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6059 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6060
6061 * include/fcntl.h: Declare __fcntl_internal. Define __fcntl macro
6062 to use this function if not NOT_IN_libc.
6063 * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6064 * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6065 * sysdeps/mach/hurd/fcntl.c: Likewise.
6066 * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6067 * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6068
6069 * include/argz.h: Declare __argz_count_internal and
6070 __argz_stringify_internal.
6071 * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6072 __argz_stringify.
6073 * string/argz-count.c: Use INTDEF for __argz_count.
6074 * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6075
6076 * include/stdlib.h: Declare __cxa_atexit_internal and define
6077 __cxa_atexit macro if not NOT_IN_libc.
6078 * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6079 * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6080
6081 * assert/assert.c: Use INTDEF for __assert_fail.
6082 * assert/__assert.c: Use INTUSE for call to __assert_fail.
6083 * include/assert.h: Declare __assert_fail_internal.
6084
6085 * extra-lib.mk: Mark assignment to lib with override.
6086
6087 2002-04-08 Ulrich Drepper <drepper@redhat.com>
6088
6089 * Makerules: Use cppflags-iterator.mk to add defines for all test
6090 source files.
6091
6092 2002-04-08 kaz Kojima <kkojima@rr.iij4u.or.jp>
6093
6094 * elf/elf.h: Define R_SH_TLS_xxx macros.
6095 * elf/rtld.c: Remove an extra parenthesis.
6096 * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6097 TLS_GD macros.
6098 * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6099 * sysdeps/sh/dl-lookupcfg.h: New file.
6100 * sysdeps/sh/dl-tls.h: New file.
6101 * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6102 ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6103 (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6104 R_SH_TLS_TPOFF32 relocations.
6105
6106 2002-04-08 Ulrich Drepper <drepper@redhat.com>
6107
6108 * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6109 of NOT_IN_LIBC.
6110 * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6111 * include/stdlib.h: Likewise.
6112
6113 2002-04-08 Jakub Jelinek <jakub@redhat.com>
6114
6115 * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6116 instead of _RTLD_LOCAL.
6117 * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6118 * include/unistd.h: Likewise.
6119 * sysdeps/generic/ldsodefs.h: Likewise.
6120
6121 * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6122 if in libc or ld.so.
6123
6124 2002-04-08 Andreas Jaeger <aj@suse.de>
6125
6126 * elf/cache.c (print_entry): Support x86-64.
6127
6128 2002-04-08 Ulrich Drepper <drepper@redhat.com>
6129
6130 * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6131 with one accessing the locale data structures directly.
6132 * stdio-common/printf-prs.c: Include localeinfo.h for new
6133 MB_CUR_MAX definition.
6134
6135 * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6136 is the name of the source file without extension.
6137 * Makefile (distribute): Add cppflags-iterator.mk.
6138 * cppflags-iterator.mk: New file.
6139 * extra-lib.mk: For the sources of the library run
6140 cppflags-iterator.mk.
6141
6142 * include/libintl.h: Declare __dcgettext_internal and
6143 _libc_intl_domainname_internal. Define __dcgettext using these
6144 two symbols if used in libc itself.
6145 * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6146 _libc_intl_domainname_internal.
6147 * argp/argp-parse.c: Likewise.
6148 * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6149 * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6150 * intl/gettext.c: Likewise.
6151 * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6152 alias.
6153 * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6154 __dcgettext.
6155 * posix/regex_internal.c (gettext): Likewise.
6156
6157 2002-04-08 Andreas Jaeger <aj@suse.de>
6158
6159 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6160
6161 * sysdeps/x86_64/fpu/s_llrint.S: New file.
6162 * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6163 * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6164 * sysdeps/x86_64/fpu/s_lrint.S: New file.
6165 * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6166 * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6167
6168 2002-04-08 Roland McGrath <roland@frob.com>
6169
6170 * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6171 widening __hurd_fail value.
6172
6173 2002-04-07 Roland McGrath <roland@frob.com>
6174
6175 * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6176 <mach/machine/alpha_instruction.h>.
6177 (_hurd_setup_sighandler): Take proper arguments for current decls.
6178 Update code to use _hurdsig_catch_fault.
6179 Use `callsys' instruction instead of `call_pal'.
6180 * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6181
6182 * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6183 (ALIGN, at, AT, fp): New macros.
6184
6185 2002-04-06 Roland McGrath <roland@frob.com>
6186
6187 * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6188
6189 * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6190 (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6191
6192 * sysdeps/mach/hurd/bind.c: Use prototype definition.
6193 * sysdeps/mach/hurd/connect.c: Likewise.
6194 * sysdeps/mach/hurd/getsockopt.c: Likewise.
6195 * sysdeps/mach/hurd/setsockopt.c: Likewise.
6196
6197 * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6198 __msg_sig_post RPC.
6199
6200 * hurd/catch-exc.c: Use integer_t instead of int.
6201 * hurd/hurdfault.c: Likewise.
6202
6203 * sysdeps/mach/hurd/alpha/exc2signal.c
6204 (_hurd_exception2signal): Rewritten.
6205 * sysdeps/mach/hurd/alpha/longjmp-ts.c
6206 (_hurd_longjmp_thread_state): Rewritten.
6207
6208 2002-04-07 Ulrich Drepper <drepper@redhat.com>
6209
6210 * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6211 DB_LOOKUP_FCT prototype.
6212 * nss/getXXent_r.c: Likewise.
6213 * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6214 * inet/getaliasname_r.c: Likewise.
6215 * inet/getnetbyad_r.c: Likewise.
6216 * inet/getnetbynm_r.c: Likewise.
6217 * inet/getnetent_r.c: Likewise.
6218 * inet/getproto_r.c: Likewise.
6219 * inet/getprtent_r.c: Likewise.
6220 * inet/getprtname_r.c: Likewise.
6221 * inet/getrpcbyname_r.c: Likewise.
6222 * inet/getrpcbynumber_r.c: Likewise.
6223 * inet/getrpcent_r.c: Likewise.
6224 * inet/getservent_r.c: Likewise.
6225 * inet/getsrvbynm_r.c: Likewise.
6226 * inet/getsrvbypt_r.c: Likewise.
6227 * shadow/getspent_r.c: Likewise.
6228 * shadow/getspnam_r.c: Likewise.
6229
6230 * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6231
6232 * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6233 Use i686-friendly PIC code.
6234 * sysdeps/i386/elf/setjmp.S: Likewise.
6235
6236 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6237
6238 * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6239 list.
6240 * elf/Versions: Remove it here.
6241
6242 2002-04-06 Ulrich Drepper <drepper@redhat.com>
6243
6244 * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6245 direction. Reported by H . J . Lu <hjl@lucon.org>.
6246
6247 2002-04-05 Ulrich Drepper <drepper@redhat.com>
6248
6249 * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6250 test just before the test runs.
6251 * intl/tst-translit.sh: Likewise.
6252 * intl/tst-codeset.sh: Likewise.
6253
6254 * timezone/zic.c: Update from tzcode2002c.
6255 * timezone/asia: Update from tzdata2002c.
6256 * timezone/backward: Likewise.
6257 * timezone/europe: Likewise.
6258 * timezone/northamerica: Likewise.
6259 * timezone/northamerica: Likewise.
6260 * timezone/northamerica: Likewise.
6261 * timezone/southamerica: Likewise.
6262 * timezone/zone.tab: Likewise.
6263
6264 2002-03-23 Jakub Jelinek <jakub@redhat.com>
6265
6266 * sysdeps/generic/brk.c (__curbrk): Declare.
6267 * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6268 * sysdeps/generic/dl-sbrk.c: Likewise.
6269 * sysdeps/unix/arm/dl-brk.S: New file.
6270 * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6271 * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6272 * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6273 * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6274 * sysdeps/unix/i386/dl-brk.S: New file.
6275 * sysdeps/unix/mips/dl-brk.S: New file.
6276 * sysdeps/unix/sparc/dl-brk.S: New file.
6277 * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6278 * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6279 * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6280 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6281
6282 2002-04-03 Andreas Schwab <schwab@suse.de>
6283
6284 * Makefile (headers): Add gnu/lib-names.h here instead of
6285 install-others.
6286 ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6287 installation rule.
6288 (install-headers): Add dependency on install-headers-nosubdir.
6289 * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6290 instead of install-others.
6291 ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6292 installation rule.
6293
6294 2002-04-05 Ulrich Drepper <drepper@redhat.com>
6295
6296 * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6297 Reported by Sam Roberts <sroberts@uniserve.com>.
6298
6299 2002-04-03 Jakub Jelinek <jakub@redhat.com>
6300
6301 * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6302 l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6303 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6304 * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6305
6306 2002-04-03 David Mosberger <davidm@hpl.hp.com>
6307
6308 * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6309 (RTLD_START): Ditto.
6310 (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6311 dependency violation.
6312
6313 2002-04-05 Jakub Jelinek <jakub@redhat.com>
6314
6315 * time/mktime.c (__mktime_internal): Move check for year < 70 below
6316 all variable declarations.
6317
6318 2002-04-04 Andreas Schwab <schwab@suse.de>
6319
6320 * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
6321
6322 2002-04-04 Andreas Jaeger <aj@suse.de>
6323
6324 * sysdeps/x86_64/fpu/e_sqrt.c: New file.
6325 * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
6326
6327 * sysdeps/x86_64/fpu/s_fabs.c: New file.
6328 * sysdeps/x86_64/fpu/s_fabsf.c: New file.
6329 * sysdeps/x86_64/fpu/s_fabsl.c: New file.
6330
6331 * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
6332
6333 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
6334
6335 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
6336 * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
6337
6338 * configure.in: Handle all mips entries the same.
6339
6340 * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
6341 * sysdeps/mips/mips3/*: Likewise.
6342 * sysdeps/mips/p40/bits/endian.h: Likewise.
6343
6344 2002-04-04 Ulrich Drepper <drepper@redhat.com>
6345
6346 * misc/dirname.c (dirname): Ignore trailing slashes at end of
6347 non-null result [PR libc/2600].
6348
6349 * misc/tst-dirname.c: Add more tests.
6350
6351 2002-04-03 Ulrich Drepper <drepper@redhat.com>
6352
6353 * locale/programs/charmap.c (charmap_read): If the charmap doesn't
6354 define a code_set_name provide one based on the filename.
6355
6356 * malloc/hooks.c: Define weak_variable correctly for _LIBC.
6357
6358 2001-12-28 Andreas Jaeger <aj@suse.de>
6359
6360 * time/mktime.c (__mktime_internal): Check for year < 70
6361 [PR libc/2738].
6362
6363 2002-04-03 Andreas Jaeger <aj@suse.de>
6364
6365 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
6366 shmat.
6367 Reported by Andi Kleen <ak@suse.de>.
6368
6369 2002-04-03 Ulrich Drepper <drepper@redhat.com>
6370
6371 * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
6372 * sysdeps/generic/w_lgammaf.c: Likewise.
6373 * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
6374
6375 * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
6376 Adjust for new output format of the backtrace functions.
6377
6378 * misc/syslog.c (vsyslog): Only use cleanup handler if
6379 _LIBC_REENTRANT is defined [PR libc/2924].
6380
6381 * libio/Makefile (tests): Add bug-ungetwc2.
6382 * libio/bug-ungetwc2.c: New file.
6383
6384 * manual/install.texi: Typographical and grammatical cleanup.
6385 Patch by Dennis Grace <dgrace@us.ibm.com>.
6386
6387 * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
6388 parameter if mtflag. Patch by <jeongyun@innovay.com>.
6389
6390 * sunrpc/rpc_svcout.c (printif): Remove third parameter. It was
6391 always "&". Adjust callers.
6392 Add "_" prefix to several generated definitions.
6393 Patch by paul@serice.net [PR libc/3158].
6394
6395 2002-04-02 Ulrich Drepper <drepper@redhat.com>
6396
6397 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
6398 size of _dl_arm_cap_flags.
6399 Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
6400
6401 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
6402 Define as 8.
6403
6404 2002-03-22 H.J. Lu <hjl@gnu.org>
6405
6406 * scripts/firstversions.awk: Check the first version.
6407
6408 2002-04-02 Ulrich Drepper <drepper@redhat.com>
6409
6410 * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
6411 dependencies must be stable to work correctly.
6412 Reported by martin.lubich@datacon.at.
6413
6414 * libio/bug-ungetwc1.c: New file.
6415 * libio/Makefile (tests): Add bug-ungetwc1.
6416
6417 * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
6418 if stream was last used for writing.
6419
6420 * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
6421 number [PR libc/3111].
6422
6423 * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
6424 to ...
6425 * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
6426
6427 2002-04-02 Jakub Jelinek <jakub@redhat.com>
6428
6429 * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
6430 * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
6431 * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
6432 * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
6433 * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
6434
6435 2002-03-30 Jakub Jelinek <jakub@redhat.com>
6436
6437 * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
6438 dynamic tags.
6439
6440 2002-03-29 Jakub Jelinek <jakub@redhat.com>
6441
6442 * sysdeps/i386/fpu/s_fabs.S: New file.
6443 * sysdeps/i386/fpu/s_fabsf.S: New file.
6444 * sysdeps/i386/fpu/s_fabsl.S: New file.
6445 * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
6446 * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
6447 * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
6448
6449 2002-04-02 Ulrich Drepper <drepper@redhat.com>
6450
6451 * rt/tst-shm.c (do_test): Add one more test for size of shared
6452 memory object.
6453
6454 2002-03-29 Wolfram Gloger <wg@malloc.de>
6455
6456 * malloc/malloc.c: Add short description and prototypes for
6457 malloc_get_state, malloc_set_state and posix_memalign, for
6458 consistency and to avoid warnings with -Wstrict-prototypes.
6459 Reported by Andreas Jaeger <aj@suse.de>.
6460
6461 2002-04-02 Ulrich Drepper <drepper@redhat.com>
6462
6463 * po/gl.po: Update from translation team.
6464
6465 2002-03-31 Roland McGrath <roland@frob.com>
6466
6467 * hurd/hurdselect.c (_hurd_select): Fix
6468 MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
6469 Use a union rather than casts to compare mach_msg_type_t as int.
6470
6471 2002-03-25 Roland McGrath <roland@frob.com>
6472
6473 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
6474 check off the end of NAME when it's shorter than 2 chars.
6475 Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
6476
6477 2002-03-17 Roland McGrath <roland@frob.com>
6478
6479 * sysdeps/mach/hurd/i386/sys/io.h: New file.
6480 * sysdeps/mach/hurd/i386/ioperm.c: New file.
6481 * sysdeps/mach/hurd/i386/Dist: Add them.
6482 * sysdeps/mach/hurd/i386/Versions
6483 (libc: GLIBC_2.2.6): New set, add ioperm.
6484 * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
6485 (mach_interface_list): Check for mach_i386.defs.
6486 * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
6487 * sysdeps/mach/configure: Regenerated.
6488
6489 2002-03-22 Ulrich Drepper <drepper@redhat.com>
6490
6491 * po/fr.po: Update from translation team.
6492
6493 2002-03-21 Martin Schwidefsky <schwidefsky@de.ibm.com>
6494
6495 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
6496 getpriority from syscalls list.
6497
6498 2002-03-28 Andreas Jaeger <aj@suse.de>
6499
6500 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
6501 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
6502 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
6503 * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
6504
6505 2002-03-27 Andreas Jaeger <aj@suse.de>
6506
6507 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6508 sigcontext): Follow further kernel change.
6509
6510 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
6511 kernel change.
6512
6513 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
6514 Change for struct sigcontext change.
6515
6516 * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6517 Follow changes in struct sigcontext.
6518
6519 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
6520 sysycall, use wrapper instead.
6521
6522 2002-03-26 Andreas Jaeger <aj@suse.de>
6523
6524 * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
6525 read and write accesses as detailed as possible.
6526 (__memcpy_by2): Likewise.
6527 (__memcpy_g): Likewise.
6528 (memmove): Likewise.
6529 (memcmp): Likewise.
6530 (__memset_ccn_by4): Likewise.
6531 (__memset_ccn_by2): Likewise.
6532 (__memset_gcn_by4): Likewise.
6533 (__memset_gcn_by2): Likewise.
6534 (memchr): Likewise.
6535 (__memrchr): Likewise.
6536 (rawmemchr): Likewise.
6537 (__strlen_g): Likewise.
6538 (__strcpy_g): Likewise.
6539 (__mempcpy_by4): Likewise.
6540 (__mempcpy_by2): Likewise.
6541 (__mempcpy_byn): Likewise.
6542 (__stpcpy_g): Likewise.
6543 (__strncpy_by4): Likewise.
6544 (__strncpy_by2): Likewise.
6545 (__strncpy_byn): Likewise.
6546 (__strncpy_gg): Likewise.
6547 (__strcat_c): Likewise.
6548 (__strcat_g): Likewise.
6549 (__strncat_g): Likewise.
6550 (__strcmp_gg): Likewise.
6551 (__strncmp_g): Likewise.
6552 (__strchr_c): Likewise.
6553 (__strchr_g): Likewise.
6554 (__strchrnul_c): Likewise.
6555 (__strchrnul_g): Likewise.
6556 (__strrchr_c): Likewise.
6557 (__strrchr_g): Likewise.
6558 (__strrchr_c): Likewise.
6559 (__strrchr_g): Likewise.
6560 (__strcspn_c1): Likewise.
6561 (__strcspn_cg): Likewise.
6562 (__strcspn_g): Likewise.
6563 (__strcspn_g): Likewise.
6564 (__strspn_c1): Likewise.
6565 (__strspn_cg): Likewise.
6566 (__strspn_g): Likewise.
6567 (__strspn_g): Likewise.
6568 (__strpbrk_cg): Likewise.
6569 (__strpbrk_g): Likewise.
6570 (__strstr_cg): Likewise.
6571 (__strstr_g): Likewise.
6572
6573 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo. Reported by
6574 Michal Ludvig <mludvig@suse.cz>.
6575
6576 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
6577 compatibilty, adjust for kernel changes.
6578
6579 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6580 sigcontext): Adjust for kernel changes.
6581
6582 2002-03-25 Andreas Jaeger <aj@suse.de>
6583
6584 * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
6585 little endian.
6586 Reported by Artur Zaprzala <zybi@talex.com.pl>.
6587
6588 2002-03-24 Andreas Jaeger <aj@suse.de>
6589
6590 * manual/memory.texi (Aligned Memory Blocks): Fix typo.
6591
6592 * stdio-common/tst-fdopen.c (main): Remove unused variable.
6593
6594 * iconv/tst-iconv3.c (main): Use correct printf strings.
6595
6596 2002-03-18 Roland McGrath <roland@frob.com>
6597
6598 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
6599 (CMGROUP_MAX): New macro.
6600
6601 2002-03-23 Roland McGrath <roland@frob.com>
6602
6603 * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
6604 * sysdeps/posix/shm_unlink.c: Likewise.
6605
6606 2002-03-22 Roland McGrath <roland@frob.com>
6607
6608 * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
6609 * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
6610 under --enable-libio.
6611 * sysdeps/mach/hurd/configure: Regenerated.
6612
6613 2002-03-23 Roland McGrath <roland@frob.com>
6614
6615 * sysdeps/mach/hurd/i386/Makefile
6616 (sysdep_routines, shared-only-routines): Don't add framestate,
6617 reverting 2001-10-02 change.
6618 * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
6619 * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
6620 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
6621 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
6622 * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
6623 * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
6624 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
6625 * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
6626 * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
6627 Do it here instead, only if [$(unwind-find-fde) = yes].
6628
6629 2002-03-23 Andreas Jaeger <aj@suse.de>
6630
6631 * signal/signal.h: Fix typo. Patch by Steve Kemp
6632 <skx@tardis.ed.ac.uk>.
6633
6634 2002-03-22 Andreas Jaeger <aj@suse.de>
6635
6636 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
6637 getresuid.
6638
6639 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6640 _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
6641 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6642 user_fpregs_struct): Rename fwd.
6643
6644 * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6645 Follow sigcontext changes.
6646
6647 2002-03-22 Andreas Jaeger <aj@suse.de>
6648
6649 * sysdeps/mips/bits/nan.h: New file. Copy from generic one with
6650 changes for NaNs on MIPS.
6651 Patch by Hartvig Ekner <hartvige@mips.com>.
6652
6653 2002-03-21 Ulrich Drepper <drepper@redhat.com>
6654
6655 * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
6656 Use realloc if too large.
6657 (addgrbyid): Likewise.
6658 * nscd/hstcache.c (addhstbyname): Likewise.
6659 (addhstbyaddr): Likewise.
6660 (addhstbynamev6): Likewise.
6661 (addhstbyaddrv6): Likewise.
6662 * nscd/pwdcache.c (addpwbyname): Likewise.
6663 (addpwbyuid): Likewise.
6664
6665 2002-03-21 Andreas Jaeger <aj@suse.de>
6666
6667 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6668 _fpstate): Add separate struct for x86-64.
6669
6670 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6671 user_fpregs_struct): Change member names to follow kernel.
6672
6673 2002-03-20 Ulrich Drepper <drepper@redhat.com>
6674
6675 * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
6676 Correctly close the UDP connection right away [PR libc/3120].
6677
6678 2002-03-20 Andreas Jaeger <aj@suse.de>
6679
6680 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6681 user_fpregs_struct): Fix for changed kernel struct.
6682 (struct user_regs_struct): Likewise.
6683 (struct user): Likewise.
6684 Add 32-bit x86 compatibility.
6685
6686 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
6687
6688 2002-03-19 Andreas Jaeger <aj@suse.de>
6689
6690 * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
6691
6692 2002-03-18 Andreas Jaeger <aj@suse.de>
6693
6694 * iconvdata/Makefile: Only run tests when shared libs are
6695 available.
6696
6697 2002-03-17 Andreas Jaeger <aj@suse.de>
6698
6699 * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
6700
6701 * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
6702
6703 * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
6704 bits.
6705
6706 * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
6707 (CAUSE_SHIFT): New macro.
6708 Patch by Hartvig Ekner <hartvige@mips.com>.
6709
6710 * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
6711 * sysdeps/generic/unwind-pe.h: Likewise.
6712
6713 * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
6714 type to _IO_setb.
6715
6716 * libio/stdio.c (AL2): Define variant when visibility attribute is
6717 not supported.
6718
6719 * include/libc-symbols.h (_INTVARDEF): Define variant when
6720 visibility attribute is not supported.
6721
6722 2002-03-16 Ulrich Drepper <drepper@redhat.com>
6723
6724 * po/fr.po: Update from translation team.
6725
6726 2002-02-25 Bruno Haible <bruno@clisp.org>
6727
6728 * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
6729
6730 2002-03-15 Ulrich Drepper <drepper@redhat.com>
6731
6732 * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
6733 buffers if _IO_file_attach failed.
6734
6735 * libio/fileops.c (_IO_file_open): Close file descriptor if
6736 _IO_SEEKOFF call failed.
6737
6738 2002-03-15 H.J. Lu <hjl@gnu.org>
6739 Ulrich Drepper <drepper@redhat.com>
6740
6741 * configure.in: Check for availability of
6742 init_array/fini_array/preinit_array handling in binutils.
6743 * config.h.in (HAVE_INITFINI_ARRAY): New macro.
6744 * config.make.in (have-initfini-array): New variable.
6745
6746 2002-03-15 Ulrich Drepper <drepper@redhat.com>
6747
6748 * stdio-common/tst-printf.c (main): Comment out one test which
6749 checked the compiler's ability to fold floating-point constants
6750 but not really printf.
6751 (rfg3): Make s const.
6752 * stdio-common/tst-printf.sh: Adjust for removed test.
6753
6754 * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
6755 internal function. Adjust for internal_function calling convention.
6756 * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
6757 as internal_function.
6758
6759 * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
6760 hidden.
6761
6762 * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
6763 declaration and definition.
6764 * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
6765 declaration.
6766 * nss/getXXent_r.c: Likewise.
6767 * nss/nsswitch.h (db_lookup_function): Add internal_function to
6768 definition.
6769
6770 * include/time.h: Declare __localtime_r as hidden.
6771
6772 * include/aliases.h: Declare __getaliasent_r as hidden.
6773 * include/grp.h: Declare __getgrent_r as hidden.
6774 * include/netdb.h: Declare __gethostent_r, __getnetent_r,
6775 __getservent_r, and __getprotoent_r as hidden.
6776 * include/pwd.h: Declare __getpwent_r as hidden.
6777 * include/shadow.h: Declare __getspent_r as hidden.
6778 * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
6779
6780 * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
6781 and __gconv_transliterate as hidden.
6782 Add internal_function to __gconv_get_path declaration.
6783 * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
6784 definition. Add attribute_hidden to __gconv_read_conf definition.
6785
6786 2002-03-14 Ulrich Drepper <drepper@redhat.com>
6787
6788 * elf/rtld.c: Declare _environ as hidden.
6789 * sysdeps/generic/dl-environ.c: Likewise.
6790 * sysdeps/generic/dl-sysdep.c: Likewise.
6791
6792 * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
6793 _dl_mcount_internal as hidden.
6794
6795 * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
6796 * sysdeps/generic/dl-brk.c: New file.
6797 * sysdeps/generic/dl-sbrk.c: New file.
6798 * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
6799 * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
6800
6801 * elf/dl-minimal.c (malloc): Declare _end as hidden.
6802 (__errno_location): New function. Declare errno as hidden.
6803 * elf/rtld.c (_dl_argc): Define as hidden.
6804 (_dl_skip_args): Define as hidden.
6805 (_begin, _end): Declare as hidden.
6806 * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
6807 * sysdeps/generic/entry.h (_start): Declare as hidden.
6808 * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
6809 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
6810 _dl_runtime_resolve and _dl_runtime_profile as hidden.
6811 (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
6812
6813 2002-03-14 Roland McGrath <roland@frob.com>
6814
6815 * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
6816
6817 * Makeconfig (%.v.i, %.v): New implicit rules.
6818 (preprocess-versions): Variable removed.
6819 ($(common-objpfx)shlib-versions.v.i): New target giving just the
6820 shlib-versions input files as dependencies.
6821 ($(common-objpfx)soversions.i): Depend on that instead of the input
6822 files. Use it as input instead of using a pipeline.
6823 (postclean-generated): Append soversions.i, shlib-versions.v, and
6824 shlib-versions.v.i here.
6825 * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
6826 the Versions.def input files as dependencies.
6827 ($(common-objpfx)Versions.v.i): Likewise for Versions files.
6828 ($(common-objpfx)Versions.all): Depend on that instead of the input
6829 files. Use it as input instead of using a pipeline.
6830 ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
6831 (postclean-generated): Append those .v and .v.i files here.
6832
6833 2002-03-14 Jakub Jelinek <jakub@redhat.com>
6834
6835 * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
6836 * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
6837 Remove.
6838
6839 2002-03-14 Jakub Jelinek <jakub@redhat.com>
6840
6841 * sysdeps/generic/mp_clz_tab.c: New file.
6842 * sysdeps/i386/mp_clz_tab.c: New file.
6843 * sysdeps/hppa/mp_clz_tab.c: New file.
6844 * sysdeps/powerpc/mp_clz_tab.c: New file.
6845 * stdlib/Makefile (aux): Revert last patch.
6846 * math/Makefile (gmp-objs): Likewise.
6847
6848 2002-03-13 Paul Eggert <eggert@twinsun.com>
6849
6850 * time/strftime.c: Comment fixes for references to obsolescent
6851 standards, In most cases the simplest fix is to remove the
6852 confusing comments. Cross-referencing all the standards properly
6853 is a bit of a pain, and it should be enough to put that info in
6854 the documentation as I did in my recent time.texi patch.
6855
6856 2002-03-13 Paul Eggert <eggert@twinsun.com>
6857
6858 * manual/time.texi (Formatting Calendar Time):
6859 ISO C99 also specifies the E and O modifiers.
6860 %P is a GNU extension, and is not in ISO C99.
6861 Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
6862 %T is also in ISO C99.
6863 The RFC 822 example is not valid in arbitrary locales.
6864 Reword the POSIX.2 wording slightly, to make it a bit clearer
6865 that POSIX.2 formats are also supported by later POSIX versions.
6866 If a format was introduced in ISO C99 it is also required by
6867 POSIX.1-2001.
6868
6869 2002-03-13 Ulrich Drepper <drepper@redhat.com>
6870
6871 * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
6872 _sys_nerr_internal with INTVARDEF2.
6873 * include/libc-symbols.h (INTVARDEF2): New macro.
6874 * include/stdio.h (_sys_errlist_internal): Declare as hidden.
6875 (_sys_nerr_internal): Library.
6876
6877 * sysdeps/posix/signal.c (_sigintr): Define as hidden.
6878 * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
6879
6880 * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
6881
6882 2002-03-13 Wolfram Gloger <wg@malloc.de>
6883
6884 * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
6885
6886 2002-03-02 Andreas Schwab <schwab@suse.de>
6887
6888 * stdio-common/vfprintf.c (process_arg): Fix decimal format with
6889 'h' flag and positional arg.
6890 * stdio-common/tst-printf.c (rfg3): New function to test
6891 positional arguments.
6892 (main): Fix some warnings.
6893
6894 2002-03-13 Jakub Jelinek <jakub@redhat.com>
6895
6896 * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
6897 * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
6898
6899 2002-03-13 Ulrich Drepper <drepper@redhat.com>
6900
6901 * grp/initgroups.c (__nss_group_data): Declare as hidden.
6902
6903 * include/locale.h (_nl_C_locobj): Declare as hidden.
6904
6905 * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
6906 * time/strptime.c (_nl_C_LC_TIME): Likewise.
6907
6908 * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
6909
6910 * include/sys/gmon.h: Declare _gmonparam as hidden.
6911
6912 * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
6913 (__ctype32_wctrans): Likewise.
6914 (__ctype32_width): Likewise.
6915
6916 * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
6917 use of __ttyname.
6918
6919 * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
6920 Define as hidden.
6921 (__re_error_msgid_idx): Renamed from re_error_msgid_idx. Define as
6922 hidden. Change all users of these variables.
6923
6924 * posix/regex_internal.h (__re_error_msgid): Renamed from
6925 re_error_msgid. Declare as hidden.
6926 (__re_error_msgid_idx): Renamed from re_error_msgid_idx. Declare as
6927 hidden.
6928
6929 * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
6930 (__printf_function_table): Likewise.
6931 * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
6932 hidden.
6933 (__printf_function_table): Likewise.
6934
6935 * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
6936 __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
6937
6938 * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
6939 * nss/nsswitch.c: Declare _nss_*_database as hidden.
6940
6941 * stdlib/wctomb.c (__no_r_state): Declare as hidden.
6942 * stdlib/mbtowc.c (__no_r_state): Define as hidden.
6943
6944 2002-03-12 Ulrich Drepper <drepper@redhat.com>
6945
6946 * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
6947 _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
6948 _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
6949 _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
6950 _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
6951 _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
6952 _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
6953 _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
6954 _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
6955 _nl_C_LC_CTYPE_width: Declare as hidden.
6956 * include/locale.h: Declare _nl_locale_file_list.
6957 * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
6958 * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
6959 * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
6960 * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
6961 * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
6962 * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
6963 * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
6964 * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
6965 * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
6966 * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
6967 * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
6968 * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
6969 _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
6970 _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
6971 _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
6972 _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
6973 _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
6974 _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
6975 _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
6976 _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
6977 _nl_C_LC_CTYPE_width, and as hidden.
6978 * locale/findlocale.c: Declare _nl_C as hidden.
6979 * locale/newlocale.c: Likewise.
6980 * locale/setlocale.c: Define _nl_C as hidden. Remove declaration of
6981 _nl_locale_file_list.
6982 * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
6983 _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
6984 Define _nl_C_locobj as hidden.
6985
6986 * malloc/mtrace.c (_mtrace_file): Define as hidden.
6987 (_mtrace_line): Likewise.
6988
6989 * include/time.h: Declare __mon_yday as hidden.
6990 * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
6991
6992 * libio/libioP.h: Declare __libio_codecvt as hidden.
6993 * libio/fileops.c: Declare __libio_translit as hidden.
6994 * libio/iofwide.c: Define __libio_translit as hidden.
6995
6996 * login/getutent_r.c: Define __libc_utmp_lock as hidden.
6997 * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
6998 * login/getutline_r.c: Likewise.
6999 * login/utmpname.c: Likewise.
7000
7001 * login/utmp-private.h: Declare __libc_utmp_file_functions,
7002 __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7003 __libc_utmp_file_name as hidden.
7004
7005 * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7006 * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7007 * locale/freelocale.c: Likewise.
7008 * locale/lc-time.c: Likewise.
7009
7010 * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7011 (__libc_ptyname2): Likewise.
7012 * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7013 hidden.
7014 (__libc_ptyname2): Likewise.
7015
7016 * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7017 * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7018 * sysdeps/generic/init-first.c: Likewise.
7019 * sysdeps/i386/init-first.c: Likewise.
7020 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7021 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7022 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7023 * sysdeps/sh/init-first.c: Likewise.
7024 * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7025 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7026
7027 * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7028 (_itowa_upper_digits): Likewise.
7029
7030 * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7031 * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7032 as hidden.
7033
7034 * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7035 _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7036 _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7037 _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7038
7039 * gmon/gmon.c (__bb_head): Define as hidden.
7040 * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7041
7042 * argp/argp-parse.c (_argp_hang): Define as static.
7043
7044 * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7045 handling in latest compilers.
7046
7047 * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7048 define alias.
7049 * libio/fileops.c (_IO_file_jumps): Likewise.
7050 * libio/stdfiles.c (_IO_list_all): Likewise.
7051 * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7052
7053 * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7054 include/malloc.h.
7055 * include/malloc.h: Add __libc_malloc_initialized declaration
7056 here. Mark variable hidden.
7057 * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7058
7059 * elf/dl-open.c (__libc_argc): Declare as hidden.
7060 (__libc_argv): Likewise.
7061 * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7062 (__libc_argv): Likewise.
7063 * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7064 __libc_argv as hidden.
7065 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7066 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7067 * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7068 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7069
7070 * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7071 * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7072 * stdlib/erand48.c: Likewise.
7073 * stdlib/jrand48.c: Likewise.
7074 * stdlib/lcong48.c: Likewise.
7075 * stdlib/lrand48.c: Likewise.
7076 * stdlib/mrand48.c: Likewise.
7077 * stdlib/nrand48.c: Likewise.
7078 * stdlib/seed48.c: Likewise.
7079 * stdlib/srand48.c: Likewise.
7080
7081 * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7082 (_itoa_lower_digits_internal): New declaration.
7083 (_itoa_upper_digits_internal): New declaration.
7084 (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7085 * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7086 (_itoa_upper_digits_internal): New declaration.
7087 (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7088 _itoa_lower_digits.
7089 * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7090 * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7091
7092 * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7093 * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7094
7095 * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7096 (_itowa_lower_digits): Likewise.
7097 (_itowa_upper_digits): Likewise.
7098 * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7099 (_itowa_upper_digits): Likewise.
7100
7101 * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7102 not already defined.
7103 (GERMANIC_PLURAL): Declare as hidden.
7104
7105 * posix/getopt.c (__getopt_initialized): Declare as hidden.
7106 (attribute_hidden): Define as empty macro if not already defined.
7107
7108 * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7109 (__gconv_max_path_elem_len): Likewise.
7110 (__gconv_path_envvar): Likewise.
7111
7112 * math/Makefile (gmp-objs): Remove mp_clz_tab.
7113 * stdlib/Makefile (aux): Remove mp_clz_tab.
7114 * stdlib/mp_clz_tab.c: Removed. Not needed anywhere.
7115
7116 * stdlib/exit.h (__exit_funcs): Declare as hidden.
7117
7118 * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7119
7120 * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7121 _nl_category_names, _nl_category_name_sizes, _nl_current,
7122 _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7123
7124 * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7125 (_nl_current_default_domain): Likewise
7126 (_nl_state_lock): Likewise.
7127 * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7128 (_nl_current_default_domain): Likewise
7129 (_nl_state_lock): Likewise.
7130 * intl/bindtextdom.c (_nl_state_lock): Likewise.
7131
7132 * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7133 (_fpioconst_pow10): Likewise.
7134
7135 * include/time.h (_tmbuf): Add attribute_hidden.
7136
7137 * time/tzset.c (tzstring_list): Define as static.
7138
7139 * include/time.h: Add attribute_hidden to __tzname_cur_max and
7140 __use_tzfile declaration.
7141
7142 * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7143 and __wcsmbs_last_locale declaration.
7144
7145 2002-02-25 Paul Eggert <eggert@twinsun.com>
7146
7147 * timezone/Makefile (tzbases): Move systemv from here...
7148 (tzlinks): to here, since the entries in systemv were all changed
7149 from Zone to Link lines in tz-2001a. Bug reported (and patch
7150 tested) by Peter Breitenlohner.
7151
7152 2002-03-07 Jakub Jelinek <jakub@redhat.com>
7153
7154 * time/tst-posixtz.c (tests): Add new tests.
7155 (main): Test whether tzset() sets daylight properly.
7156
7157 2002-03-06 Jakub Jelinek <jakub@redhat.com>
7158
7159 * time/tzset.c (tz_compute): Move __daylight, __tzname and
7160 __tzname_cur_max setting...
7161 (tzset_internal): ...here.
7162
7163 2002-03-06 Jakub Jelinek <jakub@redhat.com>
7164
7165 * time/tzset.c (compute_change): Don't return any value.
7166 (tz_compute): Likewise. Don't handle southern hemisphere here.
7167 (__tz_convert): But here.
7168
7169 2002-03-11 Ulrich Drepper <drepper@redhat.com>
7170
7171 * manual/examples/mkfsock.c: Include <string.h> as well.
7172 Patch by Alain De Carolis <alaind@wseurope.com>.
7173
7174 2002-03-06 Isamu Hasegawa <isamu@yamato.ibm.com>
7175
7176 * posix/regexec.c (re_match): Fix incorrect register sizes.
7177 (re_search): Likewise.
7178
7179 2002-03-05 Isamu Hasegawa <isamu@yamato.ibm.com>
7180
7181 * posix/regcomp.c (regfree): Remove a disused condition.
7182 * posix/regex_internal.c (re_acquire_state): Likewise.
7183 (re_acquire_state_context): Likewise.
7184 (register_state): Remove a redundant malloc invocation.
7185 * posix/regex_internal.h: (re_state_table_entry): Simplify
7186 the structure.
7187
7188 2002-03-05 Isamu Hasegawa <isamu@yamato.ibm.com>
7189
7190 * posix/regcomp.c (regcomp): Add __builtin_expect to error
7191 handling conditions.
7192 (regerror): Likewise.
7193 (regfree): Likewise.
7194 (re_compile_internal): Likewise.
7195 (init_dfa): Likewise.
7196 (init_word_char): Likewise.
7197 (create_initial_state): Likewise.
7198 (analyze): Likewise.
7199 (analyze_tree): Likewise.
7200 (duplicate_node): Likewise.
7201 (calc_eclosure): Likewise.
7202 (calc_eclosure_iter): Likewise.
7203 (parse): Likewise.
7204 (parse_reg_exp): Likewise.
7205 (parse_branch): Likewise.
7206 (parse_expression): Likewise.
7207 (parse_subexp): Likewise.
7208 (parse_dup_op): Likewise.
7209 (parse_bracket_exp): Likewise.
7210 (build_equiv_class): Likewise.
7211 (build_charclass): Likewise.
7212 (build_word_op): Likewise.
7213 (fetch_number): Likewise.
7214 (create_tree): Likewise.
7215 (duplicate_tree): Likewise.
7216 * posix/regex.c (BE): New macro.
7217 * posix/regexec.c (re_match): Add __builtin_expect to error
7218 handling conditions.
7219 (re_match_2): Likewise.
7220 (re_search): Likewise.
7221 (re_search_internal): Likewise.
7222 (check_matching): Likewise.
7223 (proceed_next_node): Likewise.
7224 (set_regs): Likewise.
7225 (sift_states_backward): Likewise.
7226 (add_epsilon_backreference): Likewise.
7227 (transit_state): Likewise.
7228 (transit_state_sb): Likewise.
7229 (transit_state_mb): Likewise.
7230 (transit_state_bkref): Likewise.
7231 (transit_state_bkref_loop): Likewise.
7232 (build_trtable): Likewise.
7233 (group_nodes_into_DFAstates): Likewise.
7234 (match_ctx_init): Likewise.
7235 (match_ctx_add_entry): Likewise.
7236 * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7237 to error handling conditions.
7238 (re_string_construct_toupper): Likewise.
7239 (build_wcs_buffer): Likewise.
7240 (build_wcs_upper_buffer): Likewise.
7241 (build_upper_buffer): Likewise.
7242 (re_string_translate_buffer): Likewise.
7243 (re_node_set_alloc): Likewise.
7244 (re_node_set_init_1): Likewise.
7245 (re_node_set_init_2): Likewise.
7246 (re_node_set_init_copy): Likewise.
7247 (re_node_set_intersect): Likewise.
7248 (re_node_set_init_union): Likewise.
7249 (re_node_set_merge): Likewise.
7250 (re_node_set_insert): Likewise.
7251 (re_dfa_add_node): Likewise.
7252 (re_acquire_state): Likewise.
7253 (re_acquire_state_context): Likewise.
7254 (create_new_state_common): Likewise.
7255 (register_state): Likewise.
7256 (create_ci_new_state): Likewise.
7257 (create_cd_new_state): Likewise.
7258 (re_string_context_at): Remove redundant condition.
7259
7260 2002-01-16 Roger Sayle <roger@eyesopen.com>
7261
7262 * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7263
7264 * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7265
7266 2002-03-11 Jakub Jelinek <jakub@redhat.com>
7267
7268 * sysdeps/i386/elf/configure.in: Fix comment.
7269
7270 * sysdeps/sparc/sparc64/configure.in: New file.
7271 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7272 if .dynamic comes before .got.
7273 * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7274
7275 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7276 HP_TIMING_ACCUM): Fix typos.
7277
7278 2002-03-11 Ulrich Drepper <drepper@redhat.com>
7279
7280 * string/strfry.c: Add some more randomness to the seed.
7281 Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7282
7283 * po/es.po: Update from translation team.
7284 * po/fr.po: Likewise.
7285
7286 * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7287
7288 * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7289 when determining type of format.
7290 Patch by James Antill <james@anqd.org> [PR libc/2787].
7291
7292 2002-03-04 Jakub Jelinek <jakub@redhat.com>
7293
7294 * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7295
7296 2002-03-11 Roland McGrath <roland@frob.com>
7297
7298 * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7299
7300 * Versions.def (libc): Add GLIBC_2.2.6.
7301 * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7302 * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7303 __errno_location instead of __hurd_errno_location, and don't inline it.
7304 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7305 * hurd/errno.c: New file.
7306 * hurd/Makefile (routines): Add errno.
7307
7308 2002-03-11 Ulrich Drepper <drepper@redhat.com>
7309
7310 * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7311 ridiculously large widths and precisions [PR libc/3026].
7312
7313 2002-03-11 Andreas Jaeger <aj@suse.de>
7314
7315 * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7316 support.
7317 Patch by Susanne Oberhauser <froh@SuSE.de>.
7318
7319 2002-03-11 Ulrich Drepper <drepper@redhat.com>
7320
7321 * inet/rexec.c (ahostbuf): Define as static.
7322
7323 * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
7324 (__ctype32_wctrans): Likewise.
7325 * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
7326 * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
7327 (__ctype32_wctrans): Likewise.
7328 (__ctype32_width): Likewise.
7329
7330 * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
7331 They were never exported anyway.
7332
7333 * gmon/gmon.c (_gmonparam): Add attribute_hidden.
7334 * gmon/sys/gmon.h: Remove declaration of _gmonparam. It wasn't
7335 exported.
7336 * include/sys/gmon.h: Declare _gmonparam.
7337
7338 * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
7339 symbols for getdents64. They were never exported.
7340
7341 2002-03-09 Roland McGrath <roland@frob.com>
7342
7343 * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
7344 Reported by Jon Arney <jarney1@cox.net>.
7345
7346 2002-02-23 Roland McGrath <roland@frob.com>
7347
7348 * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
7349 declaration.
7350 (__hurd_errno_location): Function removed.
7351
7352 2002-03-06 Andreas Jaeger <aj@suse.de>
7353
7354 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
7355 32-bit.
7356
7357 2002-03-04 Andreas Jaeger <aj@suse.de>
7358
7359 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
7360
7361 * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
7362 x86-64.
7363
7364 * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
7365
7366 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
7367
7368 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
7369
7370 * sysdeps/x86_64/bits/setjmp.h: New file.
7371
7372 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
7373
7374 * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
7375
7376 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
7377 for x86.
7378 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
7379 * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
7380
7381 2002-02-28 Bo Thorsen <bo@suse.de>
7382
7383 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
7384 version.
7385
7386 2002-03-03 Andreas Jaeger <aj@suse.de>
7387
7388 * sysdeps/x86_64/bits/wordsize.h: New file.
7389
7390 * elf/nodlopenmod2.c: Provide prototype to avoid warning.
7391 * elf/tst-tlsmod1.c: Likewise.
7392
7393 * posix/regcomp.c: Get regex.h from include dir for internal
7394 prototypes.
7395
7396 * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
7397 to libc-internal.h and include it.
7398 * include/libc-internal.h: Add __init_misc.
7399
7400 * misc/init-misc.c: Include libc-internal.h for prototypes.
7401
7402 * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
7403
7404 * misc/error.c [_LIBC]: Include libioP.h for prototype of
7405 _IO_putc_internal.
7406
7407 2002-03-03 Ulrich Drepper <drepper@redhat.com>
7408
7409 * posix/regcomp.c: Compatibility changes to allow using the code
7410 outside glibc.
7411
7412 2002-02-28 Hartvig Ekner <hartvige@mips.com>
7413
7414 * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
7415 compiled non-PIC.
7416
7417 2002-03-02 Ulrich Drepper <drepper@redhat.com>
7418
7419 * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
7420 of .str elements in the returned data structure.
7421
7422 * elf/elf.h: Add Alpha TLS bits.
7423
7424 2002-02-28 Jakub Jelinek <jakub@redhat.com>
7425
7426 * sysdeps/unix/sysv/linux/nice.c: New file.
7427
7428 2002-03-01 Ulrich Drepper <drepper@redhat.com>
7429
7430 * elf/Makefile (dl-routines): Add dl-origin.
7431 (elide-routines.os): Add dl-origin.
7432 * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
7433 * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
7434 _dl_debug_state.
7435 * include/libc-symbols.c: Define attribute_hidden depending on
7436 HAVE_VISIBILITY_ATTRIBUTE. Add definition of INTVARDEF.
7437
7438 * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
7439 * elf/dl-load.c: Likewise.
7440 * elf/rtld.c: Likewise.
7441 * include/unistd.h: Declare __libc_enable_secure_internal.
7442 * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
7443 Use INTUSE with __libc_enable_secure.
7444 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
7445
7446 * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
7447 * elf/dl-error.c: Likewise,
7448 * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
7449
7450 * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
7451 * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
7452 function definition. Use INTDEF with _dl_get_origin.
7453 * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
7454
7455 * elf/dl-init.c: Use INTUSE with _dl_starting_up.
7456 * elf/rtld.c: Likewise. Use INTVARDEF for _dl_starting_up.
7457
7458 * elf/dl-profile.c: Use INTDEF for _dl_mcount.
7459 * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
7460 * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
7461
7462 * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
7463 * elf/dl-deps.c: Likewise.
7464 * elf/dl-error.c: Likewise.
7465 * elf/dl-fini.c: Likewise.
7466 * elf/dl-init.c: Likewise.
7467 * elf/dl-load.c: Likewise.
7468 * elf/dl-lookup.c: Likewise.
7469 * elf/dl-reloc.c: Likewise.
7470 * elf/dl-version.c: Likewise.
7471 * elf/do-lookup.h: Likewise.
7472 * sysdeps/arm/dl-machine.h: Likewise.
7473 * sysdeps/cris/dl-machine.h: Likewise.
7474 * sysdeps/hppa/dl-machine.h: Likewise.
7475 * sysdeps/i386/dl-machine.h: Likewise.
7476 * sysdeps/m68k/dl-machine.h: Likewise.
7477 * sysdeps/powerpc/dl-machine.h: Likewise.
7478 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7479 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7480 * sysdeps/sh/dl-machine.h: Likewise.
7481 * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
7482 * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
7483 * sysdeps/x86_64/dl-machine.h: Likewise.
7484 * elf/rtld.c: Use INTDEF for _dl_argv. Use rtld_progrname instead of
7485 _dl_argv[0]. Use INTUSE with _dl_argv.
7486 * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
7487 * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
7488
7489 2002-02-28 Jakub Jelinek <jakub@redhat.com>
7490
7491 * elf/rtld.c (_rtld_global): Remove .protected.
7492 (_rtld_local): Strong alias to _rtld_global.
7493 * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
7494 only .os object.
7495 * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
7496 _rtld_local instead of _rtld_global.
7497 (_rtld_local): Add hidden extern, possibly in .sdata section.
7498 * configure.in: Add tests for visibility attribute and .sdata.
7499 * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
7500 * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
7501 * sysdeps/arm/dl-machine.h: Likewise.
7502 * sysdeps/generic/ldsodefs.h: Likewise.
7503 * sysdeps/hppa/dl-machine.h: Likewise.
7504 * sysdeps/cris/dl-machine.h: Likewise.
7505 * sysdeps/i386/dl-machine.h: Likewise.
7506 * sysdeps/ia64/dl-machine.h: Likewise.
7507 * sysdeps/m68k/dl-machine.h: Likewise.
7508 * sysdeps/mips/mips64/dl-machine.h: Likewise.
7509 * sysdeps/mips/dl-machine.h: Likewise.
7510 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7511 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7512 * sysdeps/sh/dl-machine.h: Likewise.
7513 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7514 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7515 * sysdeps/x86_64/dl-machine.h: Likewise.
7516
7517 2002-02-28 Ulrich Drepper <drepper@redhat.com>
7518
7519 * login/login.c (login): Always initialize ut_line field
7520 [PR libc/2991].
7521
7522 2002-02-28 Jakub Jelinek <jakub@redhat.com>
7523
7524 * sysdeps/i386/Makefile (sysdep_routines): Add
7525 divdi3 in csu dir.
7526 (shared-only-routines): Likewise.
7527 * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
7528 (shared-only-routines): Likewise.
7529 * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
7530 (shared-only-routines): Likewise.
7531 * sysdeps/wordsize-32/divdi3.c: New file.
7532
7533 2002-02-28 Ulrich Drepper <drepper@redhat.com>
7534
7535 * locale/iso-4217.def: Remove obsolete currencies for countries
7536 with Euro.
7537
7538 2002-02-28 Isamu Hasegawa <isamu@yamato.ibm.com>
7539
7540 * posix/regcomp.c (regcomp): Remove a redundant condition.
7541 (init_word_char): Add a check on malloc failure.
7542 (create_initial_state): Likewise.
7543 (duplicate_node): Likewise.
7544 (calc_eclosure): Likewise.
7545 (calc_eclosure_iter): Likewise.
7546 (parse_expression): Likewise.
7547 (parse_bracket_exp): Remove unnecessary malloc invocations.
7548 (build_equiv_class): Likewise.
7549 (build_charclass): Likewise.
7550 * posix/regex_internal.c (re_node_set_intersect): Add a check
7551 on malloc failure.
7552 (re_node_set_add_intersect): Likewise.
7553 (re_node_set_merge): Likewise.
7554 (re_acquire_state): Likewise.
7555 (re_acquire_state_context): Likewise.
7556 (create_newstate_common): Likewise.
7557 (register_state): Likewise.
7558 (create_ci_newstate): Likewise.
7559 (create_cd_newstate): Likewise.
7560 * posix/regex_internal.h: Fix prototypes of re_acquire_state
7561 and re_acquire_state_context.
7562 * posix/regexec.c (regexec): Suit it to the error handling of
7563 re_search_internal.
7564 (re_match): Likewise.
7565 (re_search): Likewise.
7566 (re_search_internal): Add a check on malloc failure.
7567 (acquire_init_state_context): Likewise.
7568 (check_matching): Likewise.
7569 (proceed_next_node): Likewise.
7570 (set_regs): Likewise.
7571 (sift_states_backward): Likewise.
7572 (sift_states_iter_bkref): Likewise.
7573 (add_epsilon_backreference): Likewise.
7574 (transit_state): Likewise.
7575 (transit_state_sb): Likewise.
7576 (transit_state_mb): Likewise.
7577 (transit_state_bkref_loop): Likewise.
7578 (build_trtable): Likewise.
7579 (group_nodes_into_DFAstates): Likewise.
7580 (match_ctx_init): Likewise.
7581 (match_ctx_add_entry): Likewise.
7582
7583 2002-02-27 Ulrich Drepper <drepper@redhat.com>
7584
7585 * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
7586 l_libname if profiling is enabled [PR libc/2916].
7587
7588 * sysdeps/ia64/dl-tls.h: New file.
7589
7590 2002-02-27 Jakub Jelinek <jakub@redhat.com>
7591
7592 * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
7593 Work around an Alpha gas bug.
7594
7595 2002-02-27 Ulrich Drepper <drepper@redhat.com>
7596
7597 * catgets/open_catalog.c (__open_catalog): Fix typo in code which
7598 uses read to load the catalog.
7599 Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
7600
7601 2002-02-26 Ulrich Drepper <drepper@redhat.com>
7602
7603 * posix/Makefile (distribute): Add regcomp.c, regexec.c,
7604 regex_internal.c, and regex_internal.h.
7605 (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
7606 * posix/regex.c: Complete rewrite.
7607 * posix/regexec.c: New file.
7608 * posix/regcomp.c: New file.
7609 * posix/regex_internal.c: New file.
7610 * posix/regex_internal.h: New file.
7611 * posix/regex.h (RE_ICASE): New macro.
7612 Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
7613
7614 * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
7615 ungetwc. It's a macro.
7616 * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
7617 implementation.
7618 Reported by Jason Merrill <jason@redhat.com>.
7619
7620 2002-02-25 Jakub Jelinek <jakub@redhat.com>
7621
7622 * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
7623 position to fp->_offset if it is set.
7624 * stdio-common/Makefile (tests): Add tst-fdopen.
7625 * stdio-common/tst-fdopen.c: New test.
7626
7627 2002-02-25 Jakub Jelinek <jakub@redhat.com>
7628
7629 * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
7630 * stdio-common/tst-ungetc.c (main): Add another test.
7631
7632 2002-02-25 Ulrich Drepper <drepper@redhat.com>
7633
7634 * assert/assert-perr.c: Use INTUSE to reference functions and variables
7635 inside libc itself. Use INTDEF and INTDEF2 to define appropriate
7636 aliases. Add prototypes for the new aliases.
7637 * assert/assert.c: Likewise.
7638 * include/libc-symbols.h: Likewise.
7639 * include/stdio.h: Likewise.
7640 * include/netinet/in.h: Likewise.
7641 * include/rpc/auth.h: Likewise.
7642 * include/rpc/auth_unix.h: Likewise.
7643 * include/rpc/key_prot.h: Likewise.
7644 * include/rpc/pmap_prot.h: Likewise.
7645 * include/rpc/pmap_rmt.h: Likewise.
7646 * include/rpc/rpc_msg.h: Likewise.
7647 * include/rpc/xdr.h: Likewise.
7648 * inet/gethstbyad_r.c: Likewise.
7649 * inet/gethstbynm2_r.c: Likewise.
7650 * inet/gethstbynm_r.c: Likewise.
7651 * inet/gethstent_r.c: Likewise.
7652 * inet/in6_addr.c: Likewise.
7653 * libio/__fpurge.c: Likewise.
7654 * libio/filedoalloc.c: Likewise.
7655 * libio/fileops.c: Likewise.
7656 * libio/ftello.c: Likewise.
7657 * libio/ftello64.c: Likewise.
7658 * libio/genops.c: Likewise.
7659 * libio/iofclose.c: Likewise.
7660 * libio/iofdopen.c: Likewise.
7661 * libio/iofflush.c: Likewise.
7662 * libio/iofflush_u.c: Likewise.
7663 * libio/iofgetpos.c: Likewise.
7664 * libio/iofgetpos64.c: Likewise.
7665 * libio/iofgets.c: Likewise.
7666 * libio/iofgets_u.c: Likewise.
7667 * libio/iofopen.c: Likewise.
7668 * libio/iofopncook.c: Likewise.
7669 * libio/iofputs.c: Likewise.
7670 * libio/iofread.c: Likewise.
7671 * libio/iofread_u.c: Likewise.
7672 * libio/iofsetpos.c: Likewise.
7673 * libio/iofsetpos64.c: Likewise.
7674 * libio/ioftell.c: Likewise.
7675 * libio/iofwrite.c: Likewise.
7676 * libio/iogetline.c: Likewise.
7677 * libio/iogets.c: Likewise.
7678 * libio/iogetwline.c: Likewise.
7679 * libio/iolibio.h: Likewise.
7680 * libio/iopadn.c: Likewise.
7681 * libio/iopopen.c: Likewise.
7682 * libio/ioseekoff.c: Likewise.
7683 * libio/ioseekpos.c: Likewise.
7684 * libio/iosetbuffer.c: Likewise.
7685 * libio/iosetvbuf.c: Likewise.
7686 * libio/ioungetc.c: Likewise.
7687 * libio/ioungetwc.c: Likewise.
7688 * libio/iovdprintf.c: Likewise.
7689 * libio/iovsprintf.c: Likewise.
7690 * libio/iovsscanf.c: Likewise.
7691 * libio/libioP.h: Likewise.
7692 * libio/memstream.c: Likewise.
7693 * libio/obprintf.c: Likewise.
7694 * libio/oldfileops.c: Likewise.
7695 * libio/oldiofclose.c: Likewise.
7696 * libio/oldiofdopen.c: Likewise.
7697 * libio/oldiofgetpos.c: Likewise.
7698 * libio/oldiofgetpos64.c: Likewise.
7699 * libio/oldiofopen.c: Likewise.
7700 * libio/oldiofsetpos.c: Likewise.
7701 * libio/oldiofsetpos64.c: Likewise.
7702 * libio/oldiopopen.c: Likewise.
7703 * libio/oldstdfiles.c: Likewise.
7704 * libio/putc.c: Likewise.
7705 * libio/setbuf.c: Likewise.
7706 * libio/setlinebuf.c: Likewise.
7707 * libio/stdfiles.c: Likewise.
7708 * libio/stdio.c: Likewise.
7709 * libio/strops.c: Likewise.
7710 * libio/vasprintf.c: Likewise.
7711 * libio/vscanf.c: Likewise.
7712 * libio/vsnprintf.c: Likewise.
7713 * libio/vswprintf.c: Likewise.
7714 * libio/wfiledoalloc.c: Likewise.
7715 * libio/wfileops.c: Likewise.
7716 * libio/wgenops.c: Likewise.
7717 * libio/wstrops.c: Likewise.
7718 * malloc/mtrace.c: Likewise.
7719 * misc/error.c: Likewise.
7720 * misc/syslog.c: Likewise.
7721 * nss/getXXbyYY_r.c: Likewise.
7722 * nss/getXXent_r.c: Likewise.
7723 * nss/hosts-lookup.c: Likewise.
7724 * stdio-common/getw.c
7725 * stdio-common/printf-prs.c: Likewise.
7726 * stdio-common/printf_fp.c: Likewise.
7727 * stdio-common/printf_size.c: Likewise.
7728 * stdio-common/putw.c: Likewise.
7729 * stdio-common/scanf.c: Likewise.
7730 * stdio-common/sprintf.c: Likewise.
7731 * stdio-common/tmpfile64.c: Likewise.
7732 * stdio-common/vfprintf.c: Likewise.
7733 * stdio-common/vfscanf.c: Likewise.
7734 * stdlib/strfmon.c: Likewise.
7735 * sunrpc/auth_des.c: Likewise.
7736 * sunrpc/auth_none.c: Likewise.
7737 * sunrpc/auth_unix.c: Likewise.
7738 * sunrpc/authdes_prot.c: Likewise.
7739 * sunrpc/authuxprot.c: Likewise.
7740 * sunrpc/clnt_perr.c: Likewise.
7741 * sunrpc/clnt_raw.c: Likewise.
7742 * sunrpc/clnt_tcp.c: Likewise.
7743 * sunrpc/clnt_udp.c: Likewise.
7744 * sunrpc/clnt_unix.c: Likewise.
7745 * sunrpc/key_call.c: Likewise.
7746 * sunrpc/key_prot.c: Likewise.
7747 * sunrpc/openchild.c: Likewise.
7748 * sunrpc/pm_getmaps.c: Likewise.
7749 * sunrpc/pm_getport.c: Likewise.
7750 * sunrpc/pmap_clnt.c: Likewise.
7751 * sunrpc/pmap_prot.c: Likewise.
7752 * sunrpc/pmap_prot2.c: Likewise.
7753 * sunrpc/pmap_rmt.c: Likewise.
7754 * sunrpc/rpc_cmsg.c: Likewise.
7755 * sunrpc/rpc_prot.c: Likewise.
7756 * sunrpc/svc_authux.c: Likewise.
7757 * sunrpc/svc_raw.c: Likewise.
7758 * sunrpc/svc_simple.c: Likewise.
7759 * sunrpc/svc_tcp.c: Likewise.
7760 * sunrpc/svc_udp.c: Likewise.
7761 * sunrpc/svc_unix.c: Likewise.
7762 * sunrpc/xdr.c: Likewise.
7763 * sunrpc/xdr_array.c: Likewise.
7764 * sunrpc/xdr_mem.c: Likewise.
7765 * sunrpc/xdr_rec.c: Likewise.
7766 * sunrpc/xdr_ref.c: Likewise.
7767 * sunrpc/xdr_stdio.c: Likewise.
7768 * sysdeps/generic/_strerror.c: Likewise.
7769 * sysdeps/generic/printf_fphex.c: Likewise.
7770 * sysdeps/generic/tmpfile.c: Likewise.
7771 * sysdeps/gnu/errlist.awk: Likewise.
7772 * sysdeps/gnu/errlist.c: Likewise.
7773
7774 * libio/Makefile (routines): Remove iosprint.
7775 * libio/iosprintf.c: Removed
7776
7777
7778 2002-02-24 Ulrich Drepper <drepper@redhat.com>
7779
7780 * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
7781 non_dynamic_init and exported now.
7782 * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
7783 * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
7784 !SHARED.
7785 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7786 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7787 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7788
7789 2002-02-23 Ulrich Drepper <drepper@redhat.com>
7790
7791 * elf/dl-close.c (free_slotinfo): Check for end of list and return
7792 true in this case.
7793
7794 * locale/iso-639.def: Add language codes for Walloon.
7795
7796 * elf/dl-fini.c (_dl_fini): Print some final statistics on the
7797 total number of relocations performed.
7798
7799 * elf/sprof.c (load_profdata): If do_test provide information as
7800 to why loading failed.
7801 * elf/dl-profile.c (_dl_start_profile): Initialize all of
7802 hist_hdr.dimen.
7803
7804 * csu/set-init.c: Moved to...
7805 * sysdeps/mach/hurd/set-init.c: ...here. New file.
7806 * csu/Makefile: Don't compile set-init.
7807 * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
7808 * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
7809 to __libc_init.
7810 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7811 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7812 * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
7813 __libc_init.
7814 * misc/init-misc.c: Always export __init_misc. Don't define hooks for
7815 __libc_subinit.
7816
7817 2002-02-22 Ulrich Drepper <drepper@redhat.com>
7818
7819 * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
7820 * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
7821 * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
7822 (_dl_deallocate_tls): New function.
7823 * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
7824 _dl_deallocate_tls.
7825
7826 2002-02-21 Jakub Jelinek <jakub@redhat.com>
7827
7828 * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
7829 * stdio-common/tst-fseek.c (main): Add test for this.
7830
7831 2002-02-19 Ulrich Drepper <drepper@redhat.com.>
7832
7833 * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
7834
7835 2002-02-19 Jakub Jelinek <jakub@redhat.com>
7836
7837 * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
7838 pointer before dereferencing.
7839
7840 2002-02-18 Roland McGrath <roland@frob.com>
7841
7842 * sysdeps/mach/hurd/times.c: Fix typo in last change.
7843
7844 * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
7845 Use task_policy in place of task_priority.
7846
7847 * sysdeps/generic/bits/mman.h
7848 (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
7849 * sysdeps/mach/msync.c: New file.
7850
7851 * sysdeps/mach/powerpc/syscall.S: New file.
7852
7853 * mach/msg.c [MACH_MSG_OVERWRITE]
7854 (__mach_msg_trap, __mach_msg_overwrite): New functions.
7855 * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
7856
7857 * sysdeps/mach/configure.in: Check for clock.defs to put into
7858 mach_interface_list.
7859 * sysdeps/mach/configure: Regenerated.
7860
7861 * mach/Makefile (mach-machine): New variable, set from $(base-machine).
7862 ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
7863 ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
7864 Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
7865 (mach-shortcuts): Add device_read_overwrite_request,
7866 device_read_overwrite, vm_read_overwrite, thread_switch.
7867
7868 * configure.in (base_machine): Set to $machine by default.
7869 * configure: Regenerated.
7870
7871 * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
7872 or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
7873 * sysdeps/mach/configure: Regenerated.
7874 * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
7875
7876 * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
7877
7878 * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
7879
7880 * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
7881 Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
7882
7883 2002-02-17 Roland McGrath <roland@frob.com>
7884
7885 * sysdeps/mach/hurd/times.c
7886 [NO_CREATION_TIME] (startup_time): New static variable.
7887 [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
7888 (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
7889 creation_time from task_basic_info.
7890 (__times): Use __gettimeofday instead of __host_get_time.
7891
7892 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
7893 Use untyped Mach IPC message format.
7894
7895 * hurd/catch-exc.c: Include <assert.h>, missing from last change.
7896
7897 * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
7898 _S_catch_exception_raise_state_identity,
7899 _hurdsig_fault_catch_exception_raise_state,
7900 _hurdsig_fault_catch_exception_raise_state_identity.
7901
7902 * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
7903
7904 * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
7905 __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
7906
7907 * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
7908 `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
7909
7910 * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
7911 (fmh, unfmh): Define these functions only #if FMH. Otherwise define
7912 them as no-op macros.
7913 [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
7914 (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
7915
7916 * sysdeps/powerpc/dl-machine.h
7917 (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
7918
7919 * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
7920 Use untyped Mach IPC message format.
7921
7922 * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
7923 Handle untyped Mach IPC message formats.
7924
7925 * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
7926 Expect different argument conventions when this is defined.
7927 [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
7928 [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
7929 * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
7930 [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
7931 for OSF Mach variant.
7932 (faulted): Use mig_reply_error_t for REPLY.
7933 (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
7934 in __thread_set_exception_ports call.
7935 (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
7936 __mach_port_set_attributes in place of __mach_port_set_qlimit.
7937
7938 * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
7939 before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
7940 on Darwin, which includes bogons.
7941
7942 * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
7943 variable LOADBASE so it's not declared when it's not used.
7944
7945 2002-02-16 Roland McGrath <roland@frob.com>
7946
7947 * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
7948 to use BI.creation_time.
7949
7950 * mach/Machrules (MIG): Add -x c to CPP value passed down.
7951
7952 * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
7953 * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
7954 * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
7955 host_page_size instead of vm_statistics.
7956
7957 * sysdeps/mach/Makefile (mach-before-compile): Don't include
7958 mach_interface.h here, since not all variants use that name.
7959
7960 * sysdeps/mach/configure.in: Add some checks for Mach headers
7961 to ensure a sane installation.
7962 (mach_interface_list): Define this variable by checking for .defs
7963 files found in various variants.
7964 * configure.in (mach_interface_list): AC_SUBST this.
7965 * config.make.in (mach-interface-list): New substituted variable.
7966 * mach/Makefile (user-interfaces): Define this using the value
7967 of $(mach-interface-list) instead of mach, mach4.
7968 Updated other references to mach_interface to use it as well.
7969
7970 * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
7971
7972 * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
7973 mig_reply_error_t for OSF Mach variant.
7974
7975 * mach/Makefile (routines): Remove bootprivport.
7976 * mach/bootprivport.c: File removed. It has never been used.
7977
7978 * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
7979 Grok the OSF flavor of message format.
7980 (mach_msg_destroy_port): For MAKE_SEND and
7981 MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
7982 no-senders notification.
7983
7984 2002-02-06 Roland McGrath <roland@frob.com>
7985
7986 * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
7987 to here if 2.0 compatibility enabled ...
7988 (libc: GLIBC_2.1.3): ... from here.
7989
7990 2002-02-15 Ulrich Drepper <drepper@redhat.com>
7991
7992 * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
7993 generation counter.
7994 * elf/dl-close.c (_dl_close): Likewise.
7995
7996 2002-02-14 Ulrich Drepper <drepper@redhat.com>
7997
7998 * elf/Makefile: Add rules to build and run tst-tls8.
7999 * elf/tst-tls8.c: New file.
8000 * elf/tst-tlsmod4.c: New file.
8001
8002 * stdlib/test-a64l.c (tests): Add more test cases.
8003
8004 * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8005 Reported by Walter Harms <WHarms@bfs.de>.
8006
8007 2002-02-11 Jes Sorensen <jes@trained-monkey.org>
8008
8009 * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8010 definitions for struct sigcontext.
8011 Suggested by David Mosberger-Tang.
8012
8013 2002-02-13 Ulrich Drepper <drepper@redhat.com>
8014
8015 * elf/dl-close.c (remove_slotinfo): New function. Handles everything
8016 for removing reference of module in slotinfo list.
8017 (_dl_close): Use remove_slotinfo.
8018 * sysdeps/generic/dl-tls.c: General pretty printing.
8019 (oom): Define only if SHARED.
8020 (_dl_next_tls_modid): Correct starting point for the case we assume
8021 there is a gap. Add missing instruction grouping (doh!). Correct
8022 tests for reaching maximum index.
8023 * elf/Makefile: Add rules to build and run tst-tls7.
8024 * elf/tst-tls7.c: New file.
8025 * elf/tst-tlsmod3.c: New file.
8026
8027 * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8028 USE_TLS.
8029 * elf/tst-tlsmod2.c: Likewise.
8030
8031 * elf/dl-close.c (_dl_close): When closing an object using TLS
8032 either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8033 true. Increment dl_tls_generation only if we closed any TLS-using
8034 object.
8035 * elf/tst-tls6.c: New file.
8036 * elf/Makefile: Add rules to build and run tst-tls6.
8037
8038 * po/da.po: Update from translation team.
8039
8040 * locale/categories.def: Fix typo [PR libc/2948].
8041 * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8042 [PR libc/2949].
8043 * locale/iso-4217.def: Update from official version [PR libc/2950].
8044 * glibcbug.in: Honor TMPDIR [PR libc/2951].
8045 * locale/programs/ld-collate.c (collate_finish): Bail out with a
8046 message if input is too confusion instead of using assert.
8047 (collate_read): Don't crash on unknown symbol [PR libc/2952].
8048 Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8049
8050 * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8051 * elf/tst-tls2.c: Likewise.
8052 * elf/tst-tls3.c: Likewise.
8053
8054 2002-02-13 Jakub Jelinek <jakub@redhat.com>
8055
8056 * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8057
8058 2002-02-13 Ulrich Drepper <drepper@redhat.com>
8059
8060 * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8061 if this is really necessary.
8062
8063 * elf/dl-close.c (_dl_close): Implement freeing entries in the
8064 slotinfo array.
8065 (free_mem): Free memory for the slotinfo array if possible.
8066
8067 2002-02-12 Andreas Schwab <schwab@suse.de>
8068
8069 * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8070
8071 2002-02-12 Ulrich Drepper <drepper@redhat.com>
8072
8073 * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8074 TLS_DTV_UNALLOCATE.
8075 (oom): New function.
8076 (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8077 (_dl_determine_tlsoffset): Likewise.
8078 (_dl_allocate_tls): Likewise.
8079 (__TLS_GET_ADDR): Define if not already defined.
8080 (_dl_tls_symaddr): New function.
8081 (allocate_and_init): New function.
8082 (__tls_get_addr): Actually implement handling of generation counter
8083 and deferred allocation.
8084 * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8085 add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8086 _dl_tls_generation.
8087 Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8088 Declare _dl_tls_symaddr.
8089 * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8090 SHARED.
8091 * include/link.h (struct link_map): Remove l_tls_nextimage and
8092 l_tls_previmage.
8093 * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8094 instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8095 (_dl_vsym): Likewise.
8096 * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8097 layout.
8098 (dl_main): Allow PT_TLS be present for empty segment. Remove
8099 nextimage list handling. Instead add all modules using TLS to
8100 dl_tls_dtv_slotinfo_list.
8101 * elf/dl-open.c (dl_open_worker): After successfully loading all
8102 objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8103 * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8104 empty segment don't do anything. Remove handling of initimage list.
8105 * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8106 (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8107 * elf/dl-minimal.c: Define __libc_memalign.
8108 * elf/dl-support.c: Remove _dl_initimage_list. Add
8109 _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8110 _dl_tls_generation.
8111 * include/stdlib.h: Declare __libc_memalign.
8112
8113 * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8114 * elf/tst-tls4.c: New file.
8115 * elf/tst-tls5.c: New file.
8116 * elf/tst-tlsmod2.c: New file.
8117
8118 * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8119
8120 * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8121
8122 * elf/tst-tls1.c: Use test-skeleton.c.
8123 * elf/tst-tls2.c: Likewise.
8124 * elf/tst-tls3.c: Likewise.
8125
8126 * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8127
8128 2002-02-08 Daniel Jacobowitz <drow@mvista.com>
8129
8130 * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8131
8132 2002-02-10 Ulrich Drepper <drepper@redhat.com>
8133
8134 * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8135
8136 * elf/tst-tls3.c: New file.
8137 * elf/tst-tlsmod1.c: New file.
8138 * elf/Makefile: Add rules to build and run tst-tls3.
8139
8140 * sysdeps/i386/dl-machine.h: Include <tls.h>.
8141 (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8142 TLS relocations.
8143
8144 * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8145
8146 * po/fr.po: Update from translation team.
8147
8148 * elf/tls-macros.h: Add alternative macros for use in PIC.
8149
8150 * elf/dl-lookup.c: Include <tls.h>.
8151 * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8152
8153 * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8154 required by passing pointer to last element of the list.
8155
8156 * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8157 l_tls_initimage to a place where it actually is performed.
8158
8159 * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8160 after globfree() calls.
8161
8162 * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8163 (openaux): Pass open_mode as new last argument to _dl_map_object.
8164 (_dl_map_object_deps): Add new argument open_mode. Initialize
8165 open_mode element of args variable with it.
8166 * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8167 _dl_map_object_deps.
8168 * elf/rtld.c (dl_main): Add zero as last parameter to
8169 _dl_map_object_deps call.
8170 * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8171 * elf/nodlopen2.c: New file.
8172 * elf/nodlopenmod2.c: New file.
8173 * elf/Makefile: Add rules to build and run nodlopen2.
8174
8175 * elf/tst-tls1.c: Move TLS helper macros to...
8176 * elf/tls-macros.h: ...here. New file.
8177 * elf/tst-tls2.c: New file.
8178 * elf/Makefile (tests): Add tst-tls2.
8179 (distribute): Add tls-macros.h.
8180
8181 * po/sv.po: Update from translation team.
8182
8183 * elf/tst-tls1.c (main): Add complete set of tests. Split
8184 architecture specific definitions from the actual test code.
8185
8186 * po/tr.po: Update from translation team.
8187
8188 2002-02-09 Ulrich Drepper <drepper@redhat.com>
8189
8190 * elf/Makefile (tests): Add tst-tls1.
8191 * elf/tst-tls1.c: New file.
8192
8193 * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8194 alignment of TCB for now.
8195
8196 * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8197 initialization image for the application itself.
8198
8199 * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8200 loop to initialize TLS block.
8201
8202 2002-02-08 Richard Henderson <rth@redhat.com>
8203
8204 * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8205 _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8206
8207 * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8208
8209 2002-02-09 Jakub Jelinek <jakub@redhat.com>
8210
8211 * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8212
8213 2002-02-08 Ulrich Drepper <drepper@redhat.com>
8214
8215 * po/ca.po: Update from translation team.
8216 * po/sk.po: Likewise.
8217
8218 * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8219 (dl_main): Move dtv/static TLS handling before relocation.
8220 Unconditionally call _dl_tlsoffset. Call _dl_allocate_tls and
8221 TLS_INIT_TP to allocate and install the dtv/static TLS block.
8222 * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8223 so far uses TLS initialize GL(dl_tls_static_size) and
8224 GL(dl_tls_static_align) to account for the TCB.
8225 (_dl_allocate_tls): New function.
8226 * sysdeps/generic/ldsodefs.h (rtld_global): Add
8227 _dl_initial_dtv_malloced.
8228
8229 * configure.in: Test for __builtin_memset more realistically.
8230
8231 * csu/version.c (banner): If TLS support is available say so.
8232
8233 2002-02-04 H.J. Lu <hjl@gnu.org>
8234
8235 * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8236 __attribute_used__.
8237 (__dl_runtime_resolve): Likewise.
8238
8239 * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8240 declaration.
8241
8242 2001-11-15 H.J. Lu <hjl@gnu.org>
8243
8244 * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8245 <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8246
8247 * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8248
8249 2002-02-07 H.J. Lu <hjl@gnu.org>
8250
8251 * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8252 ".set noreorder".
8253 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8254 Likewise.
8255
8256 2002-02-07 Ulrich Drepper <drepper@redhat.com>
8257
8258 * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8259
8260 * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8261 ___tls_get_addr_internal.
8262 (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8263
8264 * po/ko.po: Update from translation team.
8265
8266 2002-02-07 Jakub Jelinek <jakub@redhat.com>
8267
8268 * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8269 attribute, change __pad{1,2} type to unsigned int.
8270 (struct stat64): Remove packed attribute.
8271
8272 2002-02-07 Ulrich Drepper <drepper@redhat.com>
8273
8274 * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8275
8276 2002-02-07 Andreas Schwab <schwab@suse.de>
8277
8278 * configure.in: Fix check for -zcombreloc.
8279
8280 2002-02-06 H.J. Lu <hjl@gnu.org>
8281
8282 * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8283 * configure.in: Check if __builtin_memset really works.
8284 * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8285 __GNUC_PREREQ (2, 96) before using __builtin_memset.
8286
8287 2002-02-06 Jakub Jelinek <jakub@redhat.com>
8288
8289 * io/bug-ftw3.c (main): Don't try the test if root.
8290
8291 2002-02-06 Martin Schwidefsky <schwidefsky@de.ibm.com>
8292
8293 * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8294 constraints.
8295 * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8296 Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8297 * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8298 Likewise.
8299 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8300 a weak alias for __clone.
8301 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8302 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8303 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8304 * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8305 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8306 a weak alias for __mmap64.
8307
8308 2002-02-05 H.J. Lu <hjl@gnu.org>
8309
8310 * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8311 (atomic_add): Likewise.
8312 (compare_and_swap): Likewise.
8313 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8314
8315 2002-02-07 Ulrich Drepper <drepper@redhat.com>
8316
8317 * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
8318
8319 * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
8320 alignment of the TCB and store total size and alignment of static
8321 TLS block in _dl_tls_static_size and _dl_tls_static_align.
8322 tls_index is a typedef.
8323 * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
8324 _dl_tls_static_align.
8325 * sysdeps/i386/dl-tls.h: tls_index is a typedef.
8326 * elf/dl-support.c: Define _dl_tls_static_size and
8327 _dl_tls_static_align.
8328
8329 2002-02-06 Ulrich Drepper <drepper@redhat.com>
8330
8331 * configure.in: Add --without-tls option.
8332 * sysdeps/i386/elf/configure.in: Don't check for TLS support if
8333 --without-tls is given.
8334
8335 * sysdeps/generic/dl-tls.c: Include <tls.h>.
8336
8337 * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
8338
8339 2002-02-06 Roland McGrath <roland@frob.com>
8340
8341 * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
8342 * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
8343
8344 * scripts/versions.awk: Improve error message for missing version.
8345 Each version inherits from the last one only if they have the same
8346 nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
8347 but not GLIBC_x and FOO_y.
8348
8349 * scripts/firstversions.awk: Handle libraries that don't have each
8350 particular version named in the third column of shlib-versions.
8351
8352 * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
8353
8354 2002-02-06 Ulrich Drepper <drepper@redhat.com>
8355
8356 * Versions.def [ld]: Add GLIBC_2.3.
8357 * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
8358 * elf/Makefile (dl-routines): Add dl-tls.
8359 (distribute): Add dl-tls.h.
8360 * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8361 _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8362 Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
8363 * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
8364 along with the other info in the link map. Change queueing of init
8365 images for double linked list. Use _dl_next_tls_modid to compute
8366 l_tls_modid.
8367 * elf/rtld.c (_dl_start_final): Store alignment requirement
8368 along with the other info in rtld map and executable map.
8369 (dl_main): Add ld.so to the init image list if necessary. Compute
8370 final module ID with _dl_next_tls_modid.
8371 * include/link.h (struct link_map): Add l_tls_previmage and
8372 l_tls_align.
8373 * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8374 * sysdeps/i386/elf/Versions: New file.
8375 * sysdeps/generic/dl-tls.c: New file.
8376 * sysdeps/generic/dl-tls.h: New file.
8377 * sysdeps/i386/dl-tls.h: New file.
8378
8379 2002-02-06 Roland McGrath <roland@frob.com>
8380
8381 * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
8382 * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
8383
8384 2002-01-05 Roland McGrath <roland@frob.com>
8385
8386 * sysdeps/mach/configure.in: New file.
8387 * sysdeps/mach/configure: New generated file.
8388
8389 * mach/Makefile (user-interfaces): Remove default_pager_helper.
8390 It has never been used by anything.
8391
8392 2002-02-06 H.J. Lu <hjl@gnu.org>
8393
8394 * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
8395 is included.
8396
8397 2002-02-06 Ulrich Drepper <drepper@redhat.com>
8398
8399 * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
8400 attribute((packed)) to counter stupid people misusing gcc options.
8401 (struct stat64): Likewise.
8402
8403 2002-02-05 Ulrich Drepper <drepper@redhat.com>
8404
8405 * elf/rtld.c (dl_main): Correct indentation. Use bool as type for
8406 the variables which are used as booleans.
8407
8408 2002-02-06 Andreas Jaeger <aj@suse.de>
8409
8410 * include/libc-symbols.h (INTUSE): Renamed from INT.
8411 * elf/dl-deps.c: Change users.
8412 * sysdeps/generic/dl-sysdep.c: Likewise.
8413 * sysdeps/generic/dl-cache.c: Likewise.
8414 * elf/dl-reloc.c: Likewise.
8415 * elf/rtld.c: Likewise.
8416 * elf/dl-version.c: Likewise.
8417 * elf/dl-load.c: Likewise.
8418 * elf/dl-dst.h: Likewise.
8419 * elf/dl-init.c: Likewise.
8420 * elf/dl-error.c: Likewise.
8421 * elf/dl-fini.c: Likewise.
8422 * elf/dl-runtime.c: Likewise.
8423 * elf/do-lookup.h: Likewise.
8424
8425 * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
8426 definition.
8427 * stdio-common/_itowa.h: Likewise.
8428
8429 2002-02-05 Ulrich Drepper <drepper@redhat.com>
8430
8431 * elf/dl-minimal.c: Define _itoa_lower_digits.
8432
8433 * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
8434 DT_FLAGS set.
8435
8436 * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
8437 loading modules with the DF_STATIC_TLS flag set.
8438 * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
8439 element.
8440 * include/link.h (struct link_map): Add l_flags field.
8441 * elf/elf.h (DF_STATIC_TLS): New definition.
8442
8443 * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
8444 * dlfcn/bug-dlopen1.c: New file. By Bruno Haible.
8445
8446 * elf/rtld.c (process_dl_debug): Correct printing help message.
8447 * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
8448 for %s.
8449
8450 * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
8451 definition and pass &errno in use of this variable.
8452 Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
8453
8454 2002-02-04 Andreas Schwab <schwab@suse.de>
8455
8456 * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
8457 * locale/programs/charmap-dir.c: Wrap calls that output messages
8458 with WITH_CUR_LOCALE. Include "localedef.h" first.
8459 * locale/programs/charmap.c: Likewise.
8460 * locale/programs/ld-address.c: Likewise.
8461 * locale/programs/ld-collate.c: Likewise.
8462 * locale/programs/ld-ctype.c: Likewise.
8463 * locale/programs/ld-identification.c: Likewise.
8464 * locale/programs/ld-measurement.c: Likewise.
8465 * locale/programs/ld-messages.c: Likewise.
8466 * locale/programs/ld-monetary.c: Likewise.
8467 * locale/programs/ld-name.c: Likewise.
8468 * locale/programs/ld-numeric.c: Likewise.
8469 * locale/programs/ld-paper.c: Likewise.
8470 * locale/programs/ld-telephone.c: Likewise.
8471 * locale/programs/ld-time.c: Likewise.
8472 * locale/programs/linereader.c: Likewise.
8473 * locale/programs/linereader.h: Likewise.
8474 * locale/programs/localedef.c: Likewise.
8475 * locale/programs/locfile.c: Likewise.
8476 * locale/programs/repertoire.c: Likewise.
8477
8478 2002-02-05 Ulrich Drepper <drepper@redhat.com>
8479
8480 * elf/rtld.c (_dl_start_final): Determine load address to locate
8481 ehdr with GL(dl_rtld_map).l_map_start.
8482
8483 * po/ca.po: Update from translation team.
8484
8485 * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
8486 * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
8487 header entry.
8488 * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
8489 _dl_tls_module_cnt.
8490 * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
8491
8492 2002-02-04 Ulrich Drepper <drepper@redhat.com>
8493
8494 * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
8495 * include/link.h (struct link_map): Add various members for TLS
8496 information.
8497 * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8498 _rtld_tlsoffset, add _dl_initimage_list.
8499 * sysdeps/i386/dl-lookupcfg.h: New file.
8500 * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
8501 TLS relocation. When using TLS we now use RESOLVE_MAP.
8502 (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
8503 is used.
8504
8505 * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
8506 unused.
8507
8508 * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
8509 thread-pointer as soon as possible.
8510 * sysdeps/generic/ldsodefs.h: Include <tls.h>. Define first TLS
8511 elements in rtld_global.
8512 * sysdeps/generic/tls.h: New file.
8513 * elf/Makefile (distribute): Add tls.h.
8514 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
8515 relocations. Not complete yet.
8516
8517 * resolv/resolv.h: Allow user to define __need_res_state and only
8518 define __res_start structure then.
8519 * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
8520
8521 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
8522 dl_cpuclock_offset initialization to _dl_start_final.
8523 (_dl_show_auxv): Avoid unnecessary sign extension.
8524 * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
8525
8526 2002-02-03 Ulrich Drepper <drepper@redhat.com>
8527
8528 * config.h.in: Add HAVE_TLS_SUPPORT.
8529 * sysdeps/i386/elf/configure.in: New file.
8530
8531 2002-02-03 Andreas Schwab <schwab@suse.de>
8532
8533 * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
8534 * sysdeps/posix/writev.c: Use ssize_t for bytes_written. Fix comment.
8535
8536 2002-02-03 Thorsten Kukuk <kukuk@suse.de>
8537
8538 * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
8539 alloca if the memory reqirements are too high.
8540
8541 2002-02-03 Ulrich Drepper <drepper@redhat.com>
8542
8543 * elf/dl-load.c (decompose_rpath): Avoid using strstr.
8544 * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
8545 the former is available anyway and speed isn't important here.
8546 * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
8547 * elf/dl-version.c (match_symbol): Likewise.
8548 (_dl_check_map_versions): Likewise.
8549 * elf/rtld.c (process_envvars): Likewise.
8550 (print_statistics): Likewise.
8551 * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
8552 * elf/dl-minimal.c (_itoa): Always define it. Make it work for all
8553 bases. Add assert to catch uses of unimplemented features.
8554 (__strsep): Add assert to catch uses of unimplemented features.
8555 * elf/dl-object.c (_dl_new_object): Don't use rawmemchr. Use strchr
8556 and avoid inline optimization.
8557 * elf/rtld.c (process_envvars): Likewise.
8558 * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
8559 * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
8560 * elf/rtld.c (dl_main): Avoid strsep inline optimization.
8561
8562 2002-02-02 Ulrich Drepper <drepper@redhat.com>
8563
8564 * stdio-common/_itoa.h: Minor simplifications of the code.
8565 * stdio-common/_itoa.c: Likewise.
8566
8567 * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
8568 instead of _dl_printf for debugging info output.
8569
8570 * manual/examples/mkfsock.c (make_named_socket): Make sure name is
8571 always NUL-terminated. Patch by Chris D. Sloan <cds@cs.hmc.edu>.
8572
8573 2002-02-01 H.J. Lu <hjl@gnu.org>
8574
8575 * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
8576 (atomic_add): Likewise.
8577 (compare_and_swap): Return 0 only when failed to compare. Use
8578 branch likely.
8579
8580 * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
8581 branch likely.
8582
8583 2002-02-03 kaz Kojima <kkojima@rr.iij4u.or.jp>
8584
8585 * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
8586
8587 2002-02-02 Ulrich Drepper <drepper@redhat.com>
8588
8589 * elf/dl-minimal.c (__strsep): New minimal implementation.
8590
8591 2002-02-02 Paul Eggert <eggert@twinsun.com>
8592
8593 * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
8594 (__mktime_internal): If no tm_isdst is requested, prefer solutions
8595 with tm_isdst > 0 when the requested time falls within a
8596 spring-forward gap [PR libc/2894].
8597
8598 2002-02-03 Andreas Schwab <schwab@suse.de>
8599
8600 * stdio-common/tst-rndseek.c: Increase timeout.
8601
8602 2002-02-02 Ulrich Drepper <drepper@redhat.com>
8603
8604 Change ld.so to not use functions which are exported. One cannot
8605 interpose them anyway. Use INT() to mark uses, INTDEF() to mark
8606 definitions.
8607 * include/libc-symbols.h: Define INT and INTDEF.
8608 * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
8609 _dl_signal_error_internal, _dl_map_object_internal,
8610 _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
8611 _dl_lookup_versioned_symbol_internal,
8612 _dl_relocate_object_internal, _dl_debug_state_internal,
8613 _dl_start_profile_internal, and _dl_unload_cache_internal.
8614 * include/dlfcn.h: Declare _dl_catch_error_internal.
8615 * elf/rtld.c: Use INT for calls to any of the *_internal functions
8616 above. Add INTDEF to function definitions.
8617 * elf/dl-debug.c: Likewise.
8618 * elf/dl-deps.c: Likewise.
8619 * elf/dl-dst.h: Likewise.
8620 * elf/dl-error.c: Likewise.
8621 * elf/dl-fini.c: Likewise.
8622 * elf/dl-init.c: Likewise.
8623 * elf/dl-load.c: Likewise.
8624 * elf/dl-lookup.c: Likewise.
8625 * elf/dl-misc.c: Likewise.
8626 * elf/dl-open.c: Likewise.
8627 * elf/dl-profile.c: Likewise.
8628 * elf/dl-reloc.c: Likewise.
8629 * elf/dl-runtime.c: Likewise.
8630 * elf/dl-version.c: Likewise.
8631 * elf/do-lookup.h: Likewise.
8632 * sysdeps/generic/dl-cache.c: Likewise.
8633 * sysdeps/generic/dl-sysdep.c: Likewise.
8634 * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
8635 instead of _dl_init.
8636 * sysdeps/arm/dl-machine.h: Likewise.
8637 * sysdeps/cris/dl-machine.h: Likewise.
8638 * sysdeps/hppa/dl-machine.h: Likewise.
8639 * sysdeps/i386/dl-machine.h: Likewise.
8640 * sysdeps/ia64/dl-machine.h: Likewise.
8641 * sysdeps/m68k/dl-machine.h: Likewise.
8642 * sysdeps/mips/dl-machine.h: Likewise.
8643 * sysdeps/mips/mips64/dl-machine.h: Likewise.
8644 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8645 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8646 * sysdeps/sh/dl-machine.h: Likewise.
8647 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8648 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8649 * sysdeps/x86_64/dl-machine.h: Likewise.
8650 * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
8651
8652 * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
8653 and _dl_debug_initialize.
8654
8655 * elf/dl-object.c (_dl_new_object): Avoid using strrchr. We have
8656 more information.
8657 * elf/rtld.c (dl_main): Avoid strrchr.
8658 * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
8659 result of readlink. Search from the back for '/'.
8660
8661 * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
8662 strncpy if possible.
8663
8664 * sysdeps/generic/dl-environ.c (unsetenv): Optimize. Don't use
8665 strncmp.
8666 * elf/dl-load.c (is_dst): Optimize. Don't call strncmp twice.
8667 * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
8668 strspn, and strcspn.
8669 (process_envvars): Don't use strcspn.
8670
8671 * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
8672 (_dl_dst_substitute): Likewise.
8673
8674 2002-02-01 Ulrich Drepper <drepper@redhat.com>
8675
8676 * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
8677 code which is never used when relocating ld.so itself.
8678
8679 * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
8680 starting ld.so itself. Move l_addr variable initialization closer
8681 to use.
8682 (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
8683
8684 2002-02-01 Jakub Jelinek <jakub@redhat.com>
8685
8686 * Versions.def (libc): Add GLIBC_PRIVATE.
8687 (libdb, libnss_db, libdb1): Remove.
8688 (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
8689 libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
8690 (libpthread): Add GLIBC_PRIVATE.
8691 (libresolv): Likewise, remove GLIBC_2.1.
8692 (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
8693 GLIBC_2.2.3, GLIBC_2.3.
8694 * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
8695 * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
8696 _dl_sym, _dl_vsym): Likewise.
8697 (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
8698 _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
8699 _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
8700 _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
8701 _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
8702 _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
8703 _dl_relocate_object, _dl_signal_error, _dl_start_profile,
8704 _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
8705 Likewise.
8706 (_dl_object_relocation_scope): Remove.
8707 * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
8708 * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
8709 __gconv_cache): Move to GLIBC_PRIVATE.
8710 * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
8711 __internal_setnetgrent): Likewise.
8712 * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
8713 __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
8714 * locale/Versions (__collate_element_hash, __collate_element_strings,
8715 __collate_symbol_classes, __collate_symbol_hash,
8716 __collate_symbol_strings, _nl_current_LC_COLLATE,
8717 _nl_current_LC_CTYPE): Likewise.
8718 * misc/Versions (__libc_fsync, __libc_msync): Likewise.
8719 * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
8720 (libnss_nis, libnss_nisplus): Likewise.
8721 * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
8722 _nss_files_parse_spent): Move to GLIBC_PRIVATE.
8723 (libnss_files): Move all symbols to GLIBC_PRIVATE.
8724 * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
8725 __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
8726 __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
8727 * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
8728 __ns_get16, __ns_samename): Likewise.
8729 (libnss_dns): Move all symbols to GLIBC_PRIVATE.
8730 * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
8731 GLIBC_PRIVATE.
8732 * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
8733 __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
8734 __libc_connect): Likewise.
8735 * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
8736 Likewise.
8737 * stdlib/Versions (__libc_system): Likewise.
8738 * sunrpc/Versions (__rpc_thread_destroy): Likewise.
8739 * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
8740 * sysdeps/ia64/fpu/Versions: Likewise.
8741 * sysdeps/ia64/Versions: Likewise.
8742 * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
8743 * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
8744 to GLIBC_PRIVATE.
8745 * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
8746 * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
8747 __libc_sigaction): Likewise.
8748 * termios/Versions (__libc_tcdrain): Likewise.
8749
8750 * misc/sys/cdefs (__attribute_noinline__): Define.
8751 * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
8752 __attribute_noinline__.
8753
8754 * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
8755 * elf/dl-xstat64.c: New file.
8756 * elf/dl-fxstat64.c: New file.
8757 * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
8758 don't export __fxstat64 at multiple versions.
8759 * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
8760 * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
8761
8762 2002-01-18 Isamu Hasegawa <isamu@yamato.ibm.com>
8763
8764 * locale/program/ld-collate.c (collate_finish): Assign a wide
8765 char collation sequence value to multi character collating
8766 elements, and avoid over writing by non-character elements.
8767
8768 2002-02-01 Ulrich Drepper <drepper@redhat.com>
8769
8770 * elf/Makefile (distribute): Add dl-procinfo.c.
8771 * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
8772 * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
8773
8774 2002-02-01 Jakub Jelinek <jakub@redhat.com>
8775
8776 * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
8777 definition.
8778 * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
8779 _rtld_global struct.
8780 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8781 * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
8782 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8783 * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
8784 * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
8785 _dl_fpu_control_set): Remove unused externs.
8786 * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
8787 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
8788 * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
8789 related variables in _rtld_global struct.
8790 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
8791 * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
8792 unused extern.
8793
8794 2002-02-01 Ulrich Drepper <drepper@redhat.com>
8795
8796 * sysdeps/generic/dl-procinfo.c: New file.
8797
8798 2002-02-01 Andreas Schwab <schwab@suse.de>
8799
8800 * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
8801
8802 2002-02-01 Ulrich Drepper <drepper@redhat.com>
8803
8804 * elf/rtld.c (_dl_start): Mark as internal_function.
8805 * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
8806 in register.
8807 (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
8808 General pretty printing.
8809
8810 2002-01-31 Ulrich Drepper <drepper@redhat.com>
8811
8812 * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
8813 * elf/dl-reloc.c: Pretty printing.
8814 * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
8815 procinfo-related variables in rtld_global struct.
8816 * elf/dl-support.c: Likewise.
8817 * elf/rtld.c: Likewise.
8818 * sysdeps/i386/i686/Makefile: Likewise.
8819 * sysdeps/i386/i686/hp-timing.c: Likewise.
8820 * sysdeps/i386/i686/hp-timing.h: Likewise.
8821 * sysdeps/ia64/Makefile: Likewise.
8822 * sysdeps/ia64/hp-timing.c: Likewise.
8823 * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
8824 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
8825 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
8826 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
8827 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
8828 * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
8829 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
8830 * sysdeps/x86_64/Makefile: Likewise.
8831
8832 * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
8833 _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
8834 _dl_debug_fd to rtld_global.
8835 * elf/Versions: Likewise.
8836 * elf/dl-close.c: Likewise.
8837 * elf/dl-iteratephdr.c: Likewise.
8838 * elf/dl-lookup.c: Likewise.
8839 * elf/dl-misc.c: Likewise.
8840 * elf/dl-open.c: Likewise.
8841 * elf/dl-support.c: Likewise.
8842 * elf/do-lookup.h: Likewise.
8843 * elf/rtld.c: Likewise.
8844 * sysdeps/generic/dl-cache.c: Likewise.
8845 * sysdeps/generic/dl-sysdep.c: Likewise.
8846 * sysdeps/ia64/Versions: Likewise.
8847 * sysdeps/unix/clock_gettime.c: Likewise.
8848 * sysdeps/unix/clock_settime.c: Likewise.
8849 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8850 * sysdeps/sparc/Versions: Removed.
8851 * sysdeps/i386/i686/Versions : Removed.
8852 * sysdeps/x86_64/Versions: Removed.
8853 * configure.in: Define HAVE_PROTECTED if .protected is available.
8854 * config.h.in: Add entry for HAVE_PROTECTED.
8855
8856 2002-01-31 Jakub Jelinek <jakub@redhat.com.
8857
8858 * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
8859 code in struct _rtld_global. Export this struct, remove all
8860 exports for the signal variables.
8861 * sysdeps/arm/dl-machine: Likewise.
8862 * sysdeps/generic/dl-origin: Likewise.
8863 * sysdeps/generic/dl-sysdep: Likewise.
8864 * sysdeps/generic/dl-cache: Likewise.
8865 * sysdeps/hppa/dl-fptr: Likewise.
8866 * sysdeps/hppa/dl-machine: Likewise.
8867 * sysdeps/cris/dl-machine: Likewise.
8868 * sysdeps/i386/dl-machine: Likewise.
8869 * sysdeps/ia64/dl-machine: Likewise.
8870 * sysdeps/m68k/dl-machine: Likewise.
8871 * sysdeps/mach/hurd/dl-sysdep: Likewise.
8872 * sysdeps/mips/mips64/dl-machine: Likewise.
8873 * sysdeps/mips/dl-machine: Likewise.
8874 * sysdeps/powerpc/elf/libc-start: Likewise.
8875 * sysdeps/powerpc/dl-machine: Likewise.
8876 * sysdeps/powerpc/dl-start: Likewise.
8877 * sysdeps/sparc/sparc32/dl-machine: Likewise.
8878 * sysdeps/sparc/sparc64/dl-machine: Likewise.
8879 * sysdeps/sh/dl-machine: Likewise.
8880 * sysdeps/s390/s390-32/dl-machine: Likewise.
8881 * sysdeps/s390/s390-64/dl-machine: Likewise.
8882 * sysdeps/unix/sysv/aix/libc-start: Likewise.
8883 * sysdeps/unix/sysv/aix/start-libc: Likewise.
8884 * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
8885 * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
8886 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
8887 * sysdeps/x86_64/dl-machine: Likewise.
8888
8889 2002-01-31 Ulrich Drepper <drepper@redhat.com>
8890
8891 * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
8892 are too high.
8893
8894 2002-01-31 Andreas Schwab <schwab@suse.de>
8895
8896 * sysdeps/posix/readv.c: Check for ssize_t overflow.
8897
8898 2002-01-31 Andreas Schwab <schwab@suse.de>
8899
8900 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
8901 reference to _dl_pagesize.
8902
8903 2002-01-30 Ulrich Drepper <drepper@redhat.com>
8904
8905 * Versions.def [ld]: Add GLIBC_2.3.
8906 * elf/dl-addr.c: Move global variables for SHARED code in struct
8907 _rtld_global. Export this struct, remove all exports for the
8908 signal variables.
8909 * elf/dl-close.c: Likewise.
8910 * elf/dl-conflict.c: Likewise.
8911 * elf/dl-debug.c: Likewise.
8912 * elf/dl-deps.c: Likewise.
8913 * elf/dl-dst.h: Likewise.
8914 * elf/dl-error.c: Likewise.
8915 * elf/dl-fini.c: Likewise.
8916 * elf/dl-init.c: Likewise.
8917 * elf/dl-iteratephdr.c: Likewise.
8918 * elf/dl-libc.c: Likewise.
8919 * elf/dl-load.c: Likewise.
8920 * elf/dl-lookup.c: Likewise.
8921 * elf/dl-minimal.c: Likewise.
8922 * elf/dl-object.c: Likewise.
8923 * elf/dl-open.c: Likewise.
8924 * elf/dl-profile.c: Likewise.
8925 * elf/dl-profstub.c: Likewise.
8926 * elf/dl-reloc.c: Likewise.
8927 * elf/dl-runtime.c: Likewise.
8928 * elf/dl-support.c: Likewise.
8929 * elf/dl-sym.c: Likewise.
8930 * elf/dl-version.c: Likewise.
8931 * elf/do-lookup.h: Likewise.
8932 * elf/do-rel.h: Likewise.
8933 * elf/dynamic-link.h: Likewise.
8934 * elf/rtld.c: Likewise.
8935 * sysdeps/generic/dl-cache.c: Likewise.
8936 * sysdeps/generic/dl-sysdep.c: Likewise.
8937 * sysdeps/generic/ldsodefs.h: Likewise.
8938 * sysdeps/generic/libc-start.c: Likewise.
8939 * sysdeps/i386/dl-machine.h: Likewise.
8940 * sysdeps/ia64/dl-fptr.c: Likewise.
8941 * sysdeps/ia64/dl-machine.h: Likewise.
8942 * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
8943 * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8944 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8945 * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
8946 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8947 * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
8948 * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
8949 * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
8950
8951 2002-01-29 Ulrich Drepper <drepper@redhat.com>
8952
8953 * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
8954 to avoid warning
8955 (DL_STATIC_FUNCTION_ADDRESS): Likewise.
8956
8957 * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
8958 SHARED version.
8959 * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
8960
8961 * elf/rtld.c (_dl_start): Use __builtin_memset if available.
8962
8963 2002-01-29 Ben Collins <bcollins@debian.org>
8964
8965 * string/bits/string2.h (__mempcpy): Protect size arg for
8966 addition when using __builtin_memcpy.
8967
8968 2002-01-29 Ulrich Drepper <drepper@redhat.com>
8969
8970 * stdlib/Makefile (tests): Add tst-qsort.
8971 * stdlib/tst-qsort.c: New file. Written by Paul Eggert.
8972
8973 * manual/signal.texi (Process Signal Mask): Document that
8974 pthread_sigmask, not sigprocmask, must be used in MT programs.
8975 Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
8976
8977 * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
8978 found.
8979 * misc/Makefile (tests): Add tst-hsearch.
8980 * misc/tst-hsearch.c: New file.
8981
8982 2002-01-18 Wolfram Gloger <wg@malloc.de>
8983
8984 * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
8985 * malloc/malloc.h: Likewise.
8986 * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
8987 * malloc/arena.c: New file.
8988 * malloc/hooks.c: New file.
8989 * malloc/tst-mallocstate.c: New file.
8990 * malloc/Makefile: Add new testcase tst-mallocstate.
8991 Add arena.c and hooks.c to distribute. Fix commented CPPFLAGS.
8992
8993 2002-01-28 Ulrich Drepper <drepper@redhat.com>
8994
8995 * stdlib/msort.c: Remove last patch. The optimization violates the
8996 same rule which qsort.c had problems with.
8997
8998 2002-01-27 Paul Eggert <eggert@twinsun.com>
8999
9000 * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9001 to a pivot element that lies outside the array to be sorted, as
9002 ISO C99 requires that the comparison function be called only with
9003 addresses of array elements [PR libc/2880].
9004
9005 2002-01-28 Ulrich Drepper <drepper@redhat.com>
9006
9007 * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9008 for SHARED code. Reported by Ben Collins <bcollins@debian.org>.
9009
9010 * timezone/asia: Update from tzdata2002b.
9011 * timezone/australasia: Likewise.
9012 * timezone/backward: Likewise.
9013 * timezone/europe: Likewise.
9014 * timezone/leapseconds: Likewise.
9015 * timezone/iso3166.tab: Likewise.
9016 * timezone/zone.tab: Likewise.
9017
9018 2002-01-23 Richard Henderson <rth@redhat.com>
9019
9020 * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9021
9022 2002-01-28 Ulrich Drepper <drepper@redhat.com>
9023
9024 * string/strxfrm.c: Allocate one more byte for rulearr and clear
9025 this element [PR libc/2855].
9026
9027 * string/strcoll.c: Handle zero-length arguments specially
9028 [PR libc/2856].
9029
9030 2002-01-23 Jakub Jelinek <jakub@redhat.com>
9031
9032 * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9033 __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9034 short lengths and constant src.
9035 (strcpy): Don't optimize for gcc 3.0+.
9036 (__stpcpy): For gcc 3.0+, don't use
9037 __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9038 for short string literal src.
9039
9040 2002-01-23 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
9041
9042 * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9043 Set for arm, too.
9044
9045 2001-01-22 Paul Eggert <eggert@twinsun.com>
9046
9047 * manual/llio.texi (Linked Channels, Cleaning Streams):
9048 Make it clearer that a just-opened input stream might need cleaning.
9049
9050 2002-01-21 H.J. Lu <hjl@gnu.org>
9051
9052 * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9053 Don't use label at end of compound statement.
9054
9055 2002-01-28 Stephen L Moshier <moshier@mediaone.net>
9056
9057 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9058 Remove test for negative integer arg; sin_pi does it correctly.
9059
9060 2002-01-20 Ulrich Drepper <drepper@redhat.com>
9061
9062 * nscd/Makefile (distribute): Filter out xmalloc.c.
9063
9064 2002-01-19 Ulrich Drepper <drepper@redhat.com>
9065
9066 * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9067 Set offset if read end wasn't the buffer end.
9068 (_IO_file_seekoff_mmap): New function.
9069 (_IO_file_xsgetn_mmap): New function.
9070 (_IO_file_jumps_mmap): Use the two new functions.
9071 * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9072 != end buffer.
9073 * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9074 _IO_file_underflow_mmap.
9075 * libio/iofopen.c: Don't position file descriptor at end of file.
9076 * libio/tst-widetext.c: Improve error messages.
9077 * stdio-common/tst-rndseek.c: Likewise.
9078
9079 2002-01-18 Ulrich Drepper <drepper@redhat.com>
9080
9081 * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9082 end of enum for !_GNU_SOURCE.
9083 * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9084 * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9085 * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9086 * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9087 values unless _GNU_SOURCE.
9088
9089 * iconvdata/tcvn5712-1.c: Minor cleanups.
9090
9091 2002-01-18 Andreas Schwab <schwab@suse.de>
9092
9093 * sysdeps/unix/sysv/linux/configure.in
9094 (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9095
9096 2002-01-16 Roger Sayle <roger@eyesopen.com>
9097
9098 * stdlib/msort.c (msort_with_tmp): Replace implementation with
9099 more efficient "Towers of Hanoi" mergesort.
9100 (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9101 for generic, sizeof(int) and sizeof(long) variants respectively.
9102
9103 2002-01-17 Ulrich Drepper <drepper@redhat.com>
9104
9105 * manual/syslog.texi (openlog): Describe possible problems with
9106 first parameter.
9107 Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9108
9109 * nscd/nscd.c (drop_privileges): Removed. Adjust caller.
9110 * nscd/connections.c (begin_drop_privileges): New function.
9111 (finish_drop_privileges): New function.
9112 (nscd_init): Call the new functions which also install all groups
9113 for the server user.
9114 * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9115 Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9116
9117 2002-01-17 H.J. Lu <hjl@gnu.org>
9118
9119 * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9120 `const' from `got'.
9121
9122 2002-01-17 Martin Schwidefsky <schwidefsky@de.ibm.com>
9123
9124 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9125 instructions for pointer operations.
9126 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9127
9128 2002-01-17 Andreas Jaeger <aj@suse.de>
9129
9130 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9131 __uint128_t build-in.
9132
9133 * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9134 PowerPC, sync with 2.2 branch.
9135
9136 2002-01-16 Ulrich Drepper <drepper@redhat.com>
9137
9138 * posix/getconf.c: Update copyright year.
9139 * nss/getent.c: Likewise.
9140 * nscd/nscd_nischeck.c: Likewise.
9141 * iconv/iconvconfig.c: Likewise.
9142 * iconv/iconv_prog.c: Likewise.
9143 * elf/ldconfig.c: Likewise.
9144 * catgets/gencat.c: Likewise.
9145 * csu/version.c: Likewise.
9146 * elf/ldd.bash.in: Likewise.
9147 * elf/sprof.c (print_version): Likewise.
9148 * locale/programs/locale.c: Likewise.
9149 * locale/programs/localedef.c: Likewise.
9150 * nscd/nscd.c (print_version): Likewise.
9151 * debug/xtrace.sh: Likewise.
9152 * malloc/memusage.sh: Likewise.
9153 * malloc/mtrace.pl: Likewise.
9154
9155 2002-01-16 Andreas Schwab <schwab@suse.de>
9156
9157 * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9158 reliably remove "-ia64" from rtld name.
9159
9160 2002-01-16 Ulrich Drepper <drepper@redhat.com>
9161
9162 * iconvdata/gb18030.c: Bug fixes and support for more characters.
9163 Patch by Yu Shao <yshao@redhat.com>.
9164
9165 2002-01-16 Martin Schwidefsky <schwidefsky@de.ibm.com>
9166
9167 * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9168 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9169 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9170
9171 2002-01-14 Martin Schwidefsky <schwidefsky@de.ibm.com>
9172
9173 * sysdeps/s390/fpu/libm-test-ulps: Update.
9174
9175 2002-01-11 Ulrich Drepper <drepper@redhat.com>
9176
9177 * elf/elf.h: Update x86 relocations.
9178
9179 2002-01-10 Ulrich Drepper <drepper@redhat.com>
9180
9181 * locale/programs/charmap.c (new_width): Check whether byte
9182 sequences for both ends of range have the same length.
9183
9184 2002-01-09 Jakub Jelinek <jakub@redhat.com>
9185
9186 * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9187
9188 2002-01-09 Jakub Jelinek <jakub@redhat.com>
9189
9190 * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9191 string literals.
9192 (__full_ieee754_sqrt): Add __attribute_used__.
9193
9194 2002-01-10 Ulrich Drepper <drepper@redhat.com>
9195
9196 * sysdeps/generic/group_member.c (__group_member): Also check
9197 groups[0] [PR libc/2781].
9198
9199 2002-01-08 Ulrich Drepper <drepper@redhat.com>
9200
9201 * Makefile (distribute): Add scripts/cpp.
9202 * elf/Makefile (distribute): Add reldep6mod[01234].c,
9203 unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9204 unwind-dw2-fde.h, and dwarf2.h.
9205 * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9206 * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9207 * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9208 * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9209
9210 2002-01-07 Roland McGrath <roland@frob.com>
9211
9212 * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9213 volatile on type of ARGC so the compiler doesn't get clever.
9214
9215 2002-01-07 Andreas Jaeger <aj@suse.de>
9216
9217 * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9218 * sysdeps/i386/bits/byteswap.h: Likewise.
9219 * sysdeps/ia64/bits/byteswap.h: Likewise.
9220 * sysdeps/m68k/bits/byteswap.h: Likewise.
9221 * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9222 * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9223
9224 2002-01-02 Bruno Haible <bruno@clisp.org>
9225
9226 * intl/plural.y: Fix %expect count.
9227
9228 2002-01-03 Jakub Jelinek <jakub@redhat.com>
9229
9230 * elf/Makefile (routines, shared-only-routines): Add
9231 unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9232 * elf/elf.h (PT_GNU_EH_FRAME): Define.
9233 * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9234 * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9235 Optimize if .eh_frame section contains no FDEs.
9236 (__register_frame, __deregister_frame_info_bases,
9237 __deregister_frame): Likewise.
9238 * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9239 DW_CFA_restore handling.
9240
9241 2002-01-07 Stephen L Moshier <moshier@mediaone.net>
9242
9243 * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9244
9245 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9246 for x < 0.25 and restore original range reduction method.
9247 (__ieee754_lgammal_r): Make sure signgam is set before returning.
9248
9249 2002-01-07 Ulrich Drepper <drepper@redhat.com>
9250
9251 * libio/fileops.c (_IO_file_underflow_mmap): New function.
9252 (_IO_file_close_mmap): New function.
9253 (_IO_file_jumps_mmap): New variable.
9254 * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9255 trying to convert rest of byte buffer.
9256 (_IO_wfile_underflow_mmap): New function.
9257 (_IO_wfile_jumps_mmap): New variable.
9258 * libio/iofopen.c (__fopen_maybe_mmap): New function.
9259 (__fopen_internal): New function. Split out from _IO_new_fopen.
9260 (_IO_new_fopen): Call __fopen_internal.
9261 * libio/iofopen64.c: Just call __fopen_internal.
9262 * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9263 successfully.
9264 * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9265 * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9266 _IO_file_close_mmap.
9267
9268 * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9269 * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9270
9271 * stdio-common/Makefile (tests): Add tst-rndseek.
9272 * stdio-common/tst-rndseek.c: New file.
9273
9274 2002-01-05 Roland McGrath <roland@frob.com>
9275
9276 * config.h.in (HAVE_MIG_RETCODE): New #undef.
9277 * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9278 swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9279 * sysdeps/mach/hurd/configure: Regenerated.
9280
9281 2002-01-03 Ulrich Drepper <drepper@redhat.com>
9282
9283 * elf/elf.h: Add more TLS definitions.
9284
9285 2002-01-02 Ulrich Drepper <drepper@redhat.com>
9286
9287 * include/features.h (__GLIBC_MINOR__): Bump to 3.
9288
9289 2002-01-02 Roland McGrath <roland@frob.com>
9290
9291 * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9292 __sigisemptyset. Don't use MASK uninitialized.
9293
9294 * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9295 * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9296 * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9297 __sigdelset, __sigaddset, __sigorset.
9298
9299 * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9300 * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9301
9302 * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9303 _hurd_ports is null.
9304
9305 * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9306 for old CMU and new OSF Mach interface flavors.
9307 * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9308 * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9309
9310 * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9311
9312 * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9313 Pass extra arguments to task_create for OSF variant.
9314 * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9315
9316 * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9317 conditional on [HAVE_AUX_VECTOR].
9318
9319 * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
9320 mach_msg_timeout_t as type of final argument.
9321
9322 * hurd/privports.c (__get_privileged_ports):
9323 Change host_priv_t to mach_port_t in argument type.
9324 * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
9325 Update decls.
9326
9327 * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
9328 multiple inclusion. Inhibit #error under [_SYS_UCONTEXT_H].
9329 * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9330 * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9331 * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9332 * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
9333
9334 2002-01-01 Roland McGrath <roland@frob.com>
9335
9336 * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
9337
9338 2002-01-01 Ulrich Drepper <drepper@redhat.com>
9339
9340 * include/stdlib.h: Define inlines for the _l variants of the strto*
9341 functions.
9342
9343 2002-01-01 Roland McGrath <roland@frob.com>
9344
9345 * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
9346
9347 * mach/Machrules (MIG): Set CPP as well as CC.
9348
9349 2001-12-31 Ulrich Drepper <drepper@redhat.com>
9350
9351 * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
9352 locale to parse /proc/loadavg [PR libc/2760].
9353
9354 2001-12-31 Jakub Jelinek <jakub@redhat.com>
9355
9356 * elf/dl-conflict.c: Include sys/param.h.
9357 (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
9358 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
9359 warning.
9360 (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
9361 literals to avoid warnings.
9362
9363 2001-12-31 Andreas Jaeger <aj@suse.de>
9364
9365 * configure.in: Don't check for gsed since we do not use it anywhere.
9366
9367 2001-12-25 Dmitry V. Levin <ldv@alt-linux.org>
9368
9369 * io/fts.c: Update from BSD to fix memory leaks.
9370
9371 2001-12-25 Dmitry V. Levin <ldv@alt-linux.org>
9372
9373 * crypt/md5-crypt.c: Realloc error handling memory leak fix.
9374 * elf/chroot_canon.c: Likewise.
9375 * elf/dl-object.c: Likewise.
9376 * iconv/iconv_charmap.c: Likewise.
9377 * iconv/iconv_prog.c: Likewise.
9378 * libio/iogetdelim.c: Likewise.
9379 * locale/lc-time.c: Likewise.
9380 * stdlib/canonicalize.c: Likewise.
9381 * sunrpc/svc.c: Likewise.
9382 * sysdeps/generic/glob.c: Likewise.
9383
9384 2001-12-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
9385
9386 * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
9387 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
9388 remove high order bit from the program counter.
9389 * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
9390
9391 2001-12-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
9392
9393 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
9394 unnecessary code and add missing reloc types.
9395 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
9396 case for reloc type R_390_NONE.
9397
9398 2001-12-28 Andreas Jaeger <aj@suse.de>
9399
9400 * io/bug-ftw3.c: Include string.h for prototypes.
9401
9402 * crypt/md5test.c (main): Remove unused variable.
9403
9404 * dlfcn/modstatic.c: Add prototype to avoid warning.
9405
9406 2001-12-26 Roland McGrath <roland@frob.com>
9407
9408 * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
9409 check only (SS->pending & MASK) for the signal to return.
9410 From Jeroen Dekkers <jeroen@dekkers.cx>.
9411
9412 2001-12-22 Roland McGrath <roland@frob.com>
9413
9414 * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
9415 Use preprocessor #if conditionals instead of `if' to avoid
9416 warnings about divide by zero in dead code.
9417
9418 * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
9419 _hurd_port_init, and __hurd_self_sigstate.
9420
9421 * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
9422
9423 2001-12-21 Andreas Jaeger <aj@suse.de>
9424
9425 * elf/dblloadmod1.c: Add prototype to avoid warning.
9426 * elf/dblloadmod2.c: Likewise.
9427 * elf/dblloadmod3.c: Likewise.
9428 * elf/reldepmod5.c: Likewise.
9429 * elf/reldepmod6.c: Likewise.
9430
9431 * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
9432 for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
9433 used on all architectures.
9434
9435 * sunrpc/svc_tcp.c: Add noreturn attribute for
9436 svctcp_rendezvous_abort.
9437 * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
9438
9439 * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
9440 to avoid warning.
9441
9442 2001-12-19 Jakub Jelinek <jakub@redhat.com>
9443
9444 * manual/llio.texi (aio_fsync): Fix a typo.
9445 Patch by Tammy Fox <tfox@redhat.com>.
9446
9447 2001-12-18 Jakub Jelinek <jakub@redhat.com>
9448
9449 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
9450 stack bias from child stack pointer before passing it to clone syscall.
9451
9452 2001-12-18 Ulrich Drepper <drepper@redhat.com>
9453
9454 * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
9455 _SC_TZNAME_MAX.
9456 * sysdeps/generic/sysconf.c (__sysconf): Likewise.
9457 Reported by Thorsten Kukuk <kukuk@suse.de>.
9458
9459 * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
9460 add some casts.
9461
9462 * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
9463
9464 2001-12-18 Thorsten Kukuk <kukuk@suse.de>
9465
9466 * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
9467 conforming: return EBADF if file descriptor is invalid and EINVAL
9468 if file descriptor is no valid tty.
9469 * login/tst-grantpt.c: New file.
9470 * login/Makefile (tests): Add tst-grantpt.
9471
9472 2001-12-17 Ulrich Drepper <drepper@redhat.com>
9473
9474 * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
9475 different than implemented in last patch.
9476 * io/bug-ftw3.c: Adjust test for changed handling of
9477 inaccessibility of toplevel dir.
9478
9479 2001-12-16 Roland McGrath <roland@frob.com>
9480
9481 * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
9482 * grp/initgroups.c (internal_getgrouplist): Likewise.
9483
9484 * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
9485 `default:' to silence new GCC warning.
9486 Rewrite cast of lvalue to silence new GCC warning.
9487
9488 * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
9489
9490 * sysdeps/mach/hurd/spawni.c: New file, by me with a
9491 couple fixes by Neal H Walfield <neal@cs.uml.edu>.
9492
9493 2001-12-14 Ulrich Drepper <drepper@redhat.com>
9494
9495 * sysdeps/generic/strstr.c (strstr): Update. New optimized version.
9496 Patch by Stephen R. van den Berg.
9497
9498 * crypt/md5.h: Define md5_uintptr.
9499
9500 2001-12-13 Ulrich Drepper <drepper@redhat.com>
9501
9502 * libio/tst_swprintf.c (main): Add test for string argument with
9503 zero precision.
9504 * stdio-common/Makefile (tests): Add tst-sprintf.
9505 * stdio-common/tst-sprintf.c: New file.
9506
9507 2001-12-13 Andreas Schwab <schwab@suse.de>
9508
9509 * stdio-common/vfprintf.c (process_string_arg): Correctly handle
9510 zero precision with wide character string format.
9511
9512 2001-12-13 Thorsten Kukuk <kukuk@suse.de>
9513
9514 * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
9515 but have a user supplied buffer, return the empty buffer, not NULL.
9516
9517 2001-12-13 Ulrich Drepper <drepper@redhat.com>
9518
9519 * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
9520 Patch by Eric Sharkey <sharkey@netrics.com>.
9521
9522 * crypt/md5test.c (main): Add test for multiple calls to
9523 __md5_process_bytes to itererate over input string.
9524
9525 2001-12-12 Ulrich Drepper <drepper@redhat.com>
9526
9527 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
9528 from __nis_findfastest. Take timeout value from parameter.
9529 (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
9530 * nis/nis_intern.h: Define parameters controlling __nis_findfastest
9531 [PR libc/2520]. Patch by Alexander Belopolsky <alexb@rentec.com>.
9532
9533 2001-12-12 Andreas Jaeger <aj@suse.de>
9534
9535 * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
9536 combreloc test so that it works in this case.
9537
9538 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
9539
9540 2001-12-12 NIIBE Yutaka <gniibe@m17n.org>
9541
9542 * sysdeps/sh/Makefile: New file.
9543 * sysdeps/sh/_mcount.S: New file.
9544 * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
9545 * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
9546
9547 2001-12-11 Ulrich Drepper <drepper@redhat.com>
9548
9549 * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
9550 limitation [PR libc/2564].
9551
9552 2001-12-11 Jakub Jelinek <jakub@redhat.com>
9553
9554 * elf/Makefile (dl-routines): Add conflict.
9555 (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
9556 (ld.so): Add _begin local symbol.
9557 * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
9558 Define.
9559 * elf/dl-deps.c (_dl_build_local_scope): New function.
9560 (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
9561 of all libraries.
9562 * elf/do-rel.h (VALIDX): Define.
9563 (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
9564 lazy binding for RELA. If DT_GNU_PRELINKED, DT_RELACOUNT relocations
9565 can be skipped.
9566 * elf/dl-conflict.c: New file.
9567 * elf/dl-lookup.c (_dl_debug_bindings): New function.
9568 (_dl_lookup_symbol): Use _dl_debug_bindings. Reference_name is always
9569 non-NULL.
9570 (_dl_lookup_symbol_skip): Likewise.
9571 (_dl_lookup_versioned_symbol): Likewise.
9572 (_dl_lookup_versioned_symbol_skip): Likewise.
9573 * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
9574 define to ElfW(Rel).
9575 * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
9576 tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
9577 ranges.
9578 Don't adjust address dynamic tags if l_addr is 0.
9579 * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
9580 (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
9581 (VALIDX, ADDRIDX): Define.
9582 (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
9583 (dl_main): Print library list for LD_TRACE_PRELINKING.
9584 If prelinking information can be used, skip relocating libraries and
9585 call _dl_resolve_conflicts instead.
9586 (process_envvars): Handle LD_TRACE_PRELINKING envvar.
9587 * elf/dl-load.c (_dl_map_object): Don't create fake libs
9588 if LD_TRACE_PRELINKING.
9589 * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
9590 + DT_ADDRNUM.
9591 * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
9592 (DL_DEBUG_PRELINK): Define.
9593 (_dl_resolve_conflicts): Add prototype.
9594
9595 * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
9596 .plt for prelinked libraries where prelinking info cannot be used.
9597 (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
9598 section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
9599 * sysdeps/arm/bits/link.h: New file.
9600 * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
9601 content of .got[1].
9602 (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9603 (ELF_MACHINE_PLT_REL): Define.
9604 (elf_machine_rela, elf_machine_rela_relative): New functions.
9605 (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
9606 of adjusting it if prelinked and prelinking cannot be used.
9607 * sysdeps/i386/bits/link.h: New file.
9608 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
9609 content of .got[1].
9610 (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9611 (ELF_MACHINE_PLT_REL): Define.
9612 (elf_machine_rela, elf_machine_rela_relative): New functions.
9613 (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
9614 of adjusting it if prelinked and prelinking cannot be used.
9615 * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
9616 conflicts, skip finaladdr computation. Use RESOLVE_CONFLICT_FIND_MAP
9617 to find out map for R_PPC_JMP_SLOT relocs.
9618 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
9619 (OPCODE_BA): Define.
9620 (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9621 libraries where prelinking info cannot be used.
9622 (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
9623 (elf_machine_fixup_plt): Call sparc_fixup_plt.
9624 (elf_machine_rela): Set value to 0 if relocating conflicts.
9625 Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
9626 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
9627 (sparc64_fixup_plt): Fix a typo.
9628 (elf_machine_rela): Set value to 0 if relocating conflicts.
9629 Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
9630 (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9631 libraries where prelinking info cannot be used.
9632 * sysdeps/sh/bits/link.h: New file.
9633 * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
9634 content of .got[1].
9635 (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
9636 of adjusting it if prelinked and prelinking cannot be used.
9637 * sysdeps/s390/s390-32/bits/link.h: New file.
9638 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
9639 Save original content of .got[1].
9640 (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
9641 of adjusting it if prelinked and prelinking cannot be used.
9642 * sysdeps/s390/s390-64/bits/link.h: New file.
9643 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
9644 Save original content of .got[1].
9645 (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
9646 of adjusting it if prelinked and prelinking cannot be used.
9647 * sysdeps/x86_64/bits/link.h: New file.
9648 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
9649 Save original content of .got[1].
9650 (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
9651 of adjusting it if prelinked and prelinking cannot be used.
9652
9653 2001-12-11 Ulrich Drepper <drepper@redhat.com>
9654
9655 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
9656 where appropriate instead of numbers. Little optimizations.
9657
9658 2001-12-10 Roland McGrath <roland@frob.com>
9659
9660 * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
9661 set it.
9662
9663 * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
9664 set to GLIBC_2.2.5, not GLIBC_2.2.4.
9665
9666 * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
9667 Fix conditionals so this is set by default for stdio and not for libio.
9668 * sysdeps/mach/hurd/configure: Regenerated.
9669
9670 2001-12-10 Thorsten Kukuk <kukuk@suse.de>
9671
9672 * io/ftw.c (ftw_startup): Check, if the path is search and readable.
9673
9674 2001-12-10 Ulrich Drepper <drepper@redhat.com>
9675
9676 * io/Makefile (tests): Add bug-ftw3.
9677 * io/bug-ftw3.c: New file.
9678
9679 * sysdeps/generic/glob.c (glob): Return only pattern if nothing
9680 matches and GLOB_NOCHECK is set.
9681 * posix/globtest.sh: Correct expected result for NOCHECK test.
9682
9683 * po/ca.po: Update from translation team.
9684
9685 2001-12-09 Ulrich Drepper <drepper@redhat.com>
9686
9687 Implement transliteration of characters in strings of the locale
9688 definitions.
9689 * locale/programs/linereader.c: Adjust for additional parameter to
9690 lr_token.
9691 (get_string): If character <Uxxxx> is not found try to transliterate
9692 it.
9693 * locale/programs/ld-ctype.c: Adjust for additional parameter to
9694 lr_token. Add const to charmap parameter of all functions.
9695 (find_translit, find_translit2): New functions.
9696 * locale/programs/charmap.c: Adjust for additional parameter to
9697 lr_token.
9698 * locale/programs/repertoire.c: Likewise.
9699 * locale/programs/linereader.h: Likewise.
9700 * locale/programs/ld-address.c: Likewise. Add const to charmap
9701 parameter of all functions.
9702 * locale/programs/ld-collate.c: Likewise.
9703 * locale/programs/ld-identification.c: Likewise.
9704 * locale/programs/ld-measurement.c: Likewise.
9705 * locale/programs/ld-messages.c: Likewise.
9706 * locale/programs/ld-monetary.c: Likewise.
9707 * locale/programs/ld-name.c: Likewise.
9708 * locale/programs/ld-numeric.c: Likewise.
9709 * locale/programs/ld-paper.c: Likewise.
9710 * locale/programs/ld-paper.c: Likewise.
9711 * locale/programs/ld-telephone.c: Likewise.
9712 * locale/programs/ld-time.c: Likewise.
9713 * locale/programs/locfile.c: Likewise.
9714 * locale/programs/localedef.c: Likewise.
9715 * locale/programs/localedef.h: Likewise.
9716 * locale/programs/locfile.h: Likewise. Add declaration for
9717 find_translit.
9718 * locale/programs/simple-hash.c: Add const to first parameter of
9719 find_entry, iterate_table, and lookup.
9720 * locale/programs/simple-hash.h: Likewise.
9721 * locale/localeinfo.h: Don't define __LC_LAST here. Include <locale.h>
9722 instead.
9723 * include/locale.h: Define __LC_LAST.
9724 * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
9725
9726 2001-12-07 Geoff Keating <geoffk@redhat.com>
9727
9728 * sysdeps/powerpc/Dist: Update for recent FP changes.
9729 * sysdeps/powerpc/fpu/Dist: Likewise.
9730
9731 2001-12-07 Andreas Schwab <schwab@suse.de>
9732
9733 * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
9734
9735 2001-12-06 Geoff Keating <geoffk@redhat.com>
9736
9737 * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
9738 save/restore functions here.
9739 (libm-support): Don't define these functions here.
9740 * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
9741 functions here.
9742 * sysdeps/powerpc/fe_nomask.c: Move to...
9743 * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
9744 * sysdeps/powerpc/fprrest.S: Move to...
9745 * sysdeps/powerpc/fpu/fprrest.S: ... here.
9746 * sysdeps/powerpc/fprsave.S: Move to...
9747 * sysdeps/powerpc/fpu/fprsave.S: ... here.
9748
9749 2001-12-06 Ulrich Drepper <drepper@redhat.com>
9750
9751 * sysdeps/unix/sysv/linux/opensock.c: New file.
9752
9753 2001-12-06 Geoff Keating <geoffk@redhat.com>
9754
9755 * config.make.in (with-fp): Define from configure.
9756 * configure.in: Substitute with_fp.
9757 * configure: Regenerate.
9758 * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
9759 specified, and don't change FPU environment.
9760
9761 2001-12-06 Ulrich Drepper <drepper@redhat.com>
9762
9763 * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
9764 * assert/assert.c: Check result of __asprintf call and don't use
9765 string if it failed.
9766 * assert/assert-perr.c: Likewise.
9767 * inet/rcmd.c: Likewise.
9768 * locale/programs/localedef.c (main): Check result of
9769 construct_output_path and exit if it failed.
9770 (construct_output_path): Check result of asprintf and mkdir calls and
9771 fail if they failed.
9772 * posix/getopt.c: Check result of __asprintf calls and fail if
9773 they failed.
9774 Patch by Dmitry V. Levin <ldv@alt-linux.org>.
9775
9776 2001-12-05 Ulrich Drepper <drepper@redhat.com>
9777
9778 * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
9779 patch.
9780 * sysdeps/generic/strncase.c: Likewise.
9781 * string/tester.c: Add tests for strcasecmp and strncasecmp.
9782
9783 2001-12-05 Geoff Keating <geoffk@redhat.com>
9784
9785 * scripts/cpp: Test the exit status from 'type', not 'awk'.
9786
9787 * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
9788 * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
9789 * sysdeps/powerpc/setjmp.S: Don't save FP registers.
9790 * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
9791 * sysdeps/powerpc/fclrexcpt.c: Move to...
9792 * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
9793 * sysdeps/powerpc/fpu_control.h: Move to...
9794 * sysdeps/powerpc/fpu/fpu_control.h: ... here.
9795
9796 2001-12-05 Ulrich Drepper <drepper@redhat.com>
9797
9798 * iconvdata/ibm1129.h: Remove duplicate mappings.
9799 * iconvdata/ibm937.c: Handle overflow errors. Handle new tables.
9800 * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
9801 Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
9802
9803 * timezone/zic.c: Fix handling of turnaround times.
9804 Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
9805
9806 2001-12-02 Moshe Olshansky <OLSHANSK@il.ibm.com>
9807
9808 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
9809 overflow problem.
9810
9811 2001-12-05 Ulrich Drepper <drepper@redhat.com>
9812
9813 * posix/regex.c: For use outside glibc defined bounded pointer
9814 macros here. Patch by Jim Meyering <jim@meyering.net>.
9815
9816 * iconvdata/Makefile (modules): Add TCVN5712-1.
9817 * iconvdata/TESTS: Add TCVN5712-1.
9818 * iconvdata/gconv-modules: Likewise.
9819 * iconvdata/tcvn5712-1.c: New file.
9820 * iconvdata/testdata/TCVN-5712: New file.
9821 * iconvdata/testdata/TCVN-5712..UTF8: New file.
9822
9823 2001-12-04 Ulrich Drepper <drepper@redhat.com>
9824
9825 * iconvdata/cp1258.c: Optimize conversion from UCS4.
9826
9827 2001-12-02 Roland McGrath <roland@frob.com>
9828
9829 * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
9830
9831 * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
9832 Reported by Jeff Bailey <jbailey@nisa.net>.
9833
9834 * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
9835 Reported by Jeff Bailey <jbailey@nisa.net>.
9836
9837 * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
9838 * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
9839 Reported by Jeff Bailey <jbailey@nisa.net>.
9840
9841 2001-12-01 Roland McGrath <roland@frob.com>
9842
9843 * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
9844 missing backslash in test arguments.
9845 * sysdeps/mach/hurd/configure: Regenerated.
9846
9847 2001-11-26 Roland McGrath <roland@frob.com>
9848
9849 * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
9850 Reported by John Tobey <jtobey@john-edwin-tobey.org>.
9851
9852 2001-11-30 Ulrich Drepper <drepper@redhat.com>
9853
9854 * iconvdata/Makefile (modules): Add ARMSCII-8.
9855 * iconvdata/gconv-modules: Add entries for ARMSCII-8.
9856 * iconvdata/armscii-8.c: New file.
9857
9858 2001-11-29 Jakub Jelinek <jakub@redhat.com>
9859
9860 * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
9861 don't match, fix {{a,b},c} globbing, clean up.
9862 Patch by Flavio Veloso <flaviovs@magnux.com>.
9863 * posix/globtest.sh: Add new tests.
9864
9865 2001-11-29 Andreas Jaeger <aj@suse.de>
9866
9867 * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
9868 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
9869
9870 * sysdeps/generic/abort.c: Include libioP.h for
9871 _IO_flush_all_lockp prototype.
9872
9873 2001-11-29 Ulrich Drepper <drepper@redhat.com>
9874
9875 * posix/regex.h: Define __restrict_arr correctly.
9876
9877 2001-11-28 Ulrich Drepper <drepper@redhat.com>
9878
9879 * iconvdata/ibm1163.c: New file.
9880 * iconvdata/ibm1163.h: New file.
9881 * iconvdata/ibm1164.c: New file.
9882 * iconvdata/ibm1164.h: New file.
9883 * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
9884 * iconvdata/Makefile: Likewise.
9885 * iconvdata/testdata/IBM1163: New file.
9886 * iconvdata/testdata/IBM1163..UTF8: New file.
9887 * iconvdata/testdata/IBM1164: New file.
9888 * iconvdata/testdata/IBM1164..UTF8: New file.
9889 Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
9890
9891 * iconvdata/ibm1046.h: Optimize. Remove duplicate mappings.
9892 * iconvdata/ibm1124.h: Likewise.
9893 * iconvdata/ibm1132.h: Likewise.
9894 * iconvdata/ibm1133.h: Likewise.
9895 * iconvdata/ibm1160.h: Likewise.
9896 * iconvdata/ibm1161.h: Likewise.
9897 * iconvdata/ibm1162.h: Likewise.
9898 * iconvdata/ibm856.h: Likewise.
9899 * iconvdata/ibm922.h: Likewise.
9900 * iconvdata/ibm930.h: Likewise.
9901 * iconvdata/ibm932.h: Likewise.
9902 * iconvdata/ibm933.h: Likewise.
9903 * iconvdata/ibm935.h: Likewise.
9904 * iconvdata/ibm937.h: Likewise.
9905 * iconvdata/ibm939.h: Likewise.
9906 * iconvdata/ibm943.h: Likewise.
9907 * iconvdata/ibm930.c: Pretty printing.
9908 * iconvdata/ibm937.c: Avoid access accross array boundary.
9909
9910 * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
9911 the current locale's codeset.
9912 * iconv/iconv_open.c (iconv_open): Don't strip out everything for
9913 empty input string.
9914 * iconv/iconv_prog.c: Pass empty strings as default value for to-
9915 and from-charset. Don't determine locale's charset here.
9916
9917 * libio/genops.c (_IO_flush_all_lockp): New function. The same code
9918 as the old _IO_flush_all but lock only if parameter is nonzero.
9919 (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
9920 * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
9921 * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
9922 if libio is used [PR libc/2575].
9923
9924 2001-11-28 Jakub Jelinek <jakub@redhat.com>
9925
9926 * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
9927 __signbitl): Only define for ISO C99.
9928
9929 2001-11-22 Thorsten Kukuk <kukuk@suse.de>
9930
9931 * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
9932 herrnop to NETDB_INTERNAL if we run out of buffer space.
9933
9934 2001-11-28 Ulrich Drepper <drepper@redhat.com>
9935
9936 * nss/nss_files/files-XXX.c (internal_getent): Correct input
9937 overflow test for platforms with signed char.
9938 Reported by Andrew Haley <aph@cambridge.redhat.com>.
9939
9940 2001-11-28 Bruno Haible <bruno@clisp.org>
9941
9942 * locale/programs/simple-hash.c (lookup_2): Remove function.
9943 (insert_entry_2): Call lookup instead of lookup_2.
9944
9945 2001-03-04 Bruno Haible <bruno@clisp.org>
9946
9947 * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
9948
9949 2001-10-31 Bruno Haible <bruno@clisp.org>
9950
9951 * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
9952
9953 2001-03-21 Bruno Haible <bruno@clisp.org>
9954
9955 * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
9956 chokes on empty macro arguments.
9957 * intl/plural.y: Add #pragma for alloca on AIX 3.
9958
9959 2001-11-27 Ulrich Drepper <drepper@redhat.com>
9960
9961 * intl/dcigettext.c (guess_category_value): Only implement for
9962 glibc. Otherwise rely on function _nl_locale_name which isn't
9963 present in the glibc sources.
9964
9965 2001-09-24 Bruno Haible <bruno@clisp.org>
9966
9967 * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
9968 transliteration when building on a glibc system but outside glibc.
9969
9970 2001-09-22 Bruno Haible <bruno@clisp.org>
9971
9972 * intl/plural-eval.c: New file, extracted from dcigettext.c.
9973 * intl/dcigettext.c (plural_eval): Remove function, moved to
9974 intl/plural-eval.c.
9975 (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
9976 Include plural-eval.c.
9977
9978 2001-09-22 Bruno Haible <bruno@clisp.org>
9979
9980 * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
9981 don't start with a digit; nplurals must be positive.
9982
9983 2001-09-02 Bruno Haible <bruno@clisp.org>
9984
9985 * intl/plural-exp.h: New file, extracted from gettextP.h.
9986 * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
9987 * intl/gettextP.h (struct expression, struct parse_args,
9988 __gettext_free_exp, __gettextparse): Move to plural-exp.h.
9989 * intl/loadmsgcat.c: Include plural-exp.h.
9990 (PLURAL_PARSE): Move macro to plural-exp.h.
9991 (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
9992 plural-exp.c.
9993 (_nl_load_domain): Move plural handling code to plural-exp.c. Call
9994 EXTRACT_PLURAL_EXPRESSION.
9995 (_nl_unload_domain): Update.
9996 * intl/dcigettext.c: Include plural-exp.h.
9997 * intl/plural.y: Include plural-exp.h, not gettextP.h.
9998 (FREE_EXPRESSION): Move macro to plural-exp.h.
9999 * intl/Makefile (routines): Add plural-exp.
10000 (distribute): Add plural-exp.h.
10001
10002 2001-07-28 Bruno Haible <bruno@clisp.org>
10003
10004 * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10005 isdigit, tolower argument to 'unsigned char'.
10006 * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10007 'unsigned char'.
10008 * intl/localealias.c (read_alias_file): Cast isspace argument to
10009 'unsigned char'.
10010
10011 2001-10-20 Bruno Haible <bruno@clisp.org>
10012
10013 Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10014 anyway.)
10015 * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10016 with the variable 'index' in plural_lookup.
10017 * intl/l10nflist.c (strchr): Likewise.
10018 * intl/localealias.c (strchr): Likewise.
10019
10020 Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10021 * intl/bindtextdom.c: Likewise.
10022 * intl/dcigettext.c: Likewise.
10023 * intl/dgettext.c: Likewise.
10024 * intl/dngettext.c: Likewise.
10025 * intl/explodename.c: Likewise.
10026 * intl/finddomain.c: Likewise.
10027 * intl/gettext.c: Likewise.
10028 * intl/l10nflist.c: Likewise.
10029 * intl/loadmsgcat.c: Likewise.
10030 * intl/localealias.c: Likewise.
10031 * intl/ngettext.c: Likewise.
10032 * intl/textdomain.c: Likewise.
10033 * intl/gettext.h: Assume <limits.h> exists.
10034
10035 2001-11-27 Ulrich Drepper <drepper@redhat.com>
10036
10037 * stdio-common/Makefile (tests): Add scanf11.
10038 * stdio-common/scanf11.c: New file.
10039
10040 2001-11-26 Ulrich Drepper <drepper@redhat.com>
10041
10042 * version.h (RELEASE): Define as development.
10043 (VERSION): Set to 2.2.90.
10044
10045 2001-11-22 Thorsten Kukuk <kukuk@suse.de>
10046
10047 * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10048 * nis/nss_nis/nis-grp.c: Likewise.
10049 * nis/nss_nisplus/nisplus-grp.c: Likewise.
10050
10051 * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10052 * nis/nss_nis/nis-pwd.c: Likewise.
10053 * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10054
10055 * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10056 * nis/nss_nisplus/nisplus-parser.c: Likewise.
10057 * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10058
10059 * nscd/grpcache.c: Use strtoul instead of atol.
10060 * nscd/pwdcache.c: Likewise.
10061 * nss/getent.c: Likewise.
10062
10063 2001-11-27 Paul Eggert <eggert@twinsun.com>
10064
10065 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10066 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10067
10068 2001-11-19 Bruno Haible <bruno@clisp.org>
10069
10070 * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10071 90%.
10072 (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10073 improves the quality of the hash function, especially for short
10074 strings.
10075
10076 2001-11-26 Ulrich Drepper <drepper@redhat.com>
10077
10078 * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10079 are found call conv_error and not input_error [PR libc/2669].
10080
10081 * math/bits/mathcalls.h: Mark ceil and floor as const.
10082 Reported by David Mosberger.
10083
10084 2001-11-21 Jim Meyering <meyering@lucent.com>
10085
10086 * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10087 Define to be __-prefixed.
10088 Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10089
10090 2001-11-26 Andreas Jaeger <aj@suse.de>
10091
10092 * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10093 avoid warning.
10094
10095 2001-11-26 Stephen L Moshier <moshier@mediaone.net>
10096
10097 * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10098 initialization.
10099
10100 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10101 unused variables. Fix threshold for returning 1.0.
10102
10103 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10104 argument.
10105
10106 * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10107 remove unused variables.
10108
10109 * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10110
10111 * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10112 include local math header files.
10113
10114 2001-11-22 Andreas Jaeger <aj@suse.de>
10115
10116 * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10117 avoid warning.
10118
10119 2001-11-21 Andreas Jaeger <aj@suse.de>
10120
10121 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10122
10123 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10124 sys/debugreg.h
10125
10126 2001-11-15 Andreas Jaeger <aj@suse.de>
10127
10128 * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10129 compilers that support it.
10130
10131 * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10132 * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10133 * stdlib/stdlib.h: Likewise.
10134
10135 2001-11-17 Ulrich Drepper <drepper@redhat.com>
10136
10137 * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10138 statement with gotos.
10139 Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10140
10141 2001-11-16 Stephen L Moshier <moshier@mediaone.net>
10142
10143 * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10144
10145 2001-11-15 Ulrich Drepper <drepper@redhat.com>
10146
10147 * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10148
10149 2001-10-02 Jakub Jelinek <jakub@redhat.com>
10150 H.J. Lu <hjl@gnu.org>
10151
10152 * Versions.def (libc): Add GCC_3.0.
10153 * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10154 if gcc supports this flag.
10155 (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10156 (gcc3): Allow glibc to be compiled with gcc 3.x.
10157 * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10158 * config.make.in (static-libgcc, unwind-find-fde): Add.
10159 * Makerules (build-shlib-helper, build-module-helper): Use it.
10160 * scripts/versions.awk: Make sure GLIBC_ versions come first.
10161 * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10162 necessary.
10163 (_fini): Call __deregister_frame_info_bases if
10164 __register_frame_info_bases was used to register.
10165 * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10166 for GLIBC_2.0.
10167 (__register_frame_info_bases, __register_frame_info_table_bases,
10168 __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10169 * elf/Makefile (routines): Add unwind-dw2-fde.
10170 (shared-only-routines): Add unwind-dw2-fde.
10171 * sysdeps/alpha/gccframe.h: New file.
10172 * sysdeps/arm/gccframe.h: New file.
10173 * sysdeps/generic/framestate.c: New file.
10174 * sysdeps/generic/dwarf2.h: New file.
10175 * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10176 * sysdeps/generic/unwind-dw2-fde.c: New file.
10177 * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10178 * sysdeps/generic/unwind-dw2-fde.h: New file.
10179 * sysdeps/generic/unwind-dw2.c: New file.
10180 * sysdeps/generic/unwind-pe.h: New file.
10181 * sysdeps/generic/unwind.h: New file.
10182 * sysdeps/hppa/gccframe.h: New file.
10183 * sysdeps/i386/gccframe.h: New file.
10184 * sysdeps/m68k/gccframe.h: New file.
10185 * sysdeps/mips/gccframe.h: New file.
10186 * sysdeps/powerpc/gccframe.h: New file.
10187 * sysdeps/s390/gccframe.h: New file.
10188 * sysdeps/sh/gccframe.h: New file.
10189 * sysdeps/sparc/gccframe.h: New file.
10190 * sysdeps/vax/gccframe.h: New file.
10191 * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10192 Set on all architectures except ia64.
10193 * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10194 for i386.
10195 * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10196 __deregister_frame_info): Move to elf/Versions.
10197 * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10198 * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10199 * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10200 * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10201 * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10202 * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10203 * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10204 * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10205 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10206 * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10207 * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10208 * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10209 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10210 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10211 * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10212 * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10213 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10214 * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10215
10216 2001-11-15 Jeff Law <law@redhat.com>
10217
10218 * posix/regex.c (uintptr_t): Do not provide a definition if the
10219 system provided one.
10220
10221 2001-11-13 Roland McGrath <roland@frob.com>
10222
10223 * stdio-common/tmpfile.c: Moved to ...
10224 * sysdeps/generic/tmpfile.c: ... here.
10225 * sysdeps/mach/hurd/tmpfile.c: New file.
10226
10227 * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10228 [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10229 (fopenport): Define as weak alias.
10230
10231 * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10232 * libio/libioP.h: ... to here.
10233
10234 2001-11-12 Ulrich Drepper <drepper@redhat.com>
10235
10236 * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10237 program header twice. Construct list with the needed information.
10238
10239 2001-11-10 Ulrich Drepper <drepper@redhat.com>
10240
10241 * po/ca.po: Update from translation team.
10242
10243 * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10244 _dl_pf_to_prot. Use arithmetic operation using PF_TO_PROT macro.
10245 * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10246 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10247
10248 2001-11-10 Andreas Jaeger <aj@suse.de>
10249
10250 * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10251 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10252 Contributed by Stephen L Moshier <moshier@mediaone.net>.
10253
10254 2001-11-09 Ulrich Drepper <drepper@redhat.com>
10255
10256 * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10257 correctly.
10258 * elf/dl-load.c (is_dst): New function.
10259 (_dl_dst_count): Use is_dst to check for DST variable.
10260 (_dl_dst_substitute): Likewise.
10261
10262 2001-11-09 Roland McGrath <roland@frob.com>
10263
10264 Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10265 * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10266 * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10267 * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10268 * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10269 * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10270 * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10271 * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10272 * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10273 * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10274 * sysdeps/mach/hurd/powerpc/Dist: New file.
10275
10276 * hurd/privports.c (__get_privileged_ports):
10277 Only contact the proc server if necessary for this call.
10278 Suggested by Neal H Walfield <neal@cs.uml.edu>.
10279 Check error return for mach_port_mod_refs.
10280
10281 2001-11-09 Andreas Schwab <schwab@suse.de>
10282
10283 * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10284
10285 2001-11-09 Ulrich Drepper <drepper@redhat.com>
10286
10287 * elf/dl-load.c (lose): Remove some unnecessary code. The new
10288 object is always the last in the list.
10289 (_dl_map_object_from_fd): Delete code to remove from object list
10290 when DF_1_NOOPEN is seen. This is done in lose.
10291
10292 2001-11-08 Ulrich Drepper <drepper@redhat.com>
10293
10294 * elf/dl-object.c (_dl_new_object): Various small optimizations.
10295
10296 2001-11-07 Ulrich Drepper <drepper@redhat.com>
10297
10298 * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10299 HWCAP_CHECK macro code.
10300
10301 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10302 Now returns MAP_FAILED on error.
10303 * elf/rtld.c: Adjust caller.
10304 * sysdeps/generic/dl-cache.c: Likewise.
10305 * sysdeps/generic/ldsodefs.h: Adjust description.
10306
10307 * elf/dl-version.c (match_symbol): Optimize error handling for size.
10308 (_dl_check_map_versions): Likewise.
10309
10310 2001-11-06 Ulrich Drepper <drepper@redhat.com>
10311
10312 * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10313 _dl_signal_error directly, always use lose. Set fd to -1 after
10314 file is closed.
10315 (lose): Don't call close if fd == -1.
10316
10317 2001-11-07 Kaoru Fukui <k_fukui@highway.ne.jp>
10318
10319 * manual/charset.texi: Fix typo @w[ISO 6937] to @w{ISO 6937}.
10320 Also fix typo @code {mbsinit} to @code{mbsinit}.
10321
10322 2001-11-06 Ulrich Drepper <drepper@redhat.com>
10323
10324 * elf/dl-profile.c: Replace state variable with simple flag named
10325 running. Remove commented-out code.
10326
10327 * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
10328 (_dl_init_paths): Likewise.
10329 (_dl_map_object_from_fd): Likewise.
10330 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10331
10332 2001-11-06 Roland McGrath <roland@frob.com>
10333
10334 * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
10335 instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
10336
10337 * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
10338 sysdeps/powerpc/elf/sysdep.h.
10339 Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
10340
10341 2001-11-05 Ulrich Drepper <drepper@redhat.com>
10342
10343 * elf/rtld.c (process_dl_debug): Rewritten. Optimized for size not
10344 speed.
10345 (process_envvars): Some more optimizations.
10346 * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
10347
10348 * elf/elf.h: Add dynamic tag definitions for prelinking.
10349
10350 * elf/rtld.c (process_envvars): Avoid using array of string pointers.
10351 Rewrite code to remove environment varables for SUID binaries.
10352 Small optimization in LD_PROFILE handling.
10353 * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
10354 changes.
10355 * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10356
10357 * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
10358
10359 * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
10360 strings. Change type of second parameter.
10361 * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
10362 for last change.
10363
10364 * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
10365
10366 2001-11-04 Joseph S. Myers <jsm28@cam.ac.uk>
10367
10368 * manual/string.texi: Fix typos.
10369 * manual/examples/argp-ex2.c: Likewise.
10370
10371 2001-11-05 Roland McGrath <roland@frob.com>
10372
10373 * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
10374 the more-specific unix/sysv/linux/powerpc file and breaks everything.
10375 * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
10376 ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
10377 PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
10378 here, put under [__ELF__].
10379
10380 2001-11-05 Ulrich Drepper <drepper@redhat.com>
10381
10382 * manual/charset.texi: Extensive editing work.
10383 * manual/nss.texi: Likewise.
10384 Changes by Dennis Grace <dgrace@us.ibm.com>.
10385
10386 2001-11-04 Roland McGrath <roland@frob.com>
10387
10388 * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
10389 parameter to dir_mkfile.
10390
10391 2001-11-02 Jakub Jelinek <jakub@redhat.com>
10392
10393 * string/bits/string2.h (__strndup): If n is smaller than len, set
10394 len to n + 1.
10395 * string/tester.c (test_strndup): New function.
10396 (main): Call it.
10397
10398 2001-11-01 Ulrich Drepper <drepper@redhat.com>
10399
10400 * sunrpc/rpc_main.c: Optimize variable definitions a bit.
10401
10402 * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
10403 * scripts/cpp: New file.
10404
10405 * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
10406 for rtld_search_dirs content. Minor optimizations.
10407
10408 2001-10-31 Ulrich Drepper <drepper@redhat.com>
10409
10410 * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
10411 avoiding unnecessary duplication.
10412
10413 2001-10-31 Jakub Jelinek <jakub@redhat.com>
10414
10415 * elf/dl-load.c (_dl_map_object): If library was found using
10416 LD_LIBRARY_PATH, don't try RUNPATH list.
10417
10418 2001-10-31 Martin Schwidefsky <schwidefsky@de.ibm.com>
10419
10420 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
10421 Correct second argument of register_dump call.
10422 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
10423 Likewise.
10424
10425 2001-10-31 Ulrich Drepper <drepper@redhat.com>
10426
10427 * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
10428 modules.
10429 * iconvdata/TESTS: Likewise.
10430 * iconvdata/gconv-modules: Likewise.
10431 * iconvdata/ibm1132.c: New file.
10432 * iconvdata/ibm1132.h: New file.
10433 * iconvdata/ibm1133.c: New file.
10434 * iconvdata/ibm1133.h: New file.
10435 * iconvdata/ibm1162.c: New file.
10436 * iconvdata/ibm1162.h: New file.
10437 * iconvdata/testdata/IBM1132: New file.
10438 * iconvdata/testdata/IBM1132..UTF8: New file.
10439 * iconvdata/testdata/IBM1133: New file.
10440 * iconvdata/testdata/IBM1133..UTF8: New file.
10441 * iconvdata/testdata/IBM1162: New file.
10442 * iconvdata/testdata/IBM1162..UTF8: New file.
10443 Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
10444
10445 * string/string.h: Fix typo in comment.
10446 * wcsmbs/wchar.h: Likewise.
10447
10448 2001-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
10449
10450 * manual/getopt.texi (getopt_long, getopt_long_only): Include
10451 const in type of longopts parameter.
10452
10453 2001-10-29 Andreas Jaeger <aj@suse.de>
10454
10455 * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
10456
10457 2001-10-29 Kevin Ryde <user42@zip.com.au>
10458
10459 * manual/stdio.texi (Integer Conversions): Corrections to sample printf
10460 output, clarify `#' behaviour on 0.
10461 (Floating-Point Conversions): Clarify that %g only uses %e when
10462 the exponent would be greater than 1.
10463
10464 2001-10-28 Roland McGrath <roland@frob.com>
10465
10466 Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
10467 * sysdeps/mach/powerpc/machine-sp.h: New file.
10468 * sysdeps/mach/powerpc/sysdep.h: New file.
10469 * sysdeps/mach/powerpc/thread_state.h: New file.
10470
10471 * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
10472 * sysdeps/mach/hurd/Makefile: ... to here. For the time being, we can
10473 expect to need the same thing on every platform.
10474
10475 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
10476 * sysdeps/generic/sys/ucontext.h: ... to replace this one.
10477
10478 * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
10479 ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
10480 DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
10481 Move all these assembly-related definitions to ...
10482 * sysdeps/powerpc/elf/sysdep.h: ... this new file.
10483
10484 * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
10485 by Peter Bruin <pjbruin@dds.nl>.
10486
10487 * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
10488 packing results for a `poll' call.
10489
10490 2001-10-26 Ulrich Drepper <drepper@redhat.com>
10491
10492 * posix/fnmatch_loop.c: Recognize - at end of bracket expression
10493 correctly.
10494 * posix/tst-fnmatch.input: Add tests for - at beginning and end of
10495 bracket expression.
10496
10497 * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
10498 nrules value.
10499 * string/tst-strxfrm.c (test): Also test __strxfrm_l.
10500
10501 2001-10-24 H.J. Lu <hjl@gnu.org>
10502
10503 * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
10504 Use __BEGIN_DECLS/__END_DECLS around prototypes.
10505 * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
10506
10507 2001-10-21 Jim Meyering <meyering@lucent.com>
10508
10509 * malloc/obstack.c (_): Honor the setting of ENABLE_NLS. Otherwise,
10510 this code would end up calling gettext even in packages built
10511 with --disable-nls.
10512 * posix/getopt.c (_): Likewise.
10513 * posix/regex.c (_): Likewise.
10514
10515 2001-10-26 Ulrich Drepper <drepper@redhat.com>
10516
10517 * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
10518 lookup not ip6.int.
10519 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
10520 Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
10521
10522 2001-10-19 Jakub Jelinek <jakub@redhat.com>
10523
10524 * misc/sys/cdefs.h (__attribute_used__): Define.
10525 * elf/rtld.c (_dl_start): Add __attribute_used__.
10526 * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
10527
10528 2001-10-25 Andreas Schwab <schwab@suse.de>
10529
10530 * stdlib/a64l.c: Expect least significant digit first.
10531 * stdlib/l64a.c: Produce least significant digit first.
10532 * stdlib/Makefile (tests): Add test-a64l.
10533 * stdlib/test-a64l.c: New file.
10534 Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
10535
10536 2001-10-21 Ulrich Drepper <drepper@redhat.com>
10537
10538 * po/sk.po: Update from translation team.
10539
10540 2001-10-18 Ulrich Drepper <drepper@redhat.com>
10541
10542 * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
10543
10544 2001-10-18 Andreas Schwab <schwab@suse.de>
10545
10546 * math/libm-test.inc (print_ulps): Print ulp values rounded to
10547 next whole number.
10548 (print_function_ulps): Likewise.
10549 (print_complex_function_ulps): Likewise.
10550 (print_max_error): Likewise.
10551 (print_complex_max_error): Likewise. Handle ignore_max_ulp.
10552
10553 2001-10-16 Andreas Schwab <schwab@suse.de>
10554
10555 * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
10556 implementation.
10557
10558 * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
10559 BSD_SETJMP or BSD__SETJMP is defined, resp.
10560 * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
10561 a tail call to __sigsetjmp that would require extending the
10562 caller's frame.
10563 * sysdeps/m68k/bsd-_setjmp.c: Likewise.
10564 * sysdeps/m68k/bsd-setjmp.S: Deleted.
10565 * sysdeps/m68k/bsd-_setjmp.S: Deleted.
10566 Reported by Jes Sorensen <jes@trained-monkey.org>.
10567
10568 2001-10-16 Andreas Jaeger <aj@suse.de>
10569
10570 * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
10571 parentheses. Reported by David Byron <dbyron@porto.coactive.com>,
10572 close PR libc/2589.
10573
10574 2001-10-15 Ulrich Drepper <drepper@redhat.com>
10575
10576 * po/ca.po: New file. Contributed by the translation team.
10577
10578 2001-10-15 Ralf Baechle <ralf@gnu.org>
10579
10580 * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
10581 a varargs prototype. Remove dependency from kernel header files.
10582
10583 * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
10584 __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
10585
10586 2001-10-14 Ulrich Drepper <drepper@redhat.com>
10587
10588 * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
10589 to generate hexadecimal identifier.
10590 Patch by Jungshik Shin <jungshik.shin@yale.edu>.
10591
10592 2001-10-09 Stephen L Moshier <moshier@mediaone.net>
10593
10594 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
10595
10596 2001-10-14 Ulrich Drepper <drepper@redhat.com>
10597
10598 * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
10599 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
10600 Contributed by Stephen L Moshier <moshier@mediaone.net>.
10601
10602 * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
10603 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
10604 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
10605 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
10606 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
10607 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
10608
10609 * timezone/africa: Update from tzdata2001d.
10610 * timezone/asia: Likewise.
10611 * timezone/australasia: Likewise.
10612 * timezone/backward: Likewise.
10613 * timezone/europe: Likewise.
10614 * timezone/leapseconds: Likewise.
10615 * timezone/northamerica: Likewise.
10616 * timezone/southamerica: Likewise.
10617 * timezone/zone.tab: Likewise.
10618
10619 2001-10-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
10620
10621 * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
10622 * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
10623
10624 2001-10-12 Ulrich Drepper <drepper@redhat.com>
10625
10626 * elf/elf.h (PT_TLS): New definition.
10627
10628 2001-10-10 Jeff Bailey <jbailey@nisa.net>
10629
10630 * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
10631 bits/errno.h
10632
10633 2001-10-07 Roland McGrath <roland@frob.com>
10634
10635 * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
10636
10637 2001-10-10 Ulrich Drepper <drepper@redhat.com>
10638
10639 * elf/elf.h: Add more ELFOSABI_* constants.
10640
10641 2001-10-04 Ben Collins <bcollins@debian.org>
10642
10643 * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
10644 decleration of __need_wchar_t.
10645
10646 2001-10-03 Jakub Jelinek <jakub@redhat.com>
10647
10648 * string/bits/string2.h (__strsep_g): Add prototype.
10649 (__strsep): Use it.
10650 * string/Versions (__strsep): Remove.
10651 * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
10652
10653 2001-10-07 Ulrich Drepper <drepper@redhat.com>
10654
10655 * manua/llio.texi: Clarify file references added by mmap.
10656 Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
10657
10658 2001-09-29 Jes Sorensen <jes@trained-monkey.org>
10659
10660 * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
10661 Add sc_loadrs and sc_rbs_bas to match current kernel.
10662
10663 2001-09-27 Jakub Jelinek <jakub@redhat.com>
10664
10665 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
10666
10667 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
10668
10669 2001-09-27 Jakub Jelinek <jakub@redhat.com>
10670
10671 * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
10672 object has been bumped because of relocation dependency, avoid
10673 duplicates in l_scope.
10674 (show_scope): Fix typos.
10675 * elf/Makefile: Add rules to build and run reldep6.
10676 * elf/reldep6.c: New file.
10677 * elf/reldep6mod0.c: New file.
10678 * elf/reldep6mod1.c: New file.
10679 * elf/reldep6mod2.c: New file.
10680 * elf/reldep6mod3.c: New file.
10681 * elf/reldep6mod4.c: New file.
10682
10683 2001-09-26 Jakub Jelinek <jakub@redhat.com>
10684
10685 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
10686 sparc64_fixup_plt.
10687 (sparc64_fixup_plt): Moved from elf_machine_fixup_plt. Optimize
10688 near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
10689 for non-lazy binding. Fix .plt[32768+] handling.
10690 (elf_machine_plt_value): Don't add addend.
10691 (elf_machine_rela): Call sparc64_fixup_plt instead of
10692 elf_machine_fixup_plt.
10693 (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
10694 dynamic linker at 0xfffff800XXXXXXXX.
10695
10696 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
10697
10698 2001-09-28 Ulrich Drepper <drepper@redhat.com>
10699
10700 * elf/elf.h: Define SHF_GROUP and SHF_TLS.
10701
10702 2001-09-25 Jakub Jelinek <jakub@redhat.com>
10703
10704 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
10705 declare __cmsg_data field if its size would be bigger than 0.
10706 (CMSG_DATA): Adjust accordingly.
10707 * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
10708 * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
10709 * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
10710 * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
10711 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10712 * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10713 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
10714
10715 2001-09-25 Ulrich Drepper <drepper@redhat.com>
10716
10717 * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
10718 * iconvdata/testdata/IBM1160: New file.
10719 * iconvdata/testdata/IBM1160..UTF8: New file.
10720 * iconvdata/testdata/IBM1161: New file.
10721 * iconvdata/testdata/IBM1161..UTF8: New file.
10722 Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10723
10724 2001-09-24 Ulrich Drepper <drepper@redhat.com>
10725
10726 * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
10727 UL_SETFSIZE computations better.
10728
10729 * rt/Makefile: Remove use of filter for librt again.
10730
10731 * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
10732 UL_SETFSIZE computations better.
10733
10734 * string/Versions: Export __strsep for GLIBC_2.2.5.
10735 * string/bits/string2.h: Define all __STRING_INLINE functions if
10736 _FORCE_INLINES is defined.
10737 Use int instead of char of parameter types.
10738 (__strsep): Don't use __strsep_g. Don't define it.
10739 (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
10740 * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
10741 __strcpy_small.
10742 (__stpcpy_a_small): Renamed from __stpcpy_small.
10743 (__strcspn_c1): Don't define if _FORCE_INLINES.
10744 (__strspn_c1): Likewise.
10745
10746 2001-09-22 Ben Collins <bcollins@debian.org>
10747
10748 * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
10749 _UNIX98_SOURCE is defined too. Matches generic/bits/sigaction.h.
10750 * sysdeps/ia64/bits/sigaction.h: Likewise.
10751 * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
10752
10753 2001-09-24 Andrew Haley <aph@cambridge.redhat.com>
10754
10755 * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
10756
10757 2001-09-24 Jakub Jelinek <jakub@redhat.com>
10758
10759 * elf/dl-open.c (dl_open_worker): Update l_scope_max.
10760
10761 2001-09-24 Ulrich Drepper <drepper@redhat.com>
10762
10763 * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
10764
10765 2001-09-20 H.J. Lu <hjl@gnu.org>
10766
10767 * include/dlfcn.h (__RTLD_SPROF): New definiton.
10768 * elf/dl-open.c (dl_open_worker): Return immediately after loading
10769 for __RTLD_SPROF.
10770 * elf/sprof.c (main): Default to the filename if soname doesn't exist.
10771 (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
10772
10773 2001-09-20 H.J. Lu <hjl@gnu.org>
10774
10775 * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
10776 don't add 1.
10777
10778 2001-09-22 Ulrich Drepper <drepper@redhat.com>
10779
10780 * nss/getent.c: Accept -s parameter to overwrite rules in
10781 nsswitch.conf. Patch by Nalin Dahyabhai <nalin@redhat.com>.
10782
10783 * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
10784 with as many ".0" as necessary to form a complete address
10785 inet_network understands.
10786
10787 * nss/getent.c: Various cleanups. Use simpler and fewer function
10788 calls.
10789
10790 2001-09-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
10791
10792 * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
10793 _JMPBUF_UNWINDS.
10794 * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
10795
10796 2001-09-22 Ulrich Drepper <drepper@redhat.com>
10797
10798 * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
10799 IBM1161.
10800 * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
10801 * iconvdata/ibm1160.c: New file.
10802 * iconvdata/ibm1160.h: New file.
10803 * iconvdata/ibm1161.c: New file.
10804 * iconvdata/ibm1161.h: New file.
10805 Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10806
10807 2001-09-19 Jakub Jelinek <jakub@redhat.com>
10808
10809 * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
10810 difference between base address and first PT_LOAD's virtual address,
10811 not the base address.
10812
10813 2001-09-11 Tom Rix <trix@redhat.com>
10814
10815 * sysdeps/unix/sysv/aix/init-first.c (init): Use USE_NONONPTION_FLAG
10816 ifdef for __getopt_clean_environment.
10817 * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
10818
10819 2001-09-22 Andreas Jaeger <aj@suse.de>
10820
10821 * elf/reldep4.c (main): Add proper prototype to fix warning.
10822
10823 * elf/reldep5.c (main): Remove unused variable.
10824
10825 * math/math_private.h: Add prototypes.
10826
10827 2001-09-21 Andreas Jaeger <aj@suse.de>
10828
10829 * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
10830 * sysdeps/x86_64/Dist: New file.
10831 * sysdeps/x86_64/soft-fp/Dist: New file.
10832
10833 * sysdeps/gnu/Dist: Remove eval.c.
10834
10835 2001-09-20 Ulrich Drepper <drepper@redhat.com>
10836
10837 * malloc/memusage.c (realloc): Don't count already allocated
10838 memory in the sums.
10839 (me): Always use dlsym() to find the real implementations.
10840
10841 * malloc/memusage.sh: Make -n option actually do something.
10842
10843 2001-09-20 Andreas Jaeger <aj@suse.de>
10844
10845 * elf/elf.h (R_390_NUM): Correct value.
10846
10847 * Versions.def: Add missing versions 2.2.3 for libthread_db and
10848 libpthread.
10849
10850 * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
10851 for x86-64, install x86-64 into */lib64.
10852
10853 * shlib-versions: Add x86-64.
10854
10855 * elf/elf.h: Add x86-64 relocations.
10856
10857 2001-09-19 Ulrich Drepper <drepper@redhat.com>
10858
10859 * po/fr.po: Update from translation team.
10860
10861 2001-09-19 Andreas Jaeger <aj@suse.de>
10862
10863 * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
10864 * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
10865 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
10866 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
10867 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
10868 * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
10869 * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
10870 * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
10871 * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
10872 * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
10873 * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
10874 * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
10875 * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
10876 * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
10877 * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
10878 * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
10879 * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
10880 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
10881 * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
10882 * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
10883 * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
10884 * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
10885 * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
10886 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
10887 * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
10888 * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
10889 * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
10890 * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
10891 * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
10892 * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
10893 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
10894 * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
10895 * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
10896 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
10897 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
10898 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
10899 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
10900 * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
10901 * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
10902 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
10903 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
10904 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
10905 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
10906 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
10907 * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
10908 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
10909 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
10910 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
10911 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
10912 * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
10913 * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
10914 * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
10915 * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
10916 * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
10917 * sysdeps/unix/x86_64/sysdep.S: New file.
10918 * sysdeps/unix/x86_64/sysdep.h: New file.
10919 * sysdeps/x86_64/Implies: New file.
10920 * sysdeps/x86_64/Makefile: New file.
10921 * sysdeps/x86_64/Versions: New file.
10922 * sysdeps/x86_64/__longjmp.S: New file.
10923 * sysdeps/x86_64/abort-instr.h: New file.
10924 * sysdeps/x86_64/atomicity.h: New file.
10925 * sysdeps/x86_64/bits/endian.h: New file.
10926 * sysdeps/x86_64/bits/setjmp.h: New file.
10927 * sysdeps/x86_64/bits/string.h: New file.
10928 * sysdeps/x86_64/bp-asm.h: New file.
10929 * sysdeps/x86_64/bsd-_setjmp.S: New file.
10930 * sysdeps/x86_64/bsd-setjmp.S: New file.
10931 * sysdeps/x86_64/dl-machine.h: New file.
10932 * sysdeps/x86_64/elf/initfini.c: New file.
10933 * sysdeps/x86_64/elf/start.S: New file.
10934 * sysdeps/x86_64/ffs.c: New file.
10935 * sysdeps/x86_64/ffsll.c: New file.
10936 * sysdeps/x86_64/fpu/bits/fenv.h: New file.
10937 * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
10938 * sysdeps/x86_64/fpu/e_acosl.c: New file.
10939 * sysdeps/x86_64/fpu/e_atan2l.c: New file.
10940 * sysdeps/x86_64/fpu/e_exp2l.S: New file.
10941 * sysdeps/x86_64/fpu/e_expl.c: New file.
10942 * sysdeps/x86_64/fpu/e_fmodl.S: New file.
10943 * sysdeps/x86_64/fpu/e_log10l.S: New file.
10944 * sysdeps/x86_64/fpu/e_log2l.S: New file.
10945 * sysdeps/x86_64/fpu/e_logl.S: New file.
10946 * sysdeps/x86_64/fpu/e_powl.S: New file.
10947 * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
10948 * sysdeps/x86_64/fpu/e_scalbl.S: New file.
10949 * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
10950 * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
10951 * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
10952 * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
10953 * sysdeps/x86_64/fpu/fegetenv.c: New file.
10954 * sysdeps/x86_64/fpu/fegetexcept.c: New file.
10955 * sysdeps/x86_64/fpu/fegetround.c: New file.
10956 * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
10957 * sysdeps/x86_64/fpu/fesetenv.c: New file.
10958 * sysdeps/x86_64/fpu/fesetround.c: New file.
10959 * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
10960 * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
10961 * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
10962 * sysdeps/x86_64/fpu/ftestexcept.c: New file.
10963 * sysdeps/x86_64/fpu/libm-test-ulps: New file.
10964 * sysdeps/x86_64/fpu/math_ldbl.h: New file.
10965 * sysdeps/x86_64/fpu/printf_fphex.c: New file.
10966 * sysdeps/x86_64/fpu/s_atanl.c: New file.
10967 * sysdeps/x86_64/fpu/s_cosl.S: New file.
10968 * sysdeps/x86_64/fpu/s_expm1l.S: New file.
10969 * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
10970 * sysdeps/x86_64/fpu/s_isinfl.c: New file.
10971 * sysdeps/x86_64/fpu/s_isnanl.c: New file.
10972 * sysdeps/x86_64/fpu/s_log1pl.S: New file.
10973 * sysdeps/x86_64/fpu/s_logbl.c: New file.
10974 * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
10975 * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
10976 * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
10977 * sysdeps/x86_64/fpu/s_rintl.c: New file.
10978 * sysdeps/x86_64/fpu/s_significandl.c: New file.
10979 * sysdeps/x86_64/fpu/s_sincosl.S: New file.
10980 * sysdeps/x86_64/fpu/s_sinl.S: New file.
10981 * sysdeps/x86_64/fpu/s_tanl.S: New file.
10982 * sysdeps/x86_64/gmp-mparam.h: New file.
10983 * sysdeps/x86_64/hp-timing.c: New file.
10984 * sysdeps/x86_64/hp-timing.h: New file.
10985 * sysdeps/x86_64/htonl.S: New file.
10986 * sysdeps/x86_64/memusage.h: New file.
10987 * sysdeps/x86_64/setjmp.S: New file.
10988 * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
10989 * sysdeps/x86_64/stackinfo.h: New file.
10990 * sysdeps/x86_64/sysdep.h: New file.
10991 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
10992
10993 * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
10994 L Moshier.
10995
10996 2001-09-18 Ulrich Drepper <drepper@redhat.com>
10997
10998 * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
10999 Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11000
11001 2001-09-18 Andreas Schwab <schwab@suse.de>
11002
11003 * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11004 list, now that l_scope is a pointer.
11005
11006 * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11007 scope list.
11008
11009 2001-09-18 kaz Kojima <kkojima@rr.iij4u.or.jp>
11010
11011 * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11012 (elf_machine_rela_relative): Add a missing declaration.
11013
11014 2001-09-18 Jakub Jelinek <jakub@redhat.com>
11015
11016 * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11017 * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11018 * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11019 ldd-rewrite scripts.
11020
11021 2001-09-18 Ulrich Drepper <drepper@redhat.com>
11022
11023 * elf/ldd.bash.in: Update copyright message.
11024
11025 2001-09-17 H.J. Lu <hjl@gnu.org>
11026
11027 * hurd/hurdmalloc.c (bcopy): Removed.
11028 (realloc): Replace bcopy with memcpy.
11029 * hurd/path-lookup.c (file_name_path_scan): Likewise.
11030 * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11031 * sunrpc/rpcinfo.c (pmapdump): Likewise.
11032
11033 * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11034 (gethostbyaddr): Likewise.
11035 * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11036
11037 2001-09-18 Ulrich Drepper <drepper@redhat.com>
11038
11039 * sysdeps/gnu/eval.c: Removed.
11040
11041 2001-09-18 Andreas Jaeger <aj@suse.de>
11042
11043 * sysdeps/i386/fpu/s_logbl.S: Move to ...
11044 * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11045
11046 * sysdeps/i386/fpu/s_rintl.S: Move to ...
11047 * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11048
11049 * sysdeps/i386/fpu/s_significandl.S: Move to ...
11050 * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11051
11052 2001-09-16 Ulrich Drepper <drepper@redhat.com>
11053
11054 * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11055 nrules value.
11056
11057 2001-09-14 H.J. Lu <hjl@gnu.org>
11058
11059 * sysdeps/mips/fpu/libm-test-ulps: Updated.
11060
11061 2001-09-14 Ulrich Drepper <drepper@redhat.com>
11062
11063 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11064 Patch by Florian La Roche <laroche@redhat.com>.
11065
11066 * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11067
11068 * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11069 ETHER_CRC_LEN.
11070
11071 2001-09-14 Andreas Schwab <schwab@suse.de>
11072
11073 * posix/execl.c: Fix last argument of memcpy. Reported by Brian
11074 Sumner <bls@sgi.com>.
11075 * posix/execlp.c: Likewise.
11076
11077 2001-09-13 Jakub Jelinek <jakub@redhat.com>
11078
11079 * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11080 is already found earlier in the search scope.
11081
11082 2001-09-12 Jakub Jelinek <jakub@redhat.com>
11083
11084 * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11085 filter.
11086
11087 2001-09-13 Ulrich Drepper <drepper@redhat.com>
11088
11089 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11090
11091 2001-09-12 Ulrich Drepper <drepper@redhat.com>
11092
11093 * config.h.in: Enforce optimization to be used.
11094 * Makeconfig (preprocess-versions): Define ASSEMBLER.
11095 * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11096 * posix/Makefile (annexc-CFLAGS): Define to -O.
11097 * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11098
11099 2001-09-11 Ulrich Drepper <drepper@redhat.com>
11100
11101 * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11102 Patch by Stephan Kulow.
11103
11104 2001-09-08 Ben Collins <bcollins@debian.org>
11105
11106 * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11107 usage of RESOLVE() (r_type, not reloc->r_type).
11108
11109 2001-09-08 Ulrich Drepper <drepper@redhat.com>
11110
11111 * elf/dl-object.c: Avoid allocating extra memory block for name.
11112 * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11113 allocated separately.
11114 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11115
11116 2001-09-08 H.J. Lu <hjl@gnu.org>
11117
11118 * po/zh_TW.po: Fix a typo.
11119
11120 2001-09-07 Tom Rix <trix@redhat.com>
11121
11122 * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11123
11124 2001-08-26 Tom Rix <trix@redhat.com>
11125
11126 * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11127 command line options.
11128 * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11129 * sysdeps/unix/sysv/aix/start.c: Removed.
11130 * sysdeps/unix/sysv/aix/start-libc.c: New file.
11131 * sysdeps/unix/sysv/aix/init-first.c: New file.
11132 * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11133
11134 2001-09-08 Ben Collins <bcollins@debian.org>
11135
11136 * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11137 * sysdeps/generic/dl-machine.h: Likewise.
11138 * sysdeps/hppa/dl-fptr.c: Likewise.
11139 * sysdeps/ia64/dl-fptr.c: Likewise.
11140 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11141 * sysdeps/mips/dl-machine.h: Likewise.
11142 * sysdeps/mips/mips64/dl-machine.h: Likewise.
11143 * sysdeps/powerpc/dl-machine.c: Likewise.
11144
11145 2001-09-07 Ben Collins <bcollins@debian.org>
11146
11147 * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11148
11149 * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11150
11151 2001-09-08 Ulrich Drepper <drepper@redhat.com>
11152
11153 * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11154 dependencies if necessary.
11155
11156 * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11157 loaded directly) determine length if l_initfini list by iterating
11158 over its elements. Minor optimizations.
11159 * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11160 for dependency objects.
11161 If object was already loaded check whether any of the dependencies
11162 is already on the relocation dependency list. If yes, remove the
11163 latter. Minor optimizations.
11164 * elf/dl-lookup.c (add_dependency): Add check for self reference of
11165 maps here. Search l_initfini list only if the object was loaded
11166 directly and not only as a dependency.
11167 (_dl_lookup_symbol): Add relocation dependency also if object
11168 is not in global scope. Remove test for self-reference here.
11169 (_dl_lookup_versioned_symbol): Likewise.
11170 * elf/dl-object (_dl_new_object): Cleanup. Initialize dont_free
11171 element of first name record.
11172 * elf/loadtest.c: Add some more test to recognize early if an object
11173 wasn't unloaded.
11174 * elf/Makefile: Add rules to build and run reldep5.
11175 * elf/reldep5.c: New file.
11176 * elf/reldepmod5.c: New file.
11177 * elf/reldepmod6.c: New file.
11178
11179 * elf/reldep2.c: Fix typo.
11180
11181 2001-09-07 Ulrich Drepper <drepper@redhat.com>
11182
11183 * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11184 elements. Change l_scope to be a pointer only.
11185 * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11186 * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11187 here add searchlist of newly open file to the dependency's scope.
11188 * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11189 only searchlist from its scope. Free own scope array if necessary.
11190 * elf/Makefile (tests): Add dblload and dblunload now.
11191
11192 2001-09-06 Andreas Jaeger <aj@suse.de>
11193
11194 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11195 Stephen L Moshier.
11196
11197 2001-09-05 Ulrich Drepper <drepper@redhat.com>
11198
11199 * elf/Makefile: Add rules to build new tests. Don't run them yet since
11200 they both fail.
11201 * elf/dblload.c: New file.
11202 * elf/dblloadmod1.c: New file.
11203 * elf/dblloadmod2.c: New file.
11204 * elf/dblloadmod3.c: New file.
11205 * elf/dblunload.c: New file.
11206
11207 2001-09-04 Richard Henderson <rth@redhat.com>
11208
11209 * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11210 (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11211
11212 2001-09-04 Ulrich Drepper <drepper@redhat.com>
11213
11214 Correct very misleading message for error in failed runtime relocation.
11215 * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11216 place of the error.
11217 (_dl_signal_cerror): Likewise.
11218 * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11219 * elf/dl-close.c: Likewise.
11220 * elf/dl-deps.c: Likewise.
11221 * elf/dl-load.c: Likewise.
11222 * elf/dl-lookup.c: Likewise.
11223 * elf/dl-open.c: Likewise.
11224 * elf/dl-reloc.c: Likewise.
11225 * elf/dl-sym.c: Likewise.
11226 * elf/dl-version.c: Likewise.
11227 * sysdeps/generic/dl-sysdep.c: Likewise.
11228
11229 2001-09-04 Jakub Jelinek <jakub@redhat.com>
11230
11231 * iconv/strtab.c (strtabinit): Initialize null Strent.
11232 (newstring): Move len == 0 handling...
11233 (strtabadd): ...here.
11234 If len == 1, return null Strent.
11235 When inserting a suffix of an existing string, check if
11236 it is not equal to some suffix already recorded.
11237 Copy left and right members over if adding longer string.
11238
11239 2001-09-04 Jakub Jelinek <jakub@redhat.com>
11240
11241 * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11242
11243 * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11244 (__syscall_gethostname): Add prototype.
11245
11246 2001-09-04 Ulrich Drepper <drepper@redhat.com>
11247
11248 * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11249
11250 2001-09-02 Ulrich Drepper <drepper@redhat.com>
11251
11252 * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11253
11254 2001-08-27 Roland McGrath <roland@frob.com>
11255
11256 * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11257 short, copy that much into NAME anyway before returning error.
11258
11259 2001-09-01 Richard Henderson <rth@redhat.com>
11260
11261 * sysdeps/alpha/elf/Dist: Remove file.
11262 * sysdeps/alpha/elf/Makefile: Remove file.
11263 * sysdeps/alpha/elf/crtbegin.S: Remove file.
11264 * sysdeps/alpha/elf/crtend.S: Remove file.
11265 * sysdeps/alpha/elf/initfini.c: New file.
11266
11267 2001-09-01 Mark Kettenis <kettenis@gnu.org>
11268
11269 * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11270 * iconv/tst-iconv3.c: Likewise.
11271
11272 2001-09-01 Jakub Jelinek <jakub@redhat.com>
11273
11274 * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11275
11276 2001-09-01 Ulrich Drepper <drepper@redhat.com>
11277
11278 * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11279 export it.
11280 * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11281 * iconv/iconv_prog.c (insert_cache): New function.
11282 (print_known_names): If cache is used call insert_cache to use the
11283 information from the cache [PR libc/2509].
11284
11285 2001-08-31 Ulrich Drepper <drepper@redhat.com>
11286
11287 * time/strptime.c (strptime_internal): Recognize 'l' format and
11288 handle it like 'I' for symmetry with strftime.
11289
11290 2001-08-31 Richard Henderson <rth@redhat.com>
11291
11292 * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11293 (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11294 * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11295 (print_statistics): Make scalar unsigned long long.
11296 * sysdeps/alpha/hp-timing.h: New file.
11297
11298 2001-08-31 Jakub Jelinek <jakub@redhat.com>
11299
11300 * stdio-common/perror.c (perror): Save errno early, pass it
11301 down to perror_internal.
11302 (perror_internal): Add errnum argument.
11303
11304 2001-08-31 Jakub Jelinek <jakub@redhat.com>
11305
11306 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11307 Don't add old memory content for R_ALPHA_REFQUAD.
11308
11309 2001-08-30 Ulrich Drepper <drepper@redhat.com>
11310
11311 * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11312 memory correctly.
11313
11314 * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11315 instead of open, __close instead of close, __getpagesize instead
11316 of getpagesize.
11317
11318 * string/argz-stringify.c (__argz_stringify): Use __strnlen
11319 instead of strnlen.
11320 * include/string.h (strndupa): Redefine here to use __strnlen
11321 instead of strnlen.
11322 * string/strndup.c (__strndup): Use __strnlen not strnlen.
11323
11324 * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
11325 connected).
11326
11327 2001-08-30 Jakub Jelinek <jakub@redhat.com>
11328
11329 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
11330 R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC. Only check
11331 for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
11332 * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
11333 * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
11334 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
11335 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
11336
11337 2001-08-30 Ulrich Drepper <drepper@redhat.com>
11338
11339 * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
11340
11341 2001-08-30 Andreas Jaeger <aj@suse.de>
11342
11343 * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
11344 contributed Stephen L Moshier.
11345
11346 2001-08-30 Jakub Jelinek <jakub@redhat.com>
11347
11348 * sunrpc/etc.rpc (sgi_fam): Add.
11349
11350 2001-08-30 Ulrich Drepper <drepper@redhat.com>
11351
11352 * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
11353
11354 2001-08-29 Ulrich Drepper <drepper@redhat.com>
11355
11356 * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
11357 first is from a previous call.
11358 Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
11359
11360 2001-08-29 Andreas Schwab <schwab@suse.de>
11361
11362 * sysdeps/ia64/fpu/libm-test-ulps: Updated.
11363
11364 2001-08-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
11365
11366 * config.make.in (INSTALL_SCRIPT): Define.
11367 * Makeconfig (INSTALL_SCRIPT): Define.
11368 * Makerules (do-install-script): New macro to install scripts using
11369 INSTALL_SCRIPT.
11370 (install-bin-script): New rule to install scripts with
11371 do-install-script.
11372 (install-bin-script-nosubdir): New rule.
11373 (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
11374 (distinfo-vars): Add $(install-bin-script).
11375 * Rules (others): Likewise.
11376 * Makefile (glibcbug): Install with install-bin-script.
11377 * debug/Makefile (xtrace): Likewise.
11378 (catchsegv): Likewise.
11379 * elf/Makefile (ldd): Likewise.
11380 * malloc/Makefile (mtrace): Likewise.
11381 * timezone/Makefile (tzselect): Likewise.
11382
11383 2001-08-29 H.J. Lu <hjl@gnu.org>
11384
11385 * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
11386 ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
11387 _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
11388
11389 2001-08-29 Andreas Schwab <schwab@suse.de>
11390
11391 * sysdeps/m68k/fpu/libm-test-ulps: Updated.
11392
11393 2001-08-28 H.J. Lu <hjl@gnu.org>
11394
11395 * Makeconfig (combreloc-LDFLAGS): New variable.
11396 Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
11397 * config.make.in (have-z-combreloc): New variable.
11398 * configure.in: Substitute libc_cv_z_combreloc.
11399
11400 2001-08-29 Ulrich Drepper <drepper@redhat.com>
11401
11402 * po/sv.po: Update from translation team.
11403 * po/fr.po: Likewise.
11404 * po/da.po: Likewise.
11405
11406 2001-08-28 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
11407
11408 * Makerules: Fix a typo: MD% -> MD5.
11409
11410 2001-08-28 Ulrich Drepper <drepper@redhat.com>
11411
11412 * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
11413 Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
11414
11415 2001-08-28 Andreas Jaeger <aj@suse.de>
11416
11417 * manual/libc-texinfo.sh: Add entry about free manuals.
11418
11419 * manual/contrib.texi (Contributors): Fix cross reference.
11420
11421 * manual/libc.texinfo (Copying): Include freemanuals.
11422
11423 * manual/Makefile (appendices): Add freemanuals.
11424
11425 * manual/freemanuals.texi: New file.
11426 Patch by Brian Youmans <3diff@gnu.org>.
11427
11428 * manual/libm-err-tab.pl: Pretty print more platforms, print a
11429 smaller table.
11430
11431 * manual/math.texi (Errors in Math Functions): Fix grammar, start
11432 table on separate page.
11433 Patch by Brian Youmans <3diff@gnu.org>.
11434
11435 2001-08-27 Ulrich Drepper <drepper@redhat.com>
11436
11437 * misc/syslog.c (vsyslog): Try a bit harder to use syslogd. If
11438 the connection went down after we first used it try to connect
11439 again and resend the message before printing to the console.
11440 Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
11441
11442 2001-08-27 Jakub Jelinek <jakub@redhat.com>
11443
11444 * string/tst-strlen.c (main): Test strnlen (, -1) too.
11445 * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
11446 bit set.
11447
11448 2001-08-27 Ulrich Drepper <drepper@redhat.com>
11449
11450 * iconv/strtab.c (searchstring): Use correct length for comparison.
11451 (strtabadd): Account total size correct if new string has old string as
11452 substring.
11453
11454 2001-08-27 Jakub Jelinek <jakub@redhat.com>
11455
11456 * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
11457
11458 2001-08-27 Andreas Jaeger <aj@suse.de>
11459
11460 * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
11461
11462 * math/libm-test.inc (j0_test): Add extra tests.
11463 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
11464 not x, in Hankel approximation.
11465 Patches by Stephen L Moshier.
11466
11467 2001-08-26 Ulrich Drepper <drepper@redhat.com>
11468
11469 * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
11470 link_map.
11471
11472 * configure.in: Fix test for .rela.dyn section.
11473
11474 * elf/dl-runtime.c: Update calls to _dl_lookup_*.
11475
11476 2001-08-26 Jakub Jelinek <jakub@redhat.com>
11477
11478 * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
11479 instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
11480 Pass type_class to _dl_lookup_*.
11481 * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
11482 Pass around just type_class instead of noexec, noplt pair.
11483 (_dl_lookup_versioned_symbol): Likewise.
11484 (_dl_lookup_symbol_skip): Pass around just type_class instead of
11485 noexec, noplt pair.
11486 (_dl_lookup_versioned_symbol_skip): Likewise.
11487 (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
11488 * elf/do-lookup.h (do_lookup): Likewise.
11489 * include/link.h (struct link_map): Replace noexec and noplt fields
11490 in l_lookup_cache with type_class field.
11491 * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
11492 ELF_RTYPE_CLASS_COPY): Define.
11493 Adjust prototypes for _dl_lookup_symbol and
11494 _dl_lookup_versioned_symbol.
11495 * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
11496 elf_machine_lookup_noexec_p): Remove.
11497 (elf_machine_type_class): Define.
11498 * sysdeps/arm/dl-machine.h: Likewise.
11499 * sysdeps/hppa/dl-machine.h: Likewise.
11500 * sysdeps/cris/dl-machine.h: Likewise.
11501 * sysdeps/i386/dl-machine.h: Likewise.
11502 * sysdeps/ia64/dl-machine.h: Likewise.
11503 * sysdeps/m68k/dl-machine.h: Likewise.
11504 * sysdeps/mips/mips64/dl-machine.h: Likewise.
11505 * sysdeps/mips/dl-machine.h: Likewise.
11506 * sysdeps/powerpc/dl-machine.h: Likewise.
11507 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11508 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11509 * sysdeps/sh/dl-machine.h: Likewise.
11510 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11511 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11512
11513 2001-08-26 Ulrich Drepper <drepper@redhat.com>
11514
11515 * manual/message.texi (Advanced gettext functions): Change
11516 description of plural forms for Slovak.
11517 Reported by Marcel Telka <marcel@telka.sk>.
11518
11519 * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
11520 %z. Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
11521
11522 2001-08-26 Jakub Jelinek <jakub@redhat.com>
11523
11524 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
11525 typo. Patch by Florian La Roche <laroche@redhat.com>.
11526
11527 2001-08-26 Ulrich Drepper <drepper@redhat.com>
11528
11529 * include/link.h (struct link_map): Add l_lookup_cache element.
11530 * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
11531 (RESOLVE_MAP): Likewise.
11532 (_dl_relocate_object): Remove cache initialization.
11533 * elf/dl-lookup.c: Rip out cache handling code.
11534 * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
11535 declarations.
11536
11537 * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
11538 remove some __builtin_expect.
11539 (_dl_lookup_versioned_symbol): Likewise.
11540
11541 * config.h.in: Add HAVE_Z_COMBRELOC.
11542 * configure.in: Add test for -z combreloc.
11543
11544 * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
11545 optimizations. Use HAVE_Z_COMBRELOC to avoid generaton of
11546 R_386_RELATIVE handling for ld.so startup. Reduce RTLD_BOOTSTRAP
11547 case to almost no code.
11548
11549 2001-08-25 Ulrich Drepper <drepper@redhat.com>
11550
11551 * po/tr.po: Update from translation team.
11552
11553 2001-08-24 Andreas Jaeger <aj@suse.de>
11554
11555 * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
11556 make clean works.
11557
11558 2001-08-24 Ulrich Drepper <drepper@redhat.com>
11559
11560 * elf/rtld.c (print_statistics): Printf % after percent values.
11561 * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
11562
11563 * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
11564 don't have to compute the hash value and initialize current_value.
11565 Move reference_name variable to where it is needed.
11566 (_dl_lookup_versioned_symbol): Likewise.
11567
11568 2001-08-24 Roland McGrath <roland@frob.com>
11569
11570 * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
11571 Just test that strerror returns non-null for a few errno codes.
11572
11573 2001-08-23 Roland McGrath <roland@frob.com>
11574
11575 * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
11576 _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
11577
11578 * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
11579
11580 * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
11581 __mach_reply_port.
11582
11583 2001-08-24 Ulrich Drepper <drepper@redhat.com>
11584
11585 * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
11586 returns NULL.
11587
11588 * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
11589 startup. Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
11590 doesn't do it.
11591 * elf/rtld.c: Include <sys/param.h>.
11592 * elf/dl-reloc.c: Likewise.
11593
11594 2001-08-24 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
11595
11596 * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
11597 empty to prevent junk from being generated.
11598 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
11599
11600 2001-08-24 Jakub Jelinek <jakub@redhat.com>
11601
11602 * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
11603 records. Rename endrel to relative, initialize it to r, and use it
11604 in elf_machine_rel_relative calls. Point r after relative relocs.
11605
11606 2001-08-24 Ulrich Drepper <drepper@redhat.com>
11607
11608 * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
11609 of R_386_NONE.
11610
11611 2001-08-24 Jakub Jelinek <jakub@redhat.com>
11612
11613 * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
11614 necessary. Undefine newly defined macros at the end.
11615 * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
11616 Rename from elf_machine_rel_relative.
11617 * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
11618 * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
11619 * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
11620 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
11621 Likewise.
11622 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
11623 Likewise.
11624 * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
11625 Fix argument types.
11626 * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
11627 Fix argument types.
11628 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
11629 Likewise. Fix argument types.
11630 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
11631 Likewise. Fix argument types.
11632 * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
11633 Fix argument types.
11634 * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
11635 ElfW(Rel) in argument.
11636 * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
11637 function.
11638
11639 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
11640
11641 * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
11642
11643 2001-08-24 Andreas Jaeger <aj@suse.de>
11644
11645 * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
11646 Stephen L Moshier <moshier@mediaone.net>.
11647
11648 2001-08-24 Ulrich Drepper <drepper@redhat.com>
11649
11650 * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
11651 first if RELCOUNT is set.
11652
11653 * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
11654 call elf_machine_rel for the last DT_RELCOUNT relocations but instead
11655 elf_machine_rel_relative.
11656 * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
11657 Minor optimizations.
11658 * sysdeps/arm/dl-machine.h: Likewise.
11659 * sysdeps/cris/dl-machine.h: Likewise.
11660 * sysdeps/hppa/dl-machine.h: Likewise.
11661 * sysdeps/i386/dl-machine.h: Likewise.
11662 * sysdeps/ia64/dl-machine.h: Likewise.
11663 * sysdeps/m68k/dl-machine.h: Likewise.
11664 * sysdeps/mips/dl-machine.h: Likewise.
11665 * sysdeps/powerpc/dl-machine.h: Likewise.
11666 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11667 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11668 * sysdeps/sh/dl-machine.h: Likewise.
11669 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11670 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11671
11672 2001-08-23 Roland McGrath <roland@frob.com>
11673
11674 * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
11675
11676 * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
11677 sysdeps/mach version. Implement counting ("recursive") mutexes
11678 on top of cthreads mutexes.
11679 * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
11680
11681 * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
11682 _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
11683 (__libc_cleanup_region_start, __libc_cleanup_region_end,
11684 __libc_clean_end): Define these to call the cleanup function after
11685 normal exit when they're supposed to.
11686
11687 * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
11688 Take new first arg DOIT, a boolean saying whether to really install
11689 any cleanup handler.
11690 (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
11691 (__libc_cleanup_end): Likewise.
11692 * sysdeps/generic/bits/libc-lock.h: Same changes.
11693 * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
11694 * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
11695 * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
11696 Likewise.
11697 * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
11698 * sysdeps/generic/bits/stdio-lock.h
11699 (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
11700
11701 2001-08-23 Jakub Jelinek <jakub@redhat.com>
11702
11703 * elf/ldconfig.c (search_dir): Remove stale symlinks.
11704
11705 2001-08-23 Jakub Jelinek <jakub@redhat.com>
11706
11707 * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
11708 functions.
11709 (_dl_lookup_symbol): Lookup relocations in cache and store successfull
11710 lookups in cache.
11711 (_dl_lookup_versioned_symbol): Likewise.
11712 * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
11713 relocation lookup.
11714 * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
11715 * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
11716 (lookup_cache, lookup_cache_versioned): Add declarations.
11717
11718 2001-08-23 Ulrich Drepper <drepper@redhat.com>
11719
11720 * stdlib/tst-random.c (main): Swap parameters in fail call.
11721 Patch by Pete Bevin <pete@petebevin.com>.
11722
11723 2001-08-23 Jakub Jelinek <jakub@redhat.com>
11724
11725 * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
11726
11727 2001-08-23 Ulrich Drepper <drepper@redhat.com>
11728
11729 * malloc/obstack.c: Indent preprocessor directives.
11730 Patch by Jim Meyering <meyering@ascend.com>.
11731
11732 * po/ja.po: Update from translation team.
11733
11734 2001-08-23 Roland McGrath <roland@frob.com>
11735
11736 * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
11737
11738 * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
11739 Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
11740
11741 2001-08-22 Roland McGrath <roland@frob.com>
11742
11743 * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
11744 __libc_lock_define_recursive.
11745 * elf/dl-open.c: Don't declare it here any more.
11746 * elf/dl-close.c: Likewise.
11747 * elf/dl-lookup.c: Likewise.
11748 * elf/dl-iteratephdr.c: Likewise.
11749 * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
11750 __libc_lock_unlock_recursive.
11751 * elf/dl-close.c (_dl_close): Likewise
11752 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
11753 * elf/dl-open.c (_dl_open): Likewise
11754
11755 * sysdeps/generic/bits/libc-lock.h
11756 (__libc_lock_define_recursive): New macro.
11757 * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
11758 (_IO_lock_lock): Use __libc_lock_lock_recursive.
11759 (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
11760
11761 * conform/conformtest.pl (checknamespace): Sort the output list.
11762
11763 * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
11764 (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
11765 definitions conditional on [__USE_XOPEN].
11766
11767 * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
11768 these unconditionally, not only use [__USE_BSD], so as to match
11769 the sysdeps/unix/sysv/linux files.
11770
11771 2001-08-22 Ulrich Drepper <drepper@redhat.com>
11772
11773 * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
11774 avoid warnings.
11775
11776 * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
11777 DL_LOOKUP_ADDRESS.
11778
11779 2001-08-22 Roland McGrath <roland@frob.com>
11780
11781 * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
11782 conditionalization of sa_handler/sa_sigaction member types to
11783 match the sysdeps/unix/sysv/linux file.
11784
11785 2001-08-22 Ulrich Drepper <drepper@redhat.com>
11786
11787 * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
11788 symbol sizes a bit better.
11789
11790 * sysdeps/ia64/strncpy.S: Complete rewrite.
11791 Contributed by Jakub Jelinek <jakub@redhat.com>.
11792
11793 * string/stratcliff.c (main): Add strncpy test.
11794
11795 2001-08-22 Roland McGrath <roland@frob.com>
11796
11797 * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
11798 and don't declare unsetenv or _environ directly.
11799 (unsetenv): Return int, not void. Use __environ instead of _environ.
11800
11801 2001-08-01 Mark Kettenis <kettenis@gnu.org>
11802
11803 * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
11804 * sysdeps/unix/bsd/bsd4.4/Versions: New file.
11805 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
11806 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
11807 test for cmsg struct size.
11808
11809 2001-04-23 Paul Eggert <eggert@twinsun.com>
11810
11811 * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
11812 Rename __argc to ___argc in prototypes to avoid compatibility
11813 problems with systems that reserve the identifier "__argc".
11814 Similarly for __argv.
11815
11816 2001-08-21 Roland McGrath <roland@frob.com>
11817
11818 * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
11819
11820 * mach/Makefile (tests): Removed.
11821 * mach/hello.c: File removed.
11822
11823 2001-08-22 Ulrich Drepper <drepper@redhat.com>
11824
11825 * po/sv.po: Update from translation team.
11826
11827 * stdio-common/vfscanf.c: Fix handling of %l[].
11828 Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
11829
11830 * libio/Makefile (tests): Add tst-sscanf.
11831 * libio/tst-sscanf.c: New file.
11832
11833 * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
11834 * malloc/mtrace.c (tr_where): dli_sname always points to a
11835 non-empty string if != NULL.
11836 Reported by Tim Janik <timj@gtk.org>.
11837
11838 2001-08-22 Jakub Jelinek <jakub@redhat.com>
11839
11840 * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
11841 buf. Free resources on failure.
11842 * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
11843 (makefd_xprt): Likewise.
11844 * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
11845 * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
11846 * sunrpc/auth_unix.c (authunix_create): Likewise.
11847
11848 2001-08-21 Jakub Jelinek <jakub@redhat.com>
11849
11850 * string/strnlen.c: Remove.
11851 * sysdeps/generic/strnlen.c: New file.
11852 * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
11853
11854 2001-08-21 Roland McGrath <roland@frob.com>
11855
11856 * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
11857 as a macro, not an extern inline function.
11858
11859 * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
11860 * Versions.def (libc): Add GLIBC_2.2.5 set.
11861 * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
11862 (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
11863
11864 2001-08-20 Roland McGrath <roland@frob.com>
11865
11866 * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
11867 (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
11868
11869 2001-08-21 Ulrich Drepper <drepper@redhat.com>
11870
11871 * string/bits/string2.h: Remove strnlen optimization here.
11872 * sysdeps/i386/i486/bits/string.h: Add it here.
11873
11874 2001-08-21 Wolfram Gloger <wg@malloc.de>
11875
11876 * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
11877
11878 2001-08-21 Ulrich Drepper <drepper@redhat.com>
11879
11880 * po/gl.po: Update from translation team.
11881
11882 2001-08-20 Ulrich Drepper <drepper@redhat.com>
11883
11884 * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
11885 * misc/err.c (convert_and_print): Likewise.
11886
11887 * malloc/obstack.c (print_and_abort): Use fprintf instead of two
11888 function calls.
11889
11890 2001-08-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
11891
11892 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
11893 change of the gregset_t type.
11894 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11895
11896 2001-08-20 kaz Kojima <kkojima@rr.iij4u.or.jp>
11897
11898 * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
11899
11900 2001-08-20 Ulrich Drepper <drepper@redhat.com>
11901
11902 * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
11903
11904 * string/strnlen.c: Fix the implementation. We cannot use memchr.
11905
11906 2001-08-18 Mark Kettenis <kettenis@gnu.org>
11907
11908 * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
11909 before calling the cthreads initialization code.
11910
11911 2001-08-20 Ulrich Drepper <drepper@redhat.com>
11912
11913 * argp/argp-help.c: Fix two problems introduced in last change.
11914
11915 * include/dirent.h: Include <dirstream.h> first.
11916
11917 2001-08-19 Ulrich Drepper <drepper@redhat.com>
11918
11919 * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
11920
11921 * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
11922 * sunrpc/xdr_rec.c: Likewise.
11923 * sunrpc/xdr_mem.c: Likewise.
11924 * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
11925 * sunrpc/rpc_cmsg.c: Likewise.
11926 * sunrpc/getrpcport.c (getrpcport): Likewise.
11927 * sunrpc/clnt_simp.c (callrpc): Likewise.
11928 * sunrpc/clnt_gen.c (clnt_create): Likewise.
11929 * string/envz.c: Likewise.
11930
11931 * po/ko.po: Update from translation team.
11932
11933 * argp/argp-help.c: Handle wide oriented stderr stream.
11934
11935 2001-08-18 Ulrich Drepper <drepper@redhat.com>
11936
11937 * sysdeps/generic/strtol.c: Little optimizations. Add some
11938 __builtin_expect.
11939
11940 * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
11941
11942 * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
11943 * wcsmbs/wcwidth.c (wcwdith): Likewise.
11944 * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
11945
11946 * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
11947
11948 * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
11949
11950 * time/time.h (struct timespec): Use __time_t for tv_sec element.
11951
11952 * sysdeps/generic/inttypes.h: Define __wchar_t. Use it instead of
11953 wchar_t for function declarations and defintions.
11954
11955 * misc/sys/select.h: Define __need_time_t before including <time.h>.
11956 Define suseconds_t if it hasn't happened yet.
11957
11958 * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
11959
11960 * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
11961
11962 * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
11963 <stddef.h>.
11964
11965 * conform/data/stddef.h-data: Remove wint_t.
11966
11967 * conform/conformtest.pl: Change namespace test to take #undef
11968 lines into account.
11969
11970 * conform/data/netinet/in.h-data: Fix typo in allow-header line.
11971
11972 * conform/data/sys/socket.h-data: Add sockatmark.
11973
11974 2001-08-17 Ulrich Drepper <drepper@redhat.com>
11975
11976 * io/fts.c: Update from recent BSD source.
11977
11978 2001-08-17 Roland McGrath <roland@frob.com>
11979
11980 * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
11981 * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
11982 Likewise.
11983
11984 2001-08-17 Ulrich Drepper <drepper@redhat.com>
11985
11986 * locale/duplocale.c (__duplocale): Also initialize the special
11987 __ctype_* elements.
11988
11989 * conform/data/netdb.h-data: Adjust gai_strerror return type.
11990
11991 2001-08-17 Andreas Jaeger <aj@suse.de>
11992
11993 * misc/getpass.c: Include wchar.h for prototypes.
11994 * malloc/obstack.c: Likewise.
11995
11996 2001-08-17 Ulrich Drepper <drepper@redhat.com>
11997
11998 * sunrpc/svc_simple.c (universal): Use __write instead of write.
11999
12000 * wcsmbs/wcscoll.c: Also define __wcscoll.
12001 * include/wchar.h: Declare __wcscoll.
12002
12003 * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12004 * libio/vwprintf.c: Likewise.
12005 * libio/wprintf.c: Likewise.
12006
12007 * iconv/gconv_cache.c: Use __munmap instead of munmap.
12008
12009 2001-08-16 Ulrich Drepper <drepper@redhat.com>
12010
12011 * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12012 instead of mbrtowc.
12013 [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12014 wcslen, and __wcscoll instead of wcscoll.
12015
12016 * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12017
12018 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12019 __getuid instead of getuid.
12020
12021 * stdio-common/perror.c (perror): Use __close instead of close.
12022 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12023 * libio/freopen.c (freopen): Likewise.
12024 * libio/freopen64.c (freopen64): Likewise.
12025
12026 * libio/tst-ungetwc2.c (main): Define str const.
12027
12028 * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12029 * libio/fwprintf.c: Also define __fwprintf.
12030 * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12031 * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12032 * assert/assert-perr.c: Likewise.
12033 * assert/assert.c: Likewise.
12034 * gmon/gmon.c: Likewise.
12035 * inet/rcmd.c: Likewise.
12036 * malloc/obstack.c: Likewise.
12037 * misc/err.c: Likewise.
12038 * misc/error.c: Likewise.
12039 * misc/getpass.c: Likewise.
12040 * posix/getopt.c: Likewise.
12041 * resolv/res_hconf.c: Likewise.
12042 * stdio-common/perror.c: Likewise.
12043 * stdio-common/psignal.c: Likewise.
12044 * stdlib/fmtmsg.c: Likewise.
12045 * sunrpc/auth_unix.c: Likewise.
12046 * sunrpc/clnt_perr.c: Likewise.
12047 * sunrpc/clnt_tcp.c: Likewise.
12048 * sunrpc/clnt_udp.c: Likewise.
12049 * sunrpc/clnt_unix.c: Likewise.
12050 * sunrpc/svc_simple.c: Likewise.
12051 * sunrpc/svc_tcp.c: Likewise.
12052 * sunrpc/svc_udp.c: Likewise.
12053 * sunrpc/svc_unix.c: Likewise.
12054 * sunrpc/xdr.c: Likewise.
12055 * sunrpc/xdr_array.c: Likewise.
12056 * sunrpc/xdr_rec.c: Likewise.
12057 * sunrpc/xdr_ref.c: Likewise.
12058 * sysdeps/generic/wordexp.c: Likewise.
12059
12060 * po/it.po: Update from translation team.
12061
12062 * misc/err.c: Handle wide oriented stderr stream.
12063
12064 2001-08-14 Tom Rix <trix@redhat.com>
12065
12066 * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12067 * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12068
12069 2001-08-13 Tom Rix <trix@redhat.com>
12070
12071 * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12072 * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12073 and __intptr_t.
12074
12075 2001-08-15 Martin Schwidefsky <schwidefsky@de.ibm.com>
12076
12077 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12078 Store the access registers to the ucontext structure.
12079 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12080 Likewise.
12081
12082 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12083 Load the access registers from the ucontext structure.
12084 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12085 Likewise.
12086
12087 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12088 offsets to the new ucontext layout.
12089 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12090
12091 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12092 of the ucontext structure.
12093 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12094
12095 2001-08-15 Ulrich Drepper <drepper@redhat.com>
12096
12097 * misc/error.c (error): Handle wide oriented stderr stream correctly.
12098 (error_at_line): Likewise.
12099
12100 * stdio-common/perror.c (perror): Implement according to standard.
12101 The stream orientation must not be changed if the stream was not
12102 oriented before the call.
12103 * stdio-common/Makefile (tests): Add tst-perror.
12104 * stdio-common/tst-perror.c: New file.
12105
12106
12107 See ChangeLog.12 for earlier changes.