aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Use Test::Unit instead of Minitest and fixed test error with ruby repo.Hiroshi SHIBATA2019-06-193-18/+10
* Restore test_dir and update prefix for Dir.mktmpdir.Hiroshi SHIBATA2019-06-191-7/+8
* Try to use Dir.mktmpdir.Hiroshi SHIBATA2019-06-191-3/+3
* Added sync task for raccHiroshi SHIBATA2019-06-191-1/+8
* Fixed path for ruby core repository.Hiroshi SHIBATA2019-06-191-3/+6
* Backport racc-1.4.15 from upstream.Hiroshi SHIBATA2019-06-19111-43/+75498
* * remove trailing spaces, expand tabs.git2019-06-194-14/+14
* Rework debug conditional.Samuel Williams2019-06-191-3/+5
* Use shared implementation of `rb_ec_initialize_vm_stack`.Samuel Williams2019-06-194-34/+26
* Update `stack_start` and `stack_maxsize` according to stack direction.Samuel Williams2019-06-191-2/+3
* Specify that size is non-committed memory.Samuel Williams2019-06-191-1/+1
* Make sure `alloca` fast path is used (inline assembler).Samuel Williams2019-06-191-2/+6
* Use default stack size for worker thread (no th pointer available).Samuel Williams2019-06-191-1/+1
* Handle (empty) backtrace when thread is not born yet.Samuel Williams2019-06-191-0/+6
* Basic assertions for thread initialization.Samuel Williams2019-06-191-0/+4
* Use stack size defaults for win32 threads.Samuel Williams2019-06-191-2/+2
* Track how stack was allocated for `cont_free`.Samuel Williams2019-06-192-9/+22
* Ensure execution context is cleared after thread is finished.Samuel Williams2019-06-192-4/+1
* Better handling of root fiber.Samuel Williams2019-06-193-18/+18
* Fix handling of vm_stack_size and avoid trying to deallocate it.Samuel Williams2019-06-193-19/+27
* Move vm stack init into thread.Samuel Williams2019-06-193-14/+41
* Show thread and fiber limits as part of bootstrap tests.Samuel Williams2019-06-192-6/+41
* Improve benchmarks and tests for threads.Samuel Williams2019-06-197-11/+20
* Ignore `/build*`.Samuel Williams2019-06-191-0/+1
* Marshal distant past/futureNobuyoshi Nakada2019-06-193-16/+109
* New buffer for shared stringNobuyoshi Nakada2019-06-192-0/+14
* Update homebrew on TravisTakashi Kokubun2019-06-191-0/+1
* Preserve the string content at self-copyingNobuyoshi Nakada2019-06-192-1/+13
* Use IRB.conf[:AUTO_INDENT] setting in multiline modeaycabta2019-06-193-18/+23
* * 2019-06-19git2019-06-191-1/+1
* Avoid auto indent in prompt when dynamic auto indentaycabta2019-06-191-1/+1
* Fix auto indent crash when blank inputaycabta2019-06-181-1/+2
* Print starting debug message with RELINE_STDERR_TTYaycabta2019-06-181-0/+1
* Now test-bundler is not working on macOS eitherTakashi Kokubun2019-06-181-0/+1
* Implement auto indent for multilineaycabta2019-06-184-2/+79
* [DOC] non-nil `$,`,`$;` will be deprecated [ci skip]Kazuhiro NISHIYAMA2019-06-181-2/+2
* Fix memory leakNobuyoshi Nakada2019-06-181-1/+4
* * expand tabs.git2019-06-181-1/+1
* String#b: Don't depend on dependent stringAlan Wu2019-06-182-4/+19
* * 2019-06-18git2019-06-181-1/+1
* Update documentation for File.executable{,_real}? to mention Windows issuesJeremy Evans2019-06-171-0/+8
* Support Bison 3 in ripperNobuyoshi Nakada2019-06-171-0/+1
* Fix wrong "void value expression" errorNobuyoshi Nakada2019-06-172-4/+4
* Fix wrong "void value expression" errorNobuyoshi Nakada2019-06-172-12/+28