summaryrefslogtreecommitdiff
path: root/ext/psych/yaml/scanner.c
AgeCommit message (Collapse)Author
2021-04-26Fix some typos [ci skip]Ryuta Kamizono
2020-06-23Bump libyaml version to 0.2.5Hiroshi SHIBATA
2019-08-05Suppress warnings of bundled libyaml.Hiroshi SHIBATA
2018-08-10Re-apply patchsets from ruby-core repository.SHIBATA Hiroshi
2018-08-10Port from libyaml-0.2.1SHIBATA Hiroshi
2017-11-27Merge commits from ruby core repository.SHIBATA Hiroshi
* https://github.com/ruby/ruby/commit/1852b4a8660ee8e71997f81cee4903c6eb23f306 * https://github.com/ruby/ruby/commit/c70f12c288cec94d3a7079ee3ffac3ee606d29ff * https://github.com/ruby/ruby/commit/4911d45648d03a519a3c93ca04649705a10fe149 * https://github.com/ruby/ruby/commit/af14720f749ea0274cadd4fa0329b86567ae0057 * https://github.com/ruby/ruby/commit/e3b4cd38dfe6df2545bf7a3dee01f9b4a78e94d0 * https://github.com/ruby/ruby/commit/1493972e8234cd5d57881d2353d153aa7cd67e72 * https://github.com/ruby/ruby/commit/208d2a95f5cceeeec0f619e4700bb6971e41f677 * https://github.com/ruby/ruby/commit/865decb508e89960382fc41d239be3e42545b68a
2017-03-21Typo fix in scanner.cbrchristian
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
* 41049830e1252f17bdaa076d816352658025af9c * 0ed8647f7fe56736bbbd290a0b38f9e21b350769 * 8409644bf70e1be05b16b7984b7b61de321bab90
2016-11-14Revert changesets after the libyaml-0.1.7 releaseSHIBATA Hiroshi
2016-11-13Merge libyaml-0.1.7 from upstreamSHIBATA Hiroshi
2016-02-25Typo with "indentation"Ben Sampson
Intendation => Indentation
2015-09-09Fix spelling typo: uknown -> unknownCharlie Sanders
2015-02-17Fix CVE-2014-9130Florian Frank
See https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-9130 This is already fixed in libyaml via this patch: https://bitbucket.org/xi/libyaml/commits/2b9156756423e967cfd09a61d125d883fca6f4f2
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-04* ext/psych/yaml/emitter.c: merge libyaml 0.1.5Aaron Patterson
* ext/psych/yaml/loader.c: ditto * ext/psych/yaml/parser.c: ditto * ext/psych/yaml/reader.c: ditto * ext/psych/yaml/scanner.c: ditto * ext/psych/yaml/writer.c: ditto * ext/psych/yaml/yaml_private.h: ditto
2014-01-19fix typo at https://github.com/ruby/ruby/pull/500 and ↵SHIBATA Hiroshi
https://github.com/ruby/ruby/pull/506
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-17only embed libyaml if the system does not have itAaron Patterson