!!! このプロジェクトは GitHub に移動しました !!! https://github.com/magicant/yash
Yet another shell (yash) は POSIX 準拠のコマンドラインシェルです。Bash や zsh などよりも厳密に POSIX に準拠するとともに、対話シェルとして普段使えるようなものを作ることを目指しています。
Yash 2.3
= Now changing LC_CTYPE immediately takes effect if the shell is
interactive and not in the posixly-correct mode.
* Fixed parameter expansion: empty words are now expanded properly.
* Fixed a race condition, which was causing some signals ignored.
* Assignments using the typeset/readonly/export builtins failed to
update the shell's internal data. This caused the shell to keep
using the old PATH after the PATH has been changed.
Yash 2.3
= 対話的かつ非 POSIX 準拠モードで動作時、LC_CTYPE の変更が直ちに
有効になるように
* パラメータ展開で空文字列を正しく展開できていなかった
* 稀にシグナルが無視される競合状態を修正
* typeset/readonly/export 組込みで代入を行うとシェル内部のデータが
正しく更新されていなかった。これにより、PATH を変更した後も古い
PATH を使い続けてしまうなどの問題があった。