summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2023-05-29[ruby/etc] Use the correct pattern for the fallback of rb_io_descriptor()Benoit Daloze
2023-05-29[ruby/openssl] Remove usage of IO internals.Samuel Williams
2023-05-29[ruby/io-console] Remove trailing whitespace.Samuel Williams
2023-05-29[ruby/io-console] Remove usage of IO internals.Samuel Williams
2023-05-28[ruby/io-nonblock] Remove usage of IO internals.Samuel Williams
2023-05-28[ruby/io-nonblock] Revert "Remove usage of IO internals."Samuel Williams
2023-05-28[ruby/io-nonblock] Remove usage of IO internals.Samuel Williams
2023-05-28[ruby/io-wait] Remove usage of IO internals.Samuel Williams
2023-05-28[ruby/etc] Remove usage of IO internals.Samuel Williams
2023-05-25[ruby/nkf] Bump up nkf-0.1.3Hiroshi SHIBATA
2023-05-25[ruby/nkf] Added mission extension configurationHiroshi SHIBATA
2023-05-24[flori/json] Call `super` in `included` hookUfuk Kayserilioglu
2023-05-20`rb_bug` prints a newline after the messageNobuyoshi Nakada
2023-05-19[ruby/openssl] Fix warnings about the OPENSSL_FIPS macro in OpenSSL 1.1.Jun Aruga
2023-05-19[ruby/openssl] Implement FIPS functions on OpenSSL 3.Jun Aruga
2023-05-15Process parse.y without temporary filesNobuyoshi Nakada
2023-05-14Add user argument to some macros used by bisonNobuyoshi Nakada
2023-05-14Preprocess input parse.y from stdinNobuyoshi Nakada
2023-05-12Use Lrama LALR parser generator instead of Bisonv3_3_0_preview1Yuichiro Kaneko
2023-05-09Extract ext/readlineHiroshi SHIBATA
2023-05-08[ruby/stringio] Drop support for ruby 2.6 or earlierNobuyoshi Nakada
2023-05-05Redirect to `IO::NULL` for the portabilityNobuyoshi Nakada
2023-05-03[ruby/stringio] Update write-barrier at copyingNobuyoshi Nakada
2023-04-25[ruby/syslog] Improve the version extractionAkinori MUSHA
2023-04-25[ruby/syslog] Raise required_ruby_versionAkinori MUSHA
2023-04-25[ruby/syslog] Expose Syslog::VERSIONHiroshi SHIBATA
2023-04-21[ruby/win32ole] Reuse WIN32OLE_VERSION for gem versionHiroshi SHIBATA
2023-04-21[ruby/fcntl] Expose Fcntl::VERSIONHiroshi SHIBATA
2023-04-14[ruby/stringio] Development of 3.0.7 started.Sutou Kouhei
2023-04-14[ruby/readline-ext] Expose Readline::GEM_VERSIONHiroshi SHIBATA
2023-04-14[ruby/nkf] Expose NKF::GEM_VERSIONHiroshi SHIBATA
2023-04-14[ruby/pathname] Expose Pathname::VERSIONHiroshi SHIBATA
2023-04-08[ruby/bigdecimal] fix: typo in document comments of `f_BigDecimal` functionHoNooD
2023-04-08[ruby/bigdecimal] Remove set but unused variableNobuyoshi Nakada
2023-04-07[Bug#19161] Detect thread local storage specifierNobuyoshi Nakada
2023-04-07[ruby/openssl] Register global variables before assignmentNobuyoshi Nakada
2023-04-06Update VPATH for socket, & dependenciesMatt Valentine-House
2023-04-04[Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu
2023-03-27[ruby/pathname] Remove taint/untaint methods because they should be removed s...Hiroshi SHIBATA
2023-03-02MSWin: Use MESSAGE_BEGIN/MESSAGE_END instead of bare `echo`Nobuyoshi Nakada
2023-02-28Update the depend filesMatt Valentine-House
2023-02-28[ruby/stringio] Implement write barrier on StringIOJean Boussier
2023-02-27Remove intern/gc.h from Make depsMatt Valentine-House
2023-02-27Prefer to use File.foreach instead of IO.foreachHiroshi SHIBATA
2023-02-27Prefer to use File.binwrite instead of IO.binwriteHiroshi SHIBATA
2023-02-27Prefer to use File.binread instead of IO.binreadHiroshi SHIBATA
2023-02-25[ruby/stringio] Remove (newly unneeded) remarks about aliasesBurdetteLamar
2023-02-21[ruby/bigdecimal] Bump up to 3.1.4Nobuyoshi Nakada
2023-02-21[ruby/bigdecimal] Move RB_GC_GUARD() at the end, like in BigMath_s_exp()Benoit Daloze
2023-02-21[ruby/bigdecimal] Avoid RB_GC_GUARD(a) = b in bigdecimalBenoit Daloze