- Feb 08, 2013
-
-
deuce authored
functions.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
Fix bug where multiple named queues with the same name could be created if their name is specified with more than 128 chars.
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
broken bits. Hopefully there aren't any new improved bugs or broken bits, but I wouldn't bet on that.
-
- Feb 07, 2013
-
-
deuce authored
-
deuce authored
cleaning up the open mode rather than truncating at the first 'e' char. Also, allow passing more than three flags through to fdopen().
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
and trucates there.
-
deuce authored
-
deuce authored
and always NULL terminating. This macro will handle embedded NULLs. Also, add a HANDLE_PENDING(cx) to return JS_FALSE if an exception is pending
-
deuce authored
-
deuce authored
The calling code must check JS_IsExceptionPending(cx) and return JS_FALSE
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
alloca()ed ones.
-
- Jan 06, 2013
- Dec 24, 2012
- Dec 23, 2012
-
-
rswindell authored
doesn't have stdbool.h. Somehow the nightly build didn't detect this failure.
-
- Dec 19, 2012
-
-
rswindell authored
-
rswindell authored
realloced variables for tracking QWKnet nodes discovered while importing msgs, but multiple terminal server nodes/events calling this function concurrently could clearly corrupt these variables and cause realloc errors and crashes. Now using members of sbbs_t for node/event instance specific QWKnet node tracking for the route.dat updates (a rarely used feature nowadays).
-
rswindell authored
code is generated from the sysop-supplied name, don't truncate at the first space character (concatenate words instead) - making much nicer internal codes by default (e.g. "FAT FISH" becomes "FATFISH" instead of "FAT").
-
rswindell authored
-
rswindell authored
-