summaryrefslogtreecommitdiffstats
path: root/sysdeps/unix/bsd/sun/sparc (unfollow)
Commit message (Collapse)AuthorFilesLines
1997-08-29(catopen): Correctly determine length of string in NLSPATH environmentUlrich Drepper1-1/+1
variable.
1997-08-29.Ulrich Drepper1-0/+9
1997-08-25Update.glibc-2.0.5cvs/glibc-2_0_5Ulrich Drepper1-0/+29
1997-08-25Define macros in a special way if gcc is not used and so dev_t is anUlrich Drepper1-4/+13
array.
1997-08-25Include features.h instead of sys/cdefs.h. Pretty print.Ulrich Drepper1-49/+52
1997-08-25Correct assembler versions to work even for descriptors >= 32.Ulrich Drepper1-16/+26
1997-08-25Change name of parameters in prototypes of xdr_reference,Ulrich Drepper1-3/+3
xdrmem_create, and xdrstdio_create because of clash with g++ internal symbols.
1997-08-25Add missing __END_DECLS.Ulrich Drepper1-0/+2
1997-08-25Don't define alloca to __alloca since if gcc is used __alloca is notUlrich Drepper1-4/+4
defined to __builtin_alloca and so might not be available.
1997-08-23Update.cvs/glibc-2_0_5pre5Ulrich Drepper3-41/+31
1997-08-23Update for more recent ISO 4217Ulrich Drepper1-145/+159
1997-08-23Update.Ulrich Drepper1-0/+24
1997-08-23(__tzset_internal): Fix memory leak when the user specifies a TZ valueUlrich Drepper1-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-23Remove the IS_* macros, they operate on internal kernel structures andUlrich Drepper1-22/+0
have no place in a user header.
1997-08-23Fix typo.Ulrich Drepper1-1/+1
1997-08-23Don't use fstat, use fxstat.Ulrich Drepper1-1/+1
1997-08-23(__srandom_r): Don't use seed 0. Use 1 in this case.Ulrich Drepper1-1/+2
1997-08-23Make {,v}snprintf functions available is __USE_BSD.Ulrich Drepper1-5/+7
1997-08-21Regenerated from source filesUlrich Drepper1-111/+128
1997-08-16.Ulrich Drepper1-0/+2
1997-08-16Add cthreads.c.Ulrich Drepper1-1/+3
1997-08-16Update.cvs/libc-ud-970816Ulrich Drepper2-0/+89
1997-08-16Interpret no DST information in user provided time zone specificationUlrich Drepper1-13/+12
as it is meant: no DST.