aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * common.mk (test-knownbug): ignore known bugs.nobu2010-07-012-1/+6
* * marshal.c (w_object): suppress empty instance variable entry onnobu2010-06-302-3/+12
* * 2010-07-01svn2010-06-301-3/+3
* * string.c (rb_str_gsub_bang, rb_str_sub_bang, str_gsub): rdoc fixmarcandre2010-06-301-35/+53
* * test/ruby/test_rubyoptions.rb (test_script_from_stdin): by usingnobu2010-06-292-4/+17
* * 2010-06-30svn2010-06-291-2/+2
* * thread_pthread.c (get_stack): use pthread_getthrds_np() for AIX.kanemoto2010-06-293-1/+19
* * ChangeLog: remove an extra newline.tarui2010-06-291-1/+0
* * ext/stringio/stringio.c (strio_write): add RB_GC_GUARD.tarui2010-06-292-0/+6
* * test/win32ole/test_win32ole_method.rb (is_ruby64): checksuke2010-06-292-1/+6
* * test_require.rb (test_require_with_unc): test for r28473.usa2010-06-291-0/+4
* * file.c (rb_realpath_internal, realpath_rec): skip UNC share rootusa2010-06-292-4/+22
* * gc.c (unlink_heap_slot, slot_sweep): unlink heaps_slot ofnari2010-06-292-11/+32
* * ext/fiddle/fiddle.h: fixed typo.nobu2010-06-281-2/+2
* * test/rdoc/test_rdoc_rdoc.rb: change to bin-mode to write directly.tarui2010-06-282-0/+2
* * ext/fiddle/fiddle.h: added FFI type detection to avoid bug in ffitenderlove2010-06-282-0/+54
* * 2010-06-29svn2010-06-281-2/+2
* * test/rubygems/gemutilities.rb: check ENV['make'] for make_command.tarui2010-06-283-12/+6
* * test/rdoc/test_rdoc_ri_driver.rb (TestRDocRIDriver#test_formatter):mame2010-06-282-3/+11
* update doc.akr2010-06-281-126/+128
* * thread.c (rb_fd_resize, rb_fd_copy): avoid NULL dereference uponmame2010-06-282-2/+9
* * test/win32ole/test_win32ole_method.rb (test_offset_vtbl): checksuke2010-06-282-19/+9
* * lib/rdoc/ri/driver.rb (RDoc::RI::Driver#formatter): should use bsmame2010-06-272-3/+8
* * bootstraptest/test_class.rb: add a test for [ruby-core:30843].mame2010-06-272-0/+11
* * class.c (rb_mod_init_copy): when class is dup'ed, a metaclass of themame2010-06-272-0/+7
* * marshal.c (w_object, r_bytes0, marshal_load): suppress warnings.nobu2010-06-272-6/+6
* * include/ruby/io.h, io.c: reverted r21709.nobu2010-06-275-22/+43
* * io.c (simple_sendfile): don't try to send data more than SSIZE_MAXakr2010-06-272-2/+13
* * enum.c (zip): rdoc fix, patch by okkez [ruby-dev:41737]marcandre2010-06-271-1/+1
* * lib/rubygems/require_paths_builder.rb (write_require_paths_file_if_needed):nobu2010-06-273-11/+13
* * configure.in (enable-debug-env): option for RUBY_DEBUG env.nobu2010-06-264-0/+23
* * common.mk (clear-installed-list): put redirection before setnobu2010-06-262-1/+7
* * test/ruby/envutil.rb (EnvUtil#invoke_ruby): no needs to copy thenobu2010-06-262-1/+7
* * NEWS (zlib): new methods. [ruby-dev:41706] [Bug #3472]mame2010-06-252-0/+6
* * test/win32ole/test_win32ole_method.rb (test_offset_vtbl): checksuke2010-06-252-1/+28
* * 2010-06-26svn2010-06-251-2/+2
* * ext/dl/lib/dl/func.rb (call): don't overwrite original argumentstarui2010-06-253-2/+20
* Fixing a spelling error.jeg22010-06-251-1/+1
* * lib/csv.rb: Fixing a bug that prevented CSV from parsingjeg22010-06-253-2/+29
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err):nobu2010-06-252-1/+5
* * test/ruby/envutil.rb (EnvUtil#invoke_ruby): change thenobu2010-06-252-13/+9
* * test/ruby/envutil.rb (EnvUtil#invoke_ruby): get rid of possiblenobu2010-06-252-2/+7
* * lib/un.rb (httpd): MaxClients also should be integer.nobu2010-06-241-1/+5
* * lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]nobu2010-06-242-3/+6
* * lib/un.rb (setup): fix of word splitting. [ruby-dev:41723]nobu2010-06-242-2/+9
* * 2010-06-25svn2010-06-241-2/+2
* * include/ruby/ruby.h (static inline rb_gc_guarded_ptr): preventtarui2010-06-242-0/+11
* refine an assertion message.akr2010-06-241-1/+1
* add an assertion.akr2010-06-241-0/+2
* * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): the workaroundakr2010-06-232-20/+26