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