about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Update. glibc-2.0.2 cvs/glibc-2_0_2Ulrich Drepper1997-03-222-1/+19
* (OXTABS): Define as alias for XTABS.Ulrich Drepper1997-03-222-0/+8
* Update.Ulrich Drepper1997-03-222-2/+10
* Remove special case when OXTABS is not defined. Revert patch ofUlrich Drepper1997-03-221-4/+0
* Update.Ulrich Drepper1997-03-221-1/+13
* Update.Ulrich Drepper1997-03-221-7/+7
* i386 specific definitions for gmon.Ulrich Drepper1997-03-211-0/+41
* Update.Ulrich Drepper1997-03-211-0/+2
* (distribute): Add BUGS.Ulrich Drepper1997-03-211-1/+1
* List of known bugs.Ulrich Drepper1997-03-211-0/+37
* Update.Ulrich Drepper1997-03-211-1/+82
* (CALL_MCOUNT): Clear this macro so ENTRY(__syscall_error) doesn'tUlrich Drepper1997-03-211-1/+4
* Include ctype.h for isdigit.Ulrich Drepper1997-03-211-0/+1
* Don't emulate writev with small UIO_FASTIOV value by multiple writevUlrich Drepper1997-03-211-18/+13
* Don't emulate readv with small UIO_FASTIOV value by multiple readvUlrich Drepper1997-03-211-20/+12
* Rename and alias readv to __readv and writev to __writev.Ulrich Drepper1997-03-211-2/+2
* Rename and alias readv to __readv.Ulrich Drepper1997-03-212-18/+22
* Rename and alias writev to __writev.Ulrich Drepper1997-03-212-18/+22
* Define __LIBC_M81_MATH_INLINES instead of __NO_M81_MATH_INLINES.Ulrich Drepper1997-03-2111-201/+206
* [PROF] (_dl_runtime_resolve): Don't use regparam mechanism for call ofUlrich Drepper1997-03-211-2/+30
* [$(subdir)=gmon] (sysdep_routines): Add i386-mcount.Ulrich Drepper1997-03-211-0/+4
* Initialize `quotient' and `mask'.Ulrich Drepper1997-03-212-21/+19
* Exit with error status when we have an error.Ulrich Drepper1997-03-211-18/+25
* (main): Save the value of errno since printf may modify it, use theUlrich Drepper1997-03-211-15/+18
* Correct tests.Ulrich Drepper1997-03-211-28/+34
* It is not illegal to parse a minus sign in the strtouXX functions.Ulrich Drepper1997-03-211-2/+0
* Declare __writev and __readv.Ulrich Drepper1997-03-211-1/+5
* Revert the bulk of the 960930 changes, as they affect the alignment,Ulrich Drepper1997-03-211-21/+27
* Declare the variables with aligned tags to compensate.Ulrich Drepper1997-03-211-36/+58
* [$(elf)=yes] (+prector, +postctor): New variables forUlrich Drepper1997-03-211-2/+4
* Fix typo.Ulrich Drepper1997-03-211-1/+1
* ix86 specific mcount entry point which preserves all registers.Ulrich Drepper1997-03-211-0/+65
* Add machine-gmon.h.Ulrich Drepper1997-03-211-0/+1
* Additional ix86 specific files to distribute.Ulrich Drepper1997-03-211-0/+1
* (glob): Fix completely broken handling of GLOB_BRACE and partly borkenUlrich Drepper1997-03-211-107/+187
* Some more optimization and unused variables removed.Ulrich Drepper1997-03-202-5/+1
* (RESOLVE): Don't try to resolve local symbols.Ulrich Drepper1997-03-201-3/+6
* (tests): Add $(test-srcs).Ulrich Drepper1997-03-201-5/+5
* (depfiles, common-mostlyclean): Add $(test-srcs).Ulrich Drepper1997-03-201-4/+5
* (all-sources): Add $(test-srcs).Ulrich Drepper1997-03-201-1/+1
* (srcs): Add $(test-srcs).Ulrich Drepper1997-03-201-4/+4
* Update.Ulrich Drepper1997-03-201-0/+106
* (msync): Add parameter `flags' to match generic prototype.Ulrich Drepper1997-03-201-15/+15
* Add definition for `signbit' function. Future releases will have thisUlrich Drepper1997-03-203-0/+36
* Handle x == +-0 as a special case since tanh(-0) == -0.Ulrich Drepper1997-03-203-6/+13
* Correct former completely bogus code. It never worked correctly.Ulrich Drepper1997-03-201-11/+8
* Optimize code by avoiding unneeded access to FP number.Ulrich Drepper1997-03-202-8/+10
* Handle x == +-0 as a special case since expm1(-0) == -0.Ulrich Drepper1997-03-203-9/+15
* Correct recognition of mantissa overflow.Ulrich Drepper1997-03-202-14/+16
* Correct fatal bug in jump to `__sigsetjmp' in PIC code.Ulrich Drepper1997-03-202-30/+54