summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2008-11-18* lib/time.rb: according to RFC2822, -0000 means local time, +0000matz
2008-11-18* proc.c (proc_eq): equivalence check should not done by pointermatz
2008-11-18* lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.matz
2008-11-18* lib/logger.rb (ProgName): fixed for svn, based on a patch fromnobu
2008-11-18* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line): matz
2008-11-18* re.c (rb_reg_desc): re might be NULL.matz
2008-11-18* lib/optparse.rb (OptionParser::make_switch): makes defaultnobu
2008-11-17* enc/depend (LIBS): fixed for disable-shared. [ruby-dev:37103]nobu