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 |
Jeremy Soller
|
54c0e501e3
Merge pull request #82 from Tommoa/master
|
před 7 roky |
Tom Almeida
|
b2d01a67f2
Actual working tests on strspn and strcspn
|
před 7 roky |
Jeremy Soller
|
cfe98ab3b2
Fix constants in signal.h
|
před 7 roky |
Andrii Zymohliad
|
cd2312fd56
Merge remote-tracking branch 'upstream/master'
|
před 7 roky |
Jeremy Soller
|
d6e210b1fd
Merge branch 'signal' of https://github.com/dlrobertson/relibc into dlrobertson-signal
|
před 7 roky |
Jeremy Soller
|
996fad7092
Fix fcntl header constants
|
před 7 roky |
Jeremy Soller
|
1d6115fd09
Update cbindgen and lock file
|
před 7 roky |
Jeremy Soller
|
b09435f17d
Merge pull request #78 from Tommoa/master
|
před 7 roky |
Tom Almeida
|
d3c2e99ed7
Merge branch 'master' into master
|
před 7 roky |
Tom Almeida
|
d058390b75
The erroneous use came back!
|
před 7 roky |
Tom Almeida
|
122f6cfef5
Merge branch 'master' of github.com:Tommoa/relibc
|
před 7 roky |
Tom Almeida
|
9d46fa4d8c
Missed having both loops look at themselves. I'm not sure how long this has been here.
|
před 7 roky |
Jeremy Soller
|
010e171071
Merge pull request #80 from dlrobertson/master
|
před 7 roky |
Andrii Zymohliad
|
40efea056b
Reimplement strpbrk() using strcspn()
|
před 7 roky |
Dan Robertson
|
d3e44da527
Add the no_mangle attribute to fns
|
před 7 roky |
Tom Almeida
|
ca82b6df5b
remove erroneous import in string
|
před 7 roky |
Tom Almeida
|
d6a7942ec4
Change the type of byteset from [u8] to [usize] in strcspn and strspn. Hopefully this is the last bug in these!
|
před 7 roky |