- Append error message the filename on overwriting to existing file on redirect.
- Fix error for overwriting on redirect to
nulwhennoclobberis set. - diskused: continue counting how bytes disk used even if errors are found.
- ls: fixed
-loption did not work with-1option - ls: fixed: did not show one file per a line when output is not terminal.
- Not aliased builtin commands are able to be called as
\lslike bash - Fix the broken alias "for"
- Fix on completion the path separating characters were replaced to default one even if the word was not filepath for #334
- リダイレクトで存在するファイルを上書きする時のエラーメッセージにファイル名を付与した
- noclobber が設定されている時に nul へのリダイレクトを上書きエラーにしてしまう問題を修正
- diskused: エラーが見付かっても容量計算を続けるようにした
- ls:
-1があると、-lオプションが動かない点を修正 - ls: 出力先が端末でない時、1ファイル1行で出力していなかった点を修正
- 別名定義されていない内蔵コマンドを bash のように
\lsと呼べるようになった - for のエイリアス定義が壊れていたのを修正
- ファイル名以外の補完の時もパスの区切り文字が補正されてしまう問題を修正