jD91mZM2
|
2283243d95
Replace setjmp lib.rs with empty file
|
7 лет назад |
jD91mZM2
|
4e99b55417
Implement basic setjmp using musl's awesome existing code
|
7 лет назад |
Jeremy Soller
|
6e67d30486
Merge branch 'master' into 'master'
|
7 лет назад |
jD91mZM2
|
829bc64ad6
Remove unused import from test
|
7 лет назад |
Tom Almeida
|
7e731e0b01
Made sure lazy_static works with no_std
|
7 лет назад |
jD91mZM2
|
5945de62cb
Install openlibm from Makefile
|
7 лет назад |
Tom Almeida
|
c7bdd31a18
Merged relibc (#311db758) with branch
|
7 лет назад |
Tom Almeida
|
6bc28203ca
Changed FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the code
|
7 лет назад |
jD91mZM2
|
12ce441f5c
Use static mut over UnsafeCell
|
7 лет назад |
Tom Almeida
|
b5529c9b71
Fixed some issues with temporary files and moved some raw pointers to Option<&T>s
|
7 лет назад |
Tom Almeida
|
5921f00e90
Changed FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the code
|
7 лет назад |
Jeremy Soller
|
8fd77a4b13
Merge branch 'master' into 'master'
|
7 лет назад |
Tom Almeida
|
43a3c5677a
Merged relibc (20/06/2018) with branch
|
7 лет назад |
Tom Almeida
|
50bfebfe3e
Fixed some issues with temporary files and moved some raw pointers to Option<&T>s
|
7 лет назад |
Tom Almeida
|
90c6937f17
Changed FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the code
|
7 лет назад |
jD91mZM2
|
ea24699798
Fix undefined behavior
|
7 лет назад |
jD91mZM2
|
3034114c14
Fix broken comment
|
7 лет назад |
Jeremy Soller
|
ccb74c6efc
Merge branch 'master' into 'master'
|
7 лет назад |
jD91mZM2
|
0a3c8abe95
Fix setlocale return value
|
7 лет назад |
jD91mZM2
|
996445a6a3
Add empty locale functions
|
7 лет назад |
Jeremy Soller
|
05f7371e46
Merge branch 'master' into 'master'
|
7 лет назад |
jD91mZM2
|
91221645c5
Add *scanf to header
|
7 лет назад |
jD91mZM2
|
5936c7a76e
Add scanf
|
7 лет назад |
Tom Almeida
|
77b160c70d
Fixed some issues with temporary files and moved some raw pointers to Option<&T>s
|
7 лет назад |
Jeremy Soller
|
6f8fff4b1c
Merge branch 'sys_wait_macros' into 'master'
|
7 лет назад |
Jasen Borisov
|
06a8d5d89d
sys_wait: implement C macros properly
|
7 лет назад |
Tom Almeida
|
454ce67d45
Changed FILE to use a vector as a buffer instead of raw pointers. This allows us to remove the large majority of unsafe blocks from the code
|
7 лет назад |
Jeremy Soller
|
895e250564
Add aligned_alloc
|
7 лет назад |
Jeremy Soller
|
9d38494435
Fix missing strtol, strtoul
|
7 лет назад |
Jeremy Soller
|
1b653c4e60
Update ralloc, fix invalid c++ names
|
7 лет назад |