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
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
2013-06-06
* internal.h (rb_int_export): countp argument is split into
akr
2013-06-06
* NEWS: describe a compatibility issue of Numeric#quo
mrkn
2013-06-06
* NEWS: fix style.
mrkn
2013-06-06
* numeric.c: remove unused ID id_to_r introduced in r41109.
eregon
2013-06-06
* properties.
nobu
2013-06-06
* 2013-06-07
svn
2013-06-06
* bignum.c (rb_int_import): New function.
akr
2013-06-06
vm_method.c: change argument of set_visibility
nobu
2013-06-06
* numeric.c (num_quo): Use to_r method to convert the receiver to
mrkn
2013-06-06
* properties.
nobu
2013-06-06
Specify dependencies.
akr
2013-06-06
* configure.in: Invoke RUBY_REPLACE_TYPE for size_t.
akr
2013-06-06
* ext/date/date_core.c: fixed coding error [ruby-core:55337].
tadf
2013-06-06
* ext/objspace/object_tracing.c: rename allocation_info to
nari
2013-06-06
* ext/objspace/object_tracing.c: allocation_info function isn't
nari
2013-06-06
Remove empty directories.
knu
2013-06-06
fix a typo
kazu
2013-06-06
vm_method.c: top_private rdoc
nobu
2013-06-06
* numeric.c (num_quo): should return a Float for a Float argument.
mrkn
2013-06-05
* remove trailing spaces.
nobu
2013-06-05
* gc.c (gc_mark): get rid of pushing useless objests.
tarui
2013-06-05
* remove trailing spaces.
nobu
2013-06-05
* gc.c (rgengc_rememberset_mark): change scan algorithm for performance:
tarui
2013-06-05
* win32/win32.c (NET_LUID): define it on MinGW32.
naruse
2013-06-05
* 2013-06-06
svn
2013-06-05
* string.c (String#b): Allow code range scan to happen later so
knu
2013-06-05
* lib/net/imap.rb (capability_response): should ignore trailing
shugo
2013-06-05
* bignum.c (big_fdiv): Use nlz() instead of bdigbitsize().
akr
2013-06-05
add description of test in comment
kazu
2013-06-05
* include/ruby/ruby.h: fix alignment in comment.
mrkn
2013-06-05
add parentheses for clarity
charliesome
2013-06-05
* random.c (int_pair_to_real_inclusive): Add a cast to BDIGIT.
akr
2013-06-05
* remove trailing spaces.
nobu
2013-06-05
use attribute is more simple way for r41083
naruse
2013-06-05
* gc.c (before_gc_sweep): don't optimize it to avoid segv on Ubuntu
naruse
2013-06-05
* tool/mkrunnable.rb: fix for native mswin compile.
nobu
2013-06-05
* test/fileutils/test_fileutils.rb (TestFileUtils#test_mkdir): add
naruse
2013-06-04
* bignum.c (rb_big_pow): Don't need to multiply SIZEOF_BDIGITS.
akr
2013-06-04
* ext/date/date_core.c (d_lite_cmp, d_lite_equal): simplified.
tadf
2013-06-04
* ext/date/date_core.c: fixed a bug [ruby-core:55295]. reported
tadf
2013-06-04
* lib/rubygems: Update to RubyGems 2.0.3
drbrain
2013-06-04
* doc/marshal.rdoc: Add description of Marshal format.
drbrain
2013-06-04
* array.c (Array#+): fix documentation example.
eregon
2013-06-04
* lib/irb/lc/ja/help-message: update help messages.
ayumin
2013-06-04
* 2013-06-05
svn
2013-06-04
* marshal.c (r_object0): Generalize a round up expression.
akr
2013-06-04
* object.c (rb_Hash): fix docs. patched by Stefan Schüßler.
ayumin
2013-06-04
* lib/irb/completion.rb: Use %w literal construction for long lists.
eregon
2013-06-04
* ext/objspace/objspace.c: improve wording and remove duplicated comment.
eregon
2013-06-04
* bignum.c (bitlength_bdigit): Fix an off-by-one error.
akr
[next]