aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-01release 1.0.4v1.0.4Rich Felker2-1/+31
2014-07-28add missing yes/no strings to nl_langinfoRich Felker1-2/+2
2014-07-28fix nl_langinfo table for LC_TIME era-related itemsRich Felker1-1/+2
2014-07-28fix regression that negated some mips syscall error returnsRich Felker1-5/+5
2014-07-28fix mips struct stat dev_t members for big endianRich Felker1-20/+81
2014-07-28fix missing barriers in powerpc atomic storeRich Felker1-1/+5
2014-07-28fix microblaze atomic storeRich Felker1-1/+3
2014-07-28fix missing barrier instructions in powerpc atomic asmRich Felker1-1/+4
2014-07-28fix missing barrier instructions in mips atomic asmRich Felker1-14/+18
2014-07-28use memory constraints for mips atomic asmRich Felker1-24/+24
2014-07-28fix build breakage from ppc asm constraints changeRich Felker1-3/+3
2014-07-28remove cruft from microblaze atomic.hRich Felker1-13/+0
2014-07-28fix broken constraints for powerpc atomic cas asmRich Felker1-1/+1
2014-07-28fix microblaze definition of struct statRich Felker1-3/+2
2014-07-28fix crash in regexec for nonzero nmatch argument with REG_NOSUBRich Felker1-0/+1
2014-07-28work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1Rich Felker8-30/+9
2014-07-28simplify __stdio_exit static linking logicRich Felker4-16/+12
2014-07-28fix the %m specifier in syslogClément Vasseur1-0/+3
2014-07-28make dynamic linker accept colon as a separator for LD_PRELOADRich Felker1-2/+2
2014-07-28fix typo in microblaze setjmp asmRich Felker1-1/+1
2014-07-28fix multiple issues in legacy function getpassRich Felker1-5/+6
2014-07-28fix failure of wide printf/scanf functions to set wide orientationRich Felker2-0/+3
2014-07-28fix incorrect return value for fwide functionRich Felker1-1/+2
2014-07-28fix aliasing violations in mbtowc and mbrtowcRich Felker2-2/+4
2014-07-28remove hack in syslog.h that resulted in aliasing violationsRich Felker1-6/+2
2014-07-28fix incorrect comparison loop condition in memmemRich Felker1-2/+2
2014-07-28fix powerpc dynamic linker thread-pointer-relative relocationsRich Felker1-3/+3
2014-07-28fix missing argument to syscall in fanotify_markClément Vasseur1-1/+1
2014-07-28prepare pthread_create.c for cherry-picking from masterRich Felker1-0/+2
2014-07-28fix gethostby*_r result pointer value on errorRich Felker2-0/+4
2014-06-06release 1.0.3v1.0.3Rich Felker2-1/+17
2014-06-06fix multiple validation issues in dns response label parsingSzabolcs Nagy1-4/+6
2014-06-06remove some dummy "ent" function aliases that duplicated real onesRich Felker1-8/+0
2014-06-06fix if_nametoindex return value when interface does not existRich Felker1-1/+1
2014-06-06fix incorrect end pointer in some cases when wcsrtombs stops earlyRich Felker1-7/+15
2014-06-06fix for broken kernel side RLIM_INFINITY on mipsSzabolcs Nagy5-3/+40
2014-06-06fix sendfile syscall to use 64-bit off_tRich Felker1-0/+5
2014-05-20release 1.0.2v1.0.2Rich Felker2-1/+20
2014-05-20trivial formatting fix for the config.mak generated by configureRich Felker1-1/+1
2014-05-20fix unhandled cases in strptimeRich Felker1-5/+16
2014-05-20add configure check for broken gcc 4.9.0 and possibly other versionsRich Felker1-5/+37
2014-05-20add configure check for working compilerRich Felker1-0/+9
2014-05-20fix strftime %s not to zero pad with default width=2Szabolcs Nagy1-0/+1
2014-05-20remove useless __yield alias for sched_yieldRich Felker1-4/+1
2014-05-20fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.hRich Felker1-1/+2
2014-05-20fix superh nofpu check on old gcc versionsBobby Bingham1-1/+1
2014-05-20perform minimal sanity checks on zoneinfo files loaded via TZ variableRich Felker1-0/+5
2014-05-20fix false negatives with periodic needles in strstr, wcsstr, and memmemRich Felker3-3/+3
2014-04-16release 1.0.1v1.0.1Rich Felker2-1/+19
2014-04-16fix deadlock race in pthread_onceRich Felker1-2/+1