aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* re.c: count associated Regexp object in MatchData#hashrhe2016-12-021-1/+1
* * 2016-12-02svn2016-12-011-1/+1
* Remove unused variablenaruse2016-12-011-2/+0
* String#unpack1 [Feature #12752]naruse2016-12-013-125/+164
* Remove `offset:` from `Array#pack`usa2016-12-013-43/+12
* Supports `buffer` and `offset` in `Array#pack`usa2016-12-013-5/+94
* parse.y: reject invalid codepointnobu2016-12-012-12/+20
* Update bundled_gemshsbt2016-12-011-2/+2
* Wait until excpetion handling is ready.shugo2016-12-011-0/+3
* openssl: import fixes from upstreamrhe2016-12-013-8/+13
* Use offsetof macro and shrink table sizenobu2016-12-012-789/+795
* constify CaseMappingSpecialsnobu2016-12-013-3/+3
* * 2016-12-01svn2016-11-301-2/+2
* Regexp supports Unicoe 9.0.0's \Xnaruse2016-11-308-1945/+3901
* ossl.c: castnobu2016-11-301-1/+1
* parse.y: refine error messagenobu2016-11-302-5/+9
* openssl: import v2.0.0rhe2016-11-3049-1292/+1236
* Fixed error with `make install`hsbt2016-11-301-2/+1
* Update psych-2.2.1hsbt2016-11-307-68/+21