aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* thread.c (rb_thread_shield_waiting_{inc,dec}): prefer long to intYusuke Endoh2019-07-151-4/+4
* doc/globals.rdoc: Add deprecated to TRUE,FALSE,NIL [ci skip]Kazuhiro NISHIYAMA2019-07-151-3/+3
* Use consistent fetchDepth for all jobsTakashi Kokubun2019-07-151-3/+3
* Force-fetch unicode update only when it's neededTakashi Kokubun2019-07-151-3/+6
* Add tool/leaked-globals to .gitattributes [ci skip]Kazuhiro NISHIYAMA2019-07-151-0/+1
* Removed needless LOAD_PATH modification.Hiroshi SHIBATA2019-07-152-2/+0
* Add bug triaging guideJeremy Evans2019-07-141-0/+80
* Move vpath.rb into tool library direcotry.Hiroshi SHIBATA2019-07-154-3/+3
* add tests for "break" in lambda.Tanaka Akira2019-07-151-0/+15
* respect RUBY_DEBUG tooKoichi Sasada2019-07-151-1/+1
* encoding.c (enc_table_expand): prefer xrealloc to reallocYusuke Endoh2019-07-151-2/+4
* respect RUBY_DEBUG.Koichi Sasada2019-07-153-5/+8
* Added help message for test-tool target.Hiroshi SHIBATA2019-07-151-0/+1
* Added test-tool target for the test suite of tool/test files.Hiroshi SHIBATA2019-07-152-1/+46
* Put jisx0208.rb to under the library directory.Hiroshi SHIBATA2019-07-153-2/+2
* Try to prevent random build failure on Travis osxTakashi Kokubun2019-07-151-0/+2
* doc/irb/irb.rd.ja: Update options from `irb -h` [ci skip]Kazuhiro NISHIYAMA2019-07-151-17/+22
* Enable RUBY_ASSERT_MESG_WHEN when RUBY_DEBUG is turned onNobuyoshi Nakada2019-07-151-3/+4
* [DOC] Struct::Passwd#uclass renamed from #class at r2500 [ci skip]Kazuhiro NISHIYAMA2019-07-151-1/+1
* Move a test file of Reline to test/reline/aycabta2019-07-151-0/+0
* simplify around GC_ASSERT()Koichi Sasada2019-07-151-9/+6
* Handle failure of opening a null deviceTakashi Kokubun2019-07-151-3/+7
* Simplify start_process by exploiting C99Takashi Kokubun2019-07-151-22/+18