summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-30[ruby/bigdecimal] Remove needless pointer checksKenta Murata
2020-12-29bisect.sh: Apply bisect.patch if exists [ci skip]Nobuyoshi Nakada
2020-12-29Canonicalization functions were removed alreadyNobuyoshi Nakada
2020-12-29Fixed wrong configure optionNobuyoshi Nakada
2020-12-29[ruby/bigdecimal] Define bool, true, and false for old RubyKenta Murata
2020-12-29[ruby/bigdecimal] Alloc wrapper object before VpAllocKenta Murata
2020-12-29[ruby/bigdecimal] Refactor to extract VpCheckExceptionKenta Murata
2020-12-29Make more silent when -s on GNU makeNobuyoshi Nakada
2020-12-29transcode-tblgen.rb: make silent a little when just -vNobuyoshi Nakada
2020-12-29transcode-tblgen.rb: send verbose messages to STDOUTNobuyoshi Nakada
2020-12-28[ruby/irb] Remove unnecessary ignore_error in dispatch_seqTakashi Kokubun
2020-12-28[ruby/irb] Do not colorize partially-correct inspectTakashi Kokubun
2020-12-28irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI
2020-12-28Update help of sync-default-gemsTakashi Kokubun
2020-12-28[ruby/irb] Fix failing testsTakashi Kokubun
2020-12-28[ruby/irb] Add color_printer.rb to gemspecTakashi Kokubun
2020-12-28[ruby/irb] Enhance colored inspect outputTakashi Kokubun
2020-12-29Fix compile error of sockssocketMasaki Matsushita
2020-12-29* 2020-12-29 [ci skip]git
2020-12-29[ruby/bigdecimal] Refactor to decompose VpNewVarArg into small functionsKenta Murata
2020-12-29[ruby/bigdecimal] Reduce needless object allocation in f_BigDecimalKenta Murata
2020-12-28[ruby/bigdecimal] [Doc] Fix the document of BigDecimal()Kenta Murata
2020-12-28[ruby/bigdecimal] Reduce conditional branch count in VpNewVarArgKenta Murata
2020-12-28Adjusted styles [ci skip]Nobuyoshi Nakada
2020-12-28Adjusted indents [ci skip]Nobuyoshi Nakada
2020-12-28[ruby/drb] Removed needless files from Gem::Specification#filesHiroshi SHIBATA
2020-12-28[ruby/pp] Removed needless files from Gem::Specification#filesHiroshi SHIBATA
2020-12-28[ruby/pp] Drop to support < Ruby 2.7Hiroshi SHIBATA
2020-12-28Bypass check for warning_category on internal callsNobuyoshi Nakada
2020-12-28Suppress too big exponent warningsNobuyoshi Nakada
2020-12-27doc/ractor.md: Fix indentationMarcus Stollsteimer
2020-12-27Language tweaks to Fiber [doc]Marc-Andre Lafortune
2020-12-28Dup kwrest hash when merging other keyword arguments [Bug #17481]Nobuyoshi Nakada
2020-12-28* 2020-12-28 [ci skip]git
2020-12-27Update to ruby/spec@4ce9f41Benoit Daloze
2020-12-27Update to ruby/mspec@a40a674Benoit Daloze
2020-12-27Do not include external library sources into packagesNobuyoshi Nakada
2020-12-27Limit bactrace length from Exception#full_messageNobuyoshi Nakada
2020-12-27Get rid of inconsistent dll linkages against vcpkg readlineNobuyoshi Nakada
2020-12-27Removed declarations conflicting on MinGWNobuyoshi Nakada
2020-12-27win32: Removed never used/worked functionsNobuyoshi Nakada
2020-12-27win32: Declared wait and fixed the return typeNobuyoshi Nakada
2020-12-27Ignore symbols declared in the platform headerNobuyoshi Nakada
2020-12-27Ignore objects from the "missing" directoryNobuyoshi Nakada
2020-12-27Get rid of \K for old BASERUBYs which have a bug in String#scanNobuyoshi Nakada
2020-12-27Exclude entry pointsNobuyoshi Nakada
2020-12-27Support AC_FUNC_MEMCMPNobuyoshi Nakada
2020-12-27Check leaked global symbols under more various conditionsNobuyoshi Nakada
2020-12-27[ruby/csv] Fix typo [ci skip]Kenta Murata
2020-12-27[ruby/csv] fix typo conveters => converters for CSV parsing docs (#196)Sampat Badhe