- Sep 05, 2005
-
-
deuce authored
Consider doing the same for all .h files. Consider the meaning of sanity.
-
- May 09, 2005
-
-
rswindell authored
initialized as such by the caller).
-
- Feb 20, 2005
-
-
rswindell authored
-
- Feb 18, 2005
-
-
rswindell authored
system.inet_addr).
-
- Dec 31, 2004
-
-
rswindell authored
change.
-
- Dec 30, 2004
-
-
rswindell authored
-
- Dec 01, 2004
-
-
rswindell authored
-
- Sep 08, 2004
-
-
rswindell authored
and net_addr() to smb_netaddr().
-
- Aug 16, 2004
-
-
rswindell authored
-
- May 30, 2004
-
-
deuce authored
-
- May 17, 2004
-
-
rswindell authored
property values.
-
- Apr 08, 2004
-
-
rswindell authored
to support >30-bit integers (e.g. current time_t values).
-
- Feb 14, 2004
-
-
rswindell authored
-
- Jan 20, 2004
-
-
rswindell authored
-
- Dec 12, 2003
-
-
rswindell authored
-
- Nov 26, 2003
-
-
rswindell authored
in JSexec-win32.
-
- Nov 01, 2003
- Oct 28, 2003
-
-
rswindell authored
the system timezone, which handles the optional automatic toggle of the DST bit for US-zones in real-time. Previously, the DST flag would only be toggled when loading configuration files, now it will happen in real-time.
-
- Oct 19, 2003
-
-
rswindell authored
(whenever possible), for documentation purposes (jsdocs.js).
-
- Oct 12, 2003
-
-
rswindell authored
-
- Oct 10, 2003
-
-
rswindell authored
-
- Oct 09, 2003
-
-
rswindell authored
alias for backwards compatibility.
-
- Oct 01, 2003
-
-
deuce authored
and for system.clock_ticks
-
- Sep 30, 2003
-
-
rswindell authored
accessing the high-resolution system clock.
-
- Sep 20, 2003
- Aug 28, 2003
- Jul 25, 2003
-
-
rswindell authored
(besides text/ip.can) can be used.
-
- Jul 23, 2003
-
-
rswindell authored
"max_bytes" value is insufficient for the number of configured items: by defining dynamically created objects and arrays as properties of child objects of the global object immediately after such objects are created, they are "implicitly rooted", protecting them from (unexpected) garbage collection. Now the initialization will simply fail with a nice "out of memory" error. This was a long-standing bug that rarely occurred in the wild.
-
- Jul 13, 2003
-
-
rswindell authored
-
- Jul 09, 2003
-
-
rswindell authored
-
- Jul 08, 2003
-
-
rswindell authored
-
- May 06, 2003
-
-
rswindell authored
-
- Apr 28, 2003
-
-
rswindell authored
command from any JS-enabled system/service (not just the BBS).
-
- Apr 05, 2003
- Apr 03, 2003
-
-
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).
-
- Apr 02, 2003
-
-
rswindell authored
reasignment by script author accidentally using object name as local variable.
-