about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* release 1.0.2 v1.0.2Rich Felker2014-05-202-1/+20
* trivial formatting fix for the config.mak generated by configureRich Felker2014-05-201-1/+1
* fix unhandled cases in strptimeRich Felker2014-05-201-5/+16
* add configure check for broken gcc 4.9.0 and possibly other versionsRich Felker2014-05-201-5/+37
* add configure check for working compilerRich Felker2014-05-201-0/+9
* fix strftime %s not to zero pad with default width=2Szabolcs Nagy2014-05-201-0/+1
* remove useless __yield alias for sched_yieldRich Felker2014-05-201-4/+1
* fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.hRich Felker2014-05-201-1/+2
* fix superh nofpu check on old gcc versionsBobby Bingham2014-05-201-1/+1
* perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker2014-05-201-0/+5
* fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker2014-05-203-3/+3
* release 1.0.1 v1.0.1Rich Felker2014-04-162-1/+19
* fix deadlock race in pthread_onceRich Felker2014-04-161-2/+1
* fix RLIMIT_ constants for mipsSzabolcs Nagy2014-04-169-2/+10
* fix fallback code for old kernels in clock_gettimeRich Felker2014-04-161-1/+1
* use hidden visibility rather than protected for syscall internalsRich Felker2014-04-161-1/+1
* math: fix aliasing violation in long double wrappersSzabolcs Nagy2014-04-162-2/+10
* fix search past the end of haystack in memmemTimo Teräs2014-04-161-0/+1
* fix printf rounding with %g for some corner case midpointsRich Felker2014-04-161-1/+1
* fix failure of printf %g to strip trailing zeros in some casesRich Felker2014-04-161-1/+1
* fix carry into uninitialized slots during printf floating point roundingRich Felker2014-04-161-1/+1
* fix microblaze syscall register clobbersRich Felker2014-04-161-7/+7
* fix confstr return valueTimo Teräs2014-04-161-1/+1
* include header that declares __syscall_ret where it's definedRich Felker2014-04-161-0/+1
* release 1.0.0 v1.0.0Rich Felker2014-03-202-1/+43
* remove claim of XSI coverage from READMERich Felker2014-03-201-2/+1
* update README in preparation for releaseRich Felker2014-03-201-59/+21
* update INSTALL file with new information and better adviceRich Felker2014-03-201-109/+114
* update COPYRIGHT file with additional contributor informationRich Felker2014-03-201-22/+54
* configure: check for __ILP32__ if arch is x86_64rofl0r2014-03-191-0/+4
* fix signal.h breakage from moving stack_t to arch-specific bitsRich Felker2014-03-189-48/+50
* fix mips stack_tRich Felker2014-03-181-1/+1
* move signal.h definition of stack_t to arch-specific bitsRich Felker2014-03-189-6/+48
* fix mips sigsetjmp asm to match fixed jmp_buf sizeRich Felker2014-03-181-1/+1
* fix typo in filename used in sh portRich Felker2014-03-181-0/+0
* fix size of mips jmp_bufRich Felker2014-03-181-1/+1
* remove useless and incorrect uc_regspace member from mips ucontext_tRich Felker2014-03-181-1/+0
* use syscall_arg_t for arguments in public syscall() functionRich Felker2014-03-181-7/+7
* make configure accept alternate gcc tuples for x32Rich Felker2014-03-171-1/+1
* x32: fix struct statfsrofl0r2014-03-171-2/+4
* fix negated error codes from ptsname_rRich Felker2014-03-171-1/+1
* superh: fix dynamic linking of __fpscr_valuesBobby Bingham2014-03-162-1/+7
* semctl: fix UB causing crashes on powerpcrofl0r2014-03-131-4/+8
* fix statfs struct on mipsSzabolcs Nagy2014-03-121-3/+4
* fix semid_ds structure on mipsSzabolcs Nagy2014-03-121-2/+0
* fix socket.h struct msghdr member types on powerpcRich Felker2014-03-111-4/+4
* fix sysvipc structures on powerpcRich Felker2014-03-114-20/+16
* move struct semid_ds to from shared sys/sem.h to bitsRich Felker2014-03-119-16/+129
* math.h: make __FLOAT_BITS and __DOUBLE_BITS C89Szabolcs Nagy2014-03-091-2/+4
* fix incorrect rounding in printf floating point corner casesRich Felker2014-03-091-2/+2