Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixed trailing zero stripping in formatString().
|
|
|
|
|
|
|
|
|
|
More library functions
|
|
|
|
|
|
|
|
|
|
Fixed minor Python test formatting mistake (test passes either way).
|
|
|
|
function indexing by type, and not recognizing the identifier. fixes issue 38
|
|
|
|
|
|
cleanup around that. fixed issues 38
|
|
* Removed auto-added `.js` from dynamically loaded libs.
* Removed redundant bit fiddling in _formatString. Uses unSign/reSign instead.
|
|
|
|
|
|
|
|
|
|
version.
|
|
|
|
as GCC produces).
|
|
|
|
|
|
|
|
|
|
|
|
Child no longer includes library, using the parent's instead.
|
|
|
|
|
|
|
|
clicks "Cancel" in the prompt dialog.
|
|
|
|
|
|
|
|
* fdopen: no-op.
* __01lseek64_: linked tp fseek.
* __01open64_: calls open() with swapped args.
* unlink: no-op.
* __01fstat64_: linked to fstat.
Added myself to AUTHORS.
|
|
|
|
|
|
|
|
does not)
* corrected internal filennames of stderr and stdout
* added default getgid(void) implementation to go with getuid(void)
|
|
* improved the behaviour of ungetc
* added optional argument to intArrayFromString to not add the trailing NULL -- useful when adding JS strings as the data in the virtual file system
|