Commit Graph

8082 Commits

Author SHA1 Message Date
Ulrich Drepper
f376f61121 Correct expected result for NOCHECK test. 2001-12-10 23:53:20 +00:00
Ulrich Drepper
b11c6636a5 Update from translation team. 2001-12-10 23:52:46 +00:00
Ulrich Drepper
10b9b5ee59 (ftw_startup): Check, if the path is search and readable. 2001-12-10 23:51:23 +00:00
Ulrich Drepper
1798c0ef87 Update. 2001-12-06 08:11:54 +00:00
Ulrich Drepper
129893c5da (__register_frame_info_bases, __register_frame_info_table_bases,
__deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
2001-12-06 08:10:06 +00:00
Ulrich Drepper
4d8abc5328 Make sure GLIBC_ versions come first. 2001-12-06 08:09:23 +00:00
Ulrich Drepper
a8aa369cc8 (libc): Add GCC_3.0. 2001-12-06 08:08:59 +00:00
Ulrich Drepper
675fb2ff2c Update. 2001-12-05 22:35:21 +00:00
Ulrich Drepper
64a860f269 Rewrite. 2001-12-05 22:34:49 +00:00
Ulrich Drepper
a592c67344 Update. 2001-12-05 18:56:19 +00:00
Ulrich Drepper
f2fc51ea22 (__ieee754_remainder): Fix overflow problem. 2001-12-05 18:53:42 +00:00
Ulrich Drepper
3af64d740a Fix handling of turnaround times. 2001-12-05 18:53:04 +00:00
Roland McGrath
988cca3323 . 2001-12-02 00:11:26 +00:00
Roland McGrath
4da0c639d1 2001-12-01 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
	missing backslash in test arguments.
	* sysdeps/mach/hurd/configure: Regenerated.
2001-12-02 00:11:20 +00:00
Ulrich Drepper
9e7e6a7087 Update. 2001-11-30 21:18:12 +00:00
Ulrich Drepper
6eba7ecef6 (pthread_handle_sigcancel) [THREAD_SELF]: Double check
that self is the manager thread, and initialize the thread register if not.
(thread_self_stack) [THREAD_SELF]: New function to find self via stack pointer.
2001-11-30 21:16:35 +00:00
Ulrich Drepper
f4e82d00ed Update. 2001-11-29 21:56:26 +00:00
Ulrich Drepper
a2bfb6272c Add new tests. 2001-11-29 21:55:31 +00:00
Ulrich Drepper
f47a6ad7db (next_brace_sub): Return NULL if braces don't match, fix {{a,b},c} globbing,
clean up.
2001-11-29 21:55:01 +00:00
Ulrich Drepper
a0323a1c8f Update. 2001-11-29 07:47:56 +00:00
Ulrich Drepper
3933755f8e (tests): Add ex18. 2001-11-29 07:46:55 +00:00
Ulrich Drepper
71911680d1 (struct pthread_key_delete_helper_args): New type.
(pthread_key_delete_helper): New static function.
(pthread_key_delete): Use the new thread manager
REQ_FOR_EACH_THREAD function to iterate over the threads and set
the delete key slot to a null value in each thread.
2001-11-29 07:45:41 +00:00
Ulrich Drepper
6e8db27d26 (pthread_for_each_thread): New function.
(__pthread_manager): Handle new REQ_FOR_EACH_THREAD request.
2001-11-29 07:45:19 +00:00
Ulrich Drepper
b4d306553c (struct pthread_request): New manager request type REQ_FOR_EACH_THREAD. 2001-11-29 07:44:16 +00:00
Ulrich Drepper
27aff1c7cd Test for pthread_key_delete handling. 2001-11-29 07:43:31 +00:00
Ulrich Drepper
0507d5057d Update. 2001-11-28 23:38:04 +00:00
Ulrich Drepper
67675fdae9 (fflush): Define to _IO_flush_all_lockp(0) if libio is used. 2001-11-28 23:37:01 +00:00
Ulrich Drepper
c31a29322f Add prototype for _IO_flush_all_lockp. 2001-11-28 23:36:43 +00:00
Ulrich Drepper
baa468f104 (_IO_flush_all_lockp): New function. The same code
as the old _IO_flush_all but lock only if parameter is nonzero.
(_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
2001-11-28 23:36:24 +00:00
Ulrich Drepper
ddd4311eee Update. 2001-11-28 22:32:36 +00:00
Ulrich Drepper
30d4dc2b3a (pthread_handle_exit): Surround cancellation of threads with
__flockfilelist()/__funlockfilelist().
2001-11-28 22:30:37 +00:00
Ulrich Drepper
a906a464fc (pthread_onexit_process): Don't call free after threads have been
asynchronously terminated.
2001-11-28 22:30:04 +00:00
Ulrich Drepper
7ffb7f860d Update. 2001-11-28 21:13:52 +00:00
Ulrich Drepper
c85587506e (__signbitf, __signbit, __signbitl): Only define for ISO C99. 2001-11-28 21:13:08 +00:00
Ulrich Drepper
75ec0fbe45 Update. 2001-11-28 20:21:43 +00:00
Ulrich Drepper
0d10e978af (_nss_files_get##name##_r): Set herrnop to NETDB_INTERNAL if we run out of
buffer space.
2001-11-28 20:21:09 +00:00
Ulrich Drepper
df06960c2e Update. 2001-11-28 20:12:58 +00:00
Ulrich Drepper
1990c1b503 (internal_getent): Correct input overflow test for platforms with signed char. 2001-11-28 20:11:29 +00:00
Ulrich Drepper
4e4528973a Update. 2001-11-27 03:57:12 +00:00
Ulrich Drepper
cd2dfc598a Define decimal point to '.' and thousands separator to ' '. 2001-11-27 03:52:27 +00:00
Ulrich Drepper
e8c8c9c4a9 Update. 2001-11-27 03:49:31 +00:00
Ulrich Drepper
920a4016cc Swap 0xa5 and 0xab entries. 2001-11-27 03:45:16 +00:00
Ulrich Drepper
4837fac615 If incomplete nan of inf(inity) strings are found call conv_error and not
input_error.
2001-11-27 03:24:56 +00:00
Andreas Jaeger
c753791496 Update. 2001-11-26 12:44:45 +00:00
Andreas Jaeger
9f2a264a97 Merge from mainline. 2001-11-26 12:44:35 +00:00
Andreas Jaeger
df0a1a7fab Update.
2001-11-15  Andreas Jaeger  <aj@suse.de>

	* include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
	compilers that support it.

	* posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
	* sysdeps/unix/sysv/linux/bits/types.h: Likewise.
	* stdlib/stdlib.h: Likewise.
2001-11-19 10:12:27 +00:00
Andreas Jaeger
5224e27c9e * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
compilers that support it.
	* posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
	* sysdeps/unix/sysv/linux/bits/types.h: Likewise.
	* stdlib/stdlib.h: Likewise.
2001-11-19 10:12:15 +00:00
Ulrich Drepper
a41179fd9e Update.
2001-11-17  Ulrich Drepper  <drepper@redhat.com>

	* posix/regex.c (byte_re_match_2_internal): For gcc replace switch
	statement with gotos.
	Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.

2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
2001-11-17 12:05:25 +00:00
Ulrich Drepper
618c17e387 (byte_re_match_2_internal): For gcc replace switch statement with gotos. 2001-11-17 12:03:29 +00:00
Andreas Jaeger
c83a3aeb8f Update.
2001-11-16  Stephen L Moshier <moshier@mediaone.net>

	* sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
2001-11-16 20:19:46 +00:00