summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-12-16 * bin/testrb: set $0.usa
2008-12-16* lib/minitest/unit.rb (MiniTest::Assertions#assert_instance_of):matz
2008-12-16 * lib/test/unit.rb (Test::Unit.setup_argv): sorry, fixed wrong commit.usa
2008-12-16* lib/minitest/unit.rb (MiniTest::Assertions#assert_instance_of):matz
2008-12-16* ext/bigdecimal/bigdecimal.c (VpToString): reverted modificationmatz
2008-12-16 * lib/test/unit.rb (Test::Unit.setup_argv): ALT_SEPARATOR support.usa
2008-12-16* ext/pty/pty.c (getDevice): add nomesg argument.akr
2008-12-16 * lib/date/format.rb (_parse): m17n compliant.tadf
2008-12-16* ext/pty/extconf.rb: check posix_openpt.akr
2008-12-16* re.c: use strlcpy for error messages.akr
2008-12-16* parse.y (stmt): returns dispatched result.nobu
2008-12-16* parse.y (primary): also in ripper, saves in_def before restoring.nobu
2008-12-16Revert the previous change. [ruby-dev:37455]knu
2008-12-16typoknu
2008-12-16* common.mk (complex.$(OBJEXT), rational.$(OBJEXT)): Properly addknu
2008-12-16* configure.in (ac_cv_func_daemon): daemon(3) is deprecated on Mac OSnobu
2008-12-16* configure.in (ac_cv_header_ucontext_h): do not use ucontext.h on Macnobu
2008-12-16 * dln.c (dln_load): ditto.usa
2008-12-16 * ruby.c (set_arg0): use strlcpy() instead of strncpy().usa
2008-12-16* parse.y (block_call): block should not be given to yield.matz
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