- Jul 08, 2003
-
-
rswindell authored
eventually, these may be non-ANSI-specific.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Defaults to insert mode, handles insertion of blank lines.
-
rswindell authored
Added KEY_* constant definitions (special inkey/getkey return values) for up/down/left/right/home/end.
-
rswindell authored
indicator. Created CON_DELETELINE status to indicate getstr() returned due to line deletion (versus backspace).
-
rswindell authored
-
rswindell authored
Uses client socket descriptor for document Socket class.
-
rswindell authored
-
rswindell authored
JS_BranchCallback behavior in regards to infinite-loop detection, periodic garbage collection, and periodic time-slice yields. Eliminated global reset_loop() method, ill side-effects. Use branch.limit=0 instead to defeat infinite-loop detection mechanism (e.g. for static services).
-
- Jul 07, 2003
- Jul 04, 2003
-
-
rswindell authored
branch limit, yield frequency, and garbage collection frequency. log() now goes to stderr (by default). New write(), writeln(), and reset_loop() global methods.
-
rswindell authored
Created writeln() method (with print as alias).
-
rswindell authored
writeln() is now an alias for print(). log() and print() now return the string they were passed (instead of void). printf() now returns the formatted string (instead of void). Created global write() method (same as print without the CRLF).
-
rswindell authored
print() is now an alias for writeln().
-
rswindell authored
be the CTRL directory.
-
rswindell authored
-
deuce authored
-
- Jul 03, 2003
-
-
rswindell authored
auto-dependencies. Added JSEXEC build rule.
-
rswindell authored
auto-dependencies.
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
Created IS_PATH_DELIM() macro (stole websrvr.c->is_slash macro). Defines BSD _PATH_TMP and _PATH_DEVNULL macros for all platforms.
-
rswindell authored
Created IS_PATH_DELIM() macro (stole websrvr.c->is_slash macro). Defines BSD _PATH_TMP and _PATH_DEVNULL macros for all platforms.
-
- Jul 02, 2003
-
-
deuce authored
some of them are so damn handy... *sigh*
-
deuce authored
(umask key in the unix section)
-
deuce authored
(umask key in the unix section)
-
deuce authored
-
rswindell authored
Turns on pass-thru of ctrl keys that interfer with full-screen display (e.g. Ctrl-P, Ctrl-U, Ctrl-K, Ctrl-T). Beautified tab line display. New bail() method (restores original ctrlkey_passthru mask). Mimized use of ANSI getxy().
-