aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add tag v2_0_0_rc1v2_0_0_rc1mame2013-01-070-0/+0
* * vm_method.c (Init_eval_method): main.public and main.privateshugo2013-01-074-17/+29
* * eval.c (Init_eval): main.include should be private.shugo2013-01-073-1/+29
* * NEWS: remove description about `require "refinement"'.shugo2013-01-072-3/+6
* * eval.c (Init_eval): enable Refinements by default.shugo2013-01-075-35/+35
* * include/ruby/ruby.h (RUBY_EVENT_SPECIFIED_LINE): make it special.ko12013-01-073-3/+17
* test_syntax.rb: assert_not_labelnobu2013-01-071-1/+1
* parse.y: bare kwrest_marknobu2013-01-073-0/+17
* parse.y: duplicated kwrest namenobu2013-01-073-0/+57
* envutil.rb: assert_syntax_errornobu2013-01-071-0/+24
* envutil.rb: optional fnamenobu2013-01-072-4/+12
* * vm_trace.c (rb_threadptr_exec_event_hooks_orig): pop tag beforeko12013-01-073-1/+32
* * Makefile.in, common.mk (fake, yes-fake, no-make): these dependeciesusa2013-01-074-10/+18
* vm_insnhelper.c: keyrest should not overwrite rest argnobu2013-01-073-7/+36
* * NEWS: adjust indent.nobu2013-01-071-12/+12
* * 2013-01-07svn2013-01-071-2/+2
* * NEWS: add a NEWS entry about RubyVM.ko12013-01-072-1/+18
* fix typoskazu2013-01-061-2/+2
* * win32/Makefie.sub: Fix build with VC.yugui2013-01-062-1/+6
* * bootstraptest/test_io.c: add a test for [ruby-dev:46834].yugui2013-01-064-5/+30
* * doc/syntax/modules_and_classes.rdoc: Fixed typo.drbrain2013-01-062-1/+5
* fix a typokazu2013-01-051-1/+1
* * doc/syntax/modules_and_classes.rdoc: Added singleton classesdrbrain2013-01-052-0/+50
* * lib/webrick/httpservlet/abstract.rb (WEBrick::HTTPServlet): Typo inzzak2013-01-052-1/+6
* * 2013-01-06svn2013-01-051-2/+2
* * lib/net/http/generic_request.rb:naruse2013-01-052-1/+15
* Suppress warningsnaruse2013-01-051-5/+11
* * doc/syntax/modules_and_classes.rdoc: Improved description of methodsdrbrain2013-01-052-2/+12
* * string.c (rb_str_enumerate_lines): fix invalid byte sequence errorglass2013-01-053-3/+17
* envutil.rb: check stdout and stderrnobu2013-01-052-10/+19
* * properties.nobu2013-01-050-0/+0
* * doc/syntax/modules_and_classes.rdoc: Added documentation of syntaxdrbrain2013-01-053-30/+297
* * doc/syntax/methods.rdoc: Added return values and scope sections,drbrain2013-01-042-13/+119
* * io.c (rb_cloexec_fcntl_dupfd): improve #ifdef condition.kosaki2013-01-042-3/+8
* * lib/rubygems/commands/cleanup_command.rb: Clean all possible gemsdrbrain2013-01-043-50/+120
* * 2013-01-05svn2013-01-041-2/+2
* * gc.c (vm_xrealloc): add a few comment why we avoid realloc(ptr,0).kosaki2013-01-042-0/+11
* fix a typokazu2013-01-041-1/+1
* * Makefile.in (RBCONFIG): Moved from common.mk in order to use theyugui2013-01-044-1/+9
* * common.mk (run, parse): Use BTESTRUBY instead of MINIRUBY to handleyugui2013-01-042-4/+9
* * common.mk (yes-btest): btest depends on also $(arch)-fake.rb andyugui2013-01-044-3/+18
* * lib/rubygems/doctor.rb: Process directories in order in case thedrbrain2013-01-048-22/+36
* * lib/rdoc/cross_reference.rb: Fixed matching of C#=== or #===. RDocdrbrain2013-01-0416-52/+266
* * lib/forwardable.rb: Fix rdoc parameters for ::def_single_delegator.zzak2013-01-042-3/+9
* typo in ChangeLogzzak2013-01-041-1/+1
* revert r38686 -- duplicate ChangeLog entryyugui2013-01-031-10/+0
* Fix failures on btest for NativeClient.yugui2013-01-031-0/+10
* * 2013-01-04svn2013-01-031-2/+2
* Fix failures on btest for NativeClient.yugui2013-01-036-6/+29
* * io.c (rb_cloexec_fcntl_dupfd): Fix failures inyugui2013-01-032-2/+10