Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fixed stat.st_*time property names.
* Fixed stat(), which didn't work at all before.
* Fixed missing arguments in lstat().
* Fixed mknod() relying on dirname/basename not changing their parameter.
* Fixed strict mode warnings by replacing octal literals with hexadecimal.
* Added testing TODOs for parts that require functions not implemented yet.
|
|
* Defaulting to ignorePermissions = true, set back in run() (postset).
* Resolving links relative to their parent instead of current folder.
* Replaced some octal literals with hex, to avoid strict mode warnings.
* Fixed FS.createDataFile() losing data.
* Fixed conflicting property names in FS.createDevice().
* Fixed FS.forceLoadFile() trying to load links and devices.
|
|
|
|
|
|
Made sure FS.createObject() sets errno;
Fixed a few minor bugs in the FS implementation;
Polished the FS implementation in general a bit.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|