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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
timeout.rb: fix for ExitException
nobu
2014-01-07
1
-1
/
+7
*
timeout.rb: defer creating custom exception
nobu
2014-01-07
1
-0
/
+6
*
* ChangeLog:
drbrain
2014-01-07
1
-0
/
+9
*
ext/json: objects depend on $(ruby_headers)
tmm1
2014-01-07
1
-0
/
+6
*
array.c: return first unique element in Array#uniq
tmm1
2014-01-06
1
-0
/
+6
*
ignore *-fake.rb
kazu
2014-01-06
1
-0
/
+5
*
* compar.c (cmp_equal): remove error hiding in Comparable#==.
eregon
2014-01-05
1
-0
/
+12
*
* struct.c (rb_struct_set): return assigned value from setter method
charliesome
2014-01-04
1
-0
/
+7
*
test/ruby/test_gc.rb: use GC.stat(:key) instead of GC.stat
kazu
2014-01-04
1
-0
/
+5
*
add a space
kazu
2014-01-04
1
-1
/
+1
*
socket.c: format flags
nobu
2014-01-04
1
-1
/
+8
*
socket.c: use rb_syserr_fail
nobu
2014-01-04
1
-0
/
+16
*
* vm.c (RubyVM::OPTS): get rid of a garbage character.
ktsj
2014-01-04
1
-0
/
+4
*
* lib/rinda/ring.rb (Rinda::RingFinger#make_socket): Use
drbrain
2014-01-04
1
-0
/
+5
*
* lib/rinda/ring.rb (Rinda::RingFinger#make_socket): Use
drbrain
2014-01-04
1
-0
/
+6
*
* ext/socket/socket.c (rsock_sys_fail_host_port): save and restore errno
charliesome
2014-01-03
1
-0
/
+11
*
test/net/imap/test_imap.rb: fix test failures due to expired certs
tmm1
2014-01-03
1
-0
/
+8
*
* ext/bigdecimal: update class method call style from :: to .
eregon
2014-01-02
1
-0
/
+11
*
* io.c (io_fwrite): freeze converted str.
glass
2014-01-02
1
-0
/
+4
*
eval.c: extra modifier
nobu
2014-01-01
1
-0
/
+6
*
* vm_eval.c (method_missing): use ALLOCV_N() instead of
glass
2014-01-01
1
-0
/
+5
*
* array.c (rb_ary_zip): use ALLOCV_N() instead of ALLOCA_N().
glass
2014-01-01
1
-0
/
+4
*
* hash.c (rb_hash_keys): make rb_hash_keys() static.
glass
2014-01-01
1
-0
/
+9
*
configure.in: LDFLAGS and DLDFLAGS for opt-dir
nobu
2014-01-01
1
-0
/
+5
*
configure.in: use SSE2
nobu
2014-01-01
1
-0
/
+5
*
eval.c: raise with cause
nobu
2013-12-31
1
-0
/
+5
*
remove HAVE_FSEEKO from win32/win32.c
arton
2013-12-31
1
-0
/
+5
*
* io.c (io_fwrite): allocate frozen str only when str is not converted.
glass
2013-12-31
1
-0
/
+4
*
mkmf.rb: expand RUBY_SO_NAME
nobu
2013-12-31
1
-0
/
+5
*
Add [DOC] tag [ci skip]
zzak
2013-12-30
1
-1
/
+1
*
* variable.c: Adding extra example in docs. [Bug #9210]
ayumin
2013-12-30
1
-0
/
+5
*
encoding.c: mask dummy flags
nobu
2013-12-30
1
-0
/
+5
*
* tool/make-snapshot: needs CXXFLAGS. [ruby-core:59393][Bug #9320]
eban
2013-12-30
1
-0
/
+4
*
* lib/mkmf.rb (configuration): Make CXXFLAGS customizable.
sorah
2013-12-29
1
-0
/
+5
*
proc.c: fix inherited method owner
nobu
2013-12-29
1
-7
/
+8
*
test_sprintf.rb: sprintf with a hash as parameter
nobu
2013-12-28
1
-0
/
+5
*
vm_insnhelper.c: missing super in method module
nobu
2013-12-28
1
-0
/
+7
*
* compar.c (cmp_eq_recursive): Fix the return value, the value for
eregon
2013-12-28
1
-0
/
+7
*
* object.c (Kernel#<=>) surround Comparable operators with <code> tags.
eregon
2013-12-28
1
-0
/
+6
*
* benchmark/bm_so_meteor_contest.rb: [DOC] Fix a few typos
charliesome
2013-12-28
1
-0
/
+9
*
parse.y: save cmdarg_stack in local scope
nobu
2013-12-27
1
-0
/
+6
*
* win32/{setup.mak,Makefile.sub}: update fake.rb like
usa
2013-12-27
1
-0
/
+5
*
* win32/Makefile.sub (fake.rb): should depend on version.h because
usa
2013-12-26
1
-0
/
+6
*
hash.c: no extra states copy
nobu
2013-12-26
1
-0
/
+5
*
* version.h (RUBY_VERSION): 2.2.0 development has started.
matz
2013-12-26
1
-0
/
+4
*
* ChangeLog: reformatting for the previous commit.
usa
2013-12-26
1
-1
/
+2
*
* tool/merger.rb (tag): support 2.1.1 semi-automatic tagging and 2.2.0 explic...
usa
2013-12-26
1
-0
/
+4
*
* proc.c: Having any mandatory keyword argument increases min arity [#9299]
marcandre
2013-12-25
1
-0
/
+5
*
* proc.c: Having optional keyword arguments makes maximum arity +1, not unlim...
marcandre
2013-12-25
1
-0
/
+5
*
* tool/release.sh: make symbolic links.
usa
2013-12-25
1
-0
/
+4
[next]