summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada2022-11-212-7/+5
* Fix typos (#6775)Yudai Takada2022-11-201-2/+2
* Enhance keep_tokens option for RubyVM::AbstractSyntaxTree parsing methodsyui-knk2022-11-211-19/+0
* Add support for `sockaddr_un` on Windows. (#6513)Samuel Williams2022-11-179-26/+39
* Clean extension build directories and exts.mk fileNobuyoshi Nakada2022-11-161-2/+8
* Remove `-j` option from `MFLAGS` for sub-makesNobuyoshi Nakada2022-11-161-0/+1
* [ruby/bigdecimal] Add fallback definition of MAYBE_UNUSEDKenta Murata2022-11-151-0/+4
* [ruby/bigdecimal] Replace sprintf by snprintfKenta Murata2022-11-152-121/+189
* [ruby/bigdecimal] Mark some functions MAYBE_UNUSEDKenta Murata2022-11-151-0/+8
* [ruby/bigdecimal] Add specific value allocatorsKenta Murata2022-11-131-199/+282
* [ruby/bigdecimal] Add and use specific value allocatorsKenta Murata2022-11-131-19/+50
* [ruby/bigdecimal] Make VPrint function always availableKenta Murata2022-11-131-91/+86
* [ruby/bigdecimal] Tweak VpAllocKenta Murata2022-11-131-32/+32
* [ruby/bigdecimal] Rewrite allocation functionsKenta Murata2022-11-132-72/+90
* [ruby/bigdecimal] Twak GetPrecisionInt and rename it to check_int_precisionKenta Murata2022-11-131-9/+16
* [ruby/bigdecimal] Tweak check_rounding_mode_optionKenta Murata2022-11-131-10/+9
* [ruby/bigdecimal] Rewrite check_rounding_mode functionKenta Murata2022-11-132-46/+70
* [ruby/bigdecimal] [Doc] Fix the document of n_significant_digitsKenta Murata2022-11-131-9/+9
* [ruby/bigdecimal] Make GetVpValue inlineKenta Murata2022-11-131-1/+1
* [ruby/bigdecimal] Make BigDecimal_double_fig inlineKenta Murata2022-11-131-1/+1
* Remove numiv from RObjectJemma Issroff2022-11-101-1/+1
* Transition shape when object's capacity changesJemma Issroff2022-11-104-0/+18
* Fix compiler issues in test on C99Peter Zhu2022-11-101-1/+1
* [Bug #19100] Add `init_int32` function to `rb_random_interface_t`Nobuyoshi Nakada2022-11-102-0/+4
* Add version to the interface of Random extensionsNobuyoshi Nakada2022-11-102-0/+292
* Preprocess for older bison is no longer neededNobuyoshi Nakada2022-11-101-2/+0
* Use `rb_sprintf` instead of deprecated `sprintf`Nobuyoshi Nakada2022-11-091-2/+1
* Set default %printer for NODE ntermsyui-knk2022-11-081-1/+1
* [ruby/erb] Revert the strpbrk optimizationTakashi Kokubun2022-11-051-5/+0
* [ruby/erb] Optimize away the rb_convert_type call using RB_TYPE_PTakashi Kokubun2022-11-051-1/+3
* [ruby/erb] Use strpbrk only when str is long enough for SIMDTakashi Kokubun2022-11-051-5/+7
* [ruby/erb] Optimize the no-escape case with strpbrkTakashi Kokubun2022-11-051-5/+8
* [ruby/erb] Avoid using prepend + super for fallbackTakashi Kokubun2022-11-041-4/+8
* Update dependencies for bc28acc347eace4d02bbb4b672655216f7dd3a81Nobuyoshi Nakada2022-11-053-0/+3
* Substitute from the actual netinet6/in6.hNobuyoshi Nakada2022-11-041-5/+13
* [ruby/erb] Do not allocate a new String if not neededTakashi Kokubun2022-11-041-4/+4
* [ruby/erb] Optimize away to_s if it's already T_STRINGTakashi Kokubun2022-11-041-9/+2
* [ruby/erb] Copy CGI.escapeHTML to ERB::Util.html_escapeTakashi Kokubun2022-11-042-0/+98
* Use shared flags of the typePeter Zhu2022-11-021-1/+2
* [ruby/bigdecimal] Suppress macro redefinition warningsNobuyoshi Nakada2022-10-301-2/+2
* [ruby/digest] Use CommonDigest by default if availableNobuyoshi Nakada2022-10-291-1/+1
* [ruby/date] Check month range as civilNobuyoshi Nakada2022-10-271-0/+2
* Make the timestamp path correspond to the bundled target pathNobuyoshi Nakada2022-10-241-2/+7
* [ruby/stringio] [DOC] Enhanced RDoc for StringIOBurdette Lamar2022-10-211-20/+24
* Unmark Internal IV test as pendingJemma Issroff2022-10-201-4/+1
* [ruby/stringio] [DOC] Enhanced RDoc for StringIOBurdette Lamar2022-10-191-18/+23
* [ruby/stringio] [DOC] StringIO doc enhancementsBurdette Lamar2022-10-191-42/+101
* [DOC] Fix rdoc-refNobuyoshi Nakada2022-10-191-9/+9
* [DOC] Enhanced RDoc for StringIO (#34)Burdette Lamar2022-10-181-31/+52
* [ruby/fiddle] Free closures immediatelyAaron Patterson2022-10-181-0/+2