Historie revizí

Autor SHA1 Zpráva Datum
  Tom Almeida d8139238e7 Merged master with branch před 7 roky
  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 před 7 roky
  Tom Almeida d7965f2598 Made it so that AtomicBool exports as volatile char před 7 roky
  Tom Almeida 25501b3640 Changed redox lseek to have the same function signature as the linux version před 7 roky
  Tom Almeida b33c3a8e4f Merge branch 'master' into master před 7 roky
  Jeremy Soller 362849f0f6 Merge pull request #91 from tdbgamer/master před 7 roky
  Timothy Bess bebbd35e1a Issue #89 před 7 roky
  Tom Almeida 2cb0a994b8 Merge branch 'master' into master před 7 roky
  Tom Almeida 659d3d1042 Changed object type of function pointers from Option<*const (Fn(...))> to Option<fn(...)> for readability před 7 roky
  Jeremy Soller d75535974a Merge pull request #74 from sajattack/wait před 7 roky
  Tom Almeida 81d96c214a Ran formatting for freopen() před 7 roky
  Tom Almeida 8d40424020 Added freopen() and relevant tests před 7 roky
  Paul Sajna 2610fdd126 Merge branch 'wait' of github.com:sajattack/relibc into wait před 7 roky
  Paul Sajna c568ca2932 test cleanup před 7 roky
  Jeremy Soller b2b7804f5b Merge branch 'master' into wait před 7 roky
  Paul Sajna cdfde8c0d4 more requested changes před 7 roky
  Tom Almeida 41b96fede3 Added a different internal function for redox před 7 roky
  Tom Almeida c4c8b73903 Formatted stdio files před 7 roky
  Tom Almeida 8648fd39c4 Added some constants in linux for file modes in the new branch před 7 roky
  Tom Almeida b0492eba84 Added some tests for stdio před 7 roky
  Tom Almeida 7f2b720962 Implemented stdio functions před 7 roky
  Tom Almeida 046ce1468e Removed an unused import from printf před 7 roky
  Tom Almeida e73678d8ad Added a FileReader struct před 7 roky
  Tom Almeida f20878c592 Added lseek to syscalls před 7 roky
  Tom Almeida aa8b14e107 Added some constants in linux for file modes před 7 roky
  Jeremy Soller a1baf1c92d Merge pull request #75 from azymohliad/master před 7 roky
  Jeremy Soller b419e150d1 Merge pull request #84 from dlrobertson/fixup_signal před 7 roky
  Dan Robertson f1d802dc1e signal: sigaction struct should not be a typedef před 7 roky
  Dan Robertson 6d110ef0cb Use a sys module for OS specific information před 7 roky
  Paul Sajna 52acce0d34 handle the null case před 7 roky