An error occurred while fetching folder content.
Forked from
cmucl / cmucl
Source project has a limited visibility.
rtoy
authored
up when running the word break test in i18n/tests/word-break-test.lisp. extfmts.lisp: o Return the number of characters that were actually converted instead of the position of the starting point of the output string. stream.lisp: o In FAST-READ-CHAR-STRING-REFILL, sometimes, we'll only read one octet into the octet buffer, and the octet will be the first octet of a multi-octet character. If this happens, we need to try to read some more octets in so that the call to FAST-READ-CHAR-STRING-REFILL can return a character. We only retry once. If this still fails to read enough octets to form a character, we're hosed since we don't check for this. (Should we?) Need to refactor this code a bit too.
Name | Last commit | Last update |
---|