index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
stringio.c: padding in ungetbyte
nobu
2015-12-18
3
-7
/
+50
*
test_stringio.rb: add test
nobu
2015-12-18
1
-0
/
+10
*
* vm_method.c (rb_method_entry_make, check_override_opt_method):
shugo
2015-12-18
3
-0
/
+48
*
* vm.c (vm_exec): call RUBY_DTRACE_CMETHOD_RETURN_HOOK instead of
kosaki
2015-12-18
2
-1
/
+6
*
* lib/irb/ruby-lex.rb: fixed parse error for striped heredocument syntax.
hsbt
2015-12-18
2
-2
/
+7
*
* ext/pty/pty.c: fix double words typo.
hsbt
2015-12-18
2
-1
/
+6
*
* ext/nkf/nkf-utf8/utf8tbl.c: fix a typo.
hsbt
2015-12-18
3
-2
/
+8
*
* 2015-12-18
svn
2015-12-17
1
-2
/
+2
*
* vm.c (rb_vm_check_redefinition_opt_method): should check the real
shugo
2015-12-17
3
-0
/
+25
*
NEWS: sort alphabetically
kazu
2015-12-17
1
-22
/
+22
*
* vm_args.c (vm_caller_setup_arg_block): remove code for ifunc
shugo
2015-12-17
2
-5
/
+5
*
* proc.c (rb_block_arity): should not call GetProcPtr() for symbols.
shugo
2015-12-17
3
-4
/
+21
*
string.c: infection
nobu
2015-12-17
3
-12
/
+34
*
transcode.c: infection
nobu
2015-12-17
3
-1
/
+10
*
re.c: names encoding
nobu
2015-12-17
3
-1
/
+12
*
* vm.c (vm_make_env_each): should not compare with Qfalse and FALSE.
ko1
2015-12-16
2
-1
/
+6
*
* 2015-12-17
svn
2015-12-16
1
-2
/
+2
*
* vm_insnhelper.c (vm_call_method_each_type): should not set fastpath
ko1
2015-12-16
3
-1
/
+32
*
* ChangeLog: fix a typo in r53149.
nagachika
2015-12-16
2
-2
/
+2
*
* ext/fiddle/handle.c: check tainted string arguments.
nagachika
2015-12-16
3
-7
/
+35
*
* vm.c (vm_make_proc_from_block): should convert a Symbol to a Proc.
shugo
2015-12-16
3
-0
/
+16
*
remove duplicated frozen_string_literal magic comment
naruse
2015-12-16
2
-2
/
+0
*
test/ruby/test_io.rb: fix spelling errors
normal
2015-12-16
2
-3
/
+7
*
NEWS: note IO#fadvise change [ruby-core:72168] [ci skip]
normal
2015-12-16
2
-0
/
+7
*
* vm.c: fix mark miss for proc given as passed block.
ko1
2015-12-16
3
-7
/
+42
*
handle ext/ as r53141
naruse
2015-12-16
854
-0
/
+854
*
Exception#backtrace may be nil if it is manually created
naruse
2015-12-16
1
-1
/
+1
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1432
-1
/
+1433
*
* test_struct.rb: Test that initialize is overridable [#11708]
marcandre
2015-12-16
2
-0
/
+10
*
test_io.rb: ignore not-implemented fadvice
nobu
2015-12-16
1
-2
/
+6
*
parse.y: fix block_call&.call
nobu
2015-12-16
3
-4
/
+26
*
Remove this test, since it won't reliably pass.
headius
2015-12-15
1
-4
/
+1
*
* compar.c: Update doc for == [#7688] [ci-skip]
marcandre
2015-12-15
2
-3
/
+4
*
* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): Acquire
ngoto
2015-12-15
2
-21
/
+28
*
Fix typo [ci skip]
nobu
2015-12-15
2
-1
/
+5
*
enumerator.c: use ALLOCV
nobu
2015-12-15
1
-5
/
+5
*
* 2015-12-16
svn
2015-12-15
1
-2
/
+2
*
* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):
ngoto
2015-12-15
2
-9
/
+22
*
* gc.c: Delete excess semicolon after RUBY_ALIAS_FUNCTION().
ngoto
2015-12-15
3
-7
/
+15
*
follow the change of the name
naruse
2015-12-15
1
-2
/
+2
*
reverting accidental commit at r53124 by re-committing version from r52612
duerst
2015-12-15
1
-2792
/
+4140
*
fixing ChangeLog problem
duerst
2015-12-15
1
-0
/
+12
*
NEWS: added news about EBCDIC encoding
duerst
2015-12-15
2
-0
/
+8
*
enc/ebcdic.h, enc/trans/ebcdic.trans,
duerst
2015-12-15
4
-4155
/
+2803
*
* lib/erb.rb: Render erb with array buffer for function call optimization.
hsbt
2015-12-15
4
-8
/
+15
*
string.c: radix indicators [ci skip]
nobu
2015-12-15
2
-0
/
+8
*
* lib/erb.rb: Simplify regexp to optimize erb scanner.
hsbt
2015-12-15
2
-2
/
+7
*
fix typo
nobu
2015-12-15
1
-1
/
+1
*
* lib/uri/common.rb: make code block for rdoc.
hsbt
2015-12-15
2
-6
/
+11
*
* ext/zlib/zlib.c: fix a typo.
hsbt
2015-12-15
2
-1
/
+6
[prev]
[next]