summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-12-15* thread.c (sleep_timeval): cast tv_usec to long to shut upmatz
2008-12-15* ruby.c (process_options): revive global sub, gsub, chop, chompmatz
2008-12-15* ext/pty/pty.c (pty_open): set FMODE_SYNC and FMODE_DUPLEX.akr
2008-12-15* ext/pty/pty.c (pty_open): new method PTY.open.akr
2008-12-15* ext/pty/pty.c (get_device_once): use DEVICELEN instead ofakr
2008-12-15* ext/pty/pty.c (chfunc): make it static.akr
2008-12-15* ext/pty/pty.c (child_info): add slavename.akr
2008-12-15 * common.mk (EXTMK_ARGS): shouldn't use ``\"'' because cmd.exe eatusa
2008-12-15 * win32/Makefile.sub (config.h): define CANONICALIZATION_FOR_MATHNusa
2008-12-15* lib/rake/packagetask.rb (Rake::PackageTask): small documentmatz
2008-12-15ChangeLog reformattedmatz
2008-12-15* ChangeLog: fixed typo.nobu
2008-12-15* vm_insnhelper.c (vm_callee_setup_arg_complex): uses cfp fromnobu
2008-12-15* test/ruby/test_metaclass.rb: new test case for metaclass hierarchy.yugui
2008-12-15* id.h, template/id.h.tmpl (ruby_method_ids): sees YYTOKENTYPE too.nobu
2008-12-15* common.mk (EXTMK_ARGS): needs MINIRUBY for cross-compile.nobu
2008-12-15* vm_eval.c (vm_call0): NODE_ZSUPER supported. [ruby-core:20480]nobu
2008-12-15* vm_eval.c (vm_call_super): uses method_missing().nobu
2008-12-15* vm.c (vm_backtrace): defaults to script name for C functions.nobu
2008-12-15* ruby.c (rubylib_mangled_path, rubylib_mangled_path2): cannot usenobu
2008-12-15* common.mk (btest-ruby): use RUNRUBY instead of MINIRUBY to load thenobu
2008-12-14* bignum.c (bigmul1_karatsuba): remove temporal bignum.mame
2008-12-14* bignum.c (bigmul1_karatsuba): fix comment and refactoring.mame
2008-12-14* bignum.c (bigmul1_balance, bigmul1_karatsuba): remove allmame
2008-12-14* ChangeLog: fix Japanese date. Sorry.mame
2008-12-14* spec/README: directory structrue changedyugui
2008-12-14* ChangeLog: add a reference.mame
2008-12-14* bignum.c (rb_big_mul): faster multiplication by Karatsuba method andmame
2008-12-14reverts r20713yugui
2008-12-13* process.c (forked_child): new variable.akr
2008-12-13* common.mk (help): describes more targets.yugui
2008-12-13* string.c (sym_printable): wrong condition for string iteration.matz
2008-12-13* string.c (sym_inspect): quote if symbol contains non-printablematz
2008-12-13* string.c (sym_equal): remove documentation error "Otherwise,matz
2008-12-13* encoding.c (default_external): endless recursion duringyugui
2008-12-13* ruby.c (process_options): fixed default_internal is nil.kouji
2008-12-13* test/ruby/enc/test_utf16.rb: feature changed in r20626.yugui
2008-12-13* test/ruby/test_m17n_comb.rb: feature changed in r20626.yugui
2008-12-13 * complex.c: use rb_usascii_str_new2 instead of rb_str_new2.tadf
2008-12-13* test/ruby/test_m17n.rb: feature changed in r20626.yugui
2008-12-13* lib/minitest/test.rb (MinTest::Unit#location): yugui
2008-12-13Imported minitest 1.3.2 r4503.ryan
2008-12-12 * complex.c (nucomp_canonicalization): renamed.tadf
2008-12-12* ChangeLog: commit miss (r20680).kouji
2008-12-12 * complex.c, rational.c: do not use RUBY_VERSION_CODE.tadf
2008-12-12* ext/readline/readline.c: r20662 reverted.kouji
2008-12-12* encoding.c (rb_enc_set_default_external): default_internal can beyugui
2008-12-12* common.mk (run, runruby, parse, gdb, gdb-ruby): you can also runyugui
2008-12-12* ext/readline/readline.c (readline_readline): changed the messagekouji
2008-12-12* ext/readline/readline.c: used the ExportStringValue macrokouji