summaryrefslogtreecommitdiff
path: root/ext/psych
AgeCommit message (Expand)Author
2023-02-27Remove intern/gc.h from Make depsMatt Valentine-House
2023-02-08Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada
2023-02-07[ruby/psych] Bump version to 5.1 for releaseCharles Oliver Nutter
2023-01-31Initial move to SnakeYAML EngineCharles Oliver Nutter
2023-01-23[ruby/psych] Fix RestrictedYAMLTree allowing the Symbol class should allow al...Jean Boussier
2023-01-18[ruby/psych] Bump up 5.0.2Hiroshi SHIBATA
2023-01-17[ruby/psych] Bump up 5.0.2.pre1 for testingHiroshi SHIBATA
2023-01-17[ruby/psych] configure of libyaml couldn't detect "arm64-apple-darwin22" for ...Hiroshi SHIBATA
2023-01-14[ruby/psych] Remove deleted file from gemspecCharles Oliver Nutter
2023-01-11[ruby/psych] Get rid of anonymous eval callsJean Boussier
2023-01-09[ruby/psych] Fix wrong package name of MSYS2/MINGW dependencyLars Kanis
2023-01-06[ruby/psych] Strip trailing spaces [ci skip]Nobuyoshi Nakada
2023-01-06[ruby/psych] Add msys2 dependencies for windowsdsisnero
2022-12-08[ruby/psych] Bump version to 5.0.1Hiroshi SHIBATA
2022-12-05[ruby/psych] Bump version to 5.0.0Hiroshi SHIBATA
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