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
2010-06-11
* lib/rubygems/install_update_options.rb
mame
2010-06-10
* time.c (find_time_t): test the result of LOCALTIME.
akr
2010-06-10
* time.c (rb_localtime_r2): fix localtime overflow check.
akr
2010-06-10
more tests
akr
2010-06-10
* 2010-06-11
svn
2010-06-10
make it runnable by ruby 1.8.6.
akr
2010-06-10
split tests.
akr
2010-06-10
* time.c (rb_localtime_r2): refine localtime overflow check for
akr
2010-06-10
add comment.
akr
2010-06-10
more tests.
akr
2010-06-10
Revert r28200.
naruse
2010-06-10
* io.c (rb_io_putc): documentation updated to mention putc would
matz
2010-06-09
* 2010-06-10
svn
2010-06-09
new test file.
akr
2010-06-09
* time.c (find_time_t): always outerpolate from past.
akr
2010-06-09
* 2010-06-09
svn
2010-06-09
* time.c (calc_tm_yday): extracted from timegmw_noleapsecond.
akr
2010-06-08
* test/ruby/test_proc.rb (test_parameters): require is no longer built-in.
nobu
2010-06-07
* test/rubygems/test_gem_activation.rb: typo.
nobu
2010-06-07
* gem_prelude.rb: load full rubygems at LoadError for activation
nobu
2010-06-07
* io.c (parse_mode_enc): set set_by_bom bit. [ruby-core:30641]
nobu
2010-06-07
* gc.c (rb_obj_id): trivial optimization.
nobu
2010-06-07
* thread.c (Init_Thread): no need to suppress warning for
nobu
2010-06-06
* string.c (rb_str_buf_cat_escaped_char): get rid of buffer
nobu
2010-06-06
* test/ruby/test_array.rb (test_product): test for r28187.
nobu
2010-06-06
fix typos.
akr
2010-06-06
* array.c (rb_ary_product): clear uninitialized elements in temporary
akr
2010-06-06
* test/ruby/test_env.rb (class TestEnv): fix typo.
tarui
2010-06-06
* gc.c: set_heaps_increment is not
nari
2010-06-06
* array.c (rb_ary_product): need to set the length in order to get
nobu
2010-06-05
* vm.c (Init_BareVM): call Init_native_thread here.
akr
2010-06-05
* NEWS: Enumerable#join has been reverted. [ruby-core:30604]
nobu
2010-06-05
* text/ruby/envutil.rb: ToArray when args is String.
naruse
2010-06-05
* re.c (rb_reg_expr_str): ASCII incompatible strings
naruse
2010-06-05
* string.c (sym_inspect): Escape when the symbol is not
naruse
2010-06-05
* string.c (rb_str_buf_cat_escaped_char): defined.
naruse
2010-06-05
add an assertion message.
akr
2010-06-05
* .gdbinit (rp): show type name for RTypedData.
akr
2010-06-05
* ruby.c (process_options, load_file_internal): $0 seen from
nobu
2010-06-05
* test/ruby/envutil.rb (EnvUtil#invoke_ruby): support for child
nobu
2010-06-05
* test/net/imap/test_imap.rb (test_exception_during_shutdown):
nobu
2010-06-05
* lib/matrix.rb (eql?, ==, minor): Fix bugs when comparing/returning
marcandre
2010-06-05
* lib/matrix.rb: trivial optimizations
marcandre
2010-06-05
* error.c (rb_name_err_mesg_new): guard mesg, recv and method.
akr
2010-06-05
* .gdbinit (rp): detect and show RTypedData.
akr
2010-06-05
* ruby.c (process_options): revert r25330, so that $0 can be seen
nobu
2010-06-04
* file.c (rb_f_test): 'W' should test writable by real uid/git,
nobu
2010-06-04
* 2010-06-05
svn
2010-06-04
Clarification of what '*' matches. Patch by John Wells <john.wells at greatw...
drbrain
2010-06-04
* test/dl/test_cfunc.rb: test for r28156
tenderlove
[next]