Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update.glibc-2.0.2cvs/glibc-2_0_2 | 1997-03-22 | 2 | -1/+19 | |
| | |||||
* | (OXTABS): Define as alias for XTABS. | 1997-03-22 | 2 | -0/+8 | |
| | |||||
* | Update. | 1997-03-22 | 2 | -2/+10 | |
| | |||||
* | Remove special case when OXTABS is not defined. Revert patch of | 1997-03-22 | 1 | -4/+0 | |
| | | | | Sun Dec 15 16:33:44 1996. | ||||
* | Update. | 1997-03-22 | 1 | -1/+13 | |
| | |||||
* | Update. | 1997-03-22 | 1 | -7/+7 | |
| | |||||
* | i386 specific definitions for gmon. | 1997-03-21 | 1 | -0/+41 | |
| | |||||
* | Update. | 1997-03-21 | 1 | -0/+2 | |
| | |||||
* | (distribute): Add BUGS. | 1997-03-21 | 1 | -1/+1 | |
| | |||||
* | List of known bugs. | 1997-03-21 | 1 | -0/+37 | |
| | |||||
* | Update. | 1997-03-21 | 1 | -1/+82 | |
| | |||||
* | (CALL_MCOUNT): Clear this macro so ENTRY(__syscall_error) doesn't | 1997-03-21 | 1 | -1/+4 | |
| | | | | insert a call to _mcount, which clobbers %eax. | ||||
* | Include ctype.h for isdigit. | 1997-03-21 | 1 | -0/+1 | |
| | |||||
* | Don't emulate writev with small UIO_FASTIOV value by multiple writev | 1997-03-21 | 1 | -18/+13 | |
| | | | | calls since we need atomicity. | ||||
* | Don't emulate readv with small UIO_FASTIOV value by multiple readv | 1997-03-21 | 1 | -20/+12 | |
| | | | | calls since we need atomicity. | ||||
* | Rename and alias readv to __readv and writev to __writev. | 1997-03-21 | 1 | -2/+2 | |
| | |||||
* | Rename and alias readv to __readv. | 1997-03-21 | 2 | -18/+22 | |
| | |||||
* | Rename and alias writev to __writev. | 1997-03-21 | 2 | -18/+22 | |
| | |||||
* | Define __LIBC_M81_MATH_INLINES instead of __NO_M81_MATH_INLINES. | 1997-03-21 | 11 | -201/+206 | |
| | |||||
* | [PROF] (_dl_runtime_resolve): Don't use regparam mechanism for call of | 1997-03-21 | 1 | -2/+30 | |
| | | | | `fixup' call. | ||||
* | [$(subdir)=gmon] (sysdep_routines): Add i386-mcount. | 1997-03-21 | 1 | -0/+4 | |
| | |||||
* | Initialize `quotient' and `mask'. | 1997-03-21 | 2 | -21/+19 | |
| | |||||
* | Exit with error status when we have an error. | 1997-03-21 | 1 | -18/+25 | |
| | |||||
* | (main): Save the value of errno since printf may modify it, use the | 1997-03-21 | 1 | -15/+18 | |
| | | | | saved errno everywhere. | ||||
* | Correct tests. | 1997-03-21 | 1 | -28/+34 | |
| | | | | | (main): Save the value of errno since printf may modify it, use the saved errno everywhere. | ||||
* | It is not illegal to parse a minus sign in the strtouXX functions. | 1997-03-21 | 1 | -2/+0 | |
| | | | | The results gets simply negated. | ||||
* | Declare __writev and __readv. | 1997-03-21 | 1 | -1/+5 | |
| | |||||
* | Revert the bulk of the 960930 changes, as they affect the alignment, | 1997-03-21 | 1 | -21/+27 | |
| | | | | and therefore the end padding of the structs. | ||||
* | Declare the variables with aligned tags to compensate. | 1997-03-21 | 1 | -36/+58 | |
| | | | | Use __writev instead of write for the I/O. | ||||
* | [$(elf)=yes] (+prector, +postctor): New variables for | 1997-03-21 | 1 | -2/+4 | |
| | | | | | crtbegin.o/crtend.o, using gcc to find them. (+link): Use them. | ||||
* | Fix typo. | 1997-03-21 | 1 | -1/+1 | |
| | |||||
* | ix86 specific mcount entry point which preserves all registers. | 1997-03-21 | 1 | -0/+65 | |
| | |||||
* | Add machine-gmon.h. | 1997-03-21 | 1 | -0/+1 | |
| | |||||
* | Additional ix86 specific files to distribute. | 1997-03-21 | 1 | -0/+1 | |
| | |||||
* | (glob): Fix completely broken handling of GLOB_BRACE and partly borken | 1997-03-21 | 1 | -107/+187 | |
| | | | | handling of GLOB_TILDE: | ||||
* | Some more optimization and unused variables removed. | 1997-03-20 | 2 | -5/+1 | |
| | |||||
* | (RESOLVE): Don't try to resolve local symbols. | 1997-03-20 | 1 | -3/+6 | |
| | |||||
* | (tests): Add $(test-srcs). | 1997-03-20 | 1 | -5/+5 | |
| | |||||
* | (depfiles, common-mostlyclean): Add $(test-srcs). | 1997-03-20 | 1 | -4/+5 | |
| | |||||
* | (all-sources): Add $(test-srcs). | 1997-03-20 | 1 | -1/+1 | |
| | |||||
* | (srcs): Add $(test-srcs). | 1997-03-20 | 1 | -4/+4 | |
| | |||||
* | Update. | 1997-03-20 | 1 | -0/+106 | |
| | |||||
* | (msync): Add parameter `flags' to match generic prototype. | 1997-03-20 | 1 | -15/+15 | |
| | |||||
* | Add definition for `signbit' function. Future releases will have this | 1997-03-20 | 3 | -0/+36 | |
| | | | | function. | ||||
* | Handle x == +-0 as a special case since tanh(-0) == -0. | 1997-03-20 | 3 | -6/+13 | |
| | |||||
* | Correct former completely bogus code. It never worked correctly. | 1997-03-20 | 1 | -11/+8 | |
| | |||||
* | Optimize code by avoiding unneeded access to FP number. | 1997-03-20 | 2 | -8/+10 | |
| | |||||
* | Handle x == +-0 as a special case since expm1(-0) == -0. | 1997-03-20 | 3 | -9/+15 | |
| | |||||
* | Correct recognition of mantissa overflow. | 1997-03-20 | 2 | -14/+16 | |
| | |||||
* | Correct fatal bug in jump to `__sigsetjmp' in PIC code. | 1997-03-20 | 2 | -30/+54 | |
| |