aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych
Commit message (Expand)AuthorAgeFilesLines
* [ruby/psych] Prepare to develop 5.0.0Hiroshi SHIBATA2022-05-181-1/+1
* [ruby/psych] [CI] Add/update 'rake install', update Psych version for Ruby 3....MSP-Greg2022-05-181-1/+1
* [ruby/psych] tr is typically 4 to 5 times faster than gsubMSP-Greg2022-05-101-2/+2
* [ruby/psych] Update autoconf files bundled with yaml-2.5Nobuyoshi Nakada2022-04-071-1/+5
* Ignore yaml sourceHiroshi SHIBATA2022-04-051-0/+1
* [ruby/psych] Improve libyaml source downloading error messagesAlan Wu2022-04-051-4/+10
* [ruby/psych] Propagate `CC` to libyamlNobuyoshi Nakada2022-04-041-0/+1
* [ruby/psych] Output libyaml configure logNobuyoshi Nakada2022-04-011-7/+10
* [ruby/psych] Make a static library from PIC object filesNobuyoshi Nakada2022-03-312-2/+11
* [ruby/psych] Remove `unknown` vendor for cross-compiling tool prefixNobuyoshi Nakada2022-03-311-1/+1
* [ruby/psych] Propagate the host configuration to libyamlNobuyoshi Nakada2022-03-301-0/+1
* [ruby/psych] Configure libyaml from the original sourceNobuyoshi Nakada2022-03-301-1/+9
* [ruby/psych] Try bundled libyaml source if pre-installed is unavailableNobuyoshi Nakada2022-03-291-6/+10
* Merge psych masterHiroshi SHIBATA2022-03-292-34/+49
* ext/psych/extconf.rb: Fail when libyaml is unavailableYusuke Endoh2022-03-271-0/+5
* [ruby/psych] Added condition for macOS homebrewHiroshi SHIBATA2022-03-261-1/+1
* Removed libyaml object files from dependsHiroshi SHIBATA2022-03-251-8/+0
* Try to remove yaml sources from dependHiroshi SHIBATA2022-03-251-37/+0
* Merge psych master: Removed the bundled libyamlHiroshi SHIBATA2022-03-2512-13028/+0
* [Feature #18249] Update dependenciesPeter Zhu2022-02-221-0/+50
* [ruby/psych] Add strict_integer option to parse numbers with commas as stringsSeth Boyles2022-01-224-17/+26
* [ruby/psych] Remove alias of load to unsafe_loadMichael Nikitochkin2022-01-201-1/+0
* [ruby/psych] Don't require `strscan` unnecessarilyDavid Rodríguez2022-01-141-1/+0
* [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