Implement READ-LINE and WRITE-LINE
authorHelmut Eller <eller.helmut@gmail.com>
Sun, 1 Jan 2017 11:12:08 +0000 (12:12 +0100)
committerHelmut Eller <eller.helmut@gmail.com>
Sun, 1 Jan 2017 11:12:08 +0000 (12:12 +0100)
This is implemented on top of READ-FILE and WRITE-FILE which avoids
new dependencies in the C code.

* fth/file.fth: New file.
* fth/loadp4th.fth: Load it.

* fth/t_file.fth: New tests.  Some tests fail and some are commented
out due to missing functionality.  There's an actual bug in SAVE-INPUT
which I know how to fix.

* build/unix/Makefile, build/mingw-crossbuild-linux/Makefile (test):
  Run test in t_file.fth.


No differences found