summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-08-06range.c: consider exclusivenobu
2013-08-06win32.c: fix conversionnobu
2013-08-06* vm_insnhelper.c (vm_push_frame): fix stack overflow check codes.ko1
2013-08-06win32.c: conversion from WCHARnobu
2013-08-06* vm_eval.c (eval_string_with_cref): copy cref to limit the scope ofshugo
2013-08-06* bignum.c (rb_big_realloc): Use VALGRIND_MAKE_MEM_UNDEFINED toakr
2013-08-05* process.c: [DOC] Document caveats of command form of Process.spawnzzak
2013-08-05* lib/rss/0.9.rb: [DOC] Typo in example [Bug #8732]zzak
2013-08-05* lib/rss/2.0.rb: [DOC] Document RSS::Rss by Steve Klabnik #8740zzak
2013-08-05* bignum.c: Rename local variables.akr
2013-08-05* vm_trace.c: [DOC] Fix TracePoint return values in exampleszzak
2013-08-05win32.c: conversion to WCHARnobu
2013-08-05win32.c: fix wrong trimmingnobu
2013-08-05fix typoskazu
2013-08-05* include/ruby/encoding.h: document which user flags are used bycharliesome
2013-08-05* object.c (rb_class_inherited_p): allow iclasses to be tested forcharliesome
2013-08-04* enumerator.c: [DOC] Remove reference to Enumerator::Lazy#cyclezzak
2013-08-04* lib/rss/0.9.rb: [DOC] Document RSS09 by Steve Klabnik [Bug #8732]zzak
2013-08-04* lib/rexml/attribute.rb: [DOC] Update example for #namespacezzak
2013-08-04* array.c (rb_ary_zip): performance implement by usingglass
2013-08-03* README.EXT, README.EXT.ja: Mention rb_integer_pack andakr
2013-08-03* bignum.c (BARY_TRUNC): New macro.akr
2013-08-03* bignum.c (big2str_karatsuba): Don't allocate new temporary bufferakr
2013-08-03* bignum.c (bary2bdigitdbl): New function.akr
2013-08-03* bignum.c: The branch condition of selecting multiplicationakr
2013-08-03* bignum.c (big2str_orig): Receive the number to stringize asakr
2013-08-03* bignum.c (MAX_BASE36_POWER_TABLE_ENTRIES): Renamed fromakr
2013-08-03parse.y: no reduction with 1nobu
2013-08-03etc.c: encodingsnobu
2013-08-03struct.c: rb_struct_define_undernobu
2013-08-02* parse.y (value_expr_gen): now NODE_DEFN and NODE_DEFS are not voidusa
2013-08-02ChangeLog: fix typonobu
2013-08-02* doc/syntax/refinements.rdoc: Remove mention of instance_eval anddrbrain
2013-08-02* bignum.c (big2str_orig): Refactored.akr
2013-08-02* bignum.c (big2str_orig): Rename a local variable.akr
2013-08-02* bignum.c (bigadd_core): Removed.akr
2013-08-02* bignum.c (rb_big2str1): Simplify power_level calculation.akr
2013-08-02* array.c (rb_ary_zip): use rb_ary_new2() to create bufferglass
2013-08-02* NEWS: Add the description that IO#seek supports SEEK_DATAglass
2013-08-02* vm.c (m_core_define_method, m_core_define_singleton_method): nowusa
2013-08-02* array.c (rb_ary_zip): performance improvement by avoidingglass
2013-08-02* bignum.c (power_cache_get_power): Appry bigtrunc to the result ofakr
2013-08-02parse.y: calculate powers of tennobu
2013-08-02parse.y: parse preciselynobu
2013-08-02parse.y: simplify numericsnobu
2013-08-02eventids2.c: new literalsnobu
2013-08-02* bignum.c (big2str_karatsuba): Reduce power_level more than one atakr
2013-08-02* bignum.c (bary_mul): Swap x and y for bary_mul1 if x is longer than y.akr
2013-08-02* parse.y (negate_lit): add T_RATIONAL and T_COMPLEX to the switchcharliesome
2013-08-02* doc/syntax/refinements.rdoc: Improve description of where you maydrbrain