OSDN Git Service

Don't export IFS outside testcase function
[yash/yash.git] / redir.h
2023-11-13 WATANABE YukiConvert to indentation by spaces
2023-02-02 magicantDon't declare undefined function
2012-10-21 magicantyash: builtin, option: ヘッダーで bool を使わないように修正
2011-07-28 magicantyash: exec: exec_process: EXIT トラップ実行時にリダイレクトが残っていた...
2011-04-10 magicantyash: redir: move_to_shellfd
2011-04-10 magicantyash: redir: REFACTOR
2010-09-10 magicantyash: +BRANCH complete
2010-06-15 magicantyash: configure: バージョン番号を 2.21 に
2010-06-14 magicantyash-complete: MERGE from /yash/trunk
2010-06-13 magicantyash: input: input_file: inputinfo として input_file_info を導入
2009-08-24 magicantyash: exec: exec_command_substitution:
2009-06-01 magicantyash: REFACTOR: 各ソースの modeline に tw=80 追加
2009-02-11 magicantyash-le: MERGE from /yash/trunk
2009-01-16 magicantyash: 著作権表記の年を 2009 に
2008-09-29 s071033yash: *.h: ヘッダから bool と SIZE_MAX をなくす
2008-09-20 magicantyash: redir: open_heredocument を exec.c から redir.c に移動
2008-09-19 magicantyash: parser, redir: コマンドリダイレクトを追加
2008-09-16 magicantyash: POSIX で予約済みの識別子とかぶらないように識別子を修正
2008-09-11 magicantyash: history: fc 組込み: the first form の処理を実装 (fc_edit_a...
2008-08-03 ywtnbyash: redir: ttyfd を extern に
2008-08-03 ywtnbyash: r684 に戻す: merge -r687:684
2008-07-31 ywtnbyash: redir: +reopen_xstdin
2008-07-31 ywtnbyash: redir: -is_stdin_redirected, get_ttyfd
2008-07-21 ywtnbyash: sig: SIGQUIT は対話的なときしか無視しないように
2008-06-22 ywtnbyash: yash: main:
2008-06-11 ywtnbyash: DOCUMENT: ソースをすべて ASCII に
2008-05-26 ywtnbyash: mv yash/branches/yash2 yash/trunk: NEW TRUNK
2008-04-25 ywtnbyash2: redir: redirect_stdin_to_devnull -> maybe_redire...
2008-04-24 ywtnbyash2: redir: +redirect_stdin_to_devnull
2008-04-18 ywtnbyash2: parser, redir, exec: リダイレクトの展開と実行を実装
2008-04-16 ywtnbyash2: redir: +ttyfd
2008-04-16 ywtnbyash2: redir: shellfds のライブラリ部分を実装
2008-03-24 ywtnbyash2: 全ソースのインデントを変更 (vim: set ts=8 sts=4 sw=4 noet:)
2008-03-22 ywtnbyash2: SNAPSHOT