Télécharger la liste

Description du projet

!!! 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.

Système requise

System requirement is not defined

Livrée : 2008-11-13 18:43
yash 2.2.2 (1 files Cacher)

Notes de release

Re-release of yash 2.2.2.

Originally available at:
http://homepage2.nifty.com/magicant/sapps/yash/yash-2.2.2.tar.gz

Yash バージョン 2.2.2 の再リリースです。

もともと↓でリリース済みでした。
http://homepage2.nifty.com/magicant/sapps/yash/yash-2.2.2.tar.gz

Changelog

Yash 2.2

+ "help", "pushd", "popd" and "dirs" builtins
= The value of $PWD set by the "cd" builtin is fixed. It now has a
correct value when changing to a relative path from the root
directory.
* Pathname expansion not properly performed for patterns including
"." or "..".

Yash 2.2

+ "help", "pushd", "popd", "dirs" 組込み
= ルートディレクトリから相対パスで "cd" するとき設定される $PWD
の値を修正
* "." や ".." を含むファイル名展開が正しく動作していなかった