aboutsummaryrefslogtreecommitdiffstats
path: root/ext/psych
Commit message (Expand)AuthorAgeFilesLines
* Removed nonsense `rubygems_version` in input gemspec filesNobuyoshi Nakada2020-06-251-1/+0
* [ruby/psych] Fixup 05d7e818a6abe3ee1c56b6be92f086647d73141cHiroshi SHIBATA2020-06-231-1/+1
* [ruby/psych] Bump version strings for header fileHiroshi SHIBATA2020-06-231-5/+5
* [ruby/psych] Bump libyaml version to 0.2.5Hiroshi SHIBATA2020-06-239-192/+433
* [ruby/psych] Fix anchor lookup with symbolized namesJean Boussier2020-06-231-7/+7
* Avoid requiring "psych/versions"Yusuke Endoh2020-06-091-5/+5
* [ruby/psych] Add LICENSE to the gemPo-Chuan Hsieh2020-06-051-1/+1
* [ruby/psych] Remove unnecessary version guard from versions.rbDavid Rodríguez2020-06-052-7/+5
* [ruby/psych] Fix ArgumentError with leading and trailing underscores in numbe...Mark Thorn2020-06-051-1/+1
* [ruby/psych] Fix gem installationDavid Rodríguez2020-06-051-1/+1
* [ruby/psych] Implement `freeze` option for Pysch.loadJean Boussier2020-06-051-7/+11
* [ruby/psych] Implement a freeze load optionJean Boussier2020-06-053-10/+11
* [ruby/psych] Refactor `symbolize_names`Jean Boussier2020-06-053-24/+15
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-700/+700
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-700/+700
* Suppress -Wshorten-64-to-32 warningsNobuyoshi Nakada2020-04-082-20/+20
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+760
* ext/psych/extconf.rb: braced VPATH is for nmake onlyNobuyoshi Nakada2019-12-051-1/+1
* Nmake needs `VPATH`Nobuyoshi Nakada2019-11-291-2/+3
* Add dependency on bundled yaml.h when usingNobuyoshi Nakada2019-11-292-1/+6
* Revert "Update dependencies"Vít Ondruch2019-11-221-45/+0
* Update dependenciesNobuyoshi Nakada2019-11-181-0/+45
* [ruby/psych] Add a note about safe_loadAaron Patterson2019-11-121-0/+4
* [ruby/psych] Remove taint supportJeremy Evans2019-11-122-20/+2
* [ruby/psych] Set required_ruby_version to 2.4.0Jean Boussier2019-11-121-1/+1
* ext/psych/yaml/api.c: Suppress a "variable set but not used" warningYusuke Endoh2019-08-241-1/+3
* ext/psych/yaml/loader.c: Cast the difference of pointers to intYusuke Endoh2019-08-051-3/+3
* Suppress warnings of bundled libyaml.Hiroshi SHIBATA2019-08-042-4/+4
* yaml few build warning fixesDavid Carlier2019-08-041-5/+5
* [ruby/psych] Get rid of C90 featureNobuyoshi Nakada2019-07-251-1/+2
* [ruby/psych] Deduplicate hash keys if they're stringsJean Boussier2019-07-251-1/+23
* [ruby/psych] Drop to support fat gem support.Hiroshi SHIBATA2019-07-251-5/+1
* [ruby/psych] Do not use add_development_dependency.Hiroshi SHIBATA2019-07-251-5/+0
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+5
* Do not allocate a string to check if a scalar is an integerJean Boussier2019-06-251-9/+7
* Remove string_cache in ScalarScannerJean Boussier2019-06-251-10/+1
* Reduce string allocations in scalar_scannerJean Boussier2019-06-251-17/+15
* Removed CHANGELOG from rdoc files.SHIBATA Hiroshi2019-06-251-1/+1
* Retired to write CHANGELOG.rdoc. Because It has no update from 2015.SHIBATA Hiroshi2019-06-251-1/+1
* Dump Hash ivars before elementsAaron Patterson2019-06-251-9/+9
* Round trip exception backtracesAaron Patterson2019-06-252-0/+5
* Refactor exception dumpingAaron Patterson2019-06-251-28/+17
* Dumping the backtrace never worked, so remove itAaron Patterson2019-06-251-14/+10
* Make psych.so deterministicJeremy Evans2019-06-021-1/+1
* syntax error can move, so do not cacheAaron Patterson2019-04-231-2/+2
* Removed moving toplevel header since r12501nobu2019-02-081-5/+5
* Bump version to psych 3.1.0.hsbt2018-12-182-3/+9
* Merge upstream from ruby/psychhsbt2018-12-041-9/+24
* Make rubygems follow the upstream of psychnobu2018-11-111-12/+12
* Revert "Merge psych from upstream."mame2018-11-101-12/+12