summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2021-05-10Text files should end with a newlineNobuyoshi Nakada
2021-05-10Fix -Wundef warnings for patterns `#if HAVE`Benoit Daloze
2021-04-26Fix some typos [ci skip]Ryuta Kamizono
2021-02-06Merge pull request #470 from timgates42/bugfix_typo_expressedHiroshi SHIBATA
2020-12-23[ruby/psych] Make Ractor-ready.Marc-Andre Lafortune
2020-12-21Strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-12-18docs: fix simple typo, expessed -> expressedTim Gates
2020-07-16Remove private_iv_getCharles Oliver Nutter
2020-06-23Bump version strings for header fileHiroshi SHIBATA
2020-06-23Bump libyaml version to 0.2.5Hiroshi SHIBATA
2020-06-05Suppress -Wshorten-64-to-32 warningsNobuyoshi Nakada
2020-06-05ext/psych/extconf.rb: braced VPATH is for nmake onlyNobuyoshi Nakada
2020-06-05Nmake needs `VPATH`Nobuyoshi Nakada
2020-06-05Add dependency on bundled yaml.h when usingNobuyoshi Nakada
2020-01-08Check for SnakeYAML version to confirm it's 1.21+Charles Oliver Nutter
2019-11-12ext/psych/yaml/api.c: Suppress a "variable set but not used" warningYusuke Endoh
2019-10-21Remove taint supportJeremy Evans
2019-08-05ext/psych/yaml/loader.c: Cast the difference of pointers to intYusuke Endoh
2019-08-05Suppress warnings of bundled libyaml.Hiroshi SHIBATA
2019-08-05yaml few build warning fixesDavid Carlier
2019-07-25Get rid of C90 featureNobuyoshi Nakada
2019-06-01Make psych.so deterministicJeremy Evans
2019-04-23syntax error can move, so do not cacheAaron Patterson
2018-10-19Move Java sources under proper package structure.Charles Oliver Nutter
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