Fenrir
|
b1a213f56a
|
Remove libc OS error functions
We aren't actually using any of newlib's error functionality. All of our
errors come from ctrulib functions.
|
8 years ago |
Fenrir
|
f9a6959e8a
|
Remove [cfg(windows)] stuff from path
Because we are, in fact, not Windows.
|
8 years ago |
Fenrir
|
b1779396be
|
Add io module from libstd
Also includes CString and CStr modules
|
8 years ago |
Fenrir
|
3265624259
|
Add memchr
|
8 years ago |
Fenrir
|
cbd08e83f8
|
ctru-sys: add errno function
|
8 years ago |
Fenrir
|
c7e709ffa4
|
ctru-sys: add proper libc typedefs
|
8 years ago |
Fenrir
|
ae3a6d0d2b
|
Add error module from libstd
|
8 years ago |
Ronald Kinard
|
901c0561df
|
Update AUTHORS.md
|
8 years ago |
Ronald Kinard
|
b0a0a4d8e7
|
Update copyright notice.
|
8 years ago |
Ronald Kinard
|
1876119809
|
Merge pull request #10 from FenrirWolf/filesystem
Initial fs service support
|
8 years ago |
Fenrir
|
20ff414230
|
Update README.md
|
8 years ago |
Fenrir
|
82bcf8f305
|
Fix documentation errors
|
8 years ago |
Fenrir
|
ee0873ab36
|
Make OpenOptions logic slightly less ugly
|
8 years ago |
Fenrir
|
bef90b4c04
|
update unicode methods in wtf8 module
|
8 years ago |
Fenrir
|
c3da19784f
|
Remove unwrap from append logic
|
8 years ago |
Fenrir
|
3987b78ed3
|
Add append and truncate modes to OpenOptions
Also, fix an incorrect method description for DirEntry
|
8 years ago |
Fenrir
|
ed0c883b43
|
Documentation for the FS service
|
8 years ago |
Fenrir
|
1fb45b4309
|
Add create_dir_all function
|
8 years ago |
Fenrir
|
5e01a58b84
|
Fix DirEntry's metadata() method
|
8 years ago |
Fenrir
|
6ab8bd0efd
|
Add metadata struct and functions
|
8 years ago |
Fenrir
|
e7f87b9d8f
|
Add read_dir function (directory iteration!)
|
8 years ago |
Fenrir
|
6544900c4c
|
Add rename function
|
8 years ago |
Fenrir
|
93760035f7
|
Add directory create and delete functions
|
8 years ago |
Fenrir
|
d28c7affd4
|
Prolly shouldn't flush on every write
|
8 years ago |
Fenrir
|
6c178aa1da
|
Add alloc_system dependency
|
8 years ago |
Fenrir
|
1a99cf387f
|
Add read_to_end function
|
8 years ago |
Fenrir
|
2836bc3c6e
|
Add remove_file function
|
8 years ago |
Fenrir
|
0db7db3f8d
|
Update 3ds.json
|
8 years ago |
Fenrir
|
edd21380c3
|
Refactor File and OpenOptions methods
|
8 years ago |
Fenrir
|
b68d02baa3
|
Add write method to fs File
|
8 years ago |
Ronald Kinard
|
545196e1ad
|
Merge pull request #11 from panicbit/fix/console
Fix Console fmt::Write impl
|
8 years ago |
panicbit
|
6eeab148d9
|
Fix Console fmt::Write impl
|
8 years ago |
FenrirWolf
|
d582acb7f6
|
Merge pull request #1 from panicbit/filesystem
Add open and len methods to fs File
|
8 years ago |
panicbit
|
d604db4410
|
Add len method to fs File
|
8 years ago |
panicbit
|
94e927f967
|
Add read method to fs File
|
8 years ago |
Fenrir
|
ca3658108f
|
Delete functions that were removed from ctrulib
|
8 years ago |
Fenrir
|
96a2d13370
|
minor cleanup
|
8 years ago |
Fenrir
|
9c2c664b63
|
Add OpenOptions
|
8 years ago |
Fenrir
|
282445c30a
|
Add FS module
|
8 years ago |
Fenrir
|
b8a08d5b08
|
Regenerate raw fs bindings
|
8 years ago |
Fenrir
|
0c8a465e93
|
Add Path and OsString APIs
|
8 years ago |
Ronald Kinard
|
d1c4e474bf
|
Merge pull request #9 from FenrirWolf/master
A few minor API changes, and panic messages
|
8 years ago |
Fenrir
|
941dca64da
|
improve panic implementation
|
9 years ago |
Fenrir
|
189fa64b3f
|
Implement proper panic messages
|
9 years ago |
Fenrir
|
62e5cccff3
|
Rename ::new() to ::init()
|
9 years ago |
Fenrir
|
aba0449bff
|
remove unnecessary mutable self-borrows
|
9 years ago |
Fenrir
|
b75b7f804a
|
Use abort() when panicking
|
9 years ago |
Fenrir
|
1e66941320
|
Update bindgen comment
|
9 years ago |
Fenrir
|
b76009d0d5
|
moved system libs to sys folder
|
9 years ago |
Ronald Kinard
|
058a4a10de
|
Correct paths in README.
|
9 years ago |