Commit Graph

3778 Commits

Author SHA1 Message Date
Ulrich Drepper
ed0d2f1a16 (pthread_cond_timedwait_relative): Don't mark as inline. 1999-11-10 05:00:59 +00:00
Ulrich Drepper
4b5a076bfc (libpthread-routines): Add events. 1999-11-10 05:00:37 +00:00
Ulrich Drepper
729d4c017a Include sys/ucontext.h instead of duplicating definitions. 1999-11-10 04:58:52 +00:00
Ulrich Drepper
dc5f3e215c Complete last patch. 1999-11-10 04:10:36 +00:00
Ulrich Drepper
63eb659aa4 Update. 1999-11-10 03:31:58 +00:00
Ulrich Drepper
9f18fbc9ac (init_syntax_once): move below definition of
ISALNUM etc., then use ISALNUM to init the table, so that
the word ops will work if i18n'ed.
(SYNTAX): And subscript with 0xFF for 8bit character sets.
(re_match_2_internal): Correct check for charset after exactn in loop.
1999-11-10 03:29:43 +00:00
Ulrich Drepper
587d46d904 For LOG_PERROR only append a newline if necessary. 1999-11-10 03:28:09 +00:00
Ulrich Drepper
9ca4113b7b (getlogin_r): Sync with getlogin implementation for ttyname_r call; fix
inverted condition; return ut_user.
1999-11-10 03:27:23 +00:00
Ulrich Drepper
36c16314b8 Define values also as macros. 1999-11-10 03:27:00 +00:00
Ulrich Drepper
9f5ceff32f (_dl_dst_count): Allow $ORIGIN to point to directory with the
reference since this is as secure as using the object with the
dependency.
(_dl_dst_count): Change strings in first two strncmp calls to allow reuse.
(_dl_dst_substitute): Likewise.
1999-11-10 03:16:42 +00:00
Ulrich Drepper
75e663ce44 Update from tzdata1999i. 1999-11-10 02:53:23 +00:00
Ulrich Drepper
7f07e88b40 Use setenv instead of putenv. 1999-11-10 02:52:35 +00:00
Ulrich Drepper
0590476db8 (main): Don't pass const strings to putenv to avoid warnings. 1999-11-10 02:52:20 +00:00
Ulrich Drepper
8a80163853 Update from tzcode1999h. 1999-11-10 02:52:01 +00:00
Ulrich Drepper
86dfb8e40a Update. 1999-11-08 23:45:41 +00:00
Ulrich Drepper
8e99482883 Comment _nl_normalize_codeset, comment memory allocation in _nl_explode_name. 1999-11-08 23:45:35 +00:00
Ulrich Drepper
c15ddebb76 (_nl_normalize_codeset): Update comment to reflect memory allocation. 1999-11-08 23:45:24 +00:00
Ulrich Drepper
a132adc9bb (_nl_find_locale): Free normalized_codeset; this fixes a memory leak. 1999-11-08 23:45:13 +00:00
Ulrich Drepper
1090875768 Update. 1999-11-08 23:40:53 +00:00
Ulrich Drepper
5b0dd31122 Use __libc_lock_define_initialized for tzset_lock to initialize it. 1999-11-08 23:40:45 +00:00
Ulrich Drepper
77e0467c88 Update. 1999-11-08 23:38:00 +00:00
Ulrich Drepper
7e28343cdf Don't put commas at the end of enumerator lists (-pedantic complains).
(feraiseexcept): Use i#*X as the constraint.  Fix a bug in the
test for 'one bit set'.
(feclearexcept): Likewise.
1999-11-08 23:37:52 +00:00
Ulrich Drepper
a45843f45b Update. 1999-10-28 22:23:56 +00:00
Ulrich Drepper
44956139ba (rand_r): Really use 31 bits, the result was shifted a bit too much. 1999-10-28 22:23:31 +00:00
Ulrich Drepper
4994bfb72e Update. 1999-10-25 22:25:34 +00:00
Ulrich Drepper
40d8b73e44 Correct names of MD5 functions after removing of public names. 1999-10-25 22:25:27 +00:00
Ulrich Drepper
58f44f88d2 Account bytes needed for alignment in buflen. 1999-10-25 22:23:46 +00:00
Ulrich Drepper
79edb23ce3 Update. 1999-10-25 20:22:30 +00:00
Ulrich Drepper
4b94c1872a Remove weak aliase. 1999-10-25 20:22:02 +00:00
Ulrich Drepper
b9ce7303b4 Use internal names for md5 functions, remove weak alias for public names. 1999-10-25 20:21:54 +00:00
Ulrich Drepper
b67debe084 Remove prototypes for public interface. md5 is used only internal. 1999-10-25 20:21:44 +00:00
Ulrich Drepper
55652e9f64 Update. 1999-10-24 23:44:33 +00:00
Ulrich Drepper
3659ba434a Define aliases __nexttowardl and nexttowardl. 1999-10-24 23:42:29 +00:00
Roland McGrath
da992d32ee . 1999-10-19 17:53:39 +00:00
Roland McGrath
95688720e8 1999-10-19 Bruno Haible <haible@ilog.fr>
* sysdeps/mach/sleep.c (__sleep): If we slept longer than requested,
	return 0, not UINT_MAX.
1999-10-19 17:53:26 +00:00
Ulrich Drepper
749dd57c97 Update from latest autoconf versions. 1999-10-19 06:28:58 +00:00
Ulrich Drepper
3262904d35 Update. 1999-10-19 03:32:46 +00:00
Ulrich Drepper
91c4d9d89f (__cprojl): Fix bug: NaN + i NaN returns now NaN + i NaN. 1999-10-19 03:32:17 +00:00
Ulrich Drepper
1b0a179313 (__cprojf): Fix bug: NaN + i NaN returns now NaN + i NaN. 1999-10-19 03:31:52 +00:00
Ulrich Drepper
77a9b86190 (__cproj): Fix bug: NaN + i NaN returns now NaN + i NaN. 1999-10-19 03:31:10 +00:00
Ulrich Drepper
23402ab9b6 (process_block): (process_block): Save errno value from iconv call. 1999-10-19 03:29:12 +00:00
Ulrich Drepper
f6bb03c4f7 (iruserok2): Initialize isbad to -1. 1999-10-19 03:27:12 +00:00
Ulrich Drepper
d1e53765ab Galician translation of the GNU libc messages. 1999-10-19 03:15:20 +00:00
Ulrich Drepper
24b0522505 Update. 1999-10-17 03:38:47 +00:00
Ulrich Drepper
ef40f7296d Added struct in_pktinfo. 1999-10-17 03:36:33 +00:00
Ulrich Drepper
b532d74778 Update. 1999-10-14 19:21:57 +00:00
Ulrich Drepper
ea4f32708f (__sleep): Optimize for zero seconds. 1999-10-14 19:21:37 +00:00
Ulrich Drepper
88fb966ab0 Update. 1999-10-12 23:35:25 +00:00
Ulrich Drepper
cec8f54ac1 Don't define register names unconditionally, only if __USE_GNU. 1999-10-12 23:35:13 +00:00
Ulrich Drepper
b051745d1b Update. 1999-10-12 16:00:11 +00:00