aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix an example [ci skip]Nobuyoshi Nakada2019-06-211-1/+1
* * expand tabs.git2019-06-211-1/+1
* Turned `recur` into `int` [Feature #15777]Nobuyoshi Nakada2019-06-213-6/+5
* Add an optional `inherit` argument to Module#autoload?Jean Boussier2019-06-217-9/+63
* Fix call-seq of lazy.filter_map [ci skip]Kazuhiro NISHIYAMA2019-06-211-3/+2
* * expand tabs.git2019-06-211-3/+3
* Lazy filter_mapNobuyoshi Nakada2019-06-212-0/+44
* Fix small typo on block_scanf example [ci-skip]Espartaco Palma2019-06-211-1/+1
* Clean coroutine and timestamp directoriesNobuyoshi Nakada2019-06-211-3/+3
* * 2019-06-21git2019-06-211-1/+1
* Avoid verbose warning when using Net::POP3 with SSLJeremy Evans2019-06-201-0/+1
* Revert "Removed needless file with the upstream repository."Hiroshi SHIBATA2019-06-201-0/+640
* Suppress messages from mkmfNobuyoshi Nakada2019-06-201-0/+2
* Only ignore build directories.Samuel Williams2019-06-201-1/+1
* Transition root fiber into state FIBER_TERMINATED.Samuel Williams2019-06-202-2/+14
* Restore $VERBOSENobuyoshi Nakada2019-06-201-0/+7
* Suppress warningsNobuyoshi Nakada2019-06-201-1/+1
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2019-06-201-1/+1
* Added and update the racc entries on doc/*.Hiroshi SHIBATA2019-06-202-1/+4
* Added racc entry to NEWS.Hiroshi SHIBATA2019-06-201-0/+4
* Removed needless file with the upstream repository.Hiroshi SHIBATA2019-06-201-640/+0
* Update sync task for the directory structure of cparse and ignore JRuby files.Hiroshi SHIBATA2019-06-201-1/+3
* Added gemspec of racc generated from upstream for the default gems.Hiroshi SHIBATA2019-06-202-1/+46
* Disable auto indent when move cursor up or downaycabta2019-06-201-18/+23
* Ensure that vm_stack is cleared in `thread_cleanup_func_before_exec`.Samuel Williams2019-06-204-22/+43
* Revert failed attempt at fixing invalid usage of vm_stack.Samuel Williams2019-06-204-44/+22
* Don't clear cfp, it causes problems.Samuel Williams2019-06-202-6/+3
* Skip `rb_ec_clear_vm_stack` for now.Samuel Williams2019-06-201-2/+5
* * remove trailing spaces.git2019-06-201-1/+1
* Ensure `vm_stack` is cleared after fork.Samuel Williams2019-06-204-20/+36
* Fix typo in VM_ASSERT.Samuel Williams2019-06-201-2/+2
* Set `cfp` to null (along with vm_stack) in `rb_fiber_close`.Samuel Williams2019-06-201-0/+1
* Extra assertions around thread.Samuel Williams2019-06-201-4/+9
* Don't try to dereference NULL cfp.Samuel Williams2019-06-201-1/+1
* Remove spec testing undefined behaviorJeremy Evans2019-06-191-5/+0
* * 2019-06-20git2019-06-201-1/+1
* * expand tabs.git2019-06-201-1/+1
* Implement Complex#<=>Jeremy Evans2019-06-195-13/+90
* test/racc/test_racc_command.rb: Extend the timeoutYusuke Endoh2019-06-192-9/+9
* Don't change vm_stack/cfp without acquiring gvl first.Samuel Williams2019-06-201-1/+4
* Adjust indentNobuyoshi Nakada2019-06-193-10/+13
* * expand tabs.git2019-06-191-2/+2
* Remove IA64 support.Samuel Williams2019-06-1920-332/+24
* Partly revert directory structure for cparse.Hiroshi SHIBATA2019-06-193-0/+0
* * remove trailing spaces, append newline at EOF.git2019-06-1934-2528/+2528
* Added binstub for racc executables.Hiroshi SHIBATA2019-06-193-0/+81
* Temporary disabled to invoke assert_output_unchanged.Hiroshi SHIBATA2019-06-191-20/+20
* Restore ruby/ruby change for extconf.rb.Hiroshi SHIBATA2019-06-191-1/+2
* Workaround for the external file for racc testHiroshi SHIBATA2019-06-191-0/+2
* use TEMP_DIR.Hiroshi SHIBATA2019-06-191-3/+3