- 21 May, 2003 3 commits
- 20 May, 2003 1 commit
-
-
rswindell authored
representing all the sections and keys in a .ini file.
-
- 18 May, 2003 2 commits
- 15 May, 2003 1 commit
-
-
rswindell authored
-
- 09 May, 2003 1 commit
-
-
rswindell authored
-
- 06 May, 2003 2 commits
- 05 May, 2003 2 commits
- 03 May, 2003 1 commit
-
-
rswindell authored
-
- 24 Apr, 2003 1 commit
-
-
rswindell authored
Created base64 property to enable auto-base64 encode/decode on read/write. read() now defaults to reading the entire file from the current file position Created network_byte_order property for reading-from/writing-to big-endian binary files on little endian machines (e.g. PCs). Eliminated old base64 property (use read instead). Updated method and property descriptions.
-
- 23 Apr, 2003 1 commit
-
-
rswindell authored
automatically uuencode and uudecode (respectively). error property now resolves to errno if file is not open.
-
- 03 Apr, 2003 1 commit
-
-
rswindell authored
Added more property descriptions (for dynamic JS object model docs). Fixed a few bugs exposed by jsdocs.js. Using JS_NewNumberValue for full 32-bit integer support (bitfields mostly).
-
- 02 Apr, 2003 1 commit
-
-
rswindell authored
reasignment by script author accidentally using object name as local variable.
-
- 01 Apr, 2003 2 commits
- 21 Mar, 2003 1 commit
-
-
rswindell authored
user.compare_ars method in jsobjs.html.
-
- 03 Mar, 2003 1 commit
-
-
rswindell authored
-
- 30 Nov, 2002 1 commit
-
-
rswindell authored
-
- 16 Nov, 2002 1 commit
-
-
rswindell authored
- can't use keyword as method name.
-
- 30 Oct, 2002 2 commits
- 22 Oct, 2002 2 commits
- 16 Oct, 2002 1 commit
-
-
rswindell authored
structure (eliminating need for the js_MethodsToFunctions function). Using new js_DescribeObject and js_DescribeConstructor functions (in debug builds only).
-
- 06 Sep, 2002 1 commit
-
-
rswindell authored
Fixed bug in unlock method (was support 0 length correctly).
-
- 05 Sep, 2002 3 commits
- 04 Sep, 2002 2 commits
- 30 Aug, 2002 1 commit
-
-
rswindell authored
-
- 24 Aug, 2002 1 commit
-
-
rswindell authored
(defaults to false). If a file is opened as 'shareable', then simultaneous opens will be allowed (no file locking), otherwise, the file is locked according the the open 'mode'.
-
- 23 Aug, 2002 1 commit
-
-
rswindell authored
arguments. Offset defaults 0, and length defaults to the file length - offset.
-
- 23 Apr, 2002 2 commits
- 13 Apr, 2002 1 commit
-
-
rswindell authored
-