- 26 Sep, 2007 1 commit
-
-
deuce authored
stdin/stdout. Only functional on Unix (planned for aspell support in fseditor)
-
- 21 Jul, 2006 1 commit
-
-
deuce authored
a max length for readAll().
-
- 06 Jun, 2006 1 commit
-
-
rswindell authored
-
- 08 May, 2006 4 commits
- 01 Feb, 2006 1 commit
-
-
rswindell authored
-
- 27 Jan, 2006 1 commit
-
-
rswindell authored
-
- 21 Jan, 2006 1 commit
-
-
rswindell authored
* eliminates segfaults/AVs on incorrect usage * auto-converts arguments to correct format type * eliminates portability problems with non-x86 platforms Hurrah for Deuce!
-
- 07 Jan, 2006 1 commit
-
-
rswindell authored
File.length = length; File.position = length; length defaults to 0 (zero).
-
- 06 Jan, 2006 1 commit
-
-
rswindell authored
- Thanks RM for pointing out their absence.
-
- 13 Dec, 2005 1 commit
-
-
rswindell authored
(rather than _DEBUG) - improving performance and memory usage in the 99% of debug builds that don't need the JSDOC stuff.
-
- 29 Nov, 2005 1 commit
-
-
rswindell authored
JS_ValueToInt32 fails - could this've been the cause of Deuce's mysterious file.read() problems?
-
- 12 Oct, 2005 1 commit
-
-
rswindell authored
(ASCII 0) to be read from or written to sockets and files.
-
- 05 Sep, 2005 1 commit
-
-
deuce authored
Consider doing the same for all .h files. Consider the meaning of sanity.
-
- 24 Jun, 2005 3 commits
-
-
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.
-
- 09 May, 2005 1 commit
-
-
rswindell authored
initialized as such by the caller).
-
- 06 May, 2005 1 commit
-
-
rswindell authored
from JS_Enumerate()).
-
- 17 Feb, 2005 1 commit
-
-
rswindell authored
-
- 31 Dec, 2004 1 commit
-
-
rswindell authored
change.
-
- 30 Dec, 2004 1 commit
-
-
rswindell authored
-
- 17 Nov, 2004 1 commit
-
-
rswindell authored
a time rather than the entire file. This is required to support large files.
-
- 12 Nov, 2004 1 commit
-
-
rswindell authored
-
- 10 Nov, 2004 1 commit
-
-
rswindell authored
-
- 25 Aug, 2004 1 commit
-
-
rswindell authored
attempting operations on it. Created File.iniSetAllObjects() method.
-
- 23 Aug, 2004 1 commit
-
-
rswindell authored
(using FILE*) and I want to use iniGet for future str_list_t iniGet functions.
-
- 10 Aug, 2004 1 commit
-
-
rswindell authored
files - using open(...,O_EXCL).
-
- 16 Jun, 2004 3 commits
- 04 Jun, 2004 1 commit
-
-
rswindell authored
-
- 17 May, 2004 1 commit
-
-
rswindell authored
to crash, so test arg (to File.open() with JSVAL_IS_NUMBER() first.
-
- 08 Apr, 2004 1 commit
-
-
rswindell authored
to support >30-bit integers (e.g. current time_t values).
-
- 19 Feb, 2004 1 commit
-
-
rswindell authored
float) arguments, including bools, to strings. This prevents accidental crashes due to printing a bool variable with "%s", for example.
-
- 24 Oct, 2003 1 commit
-
-
rswindell authored
-
- 19 Oct, 2003 1 commit
-
-
rswindell authored
(whenever possible), for documentation purposes (jsdocs.js).
-
- 16 Sep, 2003 1 commit
-
-
rswindell authored
Moved definition of MAX_LINE_LEN to ini_file.c, renamed to INI_*.
-