- Jan 06, 2006
-
-
rswindell authored
- Thanks RM for pointing out their absence.
-
- Dec 13, 2005
-
-
rswindell authored
(rather than _DEBUG) - improving performance and memory usage in the 99% of debug builds that don't need the JSDOC stuff.
-
- Nov 29, 2005
-
-
rswindell authored
JS_ValueToInt32 fails - could this've been the cause of Deuce's mysterious file.read() problems?
-
- Oct 12, 2005
-
-
rswindell authored
(ASCII 0) to be read from or written to sockets and files.
-
- Sep 05, 2005
-
-
deuce authored
Consider doing the same for all .h files. Consider the meaning of sanity.
-
- Jun 24, 2005
-
-
rswindell authored
(file must be opened for reading and writing) and using file_exists() to a open new or existing file for both reading and writing.
-
rswindell authored
ini_file SetDateTime routine (writing the date/time string in the "preferred" format rather than the Date.toString() format).
-
rswindell authored
a Date object.
-
- May 09, 2005
-
-
rswindell authored
initialized as such by the caller).
-
- May 06, 2005
-
-
rswindell authored
from JS_Enumerate()).
-
- Feb 17, 2005
-
-
rswindell authored
-
- Dec 31, 2004
-
-
rswindell authored
change.
-
- Dec 30, 2004
-
-
rswindell authored
-
- Nov 17, 2004
-
-
rswindell authored
a time rather than the entire file. This is required to support large files.
-
- Nov 12, 2004
-
-
rswindell authored
-
- Nov 10, 2004
-
-
rswindell authored
-
- Aug 25, 2004
-
-
rswindell authored
attempting operations on it. Created File.iniSetAllObjects() method.
-
- Aug 23, 2004
-
-
rswindell authored
(using FILE*) and I want to use iniGet for future str_list_t iniGet functions.
-
- Aug 10, 2004
-
-
rswindell authored
files - using open(...,O_EXCL).
-
- Jun 16, 2004
- Jun 04, 2004
-
-
rswindell authored
-
- May 17, 2004
-
-
rswindell authored
to crash, so test arg (to File.open() with JSVAL_IS_NUMBER() first.
-
- Apr 08, 2004
-
-
rswindell authored
to support >30-bit integers (e.g. current time_t values).
-
- Feb 19, 2004
-
-
rswindell authored
float) arguments, including bools, to strings. This prevents accidental crashes due to printing a bool variable with "%s", for example.
-
- Oct 24, 2003
-
-
rswindell authored
-
- Oct 19, 2003
-
-
rswindell authored
(whenever possible), for documentation purposes (jsdocs.js).
-
- Sep 16, 2003
-
-
rswindell authored
Moved definition of MAX_LINE_LEN to ini_file.c, renamed to INI_*.
-
- Jul 30, 2003
-
-
rswindell authored
-
- Jun 25, 2003
-
-
rswindell authored
existence check on Unix (fexistcase).
-
- Jun 06, 2003
-
-
rswindell authored
-
- May 21, 2003
- May 20, 2003
-
-
rswindell authored
representing all the sections and keys in a .ini file.
-
- May 18, 2003
- May 15, 2003
-
-
rswindell authored
-
- May 09, 2003
-
-
rswindell authored
-