summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2018-10-19Properly map Psych flow styles to SnakeYAML flow styles.Charles Oliver Nutter
2018-10-11Fix NPE in initialization of PsychEmitter.Charles Oliver Nutter
2018-09-19Update to SnakeYAML 1.23.Charles Oliver Nutter
2018-08-10bump version to 0.2.1SHIBATA Hiroshi
2018-08-10Re-apply patchsets from ruby-core repository.SHIBATA Hiroshi
2018-08-10Port from libyaml-0.2.1SHIBATA Hiroshi
2018-04-27Correct doc typo "achor" should be "anchor"utilum
2018-04-16Update to SnakeYAML 1.21 to fix jruby/jruby#5098.Charles Oliver Nutter
2018-04-16Support SNAPSHOT builds of snakeyaml.Charles Oliver Nutter
2018-02-22no ID cache in Init functionsnobu
2018-01-26Removed stale .gitignore file [ci skip]Nobuyoshi Nakada
2017-11-27Picked r60919SHIBATA Hiroshi
2017-11-27Merge commits from ruby core repository.SHIBATA Hiroshi
2017-09-10Merge pull request #326 from asterite/feature/scalar_locationAaron Patterson
2017-09-05Parse.load with an IO/File which has a non-YAML allowed encoding will justThomas E. Enebo
2017-08-02Add Psych::Handler#event_locationAry Borenszweig
2017-06-19make frozen_string_literal: trueSHIBATA Hiroshi
2017-05-31Fall back on UTF-8 when an IO-like object's Charset isn't found.Charles Oliver Nutter
2017-03-21Typo fix in scanner.cbrchristian
2017-02-24Treat negative or zero-width as max possible width.Charles Oliver Nutter
2017-02-08Fix typosSHIBATA Hiroshi
2016-12-13Revert "Partly reverted build error introduced 146a637e2205b2b36a6fa83fc0c6f7...Charles Oliver Nutter
2016-11-29Partly reverted build error introduced 146a637e2205b2b36a6fa83fc0c6f7ce0c74e123.SHIBATA Hiroshi
2016-11-29Removed HAVE_RUBY_ENCODING_HSHIBATA Hiroshi
2016-11-17Update to snakeyaml 1.17.Charles Oliver Nutter
2016-11-16Make Psych::Emitter store the IO object in an instance variableKazuki Yamaguchi
2016-11-16Picked regression fix from a7be452b88b274e456f3de5fde93bf41a94e48bcSHIBATA Hiroshi
2016-11-16Removed trailing white-spaces.SHIBATA Hiroshi
2016-11-16Fixed regression of typofix. Picked following commits.SHIBATA Hiroshi
2016-11-14Revert changesets after the libyaml-0.1.7 releaseSHIBATA Hiroshi
2016-11-13Update new canonical urlsSHIBATA Hiroshi
2016-11-13Merge libyaml-0.1.7 from upstreamSHIBATA Hiroshi
2016-09-30Stop using deprecated JRuby APIs. Fixes #292.Charles Oliver Nutter
2016-06-24Merge pull request #274 from bbashy/patch-1SHIBATA Hiroshi
2016-06-24Merge pull request #275 from davydovanton/doc-fix-typoSHIBATA Hiroshi
2016-03-20Fix typo in error message [skip ci]Anton Davydov
2016-02-25Typo with "indentation"Ben Sampson
2016-02-23Temporary disabled to frozen literal string.SHIBATA Hiroshi
2015-12-22backport revision r53078 and r53079 from ruby/ruby.SHIBATA Hiroshi
2015-11-08backword compatibility of Ruby 2.0.0SHIBATA Hiroshi
2015-11-06merge r52447, r52448 and r52453 from ruby/ruby trunkSHIBATA Hiroshi
2015-09-09Fix spelling typo: uknown -> unknownCharlie Sanders
2015-08-27Fix Encoding::UndefinedConversionError when dumping non ascii string to a file.Yuji Yamano
2015-08-21If incoming string is not unicode, transcode to UTF-8.Charles Oliver Nutter
2015-08-21Merge branch 'master' into jrubyAaron Patterson
2015-05-29psych: allocate structs with wrappernobu
2015-05-05Default to UTF-8 when encoding does not appear to be unicode.Charles Oliver Nutter
2015-03-03Merge branch 'master' into jrubyAaron Patterson
2015-02-26setup java platform gemChristian Meier
2015-02-17Fix CVE-2014-9130Florian Frank