aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* range.c: return nil for empty rangenobu2013-08-063-2/+16
* * remove trailing spaces.nobu2013-08-061-1/+1
* * ext/readline/readline.c (readline_s_set_point, Init_readline):kouji2013-08-063-1/+44
* json/add/range.rb: use Range#endnobu2013-08-061-1/+1
* net/http/header.rb: remove a hacknobu2013-08-061-1/+0
* * ext/readline/readline.c (Init_readline, readline_s_set_output)kouji2013-08-062-20/+119
* * vm_insnhelper.c (vm_push_frame): change type of stack_max to size_t.ko12013-08-062-2/+6
* range.c: consider exclusivenobu2013-08-063-1/+26
* win32.c: fix conversionnobu2013-08-062-1/+7
* * vm_insnhelper.c (vm_push_frame): fix stack overflow check codes.ko12013-08-067-30/+52
* win32.c: conversion from WCHARnobu2013-08-062-11/+28
* * vm_eval.c (eval_string_with_cref): copy cref to limit the scope ofshugo2013-08-063-0/+48
* string.c: fix typonobu2013-08-061-1/+1
* win32.c: supprss warningnobu2013-08-061-2/+2
* [DOC] refine a call seq.akr2013-08-061-2/+2
* * bignum.c (rb_big_realloc): Use VALGRIND_MAKE_MEM_UNDEFINED toakr2013-08-064-13/+24
* * process.c: [DOC] Document caveats of command form of Process.spawnzzak2013-08-052-1/+14
* * lib/rss/0.9.rb: [DOC] Typo in example [Bug #8732]zzak2013-08-052-1/+5
* * 2013-08-06svn2013-08-051-2/+2
* * lib/rss/2.0.rb: [DOC] Document RSS::Rss by Steve Klabnik #8740zzak2013-08-053-1/+37
* * bignum.c: Rename local variables.akr2013-08-052-286/+290
* * vm_trace.c: [DOC] Fix TracePoint return values in exampleszzak2013-08-052-5/+11
* win32.c: conversion to WCHARnobu2013-08-053-12/+32
* win32.c: fix wrong trimmingnobu2013-08-052-8/+23
* test_econv.rb: assert_separatelynobu2013-08-051-11/+4
* fix typoskazu2013-08-051-2/+2
* * include/ruby/encoding.h: document which user flags are used bycharliesome2013-08-052-1/+6
* * 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