aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/thread.rb (ConditionVariable#broadcast): use Mutexshugo2007-02-241-0/+8
* * parse.y (program): remove useless assignment to reduce warning.aamine2007-02-241-0/+4
* * parse.y (lambda): remove unused clause from the rule to stopmatz2007-02-241-0/+5
* * lib/thread.rb: do not redefine Mutex#synchronize.shugo2007-02-241-0/+4
* * lib/monitor.rb: rewritten using Mutex/ConditionVariable.shugo2007-02-241-0/+4
* * lib/soap/mapping/factory.rb: catch up with spec changes (returnko12007-02-241-0/+7
* * parse.y, node.h, compile.c: change node tree structure. a purposeko12007-02-241-0/+24
* * test/testunit/test_testcase.rb: catch up with current instanceko12007-02-241-0/+5
* fix ChangeLog.ko12007-02-241-2/+1
* * common.mk: change vm_macro.def -> vm_macro.inc rule.ko12007-02-241-0/+5
* * ext/racc/cparse/cparse.c (cparse_params_mark): remove useless rb_gc_mark. ...aamine2007-02-241-0/+5
* * ext/win32ole/win32ole.c: add WIN32OLE_VARIANT.array, suke2007-02-231-0/+8
* * test/ruby/test_yield.rb: new test.aamine2007-02-231-0/+6
* * thread.c (rb_thread_polling): check interrupts here.usa2007-02-231-0/+14
* * test/ruby/test_optimization.rb: new test (merges test_opts.rb).aamine2007-02-231-0/+6
* * test/ruby/test_assignment.rb: merge yarvtest/test_massign.aamine2007-02-231-0/+7
* * signal.c (sighandler): need to re-install sighandler on someusa2007-02-231-0/+5
* * win32/win32.c (set_pioinfo_extra): simplified.usa2007-02-231-1/+5
* * test/ruby/test_literal.rb: new test.aamine2007-02-231-0/+4
* fix creditknu2007-02-231-1/+1
* * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu2007-02-231-0/+10
* * parse.y (lambda): add ripper event. This fixes bus error on "make test-all".aamine2007-02-231-0/+7
* * parse.y: remove dyna_check_gen() prototype.matz2007-02-231-0/+4
* * parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz2007-02-231-0/+10
* * thread_pthread.ci (native_mutex_lock): do not callshugo2007-02-231-0/+5
* * dln.c: use dlopen on Mac OS X 10.3 or later.aamine2007-02-231-0/+4
* * string.c (rb_str_ord): need not to check string length; ordmatz2007-02-231-0/+5
* * numeric.c (fix_equal): A bit more optimization.knu2007-02-211-0/+4
* * numeric.c (fix_equal): remove FIX2LONG() to optimize. suggestedmatz2007-02-211-0/+8
* * eval_load.c (rb_require_safe): should restore safe level.nobu2007-02-211-0/+4
* * ext/win32ole/win32ole.c (installed_code_page_proc, suke2007-02-201-0/+5
* * eval.c, vm.c, yarvcore.h: move definition of rb_call_super() toko12007-02-201-0/+5
* * test/io/nonblock/test_flush.rb: YARV doesn't raise any errors ifko12007-02-201-0/+5
* * thread.c (do_select, rb_thread_wait_fd_rw): raise sys error ifko12007-02-201-0/+5
* * 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-191-0/+6
* * ext/etc/etc.c (etc_getgrgid): missed to replace a macro.nobu2007-02-181-0/+4
* updated based on date2 4.0.3.tadf2007-02-181-0/+4
* * configure.in (pid_t, uid_t, gid_t): check if defined.nobu2007-02-181-0/+10
* * object.c (rb_obj_ivar_set/get/defined): fix to check :@_v/C id.ko12007-02-161-0/+7
* * intern.h: add a prototype of rb_sym_to_s().ko12007-02-161-0/+4
* * math.c (math_log): update document to mention second optionalmatz2007-02-161-0/+5
* * parse.y (mrhs): need to append by arg_append().matz2007-02-161-0/+5
* * lib/.document: Apply patch for irb, e2mmap and README by Hugh Sassedrbrain2007-02-161-0/+7
* * win32/win32.c (get_pioinfo_extra): new function for VC++8 SP1usa2007-02-151-0/+7
* * lib/uri/generic.rb (URI::Generic::userinfo): Considering howknu2007-02-151-0/+7
* * vm.(c|h), yarvcore.(c|h) (yarvGlobalStateVersion): rename toko12007-02-141-0/+5
* * test/fileutils/test_fileutils.rb (check_singleton): fix to useko12007-02-141-0/+9
* * lib/delegate.rb: catch up with class local variable (@_v) spec.ko12007-02-141-0/+6
* * ext/win32ole/win32ole.c (ole_variant2val): VC++6 does not suke2007-02-141-0/+5