ダウンロードリスト

プロジェクト概要

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

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

システム要件

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

リリース時刻: 2010-07-29 16:29
yash 2.23 (2 個のファイル 非表示)

リリースノート

Yet another shell (yash), version 2.23.

Some bugs in command line completion are fixed in this version.

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

このバージョンではコマンドライン補完に関するいくつかのバグ修正が行われています。

変更履歴

Yash 2.23

* Traps are no longer handled during completion to avoid messing up the display.
* Fixed segmentation fault during completion. When the notify option is enabled, the shell was wrongly trying to notify the job status while executing a candidate generator function.
* The "-o verbose" option is now disabled during completion to suppress the auto-loaded script being printed.

Yash 2.23

* コマンドライン補完の途中ではトラップを実行しないようにした (予期せぬコマンドの実行により表示が乱れるのを防ぐため)
* "-o notify" オプションが有効な時、候補生成関数を使用した補完の最中にジョブの状態を出力しようとして不正メモリアクセスしていた
* "-o verbose" オプションが有効な時でも、補完設定の自動読み込み時は読み込んだ内容を出力しないようにした