summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
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
2015-01-09Merge remote-tracking branch 'origin/master' into jrubyCharles Oliver Nutter
2015-01-09Update to latest code from JRuby master.Charles Oliver Nutter
2014-12-02fixed build error caused by trunk changesSHIBATA Hiroshi
2014-12-01merging from ruby trunkAaron Patterson
2014-03-27backport from libyaml-1.1.6SHIBATA Hiroshi
2014-02-21backport from ruby trunkSHIBATA Hiroshi
2014-02-05merge from ruby trunkAaron Patterson
2014-02-05* ext/psych/yaml/config.h: bump libyaml to 0.1.5Zachary Scott
2014-02-04* ext/psych/yaml/emitter.c: merge libyaml 0.1.5Aaron Patterson
2014-01-19fix typo at https://github.com/ruby/ruby/pull/500 and https://github.com/ruby...SHIBATA Hiroshi
2013-12-11fix typoAkira Matsuda
2013-09-20* ext/psych/yaml/yaml.h: [DOC] fix typo by @GreenGeorge [Fixes GH-161]Zachary Scott
2013-07-05merging from ruby trunkAaron Patterson
2013-05-14* ext/psych/lib/psych.rb: Adding Psych.safe_load for loading a userAaron Patterson
2013-05-14merge from RubyAaron Patterson
2013-01-13* ext/psych/yaml/scanner.c: Typos by James Dabbs [Github Fixes #118]Zachary Scott
2012-12-13merge changes from ruby trunkAaron Patterson
2012-11-27make some header file adjustments for ruby compileAaron Patterson
2012-11-27add the license for libyamlAaron Patterson
2012-11-17fix c file nameAaron Patterson
2012-11-17only do have_header checks if we are embedding libyamlAaron Patterson
2012-11-17mkmf has a global for this testAaron Patterson
2012-11-17fix build on windowsAaron Patterson
2012-11-17only embed libyaml if the system does not have itAaron Patterson
2012-11-17for compiling on mswinMasaya TARUI
2012-11-16embedding libyamlAaron Patterson