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)
commit938d9dbad95ebb2ad44ae2d1760c8cdbb02dc54b
treea8a00b5f382bbcc27287ac2f4eb20b2d2327a301
parentaad4537d9f90c2fd1b648f13a041ba1c7439b7c4
Some changes based on feedback.

* 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.
fth/file.fth
fth/t_file.fth