Some changes based on feedback.
authorHelmut Eller <eller.helmut@gmail.com>
Sun, 1 Jan 2017 22:09:26 +0000 (23:09 +0100)
committerHelmut Eller <eller.helmut@gmail.com>
Sun, 1 Jan 2017 22:09:26 +0000 (23:09 +0100)
* fth/file.fth: Clearer license statement.
(\N, \R, SKIP-\N): Upcase properly.
(READ-LINE): Use 0<> instead of 0< for the (unlikely) case that
we have large unsigned numbers with the highest bit set.
Also, skip-\n can overwrite the \r that we just detected.

* fth/t_file.fth: Add tests with buffers that are shorter and exaclty
as long as the line.


No differences found