| Commit message (Expand) | Author | Age | Files | Lines |
* | * Merge YARV | ko1 | 2006-12-31 | 1 | -17/+13 |
* | * lib/cgi.rb (CGI::out): specify -x option for nkf. | matz | 2006-09-04 | 1 | -0/+2 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -6/+6 |
* | * file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR and | usa | 2006-08-31 | 1 | -3/+3 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -9/+9 |
* | * process.c (proc_setuid, proc_setgid, proc_seteuid, proc_setegid): | nobu | 2006-08-16 | 1 | -3/+31 |
* | ansificated. | akr | 2006-08-13 | 1 | -13/+5 |
* | * process.c (rb_proc_times): rename hz to hertz to avoid name | matz | 2006-07-25 | 1 | -7/+7 |
* | * process.c (rb_f_system): shouldn't block SIGCHLD if it's not | usa | 2006-07-18 | 1 | -0/+4 |
* | * process.c (rb_f_system): block SIGCHLD during the process | matz | 2006-07-18 | 1 | -4/+14 |
* | * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_status | matz | 2006-07-18 | 1 | -0/+1 |
* | * process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior to | nobu | 2006-07-06 | 1 | -4/+10 |
* | Define Process.getrlimit and Process.setrlimit even if | akr | 2006-06-15 | 1 | -4/+0 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -18/+10 |
* | * process.c: new method Process.exec. [ruby-dev:28107] | aamine | 2005-12-27 | 1 | -1/+2 |
* | document that fork doesn't copy other threads | akr | 2005-11-20 | 1 | -0/+3 |
* | * range.c (rb_range_beg_len): should return Qfalse for non-range | matz | 2005-10-05 | 1 | -0/+1 |
* | * process.c (proc_setrlimit): make the third argument (rlim_max) | akr | 2005-09-24 | 1 | -12/+24 |
* | * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`. | ocean | 2005-09-14 | 1 | -5/+5 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -2/+2 |
* | * array.c: moved to ANSI function style from K&R function style. | ocean | 2005-09-12 | 1 | -182/+89 |
* | * 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 | -6/+4 |
* | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu | 2005-07-23 | 1 | -2/+1 |
* | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz | 2005-06-30 | 1 | -1/+1 |
* | * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unused | ocean | 2005-06-28 | 1 | -3/+9 |
* | * process.c (proc_spawn_v): use rb_w32_aspawn on Win32. | nobu | 2005-05-16 | 1 | -6/+4 |
* | * configure.in: Check for the availability of pid_t, gid_t and uid_t and | nobu | 2005-05-14 | 1 | -6/+6 |
* | * array.c: replace rb_protect_inspect() and rb_inspecting_p() by | matz | 2005-03-04 | 1 | -4/+4 |
* | * process.c (NUM2RLIM, RLIM2NUM): Without SIZEOF_RLIM_T is not error. | usa | 2004-12-27 | 1 | -5/+3 |
* | * process.c (SIZEOF_RLIM_T): err if size of rlim_t is not set. | nobu | 2004-12-23 | 1 | -23/+21 |
* | * process.c (proc_setgroups): check if the argument lenght is | nobu | 2004-12-23 | 1 | -1/+1 |
* | * process.c (rb_spawn): support for DJGPP. | eban | 2004-12-08 | 1 | -3/+5 |
* | * process.c (proc_setgroups): [ruby-dev:25081] | matz | 2004-12-06 | 1 | -2/+2 |
* | * configure.in (ac_cv_sizeof_rlim_t): setup for DJGPP. | eban | 2004-12-06 | 1 | -1/+1 |
* | * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c, | akr | 2004-12-06 | 1 | -2/+2 |
* | * process.c (proc_getpgrp): prohibit for $SAFE=2. | matz | 2004-11-18 | 1 | -29/+27 |
* | * process.c (proc_getrlimit, proc_setrlimit): add rb_secure(2) to | akr | 2004-11-17 | 1 | -0/+4 |
* | * process.c (proc_getrlimit): new function for Process.getrlimit. | akr | 2004-11-14 | 1 | -1/+149 |
* | * 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 |