- #330,#331 Fix the original version of file:read incompatible behavior (Thx! @erw7)
- #332 stop buffering on io.open("w") (Thx! @spiegel-im-spiegel)
- #333 Fix file:seek() did not work on reading as expected (Thx! @erw7)
- #333 Fix file:close()'s return value was invalid. (Thx! @erw7)
- #319 Impl utf8.len()
- Fix:
whichreported files which has no suffixes pwdshows logical-path (=pwd -l) as default rather than phisical-path (=pwd -p)- Fix: trash was left when incremental-search starts and some string exists on command-line.
- Shrink the executable with -lfdflags="-s -w"
- #330,#331 オリジナル版のfile:readの非互換な動作を修正 (Thx! @erw7)
- #332 io.open("w") でバッファリングしないようにした (Thx! @spiegel-im-spiegel)
- #333 Fix file:seek() が読み取り時に期待どおり同しなかった点を修正 (Thx! @erw7)
- #333 Fix file:close() の戻り値がおかしかった点を修正 (Thx! @erw7)
- #319 utf8.len() を実装
- Fix:
whichが拡張子なしのファイルも出力していた点を修正 pwdはデフォルトでは論理パスを出力するようにした- インクリメンタルサーチを開始した時、表示にゴミが残る不具合を修正
- -lfdflags="-s -w" で実行ファイルのサイズを削減した