Commit Graph

10 Commits

Author SHA1 Message Date
stratact 6fa1f60830 Implement mkstemp and mkostemps (squashed) 2018-07-21 10:25:19 -07:00
Jeremy Soller c2cdb451f5 Add system 2018-07-12 20:00:41 -06:00
Jeremy Soller b6b34a7026 Ralloc fixes and fixes for Redox execution 2018-07-03 19:07:07 -06:00
Stephan Vedder cc210361d6 wchar support 2018-07-01 20:59:37 +02:00
Paul Sajna 776491bae9 implement mktemp 2018-06-27 20:22:12 +00:00
Paul Sajna 4db812d34d implement rand and srand 2018-03-20 19:31:58 -07:00
Jeremy Soller 0e766c6b53 Implement atof 2018-03-08 20:17:45 -07:00
Dan Robertson ec288a1b53 Add ctype functions and atoi/atol
Add ctype functions
  - isalnum
  - isalpha
  - isascii
  - isdigit
  - islower
  - isspace
  - isupper
Add stdlib functions
  - atoi
  - atol
Fix some warnings
Make a fmt run
2018-03-08 05:26:40 +00:00
Jeremy Soller 543526cb85 Move crt0 and platform into src folder
Add cargo fmt script
2018-03-06 19:55:11 -07:00
Jeremy Soller 083fd72e66 Reorganize 2018-03-03 20:24:40 -07:00