ダウンロードリスト

プロジェクト概要

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

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

システム要件

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

リリース時刻: 2009-05-27 00:25
yash 2.10 (2 個のファイル 非表示)

リリースノート

Yash: yet another shell, version 2.10.

This version includes some new features and minor bug fixes.

Yash: yet another shell バージョン 2.10 です。

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

変更履歴

Yash 2.10

+ History search in line-editing.
= Empty lines are no longer stored in the history.
= In the vi-like line-editing, "cw" and "cW" now work as in vi.
* Setting the "notifyle" option caused a segfault if yash was configured with line-editing disabled.
* In line-editing, undoing a change to a history entry did not restore the cursor position properly.
* Some fixes for invalid memory access during line-editing.

Yash 2.10

+ 行編集におけるコマンド履歴検索
= 内容のない行は履歴に入れないように
= vi 風行編集で、"cw" と "cW" が実際の vi と同様に振る舞うように
* 行編集なしで configure したとき "notifyle" オプションを設定しようとするとセグフォが発生していた
* 行編集で、編集した履歴をアンドゥしたときカーソル位置が正しくなかった
* 行編集中の不正メモリアクセスのいくつかの修正