aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Removed twisted testsNobuyoshi Nakada2019-07-161-8/+0
* nil as the default of optional parametersNobuyoshi Nakada2019-07-161-9/+7
* nil as the default of optional parametersNobuyoshi Nakada2019-07-161-6/+9
* Moved the check for `exception` to rb_execarg_addoptNobuyoshi Nakada2019-07-162-10/+14
* Constified afamily functionsNobuyoshi Nakada2019-07-161-3/+3
* Somehow `if` didn't workNobuyoshi Nakada2019-07-161-6/+1
* Print debugging information when updating failedNobuyoshi Nakada2019-07-161-1/+1
* Allow mday in Date.iso8601 to be omittedNobuyoshi Nakada2019-07-162-3/+6
* * expand tabs.git2019-07-161-5/+5
* Removed intermediate local variablesNobuyoshi Nakada2019-07-161-13/+9
* Fixed the library path for toolsNobuyoshi Nakada2019-07-161-1/+1
* Fixed the library path for toolsNobuyoshi Nakada2019-07-161-1/+1
* Expanded f_numeratorNobuyoshi Nakada2019-07-163-4/+16
* Expanded f_denominatorNobuyoshi Nakada2019-07-163-5/+16
* * 2019-07-16git2019-07-161-1/+1
* * expand tabs.git2019-07-161-3/+3
* compile.c: add NO_CHECK for the calls to COMPILE whose result is unusedYusuke Endoh2019-07-161-3/+3
* Add a /* fall through */ commentYusuke Endoh2019-07-161-0/+1
* Removed duplicate highlightingNobuyoshi Nakada2019-07-152-2/+3
* Always evaluate the expression RUBY_ASSERT_MESG_WHEN just onceNobuyoshi Nakada2019-07-151-1/+1
* Require Ruby 2.4 or later because needs lex_state from Ripperaycabta2019-07-151-0/+2
* update-deps for dependenciesNobuyoshi Nakada2019-07-151-0/+17
* * expand tabs.git2019-07-151-2/+2
* Removed dead codeNobuyoshi Nakada2019-07-151-1/+2
* Add features of IRB to NEWSaycabta2019-07-151-0/+6
* Add Reline section to NEWSaycabta2019-07-151-0/+5
* Fix a typo of Markdown of NEWSaycabta2019-07-151-1/+1
* Fixed ruby/spec for Logger::LogDevice changes.Hiroshi SHIBATA2019-07-152-6/+24
* Also fixed up with 036039c8a29d3d8045207c111f9bbc481c904998Hiroshi SHIBATA2019-07-151-1/+1
* Fixed LoadError of version file.Hiroshi SHIBATA2019-07-151-1/+1
* * expand tabs.git2019-07-151-13/+13
* compile.c: ignore the result of COMPILE by marking with NO_CHECKYusuke Endoh2019-07-151-17/+18
* Fixed inconsitency locations of default gems.Hiroshi SHIBATA2019-07-152-0/+0
* Move helper file of logger to under the test/logger.Hiroshi SHIBATA2019-07-155-5/+4
* [ruby/logger] Add option to set the binary mode of the log deviceRafael Mendonça França2019-07-154-5/+37
* [ruby/logger] Set filename when initializing logger with a File objectJeremy Evans2019-07-152-0/+18
* [ruby/logger] Enable `frozen_string_literal: true` in `logger.rb`.Samuel Williams2019-07-151-1/+1
* [ruby/logger] Prefer require_relative, it's a little bit faster.Samuel Williams2019-07-152-6/+7
* [ruby/logger] Update logger.gemspecsonots2019-07-151-4/+4
* [ruby/logger] require 'logger/errors' just for compatsonots2019-07-152-1/+2
* [ruby/logger] split logger classes/modules into separate filesColby Swandale2019-07-158-294/+308
* [ruby/logger] Fix to use logger and test-unit in this repo withsonots2019-07-154-9/+11
* [ruby/logger] Add support for changing severity using bang methods.Samuel Williams2019-07-152-0/+26
* [ruby/logger] Add missing closing "Samuel Giddins2019-07-151-1/+1
* [ruby/logger] Say that logger requires ruby >= 2.3Samuel Giddins2019-07-151-0/+2
* [ruby/logger] dont lock bundler to a specific version in travisColby Swandale2019-07-151-1/+1
* [ruby/logger] remove files that dont need to be included in gem releasesColby Swandale2019-07-151-1/+1
* check return value of blocking_region_begin().Koichi Sasada2019-07-151-1/+2
* add tests for orphan/not-orphan proc/lambda.Tanaka Akira2019-07-152-0/+54
* parse.y (here_document): remove dead codeYusuke Endoh2019-07-151-4/+1