aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych
Commit message (Expand)AuthorAgeFilesLines
* [ruby/psych] psych depends stringio only CRubyHiroshi SHIBATA2021-12-201-1/+1
* [ruby/psych] Bump version to 4.0.3Hiroshi SHIBATA2021-12-201-1/+1
* Update dependenciesNobuyoshi Nakada2021-11-211-50/+0
* [ruby/psych] Prefer `require_relative` for internal requiresDavid Rodríguez2021-10-2415-49/+49
* [ruby/psych] Add stringio as a dependency.Josef Šimánek2021-10-241-0/+2
* [ruby/psych] Bump up psych version to 4.0.2Hiroshi SHIBATA2021-10-211-1/+1
* ruby tool/update-deps --fix卜部昌平2021-10-051-0/+45
* [ruby/psych] Replace A-Za-z with [:alpha:]jory-graham2021-08-311-1/+1
* [ruby/psych] Add quotes to the strings "y" and "n"Aaron Patterson2021-08-311-0/+2
* [ruby/psych] Update lib/psych/scalar_scanner.rbopak2021-08-311-1/+1
* [ruby/psych] add more testsAlexandr Opak2021-08-311-4/+4
* [ruby/psych] fix parsing integer values with '_' at the endAlexandr Opak2021-08-311-4/+4
* [ruby/psych] Improve float scalar scannerTomer Brisker2021-08-311-4/+3
* [ruby/psych] fix: use git repository link for LibYAML in docsRhys Powell2021-07-291-1/+1
* [ruby/psych] Bump version to 4.0.1Hiroshi SHIBATA2021-06-071-1/+1
* [ruby/psych] Implement YAML.safe_dump to make safe_load more usable.Jean Boussier2021-06-074-5/+125
* [ruby/psych] Make YAML.load_file use YAML.load instead of safe_loadYusuke Endoh2021-06-071-2/+11
* [ruby/psych] remove deprecated interfaceAaron Patterson2021-05-171-54/+6
* [ruby/psych] Bump versionAaron Patterson2021-05-171-1/+1
* [ruby/psych] Use Psych.safe_load by defaultAaron Patterson2021-05-171-6/+47
* [ruby/psych] Introduce `Psych.unsafe_load`Aaron Patterson2021-05-172-5/+7
* [ruby/psych] Fix symabolize_name with non-string keysJean Boussier2021-05-171-1/+1
* [ruby/psych] feat: allow scalars and sequences to be styled when dumpedJeremy Ebler2021-05-171-2/+2
* [ruby/psych] Fix some typos [ci skip]Ryuta Kamizono2021-05-104-7/+7
* [ruby/psych] bump versionAaron Patterson2021-05-101-1/+1
* [ruby/psych] docs: fix simple typo, expessed -> expressedTim Gates2021-05-101-1/+1
* [ruby/psych] Update to latest SnakeYAMLCharles Oliver Nutter2021-05-101-1/+1
* [ruby/psych] Fix custom marshalization with symbolize_names: trueJean Boussier2021-05-101-3/+3
* [ruby/psych] Cache dispatch cache in an instance variableJean Boussier2021-05-101-1/+1
* [ruby/psych] Cache access to Psych.load_tags in Visitor::ToRubyJean Boussier2021-05-101-4/+6
* Fix -Wundef warnings for patterns `#if HAVE`Benoit Daloze2021-05-041-1/+1
* dependency updates卜部昌平2021-04-131-5/+0
* Text files should end with a newlineNobuyoshi Nakada2021-03-301-1/+1
* Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams2021-02-091-70/+115
* [ruby/psych] Bump version to 3.3.0Hiroshi SHIBATA2020-12-231-1/+1
* [ruby/psych] Optimize cache with `compare_by_identity`Marc-Andre Lafortune2020-12-232-2/+2
* [ruby/psych] Make Ractor-ready.Marc-Andre Lafortune2020-12-233-6/+43
* [ruby/psych] Don't use instance variables directly for configMarc-Andre Lafortune2020-12-231-9/+9
* [ruby/psych] Avoid methods depending on bindingsMarc-Andre Lafortune2020-12-231-3/+5
* [ruby/psych] Freeze constants.Marc-Andre Lafortune2020-12-232-3/+3
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2020-12-191-3/+3
* Merge Psych-3.2.1 from ruby/psychHiroshi SHIBATA2020-12-143-7/+24
* Appended a newline to suppress newline-eof warningNobuyoshi Nakada2020-10-061-1/+1
* [ruby/psych] Forward keyword arguments in load_file and load_streamJean Boussier2020-09-251-5/+5
* [ruby/psych] Bump version to 3.2.0Hiroshi SHIBATA2020-09-251-1/+1
* [ruby/psych] Revert psych versionSzymonKowalczyk2020-09-251-1/+1
* [ruby/psych] Update SNAKEYAML CVE-2017-18640SzymonKowalczyk2020-09-251-2/+2
* Remove private_iv_getCharles Oliver Nutter2020-09-252-13/+1
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-5/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-5/+0