aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test_exception.rb: split testsnobu2012-08-061-4/+26
* test_exception.rb: use local variablesnobu2012-08-061-17/+17
* vm_eval.c: check exceptional condition firstnobu2012-08-061-5/+3
* * test/win32ole/test_win32ole_variant.rb: setting WIN32OLE.localesuke2012-08-062-11/+21
* * internal.h, class.c, eval.c, insns.def: find the appropriateshugo2012-08-066-4/+110
* * include/ruby/ruby.h, eval.c, vm_insnhelper.c: fix typo.shugo2012-08-064-23/+27
* vm_eval.c: remove dead codenobu2012-08-062-5/+4
* insns.def: use klass in cfpnobu2012-08-063-1/+24
* * test/etc/test_etc.rb (TestEtc#test_getpwuid): `s' is never set to nil.usa2012-08-062-1/+5
* * syslog/test_syslog_logger.rb: miss.usa2012-08-061-1/+1
* * test/syslog/test_syslog_logger.rb: skip unless Syslog module isusa2012-08-062-2/+11
* bigdecimal.c: fix format specifiernobu2012-08-052-1/+5
* io.c: suppress unused variable warningsnobu2012-08-051-0/+2
* ruby.h: rb_num2ulong_inlinenobu2012-08-052-2/+14
* * 2012-08-06svn2012-08-051-2/+2
* ruby.h: fix castnobu2012-08-052-1/+5
* add referencesnari2012-08-051-1/+1
* * gc.c : if ENABLE_VM_OBJSPACE is 1, rest_sweep is not defined.nari2012-08-052-3/+6
* * gc.c: just move functions and so on. I don't touch any internalnari2012-08-052-1827/+1858
* test_etc.rb: remove implicit assumptionnobu2012-08-051-5/+12
* * configure.in: use gcc-4.2 prior to clang, gcc, and cc if exist fornaruse2012-08-052-1/+6
* uncommented some teststadf2012-08-041-2/+0
* added a commenttadf2012-08-041-1/+1
* * 2012-08-05svn2012-08-041-2/+2
* * ext/date/date_{core,strftime}.c: [ruby-core:46990].tadf2012-08-043-3/+7
* * gc.c: use inline functions instead of macros, and close upnari2012-08-042-176/+274
* * gc.c (gc_mark_children): use gc_mark_ptr instead of markingnari2012-08-042-5/+6
* * test/ruby/test_alias.rb (test_super_in_aliased_module_method):shugo2012-08-042-0/+30
* vm_insnhelper.c: no recvnobu2012-08-034-26/+14
* test_super.rb: renamenobu2012-08-031-1/+1
* * 2012-08-04svn2012-08-031-2/+2
* * insns.def (invokesuper): reverted r36612 so that super in anshugo2012-08-033-2/+48
* * insns.def (invokesuper): don't skip the same class. instead, useshugo2012-08-033-6/+35
* configure.in: use default compilers for non-darwinnobu2012-08-032-4/+10
* * configure.in: move RUBY_MINGW32 after AC_PROG_CC.naruse2012-08-032-3/+11
* un.rb: reduce duplicationnobu2012-08-031-5/+5
* un.rb: DocumentRootnobu2012-08-031-2/+3
* runner.rb: no installed gemsnobu2012-08-032-0/+6
* fix a typokazu2012-08-031-1/+1
* * .travis.yml (notifications): [experimental] IRC notificatoins.shyouhei2012-08-032-0/+12
* Revert "* configure.in: move RUBY_MINGW32 after AC_PROG_CC."naruse2012-08-032-6/+1
* * configure.in: move RUBY_MINGW32 after AC_PROG_CC.naruse2012-08-032-1/+6
* * 2012-08-03svn2012-08-021-2/+2
* add missing *kazu2012-08-021-1/+1
* * eval.c (rb_mod_refine): fix documentation.ktsj2012-08-021-1/+3
* * vm_insnhelper.c (rb_vm_using_modules): fix indent.ktsj2012-08-021-1/+1
* * vm_insnhelper.c (vm_call_method): remove garbage spaces.nobu2012-08-021-1/+1
* * properties.nobu2012-08-020-0/+0
* * eval.c (rb_mod_using): new method Module#using. [experimental]shugo2012-08-0219-55/+699
* * class.c, insns.def, method.h, proc.c, vm.c, vm_core.h, vm_eval.c,shugo2012-08-0211-102/+175