Historique des commits

Auteur SHA1 Message Date
  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
  Jeremy Soller a1baf1c92d Merge pull request #75 from azymohliad/master il y a 7 ans
  Jeremy Soller b419e150d1 Merge pull request #84 from dlrobertson/fixup_signal il y a 7 ans
  Dan Robertson f1d802dc1e signal: sigaction struct should not be a typedef il y a 7 ans
  Dan Robertson 6d110ef0cb Use a sys module for OS specific information il y a 7 ans
  Jeremy Soller 54c0e501e3 Merge pull request #82 from Tommoa/master il y a 7 ans
  Tom Almeida b2d01a67f2 Actual working tests on strspn and strcspn il y a 7 ans
  Jeremy Soller cfe98ab3b2 Fix constants in signal.h il y a 7 ans
  Andrii Zymohliad cd2312fd56 Merge remote-tracking branch 'upstream/master' il y a 7 ans
  Jeremy Soller d6e210b1fd Merge branch 'signal' of https://github.com/dlrobertson/relibc into dlrobertson-signal il y a 7 ans
  Jeremy Soller 996fad7092 Fix fcntl header constants il y a 7 ans
  Jeremy Soller 1d6115fd09 Update cbindgen and lock file il y a 7 ans
  Jeremy Soller b09435f17d Merge pull request #78 from Tommoa/master il y a 7 ans
  Tom Almeida d3c2e99ed7 Merge branch 'master' into master il y a 7 ans
  Tom Almeida d058390b75 The erroneous use came back! il y a 7 ans
  Tom Almeida 122f6cfef5 Merge branch 'master' of github.com:Tommoa/relibc il y a 7 ans
  Tom Almeida 9d46fa4d8c Missed having both loops look at themselves. I'm not sure how long this has been here. il y a 7 ans
  Jeremy Soller 010e171071 Merge pull request #80 from dlrobertson/master il y a 7 ans
  Andrii Zymohliad 40efea056b Reimplement strpbrk() using strcspn() il y a 7 ans
  Dan Robertson d3e44da527 Add the no_mangle attribute to fns il y a 7 ans
  Tom Almeida ca82b6df5b remove erroneous import in string il y a 7 ans
  Tom Almeida d6a7942ec4 Change the type of byteset from [u8] to [usize] in strcspn and strspn. Hopefully this is the last bug in these! il y a 7 ans
  Jeremy Soller 8d0308d3ce Merge branch 'master' into master il y a 7 ans
  Jeremy Soller 13b7119994 Merge pull request #77 from dlrobertson/add_extern_crate il y a 7 ans
  Jeremy Soller dd847cc67e Return with 0 in all tests il y a 7 ans
  Dan Robertson ef8a64c101 Add missing extern crate statements il y a 7 ans
  Andrii Zymohliad c4620be999 Prettify strpbrk and strstr tests il y a 7 ans
  Andrii Zymohliad 1e969afd43 Implement strpbrk(), add strpbrk test il y a 7 ans
  Andrii Zymohliad a1de0ef8a1 Implement strstr(), add strstr test il y a 7 ans