summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-27* ext/bigdecimal/bigdecimal.c (BigDecimal_load): Silence warningsknu
2007-02-27* enum.c (enum_take): new method. [ruby-dev:30407]matz
2007-02-26* yarvcore.h, vm.h: rename th_invoke_yield() to th_yield().ko1
2007-02-26* 2007-02-27eban
2007-02-26* test/ruby/test_optimization.rb: restore method before calling assert_equal.aamine
2007-02-25* yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko1
2007-02-25* common.mk: change "gdb" rule. You can debug miniruby withko1
2007-02-25* win32/Makefile.sub: enable -Zi (debug) option.ko1
2007-02-25* ruby.h: define RUBY_VM macro and remove NATIVETHREAD* macros.ko1
2007-02-25* thread.c (rb_thread_run): fix to ANSI style.ko1
2007-02-25* bootstraptest/runner.rb: show source code in error message.aamine
2007-02-25* yarvcore.h:ko1
2007-02-25* bootstraptest/runner.rb: add lib/ to load path.aamine
2007-02-25* rubyio.h (HAVE_RB_IO_T): macro to tell if rb_io_t is defined.nobu
2007-02-24* common.mk: new target "btest", to run bootstraptests.aamine
2007-02-24* file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu
2007-02-24* bootstraptest/runner.rb: new option -v,--verbose.aamine
2007-02-24* yarvtest/test_method.rb: removed (merged to bootstraptest).aamine
2007-02-24* thread.c (DEBUG_OUT): leave pointer size to runtime.nobu
2007-02-24* file.c (rb_thread_flock, rb_file_flock): use UBF feature.nobu
2007-02-24* bootstraptest/test_class.rb: new file.aamine
2007-02-24* file.c (rb_thread_flock, rb_file_flock): use UBF feature.nobu
2007-02-24* process.c (rb_waitpid_blocking, rb_waitpid): use UBF feature.nobu
2007-02-24* intern.h (rb_thread_blocking_region): add prototype.nobu
2007-02-24* thread.c (rb_thread_debug): added runtime debugging flag.nobu
2007-02-24* parse.y (f_arg, opt_f_block_arg): ripper should export VALUE.aamine
2007-02-24* bootstraptest/runner.rb: fix syntax error.aamine
2007-02-24* bootstraptest/runner.rb: new option --help.aamine
2007-02-24* bootstraptest: new test suite.aamine
2007-02-24* win32/win32.c (StartSocket): remove unnecessary code.usa
2007-02-24* parse.y (struct local_vars): remove unused nofree member frommatz
2007-02-24* lib/thread.rb (ConditionVariable#broadcast): use Mutexshugo
2007-02-24ignore static library libruby-static.aaamine
2007-02-24* parse.y (program): remove useless assignment to reduce warning.aamine
2007-02-24* parse.y (lambda): remove unused clause from the rule to stopmatz
2007-02-24* lib/thread.rb: do not redefine Mutex#synchronize.shugo
2007-02-24* lib/monitor.rb: rewritten using Mutex/ConditionVariable.shugo
2007-02-24* lib/soap/mapping/factory.rb: catch up with spec changes (returnko1
2007-02-24* parse.y, node.h, compile.c: change node tree structure. a purposeko1
2007-02-24* test/testunit/test_testcase.rb: catch up with current instanceko1
2007-02-24fix ChangeLog.ko1
2007-02-24* common.mk: change vm_macro.def -> vm_macro.inc rule.ko1
2007-02-24* ext/racc/cparse/cparse.c (cparse_params_mark): remove useless rb_gc_mark. ...aamine
2007-02-23* ext/win32ole/win32ole.c: add WIN32OLE_VARIANT.array, suke
2007-02-23* test/ruby/test_yield.rb: new test.aamine
2007-02-23* thread.c (rb_thread_polling): check interrupts here.usa
2007-02-23* test/ruby/test_optimization.rb: new test (merges test_opts.rb).aamine
2007-02-23* test/ruby/test_assignment.rb: merge yarvtest/test_massign.aamine
2007-02-23* signal.c (sighandler): need to re-install sighandler on someusa
2007-02-23* test/ruby/test_primitive.rb: new test.aamine