aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * strftime.c (rb_strftime): should not swallow incompletematz2008-11-251-0/+8
* * strftime.c (rb_strftime): "%^P" should convert to upper case.matz2008-11-251-0/+5
* * strftime.c (FMT): use "%0d" formatter for zero padding, not "%.d".matz2008-11-251-0/+8
* * ext/tk/lib/tkextlib/blt/tabset.rb, ext/tk/lib/tkextlib/blt/tabnotebook.rb: nagai2008-11-241-0/+6
* * numeric.c (num_step): treat infinite step specially.matz2008-11-241-0/+5
* * lib/date/format.rb (strftime): ignores '_' flag for %[LN].tadf2008-11-241-0/+4
* * process.c (rb_fork): stops the timer thread during fork.nobu2008-11-241-0/+8
* * strftime.c (rb_strftime): The # flag should work with %a, %A, %b,shugo2008-11-241-0/+7
* * signal.c (register_sigaltstack): should not add externalmatz2008-11-241-0/+5
* * strftime.c (rb_strftime): A width specifier for %t and %n shouldshugo2008-11-241-0/+7
* * strftime.c (rb_strftime): The precision of %0N should be 9.shugo2008-11-241-0/+7
* * strftime.c (rb_strftime): The default precision should be 1, notshugo2008-11-241-0/+7
* * lib/date.rb (inspect): changed again.tadf2008-11-241-0/+4
* * lib/time.rb: r20251 reverted. The patched behavior do not roundmatz2008-11-241-0/+5
* * signal.c (default_handler, Init_signal): compile error ifyugui2008-11-231-0/+5
* * signal.c (ALT_STACK_SIZE): 4KB is not enough on Mac OS X.yugui2008-11-231-0/+5
* * test/ruby/test_method.rb (test_default_accessiblity): test case foryugui2008-11-221-0/+5
* * file.c (rb_file_world_writable_p): should return nil for nonmatz2008-11-221-0/+5
* * ext/tk/lib/tkextlib/blt.rb, ext/tk/lib/tkextlib/blt/vector.rb: nagai2008-11-221-0/+5
* * ext/pty/pty.c (get_device_once): abandon asynchronous exceptionmatz2008-11-211-0/+10
* address tweakedmatz2008-11-211-1/+1
* * ext/curses/curses.c (curses_escdelay_set): support ESCDELAY. amatz2008-11-211-0/+6
* * ruby.c (usage): -W description updated. [ruby-core:19858]matz2008-11-211-0/+4
* * signal.c (register_sigaltstack): use alternative stack formatz2008-11-211-0/+7
* * vm.c (thread_free): th->vm may be NULL when pthread_creatematz2008-11-211-0/+5
* * lib/logger.rb (Logger): should handle the case that cvs/svn domatz2008-11-191-0/+5
* * lib/minitest/unit.rb (MiniTest::Assertions#capture_io): adjustmatz2008-11-191-0/+5
* * ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a valuematz2008-11-191-0/+5
* * node.h (NOEX_MODFUNC): should be include NOEX_PRIVATE. matz2008-11-191-0/+5
* * ChangeLog: fixed date format.nobu2008-11-191-4/+4
* ChangeLog: correct file nameseki2008-11-181-1/+1
* fixed fails occasionally [ruby-dev:37119]. thanks, shinichiro.h.seki2008-11-181-0/+5
* * error.c (Init_syserr): moved function definition itself fromnobu2008-11-181-0/+5
* fixed NoMethodError problem from NaHi [ruby-dev:37110].seki2008-11-181-0/+5
* * cont.c (cont_mark, cont_capture, cont_restore_1): speed upmame2008-11-181-0/+5
* * lib/time.rb: according to RFC2822, -0000 means local time, +0000matz2008-11-181-0/+5
* * proc.c (proc_eq): equivalence check should not done by pointermatz2008-11-181-0/+5
* * lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.matz2008-11-181-0/+6
* * lib/logger.rb (ProgName): fixed for svn, based on a patch fromnobu2008-11-181-0/+5
* * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line): matz2008-11-181-0/+6
* * re.c (rb_reg_desc): re might be NULL.matz2008-11-181-0/+6
* * lib/optparse.rb (OptionParser::make_switch): makes defaultnobu2008-11-181-0/+5
* * enc/depend (LIBS): fixed for disable-shared. [ruby-dev:37103]nobu2008-11-171-0/+4
* remove -K option.seki2008-11-171-0/+4
* * configure.in (LIBRUBYARG_STATIC): fixed for --enable-rpath.nobu2008-11-161-0/+4
* * re.c (rb_reg_regsub): returns -1 unless ascii as well asnobu2008-11-151-0/+5
* * configure.in (LDSHARED): do not suppress debug info if higher debugnobu2008-11-151-0/+5
* * README.EXT, README.EXT.ja, vm_exec.c, vm_insnhelper.c: updatemame2008-11-141-0/+5
* * thread.c (rb_barrier_wait): gets rid of recursive deadlock.nobu2008-11-131-0/+4
* * thread.c (rb_barrier_{new,wait,release,destroy}): use Mutex so thatnobu2008-11-121-0/+5