20150125 SNAPSHOT
Pre-release
Pre-release
Changes since 4.0.4_0
- cd -N (N:digit): move the N-th previous directory.
- cd -h , cd ? : print current directory history.
- pwd -N (N:digit): print the N-th previous directory.
Bugfix
- Lua-function 'include' didn't report error
- Command-name completion printed same-name in diffent directories.
- ReadLine sometimes left trash at replacing string
- Could not complete path including ./ #45
- Could not broken symbolic link with DEL #44
Trivial fix
- make.cmd: add echo off a lot
- Let make.cmd on the top directory without arguments copy EXE top
4.0.4_0以降の修正
- cd -N (N:数字): N回前のカレントディレクトリに移動
- cd -h , cd ? : カレントディレクトリのヒストリを表示
- pwd -N (N:数字): N回前のカレントディレクトリを表示
不具合修正
- nyagos.lua で定義されたLua関数 include がエラーを表示しなかった
- コマンド名補完で別ディレクトリの重複する名前を表示していた
- 一行入力で文字列を置き換えた時に末尾にゴミが残る時があった
- ./ を含むパスが補完できなかった
- DELコマンドで壊れたシンボリックリンクを削除できなかった
内部的な修正
- make.cmd でエコーを一部抑制
- トップの make.cmd で実行ファイルをトップにもコピーするようにした。