aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lib/csv.rb: Fixes #161 on githubjeg22012-08-201-0/+33
* vm_insnhelper.c: iclass as klass in cfpnobu2012-08-201-0/+54
* test_module.rb: workaround for ruby-mode.elnobu2012-08-201-1/+1
* object.c: preserve encodingsnobu2012-08-171-0/+24
* * vm_trace.c, vm_core.h: simplify tracing mechanism.ko12012-08-161-5/+13
* object.c: forbid uninitialized classnobu2012-08-161-0/+2
* test_printf.rb: need to be infectednobu2012-08-161-11/+7
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-153-3/+27
* sprintf.c: infectnobu2012-08-151-0/+22
* sprintf.c: coderange fixnobu2012-08-151-0/+7
* Revert r36699 and r36700. [Feature #6130]naruse2012-08-152-25/+1
* update PP with recent Kernel#inspect change. Patch by Yusuke Endoh.eregon2012-08-141-1/+0
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-141-0/+25
* * test/erb/test_erb.rb (test_html_escape): add assertions for theshugo2012-08-141-0/+3
* * test/ruby/test_file_exhaustive.rbusa2012-08-141-0/+14
* Suppress warnings.naruse2012-08-145-13/+20
* * test/ruby/test_file_exhaustive.rbusa2012-08-141-0/+8
* Tue Aug 14 11:55:37 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-08-142-2/+2
* * test/erb/test_erb.rb (test_html_escape): fix typo.shugo2012-08-131-1/+1
* * lib/erb.rb (ERB::Util.html_escape): use CGI.escape to escapeshugo2012-08-131-0/+10
* * vm.c (invoke_block_from_c): fix unintentional block passing.ktsj2012-08-121-0/+21
* Refix r36678: switch with zlib and check content-encoding.naruse2012-08-101-6/+24
* Suppress warnings: Net::HTTPResponse#header is obsoletenaruse2012-08-101-4/+4
* Run automatic deflate decoding only if it has zlib.naruse2012-08-101-3/+3
* Optimize winnt_statshirosaki2012-08-091-0/+7
* * test/openssl/test_config.rb (OpenSSL#test_constants): skip thiskosaki2012-08-091-0/+2
* vm_eval.c: cref-scope hacknobu2012-08-081-0/+12
* use local variablesnobu2012-08-084-62/+62
* * compile.c, insns.def (checkmatch):ko12012-08-081-0/+20
* * test/ruby/test_require.rb (TestRequire#test_require_twice): added.usa2012-08-071-0/+13
* * vm_method.c (rb_redefine_opt_method): use RCLASS_ORIGIN to avoidshugo2012-08-071-0/+24
* * test/ruby/test_file_exhaustive.rbusa2012-08-071-1/+7
* test String#each_line when separator is longer than string.tenderlove2012-08-071-0/+7
* method in instance_evalnobu2012-08-061-0/+15
* test_exception.rb: split testsnobu2012-08-061-4/+26
* test_exception.rb: use local variablesnobu2012-08-061-17/+17
* * test/win32ole/test_win32ole_variant.rb: setting WIN32OLE.localesuke2012-08-061-11/+15
* * internal.h, class.c, eval.c, insns.def: find the appropriateshugo2012-08-061-3/+77
* insns.def: use klass in cfpnobu2012-08-061-0/+18
* * test/etc/test_etc.rb (TestEtc#test_getpwuid): `s' is never set to nil.usa2012-08-061-1/+1
* * syslog/test_syslog_logger.rb: miss.usa2012-08-061-1/+1
* * test/syslog/test_syslog_logger.rb: skip unless Syslog module isusa2012-08-061-2/+6
* test_etc.rb: remove implicit assumptionnobu2012-08-051-5/+12
* uncommented some teststadf2012-08-041-2/+0
* * test/ruby/test_alias.rb (test_super_in_aliased_module_method):shugo2012-08-041-0/+25
* test_super.rb: renamenobu2012-08-031-1/+1
* * insns.def (invokesuper): reverted r36612 so that super in anshugo2012-08-031-1/+37
* * insns.def (invokesuper): don't skip the same class. instead, useshugo2012-08-031-0/+28
* runner.rb: no installed gemsnobu2012-08-031-0/+1
* * eval.c (rb_mod_using): new method Module#using. [experimental]shugo2012-08-023-8/+306