aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
Commit message (Expand)AuthorAgeFilesLines
* * vm_method.c (rb_method_defined_by): removed.ko12012-05-241-1/+0
* * vm.c: add RubyVM::Backtrace object (btobj).ko12012-05-241-0/+5
* * numeric.c: fix flodivmod for cornercases [Bug #6044]marcandre2012-03-141-0/+1
* * array.c (rb_ary_cat): new function to concat objects into array.nobu2012-03-081-0/+1
* * error.c (rb_load_fail): should honor encoding.nobu2012-03-071-1/+1
* rb_load_failnobu2012-03-071-0/+1
* * internal.h (rb_file_const, rb_file_load_ok): moved functions fornobu2012-03-011-0/+2
* * proc.c (method_hash, proc_hash): Fix {Unbound}Method#hashmarcandre2012-02-211-0/+1
* * cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika2012-02-151-0/+4
* * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse2012-01-101-0/+1
* * thread.c (rb_barrier_waiting): save the number of waiting threadsnaruse2011-12-301-1/+0
* * load.c (load_unlock): all threads requiring one file shouldnobu2011-12-131-0/+1
* * internal.h (rb_maygvl_fd_fix_cloexec): change the visibility forakr2011-11-011-1/+3
* * io.c (rb_maygvl_fd_fix_cloexec): renamed from fd_set_cloexec.akr2011-11-011-0/+1
* * variable.c (rb_const_set): show the previous definitionnobu2011-09-031-0/+1
* * internal.h (rb_strftime_timespec): moved from time.c and define onlynaruse2011-08-271-0/+8
* * internal.h (rb_strftime_timespec): move to time.c because it dependsnaruse2011-08-271-5/+0
* * strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse2011-08-271-1/+3
* * array.c (rb_ary_set_len): new function to set array length.nobu2011-07-291-0/+1
* * object.c (rb_mod_{const,cvar}_defined, rb_obj_ivar_defined):nobu2011-07-221-0/+8
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-1/+0
* * io.c (rb_update_max_fd): new function.akr2011-07-191-0/+1
* * internal.h: add comments (cautions).ko12011-07-101-1/+6
* * internal.h (rb_thread_call_with_gvl, rb_thread_call_without_gvl):ko12011-07-101-2/+9
* * internal.h: rb_rational_reciprocal is defined in rational.c.tadf2011-07-091-1/+1
* * internal.h: added declarations.tadf2011-07-091-0/+8
* * ext/objspace/objspace.c (ObjectSpace.count_tdata_objects):ko12011-06-301-0/+1
* * error.c (rb_async_bug_errno): async-safe bug report function.ko12011-06-281-0/+1
* * internal.h: move rb_thread_io_blocking_region() declarationkosaki2011-06-211-0/+8
* revert r32183kosaki2011-06-211-1/+0
* * internal.h: move rb_thread_io_blocking_region() declarationkosaki2011-06-211-0/+1
* * eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don'takr2011-06-181-0/+7
* * internal.h: declarations declared in include/ruby/*.h removed.akr2011-06-181-15/+1
* * method.h, internal.h iseq.h: declare internal functions.akr2011-06-181-0/+18
* * include/ruby/backward/classext.h: for evil gems. fixed #4803nobu2011-06-181-0/+12
* * internal.h: declare more internal functions.akr2011-06-181-0/+16
* * internal.h: declare internal functions here.akr2011-06-171-2/+117
* * io.c: fix IO.copy_stream interrupt handling.akr2011-06-091-0/+3
* * gc.c (rb_objspace_call_finalizer): use rb_typeddata_is_kind_of() fornagachika2011-06-091-0/+3
* * numeric.c (flo_round): fix for negative value.nobu2011-05-291-0/+2
* * internal.h: add for internal use only.nobu2011-05-181-0/+35