Download List

프로젝트 설명

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

System Requirements

System requirement is not defined

Released at 2009-02-11 15:05
yash 2.6 (1 files Hide)

Release Notes

This release is "yet another shell" version 2.6.

This version includes some bug fixes and spec changes.

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

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

Changelog

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" 組込みが不正メモリアクセスを引き起こしていた