Historique des commits

Auteur SHA1 Message Date
  Tom Almeida d7a0f3d526 Ensure gets stops on newline or bufchar il y a 7 ans
  Tom Almeida bf6db91993 Actually remove stdlib from stdio. This should have been done with wchar being put in, but I messed something up il y a 7 ans
  Tom Almeida 72177be0fa Add a working implementation of gets il y a 7 ans
  Tom Almeida 7277286efd Implement Drop for FILE, so we flush when the process exits il y a 7 ans
  Tom Almeida 81107f8cd1 Don't reset read/write every time we check if we can read or write il y a 7 ans
  Tom Almeida e9cecfead3 Return -1 for error in printf il y a 7 ans
  Tom Almeida 0d61f9f4fd Make sure we can actually write before writing anything when using printf il y a 7 ans
  Tom Almeida da664d4919 Merged relibc with branch il y a 7 ans
  jD91mZM2 30ec8aa2c9 Add redox to CI il y a 7 ans
  jD91mZM2 07dbc6bd76 Fix no_std on redox il y a 7 ans
  jD91mZM2 17778ba1b4 Remove missing rustfmt.toml options il y a 7 ans
  jD91mZM2 9c01673422 Use no_std in inttypes (whoops) il y a 7 ans
  Stephan Vedder cc210361d6 wchar support il y a 7 ans
  jD91mZM2 fb09b03acf Fix compilation on redox il y a 7 ans
  Jeremy Soller 396a6dbb90 Merge branch 'mggmuggins/ci' into 'master' il y a 7 ans
  SamwiseFilmore b911a76de4 Stage and Cache build il y a 7 ans
  jD91mZM2 0567f699a2 Merge branch 'master' into 'master' il y a 7 ans
  jD91mZM2 541fbcf57c Use ptr::null over 0 il y a 7 ans
  jD91mZM2 1fd9a5f249 Moooore fixes :| il y a 7 ans
  Tom Almeida 05b4b76426 Fix some issues il y a 7 ans
  Tom Almeida 10a9081b66 Made sure that something that's unsafe is actually marked as unsafe il y a 7 ans
  Tom Almeida 18418254b9 Made sure lazy_static works with no_std il y a 7 ans
  Tom Almeida 8075447fad Changed FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the code il y a 7 ans
  Tom Almeida 57f7de1e6d Changed FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the code il y a 7 ans
  Tom Almeida 4c65f14f9a Fixed some issues with temporary files and moved some raw pointers to Option<&T>s il y a 7 ans
  Tom Almeida 71fa4026f5 Changed FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the code il y a 7 ans
  Tom Almeida a2dc22123f Merge branch 'master' into 'master' il y a 7 ans
  jD91mZM2 2f6467bce6 Fix test warning il y a 7 ans
  jD91mZM2 674d4e3695 Preallocate because why not il y a 7 ans
  jD91mZM2 234632d319 Workaround compilation errors il y a 7 ans