aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [DOC] Update README files to use autoreconf [ci skip]Nobuyoshi Nakada2021-02-102-4/+2
* Compile debugging code for time alwaysNobuyoshi Nakada2021-02-101-14/+26
* Fixed the signature of find_time_numguess_getterNobuyoshi Nakada2021-02-101-1/+2
* Fixed race in dtoa [Bug #17612]Nobuyoshi Nakada2021-02-102-3/+21
* Simple benchmark of Float#to_sNobuyoshi Nakada2021-02-101-0/+7
* .github/workflows/compilers.yml: clang-13卜部昌平2021-02-101-1/+2
* [ruby/zlib] Don't use gemspec for gem dependecyHiroshi SHIBATA2021-02-101-4/+0
* [ruby/zlib] test-unit didn't provide __name__ attributeHiroshi SHIBATA2021-02-101-2/+11
* Fix documentation for Module#ruby2_keywordsJeremy Evans2021-02-091-1/+1
* Fix broken linkUse amazing-print instead2021-02-091-1/+1
* * 2021-02-10 [ci skip]git2021-02-101-1/+1
* vm_dump.c: Dump machine registers on RISC-V LinuxYusuke Endoh2021-02-101-2/+24
* Improve the wording surrounding `Proc#isolate`Use amazing-print instead2021-02-091-2/+2
* [ruby/console] Updated dependNobuyoshi Nakada2021-02-091-14/+15
* [ruby/io-console] Fixed typoNobuyoshi Nakada2021-02-091-1/+1
* [ruby/io-console] Fixed regression against 3.0Nobuyoshi Nakada2021-02-091-1/+3
* Define macro for fiber/scheduler.hNobuyoshi Nakada2021-02-091-0/+1
* Updated pre-prototype declarationsNobuyoshi Nakada2021-02-091-2/+2
* strip trailing spaces [ci skip]Nobuyoshi Nakada2021-02-091-2/+2
* Expose scheduler as public interface & bug fixes. (#3945)Samuel Williams2021-02-0918-244/+355
* Fixed default coroutine selection for musl.Andrew Aladjev2021-02-091-1/+4
* Improve performance Float#positive? and Float#negative? [Feature #17614] (#4160)S.H2021-02-083-30/+30
* Copy va_list of exception classesNobuyoshi Nakada2021-02-091-1/+5
* Also `eclass` loop can raise in `rb_obj_is_kind_of`Nobuyoshi Nakada2021-02-091-1/+1
* Adjusted indent [ci skip]Nobuyoshi Nakada2021-02-091-2/+1
* Do not allocate ractor-local storage in dfree function during GCNobuyoshi Nakada2021-02-091-1/+2
* Assign TAG_NONE to ruby_tag_type instead of 0Nobuyoshi Nakada2021-02-091-2/+2
* * 2021-02-09 [ci skip]git2021-02-091-1/+1
* vcs.rb: update the given option to VCS.detect by keyword argumentsNobuyoshi Nakada2021-02-081-1/+2
* vcs.rb: added `base_url` keyword option to GIT#export_changelogNobuyoshi Nakada2021-02-081-3/+14
* vcs.rb: improved export_changelogNobuyoshi Nakada2021-02-081-7/+13
* Revert a part of "[DOC] refined" [ci skip]Nobuyoshi Nakada2021-02-081-1/+1
* [ruby/benchmark] Adds `Tms#to_h`Keith Bennett2021-02-072-0/+23
* * 2021-02-08 [ci skip]git2021-02-081-1/+1
* Forward keyword arguments to ARGF from global functionsNobuyoshi Nakada2021-02-082-12/+28
* Added test for keyword arguments to ARGFNobuyoshi Nakada2021-02-081-0/+42
* Removed unnecessary parentheses at `case` [ci skip]Nobuyoshi Nakada2021-02-081-3/+3
* [DOC] Modified prefixes to get rid of conflictsNobuyoshi Nakada2021-02-071-14/+14
* [DOC] make individual names so that rdoc can find each documentsNobuyoshi Nakada2021-02-071-11/+22
* [DOC] Module#method_undefinedNobuyoshi Nakada2021-02-071-0/+26
* [DOC] refinedNobuyoshi Nakada2021-02-071-10/+10
* [DOC] {Array,MatchData}#values_at understand ranges [ci skip]Nobuyoshi Nakada2021-02-072-1/+4
* [ruby/reline] Version 0.2.3aycabta2021-02-071-1/+1
* [ruby/irb] Version 1.3.3aycabta2021-02-071-2/+2
* [ruby/reline] Terminate correctly in the middle of lines higher than the screenaycabta2021-02-072-4/+32
* [ruby/reline] Autowrap correctly when inserting chars in the middle of a lineaycabta2021-02-072-1/+15
* [ruby/reline] The vi_histedit supports multilineaycabta2021-02-071-2/+14
* [ruby/reline] Move cursor just after the last line when finishedaycabta2021-02-071-0/+1
* [ruby/reline] Update cursor info by inserting newline even if not in pastingaycabta2021-02-071-1/+1
* [ruby/reline] Handle past logs correctly when the code is higher than the screenaycabta2021-02-071-2/+7