OSDN Git Service

Make run-test.sh POSIXly-portable
[yash/yash.git] / yash.c
2022-01-28 magicantDon't crash when invoked without any argv
2020-09-20 magicantsb_initwithmax and wb_initwithmax
2018-12-08 magicantReset exitstatus in subshell (#38774)
2016-12-21 magicantLoad default initialization script if yashrc is missing...
2016-11-10 magicantRename special_builtin_syntax_error (#36739)
2015-11-08 magicantyash: tests2: MERGE from trunk
2015-08-09 magicantyash: yash: HOME 変数が定義されていないとき初期化スクリプトを実行しないように
2015-08-03 magicantyash: tests2: MERGE from trunk
2015-07-26 magicantyash: configure: --enable-alias, --disable-alias オプション廃止
2015-07-05 magicantyash: eval, fc 組込みを中断しないように return の対象を変更 (#35232)
2013-02-17 magicantyash: yash: 初期化ファイル実行中は構文エラーでシェルを終了しないように (#30663)
2013-02-17 magicantyash: yash: parse_and_exec: REFACTOR: if 文を整理
2013-02-17 magicantyash: yash: REFACTOR: +exec_input_options_T
2013-02-17 magicantyash: yash: parse_and_exec: COMMENT
2013-02-17 magicantyash: yash: update copyright year
2013-02-03 magicantyash: yash: REFACTOR: execute_profile, execute_rcfile...
2013-02-03 magicantyash: yash: main: REFACTOR: 不要な括弧を削除
2012-10-21 magicantyash: 各 .c で対応する .h を common.h の直後に include するように
2012-10-21 magicantyash: yash: print_help: 構文の説明メッセージを更新
2012-10-13 magicantyash: builtin, option, yash: help 無効化時のリンクエラーを修正
2012-10-13 magicantyash: MERGE --reintegrate /yash/branches/help
2012-10-13 magicantyash: 特殊組込みでの構文エラーの処理法を変更
2012-10-13 magicantyash: tests: 引数個数に関するエラーチェックのテストをいろいろ追加
2012-10-12 magicantyash: MERGE from /yash/trunk to /yash/branches/help
2012-10-11 magicantyash: builtin: REFACTOR: 新しいエラー処理関数の追加
2012-10-07 magicantyash: yash と set の help のオプション一覧出力を変更
2012-10-07 magicantyash: help の表示にオプション一覧を追加
2012-09-30 magicantyash: help の出力にコマンドの構文を追加
2012-09-30 magicantyash: help コマンドの動作を変更
2012-09-17 magicantyash: MERGE /yash/branches/doc
2011-09-04 magicantyash: input
2011-08-28 magicantyash: parser: REFACTOR: rename parseinfo_T -> parseparam_T
2011-08-12 magicantyash: yash: main: return を使わないように
2011-08-04 magicantyash: yash: parse_and_exec: REFACTOR
2011-08-03 magicantyash: 対話シェルを SIGINT で中断した時は laststatus を設定するように (#24284)
2011-08-03 magicantyash: yash: parse_and_exec: REFACTOR
2011-08-01 magicantyash: iterinfo を execstate に統合
2011-07-03 magicantyash: 対話モードで return 組込みを使ったときのエラーの出し方を変更
2011-07-03 magicantyash: exec: REFACTOR: rename execinfo -> execstate_T
2011-07-03 magicantyash: REFACTOR
2011-07-02 magicantyash: yash: REFACTOR
2011-06-02 magicantyash: yash: exec_input: REFACTOR
2011-05-29 magicantyash: input: input_interactive
2011-05-28 magicantyash: REFACTOR: include の順番を変更
2011-03-16 magicantyash: sig: REFACTOR
2011-02-20 magicantyash: yash: print_version: NLS が有効かどうかを表示するように
2011-02-10 magicantyash: MERGE from /yash/branches/2.25 (#24340)
2011-02-05 magicantyash: yash: parse_and_exec: 対話シェルでは noexec を無視 (#23991)
2011-01-08 magicantyash: complete_builtin 以外、xgetopt_long から xgetopt に移行
2011-01-04 magicantyash: common: +INIT マクロ
2011-01-04 magicantyash: main: print_help, print_version: xprintf を使うように
2011-01-04 magicantyash: option: シェルオプション関連のコードを全面的に書き換え (#23779)
2010-12-26 magicantyash: MERGE --reintegrate /yash/branches/nls
2010-12-25 magicantyash-nls: MERGE from /yash/trunk
2010-12-13 magicantyash-nls: MERGE from /yash/trunk
2010-12-13 magicantyash-nls: ヘルプメッセージの文字列を組込みコマンドあたり複数に分割
2010-12-12 magicantyash-nls: ヘルプの見出しを一部書き直し
2010-12-12 magicantyash-nls: 翻訳に向けてほとんどのエラーメッセージを書き直した
2010-12-07 magicantyash-nls: MERGE from /yash/trunk
2010-12-07 magicantyash-nls: MERGE from /yash/trunk
2010-12-06 magicantyash-nls: common.h: ngt を 3 引数に
2010-12-05 magicantyash-nls: Makefile.in: configm.h に PACKAGE_NAME を追加
2010-12-05 magicantyash-nls: MERGE from /yash/trunk
2010-12-04 magicantyash-nls: configure: NLS 関係の設定オプションを追加
2010-09-10 magicantyash: +BRANCH complete
2010-08-17 magicantyash: util: REFACTOR: +optarg_T
2010-07-29 magicantyash: r2165 での修正をリバート
2010-07-28 magicantyash: yash: exec_input: enable_verbose 引数追加
2010-07-28 magicantyash: r2159, r2160, r2161 での変更をリバート > 再修正へ
2010-07-27 magicantyash: yash: exec_input: enable_verbose 引数追加
2010-07-04 magicantyash: configure: version.h 廃止、configm.h 導入
2010-06-15 magicantyash: configure: バージョン番号を 2.21 に
2010-06-14 magicantyash-complete: MERGE from /yash/trunk
2010-06-14 magicantyash: input: -set_nonblocking
2010-06-14 magicantyash: yash: +new_input_file_info, stdin_input_file_info
2010-06-14 magicantyash: input: -input_stdin
2010-06-13 magicantyash: input: input_file: inputinfo として input_file_info を導入
2010-06-13 magicantyash: yash: main: open_ttyfd に失敗したら ensure_foreground...
2010-06-12 magicantyash-complete: MERGE from /yash/trunk
2010-06-11 magicantyash: 対話シェルでの SIGINT によるコマンドの中断を修正 (#22118)
2010-06-11 magicantyash: REFACTOR
2010-06-03 magicantyash: 対話モードでは毎回行番号を 1 に戻すように (#21676)
2010-06-01 magicantyash-complete: MERGE from /yash/trunk
2010-05-20 magicantyash: README, INSTALL: 全体的に修正
2009-11-28 magicantyash: yash: REFACTOR: コメント・ソース修正
2009-11-08 magicantyash: yash: parse_and_exec: REFACTOR
2009-11-08 magicantyash: yash: parse_and_exec: 構文エラーの時抜ける条件を修正
2009-11-07 magicantyash: REFACTOR
2009-11-07 magicantyash: yash: exec_input: enable_alias 引数追加
2009-11-07 magicantyash: parser: parseinfo_T: +enable_alias
2009-11-07 magicantyash: スクリプトを読み込めないとき終了ステータスを 2 にするように (#19178)
2009-10-28 magicantyash: YASH_ENABLE_HELP 無効時は各組込みコマンドの --help オプションも無効に
2009-10-04 magicantyash: yash: main: -c オプション時も inputname を渡すように
2009-09-17 magicantyash: yash: exit_shell_with_status: 再入時 finalize_histor...
2009-09-17 magicantyash: yash, exec: return_builtin, exit_builtin:
2009-09-16 magicantyash: yash: parse_and_exec: 構文エラー時に終了する条件を変更
2009-09-03 magicantyash: 自己代入による gcc の未初期化変数警告抑止はデバッグ時のみに
2009-08-26 magicantyash: 対話シェルを SIGINT で中断できるように (#18251)
2009-08-25 magicantyash: シグナルの待ち受け方を大きく変更
2009-08-24 magicantyash: exec: exec_command_substitution:
next