aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* optparse.rb: into kwdargnobu2016-01-061-0/+11
* * test/ruby/test_string.rb(test_chr): added test for String#chrhsbt2016-01-051-0/+7
* * test/ruby/test_numeric.rb (test_nonzero_p): added test for String#nonzero?hsbt2016-01-051-0/+12
* leakchecker.rb: remove temporary measurenobu2016-01-0513-1/+47
* stringio: binmode sets encoding to ASCII-8BITnormal2016-01-041-0/+9
* Revert r53431 "temporally revert r53411 to debug"naruse2016-01-041-0/+12
* test_ostruct.rb: sort method namesnobu2016-01-041-1/+1
* temporally revert r53411 to debugnaruse2016-01-041-12/+0
* * test/coverage/test_coverage.rb: ignored test when enabled to coverage.hsbt2016-01-041-1/+1
* Allow ERB subclass to add token easily. [Feature #11936]seki2016-01-021-0/+53
* parse.y: use nd_tagnobu2016-01-022-2/+13
* Revert r53409 "parse.y: yylval.num should be u3"naruse2016-01-021-11/+0
* parse.y: yylval.num should be u3nobu2016-01-021-0/+11
* * lib/ostruct.rb: Fix case of frozen object with initializer.marcandre2016-01-011-1/+2
* Adding a liberal_parsing option to CSV. Patch by Braden Anderson.jeg22016-01-011-0/+23
* Add test for Enumerator::Lazy#takenobu2015-12-311-0/+5
* parse.y: single-quote indented heredocnobu2015-12-311-58/+58
* * lib/ostruct.rb: Fix new_ostruct_member to correctly avoid redefinitionmarcandre2015-12-311-0/+17
* test_module.rb: sort constantsnobu2015-12-311-1/+1
* skip if locale is not UTF-8naruse2015-12-301-1/+1
* * test/ruby/test_module.rb (test_classpath): r53376 may changenaruse2015-12-301-1/+1
* Add test for String#ordnobu2015-12-301-0/+7
* forwardable.rb: adjust backtrace by tail callnobu2015-12-301-0/+2
* fix commit missnobu2015-12-301-3/+101
* object.c: fix prepend cmpnobu2015-12-301-0/+6
* test_io.rb: test for rb_io_modestr_fmodenobu2015-12-301-0/+4
* test_stringio.rb: test_initializenobu2015-12-291-0/+21
* ruby.c: overriding warning optionsnobu2015-12-291-0/+1
* ruby.c: command line option over RUBYOPT envnobu2015-12-291-0/+4
* ostruct.rb: respond_to?nobu2015-12-291-0/+4
* * test/mkmf/test_have_func.rb (test_have_func):mrkn2015-12-291-0/+2
* Resolv::IPv6.create: avoid modifying frozen string literalnormal2015-12-281-0/+6
* Add test for String#rstrip!nobu2015-12-281-0/+16
* Add test for String#lstrip!nobu2015-12-281-0/+14
* * test/ruby/test_process.rb (TestProcess#test_execopts_open_chdir_m17n_path):usa2015-12-271-0/+10
* IO#readpartial rejects bad argsnormal2015-12-271-0/+11
* Add tests for String#lstrip and rstripnobu2015-12-271-0/+6
* Add test for String#test_insert.nobu2015-12-271-0/+8
* * lib/xmlrpc/client.rb: Support SSL options in async methods ofkou2015-12-261-2/+7
* fix common misspelling [ci skip]nobu2015-12-244-6/+6
* ignore exception is the address is IPv6naruse2015-12-241-2/+5
* Revert r53253. naruse fixed it differently in r53244normal2015-12-221-2/+1
* test/socket/test_basicsocket.rb: attempt fix for [ruby-cvs:60402]normal2015-12-221-1/+2
* test_rdoc_generator_json_index.rb: open in binmodenobu2015-12-221-1/+1
* gc.c: do not expose internal singleton classnobu2015-12-222-0/+27
* * lib/rdoc.rb: bump version to 4.2.1. It contains following fixes.hsbt2015-12-222-2/+0
* string.c: no exception on dummy encodingnobu2015-12-221-0/+6
* escape.c: should not freezenobu2015-12-221-8/+24
* escape.c: Preserve original statenobu2015-12-211-0/+10
* avoid rb_bug on BasicSocket.for_fd(-1)normal2015-12-211-0/+11