| Commit message (Expand) | Author | Age | Files | Lines |
* | * process.c (rb_f_exec): should check whether prog is NULL. | eban | 2004-11-01 | 1 | -1/+1 |
* | * io.c (rb_f_open): create copy of popen specifier. [ruby-dev:24656] | matz | 2004-10-31 | 1 | -6/+9 |
* | On NetBSD don't use setruid() and setrgid(). | naruse | 2004-10-31 | 1 | -0/+5 |
* | * io.c (rb_io_mode_flags): preserve append mode flag. | matz | 2004-10-06 | 1 | -1/+0 |
* | * string.c (rb_str_sum): string may be altered. [ruby-dev:24381] | matz | 2004-10-01 | 1 | -1/+1 |
* | Add documentation to fork() | dave | 2004-09-21 | 1 | -1/+12 |
* | * ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first. | akr | 2004-09-19 | 1 | -2/+2 |
* | * process.c (rb_proc_exec): label cannot precede variable declarations. | nobu | 2004-09-01 | 1 | -2/+1 |
* | * process.c (rb_proc_exec): strip trailing spaces. [ruby-dev:24143] | nobu | 2004-08-27 | 1 | -1/+11 |
* | * io.c (rb_io_reopen): should clear allocated OpenFile. pointed | matz | 2004-08-17 | 1 | -0/+56 |
* | * re.c (rb_reg_match_m): add optional second argugment "pos" to | matz | 2004-07-17 | 1 | -0/+4 |
* | * io.c (rb_io_popen): update the document for the first argument and | nobu | 2004-06-29 | 1 | -159/+161 |
* | * process.c: Recover wrongly removed spaces at end of the lines. | ocean | 2004-04-21 | 1 | -154/+154 |
* | * process.c(rb_spawn): fix SEGV at "p system('command line here')" | ocean | 2004-04-21 | 1 | -157/+157 |
* | * process.c (pst_success_p): new method Process::Status#success?. | nobu | 2004-04-15 | 1 | -0/+1 |
* | * process.c (pst_success_p): new method Process::Status#success?. | nobu | 2004-04-15 | 1 | -1/+21 |
* | * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c, | nobu | 2004-04-14 | 1 | -1/+1 |
* | * process.c (rb_exec): follow older behavior if close-on-exec is not | nobu | 2004-03-29 | 1 | -22/+72 |
* | * io.c (pipe_open): erred program name should be reported by | nobu | 2004-03-02 | 1 | -0/+4 |
* | * process.c (rb_f_exec): get rid of SEGV when exec failed for command | nobu | 2004-02-25 | 1 | -1/+1 |
* | * process.c (rb_f_exec): get rid of SEGV when exec failed. | nobu | 2004-02-25 | 1 | -3/+3 |
* | * configure.in: check functions, fork spawnv. | nobu | 2004-02-16 | 1 | -173/+237 |
* | * process.c (detach_process_watcher): return the last status. | nobu | 2004-02-09 | 1 | -4/+9 |
* | Add HTML formatter to ri | dave | 2004-01-11 | 1 | -4/+0 |
* | * eval.c, object.c, process.c, re.c: don't use C++ style comments. | eban | 2004-01-08 | 1 | -3/+3 |
* | Finish documenting internal stuff. See Changelog for other details | dave | 2004-01-02 | 1 | -3/+1004 |
* | * win32/win32.h: define execv() using do_aspawn(). | eban | 2003-12-10 | 1 | -4/+0 |
* | * eval.c (rb_f_exit), process.c (rb_f_exit_bang): use VALUEs not but | nobu | 2003-11-27 | 1 | -2/+2 |
* | * eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true as | nobu | 2003-11-27 | 1 | -14/+19 |
* | * io.c (read_all): fptr->f may be NULL, if IO is closed in the | matz | 2003-11-04 | 1 | -96/+42 |
* | * process.c (rb_f_system): fixed lack of security check before | usa | 2003-10-30 | 1 | -0/+1 |
* | * string.c (str_new4): should not preserve FL_TAINT status in the | matz | 2003-10-13 | 1 | -1/+8 |
* | * signal.c (ruby_signal_name): adjust to the prototype. | nobu | 2003-10-01 | 1 | -2/+2 |
* | * process.c (pst_inspect): describe stopped process "stopped". | akr | 2003-09-30 | 1 | -2/+2 |
* | * eval.c (rb_eval): while/until should not capture break unless | matz | 2003-09-30 | 1 | -1/+8 |
* | * eval.c (rb_thread_atfork): wrong format specifier. | matz | 2003-09-29 | 1 | -1/+43 |
* | * process.c (p_gid_sw_ensure): return VALUE. | eban | 2003-08-31 | 1 | -2/+2 |
* | * process.c (p_gid_sw_ensure): lack of function type | nagai | 2003-08-31 | 1 | -0/+1 |
* | * doc/ChangeLog-1.8.0: add changes of Ruby/Tk | nagai | 2003-08-29 | 1 | -11/+177 |
* | * modify macro to detect 'MacOS X' based on [ruby-talk:77849] | nagai | 2003-08-03 | 1 | -1/+1 |
* | * (bug fix) preprocessor errors occur on OpenBSD-current | nagai | 2003-08-01 | 1 | -4/+4 |
* | * ext/socket/socket.c (tcp_s_gethostbyname): was using | matz | 2003-07-25 | 1 | -1/+2 |
* | * gcc -Wall clean-up. | matz | 2003-07-24 | 1 | -2/+2 |
* | process.c : unify indentation | nagai | 2003-07-23 | 1 | -262/+264 |
* | process.c, configure.in : | nagai | 2003-07-23 | 1 | -5/+784 |
* | * lib/matrix.rb: remove elements conversion to_f, to_i, to_r. | matz | 2003-07-15 | 1 | -3/+3 |
* | * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3 | matz | 2003-06-10 | 1 | -0/+3 |
* | * configure.in: checks presence of grp.h and setgroups(). | nobu | 2003-06-09 | 1 | -2/+2 |
* | * process.c (proc_getgroups, proc_setgroups): raise | nobu | 2003-06-09 | 1 | -0/+12 |
* | * parse.y (value_expr0): class and module statements should not be | matz | 2003-06-07 | 1 | -0/+92 |