aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/mkmf.rb (create_makefile): make object files depend onnobu2007-02-021-1/+4
* * call_cfunc.ci, compile.c, compile.h, debug.h, eval.c,nobu2007-02-021-1/+10
* * proc.c (yarv_proc_alloc): needs return.nobu2007-02-021-0/+4
* * common.mk (bin): add more dependency. a patch from Tadashimatz2007-02-021-0/+5
* * ruby.h (SYMBOL_P): make Symbol immediate again for performance. matz2007-02-021-0/+11
* * parse.y (assignable_gen): no need to generate NODE_CVDECL.matz2007-02-021-0/+6
* * vm.c (eval_get_cvar_base): destination for class variable accessmatz2007-02-021-0/+16
* * insns.def (setclassvariable): remove warn argument.matz2007-02-021-0/+4
* * variable.c (rb_cvar_set): remove warn argument.matz2007-02-021-0/+4
* * common.mk (compile.$(OBJEXT)): add config.h to vm.c andmatz2007-02-021-0/+5
* * eval.c: remove duplicated global variables rb_cProc andmatz2007-02-021-0/+5
* * lib/open-uri.rb (OpenURI::OpenURI.open_uri): revert last change to conform ...matz2007-01-311-6/+0
* * test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator):matz2007-01-311-0/+5
* * lib/open-uri.rb (OpenURI::OpenURI.open_uri): use user andmatz2007-01-311-0/+6
* * string.c (rb_str_sub_bang): calling rb_str_modify() should be justusa2007-01-301-0/+6
* * numeric.c (int_pred): add Integer#pred correspondingmatz2007-01-301-0/+5
* * mkconfig.rb: autoconf 2.61 support. [ruby-core:10016]nobu2007-01-301-0/+4
* * tool/compile.rb: replace YARVCore by VM class.matz2007-01-291-0/+4
* * ext/win32ole/win32ole.c: add WIN32OLE.locale=, WIN32OLE.locale,suke2007-01-291-0/+11
* * tool/parse.rb: replace YARVCore by VM class.matz2007-01-291-0/+5
* * ext/win32ole/win32ole.c: refactoring.suke2007-01-271-0/+4
* * ext/win32ole/win32ole.c (ole_val2olevariantdata): bug fix. suke2007-01-271-0/+8
* bug fix of WIN32OLE_VARIANT when variant type is VT_BYREF|VT_VARIANT.suke2007-01-261-0/+7
* * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): nagai2007-01-261-0/+15
* * enumerator.c (enumerator_init_copy): need to copy internalmatz2007-01-251-0/+5
* * test/ruby/test_iterator.rb: removed a needless workaround.kou2007-01-241-0/+4
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fixmatz2007-01-241-0/+5
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): use == insteadmatz2007-01-231-0/+5
* * Makefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat,usa2007-01-231-0/+5
* * ext/socket/socket.c: fix errors in socket sample code.matz2007-01-221-0/+5
* * eval_proc.c (method_receiver): add new method to get the boundmatz2007-01-201-0/+11
* WIN32OLE.codepage= accepts installed codepage.suke2007-01-201-0/+7
* modify WIN32OLERuntimeError message.suke2007-01-201-0/+7
* add WIN32OLE_VARIANT::Empty, WIN32OLE_VARIANT::Null, WIN32OLE_VARIANT::Nothing.suke2007-01-191-1/+10
* IN32OLE_VARIANT.new accepts nil as first argument for some VARIANT TYPE. fix ...suke2007-01-181-0/+10
* * some refactoring around yarvcore and proc.ko12007-01-171-0/+30
* * vm.c (eval_search_super_klass): rename to search_super_klass() andko12007-01-161-0/+7
* * common.mk: fix ruby script path.ko12007-01-161-0/+4
* * vm.c (invoke_block): fix to specify self.ko12007-01-161-0/+4
* * env.h: removedko12007-01-161-0/+4
* * eval_proc.c (rb_proc_new): added.ko12007-01-161-0/+11
* fix memory leak of win32ole.suke2007-01-131-0/+6
* * array.c (rb_ary_replace): use ptr and len of orig instead ofnobu2007-01-091-0/+5
* r11523@ruby: shyouhei | 2007-01-09 15:57:58 +0900shyouhei2007-01-091-3/+5
* * file.c (rb_find_file): should not call fpath_check() with NULL.usa2007-01-091-0/+5
* * string.c (rb_str_upto): use RSTRING_LEN().matz2007-01-081-0/+2
* * string.c (rb_str_upto): String#upto from empty string makesmatz2007-01-081-0/+5
* * thread.c (rb_thread_stop_timer_thread(), rb_thread_reset_timer_thread(),ko12007-01-071-0/+15
* * common.mk: add a "compare" rule and fix MATZRUBY variableko12007-01-071-0/+4
* add some test. update comment for rdoc.suke2007-01-071-0/+8