summaryrefslogtreecommitdiff
path: root/ext/psych
AgeCommit message (Expand)Author
2021-10-24[ruby/psych] Prefer `require_relative` for internal requiresDavid Rodríguez
2021-10-24[ruby/psych] Add stringio as a dependency.Josef Šimánek
2021-10-21[ruby/psych] Bump up psych version to 4.0.2Hiroshi SHIBATA
2021-10-05ruby tool/update-deps --fix卜部昌平
2021-08-31[ruby/psych] Replace A-Za-z with [:alpha:]jory-graham
2021-08-31[ruby/psych] Add quotes to the strings "y" and "n"Aaron Patterson
2021-08-31[ruby/psych] Update lib/psych/scalar_scanner.rbopak
2021-08-31[ruby/psych] add more testsAlexandr Opak
2021-08-31[ruby/psych] fix parsing integer values with '_' at the endAlexandr Opak
2021-08-31[ruby/psych] Improve float scalar scannerTomer Brisker
2021-07-29[ruby/psych] fix: use git repository link for LibYAML in docsRhys Powell
2021-06-07[ruby/psych] Bump version to 4.0.1Hiroshi SHIBATA
2021-06-07[ruby/psych] Implement YAML.safe_dump to make safe_load more usable.Jean Boussier
2021-06-07[ruby/psych] Make YAML.load_file use YAML.load instead of safe_loadYusuke Endoh
2021-05-17[ruby/psych] remove deprecated interfaceAaron Patterson
2021-05-17[ruby/psych] Bump versionAaron Patterson
2021-05-17[ruby/psych] Use Psych.safe_load by defaultAaron Patterson
2021-05-17[ruby/psych] Introduce `Psych.unsafe_load`Aaron Patterson
2021-05-17[ruby/psych] Fix symabolize_name with non-string keysJean Boussier
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