Commit Graph

8275 Commits

Author SHA1 Message Date
Ulrich Drepper
a9fda15ea9 Fix the Unicode values for LETTER H WITH CARON. 2002-04-24 20:16:02 +00:00
Andreas Jaeger
ff5cb24426 Update. 2002-04-22 11:54:29 +00:00
Andreas Jaeger
6cc721dfbd Merge from mainline. 2002-04-22 11:54:03 +00:00
Andreas Jaeger
0456802e01 Update. 2002-04-22 06:02:14 +00:00
Andreas Jaeger
6b5f2c6212 Merge from mainline. 2002-04-22 05:59:13 +00:00
Ulrich Drepper
bff0b715d1 Update. 2002-04-21 17:58:41 +00:00
Ulrich Drepper
5e52b9581b Declare strerror_r also for XPG6. 2002-04-21 17:53:00 +00:00
Ulrich Drepper
8bb4f9da71 (authnone_create_once): Don't use INTUSE here. 2002-04-20 23:18:22 +00:00
Roland McGrath
c2dd668c3e . 2002-04-20 21:30:33 +00:00
Roland McGrath
fe9b233f99 2002-04-19 Roland McGrath <roland@frob.com>
* sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
2002-04-20 21:28:19 +00:00
Ulrich Drepper
bdd6905b61 Update. 2002-04-20 19:10:11 +00:00
Ulrich Drepper
5a20853c07 (__rpc_thread_destroy): No need to free authnone_private_s. 2002-04-20 19:08:20 +00:00
Ulrich Drepper
b0754e9ddc Include bits/libc-lock.h.
Delete #ifdef _RPC_THREAD_SAFE_ block.
(authnone_private): Make a struct, not a pointer to struct.
(authnone_private_guard): New once-control variable.
(authnone_create_once): New function, split out of
authnone_create.  No need to allocate memory.
(authnone_create): Just call authnone_create_once via
__libc_once, then return &authnone_private->no_client.
(authnone_marshal): Access private data via CLIENT argument,
not authnone_private pointer.
Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
2002-04-20 19:08:08 +00:00
Ulrich Drepper
34bdb9386b (struct rpc_thread_variables): Remove authnone_private_s. 2002-04-20 19:07:45 +00:00
Ulrich Drepper
d8dfc74877 Update. 2002-04-20 17:20:49 +00:00
Ulrich Drepper
d1e467ab58 (clntraw_create): Properly set xdrs and client. 2002-04-20 17:20:14 +00:00
Ulrich Drepper
cf27aecd19 Update. 2002-04-20 01:50:13 +00:00
Ulrich Drepper
b4c8179a04 (main): Correct the usage message. 2002-04-20 01:48:44 +00:00
Ulrich Drepper
d7eef2185d BODY for FROM_LOOP): When encountering an invalid input (e.g. a byte > 0x80
followed by a byte < 0x80), skip always one byte, not 0 bytes in some cases
and 2 bytes in others.
2002-04-20 01:48:12 +00:00
Ulrich Drepper
b32b5f0815 Update. 2002-04-19 03:30:37 +00:00
Ulrich Drepper
f77af90699 Include <stdlib.h>. Use %d, not %ld format for EVENING69. Include offsets in
TZ environment variable.
2002-04-19 03:28:45 +00:00
Ulrich Drepper
5a749d2d26 Update. 2002-04-15 06:50:12 +00:00
Ulrich Drepper
a5312214b7 _dl_lookup_symbol): Move add_dependency call to the end of the
function.  Pass original flags to recursive call if add_dependency failed.
(_dl_lookup_versioned_symbol): Likewise.
2002-04-15 06:49:02 +00:00
Ulrich Drepper
6d011aa3cd (main): Add new tests. 2002-04-15 06:24:49 +00:00
Ulrich Drepper
370846959e (__mktime_internal): If year is 69, don't bail out early, but check whether it
overflowed afterwards.
2002-04-15 06:24:31 +00:00
Ulrich Drepper
2160bafc81 Fix program name in help message. 2002-04-15 06:21:38 +00:00
Ulrich Drepper
f0d4856381 Fail test if buffer too small. 2002-04-15 06:18:46 +00:00
Ulrich Drepper
c76a1727ad Increase MONSIZE. 2002-04-15 06:18:31 +00:00
Ulrich Drepper
111adf27a3 Update. 2002-04-13 16:05:35 +00:00
Ulrich Drepper
395bae2fdc Adjust all callers of _dl_lookup_symbol and _dl_lookup_versioned_symbol. 2002-04-13 16:04:45 +00:00
Ulrich Drepper
d83a43e9af Adjust prototypes for _dl_lookup_symbol and _dl_lookup_versioned_symbol. 2002-04-13 16:03:45 +00:00
Ulrich Drepper
d06eeaf617 Adjust all callers of do_lookup. Change _dl_do_lookup to also take the new
parameter and pass it on.  Change 'explicit' parameter of _dl_lookup_symbol and
_dl_lookup_versioned_symbol to flags.  Adjust tests.
2002-04-13 16:03:18 +00:00
Ulrich Drepper
364793eb07 [!VERSIONED]: Add new parameter flags. Use it to check whether the caller
prefers getting the most recent version of a symbol of the earliest version.
2002-04-13 16:02:53 +00:00
Ulrich Drepper
79b44ca788 Update. 2002-04-11 20:40:59 +00:00
Ulrich Drepper
61b8e333c3 (LOC): Don't paste in a token. 2002-04-11 20:39:56 +00:00
Andreas Jaeger
5d4eb092db Merge. 2002-04-08 15:22:58 +00:00
Andreas Jaeger
76942fdab2 Merge with mainline. 2002-04-08 11:16:16 +00:00
Andreas Jaeger
a1223e4391 Merge. 2002-04-08 08:36:12 +00:00
Andreas Jaeger
d62747222a Merge with mainline. 2002-04-08 08:35:43 +00:00
Ulrich Drepper
91bd05ac82 Update. 2002-04-06 05:12:32 +00:00
Ulrich Drepper
6dc88dba1f Set GCONV_PATH and LOCPATH to values for the test just before the test runs. 2002-04-06 05:09:59 +00:00
Ulrich Drepper
d1a49f25ef Update. 2002-04-06 03:52:23 +00:00
Ulrich Drepper
f012319a20 Update from tzcode2002c. 2002-04-06 03:49:35 +00:00
Ulrich Drepper
819f1ed8dd Update from tzdata2002c. 2002-04-06 03:44:22 +00:00
Ulrich Drepper
8c8d635cd1 Update. 2002-04-05 23:28:10 +00:00
Ulrich Drepper
c672e2d1da (TRAMPOLINE_TEMPLATE): Add unwind info.
(RTLD_START): Ditto.
(__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
dependency violation.
2002-04-05 23:27:31 +00:00
Ulrich Drepper
0b5dc53dc5 Update. 2002-04-05 16:47:22 +00:00
Ulrich Drepper
28119f822f (__mktime_internal): Move check for year < 70 below all variable declarations. 2002-04-05 16:43:58 +00:00
Ulrich Drepper
d1ea594e42 Don't overwrite r8 on error. 2002-04-05 16:42:57 +00:00
Andreas Jaeger
051139c2d2 Merge from mainline. 2002-04-04 11:01:00 +00:00