!!! THIS PROJECT HAS MOVED TO GITHUB !!! https://github.com/magicant/yash
Yet another shell (yash) is a POSIX-compliant command line shell, featuring more strict POSIX compliance than those of other shells, as well as powerful command line editing.
Yash 2.10
+ History search in line-editing.
= Empty lines are no longer stored in the history.
= In the vi-like line-editing, "cw" and "cW" now work as in vi.
* Setting the "notifyle" option caused a segfault if yash was configured with line-editing disabled.
* In line-editing, undoing a change to a history entry did not restore the cursor position properly.
* Some fixes for invalid memory access during line-editing.
Yash 2.10
+ 行編集におけるコマンド履歴検索
= 内容のない行は履歴に入れないように
= vi 風行編集で、"cw" と "cW" が実際の vi と同様に振る舞うように
* 行編集なしで configure したとき "notifyle" オプションを設定しようとするとセグフォが発生していた
* 行編集で、編集した履歴をアンドゥしたときカーソル位置が正しくなかった
* 行編集中の不正メモリアクセスのいくつかの修正