summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-29* 2008-11-30svn
2008-11-29* man/irb.1 (EXAMPLES): new sectionyugui
2008-11-29* man/irb.1: typo fixyugui
2008-11-29* regparse.c (is_invalid_quantifier_target): Perl and old Rubymatz
2008-11-29* ext/socket/socket.c (sock_getaddrinfo): should have updated formatz
2008-11-28* 2008-11-29svn
2008-11-28* cont.c (fiber_alloc): separate allocation and initialization.matz
2008-11-28* ext/socket/socket.c (sock_s_getaddrinfo): refactored to removematz
2008-11-28* ChangLog: spell miss.keiju
2008-11-28 * lib/foerwardable.rb: should be usable def_single_delegator forkeiju
2008-11-28* iseq.c (simple_default_value): extracts simplest defaultnobu
2008-11-27* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimalmatz
2008-11-27* 2008-11-28svn
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 (ruby_sigaction_t): added.nobu
2008-11-27* signal.c (ALT_STACK_SIZE): default minimum size is insufficientnobu
2008-11-27* gc.c (ruby_stack_check): no check if using sigaltstack.nobu
2008-11-27* 2008-11-27svn
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-26add comment and test.akr
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* 2008-11-26svn
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* 2008-11-24svn
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* 2008-11-23svn
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 (TestMethod#test_default_accessibility):yugui