summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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* win32/win32.c (set_pioinfo_extra): simplified.usa
2007-02-23* test/ruby/test_literal.rb: new test.aamine
2007-02-23fix creditknu
2007-02-23* lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): Make theknu
2007-02-23* parse.y (lambda): add ripper event. This fixes bus error on "make test-all".aamine
2007-02-23* parse.y: remove dyna_check_gen() prototype.matz
2007-02-23* parse.y, compile.c, gc.c, insns.def, intern.h, iseq.c, node.h,matz
2007-02-23* thread_pthread.ci (native_mutex_lock): do not callshugo
2007-02-23* dln.c: use dlopen on Mac OS X 10.3 or later.aamine
2007-02-23* string.c (rb_str_ord): need not to check string length; ordmatz
2007-02-21* numeric.c (fix_equal): A bit more optimization.knu
2007-02-21* numeric.c (fix_equal): remove FIX2LONG() to optimize. suggestedmatz
2007-02-21* eval_load.c (rb_require_safe): should restore safe level.nobu
2007-02-20* ext/win32ole/win32ole.c (installed_code_page_proc, suke
2007-02-20* eval.c, vm.c, yarvcore.h: move definition of rb_call_super() toko1
2007-02-20* test/io/nonblock/test_flush.rb: YARV doesn't raise any errors ifko1
2007-02-20* thread.c (do_select, rb_thread_wait_fd_rw): raise sys error ifko1
2007-02-19* configure.in (RUBY_REPLACE_TYPE): cache convertible type info.nobu
2007-02-19* ext/socket/socket.c (unix_peeraddr): wrong syscall name in errormatz
2007-02-18* ext/etc/etc.c (etc_getgrgid): missed to replace a macro.nobu
2007-02-18updated based on date2 4.0.3.tadf
2007-02-18* configure.in (pid_t, uid_t, gid_t): check if defined.nobu
2007-02-16* object.c (rb_obj_ivar_set/get/defined): fix to check :@_v/C id.ko1
2007-02-16* intern.h: add a prototype of rb_sym_to_s().ko1
2007-02-16* math.c (math_log): update document to mention second optionalmatz
2007-02-16* parse.y (mrhs): need to append by arg_append().matz
2007-02-16* lib/.document: Apply patch for irb, e2mmap and README by Hugh Sassedrbrain
2007-02-15* win32/win32.c (get_pioinfo_extra): new function for VC++8 SP1usa
2007-02-15* lib/uri/generic.rb (URI::Generic::userinfo): Considering howknu
2007-02-14* vm.(c|h), yarvcore.(c|h) (yarvGlobalStateVersion): rename toko1
2007-02-14* test/fileutils/test_fileutils.rb (check_singleton): fix to useko1
2007-02-14* lib/delegate.rb: catch up with class local variable (@_v) spec.ko1
2007-02-14* ext/win32ole/win32ole.c (ole_variant2val): VC++6 does not suke
2007-02-14* configure.in: change stack limit to 2MB from 32MB.ko1