about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* update from main archive 970316 glibc-2.0.4 cvs/libc20x-970417 cvs/libc20x-970404 cvs/libc20x-970319 cvs/libc20x-970318 cvs/libc20x-970316 cvs/libc20x-97031 cvs/glibc-2_0_4Ulrich Drepper1997-03-171-6/+36
|
* Add handling of correct stat structureUlrich Drepper1997-03-175-0/+326
|
* m68k specific infinity valuesUlrich Drepper1997-03-171-0/+87
|
* ix87 specific infinity valuesUlrich Drepper1997-03-171-0/+87
|
* regex test suiteUlrich Drepper1997-03-174-0/+452
|
* (recursive): Return rp to caller.Ulrich Drepper1997-03-171-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 Drepper1997-03-177-47/+64
|
* Don't use incompatible kernel header.Ulrich Drepper1997-03-172-3/+158
|
* Add PF_FILE as synonym for PF_LOCAL and AF_FILE as synonym forUlrich Drepper1997-03-172-0/+4
| | | | AF_LOCAL.
* (struct stat): Change definition to use prescribed types for elements.Ulrich Drepper1997-03-172-30/+31
|
* Add copyright.Ulrich Drepper1997-03-171-1/+20
|
* [__USE_GNU]: Add O_READ, O_WRITE and O_NORW.Ulrich Drepper1997-03-172-2/+18
|
* Add kernel_stat.h.Ulrich Drepper1997-03-172-0/+2
|
* Don't copy whole `struct dirent' record, only reclen bytes.Ulrich Drepper1997-03-171-4/+4
|
* Update copyright.Ulrich Drepper1997-03-172-15/+37
| | | | | Define O_FSYNC as alias of O_SYNC. Add BSD compatibility macros FAPPEND, FFSYNC, FNONBLOCK, and FNDELAY.
* Update copyright.Ulrich Drepper1997-03-176-101/+101
|
* Define as __euidaccess and make euidaccess weak alias.Ulrich Drepper1997-03-173-46/+53
|
* Add cast to prevent warning.Ulrich Drepper1997-03-171-16/+17
|
* Distinguish error cases for x is +0 or -0.Ulrich Drepper1997-03-173-9/+18
|
* Do not raise exception expect when in SVID mode.Ulrich Drepper1997-03-173-18/+14
|
* (huge, tiny): Adapt values for long double type.Ulrich Drepper1997-03-171-4/+4
|
* Rewrite to return -1 for -inf.Ulrich Drepper1997-03-173-16/+18
|
* Correct return value. Discard first stack element after fxtract.Ulrich Drepper1997-03-171-0/+1
|
* Return -1 for -inf.Ulrich Drepper1997-03-171-6/+6
|
* Change return value for -inf argument to -1.0.Ulrich Drepper1997-03-173-12/+15
|
* Major rewrite to handle special cases.Ulrich Drepper1997-03-173-37/+618
|
* Optimize branch code.Ulrich Drepper1997-03-176-12/+12
|
* Fix bug in FPU stack handling.Ulrich Drepper1997-03-1712-15/+21
|
* Remove definition of long double definition. Make it the same as theUlrich Drepper1997-03-171-17/+6
| | | | double definition.
* (nofini): *Really* align stack to 8-byte boundary.Ulrich Drepper1997-03-171-0/+2
|
* (msync): Add third parameter.Ulrich Drepper1997-03-171-3/+3
|
* (__need_error_t): New macro, before including <errno.h>Ulrich Drepper1997-03-171-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 toUlrich Drepper1997-03-171-4/+4
| | | | make buggy gccs happy.
* Use __va_copy if available.Ulrich Drepper1997-03-171-6/+22
|
* (vasprintf): Give full prototype.Ulrich Drepper1997-03-171-22/+23
|
* Add prototype for __euidaccess.Ulrich Drepper1997-03-171-0/+1
|
* Merge with regex sources from Arnold Robbins' version in GNU awk.Ulrich Drepper1997-03-172-68/+206
|
* (distribute): Add TESTS, TESTS2C.sed, and testcases.h.Ulrich Drepper1997-03-171-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 forUlrich Drepper1997-03-171-0/+7
| | | | correct address type.
* (_nss_nis_gethostbyname2_r): New functions. Compare result forUlrich Drepper1997-03-171-4/+22
| | | | | correct address type. (_nss_nis_gethostbyname_r): Use _nss_nis_gethostbyname2_r.
* Rewrite NIS code to allow empty keys.Ulrich Drepper1997-03-171-5/+7
|
* Rewrite NIS code to allow empty keys.Ulrich Drepper1997-03-174-234/+344
| | | | Don't ignore return value of yp_all.
* (__yp_bind): Fix possible buffer overflow.Ulrich Drepper1997-03-171-2/+3
|
* New example for scandir function.Ulrich Drepper1997-03-171-0/+29
|
* (EXIT_FAILURE): Fix typo. Patch by robbe@orcus.priv.at.Ulrich Drepper1997-03-171-1/+1
|
* Add documentation for scandir and alphasort.Ulrich Drepper1997-03-171-2/+68
|
* (mprotect) [_LIBC]: Define as __mprotect to clean up namespace.Ulrich Drepper1997-03-171-0/+1
|
* Include <mach/kern_return.h>.Ulrich Drepper1997-03-171-2/+2
|
* Include <mach/mach_traps.h>.Ulrich Drepper1997-03-171-15/+16
| | | | (__spin_lock_solid): Provide arg to swtch_pri.
* Include <mach/mig_support.h>.Ulrich Drepper1997-03-171-14/+15
|