aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hash.c: hash should be longnobu2016-12-071-3/+3
* win32.c: suppress warningnobu2016-12-071-1/+1
* Extend timeout for Solaris unstable10s.shugo2016-12-072-2/+2
* file.c: cygwin behaviornobu2016-12-072-2/+18
* * 2016-12-07svn2016-12-071-1/+1
* const pointer is not able to be free.usa2016-12-071-1/+1
* untabify [ci skip]kazu2016-12-062-14/+14
* Fix indent [ci skip]kazu2016-12-061-2/+2
* * properties.svn2016-12-060-0/+0
* rexml: REXML::Element#[] accepts String or Symbol as attribute namekou2016-12-063-0/+48
* Make `trace_running` an integer flag againnobu2016-12-061-1/+1
* array.c, enum.c: change sum algorithmmrkn2016-12-064-11/+24
* numeric.c: fix exception message for nil roundingmrkn2016-12-062-1/+7
* Fix typoskazu2016-12-067-141/+141
* Update latest bundled gems.hsbt2016-12-061-2/+2
* EPERM by symlinknobu2016-12-061-1/+1
* file.c: isADSnobu2016-12-061-7/+23
* EPERM by symlinknobu2016-12-061-1/+1
* re.c: check that MatchData is initializedrhe2016-12-062-1/+5
* test/ruby/test_hash.rb: suppress syntax warningrhe2016-12-061-1/+1
* switching hash removalnobu2016-12-065-98/+46
* remove unnecessary variablenobu2016-12-063-58/+101
* random.c: pack hash seedsnobu2016-12-061-30/+14
* * 2016-12-06svn2016-12-051-1/+1
* Add a comment.shugo2016-12-051-0/+2
* Remove closed checks and use `&.`kazu2016-12-051-1/+1
* NEWS: mention chomp option of String and StringIOkazu2016-12-051-0/+8
* Don't insert an entry to loading_tbl if another thread succeed to load.shugo2016-12-052-6/+6
* random.c: private randnobu2016-12-052-1/+12
* * 2016-12-05svn2016-12-041-1/+1
* Increase timeout of TestRequire#test_require_with_loaded_features_popnaruse2016-12-041-1/+1
* class.c: missing unknown_keyword_errornobu2016-12-042-1/+8
* extension.rdoc: fix rb_get_kwargs [ci skip]nobu2016-12-042-8/+7
* Revert changes on rb_frame_method_id_and_class()ktsj2016-12-042-3/+3
* Specify the socktype explicitly.shugo2016-12-041-1/+5
* Use 127.0.0.1 if getaddrinfo fails.shugo2016-12-041-1/+2
* remove special processing for U+03B9/U+03BC/U+A64Bduerst2016-12-042-18/+5
* Reorder codepoints in some entries of CaseUnfold_11_Tableduerst2016-12-042-8/+17
* * 2016-12-04svn2016-12-031-1/+1
* Use IPv6 if it's preferred.shugo2016-12-031-106/+85
* string.c: chomp optionnobu2016-12-032-6/+76
* Cleanup ruby method definitions in hash.ckazu2016-12-031-102/+102
* stringio: chomp optionnobu2016-12-032-8/+56
* test_stringio.rb: paragraph modenobu2016-12-031-0/+5
* add tests againts regressions for upcoming codepoint reordering in unfolding ...duerst2016-12-031-0/+25
* * 2016-12-03svn2016-12-031-1/+1
* change test class name because it is not only about foldingduerst2016-12-031-3/+3
* test/ruby/test_string.rb: ensure restoring $/nobu2016-12-021-0/+7
* parse.y: simplify parsing utf-8 stringnobu2016-12-021-37/+21
* parse.y: relax spacesnobu2016-12-022-4/+8