Age | Commit message (Collapse) | Author |
|
clicks "Cancel" in the prompt dialog.
|
|
|
|
no difference unless the module is wrapped in a closure.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Python fixes: demo polish and module loading
|
|
|
|
* fdopen: no-op.
* __01lseek64_: linked tp fseek.
* __01open64_: calls open() with swapped args.
* unlink: no-op.
* __01fstat64_: linked to fstat.
Added myself to AUTHORS.
|
|
|
|
Various fixes to IO stubs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and fixing the printing of newlines (now similar to normal CPython).
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|