summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
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-07rb_load_failnobu
2012-03-01* internal.h (rb_file_const, rb_file_load_ok): moved functions fornobu
2012-02-21* proc.c (method_hash, proc_hash): Fix {Unbound}Method#hashmarcandre
2012-02-15* cont.c (rb_fiber_reset_root_local_storage): add a new function tonagachika
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 threadsnaruse
2011-12-13* load.c (load_unlock): all threads requiring one file shouldnobu
2011-11-01* internal.h (rb_maygvl_fd_fix_cloexec): change the visibility forakr
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 definitionnobu
2011-08-27* internal.h (rb_strftime_timespec): moved from time.c and define onlynaruse
2011-08-27* internal.h (rb_strftime_timespec): move to time.c because it dependsnaruse
2011-08-27* strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse
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 fromakr
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() declarationkosaki
2011-06-21revert r32183kosaki
2011-06-21* internal.h: move rb_thread_io_blocking_region() declarationkosaki
2011-06-18* eval.c, hash.c, load.c, proc.c, range.c, thread.c, time.c: don'takr
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 #4803nobu
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() fornagachika
2011-05-29* numeric.c (flo_round): fix for negative value.nobu
2011-05-18* internal.h: add for internal use only.nobu