Historique des commits

Auteur SHA1 Message Date
  Ian Douglas Scott b7d68895b0 Use build matrix on Travis CI il y a 7 ans
  Timothy Bess 06de920be6 * remove unnecessary assignments il y a 7 ans
  Tom Almeida d8139238e7 Merged master with branch il y a 7 ans
  Tom Almeida c24d1e2b36 Removed all function pointers in FILE, moved internal functions to be member functions of FILE, made relevant *mut FILEs into &mut FILE and made suitable functions safe again il y a 7 ans
  Tom Almeida d7965f2598 Made it so that AtomicBool exports as volatile char il y a 7 ans
  Tom Almeida 25501b3640 Changed redox lseek to have the same function signature as the linux version il y a 7 ans
  Tom Almeida b33c3a8e4f Merge branch 'master' into master il y a 7 ans
  Jeremy Soller 362849f0f6 Merge pull request #91 from tdbgamer/master il y a 7 ans
  Timothy Bess e91891625f * add strtok_r il y a 7 ans
  Timothy Bess 898cf98ccc * fix test case a bit il y a 7 ans
  Timothy Bess f60fafe8fb * create basic strtok il y a 7 ans
  Timothy Bess bebbd35e1a Issue #89 il y a 7 ans
  Tom Almeida 2cb0a994b8 Merge branch 'master' into master il y a 7 ans
  Tom Almeida 659d3d1042 Changed object type of function pointers from Option<*const (Fn(...))> to Option<fn(...)> for readability il y a 7 ans
  Jeremy Soller d75535974a Merge pull request #74 from sajattack/wait il y a 7 ans
  Tom Almeida 81d96c214a Ran formatting for freopen() il y a 7 ans
  Tom Almeida 8d40424020 Added freopen() and relevant tests il y a 7 ans
  Paul Sajna 2610fdd126 Merge branch 'wait' of github.com:sajattack/relibc into wait il y a 7 ans
  Paul Sajna c568ca2932 test cleanup il y a 7 ans
  Jeremy Soller b2b7804f5b Merge branch 'master' into wait il y a 7 ans
  Paul Sajna cdfde8c0d4 more requested changes il y a 7 ans
  Dan Robertson 16e82636fb Add basic structures for netinet/in.h crate il y a 7 ans
  Dan Robertson 01081729c8 Add structures and stub fns for sys/socket.h il y a 7 ans
  Tom Almeida 41b96fede3 Added a different internal function for redox il y a 7 ans
  Tom Almeida c4c8b73903 Formatted stdio files il y a 7 ans
  Tom Almeida 8648fd39c4 Added some constants in linux for file modes in the new branch il y a 7 ans
  Tom Almeida b0492eba84 Added some tests for stdio il y a 7 ans
  Tom Almeida 7f2b720962 Implemented stdio functions il y a 7 ans
  Tom Almeida 046ce1468e Removed an unused import from printf il y a 7 ans
  Tom Almeida e73678d8ad Added a FileReader struct il y a 7 ans