- Mar 05, 2010
-
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
-
rswindell authored
printf() and sscanf().
-
rswindell authored
-
rswindell authored
in size (or >4G-1byte depending on how the return value was used). This is going to trigger a bunch of warnings like this: conversion from '__int64 ' to 'unsigned long ', possible loss of data which will be fixed over type (either with typecasts or by supporting 64-bit file sizes, as the case may be).
-
deuce authored
-
deuce authored
1) We know it's not empty -- and -- 2) We want to wait until it is
-
deuce authored
-
deuce authored
-
- Mar 04, 2010
-
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
*stab*
-
deuce authored
to actually work).
-
mcmlxxix authored
fixed numerous scoring bugs (that have been plagueing me for 2 years)
-
deuce authored
Clear the outbuf empty event BEFORE writing a byte to prevent clearing the event if the output thread sends the newly added byte before the event is cleared: ie: Main Output RingBufWrite RingBufRead SetEvent ClearEvent
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
-
deuce authored
and making the flush callback call fflush()
-
- Mar 03, 2010
-
-
deuce authored
-
deuce authored
-
deuce authored
the vsnprintf() call in lprintf().
-
deuce authored
and stop passing an aboirted callback since this sucks back CPU hard on some IO methods (such as curses) for no apparent benefit. This seems to fix the last of the massive CPU usage during transfers issue.
-
deuce authored
loop. I don't even know why this is there.
-
deuce authored
with data_waiting resulted in a single byte being parsed before each keyboard poll and screen update.
-
deuce authored
-
deuce authored
Stop using mystery ch global.
-
deuce authored
-
deuce authored
-
deuce authored
or potentially more with a timeout to at least one byte.
-
deuce authored
-
rswindell authored
-
deuce authored
-