add hack to make 'unzip' work on iOS

This commit is contained in:
pls.153 2022-11-30 09:59:35 +01:00
parent ac9d2ebf07
commit 5644bded34
3 changed files with 26 additions and 2 deletions

View file

@ -66,3 +66,11 @@ Windows note
The Windows version is only meant to run on the desktop, using the (free) MSVC
compiler. Please see [readme-windows](readme-windows.md) for details.
Known issues
------------
* on **iOS**, functions `read-sequence`, `read-char` etc. don't update
`file-position` (ECL bug?); for a workaround see hack
[here](examples/cl-repl/lisp/upload-download.lisp)