Commit Verlauf

Autor SHA1 Nachricht Datum
  jD91mZM2 3f4fbf9084 Merge branch 'feature/optimise-memcmp' into 'master' vor 6 Jahren
  Benedikt Rascher-Friesenhausen 8e2b7c11b4 Replace `i32` with `c_int` in `memcmp` vor 6 Jahren
  jD91mZM2 91675b5bc8 realpath on redox: don't forget the nul terminator vor 6 Jahren
  jD91mZM2 fba3bf5161 Merge branch 'assert' into 'master' vor 6 Jahren
  jD91mZM2 758f681590 Implement scandir vor 6 Jahren
  jD91mZM2 3c8cb95b80 Cleanup strcasecmp vor 6 Jahren
  jD91mZM2 0de7d30656 Fix S_IS* vor 6 Jahren
  jD91mZM2 028378b8bf Fix double close vor 6 Jahren
  jD91mZM2 418a960f3b Implement realpath vor 6 Jahren
  Benedikt Rascher-Friesenhausen e10a346356 Optimise `memcmp` for speed vor 6 Jahren
  jD91mZM2 26d629674a Implement strcasestr vor 6 Jahren
  jD91mZM2 9d56ce42c6 Implement timer* macros, and GNU's getopt_long vor 6 Jahren
  Tibor Nagy 614b2f5103 Make assert more hygienic vor 6 Jahren
  jD91mZM2 baddbb98d5 Don't reinvent the wheel in strings.h vor 6 Jahren
  jD91mZM2 1acc2a1a32 Initial regex.h implementation vor 6 Jahren
  jD91mZM2 dfa3845c33 Make fread/fwrite retry their respective operations vor 6 Jahren
  jD91mZM2 6dcc8ee8d9 Implement strtof vor 6 Jahren
  Jeremy Soller aec6a48ca4 Merge branch 'termios-baudrate' into 'master' vor 6 Jahren
  Tibor Nagy db4452e98b Add termios baud rate functions vor 6 Jahren
  jD91mZM2 b22d386177 Re-add EOF to bits header vor 6 Jahren
  jD91mZM2 dd711f4dee Fix bug in fread vor 6 Jahren
  jD91mZM2 0451fac66c Delete RawFile in favor of File vor 6 Jahren
  jD91mZM2 d365813c90 Merge branch 'core-io' into 'master' vor 6 Jahren
  jD91mZM2 4f187efc9b Change BUFSIZ type to work with cbindgen vor 6 Jahren
  jD91mZM2 243ce18ecd Implement ftell vor 6 Jahren
  jD91mZM2 21559bb503 Fix redox compilation vor 6 Jahren
  jD91mZM2 afc1ff134a Rewrite IO to use core-io library vor 6 Jahren
  Jeremy Soller aff35892be Add fs module vor 6 Jahren
  Jeremy Soller 7f14fcdee0 Remove c_str functions, replace with CStr vor 6 Jahren
  Jeremy Soller ef9fee5a2b Prepare for use of Write trait by renaming Write to WriteByte vor 6 Jahren