]> sourceware.org Git - glibc.git/blob - ChangeLog
Update.
[glibc.git] / ChangeLog
1 2003-01-08 Ulrich Drepper <drepper@redhat.com>
2
3 * sysdeps/unix/sysv/linux/arm/sysdep.h (INTERNAL_SYSCALL,
4 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
5 argument.
6 (INTERNAL_SYSCALL_DECL): Define.
7
8 2003-01-06 Jakub Jelinek <jakub@redhat.com>
9
10 * sysdeps/unix/sysv/linux/ia64/sysdep.h (INTERNAL_SYSCALL,
11 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Add err
12 argument.
13 (INTERNAL_SYSCALL_DECL): Define.
14 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
15 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
16 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
17 (INLINE_SYSCALL): Adjust.
18 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
20 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
21 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
22 * elf/dl-misc.c (_dl_debug_vdprintf): Add INTERNAL_SYSCALL_DECL,
23 add err argument to INTERNAL_SYSCALL* macros.
24 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
25 * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Likewise.
26 * sysdeps/unix/sysv/linux/m68k/brk.c (__brk): Likewise.
27 * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
28 Likewise.
29 * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Likewise.
30 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Use
31 INLINE_SYSCALL instead of INTERNAL_SYSCALL and setting errno.
32
33 2003-01-07 Ulrich Drepper <drepper@redhat.com>
34
35 Unify symbols in user namespace exported by libc.so and libc.a.
36 * argp/argp-fmtstream.c: Don't define argp_make_fmtstream,
37 argp_fmtstream_free, and argp_fmtstream_printf.
38 * argp/argp-fs-xinl.c: Don't define argp_fmtstream_putc,
39 argp_fmtstream_puts, argp_fmtstream_write, argp_fmtstream_set_lmargin,
40 argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin, and
41 argp_fmtstream_point.
42 * gmon/gmon.c: Don't define write_profiling.
43 * libio/genops.c: Don't define _cleanup.
44
45 * intl/explodename.c (_nl_find_language.c): Mark as static.
46 * intl/loadinfo.h: Remove _nl_find_language prototype.
47
48 * libio/fileops.c (_IO_file_seekoff_maybe_mmap): Mark as static.
49 * libio/libioP.h: Remove declaration.
50
51 * libio/iopopen.c (_IO_proc_jumps): Mark as static.
52 * libio/libioP.h: Remove declaration.
53
54 * sysdeps/generic/unwind-dw2.c: Mark __frame_state_for with STATIC.
55 * sysdeps/generic/framestate.c: Define STATIC before including
56 unwind-dw2.c.
57
58 * time/Versions [GLIBC_2.3.2] (libc): Export strptime_l.
59
60 2003-01-06 Philip Blundell <philb@gnu.org>
61
62 * sysdeps/unix/arm/sysdep.S (syscall_error): Optimise a little.
63 [__LIBC_REENTRANT]: Unify PIC and non-PIC cases.
64
65 * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Remove .type
66 directive.
67 (PSEUDO_RET): Use SYSCALL_ERROR in place of __syscall_error.
68 (SYSCALL_ERROR): New.
69 (SYSCALL_ERROR_HANDLER) [NOT_IN_libc]: Provide local copy of error
70 handling code.
71 (INTERNAL_SYSCALL): Define.
72 (INLINE_SYSCALL): Use it.
73 (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
74 * sysdeps/unix/sysv/linux/arm/socket.S (__socket): Use
75 SYSCALL_ERROR in place of __syscall_error.
76
77 2003-01-07 Jakub Jelinek <jakub@redhat.com>
78
79 * sysdeps/ia64/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
80 __bswap_32, __bswap_64): Put x into temporary variable
81 to avoid warnings.
82 [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
83 (inline) functions.
84 * sysdeps/s390/bits/byteswap.h [__GNUC__ >= 2] (__bswap_16,
85 __bswap_32, __bswap_64): Put x into temporary variable
86 to avoid warnings.
87 [!__GNUC__] (__bswap_16, __bswap_32, __bswap_64): Change into static
88 (inline) functions.
89 * sysdeps/i386/bits/byteswap.h [!__GNUC__] (__bswap_16, __bswap_32):
90 Likewise.
91
92 2003-01-07 Jakub Jelinek <jakub@redhat.com>
93
94 * sysdeps/unix/sysv/linux/alpha/adjtime.c (ntp_adjtime): New weak
95 alias.
96
97 2003-01-07 Jakub Jelinek <jakub@redhat.com>
98
99 * elf/rtld.c (_rtld_global): Remove _dl_dynamic_weak initializer.
100 * elf/dl-support.c (_dl_dynamic_weak): Initialize to 0.
101
102 2003-01-07 Ulrich Drepper <drepper@redhat.com>
103
104 * math/libm-test.inc (significand_test): New function.
105 (main): Call it.
106
107 2003-01-06 Roland McGrath <roland@redhat.com>
108
109 * sysdeps/i386/i486/bits/string.h (memset): Add parens around macro
110 arguments.
111 (memcpy, memrchr, strcpy, __stpcpy, strncpy, strcat): Likewise.
112 (strcmp, strncat, strncmp, strchr, __strchrnul, strchrnul): Likewise.
113 (index, strrchr, rindex, strcspn, strspn, strpbrk, strstr): Likewise.
114
115 * string/tester.c (test_strcpy): Add test with `void *' arguments.
116
117 2003-01-06 Ulrich Drepper <drepper@redhat.com>
118
119 * sysdeps/i386/fpu/s_significandl.c (__significandl): Really
120 return significand and not the exponent.
121 Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
122
123 * elf/dl-misc.c (_dl_debug_vdprintf): Help PPC port by explicitly
124 taking address of iov in INTERNAL_SYSCALL call. Patch by Franz Sirl.
125
126 * malloc/malloc.c: Mark all _int_* functions as static.
127
128 2003-01-06 Jakub Jelinek <jakub@redhat.com>
129
130 * sysdeps/unix/alpha/sysdep.h (PSEUDO): Use PSEUDO_PREPARE_ARGS.
131 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Add cancellation
132 handling.
133 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
134
135 2003-01-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
136
137 * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Add branch hint.
138 * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Add cancellation
139 support.
140 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Remove
141 ftruncate64, truncate64, pread64 and pwrite64 entries.
142 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
143 (INLINE_SYSCALL): Add __builtin_expect.
144 (LOADARGS_n): Add argument size safety checks.
145 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: New file.
146 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: New file.
147 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: New file.
148 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: New file.
149 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: New file.
150 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: New file.
151
152 2003-01-06 Jakub Jelinek <jakub@redhat.com>
153
154 * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_HANDLED): Define.
155 * sysdeps/generic/creat.c: Include sysdep-cancel.h.
156 (LIBC_CANCEL_HANDLED): Add.
157
158 * sysdeps/unix/sysv/linux/alpha/sysdep.h
159 (inline_syscall_r0_constraint): Rename to...
160 (inline_syscall_r0_out_constraint): ... this. Add =.
161 (inline_syscall[0-6]): Use inline_syscall_r0_out_constraint.
162
163 2003-01-06 Andreas Schwab <schwab@suse.de>
164
165 * sysdeps/m68k/dl-machine.h (elf_machine_runtime_setup): Make
166 sure this is always inlined.
167 (elf_machine_rela): Likewise.
168
169 * sysdeps/m68k/Makefile (sysdep-CFLAGS): Increase inline limit.
170
171 2003-01-04 Roland McGrath <roland@redhat.com>
172
173 * Makeconfig (+mkdep): Add -MP flag.
174 Suggested by Art Haas <ahaas@airmail.net>.
175
176 2003-01-05 Andreas Schwab <schwab@suse.de>
177
178 * sysdeps/m68k/Makefile (CFLAGS-.oS): Append -fPIC.
179
180 2003-01-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
181
182 * sysdeps/unix/sysv/linux/sh/clone.S (__clone): Use
183 SYSCALL_ERROR_HANDLER.
184 * sysdeps/unix/sysv/linux/sh/pipe.S (__libc_pipe): Likewise.
185 * sysdeps/unix/sysv/linux/sh/socket.S (__socket): Likewise.
186 Add support for cancellation handling.
187 * sysdeps/unix/sysv/linux/sh/syscall.S (__syscall): Use
188 SYSCALL_ERROR_HANDLER.
189 * sysdeps/unix/sysv/linux/sh/vfork.S (__vfork): Likewise.
190 * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Likewise.
191 Add support for cancellation handling.
192 (SYSCALL_ERROR_HANDLER): Define PIC variants.
193
194 2003-01-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
195
196 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Mark
197 __syscall_pread64 and __syscall_pwrite64 cancelable.
198 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
199 (INTERNAL_SYSCALL): New macro.
200 (LOADARGS_0, LOADARGS_1): Fix.
201
202 2003-01-05 Ulrich Drepper <drepper@redhat.com>
203
204 * Makerules (build-shlip-helper): Unless told otherwise, add
205 -Wl,-z,defs to linker command line.
206 * rt/Makefile (librt.so): Link with ld.so.
207 * dlfcn/Makefile (libdl.so): Likewise.
208
209 2003-01-05 Jakub Jelinek <jakub@redhat.com>
210
211 * sysdeps/unix/sysv/linux/s390/s390-32/socket.S: Add support for
212 cancellation handling.
213 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
214 * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c: Likewise.
215
216 2003-01-04 Ulrich Drepper <drepper@redhat.com>
217
218 * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Correct
219 order of parameters passed to kill.
220
221 2003-01-04 Andreas Schwab <schwab@suse.de>
222
223 * sysdeps/unix/sysv/linux/m68k/bits/stat.h: Add nanosecond fields.
224
225 2002-01-03 Paul Eggert <eggert@twinsun.com>
226
227 * malloc/obstack.h (__INT_TO_PTR) [__STDC__]: Cast result to
228 (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
229 when compiling Bison 1.875's `bitset bset = obstack_alloc
230 (bobstack, bytes);'. Problem reported by Nelson H. F. Beebe.
231
232 2003-01-04 Ulrich Drepper <drepper@redhat.com>
233
234 * sysdeps/posix/system.c (do_system): Minor optimizations. Remove
235 unnecessary code.
236 Correct reference counter in case SIGQUIT handler installation failed.
237
238 2003-01-03 Ulrich Drepper <drepper@redhat.com>
239
240 * include/libc-symbols.h [HAVE_WEAK_SYMBOLS] (_weak_extern):
241 Define using _Pragma(weak ...).
242
243 2003-01-03 Andreas Jaeger <aj@suse.de>, Jakub Jelinek <jakub@redhat.com>
244
245 * resolv/res_libc.c: Provide declaration for __res_init_weak and
246 reorder declarations.
247
248 2003-01-03 Art Haas <ahaas@airmail.net>
249
250 * localedata/tests-mbwc/dat_iswalnum.c: Convert GCC extension
251 initializer syntax to C99.
252 * localedata/tests-mbwc/dat_iswalpha.c: Likewise.
253 * localedata/tests-mbwc/dat_iswcntrl.c: Likewise.
254 * localedata/tests-mbwc/dat_iswctype.c: Likewise.
255 * localedata/tests-mbwc/dat_iswdigit.c: Likewise.
256 * localedata/tests-mbwc/dat_iswgraph.c: Likewise.
257 * localedata/tests-mbwc/dat_iswlower.c: Likewise.
258 * localedata/tests-mbwc/dat_iswprint.c: Likewise.
259 * localedata/tests-mbwc/dat_iswpunct.c: Likewise.
260 * localedata/tests-mbwc/dat_iswspace.c: Likewise.
261 * localedata/tests-mbwc/dat_iswupper.c: Likewise.
262 * localedata/tests-mbwc/dat_iswxdigit.c: Likewise.
263 * localedata/tests-mbwc/dat_mblen.c: Likewise.
264 * localedata/tests-mbwc/dat_mbrlen.c: Likewise.
265 * localedata/tests-mbwc/dat_mbrtowc.c: Likewise.
266 * localedata/tests-mbwc/dat_mbsrtowcs.c: Likewise.
267 * localedata/tests-mbwc/dat_mbstowcs.c: Likewise.
268 * localedata/tests-mbwc/dat_mbtowc.c: Likewise.
269 * localedata/tests-mbwc/dat_strcoll.c: Likewise.
270 * localedata/tests-mbwc/dat_strfmon.c: Likewise.
271 * localedata/tests-mbwc/dat_strxfrm.c: Likewise.
272 * localedata/tests-mbwc/dat_swscanf.c: Likewise.
273 * localedata/tests-mbwc/dat_towctrans.c: Likewise.
274 * localedata/tests-mbwc/dat_towlower.c: Likewise.
275 * localedata/tests-mbwc/dat_towupper.c: Likewise.
276 * localedata/tests-mbwc/dat_wcrtomb.c: Likewise.
277 * localedata/tests-mbwc/dat_wcscat.c: Likewise.
278 * localedata/tests-mbwc/dat_wcschr.c: Likewise.
279 * localedata/tests-mbwc/dat_wcscmp.c: Likewise.
280 * localedata/tests-mbwc/dat_wcscoll.c: Likewise.
281 * localedata/tests-mbwc/dat_wcscpy.c: Likewise.
282 * localedata/tests-mbwc/dat_wcscspn.c: Likewise.
283 * localedata/tests-mbwc/dat_wcslen.c: Likewise.
284 * localedata/tests-mbwc/dat_wcsncat.c: Likewise.
285 * localedata/tests-mbwc/dat_wcsncmp.c: Likewise.
286 * localedata/tests-mbwc/dat_wcsncpy.c: Likewise.
287 * localedata/tests-mbwc/dat_wcspbrk.c: Likewise.
288 * localedata/tests-mbwc/dat_wcsrtombs.c: Likewise.
289 * localedata/tests-mbwc/dat_wcsspn.c: Likewise.
290 * localedata/tests-mbwc/dat_wcsstr.c: Likewise.
291 * localedata/tests-mbwc/dat_wcstod.c: Likewise.
292 * localedata/tests-mbwc/dat_wcstok.c: Likewise.
293 * localedata/tests-mbwc/dat_wcstombs.c: Likewise.
294 * localedata/tests-mbwc/dat_wcswidth.c: Likewise.
295 * localedata/tests-mbwc/dat_wcsxfrm.c: Likewise.
296 * localedata/tests-mbwc/dat_wctob.c: Likewise.
297 * localedata/tests-mbwc/dat_wctomb.c: Likewise.
298 * localedata/tests-mbwc/dat_wctrans.c: Likewise.
299 * localedata/tests-mbwc/dat_wctype.c: Likewise.
300 * localedata/tests-mbwc/dat_wcwidth.c: Likewise.
301
302 2003-01-03 Richard Henderson <rth@redhat.com>
303
304 * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall_r0_asm): New.
305 (inline_syscall_r0_constraint): New.
306 (inline_syscall[0-6]): Use them.
307
308 2003-01-03 Jakub Jelinek <jakub@redhat.com>
309
310 * sysdeps/generic/ldsodefs.h (_dl_allocate_tls, _dl_deallocate_tls):
311 Add rtld_hidden_proto.
312 * sysdeps/generic/dl-tls.c (_dl_deallocate_tls): Add rtld_hidden_def.
313 (_dl_allocate_tls): Likewise. Remove INTDEF.
314
315 2002-07-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
316
317 * sysdeps/sh/memcpy.S: Optimize. Based on a patch by Toshiyasu
318 Morita <toshiyasu.morita@hsa.hitachi.com>.
319 * sysdeps/sh/memcpy.S: Likewise.
320
321 2003-01-02 Ulrich Drepper <drepper@redhat.com>
322
323 * sysdeps/pthread/aio_suspend.c (aio_suspend): Don't quite remove
324 any, but unify the test.
325
326 2003-01-02 Jakub Jelinek <jakub@redhat.com>
327
328 * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction,
329 sigaction): Protect weak_alias and libc_hidden_weak with
330 #ifndef LIBC_SIGACTION.
331 * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction,
332 sigaction): Likewise.
333 * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction,
334 sigaction): Likewise.
335 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction,
336 sigaction): Likewise.
337 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction,
338 sigaction): Likewise.
339 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction,
340 sigaction): Likewise.
341 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction,
342 sigaction): Likewise.
343 * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction,
344 sigaction): Likewise. Remove SIGCANCEL handling here.
345 * sysdeps/unix/sysv/linux/sigaction.c (__sigaction, sigaction):
346 Likewise.
347
348 2003-01-02 Art Haas <ahaas@airmail.net>
349
350 * login/tst-utmp.c: Convert GCC extension initializer syntax to C99.
351
352 2003-01-02 Ulrich Drepper <drepper@redhat.com>
353
354 * posix/getconf.c: Update copyright year.
355 * nss/getent.c: Likewise.
356 * nscd/nscd_nischeck.c: Likewise.
357 * iconv/iconvconfig.c: Likewise.
358 * iconv/iconv_prog.c: Likewise.
359 * elf/ldconfig.c: Likewise.
360 * catgets/gencat.c: Likewise.
361 * csu/version.c: Likewise.
362 * elf/ldd.bash.in: Likewise.
363 * elf/sprof.c (print_version): Likewise.
364 * locale/programs/locale.c: Likewise.
365 * locale/programs/localedef.c: Likewise.
366 * nscd/nscd.c (print_version): Likewise.
367 * debug/xtrace.sh: Likewise.
368 * malloc/memusage.sh: Likewise.
369 * malloc/mtrace.pl: Likewise.
370
371 2003-01-01 Jakub Jelinek <jakub@redhat.com>
372
373 * io/sys/stat.h: Include time.h with __need_timespec even if
374 __USE_MISC is defined but __USE_XOPEN is not.
375
376 2003-01-01 Andreas Jaeger <aj@suse.de>
377
378 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Use union
379 type to avoid strict aliasing problem.
380 (_nss_dns_gethostbyname2_r): Likewise.
381 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
382 (_nss_dns_getnetbyname_r): Likewise.
383 * resolv/gethnamaddr.c (_gethtent): Likewise.
384 (gethostbyname2): Likewise.
385
386 2002-12-31 Ulrich Drepper <drepper@redhat.com>
387
388 * string/string-inlines.c: Define __memcpy_g and __strchr_g macros
389 to avoid using the exported symbols. Define aliases with the
390 original names separately.
391
392 * include/time.h: Add libc_hidden_proto for __strftime_l.
393 * include/wchar.h: Add libc_hidden_proto for __wcsftime_l.
394 * time/strftime.c: Always use libc_hidden_def if _LIBC.
395
396 * libio/libioP.h: Add libc_hidden_proto for _IO_file_open.
397 * libio/fileops.c: Add libc_hidden_def for _IO_file_open.
398
399 * malloc/mtrace.c: Add libc_hidden_proto and libc_hidden_def for
400 tr_break.
401
402 * csu/Makefile (routines): Add dso_handle.
403 * csu/dso_handle.c: New file.
404
405 2002-12-31 Roland McGrath <roland@redhat.com>
406
407 * Makerules (compile.S, COMPILE.S): Remove -DASSEMBLER here.
408 Use $(S-CPPFLAGS) in place of $(asm-CPPFLAGS).
409 (S-CPPFLAGS): Add -DASSEMBLER here instead.
410 (generate-md5, +make-deps): Fix magic to get $(S-CPPFLAGS).
411
412 2002-12-31 Ulrich Drepper <drepper@redhat.com>
413
414 * malloc/thread-m.h [SHARED] (thread_atfork): Assume __dso_handle
415 is available.
416
417 2002-12-31 Andreas Jaeger <aj@suse.de>
418
419 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Sync
420 with Linux kernel.
421 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
422 * sysdeps/unix/sysv/linux/s390/s390-64/kernel_stat.h: Likewise.
423 * sysdeps/unix/sysv/linux/hppa/kernel_stat.h: Likewise.
424
425 * sysdeps/unix/sysv/linux/kernel_stat.h
426 (_HAVE_STAT_NSEC,_HAVE_STAT_NSEC64): New.
427
428 * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Re-add
429 __unused[1-3] since they're needed by some platforms. Handle
430 _HAVE_STAT_NSEC and _HAVE_STAT_NSEC64.
431
432 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Add nsec resolution
433 for structs stat and stat64.
434 * sysdeps/unix/sysv/linux/ia64/bits/stat.h: Likewise.
435 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
436 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
437 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
438
439 * io/sys/stat.h [__USE_MISC]: Define __need_timespec for struct stat.
440
441 * sysdeps/unix/sysv/linux/xstatconv.c (xstat_conv): Adjust for
442 nsec resolution changes.
443 (xstat64_conv): Likewise.
444 (xstat32_conv): Likewise.
445
446 * sysdeps/unix/sysv/linux/kernel_stat.h: Add nsec resolution for
447 struct kernel_stat.
448
449 * sysdeps/unix/sysv/linux/bits/stat.h: Add nsec resolution for
450 structs stat and stat64.
451
452 * time/time.h (__timespec_defined): Define for __USE_MISC.
453
454 2002-12-31 Ulrich Drepper <drepper@redhat.com>
455
456 * include/signal.h: Add libc_hidden_proto for __libc_current_sigrtmin
457 and __libc_current_sigrtmax.
458
459 2002-12-31 Jakub Jelinek <jakub@redhat.com>
460
461 * include/errno.h (__errno_location): Add prototype.
462 Use libc_hidden_proto unconditionally.
463 * include/netdb.h (__h_errno_location): Use libc_hidden_proto
464 unconditionally.
465 * include/resolv.h (__res_state): Likewise.
466
467 * hurd/errno-loc.c (__errno_location): Add libc_hidden_def.
468 * include/sys/socket.h (accept): Add libc_hidden_proto.
469 * include/errno.h (__errno_location): Likewise.
470 * include/netdb.h (__h_errno_location): Likewise.
471 * include/resolv.h (__res_state): Likewise.
472 * include/unistd.h (__lseek): Likewise.
473 * sysdeps/generic/errno-loc.c (__errno_location): Add libc_hidden_def.
474 * sysdeps/generic/herrno-loc.c (__h_errno_location): Likewise.
475 * sysdeps/generic/res-state.c (__res_state): Likewise.
476 * sysdeps/generic/accept.c (accept): Likewise.
477 * sysdeps/generic/lseek.c (__lseek): Likewise.
478 * sysdeps/generic/allocrtsig.c (__libc_current_sigrtmin,
479 __libc_current_sigrtmax): Likewise.
480 * sysdeps/mach/hurd/accept.c (accept): Likewise.
481 * sysdeps/mach/hurd/lseek.c (__lseek): Likewise.
482 * sysdeps/unix/sysv/aix/accept.c (accept): Likewise.
483 * sysdeps/unix/sysv/aix/lseek.c (__lseek): Likewise.
484 * sysdeps/unix/sysv/linux/accept.S (accept): Likewise.
485 * sysdeps/unix/inet/syscalls.list (__GI_accept): New alias to accept.
486 * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI_accept): Likewise.
487 * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI_accept): Likewise.
488 * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___lseek): New
489 alias to llseek.
490 (__GI_accept): New alias to accept.
491 * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI_accept): Likewise.
492 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___lseek):
493 New alias to llseek.
494 (__GI_accept): New alias to accept.
495 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (__GI_accept):
496 Likewise.
497 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI_accept):
498 Likewise.
499 * sysdeps/unix/syscalls.list (__GI___lseek): New alias to lseek.
500
501 * sysdeps/alpha/setjmp.S : Use libc_hidden_def(name) instead of
502 strong_alias (name, __GI_name).
503 * sysdeps/arm/bsd-_setjmp.S : Likewise.
504 * sysdeps/hppa/bsd-_setjmp.S : Likewise.
505 * sysdeps/i386/bsd-_setjmp.S : Likewise.
506 * sysdeps/mips/mips64/bsd-_setjmp.S : Likewise.
507 * sysdeps/mips/bsd-_setjmp.S : Likewise.
508 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S : Likewise.
509 * sysdeps/powerpc/powerpc64/setjmp.S : Likewise.
510 * sysdeps/s390/s390-32/elf/setjmp.S : Likewise.
511 * sysdeps/s390/s390-32/bsd-_setjmp.S : Likewise.
512 * sysdeps/s390/s390-64/elf/setjmp.S : Likewise.
513 * sysdeps/s390/s390-64/bsd-_setjmp.S : Likewise.
514 * sysdeps/sh/bsd-_setjmp.S : Likewise.
515 * sysdeps/sparc/sparc32/setjmp.S : Likewise.
516 * sysdeps/unix/arm/fork.S : Likewise.
517 * sysdeps/unix/bsd/hp/m68k/vfork.S : Likewise.
518 * sysdeps/unix/bsd/i386/vfork.S : Likewise.
519 * sysdeps/unix/bsd/osf/alpha/fork.S : Likewise.
520 * sysdeps/unix/bsd/sun/m68k/vfork.S : Likewise.
521 * sysdeps/unix/bsd/ultrix4/mips/vfork.S : Likewise.
522 * sysdeps/unix/bsd/vax/vfork.S : Likewise.
523 * sysdeps/unix/i386/fork.S : Likewise.
524 * sysdeps/unix/mips/fork.S : Likewise.
525 * sysdeps/unix/sparc/fork.S : Likewise.
526 * sysdeps/unix/sparc/vfork.S : Likewise.
527 * sysdeps/unix/sysv/linux/arm/vfork.S : Likewise.
528 * sysdeps/unix/sysv/linux/cris/vfork.S : Likewise.
529 * sysdeps/unix/sysv/linux/i386/vfork.S : Likewise.
530 * sysdeps/unix/sysv/linux/ia64/fork.S : Likewise.
531 * sysdeps/unix/sysv/linux/ia64/setjmp.S : Likewise.
532 * sysdeps/unix/sysv/linux/ia64/vfork.S : Likewise.
533 * sysdeps/unix/sysv/linux/m68k/vfork.S : Likewise.
534 * sysdeps/unix/sysv/linux/sh/vfork.S : Likewise.
535 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S : Likewise.
536 * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S : Likewise.
537 * sysdeps/unix/sysv/linux/sparc/fork.S : Likewise.
538 * sysdeps/unix/sysv/linux/sparc/vfork.S : Likewise.
539 * sysdeps/unix/sysv/linux/x86_64/vfork.S : Likewise.
540 * sysdeps/unix/fork.S : Likewise.
541 * sysdeps/vax/bsd-_setjmp.S : Likewise.
542 * sysdeps/x86_64/bsd-_setjmp.S : Likewise.
543
544 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Guard against multiple
545 inclusion.
546
547 2002-12-31 Ulrich Drepper <drepper@redhat.com>
548
549 * include/unistd.h: Add libc_hidden_proto for __fork and __vfork.
550 * sysdeps/generic/fork.c: Add libc_hidden_def for __fork.
551 * sysdeps/mach/hurd/fork.c: Likewise.
552 * sysdeps/unix/sysv/aix/fork.c: Likewise.
553 * sysdeps/unix/fork.S: Add __GI___fork alias.
554 * sysdeps/unix/arm/fork.S: Likewise.
555 * sysdeps/unix/bsd/osf/alpha/fork.S: Likewise.
556 * sysdeps/unix/i386/fork.S: Likewise.
557 * sysdeps/unix/mips/fork.S: Likewise.
558 * sysdeps/unix/sparc/fork.S: Likewise.
559 * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
560 * sysdeps/unix/sysv/linux/sparc/fork.S: Likewise.
561 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
562 * sysdeps/generic/vfork.c: Add libc_hidden_def for __vfork.
563 * sysdeps/unix/bsd/hp/m68k/vfork.S: Add __GI___vfork alias.
564 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
565 * sysdeps/unix/bsd/sun/m68k/vfork.S: Likewise.
566 * sysdeps/unix/bsd/ultrix4/mips/vfork.S: Likewise.
567 * sysdeps/unix/bsd/vax/vfork.S: Likewise.
568 * sysdeps/unix/sparc/vfork.S: Likewise.
569 * sysdeps/unix/sysv/linux/arm/vfork.S: Likewise.
570 * sysdeps/unix/sysv/linux/cris/vfork.S: Likewise.
571 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
572 * sysdeps/unix/sysv/linux/ia64/vfork.S: Likewise.
573 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
574 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
575 * sysdeps/unix/sysv/linux/sparc/vfork.S: Likewise.
576 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
577
578 * include/time.h: Add libc_hidden_proto for __nanosleep.
579 * sysdeps/generic/nanosleep.c: Add libc_hidden_def for __nanosleep.
580 * sysdeps/mach/nanosleep.c: Likewise.
581 * sysdeps/unix/sysv/aix/nanosleep.c: Likewise.
582 * sysdeps/unix/sysv/linux/syscalls.list: Add __GI___nanosleep alias.
583
584 * libio/libioP.h: Add libc_hidden_proto for _IO_list_lock,
585 _IO_list_unlock, and _IO_list_resetlock.
586 * libio/genops.c: Add libc_hidden_def for _IO_list_lock,
587 _IO_list_unlock, and _IO_list_resetlock.
588
589 * libio/libioP.h: Add libc_hidden_proto for _IO_iter_begin,
590 _IO_iter_end, _IO_iter_next, and _IO_iter_file.
591 * libio/genops.c: Add libc_hidden_def for _IO_iter_begin,
592 _IO_iter_end, _IO_iter_next, and _IO_iter_file.
593
594 * include/setjmp.h: Add libc_hidden_proto for __libc_longjmp.
595 * sysdeps/generic/longjmp.c: Add libc_hidden_def for __longjmp.
596 * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Add
597 __GI___longjmp alias.
598
599 * include/setjmp.h: Add libc_hidden_proto for _setjmp.
600 * sysdeps/alpha/setjmp.S: Add __GI__setjmp alias.
601 * sysdeps/arm/bsd-_setjmp.S: Likewise.
602 * sysdeps/generic/bsd-_setjmp.c: Likewise.
603 * sysdeps/hppa/bsd-_setjmp.S: Likewise.
604 * sysdeps/i386/bsd-_setjmp.S: Likewise.
605 * sysdeps/m68k/bsd-_setjmp.c: Likewise.
606 * sysdeps/mips/bsd-_setjmp.S: Likewise.
607 * sysdeps/mips/mips64/bsd-_setjmp.S: Likewise.
608 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
609 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
610 * sysdeps/s390/s390-32/bsd-_setjmp.S: Likewise.
611 * sysdeps/s390/s390-32/elf/setjmp.S: Likewise.
612 * sysdeps/s390/s390-64/bsd-_setjmp.S: Likewise.
613 * sysdeps/s390/s390-64/elf/setjmp.S: Likewise.
614 * sysdeps/sh/bsd-_setjmp.S: Likewise.
615 * sysdeps/sparc/sparc32/setjmp.S: Likewise.
616 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
617 * sysdeps/unix/sysv/linux/sparc/sparc64/setjmp.S: Likewise.
618 * sysdeps/vax/bsd-_setjmp.S: Likewise.
619 * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
620
621 2002-12-30 Ulrich Drepper <drepper@redhat.com>
622
623 * malloc/thread-m.h (thread_atfork): Define using __register_atfork.
624
625 2002-12-30 Roland McGrath <roland@redhat.com>
626
627 * Rules (generated): Target removed.
628 * mach/Makefile (generated): Define it here instead.
629
630 * math/Makefile (generated): Add m_*l and m_*f variants too.
631
632 2002-12-30 Ulrich Drepper <drepper@redhat.com>
633
634 * elf/dl-close.c (_dl_close): Handle relocation dependencies among
635 the to-be-deleted objects right away instead of later separately.
636 The latter fails because the scope data structures of the DSO
637 might already be gone.
638
639 * elf/Makefile: Add rules to build and run reldep8 test.
640 * elf/reldep8.c: New file.
641 * elf/reldep8mod1.c: New file.
642 * elf/reldep8mod2.c: New file.
643 * elf/reldep8mod3.c: New file.
644 Contributed by Jakub Jelinek.
645
646 2002-12-24 GOTO Masanori <gotom@debian.or.jp>
647
648 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
649 checking of return value ENOSYS from getdents64.
650
651 2002-12-28 Andreas Schwab <schwab@suse.de>
652
653 * sysdeps/unix/Makefile: Include $(common-objpfx)s-proto-cancel.d.
654 ($(common-objpfx)s-%.d): Generalized from
655 $(common-objpfx)s-proto.d rule.
656 (common-generated): Add s-proto-cancel.d.
657 * sysdeps/unix/make-syscalls.sh: Use s-proto-cancel.d for
658 cancellable syscalls.
659 * sysdeps/unix/s-proto-cancel.S: New file.
660
661 2002-12-29 Roland McGrath <roland@redhat.com>
662
663 * resolv/res_libc.c: Move _res defn magic after res_init defn
664 so _res macro is in effect for that code.
665
666 * Makerules ($(common-objpfx)%.h $(common-objpfx)%.h.d): Fix sed
667 pattern for prepending $(..) so it doesn't affect $(foo).
668
669 * math/Makefile (generated): Add $(addsuffix .c .S,$(calls:s_%=m_%)).
670
671 2002-12-29 Jakub Jelinek <jakub@redhat.com>
672
673 * elf/cache.c (add_to_cache): Don't loop forever with 1ULL << 63 set
674 in hwcap.
675
676 2002-12-28 Ulrich Drepper <drepper@redhat.com>
677
678 * misc/sys/cdefs.h (__attribute_deprecated__): New #define.
679
680 2002-12-28 Andreas Jaeger <aj@suse.de>
681
682 * sysdeps/generic/readelflib.c (process_elf_file): Cast value to
683 avoid warning.
684 * sysdeps/generic/dl-cache.c (_dl_load_cache_lookup): Likewise.
685
686 2002-12-27 Jakub Jelinek <jakub@redhat.com>
687
688 * inet/herrno.c (__h_errno_location): Remove.
689 * inet/Makefile (routines): Add herrno-loc.
690 * resolv/res_libc.c (__res_state): Remove.
691 * resolv/Makefile (routines): Add res-state.
692 * sysdeps/generic/herrno-loc.c: New file.
693 * sysdeps/generic/res-state.c: New file.
694
695 2002-12-27 Jakub Jelinek <jakub@redhat.com>
696
697 * sysdeps/unix/sysv/linux/i386/sysdep.h (I386_USE_SYSENTER):
698 Only define if USE_DL_SYSINFO is defined.
699
700 2002-12-22 Jakub Jelinek <jakub@redhat.com>
701
702 * sysdeps/unix/sysv/linux/ia64/sysdep.h (INLINE_SYSCALL,
703 INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERROR):
704 Define. Patch by Richard Henderson and Jes Sorensen.
705 (PSEUDO): Remove unnecessary ;;.
706 * elf/rtld.c (dl_main): Initialize TLS even if no PT_TLS segments
707 are found unless TLS_INIT_TP_EXPENSIVE. Use NONTLS_INIT_TP.
708 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Use NONTLS_INIT_TP
709 if not initializing thread pointer.
710 [!USE_TLS && NONTLS_INIT_TP] (__pthread_initialize_minimal): New.
711 * sysdeps/generic/libc-start.c (__pthread_initialize_minimal): Don't
712 make it weak also if NONTLS_INIT_TP.
713 * sysdeps/unix/common/pause.c: Handle cancellation.
714 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h [DONT_LOAD_G1]
715 (LOADSYSCALL): Remove.
716 (SYSCALL_ERROR_HANDLER_ENTRY): Define.
717 (SYSCALL_ERROR_HANDLER): Use it.
718 (PSEUDO): Don't jump around error handler.
719 * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__libc_pipe): Don't
720 jump around error handler.
721 * sysdeps/unix/sysv/linux/sparc/sparc32/syscall.S (syscall): Likewise.
722 * sysdeps/unix/sysv/linux/sparc/sparc32/socket.S (__socket): Branch
723 to __syscall_error_handler on failure.
724 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [DONT_LOAD_G1]
725 (LOADSYSCALL): Remove.
726 (SYSCALL_ERROR_HANDLER_ENTRY): Define.
727 (SYSCALL_ERROR_HANDLER): Use it.
728 (PSEUDO): Don't jump around error handler.
729 * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__libc_pipe): Don't
730 jump around error handler.
731 * sysdeps/unix/sysv/linux/sparc/sparc64/syscall.S (syscall): Likewise.
732 * sysdeps/unix/sysv/linux/sparc/sparc64/socket.S (__socket): Branch
733 to __syscall_error_handler on failure.
734
735 2002-12-27 Roland McGrath <roland@redhat.com>
736
737 * scripts/gen-as-const.awk: New file.
738 * Makefile (distribute): Add it.
739 * Makerules ($(common-objpfx)%.h %.h.d: %.sym): New pattern rule.
740 (before-compile): Add $(gen-as-const-headers:%.sym=$(common-objpfx)%.h)
741 to the list.
742 (+depfiles): Add $(addprefix $(common-objpfx),$(gen-as-const-headers)).
743
744 2002-12-27 Andreas Schwab <schwab@suse.de>
745
746 * sysdeps/unix/sysv/linux/m68k/socket.S: Add cancellation support.
747
748 2002-12-27 Jakub Jelinek <jakub@redhat.com>
749
750 * malloc/arena.c (ptmalloc_init): Don't call next_env_entry if
751 _environ is NULL.
752
753 2002-12-27 Andreas Schwab <schwab@suse.de>
754
755 * Makerules ($(common-objpfx)%.make): Filter through
756 $(sed-remove-objpfx).
757
758 2002-12-23 Roland McGrath <roland@redhat.com>
759
760 * scripts/abilist.awk: Produce a more compact format, divided into
761 stanzas for each version set, the set name listed only once.
762 * scripts/extract-abilist.awk: New file.
763 * scripts/merge-abilist.awk: New file.
764 * Makerules (check-abi-%, update-abi-%): New pattern rules.
765 (update-abi, check-abi): New targets.
766 * Makefile (+subdir_targets): Add subdir_{check,update}-abi.
767
768 2002-12-19 Roland McGrath <roland@redhat.com>
769
770 * Makerules (%.symlist): Use LC_ALL=C when running awk script.
771
772 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Cast result of
773 INTERNAL_SYSCALL.
774
775 2002-12-21 Andreas Schwab <schwab@suse.de>
776
777 * elf/check-textrel.c (handle_file): Swap p_type.
778
779 2002-12-21 Andreas Schwab <schwab@suse.de>
780
781 * sysdeps/unix/sysv/linux/m68k/sysdep.h (INTERNAL_SYSCALL): Define.
782 (INLINE_SYSCALL): Use it.
783 (INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): Define.
784 (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
785
786 * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Use INTERNAL_SYSCALL.
787 * sysdeps/unix/sysv/linux/m68k/brk.c: Likewise.
788
789 2002-12-20 Art Haas <ahaas@airmail.net>
790
791 * sysdeps/gnu/siglist.c: Convert GCC extension initializer
792 syntax to C99.
793
794 2002-12-21 Philip Blundell <philb@gnu.org>
795
796 * sysdeps/arm/elf/start.S (_start): Optimise a little. Push stack
797 top as seventh arg to __libc_start_main.
798 Reported by paulnash@wildseed.com.
799
800 * sysdeps/unix/sysv/linux/arm/clone.S: Small optimisation.
801
802 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Elide
803 compatibility cruft when new enough kernel is assumed.
804
805 2002-12-20 Jakub Jelinek <jakub@redhat.com>
806
807 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Use INTERNAL_SYSCALL
808 instead of INLINE_SYSCALL.
809
810 2002-12-20 Ulrich Drepper <drepper@redhat.com>
811
812 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Fix
813 typo.
814
815 * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB.
816 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
817 * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
818 * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
819 * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
820 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
821 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
822 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
823 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
824 Patch by William Lee Irwin <wli@holomorphy.com>.
825
826 2002-12-20 Andreas Schwab <schwab@suse.de>
827
828 * locale/programs/ld-measurement.c (measurement_output): Fix
829 index calculation.
830
831 2002-12-20 Ulrich Drepper <drepper@redhat.com>
832
833 * include/libio.h [_IO_MTSAFE_IO && _IO_lock_inexpensive]:
834 Redefine _IO_flockifle and _IO_funlockfile as inlines.
835
836 * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): For TLS
837 builds add "tls" in the search path.
838 * elf/ldconfig.c (is_hwcap_platform): Also recognize "tls".
839 (path_hwcap): Recognize "tls".
840
841 2002-12-19 Ulrich Drepper <drepper@redhat.com>
842
843 * sysdeps/unix/sysv/linux/i386/system.c (cancel_handler): Use
844 __waitpid instead of waitpid.
845
846 * sysdeps/unix/sysv/linux/i386/_exit.S: Use ENTER_KERNEL instead of
847 int $0x80.
848 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
849 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
850 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
851
852 * sysdeps/unix/sysv/linux/i386/sysdep.h: Add support to use AT_SYSINFO
853 information for system calls.
854
855 * sysdeps/generic/dl-sysdep.h: Define RTLD_PRIVATE_ERRNO to 1 only
856 for ld.so.
857
858 * elf/rtld.c (_dl_start) [USE___THREAD]: Define initdtv.
859
860 2002-12-19 Roland McGrath <roland@redhat.com>
861
862 * iconvdata/ibm856.h: Convert GCC extension initializer syntax to C99.
863 * iconvdata/ibm922.h: Likewise.
864 * iconvdata/ibm930.h: Likewise.
865 * iconvdata/ibm932.h: Likewise.
866 * iconvdata/ibm933.h: Likewise.
867 * iconvdata/ibm935.h: Likewise.
868 * iconvdata/ibm937.h: Likewise.
869 * iconvdata/ibm939.h: Likewise.
870 * iconvdata/ibm943.h: Likewise.
871 * iconvdata/isiri-3342.h: Likewise.
872
873 2002-12-19 Ulrich Drepper <drepper@redhat.com>
874
875 * test-skeleton.c (main): Make sure correct value is seen as
876 argv[0] after adjustment of argv, and argc.
877
878 * elf/rtld.c: Don't initialize _dl_dynamic_weak to 1 if
879 RTLD_CORRECT_DYNAMIC_WEAK is defined.
880
881 2002-12-19 Jakub Jelinek <jakub@redhat.com>
882
883 * nscd/connections.c (nscd_run): Shut up warning.
884 * tst-ungetc.c (assert): Undefined before redefining.
885
886 2002-12-19 Ulrich Drepper <drepper@redhat.com>
887
888 * posix/regex.c: Use __builtin_expect even outside glibc if gcc 3
889 is used.
890
891 2002-12-17 Art Haas <ahaas@airmail.net>
892
893 * iconvdata/cp737.h: Convert GCC extension initializer syntax to C99.
894 * iconvdata/cp775.h: Likewise.
895 * iconvdata/ibm1046.h: Likewise.
896 * iconvdata/ibm1124.h: Likewise.
897 * iconvdata/ibm1129.h: Likewise.
898 * iconvdata/ibm1132.h: Likewise.
899 * iconvdata/ibm1133.h: Likewise.
900 * iconvdata/ibm1160.h: Likewise.
901 * iconvdata/ibm1161.h: Likewise.
902 * iconvdata/ibm1162.h: Likewise.
903 * iconvdata/ibm1163.h: Likewise.
904 * iconvdata/ibm1164.h: Likewise.
905
906 2002-12-19 Ulrich Drepper <drepper@redhat.com>
907
908 * sysdeps/unix/sysv/linux/i386/system.c: Define FORK only if
909 __ASSUME_CLONE_THREAD_FLAGS is defined.
910 * sysdeps/unix/sysv/linux/kernel-features.h
911 (__ASSUME_CLONE_THREAD_FLAGS): Define for x86 and kernel >= 2.5.50.
912
913 2002-12-18 Ulrich Drepper <drepper@redhat.com>
914
915 * sysdeps/unix/sysv/linux/i386/brk.c: Use INTERNAL_SYSCALL instead
916 of asm.
917 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
918
919 * elf/dl-support.c [NEED_DL_SYSINFO]: Define and initialize
920 _dl_sysinfo.
921 [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
922 code.
923 * elf/rtld.c [DL_NEED_SYSINFO]: Initialize _dl_sysinfo element of
924 _rtld_global.
925 [DL_SYSINFO_IMPLEMENTATION]: If defined use it to generate the needed
926 code.
927 * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
928 Check for AT_SYSINFO and set _dl_sysinfo appropriately.
929 * sysdeps/generic/ldsodefs.h (struct rtld_global) [NEED_DL_SYSINFO]:
930 Add _dl_sysinfo.
931
932 2002-12-18 Jakub Jelinek <jakub@redhat.com>
933
934 * misc/Versions [libc: GLIBC_2.3.1]: Move __libc_readv and
935 __libc_writev to...
936 [libc: GLIBC_PRIVATE]: ...here.
937 * sysvipc/Versions [libc: GLIBC_2.3.1]: Move __libc_msgrcv and
938 __libc_msgsnd to...
939 [libc: GLIBC_PRIVATE]: ...here.
940
941 2002-12-18 Ulrich Drepper <drepper@redhat.com>
942
943 * sysdeps/unix/sysv/linux/i386/sysdep.h: Define ENTER_KERNEL macro.
944 Use it instead of directly int $0x80.
945 * sysdeps/unix/sysv/linux/i386/brk.c: Use ENTER_KERNEL.
946 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
947 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
948 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
949 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
950 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
951
952 2002-12-17 Ulrich Drepper <drepper@redhat.com>
953
954 * malloc/malloc.c (mALLOPt): Make sure malloc is initialized.
955
956 * elf/elf.h (AT_SYSINFO): New define.
957 * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Add support for
958 AT_SYSINFO.
959
960 2002-12-17 Jakub Jelinek <jakub@redhat.com>
961
962 * sysdeps/unix/sysv/linux/alpha/syscalls.list (msgrcv, msgsnd):
963 Make cancelable.
964 * sysdeps/unix/sysv/linux/hppa/syscalls.list (msgrcv, msgsnd):
965 Likewise.
966 * sysdeps/unix/sysv/linux/ia64/syscalls.list (msgrcv, msgsnd):
967 Likewise.
968 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (msgrcv, msgsnd):
969 Likewise.
970 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (msgrcv, msgsnd):
971 Likewise.
972 * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend): Likewise.
973
974 * malloc/thread-m.h (mutex_init, mutex_lock, mutex_trylock,
975 mutex_unlock): If not building NPTL, use __libc_maybe_call2 if
976 available, otherwise __libc_maybe_call.
977 * sysdeps/unix/sysv/linux/x86_64/recv.c: Add support for
978 cancellation handling.
979 * sysdeps/unix/sysv/linux/x86_64/send.c: Likewise.
980
981 2002-12-17 Isamu Hasegawa <isamu@yamato.ibm.com>
982
983 * posix/regcomp.c (free_workarea_compile): Free the new member
984 ORG_INDICES.
985 (analyze): Initialize ORG_INDICES.
986 (duplicate_node_closure): Search for a existing node, which is
987 duplicated from the node ORG_DEST and satisfies the constraint
988 CONSTRAINT. And use it to avoid inifimite loop.
989 (search_duplicated_node): New function.
990 (duplicate_node): Store the index of the original node.
991 * posix/regex_internal.c (re_dfa_add_node): Realloc ORG_INDICES
992 if needed.
993 * posix/regex_internal.h (re_dfa_t): Add new members.
994
995 2002-12-17 Ulrich Drepper <drepper@redhat.com>
996
997 * stdio-common/tst-fdopen.c: Undefine assert before redefining it.
998
999 2002-12-16 Ulrich Drepper <drepper@redhat.com>
1000
1001 * sysdeps/posix/system.c (do_system): Add support for installation
1002 of cancellation handlers.
1003 * sysdeps/unix/sysv/linux/i386/system.c: New file.
1004
1005 * stdlib/Makefile (tests): Add tst-system.
1006 * stdlib/tst-system.c: New file.
1007
1008 * sysdeps/unix/sysv/linux/i386/socket.S [NEED_CANCELLATION &&
1009 CENABLE]: Don't lose content of %ebx.
1010
1011 2002-12-17 Jakub Jelinek <jakub@redhat.com>
1012
1013 * sysdeps/unix/sysv/linux/i386/socket.S: Use SINGLE_THREAD_P
1014 macro instead of comparing %gs:MULTIPLE_THREADS_OFFSET directly.
1015
1016 2002-12-16 Ulrich Drepper <drepper@redhat.com>
1017
1018 * sysdeps/posix/getaddrinfo.c (gaih_inet): If __nss_lookup_function
1019 fails to return a function pointer don't use it.
1020
1021 2002-12-16 Art Haas <ahaas@airmail.net>
1022
1023 * io/ftw.c: Convert GCC extension initializer syntax to C99.
1024 * iconvdata/iso-ir-165.c: Likewise.
1025 * iconvdata/jis0208.c: Likewise.
1026 * iconvdata/jis0212.c: Likewise.
1027
1028 2002-12-16 Ulrich Drepper <drepper@redhat.com>
1029
1030 * sysdeps/unix/sysv/linux/syscalls.list: Add epoll_create,
1031 epoll_ctl, and epoll_wait.
1032 * sysdeps/unix/sysv/linux/Versions [libc: GLIBC_2.3.2]: Add
1033 epoll_create, epoll_ctl, and epoll_wait.
1034 * sysdeps/unix/sysv/linux/sys/epoll.h: New file. Written by
1035 Davide Libenzi <davidel@xmailserver.org>.
1036 * sysdeps/unix/sysv/linux/Dist: Add sys/epoll.h.
1037 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
1038 Add sys/epoll.h.
1039
1040 2002-12-16 Art Haas <ahaas@airmail.net>
1041
1042 * sysdeps/generic/bp-semctl.h: Convert GCC extension initializer
1043 syntax to C99
1044 * sysdeps/unix/sysv/aix/settimer.c: Likewise.
1045 * sysdeps/unix/sysv/aix/sleep.c: Likewise.
1046 * sysdeps/unix/sysv/aix/usleep.c: Likewise.
1047
1048 2002-12-16 Ulrich Drepper <drepper@redhat.com>
1049
1050 * stdio-common/Makefile (routines): Remove lockfile. Add
1051 flockfile, ftrylockfile, and funlockfile.
1052 * sysdeps/generic/lockfile.c: Removed. Each function has its own file.
1053 * sysdeps/generic/flockfile.c: New file.
1054 * sysdeps/generic/ftrylockfile.c: New file.
1055 * sysdeps/generic/funlockfile.c: New file.
1056
1057 2002-12-16 Jakub Jelinek <jakub@redhat.com>
1058
1059 * sysdeps/unix/sysv/linux/i386/socket.S: Use CENABLE and CDISABLE
1060 macros instead of doing the calls directly.
1061 * sysdeps/unix/make-syscalls.sh: Add ptw-*.$o target name to rules.
1062 * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for ptw-%
1063 targets.
1064
1065 2002-12-16 Jakub Jelinek <jakub@redhat.com>
1066
1067 * sysdeps/i386/fpu/bits/mathinline.h: Backout last change.
1068 * sysdeps/ieee754/bits/nan.h: Likewise.
1069
1070 * sysdeps/unix/sysv/linux/ia64/syscalls.list (__syscall_open,
1071 __syscall_wait4, __syscall_ioctl, __syscall_write): Add.
1072
1073 2002-12-16 Roland McGrath <roland@redhat.com>
1074
1075 * sunrpc/xdr_mem.c (xdrmem_inline): Fix argument type.
1076 * sunrpc/xdr_rec.c (xdrrec_inline): Likewise.
1077 * sunrpc/xdr_stdio.c (xdrstdio_inline): Likewise.
1078
1079 * sysdeps/unix/sysv/linux/syscalls.list: Add getpmsg, putpmsg.
1080 * sysdeps/unix/sysv/linux/mips/syscalls.list: Remove s_getpmsg,
1081 s_putpmsg.
1082 * sysdeps/unix/sysv/linux/i386/getpmsg.c: File removed.
1083 * sysdeps/unix/sysv/linux/i386/putpmsg.c: File removed.
1084 * sysdeps/unix/sysv/linux/m68k/getpmsg.c: File removed.
1085 * sysdeps/unix/sysv/linux/m68k/putpmsg.c: File removed.
1086 * sysdeps/unix/sysv/linux/mips/getpmsg.c: File removed.
1087 * sysdeps/unix/sysv/linux/mips/putpmsg.c: File removed.
1088 * sysdeps/unix/sysv/linux/powerpc/getpmsg.c: File removed.
1089 * sysdeps/unix/sysv/linux/powerpc/putpmsg.c: File removed.
1090
1091 2002-12-13 Paul Eggert <eggert@twinsun.com>
1092
1093 * sunrpc/rpc/xdr.h (struct XDR.xdr_ops.x_inline): 2nd arg
1094 is now u_int, not int.
1095 (struct XDR.x_handy): Now u_int, not int.
1096 * sunrpc/xdr_mem.c: Include <limits.h>.
1097 (xdrmem_getlong, xdrmem_putlong, xdrmem_getbytes, xdrmem_putbytes,
1098 xdrmem_inline, xdrmem_getint32, xdrmem_putint32):
1099 x_handy is now unsigned, not signed.
1100 Do not decrement x_handy if no change is made.
1101 (xdrmem_setpos): Check for int overflow.
1102 * sunrpc/xdr_sizeof.c (x_inline): 2nd arg is now unsigned.
1103 (xdr_sizeof): Remove cast that is now unnecessary, now that
1104 x_handy is unsigned.
1105
1106 2002-12-15 Art Haas <ahaas@airmail.net>
1107
1108 * iconv/gconv_conf.c: Convert GCC extension initializer syntax to C99.
1109 * iconvdata/gap.awk: Likewise.
1110 * iconvdata/gen-8bit-gap-1.sh: Likewise.
1111 * iconvdata/gen-8bit-gap.sh: Likewise.
1112 * locale/C-address.c: Likewise.
1113 * locale/C-collate.c: Likewise.
1114 * locale/C-ctype.c: Likewise.
1115 * locale/C-identification.c: Likewise.
1116 * locale/C-measurement.c: Likewise.
1117 * locale/C-messages.c: Likewise.
1118 * locale/C-monetary.c: Likewise.
1119 * locale/C-name.c: Likewise.
1120 * locale/C-numeric.c: Likewise.
1121 * locale/C-paper.c: Likewise.
1122 * locale/C-telephone.c: Likewise.
1123 * locale/C-time.c: Likewise.
1124 * nscd/connections.c: Likewise.
1125 * nscd/grpcache.c: Likewise.
1126 * nscd/hstcache.c: Likewise.
1127 * nscd/pwdcache.c: Likewise.
1128 * stdio-common/vfprintf.c: Likewise.
1129 * stdlib/random.c: Likewise.
1130 * sysdeps/generic/siglist.c: Likewise.
1131 * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
1132 * sysdeps/ieee754/bits/nan.h: Likewise.
1133 * sysdeps/posix/sprofil.c: Likewise.
1134 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1135 * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
1136 * sysdeps/unix/sysv/linux/usleep.c: Likewise.
1137
1138 2002-12-15 Roland McGrath <roland@redhat.com>
1139
1140 * sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn.
1141
1142 * sysdeps/unix/sysv/linux/wait.c: Don't include <nptl/pthreadP.h> or
1143 <tls.h> here, no need for it.
1144 * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
1145
1146 * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): Take ARG as void *
1147 parameter, not varargs parameter.
1148
1149 * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_RESET): Evaluate the
1150 argument so it's not an unused variable.
1151
1152 * resolv/resolv.h (__p_key_syms, __p_cert_syms, __p_class_syms,
1153 __p_type_syms, __p_rcode_syms): Remove decls, never really intended
1154 for users.
1155
1156 * resolv/Versions (libresolv: GLIBC_2.3.2): New set, add __p_rcode.
1157
1158 2002-12-15 Ulrich Drepper <drepper@redhat.com>
1159
1160 * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): This is the
1161 original __libc_fcntl code. Just renamed.
1162
1163 2002-12-15 Andreas Schwab <schwab@suse.de>
1164
1165 * sysdeps/unix/sysv/linux/m68k/clone.S: Make inline syscall to _exit.
1166
1167 2002-12-14 Olaf Hering <olh@suse.de>
1168
1169 * sysdeps/powerpc/bits/setjmp.h: Include <bits/wordsize.h>.
1170 * sysdeps/powerpc/powerpc64/setjmp.S: Fix typo in r18 load.
1171
1172 2002-12-15 Ulrich Drepper <drepper@redhat.com>
1173
1174 * sysdeps/unix/sysv/linux/libc_fatal.c: New file.
1175
1176 * sysdeps/generic/sysdep-cancel.h: Add dummy definitions for
1177 SINGLE_THREAD_P, LIBC_CANCEL_ASYNC, and LIBC_CANCEL_RESET.
1178
1179 * sysdeps/unix/sysv/linux/open64.c: New file.
1180
1181 * sysdeps/generic/pselect.c: Add support for cancellation handling.
1182 * sysdeps/posix/open64.c: Likewise.
1183 * sysdeps/posix/sigpause.c: Likewise.
1184 * sysdeps/posix/sigwait.c: Likewise.
1185 * sysdeps/posix/system.c: Likewise.
1186 * sysdeps/posix/waitid.c: Likewise.
1187 * sysdeps/unix/sysv/linux/accept.S: Likewise.
1188 * sysdeps/unix/sysv/linux/connect.S: Likewise.
1189 * sysdeps/unix/sysv/linux/llseek.c: Likewise.
1190 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
1191 * sysdeps/unix/sysv/linux/msgsnd.c: Likewise.
1192 * sysdeps/unix/sysv/linux/poll.c: Likewise.
1193 * sysdeps/unix/sysv/linux/pread.c: Likewise.
1194 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1195 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1196 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1197 * sysdeps/unix/sysv/linux/readv.c: Likewise.
1198 * sysdeps/unix/sysv/linux/recv.S: Likewise.
1199 * sysdeps/unix/sysv/linux/recvfrom.S: Likewise.
1200 * sysdeps/unix/sysv/linux/recvmsg.S: Likewise.
1201 * sysdeps/unix/sysv/linux/send.S: Likewise.
1202 * sysdeps/unix/sysv/linux/sendmsg.S: Likewise.
1203 * sysdeps/unix/sysv/linux/sendto.S: Likewise.
1204 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
1205 * sysdeps/unix/sysv/linux/sigtimedwait.c: Likewise.
1206 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
1207 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
1208 * sysdeps/unix/sysv/linux/tcdrain.c: Likewise.
1209 * sysdeps/unix/sysv/linux/wait.c: Likewise.
1210 * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
1211 * sysdeps/unix/sysv/linux/writev.c: Likewise.
1212 * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1213 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
1214
1215 2002-12-14 Jakub Jelinek <jakub@redhat.com>
1216
1217 * sysdeps/generic/sysdep-cancel.h: New file.
1218 * sysdeps/unix/make-syscalls.sh: Handle C at start of args as
1219 cancelable syscall.
1220 * sysdeps/unix/inet/syscalls.list (accept, connect, recv, recvfrom,
1221 recvmsg, send, sendmsg, sendto): Make cancelable.
1222 * sysdeps/unix/mman/syscalls.list (msync): Likewise.
1223 * sysdeps/unix/sysv/linux/alpha/syscalls.list (llseek, pread,
1224 pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
1225 sendto, osf_select): Likewise.
1226 * sysdeps/unix/sysv/linux/hppa/syscalls.list (accept, connect, recv,
1227 recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
1228 * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek, pread,
1229 pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
1230 sendto): Likewise.
1231 * sysdeps/unix/sysv/linux/mips/syscalls.list (accept, connect, recv,
1232 recvfrom, recvmsg, send, sendmsg, sendto): Likewise.
1233 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, pread,
1234 pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
1235 sendto): Likewise.
1236 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (llseek, pread,
1237 pwrite, accept, connect, recv, recvfrom, recvmsg, send, sendmsg,
1238 sendto, select): Likewise.
1239 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (llseek, pread,
1240 pwrite, accept, connect, recvfrom, recvmsg, sendmsg, sendto):
1241 Likewise.
1242 * sysdeps/unix/sysv/linux/syscalls.list (creat, nanosleep, pause,
1243 select, fcntl): Likewise.
1244 * sysdeps/unix/sysv/syscalls.list (pause, poll): Likewise.
1245 * sysdeps/unix/syscalls.list (close, fcntl, fsync, lseek, open,
1246 read, readv, select, sigsuspend, write, writev): Likewise.
1247
1248 2002-12-14 Jakub Jelinek <jakub@redhat.com>
1249
1250 * dirent/bug-readdir1.c: Include unistd.h.
1251
1252 2002-12-13 Jakub Jelinek <jakub@redhat.com>
1253
1254 * locale/programs/locale.c: Include locarchive.h.
1255 (ARCHIVE_NAME): Define.
1256 (write_archive_locales): New function.
1257 (write_locales): Use it. Ensure the same locale is not printed
1258 multiple times in verbose mode.
1259 Mode LC_IDENTIFICATION and LC_CTYPE printing into...
1260 (print_LC_IDENTIFICATION, print_LC_CTYPE): ... these helper
1261 functions.
1262 (struct nameent): New type.
1263 (nameentcmp): New function.
1264
1265 2002-12-14 Jakub Jelinek <jakub@redhat.com>
1266
1267 * posix/regex_internal.c (re_string_context_at): Guard wide char
1268 code with #ifdef RE_ENABLE_I18N.
1269
1270 2002-11-22 Paolo Bonzini <bonzini@gnu.org>
1271
1272 * posix/regcomp.c (regcomp): __re_compile_fastmap -> re_compile_fastmap
1273
1274 2002-12-13 Roland McGrath <roland@redhat.com>
1275
1276 * posix/bug-regex15.c: New file.
1277 * posix/Makefile (tests): Add it.
1278
1279 * test-skeleton.c (TEST_DATA_LIMIT): New macro, default to 64MB.
1280 (main): Set RLIMIT_DATA limit to TEST_DATA_LIMIT (or lower if need be).
1281
1282 2002-12-13 Ulrich Drepper <drepper@redhat.com>
1283
1284 * elf/dl-misc.c (_dl_debug_vdprintf): Don't depend on 5-digit PIDs.
1285
1286 * misc/syslog.c (log_cleanup): Don't use parameter in
1287 __libc_lock_unlock call, use syslog_lock directly. Adjust callers to
1288 pass NULL instead of a pointer to syslog_lock.
1289
1290 2002-12-12 Ulrich Drepper <drepper@redhat.com>
1291
1292 * iconvdata/Makefile: iconv-rules: Add definition to use gconv.map
1293 linker map for all iconv modules.
1294 (distribute): Add gconv.map.
1295 * iconvdata/gconv.map: New file.
1296
1297 * elf/Makefile: Also check all iconv modules for text relocations.
1298
1299 * stdlib/Makefile: Remove code to automatically import GMP.
1300
1301 * elf/Makefile (tests): Add rules to build and run check-textrel.
1302 * elf/check-textrel.c: New file.
1303
1304 * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Add .size
1305 directive.
1306
1307 2002-12-11 Jakub Jelinek <jakub@redhat.com>
1308
1309 * io/test-utime (main): If stnow.st[am]time is wrong, print it and
1310 not st.st[am]time.
1311
1312 2002-04-30 Bruno Haible <bruno@clisp.org>
1313
1314 * intl/loadmsgcat.c (_nl_init_domain_conv): Don't append //TRANSLIT to
1315 the encoding if it already has slashes.
1316 Reported by Perry Rapp <prapp@erols.com>.
1317
1318 2002-12-11 Roland McGrath <roland@redhat.com>
1319
1320 * csu/Makefile ($(objpfx)elf-init.oS): Remove target, braino.
1321 (CPPFLAGS-elf-init.oS, CFLAGS-elf-init.oS): New variables.
1322 Turn off PIC for compiling this file.
1323
1324 2002-12-11 Ulrich Drepper <drepper@redhat.com>
1325
1326 * malloc/thread-m.h: Remove thread_id type and MUTEX_INITIALIZER
1327 definitions. Not needed.
1328 [_LIBC]: Use definitions from libc-lock.h instead of referencing
1329 pthread routines directly.
1330 * malloc/arena.c (ptmalloc_unlock_all2): Don't add (void) to
1331 mutex_init calls.
1332 (arena_get2): Don't look at return value of mutex_lock.
1333
1334 2002-12-11 Roland McGrath <roland@redhat.com>
1335
1336 * csu/Makefile ($(objpfx)elf-init.oS): New target, just clone
1337 elf-init.o instead of compiling a PIC version.
1338
1339 2002-12-11 Bruno Haible <bruno@clisp.org>
1340
1341 * intl/gettext.h: Renamed to ...
1342 * intl/gmo.h: ... here.
1343 * intl/Makefile (distribute): Add gmo.h, remove gettext.h.
1344 * intl/gettextP.h: Update.
1345 * intl/loadmsgcat.c: Update.
1346
1347 * intl/gettextP.h (PARAMS): Make more portable.
1348 (attribute_hidden): Define as empty macro if not already defined.
1349 * intl/hash-string.h (PARAMS): Make more portable.
1350 * intl/loadinfo.h (PARAMS): Likewise.
1351 * intl/plural-exp.h (PARAMS): Likewise.
1352 (attribute_hidden): Move definition near the definition of
1353 internal_function.
1354
1355 * intl/gettextP.h (_nl_locale_name) [!_LIBC]: New declaration.
1356 * intl/plural-exp.h (plural_eval) [!_LIBC]: New declaration.
1357
1358 2002-07-13 Bruno Haible <bruno@clisp.org>
1359
1360 * intl/dcigettext.c (freea): New macro.
1361 (FREE_BLOCKS): Free also the registered blocks.
1362 (DCIGETTEXT): Free the 'search' variable.
1363 Reported by Andreas Fischer <a.fischer@asentics.de>.
1364
1365 2002-04-27 Bruno Haible <bruno@clisp.org>
1366
1367 * intl/gettextP.h [! _LIBC]: Use prefix libintl_ instead of suffix __.
1368 * intl/dcigettext.c: Likewise.
1369 * intl/dcgettext.c: Likewise.
1370 * intl/dgettext.c: Likewise.
1371 * intl/gettext.c: Likewise.
1372 * intl/dcngettext.c: Likewise.
1373 * intl/dngettext.c: Likewise.
1374 * intl/ngettext.c: Likewise.
1375 * intl/textdomain.c: Likewise.
1376 * intl/bindtextdom.c: Likewise.
1377 * intl/plural-exp.h: Likewise.
1378
1379 2002-01-02 Bruno Haible <bruno@clisp.org>
1380
1381 * intl/loadmsgcat.c (_nl_init_domain_conv): Use PARAMS in extern decl.
1382
1383 2001-04-30 Bruno Haible <bruno@clisp.org>
1384
1385 * intl/dcigettext.c (getuid, getgid, geteuid, getegid): Provide
1386 default macro definitions. Needed for mingw32.
1387
1388 2002-12-10 Ulrich Drepper <drepper@redhat.com>
1389
1390 * sysdeps/i386/bits/byteswap.h (__bswap_64): Apply
1391 __builtin_constant_p to macro parameter.
1392
1393 * sysdeps/generic/sigpause.c: Define all functions as weak.
1394 * sysdeps/posix/sigpause.c: Likewise.
1395
1396 * elf/tst-tls7.c (do_test): Adjustments for l_tls_modid being of
1397 type size_t.
1398
1399 2002-12-10 Jakub Jelinek <jakub@redhat.com>
1400
1401 * elf/tst-array1.c (preinit_array, init_array, fini_array):
1402 Explicitly align the array to sizeof (void *).
1403 * elf/tst-array2dep.c (init_array, fini_array): Likewise.
1404
1405 * include/libc-symbols.h: Fix a comment typo.
1406
1407 * sysdeps/unix/sysv/linux/alpha/select.S (__libc_select): New alias.
1408 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__libc_sigsuspend):
1409 Likewise.
1410 * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__libc_sigsuspend):
1411 Likewise.
1412 * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c
1413 (__libc_sigsuspend): Likewise.
1414 * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c
1415 (__libc_sigsuspend): Likewise.
1416 * sysdeps/generic/creat.c (__libc_creat): Renamed from creat.
1417 (creat): New weak alias.
1418
1419 2002-12-10 Roland McGrath <roland@redhat.com>
1420
1421 * manual/libc-texinfo.sh: Emit @set ADD-ON for each ADD-ON that
1422 contributes a manual chapter.
1423 * manual/signal.texi (Process Signal Mask): Use @ifset linuxthreads
1424 around xref to it.
1425
1426 * sysdeps/unix/sysv/linux/dl-librecon.h (EXTRA_LD_ENVVARS): Refer to
1427 and move contents to ...
1428 (EXTRA_LD_ENVVARS_LINUX): ... this new macro. Add break for nonmatch.
1429 * sysdeps/unix/sysv/linux/i386/dl-librecon.h (EXTRA_LD_ENVVARS): Use
1430 it instead of duplicating its contents.
1431 (EXTRA_LD_ENVVARS): Likewise. Add break for nonmatch.
1432
1433 2002-12-09 Jakub Jelinek <jakub@redhat.com>
1434
1435 * elf/dl-support.c (_dl_non_dynamic_init): Add DL_OSVERSION_INIT if
1436 defined.
1437 * sysdeps/unix/sysv/linux/dl-librecon.h (_dl_osversion_init): New
1438 function.
1439 (EXTRA_LD_ENVVARS): Use it.
1440 (DL_OSVERSION_INIT): Define.
1441 * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Include linux
1442 dl-librecon.h.
1443 (EXTRA_LD_ENVVARS): Undef before defining. Use _dl_osversion_init.
1444
1445 2002-12-10 Ulrich Drepper <drepper@redhat.com>
1446
1447 * Versions.def: No new symbols in 2.3.1, but some new ones in 2.3.2.
1448
1449 * sysdeps/unix/closedir.c (__closedir): Remove __libc_lock_lock
1450 call. It is not allowed to destroy pthread mutexes which are
1451 still in use even though it is safe for our implementations. If
1452 somebody still uses the descriptor it is a bug.
1453
1454 2002-12-09 Richard Henderson <rth@redhat.com>
1455
1456 * csu/abi-note.S: Use .p2align, not .align.
1457
1458 2002-12-09 Ulrich Drepper <drepper@redhat.com>
1459
1460 * sysdeps/unix/sysv/linux/syscalls.list: Add __libc_creat and
1461 __libc_select aliases.
1462
1463 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Define __libc_sigwaitinfo
1464 alias.
1465
1466 * sysdeps/unix/sysv/linux/sigwait.c: Define __libc_sigwait alias.
1467
1468 * sysdeps/unix/sysv/linux/sigsuspend.c: Define __libc_sigsuspend alias.
1469
1470 * sysdeps/unix/sysv/linux/poll.c: Define __libc_poll alias.
1471
1472 * sysdeps/unix/syscalls.list: Define __libc_select alias.
1473
1474 * sysdeps/posix/waitid.c: Define __libc_waitid alias.
1475
1476 * sysdeps/posix/sigpause.c: Define __libc_sigpause and
1477 __libc___xpg_sigpause aliases.
1478
1479 * sysdeps/generic/pselect.c: Define __libc_pselect alias.
1480
1481 * misc/error.c: Remove use of USE_IN_LIBIO.
1482
1483 2002-12-08 Roland McGrath <roland@redhat.com>
1484
1485 * elf/Makefile (tests): Uncomment tst-array[123].
1486 * Makeconfig (CPPFLAGS-.oS): Add -DLIBC_NONSHARED=1.
1487 * csu/elf-init.c: New file.
1488 * csu/Makefile (routines, static-only-routines): Add elf-init.
1489 * sysdeps/alpha/elf/start.S: Use __libc_csu_init in place of _init
1490 and __libc_csu_fini in place of _fini.
1491 * sysdeps/arm/elf/start.S: Likewise.
1492 * sysdeps/cris/elf/start.S: Likewise.
1493 * sysdeps/hppa/elf/start.S: Likewise.
1494 * sysdeps/i386/elf/start.S: Likewise.
1495 * sysdeps/ia64/elf/start.S: Likewise.
1496 * sysdeps/m68k/elf/start.S: Likewise.
1497 * sysdeps/mach/hurd/powerpc/static-start.S: Likewise.
1498 * sysdeps/mips/elf/start.S: Likewise.
1499 * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
1500 * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
1501 * sysdeps/s390/s390-32/elf/start.S: Likewise.
1502 * sysdeps/s390/s390-64/elf/start.S: Likewise.
1503 * sysdeps/sh/elf/start.S: Likewise.
1504 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
1505 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
1506 * sysdeps/x86_64/elf/start.S: Likewise.
1507
1508 * sysdeps/pthread/aio_notify.c (notify_func_wrapper): Take a malloc'd
1509 struct containing function ptr and value, free it.
1510 (__aio_notify_only): Allocate that and copy values from SIGEV into it.
1511 It's not safe to let the new thread use the SIGEV pointer.
1512
1513 2001-10-20 Paul Eggert <eggert@twinsun.com>
1514
1515 * misc/error.c (strerror_r): Do not declare unless [!_LIBC].
1516 Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
1517 Use strerror_r that is only a macro, even if it is not a function.
1518 (strerror): Check for HAVE_DECL_STRERROR before declaring.
1519 (private_strerror): Use prototypes, not old-style function definition.
1520 (print_errno_message): New function.
1521 Support the POSIX 'int'-flavored strerror_r, as well as the traditional
1522 char*-flavored one.
1523 (error_tail, error, error_at_line): Use it.
1524
1525 2002-12-07 Carlos O'Donell <carlos@baldric.uwo.ca>
1526
1527 * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Added SHMLBA #define.
1528
1529 2002-12-08 Ulrich Drepper <drepper@redhat.com>
1530
1531 * scripts/output-format.sed: Fix bug in one of the s expressions
1532 which used / for one too many things.
1533
1534 * include/unistd.h: Declare __libc_close.
1535
1536 2002-12-07 Ulrich Drepper <drepper@redhat.com>
1537
1538 * sysdeps/generic/bits/stdio-lock.h (_IO_lock_trylock): New define.
1539
1540 2002-12-07 Roland McGrath <roland@redhat.com>
1541
1542 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Reintroduce changes
1543 from 2002-12-06, but remove unnecessary memset call without removing
1544 necessary copy of initialization image.
1545
1546 * Makerules ($(common-objpfx)format.lds): New target.
1547 (common-generated): Add it.
1548 ($(inst_libdir)/libc.so): Depend on that, and cat it into the result.
1549 * scripts/output-format.sed: New file.
1550 * Makefile (distribute): Add it.
1551
1552 2002-12-07 Ulrich Drepper <drepper@redhat.com>
1553
1554 * sysdeps/generic/libc-tls.c: Include <sys/param.h>.
1555 Reported by Art Haas <ahaas@airmail.net>.
1556
1557 2002-12-07 Kenneth W. Chen <kenneth.w.chen@intel.com>
1558
1559 * sysdeps/ia64/strncpy.S (strncpy): Clear ar.ec. Fix .recovery4.
1560
1561 2002-12-07 Jakub Jelinek <jakub@redhat.com>
1562
1563 * string/test-strncpy.c (do_random_tests): Improve test coverage.
1564
1565 2002-12-06 Ulrich Drepper <drepper@redhat.com>
1566
1567 * test-skeleton.c (timeout_handler): Allow expected signal to be
1568 SIGALRM.
1569
1570 * wctype/wcfuncs.c: Add libc_hidden_def for iswalnum.
1571
1572 * sysdeps/posix/raise.c: Add libc_hidden_def for raise.
1573
1574 2002-12-07 Jakub Jelinek <jakub@redhat.com>
1575
1576 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h [RTLD_PRIVATE_ERRNO]
1577 (SYSCALL_ERROR_HANDLER): Fix a pasto.
1578 Reported by Jeff Bailey <jbailey@nisa.net>.
1579
1580 2002-12-06 Ulrich Drepper <drepper@redhat.com>
1581
1582 * sysdeps/generic/libc-tls.c: Undo last patch.
1583
1584 * include/wctype.h: Define iswalnum with libc_hidden_proto.
1585
1586 * include/signal.h: Define raise with libc_hidden_proto.
1587
1588 * sysdeps/unix/sysv/linux/fexecve.c (fexecve): Use __snprintf and
1589 __execve instead of snprintf and execve.
1590
1591 * sysdeps/x86_64/fpu/libm-test-ulps: Relax errors for float and double
1592 again a bit.
1593
1594 2002-12-06 Jakub Jelinek <jakub@redhat.com>
1595
1596 * posix/Makefile (annexc.out): Add -I../dir for all sorted-dirs.
1597 * posix/annexc.c (fmt, testfmt): Remove -D_LIBC.
1598
1599 2002-12-06 Ulrich Drepper <drepper@redhat.com>
1600
1601 * misc/syslog.c (log_cleanup): New function.
1602 (openlog): Use log_cleanup instead of __libc_mutex_unlock.
1603 (closelog): Likewise.
1604
1605 * elf/dl-close.c: Use __rtld_lock_* macros instead of __libc_lock_*.
1606 * elf/dl-iteratephdr.c: Likewise.
1607 * elf/dl-lookup.c: Likewise.
1608 * elf/dl-misc.c: Likewise.
1609 * elf/dl-open.c: Likewise.
1610 * elf/dl-support.c: Likewise.
1611 * elf/rtld.c: Likewise.
1612 * sysdeps/generic/ldsodefs.h: Likewise.
1613 * sysdeps/generic/bits/libc-lock.h: Define __rtld_lock_* macros.
1614 * sysdeps/mach/bits/libc-lock.h: Likewise.
1615 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
1616
1617 2002-12-06 Roland McGrath <roland@redhat.com>
1618
1619 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Cope with zero ALIGN.
1620
1621 * malloc/hooks.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]
1622 (malloc_starter, memalign_starter, free_starter): Don't define these.
1623 * malloc/malloc.c [_LIBC && (USE___THREAD || (USE_TLS && !SHARED))]:
1624 Don't declare them either.
1625 * malloc/arena.c (ptmalloc_init) [_LIBC && USE_TLS]: Don't call
1626 __pthread_initialize, so no need to set hooks to *_starter.
1627 (ptmalloc_init_minimal): New function, broken out of ptmalloc_init.
1628 [_LIBC && SHARED && USE_TLS && !USE___THREAD]
1629 (__libc_malloc_pthread_startup): New function.
1630 * malloc/Versions (libc: GLIBC_PRIVATE): New set, add that function.
1631
1632 * malloc/hooks.c (memalign_starter): New function.
1633 * malloc/malloc.c: Declare it.
1634 * malloc/arena.c (save_memalign_hook): New variable.
1635 (ptmalloc_init): Set __memalign_hook to memalign_starter.
1636
1637 * elf/dl-minimal.c (free): Clear the memory.
1638 (calloc): Just call malloc, knowing all memory it returns is cleared.
1639
1640 * sysdeps/generic/dl-tls.c (allocate_dtv): Use calloc instead of
1641 malloc and memset; calloc can avoid the zeroing when redundant.
1642 (_dl_tls_setup): Likewise.
1643 * elf/dl-load.c (decompose_rpath): Likewise.
1644 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Comment out memset
1645 call, since memory from sbrk at startup is already zero.
1646
1647 * elf/rtld.c (_dl_start, dl_main): TLS_INIT_TP macro now returns an
1648 error string for failure, null for success. Update callers.
1649 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
1650 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
1651
1652 2002-12-05 Jakub Jelinek <jakub@redhat.com>
1653
1654 * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Change
1655 args to i:iipi.
1656 (readahead): Change args to i:iii.
1657 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list (readahead):
1658 Change args to i:iii.
1659 * sysdeps/unix/sysv/linux/mips/syscalls.list (readahead): Change
1660 args to i:iiii.
1661
1662 2002-12-05 Roland McGrath <roland@redhat.com>
1663
1664 * stdlib/cxa_finalize.c (__cxa_finalize): When given a null argument,
1665 call all functions rather than none.
1666 Reported by Mark P. Mitchell <mark@codesourcery.com>.
1667
1668 2002-12-04 Roland McGrath <roland@redhat.com>
1669
1670 * locale/localeinfo.h [NL_CURRENT_INDIRECT]: Use attribute_tls_model_ie
1671 on _nl_current_LC_* variables.
1672
1673 2002-12-05 Ulrich Drepper <drepper@redhat.com>
1674
1675 * dirent/bug-readdir1.c (main): Don't call closedir, just close
1676 the file descriptor. This is testing what the bug report was about.
1677
1678 2002-12-04 Ulrich Drepper <drepper@redhat.com>
1679
1680 * po/be.po: New file.
1681
1682 * argp/Makefile (tests): Add tst-argp1.
1683
1684 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: (struct sigevent):
1685 Change type of _attribute to void*.
1686 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
1687 * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise.
1688 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise.
1689 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
1690 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
1691
1692 2002-12-04 Roland McGrath <roland@redhat.com>
1693
1694 * sysdeps/generic/ldsodefs.h (struct rtld_global): Move all [USE_TLS]
1695 members to the end, so a libpthread compiled with !USE_TLS will still
1696 find other members properly.
1697
1698 * sysdeps/i386/i486/bits/string.h (__strcpy_g): Add dummy output
1699 operand for DEST memory. Fix dummy input operand to use SRC.
1700 Reported by Davin McCall <davmac@ozonline.com.au>.
1701
1702 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Account for TCB
1703 alignment when initializing the DTV entry.
1704
1705 * elf/dl-load.c (_dl_map_object_from_fd): If we hit a TLS segment
1706 when TLS has not been set up, try to set it up if we can.
1707 * elf/tst-tls4.c: Revert last change.
1708 * elf/tst-tls5.c: Likewise.
1709 * elf/tst-tls6.c: Likewise.
1710 * elf/tst-tls7.c: Likewise.
1711 * elf/tst-tls8.c: Likewise.
1712 * elf/tst-tls9.c: Likewise.
1713
1714 * sysdeps/generic/dl-tls.c [SHARED] (_dl_tls_setup): New function.
1715 * sysdeps/generic/ldsodefs.h: Declare it.
1716 * elf/Versions (ld: GLIBC_PRIVATE): Add it.
1717 * sysdeps/generic/libc-tls.c (init_slotinfo): New static inline
1718 function, broken out of __libc_setup_tls.
1719 (init_static_tls): Likewise.
1720 (__libc_setup_tls): Call them.
1721 (_dl_tls_setup): New function, uses new subroutines.
1722
1723 * elf/dl-close.c (free_slotinfo): Make argument pointer to pointer.
1724 Clear the pointer when returning true.
1725 (libc_freeres_fn) [SHARED]: If GL(dl_initial_dtv) is null, free the
1726 first element of the slotinfo list too.
1727
1728 * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Define only if
1729 [SHARED].
1730
1731 * sysdeps/generic/ldsodefs.h (_dl_next_tls_modid): Declare as hidden.
1732 (_dl_determine_tlsoffset): Likewise.
1733
1734 * elf/rtld.c (_dl_initial_error_catch_tsd): Renamed from
1735 startup_error_tsd, made global.
1736 (dl_main): Update initialization.
1737 * elf/dl-tsd.c: Likewise.
1738 * sysdeps/generic/ldsodefs.h: Declare it.
1739
1740 2002-12-03 Ulrich Drepper <drepper@redhat.com>
1741
1742 * manual/texinfo.tex: Update from latest upstream version.
1743
1744 2002-12-03 Roland McGrath <roland@redhat.com>
1745
1746 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Include static TLS
1747 area surplus in calculation for sbrk call.
1748
1749 * iconvdata/cp1125.c: New file.
1750 * iconvdata/Makefile (distribute): Add it.
1751 (modules): Add CP1125.
1752 (gen-8bit-gap-modules): Add cp1125.
1753 * iconvdata/gconv-modules: Add CP1125, alias RUSCII.
1754 * iconvdata/tst-tables.sh: Add CP1125 to the list to test.
1755
1756 2002-12-03 Andreas Jaeger <aj@suse.de>
1757
1758 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerated.
1759
1760 2002-12-03 Ulrich Drepper <drepper@redhat.com>
1761
1762 * sysdeps/posix/system.c (do_system): Make signal handler
1763 installation thread safe.
1764
1765 2002-12-02 Roland McGrath <roland@redhat.com>
1766
1767 * sysdeps/unix/sysv/linux/alpha/syscalls.list (readahead): Change
1768 caller from EXTRA to -.
1769 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
1770 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
1771 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
1772
1773 2002-12-02 Carlos O'Donell <carlos@baldric.uwo.ca>
1774
1775 * sysdeps/hppa/fpu/fesetround.c (fesetround): Use ~FE_DOWNWARD so both
1776 bits of RM are cleared.
1777
1778 2002-12-02 Roland McGrath <roland@redhat.com>
1779
1780 * elf/tst-tls4.c: Define an unused TLS variable here, so that no lazy
1781 TLS setup is required.
1782 * elf/tst-tls5.c: Likewise.
1783 * elf/tst-tls6.c: Likewise.
1784 * elf/tst-tls7.c: Likewise.
1785 * elf/tst-tls8.c: Likewise.
1786 * elf/tst-tls9.c: Likewise.
1787
1788 * elf/rtld.c (dl_main): Remove [! SHARED] conditional from
1789 `if (GL(dl_tls_max_dtv_idx) > 0)' tests for doing TLS setup.
1790 * elf/dl-close.c (libc_freeres_fn): Check GL(dl_tls_dtv_slotinfo_list)
1791 for being null before calling free_slotinfo.
1792 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: For PT_TLS in
1793 dynamic loading, bail with error if GL(dl_tls_max_dtv_idx) is zero.
1794
1795 2002-11-30 Bruno Haible <bruno@clisp.org>
1796
1797 * iconv/gconv.h (__gconv_btowc_fct): New typedef.
1798 (struct __gconv_step): New field __btowc_fct.
1799 * wcsmbs/btowc.c (__btowc): Use the __btowc_fct shortcut if possible.
1800 * iconv/gconv_int.h (__BUILTIN_TRANSFORM): Renamed from
1801 __BUILTIN_TRANS.
1802 (__gconv_btwoc_ascii): New declaration.
1803 * iconv/gconv_simple.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
1804 (__gconv_btwoc_ascii): New function.
1805 * iconv/gconv_builtin.h: Add BtowcFct argument to all
1806 BUILTIN_TRANSFORMATION invocations.
1807 * iconv/gconv_conf.c (BUILTIN_TRANSFORMATION): Add BtowcFct argument.
1808 * iconv/iconvconfig.c (BUILTIN_TRANSFORMATION): Likewise.
1809 * iconv/gconv_builtin.c (map): New field btowc_fct.
1810 (BUILTIN_TRANSFORMATION): Add BtowcFct argument. Use it to initialize
1811 btowc_fct field.
1812 (__gconv_get_builtin_trans): Initialize __btowc_fct field.
1813 * iconv/gconv_cache.c (find_module): Initialize __btowc_fct field.
1814 * iconv/gconv_db.c (gen_steps, increment_counter): Likewise.
1815 * wcsmbs/wcsmbsload.c (to_wc, to_mb): Likewise.
1816 * iconv/skeleton.c: Document STORE_REST and FROM_ONEBYTE.
1817 (gconv_init): Initialize __btowc_fct field.
1818 Undefine EXTRA_LOOP_ARGS and FROM_ONEBYTE at the end.
1819 * iconv/loop.c: Document ONEBYTE_BODY.
1820 (gconv_btowc, FROM_ONEBYTE): Define if ONEBYTE_BODY is defined.
1821 Undefine ONEBYTE_BODY at the end.
1822 * iconvdata/8bit-generic.c (ONEBYTE_BODY): New macro.
1823 * iconvdata/8bit-gap.c (NONNUL): New macro.
1824 (BODY for FROM_LOOP): Use it.
1825 (ONEBYTE_BODY): New macro.
1826 * iconvdata/isiri-3342.c (HAS_HOLES): Set to 1.
1827 (NONNUL): New macro.
1828 * iconvdata/ansi_x3.110.c (ONEBYTE_BODY): New macro.
1829 * iconvdata/armscii-8.c (ONEBYTE_BODY): New macro.
1830 * iconvdata/cp1255.c (ONEBYTE_BODY): New macro.
1831 * iconvdata/cp1258.c (ONEBYTE_BODY): New macro.
1832 * iconvdata/tcvn5712-1.c (ONEBYTE_BODY): New macro.
1833 * iconvdata/big5.c (ONEBYTE_BODY): New macro.
1834 * iconvdata/big5hkscs.c (ONEBYTE_BODY): New macro.
1835 * iconvdata/euc-cn.c (ONEBYTE_BODY): New macro.
1836 * iconvdata/euc-jp.c (ONEBYTE_BODY): New macro.
1837 * iconvdata/euc-jisx0213.c (ONEBYTE_BODY): New macro.
1838 * iconvdata/euc-kr.c (ONEBYTE_BODY): New macro.
1839 * iconvdata/euc-tw.c (ONEBYTE_BODY): New macro.
1840 * iconvdata/gbk.c (ONEBYTE_BODY): New macro.
1841 * iconvdata/gb18030.c (ONEBYTE_BODY): New macro.
1842 * iconvdata/ibm932.c: Include <stdbool.h>.
1843 (TRUE, FALSE): Remove macros.
1844 (BODY for FROM_LOOP): Remove unused variable rp1.
1845 (ONEBYTE_BODY): New macro.
1846 (BODY for TO_LOOP): Use bool.
1847 * iconvdata/ibm932.h (__ibm932sb_to_ucs4_idx): Remove array.
1848 * iconvdata/ibm943.c: Include <stdbool.h>.
1849 (TRUE, FALSE): Remove macros.
1850 (BODY for FROM_LOOP): Remove unused variable rp1.
1851 (ONEBYTE_BODY): New macro.
1852 (BODY for TO_LOOP): Use bool.
1853 * iconvdata/ibm943.h (__ibm943sb_to_ucs4_idx): Remove array.
1854 * iconvdata/iso8859-1.c (ONEBYTE_BODY): New macro.
1855 * iconvdata/iso_6937-2.c (ONEBYTE_BODY): New macro.
1856 * iconvdata/iso_6937.c (ONEBYTE_BODY): New macro.
1857 * iconvdata/johab.c (ONEBYTE_BODY): New macro.
1858 * iconvdata/sjis.c (ONEBYTE_BODY): New macro.
1859 * iconvdata/shift_jisx0213.c (ONEBYTE_BODY): New macro.
1860 * iconvdata/t.61.c (ONEBYTE_BODY): New macro.
1861 * iconvdata/uhc.c (ONEBYTE_BODY): New macro.
1862 * iconvdata/gbbig5.c: Tweak comment.
1863
1864 2002-12-02 Ulrich Drepper <drepper@redhat.com>
1865
1866 * po/fi.po: Update from translation team.
1867
1868 2002-12-01 Roland McGrath <roland@redhat.com>
1869
1870 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Fix condition
1871 testing getdents64 return value.
1872
1873 * scripts/versions.awk: Don't pass -n flag to sort command.
1874
1875 * posix/bug-regex13.c: Include <string.h>.
1876
1877 * sysdeps/generic/libc-start.c (__libc_start_main): Do
1878 DL_SYSDEP_OSCHECK here.
1879 * sysdeps/unix/sysv/linux/init-first.c (init): Not here.
1880 * sysdeps/unix/sysv/linux/dl-osinfo.h: Include <fcntl.h>.
1881
1882 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Bail if
1883 argument TCBSIZE <= TLS_INIT_TCB_SIZE, not just if it's zero.
1884
1885 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Check l_tls_offset
1886 instead of l_type to decide whether to use TLS_DTV_UNALLOCATED.
1887
1888 * include/link.h: Comment typo fix.
1889
1890 2002-12-01 Roland McGrath <roland@frob.com>
1891
1892 * sysdeps/mach/hurd/bits/posix_opt.h (_POSIX_FSYNC): Set to 200112L.
1893 (_POSIX_SPAWN, _POSIX_MAPPED_FILES, _POSIX_MEMLOCK_RANGE,
1894 _POSIX_MEMORY_PROTECTION): Likewise.
1895 (_POSIX_POLL, _POSIX_SELECT): Removed.
1896
1897 2002-11-28 Ulrich Drepper <drepper@redhat.com>
1898
1899 * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define macros which
1900 require it to 200112L. Remove _POSIX_POLL and _POSIX_SELECT.
1901
1902 2002-11-28 Jakub Jelinek <jakub@redhat.com>
1903
1904 * sysdeps/unix/alpha/sysdep.S: Change defined(USE___THREAD) to
1905 USE___THREAD.
1906 * sysdeps/unix/sysv/linux/alpha/sysdep.h (inline_syscall*): Avoid
1907 "=v" constraints.
1908
1909 2002-11-28 Ulrich Drepper <drepper@redhat.com>
1910
1911 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Don't trash the CPU's
1912 branch prediction buffers by using unpaired call/ret.
1913
1914 2002-11-27 Ulrich Drepper <drepper@redhat.com>
1915
1916 * sysdeps/unix/sysv/linux/i386/sysdep.h (ASMFMT_2): Fix typo in
1917 first parameters constraint string.
1918 (ASMFMT_3): Likewise. Patch by stefan.lauterbach@mincom.de.
1919
1920 2002-11-27 Isamu Hasegawa <isamu@yamato.ibm.com>
1921
1922 * posix/regcomp.c (parse_expression): Set the bit since the back
1923 reference is used in the regular expression.
1924 * posix/regex_internal.c (re_node_set_init_1): Make it clean in case
1925 of malloc failure.
1926 (re_node_set_init_copy): Likewise.
1927 * posix/regex_internal.h (state_array_t): New structure.
1928 (re_sub_match_last_t): Likewise.
1929 (re_sub_match_top_t): Likewise.
1930 (re_match_context_t): Add new members.
1931 (re_dfa_t): Likewise.
1932 * posix/regexec.c (re_search_internal): Invoke prune_impossible_nodes
1933 to check the matching is really correct, and retry if failed.
1934 Move the routin pruning the impossible nodes from here, ...
1935 (prune_impossible_nodes): To this function.
1936 (check_matching): Invoke check_subexp_matching_top, and replace
1937 redundant checking with transit_state_bkref invocation.
1938 (proceed_next_node): Replace strncmp with memcmp. Reported by
1939 Paolo Bonzini <bonzini@gnu.org>.
1940 (update_cur_sifted_state): Remove search_subexp invocation.
1941 (search_subexp): Remove this function.
1942 (check_dst_limits_calc_pos): Use search_cur_bkref_entry for
1943 optimization.
1944 (sift_states_bkref): Use search_cur_bkref_entry for optimization.
1945 Remove unused invocation of match_ctx_add_entry.
1946 (transit_state): Invoke check_subexp_matching_top.
1947 (check_subexp_matching_top): New function.
1948 (transit_state_bkref): Remove unused array.
1949 Merge transit_state_bkref_loop.
1950 (transit_state_bkref_loop): Use get_subexp instead of
1951 sift_states_backward. Use search_cur_bkref_entry for optimization.
1952 Merge this function to transit_state_bkref.
1953 (get_subexp): New function.
1954 (get_subexp_sub): Likewise.
1955 (find_subexp_node): Likewise.
1956 (check_arrival): Likewise.
1957 (check_arrival_expand_ecl): Likewise.
1958 (check_arrival_expand_ecl_sub): Likewise.
1959 (expand_bkref_cache): Likewise.
1960 (match_ctx_init): Initialize new members.
1961 (match_ctx_clean): New function.
1962 (match_ctx_free): Release new members.
1963 (match_ctx_free_subtops): New function.
1964 (match_ctx_add_entry): Fix indent.
1965 (search_cur_bkref_entry): New function.
1966 (match_ctx_add_subtop): Likewise.
1967 (match_ctx_add_sublast): Likewise.
1968
1969 2002-11-25 Ulrich Drepper <drepper@redhat.com>
1970
1971 * iconv/Makefile (tests): Remove tst-iconv4.c
1972 * iconv/tst-iconv4.c: Moved to...
1973 * iconvdata/tst-iconv4.c: ...here. New file.
1974 * iconvdata/Makefile (tests): Add tst-iconv4. Add dependencies.
1975
1976 2002-11-25 Roland McGrath <roland@redhat.com>
1977
1978 * inet/test-ifaddrs.c (main: addr_string): Handle null SA.
1979 Grok AF_LINK if defined.
1980 From Momchil Velikov <velco@fadata.bg>.
1981
1982 * sysdeps/gnu/ifaddrs.c (getifaddrs): If ioctl fails for netmask,
1983 brdaddr, or dstaddr, just set those pointers to null and don't fail.
1984 Reported by Momchil Velikov <velco@fadata.bg>.
1985
1986 * sysdeps/generic/ifreq.h (__if_nextreq) [_HAVE_SA_LEN]: If sa_len
1987 is > sizeof IFR->ifa_addr, advance past the whole longer length.
1988 (__ifreq): Count up NIFS that way too.
1989 Reported by Momchil Velikov <velco@fadata.bg>.
1990
1991 * sysdeps/mach/hurd/lchmod.c: Include <fcntl.h>.
1992
1993 * sysdeps/mach/hurd/i386/init-first.c: Include <ldsodefs.h>
1994 and <fpu_control.h>.
1995
1996 2002-11-24 Ulrich Drepper <drepper@redhat.com>
1997
1998 * elf/elf.h (EM_ST19): Fix typo.
1999
2000 2002-11-25 Jakub Jelinek <jakub@redhat.com>
2001
2002 * include/errno.h (__set_errno): Define as errno = val
2003 unconditionally.
2004
2005 2002-11-24 Roland McGrath <roland@redhat.com>
2006
2007 * sysdeps/posix/readv.c: Include <errno.h>, use __set_errno macro.
2008 * sysdeps/posix/writev.c: Likewise.
2009 From Momchil Velikov <velco@fadata.bg>.
2010
2011 * elf/dl-error.c [! _LIBC_REENTRANT]: Use a static variable instead of
2012 calling *GL(dl_error_catch_tsd) for a thread-local location.
2013 * elf/rtld.c (startup_error_tsd): Conditionalize on [_LIBC_REENTRANT].
2014 (dl_main): Same for GL(dl_error_catch_tsd) initialization.
2015 * elf/dl-tsd.c: Conditionalize contents on [_LIBC_REENTRANT].
2016
2017 * libio/iofflush.c: Add libc_hidden_def.
2018 * libio/iofwrite.c: Likewise.
2019 * sysdeps/generic/sigtimedwait.c: Likewise.
2020 * sysdeps/generic/sigwaitinfo.c: Likewise.
2021 * sysdeps/posix/sigwait.c: Likewise.
2022 Reported by Momchil Velikov <velco@fadata.bg>.
2023
2024 * inet/inet_lnaof.c (inet_lnaof): Change return type to in_addr_t
2025 to match <arpa/inet.h> declaration.
2026 * inet/inet_netof.c (inet_netof): Likewise.
2027 * inet/inet_mkadr.c (inet_makeaddr): Likewise for argument types.
2028 Reported by Momchil Velikov <velco@fadata.bg>.
2029
2030 * configure.in: Skip AUTOCONF check under --without-cvs.
2031 * configure: Regenerated.
2032
2033 * posix/Makefile (headers): Add bits/pthreadtypes.h.
2034 * sysdeps/unix/sysv/linux/Makefile (sysdep_heaers): Don't add it here.
2035 * sysdeps/unix/sysv/linux/Dist: Remove it from the list.
2036
2037 2002-11-24 Andreas Schwab <schwab@suse.de>
2038
2039 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Support inline syscall
2040 with six arguments.
2041
2042 2002-11-19 Jim Meyering <jim@meyering.net>
2043
2044 * time/mktime.c (__mon_yday, __mktime_internal) [!_LIBC]: Declare
2045 as `static'.
2046 * time/strptime.c (__mon_yday) [!_LIBC]: Declare as `static'.
2047
2048 2002-11-23 Roland McGrath <roland@redhat.com>
2049
2050 * scripts/abilist.awk: Avoid strtonum function, not there in mawk.
2051 Just produce hex output for datum sizes.
2052
2053 * elf/Makefile ($(objpfx)librtld.mk): Tighten up regexp.
2054 Reported by Luca Barbieri <ldb@ldb.ods.org>.
2055
2056 2002-11-20 Steven Munroe <sjmunroe@us.ibm.com>
2057
2058 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (msqid_ds)
2059 [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
2060 and __unused3 fields.
2061 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h (semid_ds)
2062 [__WORDSIZE == 32]: Only PPC32 requires __unused1
2063 and __unused2 fields.
2064 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h (shmid_ds)
2065 [__WORDSIZE == 32]: Only PPC32 requires __unused1, __unused2,
2066 __unused3, and __unused4 fields.
2067
2068 * csu/gmon-start.c (__gmon_start__): Always use TEXT_START macro to
2069 obtain lowest address for profiling in __monstartup call.
2070
2071 2002-11-21 Roland McGrath <roland@redhat.com>
2072
2073 * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove redunant
2074 $(calls) $(calls:=f) $(long-c-$(long-double-fcts)).
2075
2076 * locale/localeinfo.h (struct locale_data): Revert last change.
2077
2078 * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_exit_group): Add it.
2079 From Ian Wienand <ianw@gelato.unsw.edu.au>.
2080
2081 * sysdeps/unix/sysv/linux/ia64/sysdep.h (__NR_pread): Define to
2082 __NR_pread64 if not defined.
2083 (__NR_pwrite): Define to __NR_pwrite64 if not defined.
2084 From Ian Wienand <ianw@gelato.unsw.edu.au>.
2085
2086 2002-11-21 Roland McGrath <roland@frob.com>
2087
2088 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Set
2089 __libc_multiple_libcs here. Call __setfpucw.
2090
2091 2002-11-21 Ulrich Drepper <drepper@redhat.com>
2092
2093 * elf/Makefile (tests): Don't run test-arrayX tests for now.
2094
2095 * sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags.
2096 * sysdeps/unix/sysv/linux/i386/clone.S: Add support for
2097 CLONE_CHILD_*TID flags.
2098
2099 2002-11-20 Andreas Jaeger <aj@suse.de>
2100
2101 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (SIGCONTEXT):
2102 We pass struct ucontext on x86-64.
2103 (GET_PC): Adjust.
2104 (GET_FRAME): Adjust.
2105 (GET_STACK): Adjust.
2106
2107 2002-11-20 Roland McGrath <roland@redhat.com>
2108
2109 * sysdeps/powerpc/powerpc32/dl-machine.c [! SHARED]: Further
2110 conditionalize [! DO_VERSIONING] #error.
2111
2112 * scripts/abilist.awk: Grok function descriptor symbols.
2113
2114 * intl/tst-gettext.c (main): Check return values from setlocale.
2115 Add necessary unsetenv's to make LANG=existing-locale check work.
2116
2117 * intl/tst-gettext.sh: Use mkdir -p. Copy test files unconditionally,
2118 so aborted prior runs don't confuse things.
2119
2120 * locale/localeinfo.h (struct locale_data: union locale_data_value):
2121 Use uintptr_t instead of unsigned int for `word' member.
2122 (_NL_CURRENT_WORD): Cast to uint32_t.
2123
2124 * posix/bug-regex5.c (main): Use union to extract _NL_COLLATE_NRULES
2125 value.
2126
2127 2002-11-20 Ulrich Drepper <drepper@redhat.com>
2128
2129 * elf/tls-macros.h: Add IA-64 definitions.
2130 Patch by Ian Wienand <ianw@gelato.unsw.edu.au>.
2131
2132 * iconv/Makefile (tests): Add tst-iconv4.
2133 * iconv/tst-iconv4.c: New file.
2134
2135 * iconv/gconv_simple.c (internal_ucs4le_loop_unaligned): Return
2136 __GCONV_EMPTY_INPUT only if input is really empty. Otherwise
2137 __GCONV_INCOMPLETE_INPUT.
2138 (ucs4le_internal_loop): Likewise.
2139 (ucs4le_internal_loop_unaligned): Likewise.
2140 * iconvdata/unicode.c (PREPARE_LOOP): Likewise.
2141 * iconvdata/utf-16.c (PREPARE_LOOP): Likewise.
2142 * iconvdata/utf-32.c (PREPARE_LOOP): Likewise.
2143
2144 * iconv/loop.c (LOOPFCT): First test for empty input then for full
2145 output buffer.
2146
2147 * inet/getnameinfo.c: Use extend_alloca where appropriate.
2148 * sysdeps/posix/getaddrinfo.c: Likewise.
2149
2150 * include/alloca.h (extend_alloca): New define. Based on stack
2151 direction it'll try to append to the previouls allocated buffer.
2152
2153 2002-11-07 Thorsten Kukuk <kukuk@suse.de>
2154
2155 * sysdeps/posix/getaddrinfo.c (gaih_inet): If AF_UNSPEC is set,
2156 use the same service for AF_INET and AF_INET6.
2157
2158 2002-11-19 Ulrich Drepper <drepper@redhat.com>
2159
2160 * intl/localealias.c (read_alias_file): Use only about 400 bytes
2161 of stack space instead of 16k.
2162
2163 2002-11-18 Wolfram Gloger <wg@malloc.de>
2164
2165 * malloc/arena.c
2166 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2): Do
2167 nothing if not initialized. Bug report from Marcus Brinkmann
2168 <Marcus.Brinkmann@ruhr-uni-bochum.de>.
2169
2170 2002-11-19 Roland McGrath <roland@redhat.com>
2171
2172 * posix/Versions (libc: GLIBC_2.3.2): Add sched_getaffinity and
2173 sched_setaffinity.
2174
2175 * configure.in (libc_cv_gcc_dwarf2_unwind_info check): Use libraries
2176 `-lgcc -lgcc_eh -lgcc', not just `-lgcc -lgcc_eh' in link commands for
2177 test leading to libc_cv_gcc_dwarf2_unwind_info=no_registry_needed.
2178 * configure: Regenerated.
2179
2180 2002-11-19 Ulrich Drepper <drepper@redhat.com>
2181
2182 * include/dlfcn.h: __libc_dlopen is now a macro calling
2183 __libc_dlopen_mode with the extra parameter RTLD_LAZY.
2184 (__libc_dlopen_mode): New prototype.
2185 * elf/dl-libc.c (__libc_dlopen_mode): Renamed from __libc_dlopen. Add
2186 new parameter. Store new parameter in mode field of structure passed
2187 to do_dlopen.
2188 (struct do_dlopen_args): Add new field mode.
2189 (do_dlopen): Pass mode from parameter structure to _dl_open.
2190
2191 2002-11-11 Randolf Chung <tausq@debian.org>
2192
2193 * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h [__USE_FILE_OFFSET64]
2194 (F_GETLK, F_SETLK, F_SETLKW): Define to F_*64 versions.
2195 * sysdeps/unix/sysv/linux/hppa/fcntl.c: New file.
2196
2197 * sysdeps/hppa/fpu/libm-test-ulps: New file (generated).
2198
2199 * sysdeps/hppa/Makefile (CFLAGS-rtld.c): New variable.
2200 Set -mdisable-fpregs for this file.
2201
2202 2002-11-11 Carlos O'Donell <carlos@baldric.uwo.ca>
2203
2204 * sysdeps/unix/sysv/linux/configure.in:
2205 Make 2.4.19 minimum linux kernel for hppa, and add unwind symbols
2206 from gcc-3.0 era for backwards compatibility.
2207 * sysdeps/unix/sysv/linux/configure: Regenerate.
2208
2209 * sysdeps/unix/sysv/linux/hppa/sys/ucontext.h:
2210 Define mcontext_t as a sigcontext.
2211
2212 2002-11-18 Roland McGrath <roland@redhat.com>
2213
2214 * dlfcn/dlerror.c (fini): New function, __attribute__ ((destructor)).
2215 Free memory in `last_result' if it was used.
2216
2217 * resolv/nss_dns/dns-network.c (getanswer_r): In BYNAME case, search
2218 all aliases for one that matches the "<dotted-quad>.IN-ADDR.ARPA" form.
2219 Do the parsing inline instead of copying strings and calling
2220 inet_network, and properly skip all alias names not matching the form.
2221
2222 * manual/pattern.texi (Variable Substitution): Fix # and ## examples.
2223
2224 2002-11-17 Ulrich Drepper <drepper@redhat.com>
2225
2226 * manual/pattern.texi (Wordexp Example): Fix sample code.
2227
2228 * sysdeps/unix/sysv/linux/i386/clone.S: Initialize word in the
2229 childs stack which will be loaded into the %esi register.
2230
2231 2002-11-14 Paul Eggert <eggert@twinsun.com>
2232
2233 * resolv/nss_dns/dns-network.c (getanswer_r): Check for buffer
2234 overflow when skipping the question part and when unpacking aliases.
2235
2236 2002-11-15 Roland McGrath <roland@redhat.com>
2237
2238 * math/Makefile (libm-calls): Remove s_copysign, s_isinf, s_isnan,
2239 s_finite, s_modf, s_scalbn, s_frexp, m_ldexp, s_signbit.
2240 Instead add $(calls:s_%=m_%) to get m_* versions of them all.
2241
2242 2002-11-15 Jakub Jelinek <jakub@redhat.com>
2243
2244 * sysdeps/i386/dl-machine.h (elf_machine_rela): Handle R_386_COPY.
2245 * sysdeps/arm/dl-machine.h (elf_machine_rela): Handle R_ARM_COPY.
2246
2247 2002-11-15 Roland McGrath <roland@redhat.com>
2248
2249 * math/Makefile (libm-calls): Change s_ldexp to m_ldexp.
2250 * Makerules ($(+sysdir_pfx)sysd-rules): Emit pattern rules for m_%.[Sc]
2251 from sysdeps/.../s_%.[Sc] with commands $(+make-include-of-dep).
2252 (+make-include-of-dep): New canned sequence.
2253
2254 * stdlib/canonicalize.c (__realpath): Check for malloc failure.
2255 From Dmitry V. Levin <ldv@altlinux.org>.
2256
2257 2002-11-14 Roland McGrath <roland@redhat.com>
2258
2259 * sysdeps/generic/errno.c (__libc_errno): Remove alias.
2260 * inet/herrno.c (__libc_h_errno): Likewise.
2261 * resolv/res_libc.c (__libc_res): Likewise.
2262 [USE___THREAD]: Use this in place of [USE_TLS && HAVE___THREAD].
2263 (__res_state) [! USE___THREAD]: Don't define as weak.
2264 * csu/Versions: Revert last change.
2265 * resolv/Versions: Revert last change.
2266
2267 * Makerules ($(common-objpfx)%.make): New pattern rule.
2268 * tls.make.c: New file.
2269 * Makefile (distribute): Add it.
2270
2271 * sysdeps/generic/errno.c [! USE___THREAD]
2272 [HAVE_ELF && SHARED && DO_VERSIONING] (errno, _errno): Declare these
2273 with compat_symbol so they are not link-time visible.
2274 [! USE___THREAD] (__libc_errno): New alias for errno.
2275 * csu/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
2276 Add __libc_errno here.
2277 * inet/herrno.c [USE___THREAD]: Use this conditional
2278 in place of [USE_TLS && HAVE___THREAD].
2279 [! USE___THREAD] [HAVE_ELF && SHARED && DO_VERSIONING]
2280 (h_errno, _h_errno): Declare these with compat_symbol so they are not
2281 link-time visible.
2282 [! USE___THREAD] (__libc_h_errno): New alias for h_errno.
2283 * resolv/res_libc.c [! USE___THREAD]
2284 [HAVE_ELF && SHARED && DO_VERSIONING] (_res): Likewise.
2285 (_res): Use __attribute__ ((section (".bss"))) so we can have an alias.
2286 (__libc_res): Define as alias for _res.
2287 * resolv/Versions [!(USE_TLS && HAVE___THREAD)] (libc: GLIBC_PRIVATE):
2288 Add __libc_h_errno and __libc_res here.
2289
2290 2002-11-14 Jakub Jelinek <jakub@redhat.com>
2291
2292 * csu/Versions (errno): Move STT_TLS symbol to GLIBC_PRIVATE for now.
2293 * resolv/Versions (h_errno, _res): Likewise.
2294
2295 2002-11-14 Roland McGrath <roland@redhat.com>
2296
2297 * Makerules (%.dynsym): Remove $(objpfx) from target and dep.
2298 (%.symlist): Likewise.
2299
2300 2002-11-13 Roland McGrath <roland@redhat.com>
2301
2302 * scripts/abilist.awk: New file.
2303 * Makefile (distribute): Add it.
2304 * Makerules ($(objpfx)%.dynsym, $(objpfx)%.symlist): New rules.
2305 (tests): Depend on .symlist file for each $(install-lib.so-versioned).
2306 [$(subdir) = elf] (tests): Depend on libc.symlist.
2307 (generated, common-generated): Add those files.
2308
2309 * aclocal.m4 (LIBC_PROG_BINUTILS): Check for objdump, set OBJDUMP.
2310 * configure: Regenerated.
2311 * config.make.in (OBJDUMP): New variable, substituted by configure.
2312
2313 * malloc/mcheck.c (struct hdr): New members `block' and `magic2'.
2314 (mallochook, reallochook): Set them up.
2315 (checkhdr): Check HDR->magic2 value.
2316 (freehook): Reset HDR->magic2.
2317 (memalignhook): New static function.
2318 (old_memalign_hook): New static variable.
2319 (mcheck, reallochook): Set __memalign_hook to memalignhook.
2320
2321 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Zero the space
2322 for the new TCB.
2323
2324 2002-11-13 Andreas Jaeger <aj@suse.de>
2325
2326 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Check for visibility
2327 attribute.
2328 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
2329
2330 2002-11-11 Paul Eggert <eggert@twinsun.com>
2331
2332 * manual/crypt.texi (Cryptographic Functions): Mention that
2333 the MD5 one-way algorithm is compatible with BSD's.
2334
2335 2002-11-11 Isamu Hasegawa <isamu@yamato.ibm.com>
2336
2337 * posix/regex_internal.c (re_string_skip_chars): Also return the last
2338 wide character.
2339 (re_string_reconstruct): Calculate the context by itself when the
2340 offset points out of the valid range.
2341 (re_string_context_at): Use wide character when MB_CUR_MAX > 1.
2342 * posix/regex_internal.h (WIDE_NEWLINE_CHAR): New macro.
2343 (IS_WIDE_WORD_CHAR): New macro.
2344 (IS_WIDE_NEWLINE): New macro.
2345
2346 2002-11-12 Andreas Jaeger <aj@suse.de>
2347
2348 * sysdeps/x86_64/strchr.S: Don't use one register for two
2349 purposes, this fixes a bug noticed by test-strchr.c.
2350
2351 * sysdeps/x86_64/strcat.S: Fix algorithm to align source pointer
2352 correctly.
2353
2354 2002-11-12 Roland McGrath <roland@redhat.com>
2355
2356 * libio/libioP.h [_LIBC && !SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]
2357 (_G_IO_NO_BACKWARD_COMPAT): Define it.
2358
2359 * sysdeps/ia64/dl-fptr.c [_LIBC_REENTRANT]: Include <ia64intrin.h>
2360 instead of <pt-machine.h>.
2361 [_LIBC_REENTRANT] (lock, unlock): Use __sync_lock_* macros instead of
2362 testandset.
2363 From Ian Wienand <ianw@gelato.unsw.edu.au>.
2364
2365 2002-11-10 Roland McGrath <roland@redhat.com>
2366
2367 * libio/bug-wfflush.c (do_test): Call rewind instead of fsetpos.
2368 Call fputs instead of fwprintf (simpler to follow in debugger).
2369
2370 * crypt/md5-crypt.c: Doc fix.
2371
2372 * sysdeps/unix/make-syscalls.sh: Insert $(make-target-directory) at
2373 the beginning of generated target commands.
2374
2375 * csu/Makefile ($(objpfx)crti.o, $(objpfx)crtn.o): Add explicit
2376 dependencies for these in case implicit rule search skipped the
2377 nonexistent source directory.
2378 * sysdeps/gnu/Makefile ($(objpfx)errlist.d): Give this rule all the
2379 files with $(object-suffixes) as targets too.
2380 * Makerules [no_deps && objpfx] (before-compile): Add $(objpfx).
2381 and a target for it using $(make-target-directory).
2382
2383 * Rules (before-compile): Add $(common-objpfx)bits/stdio-lim.h.
2384
2385 2002-11-10 Roland McGrath <roland@frob.com>
2386
2387 * sysdeps/unix/sysv/linux/bits/pthreadtypes.h: Moved to ...
2388 * sysdeps/generic/bits/pthreadtypes.h: ... here.
2389
2390 * sysdeps/mach/hurd/fcntl.c (__libc_fcntl): Treat a struct flock with
2391 l_start == 0 and l_len == 1 as we do l_len == 0.
2392
2393 2002-11-10 Ulrich Drepper <drepper@redhat.com>
2394
2395 * po/da.po: Update from translation team.
2396
2397 2002-11-10 Roland McGrath <roland@redhat.com>
2398
2399 * config.make.in (includedir): New variable, substituted by configure.
2400 Reported missing by Jocelyn Fournier <joc@presence-pc.com>.
2401 * Makeconfig (includedir): Use $(prefix), not $(exec_prefix).
2402
2403 2002-11-10 Andreas Jaeger <aj@suse.de>
2404
2405 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h (enum): Add
2406 REG_OLDMASK and REG_CR2 to synch with kernel header.
2407 (NGREG): Increase.
2408
2409 * nss/getXXent.c (GETFUNC_NAME): Use union type to avoid strict
2410 aliasing problem.
2411 * nss/getXXbyYY_r.c (INTERNAL): Likewise.
2412 * nss/getnssent_r.c (__nss_getent_r): Likewise.
2413 (__nss_setent): Likewise.
2414 (__nss_getent_r): Likewise.
2415 * inet/getnetgrent_r.c (innetgr): Likewise.
2416 (__internal_setnetgrent_reuse): Likewise.
2417 (internal_getnetgrent_r): Likewise.
2418 * inet/ether_hton.c (ether_hostton): Likewise.
2419 * inet/ether_ntoh.c (ether_ntohost): Likewise.
2420 * sunrpc/netname.c (netname2user): Likewise.
2421 * sunrpc/publickey.c (getpublickey): Likewise.
2422 (getsecretkey): Likewise.
2423
2424 2002-11-09 Marcus Brinkmann <marcus@gnu.org>
2425
2426 * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Correct off by one
2427 error in range calculation.
2428
2429 2002-10-09 Jakub Jelinek <jakub@redhat.com>
2430
2431 * string/test-strspn.c (do_test): Ensure zero termination.
2432 * string/test-strpbrk.c (do_test): Likewise.
2433 * string/test-strncmp.c (stupid_strncmp): Use strnlen, not strlen.
2434 * string/test-strncpy.c (stupid_strncpy): Likewise.
2435 * string/test-stpncpy.c (stupid_stpncpy): Likewise.
2436
2437 2002-10-08 Roland McGrath <roland@redhat.com>
2438
2439 * string/test-string.h (test_init): Fill BUF1 and BUF2 with
2440 nonzero characters.
2441
2442 2002-09-22 H.J. Lu <hjl@gnu.org>
2443
2444 * sysdeps/unix/sysv/linux/mmap64.c (MMAP2_PAGE_SHIFT): Renamed
2445 from PAGE_SHIFT. Define if not defined. Check MMAP2_PAGE_SHIFT
2446 only if __NR_mmap2 is defined.
2447
2448 * sysdeps/unix/sysv/linux/powerpc/mmap64.c: Moved to ...
2449 * sysdeps/unix/sysv/linux/mmap64.c: ... here.
2450 * sysdeps/unix/sysv/linux/hppa/mmap64.c: File removed.
2451 * sysdeps/unix/sysv/linux/sparc/sparc32/mmap64.c: FIle removed,
2452
2453 2002-11-08 Jakub Jelinek <jakub@redhat.com>
2454
2455 * posix/bug-regex13.c (tests): Add new test.
2456
2457 * string/test-strchr.c (stupid_strchr): New function.
2458 (do_random_tests): Make sure the string is zero terminated.
2459 * string/test-strpbrk.c (stupid_strpbrk): New function.
2460 (do_random_tests): Make sure the string is zero terminated.
2461 * string/test-strcmp.c (stupid_strcmp): New function.
2462 (do_random_tests): Make sure the strings are zero terminated.
2463 * string/test-strspn.c (stupid_strspn): New function.
2464 (simple_strspn): Rename rej argument to acc.
2465 (do_random_tests): Make sure the string is zero terminated.
2466 * string/test-strcspn.c (stupid_strcspn): New function.
2467 * string/test-strncpy.c (stupid_strncpy): New function.
2468 * string/test-stpncpy.c (stupid_stpncpy): New function.
2469 * string/test-strncmp.c (stupid_strncmp): New function.
2470 (do_random_tests): Make sure the strings are zero terminated.
2471 * string/test-string.h (impl_t): Change test into long.
2472 (IMPL): Add __attribute__((aligned (sizeof (void *)))).
2473
2474 2002-11-08 Roland McGrath <roland@redhat.com>
2475
2476 * sysdeps/ia64/elf/configure.in: Add TLS check.
2477 From Ian Wienand <ianw@cse.unsw.edu.au>.
2478 * sysdeps/ia64/elf/configure: Regenerated.
2479
2480 2002-11-07 Roland McGrath <roland@redhat.com>
2481
2482 * libio/fileops.c (_IO_new_file_overflow): Use INTUSE(_IO_do_write) in
2483 place of _IO_new_do_write.
2484 [_LIBC] (_IO_do_write): Define as macro for _IO_new_do_write and
2485 #undef before versioned_symbol use.
2486
2487 2002-11-07 Richard Henderson <rth@redhat.com>
2488
2489 * configure.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove test.
2490 * configure: Regenerated.
2491 * config.h.in (ASM_ALPHA_NG_SYMBOL_PREFIX): Remove #undef.
2492 * sysdeps/alpha/dl-machine.h (TRAMPOLINE_TEMPLATE): Use !samegp.
2493 (RTLD_START): Likewise. Access _dl_skip_args, _rtld_local, and
2494 _dl_fini via gp-relative relocations.
2495 * sysdeps/alpha/fpu/e_sqrt.c: Use !samegp.
2496
2497 * elf/tls-macros.h: Add alpha versions.
2498 * sysdeps/alpha/dl-machine.h (elf_machine_rela): Handle TLS relocs.
2499 * sysdeps/unix/alpha/sysdep.S: Support USE___THREAD.
2500 * sysdeps/unix/alpha/sysdep.h: Likewise. Add SYSCALL_ERROR_HANDLER.
2501 * sysdeps/unix/sysv/linux/alpha/brk.S: Use it.
2502 * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
2503 * sysdeps/unix/sysv/linux/alpha/getitimer.S: Likewise.
2504 * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
2505 * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
2506 * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Likewise.
2507 * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
2508 * sysdeps/unix/sysv/linux/alpha/rt_sigaction.S: Likewise.
2509 * sysdeps/unix/sysv/linux/alpha/select.S: Likewise.
2510 * sysdeps/unix/sysv/linux/alpha/setitimer.S: Likewise.
2511 * sysdeps/unix/sysv/linux/alpha/settimeofday.S: Likewise.
2512 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
2513 * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
2514 * sysdeps/unix/sysv/linux/alpha/utimes.S: Likewise.
2515 * sysdeps/unix/sysv/linux/alpha/wait4.S: Likewise.
2516
2517 * sysdeps/unix/sysv/linux/alpha/sysdep.h: Re-include protect.
2518 Kill argument registers across the inline syscall.
2519
2520 * sysdeps/unix/sysv/linux/alpha/clone.S: Add user_tid and tls args.
2521
2522 * linuxthreads/sysdeps/alpha/tls.h: New file.
2523 * sysdeps/alpha/dl-tls.h: New file.
2524
2525 2002-10-29 David Mosberger <davidm@hpl.hp.com>
2526
2527 * sysdeps/ia64/elf/initfini.c [HAVE_INITFINI_ARRAY]
2528 (gmon_initializer): New function.
2529 (.init prologue): If HAVE_INITFINI_ARRAY is true, don't call
2530 __gmon_start__ here. Call it from gmon_initializer() instead.
2531
2532 2002-03-12 H.J. Lu <hjl@gnu.org>
2533
2534 * elf/Makefile [$(have-initfini-array) = yes] (tests): Add tst-array1,
2535 tst-array2, and tst-array3.
2536 [$(have-initfini-array) = yes] (tests-static): Add tst-array3.
2537 [$(have-initfini-array) = yes] (modules-names): Add tst-array2dep.
2538 ($(objpfx)tst-array1.out): New target.
2539 ($(objpfx)tst-array2): Likewise.
2540 ($(objpfx)tst-array2.out): Likewise.
2541 ($(objpfx)tst-array3.out): Likewise.
2542 * elf/tst-array1.c: New file.
2543 * elf/tst-array1.exp: Likewise.
2544 * elf/tst-array2.c: Likewise.
2545 * elf/tst-array2dep.c: Likewise.
2546 * elf/tst-array2.exp: Likewise.
2547 * elf/tst-array3.c: Likewise.
2548
2549 2002-10-28 David Mosberger <davidm@hpl.hp.com>
2550
2551 * elf/dl-fini.c (_dl_fini): Invoke fini_array in _reverse_ order.
2552 Don't add L->l_addr to array entry values.
2553
2554 2002-11-07 Jakub Jelinek <jakub@redhat.com>
2555
2556 * string/test-string.h: New file.
2557 * string/test-strlen.c: New file.
2558 * string/test-string.h: New file.
2559 * string/test-strcmp.c: New file.
2560 * string/test-strchr.c: New file.
2561 * string/test-strrchr.c: New file.
2562 * string/test-strcpy.c: New file.
2563 * string/test-stpcpy.c: New file.
2564 * string/test-strncpy.c: New file.
2565 * string/test-stpncpy.c: New file.
2566 * string/test-strpbrk.c: New file.
2567 * string/test-strcspn.c: New file.
2568 * string/test-strspn.c: New file.
2569 * string/test-strcat.c: New file.
2570 * string/test-strncmp.c: New file.
2571 * string/test-memchr.c: New file.
2572 * string/test-memcmp.c: New file.
2573 * string/test-memset.c: New file.
2574 * string/test-memcpy.c: New file.
2575 * string/test-mempcpy.c: New file.
2576 * string/test-memmove.c: New file.
2577 * string/Makefile (strop-tests): New variable.
2578 (tests): Add strop-tests.
2579 (distribute): Add test-string.h.
2580
2581 2002-11-06 Ulrich Drepper <drepper@redhat.com>
2582
2583 * posix/regcomp.c: Use tabs instead of spaces.
2584 * posix/regexec.c: Likewise.
2585 * posix/regex_internal.h: Likewise.
2586
2587 * posix/regcomp.c (re_compile_fastmap_iter): Use __wcrtomb not wctomb.
2588
2589 2002-11-06 Jakub Jelinek <jakub@redhat.com>
2590
2591 * posix/regcomp.c (re_compile_pattern): Don't set regs_allocated
2592 here.
2593 (regcomp): Don't set can_be_null here.
2594 (re_comp): Clear whole re_comp_buf with the exception of fastmap.
2595 (re_compile_internal): Clear can_be_null, set regs_allocated.
2596
2597 * posix/regcomp.c (re_set_fastmap): New function.
2598 (re_compile_fastmap_iter): Use it. Remove redundant type ==
2599 COMPLEX_BRACKET check.
2600 * posix/regexec.c (re_search_internal): Optimize searching with
2601 fastmap. Call re_string_reconstruct even if match_first is
2602 smaller than raw_mbs_idx.
2603
2604 2002-11-06 Isamu Hasegawa <isamu@yamato.ibm.com>
2605
2606 * posix/regcomp (free_dfa_content): Use free_state.
2607 * posix/regex_internal.c (re_string_realloc_buffers): Don't edit
2608 pointers in case that realloc failed.
2609 (re_node_set_merge): Likewise.
2610 (register_state): Likewise.
2611 (create_newstate_common): Invoke memory release functions in case of
2612 error conditions.
2613 (create_ci_newstate): Likewise.
2614 (create_cd_newstate): Likewise.
2615 (free_state): New function.
2616 * posix/regexec.c (re_search_internal): Invoke memory release
2617 functions in case of error conditions.
2618 (sift_states_backward): Likewise.
2619 (merge_state_array): Likewise.
2620 (add_epsilon_src_nodes): Likewise.
2621 (sub_epsilon_src_nodes): Likewise.
2622 (search_subexp): Likewise.
2623 (sift_states_bkref): Likewise.
2624 (transit_state_sb): Likewise.
2625 (transit_state_mb): Likewise.
2626 (transit_state_bkref_loop): Likewise.
2627 (group_nodes_into_DFAstates): Likewise.
2628 (push_fail_stack): Don't edit pointers in case that realloc failed.
2629 (extend_buffers): Likewise.
2630 (match_ctx_add_entry): Likewise.
2631
2632 2002-11-06 Roland McGrath <roland@redhat.com>
2633
2634 * sysdeps/unix/sysv/linux/mips/configure.in: File removed.
2635 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
2636
2637 * configure.in: Add checks on as and ld for binutils 2.13 or later.
2638 * configure: Regenerated.
2639
2640 2002-11-06 Ulrich Drepper <drepper@redhat.com>
2641
2642 * posix/regcomp.c (regcomp): __re_compile_fastmap can never fail.
2643 If re_compile_internal failed free fastmap buffer.
2644 (free_dfa_content): Broken out of regfree function. Frees all dfa
2645 related data.
2646 (regfree): Add free_dfa_content.
2647 (re_compile_internal): If any of the called functions fails free
2648 all dfa related memory.
2649
2650 2002-11-05 Ulrich Drepper <drepper@redhat.com>
2651
2652 * sysdeps/unix/sysv/linux/sys/sysctl.h: Add ugly hacks to prevent
2653 warnings from the kernel headers.
2654
2655 2002-11-05 Roland McGrath <roland@redhat.com>
2656
2657 * sysdeps/unix/mips/sysdep.h [! __PIC__] (PSEUDO): Add nop after jump.
2658 From Johannes Stezenbach <js@convergence.de>.
2659
2660 * sysdeps/unix/sysv/linux/mips/Versions (libc: GLIBC_2.0): Change
2661 #errlist-compat magic comment to give 123 as size.
2662 (libc: GLIBC_2.1): Remove this set, moving #errlist-compat magic to ...
2663 (libc: GLIBC_2.2): ... here.
2664 (libc: GLIBC_2.3): Likewise.
2665
2666 2002-11-05 Ulrich Drepper <drepper@redhat.com>
2667
2668 * elf/dl-fini.c (_dl_fini): Correct the increment of l_opencount
2669 which happens at the beginning so that we can unload modules in
2670 __libc_freeres.
2671
2672 2002-11-06 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2673
2674 * sysdeps/sh/bits/setjmp.h (JB_SIZE): Define only
2675 under [__USE_MISC || _ASM].
2676
2677 * elf/elf.h: Remove the obsolete SH TLS relocations.
2678
2679 2002-11-05 Ulrich Drepper <drepper@redhat.com>
2680
2681 * posix/regcomp.c (regcomp): Initialize preg->can_be_null to zero.
2682
2683 2002-11-05 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2684
2685 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Handle
2686 __NR_pread64 and __NR_pwrite64.
2687 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
2688 * sysdeps/unix/sysv/linux/powerpc/pread.c: Remove __NR_pread64
2689 and __NR_pwrite64.
2690 Revert change to use INLINE_SYSCALL.
2691 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
2692 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
2693 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
2694 * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Revert change to use
2695 INLINE_SYSCALL.
2696 * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
2697
2698 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
2699 Update clobber list and add a comment about the syscall ABI.
2700
2701 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_pread64,
2702 s_pwrite64, s_ftruncate, s_truncate): Re-add.
2703
2704 2002-11-05 Jakub Jelinek <jakub@redhat.com>
2705
2706 * iconv/gconv_dl.c (free_mem): Clear loaded.
2707 * locale/loadarchive.c (_nl_archive_subfreeres): Call locale_data's
2708 cleanup if any.
2709
2710 2002-11-05 Ulrich Drepper <drepper@redhat.com>
2711
2712 * sysdeps/unix/sysv/linux/fexecve.c: Include <stdio.h>.
2713
2714 * libio/ioseekoff.c: Remove INTDEF. Define _IO_seekoff_unlocked. Same
2715 as old code without locking. _IO_seekoff calls this function after
2716 locking the stream.
2717 * libio/ioseekpos.c: Likewise for _IO_seekpos.
2718 * libio/libioP.h: Replace _IO_seekoff_internal and _IO_seekpos_internal
2719 prototypes with _IO_seekoff_unlocked and _IO_seekpos_unlocked
2720 prototypes.
2721 * libio/iolibio.h (_IO_fseek): Call _IO_seekoff_unlocked instead
2722 of _IO_seekoff_internal.
2723 (_IO_rewind): Likewise.
2724 * libio/ioftell.c: Likewise.
2725 * libio/ftello.c: Likewise.
2726 * libio/ftello64.c: Likewise.
2727 * libio/iofgetpos.c: Likewise.
2728 * libio/iofgetpos64.c: Likewise.
2729 * libio/oldiofgetpos.c: Likewise.
2730 * libio/oldiofgetpos64.c: Likewise.
2731 * libio/iofsetpos.c: Call _IO_seekpos_unlocked instead of
2732 _IO_seekpos_internal.
2733 * libio/iofsetpos64.c: Likewise.
2734 * libio/oldiofsetpos.c: Likewise.
2735 * libio/oldiofsetpos64.c: Likewise.
2736
2737 2002-11-04 Roland McGrath <roland@redhat.com>
2738
2739 * sysdeps/unix/sysv/linux/powerpc/chown.c: Use INLINE_SYSCALL macro.
2740 * sysdeps/unix/sysv/linux/powerpc/ftruncate64.c: Likewise.
2741 * sysdeps/unix/sysv/linux/powerpc/ioctl.c: Likewise.
2742 * sysdeps/unix/sysv/linux/powerpc/pread.c: Likewise.
2743 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
2744 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Likewise.
2745 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
2746 * sysdeps/unix/sysv/linux/powerpc/tcgetattr.c: Likewise.
2747 * sysdeps/unix/sysv/linux/powerpc/tcsetattr.c: Likewise.
2748 * sysdeps/unix/sysv/linux/powerpc/truncate64.c: Likewise.
2749 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ioctl,
2750 s_chown, s_ftruncate64, s_mmap2, s_pread64, s_pwrite64, s_truncate64,
2751 sys_fstat, sys_lstat, sys_mknod, sys_readv, sys_stat, sys_writev):
2752 Remove these, no longer used.
2753
2754 2002-11-04 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2755
2756 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (s_ipc,
2757 s_llseek, s_readahead, s_execve, s_fcntl, s_fcntl64, s_fstat64,
2758 s_getcwd, s_getdents, s_getdents64, s_getpmsg, s_getpriority,
2759 s_getrlimit, s_lstat64, s_poll, s_ptrace, s_putpmsg, s_reboot,
2760 s_setrlimit, s_sigaction, s_sigpending, s_sigprocmask, s_sigsuspend,
2761 s_stat64, s_sysctl, s_ugetrlimit, s_ustat, s_vfork): Remove now unused
2762 syscall stubs.
2763
2764 * sysdeps/unix/sysv/linux/pwrite.c: Fix typo.
2765 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
2766 * sysdeps/unix/sysv/linux/powerpc/pread.c: Handle both __NR_pread64
2767 and __NR_pread.
2768 * sysdeps/unix/sysv/linux/powerpc/pread64.c: Likewise.
2769 * sysdeps/unix/sysv/linux/powerpc/pwrite.c: Handle both __NR_pwrite64
2770 and __NR_pwrite.
2771 * sysdeps/unix/sysv/linux/powerpc/pwrite64.c: Likewise.
2772
2773 2002-11-03 Roland McGrath <roland@redhat.com>
2774
2775 * sysdeps/generic/ldsodefs.h (struct rtld_global): New member
2776 `_dl_tls_static_used'.
2777 * sysdeps/generic/libc-tls.c (_dl_tls_static_used): New variable.
2778 (__libc_setup_tls): Initialize it. Let the initial value of
2779 _dl_tls_static_size indicate some surplus space in the computed value.
2780 * elf/dl-open.c (_dl_tls_static_size): New variable.
2781 * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Initialize
2782 _dl_tls_static_used. Add some surplus space into _dl_tls_static_size.
2783 * elf/dl-reloc.c [USE_TLS] (allocate_static_tls): New function.
2784 (CHECK_STATIC_TLS): Use it.
2785 * elf/dl-close.c (_dl_close): Adjust _dl_tls_static_used when the
2786 closed objects occupied a trailing contiguous chunk of static TLS area.
2787
2788 2002-10-18 Bruno Haible <bruno@clisp.org>
2789
2790 * charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.
2791
2792 2002-11-04 Ulrich Drepper <drepper@redhat.com>
2793
2794 * libio/wfileops.c (_IO_wfile_seekoff): Don't modify _offset and
2795 _wide_data->_IO_read_end if adjustment can be made in the current
2796 buffer.
2797
2798 * sysdeps/unix/sysv/linux/fexecve.c: New file.
2799
2800 * libio/bug-wfflush.c (do_test): Using fseek is not allowed when
2801 wide oriented streams are used.
2802
2803 * nss/getXXent_r.c (ENDFUNC_NAME): Don't do anything if the
2804 service hasn't been used [PR libc/4744].
2805
2806 * include/features.h: Use __STDC_VERSION__ not __STDC_VERSION.
2807 Reported by Miloslav Trmac <mitr@volny.cz> [PR libc/4766].
2808
2809 * manual/examples/dir.c: Don't include <stddef.h>.
2810 * manual/examples/select.c: Include <errno.h> for TEMP_FAILURE_RETRY.
2811 Reported by Frédéric Delanoy <delanoy_f@yahoo.com>.
2812
2813 2002-11-02 H.J. Lu <hjl@gnu.org>
2814
2815 * stdio-common/reg-printf.c: Include <stddef.h>.
2816
2817 2002-11-03 Ulrich Drepper <drepper@redhat.com>
2818
2819 * sysdeps/generic/libc-tls.c: Define _dl_tls_static_used.
2820
2821 * po/ca.po: Update from translation team.
2822 * po/es.po: Likewise.
2823
2824 * sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF
2825 is defined write out memory map.
2826 * sysdeps/unix/sysv/linux/segfault.c: New file.
2827
2828 2002-11-02 Roland McGrath <roland@redhat.com>
2829
2830 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use union type for
2831 pointers that can alias.
2832 Reported by Daniel Jacobowitz <drow@mvista.com>.
2833
2834 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: New file.
2835
2836 2002-11-02 Roland McGrath <roland@redhat.com>
2837
2838 * manual/filesys.texi (Reading/Closing Directory): Rewrite readdir_r
2839 description to be clearer and to say that *RESULT is set to ENTRY.
2840
2841 2002-10-30 Jakub Jelinek <jakub@redhat.com>
2842
2843 * posix/regexec.c (build_trtable): Alloca or malloc dests_node and
2844 dests_ch arrays together. Alloca or malloc dest_states,
2845 dest_states_word and dest_states_nl arrays together. Free memory on
2846 error exit.
2847
2848 2002-10-29 Daniel Jacobowitz <drow@mvista.com>
2849
2850 * crypt/crypt_util.c (__init_des_r): Initialize current_salt
2851 and current_saltbits.
2852
2853 2002-11-02 Roland McGrath <roland@redhat.com>
2854
2855 * stdio-common/reg-printf.c: Include <stdlib.h>.
2856
2857 2002-11-02 H.J. Lu <hjl@gnu.org>
2858
2859 * sysdeps/unix/sysv/linux/mips/syscalls.list (s_execve): Set
2860 caller to EXTRA instead of execve.
2861
2862 2002-11-01 Roland McGrath <roland@redhat.com>
2863
2864 * sysdeps/generic/errno-loc.c [! USE___THREAD]: Use this conditional
2865 in place of [!(USE_TLS && HAVE___THREAD)].
2866 (__errno_location) [! USE___THREAD]: Define as strong, not weak.
2867
2868 2002-10-31 Roger Sayle <roger@eyesopen.com>
2869
2870 * sysdeps/i386/soft-fp/sfp-machine.h (_FP_NANFRAC_Q, _FP_NANSIGN_Q):
2871 New macros.
2872 * sysdeps/x86_64/soft-fp/sfp-machine.h: Likewise.
2873
2874 * soft-fp/soft-fp.h: Allow sfp-machine.h to define FP_RND_NEAREST
2875 without defining FP_ROUNDMODE.
2876
2877 2002-10-29 Jakub Jelinek <jakub@redhat.com>
2878
2879 * sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove.
2880 (__old_sys_siglist, __old_sys_sigabbrev): Use strong_alias and
2881 declare_symbol.
2882 * sysdeps/mach/hurd/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
2883 (OLD_SIGLIST_SIZE): Define.
2884 * sysdeps/unix/sysv/linux/siglist.h (OLD_SIGLIST_SIZE_STR): Remove.
2885 (OLD_SIGLIST_SIZE): Define.
2886 * sysdeps/unix/sysv/linux/arm/siglist.c: Remove.
2887
2888 2002-11-01 Jakub Jelinek <jakub@redhat.com>
2889
2890 * sysdeps/ia64/strncpy.S: Fix recovery code.
2891
2892 2002-10-30 Jakub Jelinek <jakub@redhat.com>
2893
2894 * include/libc-symbols.h (__libc_freeres_fn_section, libc_freeres_fn):
2895 New macros.
2896 * elf/dl-close.c (free_mem): Use libc_freeres_fn macro, remove
2897 text_set_element.
2898 * elf/dl-libc.c (free_mem): Likewise.
2899 * iconv/gconv_conf.c (free_mem): Likewise.
2900 * iconv/gconv_db.c (free_mem): Likewise.
2901 * iconv/gconv_dl.c (free_mem): Likewise.
2902 * iconv/gconv_cache.c (free_mem): Likewise.
2903 * intl/finddomain.c (free_mem): Likewise.
2904 * intl/dcigettext.c (free_mem): Likewise.
2905 * locale/setlocale.c (free_mem): Likewise.
2906 * misc/fstab.c (fstab_free): Likewise.
2907 * nss/nsswitch.c (free_mem): Likewise.
2908 * posix/regcomp.c (free_mem): Likewise.
2909 * resolv/gai_misc.c (free_res): Likewise.
2910 * stdlib/fmtmsg.c (free_mem): Likewise.
2911 * sunrpc/clnt_perr.c (free_mem): Likewise.
2912 * sysdeps/generic/setenv.c (free_mem): Likewise.
2913 * sysdeps/unix/sysv/linux/shm_open.c (freeit): Likewise.
2914 * sysdeps/pthread/aio_misc.c (free_res): Likewise.
2915 * time/tzset.c (free_mem): Likewise.
2916 * malloc/mtrace.c (release_libc_mem): Add __libc_freeres_fn_section.
2917 * locale/loadarchive.c (_nl_archive_subfreeres): Likewise.
2918 * malloc/set-freeres.c (__libc_freeres): Likewise.
2919
2920 * login/getutent.c: Include stdlib.h instead of stddef.h.
2921 (buffer): Change into pointer to utmp, add libc_freeres_ptr.
2922 (__getutent): Allocate buffer the first time it is run.
2923 * login/getutid.c: Include stdlib.h instead of stddef.h.
2924 (buffer): Change into pointer to utmp, add libc_freeres_ptr.
2925 (__getutid): Allocate buffer the first time it is run.
2926 * login/getutline.c: Include stdlib.h instead of stddef.h.
2927 (buffer): Change into pointer to utmp, add libc_freeres_ptr.
2928 (__getutline): Allocate buffer the first time it is run.
2929 * malloc/mtrace.c (malloc_trace_buffer): Change into char *.
2930 (mtrace): Allocate malloc_trace_buffer.
2931 * resolv/nsap_addr.c (inet_nsap_ntoa): Decrease size of tmpbuf.
2932 * resolv/ns_print.c (ns_sprintrrf): Decrease size of t.
2933 * string/strerror.c: Include libintl.h and errno.h.
2934 (buf): New variable.
2935 (strerror): Only allocate buffer if actually needed (unknown error).
2936 * time/tzfile.c (transitions): Add libc_freeres_ptr.
2937 (freeres): Remove.
2938
2939 2002-10-25 Jakub Jelinek <jakub@redhat.com>
2940
2941 * include/libc-symbols.h (libc_freeres_ptr): New macro.
2942 * malloc/set-freeres.c (__libc_freeres_ptrs): Define using
2943 symbol_set_define.
2944 (__libc_freeres): Free all pointers in that section.
2945 * Makerules (build-shlib): Add $(LDSEDCMD-$(@F:lib%.so=%).so) to sed
2946 commands when creating .lds script.
2947 (LDSEDCMD-c.so): New variable.
2948 * inet/rcmd.c (ahostbuf): Change into char *. Add libc_freeres_ptr.
2949 (rcmd_af): Use strdup to allocate ahostbuf.
2950 * inet/rexec.c (ahostbuf): Change into char *. Add libc_freeres_ptr.
2951 (rexec_af): Use strdup to allocate ahostbuf.
2952 * stdio-common/reg-printf.c (printf_funcs): Remove.
2953 (__printf_arginfo_table): Change into printf_arginfo_function **.
2954 Add libc_freeres_ptr.
2955 (__register_printf_function): Allocate __printf_arginfo_table
2956 and __printf_function_table the first time it is called.
2957 * stdio-common/printf-parse.h (__printf_arginfo_table): Change into
2958 printf_arginfo_function **.
2959 (parse_one_spec): Add __builtin_expect.
2960 * grp/fgetgrent.c (buffer): Add libc_freeres_ptr.
2961 (free_mem): Remove.
2962 * inet/getnetgrent.c (buffer): Add libc_freeres_ptr.
2963 (free_mem): Remove.
2964 * intl/localealias.c (libc_freeres_ptr): Define if !_LIBC.
2965 (string_space, map): Add libc_freeres_ptr.
2966 (free_mem): Remove.
2967 * misc/efgcvt.c (FCVT_BUFPTR): Add libc_freeres_ptr.
2968 (free_mem): Remove.
2969 * misc/mntent.c (getmntent_buffer): Add libc_freeres_ptr.
2970 (free_mem): Remove.
2971 * crypt/md5-crypt.c (libc_freeres_ptr): Define if !_LIBC.
2972 (buffer): Add libc_freeres_ptr.
2973 (free_mem): Remove for _LIBC.
2974 * nss/getXXbyYY.c (buffer): Add libc_freeres_ptr.
2975 (free_mem): Remove.
2976 * nss/getXXent.c (buffer): Add libc_freeres_ptr.
2977 (free_mem): Remove.
2978 * pwd/fgetpwent.c (buffer): Add libc_freeres_ptr.
2979 (free_mem): Remove.
2980 * resolv/res_hconf.c (ifaddrs): Add libc_freeres_ptr.
2981 (free_mem): Remove.
2982 * shadow/fgetspent.c (buffer): Add libc_freeres_ptr.
2983 (free_mem): Remove.
2984 * sysdeps/posix/ttyname.c (getttyname_name): Add libc_freeres_ptr.
2985 (free_mem): Remove.
2986 * sysdeps/unix/sysv/linux/getsysstats.c (mount_proc): Add
2987 libc_freeres_ptr.
2988 (free_mem): Remove.
2989 * sysdeps/unix/sysv/linux/ttyname.c (getttyname_name, ttyname_buf): Add
2990 libc_freeres_ptr.
2991 (free_mem): Remove.
2992
2993 2002-10-30 Jakub Jelinek <jakub@redhat.com>
2994
2995 * malloc/obstack.c [_LIBC] (obstack_free): Change into strong_alias
2996 instead of duplicating the whole function in libc.
2997
2998 2002-10-31 Roland McGrath <roland@redhat.com>
2999
3000 * sysdeps/i386/bits/byteswap.h [__GNUC__ < 2] (__bswap_32):
3001 Renamed from __bswap_16 (typo fix). Reported by <dens@stl.sarov.ru>.
3002
3003 2002-10-30 Jakub Jelinek <jakub@redhat.com>
3004
3005 * sysdeps/unix/sysv/linux/Makefile (syscall-%.h): Add -D for each
3006 32bit-predefine when creating .new32 list and -U for each
3007 32bit-predefine when creating .new64 list.
3008 * sysdeps/unix/sysv/linux/x86_64/Makefile (32bit-predefine): New.
3009
3010 2002-10-29 Andreas Schwab <schwab@suse.de>
3011
3012 * sysdeps/generic/allocrtsig.c: Include <testrtsig.h>, not
3013 "testrtsig.h". Reported by Daniel Jacobowitz <dan@debian.org>.
3014
3015 2002-10-25 Roland McGrath <roland@redhat.com>
3016
3017 * sysdeps/unix/sysv/linux/configure.in: Fix typo in last change.
3018 * sysdeps/unix/sysv/linux/configure: Regenerated.
3019
3020 * sysdeps/generic/ldsodefs.h: Remove [! SHARED] conditional from
3021 _dl_starting_up decl.
3022
3023 2002-10-20 H.J. Lu <hjl@gnu.org>
3024
3025 * sysdeps/unix/sysv/linux/configure.in: Don't check
3026 /lib/modules/`uname -r`/build/include for kernel headers if
3027 cross compiling.
3028 * sysdeps/unix/sysv/linux/configure: Regenerated.
3029
3030 2002-10-25 Roland McGrath <roland@redhat.com>
3031
3032 * math/math.h (M_LOG2El): Correct the value.
3033 From Stephen L Moshier <steve@moshier.net>.
3034
3035 * sysdeps/unix/sysv/linux/init-first.c (init): Remove [! SHARED]
3036 conditional from __libc_multiple_libcs access. Remove kludge for weak
3037 symbol access with old compilers we no longer support.
3038 * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
3039 * sysdeps/generic/libc-start.c (__libc_start_main): Likewise.
3040
3041 2002-10-25 Roland McGrath <roland@redhat.com>
3042
3043 * sysdeps/posix/sigvec.c [SA_RESETHAND]: Disable wrapper hacks and
3044 implement SV_RESETHAND by translating it to SA_RESETHAND.
3045
3046 2002-10-23 Alexandre Oliva <aoliva@redhat.com>
3047
3048 * elf/dl-reloc.c (_dl_reloc_bad_use): Print the full 32-bit relocation
3049 type on ELF64 platforms.
3050
3051 2002-10-24 Ulrich Drepper <drepper@redhat.com>
3052
3053 * elf/elf.h (R_X86_64_GOTTPOFF): Renamed from r_x86_64_GOTTPOFF.
3054
3055 * elf/elf.h: Define ELF_NOTE_OS_FREEBSD and NT_TASKSTRUCT.
3056
3057 2002-10-24 Jakub Jelinek <jakub@redhat.com>
3058
3059 * elf/dl-misc.c: Include <sysdep.h>.
3060 (_dl_debug_vdprintf): Only take dl_load_lock if not _dl_starting_up.
3061
3062 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (INTERNAL_SYSCALL,
3063 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
3064 (INLINE_SYSCALL): Use that.
3065 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (INTERNAL_SYSCALL,
3066 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
3067 (INLINE_SYSCALL): Use that.
3068 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INTERNAL_SYSCALL,
3069 INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO): New macros.
3070 (INLINE_SYSCALL): Use that.
3071 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Include
3072 dl-sysdep.h.
3073 (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
3074 (__INTERNAL_SYSCALL_STRING): Define.
3075 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
3076 dl-sysdep.h.
3077 (SYSCALL_ERROR_HANDLER): Define RTLD_PRIVATE_ERRNO variant.
3078 (__INTERNAL_SYSCALL_STRING): Define.
3079 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL): Pass
3080 __SYSCALL_STRING to inline_syscall*.
3081 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_ERROR_P, INTERNAL_SYSCALL_ERRNO):
3082 New macros.
3083 (inline_syscall0, inline_syscall1, inline_syscall2, inline_syscall3,
3084 inline_syscall4, inline_syscall5, inline_syscall6): Add string
3085 argument.
3086
3087 2002-10-24 Roland McGrath <roland@redhat.com>
3088
3089 * sysdeps/generic/ldsodefs.h (_dl_starting_up): Declare it here.
3090 * sysdeps/unix/sysv/linux/init-first.c: Not here.
3091 * sysdeps/powerpc/elf/libc-start.c: Or here.
3092 * sysdeps/unix/sysv/aix/libc-start.c: Or here.
3093 * sysdeps/unix/sysv/aix/start-libc.c: Or here.
3094 * sysdeps/unix/sysv/aix/init-first.c: Or here.
3095 * sysdeps/generic/libc-start.c: Or here.
3096 * sysdeps/unix/sysv/linux/init-first.c (init): Protect _dl_starting_up
3097 access with [! SHARED].
3098 * sysdeps/unix/sysv/aix/init-first.c (init): Likewise.
3099
3100 * libio/bug-wfflush.c: New file.
3101 * libio/Makefile (tests): Add bug-wfflush.
3102
3103 2002-10-23 Roland McGrath <roland@redhat.com>
3104
3105 * stdio-common/tst-fphex.c: New file.
3106 * stdio-common/Makefile (tests): Add tst-fphex.
3107 * sysdeps/generic/printf_fphex.c (__printf_fphex): Fix initialization
3108 of WNUMEND. Fix counting of decimal point in WIDTH. Print '0' pad
3109 chars always before the value digits.
3110 Reported by James Antill <james.antill@redhat.com>.
3111
3112 2002-10-24 Jakub Jelinek <jakub@redhat.com>
3113
3114 * posix/regcomp.c (re_comp): Call __regfree on re_comp_buf.
3115 (free_mem): New function.
3116 * posix/Makefile (tests): Add bug-regex14. Add bug-regex14-mem
3117 if not cross compiling.
3118 (generated): Add bug-regex14-mem and bug-regex14.mtrace.
3119 (bug-regex14-ENV): Set.
3120 (bug-regex14-mem): New target.
3121 * posix/bug-regex14.c: New file.
3122
3123 2002-10-23 Roland McGrath <roland@redhat.com>
3124
3125 * elf/Makefile ($(objpfx)librtld.map): Use temporary file for output
3126 target, so we don't touch it when the link fails.
3127
3128 * libio/ftello.c (ftello): Use _IO_off64_t for type of POS.
3129 Check for the result overflowing off_t and fail with EOVERFLOW.
3130 * libio/ioftell.c (_IO_ftell): Likewise.
3131 * libio/iofgetpos.c (_IO_new_fgetpos): Likewise.
3132
3133 * login/logwtmp.c (logwtmp): If sizeof ut_tv != sizeof struct timeval,
3134 use a temporary timeval on the stack for gettimeofday and copy it.
3135 * login/logout.c (logout): Likewise.
3136 Reported by Steven Munroe <sjmunroe@us.ibm.com>.
3137
3138 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs):
3139 Use __SWORD_TYPE instead of int for member types.
3140 (struct statfs64): Likewise.
3141 * sysdeps/unix/sysv/linux/alpha/bits/statfs.h: New file.
3142 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: New file.
3143 * sysdeps/unix/sysv/linux/ia64/bits/statfs.h: File removed.
3144 * sysdeps/unix/sysv/linux/sparc/bits/statfs.h: File removed.
3145 * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: File removed.
3146
3147 * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Moved to ...
3148 * sysdeps/unix/sysv/linux/bits/statvfs.h: ... here.
3149 (ST_NODIRATIME): Restore fixed value of 2048.
3150 * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: File removed.
3151 * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: File removed.
3152
3153 Rearranged <bits/types.h> definitions to reduce duplication.
3154 * sysdeps/generic/bits/types.h: Rewritten, using macros from
3155 <bits/wordsize.h> and new header <bits/typesizes.h>.
3156 * posix/Makefile (headers): Add bits/typesizes.h here.
3157 * sysdeps/generic/bits/typesizes.h: New file.
3158 * sysdeps/unix/sysv/linux/alpha/bits/typesizes.h: New file.
3159 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: New file.
3160 * sysdeps/mach/hurd/bits/typesizes.h: New file.
3161 * sysdeps/unix/sysv/linux/alpha/bits/types.h: File removed.
3162 * sysdeps/unix/sysv/linux/bits/types.h: File removed.
3163 * sysdeps/unix/sysv/linux/ia64/bits/types.h: File removed.
3164 * sysdeps/unix/sysv/linux/mips/bits/types.h: File removed.
3165 * sysdeps/unix/sysv/linux/s390/bits/types.h: File removed.
3166 * sysdeps/unix/sysv/linux/sparc/bits/types.h: File removed.
3167 * sysdeps/unix/sysv/linux/x86_64/bits/types.h: File removed.
3168 * posix/sys/types.h [__USE_POSIX199506 || __USE_UNIX98]: Include
3169 <bits/pthreadtypes.h> here, not in <bits/types.h>.
3170 * signal/signal.h: Likewise.
3171
3172 * streams/stropts.h: Include <bits/xtitypes.h>.
3173 * streams/Makefile (headers): Add bits/xtitypes.h here.
3174 * sysdeps/generic/bits/xtitypes.h: New file.
3175 * sysdeps/s390/bits/xtitypes.h: New file.
3176 * sysdeps/ia64/bits/xtitypes.h: New file.
3177 * sysdeps/x86_64/bits/xtitypes.h: New file.
3178
3179 * sysvipc/Makefile (headers): Add bits/ipctypes.h here.
3180 * sysdeps/generic/bits/ipctypes.h: New file.
3181 * sysdeps/mips/bits/ipctypes.h: New file.
3182 * sysdeps/gnu/bits/shm.h: Include <bits/ipctypes.h>.
3183 * sysdeps/gnu/bits/msq.h: Likewise.
3184 * sysvipc/sys/ipc.h: Likewise.
3185
3186 2002-10-22 Ulrich Drepper <drepper@redhat.com>
3187
3188 * elf/dl-load.c (struct filebuf): For buf element to have the
3189 alignment of ElfXX_Ehdr since this is what will be stored in it.
3190
3191 2002-10-22 Jakub Jelinek <jakub@redhat.com>
3192
3193 * locale/programs/locarchive.c (add_alias): Change locrec_offset arg
3194 into pointer to locrec_offset.
3195 (add_locale_to_archive): Adjust callers. Free normalized_name right
3196 before returning, not immediately after add_locale, pass it to
3197 add_alias if not NULL instead of name. Rename second normalized_name
3198 occurence to nnormalized_codeset_name.
3199
3200 * locale/programs/locarchive.c (enlarge_archive): Make sure
3201 string_size is always a multiple of 4.
3202 Reported by Andreas Schwab <schwab@suse.de>.
3203
3204 2002-10-21 Andreas Schwab <schwab@suse.de>
3205
3206 * sysdeps/unix/sysv/linux/ia64/syscalls.list (s_execve): Set
3207 caller to EXTRA instead of execve, since the latter has a
3208 higher-priority implementation in linuxthreads.
3209
3210 2002-10-21 Roland McGrath <roland@redhat.com>
3211
3212 * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize the static
3213 slotinfo list's len member to the proper size, not just 1.
3214 Initialize static_map.l_tls_initimage.
3215
3216 * elf/dl-open.c (dl_open_worker): Fix loop searching for
3217 dtv_slotinfo_list element containing new modules' l_tls_modid.
3218
3219 * elf/tst-tls9.c, elf/tst-tls9-static.c: New files.
3220 * elf/tst-tlsmod5.c, elf/tst-tlsmod6.c: New files.
3221 * elf/Makefile (tests): Add tst-tls9.
3222 (tests-static): Add tst-tls9-static.
3223 (tst-tls9-static-ENV): New variable.
3224 ($(objpfx)tst-tls9-static, $(objpfx)tst-tls9-static.out): New targets.
3225
3226 * elf/dl-close.c (remove_slotinfo): Remove an assert; the number of
3227 modids used by partially loaded modules being closed can't be known.
3228
3229 2002-10-21 Isamu Hasegawa <isamu@yamato.ibm.com>
3230
3231 * posix/Makefile: Add a test case for the bug reported by Aharon
3232 Robbins <arnold@skeeve.com>.
3233 * posix/bug-regex13.c: New file.
3234 * posix/regcomp.c (peek_token_bracket): Skip the byte already read.
3235
3236 2002-10-21 Ulrich Drepper <drepper@redhat.com>
3237
3238 * csu/gmon-start.c: Pretty printing.
3239
3240 2002-10-19 Art Haas <ahaas@neosoft.com>
3241
3242 * configure.in: Replace AC_CONFIG_HEADER with AC_CONFIG_HEADERS,
3243 add AC_HELP_STRING to all AC_ARG_WITH and AC_ARG_ENABLE macros,
3244 add autoconf quotes to the AC_CONFIG_AUX_DIR macro.
3245 * configure: Regenerated.
3246
3247 2002-10-19 Roland McGrath <roland@redhat.com>
3248
3249 * configure.in: Call AC_CONFIG_SUBDIRS with empty argument
3250 and then set $subdirs directly, because the new Autoconf breaks
3251 compatibility in every way imaginable and insists on whining
3252 about usage that worked since the dawn of time.
3253 * configure: Regenerated.
3254
3255 * configure: Regenerated (using Autoconf 2.54).
3256 * sysdeps/alpha/elf/configure: Likewise.
3257 * sysdeps/generic/configure: Likewise.
3258 * sysdeps/i386/elf/configure: Likewise.
3259 * sysdeps/ia64/elf/configure: Likewise.
3260 * sysdeps/mach/hurd/configure: Likewise.
3261 * sysdeps/mach/configure: Likewise.
3262 * sysdeps/unix/configure: Likewise.
3263 * sysdeps/unix/common/configure: Likewise.
3264 * sysdeps/unix/sysv/aix/configure: Likewise.
3265 * sysdeps/unix/sysv/linux/configure: Likewise.
3266 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
3267 * sysdeps/x86_64/elf/configure: Likewise.
3268
3269 * config.make.in: Nix completely-soft nonsense.
3270 * configure.in: Likewise. Under --without-fp, use nofpu subdirectory
3271 of machine directories instead of fpu subdirectory.
3272 * sysdeps/powerpc/soft-fp/Makefile: Remove cruft added in last change.
3273 * sysdeps/powerpc/nofpu/Makefile: Put it in this new file instead.
3274 * sysdeps/powerpc/soft-fp/sim-full.c: Moved to ...
3275 * sysdeps/powerpc/nofpu/sim-full.c: ... here.
3276 * sysdeps/powerpc/soft-fp/fraiseexcpt.c: Moved to ...
3277 * sysdeps/powerpc/nofpu/fraiseexcpt.c: ... here.
3278 * sysdeps/powerpc/soft-fp/fegetexcept.c: Moved to ...
3279 * sysdeps/powerpc/nofpu/fegetexcept.c: ... here.
3280 * sysdeps/powerpc/soft-fp/fclrexcpt.c: Moved to ...
3281 * sysdeps/powerpc/nofpu/fclrexcpt.c: ... here.
3282 * sysdeps/powerpc/soft-fp/ftestexcept.c: Moved to ...
3283 * sysdeps/powerpc/nofpu/ftestexcept.c: ... here.
3284 * sysdeps/powerpc/soft-fp/fgetexcptflg.c: Moved to ...
3285 * sysdeps/powerpc/nofpu/fgetexcptflg.c: ... here.
3286 * sysdeps/powerpc/soft-fp/fsetexcptflg.c: Moved to ...
3287 * sysdeps/powerpc/nofpu/fsetexcptflg.c: ... here.
3288 * sysdeps/powerpc/soft-fp/fedisblxcpt.c: Moved to ...
3289 * sysdeps/powerpc/nofpu/fedisblxcpt.c: ... here.
3290 * sysdeps/powerpc/soft-fp/feenablxcpt.c: Moved to ...
3291 * sysdeps/powerpc/nofpu/feenablxcpt.c: ... here.
3292 * sysdeps/powerpc/soft-fp/fegetenv.c: Moved to ...
3293 * sysdeps/powerpc/nofpu/fegetenv.c: ... here.
3294 * sysdeps/powerpc/soft-fp/fesetenv.c: Moved to ...
3295 * sysdeps/powerpc/nofpu/fesetenv.c: ... here.
3296 * sysdeps/powerpc/soft-fp/fegetround.c: Moved to ...
3297 * sysdeps/powerpc/nofpu/fegetround.c: ... here.
3298 * sysdeps/powerpc/soft-fp/fesetround.c: Moved to ...
3299 * sysdeps/powerpc/nofpu/fesetround.c: ... here.
3300 * sysdeps/powerpc/soft-fp/feupdateenv.c: Moved to ...
3301 * sysdeps/powerpc/nofpu/feupdateenv.c: ... here.
3302 * sysdeps/powerpc/soft-fp/feholdexcpt.c: Moved to ...
3303 * sysdeps/powerpc/nofpu/feholdexcpt.c: ... here.
3304 * sysdeps/powerpc/soft-fp/fenv_const.c: Moved to ...
3305 * sysdeps/powerpc/nofpu/fenv_const.c: ... here.
3306 * sysdeps/powerpc/soft-fp/libm-test-ulps: Moved to ...
3307 * sysdeps/powerpc/nofpu/libm-test-ulps: ... here.
3308 * sysdeps/powerpc/soft-fp/soft-supp.h: Moved to ...
3309 * sysdeps/powerpc/nofpu/soft-supp.h: ... here.
3310 * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Moved to ...
3311 * sysdeps/powerpc/nofpu/Versions: ... here, new file.
3312
3313 2002-10-19 Bruno Haible <bruno@clisp.org>
3314
3315 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: New file.
3316
3317 2002-10-18 Roland McGrath <roland@redhat.com>
3318
3319 * io/Makefile (routines): Add lchmod.
3320 * io/sys/stat.h [__USE_BSD] (lchmod): Declare it.
3321 * sysdeps/generic/lchmod.c: New file.
3322 * sysdeps/mach/hurd/lchmod.c: New file.
3323 * io/Versions (libc: GLIBC_2.3.2): New set, add lchmod.
3324
3325 2002-10-18 Art Haas <ahaas@neosoft.com>
3326
3327 * configure.in: Remove remaining AC_FD_CC macros, and replace
3328 AC_FD_MSG with AS_MESSAGE_FD.
3329
3330 2002-10-18 Roland McGrath <roland@redhat.com>
3331
3332 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela): Fix
3333 typos: VALUE -> FINALADDR.
3334
3335 * sysdeps/unix/alpha/sysdep.h (INLINE_SYSCALL, INLINE_SYSCALL1)
3336 (inline_syscall_clobbers, inline_syscall0, inline_syscall1)
3337 (inline_syscall2, inline_syscall3, inline_syscall4, inline_syscall5)
3338 (inline_syscall6): Move these macros ...
3339 * sysdeps/unix/sysv/linux/alpha/sysdep.h: ... to here.
3340
3341 * configure.in (libc_link_dests, libc_link_sources): Remove these
3342 variables and the AC_LINK_FILES call.
3343
3344 * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Fix last
3345 change to put new symbols here instead of in GLIBC_2.2.
3346 * sysdeps/powerpc/Subdirs: Move this file ...
3347 * sysdeps/powerpc/soft-fp/Subdirs: ... here.
3348
3349 2002-10-07 Roland McGrath <roland@redhat.com>
3350
3351 * sysdeps/generic/bits/time.h: Replaced with contents of the
3352 sysdeps/unix/sysv/linux/i386/bits/time.h file. All the following
3353 files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID
3354 and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these
3355 macros is ok even for architectures that don't now implement them.
3356 * sysdeps/mach/hurd/bits/time.h: File removed.
3357 * sysdeps/unix/sysv/linux/bits/time.h: File removed.
3358 * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed.
3359 * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed.
3360 * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed.
3361 * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
3362
3363 2002-10-18 Jeff Bailey <jbailey@gnu.org>
3364
3365 * configure.in: Replace obsolete AC_OUTPUT syntax with
3366 AC_CONFIG_FILES, AC_CONFIG_COMMANDS, and new-type AC_OUTPUT trio.
3367
3368 * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDEs for
3369 _AS_PATH_SEPARATOR_PREPARE and _AS_TEST_PREPARE.
3370
3371 * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
3372 * sysdeps/alpha/elf/configure.in: Likewise.
3373 * sysdeps/i386/elf/configure.in: Likewise.
3374 * sysdeps/mach/hurd/configure.in: Likewise.
3375 * sysdeps/x86_64/elf/configure.in: Likewise.
3376
3377 * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
3378
3379 * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
3380 * sysdeps/generic/configure.in: Likewise.
3381 * sysdeps/i386/elf/configure.in: Likewise.
3382 * sysdeps/ia64/elf/configure.in: Likewise.
3383 * sysdeps/mach/configure.in: Likewise.
3384 * sysdeps/mach/hurd/configure.in: Likewise.
3385 * sysdeps/unix/configure.in: Likewise.
3386 * sysdeps/unix/common/configure.in: Likewise.
3387 * sysdeps/unix/sysv/aix/configure.in: Likewise.
3388 * sysdeps/unix/sysv/linux/configure.in: Likewise.
3389 * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
3390 * sysdeps/x86_64/elf/configure.in: Likewise.
3391
3392 * aclocal.m4: Use just the bits from AS_INIT that are needed for the
3393 GLIBC_PROVIDES. Use plain comment instead of HEADER-COMMENT so
3394 that it's obvious when extra autoconf machinery is being dragged in.
3395
3396 2002-10-18 Roland McGrath <roland@redhat.com>
3397
3398 * configure.in: Remove bogus echo included in
3399 2002-10-08 Aldy Hernandez <aldyh@redhat.com> change.
3400 * configure: Regenerated.
3401
3402 2002-10-18 Jakub Jelinek <jakub@redhat.com>
3403
3404 * sysdeps/unix/sysv/linux/pathconf.h (statfs_link_max): Add inline.
3405 (statfs_filesize_max): New function.
3406 * sysdeps/unix/sysv/linux/linux_fsinfo.h (JFFS_SUPER_MAGIC,
3407 JFFS2_SUPER_MAGIC, JFS_SUPER_MAGIC, NTFS_SUPER_MAGIC,
3408 ROMFS_SUPER_MAGIC, UDF_SUPER_MAGIC): Define.
3409 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use
3410 statfs_filesize_max.
3411 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
3412 * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Removed.
3413 * sysdeps/unix/sysv/linux/alpha/pathconf.c: Removed.
3414
3415 2002-10-17 Roland McGrath <roland@redhat.com>
3416
3417 * configure.in (MIG): Just AC_SUBST it here.
3418 * configure: Regenerated.
3419 * sysdeps/mach/configure.in (MIG): Do the AC_CHECK_TOOL here.
3420 Adding final - argument to all AC_CHECK_HEADER uses for .defs files.
3421 * sysdeps/mach/configure: Regenerated.
3422
3423 * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_TR_SH_PREPARE])
3424 and AC_PROVIDE([_AS_CR_PREPARE]).
3425
3426 * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
3427 Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).
3428
3429 * elf/dl-support.c: Move _dl_tls_* variables to ...
3430 * sysdeps/generic/libc-tls.c: ... here.
3431
3432 * elf/dl-close.c (remove_slotinfo): Take new argument. If false,
3433 allow IDX to be one past the current last slotinfo entry.
3434 (_dl_close): Pass IMAP->l_init_called for that parameter.
3435
3436 2002-10-07 Andreas Schwab <schwab@suse.de>
3437
3438 * aclocal.m4: Fix for autoconf 2.53.
3439 * configure.in: Likewise. Require autoconf 2.53.
3440
3441 2002-10-08 Richard Henderson <rth@redhat.com>
3442
3443 * soft-fp/op-4.h: Handle carry correctly in
3444 __FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3,
3445 __FP_FRAC_SUB_4, __FP_FRAC_DEC_3, __FP_FRAC_DEC_4.
3446 * soft-fp/op-common.h: New macros _FP_DIV_MEAT_N_loop.
3447
3448 2002-10-08 Aldy Hernandez <aldyh@redhat.com>
3449
3450 * configure.in: Compute completely-soft.
3451 * config.make.in: Make completely-soft available to sub-makes.
3452 * sysdeps/powerpc/soft-fp/Makefile: Add gcc-single-routines and
3453 gcc-double-routines. Add sim-full.c. Add fenv_const and
3454 fe_nomask to libm-support.
3455 * sysdeps/powerpc/soft-fp/sim-full.c: New file.
3456 * sysdeps/powerpc/soft-fp/fraiseexcpt.c: New file.
3457 * sysdeps/powerpc/soft-fp/fegetexcept.c: New file.
3458 * sysdeps/powerpc/soft-fp/fclrexcpt.c: New file.
3459 * sysdeps/powerpc/soft-fp/ftestexcept.c: New file.
3460 * sysdeps/powerpc/soft-fp/fgetexcptflg.c: New file.
3461 * sysdeps/powerpc/soft-fp/fsetexcptflg.c: New file.
3462 * sysdeps/powerpc/soft-fp/fedisblxcpt.c: New file.
3463 * sysdeps/powerpc/soft-fp/feenablxcpt.c: New file.
3464 * sysdeps/powerpc/soft-fp/fegetenv.c: New file.
3465 * sysdeps/powerpc/soft-fp/fesetenv.c: New file.
3466 * sysdeps/powerpc/soft-fp/fegetround.c: New file.
3467 * sysdeps/powerpc/soft-fp/fesetround.c: New file.
3468 * sysdeps/powerpc/soft-fp/feupdateenv.c: New file.
3469 * sysdeps/powerpc/soft-fp/feholdexcpt.c: New file.
3470 * sysdeps/powerpc/soft-fp/fenv_const.c: New file.
3471 * sysdeps/powerpc/soft-fp/libm-test-ulps: New file.
3472 * sysdeps/powerpc/soft-fp/soft-supp.h: New file.
3473 * sysdeps/powerpc/soft-fp/Versions: Add libgcc soft-float
3474 symbols. Add __sim_disabled_exceptions, __sim_exceptions,
3475 __sim_round_mode.
3476 * sysdeps/powerpc/soft-float/Dist: Add sim-full.c, fenv_const.c.
3477 * sysdeps/powerpc/soft-float/sfp-machine.h: Define
3478 FP_HANDLE_EXCEPTIONS.
3479 Define FP_ROUNDMODE.
3480 Redefine FP_* macros to correspond to the FE_* bit positions.
3481 Define FP_DIV_MEAT_S to _FP_DIV_MEAT_1_loop.
3482 Define externs for __sim_exceptions, __sim_disabled_exceptions,
3483 __sim_round_mode, __simulate_exceptions.
3484 * sysdeps/powerpc/fpu/bits/fenv.h: Move file from here...
3485 * sysdeps/powerpc/bits/fenv.h: ...to here.
3486
3487 2002-10-06 Jakub Jelinek <jakub@redhat.com>
3488
3489 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
3490 Store R_PPC_UADDR32 and R_PPC_UADDR16 one byte at a time.
3491 Use __builtin_expect for R_PPC_ADDR24 overflow check. Fix
3492 R_PPC_ADDR16, R_PPC_UADDR16 and R_PPC_ADDR14* overflow check, use
3493 __builtin_expect.
3494
3495 2002-10-15 Jakub Jelinek <jakub@redhat.com>
3496
3497 * include/resolv.h (__libc_res_nquery, __libc_res_nsearch,
3498 __libc_res_nsend): New prototypes.
3499 * resolv/res_query.c (QUERYSIZE): Define.
3500 (__libc_res_nquery): Renamed from res_nquery. Added answerp
3501 argument. Allocate only QUERYSIZE bytes first, if res_nmkquery
3502 fails use MAXPACKET buffer. Call __libc_res_nsend instead of
3503 res_nsend, pass answerp.
3504 (res_nquery): Changed into wrapper around __libc_res_nquery.
3505 (__libc_res_nsearch): Renamed from res_nsearch. Added answerp
3506 argument. Call __libc_res_nquerydomain and __libc_res_nquery
3507 instead of the non-__libc_ variants, pass them answerp.
3508 (res_nsearch): Changed into wrapper around __libc_res_nsearch.
3509 (__libc_res_nquerydomain): Renamed from res_nquerydomain.
3510 Added answerp argument. Call __libc_res_nquery instead of
3511 res_nquery, pass answerp.
3512 (res_nquerydomain): Changed into wrapper around
3513 __libc_res_nquerydomain.
3514 * resolv/res_send.c: Include sys/ioctl.h.
3515 (MAXPACKET): Define.
3516 (send_vc): Change arguments. Reallocate answer buffer if it is
3517 too small.
3518 (send_dg): Likewise.
3519 (__libc_res_nsend): Renamed from res_nsend. Added ansp argument.
3520 Reallocate answer buffer if it is too small and hooks are in use.
3521 Adjust calls to send_vc and send_dg.
3522 (res_nsend): Changed into wrapper around __libc_res_nsend.
3523 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Allocate
3524 just 1K answer buffer on the stack, use __libc_res_nsearch instead
3525 of res_nsearch.
3526 (_nss_dns_gethostbyaddr_r): Similarly with __libc_res_nquery.
3527 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
3528 (_nss_dns_getnetbyname_r): Similarly with __libc_res_nsearch.
3529 * resolv/gethnamaddr.c (gethostbyname2): Likewise.
3530 (gethostbyaddr): Similarly with __libc_res_nquery.
3531 * resolv/Versions (libresolv): Export __libc_res_nquery and
3532 __libc_res_nsearch at GLIBC_PRIVATE.
3533
3534 2002-10-17 Roland McGrath <roland@redhat.com>
3535
3536 * configure.in: Grok --without-__thread and disable HAVE___THREAD.
3537 * configure: Regenerated.
3538
3539 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS
3540 before performing the reloc, not after.
3541 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
3542
3543 2002-10-17 Ulrich Drepper <drepper@redhat.com>
3544
3545 * locale/programs/locale.c (write_locales): Use 'm' flag in fopen call.
3546 * locale/programs/linereader.c (lr_open): Likewise.
3547 * locale/programs/charmap-dir.c (charmap_open): Likewise.
3548 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
3549
3550 2002-10-17 Isamu Hasegawa <isamu@yamato.ibm.com>
3551
3552 * posix/bug-regex11.c: Add a test case for the bug reported by
3553 Paolo Bonzini <bonzini@gnu.org>.
3554 * posix/regexec.c (sift_states_bkref): Use correct destination of
3555 the back reference.
3556
3557 2002-10-17 Roland McGrath <roland@redhat.com>
3558
3559 * elf/dl-load.c (_dl_map_object_from_fd): Don't check DF_STATIC_TLS.
3560 * elf/dl-reloc.c (_dl_relocate_object: CHECK_STATIC_TLS): New macro
3561 to signal error if an IE-model TLS reloc resolved to a dlopen'd module.
3562 * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
3563 Call it after performing TPOFF relocs.
3564 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
3565 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3566 * elf/dl-conflict.c (CHECK_STATIC_TLS): New macro (no-op).
3567
3568 * elf/dl-close.c (remove_slotinfo): Change asserts so as not to crash
3569 when closing a partially-initialized object.
3570
3571 * elf/dl-load.c (_dl_map_object_from_fd) [! USE_TLS]: Call lose
3572 instead of _dl_fatal_printf when we see PT_TLS.
3573
3574 * Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
3575 instead of $(libof-$<).
3576
3577 2002-10-16 Roland McGrath <roland@redhat.com>
3578
3579 * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
3580 instead of += to append, to be sure $(lib) gets expanded at defn time.
3581 (libof-$(cpp-src)): New variable, define this instead.
3582 * extra-lib.mk (cpp-srcs-left): Reduce duplication in include setup.
3583 (lib): Don't use override.
3584 (CPPFLAGS-$(lib)): New variable, put -D's here.
3585 * Makeconfig (CPPFLAGS): Use basename fn for CPPFLAGS-basename.
3586 Also add $(CPPFLAGS-LIB) before the file-specific flags, for each
3587 LIB found by $(libof-*) for basename, target, or source.
3588 * Makerules (CPPFLAGS-nonlib): New variable.
3589 * nscd/Makefile (lib): Set to nonlib when using cppflags-iterator.mk.
3590 * locale/Makefile (lib): Likewise.
3591 * sunrpc/Makefile (lib): Likewise.
3592
3593 * sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
3594 * sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
3595 * sysdeps/unix/sysv/linux/pathconf.h: New file.
3596 (statfs_link_max): New function, guts from fpathconf.c.
3597 * sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
3598 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
3599 * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
3600 to use the linux/pathconf.c code by #include rather than duplication.
3601 * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.
3602
3603 2002-10-16 Jakub Jelinek <jakub@redhat.com>
3604
3605 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
3606 Use __libc_errno only for libc itself.
3607
3608 2002-10-16 Andreas Jaeger <aj@suse.de>
3609
3610 * sysdeps/x86_64/_mcount.S: Fix off-by-1 error in argument access.
3611
3612 2002-10-16 Ulrich Drepper <drepper@redhat.com>
3613
3614 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
3615 Use __libc_errno only for libc itself.
3616
3617 2002-10-15 Roland McGrath <roland@redhat.com>
3618 Jakub Jelinek <jakub@redhat.com>
3619
3620 * sysdeps/unix/sysv/linux/Makefile
3621 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Take code from
3622 sparc/Makefile to produce a bi-arch file as needed.
3623 That's now parameterized by the variable $(64bit-predefine).
3624 Use LC_ALL=C for `comm' commands in that rule.
3625 No longer conditional on [$(no_syscall_list_h)].
3626 * sysdeps/unix/sysv/linux/sparc/Makefile: Remove replacement rules.
3627 (64bit-predefine): New variable.
3628 * sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise.
3629 * sysdeps/unix/sysv/linux/s390/Makefile: New file.
3630 * sysdeps/unix/sysv/linux/powerpc/Makefile
3631 (64bit-predefine): New variable.
3632
3633 2002-10-15 Roland McGrath <roland@redhat.com>
3634
3635 * sysdeps/unix/sysv/linux/Makefile
3636 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d)
3637
3638 * login/utmp-private.h: Declare __libc_utmp_lock.
3639 * sysdeps/unix/getlogin_r.c (getlogin_r): Take __libc_utmp_lock once
3640 and call __libc_utmp_jump_table functions directly, instead of using
3641 __setutent et al.
3642
3643 * sysdeps/unix/sysv/linux/configure.in: Use case instead of if.
3644 * sysdeps/unix/sysv/linux/configure: Regenerated.
3645
3646 * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>.
3647 (struct lastlog) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
3648 Use int32_t for ll_time.
3649 (struct utmp) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
3650 Use int32_t instead of long int for ut_session.
3651 Use an anonymous struct with 32-bit fields for ut_tv.
3652 * sysdeps/gnu/bits/utmpx.h: Include <bits/wordsize.h>.
3653 (struct utmpx) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]: Do the same
3654 here as in utmp.h for `struct utmp'.
3655 * sysdeps/unix/sysv/linux/powerpc/bits/utmp.h: File removed.
3656 * sysdeps/unix/sysv/linux/powerpc/bits/utmpx.h: File removed.
3657 * sysdeps/unix/sysv/linux/sparc/bits/utmp.h: File removed.
3658 * sysdeps/unix/sysv/linux/sparc/bits/utmpx.h: File removed.
3659 * sysdeps/unix/sysv/linux/x86_64/bits/utmp.h: File removed.
3660 * sysdeps/unix/sysv/linux/x86_64/bits/utmpx.h: File removed.
3661
3662 * sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
3663 of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
3664 All the following files were identical or equivalent to it.
3665 * sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
3666 * sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
3667 * sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
3668 * sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
3669 * sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
3670 * sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
3671 * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
3672 * sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
3673 * sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
3674 * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.
3675
3676 * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
3677 instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
3678 Other than the previously incorrect sign of msg_iovlen, this is a
3679 no-op on 32-bit platforms. On 64-bit platforms it makes this header
3680 match their layouts as well, so the following are now identical to it.
3681 * sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
3682 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
3683 * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
3684 * sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
3685 * sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.
3686
3687 2002-10-15 Ulrich Drepper <drepper@redhat.com>
3688
3689 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
3690 Define for 2.4+ kernels.
3691
3692 * sysdeps/unix/sysv/linux/i386/vfork.S: Optimize for kernels which
3693 are known to have the vfork syscall. Don't confuse the CPUs
3694 branch prediction unit by jumping to the return address.
3695
3696 * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add
3697 support for reiserfs and xfs.
3698
3699 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for
3700 XFS link count.
3701 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC
3702 and XFS_LINK_MAX.
3703 Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706].
3704
3705 2002-10-16 Jakub Jelinek <jakub@redhat.com>
3706
3707 * include/libc-symbols.h (attribute_tls_model_ie): Define.
3708 * include/errno.h (errno): Define to __libc_errno in libc.so.
3709 Add attribute_tls_model_ie.
3710 * include/netdb.h (h_errno): Define to __libc_h_errno in libc.so.
3711 Add attribute_tls_model_ie.
3712 * include/resolv.h (_res): Define to __libc_res in libc.so. Add
3713 attribute_tls_model_ie.
3714 * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.
3715 (h_errno): Define.
3716 * resolv/res_libc.c (__libc_res): Add hidden alias to _res.
3717 (_res): Define.
3718 * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_define): Add
3719 attribute_tls_model_ie.
3720 * sysdeps/generic/errno-loc.c (errno): Only undefine if not using
3721 __thread.
3722 * sysdeps/generic/errno.c (__libc_errno): Add hidden alias to errno.
3723 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use
3724 __libc_errno in USE___THREAD case.
3725 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
3726 Likewise.
3727 * configure.in (HAVE_TLS_MODEL_ATTRIBUTE): Check for
3728 __attribute__((tls_model (""))).
3729 * configure: Rebuilt.
3730 * config.h.in (HAVE_TLS_MODEL_ATTRIBUTE): Add.
3731
3732 2002-10-15 Ulrich Drepper <drepper@redhat.com>
3733
3734 * timezone/asia: Update from tzdata2002d.
3735 * timezone/australasia: Likewise.
3736 * timezone/iso3166.tab: Likewise.
3737 * timezone/southamerica: Likewise.
3738 * timezone/zone-tab: Likewise.
3739
3740 2002-10-15 Roland McGrath <roland@redhat.com>
3741
3742 * sysdeps/generic/dl-tls.c (_dl_deallocate_tls) [TLS_TCB_AT_TP]:
3743 Adjust TCB pointer before calling free, so we get the whole block.
3744
3745 2002-10-14 Roland McGrath <roland@redhat.com>
3746
3747 * sysdeps/unix/sysv/linux/x86_64/sigaction.c
3748 [HAVE_HIDDEN && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]: Declare restore_rt
3749 extern using attribute_hidden instead of static, avoids warning.
3750
3751 2002-10-09 Jakub Jelinek <jakub@redhat.com>
3752
3753 * sysdeps/unix/sysv/linux/configure.in: Use */lib64 for s390x too.
3754 * sysdeps/unix/sysv/linux/configure: Rebuilt.
3755
3756 2002-10-14 Ulrich Drepper <drepper@redhat.com>
3757
3758 * po/sv.po: Update from translation team.
3759
3760 2002-10-12 H.J. Lu <hjl@gnu.org>
3761
3762 * sunrpc/thrsvc.c (PROCQUIT): New.
3763 (struct rpc_arg): New.
3764 (dispatch): Call exit (0) if request->rq_proc == PROCQUIT.
3765 (test_one_call): Take struct rpc_arg * instead of CLIENT *c.
3766 (thread_wrapper): Modified for struct rpc_arg * and call PROCQUIT.
3767 (main): Modified for struct rpc_arg *.
3768
3769 2002-10-14 Ulrich Drepper <drepper@redhat.com>
3770
3771 * dirent/scandir.c: Rearrange code a bit to reduce binary size.
3772
3773 2002-10-14 Jakub Jelinek <jakub@redhat.com>
3774
3775 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Include tls.h.
3776 (SYSCALL_ERROR_HANDLER): Use RTLD_PRIVATE_ERRNO sequence
3777 in ld.so even if __thread is supported.
3778
3779 2002-10-13 Jakub Jelinek <jakub@redhat.com>
3780
3781 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3782 Add hack to prevent the compiler from clobbering the signal context.
3783 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3784 Likewise.
3785 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h (profil_counter):
3786 Likewise.
3787
3788 2002-10-14 Andreas Jaeger <aj@suse.de>
3789
3790 * sysdeps/mips/fpu/libm-test-ulps: Regenerated by
3791 Guido Guenther <agx@sigxcpu.org>.
3792
3793 2002-10-14 Ulrich Drepper <drepper@redhat.com>
3794
3795 * po/sk.po: Update from translation team.
3796
3797 2002-09-26 Roland McGrath <roland@redhat.com>
3798
3799 * elf/dl-load.c (_dl_dst_count, _dl_dst_substitute): Handle $LIB
3800 dynamic string tag.
3801 * elf/Makefile ($(objpfx)trusted-dirs.st): Make the output define
3802 DL_DST_LIB based on $(slibdir).
3803
3804 2002-10-13 Roland McGrath <roland@frob.com>
3805
3806 * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.
3807
3808 * sysdeps/mach/hurd/getresuid.c: New file.
3809 * sysdeps/mach/hurd/getresgid.c: New file.
3810 * sysdeps/mach/hurd/setresuid.c: New file.
3811 * sysdeps/mach/hurd/setresgid.c: New file.
3812
3813 * posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
3814 setresgid): Declare them.
3815 * NEWS: Mention it.
3816 * include/unistd.h
3817 (__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
3818 add libc_hidden_proto.
3819 * posix/Versions (libc: GLIBC_2.3.2): New set. Add
3820 getresuid, getresgid, setresuid, setresgid here.
3821 * Versions.def (libc): Define GLIBC_2.3.2 set.
3822 * sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
3823 Add libc_hidden_def.
3824 * sysdeps/generic/getresgid.c (__getresgid): Likewise.
3825 * sysdeps/generic/setresgid.c: New file.
3826 * sysdeps/generic/setresuid.c: New file.
3827 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
3828 (sysdep_routines): Don't add getresuid and getresgid here.
3829 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
3830 (sysdep_routines): Don't add setresuid and setresgid here.
3831 * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
3832 * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
3833 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
3834 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
3835 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
3836 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
3837 * posix/Makefile (routines): Add them all here instead.
3838 * sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
3839 __getresuid. Add libc_hidden_def for that, and weak alias to old name.
3840 * sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
3841 __getresgid. Add libc_hidden_def for that, and weak alias to old name.
3842 * sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
3843 [! __NR_setresuid]: Include generic file.
3844 * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
3845 __setresgid. Add libc_hidden_def for that, and weak alias to old name.
3846 [! __NR_setresuid]: Include generic file.
3847 * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
3848 Caller is - now, not EXTRA.
3849 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
3850 (setresuid, setresgid, getresuid, getresgid): Likewise.
3851 * sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
3852 Add these calls here.
3853 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
3854 * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3855 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3856 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3857 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3858 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
3859 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
3860 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3861 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3862
3863 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
3864 (sysdep_routines): Add setfsuid and setfsgid here.
3865 * sysdeps/unix/sysv/linux/arm/Makefile: Not here.
3866 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
3867 * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
3868 * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
3869 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
3870 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
3871 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
3872 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
3873
3874 * hurd/errno.c: Renamed to ...
3875 * hurd/errno-loc.c: ... this.
3876 * hurd/Makefile (routines): errno -> errno-loc
3877
3878 2002-10-13 Ulrich Drepper <drepper@redhat.com>
3879
3880 * po/de.po: Update from translation team.
3881
3882 * MakeTAGS: Add -E flag to xgettext runs.
3883
3884 2002-10-12 Ulrich Drepper <drepper@redhat.com>
3885
3886 * po/fr.po: Update from translation team.
3887
3888 * sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
3889 Optimize a bit for use in glibc.
3890
3891 2002-10-12 Roland McGrath <roland@redhat.com>
3892
3893 * stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.
3894 Some machines are slow. Guido Guenther <agx@sigxcpu.org> has one.
3895
3896 2002-10-12 Ulrich Drepper <drepper@redhat.com>
3897
3898 * po/sv.po: Update from translation team.
3899
3900 2002-10-11 Isamu Hasegawa <isamu@yamato.ibm.com>
3901
3902 * posix/regcomp.c (re_compile_fastmap_iter): Remove the handling
3903 OP_CONTEXT_NODE.
3904 (regfree): Likewise.
3905 (create_initial_state): Likewise.
3906 (analyze): Remove the substitutions which became useless.
3907 (calc_first): Likewise.
3908 (calc_epsdest): Use edests of OP_BACK_REF in case that it has
3909 epsilon destination.
3910 (duplicate_node_closure): New function.
3911 (duplicate_node): Remove the handling OP_CONTEXT_NODE.
3912 (calc_inveclosure): Likewise.
3913 (calc_eclosure): Likewise.
3914 (calc_eclosure_iter): Invoke duplicate_node_closure instead of
3915 direct invocation of duplicate_node.
3916 (parse): Don't use comma operator in the return to avoid compiler
3917 warning.
3918 (parse_reg_exp): Likewise.
3919 (parse_branch): Likewise.
3920 (parse_expression): Likewise.
3921 (parse_sub_exp): Likewise.
3922 (parse_dup_op): Likewise.
3923 * posix/regex_internal.c (re_dfa_add_node): Remove the substitutions
3924 which became useless.
3925 (create_ci_newstate): Remove the handling OP_CONTEXT_NODE.
3926 (create_cd_newstate): Likewise.
3927 * posix/regex_internal.h (re_token_type_t): Remove the obsolete type.
3928 (re_token_t): Likewise.
3929 (re_dfa_t): Likewise.
3930 (re_node_set_remove): New macro.
3931 * posix/regexec.c (check_matching): Remove the handling
3932 OP_CONTEXT_NODE.
3933 (check_halt_node_context): Likewise.
3934 (proceed_next_node): Likewise.
3935 (pop_fail_stack): Fix the memory leak.
3936 (set_regs): Likewise.
3937 (free_fail_stack_return): New function.
3938 (sift_states_backward): Fix the memory leak. Remove the handling
3939 OP_CONTEXT_NODE.
3940 (update_cur_sifted_state): Append some if clause to avoid redundant
3941 call.
3942 (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a
3943 back reference.
3944 (check_dst_limits): Remove the handling OP_CONTEXT_NODE.
3945 (check_subexp_limits): Likewise.
3946 (search_subexp): Likewise.
3947 (sift_states_bkref): Likewise.
3948 (transit_state_mb): Likewise.
3949 (transit_state_bkref_loop): Likewise.
3950 (transit_state_bkref_loop): Likewise.
3951 (group_nodes_into_DFAstates): Likewise.
3952 (check_node_accept): Likewise.
3953 (sift_ctx_init): Add initializing.
3954
3955 2002-10-12 Ulrich Drepper <drepper@redhat.com>
3956
3957 * sysdeps/unix/sysv/linux/i386/sysdep.h (INLINE_SYSCALL): Use
3958 __builtin_expect.
3959
3960 2002-10-11 Ulrich Drepper <drepper@redhat.com>
3961
3962 * elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily
3963 duplicated variable c.
3964
3965 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL
3966 if possible.
3967
3968 * sysdeps/unix/sysv/linux/i386/sysdep.h
3969 (INTERNAL_SYSCALL_ERROR_P): New define.
3970 (INTERNAL_SYSCALL_ERRNO): Likewise.
3971
3972 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3973 Add hack to prevent the compiler from clobbering the signal context.
3974
3975 2002-10-11 Roland McGrath <roland@redhat.com>
3976
3977 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
3978 Fix typos.
3979
3980 * sysdeps/generic/dl-lookupcfg.h: Include <tls.h>.
3981 * sysdeps/sh/dl-lookupcfg.h: File removed.
3982 * sysdeps/i386/dl-lookupcfg.h: File removed.
3983
3984 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add
3985 missing labels and ; from last change.
3986
3987 * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole
3988 number literals, so they are doubles instead of ints.
3989
3990 2002-10-09 Roland McGrath <roland@redhat.com>
3991
3992 * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional
3993 changed from [USE_TLS && HAVE___THREAD].
3994
3995 * sysdeps/i386/dl-machine.h (elf_machine_type_class, elf_machine_rel):
3996 Disable TLS relocs if [RTLD_BOOTSTRAP && !USE___THREAD].
3997 * sysdeps/x86_64/dl-machine.h
3998 (elf_machine_type_class, elf_machine_rela): Likewise.
3999 * sysdeps/sh/dl-machine.h (elf_machine_type_class, elf_machine_rela):
4000 Likewise.
4001
4002 * include/link.h (struct link_map): Remove member l_tls_tp_initialized.
4003 * elf/rtld.c (_dl_start_final, dl_main): Don't use it.
4004 (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
4005
4006 * sysdeps/i386/dl-tls.h (__TLS_GET_ADDR): Use ___tls_get_addr_internal
4007 instead of ___tls_get_addr.
4008 (___tls_get_addr_internal): Add attribute_hidden to decl.
4009
4010 * sysdeps/generic/ldsodefs.h (struct rtld_global): New variable
4011 _dl_error_catch_tsd.
4012 * elf/rtld.c (startup_error_tsd): New function.
4013 (dl_main): Point _dl_error_catch_tsd at that.
4014 * elf/dl-error.c: Don't use libc-tsd.h for DL_ERROR,
4015 use new function pointer instead.
4016 * elf/dl-tsd.c: New file.
4017 * elf/Makefile (routines): Add it.
4018
4019 2002-10-07 Roland McGrath <roland@redhat.com>
4020
4021 * elf/dl-misc.c (_dl_debug_vdprintf): Use INTERNAL_SYSCALL macro for
4022 writev if it's available. Otherwise if [RTLD_PRIVATE_ERRNO] then
4023 take _dl_load_lock around calling __writev.
4024
4025 * sysdeps/unix/sysv/linux/i386/sysdep.h (INTERNAL_SYSCALL): New macro.
4026 (INLINE_SYSCALL): Use that.
4027
4028 * sysdeps/generic/dl-sysdep.h: New file.
4029 * sysdeps/mach/hurd/dl-sysdep.h: New file.
4030 * sysdeps/generic/ldsodefs.h: Include <dl-sysdep.h>.
4031 * include/errno.h [IS_IN_rtld]: Include <dl-sysdep.h> to define ...
4032 [RTLD_PRIVATE_ERRNO]: Use a hidden global variable for errno and
4033 access it directly.
4034 * elf/dl-minimal.c (__errno_location): Removed.
4035 * sysdeps/unix/i386/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
4036 Use GOTOFF access for errno.
4037 * sysdeps/unix/sysv/linux/i386/sysdep.h
4038 [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
4039
4040 * sysdeps/unix/x86_64/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
4041 Use PC-relative access for errno.
4042 * sysdeps/unix/sysv/linux/x86_64/sysdep.h
4043 [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
4044
4045 * include/tls.h: New file.
4046 (USE___THREAD): New macro.
4047 Define to 1 under [USE_TLS && HAVE___THREAD] and only when compiling
4048 libc or libpthread.
4049 * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]: Conditional
4050 changed from [USE_TLS && HAVE___THREAD].
4051 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
4052 * sysdeps/unix/i386/sysdep.S: Likewise.
4053 * sysdeps/unix/x86_64/sysdep.S: Likewise.
4054 * include/errno.h: Likewise.
4055 * include/netdb.h: Likewise.
4056 * include/resolv.h: Likewise.
4057
4058 * sysdeps/generic/errno.c: New file.
4059 * csu/Makefile (aux): New variable, list errno.
4060 * sysdeps/unix/sysv/linux/i386/sysdep.S (errno, _errno): Remove defns.
4061 * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
4062 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
4063 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
4064 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
4065 * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
4066 * sysdeps/unix/sysv/linux/cris/sysdep.S: Likewise.
4067 * sysdeps/unix/sysv/linux/hppa/sysdep.c: Likewise.
4068 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
4069 * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Likewise.
4070 * sysdeps/unix/sysv/linux/sparc/sysdep.S: Likewise.
4071 * sysdeps/unix/sysv/linux/sh/sysdep.S: Likewise.
4072 * sysdeps/unix/alpha/sysdep.S: Likewise.
4073 * sysdeps/generic/start.c: Likewise.
4074 * sysdeps/unix/start.c: Likewise.
4075 * sysdeps/unix/arm/start.c: Likewise.
4076 * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
4077 * sysdeps/unix/sparc/start.c: Likewise.
4078 * sysdeps/unix/sysv/irix4/start.c: Likewise.
4079 * sysdeps/unix/sysv/linux/mips/sysdep.S: File removed.
4080
4081 * manual/search.texi (Tree Search Function, Hash Search Function):
4082 Mention search.h clearly.
4083
4084 2002-10-05 Roland McGrath <roland@redhat.com>
4085
4086 * elf/dl-fxstat64.c: File removed.
4087 * elf/dl-xstat64.c: File removed.
4088 * elf/Makefile (rtld-routines): Remove them.
4089 * sysdeps/unix/sysv/linux/xstat64.c: Remove RTLD_STAT64 conditionals.
4090 Instead, use strong_alias instead of versioned_symbol in the
4091 !SHLIB_COMPAT case.
4092 * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
4093 * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
4094
4095 * include/shlib-compat.h
4096 (SHLIB_COMPAT): Require that IS_IN_##lib be defined nonzero.
4097 [! NOT_IN_libc] (IS_IN_libc): Define it.
4098 * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Use -Dx=1 not just -Dx.
4099 * elf/Makefile (CPPFLAGS-.os): Likewise.
4100
4101 * sunrpc/rpc_main.c (main): Don't declare with noreturn attribute.
4102 Return the status instead of calling exit.
4103
4104 * Makeconfig (CFLAGS): Prepend -std=gnu99.
4105 * Makerules (+make-deps): Use $(CFLAGS) only for .c sources.
4106 Remove superfluous rm command, whose @ plus make bugs hid
4107 all these commands from the make output.
4108
4109 * include/stubs-prologue.h: New file. Give #error under #ifdef _LIBC.
4110 * Makefile ($(inst_includedir)/gnu/stubs.h): Depend on it.
4111 Use that file's contents instead of literal echo's for the prologue.
4112 * include/features.h: Include <gnu/stubs.h> unconditionally.
4113 * include/gnu/stubs.h: New file.
4114
4115 2002-09-30 Roland McGrath <roland@redhat.com>
4116
4117 * elf/rtld-Rules: New file.
4118 * elf/Makefile ($(objpfx)librtld.map, $(objpfx)librtld.mk,
4119 $(objpfx)rtld-libc.a): New targets.
4120 (generated): Add them.
4121 (reloc-link): Remove -o $@ from the variable.
4122 ($(objpfx)dl-allobjs.os): Add -o $@ after $(reloc-link).
4123 (distribute): Add rtld-Rules.
4124 (CPPFLAGS-.os): Define this instead of CFLAGS-.os.
4125 * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for rtld-% targets.
4126 (common-mostlyclean, common-clean): Clean up rtld-* files.
4127 * sysdeps/unix/make-syscalls.sh: Add rtld-*.os target name to rules.
4128
4129 2002-10-11 Roland McGrath <roland@redhat.com>
4130
4131 * sysdeps/generic/dl-tls.c (__tls_get_addr): After freeing block in
4132 now-unused dtv slot, reset the slot to TLS_DTV_UNALLOCATED.
4133
4134 * elf/tls-macros.h [__x86_64__] (TLS_GD): Fix the sequence with the
4135 proper set of no-op insn prefixes.
4136
4137 * elf/tst-tls8.c (do_test): Use %zd format for l_tls_modid members.
4138
4139 2002-10-11 Ulrich Drepper <drepper@redhat.com>
4140
4141 * sysdeps/unix/sysv/linux/execve.c: Don't try calling
4142 __pthread_kill_other_threads_np.
4143
4144 * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
4145
4146 2002-10-08 Roland McGrath <roland@redhat.com>
4147
4148 * locale/newlocale.c (__newlocale): If setting all categories to "C",
4149 just return &_nl_C_locobj instead of copying it.
4150 * locale/freelocale.c (__freelocale): Check for &_nl_C_locobj.
4151 * locale/duplocale.c (__duplocale): Likewise.
4152
4153 2002-10-07 Roland McGrath <roland@frob.com>
4154
4155 * config.h.in (HAVE_I386_SET_GDT): New #undef.
4156 * sysdeps/mach/configure.in: Define it with new check for i386_set_gdt.
4157 * sysdeps/mach/configure: Regenerated.
4158
4159 2002-10-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
4160
4161 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
4162 Add all necessary register outputs for syscall-clobbered registers.
4163
4164 2002-10-02 David Mosberger <davidm@hpl.hp.com>
4165
4166 * sysdeps/ia64/bzero.S: Rewritten by Sverre Jarp to tune for
4167 Itanium 2 (and Itanium).
4168 Fix unwind directives and make it fit in 80 columns.
4169 * sysdeps/ia64/memset.S: Likewise.
4170 * sysdeps/ia64/memcpy.S: Likewise.
4171 Move jump table to .rodata section.
4172
4173 2002-10-03 Roland McGrath <roland@frob.com>
4174
4175 * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Add
4176 clobbers to asm.
4177
4178 2002-10-10 Andreas Jaeger <aj@suse.de>
4179
4180 * sysdeps/x86_64/_mcount.S: Restore correct registers.
4181
4182 2002-10-10 Ulrich Drepper <drepper@redhat.com>
4183
4184 * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
4185
4186 2002-10-09 Ulrich Drepper <drepper@redhat.com>
4187
4188 * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
4189 _dl_allocate_tls_init. Add rtld_hidden_proto.
4190 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add
4191 rtld_hidden_def.
4192 * elf/Versions (ld) [GLIBC_PRIVATE]: Add _dl_allocate_tls_init.
4193
4194 * version.h (VERSION): Bump to 2.3.1.
4195
4196 * Make-dist: Add back one of the tar invocations removed before.
4197
4198 * stdlib/Makefile (distribute): Add allocalim.h.
4199
4200 * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
4201 (__libc_tsd_address): Use correct variable name.
4202 Patch by Stefan Jones <stefan.jones@multigig.com>.
4203
4204 * sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
4205 Reported by edwardsg@sgi.com [PR libc/4678].
4206
4207 * Versions.def (libc): Add GLIBC_2.3.1.
4208 (libpthread): Add GLIBC_2.3.1.
4209
4210 * include/signal.h: Add libc_hidden_proto for __sigwait, __sigwaitinfo,
4211 and __sigtimedwait.
4212 * signal/Versions: Add __sigtimedwait, __sigwait, and __sigwaitinfo.
4213 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Add
4214 libc_hidden_def.
4215 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
4216 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
4217
4218 * include/sys/msg.h: Declare __libc_msgrcv and __libc_msgsnd.
4219 * sysdeps/unix/sysv/linux/msgrcv.c (__msgrcv): Rename to __libc_msgrcv
4220 and make old name an alias.
4221 * sysdeps/unix/sysv/linux/msgsnd.c (__msgsnd): Rename to __libc_msgsnd
4222 and make old name an alias.
4223 * sysvipc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_msgrcv and
4224 __libc_msgsnd.
4225
4226 * include/sys/uio.h: Declare __libc_readv and __libc_writev.
4227 * misc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_readv and
4228 __libc_writev.
4229 * sysdeps/generic/readv.c (__readv): Rename to __libc_readv and make
4230 old name an alias.
4231 * sysdeps/posix/readv.c: Likewise
4232 * sysdeps/unix/sysv/aix/readv.c: Likewise.
4233 * sysdeps/unix/sysv/linux/readv.c: Likewise.
4234 * sysdeps/generic/writev.c (__writev): Rename to __libc_writev and make
4235 old name an alias.
4236 * sysdeps/posix/writev.c: Likewise
4237 * sysdeps/unix/sysv/aix/writev.c: Likewise.
4238 * sysdeps/unix/sysv/linux/writev.c: Likewise.
4239
4240 * include/sys/wait.h: Declare __waitid.
4241 * posix/Versions (libc) [GLIBC_PRIVATE]: Add __waitid.
4242 * sysdeps/generic/waitid.c (waitid): Rename to __waitid and make old
4243 name an alias.
4244 * sysdeps/posix/waitid.c: Likewise.
4245 * sysdeps/unix/sysv/aix/waitid.c: Likewise.
4246
4247 * sysdeps/unix/sysv/linux/syscalls.list: Add creat syscall.
4248
4249 2002-10-07 Jakub Jelinek <jakub@redhat.com>
4250
4251 * include/alloca.h (__libc_use_alloca, __libc_alloca_cutoff): New
4252 prototypes.
4253 (__MAX_ALLOCA_CUTOFF): Define.
4254 Include allocalim.h.
4255 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
4256 _nss_dns_gethostbyaddr_r): Use alloca or malloc to allocate
4257 host_buffer depending on __libc_use_alloca.
4258 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
4259 _nss_dns_getnetbyaddr_r): Use alloca or malloc to allocate
4260 net_buffer depending on __libc_use_alloca.
4261 * resolv/res_query.c (res_nquery): Use alloca or malloc to allocate
4262 buf depending on __libc_use_alloca.
4263 * resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.
4264 * stdio-common/vfprintf.c (vfprintf): Use __libc_use_alloca
4265 instead of hardcoded constants.
4266 Pass proper size argument to alloca and compute end for wide char
4267 version.
4268 * stdio-common/printf_fp.c (__printf_fp): Use __libc_use_alloca
4269 instead of hardcoded constants.
4270 * string/strcoll.c (strcoll): Likewise.
4271 * string/strxfrm.c (strxfrm): Likewise.
4272 * sysdeps/posix/readv.c (__readv): Likewise.
4273 * sysdeps/posix/writev.c (__writev): Likewise.
4274 * sysdeps/generic/allocalim.h: New file.
4275
4276 2002-10-08 Roland McGrath <roland@redhat.com>
4277
4278 * configure.in (aux_missing warning): Change "too old" to
4279 "incompatible versions", since for autoconf it's "too new" right now.
4280 * configure: Regenerated.
4281
4282 * configure.in (AUTOCONF): New check to set it. Set to "no" if the
4283 one found doesn't work on our configure.in.
4284 * configure: Regenerated.
4285 * config.make.in (AUTOCONF): New substituted variable.
4286 * Makefile (autoconf-it-cvs): New canned sequence, broken out of ...
4287 (autoconf-it): ... here, use that instead of defining conditionally.
4288 Use $(AUTOCONF) instead of literal autoconf.
4289 [$(AUTOCONF) != no] (configure, %/configure): Protect these rules
4290 with this condition.
4291 * Make-dist (autoconf-it, configure, %/configure): Copy those changes.
4292
4293 2002-10-08 Ulrich Drepper <drepper@redhat.com>
4294
4295 * Make-dist (dist): Cleanup a bit. We are not interested in the
4296 14 char filename limit anymore. Remove intermediate files and
4297 symlinks.
4298
4299 2002-10-05 Ulrich Drepper <drepper@redhat.com>
4300
4301 * po/sk.po: Update from translation team.
4302 * po/tr.po: Likewise.
4303 * po/gl.po: Likewise.
4304
4305 2002-10-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4306
4307 * elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
4308
4309 2002-10-03 Ulrich Drepper <drepper@redhat.com>
4310
4311 * version.h (RELEASE): Change to stable.
4312
4313 2002-10-03 Jakub Jelinek <jakub@redhat.com>
4314
4315 * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
4316 __syscall_exit_group): New prototypes.
4317
4318 2002-10-03 Ulrich Drepper <drepper@redhat.com>
4319
4320 * glibc 2.3 released.
4321
4322
4323 See ChangeLog.13 for earlier changes.
This page took 0.223181 seconds and 6 git commands to generate.