aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* add tests.akr2008-12-151-0/+60
* * thread.c (sleep_timeval): cast tv_usec to long to shut upmatz2008-12-152-2/+7
* * ruby.c (process_options): revive global sub, gsub, chop, chompmatz2008-12-152-0/+104
* * ext/pty/pty.c (pty_open): set FMODE_SYNC and FMODE_DUPLEX.akr2008-12-152-2/+6
* * ext/pty/pty.c (pty_open): new method PTY.open.akr2008-12-152-0/+66
* * ext/pty/pty.c (get_device_once): use DEVICELEN instead ofakr2008-12-153-7/+8
* * ext/pty/pty.c (chfunc): make it static.akr2008-12-152-1/+6
* * ext/pty/pty.c (child_info): add slavename.akr2008-12-152-1/+9
* * common.mk (EXTMK_ARGS): shouldn't use ``\"'' because cmd.exe eatusa2008-12-152-1/+6
* properties.nobu2008-12-150-0/+0
* * win32/Makefile.sub (config.h): define CANONICALIZATION_FOR_MATHNusa2008-12-152-0/+6
* * lib/rake/packagetask.rb (Rake::PackageTask): small documentmatz2008-12-152-3/+6
* ChangeLog reformattedmatz2008-12-151-39/+20
* * ChangeLog: fixed typo.nobu2008-12-151-2/+4
* * 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