- 10 Nov, 2015 3 commits
- 22 Aug, 2015 1 commit
-
-
deuce authored
when it fails (neither uudecode nor ydecode can fail currently).
-
- 06 Jan, 2014 1 commit
-
-
rswindell authored
File.iniGetValue() method returned a garbage string if the value requested did not exist in the ini section and the default value specified was a string: cstr2 will point to cstr in this case, so we can't free(cstr) before copying cstr2 into a new JSVAL.
-
- 29 Sep, 2013 1 commit
-
-
rswindell authored
-
- 18 Sep, 2013 1 commit
-
-
rswindell authored
don't read/write the file for *every* property! Fixed several apparent memory leaks (upon errors) and at least one freed-pointer usage.
-
- 15 Sep, 2013 3 commits
- 11 Feb, 2013 1 commit
-
-
deuce authored
-
- 08 Feb, 2013 2 commits
- 07 Feb, 2013 2 commits
- 24 Dec, 2012 1 commit
-
-
rswindell authored
successfully opened.
-
- 23 Oct, 2012 1 commit
-
-
deuce authored
-
- 12 Nov, 2011 2 commits
- 29 Oct, 2011 1 commit
-
-
deuce authored
resolve callbacks.
-
- 19 Oct, 2011 2 commits
- 14 Oct, 2011 2 commits
- 11 Oct, 2011 2 commits
- 10 Oct, 2011 2 commits
- 09 Oct, 2011 6 commits
- 08 Oct, 2011 1 commit
-
-
deuce authored
-
- 16 Jul, 2011 1 commit
-
-
rswindell authored
File.iniGetObject(): If the requested section didn't exist (in the .ini file), the script would terminate (rather than undefined being returned).
-
- 14 Sep, 2010 1 commit
-
-
rswindell authored
if the specified section doesn't exist (or contains no keys/values).
-
- 17 Jun, 2010 1 commit
-
-
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.
-
- 15 Jun, 2010 1 commit
-
-
rswindell authored
unsupported mode char in it (e.g. 'e'), i.e. from load/lockfile.js.
-
- 02 Apr, 2010 1 commit
-
-
deuce authored
SpiderMonkey actually use rval.
-