summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-02-02* common.mk (bin): add more dependency. a patch from Tadashimatz
2007-02-02* ruby.h (SYMBOL_P): make Symbol immediate again for performance. matz
2007-02-02* parse.y (assignable_gen): no need to generate NODE_CVDECL.matz
2007-02-02* vm.c (eval_get_cvar_base): destination for class variable accessmatz
2007-02-02* insns.def (setclassvariable): remove warn argument.matz
2007-02-02* variable.c (rb_cvar_set): remove warn argument.matz
2007-02-02* common.mk (compile.$(OBJEXT)): add config.h to vm.c andmatz
2007-02-02* eval.c: remove duplicated global variables rb_cProc andmatz
2007-01-31* lib/open-uri.rb (OpenURI::OpenURI.open_uri): revert last change to conform ...matz
2007-01-31* test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator):matz
2007-01-31* lib/open-uri.rb (OpenURI::OpenURI.open_uri): use user andmatz
2007-01-30* string.c (rb_str_sub_bang): calling rb_str_modify() should be justusa
2007-01-30* numeric.c (int_pred): add Integer#pred correspondingmatz
2007-01-30* mkconfig.rb: autoconf 2.61 support. [ruby-core:10016]nobu
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