summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
2013-06-07* internal.h (numberof): Gathered from various files.akr
2013-06-07* internal.h (RCLASS_SUPER): use descriptive variable namecharliesome
2013-06-06Arguments renamed.akr
2013-06-06* internal.h (rb_int_export): countp argument is split intoakr
2013-06-06* bignum.c (rb_int_import): New function.akr
2013-06-06* configure.in: Invoke RUBY_REPLACE_TYPE for size_t.akr
2013-05-27* ext/objspace/objspace.c: support ObjectSpace.trace_object_allocations.ko1
2013-05-27* include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko1
2013-05-26* hash.c (rb_hash_tbl_raw), internal.h: added.ko1
2013-05-25internal.h: adjust indentnobu
2013-05-13* gc.c: support RGENGC. [ruby-trunk - Feature #8339]ko1
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-05-13class.c: rb_singleton_class_getnobu
2013-04-27* internal.h (SIGNED_INTEGER_TYPE_P): New macro.akr
2013-04-12* bignum.c (ones): Use __builtin_popcountl if available.akr
2013-04-09* internal.h (MUL_OVERFLOW_INT_P): New macro.akr
2013-04-09* internal.h (MUL_OVERFLOW_SIGNED_INTEGER_P): New macro.akr
2013-04-05defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}nobu
2013-04-03bignum.c: hide intermediate Bignumsnobu
2013-04-02* vm_dump.c (rb_print_backtrace): separate to ease showing C backtrace.naruse
2013-03-27* internal.h (TIMET_MAX_PLUS_ONE): definition simplified.akr
2013-03-26internal.h: use SIGNEDNESS_OF_TIME_Tnobu
2013-03-26* internal.h (TIMET_MAX_PLUS_ONE): Defined.akr
2013-03-26* internal.h: Define TIMET_MAX and TIMET_MIN here.akr
2013-03-19* ruby_kill (internal.h, thread.c): use rb_pid_t instead of pid_t.usa
2013-03-19* internal.h: added a declaration of ruby_kill().kosaki
2013-03-15error.c: rb_sys_fail_path_innobu
2013-03-15internal.h: export rb_sys_fail_path_with_funcnobu
2013-03-15file.c: rb_sys_fail_path_with_funcnobu
2013-03-06prefix global symbolsnobu
2013-03-05enumerator.c: allow Bignum for with_indexnobu
2013-02-22random.c: fix error messagenobu
2013-02-21* file.c (RB_MAX_GROUPS): moved tokosaki
2013-02-17compar.c: inversed comarison without infinite recursionnobu
2013-02-05* enumerator.c: Use to_enum for Enumerable methods returning Enumerators.marcandre
2012-12-29object.c: singleton class clonenobu
2012-12-25error.c: rb_write_error_strnobu
2012-12-23marshal.c: rb_check_funcall_with_hooknobu
2012-12-22internal.h: quote unprintablenobu
2012-12-15* signal.c (rb_sigaltstack_size): new. calculate stack size forkosaki
2012-12-15* thread.c (rb_mutex_owned_p): remove static.kosaki
2012-12-06* revised r37993 to avoid SEGV/ILL in tests. In r37993, a methodshugo
2012-12-05* thread.c (rb_uninterruptible): helper function for providingkosaki
2012-11-30* revert r37993 to avoid SEGV in tests.shugo
2012-11-29* vm_method.c (rb_method_entry_make): add a method entry withshugo
2012-11-28* thread.c (struct rb_mutex_struct): add allow_trap field.kosaki
2012-11-25array.c: refactoring of rb_ary_delete_same()shirosaki
2012-11-24Fix WeakRef finalizeshirosaki
2012-11-19* thread.c: add `Thread#backtrace_locations' method.ko1
2012-11-12* probes.d: add DTrace probe declarations. [ruby-core:27448]tenderlove