- #319 Support lua
bit32.*all by github.com/BixData/gluabit32 - #323 Fix io.lines(), nyagos.lines() could not read from redirected stdin
- Fix: io.write() did not write to redirected stdout
- Replace
io.*all with nyagos' own functions - #324 Fix: Lua's print ignored --no-go-colorable (Thx @tignear)
- #325 Fix:
sourcecould not load the path which contains spaces. - Add options:
--lua-firstand--cmd-first
- #319 github.com/BixData/gluabit32 で、Lua関数
bit32.*を全てサポート - #323 io.lines() , nyagos.lines() がリダイレクトされた標準入力から読み込めない問題を修正
- io.write() がリダイレクトされた標準出力に出力できなかった
io.*を NYAGOS の自前バージョンに置き変えた- #324 Lua の print で --no-go-colorable が効いていなかった不具合を修正 (Thx @tignear)
- #325 Source 文で空白を含むパスをロードできなかった不具合を修正 (Thx @tignear)
- オプション
--lua-firstand--cmd-firstを追加