Commit History

Author SHA1 Message Date
  Rich Felker 797cf20a0e fix incorrect return value for fwide function 10 years ago
  Rich Felker 726df5a8bc fix aliasing violations in mbtowc and mbrtowc 10 years ago
  Rich Felker 37eb19e090 remove hack in syslog.h that resulted in aliasing violations 11 years ago
  Rich Felker c65dbec736 fix incorrect comparison loop condition in memmem 11 years ago
  Rich Felker f70401eae5 fix powerpc dynamic linker thread-pointer-relative relocations 11 years ago
  Clément Vasseur af9e1752cd fix missing argument to syscall in fanotify_mark 11 years ago
  Rich Felker 5987b68243 prepare pthread_create.c for cherry-picking from master 10 years ago
  Rich Felker bf9d9ceaa3 fix gethostby*_r result pointer value on error 10 years ago
  Rich Felker 30bd499ae1 release 1.0.3 11 years ago
  Szabolcs Nagy 309cfa4f2c fix multiple validation issues in dns response label parsing 11 years ago
  Rich Felker 8daa49cdfd remove some dummy "ent" function aliases that duplicated real ones 11 years ago
  Rich Felker f8b5cc8a7e fix if_nametoindex return value when interface does not exist 11 years ago
  Rich Felker 5fa12af8da fix incorrect end pointer in some cases when wcsrtombs stops early 11 years ago
  Szabolcs Nagy 94100a0115 fix for broken kernel side RLIM_INFINITY on mips 11 years ago
  Rich Felker 94a2c04c90 fix sendfile syscall to use 64-bit off_t 11 years ago
  Rich Felker 0f8b7e0b61 release 1.0.2 11 years ago
  Rich Felker 27836e2280 trivial formatting fix for the config.mak generated by configure 11 years ago
  Rich Felker ba9cb2e57d fix unhandled cases in strptime 11 years ago
  Rich Felker e0a0574f67 add configure check for broken gcc 4.9.0 and possibly other versions 11 years ago
  Rich Felker df70eae24a add configure check for working compiler 11 years ago
  Szabolcs Nagy 45619f5c23 fix strftime %s not to zero pad with default width=2 11 years ago
  Rich Felker 3555f146a5 remove useless __yield alias for sched_yield 11 years ago
  Rich Felker d7389f0175 fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h 11 years ago
  Bobby Bingham 9612cb38d4 fix superh nofpu check on old gcc versions 11 years ago
  Rich Felker c7776e708e perform minimal sanity checks on zoneinfo files loaded via TZ variable 11 years ago
  Rich Felker e65bb40b30 fix false negatives with periodic needles in strstr, wcsstr, and memmem 11 years ago
  Rich Felker 84613196aa release 1.0.1 11 years ago
  Rich Felker 6ca7c837aa fix deadlock race in pthread_once 11 years ago
  Szabolcs Nagy 52d262fa53 fix RLIMIT_ constants for mips 11 years ago
  Rich Felker 0575c8f7ad fix fallback code for old kernels in clock_gettime 11 years ago