summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1997-04-19Don't automatically ignore .c files os .S or .s files are ignored.Ulrich Drepper
1997-04-19Not used anymore.root
1997-04-18Update.Ulrich Drepper
1997-04-18Remade for experimental-2.0.3Ulrich Drepper
1997-04-18Update.cvs/libc20x-ud-970417Ulrich Drepper
1997-04-18Rewrite of initfini.Ulrich Drepper
1997-04-17(strftime): Remove __restrict in declaration.Ulrich Drepper
1997-04-17Interpret year number 00-59 as 2000--2059.Ulrich Drepper
1997-04-17(memset_space): Increment pointer.Ulrich Drepper
1997-04-17(TTYDEF_OFLAG): Use either OXTABS or TAB3, if one of them is defined.Ulrich Drepper
1997-04-17(shmat, shmdt): Correct types.Ulrich Drepper
1997-04-17Define _LINUX_TYPES_H to avoid use of kernel types.Ulrich Drepper
1997-04-17(struct ip_timestamp): Correct typos.Ulrich Drepper
1997-04-17Include <sys/socket.h> to get definition of sa_family_t forUlrich Drepper
1997-04-17(OXTABS): Don't define.Ulrich Drepper
1997-04-17Don't use kernel header because of type clashes. Add all definitionsUlrich Drepper
1997-04-17Don't use kernel header because of type clashes. Add all definitionsUlrich Drepper
1997-04-17Corrected. The mantissa has only 63 bits.Ulrich Drepper
1997-04-17Remove references to byte order macros. Don't include <endian.h>.Ulrich Drepper
1997-04-17[_LIBC]: Define __clearenv and make clearenv a weak alias.Ulrich Drepper
1997-04-17Not needed anymore.Ulrich Drepper
1997-04-17Remove old math implementation files.Ulrich Drepper
1997-04-17Correctly handle array of odd length.Ulrich Drepper
1997-04-17(tests): Correct 64-bit entry.Ulrich Drepper
1997-04-17(erand48_r): Build double value using ieee754_double union and useUlrich Drepper
1997-04-17(__getopt_nonoption_flags): Remove extern.Ulrich Drepper
1997-04-17(_getopt_initialize): Preserve optind.Ulrich Drepper
1997-04-17Correct prototype in memmem documentation.Ulrich Drepper
1997-04-17Correct a few typos and errors.Ulrich Drepper
1997-04-17Update malloc documentation for new malloc.Ulrich Drepper
1997-04-17(dir-add.texi): Simplify.Ulrich Drepper
1997-04-17(fREe): Small optimization. Before returning,Ulrich Drepper
1997-04-17(proc_utmp_eq): Only use ut_id field if valid.Ulrich Drepper
1997-04-17(_nl_current): Add element with index LC_ALL.Ulrich Drepper
1997-04-17(_IO_flush_all_linebuffered): Don't flush on a read-only stream.Ulrich Drepper
1997-04-17Rewrite. Don't use the ugly BSD way to writeUlrich Drepper
1997-04-17(iruserok): Use access instead of euidaccess.Ulrich Drepper
1997-04-17Make work even in presence of symlinks.Ulrich Drepper
1997-04-17(depfiles): Remove $(test-srcs).Ulrich Drepper
1997-04-17Add rule to easily generate dir-add.texi file.Ulrich Drepper
1997-04-17(all): Make sure this is always the default goal.Ulrich Drepper
1997-04-10Fix reverse arguments.Ulrich Drepper
1997-04-10.Ulrich Drepper
1997-04-10(sunrpc-headers): Add clnt.h.Ulrich Drepper
1997-04-06.Ulrich Drepper
1997-04-06(ut_xtime): New symbol.Ulrich Drepper
1997-04-06(__finitel): Shift return value by 31 positions to get 0/1 result.Ulrich Drepper
1997-04-06(_IO_file_overflow): Set error when try to write on a read-onlyUlrich Drepper
1997-04-05Use autoconf macro to check for compiler.cvs/libc20x-ud-970404Ulrich Drepper
1997-04-05Optimize writing of profiling info.Ulrich Drepper