aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2011-07-29Added some missing math.h aliases and functions.max99x
2011-07-29Polish for ctype.h.max99x
2011-07-28Implemented most of stdio.h and updated all references.max99x
2011-07-24Added _formatString() special-case for null values (similar to glibc).max99x
2011-07-23Added unistd tests; fixed a lot of unistd bugs and deficiencies.max99x
2011-07-23Resolved some old filesystem TODOs.max99x
2011-07-22Added FS.analyzePath() which will simplify some library functions.max99x
2011-07-22Initial implementation of <unistd.h>. Completely untested.max99x
2011-07-22Minor filesystem polish.max99x
2011-07-22Refactored the new struct layouter to work with QUANTUM_SIZE != 4.max99x
2011-07-21Implemented <poll.h>.max99x
2011-07-21Implemented <fcntl.h>.max99x
2011-07-20Minor polish for FS; added isDevice to simplify device testing.max99x
2011-07-20Added nanosec time, aliases to the <sys/stat.h> implementation.max99x
2011-07-20Switched structs accesses in the library to the new layouter.max99x
2011-07-19Implemented <sys/statvfs.h>.max99x
2011-07-18Minor <sys/stat.h> implementation polish.max99x
2011-07-18Major fixes for the <sys/stat.h> implementation:max99x
2011-07-18Various bug fixes for filesystem code:max99x
2011-07-18Fixed strcpy() and strncpy() returning undefined.max99x
2011-07-17Added an initial implementation of <sys/stat.h>. Untested.max99x
2011-07-17Added FS.forceLoadFile();max99x
2011-07-17Added support for entry type in readdir().max99x
2011-07-17Resolved minor string.h TODOs.max99x
2011-07-17Switched hardcoded struct layouts in the FS implementation to calculated ones.max99x
2011-07-17Merge remote-tracking branch 'upstream/master'max99x
2011-07-17Fixed pointer type descriptions in library.js.max99x
2011-07-16refactor and simplify library loading in order to make type info available thereAlon Zakai
2011-07-16Implemented utime.h.max99x
2011-07-16Implemented dirname() and basename() from libgen.h.max99x
2011-07-16Initial part of the filesystem implementation. Basic folder access done.max99x
2011-07-15refactor Pointer_make into allocateAlon Zakai
2011-07-14bustage fix for strict mode js (duplicate entries in ERRNO_MESSAGES)Alon Zakai
2011-07-14Removed errno global since it's implemented via __errno_location().max99x
2011-07-14Added errno and glibc-defined error codes; implemented strerror().max99x
2011-07-13Fixed finite() and isinf(), added tests for it.max99x
2011-07-13Merge branch 'master' of github.com:max99x/emscriptenmax99x
2011-07-12fscanfAlon Zakai
2011-07-08Added hyperbolic math functions;max99x
2011-07-07Added proper clock() test; fixed inverted clock() sign.max99x
2011-07-06Merge remote-tracking branch 'upstream/master'max99x
2011-07-06Fixed time.h timezone bug.max99x
2011-07-03commentAlon Zakai
2011-07-03Merge pull request #43 from max99x/masterkripken
2011-07-04Added reference to the folder-reading d8 bug.max99x
2011-07-03posix_memalignAlon Zakai
2011-07-03Minor polish to the last few commits; no change in functionality.max99x
2011-07-03Implemented a large part of <time.h>.max99x
2011-07-03Implemented a little more of fstat(), getcwd();max99x
2011-07-01Added some missing functionality to stat(), sysconf().max99x