summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* bump version to 0.2.1libyaml-0.2.1SHIBATA Hiroshi2018-08-101-5/+5
* Re-apply patchsets from ruby-core repository.SHIBATA Hiroshi2018-08-103-9/+13
* Port from libyaml-0.2.1SHIBATA Hiroshi2018-08-108-83/+105
* Correct doc typo "achor" should be "anchor"utilum2018-04-271-1/+1
* Update to SnakeYAML 1.21 to fix jruby/jruby#5098.Charles Oliver Nutter2018-04-162-26/+29
* Support SNAPSHOT builds of snakeyaml.Charles Oliver Nutter2018-04-161-1/+7
* no ID cache in Init functionsnobu2018-02-222-0/+2
* Removed stale .gitignore file [ci skip]Nobuyoshi Nakada2018-01-261-11/+0
* Picked r60919SHIBATA Hiroshi2017-11-271-3/+3
* Merge commits from ruby core repository.SHIBATA Hiroshi2017-11-275-28/+22
* Merge pull request #326 from asterite/feature/scalar_locationAaron Patterson2017-09-102-13/+43
|\
| * Add Psych::Handler#event_locationAry Borenszweig2017-08-022-13/+43
* | Parse.load with an IO/File which has a non-YAML allowed encoding will justThomas E. Enebo2017-09-051-0/+7
|/
* make frozen_string_literal: truefrozenSHIBATA Hiroshi2017-06-191-1/+1
* Fall back on UTF-8 when an IO-like object's Charset isn't found.Charles Oliver Nutter2017-05-311-4/+9
* Typo fix in scanner.cbrchristian2017-03-211-2/+2
* Treat negative or zero-width as max possible width.Charles Oliver Nutter2017-02-241-2/+4
* Fix typosSHIBATA Hiroshi2017-02-081-4/+4
* Revert "Partly reverted build error introduced 146a637e2205b2b36a6fa83fc0c6f7...Charles Oliver Nutter2016-12-131-3/+2
* Partly reverted build error introduced 146a637e2205b2b36a6fa83fc0c6f7ce0c74e123.SHIBATA Hiroshi2016-11-291-2/+3
* Removed HAVE_RUBY_ENCODING_HSHIBATA Hiroshi2016-11-294-56/+1
* Update to snakeyaml 1.17.update_snakeyamlCharles Oliver Nutter2016-11-171-3/+2
* Make Psych::Emitter store the IO object in an instance variableKazuki Yamaguchi2016-11-161-2/+5
* Picked regression fix from a7be452b88b274e456f3de5fde93bf41a94e48bcSHIBATA Hiroshi2016-11-161-1/+1
* Removed trailing white-spaces.SHIBATA Hiroshi2016-11-165-14/+14
* Fixed regression of typofix. Picked following commits.SHIBATA Hiroshi2016-11-162-20/+20
* Revert changesets after the libyaml-0.1.7 releaseSHIBATA Hiroshi2016-11-142-4/+4
* Update new canonical urlsSHIBATA Hiroshi2016-11-131-2/+2
* Merge libyaml-0.1.7 from upstreamSHIBATA Hiroshi2016-11-139-116/+80
* Stop using deprecated JRuby APIs. Fixes #292.Charles Oliver Nutter2016-09-302-2/+2
* 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 #275 from davydovanton/doc-fix-typoSHIBATA Hiroshi2016-06-241-2/+2
|\ \ | |/ |/|
| * Fix typo in error message [skip ci]Anton Davydov2016-03-201-2/+2
* | Temporary disabled to frozen literal string.SHIBATA Hiroshi2016-02-231-0/+1
* | backport revision r53078 and r53079 from ruby/ruby.SHIBATA Hiroshi2015-12-221-4/+8
* | 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
|/
* Fix spelling typo: uknown -> unknownCharlie Sanders2015-09-091-1/+1
* Fix Encoding::UndefinedConversionError when dumping non ascii string to a file.Yuji Yamano2015-08-271-0/+4
* If incoming string is not unicode, transcode to UTF-8.Charles Oliver Nutter2015-08-211-4/+11
* Merge branch 'master' into jrubyAaron Patterson2015-08-212-5/+4
|\
| * psych: allocate structs with wrappernobu2015-05-292-5/+4
* | Default to UTF-8 when encoding does not appear to be unicode.Charles Oliver Nutter2015-05-051-4/+9
* | Merge branch 'master' into jrubyAaron Patterson2015-03-031-7/+0
|\ \ | |/
| * Fix CVE-2014-9130Florian Frank2015-02-171-7/+0
* | setup java platform gemChristian Meier2015-02-261-7/+18
* | Merge remote-tracking branch 'origin/master' into jrubyCharles Oliver Nutter2015-01-0925-49/+12962
|\ \ | |/
| * fixed build error caused by trunk changesfix-type-dataSHIBATA Hiroshi2014-12-022-0/+4
| * merging from ruby trunkAaron Patterson2014-12-015-26/+58