aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/fiddle/closure.c (dealloc): refix workaround r28300.naruse2010-06-132-7/+14
* * 2010-06-14svn2010-06-131-2/+2
* retry to fix test.naruse2010-06-131-3/+3
* * test/ruby/test_rubyoptions.rb: add a simple test for __END__ andmame2010-06-132-0/+18
* try to fix test for boron.naruse2010-06-131-3/+3
* * lib/delegate.rb: Delegate !=, eql? and hash [ruby-core:26139]marcandre2010-06-122-2/+18
* * enc/trans/utf8_mac.trans (buf_apply): fix for patternsnaruse2010-06-124-10/+17
* * time.c (rb_localtime_r2): fix mixed declarations and code.naruse2010-06-122-1/+6
* * ext/dl/lib/dl.rb: don't require when already loaded.naruse2010-06-122-1/+5
* * 2010-06-13svn2010-06-121-2/+2
* * ext/fiddle/closure.c (dealloc): workaround fix for libffi'snaruse2010-06-122-0/+9
* * test/ruby/test_module.rb (test_attr_inherited_visibility): see [ruby-core:3...nobu2010-06-121-0/+13
* * test/ruby/test_module.rb (test_uninitialized_toplevel_constant): test for [...nobu2010-06-121-0/+6
* * test/ruby/test_method.rb (test_public_methods_with_extended): test for [rub...nobu2010-06-121-0/+10
* * io.c (rb_f_syscall): should check argument string taint beforematz2010-06-122-1/+6
* * variable.c (uninitialized_constant): process throughmatz2010-06-122-1/+7
* * ext/openssl/extconf.rb: __VA_ARGS__ is already checked in configure.nobu2010-06-111-10/+4
* * test/open-uri/test_open-uri.rb (test_progress, test_progress_chunked):tarui2010-06-111-1/+1
* * test/open-uri/test_open-uri.rb (test_progress, test_progress_chunked):tarui2010-06-111-4/+8
* add sleep.akr2010-06-111-0/+11
* * ChangeLog: add an acknowledge.mame2010-06-111-1/+1
* * 2010-06-12svn2010-06-111-2/+2
* * ext/dbm/extconf.rb: accept Berkley DB version 3, 4 and 5.mame2010-06-112-3/+12
* * time.c (init_leap_second_info): check the result ofakr2010-06-112-1/+7
* * ext/openssl/ossl_ssl.c (ossl_sslctx_get_ciphers):naruse2010-06-112-2/+8
* * include/ruby/missing.h (isnan): fix compilation error on OpenBSD.akr2010-06-112-1/+7
* * lib/rubygems/install_update_options.rbmame2010-06-113-5/+10
* * time.c (find_time_t): test the result of LOCALTIME.akr2010-06-102-2/+6
* * time.c (rb_localtime_r2): fix localtime overflow check.akr2010-06-102-3/+9
* more testsakr2010-06-101-2/+6
* * 2010-06-11svn2010-06-101-2/+2
* make it runnable by ruby 1.8.6.akr2010-06-101-6/+21
* split tests.akr2010-06-101-38/+64
* * time.c (rb_localtime_r2): refine localtime overflow check forakr2010-06-103-5/+20
* add comment.akr2010-06-101-2/+3
* more tests.akr2010-06-101-63/+173
* Revert r28200.naruse2010-06-109-143/+112
* * io.c (rb_io_putc): documentation updated to mention putc wouldmatz2010-06-102-3/+15
* * 2010-06-10svn2010-06-091-2/+2
* new test file.akr2010-06-091-0/+136
* * time.c (find_time_t): always outerpolate from past.akr2010-06-092-16/+30
* * 2010-06-09svn2010-06-091-2/+2
* * time.c (calc_tm_yday): extracted from timegmw_noleapsecond.akr2010-06-092-5/+23
* * test/ruby/test_proc.rb (test_parameters): require is no longer built-in.nobu2010-06-081-1/+1
* * test/rubygems/test_gem_activation.rb: typo.nobu2010-06-071-1/+1
* * gem_prelude.rb: load full rubygems at LoadError for activationnobu2010-06-0712-113/+171
* * io.c (parse_mode_enc): set set_by_bom bit. [ruby-core:30641]nobu2010-06-073-10/+18
* * gc.c (rb_obj_id): trivial optimization.nobu2010-06-071-1/+1
* * thread.c (Init_Thread): no need to suppress warning fornobu2010-06-072-3/+2
* * string.c (rb_str_buf_cat_escaped_char): get rid of buffernobu2010-06-062-3/+13