Ulrich Drepper
4317c6b0dc
Update.
2001-12-13 03:58:16 +00:00
Ulrich Drepper
524b7b508b
Update.
2001-12-13 03:42:49 +00:00
Ulrich Drepper
4969a35170
(__nis_findfastest_with_timeout): Mostly the code
...
from __nis_findfastest. Take timeout value from parameter.
(__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
2001-12-13 03:40:30 +00:00
Ulrich Drepper
02647f687d
Define parameters controlling __nis_findfastest.
2001-12-13 03:39:53 +00:00
Ulrich Drepper
f13c308111
Update from translation team.
2001-12-12 23:48:22 +00:00
Andreas Jaeger
b6cf1bf099
* configure.in: Use -nostartfiles -nostdlib for linker tests, fix
...
combreloc test so that it works in this case.
2001-12-12 18:45:27 +00:00
Ulrich Drepper
043f810f6a
Update.
2001-12-12 17:35:31 +00:00
Ulrich Drepper
f6602cfe6b
(getanswer_r): Remove MAX_NR_ADDRS limitation.
2001-12-12 07:33:39 +00:00
Roland McGrath
83e0f2b953
2001-12-10 Roland McGrath <roland@frob.com>
...
* shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
set to GLIBC_2.2.5, not GLIBC_2.2.4.
2001-12-11 05:06:54 +00:00
Roland McGrath
088af173bf
2001-12-10 Roland McGrath <roland@frob.com>
...
* sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
set it.
2001-12-11 05:06:49 +00:00
Roland McGrath
8552c3e8be
.
2001-12-11 05:04:39 +00:00
Roland McGrath
5ac9ff7020
.
2001-12-11 04:31:09 +00:00
Roland McGrath
8961b4b9a0
2001-12-10 Roland McGrath <roland@frob.com>
...
* sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
Fix conditionals so this is set by default for stdio and not for libio.
* sysdeps/mach/hurd/configure: Regenerated.
2001-12-11 04:29:56 +00:00
Ulrich Drepper
7778045087
Update.
2001-12-10 23:55:44 +00:00
Ulrich Drepper
41ab4177b4
(glob): Return only pattern if nothing matches and GLOB_NOCHECK is set.
2001-12-10 23:54:18 +00:00
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