aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * test/ruby/test_optimization.rb: new test (merges test_opts.rb).aamine2007-02-233-118/+201
* * test/ruby/test_assignment.rb: merge yarvtest/test_massign.aamine2007-02-233-424/+94
* * signal.c (sighandler): need to re-install sighandler on someusa2007-02-232-0/+9
* * test/ruby/test_primitive.rb: new test.aamine2007-02-232-585/+397
* * win32/win32.c (set_pioinfo_extra): simplified.usa2007-02-232-40/+22
* * test/ruby/test_literal.rb: new test.aamine2007-02-232-0/+188
* fix creditknu2007-02-231-1/+1
* * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu2007-02-233-2/+12
* * parse.y (lambda): add ripper event. This fixes bus error on "make test-all".aamine2007-02-233-13/+18
* * parse.y: remove dyna_check_gen() prototype.matz2007-02-232-2/+4
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-2313-160/+25
* ignore *.dylib (shared library on Mac OS X)aamine2007-02-230-0/+0
* * thread_pthread.ci (native_mutex_lock): do not callshugo2007-02-232-7/+7
* * dln.c: use dlopen on Mac OS X 10.3 or later.aamine2007-02-232-5/+18
* * string.c (rb_str_ord): need not to check string length; ordmatz2007-02-233-8/+8
* * numeric.c (fix_equal): A bit more optimization.knu2007-02-212-3/+6
* * numeric.c (fix_equal): remove FIX2LONG() to optimize. suggestedmatz2007-02-212-17/+15
* * eval_load.c (rb_require_safe): should restore safe level.nobu2007-02-213-3/+15
* * ext/win32ole/win32ole.c (installed_code_page_proc, suke2007-02-202-5/+11
* fixknu2007-02-201-0/+2
* Update the distribution information.knu2007-02-202-13/+17
* * eval.c, vm.c, yarvcore.h: move definition of rb_call_super() toko12007-02-204-8/+12
* * test/io/nonblock/test_flush.rb: YARV doesn't raise any errors ifko12007-02-202-0/+7
* * thread.c (do_select, rb_thread_wait_fd_rw): raise sys error ifko12007-02-203-7/+13
* just a minor changetadf2007-02-191-1/+1
* just a minor changetadf2007-02-191-4/+4
* * configure.in (RUBY_REPLACE_TYPE): cache convertible type info.nobu2007-02-193-36/+49
* * configure.in (RUBY_REPLACE_TYPE): cache convertible type info.nobu2007-02-191-0/+9
* * ext/socket/socket.c (unix_peeraddr): wrong syscall name in errormatz2007-02-193-4/+10
* * ext/etc/etc.c (etc_getgrgid): missed to replace a macro.nobu2007-02-182-1/+5
* * 2007-02-18eban2007-02-181-3/+3