summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * separated c ext config on jrubySHIBATA Hiroshi2016-07-121-1/+2
| * syntaxSHIBATA Hiroshi2016-07-121-1/+1
| * removed template commentSHIBATA Hiroshi2016-07-121-2/+0
| * removed old configuration for autotestSHIBATA Hiroshi2016-07-122-19/+1
| * added missing constantSHIBATA Hiroshi2016-07-121-0/+1
| * added extra dependencySHIBATA Hiroshi2016-07-121-0/+1
| * added java extension taskSHIBATA Hiroshi2016-07-122-1/+25
| * removed old styleSHIBATA Hiroshi2016-07-121-20/+4
| * use "bundler/gem_tasks" instead of hoeSHIBATA Hiroshi2016-07-116-121/+89
* | Merge pull request #276 from ccutrer/invalid_floatAaron Patterson2016-06-303-1/+9
|\ \ | |/ |/|
| * fix serialization of a string that looks like a valid YAML floatCody Cutrer2016-03-293-1/+9
* | cherry-picking assertion from https://github.com/ruby/ruby/commit/cc031343616...SHIBATA Hiroshi2016-06-241-0/+1
* | bump version to 2.1.0v2.1.0SHIBATA Hiroshi2016-06-241-1/+1
* | Merge pull request #264 from tuexss/load_file-defaultAaron Patterson2016-06-242-7/+17
|\ \
| * | Add optional fallback return value parametertuexss2016-01-082-7/+17
* | | Merge pull request #274 from bbashy/patch-1SHIBATA Hiroshi2016-06-241-17/+17
|\ \ \
| * | | Typo with "indentation"Ben Sampson2016-02-251-17/+17
| | |/ | |/|
* | | Merge pull request #270 from tenderlove/issue-11988SHIBATA Hiroshi2016-06-242-1/+7
|\ \ \
| * | | Support YAML 1.2 Core Schema. Addressed https://bugs.ruby-lang.org/issues/11988issue-11988SHIBATA Hiroshi2016-02-092-1/+7
* | | | Merge pull request #275 from davydovanton/doc-fix-typoSHIBATA Hiroshi2016-06-241-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix typo in error message [skip ci]Anton Davydov2016-03-201-2/+2
* | | | backport workaround for JRubySHIBATA Hiroshi2016-02-231-0/+2
* | | | avoid extra calls to eliminate "\n" from Base64SHIBATA Hiroshi2016-02-231-1/+1
* | | | Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-2386-0/+86
* | | | cherry-picked test from https://github.com/ruby/ruby/commit/db48c307944a9a188...SHIBATA Hiroshi2016-02-231-0/+15
| |/ / |/| |
* | | update travis configurationSHIBATA Hiroshi2016-01-221-2/+4
| |/ |/|
* | bump version to 2.0.17v2.0.17SHIBATA Hiroshi2015-12-221-1/+1
* | Merge pull request #261 from tenderlove/backport-ruby-trunkAaron Patterson2015-12-211-4/+8
|\ \
| * | backport revision r53078 and r53079 from ruby/ruby.SHIBATA Hiroshi2015-12-221-4/+8
|/ /
* | updating psych to 2.0.16v2.0.16Aaron Patterson2015-12-071-1/+1
* | Merge pull request #255 from glebm/line_widthAaron Patterson2015-12-072-1/+19
|\ \
| * | Fixes line_width: -1 handling #254Gleb Mazovetskiy2015-11-141-0/+8
| * | Add a failing test for line width #254Gleb Mazovetskiy2015-11-141-1/+11
|/ /
* | backword compatibility of Ruby 2.0.0SHIBATA Hiroshi2015-11-081-0/+7
* | merge r52447, r52448 and r52453 from ruby/ruby trunkSHIBATA Hiroshi2015-11-061-4/+4
|/
* Merge pull request #249 from jrafanie/reduce_string_allocationsAaron Patterson2015-09-161-1/+2
|\
| * Use a constant to avoid thousands of String allocations of "<<".Joe Rafaniello2015-09-161-1/+2
|/
* Merge pull request #245 from hsbt/remove-19-supportSHIBATA Hiroshi2015-09-125-35/+14
|\
| * fix comments for Ruby 1.9SHIBATA Hiroshi2015-09-121-1/+1
| * removed EOL rubiesSHIBATA Hiroshi2015-08-271-3/+1
| * removed Ruby 1.9 supportSHIBATA Hiroshi2015-08-273-31/+12
* | Merge pull request #248 from sandersch/charlie/uknown-to-evilSHIBATA Hiroshi2015-09-101-1/+1
|\ \
| * | Fix spelling typo: uknown -> unknownCharlie Sanders2015-09-091-1/+1
|/ /
* | Merge pull request #246 from yyamano/fix-dumpSHIBATA Hiroshi2015-09-022-0/+13
|\ \ | |/ |/|
| * Fix Encoding::UndefinedConversionError when dumping non ascii string to a file.Yuji Yamano2015-08-272-0/+13
|/
* bumping versionv2.0.15Aaron Patterson2015-08-211-1/+1
* If incoming string is not unicode, transcode to UTF-8.Charles Oliver Nutter2015-08-211-4/+11
* Merge pull request #242 from josephbisch/omapAaron Patterson2015-08-211-1/+1
|\
| * Fix omap to be !!omap instead of !omapJoseph Bisch2015-07-101-1/+1
* | Merge branch 'jruby' of github.com:tenderlove/psych into jrubyv2.0.14jrubyAaron Patterson2015-08-213-3/+4
|\ \