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