Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update from main archive 970316glibc-2.0.4cvs/libc20x-970417cvs/libc20x-970404cvs/libc20x-970319cvs/libc20x-970318cvs/libc20x-970316cvs/libc20x-97031cvs/glibc-2_0_4 | Ulrich Drepper | 1997-03-17 | 1 | -6/+36 |
| | |||||
* | Add handling of correct stat structure | Ulrich Drepper | 1997-03-17 | 5 | -0/+326 |
| | |||||
* | m68k specific infinity values | Ulrich Drepper | 1997-03-17 | 1 | -0/+87 |
| | |||||
* | ix87 specific infinity values | Ulrich Drepper | 1997-03-17 | 1 | -0/+87 |
| | |||||
* | regex test suite | Ulrich Drepper | 1997-03-17 | 4 | -0/+452 |
| | |||||
* | (recursive): Return rp to caller. | Ulrich Drepper | 1997-03-17 | 1 | -18/+18 |
| | | | | | | | (strptime_internal): First check for long names, then abbreviated (month & weekday). strptime_internal) [case 'Y']: Always subtract 1900 from year, regardless of century. | ||||
* | Update from tzcode1997c. | Ulrich Drepper | 1997-03-17 | 7 | -47/+64 |
| | |||||
* | Don't use incompatible kernel header. | Ulrich Drepper | 1997-03-17 | 2 | -3/+158 |
| | |||||
* | Add PF_FILE as synonym for PF_LOCAL and AF_FILE as synonym for | Ulrich Drepper | 1997-03-17 | 2 | -0/+4 |
| | | | | AF_LOCAL. | ||||
* | (struct stat): Change definition to use prescribed types for elements. | Ulrich Drepper | 1997-03-17 | 2 | -30/+31 |
| | |||||
* | Add copyright. | Ulrich Drepper | 1997-03-17 | 1 | -1/+20 |
| | |||||
* | [__USE_GNU]: Add O_READ, O_WRITE and O_NORW. | Ulrich Drepper | 1997-03-17 | 2 | -2/+18 |
| | |||||
* | Add kernel_stat.h. | Ulrich Drepper | 1997-03-17 | 2 | -0/+2 |
| | |||||
* | Don't copy whole `struct dirent' record, only reclen bytes. | Ulrich Drepper | 1997-03-17 | 1 | -4/+4 |
| | |||||
* | Update copyright. | Ulrich Drepper | 1997-03-17 | 2 | -15/+37 |
| | | | | | Define O_FSYNC as alias of O_SYNC. Add BSD compatibility macros FAPPEND, FFSYNC, FNONBLOCK, and FNDELAY. | ||||
* | Update copyright. | Ulrich Drepper | 1997-03-17 | 6 | -101/+101 |
| | |||||
* | Define as __euidaccess and make euidaccess weak alias. | Ulrich Drepper | 1997-03-17 | 3 | -46/+53 |
| | |||||
* | Add cast to prevent warning. | Ulrich Drepper | 1997-03-17 | 1 | -16/+17 |
| | |||||
* | Distinguish error cases for x is +0 or -0. | Ulrich Drepper | 1997-03-17 | 3 | -9/+18 |
| | |||||
* | Do not raise exception expect when in SVID mode. | Ulrich Drepper | 1997-03-17 | 3 | -18/+14 |
| | |||||
* | (huge, tiny): Adapt values for long double type. | Ulrich Drepper | 1997-03-17 | 1 | -4/+4 |
| | |||||
* | Rewrite to return -1 for -inf. | Ulrich Drepper | 1997-03-17 | 3 | -16/+18 |
| | |||||
* | Correct return value. Discard first stack element after fxtract. | Ulrich Drepper | 1997-03-17 | 1 | -0/+1 |
| | |||||
* | Return -1 for -inf. | Ulrich Drepper | 1997-03-17 | 1 | -6/+6 |
| | |||||
* | Change return value for -inf argument to -1.0. | Ulrich Drepper | 1997-03-17 | 3 | -12/+15 |
| | |||||
* | Major rewrite to handle special cases. | Ulrich Drepper | 1997-03-17 | 3 | -37/+618 |
| | |||||
* | Optimize branch code. | Ulrich Drepper | 1997-03-17 | 6 | -12/+12 |
| | |||||
* | Fix bug in FPU stack handling. | Ulrich Drepper | 1997-03-17 | 12 | -15/+21 |
| | |||||
* | Remove definition of long double definition. Make it the same as the | Ulrich Drepper | 1997-03-17 | 1 | -17/+6 |
| | | | | double definition. | ||||
* | (nofini): *Really* align stack to 8-byte boundary. | Ulrich Drepper | 1997-03-17 | 1 | -0/+2 |
| | |||||
* | (msync): Add third parameter. | Ulrich Drepper | 1997-03-17 | 1 | -3/+3 |
| | |||||
* | (__need_error_t): New macro, before including <errno.h> | Ulrich Drepper | 1997-03-17 | 1 | -2/+11 |
| | | | | | [!__const] (__const): New macro. [!__error_t_defined] (error_t): New typedef. | ||||
* | (_tens_in_limb) [BITS_PER_MP_LIMB > 32]: Make all numbers unsigned to | Ulrich Drepper | 1997-03-17 | 1 | -4/+4 |
| | | | | make buggy gccs happy. | ||||
* | Use __va_copy if available. | Ulrich Drepper | 1997-03-17 | 1 | -6/+22 |
| | |||||
* | (vasprintf): Give full prototype. | Ulrich Drepper | 1997-03-17 | 1 | -22/+23 |
| | |||||
* | Add prototype for __euidaccess. | Ulrich Drepper | 1997-03-17 | 1 | -0/+1 |
| | |||||
* | Merge with regex sources from Arnold Robbins' version in GNU awk. | Ulrich Drepper | 1997-03-17 | 2 | -68/+206 |
| | |||||
* | (distribute): Add TESTS, TESTS2C.sed, and testcases.h. | Ulrich Drepper | 1997-03-17 | 1 | -2/+9 |
| | | | | | | (tests): Add runtests. (before-compile): Add testcases.h. (testcases.h): New rule to generate header with tests. | ||||
* | (_nss_files_gethostbyname2_r): New functions. Compare result for | Ulrich Drepper | 1997-03-17 | 1 | -0/+7 |
| | | | | correct address type. | ||||
* | (_nss_nis_gethostbyname2_r): New functions. Compare result for | Ulrich Drepper | 1997-03-17 | 1 | -4/+22 |
| | | | | | correct address type. (_nss_nis_gethostbyname_r): Use _nss_nis_gethostbyname2_r. | ||||
* | Rewrite NIS code to allow empty keys. | Ulrich Drepper | 1997-03-17 | 1 | -5/+7 |
| | |||||
* | Rewrite NIS code to allow empty keys. | Ulrich Drepper | 1997-03-17 | 4 | -234/+344 |
| | | | | Don't ignore return value of yp_all. | ||||
* | (__yp_bind): Fix possible buffer overflow. | Ulrich Drepper | 1997-03-17 | 1 | -2/+3 |
| | |||||
* | New example for scandir function. | Ulrich Drepper | 1997-03-17 | 1 | -0/+29 |
| | |||||
* | (EXIT_FAILURE): Fix typo. Patch by robbe@orcus.priv.at. | Ulrich Drepper | 1997-03-17 | 1 | -1/+1 |
| | |||||
* | Add documentation for scandir and alphasort. | Ulrich Drepper | 1997-03-17 | 1 | -2/+68 |
| | |||||
* | (mprotect) [_LIBC]: Define as __mprotect to clean up namespace. | Ulrich Drepper | 1997-03-17 | 1 | -0/+1 |
| | |||||
* | Include <mach/kern_return.h>. | Ulrich Drepper | 1997-03-17 | 1 | -2/+2 |
| | |||||
* | Include <mach/mach_traps.h>. | Ulrich Drepper | 1997-03-17 | 1 | -15/+16 |
| | | | | (__spin_lock_solid): Provide arg to swtch_pri. | ||||
* | Include <mach/mig_support.h>. | Ulrich Drepper | 1997-03-17 | 1 | -14/+15 |
| |