aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * vm_insnhelper.c (VM_CALLEE_SETUP_ARG): revert r25521.matz2009-11-072-21/+15
* * vm_insnhelper.c (vm_push_frame): add CHECK_STACK_OVERFLOW.matz2009-11-074-14/+38
* * ext/dl/cfunc.c (rb_dlcfunc_initialize): cleaning up C macrostenderlove2009-11-062-9/+53
* * ext/dl/cptr.c (rb_dlptr_s_malloc, rb_dlptr_initialize): addingtenderlove2009-11-062-0/+35
* * ext/dl/cptr.c (rb_dlptr_to_str, rb_dlptr_to_s) adding documentationtenderlove2009-11-062-4/+51
* * 2009-11-07svn2009-11-061-2/+2
* * ext/dl/cptr.c (rb_dlptr_inspect, rb_dlptr_plus, rb_dlptr_minus)tenderlove2009-11-062-3/+43
* * lib/mkmf.rb (create_header): split the line by tabs.nobu2009-11-062-1/+5
* * configure.in (MINIDLNOBJ): set default as dmydln.o.naruse2009-11-062-4/+6
* * encoding.c (rb_filesystem_encindex): add fallback tonaruse2009-11-062-0/+6
* * test/ruby/test_case.rb: merged r25658 from ruby_1_8.kazu2009-11-052-0/+11
* * 2009-11-06svn2009-11-051-2/+2
* fix typoskazu2009-11-051-4/+4
* fix a typo.akr2009-11-051-1/+1
* * gem_prelude.rb (Gem.user_home): force_encoding(naruse2009-11-052-1/+6
* Retry on checking signal_received.naruse2009-11-051-1/+4