]> git.ipfire.org Git - thirdparty/glibc.git/blob - ChangeLog
0a9d7d055a765a58d95747fd970fb9c1791ec56a
[thirdparty/glibc.git] / ChangeLog
1 2002-10-18 Roland McGrath <roland@redhat.com>
2
3 * configure.in (libc_link_dests, libc_link_sources): Remove these
4 variables and the AC_LINK_FILES call.
5
6 * sysdeps/powerpc/soft-fp/Versions (libc: GLIBC_2.3.2): Fix last
7 change to put new symbols here instead of in GLIBC_2.2.
8 * sysdeps/powerpc/Subdirs: Move this file ...
9 * sysdeps/powerpc/soft-fp/Subdirs: ... here.
10
11 2002-10-07 Roland McGrath <roland@redhat.com>
12
13 * sysdeps/generic/bits/time.h: Replaced with contents of the
14 sysdeps/unix/sysv/linux/i386/bits/time.h file. All the following
15 files were identical except for the absence of CLOCK_THREAD_CPUTIME_ID
16 and CLOCK_PROCESS_CPUTIME_ID in .../linux/bits/time.h; adding these
17 macros is ok even for architectures that don't now implement them.
18 * sysdeps/mach/hurd/bits/time.h: File removed.
19 * sysdeps/unix/sysv/linux/bits/time.h: File removed.
20 * sysdeps/unix/sysv/linux/i386/bits/time.h: File removed.
21 * sysdeps/unix/sysv/linux/ia64/bits/time.h: File removed.
22 * sysdeps/unix/sysv/linux/sparc/bits/time.h: File removed.
23 * sysdeps/unix/sysv/linux/x86_64/bits/time.h: File removed.
24
25 2002-10-18 Jeff Bailey <jbailey@gnu.org>
26
27 * configure.in: Replace AC_FD_CC with AS_MESSAGE_LOG_FD.
28 * sysdeps/alpha/elf/configure.in: Likewise.
29 * sysdeps/i386/elf/configure.in: Likewise.
30 * sysdeps/mach/hurd/configure.in: Likewise.
31 * sysdeps/x86_64/elf/configure.in: Likewise.
32
33 * configure.in: Use AC_CONFIG_SRCDIR and new AC_INIT syntax.
34
35 * sysdeps/alpha/elf/configure.in: Remove unneeded sinclude statement.
36 * sysdeps/generic/configure.in: Likewise.
37 * sysdeps/i386/elf/configure.in: Likewise.
38 * sysdeps/ia64/elf/configure.in: Likewise.
39 * sysdeps/mach/configure.in: Likewise.
40 * sysdeps/mach/hurd/configure.in: Likewise.
41 * sysdeps/unix/configure.in: Likewise.
42 * sysdeps/unix/common/configure.in: Likewise.
43 * sysdeps/unix/sysv/aix/configure.in: Likewise.
44 * sysdeps/unix/sysv/linux/configure.in: Likewise.
45 * sysdeps/unix/sysv/linux/mips/configure.in: Likewise.
46 * sysdeps/x86_64/elf/configure.in: Likewise.
47
48 * aclocal.m4: Use just the bits from AS_INIT that are needed for the
49 GLIBC_PROVIDES. Use plain comment instead of HEADER-COMMENT so
50 that it's obvious when extra autoconf machinery is being dragged in.
51
52 2002-10-18 Roland McGrath <roland@redhat.com>
53
54 * configure.in: Remove bogus echo included in
55 2002-10-08 Aldy Hernandez <aldyh@redhat.com> change.
56 * configure: Regenerated.
57
58 2002-10-18 Jakub Jelinek <jakub@redhat.com>
59
60 * sysdeps/unix/sysv/linux/pathconf.h (statfs_link_max): Add inline.
61 (statfs_filesize_max): New function.
62 * sysdeps/unix/sysv/linux/linux_fsinfo.h (JFFS_SUPER_MAGIC,
63 JFFS2_SUPER_MAGIC, JFS_SUPER_MAGIC, NTFS_SUPER_MAGIC,
64 ROMFS_SUPER_MAGIC, UDF_SUPER_MAGIC): Define.
65 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use
66 statfs_filesize_max.
67 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
68 * sysdeps/unix/sysv/linux/alpha/fpathconf.c: Removed.
69 * sysdeps/unix/sysv/linux/alpha/pathconf.c: Removed.
70
71 2002-10-17 Roland McGrath <roland@redhat.com>
72
73 * configure.in (MIG): Just AC_SUBST it here.
74 * configure: Regenerated.
75 * sysdeps/mach/configure.in (MIG): Do the AC_CHECK_TOOL here.
76 Adding final - argument to all AC_CHECK_HEADER uses for .defs files.
77 * sysdeps/mach/configure: Regenerated.
78
79 * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_TR_SH_PREPARE])
80 and AC_PROVIDE([_AS_CR_PREPARE]).
81
82 * aclocal.m4 (GLIBC_PROVIDES): Add AC_PROVIDE([_AS_ECHO_N_PREPARE]).
83 Remove AC_LANG(C) call, instead just define([_AC_LANG], [C]).
84
85 * elf/dl-support.c: Move _dl_tls_* variables to ...
86 * sysdeps/generic/libc-tls.c: ... here.
87
88 * elf/dl-close.c (remove_slotinfo): Take new argument. If false,
89 allow IDX to be one past the current last slotinfo entry.
90 (_dl_close): Pass IMAP->l_init_called for that parameter.
91
92 2002-10-07 Andreas Schwab <schwab@suse.de>
93
94 * aclocal.m4: Fix for autoconf 2.53.
95 * configure.in: Likewise. Require autoconf 2.53.
96
97 2002-10-08 Richard Henderson <rth@redhat.com>
98
99 * soft-fp/op-4.h: Handle carry correctly in
100 __FP_FRAC_ADD_3, __FP_FRAC_ADD_4, __FP_FRAC_SUB_3,
101 __FP_FRAC_SUB_4, __FP_FRAC_DEC_3, __FP_FRAC_DEC_4.
102 * soft-fp/op-common.h: New macros _FP_DIV_MEAT_N_loop.
103
104 2002-10-08 Aldy Hernandez <aldyh@redhat.com>
105
106 * configure.in: Compute completely-soft.
107 * config.make.in: Make completely-soft available to sub-makes.
108 * sysdeps/powerpc/soft-fp/Makefile: Add gcc-single-routines and
109 gcc-double-routines. Add sim-full.c. Add fenv_const and
110 fe_nomask to libm-support.
111 * sysdeps/powerpc/soft-fp/sim-full.c: New file.
112 * sysdeps/powerpc/soft-fp/fraiseexcpt.c: New file.
113 * sysdeps/powerpc/soft-fp/fegetexcept.c: New file.
114 * sysdeps/powerpc/soft-fp/fclrexcpt.c: New file.
115 * sysdeps/powerpc/soft-fp/ftestexcept.c: New file.
116 * sysdeps/powerpc/soft-fp/fgetexcptflg.c: New file.
117 * sysdeps/powerpc/soft-fp/fsetexcptflg.c: New file.
118 * sysdeps/powerpc/soft-fp/fedisblxcpt.c: New file.
119 * sysdeps/powerpc/soft-fp/feenablxcpt.c: New file.
120 * sysdeps/powerpc/soft-fp/fegetenv.c: New file.
121 * sysdeps/powerpc/soft-fp/fesetenv.c: New file.
122 * sysdeps/powerpc/soft-fp/fegetround.c: New file.
123 * sysdeps/powerpc/soft-fp/fesetround.c: New file.
124 * sysdeps/powerpc/soft-fp/feupdateenv.c: New file.
125 * sysdeps/powerpc/soft-fp/feholdexcpt.c: New file.
126 * sysdeps/powerpc/soft-fp/fenv_const.c: New file.
127 * sysdeps/powerpc/soft-fp/libm-test-ulps: New file.
128 * sysdeps/powerpc/soft-fp/soft-supp.h: New file.
129 * sysdeps/powerpc/soft-fp/Versions: Add libgcc soft-float
130 symbols. Add __sim_disabled_exceptions, __sim_exceptions,
131 __sim_round_mode.
132 * sysdeps/powerpc/soft-float/Dist: Add sim-full.c, fenv_const.c.
133 * sysdeps/powerpc/soft-float/sfp-machine.h: Define
134 FP_HANDLE_EXCEPTIONS.
135 Define FP_ROUNDMODE.
136 Redefine FP_* macros to correspond to the FE_* bit positions.
137 Define FP_DIV_MEAT_S to _FP_DIV_MEAT_1_loop.
138 Define externs for __sim_exceptions, __sim_disabled_exceptions,
139 __sim_round_mode, __simulate_exceptions.
140 * sysdeps/powerpc/fpu/bits/fenv.h: Move file from here...
141 * sysdeps/powerpc/bits/fenv.h: ...to here.
142
143 2002-10-06 Jakub Jelinek <jakub@redhat.com>
144
145 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
146 Store R_PPC_UADDR32 and R_PPC_UADDR16 one byte at a time.
147 Use __builtin_expect for R_PPC_ADDR24 overflow check. Fix
148 R_PPC_ADDR16, R_PPC_UADDR16 and R_PPC_ADDR14* overflow check, use
149 __builtin_expect.
150
151 2002-10-15 Jakub Jelinek <jakub@redhat.com>
152
153 * include/resolv.h (__libc_res_nquery, __libc_res_nsearch,
154 __libc_res_nsend): New prototypes.
155 * resolv/res_query.c (QUERYSIZE): Define.
156 (__libc_res_nquery): Renamed from res_nquery. Added answerp
157 argument. Allocate only QUERYSIZE bytes first, if res_nmkquery
158 fails use MAXPACKET buffer. Call __libc_res_nsend instead of
159 res_nsend, pass answerp.
160 (res_nquery): Changed into wrapper around __libc_res_nquery.
161 (__libc_res_nsearch): Renamed from res_nsearch. Added answerp
162 argument. Call __libc_res_nquerydomain and __libc_res_nquery
163 instead of the non-__libc_ variants, pass them answerp.
164 (res_nsearch): Changed into wrapper around __libc_res_nsearch.
165 (__libc_res_nquerydomain): Renamed from res_nquerydomain.
166 Added answerp argument. Call __libc_res_nquery instead of
167 res_nquery, pass answerp.
168 (res_nquerydomain): Changed into wrapper around
169 __libc_res_nquerydomain.
170 * resolv/res_send.c: Include sys/ioctl.h.
171 (MAXPACKET): Define.
172 (send_vc): Change arguments. Reallocate answer buffer if it is
173 too small.
174 (send_dg): Likewise.
175 (__libc_res_nsend): Renamed from res_nsend. Added ansp argument.
176 Reallocate answer buffer if it is too small and hooks are in use.
177 Adjust calls to send_vc and send_dg.
178 (res_nsend): Changed into wrapper around __libc_res_nsend.
179 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r): Allocate
180 just 1K answer buffer on the stack, use __libc_res_nsearch instead
181 of res_nsearch.
182 (_nss_dns_gethostbyaddr_r): Similarly with __libc_res_nquery.
183 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyaddr_r): Likewise.
184 (_nss_dns_getnetbyname_r): Similarly with __libc_res_nsearch.
185 * resolv/gethnamaddr.c (gethostbyname2): Likewise.
186 (gethostbyaddr): Similarly with __libc_res_nquery.
187 * resolv/Versions (libresolv): Export __libc_res_nquery and
188 __libc_res_nsearch at GLIBC_PRIVATE.
189
190 2002-10-17 Roland McGrath <roland@redhat.com>
191
192 * configure.in: Grok --without-__thread and disable HAVE___THREAD.
193 * configure: Regenerated.
194
195 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Do CHECK_STATIC_TLS
196 before performing the reloc, not after.
197 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
198
199 2002-10-17 Ulrich Drepper <drepper@redhat.com>
200
201 * locale/programs/locale.c (write_locales): Use 'm' flag in fopen call.
202 * locale/programs/linereader.c (lr_open): Likewise.
203 * locale/programs/charmap-dir.c (charmap_open): Likewise.
204 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
205
206 2002-10-17 Isamu Hasegawa <isamu@yamato.ibm.com>
207
208 * posix/bug-regex11.c: Add a test case for the bug reported by
209 Paolo Bonzini <bonzini@gnu.org>.
210 * posix/regexec.c (sift_states_bkref): Use correct destination of
211 the back reference.
212
213 2002-10-17 Roland McGrath <roland@redhat.com>
214
215 * elf/dl-load.c (_dl_map_object_from_fd): Don't check DF_STATIC_TLS.
216 * elf/dl-reloc.c (_dl_relocate_object: CHECK_STATIC_TLS): New macro
217 to signal error if an IE-model TLS reloc resolved to a dlopen'd module.
218 * sysdeps/i386/dl-machine.h (elf_machine_rel, elf_machine_rela):
219 Call it after performing TPOFF relocs.
220 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
221 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
222 * elf/dl-conflict.c (CHECK_STATIC_TLS): New macro (no-op).
223
224 * elf/dl-close.c (remove_slotinfo): Change asserts so as not to crash
225 when closing a partially-initialized object.
226
227 * elf/dl-load.c (_dl_map_object_from_fd) [! USE_TLS]: Call lose
228 instead of _dl_fatal_printf when we see PT_TLS.
229
230 * Makeconfig (CPPFLAGS): Fix last change to use $(libof-$(<F))
231 instead of $(libof-$<).
232
233 2002-10-16 Roland McGrath <roland@redhat.com>
234
235 * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Variable removed.
236 instead of += to append, to be sure $(lib) gets expanded at defn time.
237 (libof-$(cpp-src)): New variable, define this instead.
238 * extra-lib.mk (cpp-srcs-left): Reduce duplication in include setup.
239 (lib): Don't use override.
240 (CPPFLAGS-$(lib)): New variable, put -D's here.
241 * Makeconfig (CPPFLAGS): Use basename fn for CPPFLAGS-basename.
242 Also add $(CPPFLAGS-LIB) before the file-specific flags, for each
243 LIB found by $(libof-*) for basename, target, or source.
244 * Makerules (CPPFLAGS-nonlib): New variable.
245 * nscd/Makefile (lib): Set to nonlib when using cppflags-iterator.mk.
246 * locale/Makefile (lib): Likewise.
247 * sunrpc/Makefile (lib): Likewise.
248
249 * sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
250 * sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
251 * sysdeps/unix/sysv/linux/pathconf.h: New file.
252 (statfs_link_max): New function, guts from fpathconf.c.
253 * sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
254 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
255 * sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
256 to use the linux/pathconf.c code by #include rather than duplication.
257 * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.
258
259 2002-10-16 Jakub Jelinek <jakub@redhat.com>
260
261 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
262 Use __libc_errno only for libc itself.
263
264 2002-10-16 Andreas Jaeger <aj@suse.de>
265
266 * sysdeps/x86_64/_mcount.S: Fix off-by-1 error in argument access.
267
268 2002-10-16 Ulrich Drepper <drepper@redhat.com>
269
270 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
271 Use __libc_errno only for libc itself.
272
273 2002-10-15 Roland McGrath <roland@redhat.com>
274 Jakub Jelinek <jakub@redhat.com>
275
276 * sysdeps/unix/sysv/linux/Makefile
277 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Take code from
278 sparc/Makefile to produce a bi-arch file as needed.
279 That's now parameterized by the variable $(64bit-predefine).
280 Use LC_ALL=C for `comm' commands in that rule.
281 No longer conditional on [$(no_syscall_list_h)].
282 * sysdeps/unix/sysv/linux/sparc/Makefile: Remove replacement rules.
283 (64bit-predefine): New variable.
284 * sysdeps/unix/sysv/linux/x86_64/Makefile: Likewise.
285 * sysdeps/unix/sysv/linux/s390/Makefile: New file.
286 * sysdeps/unix/sysv/linux/powerpc/Makefile
287 (64bit-predefine): New variable.
288
289 2002-10-15 Roland McGrath <roland@redhat.com>
290
291 * sysdeps/unix/sysv/linux/Makefile
292 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d)
293
294 * login/utmp-private.h: Declare __libc_utmp_lock.
295 * sysdeps/unix/getlogin_r.c (getlogin_r): Take __libc_utmp_lock once
296 and call __libc_utmp_jump_table functions directly, instead of using
297 __setutent et al.
298
299 * sysdeps/unix/sysv/linux/configure.in: Use case instead of if.
300 * sysdeps/unix/sysv/linux/configure: Regenerated.
301
302 * sysdeps/gnu/bits/utmp.h: Include <bits/wordsize.h>.
303 (struct lastlog) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
304 Use int32_t for ll_time.
305 (struct utmp) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]:
306 Use int32_t instead of long int for ut_session.
307 Use an anonymous struct with 32-bit fields for ut_tv.
308 * sysdeps/gnu/bits/utmpx.h: Include <bits/wordsize.h>.
309 (struct utmpx) [__WORDSIZE == 64 && __WORDSIZE_COMPAT32]: Do the same
310 here as in utmp.h for `struct utmp'.
311 * sysdeps/unix/sysv/linux/powerpc/bits/utmp.h: File removed.
312 * sysdeps/unix/sysv/linux/powerpc/bits/utmpx.h: File removed.
313 * sysdeps/unix/sysv/linux/sparc/bits/utmp.h: File removed.
314 * sysdeps/unix/sysv/linux/sparc/bits/utmpx.h: File removed.
315 * sysdeps/unix/sysv/linux/x86_64/bits/utmp.h: File removed.
316 * sysdeps/unix/sysv/linux/x86_64/bits/utmpx.h: File removed.
317
318 * sysdeps/unix/sysv/linux/bits/resource.h: Replaced with the contents
319 of the sysdeps/unix/sysv/linux/i386/bits/resource.h file.
320 All the following files were identical or equivalent to it.
321 * sysdeps/unix/sysv/linux/i386/bits/resource.h: File removed.
322 * sysdeps/unix/sysv/linux/arm/bits/resource.h: File removed.
323 * sysdeps/unix/sysv/linux/cris/bits/resource.h: File removed.
324 * sysdeps/unix/sysv/linux/hppa/bits/resource.h: File removed.
325 * sysdeps/unix/sysv/linux/ia64/bits/resource.h: File removed.
326 * sysdeps/unix/sysv/linux/m68k/bits/resource.h: File removed.
327 * sysdeps/unix/sysv/linux/powerpc/bits/resource.h: File removed.
328 * sysdeps/unix/sysv/linux/s390/bits/resource.h: File removed.
329 * sysdeps/unix/sysv/linux/sh/bits/resource.h: File removed.
330 * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: File removed.
331
332 * sysdeps/unix/sysv/linux/bits/socket.h (struct msghdr): Use size_t
333 instead of int for msg_iovlen, instead of socklen_t for msg_controllen.
334 Other than the previously incorrect sign of msg_iovlen, this is a
335 no-op on 32-bit platforms. On 64-bit platforms it makes this header
336 match their layouts as well, so the following are now identical to it.
337 * sysdeps/unix/sysv/linux/s390/bits/socket.h: File removed.
338 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: File removed.
339 * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: File removed.
340 * sysdeps/unix/sysv/linux/ia64/bits/socket.h: File removed.
341 * sysdeps/unix/sysv/linux/alpha/bits/socket.h: File removed.
342
343 2002-10-15 Ulrich Drepper <drepper@redhat.com>
344
345 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_VFORK_SYSCALL):
346 Define for 2.4+ kernels.
347
348 * sysdeps/unix/sysv/linux/i386/vfork.S: Optimize for kernels which
349 are known to have the vfork syscall. Don't confuse the CPUs
350 branch prediction unit by jumping to the return address.
351
352 * sysdeps/unix/sysv/linux/alpha/fpathconf.c (__fpathconf): Add
353 support for reiserfs and xfs.
354
355 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Add case for
356 XFS link count.
357 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define XFS_SUPER_MAGIC
358 and XFS_LINK_MAX.
359 Patch by Eric Sandeen <sandeen@sgi.com> [PR libc/4706].
360
361 2002-10-16 Jakub Jelinek <jakub@redhat.com>
362
363 * include/libc-symbols.h (attribute_tls_model_ie): Define.
364 * include/errno.h (errno): Define to __libc_errno in libc.so.
365 Add attribute_tls_model_ie.
366 * include/netdb.h (h_errno): Define to __libc_h_errno in libc.so.
367 Add attribute_tls_model_ie.
368 * include/resolv.h (_res): Define to __libc_res in libc.so. Add
369 attribute_tls_model_ie.
370 * inet/herrno.c (__libc_h_errno): Add hidden alias to h_errno.
371 (h_errno): Define.
372 * resolv/res_libc.c (__libc_res): Add hidden alias to _res.
373 (_res): Define.
374 * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_define): Add
375 attribute_tls_model_ie.
376 * sysdeps/generic/errno-loc.c (errno): Only undefine if not using
377 __thread.
378 * sysdeps/generic/errno.c (__libc_errno): Add hidden alias to errno.
379 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER): Use
380 __libc_errno in USE___THREAD case.
381 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
382 Likewise.
383 * configure.in (HAVE_TLS_MODEL_ATTRIBUTE): Check for
384 __attribute__((tls_model (""))).
385 * configure: Rebuilt.
386 * config.h.in (HAVE_TLS_MODEL_ATTRIBUTE): Add.
387
388 2002-10-15 Ulrich Drepper <drepper@redhat.com>
389
390 * timezone/asia: Update from tzdata2002d.
391 * timezone/australasia: Likewise.
392 * timezone/iso3166.tab: Likewise.
393 * timezone/southamerica: Likewise.
394 * timezone/zone-tab: Likewise.
395
396 2002-10-15 Roland McGrath <roland@redhat.com>
397
398 * sysdeps/generic/dl-tls.c (_dl_deallocate_tls) [TLS_TCB_AT_TP]:
399 Adjust TCB pointer before calling free, so we get the whole block.
400
401 2002-10-14 Roland McGrath <roland@redhat.com>
402
403 * sysdeps/unix/sysv/linux/x86_64/sigaction.c
404 [HAVE_HIDDEN && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]: Declare restore_rt
405 extern using attribute_hidden instead of static, avoids warning.
406
407 2002-10-09 Jakub Jelinek <jakub@redhat.com>
408
409 * sysdeps/unix/sysv/linux/configure.in: Use */lib64 for s390x too.
410 * sysdeps/unix/sysv/linux/configure: Rebuilt.
411
412 2002-10-14 Ulrich Drepper <drepper@redhat.com>
413
414 * po/sv.po: Update from translation team.
415
416 2002-10-12 H.J. Lu <hjl@gnu.org>
417
418 * sunrpc/thrsvc.c (PROCQUIT): New.
419 (struct rpc_arg): New.
420 (dispatch): Call exit (0) if request->rq_proc == PROCQUIT.
421 (test_one_call): Take struct rpc_arg * instead of CLIENT *c.
422 (thread_wrapper): Modified for struct rpc_arg * and call PROCQUIT.
423 (main): Modified for struct rpc_arg *.
424
425 2002-10-14 Ulrich Drepper <drepper@redhat.com>
426
427 * dirent/scandir.c: Rearrange code a bit to reduce binary size.
428
429 2002-10-14 Jakub Jelinek <jakub@redhat.com>
430
431 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Include tls.h.
432 (SYSCALL_ERROR_HANDLER): Use RTLD_PRIVATE_ERRNO sequence
433 in ld.so even if __thread is supported.
434
435 2002-10-13 Jakub Jelinek <jakub@redhat.com>
436
437 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
438 Add hack to prevent the compiler from clobbering the signal context.
439 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
440 Likewise.
441 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h (profil_counter):
442 Likewise.
443
444 2002-10-14 Andreas Jaeger <aj@suse.de>
445
446 * sysdeps/mips/fpu/libm-test-ulps: Regenerated by
447 Guido Guenther <agx@sigxcpu.org>.
448
449 2002-10-14 Ulrich Drepper <drepper@redhat.com>
450
451 * po/sk.po: Update from translation team.
452
453 2002-09-26 Roland McGrath <roland@redhat.com>
454
455 * elf/dl-load.c (_dl_dst_count, _dl_dst_substitute): Handle $LIB
456 dynamic string tag.
457 * elf/Makefile ($(objpfx)trusted-dirs.st): Make the output define
458 DL_DST_LIB based on $(slibdir).
459
460 2002-10-13 Roland McGrath <roland@frob.com>
461
462 * elf/rtld-Rules ($(objpfx)rtld-libc.a): Use $(verbose) in ar command.
463
464 * sysdeps/mach/hurd/getresuid.c: New file.
465 * sysdeps/mach/hurd/getresgid.c: New file.
466 * sysdeps/mach/hurd/setresuid.c: New file.
467 * sysdeps/mach/hurd/setresgid.c: New file.
468
469 * posix/unistd.h [__USE_GNU] (getresuid, getresgid, setresuid,
470 setresgid): Declare them.
471 * NEWS: Mention it.
472 * include/unistd.h
473 (__getresuid, __getresgid, __setresuid, __setresgid): Declare them,
474 add libc_hidden_proto.
475 * posix/Versions (libc: GLIBC_2.3.2): New set. Add
476 getresuid, getresgid, setresuid, setresgid here.
477 * Versions.def (libc): Define GLIBC_2.3.2 set.
478 * sysdeps/generic/getresuid.c (__getresuid): Fix argument types.
479 Add libc_hidden_def.
480 * sysdeps/generic/getresgid.c (__getresgid): Likewise.
481 * sysdeps/generic/setresgid.c: New file.
482 * sysdeps/generic/setresuid.c: New file.
483 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
484 (sysdep_routines): Don't add getresuid and getresgid here.
485 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = misc]
486 (sysdep_routines): Don't add setresuid and setresgid here.
487 * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
488 * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
489 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
490 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
491 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
492 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
493 * posix/Makefile (routines): Add them all here instead.
494 * sysdeps/unix/sysv/linux/i386/getresuid.c (getresuid): Renamed to
495 __getresuid. Add libc_hidden_def for that, and weak alias to old name.
496 * sysdeps/unix/sysv/linux/i386/getresgid.c (getresgid): Renamed to
497 __getresgid. Add libc_hidden_def for that, and weak alias to old name.
498 * sysdeps/unix/sysv/linux/i386/setresuid.c: Add libc_hidden_def.
499 [! __NR_setresuid]: Include generic file.
500 * sysdeps/unix/sysv/linux/i386/setresgid.c (setresgid): Renamed to
501 __setresgid. Add libc_hidden_def for that, and weak alias to old name.
502 [! __NR_setresuid]: Include generic file.
503 * sysdeps/unix/sysv/linux/syscalls.list (setresuid, setresgid):
504 Caller is - now, not EXTRA.
505 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list
506 (setresuid, setresgid, getresuid, getresgid): Likewise.
507 * sysdeps/unix/sysv/linux/syscalls.list (getresuid, getresgid):
508 Add these calls here.
509 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove them here.
510 * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
511 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
512 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
513 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
514 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
515 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: Likewise.
516 * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
517 * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
518
519 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc]
520 (sysdep_routines): Add setfsuid and setfsgid here.
521 * sysdeps/unix/sysv/linux/arm/Makefile: Not here.
522 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: Likewise.
523 * sysdeps/unix/sysv/linux/cris/Makefile: Likewise.
524 * sysdeps/unix/sysv/linux/sh/Makefile: Likewise.
525 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
526 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Likewise.
527 * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
528 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
529
530 * hurd/errno.c: Renamed to ...
531 * hurd/errno-loc.c: ... this.
532 * hurd/Makefile (routines): errno -> errno-loc
533
534 2002-10-13 Ulrich Drepper <drepper@redhat.com>
535
536 * po/de.po: Update from translation team.
537
538 * MakeTAGS: Add -E flag to xgettext runs.
539
540 2002-10-12 Ulrich Drepper <drepper@redhat.com>
541
542 * po/fr.po: Update from translation team.
543
544 * sysdeps/posix/system.c: Remove support for old and buggy SCO systems.
545 Optimize a bit for use in glibc.
546
547 2002-10-12 Roland McGrath <roland@redhat.com>
548
549 * stdio-common/tst-rndseek.c (TIMEOUT): Increase to 10 seconds.
550 Some machines are slow. Guido Guenther <agx@sigxcpu.org> has one.
551
552 2002-10-12 Ulrich Drepper <drepper@redhat.com>
553
554 * po/sv.po: Update from translation team.
555
556 2002-10-11 Isamu Hasegawa <isamu@yamato.ibm.com>
557
558 * posix/regcomp.c (re_compile_fastmap_iter): Remove the handling
559 OP_CONTEXT_NODE.
560 (regfree): Likewise.
561 (create_initial_state): Likewise.
562 (analyze): Remove the substitutions which became useless.
563 (calc_first): Likewise.
564 (calc_epsdest): Use edests of OP_BACK_REF in case that it has
565 epsilon destination.
566 (duplicate_node_closure): New function.
567 (duplicate_node): Remove the handling OP_CONTEXT_NODE.
568 (calc_inveclosure): Likewise.
569 (calc_eclosure): Likewise.
570 (calc_eclosure_iter): Invoke duplicate_node_closure instead of
571 direct invocation of duplicate_node.
572 (parse): Don't use comma operator in the return to avoid compiler
573 warning.
574 (parse_reg_exp): Likewise.
575 (parse_branch): Likewise.
576 (parse_expression): Likewise.
577 (parse_sub_exp): Likewise.
578 (parse_dup_op): Likewise.
579 * posix/regex_internal.c (re_dfa_add_node): Remove the substitutions
580 which became useless.
581 (create_ci_newstate): Remove the handling OP_CONTEXT_NODE.
582 (create_cd_newstate): Likewise.
583 * posix/regex_internal.h (re_token_type_t): Remove the obsolete type.
584 (re_token_t): Likewise.
585 (re_dfa_t): Likewise.
586 (re_node_set_remove): New macro.
587 * posix/regexec.c (check_matching): Remove the handling
588 OP_CONTEXT_NODE.
589 (check_halt_node_context): Likewise.
590 (proceed_next_node): Likewise.
591 (pop_fail_stack): Fix the memory leak.
592 (set_regs): Likewise.
593 (free_fail_stack_return): New function.
594 (sift_states_backward): Fix the memory leak. Remove the handling
595 OP_CONTEXT_NODE.
596 (update_cur_sifted_state): Append some if clause to avoid redundant
597 call.
598 (sub_epsilon_src_nodes): Use IS_EPSILON_NODE since it might be a
599 back reference.
600 (check_dst_limits): Remove the handling OP_CONTEXT_NODE.
601 (check_subexp_limits): Likewise.
602 (search_subexp): Likewise.
603 (sift_states_bkref): Likewise.
604 (transit_state_mb): Likewise.
605 (transit_state_bkref_loop): Likewise.
606 (transit_state_bkref_loop): Likewise.
607 (group_nodes_into_DFAstates): Likewise.
608 (check_node_accept): Likewise.
609 (sift_ctx_init): Add initializing.
610
611 2002-10-12 Ulrich Drepper <drepper@redhat.com>
612
613 * sysdeps/unix/sysv/linux/i386/sysdep.h (INLINE_SYSCALL): Use
614 __builtin_expect.
615
616 2002-10-11 Ulrich Drepper <drepper@redhat.com>
617
618 * elf/dl-load.c (_dl_map_object_from_fd): Remove unnecessarily
619 duplicated variable c.
620
621 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Use INTERNAL_SYSCALL
622 if possible.
623
624 * sysdeps/unix/sysv/linux/i386/sysdep.h
625 (INTERNAL_SYSCALL_ERROR_P): New define.
626 (INTERNAL_SYSCALL_ERRNO): Likewise.
627
628 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
629 Add hack to prevent the compiler from clobbering the signal context.
630
631 2002-10-11 Roland McGrath <roland@redhat.com>
632
633 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
634 Fix typos.
635
636 * sysdeps/generic/dl-lookupcfg.h: Include <tls.h>.
637 * sysdeps/sh/dl-lookupcfg.h: File removed.
638 * sysdeps/i386/dl-lookupcfg.h: File removed.
639
640 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER): Add
641 missing labels and ; from last change.
642
643 * stdio-common/tst-sscanf.c (val_double): Append .0 to large whole
644 number literals, so they are doubles instead of ints.
645
646 2002-10-09 Roland McGrath <roland@redhat.com>
647
648 * sysdeps/generic/bits/libc-tsd.h [USE___THREAD]: Conditional
649 changed from [USE_TLS && HAVE___THREAD].
650
651 * sysdeps/i386/dl-machine.h (elf_machine_type_class, elf_machine_rel):
652 Disable TLS relocs if [RTLD_BOOTSTRAP && !USE___THREAD].
653 * sysdeps/x86_64/dl-machine.h
654 (elf_machine_type_class, elf_machine_rela): Likewise.
655 * sysdeps/sh/dl-machine.h (elf_machine_type_class, elf_machine_rela):
656 Likewise.
657
658 * include/link.h (struct link_map): Remove member l_tls_tp_initialized.
659 * elf/rtld.c (_dl_start_final, dl_main): Don't use it.
660 (_dl_start): Conditionalize PT_TLS check on [USE___THREAD].
661
662 * sysdeps/i386/dl-tls.h (__TLS_GET_ADDR): Use ___tls_get_addr_internal
663 instead of ___tls_get_addr.
664 (___tls_get_addr_internal): Add attribute_hidden to decl.
665
666 * sysdeps/generic/ldsodefs.h (struct rtld_global): New variable
667 _dl_error_catch_tsd.
668 * elf/rtld.c (startup_error_tsd): New function.
669 (dl_main): Point _dl_error_catch_tsd at that.
670 * elf/dl-error.c: Don't use libc-tsd.h for DL_ERROR,
671 use new function pointer instead.
672 * elf/dl-tsd.c: New file.
673 * elf/Makefile (routines): Add it.
674
675 2002-10-07 Roland McGrath <roland@redhat.com>
676
677 * elf/dl-misc.c (_dl_debug_vdprintf): Use INTERNAL_SYSCALL macro for
678 writev if it's available. Otherwise if [RTLD_PRIVATE_ERRNO] then
679 take _dl_load_lock around calling __writev.
680
681 * sysdeps/unix/sysv/linux/i386/sysdep.h (INTERNAL_SYSCALL): New macro.
682 (INLINE_SYSCALL): Use that.
683
684 * sysdeps/generic/dl-sysdep.h: New file.
685 * sysdeps/mach/hurd/dl-sysdep.h: New file.
686 * sysdeps/generic/ldsodefs.h: Include <dl-sysdep.h>.
687 * include/errno.h [IS_IN_rtld]: Include <dl-sysdep.h> to define ...
688 [RTLD_PRIVATE_ERRNO]: Use a hidden global variable for errno and
689 access it directly.
690 * elf/dl-minimal.c (__errno_location): Removed.
691 * sysdeps/unix/i386/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
692 Use GOTOFF access for errno.
693 * sysdeps/unix/sysv/linux/i386/sysdep.h
694 [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
695
696 * sysdeps/unix/x86_64/sysdep.S (__syscall_errno) [RTLD_PRIVATE_ERRNO]:
697 Use PC-relative access for errno.
698 * sysdeps/unix/sysv/linux/x86_64/sysdep.h
699 [RTLD_PRIVATE_ERRNO] (SYSCALL_ERROR_HANDLER): Likewise.
700
701 * include/tls.h: New file.
702 (USE___THREAD): New macro.
703 Define to 1 under [USE_TLS && HAVE___THREAD] and only when compiling
704 libc or libpthread.
705 * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]: Conditional
706 changed from [USE_TLS && HAVE___THREAD].
707 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
708 * sysdeps/unix/i386/sysdep.S: Likewise.
709 * sysdeps/unix/x86_64/sysdep.S: Likewise.
710 * include/errno.h: Likewise.
711 * include/netdb.h: Likewise.
712 * include/resolv.h: Likewise.
713
714 * sysdeps/generic/errno.c: New file.
715 * csu/Makefile (aux): New variable, list errno.
716 * sysdeps/unix/sysv/linux/i386/sysdep.S (errno, _errno): Remove defns.
717 * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
718 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
719 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
720 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
721 * sysdeps/unix/sysv/linux/arm/sysdep.S: Likewise.
722 * sysdeps/unix/sysv/linux/cris/sysdep.S: Likewise.
723 * sysdeps/unix/sysv/linux/hppa/sysdep.c: Likewise.
724 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
725 * sysdeps/unix/sysv/linux/powerpc/sysdep.c: Likewise.
726 * sysdeps/unix/sysv/linux/sparc/sysdep.S: Likewise.
727 * sysdeps/unix/sysv/linux/sh/sysdep.S: Likewise.
728 * sysdeps/unix/alpha/sysdep.S: Likewise.
729 * sysdeps/generic/start.c: Likewise.
730 * sysdeps/unix/start.c: Likewise.
731 * sysdeps/unix/arm/start.c: Likewise.
732 * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
733 * sysdeps/unix/sparc/start.c: Likewise.
734 * sysdeps/unix/sysv/irix4/start.c: Likewise.
735 * sysdeps/unix/sysv/linux/mips/sysdep.S: File removed.
736
737 * manual/search.texi (Tree Search Function, Hash Search Function):
738 Mention search.h clearly.
739
740 2002-10-05 Roland McGrath <roland@redhat.com>
741
742 * elf/dl-fxstat64.c: File removed.
743 * elf/dl-xstat64.c: File removed.
744 * elf/Makefile (rtld-routines): Remove them.
745 * sysdeps/unix/sysv/linux/xstat64.c: Remove RTLD_STAT64 conditionals.
746 Instead, use strong_alias instead of versioned_symbol in the
747 !SHLIB_COMPAT case.
748 * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
749 * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
750
751 * include/shlib-compat.h
752 (SHLIB_COMPAT): Require that IS_IN_##lib be defined nonzero.
753 [! NOT_IN_libc] (IS_IN_libc): Define it.
754 * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Use -Dx=1 not just -Dx.
755 * elf/Makefile (CPPFLAGS-.os): Likewise.
756
757 * sunrpc/rpc_main.c (main): Don't declare with noreturn attribute.
758 Return the status instead of calling exit.
759
760 * Makeconfig (CFLAGS): Prepend -std=gnu99.
761 * Makerules (+make-deps): Use $(CFLAGS) only for .c sources.
762 Remove superfluous rm command, whose @ plus make bugs hid
763 all these commands from the make output.
764
765 * include/stubs-prologue.h: New file. Give #error under #ifdef _LIBC.
766 * Makefile ($(inst_includedir)/gnu/stubs.h): Depend on it.
767 Use that file's contents instead of literal echo's for the prologue.
768 * include/features.h: Include <gnu/stubs.h> unconditionally.
769 * include/gnu/stubs.h: New file.
770
771 2002-09-30 Roland McGrath <roland@redhat.com>
772
773 * elf/rtld-Rules: New file.
774 * elf/Makefile ($(objpfx)librtld.map, $(objpfx)librtld.mk,
775 $(objpfx)rtld-libc.a): New targets.
776 (generated): Add them.
777 (reloc-link): Remove -o $@ from the variable.
778 ($(objpfx)dl-allobjs.os): Add -o $@ after $(reloc-link).
779 (distribute): Add rtld-Rules.
780 (CPPFLAGS-.os): Define this instead of CFLAGS-.os.
781 * Makerules ($(+sysdir_pfx)sysd-rules): Emit rules for rtld-% targets.
782 (common-mostlyclean, common-clean): Clean up rtld-* files.
783 * sysdeps/unix/make-syscalls.sh: Add rtld-*.os target name to rules.
784
785 2002-10-11 Roland McGrath <roland@redhat.com>
786
787 * sysdeps/generic/dl-tls.c (__tls_get_addr): After freeing block in
788 now-unused dtv slot, reset the slot to TLS_DTV_UNALLOCATED.
789
790 * elf/tls-macros.h [__x86_64__] (TLS_GD): Fix the sequence with the
791 proper set of no-op insn prefixes.
792
793 * elf/tst-tls8.c (do_test): Use %zd format for l_tls_modid members.
794
795 2002-10-11 Ulrich Drepper <drepper@redhat.com>
796
797 * sysdeps/unix/sysv/linux/execve.c: Don't try calling
798 __pthread_kill_other_threads_np.
799
800 * sysdeps/generic/pselect.c: Avoid unnecessary sigprocmask calls.
801
802 2002-10-08 Roland McGrath <roland@redhat.com>
803
804 * locale/newlocale.c (__newlocale): If setting all categories to "C",
805 just return &_nl_C_locobj instead of copying it.
806 * locale/freelocale.c (__freelocale): Check for &_nl_C_locobj.
807 * locale/duplocale.c (__duplocale): Likewise.
808
809 2002-10-07 Roland McGrath <roland@frob.com>
810
811 * config.h.in (HAVE_I386_SET_GDT): New #undef.
812 * sysdeps/mach/configure.in: Define it with new check for i386_set_gdt.
813 * sysdeps/mach/configure: Regenerated.
814
815 2002-10-06 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
816
817 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
818 Add all necessary register outputs for syscall-clobbered registers.
819
820 2002-10-02 David Mosberger <davidm@hpl.hp.com>
821
822 * sysdeps/ia64/bzero.S: Rewritten by Sverre Jarp to tune for
823 Itanium 2 (and Itanium).
824 Fix unwind directives and make it fit in 80 columns.
825 * sysdeps/ia64/memset.S: Likewise.
826 * sysdeps/ia64/memcpy.S: Likewise.
827 Move jump table to .rodata section.
828
829 2002-10-03 Roland McGrath <roland@frob.com>
830
831 * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Add
832 clobbers to asm.
833
834 2002-10-10 Andreas Jaeger <aj@suse.de>
835
836 * sysdeps/x86_64/_mcount.S: Restore correct registers.
837
838 2002-10-10 Ulrich Drepper <drepper@redhat.com>
839
840 * posix/Versions (libc) [GLIBC_PRIVATE]: Add __pselect.
841
842 2002-10-09 Ulrich Drepper <drepper@redhat.com>
843
844 * sysdeps/generic/ldsodefs.h: Remove attribute_hidden from
845 _dl_allocate_tls_init. Add rtld_hidden_proto.
846 * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Add
847 rtld_hidden_def.
848 * elf/Versions (ld) [GLIBC_PRIVATE]: Add _dl_allocate_tls_init.
849
850 * version.h (VERSION): Bump to 2.3.1.
851
852 * Make-dist: Add back one of the tar invocations removed before.
853
854 * stdlib/Makefile (distribute): Add allocalim.h.
855
856 * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
857 (__libc_tsd_address): Use correct variable name.
858 Patch by Stefan Jones <stefan.jones@multigig.com>.
859
860 * sysdeps/unix/sysv/linux/ia64/getcontext.S: Add missing ;;.
861 Reported by edwardsg@sgi.com [PR libc/4678].
862
863 * Versions.def (libc): Add GLIBC_2.3.1.
864 (libpthread): Add GLIBC_2.3.1.
865
866 * include/signal.h: Add libc_hidden_proto for __sigwait, __sigwaitinfo,
867 and __sigtimedwait.
868 * signal/Versions: Add __sigtimedwait, __sigwait, and __sigwaitinfo.
869 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Add
870 libc_hidden_def.
871 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
872 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
873
874 * include/sys/msg.h: Declare __libc_msgrcv and __libc_msgsnd.
875 * sysdeps/unix/sysv/linux/msgrcv.c (__msgrcv): Rename to __libc_msgrcv
876 and make old name an alias.
877 * sysdeps/unix/sysv/linux/msgsnd.c (__msgsnd): Rename to __libc_msgsnd
878 and make old name an alias.
879 * sysvipc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_msgrcv and
880 __libc_msgsnd.
881
882 * include/sys/uio.h: Declare __libc_readv and __libc_writev.
883 * misc/Versions (libc) [GLIBC_PRIVATE]: Add __libc_readv and
884 __libc_writev.
885 * sysdeps/generic/readv.c (__readv): Rename to __libc_readv and make
886 old name an alias.
887 * sysdeps/posix/readv.c: Likewise
888 * sysdeps/unix/sysv/aix/readv.c: Likewise.
889 * sysdeps/unix/sysv/linux/readv.c: Likewise.
890 * sysdeps/generic/writev.c (__writev): Rename to __libc_writev and make
891 old name an alias.
892 * sysdeps/posix/writev.c: Likewise
893 * sysdeps/unix/sysv/aix/writev.c: Likewise.
894 * sysdeps/unix/sysv/linux/writev.c: Likewise.
895
896 * include/sys/wait.h: Declare __waitid.
897 * posix/Versions (libc) [GLIBC_PRIVATE]: Add __waitid.
898 * sysdeps/generic/waitid.c (waitid): Rename to __waitid and make old
899 name an alias.
900 * sysdeps/posix/waitid.c: Likewise.
901 * sysdeps/unix/sysv/aix/waitid.c: Likewise.
902
903 * sysdeps/unix/sysv/linux/syscalls.list: Add creat syscall.
904
905 2002-10-07 Jakub Jelinek <jakub@redhat.com>
906
907 * include/alloca.h (__libc_use_alloca, __libc_alloca_cutoff): New
908 prototypes.
909 (__MAX_ALLOCA_CUTOFF): Define.
910 Include allocalim.h.
911 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
912 _nss_dns_gethostbyaddr_r): Use alloca or malloc to allocate
913 host_buffer depending on __libc_use_alloca.
914 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
915 _nss_dns_getnetbyaddr_r): Use alloca or malloc to allocate
916 net_buffer depending on __libc_use_alloca.
917 * resolv/res_query.c (res_nquery): Use alloca or malloc to allocate
918 buf depending on __libc_use_alloca.
919 * resolv/gethnamaddr.c (gethostbyname2, gethostbyaddr): Likewise.
920 * stdio-common/vfprintf.c (vfprintf): Use __libc_use_alloca
921 instead of hardcoded constants.
922 Pass proper size argument to alloca and compute end for wide char
923 version.
924 * stdio-common/printf_fp.c (__printf_fp): Use __libc_use_alloca
925 instead of hardcoded constants.
926 * string/strcoll.c (strcoll): Likewise.
927 * string/strxfrm.c (strxfrm): Likewise.
928 * sysdeps/posix/readv.c (__readv): Likewise.
929 * sysdeps/posix/writev.c (__writev): Likewise.
930 * sysdeps/generic/allocalim.h: New file.
931
932 2002-10-08 Roland McGrath <roland@redhat.com>
933
934 * configure.in (aux_missing warning): Change "too old" to
935 "incompatible versions", since for autoconf it's "too new" right now.
936 * configure: Regenerated.
937
938 * configure.in (AUTOCONF): New check to set it. Set to "no" if the
939 one found doesn't work on our configure.in.
940 * configure: Regenerated.
941 * config.make.in (AUTOCONF): New substituted variable.
942 * Makefile (autoconf-it-cvs): New canned sequence, broken out of ...
943 (autoconf-it): ... here, use that instead of defining conditionally.
944 Use $(AUTOCONF) instead of literal autoconf.
945 [$(AUTOCONF) != no] (configure, %/configure): Protect these rules
946 with this condition.
947 * Make-dist (autoconf-it, configure, %/configure): Copy those changes.
948
949 2002-10-08 Ulrich Drepper <drepper@redhat.com>
950
951 * Make-dist (dist): Cleanup a bit. We are not interested in the
952 14 char filename limit anymore. Remove intermediate files and
953 symlinks.
954
955 2002-10-05 Ulrich Drepper <drepper@redhat.com>
956
957 * po/sk.po: Update from translation team.
958 * po/tr.po: Likewise.
959 * po/gl.po: Likewise.
960
961 2002-10-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
962
963 * elf/tls-macros.h: Fix SH version of macros so as to match ABI syntax.
964
965 2002-10-03 Ulrich Drepper <drepper@redhat.com>
966
967 * version.h (RELEASE): Change to stable.
968
969 2002-10-03 Jakub Jelinek <jakub@redhat.com>
970
971 * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
972 __syscall_exit_group): New prototypes.
973
974 2002-10-03 Ulrich Drepper <drepper@redhat.com>
975
976 * glibc 2.3 released.
977
978
979 See ChangeLog.13 for earlier changes.