Commit History

Author SHA1 Message Date
  Alex Lyon 2751d457bf unistd: use .is_null() for pointers 7 years ago
  Alex Lyon 42a6693a0b unistd: fix off-by-one in getopt() 7 years ago
  Alex Lyon af78348d4a unistd: add a preliminary implementation of getopt() 7 years ago
  Tom Almeida 90aec2076e Merge branch 'master' into master 7 years ago
  Jeremy Soller edead8e085 Merge pull request #98 from jeizsm/master 7 years ago
  Jeremy Soller 045a510ce5 Merge pull request #92 from tdbgamer/feature/strtok 7 years ago
  Jeremy Soller ca61b4cb63 Merge pull request #100 from jrraymond/bsearch 7 years ago
  Justin Raymond d3583e11d2 fix c99 mode 7 years ago
  Justin Raymond a0c76f7ce5 bsearch 7 years ago
  Marat Safin 31516989c0 refactor nanosleep 7 years ago
  Timothy Bess 3a89f66cfd * simplify strtok implementation 7 years ago
  Jeremy Soller 5cec358a45 Merge pull request #86 from dlrobertson/add_headers 7 years ago
  Jeremy Soller befca562df Merge pull request #95 from ids1024/travis 7 years ago
  Ian Douglas Scott b7d68895b0 Use build matrix on Travis CI 7 years ago
  Timothy Bess 06de920be6 * remove unnecessary assignments 7 years ago
  Tom Almeida d8139238e7 Merged master with branch 7 years ago
  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 7 years ago
  Tom Almeida d7965f2598 Made it so that AtomicBool exports as volatile char 7 years ago
  Tom Almeida 25501b3640 Changed redox lseek to have the same function signature as the linux version 7 years ago
  Tom Almeida b33c3a8e4f Merge branch 'master' into master 7 years ago
  Jeremy Soller 362849f0f6 Merge pull request #91 from tdbgamer/master 7 years ago
  Timothy Bess e91891625f * add strtok_r 7 years ago
  Timothy Bess 898cf98ccc * fix test case a bit 7 years ago
  Timothy Bess f60fafe8fb * create basic strtok 7 years ago
  Timothy Bess bebbd35e1a Issue #89 7 years ago
  Tom Almeida 2cb0a994b8 Merge branch 'master' into master 7 years ago
  Tom Almeida 659d3d1042 Changed object type of function pointers from Option<*const (Fn(...))> to Option<fn(...)> for readability 7 years ago
  Jeremy Soller d75535974a Merge pull request #74 from sajattack/wait 7 years ago
  Tom Almeida 81d96c214a Ran formatting for freopen() 7 years ago
  Tom Almeida 8d40424020 Added freopen() and relevant tests 7 years ago