index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-07-15
Fixed ruby/spec for Logger::LogDevice changes.
Hiroshi SHIBATA
2019-07-15
Also fixed up with 036039c8a29d3d8045207c111f9bbc481c904998
Hiroshi SHIBATA
2019-07-15
Fixed LoadError of version file.
Hiroshi SHIBATA
2019-07-15
* expand tabs.
git
2019-07-15
compile.c: ignore the result of COMPILE by marking with NO_CHECK
Yusuke Endoh
2019-07-15
Fixed inconsitency locations of default gems.
Hiroshi SHIBATA
2019-07-15
Move 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 device
Rafael Mendonça França
2019-07-15
[ruby/logger] Set filename when initializing logger with a File object
Jeremy 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.gemspec
sonots
2019-07-15
[ruby/logger] require 'logger/errors' just for compat
sonots
2019-07-15
[ruby/logger] split logger classes/modules into separate files
Colby Swandale
2019-07-15
[ruby/logger] Fix to use logger and test-unit in this repo with
sonots
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.3
Samuel Giddins
2019-07-15
[ruby/logger] dont lock bundler to a specific version in travis
Colby Swandale
2019-07-15
[ruby/logger] remove files that dont need to be included in gem releases
Colby Swandale
2019-07-15
check return value of blocking_region_begin().
Koichi Sasada
2019-07-15
add tests for orphan/not-orphan proc/lambda.
Tanaka Akira
2019-07-15
parse.y (here_document): remove dead code
Yusuke Endoh
2019-07-15
thread.c (rb_thread_shield_waiting_{inc,dec}): prefer long to int
Yusuke Endoh
2019-07-15
doc/globals.rdoc: Add deprecated to TRUE,FALSE,NIL [ci skip]
Kazuhiro NISHIYAMA
2019-07-15
Use consistent fetchDepth for all jobs
Takashi Kokubun
2019-07-15
Force-fetch unicode update only when it's needed
Takashi Kokubun
2019-07-15
Add tool/leaked-globals to .gitattributes [ci skip]
Kazuhiro NISHIYAMA
2019-07-15
Removed needless LOAD_PATH modification.
Hiroshi SHIBATA
2019-07-14
Add bug triaging guide
Jeremy Evans
2019-07-15
Move vpath.rb into tool library direcotry.
Hiroshi SHIBATA
2019-07-15
add tests for "break" in lambda.
Tanaka Akira
2019-07-15
respect RUBY_DEBUG too
Koichi Sasada
2019-07-15
encoding.c (enc_table_expand): prefer xrealloc to realloc
Yusuke Endoh
2019-07-15
respect RUBY_DEBUG.
Koichi Sasada
2019-07-15
Added help message for test-tool target.
Hiroshi SHIBATA
2019-07-15
Added test-tool target for the test suite of tool/test files.
Hiroshi SHIBATA
2019-07-15
Put jisx0208.rb to under the library directory.
Hiroshi SHIBATA
2019-07-15
Try to prevent random build failure on Travis osx
Takashi Kokubun
2019-07-15
doc/irb/irb.rd.ja: Update options from `irb -h` [ci skip]
Kazuhiro NISHIYAMA
2019-07-15
Enable RUBY_ASSERT_MESG_WHEN when RUBY_DEBUG is turned on
Nobuyoshi Nakada
2019-07-15
[DOC] Struct::Passwd#uclass renamed from #class at r2500 [ci skip]
Kazuhiro NISHIYAMA
2019-07-15
Move a test file of Reline to test/reline/
aycabta
2019-07-15
simplify around GC_ASSERT()
Koichi Sasada
2019-07-15
Handle failure of opening a null device
Takashi Kokubun
2019-07-15
Simplify start_process by exploiting C99
Takashi Kokubun
2019-07-15
Change PROMPT_S of simple-prompt
Kazuhiro NISHIYAMA
2019-07-15
introduce RUBY_ASSERT_ALWAYS(expr).
Koichi Sasada
2019-07-15
Simplify history saving code
aycabta
2019-07-15
Followed up e8ddbc0239.
Hiroshi SHIBATA
[next]