summaryrefslogtreecommitdiff
path: root/ext/psych
AgeCommit message (Expand)Author
2022-04-05Ignore yaml sourceHiroshi SHIBATA
2022-04-05[ruby/psych] Improve libyaml source downloading error messagesAlan Wu
2022-04-04[ruby/psych] Propagate `CC` to libyamlNobuyoshi Nakada
2022-04-01[ruby/psych] Output libyaml configure logNobuyoshi Nakada
2022-03-31[ruby/psych] Make a static library from PIC object filesNobuyoshi Nakada
2022-03-31[ruby/psych] Remove `unknown` vendor for cross-compiling tool prefixNobuyoshi Nakada
2022-03-30[ruby/psych] Propagate the host configuration to libyamlNobuyoshi Nakada
2022-03-30[ruby/psych] Configure libyaml from the original sourceNobuyoshi Nakada
2022-03-29[ruby/psych] Try bundled libyaml source if pre-installed is unavailableNobuyoshi Nakada
2022-03-29Merge psych masterHiroshi SHIBATA
2022-03-27ext/psych/extconf.rb: Fail when libyaml is unavailableYusuke Endoh
2022-03-26[ruby/psych] Added condition for macOS homebrewHiroshi SHIBATA
2022-03-25Removed libyaml object files from dependsHiroshi SHIBATA
2022-03-25Try to remove yaml sources from dependHiroshi SHIBATA
2022-03-25Merge psych master: Removed the bundled libyamlHiroshi SHIBATA
2022-02-22[Feature #18249] Update dependenciesPeter Zhu
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
2021-12-20[ruby/psych] psych depends stringio only CRubyHiroshi SHIBATA
2021-12-20[ruby/psych] Bump version to 4.0.3Hiroshi SHIBATA
2021-11-21Update dependenciesNobuyoshi Nakada
2021-10-24[ruby/psych] Prefer `require_relative` for internal requiresDavid Rodríguez
2021-10-24[ruby/psych] Add stringio as a dependency.Josef Šimánek
2021-10-21[ruby/psych] Bump up psych version to 4.0.2Hiroshi SHIBATA
2021-10-05ruby tool/update-deps --fix卜部昌平
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-07-29[ruby/psych] fix: use git repository link for LibYAML in docsRhys Powell
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-06-07[ruby/psych] Make YAML.load_file use YAML.load instead of safe_loadYusuke Endoh
2021-05-17[ruby/psych] remove deprecated interfaceAaron Patterson
2021-05-17[ruby/psych] Bump versionAaron Patterson
2021-05-17[ruby/psych] Use Psych.safe_load by defaultAaron 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] docs: fix simple typo, expessed -> expressedTim Gates
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
2021-05-04Fix -Wundef warnings for patterns `#if HAVE`Benoit Daloze