aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * object.c (rb_class_inherited_p): allow iclasses to be tested forcharliesome2013-08-053-1/+24
* * enumerator.c: [DOC] Remove reference to Enumerator::Lazy#cyclezzak2013-08-042-2/+8
* * lib/rss/0.9.rb: [DOC] Document RSS09 by Steve Klabnik [Bug #8732]zzak2013-08-042-0/+37
* * 2013-08-05svn2013-08-041-2/+2
* * lib/rexml/attribute.rb: [DOC] Update example for #namespacezzak2013-08-042-2/+10
* * array.c (rb_ary_zip): performance implement by usingglass2013-08-042-5/+10
* * ext/tk/extconf.rb: Don't add "-ltk -ltcl" for MacOSX frameworks, because th...nagai2013-08-041-1/+0
* * README.EXT, README.EXT.ja: Mention rb_integer_pack andakr2013-08-033-0/+10
* * ext/stringio/stringio.c (strio_substr): Trivial fix for invalidheadius2013-08-031-0/+1
* * bignum.c (BARY_TRUNC): New macro.akr2013-08-032-23/+31
* * bignum.c (big2str_karatsuba): Don't allocate new temporary bufferakr2013-08-032-3/+9
* bignum.c: suppress warningsnobu2013-08-031-1/+1
* * 2013-08-04svn2013-08-031-2/+2
* * bignum.c (bary2bdigitdbl): New function.akr2013-08-032-15/+38
* * bignum.c: The branch condition of selecting multiplicationakr2013-08-032-3/+12
* * bignum.c (big2str_orig): Receive the number to stringize asakr2013-08-032-35/+47
* Add missing requirenaruse2013-08-031-0/+1
* Fix test failure to follow r42347 ref #3753naruse2013-08-031-7/+1
* * bignum.c (MAX_BASE36_POWER_TABLE_ENTRIES): Renamed fromakr2013-08-032-18/+25
* parse.y: no reduction with 1nobu2013-08-032-1/+6
* etc.c: encodingsnobu2013-08-032-8/+27
* struct.c: rb_struct_define_undernobu2013-08-034-20/+49
* * parse.y (value_expr_gen): now NODE_DEFN and NODE_DEFS are not voidusa2013-08-022-5/+6
* ChangeLog: fix typonobu2013-08-021-1/+1
* * doc/syntax/refinements.rdoc: Remove mention of instance_eval anddrbrain2013-08-022-3/+8
* * bignum.c (big2str_orig): Refactored.akr2013-08-022-20/+15
* * bignum.c (big2str_orig): Rename a local variable.akr2013-08-022-4/+8
* * bignum.c (bigadd_core): Removed.akr2013-08-022-9/+8
* * bignum.c (rb_big2str1): Simplify power_level calculation.akr2013-08-022-14/+18
* * array.c (rb_ary_zip): use rb_ary_new2() to create bufferglass2013-08-022-5/+9
* * 2013-08-03svn2013-08-021-2/+2
* * NEWS: Add the description that IO#seek supports SEEK_DATAglass2013-08-022-1/+7
* * vm.c (m_core_define_method, m_core_define_singleton_method): nowusa2013-08-023-2/+19
* * array.c (rb_ary_zip): performance improvement by avoidingglass2013-08-022-13/+34
* * bignum.c (power_cache_get_power): Appry bigtrunc to the result ofakr2013-08-023-9/+28
* parse.y: calculate powers of tennobu2013-08-024-4/+14
* parse.y: ripper for new literalsnobu2013-08-021-1/+3
* parse.y: parse preciselynobu2013-08-023-59/+92
* parse.y: simplify numericsnobu2013-08-022-59/+14
* eventids2.c: new literalsnobu2013-08-023-0/+36
* bignum.c: suppress a warningnobu2013-08-021-2/+1
* * bignum.c (big2str_karatsuba): Reduce power_level more than one atakr2013-08-022-19/+81
* * bignum.c (bary_mul): Swap x and y for bary_mul1 if x is longer than y.akr2013-08-022-6/+19
* * parse.y (negate_lit): add T_RATIONAL and T_COMPLEX to the switchcharliesome2013-08-023-0/+15
* nmake doesn't out put targetsnaruse2013-08-021-2/+4
* Fix test failure on Windows because of an extra warningnaruse2013-08-021-2/+2
* * doc/syntax/refinements.rdoc: Improve description of where you maydrbrain2013-08-022-3/+10
* * bignum.c (big2str_orig): Remove len argument.akr2013-08-012-10/+20
* * NEWS: fix typos in the description of number literal suffixes.eregon2013-08-011-2/+2
* * NEWS: Add the description of number literal suffixes.mrkn2013-08-012-0/+14