401 Commits (main)
 

Author SHA1 Message Date
vms 2be6428b21 rename printf_no_Lf to __small_printf 6 years ago
Dan Gohman 51969495ee Define TIME_UTC to be 1. 6 years ago
Dan Gohman 1bdb356bef Define CLOCKS_PER_SEC to have type clock_t. 6 years ago
Dan Gohman cf366c06d1 Optimize lseek in the `tell` case. 6 years ago
Dan Gohman 9f103c2883 Say "wasm32-wasi" rather than "wasm32-unknown-wasi". 6 years ago
Dan Gohman 401012952d Declare getentropy in <sys/random.h> 6 years ago
Dan Gohman 9bb4cc5c41 Disable unused fields in FILE and __libc. 6 years ago
Dan Gohman 2201343c17 Add vfwprintf.c to the printscan list. 6 years ago
Dan Gohman 1cbedc6d7e Implement FD_SET, FD_CLR, etc. 6 years ago
Dan Gohman 538937e2c8 Remove capsicum.h; WASI libc doesn't support that API, even internally. 6 years ago
Dan Gohman 0df6243d52 Make calloc set ENOMEM when failing due to overflow. 6 years ago
Dan Gohman 972067b74b Make the strerror message for ESUCCESS (0) be "Success". 6 years ago
Dan Gohman ad03c82d65 Implement reallocarray. 6 years ago
Dimitrii Nemkov 488c478b59 Update README.md 6 years ago
Jakub Konka 5ce487a789 Add missing asctime symbol 6 years ago
vms 4194578ae8 Fix floatscan no long double usage (#21) 6 years ago
Dan Gohman 29d45024c7 Remove the Linux-specific <sys/signalfd.h> header. 6 years ago
Dan Gohman 49f1a57cb8 Declare getrusage. 6 years ago
Dan Gohman ec9f1c3956 Format changes to musl code to fit musl's style. 6 years ago
Jakub Konka 03a1adbf2b Fixes #20 6 years ago
Pat Hickey fa84763026 gitignore build 6 years ago
Pat Hickey fad009dc1d build: use LC_ALL=C for sorting 6 years ago
Dan Gohman 1cc98f27f5 Update to cloudlibc 8835639f27fc42d32096d59d294a0bbb857dc368. 6 years ago
Dan Gohman f41256b602 Update to musl 1.1.22. 6 years ago
Dan Gohman 65107e782f Rename README to README.md. 6 years ago
Dan Gohman e18d69c801 Remove socket.c, which was a stub that always failed with ENOSYS. 6 years ago
Dan Gohman ab594e4d51 Use the same indentation style as surrounding code. 6 years ago
Dan Gohman 7ba6adfc61 Fix miscellaneous lint warnings. 6 years ago
Dan Gohman 4646d29abc Make basics include guard names more consistent. 6 years ago
Dan Gohman ad22a59013 Add a basics implementation of <inttypes.h>. 6 years ago
Dan Gohman 9f0d8e85e3 Define _ALL_SOURCE when generating predefined-macros.txt. 6 years ago
Dan Gohman 079d7bda78 Don't install <ucontext.h> or <sys/ucontext.h> for WASI. 6 years ago
Dan Gohman 24792713d7 Fix uselocale to support non-default locales. 6 years ago
Dan Gohman f74124a6f4 Filter out __FLT16_* macros from predefined-macros.txt. 6 years ago
Dan Gohman e5f14be383 Add comments explaining changes to upstream source files. 6 years ago
Dan Gohman 685d014446
Provide a public interface to preopened directory lookups. (#10) 6 years ago
Dan Gohman 320054e84f WASI libc prototype implementation. 6 years ago
eliasbenali 0e98504240 Fix ssize_t redefinition mismatch. (#10) 6 years ago
Dan Gohman 78b6c3d875
Merge pull request #9 from WebAssembly/dlmalloc 6 years ago
Dan Gohman dbfccac2e4 Add a malloc implementation using dlmalloc. 6 years ago
Dan Gohman 55fef5877b
Merge pull request #8 from WebAssembly/suseconds_t_and_nlink_t 6 years ago
Dan Gohman 51d4922df8 Add a definition of `struct stat` and supporting types. 6 years ago
Dan Gohman 26722dc857 Add typedefs for suseconds_t and nlink_t. 6 years ago
Dan Gohman d68aebf353
Merge pull request #5 from penzn/master 6 years ago
Petr Penzin 7ef30385ab Enable overriding 'ar' 6 years ago
Dan Gohman b91c4ea256
Merge pull request #1 from WebAssembly/add-initial-files 6 years ago
Dan Gohman ae5ae4de91 Explain why this doesn't have a full libc. 6 years ago
Dan Gohman c9850bfdbc Fix typos. 6 years ago
Dan Gohman f2049d9bd0 Fix missing quote. 6 years ago
Dan Gohman dcf13b6fc4 Add initial files. 6 years ago