OSDN Git Service

Replace INIT with DUMMY_INIT macro
[yash/yash.git] / job.h
2023-11-13 WATANABE YukiConvert to indentation by spaces
2019-12-23 magicantRevert "Remove j_nonotify"
2019-01-13 magicantRemove j_nonotify
2017-07-03 magicantRemove unnecessary syscalls in handle_sigchld
2012-11-24 magicantyash: REFACTOR: ヘッダファイルにも #if を厳密に書くように
2012-11-01 magicantyash: REFACTOR: +xgetopt
2012-10-28 magicantyash: job.h, yash.h: stddef.h のインクルード忘れ
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-03-22 magicantyash: job: REFACTOR: job_T: +j_legacy
2011-03-22 magicantyash: job: REFACTOR
2011-03-16 magicantyash: sig: REFACTOR
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: ヘルプメッセージの文字列を組込みコマンドあたり複数に分割
2009-12-10 magicantyash: job: print_job_status_all: REFACTOR, COMMENT
2009-12-09 magicantyash: job: print_job_status: static に, 戻り値を int に
2009-11-16 magicantyash: hashtable, history, input, job: REFACTOR: コメント書き換え
2009-09-10 magicantyash: job: print_job_status_all: 引数廃止
2009-08-25 magicantyash: REFACTOR
2009-08-12 magicantyash: ジョブ制御有効時にシェルの pgid を変更するのをやめた
2009-06-01 magicantyash: REFACTOR: 各ソースの modeline に tw=80 追加
2009-03-08 magicantyash-le: MERGE from /yash/trunk
2009-02-27 magicantyash: ループパイプ廃止
2009-02-11 magicantyash-le: MERGE from /yash/trunk
2009-02-11 magicantyash: job: +print_job_status_all
2009-02-11 magicantyash: job: job_T: +j_nonotify
2009-01-16 magicantyash: 著作権表記の年を 2009 に
2008-12-13 magicantyash: job: wait_builtin: シグナルで中止された場合の終了ステータス修正
2008-09-29 s071033yash: *.h: ヘッダから bool と SIZE_MAX をなくす
2008-09-16 magicantyash: POSIX で予約済みの識別子とかぶらないように識別子を修正
2008-09-10 magicantyash: exec: sigtype_T, fork_and_reset: extern 化
2008-07-20 ywtnbyash: job: +notify_signaled_job
2008-07-20 ywtnbyash: builtin, sig: +kill 組込み
2008-07-19 ywtnbyash: builtin, sig: +trap 組込み
2008-06-26 ywtnbyash: sig: block_sigchld -> block_sigchld_and_sigint
2008-06-22 ywtnbyash: yash: main:
2008-06-21 ywtnbyash: job, builtin: +disown 組込み
2008-06-21 ywtnbyash: job, builtin: +fg, bg 組込み
2008-06-19 ywtnbyash: builtin, job: +jobs 組込みコマンド
2008-06-11 ywtnbyash: DOCUMENT: ソースをすべて ASCII に
2008-05-26 ywtnbyash: mv yash/branches/yash2 yash/trunk: NEW TRUNK
2008-05-19 ywtnbyash2: common.h: ngettext 用の ngt の定義追加
2008-05-19 ywtnbyash2: job: add_job: current 引数追加
2008-04-26 ywtnbyash2: job: +get_process_status_string
2008-04-26 ywtnbyash2: strbuf: +malloc_printf, malloc_vprintf
2008-04-16 ywtnbyash2: job: calc_status でシグナルを受けたプロセスのステータス値を修正
2008-04-12 ywtnbht_set: key に NULL を渡せないように
2008-04-12 ywtnbyash2: STYLE: __attribute__ の位置をセミコロンの直前に戻す
2008-03-29 ywtnbyash2: +option.c, option.h
2008-03-24 ywtnbyash2:
2008-03-24 ywtnbyash2: 全ソースのインデントを変更 (vim: set ts=8 sts=4 sw=4 noet:)
2008-03-24 ywtnbyash2: 各ヘッダの __attribute__ の書き方を変更: セミコロンの直前ではなく宣言全体の前に
2008-03-24 ywtnbyash2: SNAPSHOT
2008-03-22 ywtnbyash2: SNAPSHOT
2008-02-08 ywtnbexec に失敗したらシェルスクリプトとして実行するように
2008-01-24 ywtnbexec.[ch] から job.[ch] を分離