OSDN Git Service

Replace INIT with DUMMY_INIT macro
[yash/yash.git] / exec.h
2023-11-13 WATANABE YukiConvert to indentation by spaces
2020-11-03 magicantMassive reorder of functions in exec.c
2018-12-08 magicantReset exitstatus in subshell (#38774)
2016-11-03 magicantReset "iterating" optionally
2013-06-06 magicantyash: traceall オプション追加
2013-06-06 magicantyash: exec: exec_variable: 変数名に "$" を入れるように
2013-06-06 magicantyash: REFACTOR: exec: +exec_variable
2012-11-24 magicantyash: REFACTOR: ヘッダファイルにも #if を厳密に書くように
2012-11-01 magicantyash: REFACTOR: +xgetopt
2012-10-13 magicantyash: MERGE --reintegrate /yash/branches/help
2012-10-12 magicantyash: MERGE from /yash/trunk to /yash/branches/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-08-01 magicantyash: iterinfo を execstate に統合
2011-07-03 magicantyash: 対話モードで return 組込みを使ったときのエラーの出し方を変更
2011-07-03 magicantyash: exec: REFACTOR: rename execinfo -> execstate_T
2011-02-10 magicantyash: MERGE from /yash/branches/2.25 (#24340)
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-09-30 magicantyash: MERGE --reintegrate /yash/branches/complete
2010-09-12 magicantyash-complete: complete: execute_completion_function
2010-09-12 magicantyash-complete: complete: +autoload_completion_function
2010-09-11 magicantyash-complete: complete: 補完関数の呼出しを実装
2009-11-09 magicantyash: parser: -cmdsub_T
2009-11-07 magicantyash: parser: +cmdsub_T
2009-09-16 magicantyash: exec: +special_builtin_executed
2009-07-25 magicantyash: exec: +iterinfo, exec_iteration
2009-06-07 magicantyash: exec: xtrace の出力方式を変更 (#16562)
2009-06-01 magicantyash: REFACTOR: 各ソースの modeline に tw=80 追加
2009-02-11 magicantyash-le: MERGE from /yash/trunk
2009-01-16 magicantyash: 著作権表記の年を 2009 に
2008-10-05 s071033yash: exec.h: stddef.h インクルード忘れ
2008-09-29 s071033yash: *.h: ヘッダから bool と SIZE_MAX をなくす
2008-09-20 magicantyash: exec: sigtype_T: -t_allbutpipe
2008-09-20 magicantyash: redir: open_heredocument を exec.c から redir.c に移動
2008-09-16 magicantyash: POSIX で予約済みの識別子とかぶらないように識別子を修正
2008-09-10 magicantyash: exec: sigtype_T, fork_and_reset: extern 化
2008-09-06 magicantyash: exec, builtin: +type 組込み
2008-08-31 ywtnbyash: builtin, exec: +command 組込み
2008-07-24 ywtnbyash: builtin, exec: +times 組込み
2008-07-19 ywtnbyash: builtin, sig: +trap 組込み
2008-07-11 ywtnbyash: yash: +finalize_shell, reinitialize_shell
2008-07-02 ywtnbyash: builtin, exec: +. (dot) 組込み
2008-07-01 ywtnbyash: builtin, exec: +eval 組込み
2008-06-21 ywtnbyash: job, builtin: +fg, bg 組込み
2008-06-18 ywtnbyash: builtin, exec: +break, continue 組込みコマンド
2008-06-18 ywtnbyash: exec: +reset_execinfo, return_pending
2008-06-11 ywtnbyash: DOCUMENT: ソースをすべて ASCII に
2008-05-26 ywtnbyash: mv yash/branches/yash2 yash/trunk: NEW TRUNK
2008-05-24 ywtnbyash2: yash: +exit_shell_with_status, exit_shell
2008-05-14 ywtnbyash2: EXIT_FAILURE を廃止して独自の EXIT_FAILURE1 や EXIT_ERROR を追加
2008-04-30 ywtnbyash2: exec: +execinfo, save_execinfo, load_execinfo
2008-04-22 ywtnbyash2: parser, lineinput, exec
2008-04-18 ywtnbyash2: parser, redir, exec: リダイレクトの展開と実行を実装
2008-04-16 ywtnbyash2: yash: +initial_pgrp
2008-04-12 ywtnbyash2: STYLE: __attribute__ の位置をセミコロンの直前に戻す
2008-04-10 ywtnbyash2: parser: -word_to_wcs
2008-04-09 ywtnbyash2: exec: +lastasyncpid
2008-03-25 ywtnbyash2: exec: SNAPSHOT
2008-03-24 ywtnbyash2: exec: exec_* 関数の引数を const に
2008-03-24 ywtnbyash2: 全ソースのインデントを変更 (vim: set ts=8 sts=4 sw=4 noet:)
2008-03-14 ywtnbyash2: +lineinput, +exec: 最小限の実装 (パーサ開発開始前の準備)
2008-02-18 ywtnbexec.c: リダイレクト関係の種々の修正
2008-02-18 ywtnbexec.c: exec_single を大幅にリファクタリング
2008-02-17 ywtnbshellfds, shellfdmin 導入
2008-01-24 ywtnbexec.[ch] から job.[ch] を分離
2008-01-07 ywtnbvariable.c: 細かい修正
2008-01-06 ywtnbMOVE: branches/newparser trunk
2008-01-06 ywtnbシグナルによる終了コードを +128 ではなく +384 に
2008-01-04 ywtnbwait builtin 修正、$! 特殊パラメータ、get_jobnumber_from_pid 修正
2008-01-03 ywtnbminor change: copyright year
2007-12-31 ywtnbソース分割: +signal.[ch]
2007-12-31 ywtnbコマンド置換を SIGINT で止められるように
2007-12-28 ywtnbminor fixes
2007-12-26 ywtnb-read_and_parse_partial
2007-12-26 ywtnbwait builtin 復活
2007-12-26 ywtnbexit builtin: BG ジョブは警告しないように
2007-12-26 ywtnbシグナルハンドリング変更: 常時 mask を止めて handle_signals を追加
2007-12-25 ywtnbexec.c: JOB の j_pids を j_proc[cv] に
2007-12-25 ywtnbMAJOR CHANGES: wait_all -> wait_chld
2007-12-24 ywtnbminor changes
2007-12-19 ywtnbヘッダファイルをソースファイルごとに分割