aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-
Commit message (Expand)AuthorAgeFilesLines
...
* hash.c: rb_hash_delete does not call the blocknobu2014-10-233-0/+32
* st: test packed-to-unpacked transitions during iterationnormal2014-10-092-0/+176
* ruby.h: deprecate plain Datanobu2014-09-272-11/+44
* * string.c (sym_find): remove Symbol.find because we have Symbol GC now.naruse2014-09-111-0/+7
* * configure.in (dirfd): Check function.akr2014-09-043-129/+0
* win32/test_console_attr.rb: reset attributesnobu2014-08-211-0/+12
* win32.c: manage reverse videonobu2014-08-214-0/+64
* ext: get rid of inadvertent ID creationnobu2014-08-031-1/+1
* fileno.c: suppress warningsnobu2014-05-301-0/+2
* printf.c: suppress warningsnobu2014-05-301-2/+2
* * ext/-test-/dir: Dir#fileno implemented.akr2014-05-293-0/+127
* vsnprintf.c: fix string precisionnobu2014-05-251-5/+15
* remove trailing spacesnobu2014-05-221-1/+1
* add Bug::File::Fs.fsname for testsnaruse2014-05-221-0/+60
* * configure.in: Check nextafter() availability.akr2014-05-184-0/+57
* symbol/type.c: bug_pindownnobu2014-05-022-0/+15
* symbol/type.c: bug_static_p bug_dynamic_pnobu2014-05-021-0/+14
* test_inadvertent_creation.rb: use Symbol.findnobu2014-04-301-14/+0
* * ext/-test-/string/coderange.c: add Bug::String.new#coderange_scannaruse2014-04-211-2/+19
* * bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr2014-04-131-2/+2
* dln.c: non-ascii path on Windowsnobu2014-04-052-0/+7
* struct.c: not_a_member messagenobu2014-03-283-0/+36
* * ext/-test-/win32/dln/libdlntest.c (dlntest_ordinal): no need tousa2014-03-131-1/+1
* * internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.akr2014-02-152-4/+4
* fd_setsize/depend: fix wrong dependenciesshirosaki2014-02-151-2/+1
* * include/ruby/ruby.h,akr2014-02-141-0/+1
* * include/ruby/intern.h,akr2014-02-143-83/+0
* tracepoint.c: disable tracepointnobu2014-01-191-2/+1
* parse.y: use rb_fstring() for strings stored in the symbol tabletmm12013-12-081-0/+7
* ext/objspace: remove OS.after_gc_start_hook= and move internal testtmm12013-12-052-0/+83
* gc.c: split GC_END event into GC_END_MARK and GC_END_SWEEPtmm12013-12-051-5/+13
* eval.c: determine exit status and signal before finalizationnobu2013-11-301-0/+31
* vm_eval.c: blockargnobu2013-11-304-3/+36
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-291-1/+1
* should not ignore the rest of recursive constructsnobu2013-11-262-0/+30
* * vm_trace.c: prohibit to specify normal events and internal eventsko12013-11-261-0/+9
* * ext/-test-/file/depend, ext/-test-/postponed_job/depend,akr2013-10-283-0/+4
* * common.mk, ext/objspace/depend, ext/coverage/depend,akr2013-10-281-0/+1
* variable.c: real class namenobu2013-10-193-0/+32
* bug_reporter.c: suppress warningsnobu2013-10-171-2/+2
* bug_reporter.c: suppress warningsnobu2013-10-171-1/+1
* * properties.nobu2013-10-172-25/+25
* * error.c, internal.h (rb_bug_reporter_add): add a new C-API.ko12013-10-162-0/+25
* * include/ruby/debug.h,ko12013-10-091-0/+1
* * vm_backtrace.c, include/ruby/debug.h: add new APIsko12013-10-081-0/+2
* * ext/-test-/debug/profile_frames.c:ko12013-10-071-0/+40
* file/stat.c: fix commit missnobu2013-10-013-0/+45
* parse.y: fix inconsistency with literalsnobu2013-09-291-1/+10
* tracepoint.c: no empty initializer listnobu2013-09-231-1/+1
* tracepoint.c: wrap data in a structnobu2013-09-221-28/+27