aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * *.def, proc.c, vm_opts.h.base, template/*: set properties.nobu2007-02-0217-2850/+2850
* * common.mk (bin): add more dependency. a patch from Tadashimatz2007-02-023-5/+29
* * ruby.h (SYMBOL_P): make Symbol immediate again for performance. matz2007-02-025-176/+155
* * parse.y (assignable_gen): no need to generate NODE_CVDECL.matz2007-02-025-9/+9
* * vm.c (eval_get_cvar_base): destination for class variable accessmatz2007-02-023-23/+52
* * insns.def (setclassvariable): remove warn argument.matz2007-02-022-1/+5
* * variable.c (rb_cvar_set): remove warn argument.matz2007-02-024-6/+9
* * common.mk (compile.$(OBJEXT)): add config.h to vm.c andmatz2007-02-022-2/+7
* * eval.c: remove duplicated global variables rb_cProc andmatz2007-02-023-7/+9
* * lib/open-uri.rb (OpenURI::OpenURI.open_uri): revert last change to conform ...matz2007-01-312-9/+0
* * test/ruby/test_iterator.rb (TestIterator::test_block_given_within_iterator):matz2007-01-312-0/+17
* * lib/open-uri.rb (OpenURI::OpenURI.open_uri): use user andmatz2007-01-312-0/+9
* * 2007-01-31eban2007-01-311-3/+3
* * ext/tk/sample/images/teapot.ppm: fix the broken file. [ruby-dev:30226]nagai2007-01-311-37/+12
* * string.c (rb_str_sub_bang): calling rb_str_modify() should be justusa2007-01-302-1/+7
* * numeric.c (int_pred): add Integer#pred correspondingmatz2007-01-302-0/+26
* * mkconfig.rb: autoconf 2.61 support. [ruby-core:10016]nobu2007-01-302-3/+32
* * ext/tk/sample/tktextio.rb: 'hist_size' option causes error.nagai2007-01-291-1/+1
* * 2007-01-30eban2007-01-291-3/+3
* * tool/compile.rb: replace YARVCore by VM class.matz2007-01-292-3/+7
* * ext/win32ole/win32ole.c: add WIN32OLE.locale=, WIN32OLE.locale,suke2007-01-294-21/+178
* * tool/parse.rb: replace YARVCore by VM class.matz2007-01-293-4/+9
* * 2007-01-28eban2007-01-281-3/+3
* * ext/win32ole/win32ole.c: refactoring.suke2007-01-272-66/+303
* * ext/win32ole/win32ole.c (ole_val2olevariantdata): bug fix. suke2007-01-273-81/+102
* * 2007-01-27eban2007-01-261-3/+3
* bug fix of WIN32OLE_VARIANT when variant type is VT_BYREF|VT_VARIANT.suke2007-01-263-9/+85
* * ext/tk/lib/tk.rb (TkConfigMethod#__confinfo_cmd,__conv_keyonly_optkeys): nagai2007-01-2611-17/+47
* * enumerator.c (enumerator_init_copy): need to copy internalmatz2007-01-253-3/+24
* * test/ruby/test_iterator.rb: removed a needless workaround.kou2007-01-242-8/+4
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fixmatz2007-01-242-1/+6
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): use == insteadmatz2007-01-232-1/+6
* * Makefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat,usa2007-01-2314-4/+68
* * ext/socket/socket.c: fix errors in socket sample code.matz2007-01-223-5/+10
* * eval_proc.c (method_receiver): add new method to get the boundmatz2007-01-202-0/+64
* WIN32OLE.codepage= accepts installed codepage.suke2007-01-203-20/+67
* Adds a property, rexml:main-repo-version, which tracksser2007-01-200-0/+0
* Merged from REXML main repository:ser2007-01-2013-83/+142
* version 0.8.6.suke2007-01-201-1/+1
* modify WIN32OLERuntimeError message.suke2007-01-204-6/+34
* move all test from ext/win32ole/tests test/win32olesuke2007-01-204-207/+153
* move some test from ext/win32ole/tests to test/win32olesuke2007-01-193-274/+204
* add WIN32OLE_VARIANT::Empty, WIN32OLE_VARIANT::Null, WIN32OLE_VARIANT::Nothing.suke2007-01-194-9/+99
* IN32OLE_VARIANT.new accepts nil as first argument for some VARIANT TYPE. fix ...suke2007-01-184-21/+45
* * some refactoring around yarvcore and proc.ko12007-01-1712-1686/+1650
* * vm.c (eval_search_super_klass): rename to search_super_klass() andko12007-01-163-2445/+2461
* * common.mk: fix ruby script path.ko12007-01-162-1/+5
* * vm.c (invoke_block): fix to specify self.ko12007-01-162-4/+8
* * env.h: removedko12007-01-162-90/+4
* * eval_proc.c (rb_proc_new): added.ko12007-01-166-63/+72