Commit History

Author SHA1 Message Date
  Rich Felker f071365e66 fix multiple stdio functions' behavior on zero-length operations 10 years ago
  Rich Felker 6d14779eab suppress null termination when fgets reads EOF with no data 10 years ago
  Szabolcs Nagy 83eb88d6c2 fix dn_expand empty name handling and offsets to 0 10 years ago
  Rich Felker 53f270f964 fix use of uninitialized memory with application-provided thread stacks 10 years ago
  Szabolcs Nagy 6f5544ac2e fix CPU_EQUAL macro in sched.h 10 years ago
  Rich Felker 8f514e76f6 release 1.0.4 10 years ago
  Rich Felker af7a02a191 add missing yes/no strings to nl_langinfo 10 years ago
  Rich Felker 7de071453d fix nl_langinfo table for LC_TIME era-related items 10 years ago
  Rich Felker 90c9b5fc60 fix regression that negated some mips syscall error returns 10 years ago
  Rich Felker a83f0e7a6b fix mips struct stat dev_t members for big endian 10 years ago
  Rich Felker 1b61e4cab9 fix missing barriers in powerpc atomic store 10 years ago
  Rich Felker 809f1d3e82 fix microblaze atomic store 10 years ago
  Rich Felker 3c548e6eda fix missing barrier instructions in powerpc atomic asm 10 years ago
  Rich Felker e30a16314d fix missing barrier instructions in mips atomic asm 10 years ago
  Rich Felker 806655b225 use memory constraints for mips atomic asm 10 years ago
  Rich Felker 9e8f22fb3e fix build breakage from ppc asm constraints change 10 years ago
  Rich Felker f5b1c23d6c remove cruft from microblaze atomic.h 10 years ago
  Rich Felker b1d89d48aa fix broken constraints for powerpc atomic cas asm 10 years ago
  Rich Felker 1431b29888 fix microblaze definition of struct stat 10 years ago
  Rich Felker f6c971b5b1 fix crash in regexec for nonzero nmatch argument with REG_NOSUB 10 years ago
  Rich Felker 5ee8111104 work around constant folding bug 61144 in gcc 4.9.0 and 4.9.1 10 years ago
  Rich Felker cad5e1c8ba simplify __stdio_exit static linking logic 10 years ago
  Clément Vasseur bdd4c57e25 fix the %m specifier in syslog 11 years ago
  Rich Felker 147cd60d4d make dynamic linker accept colon as a separator for LD_PRELOAD 11 years ago
  Rich Felker 5b589c5492 fix typo in microblaze setjmp asm 11 years ago
  Rich Felker 4de2f79aea fix multiple issues in legacy function getpass 11 years ago
  Rich Felker 7bbf7c1254 fix failure of wide printf/scanf functions to set wide orientation 11 years ago
  Rich Felker 797cf20a0e fix incorrect return value for fwide function 11 years ago
  Rich Felker 726df5a8bc fix aliasing violations in mbtowc and mbrtowc 11 years ago
  Rich Felker 37eb19e090 remove hack in syslog.h that resulted in aliasing violations 11 years ago