Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
1997-08-25 | Define macros in a special way if gcc is not used and so dev_t is an | 1 | -4/+13 | ||
array. | |||||
1997-08-25 | Include features.h instead of sys/cdefs.h. Pretty print. | 1 | -49/+52 | ||
1997-08-25 | Correct assembler versions to work even for descriptors >= 32. | 1 | -16/+26 | ||
1997-08-25 | Change name of parameters in prototypes of xdr_reference, | 1 | -3/+3 | ||
xdrmem_create, and xdrstdio_create because of clash with g++ internal symbols. | |||||
1997-08-25 | Add missing __END_DECLS. | 1 | -0/+2 | ||
1997-08-25 | Don't define alloca to __alloca since if gcc is used __alloca is not | 1 | -4/+4 | ||
defined to __builtin_alloca and so might not be available. | |||||
1997-08-23 | Update.cvs/glibc-2_0_5pre5 | 3 | -41/+31 | ||
1997-08-23 | Update for more recent ISO 4217 | 1 | -145/+159 | ||
1997-08-23 | Update. | 1 | -0/+24 | ||
1997-08-23 | (__tzset_internal): Fix memory leak when the user specifies a TZ value | 1 | -2/+7 | ||
that uses a default rule file. Do not assume US DST rules when the user specifies that there is no DST. | |||||
1997-08-23 | Remove the IS_* macros, they operate on internal kernel structures and | 1 | -22/+0 | ||
have no place in a user header. | |||||
1997-08-23 | Fix typo. | 1 | -1/+1 | ||
1997-08-23 | Don't use fstat, use fxstat. | 1 | -1/+1 | ||
1997-08-23 | (__srandom_r): Don't use seed 0. Use 1 in this case. | 1 | -1/+2 | ||
1997-08-23 | Make {,v}snprintf functions available is __USE_BSD. | 1 | -5/+7 | ||
1997-08-21 | Regenerated from source files | 1 | -111/+128 | ||
1997-08-16 | . | 1 | -0/+2 | ||
1997-08-16 | Add cthreads.c. | 1 | -1/+3 | ||
1997-08-16 | Update.cvs/libc-ud-970816 | 2 | -0/+89 | ||
1997-08-16 | Interpret no DST information in user provided time zone specification | 1 | -13/+12 | ||
as it is meant: no DST. |