summaryrefslogtreecommitdiff
path: root/ext/psych/lib
AgeCommit message (Expand)Author
2024-12-18[ruby/psych] Bump up v5.2.2Hiroshi SHIBATA
2024-12-16[ruby/psych] Don't autolink Exception in psych module docszzak
2024-12-09[ruby/psych] Bump up 5.2.1Hiroshi SHIBATA
2024-11-20[ruby/psych] Eagerly require `date`.Thierry Deo
2024-11-11[ruby/psych] Bump up v5.2.0Hiroshi SHIBATA
2024-11-11[ruby/psych] Bump up v5.2.0.beta7Hiroshi SHIBATA
2024-11-11[ruby/psych] Bump up v5.2.0.beta6Hiroshi SHIBATA
2024-11-11[ruby/psych] Bump up v5.2.0.beta5Hiroshi SHIBATA
2024-11-11[ruby/psych] Bump up v5.2.0.beta4Hiroshi SHIBATA
2024-11-07[ruby/psych] Bump up v5.2.0.beta3Hiroshi SHIBATA
2024-11-07[ruby/psych] Bump up v5.2.0.beta2Hiroshi SHIBATA
2024-09-24[ruby/psych] Use `String#match?` over `String#=~` when applicableJean Boussier
2024-09-11[ruby/psych] Ensure strings with only underscores are not processed as IntegerJohn Meade
2024-09-09[ruby/psych] Bump up 5.2.0.beta1Hiroshi SHIBATA
2024-09-09[ruby/psych] Unlimited line_width with -1Juanjo Bazán
2024-09-09[ruby/psych] Make to load stringio lazilyHiroshi SHIBATA
2024-09-09[ruby/psych] docs: specify correct default `fallback` valueGareth Jones
2024-07-19Don't call `Kernel#require` in hot loopJean Boussier
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-07-05[ruby/psych] Extract accessor methods without forwardableHiroshi SHIBATA
2023-07-01[ruby/psych] Remove private methods unused since #487Nobuyoshi Nakada
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-20[ruby/psych] Remove alias of load to unsafe_loadMichael Nikitochkin
2022-01-14[ruby/psych] Don't require `strscan` unnecessarilyDavid Rodríguez