1997-03-20 |
Ulrich Drepper | (tests): Add $(test-srcs). |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | (depfiles, common-mostlyclean): Add $(test-srcs). |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | (all-sources): Add $(test-srcs). |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | (srcs): Add $(test-srcs). |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | Update. |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | (msync): Add parameter `flags' to match generic prototype. |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | Add definition for `signbit' function. Future releases... |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | Handle x == +-0 as a special case since tanh(-0) =... |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | Correct former completely bogus code. It never worked... |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | Optimize code by avoiding unneeded access to FP number. |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | Handle x == +-0 as a special case since expm1(-0) ... |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | Correct recognition of mantissa overflow. |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | Correct fatal bug in jump to `__sigsetjmp' in PIC code. |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | Include <sys/types.h>. |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | Change references of ANSI C to ISO C. |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | Avoid whitespace before argument of macro call that... |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | Make compatible with traditional preprocessor; |
commit | commitdiff | tree |
1997-03-20 |
Ulrich Drepper | (output/write_some): Don't try and write more than... |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Correct dependencies for test-tz. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Don't use MAX_IOVEC. Test for UIO_FASTIOV and set... |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Update feature tests. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Update. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Include <kernel_stat.h>, not "kernel_stat.h". |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Update. cvs/libc20x-ud-970318 |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | SCO 3.2.4 specific files to distribute. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Add __getpgid.c and __setpgid.c. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Add glob. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Add bsdstat.h, setrguid.c, and setruid.c. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Add direct.h. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Add netinet/tcp.h. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | [$(subdir)=inet] (sysdep_headers): Remove netinet/ip.h. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | (headers): Add netinet/ip.h again. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Genric IP definitions |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Move to sysdeps/generic/netinet |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Update. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | ($(tardir).tar): Prefer writing temporary file to ... |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Update. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | (headers): Remove netinet/ip.h. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | [$(subdir)=inet] (sysdep_headers): Add netinet/ip.h. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Remade for experimental-2.0.2 |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Compatibility versions for early 2.0 version of the... |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Update. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Add stat, fstat, xstat, readv, and writev syscalls. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | Update from 2.1.x branch. |
commit | commitdiff | tree |
1997-03-19 |
Ulrich Drepper | (__setjmp): Fix fatal bug where 0 argument is placed... |
commit | commitdiff | tree |
1997-03-18 |
Ulrich Drepper | (__offtime): Change type of `yg' to long int. |
commit | commitdiff | tree |
1997-03-18 |
Ulrich Drepper | (PPP_VERSION): Define to 2.2.0 to prevent version mismatch. |
commit | commitdiff | tree |
1997-03-18 |
Ulrich Drepper | (_nss_nis_getservbyname_r): Allow protocol=NULL to... |
commit | commitdiff | tree |
1997-03-18 |
Ulrich Drepper | (servbyname): Match any protocol if proto==NULL. |
commit | commitdiff | tree |
1997-03-18 |
Ulrich Drepper | Don't define O_NORW. |
commit | commitdiff | tree |
1997-03-18 |
Ulrich Drepper | (setenv): Don't copy name when we reuse the buffer... |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Update. cvs/libc20x-ud-970316 |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | update from main archive 970316 cvs/glibc-2_0_4 cvs/libc20x-97031 cvs/libc20x-970316 cvs/libc20x-970318 cvs/libc20x-970319 cvs/libc20x-970404 cvs/libc20x-970417 glibc-2.0.4 |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Add handling of correct stat structure |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | m68k specific infinity values |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | ix87 specific infinity values |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | regex test suite |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | (recursive): Return rp to caller. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Update from tzcode1997c. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Don't use incompatible kernel header. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Add PF_FILE as synonym for PF_LOCAL and AF_FILE as... |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | (struct stat): Change definition to use prescribed... |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Add copyright. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | [__USE_GNU]: Add O_READ, O_WRITE and O_NORW. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Add kernel_stat.h. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Don't copy whole `struct dirent' record, only reclen... |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Update copyright. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Update copyright. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Define as __euidaccess and make euidaccess weak alias. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Add cast to prevent warning. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Distinguish error cases for x is +0 or -0. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Do not raise exception expect when in SVID mode. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | (huge, tiny): Adapt values for long double type. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Rewrite to return -1 for -inf. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Correct return value. Discard first stack element... |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Return -1 for -inf. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Change return value for -inf argument to -1.0. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Major rewrite to handle special cases. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Optimize branch code. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Fix bug in FPU stack handling. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Remove definition of long double definition. Make... |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | (nofini): *Really* align stack to 8-byte boundary. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | (msync): Add third parameter. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | (__need_error_t): New macro, before including <errno.h> |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | (_tens_in_limb) [BITS_PER_MP_LIMB > 32]: Make all numbe... |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Use __va_copy if available. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | (vasprintf): Give full prototype. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Add prototype for __euidaccess. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Merge with regex sources from Arnold Robbins' version... |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | (distribute): Add TESTS, TESTS2C.sed, and testcases.h. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | (_nss_files_gethostbyname2_r): New functions. Compare... |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | (_nss_nis_gethostbyname2_r): New functions. Compare... |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Rewrite NIS code to allow empty keys. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Rewrite NIS code to allow empty keys. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | (__yp_bind): Fix possible buffer overflow. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | New example for scandir function. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | (EXIT_FAILURE): Fix typo. Patch by robbe@orcus.priv.at. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Add documentation for scandir and alphasort. |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | (mprotect) [_LIBC]: Define as __mprotect to clean up... |
commit | commitdiff | tree |
1997-03-17 |
Ulrich Drepper | Include <mach/kern_return.h>. |
commit | commitdiff | tree |
next |