summaryrefslogtreecommitdiff
path: root/src/cloudabi
Commit message (Expand)AuthorAgeFilesLines
* Replace TODO with FIXME to make grep easyYuki Okushi2020-02-291-1/+1
* add wmemchr to all platforms support memchrLzu Tao2020-02-211-0/+1
* Auto merge of #1513 - mulimoen:master, r=gnzlbgbors2019-09-161-0/+1
|\
| * add isblankMagnus Ulimoen2019-09-161-0/+1
* | Formattinggnzlbg2019-09-121-32/+80
|/
* Refactor fixed-width integer types into its own modulegnzlbg2019-05-291-9/+0
* Cleanup dox messgnzlbg2019-02-131-7/+5
* Fix build on all platformsgnzlbg2019-02-071-2/+3
* Check for Copy impls for all typesBryant Mairs2019-02-021-0/+9
* Check for Debug impls for all typesBryant Mairs2019-02-021-0/+2
* Fix build on x86_64-unknown-cloudabi, bump versionAlex Crichton2018-12-091-0/+1
* strcase*: Add cloudabi supportTom Parker-Shemilt2018-11-231-0/+5
* splice the common libc functions and ctypes throughout the librarygnzlbg2018-11-211-0/+152
* Add support for CloudABI running on 32-bit ARM systems.Ed Schouten2018-01-092-0/+7
* Correct the type of c_char.Ed Schouten2018-01-091-1/+1
* Add time_t for CloudABI.Ed Schouten2018-01-071-0/+1
* Add _SC_NPROCESSORS_ONLN for CloudABI.Ed Schouten2018-01-021-0/+1
* Add EXIT_FAILURE and EXIT_SUCCESS for CloudABI.Ed Schouten2017-12-281-0/+3
* Add arc4random_buf() for PRNG access.Ed Schouten2017-12-281-0/+1
* Fix style to appease CI.Ed Schouten2017-12-271-37/+55
* Inline values coming from the cloudabi package.Ed Schouten2017-12-271-20/+18
* Add support for CloudABI.Ed Schouten2017-12-274-0/+153