summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo2009-11-164-2/+36
* * io.c (read_all): shift read buffer if exception occured.wanabe2009-11-162-1/+13
* Rolled out last changeryan2009-11-161-3/+4
* Minor cleanup to improve hash useryan2009-11-161-4/+3
* fix previous change.akr2009-11-151-4/+4
* * io.c (read_all): don't call io_shift_cbuf until bufffering enough orwanabe2009-11-152-2/+17
* add a test.akr2009-11-151-1/+17
* add tests.akr2009-11-151-0/+10
* tests refined.akr2009-11-153-11/+38
* * include/ruby/ruby.h (rb_classext_t): annotate @internal.mame2009-11-152-0/+5
* * encoding.c (rb_filesystem_encindex): use default external encodingakr2009-11-153-2/+10
* add tests.akr2009-11-152-22/+83
* * 2009-11-16svn2009-11-151-2/+2
* * thread.c (thread_cleanup_func): delete locking_mutex when threadmame2009-11-153-0/+32
* * class.c (rb_mod_init_copy): fix memory leak of Class#dup.mame2009-11-143-3/+16
* * configure.in (--with-opt-dir): ignore and suppress a warning.nobu2009-11-142-0/+8
* * hash.c (ruby_setenv): get rid of crash in Solaris 8 and 10.nobu2009-11-142-1/+32
* * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): Fix comparisons [ruby-core:26646]marcandre2009-11-143-9/+25
* * ext/tk/lib/tk/variable.rb (TkVariable::coerce): fix bug on a numeric value.nagai2009-11-132-4/+7
* * 2009-11-14svn2009-11-131-2/+2
* * ext/tk/lib/tk/variable.rb: TkVariable#*(other) and /(other) have anagai2009-11-132-2/+7
* * ext/zlib/zlib.c (rb_zlib_adler32): fix typo.mame2009-11-132-1/+5
* * thread.c (thread_start_func_2): see first_func, not first_proc,nobu2009-11-132-3/+6
* * test/dl/test_cptr.rb (**): using ruby_xfree instead of libc's freetenderlove2009-11-132-5/+5
* * gc.c (vm_xrealloc): use the given object space.nobu2009-11-132-2/+6
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): when wrapping a pointer it shouldtenderlove2009-11-122-1/+2
* * 2009-11-13svn2009-11-121-2/+2
* * lib/cgi/util.rb (CGI::pretty): fix the overflow bugxibbar2009-11-122-1/+6
* * test/cgi/test_cgi_multipart.rb (_read):xibbar2009-11-121-5/+1
* * lib/cgi/core.rb (read_from_cmdline): this code is better.xibbar2009-11-122-5/+6
* * lib/net/telnet.rb: don't use simple delegate.xibbar2009-11-122-3/+6
* * thread_win32.c (thread_errno): CreateThread does not set errno.nobu2009-11-122-2/+6
* * thread_pthread.c: removed last comma of enum.nobu2009-11-121-1/+1
* * thread.c (thread_create_core): moved failure handling fromnobu2009-11-124-9/+12
* * thread_pthread.c (native_thread_create): constified.nobu2009-11-122-13/+22
* * .document: remove documents not in rdoc format untilnaruse2009-11-122-14/+6
* * lib/tempfile.rb (Tempfile#initialize): option hash may not benobu2009-11-113-6/+31
* * 2009-11-12svn2009-11-111-2/+2
* * enumerator.c (yielder_yield_push): Yielder#<< should return self.mame2009-11-112-1/+13
* * lib/tempfile.rb (Tempfile#initialize): merge mode option.nobu2009-11-113-2/+10
* * hash.c (ruby_setenv): use ruby_strdup().nobu2009-11-112-2/+2
* * hash.c (ruby_setenv): use ruby_strdup().nobu2009-11-111-0/+4
* * hash.c (ruby_setenv): also set CRT workarea. ref [ruby-core:25010]usa2009-11-112-18/+22
* * marshal.c (w_object, r_object0): use RHASH_IFNONE but not ifnonenobu2009-11-112-4/+9
* * thread.c (blocking_region_begin): define before BLOCKING_REGION.akr2009-11-102-10/+16
* * util.c (ruby_strtod): use dval() consistently.akr2009-11-102-10/+14
* * test/dl/test_func.rb (test_strtod): strtod test should not rely ontenderlove2009-11-101-2/+2
* * 2009-11-11svn2009-11-101-2/+2
* * test/matrix/test_matrix.rb (TestMatrix#test_rank):yugui2009-11-102-0/+103
* * process.c (rb_f_exec): fixed rdoc.nobu2009-11-101-1/+1