about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Update. cvs/libc20x-ud-970417Ulrich Drepper1997-04-183-447/+2216
* Rewrite of initfini.Ulrich Drepper1997-04-183-100/+93
* (strftime): Remove __restrict in declaration.Ulrich Drepper1997-04-171-3/+2
* Interpret year number 00-59 as 2000--2059.Ulrich Drepper1997-04-171-1/+1
* (memset_space): Increment pointer.Ulrich Drepper1997-04-171-2/+2
* (TTYDEF_OFLAG): Use either OXTABS or TAB3, if one of them is defined.Ulrich Drepper1997-04-171-5/+13
* (shmat, shmdt): Correct types.Ulrich Drepper1997-04-171-4/+4
* Define _LINUX_TYPES_H to avoid use of kernel types.Ulrich Drepper1997-04-171-0/+26
* (struct ip_timestamp): Correct typos.Ulrich Drepper1997-04-171-74/+94
* Include <sys/socket.h> to get definition of sa_family_t forUlrich Drepper1997-04-171-0/+1
* (OXTABS): Don't define.Ulrich Drepper1997-04-172-8/+0
* Don't use kernel header because of type clashes. Add all definitionsUlrich Drepper1997-04-173-50/+50
* Don't use kernel header because of type clashes. Add all definitionsUlrich Drepper1997-04-171-2/+46
* Corrected. The mantissa has only 63 bits.Ulrich Drepper1997-04-172-14/+14
* Remove references to byte order macros. Don't include <endian.h>.Ulrich Drepper1997-04-172-32/+0
* [_LIBC]: Define __clearenv and make clearenv a weak alias.Ulrich Drepper1997-04-171-0/+10
* Not needed anymore.Ulrich Drepper1997-04-176-855/+0
* Remove old math implementation files.Ulrich Drepper1997-04-171-6/+0
* Correctly handle array of odd length.Ulrich Drepper1997-04-171-1/+2
* (tests): Correct 64-bit entry.Ulrich Drepper1997-04-171-1/+1
* (erand48_r): Build double value using ieee754_double union and useUlrich Drepper1997-04-171-22/+28
* (__getopt_nonoption_flags): Remove extern.Ulrich Drepper1997-04-171-2/+2
* (_getopt_initialize): Preserve optind.Ulrich Drepper1997-04-171-4/+7
* Correct prototype in memmem documentation.Ulrich Drepper1997-04-171-1/+1
* Correct a few typos and errors.Ulrich Drepper1997-04-171-10/+14
* Update malloc documentation for new malloc.Ulrich Drepper1997-04-172-43/+133
* (dir-add.texi): Simplify.Ulrich Drepper1997-04-171-7/+3
* (fREe): Small optimization. Before returning,Ulrich Drepper1997-04-171-30/+87
* (proc_utmp_eq): Only use ut_id field if valid.Ulrich Drepper1997-04-171-22/+50
* (_nl_current): Add element with index LC_ALL.Ulrich Drepper1997-04-171-14/+17
* (_IO_flush_all_linebuffered): Don't flush on a read-only stream.Ulrich Drepper1997-04-171-1/+1
* Rewrite. Don't use the ugly BSD way to writeUlrich Drepper1997-04-171-56/+89
* (iruserok): Use access instead of euidaccess.Ulrich Drepper1997-04-171-1/+1
* Make work even in presence of symlinks.Ulrich Drepper1997-04-171-26/+20
* (depfiles): Remove $(test-srcs).Ulrich Drepper1997-04-171-1/+1
* Add rule to easily generate dir-add.texi file.Ulrich Drepper1997-04-171-0/+2
* (all): Make sure this is always the default goal.Ulrich Drepper1997-04-171-0/+2
* Fix reverse arguments.Ulrich Drepper1997-04-101-16/+16
* .Ulrich Drepper1997-04-101-0/+5
* (sunrpc-headers): Add clnt.h.Ulrich Drepper1997-04-101-1/+1
* .Ulrich Drepper1997-04-061-0/+26
* (ut_xtime): New symbol.Ulrich Drepper1997-04-061-3/+8
* (__finitel): Shift return value by 31 positions to get 0/1 result.Ulrich Drepper1997-04-061-1/+1
* (_IO_file_overflow): Set error when try to write on a read-onlyUlrich Drepper1997-04-061-0/+1
* Use autoconf macro to check for compiler. cvs/libc20x-ud-970404Ulrich Drepper1997-04-051-2/+3
* Optimize writing of profiling info.Ulrich Drepper1997-04-051-14/+38
* Correct result of parse_line correctly.Ulrich Drepper1997-04-053-8/+19
* Don't use fixed static buffers.Ulrich Drepper1997-04-054-54/+209
* Describe new error codes and strerror_r function.Ulrich Drepper1997-04-051-0/+31
* Make sure out of memory error is correctly signaled.Ulrich Drepper1997-04-052-2/+8