summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
| * backport from libyaml-1.1.6SHIBATA Hiroshi2014-03-273-7/+12
| * backport from ruby trunkSHIBATA Hiroshi2014-02-215-14/+9
| * merge from ruby trunkAaron Patterson2014-02-058-38/+81
| * * ext/psych/yaml/config.h: bump libyaml to 0.1.5Zachary Scott2014-02-051-4/+4
| * * ext/psych/yaml/emitter.c: merge libyaml 0.1.5Aaron Patterson2014-02-047-51/+91
| * fix typo at https://github.com/ruby/ruby/pull/500 and https://github.com/ruby...SHIBATA Hiroshi2014-01-191-1/+1
| * fix typoAkira Matsuda2013-12-111-4/+4
| * * ext/psych/yaml/yaml.h: [DOC] fix typo by @GreenGeorge [Fixes GH-161]Zachary Scott2013-09-201-1/+1
| * merging from ruby trunkAaron Patterson2013-07-051-1/+1
| * * ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson2013-05-141-1/+3
| * merge from RubyAaron Patterson2013-05-141-0/+3
| * * ext/psych/yaml/scanner.c: Typos by James Dabbs [Github Fixes #118]Zachary Scott2013-01-131-17/+17
| * merge changes from ruby trunkAaron Patterson2012-12-138-32/+29