Age | Commit message (Expand) | Author |
2012-06-06 | * process.c (proc_exec_v): don't call dln_find_exe_r here because it | akr |
2012-06-05 | * internal.h (rb_exec_arg_init): change return type to void. | akr |
2012-06-05 | * internal.h (rb_exec_arg): use union to represent command invocation | akr |
2012-06-05 | * internal.h: rb_exec_arg and related stuff moved from intern.h | akr |
2012-06-04 | * process.c (rb_exec_fillarg): allocate one more element before | akr |
2012-06-04 | * internal.h (ARGVSTR2ARGC): defined. | akr |
2012-06-02 | * common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.c | ko1 |
2012-05-24 | * vm_method.c (rb_method_defined_by): removed. | ko1 |
2012-05-24 | * vm.c: add RubyVM::Backtrace object (btobj). | ko1 |
2012-03-14 | * numeric.c: fix flodivmod for cornercases [Bug #6044] | marcandre |
2012-03-08 | * array.c (rb_ary_cat): new function to concat objects into array. | nobu |
2012-03-07 | * error.c (rb_load_fail): should honor encoding. | nobu |
2012-03-07 | rb_load_fail | nobu |
2012-03-01 | * internal.h (rb_file_const, rb_file_load_ok): moved functions for | nobu |
2012-02-21 | * proc.c (method_hash, proc_hash): Fix {Unbound}Method#hash | marcandre |
2012-02-15 | * cont.c (rb_fiber_reset_root_local_storage): add a new function to | nagachika |
2012-01-10 | * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace, | naruse |
2011-12-30 | * thread.c (rb_barrier_waiting): save the number of waiting threads | naruse |
2011-12-13 | * load.c (load_unlock): all threads requiring one file should | nobu |
2011-11-01 | * internal.h (rb_maygvl_fd_fix_cloexec): change the visibility for | akr |
2011-11-01 | * io.c (rb_maygvl_fd_fix_cloexec): renamed from fd_set_cloexec. | akr |
2011-09-03 | * variable.c (rb_const_set): show the previous definition | nobu |
2011-08-27 | * internal.h (rb_strftime_timespec): moved from time.c and define only | naruse |
2011-08-27 | * internal.h (rb_strftime_timespec): move to time.c because it depends | naruse |
2011-08-27 | * strftime.c (rb_strftime_with_timespec): get enc argument to specify | naruse |
2011-07-29 | * array.c (rb_ary_set_len): new function to set array length. | nobu |
2011-07-22 | * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined): | nobu |
2011-07-20 | * include/ruby/intern.h (rb_update_max_fd): declaration moved from | akr |
2011-07-19 | * io.c (rb_update_max_fd): new function. | akr |
2011-07-10 | * internal.h: add comments (cautions). | ko1 |
2011-07-10 | * internal.h (rb_thread_call_with_gvl, rb_thread_call_without_gvl): | ko1 |
2011-07-09 | * internal.h: rb_rational_reciprocal is defined in rational.c. | tadf |
2011-07-09 | * internal.h: added declarations. | tadf |
2011-06-30 | * ext/objspace/objspace.c (ObjectSpace.count_tdata_objects): | ko1 |
2011-06-28 | * error.c (rb_async_bug_errno): async-safe bug report function. | ko1 |
2011-06-21 | * internal.h: move rb_thread_io_blocking_region() declaration | kosaki |
2011-06-21 | revert r32183 | kosaki |
2011-06-21 | * internal.h: move rb_thread_io_blocking_region() declaration | kosaki |
2011-06-18 | * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't | akr |
2011-06-18 | * internal.h: declarations declared in include/ruby/*.h removed. | akr |
2011-06-18 | * method.h, internal.h iseq.h: declare internal functions. | akr |
2011-06-18 | * include/ruby/backward/classext.h: for evil gems. fixed #4803 | nobu |
2011-06-18 | * internal.h: declare more internal functions. | akr |
2011-06-17 | * internal.h: declare internal functions here. | akr |
2011-06-09 | * io.c: fix IO.copy_stream interrupt handling. | akr |
2011-06-09 | * gc.c (rb_objspace_call_finalizer): use rb_typeddata_is_kind_of() for | nagachika |
2011-05-29 | * numeric.c (flo_round): fix for negative value. | nobu |
2011-05-18 | * internal.h: add for internal use only. | nobu |