| Commit message (Expand) | Author | Age | Files | Lines |
* | document that fork doesn't copy other threads | akr | 2005-11-20 | 1 | -0/+3 |
* | * merged a patch from Takahiro Kambe <taca@back-street.net> to | matz | 2005-09-08 | 1 | -6/+0 |
* | * process.c (proc_detach, proc_setmaxgroups): missing argument type | ocean | 2005-08-31 | 1 | -149/+147 |
* | * process.c (detach_process_wathcer): fixed typo. | nobu | 2005-06-30 | 1 | -9/+9 |
* | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz | 2005-06-30 | 1 | -1/+1 |
* | * dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unused | ocean | 2005-06-28 | 1 | -1/+7 |
* | * configure.in: Check for the availability of pid_t, gid_t and uid_t and | nobu | 2005-05-14 | 1 | -6/+6 |
* | * exception error messages updated. [ruby-core:04497] | matz | 2005-02-28 | 1 | -2/+2 |
* | * array.c (rb_ary_s_create): no need for negative argc check. | matz | 2005-02-23 | 1 | -2/+2 |
* | * process.c (proc_setgroups): check if the argument lenght is | nobu | 2004-12-23 | 1 | -1/+1 |
* | * process.c (proc_setgroups): [ruby-dev:25081] | matz | 2004-12-06 | 1 | -2/+2 |
* | * process.c (proc_getpgrp): prohibit for $SAFE=2. | matz | 2004-11-18 | 1 | -29/+27 |
* | On NetBSD don't use setruid() and setrgid(). | naruse | 2004-11-03 | 1 | -0/+5 |
* | * process.c (rb_f_fork): need to flush stdout and stderr before | matz | 2004-11-02 | 1 | -0/+6 |
* | * string.c (rb_str_sum): check was done with false pointer. | matz | 2004-10-02 | 1 | -1/+1 |
* | fix typo(?). | usa | 2004-09-22 | 1 | -1/+0 |
* | Add documentation to fork() | dave | 2004-09-21 | 1 | -2/+14 |
* | * lib/irb/ruby-lex.rb (RubyLex::identify_string): %s string do not | matz | 2004-07-22 | 1 | -0/+4 |
* | * process.c (rb_f_system): not need to call last_status_set() any | usa | 2004-07-21 | 1 | -3/+1 |
* | * 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 |
* | 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 |
* | * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409) | matz | 2003-03-20 | 1 | -3/+3 |