summaryrefslogtreecommitdiff
path: root/ext/psych
AgeCommit message (Expand)Author
2021-05-17[ruby/psych] feat: allow scalars and sequences to be styled when dumpedJeremy Ebler
2021-05-10[ruby/psych] Fix some typos [ci skip]Ryuta Kamizono
2021-05-10[ruby/psych] bump versionAaron Patterson
2021-05-10[ruby/psych] docs: fix simple typo, expessed -> expressedTim Gates
2021-05-10[ruby/psych] Update to latest SnakeYAMLCharles Oliver Nutter
2021-05-10[ruby/psych] Fix custom marshalization with symbolize_names: trueJean Boussier
2021-05-10[ruby/psych] Cache dispatch cache in an instance variableJean Boussier
2021-05-10[ruby/psych] Cache access to Psych.load_tags in Visitor::ToRubyJean Boussier
2021-05-04Fix -Wundef warnings for patterns `#if HAVE`Benoit Daloze
2021-04-13dependency updates卜部昌平
2021-03-30Text files should end with a newlineNobuyoshi Nakada
2021-02-09Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams
2020-12-23[ruby/psych] Bump version to 3.3.0Hiroshi SHIBATA
2020-12-23[ruby/psych] Optimize cache with `compare_by_identity`Marc-Andre Lafortune
2020-12-23[ruby/psych] Make Ractor-ready.Marc-Andre Lafortune
2020-12-23[ruby/psych] Don't use instance variables directly for configMarc-Andre Lafortune
2020-12-23[ruby/psych] Avoid methods depending on bindingsMarc-Andre Lafortune
2020-12-23[ruby/psych] Freeze constants.Marc-Andre Lafortune
2020-12-19Strip trailing spaces [ci skip]Nobuyoshi Nakada
2020-12-14Merge Psych-3.2.1 from ruby/psychHiroshi SHIBATA
2020-10-06Appended a newline to suppress newline-eof warningNobuyoshi Nakada
2020-09-25[ruby/psych] Forward keyword arguments in load_file and load_streamJean Boussier
2020-09-25[ruby/psych] Bump version to 3.2.0Hiroshi SHIBATA
2020-09-25[ruby/psych] Revert psych versionSzymonKowalczyk
2020-09-25[ruby/psych] Update SNAKEYAML CVE-2017-18640SzymonKowalczyk
2020-09-25Remove private_iv_getCharles Oliver Nutter
2020-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-06-25Removed nonsense `rubygems_version` in input gemspec filesNobuyoshi Nakada
2020-06-23[ruby/psych] Fixup 05d7e818a6abe3ee1c56b6be92f086647d73141cHiroshi SHIBATA
2020-06-23[ruby/psych] Bump version strings for header fileHiroshi SHIBATA
2020-06-23[ruby/psych] Bump libyaml version to 0.2.5Hiroshi SHIBATA
2020-06-23[ruby/psych] Fix anchor lookup with symbolized namesJean Boussier
2020-06-09Avoid requiring "psych/versions"Yusuke Endoh
2020-06-05[ruby/psych] Add LICENSE to the gemPo-Chuan Hsieh
2020-06-05[ruby/psych] Remove unnecessary version guard from versions.rbDavid Rodríguez
2020-06-05[ruby/psych] Fix ArgumentError with leading and trailing underscores in numbe...Mark Thorn
2020-06-05[ruby/psych] Fix gem installationDavid Rodríguez
2020-06-05[ruby/psych] Implement `freeze` option for Pysch.loadJean Boussier
2020-06-05[ruby/psych] Implement a freeze load optionJean Boussier
2020-06-05[ruby/psych] Refactor `symbolize_names`Jean Boussier
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Suppress -Wshorten-64-to-32 warningsNobuyoshi Nakada
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2019-12-05ext/psych/extconf.rb: braced VPATH is for nmake onlyNobuyoshi Nakada
2019-11-29Nmake needs `VPATH`Nobuyoshi Nakada
2019-11-29Add dependency on bundled yaml.h when usingNobuyoshi Nakada
2019-11-22Revert "Update dependencies"Vít Ondruch