aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * process.c (rb_f_exec, rb_f_system, rb_f_spawn): mentioned aboutnobu2009-11-093-5/+18
* * thread.c (rb_gc_save_machine_context): don't save the stack pointerakr2009-11-092-17/+30
* * string.c (rb_str_each_line): rdoc fixmarcandre2009-11-092-5/+7
* * configure.in (warnflags): add -Wno-long-long.nobu2009-11-093-3/+7
* * hash.c: use RHASH_IFNONE but not ifnone directly.nobu2009-11-082-14/+19
* * test/ruby/test_comparable.rb (TestComparable#cmp): suppress warnings.nobu2009-11-081-16/+22
* * test/dl/test_callback.rb: eol-style.nobu2009-11-080-0/+0
* * test/dl/test_callback.rb (**) adding a callback test filetenderlove2009-11-081-0/+32
* * ext/dl/cfunc.c (**) updating documentationtenderlove2009-11-082-6/+46
* * 2009-11-08svn2009-11-071-2/+2
* * ext/dl/cptr.c (rb_dlptr_inspect): making inspect consistent acrosstenderlove2009-11-072-3/+3
* * lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless ofakr2009-11-073-4/+7
* * vm_insnhelper.c (vm_push_frame): get rid of out-of-boundsnobu2009-11-074-2/+10