aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* [ruby/openssl] Append flags from environment variables.Jun Aruga2023-06-191-0/+6
* [ruby/psych] Comment out the code used to expand the file list [ci skip]Nobuyoshi Nakada2023-06-121-3/+3
* Add missing dependenciesNobuyoshi Nakada2023-06-121-1/+1
* [Feature #19719] Universal Parseryui-knk2023-06-1211-24/+1310
* [ruby/psych] Update spec filesNobuyoshi Nakada2023-06-121-15/+28
* Add deprecations for public `struct rb_io` members. (#7916)Samuel Williams2023-06-082-0/+2
* racc/cparse is extracted from ruby/ruby repositoryHiroshi SHIBATA2023-06-082-2/+2
* Try to promote racc as bundled gemsHiroshi SHIBATA2023-06-084-1042/+0
* [ruby/psych] Drop to support Ruby 2.4 because the latest version of core_asse...Hiroshi SHIBATA2023-06-081-1/+1
* Unify length field for embedded and heap strings (#7908)Peter Zhu2023-06-061-3/+2
* Revert "Revert "Fix cvar caching when class is cloned""eileencodes2023-06-051-0/+5
* Ripper does not depend on Bison [ci skip]yui-knk2023-06-031-1/+0
* [ruby/stringio] Development of 3.0.8 started.Hiroshi SHIBATA2023-06-021-1/+1
* No need to define "BISON" on extconf.rbyui-knk2023-06-021-10/+1
* Revert "Fix cvar caching when class is cloned"Aaron Patterson2023-06-011-5/+0
* Fix cvar caching when class is clonedeileencodes2023-06-011-0/+5
* [ruby/stringio] Avoid direct struct usage.Samuel Williams2023-06-011-2/+2
* Restores the changes in `io-console` without breaking backwards compatibility...Samuel Williams2023-06-012-191/+171
* Hide the usage of `rb_io_t` where possible. (#7880)Samuel Williams2023-06-011-31/+23
* Revert https://github.com/ruby/io-console/pull/43Hiroshi SHIBATA2023-06-012-171/+191
* Revert "Hide most of the implementation of `struct rb_io`. (#6511)"NARUSE, Yui2023-06-014-27/+33
* [ruby/io-nonblock] Add TruffleRuby support and add it in CIBenoit Daloze2023-05-301-0/+5
* [ruby/io-nonblock] Use the correct pattern for the fallback of rb_io_descript...Benoit Daloze2023-05-301-1/+2
* Hide most of the implementation of `struct rb_io`. (#6511)Samuel Williams2023-05-304-33/+27
* [ruby/cgi] Add TruffleRuby support and add it in CIBenoit Daloze2023-05-291-1/+5
* [ruby/etc] Use the correct pattern for the fallback of rb_io_descriptor()Benoit Daloze2023-05-291-1/+2
* [ruby/openssl] Remove usage of IO internals.Samuel Williams2023-05-292-20/+33
* [ruby/io-console] Remove trailing whitespace.Samuel Williams2023-05-291-1/+1
* [ruby/io-console] Remove usage of IO internals.Samuel Williams2023-05-292-192/+172
* [ruby/io-nonblock] Remove usage of IO internals.Samuel Williams2023-05-282-25/+40
* [ruby/io-nonblock] Revert "Remove usage of IO internals."Samuel Williams2023-05-282-33/+23
* [ruby/io-nonblock] Remove usage of IO internals.Samuel Williams2023-05-282-23/+33
* [ruby/io-wait] Remove usage of IO internals.Samuel Williams2023-05-282-2/+10
* [ruby/etc] Remove usage of IO internals.Samuel Williams2023-05-282-4/+12
* [ruby/nkf] Bump up nkf-0.1.3Hiroshi SHIBATA2023-05-251-1/+1
* [ruby/nkf] Added mission extension configurationHiroshi SHIBATA2023-05-251-0/+1
* [flori/json] Call `super` in `included` hookUfuk Kayserilioglu2023-05-241-0/+1
* `rb_bug` prints a newline after the messageNobuyoshi Nakada2023-05-202-16/+16
* [ruby/openssl] Fix warnings about the OPENSSL_FIPS macro in OpenSSL 1.1.Jun Aruga2023-05-191-3/+3
* [ruby/openssl] Implement FIPS functions on OpenSSL 3.Jun Aruga2023-05-191-4/+21
* Process parse.y without temporary filesNobuyoshi Nakada2023-05-151-1/+1
* Add user argument to some macros used by bisonNobuyoshi Nakada2023-05-141-4/+1
* Preprocess input parse.y from stdinNobuyoshi Nakada2023-05-142-19/+26
* Use Lrama LALR parser generator instead of Bisonv3_3_0_preview1Yuichiro Kaneko2023-05-122-5/+7
* Extract ext/readlineHiroshi SHIBATA2023-05-098-2867/+0
* [ruby/stringio] Drop support for ruby 2.6 or earlierNobuyoshi Nakada2023-05-083-83/+1
* Redirect to `IO::NULL` for the portabilityNobuyoshi Nakada2023-05-051-1/+1
* [ruby/stringio] Update write-barrier at copyingNobuyoshi Nakada2023-05-031-3/+7
* [ruby/syslog] Improve the version extractionAkinori MUSHA2023-04-251-9/+3
* [ruby/syslog] Raise required_ruby_versionAkinori MUSHA2023-04-251-1/+1