summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant init of YAMLTreeCharles Oliver Nutter2023-01-122-48/+0
* Clean up importsCharles Oliver Nutter2023-01-121-3/+0
* Use inline caching for calls to handlerCharles Oliver Nutter2023-01-121-20/+42
* Clean up reader creationCharles Oliver Nutter2023-01-121-29/+35
* Remove unused yaml argumentCharles Oliver Nutter2023-01-121-9/+8
* Remove taintingCharles Oliver Nutter2023-01-121-23/+21
* Use method reference for allocatorCharles Oliver Nutter2023-01-122-10/+2
* Remove unused loggerCharles Oliver Nutter2023-01-121-2/+0
* Fix missing `abort` callNobuyoshi Nakada2022-10-121-1/+1
* Abandon when libyaml is not foundNobuyoshi Nakada2022-10-121-8/+5
* Removed the related condition of --enable-bundled-libyamlHiroshi SHIBATA2022-10-071-6/+1
* --enable-bundled-libyaml config has been removedHiroshi SHIBATA2022-10-071-1/+1
* Removed the related files for downloading with extlibsHiroshi SHIBATA2022-10-051-17/+0
* No longer bundle external library sourcesNobuyoshi Nakada2022-10-051-11/+0
* Unbreak JRuby ext parse methodCharles Oliver Nutter2022-09-191-11/+2
* Merge pull request #580 from ruby/more-rubyAaron Patterson2022-09-191-20/+2
|\
| * Convert some of Parser#parse to RubyAaron Patterson2022-09-151-20/+2
* | Merge pull request #526 from khanderson/masterAaron Patterson2022-07-141-13/+17
|\ \ | |/ |/|
| * Fix infinite loop bug after YAML_MEMORY_ERROR (psych issue #440)Karl Anderson2022-05-131-13/+17
* | Fix libyaml download failure rescue under minirubyAlan Wu2022-06-141-7/+9
|/
* Update autoconf files bundled with yaml-2.5Nobuyoshi Nakada2022-04-071-1/+5
* Improve libyaml source downloading error messagesAlan Wu2022-04-041-4/+10
* Propagate `CC` to libyamlNobuyoshi Nakada2022-04-011-0/+1
* Output libyaml configure logNobuyoshi Nakada2022-04-011-7/+10
* Make a static library from PIC object filesNobuyoshi Nakada2022-03-312-2/+11
* Remove `unknown` vendor for cross-compiling tool prefixNobuyoshi Nakada2022-03-311-1/+1
* Propagate the host configuration to libyamlNobuyoshi Nakada2022-03-301-0/+1
* Try bundled libyaml source if pre-installed is unavailableNobuyoshi Nakada2022-03-291-6/+10
* Ignore warnings from yaml-0.2.5Nobuyoshi Nakada2022-03-281-0/+1
* Download libyaml sourceNobuyoshi Nakada2022-03-272-0/+15
* Configure libyaml from the original sourceNobuyoshi Nakada2022-03-272-31/+43
* Added condition for macOS homebrewHiroshi SHIBATA2022-03-261-1/+1
* Removed bundled libyamlHiroshi SHIBATA2022-02-2212-13044/+0
* Merge pull request #481 from headius/jruby_updatesCharles Oliver Nutter2021-06-042-52/+142
|\
| * Minor optimization: defer runtime accessCharles Oliver Nutter2021-02-251-16/+18
| * Minor optimizationCharles Oliver Nutter2021-02-251-1/+2
| * Clean up type checks and trancodesCharles Oliver Nutter2021-02-251-37/+51
| * Make malformed input noisyCharles Oliver Nutter2021-02-251-1/+46
| * Skip deprecated require formCharles Oliver Nutter2021-02-251-2/+1
| * Flush writer after each emitCharles Oliver Nutter2021-02-251-1/+6
| * Negotiate to utf-8 in scalarCharles Oliver Nutter2021-02-251-8/+32
* | Text files should end with a newlineNobuyoshi Nakada2021-05-101-1/+1
* | Fix -Wundef warnings for patterns `#if HAVE`Benoit Daloze2021-05-101-1/+1
* | Fix some typos [ci skip]Ryuta Kamizono2021-04-262-5/+5
|/
* Merge pull request #470 from timgates42/bugfix_typo_expressedHiroshi SHIBATA2021-02-061-1/+1
|\
| * docs: fix simple typo, expessed -> expressedTim Gates2020-12-181-1/+1
* | [ruby/psych] Make Ractor-ready.Marc-Andre Lafortune2020-12-231-0/+3
* | Strip trailing spaces [ci skip]Nobuyoshi Nakada2020-12-211-3/+3
|/
* Remove private_iv_getCharles Oliver Nutter2020-07-162-20/+0
* Bump version strings for header fileHiroshi SHIBATA2020-06-231-5/+5