| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-22 | Change io::Reader and company to return ReadError::Eof instead of 0. | Joel Klinghed | |
| 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. | |||
| 2025-09-15 | Add .clang-format | Joel Klinghed | |
| Make it easier to keep a consistent style | |||
| 2025-09-10 | Add unicode general category lookup | Joel Klinghed | |
| 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. | |||
