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