aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert r36699 and r36700. [Feature #6130]naruse2012-08-1510-67/+37
* update PP with recent Kernel#inspect change. Patch by Yusuke Endoh.eregon2012-08-143-11/+9
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-148-26/+58
* * test/erb/test_erb.rb (test_html_escape): add assertions for theshugo2012-08-142-0/+8
* * ChangeLog: fix typo.shugo2012-08-141-1/+1
* * win32/win32.c (check_valid_dir): reject "..." as directory name.usa2012-08-142-1/+13
* * test/ruby/test_file_exhaustive.rbusa2012-08-142-0/+19
* Suppress warnings.naruse2012-08-146-14/+21
* * test/ruby/test_file_exhaustive.rbusa2012-08-142-0/+13
* Tue Aug 14 11:55:37 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-08-143-3/+3
* * 2012-08-14svn2012-08-141-2/+2
* * lib/erb.rb (ERB::Util.html_escape): fix r36687: call to_s beforenaruse2012-08-142-1/+6
* * test/erb/test_erb.rb (test_html_escape): fix typo.shugo2012-08-131-1/+1
* * 2012-08-13svn2012-08-131-2/+2
* * lib/erb.rb (ERB::Util.html_escape): use CGI.escape to escapeshugo2012-08-133-1/+18
* * properties.nobu2012-08-120-0/+0
* * vm.c (invoke_block_from_c): fix unintentional block passing.ktsj2012-08-125-1/+41
* * 2012-08-12svn2012-08-111-2/+2
* * benchmark/driver.rb: fix typos.eregon2012-08-111-2/+2
* * 2012-08-11svn2012-08-111-2/+2
* remove trailing spaceskazu2012-08-111-1/+1
* 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
* * gc.c (gc_malloc_allocated_size): RDoc does not process macros, sodrbrain2012-08-092-6/+11
* * sample/coverage.rb: fix typo.nobu2012-08-091-1/+1
* * 2012-08-10svn2012-08-091-2/+2
* fix a typokazu2012-08-091-2/+1
* mkrunnable.rb: build_osnobu2012-08-092-2/+5
* configure.in: use real pathnobu2012-08-092-2/+4
* fake.rb.in: remove duplicationsnobu2012-08-092-3/+8
* * ChangeLog: fix a typo.nagachika2012-08-091-1/+1
* Optimize winnt_statshirosaki2012-08-093-16/+60
* ruby.c: show version only oncenobu2012-08-092-3/+10
* * test/openssl/test_config.rb (OpenSSL#test_constants): skip thiskosaki2012-08-092-0/+7
* * 2012-08-09svn2012-08-081-2/+2
* fix a typokazu2012-08-081-1/+1
* vm_eval.c: cref-scope hacknobu2012-08-083-1/+18
* use local variablesnobu2012-08-084-62/+62
* common.mk: id.h dependencynobu2012-08-082-2/+14
* * compile.c (ADD_INSNL): make ADD_INSNSL as alias of ADD_INSN1.ko12012-08-082-5/+7
* * bootstrap/test_exception.rb: fix a last committed test.ko12012-08-082-0/+5
* * compile.c, insns.def (checkmatch):ko12012-08-088-55/+132
* * 2012-08-08svn2012-08-071-2/+2
* * proc.c (method_clone): Added documentation. Patch by Robin Dupret.drbrain2012-08-072-2/+19
* * ext/readline/readline.c (Init_readline): rl_catch_signals=0 returnsnaruse2012-08-072-0/+9
* * vm_exec.c, insns.def (leave): solve problems onko12012-08-076-18/+42
* * test/ruby/test_require.rb (TestRequire#test_require_twice): added.usa2012-08-072-0/+17
* * vm_method.c (rb_redefine_opt_method): use RCLASS_ORIGIN to avoidshugo2012-08-073-2/+32
* * test/ruby/test_file_exhaustive.rbusa2012-08-072-1/+13