Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and emmaken.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bindings generator
|
|
|
|
Error codes and messages
|
|
|
|
|
|
Minor improvements: Pyhon 2.6- compatibility; hyperbolic math functions
|
|
|
|
|
|
|
|
|