| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use bindgen for ctru_sys bindings | Fenrir | 2017-07-10 | 1 | -92/+0 |
| | | |||||
| * | We stdlib now | Fenrir | 2017-01-21 | 1 | -3/+3 |
| | | |||||
| * | ctru-sys: recreate types.h and libc bindings | Fenrir | 2016-10-28 | 1 | -1/+62 |
| | | |||||
| * | Split out libstd crate | Fenrir | 2016-10-28 | 1 | -0/+2 |
| | | |||||
| * | Remove libc OS error functions | Fenrir | 2016-10-06 | 1 | -20/+0 |
| | | | | | | We aren't actually using any of newlib's error functionality. All of our errors come from ctrulib functions. | ||||
| * | Add io module from libstd | Fenrir | 2016-10-06 | 1 | -0/+20 |
| | | | | | Also includes CString and CStr modules | ||||
| * | ctru-sys: add errno function | Fenrir | 2016-10-06 | 1 | -1/+2 |
| | | |||||
| * | ctru-sys: add proper libc typedefs | Fenrir | 2016-10-06 | 1 | -3/+19 |
| | | |||||
| * | Use abort() when panicking | Fenrir | 2016-08-01 | 1 | -0/+1 |
| | | |||||
| * | moved system libs to sys folder | Fenrir | 2016-06-20 | 1 | -0/+11 |