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

發布 2010-07-29 16:29
yash 2.23 (2 files 隱藏)

發布版本通知

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" オプションが有効な時でも、補完設定の自動読み込み時は読み込んだ内容を出力しないようにした