Commit Graph

8021 Commits

Author SHA1 Message Date
Ulrich Drepper
efa2cf2c54 Update. 2002-02-03 01:03:50 +00:00
Ulrich Drepper
3bfb5e9a28 [defined DEBUG && STDC_HEADERS]: Include <string.h>.
(__mktime_internal): If no tm_isdst is requested, prefer solutions
with tm_isdst > 0 when the requested time falls within a
spring-forward gap.
2002-02-03 01:03:34 +00:00
Ulrich Drepper
f6e6c1b117 Update. 2002-02-02 19:22:18 +00:00
Ulrich Drepper
43414194b8 (_dl_get_origin): Avoid writing over array boundary. 2002-02-02 19:21:26 +00:00
Ulrich Drepper
65f49aa73b Update. 2002-02-02 09:28:53 +00:00
Ulrich Drepper
3a5482ffc5 (_dl_dst_count): Fix possible endless loop.
(_dl_dst_substitute): Likewise.
2002-02-02 09:28:24 +00:00
Ulrich Drepper
688ea1c3e0 Update. 2002-02-01 20:26:31 +00:00
Ulrich Drepper
0ee5ee3c3b (collate_finish): Assign a wide char collation sequence value to multi
character collating elements, and avoid over writing by non-character elements.
2002-02-01 20:24:50 +00:00
Andreas Schwab
ae1e7a83b1 . 2002-02-01 10:37:07 +00:00
Andreas Schwab
9a53f4f254 Don't use multi-line string literals. 2002-02-01 10:36:38 +00:00
Ulrich Drepper
c8143868bc Update. 2002-01-31 22:42:39 +00:00
Ulrich Drepper
6dc893365a (process_dl_debug): Set any_debug if option name matches. 2002-01-31 22:42:07 +00:00
Ulrich Drepper
dfbd7cbcd5 Update. 2002-01-31 19:35:38 +00:00
Ulrich Drepper
29af62077d Update from mainline. 2002-01-31 19:33:52 +00:00
Ulrich Drepper
4e6f18e12f Check for ssize_t overflow.
Don't use alloca if the memory requirements are too high.
2002-01-31 19:25:40 +00:00
Ulrich Drepper
2dfc460f92 Update. 2002-01-29 19:08:23 +00:00
Ulrich Drepper
bf689a6646 (__mempcpy): Protect size arg for addition when using __builtin_memcpy. 2002-01-29 19:07:59 +00:00
Ulrich Drepper
68cd0103a5 Update. 2002-01-29 08:26:10 +00:00
Ulrich Drepper
5219e14208 (hsearch_r): Don't insert anything if entry is found. 2002-01-29 08:24:59 +00:00
Ulrich Drepper
c1b04220dd Update. 2002-01-29 06:55:05 +00:00
Ulrich Drepper
7e62e4d480 (_quicksort): Do not apply the comparison function
to a pivot element that lies outside the array to be sorted, as
ISO C99 requires that the comparison function be called only with
addresses of array elements.
2002-01-29 06:54:05 +00:00
Ulrich Drepper
0a54222bdd Update. 2002-01-29 04:39:07 +00:00
Ulrich Drepper
d4c38b5261 (_dl_map_object): Remove incorrect optimization for SHARED code. 2002-01-29 04:37:21 +00:00
Ulrich Drepper
6d2356cc61 Update. 2002-01-29 04:23:16 +00:00
Ulrich Drepper
a6939ef8ec Update from tzdata2002b. 2002-01-29 04:22:19 +00:00
Ulrich Drepper
eb6e0abee1 Minor cleanup after last patch. 2002-01-29 04:05:17 +00:00
Ulrich Drepper
247767f5d9 Regenerated: autoconf sysdeps/unix/sysv/linux/configure.in 2002-01-29 04:01:49 +00:00
Ulrich Drepper
c89bbf97d7 Update. 2002-01-29 03:55:13 +00:00
Ulrich Drepper
e6683f0578 (pic-ccflag): New variable. 2002-01-29 03:53:57 +00:00
Ulrich Drepper
aa7075b052 Allocate one more byte for rulearr and clear this element. 2002-01-29 03:51:53 +00:00
Ulrich Drepper
597d127a79 Handle zero-length arguments specially. 2002-01-29 03:44:02 +00:00
Ulrich Drepper
96f3aa5253 (__mempcpy): For gcc 3.0+, don't use
__mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
short lengths and constant src.
(strcpy): Don't optimize for gcc 3.0+.
(__stpcpy): For gcc 3.0+, don't use
__stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
for short string literal src.
2002-01-29 03:31:42 +00:00
Ulrich Drepper
58db8a88b0 Update. 2002-01-29 03:26:17 +00:00
Ulrich Drepper
8b67700424 (libc_cv_gcc_unwind_find_fde): Set for arm, too. 2002-01-29 03:23:58 +00:00
Andreas Jaeger
57300ad3e3 Merge with mainline. 2002-01-26 10:30:06 +00:00
Andreas Jaeger
cf9663144a Update. 2002-01-26 10:27:11 +00:00
Andreas Jaeger
7b7eb23e42 Merge from mainline. 2002-01-26 10:26:48 +00:00
Ulrich Drepper
7d04edce92 (distribute): Filter out xmalloc.c. 2002-01-21 07:14:56 +00:00
Ulrich Drepper
95a647ed2a (nscd-modules): Add xmalloc for nscd. 2002-01-18 16:11:44 +00:00
Andreas Schwab
5bb25c8ae7 . 2002-01-18 13:07:24 +00:00
Andreas Schwab
e2bd0a6c89 (libc_cv_gcc_unwind_find_fde): Set for m68k, too. 2002-01-18 13:07:12 +00:00
Ulrich Drepper
869d9c5141 Update. 2002-01-18 06:05:57 +00:00
Ulrich Drepper
c5072acd09 Update to Apple's latest definition. 2002-01-18 06:02:23 +00:00
Ulrich Drepper
02f53c8dc2 Update. 2002-01-18 02:16:26 +00:00
Ulrich Drepper
7c9433a638 (begin_drop_privileges): New function.
(finish_drop_privileges): New function.
(nscd_init): Call the new functions which also install all groups
for the server user.
2002-01-18 02:13:47 +00:00
Ulrich Drepper
bc30e47e7a (drop_privileges): Removed. Adjust caller. 2002-01-18 02:13:18 +00:00
Ulrich Drepper
82a2eb4574 Update. 2002-01-17 23:16:03 +00:00
Ulrich Drepper
2d243804a2 Use 64 bit instructions for pointer operations. 2002-01-17 22:57:59 +00:00
Andreas Jaeger
8c4dbc4101 Update. 2002-01-17 17:37:52 +00:00
Andreas Jaeger
a84562fa98 GCC 3.1 has __uint128_t build-in. 2002-01-17 17:37:40 +00:00