summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (opt_bv_decl): resolve type crash by declarating type of bv_decls, ...half-baked-1.9aamine2007-03-073-10/+49
* r17@x31: matz | 2007-03-02 10:49:28 +0900matz2007-03-022-1/+10
* * parse.y, compile.c: change node structure. every "scope"ko12007-03-0220-694/+389
* r13@x31: matz | 2007-02-28 00:54:08 +0900matz2007-02-271-7/+13
* r11@x31: matz | 2007-02-27 17:32:15 +0900matz2007-02-271-1/+2
* r9@x31: matz | 2007-02-27 17:27:26 +0900matz2007-02-272-150/+74
* r7@x31: matz | 2007-02-26 17:59:23 +0900matz2007-02-261-8/+4
* r5@x31: matz | 2007-02-26 17:25:35 +0900matz2007-02-263-201/+157
* make a branch to fix node structure.ko12007-02-260-0/+0
* * yarvcore.h: add rb_thread_t#top_wrapper, top_self.ko12007-02-259-27/+70
* * common.mk: change "gdb" rule. You can debug miniruby withko12007-02-253-7/+16
* * win32/Makefile.sub: enable -Zi (debug) option.ko12007-02-252-1/+5
* * ruby.h: define RUBY_VM macro and remove NATIVETHREAD* macros.ko12007-02-254-38/+11
* * thread.c (rb_thread_run): fix to ANSI style.ko12007-02-252-2/+5
* * bootstraptest/runner.rb: show source code in error message.aamine2007-02-252-5/+24
* * yarvcore.h:ko12007-02-2511-103/+136
* * bootstraptest/runner.rb: add lib/ to load path.aamine2007-02-252-4/+7
* * rubyio.h (HAVE_RB_IO_T): macro to tell if rb_io_t is defined.nobu2007-02-252-0/+6
* * common.mk: new target "btest", to run bootstraptests.aamine2007-02-242-0/+9
* * file.c, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-2415-174/+176
* * bootstraptest/runner.rb: new option -v,--verbose.aamine2007-02-242-2/+11
* * yarvtest/test_method.rb: removed (merged to bootstraptest).aamine2007-02-243-1399/+6
* * thread.c (DEBUG_OUT): leave pointer size to runtime.nobu2007-02-241-1/+1
* * file.c (rb_thread_flock, rb_file_flock): use UBF feature.nobu2007-02-242-45/+23
* * bootstraptest/test_class.rb: new file.aamine2007-02-243-1/+250
* * file.c (rb_thread_flock, rb_file_flock): use UBF feature.nobu2007-02-241-1/+3
* * process.c (rb_waitpid_blocking, rb_waitpid): use UBF feature.nobu2007-02-244-19/+52
* * intern.h (rb_thread_blocking_region): add prototype.nobu2007-02-245-14/+40
* * thread.c (rb_thread_debug): added runtime debugging flag.nobu2007-02-242-3/+37
* * parse.y (f_arg, opt_f_block_arg): ripper should export VALUE.aamine2007-02-242-1/+17
* * bootstraptest/runner.rb: fix syntax error.aamine2007-02-242-1/+5
* * bootstraptest/runner.rb: new option --help.aamine2007-02-242-0/+11
* * bootstraptest: new test suite.aamine2007-02-244-0/+573
* * win32/win32.c (StartSocket): remove unnecessary code.usa2007-02-242-9/+4
* * parse.y (struct local_vars): remove unused nofree member frommatz2007-02-242-4/+8
* * lib/thread.rb (ConditionVariable#broadcast): use Mutexshugo2007-02-244-4/+17
* ignore static library libruby-static.aaamine2007-02-240-0/+0
* * parse.y (program): remove useless assignment to reduce warning.aamine2007-02-242-1/+4
* * parse.y (lambda): remove unused clause from the rule to stopmatz2007-02-242-8/+7
* * lib/thread.rb: do not redefine Mutex#synchronize.shugo2007-02-242-9/+4
* * lib/monitor.rb: rewritten using Mutex/ConditionVariable.shugo2007-02-242-92/+36
* * lib/soap/mapping/factory.rb: catch up with spec changes (returnko12007-02-243-2/+9
* * parse.y, node.h, compile.c: change node tree structure. a purposeko12007-02-2410-161/+251
* * test/testunit/test_testcase.rb: catch up with current instanceko12007-02-242-1/+6
* fix ChangeLog.ko12007-02-241-2/+1
* * common.mk: change vm_macro.def -> vm_macro.inc rule.ko12007-02-242-3/+10
* * ext/racc/cparse/cparse.c (cparse_params_mark): remove useless rb_gc_mark. ...aamine2007-02-242-4/+5
* * ext/win32ole/win32ole.c: add WIN32OLE_VARIANT.array, suke2007-02-234-87/+456
* * test/ruby/test_yield.rb: new test.aamine2007-02-233-207/+73
* * thread.c (rb_thread_polling): check interrupts here.usa2007-02-235-136/+61