- 20 Dec, 2008 1 commit
-
-
rswindell authored
some requests for clarification from Deuce.
-
- 09 Dec, 2008 2 commits
- 08 Dec, 2008 3 commits
- 05 Dec, 2008 1 commit
-
-
deuce authored
-
- 04 Dec, 2008 2 commits
- 20 Aug, 2008 2 commits
- 04 Jun, 2008 1 commit
-
-
deuce authored
by properly const-ifying the appropriate functions and variables. Not yet tested on Win32
-
- 23 Feb, 2008 1 commit
-
-
rswindell authored
startup option - we will *always* use the local timezone. If the sysop wants to use GMT/UTC, they should configure their operating system accordingly.
-
- 28 Nov, 2007 1 commit
-
-
rswindell authored
Error E2176 ..\..\include\mozilla\js\jsotypes.h 73: Too many types in declaration Error E2146 ..\..\include\mozilla\js\jsotypes.h 73: Need an identifier to declare
-
- 25 Aug, 2007 1 commit
-
-
rswindell authored
-
- 15 Sep, 2006 1 commit
-
-
rswindell authored
instead of a bit-mask representing all the log levels to actually "see", use a single numeric (or nmemonic) level value (ERROR, WARNING, NOTICE, etc.) and less severe log levels (levels with a higher numeric value) will be filtered (e.g. not "seen" or logged). It's the basic syslog() concept.
-
- 13 Jul, 2006 1 commit
-
-
rswindell authored
when re-directing stdout), but mutex protected with mfprintf().
-
- 09 Jul, 2006 1 commit
-
-
rswindell authored
this macro can't be used to initalize mutexes (during run-time) on all platforms.
-
- 07 Jul, 2006 1 commit
-
-
rswindell authored
background threads don't step on eachother (as well as error reports and status messages).
-
- 08 May, 2006 1 commit
-
-
deuce authored
-
- 27 Jan, 2006 1 commit
-
-
rswindell authored
(assertion) with jsexec->js_printf(). Sorry Deuce. :-)
-
- 26 Jan, 2006 1 commit
-
-
rswindell authored
-
- 21 Jan, 2006 1 commit
-
-
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!
-
- 06 Jan, 2006 1 commit
-
-
rswindell authored
The variable 'exit_code' is only used for the return value if it's a number. Bug-fix: sbbs_srand() wasn't being called - random number generator wasn't being seeded.
-
- 13 Dec, 2005 1 commit
-
-
rswindell authored
(rather than _DEBUG) - improving performance and memory usage in the 99% of debug builds that don't need the JSDOC stuff.
-
- 29 Nov, 2005 2 commits
-
-
deuce authored
Hopefully, this will fix the massively negative times.
-
deuce authored
are apparently the same thing, not so for nost *nix systems. Unsure of BCC. At the very least, MSVC doesn't support a long double type with *printf() whereas *nix does. This does not *seem* to be causing a problem, but it may.
-
- 22 Nov, 2005 1 commit
-
-
deuce authored
around to comitting it? Well... this should solve Franks problem along with pretty much everyone else who has SDL installed. Sorry for the breakage, have a nice day.
-
- 21 Oct, 2005 1 commit
-
-
rswindell authored
-
- 12 Oct, 2005 2 commits
- 05 Sep, 2005 1 commit
-
-
deuce authored
Consider doing the same for all .h files. Consider the meaning of sanity.
-
- 11 Aug, 2005 1 commit
-
-
rswindell authored
level value.
-
- 06 Aug, 2005 1 commit
-
-
rswindell authored
script's termination.
-
- 12 Jul, 2005 1 commit
-
-
rswindell authored
exit_code.
-
- 09 May, 2005 1 commit
-
-
rswindell authored
initialized as such by the caller).
-
- 21 Apr, 2005 3 commits
- 14 Apr, 2005 1 commit
-
-
rswindell authored
echo error messages to status output (default: stderr) as well.
-