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)
commit593eb738c871efd888f6c8652991dc2a413c8727
treeb27b64048c0d9393a3ddb5f6a41220f6e4ef9183
parent406a0545a94f43e880e883da3673f705467ecab3
Implement READ-LINE and WRITE-LINE

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.
build/mingw-crossbuild-linux/Makefile
build/unix/Makefile
fth/file.fth [new file with mode: 0644]
fth/loadp4th.fth
fth/t_file.fth [new file with mode: 0644]