aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Suppress warning on x64-mingwNobuyoshi Nakada2019-07-111-1/+1
* WEBrick::HTTPResponse create tempfile if required.Tanaka Akira2019-07-112-2/+79
* * 2019-07-11git2019-07-111-1/+1
* Don't manipulate GC flags directlyAaron Patterson2019-07-101-2/+2
* handle_interrupt to defend monitor state [Bug #15992]NARUSE, Yui2019-07-101-2/+4
* Added Etc::VERSIONNobuyoshi Nakada2019-07-102-1/+15
* Removed unused filesNobuyoshi Nakada2019-07-101-9/+3
* C90 for old versionsNobuyoshi Nakada2019-07-101-14/+11
* Use the found version numberNobuyoshi Nakada2019-07-101-1/+1
* Removed useless `freeze`sNobuyoshi Nakada2019-07-101-13/+13
* Added StringIO::VERSIONNobuyoshi Nakada2019-07-102-1/+14
* Removed duplicate assignmentNobuyoshi Nakada2019-07-101-1/+0
* * 2019-07-10git2019-07-101-1/+1
* Check dependencies on Travis-CINobuyoshi Nakada2019-07-091-0/+27
* Make symlink to "ruby" only from the install-nameNobuyoshi Nakada2019-07-091-2/+3
* Restore support library for only test files that are digest and csv.Hiroshi SHIBATA2019-07-093-2/+2
* Restore support library for only test files.Hiroshi SHIBATA2019-07-095-4/+4
* Update dependenciesNobuyoshi Nakada2019-07-092-0/+8
* Do not make Unicode tables timestamp phonyNobuyoshi Nakada2019-07-091-1/+1
* [DOC] Add link to Enumerable#grep from Enumerable#selectKazuhiro NISHIYAMA2019-07-091-1/+1
* Moved error messagesNobuyoshi Nakada2019-07-091-13/+15
* * 2019-07-09git2019-07-091-1/+1
* Suppress uninitialized instance variable warningsNobuyoshi Nakada2019-07-091-1/+1
* Adopt the directory structure of ruby repository for racc extension.Hiroshi SHIBATA2019-07-081-2/+2
* Check indent of `end` against `else` if presentNobuyoshi Nakada2019-07-082-12/+22
* Get rid of toplevel methodsNobuyoshi Nakada2019-07-081-22/+8
* * expand tabs.git2019-07-081-35/+35
* Fix indentNobuyoshi Nakada2019-07-081-4/+4
* Renamed fib to fiberNobuyoshi Nakada2019-07-081-244/+244
* Let struct dump_config in objspace fit in a single cache lineLourens Naudé2019-07-081-3/+3
* Suppress a warning when `write_headers: true`Nobuyoshi Nakada2019-07-081-0/+1
* * 2019-07-08git2019-07-081-1/+1
* Fix default argument values for OptParse::Switch#summarizeJeremy Evans2019-07-071-1/+1
* Fix a typoKazuhiro NISHIYAMA2019-07-071-1/+1
* Git branch name can contain `#{}` tooNobuyoshi Nakada2019-07-071-1/+2
* Unescape #{} in the last commit titleNobuyoshi Nakada2019-07-071-1/+2
* Add coroutine context switch for i386-mingw32Lars Kanis2019-07-072-0/+50
* Message to pipe should end with a newlineNobuyoshi Nakada2019-07-072-11/+15
* * 2019-07-07git2019-07-071-1/+1
* Enable indentation warning against `if` just after `else`Nobuyoshi Nakada2019-07-072-5/+17
* Renamed column in token_info to indentNobuyoshi Nakada2019-07-071-9/+9
* Added assertions for Unicode escaped CHAR scanner eventsNobuyoshi Nakada2019-07-061-0/+11
* Fix segfault when using method reference operator without using resultJeremy Evans2019-07-052-1/+11
* Refactored width calculationsNobuyoshi Nakada2019-07-061-43/+21
* SimplifiedNobuyoshi Nakada2019-07-061-8/+1
* * 2019-07-06git2019-07-061-1/+1
* Fix showing document of ClassName.method_name in IRBaycabta2019-07-061-1/+1
* Multiple codepoints are not allowed at single character literalNobuyoshi Nakada2019-07-052-5/+21
* * 2019-07-05git2019-07-051-1/+1
* Fix a typoKazuhiro NISHIYAMA2019-07-051-1/+1