aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* test_tmpdir.rb: remove tmpdirnobu2013-01-011-0/+1
* * test/ruby/test_backtrace.rb: Add test for r37957 [Feature #7434]zzak2012-12-311-0/+7
* parse.y: escaped closing parenthsisnobu2012-12-301-0/+6
* * test/ruby/test_keyword.rb: add a test for passing hashktsj2012-12-301-0/+1
* * vm_insnhelper.c: set keyword hash on Proc/block calls.ktsj2012-12-301-0/+119
* object.c: singleton class clonenobu2012-12-291-0/+14
* * test/ruby/test_class.rb (test_cannot_reinitialize_class_with_initialize_copy),nobu2012-12-291-12/+12
* vm_insnhelper.c: no splat single opt argnobu2012-12-281-0/+16
* * proc.c (method_eq): fix the documentation to refer to owner.shugo2012-12-281-0/+15
* * variable.c (rb_mod_remove_const): fix segv caused by r38558.naruse2012-12-271-0/+5
* * lib/csv.rb: Added more Hash methods to CSV::Row.jeg22012-12-271-0/+27
* * ext/stringio/stringio.c (strio_getline): fix not to raise TypeErrorglass2012-12-271-1/+1
* * ext/stringio/stringio.c (strio_ungetc): raise IOError instead of RuntimeErrorglass2012-12-271-0/+8
* Add opts to prevent generating core filenaruse2012-12-261-1/+2
* test_rubyoptions.rb: ARGFnobu2012-12-251-1/+1
* Fix argument for assert_in_out_err to fix test failurenaruse2012-12-251-1/+1
* * vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame):ko12012-12-251-0/+23
* Add test for r38543 [Bug #7597] [ruby-dev:46786]naruse2012-12-251-4/+10
* error.c: rb_write_error_strnobu2012-12-251-0/+7
* Fix test to avoid failure from the order of Dir.foreachnaruse2012-12-251-2/+2
* scoped constant op-assignmentnobu2012-12-251-1/+4
* scoped constant op-assignmentnobu2012-12-241-4/+4
* scoped constant op-assignmentnobu2012-12-242-1/+67
* test_argf.rb: duplicated testnobu2012-12-241-10/+0
* * lib/net/http/generic_request.rb (Net::HTTPGenericRequest):naruse2012-12-231-0/+9
* * thread.c: rename methods:ko12012-12-231-24/+24
* * lib/rubygems/commands/check_command.rb: Added --doctor and --dry-rundrbrain2012-12-235-85/+406
* Deprecate #{lines,bytes,chars,codepoints} of IO-likes.knu2012-12-222-6/+65
* * include/ruby/intern.h: add the prototype declaration ofmrkn2012-12-222-0/+72
* internal.h: quote unprintablenobu2012-12-221-2/+6
* object.c: no nested symbolnobu2012-12-221-2/+3
* object.c: check more strictlynobu2012-12-221-2/+3
* * cont.c (rb_fiber_start): in case of jump with TAG_FATAL,nagachika2012-12-221-1/+1
* * struct.c (make_struct): remove junk ID check to allow members whoglass2012-12-221-0/+7
* * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain2012-12-212-0/+63
* * ext/fiddle/lib/fiddle/struct.rb (Fiddle::CStructEntity#set_ctypes):kou2012-12-211-0/+9
* * ext/fiddle/lib/fiddle/struct.rb (Fiddle::CStructEntity#set_ctypes):kou2012-12-211-0/+11
* * ext/fiddle/lib/fiddle/import.rb (Fiddle::Importer#sizeof):kou2012-12-211-0/+1
* * test/ruby/test_iseq.rb: disable a test which checks featuresko12012-12-211-1/+1
* Add test for r38529 [Bug #7536]naruse2012-12-211-0/+13
* * vm_core.h, vm_trace.c: fix multi-threading bug for tracing.ko12012-12-211-0/+19
* test_thread.rb: descriptive assertionsnobu2012-12-211-14/+18
* test_thread.rb: flush before SystemStackErrornobu2012-12-211-2/+3
* * lib/rake/*: Updated to rake 0.9.6drbrain2012-12-214-16/+25
* * vm_core.h (rb_vm_defineclass_type_t),shugo2012-12-201-0/+37
* * ext/openssl/ossl.c: do not use FIPS_mode_set if not available.emboss2012-12-202-46/+6
* * lib/rdoc/parser/ruby.rb: Ignore methods defined on constants todrbrain2012-12-201-0/+23
* * remove trailing spaces.nobu2012-12-201-1/+1
* * ext/openssl/ossl_cipher.c: add support for Authenticated Encryptionemboss2012-12-201-4/+137
* * lib/rdoc/markup/to_html.rb (class RDoc): Added current heading anddrbrain2012-12-203-12/+57