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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
-test-
Age
Commit message (
Expand
)
Author
2013-06-06
* configure.in: Invoke RUBY_REPLACE_TYPE for size_t.
akr
2013-05-27
* vm_trace.c (rb_postponed_job_register_one): fix iteration bug.
ko1
2013-05-27
suppress warnings
nobu
2013-05-27
* include/ruby/ruby.h, gc.c: add new internal event
ko1
2013-05-27
* include/ruby/ruby.h: rename RUBY_INTERNAL_EVENT_FREE to
ko1
2013-05-27
* include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.
ko1
2013-05-26
* ext/-test-/postponed_job/postponed_job.c: fix `init' function name.
ko1
2013-05-26
* include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.
ko1
2013-04-14
* ext/-test-/debug/depend: New file.
akr
2013-04-13
* lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,
akr
2013-04-05
ext/-test-/win32/dln: remove static library
nobu
2013-04-03
bignum.c: Bignum zero comparison
nobu
2013-04-02
* ext/-test-/num2int/num2int.c: Define utility methods
akr
2013-04-01
* ext/-test-/num2int/num2int.c: Rename utility methods
akr
2013-04-01
* ext/-test-/num2int/num2int.c: Return string for result, instead of
akr
2013-03-31
* include/ruby/ruby.h (FIX2ULONG): Make it consistent with NUM2ULONG.
akr
2013-02-21
Add test for [Backport #7896] [ruby-core:52607]
naruse
2013-02-08
eval.c: preserve errinfo
nobu
2013-01-29
debug: trivial fixes
nobu
2013-01-29
* vm_backtrace.c: fix issue of rb_debug_inspector_open().
ko1
2013-01-29
proc.c: original arity
nobu
2012-12-18
* vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the case
nagachika
2012-08-12
* vm.c (invoke_block_from_c): fix unintentional block passing.
ktsj
2012-06-18
unreachable
nobu
2012-06-04
Suppress warnings.
naruse
2012-06-04
compatible loader
nobu
2012-06-02
Add a test for r35863.
naruse
2012-05-25
* trunk/ext/-test-/printf/printf.c: change function names because of
usa
2012-05-25
* test/-ext-/test_printf.rb: tests for [Feature #5896].
nobu
2012-05-08
* include/ruby/win32.h (FD_SET): change function to macro.
shirosaki
2012-04-28
* ext/-test-/win32/dln/extconf.rb: remove test DLL.
nobu
2012-04-19
* ext/-test-/win32/dln/extconf.rb: need import library for ordinal
nobu
2012-04-17
* ext/-test-/win32/dln/extconf.rb: fix for mingw.
nobu
2012-04-17
* ext/-test-/win32/dln/extconf.rb: add to cleanfiles iff cleanobjs is set.
nobu
2012-04-17
* ext/-test-/win32/dln/extconf.rb: add test dll files to cleanfiles.
nobu
2012-04-17
* ext/-test-/win32/dln/extconf.rb: remove unnecessary local variable.
nobu
2012-04-17
* dln.c (rb_w32_check_imported): skip ordinal entries. based on a
nobu
2012-04-14
* variable.c (trace_ev): Removed "not reached" comment as this line is
drbrain
2012-04-10
* error.c (rb_enc_raise): new function to raise an exception with
nobu
2012-03-31
* hash.c: remove unnecessary checks for Qundef in hash iterations.
nobu
2012-03-29
* st.c (st_update): pass pointer to key to the callback function.
nobu
2012-03-29
* st.c (st_update): add existing parameter to the callback function.
nobu
2012-03-18
num2ll and num2ull
nobu
2012-03-10
* st.c: add st_foreach_check for fixing iteration over packed table
nobu
2012-03-10
* st.c: fix packed num_entries on delete_safe. patched by Sokolov
nobu
2012-02-08
* string.c (rb_str_modify_expand): fix memory leak.
nobu
2012-02-07
* st.c (st_update): table can be unpacked in the callback.
nobu
2012-02-07
* ext/-test-/st/numhash/numhash.c (numhash_alloc): free st_table.
nobu
2012-02-07
* st.c (st_foreach): should not yield same pair when checking
nobu
2012-01-24
* vm.c (rb_iter_break_value): new function to break a block with
nobu
[next]