summaryrefslogtreecommitdiff
path: root/ext/psych/lib
AgeCommit message (Expand)Author
2020-09-25[ruby/psych] Update SNAKEYAML CVE-2017-18640SzymonKowalczyk
2020-09-25Remove private_iv_getCharles Oliver Nutter
2020-06-23[ruby/psych] Fix anchor lookup with symbolized namesJean Boussier
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] 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
2019-11-12[ruby/psych] Add a note about safe_loadAaron Patterson
2019-11-12[ruby/psych] Remove taint supportJeremy Evans
2019-07-25[ruby/psych] Deduplicate hash keys if they're stringsJean Boussier
2019-07-25[ruby/psych] Drop to support fat gem support.Hiroshi SHIBATA
2019-06-25Do not allocate a string to check if a scalar is an integerJean Boussier
2019-06-25Remove string_cache in ScalarScannerJean Boussier
2019-06-25Reduce string allocations in scalar_scannerJean Boussier
2019-06-25Dump Hash ivars before elementsAaron Patterson
2019-06-25Round trip exception backtracesAaron Patterson
2019-06-25Refactor exception dumpingAaron Patterson
2019-06-25Dumping the backtrace never worked, so remove itAaron Patterson
2018-12-18Bump version to psych 3.1.0.hsbt
2018-12-04Merge upstream from ruby/psychhsbt
2018-11-11Make rubygems follow the upstream of psychnobu
2018-11-10Revert "Merge psych from upstream."mame
2018-11-10Merge psych from upstream.hsbt
2018-10-20Merge Pysch-3.1.0.pre2 from ruby/psych.hsbt
2018-09-01Re-try to add workaround for warningskazu
2018-08-31Revert "Try to add workaround for warnings"kazu
2018-08-31Try to add workaround for warningskazu
2018-08-27Merge psych-3.1.0.pre1.hsbt
2018-04-28Merge Pysch 3.0.3.pre1.hsbt
2017-12-19Merge psych-3.0.2 from ruby/psych.hsbt
2017-12-01Merge psych-3.0.0.hsbt
2017-11-27Merge psych-3.0.0.beta4 from upstream.hsbt
2017-07-14Fixup r59327. Forgot to update version number.hsbt
2017-07-14Merge psych-3.0.0.beta3 from ruby/psych.hsbt
2017-06-16Merge psych-3.0.0.beta2 from https://github.com/ruby/psychhsbt
2017-04-05Import psych-3.0.0.beta1 from ruby/psych.hsbt
2017-02-24Update psych-2.2.3hsbt
2016-12-15Update psych-2.2.2hsbt
2016-11-30Update psych-2.2.1hsbt
2016-09-07* ext/psych/*, test/psych/*: Update psych-2.1.1hsbt
2016-06-29* ext/psych/lib/psych_jars.rb: removed needless file required to JRuby.hsbt
2016-06-24* remove trailing spaces.svn
2016-06-24* ext/psych/*, test/psych/*: Upate psych 2.1.0hsbt
2016-01-10stdlib: avoid extra calls to eliminate "\n" from Base64normal
2015-12-22* ext/psych/lib/psych.rb: bump version to 2.0.17hsbt
2015-12-16handle ext/ as r53141naruse
2015-12-07* ext/psych/*: update psych to 2.0.16tenderlove
2015-09-02* ext/psych/*: merge psych master(8737e5b). It contains following fixes.hsbt
2015-08-21* ext/psych/*: update to Psych 2.0.14tenderlove