aboutsummaryrefslogtreecommitdiff
path: root/src/library.js
AgeCommit message (Expand)Author
2011-08-23Implemented rand(), rand_r() and srand() using a simple Linear Congruential G...max99x
2011-08-23Added strcoll() and strtoul() and improved strtol().max99x
2011-08-20Fix for IE9 which has no XMLHttpRequest.overrideMimeType().max99x
2011-08-18Added always-failing stubs for str[fp]time() and getdate().max99x
2011-08-18Optimized strdup(), which is a CPython bottleneck.max99x
2011-08-17Implemented nl_langinfo().max99x
2011-08-07filesystem workaround for closure compiler, +closure compiler testAlon Zakai
2011-08-06Replaced "new Date.getTime()" with "Date.now()";max99x
2011-08-05Clarified empty loop to avoid closure compiler warning.max99x
2011-08-05Added support for both "environ" and "__environ" global symbols.max99x
2011-08-05Fixed stdin bugging out after its first buffer is empty;max99x
2011-08-02Minor filesystem/unistd fixes.max99x
2011-08-02Polish for dlfcn.h.max99x
2011-08-02Switched file timestamps from Date objects to numbers.max99x
2011-08-02Fixed a too-early use of malloc in buildEnvironment;max99x
2011-07-30Merge pull request #58 from max99x/masterkripken
2011-07-31Split getNativeFieldSize() into getNativeFieldSize() and getNativeTypeSize();max99x
2011-07-31Updated uname() to use "function x(){}" instead of "var x = function(){};".max99x
2011-07-31Fixed a file offset incompatibility between read() and ungetc().max99x
2011-07-30fix use of reserved word |byte| which trips up closure compilerAlon Zakai
2011-07-31Merge remote-tracking branch 'upstream/master'max99x
2011-07-31Ensured that getNativeFiledSize() is always called with alone=true in the lib...max99x
2011-07-31Fixed ctype to force testing of __ctype_b_loc.max99x
2011-07-30isupper, islowerAlon Zakai
2011-07-30improve support for binary xhrsAlon Zakai
2011-07-30Added various library functions, mostly as stubs, aliases or TODOs;max99x
2011-07-30Fixed ctype.h implementation; added test for it.max99x
2011-07-30Merge remote-tracking branch 'upstream/master'max99x
2011-07-29llvm expAlon Zakai
2011-07-29add missing __depsAlon Zakai
2011-07-30Merge remote-tracking branch 'upstream/master'max99x
2011-07-30Fixed /dev/tty: was stdin+stderr, now stdin+stdout.max99x
2011-07-29Implemented support for environment variables.max99x
2011-07-29Implemented sys/utsname.h.max99x
2011-07-29Made stime() set errno; style micro-polish.max99x
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