| Age | Commit message (Collapse) | Author |
|
It's debatable if Eof should be considered an error or not.
But it is pretty clear it generally is a special response that
needs special handling, so easier to keep with the unexpected lot.
Also keeps better at higher abstraction levels, such as the line
reader.
|
|
Make it easier to keep a consistent style
|
|
Use new MaxTooSmall. As the comment notes tho, it might be that we
are lacking input as well, but until I figure out how to test for
that case and determine the cause, lets at least return a more
specific error.
|
|
Generate the lookup tables from UnicodeData.txt, do to that,
add gen_ugc, which uses csv, buffers, line, io and other modules
to do the job.
|