1472 Commits

Author SHA1 Message Date
Ulrich Drepper
51b221ee43 Update. cvs/libc20x-ud-970417 1997-04-18 00:19:40 +00:00
Ulrich Drepper
bff1832b2d Rewrite of initfini. 1997-04-18 00:17:44 +00:00
Ulrich Drepper
70d7ddbbcc (strftime): Remove __restrict in declaration. 1997-04-17 23:31:35 +00:00
Ulrich Drepper
b7c5a468dc Interpret year number 00-59 as 2000--2059. 1997-04-17 23:30:22 +00:00
Ulrich Drepper
f9652c80ae (memset_space): Increment pointer. 1997-04-17 23:30:13 +00:00
Ulrich Drepper
39dbc7be16 (TTYDEF_OFLAG): Use either OXTABS or TAB3, if one of them is defined. 1997-04-17 23:29:52 +00:00
Ulrich Drepper
dd5aac0f53 (shmat, shmdt): Correct types. 1997-04-17 23:29:39 +00:00
Ulrich Drepper
1452bbc1aa Define _LINUX_TYPES_H to avoid use of kernel types. 1997-04-17 23:29:29 +00:00
Ulrich Drepper
4a6fbb12f2 (struct ip_timestamp): Correct typos. 1997-04-17 23:29:18 +00:00
Ulrich Drepper
3cf9054816 Include <sys/socket.h> to get definition of sa_family_t for
<linux/atalk.h>.
1997-04-17 23:29:03 +00:00
Ulrich Drepper
fc8c13e9e1 (OXTABS): Don't define. 1997-04-17 23:28:40 +00:00
Ulrich Drepper
3cfd9c9ac9 Don't use kernel header because of type clashes. Add all definitions
here.
Correct types according to XPG4.2.
1997-04-17 23:28:26 +00:00
Ulrich Drepper
49d05ecd64 Don't use kernel header because of type clashes. Add all definitions
here.
1997-04-17 23:28:10 +00:00
Ulrich Drepper
a0e78d4ebe Corrected. The mantissa has only 63 bits. 1997-04-17 23:27:35 +00:00
Ulrich Drepper
da3b378848 Remove references to byte order macros. Don't include <endian.h>. 1997-04-17 23:26:52 +00:00
Ulrich Drepper
14f82daac6 [_LIBC]: Define __clearenv and make clearenv a weak alias. 1997-04-17 23:26:33 +00:00
Ulrich Drepper
0c07dfee2c Not needed anymore. 1997-04-17 23:26:23 +00:00
Ulrich Drepper
cdd3026022 Remove old math implementation files. 1997-04-17 23:26:09 +00:00
Ulrich Drepper
f21e0750a8 Correctly handle array of odd length. 1997-04-17 23:25:08 +00:00
Ulrich Drepper
f854c0566e (tests): Correct 64-bit entry. 1997-04-17 23:24:55 +00:00
Ulrich Drepper
b75f2c28f9 (erand48_r): Build double value using ieee754_double union and use
random bits in different order to increase effect of seed.
1997-04-17 23:24:44 +00:00
Ulrich Drepper
6393f70acb (__getopt_nonoption_flags): Remove extern. 1997-04-17 23:24:25 +00:00
Ulrich Drepper
3d5a869794 (_getopt_initialize): Preserve optind.
(_getopt_internal): Set optind to 1 if optind == 0 before
calling _getopt_initialize ().
1997-04-17 23:24:07 +00:00
Ulrich Drepper
12fc66d651 Correct prototype in memmem documentation. 1997-04-17 23:23:45 +00:00
Ulrich Drepper
f1ecbef29e Correct a few typos and errors. 1997-04-17 23:23:26 +00:00
Ulrich Drepper
0c1ed45457 Update malloc documentation for new malloc. 1997-04-17 23:23:09 +00:00
Ulrich Drepper
bf5806397a (dir-add.texi): Simplify. 1997-04-17 23:22:47 +00:00
Ulrich Drepper
bf094836d8 (fREe): Small optimization. Before returning,
add fast check whether the heap containing top can go away.
(mALLOc, rEALLOc, cALLOc, mEMALIGn): When
failing to allocate a new chunk, also try the main_arena.  It may
be that we are only running out of mmapped regions, and other
arenas cannot be enlarged sufficiently.
(new_heap, malloc_extend_top): Handle top_pad more consistently,
i.e. only in new_heap().
1997-04-17 23:22:29 +00:00
Ulrich Drepper
0b67eee38b (proc_utmp_eq): Only use ut_id field if valid. 1997-04-17 23:22:11 +00:00
Ulrich Drepper
82bf05a0ce (_nl_current): Add element with index LC_ALL. 1997-04-17 23:21:42 +00:00
Ulrich Drepper
ea09d877ca (_IO_flush_all_linebuffered): Don't flush on a read-only stream. 1997-04-17 23:21:30 +00:00
Ulrich Drepper
aef475bc34 Rewrite. Don't use the ugly BSD way to write
headers but instead add comments and parameter names.
Don't use BSD specific types in prototypes.
1997-04-17 23:21:04 +00:00
Ulrich Drepper
a0713d8d9b (iruserok): Use access instead of euidaccess. 1997-04-17 23:20:49 +00:00
Ulrich Drepper
5bae2227b8 Make work even in presence of symlinks. 1997-04-17 23:20:34 +00:00
Ulrich Drepper
5703aac7be (depfiles): Remove $(test-srcs). 1997-04-17 23:20:09 +00:00
Ulrich Drepper
c9b41a4451 Add rule to easily generate dir-add.texi file. 1997-04-17 23:19:47 +00:00
Ulrich Drepper
d78af38fec (all): Make sure this is always the default goal. 1997-04-17 23:18:16 +00:00
Ulrich Drepper
f958e42835 Fix reverse arguments. 1997-04-10 20:01:42 +00:00
Ulrich Drepper
5e0fd15720 . 1997-04-10 18:23:27 +00:00
Ulrich Drepper
99f1dfad31 (sunrpc-headers): Add clnt.h. 1997-04-10 18:22:55 +00:00
Ulrich Drepper
d33c4d286a . 1997-04-06 13:53:55 +00:00
Ulrich Drepper
7f0ddd1987 (ut_xtime): New symbol.
(ut_time): define it only if _NO_UT_TIME is not defined.
1997-04-06 01:01:56 +00:00
Ulrich Drepper
9359e4cbf3 (__finitel): Shift return value by 31 positions to get 0/1 result. 1997-04-06 00:48:10 +00:00
Ulrich Drepper
72de2dcd21 (_IO_file_overflow): Set error when try to write on a read-only
stream.
1997-04-06 00:43:48 +00:00
Ulrich Drepper
ab8080455c Use autoconf macro to check for compiler. cvs/libc20x-ud-970404 1997-04-05 00:48:45 +00:00
Ulrich Drepper
f1698e08cc Optimize writing of profiling info. 1997-04-05 00:48:13 +00:00
Ulrich Drepper
b8a7384521 Correct result of parse_line correctly. 1997-04-05 00:47:27 +00:00
Ulrich Drepper
d97aad47e3 Don't use fixed static buffers. 1997-04-05 00:47:09 +00:00
Ulrich Drepper
789a98d932 Describe new error codes and strerror_r function. 1997-04-05 00:46:39 +00:00
Ulrich Drepper
c075fbc99c Make sure out of memory error is correctly signaled. 1997-04-05 00:46:10 +00:00