aboutsummaryrefslogtreecommitdiffstats
path: root/ext/-test-
Commit message (Expand)AuthorAgeFilesLines
* iseq_load.c: rb_path2classnobu2014-12-031-1/+1
* mostly fix rb_iseq_loadnormal2014-12-032-0/+22
* use 0 for reservednobu2014-12-012-2/+2
* get rid of inadvertent ID creationnobu2014-11-211-0/+7
* Update dependency.akr2014-11-218-35/+106
* Dependencies updated.akr2014-11-183-36/+44
* proc/receiver.c: commit missnobu2014-11-161-0/+21
* ext/-test-/proc/super.c: renamenobu2014-11-161-4/+3
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-1511-8/+19
* Mark auogenerated part.akr2014-11-157-0/+14
* * common.mk: Remove comments in Dependency lines.akr2014-11-157-263/+263
* * tool/update-deps: Extend to fix dependencies.akr2014-11-157-24/+268
* test_bmethod.rb: block in bmethod testnobu2014-11-091-2/+7
* vm.c: super in bmethodnobu2014-11-093-0/+41
* string.c: wchar terminatornobu2014-11-051-0/+14
* suppress warningsnobu2014-11-041-1/+1
* * ext/-test-/printf/printf.c, test/-ext-/test_printf.rb: removenobu2014-11-041-9/+0
* foreach.c: printf specifiernobu2014-11-031-10/+10
* test/-ext-/hash/test_delete.rb: assert deleted valuesnobu2014-10-231-2/+2
* 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