about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Update. cvs/glibc-2_0_6-pre2Ulrich Drepper1997-11-201-0/+258
* (CFLAGS-charmap.c): Add -Wno-char-subscripts.Ulrich Drepper1997-11-201-2/+2
* (__mktime_internal): Declare sec_requested even ifUlrich Drepper1997-11-191-1/+1
* (__tzfile_compute): Use negated value of offset for timezoneUlrich Drepper1997-11-192-4/+4
* Update from tzdata1997i.Ulrich Drepper1997-11-191-123/+133
* Change prototype accordingly.Ulrich Drepper1997-11-191-2/+2
* cfsetspeed): Change return value to int.Ulrich Drepper1997-11-191-3/+5
* Include <asm/types.h>.Ulrich Drepper1997-11-191-0/+1
* Correct return value.Ulrich Drepper1997-11-192-4/+4
* Add new values.Ulrich Drepper1997-11-192-2/+6
* Correct loading of return address.Ulrich Drepper1997-11-191-2/+2
* Add new values and correct types in struct cmsghdr.Ulrich Drepper1997-11-191-6/+27
* Define __need_NULL to get definition of NULL.Ulrich Drepper1997-11-192-0/+2
* Correct end condition.Ulrich Drepper1997-11-191-1/+1
* Correct test for too small buffer.Ulrich Drepper1997-11-191-1/+1
* Include <libc-lock.h>, not <bits/libc-lock.h>.Ulrich Drepper1997-11-191-1/+1
* Define __cabs_complex locally and switch to ISO C form.Ulrich Drepper1997-11-193-9/+20
* Correct result for NAN, Inf, 0.0.Ulrich Drepper1997-11-193-3/+3
* Correct result value for x==y.Ulrich Drepper1997-11-191-1/+1
* Cleanup.Ulrich Drepper1997-11-193-2/+3
* Don't use casts, use element access.Ulrich Drepper1997-11-191-9/+8
* Define REVOKE to use revoke function.Ulrich Drepper1997-11-191-2/+8
* Include needed headers and declare myaddress.Ulrich Drepper1997-11-191-0/+9
* Add missing casts.Ulrich Drepper1997-11-191-1/+1
* Handle input like 0.0e1000 correctly.Ulrich Drepper1997-11-191-5/+13
* Remove optimization of mblen.Ulrich Drepper1997-11-191-5/+0
* Change to real implementation, do not call mbtowc.Ulrich Drepper1997-11-191-4/+27
* Define NDEBUG only if not yet defined.Ulrich Drepper1997-11-191-1/+3
* Make sure h_errno is set correctly when returning an error.Ulrich Drepper1997-11-191-3/+12
* Define GLOB_ABORTED and GLOB_ABEND only if __USE_GNU.Ulrich Drepper1997-11-191-1/+7
* (glob): If calling glob_in_dir for a list which was generated byUlrich Drepper1997-11-191-18/+68
* Ignore errors while installing catalog.Ulrich Drepper1997-11-191-1/+4
* Rename struct keydat to struct keydat_t for C++.Ulrich Drepper1997-11-191-10/+10
* Carry over several patches from glibc 2.1 development version toUlrich Drepper1997-11-194-279/+1289
* Declare pselect only if __USE_POSIX.Ulrich Drepper1997-11-191-0/+2
* (hsearch_r): Avoid undefinitely search for non-existing entry ifUlrich Drepper1997-11-191-1/+5
* Use version fromglibc 2.1 which corrects several bugs.Ulrich Drepper1997-11-192-25/+80
* Remove declaration of infnan and cabs.Ulrich Drepper1997-11-191-17/+0
* Correct result type of __ieee754_rem_pio2{,f,l} andUlrich Drepper1997-11-191-7/+7
* Update from 2.1 version.Ulrich Drepper1997-11-194-16/+145
* (Scanning Directory Content): Document error case more.Ulrich Drepper1997-11-191-1/+1
* Define new Linux errors.Ulrich Drepper1997-11-191-1/+13
* Remove malloc_key-data definition.Ulrich Drepper1997-11-191-12/+7
* (obstack_empty_p): New definition.Ulrich Drepper1997-11-191-3/+11
* (setname): Only free the correct memory.Ulrich Drepper1997-11-191-1/+1
* Don't use _POSIX_SOURCE in header.Ulrich Drepper1997-11-191-1/+1
* Don't discard lines after comments.Ulrich Drepper1997-11-191-12/+14
* Correct logic in test for file size.Ulrich Drepper1997-11-191-2/+2
* Ignore possible errors from select function.Ulrich Drepper1997-11-191-1/+4
* Make sure recents gccs don't reorder the code.Ulrich Drepper1997-11-191-1/+1