summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-15Fixed ruby/spec for Logger::LogDevice changes.Hiroshi SHIBATA
2019-07-15Also fixed up with 036039c8a29d3d8045207c111f9bbc481c904998Hiroshi SHIBATA
2019-07-15Fixed LoadError of version file.Hiroshi SHIBATA
2019-07-15* expand tabs.git
2019-07-15compile.c: ignore the result of COMPILE by marking with NO_CHECKYusuke Endoh
2019-07-15Fixed inconsitency locations of default gems.Hiroshi SHIBATA
2019-07-15Move helper file of logger to under the test/logger.Hiroshi SHIBATA
2019-07-15[ruby/logger] Add option to set the binary mode of the log deviceRafael Mendonça França
2019-07-15[ruby/logger] Set filename when initializing logger with a File objectJeremy Evans
2019-07-15[ruby/logger] Enable `frozen_string_literal: true` in `logger.rb`.Samuel Williams
2019-07-15[ruby/logger] Prefer require_relative, it's a little bit faster.Samuel Williams
2019-07-15[ruby/logger] Update logger.gemspecsonots
2019-07-15[ruby/logger] require 'logger/errors' just for compatsonots
2019-07-15[ruby/logger] split logger classes/modules into separate filesColby Swandale
2019-07-15[ruby/logger] Fix to use logger and test-unit in this repo withsonots
2019-07-15[ruby/logger] Add support for changing severity using bang methods.Samuel Williams
2019-07-15[ruby/logger] Add missing closing "Samuel Giddins
2019-07-15[ruby/logger] Say that logger requires ruby >= 2.3Samuel Giddins
2019-07-15[ruby/logger] dont lock bundler to a specific version in travisColby Swandale
2019-07-15[ruby/logger] remove files that dont need to be included in gem releasesColby Swandale
2019-07-15check return value of blocking_region_begin().Koichi Sasada
2019-07-15add tests for orphan/not-orphan proc/lambda.Tanaka Akira
2019-07-15parse.y (here_document): remove dead codeYusuke Endoh
2019-07-15thread.c (rb_thread_shield_waiting_{inc,dec}): prefer long to intYusuke Endoh
2019-07-15doc/globals.rdoc: Add deprecated to TRUE,FALSE,NIL [ci skip]Kazuhiro NISHIYAMA
2019-07-15Use consistent fetchDepth for all jobsTakashi Kokubun
2019-07-15Force-fetch unicode update only when it's neededTakashi Kokubun
2019-07-15Add tool/leaked-globals to .gitattributes [ci skip]Kazuhiro NISHIYAMA
2019-07-15Removed needless LOAD_PATH modification.Hiroshi SHIBATA
2019-07-14Add bug triaging guideJeremy Evans
2019-07-15Move vpath.rb into tool library direcotry.Hiroshi SHIBATA
2019-07-15add tests for "break" in lambda.Tanaka Akira
2019-07-15respect RUBY_DEBUG tooKoichi Sasada
2019-07-15encoding.c (enc_table_expand): prefer xrealloc to reallocYusuke Endoh
2019-07-15respect RUBY_DEBUG.Koichi Sasada
2019-07-15Added help message for test-tool target.Hiroshi SHIBATA
2019-07-15Added test-tool target for the test suite of tool/test files.Hiroshi SHIBATA
2019-07-15Put jisx0208.rb to under the library directory.Hiroshi SHIBATA
2019-07-15Try to prevent random build failure on Travis osxTakashi Kokubun
2019-07-15doc/irb/irb.rd.ja: Update options from `irb -h` [ci skip]Kazuhiro NISHIYAMA
2019-07-15Enable RUBY_ASSERT_MESG_WHEN when RUBY_DEBUG is turned onNobuyoshi Nakada
2019-07-15[DOC] Struct::Passwd#uclass renamed from #class at r2500 [ci skip]Kazuhiro NISHIYAMA
2019-07-15Move a test file of Reline to test/reline/aycabta
2019-07-15simplify around GC_ASSERT()Koichi Sasada
2019-07-15Handle failure of opening a null deviceTakashi Kokubun
2019-07-15Simplify start_process by exploiting C99Takashi Kokubun
2019-07-15Change PROMPT_S of simple-promptKazuhiro NISHIYAMA
2019-07-15introduce RUBY_ASSERT_ALWAYS(expr).Koichi Sasada
2019-07-15Simplify history saving codeaycabta
2019-07-15Followed up e8ddbc0239.Hiroshi SHIBATA