summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-01-29* tool/compile.rb: replace YARVCore by VM class.matz
2007-01-29* ext/win32ole/win32ole.c: add WIN32OLE.locale=, WIN32OLE.locale,suke
2007-01-29* tool/parse.rb: replace YARVCore by VM class.matz
2007-01-27* ext/win32ole/win32ole.c: refactoring.suke
2007-01-27* ext/win32ole/win32ole.c (ole_val2olevariantdata): bug fix. suke
2007-01-26bug fix of WIN32OLE_VARIANT when variant type is VT_BYREF|VT_VARIANT.suke
2007-01-26* ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): nagai
2007-01-25* enumerator.c (enumerator_init_copy): need to copy internalmatz
2007-01-24* test/ruby/test_iterator.rb: removed a needless workaround.kou
2007-01-24* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fixmatz
2007-01-23* lib/cgi.rb (CGI::QueryExtension::read_multipart): use == insteadmatz
2007-01-23* Makefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat,usa
2007-01-22* ext/socket/socket.c: fix errors in socket sample code.matz
2007-01-20* eval_proc.c (method_receiver): add new method to get the boundmatz
2007-01-20WIN32OLE.codepage= accepts installed codepage.suke
2007-01-20modify WIN32OLERuntimeError message.suke
2007-01-19add WIN32OLE_VARIANT::Empty, WIN32OLE_VARIANT::Null, WIN32OLE_VARIANT::Nothing.suke
2007-01-18IN32OLE_VARIANT.new accepts nil as first argument for some VARIANT TYPE. fix ...suke
2007-01-17* some refactoring around yarvcore and proc.ko1
2007-01-16* vm.c (eval_search_super_klass): rename to search_super_klass() andko1
2007-01-16* common.mk: fix ruby script path.ko1
2007-01-16* vm.c (invoke_block): fix to specify self.ko1
2007-01-16* env.h: removedko1
2007-01-16* eval_proc.c (rb_proc_new): added.ko1
2007-01-13fix memory leak of win32ole.suke
2007-01-09* array.c (rb_ary_replace): use ptr and len of orig instead ofnobu
2007-01-09 r11523@ruby: shyouhei | 2007-01-09 15:57:58 +0900shyouhei
2007-01-09* file.c (rb_find_file): should not call fpath_check() with NULL.usa
2007-01-08* string.c (rb_str_upto): use RSTRING_LEN().matz
2007-01-08* string.c (rb_str_upto): String#upto from empty string makesmatz
2007-01-07* thread.c (rb_thread_stop_timer_thread(), rb_thread_reset_timer_thread(),ko1
2007-01-07* common.mk: add a "compare" rule and fix MATZRUBY variableko1
2007-01-07add some test. update comment for rdoc.suke
2007-01-07Merge RDoc updates from matzruby 11502, 11503, 11504drbrain
2007-01-07updated based on date2 4.0.1.tadf
2007-01-06* io.c (rb_io_getline_fast, rb_io_getline): increase linenonobu
2007-01-06* insns.def (send) : fix to optimize send() with Symbol.ko1
2007-01-06* common.mk : add PHONY dependency to some rulesko1
2007-01-06* io.c (argf_read): fix wrong replacement. [ruby-dev:30070]matz
2007-01-06* insns.def : support direct method dispatch with "send" or "funcall".ko1
2007-01-05add WIN32OLE::VARIANT::VT_NULL, WIN32OLE::VARIANT::VT_EMPTY.suke
2007-01-05* benchmark/run.rb : change option formatko1
2007-01-05* benchmark/bm_app_pentomino.rb : use Array#dup instead ofko1
2007-01-05* yarvtest/yarvtest.rb : fix to compare resultsko1
2007-01-05* compile.c, compile.h : add ADD_CALL_RECEIVER() macro.ko1
2007-01-05* benchmark/run_rite.rb : fix to use readlines instead ofko1
2007-01-05 * thread_win32.ci (rb_thread_reset_timer_thread) :ko1
2007-01-05* common.mk : add .SUFFIXES ruleko1
2007-01-05* eval_method.h (rb_alias) : fix to check search resultko1
2007-01-05* eval_method.h (rb_add_method) : fix to check old_nodeko1