- Aug 23, 2006
-
-
deuce authored
that exist. Fix to delfiles() to delete from cwd if inpath is a zero-length string.
-
rswindell authored
-
rswindell authored
single function. * editfile() now modifies a temporary copy of the file which solves 2 problems: A. editors restricted to the temp dir (e.g. PICO) can now be used to edit other files (e.g. sig files) B. DOS editors can now be used to edit files with long filenames (e.g. .plan files)
-
rswindell authored
(not user-modifyable) - used for "New User Validation" e-mail.
-
deuce authored
-
rswindell authored
- returns true/false if the user's terminal supports all the passed flags - returns the supported flags if no flags are passed for comparison - automatically uses the auto-terminal-type flags if no user is logged-on
-
rswindell authored
in the if() - no functional change.
-
rswindell authored
(sys_status&SS_USERON)
-
rswindell authored
-
- Aug 22, 2006
- Aug 15, 2006
- Aug 14, 2006
- Aug 12, 2006
- Aug 11, 2006
- Aug 10, 2006
-
-
deuce authored
This should hopefully be the last one on THAT.
-
- Aug 08, 2006
- Aug 04, 2006
- Aug 03, 2006
-
-
rswindell authored
Cyberdine) - increased to 10 digits.
-
- Jul 21, 2006
-
-
deuce authored
a max length for readAll().
-
- Jul 20, 2006
-
-
deuce authored
rather than before. This should fix wrapping issues where the 81st column of a line contained a CTRL-A right-movement code.
-
- Jul 15, 2006
- Jul 13, 2006
-
-
rswindell authored
when re-directing stdout), but mutex protected with mfprintf().
-
- Jul 12, 2006
-
-
rswindell authored
subs (no need to check newly-created subs for dupes) - eliminates exponential importation time witnessed with large numbers (thousands) of message areas being imported from a single file.
-
- Jul 09, 2006
-
-
rswindell authored
this macro can't be used to initalize mutexes (during run-time) on all platforms.
-
- Jul 07, 2006
-
-
rswindell authored
background threads don't step on eachother (as well as error reports and status messages).
-