- Feb 08, 2006
-
-
rswindell authored
(wildcards supported: '?' and '*').
-
- Feb 01, 2006
-
-
rswindell authored
-
- Jan 27, 2006
-
-
rswindell authored
-
- Jan 21, 2006
-
-
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!
-
- Jan 13, 2006
-
-
rswindell authored
stale mutex files).
-
- Jan 10, 2006
- Jan 09, 2006
-
-
deuce authored
is actually used in the format string.
-
- Jan 07, 2006
-
-
rswindell authored
Currently, #ifdef'd out for Deuce to look at/fix.
-
- 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 16, 2005
-
-
rswindell authored
(optionally) gets its length, all in one function call. crc16(), crc32(), and chksum() Some global methods that would silently fail if JS_GetStringBytes() failed, will now generate an error.
-
- Oct 12, 2005
-
-
rswindell authored
base64_encode() and md5_calc().
-
- Sep 20, 2005
-
-
deuce authored
-
- Sep 01, 2005
-
-
rswindell authored
-
- Aug 12, 2005
-
-
rswindell authored
-
- Aug 11, 2005
-
-
rswindell authored
-
- Aug 06, 2005
-
-
rswindell authored
script's termination.
-
- May 25, 2005
-
-
rswindell authored
(e.g. "A-Z") to/from numeric representation (used in the user.security properties).
-
- May 13, 2005
-
-
rswindell authored
conflict with user-defined variables and more consistent with existing "errno" vars.
-
- May 10, 2005
-
-
rswindell authored
socket errors (like failed resolve_ip() or resolve_host() calls). On *nix, this value will be the same as "errno", but on Win32, it's different (derived from GetLastError()).
-
- May 09, 2005
- Mar 13, 2005
-
-
rswindell authored
value (rather than converting to the string "undefined").
-
- Feb 15, 2005
-
-
rswindell authored
-
- Dec 31, 2004
-
-
rswindell authored
change.
-
- Dec 30, 2004
- Dec 28, 2004
-
-
rswindell authored
-
- Dec 09, 2004
-
-
rswindell authored
now (optionally) creates the "server" object. Bugfix (in websrvr.c), wasn't creating the server object any more.
-
- Dec 06, 2004
-
-
deuce authored
DIV tag)
-
- Dec 05, 2004
-
-
deuce authored
-
- Dec 02, 2004
-
-
rswindell authored
-
- Dec 01, 2004
- Nov 27, 2004
-
-
deuce authored
-
- Nov 23, 2004
-
-
rswindell authored
JSPROP_SHARED attribute for properties with getter/setter methods will save us 4-bytes per property in the JS heap (not bad).
-
- Nov 18, 2004