aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * man/irb.1 (EXAMPLES): new sectionyugui2008-11-291-0/+4
* * regparse.c (is_invalid_quantifier_target): Perl and old Rubymatz2008-11-291-0/+5
* * ext/socket/socket.c (sock_getaddrinfo): should have updated formatz2008-11-291-0/+5
* * cont.c (fiber_alloc): separate allocation and initialization.matz2008-11-281-0/+5
* * ext/socket/socket.c (sock_s_getaddrinfo): refactored to removematz2008-11-281-0/+5
* * ChangLog: spell miss.keiju2008-11-281-1/+1
* * lib/foerwardable.rb: should be usable def_single_delegator forkeiju2008-11-281-0/+5
* * iseq.c (simple_default_value): extracts simplest defaultnobu2008-11-281-0/+13
* * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimalmatz2008-11-271-0/+6
* * numeric.c (flodivmod): floating point division should raisematz2008-11-271-0/+5
* * gc.c (gc_mark): still needs to check stack depth during GC.matz2008-11-271-0/+6
* * strftime.c (rb_strftime): should add padding for %%.tadf2008-11-271-0/+4
* * signal.c (register_sigaltstack): stores alt stack for debugnobu2008-11-271-0/+9
* * signal.c (ALT_STACK_SIZE): default minimum size is insufficientnobu2008-11-271-0/+15
* * ext/bigdecimal/bigdecimal.c (BigDecimal_div2): should returnmatz2008-11-271-0/+8
* * strftime.c (STRFTIME): use rb_strftime() recursively, instead ofmatz2008-11-261-0/+5
* * ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zeromatz2008-11-261-0/+9
* * ext/gdbm/gdbm.c (rb_gdbm_nextkey): fix memory leak.kazu2008-11-261-0/+4
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): raise exceptionmatz2008-11-251-0/+7
* * ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoidmatz2008-11-251-0/+13
* * strftime.c (STRFTIME): should add padding for %[xXrR] etc.matz2008-11-251-0/+5
* * array.c (rb_ary_times): taint (and untrust) status should bematz2008-11-251-0/+5
* * 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