aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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 BisonYuichiro 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
* [ruby/syslog] Expose Syslog::VERSIONHiroshi SHIBATA2023-04-252-1/+16
* [ruby/win32ole] Reuse WIN32OLE_VERSION for gem versionHiroshi SHIBATA2023-04-212-2/+12
* [ruby/fcntl] Expose Fcntl::VERSIONHiroshi SHIBATA2023-04-212-1/+17
* [ruby/stringio] Development of 3.0.7 started.Sutou Kouhei2023-04-141-1/+1
* [ruby/readline-ext] Expose Readline::GEM_VERSIONHiroshi SHIBATA2023-04-142-1/+15
* [ruby/nkf] Expose NKF::GEM_VERSIONHiroshi SHIBATA2023-04-142-1/+14
* [ruby/pathname] Expose Pathname::VERSIONHiroshi SHIBATA2023-04-142-2/+11
* [ruby/bigdecimal] fix: typo in document comments of `f_BigDecimal` functionHoNooD2023-04-081-1/+1
* [ruby/bigdecimal] Remove set but unused variableNobuyoshi Nakada2023-04-081-7/+0