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-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
2012-11-24
Fix WeakRef finalize
shirosaki
2012-11-19
* thread.c: add `Thread#backtrace_locations' method.
ko1
2012-11-12
* probes.d: add DTrace probe declarations. [ruby-core:27448]
tenderlove
2012-11-11
hash.c: refine error messages
nobu
2012-11-06
enum.c: prefix
nobu
2012-11-06
* enumerator.c: Support for lazy.cycle.size
marcandre
2012-11-06
* numeric.c (num_step): Support for Numeric#step.size
marcandre
2012-11-05
Fix compatibility of cached expanded load path
shirosaki
2012-10-09
process.c: uid gid exec options
nobu
2012-09-19
array.c, enum.c: TypeError in zip
nobu
2012-09-08
internal.h: allocator function in rb_classext_t
nobu
2012-08-29
* internal.h (rb_last_status_clear): declared.
akr
2012-08-24
Improve require/File.expand_path performance on Windows
luislavena
2012-08-16
* vm_trace.c, vm_core.h: simplify tracing mechanism.
ko1
2012-08-06
method in instance_eval
nobu
2012-08-06
* internal.h, class.c, eval.c, insns.def: find the appropriate
shugo
2012-07-19
internal.h: move mark functions
nobu
[next]