aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* stringio.c: ASCII-8BIT StringIO rejects no encodingsnobu2014-09-261-0/+12
* object.c (rb_class_real): do not dereference 0 VALUEnormal2014-09-251-0/+24
* parse.y: label cannot be followed by a modifiernobu2014-09-231-0/+14
* Fix a typo.akr2014-09-221-1/+1
* test/win32ole/test_win32ole_variant.rbsuke2014-09-221-4/+17
* test_thread.rb: thread for Queuenobu2014-09-221-0/+1
* * test/ruby/test_time_tz.rb: Fix test error with tzdata-2014g.akr2014-09-221-27/+72
* * time.c: raise exception when minutes of utc_offset is out of 00-59.glass2014-09-211-0/+1
* signal.c: SIGEXIT is not a system signalnobu2014-09-211-0/+8
* (test_main_thread_status_at_exit) wait until the thread enter the begin clause. akr2014-09-211-0/+3
* test_signal.rb: remove stale testnobu2014-09-211-25/+0
* ext/win32ole/win32ole.c (rbtime2vtdate, vtdate2rbtime): fixsuke2014-09-211-3/+3
* signal.c: EINVAL is a failurenobu2014-09-211-0/+8
* tempfile.rb: fix r47655nobu2014-09-211-0/+1
* * enum.c (enum_slice_when): New method: Enumerable#slice_when.akr2014-09-202-0/+56
* * .travis.yml: added new configurations for osx on travis ci.hsbt2014-09-201-1/+1
* parse.y: quoted ID keynobu2014-09-203-0/+20
* compile.c: store IDs as Symbolsnobu2014-09-201-0/+9
* vm_eval.c: fix super from eval with scopenobu2014-09-191-0/+15
* symbol.c: fix dynamic attrset IDnobu2014-09-191-0/+8
* test_math.rb: use Float#infinite?nobu2014-09-191-1/+1
* error.c: preserve encodingnobu2014-09-191-0/+11
* class.c: do not freeze meta-meta-classnobu2014-09-191-3/+12
* * test/rubygems/test_gem_commands_setup_command.rb: @ui uses StringIOusa2014-09-181-8/+6
* * test/rubygems/test_gem_specification.rb: '/' is not always the root.usa2014-09-181-1/+1
* test/-ext-/string/test_modify_expand.rb: increase limit for {je,tc}mallocnormal2014-09-171-1/+2
* * lib/uri/rfc3986_parser.rb: specify a regexp for :OPAQUE; generic.rbnaruse2014-09-171-0/+5
* * test/fiddle/test_import.rb (Fiddle::TestImport#test_sizeof):hsbt2014-09-171-0/+1
* pathname.rb: fix a Pathname#relative_path_from crash onnobu2014-09-151-0/+13
* fiddle/import.rb: fix typonobu2014-09-151-0/+9
* sprintf.c: improve rational 'f' formatnobu2014-09-141-0/+14
* * test/test_tracer.rb: fixed testcase for rubygems update.hsbt2014-09-141-1/+1
* * lib/rubygems: Update to RubyGems 2.4.1 master(713ab65)hsbt2014-09-1462-387/+3133
* class.c: freeze meta class onlynobu2014-09-131-0/+3
* eval.c: fix message as same as previous versionsnobu2014-09-131-1/+5
* test_yield.rb: use temporary instancenobu2014-09-131-1/+1
* Process.detach: avoid singleton class creationnormal2014-09-121-0/+8
* vm_method.c: should not modify frozen objectsnobu2014-09-121-0/+9
* * string.c (sym_find): remove Symbol.find because we have Symbol GC now.naruse2014-09-112-37/+22
* test_object.rb: add assertionsnobu2014-09-111-0/+3
* * include/ruby/ruby.h: freeze nil/true/false.ko12014-09-112-9/+9
* * lib/rdoc.rb, lib/rdoc, test/rdoc: Update to RDoc 4.2.0.alpha(21b241a)hsbt2014-09-113-0/+41
* test_date.rb: nonsense assertionnobu2014-09-101-1/+0
* gc.c: preserve encodingnobu2014-09-101-0/+5
* * test/ruby/test_gc.rb: fix condition.ko12014-09-101-2/+2
* * gc.c (gc_stat_internal): rename `heap_used' to `heap_allocated_pages'.ko12014-09-101-0/+13
* * test/ruby/test_gc.rb: catch up last fix.ko12014-09-101-4/+4
* GC.stat key namenobu2014-09-092-4/+4
* * gc.c (rb_objspace_t::heap_pages): rename field names:ko12014-09-091-5/+5
* * test/ruby/test_object.rb: extend timeout.ko12014-09-091-1/+1