aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-
Commit message (Expand)AuthorAgeFilesLines
...
* * bignum.c (rb_integer_pack): Renamed from rb_int_export.akr2013-06-074-49/+41
* use NUM2SIZET and SIZET2NUMnobu2013-06-072-4/+4
* * internal.h (rb_int_export): countp argument is split intoakr2013-06-061-2/+2
* * bignum.c (rb_int_import): New function.akr2013-06-062-0/+19
* Specify dependencies.akr2013-06-061-0/+3
* * configure.in: Invoke RUBY_REPLACE_TYPE for size_t.akr2013-06-062-0/+30
* * vm_trace.c (rb_postponed_job_register_one): fix iteration bug.ko12013-05-271-0/+19
* suppress warningsnobu2013-05-272-1/+3
* * include/ruby/ruby.h, gc.c: add new internal eventko12013-05-271-1/+10
* * include/ruby/ruby.h: rename RUBY_INTERNAL_EVENT_FREE toko12013-05-271-2/+2
* * include/ruby/ruby.h, gc.c, vm_trace.c: add internal events.ko12013-05-272-0/+66
* * ext/-test-/postponed_job/postponed_job.c: fix `init' function name.ko12013-05-261-1/+1
* * include/ruby/debug.h, vm_trace.c: add rb_postponed_job API.ko12013-05-262-0/+33
* * ext/-test-/debug/depend: New file.akr2013-04-144-0/+12
* * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h,akr2013-04-133-5/+8
* ext/-test-/win32/dln: remove static librarynobu2013-04-051-0/+1
* bignum.c: Bignum zero comparisonnobu2013-04-033-0/+33
* * ext/-test-/num2int/num2int.c: Define utility methodsakr2013-04-021-13/+15
* * ext/-test-/num2int/num2int.c: Rename utility methodsakr2013-04-011-15/+13
* * ext/-test-/num2int/num2int.c: Return string for result, instead ofakr2013-04-011-91/+39
* * include/ruby/ruby.h (FIX2ULONG): Make it consistent with NUM2ULONG.akr2013-03-311-0/+68
* Add test for [Backport #7896] [ruby-core:52607]naruse2013-02-211-1/+10
* eval.c: preserve errinfonobu2013-02-081-0/+25
* debug: trivial fixesnobu2013-01-292-2/+2
* * vm_backtrace.c: fix issue of rb_debug_inspector_open().ko12013-01-293-0/+49
* proc.c: original aritynobu2013-01-293-0/+39
* * vm.c (rb_vm_make_jump_tag_but_local_jump): take care of the casenagachika2012-12-182-0/+20
* * vm.c (invoke_block_from_c): fix unintentional block passing.ktsj2012-08-122-0/+15
* unreachablenobu2012-06-181-0/+1
* Suppress warnings.naruse2012-06-041-0/+1
* compatible loadernobu2012-06-044-0/+69
* Add a test for r35863.naruse2012-06-022-0/+43
* * trunk/ext/-test-/printf/printf.c: change function names because ofusa2012-05-251-6/+6
* * test/-ext-/test_printf.rb: tests for [Feature #5896].nobu2012-05-252-0/+32
* * include/ruby/win32.h (FD_SET): change function to macro.shirosaki2012-05-083-0/+60
* * ext/-test-/win32/dln/extconf.rb: remove test DLL.nobu2012-04-281-1/+3
* * ext/-test-/win32/dln/extconf.rb: need import library for ordinalnobu2012-04-191-2/+6
* * ext/-test-/win32/dln/extconf.rb: fix for mingw.nobu2012-04-171-4/+5
* * ext/-test-/win32/dln/extconf.rb: add to cleanfiles iff cleanobjs is set.nobu2012-04-171-1/+1
* * ext/-test-/win32/dln/extconf.rb: add test dll files to cleanfiles.nobu2012-04-171-0/+2
* * ext/-test-/win32/dln/extconf.rb: remove unnecessary local variable.nobu2012-04-171-2/+1
* * dln.c (rb_w32_check_imported): skip ordinal entries. based on anobu2012-04-174-0/+51
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-1/+2
* * error.c (rb_enc_raise): new function to raise an exception withnobu2012-04-103-0/+31
* * hash.c: remove unnecessary checks for Qundef in hash iterations.nobu2012-03-311-2/+1
* * st.c (st_update): pass pointer to key to the callback function.nobu2012-03-292-4/+4
* * st.c (st_update): add existing parameter to the callback function.nobu2012-03-291-2/+2
* num2ll and num2ullnobu2012-03-181-3/+6
* * st.c: add st_foreach_check for fixing iteration over packed tablenobu2012-03-101-1/+3
* * st.c: fix packed num_entries on delete_safe. patched by Sokolovnobu2012-03-101-0/+24