aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* parse.y: parser_tokadd_codepointnobu2016-11-301-22/+22
* parse.y: brace constantsnobu2016-11-301-3/+4
* fix uppercasing for U+A64B, CYRILLIC SMALL LETTER MONOGRAPH UKduerst2016-11-303-8/+8
* parse.y: no warning for lambdanobu2016-11-301-3/+5
* Supress warnings.shugo2016-11-301-4/+4
* Stop reading past the end of `ivptr` arraytenderlove2016-11-291-1/+1
* get rid of ambiguous parentheses warningsnobu2016-11-2912-33/+33
* webrick: don't use OpenSSL::TestUtils from webrick testsrhe2016-11-291-10/+48
* open-uri: don't use OpenSSL::TestUtils from open-uri testsrhe2016-11-291-4/+35
* net/http: don't use OpenSSL::TestUtils from test coderhe2016-11-293-25/+53
* object.c: no TypeError at special constnobu2016-11-292-2/+19
* NEWS: Add String/Symbol#casecmp? [Feature #12786]kazu2016-11-291-0/+4
* get rid of test failures on CI introduced at r56927usa2016-11-291-3/+3
* * 2016-11-30svn2016-11-291-1/+1
* object.c: no TypeError at special const clonenobu2016-11-292-1/+14
* thread.c: fix doc of abort_on_exception [ci skip]nobu2016-11-291-7/+6
* parse.y: ambiguous parenthesesnobu2016-11-293-8/+12
* Fix/improve documentation of String/Symbol#casecmp[?]duerst2016-11-291-4/+9
* Suppress warnings.shugo2016-11-292-8/+9
* Fix erroneous test of target against targetduerst2016-11-291-1/+3
* Ignore SystemCallError in case it is raised by SSLSocket#accept.shugo2016-11-291-1/+1
* test_keyword.rb: more assertionsnobu2016-11-291-0/+9
* test_keyword.rb: assert_raise_with_message valuenobu2016-11-291-6/+2