summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Strip trailing spaces [ci skip]Nobuyoshi Nakada2023-01-061-1/+1
* Merge pull request #601 from dsisnero/patch-1Hiroshi SHIBATA2023-01-061-0/+2
|\
| * Add msys2 dependencies for windowsdsisnero2022-12-151-0/+2
* | Always issue deprecation warning when calling Regexp.new with 3rd positional ...Jeremy Evans2022-12-231-1/+1
|/
* Bump version to 5.0.1v5.0.1Hiroshi SHIBATA2022-12-081-1/+1
* Merge pull request #590 from abitrolly/patch-1Hiroshi SHIBATA2022-12-061-0/+1
|\
| * Link to official docsAnatoli Babenia2022-10-201-0/+1
* | fix styleHiroshi SHIBATA2022-12-061-1/+1
* | Added `--with-libyaml-source-dir` option to README.mdHiroshi SHIBATA2022-12-061-1/+5
* | Removed to mention rubiniusHiroshi SHIBATA2022-12-061-4/+0
* | Bump version to 5.0.0v5.0.0Hiroshi SHIBATA2022-12-051-1/+1
|/
* Merge pull request #592 from nobu/yaml-notfoundNobuyoshi Nakada2022-10-121-8/+5
|\
| * Fix missing `abort` callNobuyoshi Nakada2022-10-121-1/+1
| * Abandon when libyaml is not foundNobuyoshi Nakada2022-10-121-8/+5
|/
* Merge pull request #524 from deivid-rodriguez/fix_jruby_ciHiroshi SHIBATA2022-10-074-4/+24
|\
| * Only ignore current failures in JRubyDavid Rodríguez2022-10-074-1/+21
| * Use Bundler to install dependencies and run testsDavid Rodriguez2022-10-071-3/+3
|/
* Merge pull request #589 from ruby/cleanup-bundled-featureHiroshi SHIBATA2022-10-071-7/+2
|\
| * 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
|/
* Merge pull request #588 from ruby/cleanup-extlibs-toolsHiroshi SHIBATA2022-10-054-723/+8
|\
| * keep src location for libyaml sourceHiroshi SHIBATA2022-10-051-1/+1
| * Always extract libyamlHiroshi SHIBATA2022-10-051-0/+2
| * Split libyaml stepHiroshi SHIBATA2022-10-051-6/+6
| * Removed the related files for downloading with extlibsHiroshi SHIBATA2022-10-053-717/+0
|/
* No longer bundle external library sourcesNobuyoshi Nakada2022-10-051-11/+0
* Merge pull request #585 from chadlwilson/snakeyaml-133Charles Oliver Nutter2022-09-271-1/+1
|\
| * Bump snakeyaml from 1.31 to 1.33Chad Wilson2022-09-271-1/+1
|/
* Unbreak JRuby ext parse methodCharles Oliver Nutter2022-09-191-11/+2
* Merge pull request #580 from ruby/more-rubyAaron Patterson2022-09-192-20/+15
|\
| * Convert some of Parser#parse to RubyAaron Patterson2022-09-152-20/+15
* | Merge pull request #574 from chadlwilson/bump-snakeyamlHiroshi SHIBATA2022-09-071-1/+1
|\ \
| * \ Merge branch 'master' into bump-snakeyamlHiroshi SHIBATA2022-09-074-10/+32
| |\ \ | |/ / |/| |
* | | Merge pull request #573 from nobu/calendarHiroshi SHIBATA2022-09-074-10/+32
|\ \ \
| * | | Dump Date/DateTime as proleptic Gregorian date as well as TimeNobuyoshi Nakada2022-08-094-10/+32
|/ / /
| * | Bump snakeyaml from 1.28 to 1.31Chad Wilson2022-09-041-1/+1
|/ /
* | Merge pull request #569 from amomchilov/new-AnchorNotDefined-errorAaron Patterson2022-08-084-14/+43
|\ \
| * | Raise specific error when an anchor isn't definedAlexander Momchilov2022-07-274-3/+10
| * | Update to squiggly heredocs in the fileAlexander Momchilov2022-07-271-12/+12
| * | Add test for missing anchorAlexander Momchilov2022-07-271-0/+11
| * | Add test for anchor reuseAlexander Momchilov2022-07-271-0/+11
* | | Merge pull request #567 from amomchilov/new-AliasesNotEnabled-errorAaron Patterson2022-08-089-10/+17
|\ \ \ | |/ /
| * | Raise specific error when aliases are not enabledAlexander Momchilov2022-07-279-10/+17
* | | Merge pull request #568 from amomchilov/clarify-tests-about-alias-parsingAaron Patterson2022-08-084-10/+66
|\ \ \ | |/ /
| * | Don't hardcode expected alias namesAlexander Momchilov2022-07-273-22/+28
| * | Test that recursive refs dump as aliasesAlexander Momchilov2022-07-223-0/+37
| * | Clarify tests about parsing aliasesAlexander Momchilov2022-07-221-8/+21
|/ /
* | 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