summaryrefslogtreecommitdiff
path: root/ext/psych
AgeCommit message (Expand)Author
2022-10-12[ruby/psych] Fix missing `abort` callNobuyoshi Nakada
2022-10-12[ruby/psych] Abandon when libyaml is not foundNobuyoshi Nakada
2022-10-07[ruby/psych] Removed the related condition of --enable-bundled-libyamlHiroshi SHIBATA
2022-10-07[ruby/psych] --enable-bundled-libyaml config has been removedHiroshi SHIBATA
2022-10-05Removed the related files for downloading with extlibsHiroshi 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-09No longer bundle external library sourcesNobuyoshi Nakada
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-07-15[ruby/psych] Fix infinite loop bug after YAML_MEMORY_ERROR (psych issue #440)Karl Anderson
2022-06-15[ruby/psych] Fix libyaml download failure rescue under minirubyAlan Wu
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-04-07[ruby/psych] Update autoconf files bundled with yaml-2.5Nobuyoshi Nakada
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