ダウンロードリスト

プロジェクト概要

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

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

システム要件

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

リリース時刻: 2010-05-16 01:13
yash 2.20 (1 個のファイル 非表示)

リリースノート

Yet another shell, version 2.20.

This version contains some minor fixes.

Yet another shell バージョン 2.20 です。このバージョンでの更新点は細かな機能の修正です。

変更履歴

Yash 2.20

+ Function definition using the "function" keyword.
= The "-nt" and "-ot" operators of the "test" builtin now consider a non-existent file older in favor of Korn shell.
= [line-editing] some editing commands have been renamed:
vi-change-all -> vi-change-line
vi-yank-and-change-all -> vi-yank-all-change-line
vi-append-end -> vi-append-to-eol
* [line-editing] the clear-and-redraw-all command was broken.

Legend:
+: new feature
-: removed feature
=: specification change
*: bug fix
x: new bug

Yash 2.20

+ "function" キーワードによる関数の定義
= "test" 組込みの "-nt", "-ot" 演算子による比較では存在しないファイルをより古いとみなすようになった (Korn shell に倣う)
= 行編集: いくつかの編集コマンドの名前を変更
vi-change-all -> vi-change-line
vi-yank-and-change-all -> vi-yank-all-change-line
vi-append-end -> vi-append-to-eol
* 行編集: clear-and-redraw-all コマンドが正しく動いていなかった

凡例:
+: 新機能
-: 廃止機能
=: 仕様変更
*: バグ修正
x: 新たに加わってしまったバグ