aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * man/rake.1: new manual pageyugui2008-11-302-0/+173
* man/goruby.1: fix typoyugui2008-11-301-1/+1
* * test/ruby/test_regexp.rb (TestRegexp#test_parse_curly_brace):yugui2008-11-302-1/+8
* * 2008-11-30svn2008-11-291-3/+3
* * man/irb.1 (EXAMPLES): new sectionyugui2008-11-292-0/+22
* * man/irb.1: typo fixyugui2008-11-291-1/+1
* * regparse.c (is_invalid_quantifier_target): Perl and old Rubymatz2008-11-292-0/+9
* * ext/socket/socket.c (sock_getaddrinfo): should have updated formatz2008-11-292-1/+6
* * 2008-11-29svn2008-11-281-3/+3
* * cont.c (fiber_alloc): separate allocation and initialization.matz2008-11-282-17/+31
* * ext/socket/socket.c (sock_s_getaddrinfo): refactored to removematz2008-11-282-37/+23
* * ChangLog: spell miss.keiju2008-11-281-1/+1
* * lib/foerwardable.rb: should be usable def_single_delegator forkeiju2008-11-282-18/+116
* * iseq.c (simple_default_value): extracts simplest defaultnobu2008-11-285-2/+273
* * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): bigdecimalmatz2008-11-273-7/+10
* * 2008-11-28svn2008-11-271-3/+3
* * numeric.c (flodivmod): floating point division should raisematz2008-11-273-3/+7
* * gc.c (gc_mark): still needs to check stack depth during GC.matz2008-11-272-6/+18
* * strftime.c (rb_strftime): should add padding for %%.tadf2008-11-272-0/+5
* * signal.c (register_sigaltstack): stores alt stack for debugnobu2008-11-272-14/+19
* * signal.c (ruby_sigaction_t): added.nobu2008-11-271-4/+8
* * signal.c (ALT_STACK_SIZE): default minimum size is insufficientnobu2008-11-272-2/+17
* * gc.c (ruby_stack_check): no check if using sigaltstack.nobu2008-11-274-4/+131
* * 2008-11-27svn2008-11-271-3/+3
* * ext/bigdecimal/bigdecimal.c (BigDecimal_div2): should returnmatz2008-11-272-1/+12
* * strftime.c (STRFTIME): use rb_strftime() recursively, instead ofmatz2008-11-262-9/+14
* * ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zeromatz2008-11-264-9/+21
* add comment and test.akr2008-11-261-2/+32
* * ext/gdbm/gdbm.c (rb_gdbm_nextkey): fix memory leak.kazu2008-11-262-0/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): raise exceptionmatz2008-11-252-12/+22
* * ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoidmatz2008-11-253-45/+70
* * 2008-11-26svn2008-11-251-3/+3
* * strftime.c (STRFTIME): should add padding for %[xXrR] etc.matz2008-11-252-1/+11
* * array.c (rb_ary_times): taint (and untrust) status should bematz2008-11-252-1/+10
* * strftime.c (rb_strftime): should not swallow incompletematz2008-11-252-4/+14
* * strftime.c (rb_strftime): "%^P" should convert to upper case.matz2008-11-252-1/+6
* * strftime.c (FMT): use "%0d" formatter for zero padding, not "%.d".matz2008-11-252-2/+10
* * ext/tk/lib/tkextlib/blt/tabset.rb, ext/tk/lib/tkextlib/blt/tabnotebook.rb: nagai2008-11-245-18/+189
* * numeric.c (num_step): treat infinite step specially.matz2008-11-242-4/+14
* * lib/date/format.rb (strftime): ignores '_' flag for %[LN].tadf2008-11-243-0/+24
* * process.c (rb_fork): stops the timer thread during fork.nobu2008-11-244-7/+18
* * strftime.c (rb_strftime): The # flag should work with %a, %A, %b,shugo2008-11-243-0/+30
* * signal.c (register_sigaltstack): should not add externalmatz2008-11-242-8/+15
* * strftime.c (rb_strftime): A width specifier for %t and %n shouldshugo2008-11-243-10/+32
* * strftime.c (rb_strftime): The precision of %0N should be 9.shugo2008-11-243-3/+9
* * strftime.c (rb_strftime): The default precision should be 1, notshugo2008-11-243-4/+16
* * lib/date.rb (inspect): changed again.tadf2008-11-244-5/+11
* * 2008-11-24svn2008-11-241-3/+3
* * lib/time.rb: r20251 reverted. The patched behavior do not roundmatz2008-11-242-28/+33
* * signal.c (default_handler, Init_signal): compile error ifyugui2008-11-232-0/+9