summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-20Added and update the racc entries on doc/*.Hiroshi SHIBATA
2019-06-20Added racc entry to NEWS.Hiroshi SHIBATA
2019-06-20Removed needless file with the upstream repository.Hiroshi SHIBATA
2019-06-20Update sync task for the directory structure of cparse and ignore JRuby files.Hiroshi SHIBATA
2019-06-20Added gemspec of racc generated from upstream for the default gems.Hiroshi SHIBATA
2019-06-20Disable auto indent when move cursor up or downaycabta
2019-06-20Ensure that vm_stack is cleared in `thread_cleanup_func_before_exec`.Samuel Williams
2019-06-20Revert failed attempt at fixing invalid usage of vm_stack.Samuel Williams
2019-06-20Don't clear cfp, it causes problems.Samuel Williams
2019-06-20Skip `rb_ec_clear_vm_stack` for now.Samuel Williams
2019-06-20* remove trailing spaces.git
2019-06-20Ensure `vm_stack` is cleared after fork.Samuel Williams
2019-06-20Fix typo in VM_ASSERT.Samuel Williams
2019-06-20Set `cfp` to null (along with vm_stack) in `rb_fiber_close`.Samuel Williams
2019-06-20Extra assertions around thread.Samuel Williams
2019-06-20Don't try to dereference NULL cfp.Samuel Williams
2019-06-19Remove spec testing undefined behaviorJeremy Evans
2019-06-20* 2019-06-20git
2019-06-20* expand tabs.git
2019-06-19Implement Complex#<=>Jeremy Evans
2019-06-19test/racc/test_racc_command.rb: Extend the timeoutYusuke Endoh
2019-06-20Don't change vm_stack/cfp without acquiring gvl first.Samuel Williams
2019-06-19Adjust indentNobuyoshi Nakada
2019-06-19* expand tabs.git
2019-06-19Remove IA64 support.Samuel Williams
2019-06-19Partly revert directory structure for cparse.Hiroshi SHIBATA
2019-06-19* remove trailing spaces, append newline at EOF.git
2019-06-19Added binstub for racc executables.Hiroshi SHIBATA
2019-06-19Temporary disabled to invoke assert_output_unchanged.Hiroshi SHIBATA
2019-06-19Restore ruby/ruby change for extconf.rb.Hiroshi SHIBATA
2019-06-19Workaround for the external file for racc testHiroshi SHIBATA
2019-06-19use TEMP_DIR.Hiroshi SHIBATA
2019-06-19Use Test::Unit instead of Minitest and fixed test error with ruby repo.Hiroshi SHIBATA
2019-06-19Restore test_dir and update prefix for Dir.mktmpdir.Hiroshi SHIBATA
2019-06-19Try to use Dir.mktmpdir.Hiroshi SHIBATA
2019-06-19Added sync task for raccHiroshi SHIBATA
2019-06-19Fixed path for ruby core repository.Hiroshi SHIBATA
2019-06-19Backport racc-1.4.15 from upstream.Hiroshi SHIBATA
2019-06-19* remove trailing spaces, expand tabs.git
2019-06-19Rework debug conditional.Samuel Williams
2019-06-19Use shared implementation of `rb_ec_initialize_vm_stack`.Samuel Williams
2019-06-19Update `stack_start` and `stack_maxsize` according to stack direction.Samuel Williams
2019-06-19Specify that size is non-committed memory.Samuel Williams
2019-06-19Make sure `alloca` fast path is used (inline assembler).Samuel Williams
2019-06-19Use default stack size for worker thread (no th pointer available).Samuel Williams
2019-06-19Handle (empty) backtrace when thread is not born yet.Samuel Williams
2019-06-19Basic assertions for thread initialization.Samuel Williams
2019-06-19Use stack size defaults for win32 threads.Samuel Williams
2019-06-19Track how stack was allocated for `cont_free`.Samuel Williams
2019-06-19Ensure execution context is cleared after thread is finished.Samuel Williams