ダウンロードリスト

プロジェクト概要

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

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

システム要件

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

リリース時刻: 2009-02-11 15:05
yash 2.6 (1 個のファイル 非表示)

リリースノート

This release is "yet another shell" version 2.6.

This version includes some bug fixes and spec changes.

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

このバージョンではいくつかのバグ修正と機能拡張を行いました。

変更履歴

Yash 2.6

+ Added the -q option to the fc builtin.
+ Compound commands may now contain no commands inside.
* "alias -p" now prints commands with proper escape.
* In posixly-correct mode, a semicolon followed by the identifier followed by "for" is now treated as an error.
* Global aliases are now allowed after compound commands.
* The "fg" and "wait" builtins were causing invalid memory access when the "-o notify" option is enabled.

Yash 2.6

+ fc 組込みに -q オプション追加
+ 複合コマンドの内容は空でもよいように
* "alias -p" でハイフンを適切にエスケープするように
* POSIX 準拠モードの for 文で、識別子の直後のセミコロンをエラーにするように
* 複合コマンドの直後でグローバルエイリアスが使えなかった
* "-o notify" オプションが有効な時 "fg" および "wait" 組込みが不正メモリアクセスを引き起こしていた