ダウンロードリスト

プロジェクト概要

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

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

システム要件

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

リリース時刻: 2011-10-15 18:33
yash 2.29 (3 個のファイル 非表示)

リリースノート

Yet another shell (yash) version 2.29.

This version contains some minor bug fixes.

Yet another shell (yash) バージョン 2.29 です。

このバージョンでは細かい機能修正が行われています。

変更履歴

Yash 2.29

+ An alias value now can contain newlines.
* Fixed invalid memory access on printing an empty array using the "typeset" built-in.
* The function body is now correctly executed in a subshell when the body is defined using the (...) compound command.
* In line-editing, the undo command can now be applied only to the history entry that is being edited.

Legend:
+: new feature
*: bug fix

Yash 2.29

+ エイリアスの値に改行を入れられるようになった
* 空の配列を "typeset" 組込みで表示しようとしたときに不正メモリアクセスしていた
* 関数の中身が (...) の形式の複合コマンドとして定義されているときコマンドを正しくサブシェルで実行するように
* 行編集で、undo コマンドは編集中の履歴項目でのみ使えるようにした

凡例:
+: 新機能
*: バグ修正