aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zeromatz2008-11-264-9/+21
* add comment and test.akr2008-11-261-2/+32
* * ext/gdbm/gdbm.c (rb_gdbm_nextkey): fix memory leak.kazu2008-11-262-0/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): raise exceptionmatz2008-11-252-12/+22
* * ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoidmatz2008-11-253-45/+70
* * 2008-11-26svn2008-11-251-3/+3
* * strftime.c (STRFTIME): should add padding for %[xXrR] etc.matz2008-11-252-1/+11
* * array.c (rb_ary_times): taint (and untrust) status should bematz2008-11-252-1/+10
* * strftime.c (rb_strftime): should not swallow incompletematz2008-11-252-4/+14
* * strftime.c (rb_strftime): "%^P" should convert to upper case.matz2008-11-252-1/+6
* * strftime.c (FMT): use "%0d" formatter for zero padding, not "%.d".matz2008-11-252-2/+10
* * ext/tk/lib/tkextlib/blt/tabset.rb, ext/tk/lib/tkextlib/blt/tabnotebook.rb: nagai2008-11-245-18/+189
* * numeric.c (num_step): treat infinite step specially.matz2008-11-242-4/+14
* * lib/date/format.rb (strftime): ignores '_' flag for %[LN].tadf2008-11-243-0/+24
* * process.c (rb_fork): stops the timer thread during fork.nobu2008-11-244-7/+18
* * strftime.c (rb_strftime): The # flag should work with %a, %A, %b,shugo2008-11-243-0/+30
* * signal.c (register_sigaltstack): should not add externalmatz2008-11-242-8/+15
* * strftime.c (rb_strftime): A width specifier for %t and %n shouldshugo2008-11-243-10/+32
* * strftime.c (rb_strftime): The precision of %0N should be 9.shugo2008-11-243-3/+9
* * strftime.c (rb_strftime): The default precision should be 1, notshugo2008-11-243-4/+16
* * lib/date.rb (inspect): changed again.tadf2008-11-244-5/+11
* * 2008-11-24svn2008-11-241-3/+3
* * lib/time.rb: r20251 reverted. The patched behavior do not roundmatz2008-11-242-28/+33
* * signal.c (default_handler, Init_signal): compile error ifyugui2008-11-232-0/+9
* * 2008-11-23svn2008-11-231-3/+3
* * signal.c (ALT_STACK_SIZE): 4KB is not enough on Mac OS X.yugui2008-11-232-0/+9
* * test/ruby/test_method.rb (TestMethod#test_default_accessibility):yugui2008-11-221-4/+4
* merges r20309 from ruby_1_9_1 to trunk.yugui2008-11-221-9/+8
* * test/ruby/test_method.rb (test_default_accessiblity): test case foryugui2008-11-222-0/+21
* * file.c (rb_file_world_writable_p): should return nil for nonmatz2008-11-222-1/+6
* * ext/tk/lib/tkextlib/version.rb, ext/tk/ChangeLog.tkextlib: update.nagai2008-11-222-1/+6
* * ext/tk/lib/tkextlib/blt.rb, ext/tk/lib/tkextlib/blt/vector.rb: nagai2008-11-223-8/+13
* * ext/pty/pty.c (get_device_once): abandon asynchronous exceptionmatz2008-11-212-71/+56
* address tweakedmatz2008-11-211-1/+1
* * ext/curses/curses.c (curses_escdelay_set): support ESCDELAY. amatz2008-11-213-0/+31
* * ruby.c (usage): -W description updated. [ruby-core:19858]matz2008-11-212-1/+5
* * 2008-11-22svn2008-11-211-3/+3
* * signal.c (register_sigaltstack): use alternative stack formatz2008-11-213-2/+43
* * 2008-11-21svn2008-11-211-3/+3
* * vm.c (thread_free): th->vm may be NULL when pthread_creatematz2008-11-212-1/+6
* * lib/logger.rb (Logger): should handle the case that cvs/svn domatz2008-11-192-1/+12
* * 2008-11-20svn2008-11-191-3/+3
* * lib/minitest/unit.rb (MiniTest::Assertions#capture_io): adjustmatz2008-11-192-5/+10
* * ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a valuematz2008-11-193-3/+43
* * node.h (NOEX_MODFUNC): should be include NOEX_PRIVATE. matz2008-11-192-1/+6
* * ChangeLog: fixed date format.nobu2008-11-191-4/+4
* * vm_exec.h (RUBY_VM_EXEC_H): fixed include guard.nobu2008-11-191-3/+3
* ChangeLog: correct file nameseki2008-11-181-1/+1
* fixed fails occasionally [ruby-dev:37119]. thanks, shinichiro.h.seki2008-11-182-10/+17
* * error.c (Init_syserr): moved function definition itself fromnobu2008-11-183-3/+9