- Oct 19, 2011
- Oct 14, 2011
- Oct 11, 2011
- Oct 10, 2011
- Oct 09, 2011
- Oct 08, 2011
-
-
deuce authored
-
- Jul 16, 2011
-
-
rswindell authored
File.iniGetObject(): If the requested section didn't exist (in the .ini file), the script would terminate (rather than undefined being returned).
-
- Sep 14, 2010
-
-
rswindell authored
if the specified section doesn't exist (or contains no keys/values).
-
- Jun 17, 2010
-
-
rswindell authored
This should fix Matt's problem with crashes when calling File.writeAll() with a null value and other potential occurances of the same bug.
-
- Jun 15, 2010
-
-
rswindell authored
unsupported mode char in it (e.g. 'e'), i.e. from load/lockfile.js.
-
- Apr 02, 2010
-
-
deuce authored
SpiderMonkey actually use rval.
-
- Mar 09, 2010
-
-
rswindell authored
-
- Mar 06, 2010
-
-
rswindell authored
inserting (long) typedefs to prevent warnings, but in the case of the JS File() class, actually supporting file lengths > 32-bit.
-
- Jul 11, 2009
-
-
rswindell authored
-
- Jan 24, 2009
-
-
rswindell authored
-
- Jan 12, 2009
-
-
deuce authored
open() actually does.
-
deuce authored
-
deuce authored
parameter.
-
deuce authored
-
deuce authored
Note: When shareable is false, uses nopen() which will lock the file exclusively and perform automatic retries. When shareable is true uses fopen(), and will only attempt to open the file once and will perform no locking. The behaviour when one script has a file opened with shareable set to a different value than is used with a new call is OS specific. On Windows, the second open will always fail and on *nix, the second open will always succeed.
-
- Jan 11, 2009
-
-
deuce authored
by it when using iniSetAllObjects(). Previously would result in something like this: [Section] name=Section
-
- Dec 20, 2008
-
-
rswindell authored
some requests for clarification from Deuce.
-
- Dec 09, 2008
-
-
deuce authored
bugs.
-
- Dec 08, 2008
-
-
deuce authored
-
- Dec 05, 2008
-
-
deuce authored
-
- Feb 14, 2008
-
-
rswindell authored
-
- Feb 11, 2008
-
-
deuce authored
-
- Feb 10, 2008
-
-
deuce authored
INT_MAX to be written.
-
- Feb 09, 2008
-
-
rswindell authored
-
- Jan 18, 2008
-
-
deuce authored
Allows read/write of multiple binary integers at a time.
-
- Jan 11, 2008
-
-
deuce authored
-