summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-11-28* iseq.c (simple_default_value): extracts simplest defaultnobu
2008-11-27* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimalmatz
2008-11-27* numeric.c (flodivmod): floating point division should raisematz
2008-11-27* gc.c (gc_mark): still needs to check stack depth during GC.matz
2008-11-27 * strftime.c (rb_strftime): should add padding for %%.tadf
2008-11-27* signal.c (register_sigaltstack): stores alt stack for debugnobu
2008-11-27* signal.c (ALT_STACK_SIZE): default minimum size is insufficientnobu
2008-11-27* ext/bigdecimal/bigdecimal.c (BigDecimal_div2): should returnmatz
2008-11-26* strftime.c (STRFTIME): use rb_strftime() recursively, instead ofmatz
2008-11-26* ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zeromatz
2008-11-26* ext/gdbm/gdbm.c (rb_gdbm_nextkey): fix memory leak.kazu
2008-11-25* ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): raise exceptionmatz
2008-11-25* ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoidmatz
2008-11-25* strftime.c (STRFTIME): should add padding for %[xXrR] etc.matz
2008-11-25* array.c (rb_ary_times): taint (and untrust) status should bematz
2008-11-25* strftime.c (rb_strftime): should not swallow incompletematz
2008-11-25* strftime.c (rb_strftime): "%^P" should convert to upper case.matz
2008-11-25* strftime.c (FMT): use "%0d" formatter for zero padding, not "%.d".matz
2008-11-24* ext/tk/lib/tkextlib/blt/tabset.rb, ext/tk/lib/tkextlib/blt/tabnotebook.rb: nagai
2008-11-24* numeric.c (num_step): treat infinite step specially.matz
2008-11-24 * lib/date/format.rb (strftime): ignores '_' flag for %[LN].tadf
2008-11-24* process.c (rb_fork): stops the timer thread during fork.nobu
2008-11-24* strftime.c (rb_strftime): The # flag should work with %a, %A, %b,shugo
2008-11-24* signal.c (register_sigaltstack): should not add externalmatz
2008-11-24* strftime.c (rb_strftime): A width specifier for %t and %n shouldshugo
2008-11-24* strftime.c (rb_strftime): The precision of %0N should be 9.shugo
2008-11-24* strftime.c (rb_strftime): The default precision should be 1, notshugo
2008-11-24 * lib/date.rb (inspect): changed again.tadf
2008-11-24* lib/time.rb: r20251 reverted. The patched behavior do not roundmatz
2008-11-23* signal.c (default_handler, Init_signal): compile error ifyugui
2008-11-23* signal.c (ALT_STACK_SIZE): 4KB is not enough on Mac OS X.yugui
2008-11-22* test/ruby/test_method.rb (test_default_accessiblity): test case foryugui
2008-11-22* file.c (rb_file_world_writable_p): should return nil for nonmatz
2008-11-22* ext/tk/lib/tkextlib/blt.rb, ext/tk/lib/tkextlib/blt/vector.rb: nagai
2008-11-21* ext/pty/pty.c (get_device_once): abandon asynchronous exceptionmatz
2008-11-21address tweakedmatz
2008-11-21* ext/curses/curses.c (curses_escdelay_set): support ESCDELAY. amatz
2008-11-21* ruby.c (usage): -W description updated. [ruby-core:19858]matz
2008-11-21* signal.c (register_sigaltstack): use alternative stack formatz
2008-11-21* vm.c (thread_free): th->vm may be NULL when pthread_creatematz
2008-11-19* lib/logger.rb (Logger): should handle the case that cvs/svn domatz
2008-11-19* lib/minitest/unit.rb (MiniTest::Assertions#capture_io): adjustmatz
2008-11-19* ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a valuematz
2008-11-19* node.h (NOEX_MODFUNC): should be include NOEX_PRIVATE. matz
2008-11-19* ChangeLog: fixed date format.nobu
2008-11-18ChangeLog: correct file nameseki
2008-11-18fixed fails occasionally [ruby-dev:37119]. thanks, shinichiro.h.seki
2008-11-18* error.c (Init_syserr): moved function definition itself fromnobu
2008-11-18fixed NoMethodError problem from NaHi [ruby-dev:37110].seki
2008-11-18* cont.c (cont_mark, cont_capture, cont_restore_1): speed upmame