- Feb 19, 2009
-
-
judah authored
- Feb 16, 2009
-
-
judah authored
-
- Feb 15, 2009
- Feb 13, 2009
-
- Feb 10, 2009
-
-
judah authored
-
- Feb 07, 2009
- Feb 06, 2009
- Feb 05, 2009
-
-
judah authored
-
- Jan 23, 2009
- Jan 12, 2009
- Jan 11, 2009
-
-
judah authored
-
judah authored
-
judah authored
-
judah authored
Previously we read one, fixed buffer of input from the console; but this could cause a problem if a multibyte character crossed the end of the buffer boundary. Now, we detect that case from iconv and recover by reading one byte of input at a time until the conversion succeeds.
- Jan 10, 2009
-
-
judah authored
-
- Jan 07, 2009
-
-
judah authored
-
- Jan 09, 2009
-
-
judah authored
Now that we don't use stm, we have to be careful about locking. Specifically, writeList2Chan is not atomic, so we need to add an explicit lock around it. Without this patch, the bug can be reproduced by pasting a string of 50-60 characters into the input.
-
- Jan 06, 2009
-
-
judah authored
-
- Jan 05, 2009
- Jan 02, 2009