summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych
AgeCommit message (Expand)Author
2024-01-18[ruby/psych] Add :stringify_names option to convert symbol keys to string for...Robert Schulze
2024-01-17[ruby/psych] issue #443: quote Y and N when dumpingColin Kelley
2023-12-25[ruby/psych] Remove now-unreachable rescue blockAlexander Momchilov
2023-12-25[ruby/psych] Remove unused arrayAlexander Momchilov
2023-12-19[ruby/psych] Bump up 5.1.2Hiroshi SHIBATA
2023-12-19[ruby/psych] Use `compare_by_identity` instead of `object_id`Alexander Momchilov
2023-11-27[ruby/psych] Prefer each_char in Psych::Visitors::Visitor::ToRuby#deserializeMau Magnaguagno
2023-10-16[ruby/psych] Bump up v5.1.1.1Hiroshi SHIBATA
2023-10-11[ruby/psych] Bump up v5.1.1Hiroshi SHIBATA
2023-10-02[ruby/psych] Update SnakeYAML Engine to 2.7Charles Oliver Nutter
2023-02-07[ruby/psych] Bump version to 5.1 for releaseCharles Oliver Nutter
2023-01-31Initial move to SnakeYAML EngineCharles Oliver Nutter
2023-01-23[ruby/psych] Fix RestrictedYAMLTree allowing the Symbol class should allow al...Jean Boussier
2023-01-18[ruby/psych] Bump up 5.0.2Hiroshi SHIBATA
2023-01-17[ruby/psych] Bump up 5.0.2.pre1 for testingHiroshi SHIBATA
2023-01-11[ruby/psych] Get rid of anonymous eval callsJean Boussier
2022-12-08[ruby/psych] Bump version to 5.0.1Hiroshi SHIBATA
2022-12-05[ruby/psych] Bump version to 5.0.0Hiroshi SHIBATA
2022-09-28[ruby/psych] Bump snakeyaml from 1.31 to 1.33Chad Wilson
2022-09-20[ruby/psych] Convert some of Parser#parse to RubyAaron Patterson
2022-09-07[ruby/psych] Bump snakeyaml from 1.28 to 1.31Chad Wilson
2022-09-07[ruby/psych] Dump Date/DateTime as proleptic Gregorian date as well as TimeNobuyoshi Nakada
2022-08-09[ruby/psych] Raise specific error when an anchor isn't definedAlexander Momchilov
2022-08-09[ruby/psych] Raise specific error when aliases are not enabledAlexander Momchilov
2022-05-18[ruby/psych] Prepare to develop 5.0.0Hiroshi SHIBATA
2022-05-18[ruby/psych] [CI] Add/update 'rake install', update Psych version for Ruby 3....MSP-Greg
2022-05-10[ruby/psych] tr is typically 4 to 5 times faster than gsubMSP-Greg
2022-01-22[ruby/psych] Add strict_integer option to parse numbers with commas as stringsSeth Boyles
2022-01-14[ruby/psych] Don't require `strscan` unnecessarilyDavid Rodríguez
2021-12-20[ruby/psych] Bump version to 4.0.3Hiroshi SHIBATA
2021-10-24[ruby/psych] Prefer `require_relative` for internal requiresDavid Rodríguez
2021-10-21[ruby/psych] Bump up psych version to 4.0.2Hiroshi SHIBATA
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-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-05-17[ruby/psych] Bump versionAaron 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] 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