index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal.h
Age
Commit message (
Expand
)
Author
2013-06-07
Delete an empty line.
akr
2013-06-07
* bignum.c (rb_integer_pack): Arguments changed. Use flags to
akr
2013-06-07
* bignum.c (rb_integer_pack): Renamed from rb_int_export.
akr
2013-06-07
* internal.h (numberof): Gathered from various files.
akr
2013-06-07
* internal.h (RCLASS_SUPER): use descriptive variable name
charliesome
2013-06-06
Arguments renamed.
akr
2013-06-06
* internal.h (rb_int_export): countp argument is split into
akr
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-25
internal.h: adjust indent
nobu
2013-05-13
* gc.c: support RGENGC. [ruby-trunk - Feature #8339]
ko1
2013-05-13
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-05-13
class.c: rb_singleton_class_get
nobu
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-05
defines.h: RUBY_SYMBOL_EXPORT_{BEGIN,END}
nobu
2013-04-03
bignum.c: hide intermediate Bignums
nobu
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-26
internal.h: use SIGNEDNESS_OF_TIME_T
nobu
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-15
error.c: rb_sys_fail_path_in
nobu
2013-03-15
internal.h: export rb_sys_fail_path_with_func
nobu
2013-03-15
file.c: rb_sys_fail_path_with_func
nobu
2013-03-06
prefix global symbols
nobu
2013-03-05
enumerator.c: allow Bignum for with_index
nobu
2013-02-22
random.c: fix error message
nobu
2013-02-21
* file.c (RB_MAX_GROUPS): moved to
kosaki
2013-02-17
compar.c: inversed comarison without infinite recursion
nobu
2013-02-05
* enumerator.c: Use to_enum for Enumerable methods returning Enumerators.
marcandre
2012-12-29
object.c: singleton class clone
nobu
2012-12-25
error.c: rb_write_error_str
nobu
2012-12-23
marshal.c: rb_check_funcall_with_hook
nobu
2012-12-22
internal.h: quote unprintable
nobu
2012-12-15
* signal.c (rb_sigaltstack_size): new. calculate stack size for
kosaki
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 method
shugo
2012-12-05
* thread.c (rb_uninterruptible): helper function for providing
kosaki
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 with
shugo
2012-11-28
* thread.c (struct rb_mutex_struct): add allow_trap field.
kosaki
2012-11-25
array.c: refactoring of rb_ary_delete_same()
shirosaki
[next]