aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * intern.h: prepare rb_last_status_get() and rb_last_status_set().ko12007-02-051-0/+13
* * ruby.h: add a prototype of rb_id2str().ko12007-02-051-0/+4
* * eval_thread.c, common.mk: remove eval_thread.c.ko12007-02-051-0/+31
* * parse.y (rb_compose_ivar2): function to create a new ivar2matz2007-02-041-0/+19
* * insns.def (setclassvariable): remove unnecessary operand.matz2007-02-041-0/+8
* * eval.c (rb_frame_callee): check if prev_cfp can be accessible.matz2007-02-041-0/+6
* * test/rss/rss-assertions.rb: removed needless code for backward compatibility.kou2007-02-041-0/+5
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): Remove a debugknu2007-02-031-0/+5
* * ext/win32ole/win32ole.c (ole_val2olevariantdata, ole_val2variant):suke2007-02-031-0/+12
* * common.mk (runruby, benchmark, benchmark-each, tbench): usenobu2007-02-021-1/+4
* * Makefile.in, */Makefile.sub, common.mk (vmasm): generalized.nobu2007-02-021-1/+3
* * 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