- Sep 06, 2002
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Fixed bug in poll() - timeout value only work as first argument. Updated property and method descriptions.
-
rswindell authored
-
rswindell authored
Fixed bug in unlock method (was support 0 length correctly).
-
rswindell authored
-
rswindell authored
-
rswindell authored
Fixed get_telegram method (was expecting too many args).
-
rswindell authored
-
- Sep 05, 2002
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
so I'm using a new method type: JSTYPE_ALIAS to denote method aliases (not documented).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Using new JSDOCSTR() marco to eliminate method descriptions for non-debug (release) builds.
-
rswindell authored
property containing a list of strings.
-
rswindell authored
only for JS documentation generation, from release (non-debug) builds.
-
rswindell authored
open method now opens in text mode (on Win32) if 'b' mode not specified..
-
- Sep 04, 2002
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Added JSTYPE_ARRAY definition (used in jsMethodSpec definitions only).
-
rswindell authored
-
rswindell authored
-
rswindell authored
js library (on Unix).
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Fixed an off-by-one bug in js_scansubs and js_scandirs. Fixed js_getnstime, can't change value of argument (now returns new-scan time).
-
rswindell authored
This new type includes details about method return types, arguments, aliases, and a description (for documentation purposes). Created a function to convert from jsMethodSpec to JSFunctionSpec (for JS_InitClass calls).
-
rswindell authored
-