ダウンロードリスト

プロジェクト概要

!!! このプロジェクトは GitHub に移動しました !!! https://github.com/magicant/yash

Yet another shell (yash) は POSIX 準拠のコマンドラインシェルです。Bash や zsh などよりも厳密に POSIX に準拠するとともに、対話シェルとして普段使えるようなものを作ることを目指しています。

システム要件

システム要件が設定されていません

リリース時刻: 2009-01-16 23:46
yash 2.5 (1 個のファイル 非表示)

リリースノート

This is "yet another shell" version 2.5.

This version includes some bug fixes but no major changes.

Yet another shell バージョン 2.5 です。

このバージョンではいくつかのバグ修正を行いました。
大きな変更点はありません。

変更履歴

Yash 2.5

= Redirection of FDs used by the shell is now error.
* Some redirection syntax errors were overlooked.
* Fixed the "sig.y" test failure.
* When an "exec" command with redirections is enclosed in a brace with redirections, the redirections to the brace are now properly closed after execution.
* Fixed parsing error of a comment after the identifier of a for statement.

Yash 2.5

= シェルが使用している FD のリダイレクトはエラーにするように
* いくつかのリダイレクト構文エラーを見逃していた
* "sig.y" テストが間違っていた
* リダイレクト付きの "exec" コマンドがリダイレクト付きの { } 括弧の中にある場合、括弧に対するリダイレクトが残ったままになっていた
* for 文の識別子の直後のコメントの解析エラーを修正