aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-28fix microblaze definition of struct statRich Felker
2014-07-28fix crash in regexec for nonzero nmatch argument with REG_NOSUBRich Felker
2014-07-28work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker
2014-07-28simplify __stdio_exit static linking logicRich Felker
2014-07-28fix the %m specifier in syslogClément Vasseur
2014-07-28make dynamic linker accept colon as a separator for LD_PRELOADRich Felker
2014-07-28fix typo in microblaze setjmp asmRich Felker
2014-07-28fix multiple issues in legacy function getpassRich Felker
2014-07-28fix failure of wide printf/scanf functions to set wide orientationRich Felker
2014-07-28fix incorrect return value for fwide functionRich Felker
2014-07-28fix aliasing violations in mbtowc and mbrtowcRich Felker
2014-07-28remove hack in syslog.h that resulted in aliasing violationsRich Felker
2014-07-28fix incorrect comparison loop condition in memmemRich Felker
2014-07-28fix powerpc dynamic linker thread-pointer-relative relocationsRich Felker
2014-07-28fix missing argument to syscall in fanotify_markClément Vasseur
2014-07-28prepare pthread_create.c for cherry-picking from masterRich Felker
2014-07-28fix gethostby*_r result pointer value on errorRich Felker
2014-06-06release 1.0.3v1.0.3Rich Felker
2014-06-06fix multiple validation issues in dns response label parsingSzabolcs Nagy
2014-06-06remove some dummy "ent" function aliases that duplicated real onesRich Felker
2014-06-06fix if_nametoindex return value when interface does not existRich Felker
2014-06-06fix incorrect end pointer in some cases when wcsrtombs stops earlyRich Felker
2014-06-06fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy
2014-06-06fix sendfile syscall to use 64-bit off_tRich Felker
2014-05-20release 1.0.2v1.0.2Rich Felker
2014-05-20trivial formatting fix for the config.mak generated by configureRich Felker
2014-05-20fix unhandled cases in strptimeRich Felker
2014-05-20add configure check for broken gcc 4.9.0 and possibly other versionsRich Felker
2014-05-20add configure check for working compilerRich Felker
2014-05-20fix strftime %s not to zero pad with default width=2Szabolcs Nagy
2014-05-20remove useless __yield alias for sched_yieldRich Felker
2014-05-20fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.hRich Felker
2014-05-20fix superh nofpu check on old gcc versionsBobby Bingham
2014-05-20perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker
2014-05-20fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker
2014-04-16release 1.0.1v1.0.1Rich Felker
2014-04-16fix deadlock race in pthread_onceRich Felker
2014-04-16fix RLIMIT_ constants for mipsSzabolcs Nagy
2014-04-16fix fallback code for old kernels in clock_gettimeRich Felker
2014-04-16use hidden visibility rather than protected for syscall internalsRich Felker
2014-04-16math: fix aliasing violation in long double wrappersSzabolcs Nagy
2014-04-16fix search past the end of haystack in memmemTimo Teräs
2014-04-16fix printf rounding with %g for some corner case midpointsRich Felker
2014-04-16fix failure of printf %g to strip trailing zeros in some casesRich Felker
2014-04-16fix carry into uninitialized slots during printf floating point roundingRich Felker
2014-04-16fix microblaze syscall register clobbersRich Felker
2014-04-16fix confstr return valueTimo Teräs
2014-04-16include header that declares __syscall_ret where it's definedRich Felker
2014-03-20release 1.0.0v1.0.0Rich Felker
2014-03-20remove claim of XSI coverage from READMERich Felker