| Commit message (Expand) | Author | Age | Files | Lines |
* | * proc.c (method_hash, proc_hash): Fix {Unbound}Method#hash | marcandre | 2012-02-21 | 1 | -0/+1 |
* | * cont.c (rb_fiber_reset_root_local_storage): add a new function to | nagachika | 2012-02-15 | 1 | -0/+4 |
* | * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace, | naruse | 2012-01-10 | 1 | -0/+1 |
* | * thread.c (rb_barrier_waiting): save the number of waiting threads | naruse | 2011-12-30 | 1 | -1/+0 |
* | * load.c (load_unlock): all threads requiring one file should | nobu | 2011-12-13 | 1 | -0/+1 |
* | * internal.h (rb_maygvl_fd_fix_cloexec): change the visibility for | akr | 2011-11-01 | 1 | -1/+3 |
* | * io.c (rb_maygvl_fd_fix_cloexec): renamed from fd_set_cloexec. | akr | 2011-11-01 | 1 | -0/+1 |
* | * variable.c (rb_const_set): show the previous definition | nobu | 2011-09-03 | 1 | -0/+1 |
* | * internal.h (rb_strftime_timespec): moved from time.c and define only | naruse | 2011-08-27 | 1 | -0/+8 |
* | * internal.h (rb_strftime_timespec): move to time.c because it depends | naruse | 2011-08-27 | 1 | -5/+0 |
* | * strftime.c (rb_strftime_with_timespec): get enc argument to specify | naruse | 2011-08-27 | 1 | -1/+3 |
* | * array.c (rb_ary_set_len): new function to set array length. | nobu | 2011-07-29 | 1 | -0/+1 |
* | * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined): | nobu | 2011-07-22 | 1 | -0/+8 |
* | * include/ruby/intern.h (rb_update_max_fd): declaration moved from | akr | 2011-07-20 | 1 | -1/+0 |
* | * io.c (rb_update_max_fd): new function. | akr | 2011-07-19 | 1 | -0/+1 |
* | * internal.h: add comments (cautions). | ko1 | 2011-07-10 | 1 | -1/+6 |
* | * internal.h (rb_thread_call_with_gvl, rb_thread_call_without_gvl): | ko1 | 2011-07-10 | 1 | -2/+9 |
* | * internal.h: rb_rational_reciprocal is defined in rational.c. | tadf | 2011-07-09 | 1 | -1/+1 |
* | * internal.h: added declarations. | tadf | 2011-07-09 | 1 | -0/+8 |
* | * ext/objspace/objspace.c (ObjectSpace.count_tdata_objects): | ko1 | 2011-06-30 | 1 | -0/+1 |
* | * error.c (rb_async_bug_errno): async-safe bug report function. | ko1 | 2011-06-28 | 1 | -0/+1 |
* | * internal.h: move rb_thread_io_blocking_region() declaration | kosaki | 2011-06-21 | 1 | -0/+8 |
* | revert r32183 | kosaki | 2011-06-21 | 1 | -1/+0 |
* | * internal.h: move rb_thread_io_blocking_region() declaration | kosaki | 2011-06-21 | 1 | -0/+1 |
* | * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don't | akr | 2011-06-18 | 1 | -0/+7 |
* | * internal.h: declarations declared in include/ruby/*.h removed. | akr | 2011-06-18 | 1 | -15/+1 |
* | * method.h, internal.h iseq.h: declare internal functions. | akr | 2011-06-18 | 1 | -0/+18 |
* | * include/ruby/backward/classext.h: for evil gems. fixed #4803 | nobu | 2011-06-18 | 1 | -0/+12 |
* | * internal.h: declare more internal functions. | akr | 2011-06-18 | 1 | -0/+16 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -2/+117 |
* | * io.c: fix IO.copy_stream interrupt handling. | akr | 2011-06-09 | 1 | -0/+3 |
* | * gc.c (rb_objspace_call_finalizer): use rb_typeddata_is_kind_of() for | nagachika | 2011-06-09 | 1 | -0/+3 |
* | * numeric.c (flo_round): fix for negative value. | nobu | 2011-05-29 | 1 | -0/+2 |
* | * internal.h: add for internal use only. | nobu | 2011-05-18 | 1 | -0/+35 |