Commit History

Author SHA1 Message Date
  Jeremy Soller 3c2121d4e0 Do not require prefix for hex 6 years ago
  jD91mZM2 460f57b37f Disallow execve on non-executable interpreted files 6 years ago
  jD91mZM2 75c5c04bee Implement a proper mutex type for future usage 6 years ago
  jD91mZM2 23fe526c55 Fix feof and ferror 6 years ago
  jD91mZM2 057d23908a Merge branch 'bugfix/netdb-gethostent' into 'master' 6 years ago
  jD91mZM2 edb95246d4 Fix bug in strncasecmp 6 years ago
  Jeremy Soller e4d87a101a Merge branch 'printf' into 'master' 6 years ago
  jD91mZM2 63882684b2 Implement almost all of printf 6 years ago
  Benedikt Rascher-Friesenhausen 49259d3f01 Don't drop the host aliases pointer vector in `gethostent` 6 years ago
  jD91mZM2 b517629371 Fix timeradd 6 years ago
  jD91mZM2 1f3154b45c Invoke constructors and destructors 6 years ago
  jD91mZM2 116cbda8d2 Merge branch 'test-ctor-dtor' into 'master' 6 years ago
  Tibor Nagy aee3f68117 Add tests for constructors and destructors 6 years ago
  jD91mZM2 f516ff72d8 Merge branch 'regoff_t' into 'master' 6 years ago
  jD91mZM2 0469c0c2c6 Add tests for memcmp and fix a teeny tiny bug 6 years ago
  Tibor Nagy 0f5fa8c9d4 Move regoff_t to regex.h 6 years ago
  jD91mZM2 3f4fbf9084 Merge branch 'feature/optimise-memcmp' into 'master' 6 years ago
  Benedikt Rascher-Friesenhausen 8e2b7c11b4 Replace `i32` with `c_int` in `memcmp` 6 years ago
  jD91mZM2 91675b5bc8 realpath on redox: don't forget the nul terminator 6 years ago
  jD91mZM2 fba3bf5161 Merge branch 'assert' into 'master' 6 years ago
  jD91mZM2 758f681590 Implement scandir 6 years ago
  jD91mZM2 3c8cb95b80 Cleanup strcasecmp 6 years ago
  jD91mZM2 0de7d30656 Fix S_IS* 6 years ago
  jD91mZM2 028378b8bf Fix double close 6 years ago
  jD91mZM2 418a960f3b Implement realpath 6 years ago
  Benedikt Rascher-Friesenhausen e10a346356 Optimise `memcmp` for speed 6 years ago
  jD91mZM2 26d629674a Implement strcasestr 6 years ago
  jD91mZM2 9d56ce42c6 Implement timer* macros, and GNU's getopt_long 6 years ago
  Tibor Nagy 614b2f5103 Make assert more hygienic 6 years ago
  jD91mZM2 baddbb98d5 Don't reinvent the wheel in strings.h 6 years ago