summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
1997-03-22Update.glibc-2.0.2cvs/glibc-2_0_2Ulrich Drepper
1997-03-22(OXTABS): Define as alias for XTABS.Ulrich Drepper
1997-03-22Update.Ulrich Drepper
1997-03-22Remove special case when OXTABS is not defined. Revert patch ofUlrich Drepper
1997-03-22Update.Ulrich Drepper
1997-03-22Update.Ulrich Drepper
1997-03-21i386 specific definitions for gmon.Ulrich Drepper
1997-03-21Update.Ulrich Drepper
1997-03-21(distribute): Add BUGS.Ulrich Drepper
1997-03-21List of known bugs.Ulrich Drepper
1997-03-21Update.Ulrich Drepper
1997-03-21(CALL_MCOUNT): Clear this macro so ENTRY(__syscall_error) doesn'tUlrich Drepper
1997-03-21Include ctype.h for isdigit.Ulrich Drepper
1997-03-21Don't emulate writev with small UIO_FASTIOV value by multiple writevUlrich Drepper
1997-03-21Don't emulate readv with small UIO_FASTIOV value by multiple readvUlrich Drepper
1997-03-21Rename and alias readv to __readv and writev to __writev.Ulrich Drepper
1997-03-21Rename and alias readv to __readv.Ulrich Drepper
1997-03-21Rename and alias writev to __writev.Ulrich Drepper
1997-03-21Define __LIBC_M81_MATH_INLINES instead of __NO_M81_MATH_INLINES.Ulrich Drepper
1997-03-21[PROF] (_dl_runtime_resolve): Don't use regparam mechanism for call ofUlrich Drepper
1997-03-21[$(subdir)=gmon] (sysdep_routines): Add i386-mcount.Ulrich Drepper
1997-03-21Initialize `quotient' and `mask'.Ulrich Drepper
1997-03-21Exit with error status when we have an error.Ulrich Drepper
1997-03-21(main): Save the value of errno since printf may modify it, use theUlrich Drepper
1997-03-21Correct tests.Ulrich Drepper
1997-03-21It is not illegal to parse a minus sign in the strtouXX functions.Ulrich Drepper
1997-03-21Declare __writev and __readv.Ulrich Drepper
1997-03-21Revert the bulk of the 960930 changes, as they affect the alignment,Ulrich Drepper
1997-03-21Declare the variables with aligned tags to compensate.Ulrich Drepper
1997-03-21[$(elf)=yes] (+prector, +postctor): New variables forUlrich Drepper
1997-03-21Fix typo.Ulrich Drepper
1997-03-21ix86 specific mcount entry point which preserves all registers.Ulrich Drepper
1997-03-21Add machine-gmon.h.Ulrich Drepper
1997-03-21Additional ix86 specific files to distribute.Ulrich Drepper
1997-03-21(glob): Fix completely broken handling of GLOB_BRACE and partly borkenUlrich Drepper
1997-03-20Some more optimization and unused variables removed.Ulrich Drepper
1997-03-20(RESOLVE): Don't try to resolve local symbols.Ulrich Drepper
1997-03-20(tests): Add $(test-srcs).Ulrich Drepper
1997-03-20(depfiles, common-mostlyclean): Add $(test-srcs).Ulrich Drepper
1997-03-20(all-sources): Add $(test-srcs).Ulrich Drepper
1997-03-20(srcs): Add $(test-srcs).Ulrich Drepper
1997-03-20Update.Ulrich Drepper
1997-03-20(msync): Add parameter `flags' to match generic prototype.Ulrich Drepper
1997-03-20Add definition for `signbit' function. Future releases will have thisUlrich Drepper
1997-03-20Handle x == +-0 as a special case since tanh(-0) == -0.Ulrich Drepper
1997-03-20Correct former completely bogus code. It never worked correctly.Ulrich Drepper
1997-03-20Optimize code by avoiding unneeded access to FP number.Ulrich Drepper
1997-03-20Handle x == +-0 as a special case since expm1(-0) == -0.Ulrich Drepper
1997-03-20Correct recognition of mantissa overflow.Ulrich Drepper
1997-03-20Correct fatal bug in jump to `__sigsetjmp' in PIC code.Ulrich Drepper