aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * vm_insnhelper.c (vm_callee_setup_arg_complex): uses cfp fromnobu2008-12-153-1/+25
* * test/ruby/test_metaclass.rb: new test case for metaclass hierarchy.yugui2008-12-153-20/+232
* * id.h, template/id.h.tmpl (ruby_method_ids): sees YYTOKENTYPE too.nobu2008-12-153-2/+7
* * common.mk (EXTMK_ARGS): needs MINIRUBY for cross-compile.nobu2008-12-152-1/+7
* * vm_eval.c (vm_call0): NODE_ZSUPER supported. [ruby-core:20480]nobu2008-12-152-1/+14
* * vm_eval.c (vm_call_super): uses method_missing().nobu2008-12-153-38/+38
* * vm.c (vm_backtrace): defaults to script name for C functions.nobu2008-12-152-1/+5
* * ruby.c (rubylib_mangled_path, rubylib_mangled_path2): cannot usenobu2008-12-152-12/+38
* * common.mk (btest-ruby): use RUNRUBY instead of MINIRUBY to load thenobu2008-12-153-3/+8
* * bignum.c (bigmul1_karatsuba): remove temporal bignum.mame2008-12-142-54/+38
* * bignum.c (bigmul1_karatsuba): fix comment and refactoring.mame2008-12-142-4/+8
* * bignum.c (bigmul1_balance, bigmul1_karatsuba): remove allmame2008-12-142-10/+5
* * ChangeLog: fix Japanese date. Sorry.mame2008-12-141-1/+1
* * spec/README: directory structrue changedyugui2008-12-142-18/+28
* * ChangeLog: add a reference.mame2008-12-141-1/+1
* * bignum.c (rb_big_mul): faster multiplication by Karatsuba method andmame2008-12-144-68/+366
* new file.akr2008-12-141-0/+46
* reverts r20713yugui2008-12-142-6/+6
* properties.nobu2008-12-130-0/+0
* * 2008-12-14svn2008-12-131-2/+2
* * process.c (forked_child): new variable.akr2008-12-133-62/+100
* * common.mk (help): describes more targets.yugui2008-12-132-8/+24
* * string.c (sym_printable): wrong condition for string iteration.matz2008-12-132-4/+7
* * string.c (sym_inspect): quote if symbol contains non-printablematz2008-12-132-1/+18
* * string.c (sym_equal): remove documentation error "Otherwise,matz2008-12-132-2/+6
* * encoding.c (default_external): endless recursion duringyugui2008-12-132-1/+7
* * ruby.c (process_options): fixed default_internal is nil.kouji2008-12-132-1/+6
* * test/ruby/enc/test_utf16.rb: feature changed in r20626.yugui2008-12-132-1/+6
* * test/ruby/test_m17n_comb.rb: feature changed in r20626.yugui2008-12-132-3/+12
* * complex.c: use rb_usascii_str_new2 instead of rb_str_new2.tadf2008-12-133-11/+17
* * test/ruby/test_m17n.rb: feature changed in r20626.yugui2008-12-132-11/+16
* * lib/minitest/test.rb (MinTest::Unit#location): yugui2008-12-132-2/+12
* Imported minitest 1.3.2 r4503.ryan2008-12-134-9/+22
* Numeric#scalar? has been renamed.tadf2008-12-131-1/+1
* must be typos.tadf2008-12-121-5/+5
* * complex.c (nucomp_canonicalization): renamed.tadf2008-12-126-24/+29
* * ChangeLog: commit miss (r20680).kouji2008-12-121-0/+6
* * 2008-12-13svn2008-12-121-2/+2
* * ext/readline/readline.ckouji2008-12-122-10/+15
* * complex.c, rational.c: do not use RUBY_VERSION_CODE.tadf2008-12-123-10/+12
* * ext/readline/readline.c: r20662 reverted.kouji2008-12-122-10/+19
* * encoding.c (rb_enc_set_default_external): default_internal can beyugui2008-12-122-1/+17
* * common.mk (run, runruby, parse, gdb, gdb-ruby): you can also runyugui2008-12-122-5/+12
* * ext/readline/readline.c (readline_readline): changed the messagekouji2008-12-122-1/+7
* * ext/readline/readline.c: used the ExportStringValue macrokouji2008-12-122-15/+16
* - Remove doc/NEWS when we have doc/NEWS-1.9.1.knu2008-12-122-177/+51
* Add historical NEWS files for the record.knu2008-12-122-0/+839
* * parse.y (yycompile0): ruby_eval_tree_begin is always 0 whennobu2008-12-122-10/+7
* * encoding.c (enc_get_default_encoding): removed.yugui2008-12-124-17/+42
* * load.c (rb_feature_p): load path must be expanded.nobu2008-12-122-1/+29