Histórico de Commits

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