Age | Commit message (Expand) | Author |
2007-10-04 | * process.c (Init_process): win32 has our own WNOHANG definition, so | usa |
2007-09-26 | * process.c (rb_waitpid): no needs to poll. [ruby-dev:31871] | nobu |
2007-09-20 | * io.c (popen_exec), process.c (rb_spawn): stop other threads before | nobu |
2007-08-27 | * thread.c: fix Mutex to be interruptable lock. | ko1 |
2007-08-25 | * encoding.c: provide basic features for M17N. | matz |
2007-08-23 | * configure.in (group_member): check if presents. | nobu |
2007-08-18 | * eval_error.ci (ruby_error_print): call error_print. | nobu |
2007-08-18 | * process.c (detach_process_watcher): should not pass the pointer | nobu |
2007-08-15 | * process.c (proc_geteuid): fix strange cast. [ruby-dev:31417] | ko1 |
2007-07-12 | * blockinlining.c: remove "yarv" prefix. | ko1 |
2007-06-26 | * process.c (proc_getgroups): use GIDT2NUM for rb_gid_t. | nobu |
2007-06-24 | * eval.c: remove ruby_current_node and change eval() prototype. | ko1 |
2007-06-24 | * vm.c: some refactoring. | ko1 |
2007-06-12 | Fixed [UG]ID::eid=. Fixes bug # 10370 | ryan |
2007-06-10 | * include/ruby: moved public headers. | nobu |
2007-03-20 | * process.c (rb_fork): flush stdouts always before fork(2). | nobu |
2007-02-24 | * process.c (rb_waitpid_blocking, rb_waitpid): use UBF feature. | nobu |
2007-02-18 | * configure.in (pid_t, uid_t, gid_t): check if defined. | nobu |
2007-02-08 | * process.c: fix to use rb_status_line_set/get/clear(). | ko1 |
2007-02-07 | * this commit is a result of refactoring. only renaming functions, | ko1 |
2007-02-06 | * blockinlining.c, compile.c, compile.h, error.c, eval.c, | ko1 |
2007-02-05 | * intern.h: prepare rb_last_status_get() and rb_last_status_set(). | ko1 |
2007-02-05 | * eval_thread.c, common.mk: remove eval_thread.c. | ko1 |
2007-01-07 | * thread.c (rb_thread_stop_timer_thread(), rb_thread_reset_timer_thread(), | ko1 |
2006-12-31 | * Merge YARV | ko1 |
2006-09-04 | * lib/cgi.rb (CGI::out): specify -x option for nkf. | matz |
2006-09-02 | * ruby.h (struct RArray): embed small arrays. | matz |
2006-08-31 | * file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR and | usa |
2006-08-31 | * ruby.h (struct RString): embed small strings. | matz |
2006-08-16 | * process.c (proc_setuid, proc_setgid, proc_seteuid, proc_setegid): | nobu |
2006-08-13 | ansificated. | akr |
2006-07-25 | * process.c (rb_proc_times): rename hz to hertz to avoid name | matz |
2006-07-18 | * process.c (rb_f_system): shouldn't block SIGCHLD if it's not | usa |
2006-07-18 | * process.c (rb_f_system): block SIGCHLD during the process | matz |
2006-07-18 | * process.c (rb_f_system): call rb_sys_fail(0) if rb_last_status | matz |
2006-07-06 | * process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior to | nobu |
2006-06-15 | Define Process.getrlimit and Process.setrlimit even if | akr |
2006-06-09 | * sprintf.c (rb_str_format): allow %c to print one character | matz |
2005-12-27 | * process.c: new method Process.exec. [ruby-dev:28107] | aamine |
2005-11-20 | document that fork doesn't copy other threads | akr |
2005-10-05 | * range.c (rb_range_beg_len): should return Qfalse for non-range | matz |
2005-09-24 | * process.c (proc_setrlimit): make the third argument (rlim_max) | akr |
2005-09-14 | * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`. | ocean |
2005-09-14 | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean |
2005-09-12 | * array.c: moved to ANSI function style from K&R function style. | ocean |
2005-09-08 | * merged a patch from Takahiro Kambe <[email protected]> to | matz |
2005-08-31 | * process.c (proc_detach, proc_setmaxgroups): missing argument type | ocean |
2005-07-23 | * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String, | nobu |
2005-06-30 | * eval.c (rb_eval): pre-evaluate argument for unambiguous | matz |
2005-06-28 | * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unused | ocean |