aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* win32.c: conversion to WCHARnobu2013-08-051-1/+5
* win32.c: fix wrong trimmingnobu2013-08-051-0/+7
* fix typoskazu2013-08-051-2/+2
* * include/ruby/encoding.h: document which user flags are used bycharliesome2013-08-051-0/+5
* * object.c (rb_class_inherited_p): allow iclasses to be tested forcharliesome2013-08-051-0/+7
* * enumerator.c: [DOC] Remove reference to Enumerator::Lazy#cyclezzak2013-08-041-0/+6
* * lib/rss/0.9.rb: [DOC] Document RSS09 by Steve Klabnik [Bug #8732]zzak2013-08-041-0/+4
* * lib/rexml/attribute.rb: [DOC] Update example for #namespacezzak2013-08-041-0/+5
* * array.c (rb_ary_zip): performance implement by usingglass2013-08-041-0/+5
* * README.EXT, README.EXT.ja: Mention rb_integer_pack andakr2013-08-031-0/+5
* * bignum.c (BARY_TRUNC): New macro.akr2013-08-031-0/+12
* * bignum.c (big2str_karatsuba): Don't allocate new temporary bufferakr2013-08-031-0/+5
* * bignum.c (bary2bdigitdbl): New function.akr2013-08-031-0/+10
* * bignum.c: The branch condition of selecting multiplicationakr2013-08-031-0/+9
* * bignum.c (big2str_orig): Receive the number to stringize asakr2013-08-031-0/+8
* * bignum.c (MAX_BASE36_POWER_TABLE_ENTRIES): Renamed fromakr2013-08-031-0/+7
* parse.y: no reduction with 1nobu2013-08-031-0/+5
* etc.c: encodingsnobu2013-08-031-0/+5
* struct.c: rb_struct_define_undernobu2013-08-031-0/+7
* * parse.y (value_expr_gen): now NODE_DEFN and NODE_DEFS are not voidusa2013-08-021-0/+6
* ChangeLog: fix typonobu2013-08-021-1/+1
* * doc/syntax/refinements.rdoc: Remove mention of instance_eval anddrbrain2013-08-021-0/+6
* * bignum.c (big2str_orig): Refactored.akr2013-08-021-2/+2
* * bignum.c (big2str_orig): Rename a local variable.akr2013-08-021-0/+4
* * bignum.c (bigadd_core): Removed.akr2013-08-021-0/+5
* * bignum.c (rb_big2str1): Simplify power_level calculation.akr2013-08-021-0/+4
* * array.c (rb_ary_zip): use rb_ary_new2() to create bufferglass2013-08-021-0/+5
* * NEWS: Add the description that IO#seek supports SEEK_DATAglass2013-08-021-0/+5
* * vm.c (m_core_define_method, m_core_define_singleton_method): nowusa2013-08-021-0/+10
* * array.c (rb_ary_zip): performance improvement by avoidingglass2013-08-021-0/+5
* * bignum.c (power_cache_get_power): Appry bigtrunc to the result ofakr2013-08-021-0/+6
* parse.y: calculate powers of tennobu2013-08-021-1/+4
* parse.y: parse preciselynobu2013-08-021-1/+10
* parse.y: simplify numericsnobu2013-08-021-1/+4
* eventids2.c: new literalsnobu2013-08-021-0/+5
* * bignum.c (big2str_karatsuba): Reduce power_level more than one atakr2013-08-021-0/+6
* * bignum.c (bary_mul): Swap x and y for bary_mul1 if x is longer than y.akr2013-08-021-0/+5
* * parse.y (negate_lit): add T_RATIONAL and T_COMPLEX to the switchcharliesome2013-08-021-0/+8
* * doc/syntax/refinements.rdoc: Improve description of where you maydrbrain2013-08-021-0/+5
* * bignum.c (big2str_orig): Remove len argument.akr2013-08-011-0/+6
* * NEWS: Add the description of number literal suffixes.mrkn2013-08-011-0/+4
* * bootstraptest/test_literal_suffix.rb: add two test cases tomrkn2013-08-011-0/+5
* * rational.c (rb_flt_rationalize_with_prec): new public C functionmrkn2013-08-011-0/+18
* * bignum.c (rb_big2str1): Remove a local variable.akr2013-08-011-0/+4
* * bignum.c (rb_cstr_to_inum): Use power_cache_get_power.akr2013-08-011-0/+4
* * bignum.c (rb_big2str1): Raise an error for too big number.akr2013-08-011-0/+4
* * bignum.c (power_cache_get_power): Hide cached Bignum objects.akr2013-08-011-0/+4
* * bignum.c (rb_big2str1): Remove non-trim mode.akr2013-08-011-0/+8
* * remove trailing spaces.nobu2013-08-011-1/+1
* * bignum.c (big2str_alloc): New function to allocate the result string. akr2013-08-011-0/+9