- Feb 14, 2008
-
-
deuce authored
conversion from string. This allows dates from the last couple years to work *cough*
-
- Feb 10, 2008
-
-
rswindell authored
still needs JSDOCS fixes. e.g. js_system.c(1831) : warning C4101: 'statsobj' : unreferenced local variable
-
- Feb 08, 2008
-
-
deuce authored
-
- Jan 16, 2008
- Jan 12, 2008
-
-
deuce authored
-
- Oct 24, 2007
-
-
cyan authored
* Create a new JS method under the system object, system.check_name(), which utilizes this new function to check username/realname validity.
-
- Sep 22, 2007
-
-
rswindell authored
error code on failure.
-
- Aug 14, 2007
-
-
deuce authored
Remove time32str()
-
- Jun 15, 2006
-
-
rswindell authored
-
- Jun 06, 2006
-
-
rswindell authored
-
- Mar 01, 2006
-
-
rswindell authored
Using new xpdev function (os_cmdshell) for getting the current OS command processor/shell filename.
-
- Feb 01, 2006
-
-
rswindell authored
-
- Dec 22, 2005
-
-
rswindell authored
the values of the newly defined macros of the same names. These allow easy comparison for scripts. Example: if(system.version_num < 31301) /* v3.13b */ print("version 3.13b or later required"); system.version_hex allows easy major/minor version number checking, parsing or printing using right-shift operations instead of division/rounding. Example: 31301/100 == 313.01 0x31301>>8 == 0x313
-
- 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.
-
- Oct 12, 2005
-
-
rswindell authored
-
- 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
-