aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* test.rb: show messages in one linenobu2012-12-113-3/+12
* Experimentally recommit of r38041: specify smaller max lengthnaruse2012-12-113-2/+27
* * eval.c (rb_using_refinement): make the method table of an iclassshugo2012-12-113-0/+74
* * tool/make-snapshot: add --disable-rubygem to both MINIRUBY and RUBY.naruse2012-12-112-3/+11
* * test/dl/test_func.rb (test_name_with_block, test_bind, test_qsort1): call u...ngoto2012-12-112-19/+38
* * 2012-12-12svn2012-12-111-2/+2
* * ext/dl/lib/dl/func.rb (DL::Function#unbind, #bound?): suppress NoMethodErro...ngoto2012-12-113-0/+71
* fix a typokazu2012-12-111-1/+1
* * ext/fiddle/function.c (Fiddle::Function.new): new keyword argument :name to...ngoto2012-12-114-8/+33
* fix typos for r38298kazu2012-12-112-8/+8
* * common.mk: Added --pages-dir to rdoc creation. Now doc/ items showdrbrain2012-12-114-5/+12
* * lib/rdoc/options.rb: Added --page-dir option for moving pages indrbrain2012-12-115-1/+107
* * ext/pathname/lib/pathname.rb: Hide private methods from RDoc.drbrain2012-12-112-9/+13
* * tool/make-snapshot (BASERUBY): add --disable-gem to avoid load gems.naruse2012-12-112-0/+10
* Revert r38301naruse2012-12-112-6/+1
* probes_helper.h: RUBY_DTRACE_HOOKnobu2012-12-112-1/+3
* test_settracefunc.rb: envutilnobu2012-12-111-0/+1
* * ext/dl/win32/extconf.rb: Fix typonaruse2012-12-112-1/+7
* Experimentally revert r38041naruse2012-12-113-27/+2
* * common.mk ($(MINIPRELUDE_C)): -I may break make dist.naruse2012-12-112-1/+6
* Revert r38296 and r38301naruse2012-12-111-5/+0
* More debug print for r38296naruse2012-12-101-0/+2
* * lib/matrix: alias {row|column}_size to {row|column}_count and use the latter.marcandre2012-12-104-116/+124
* * 2012-12-11svn2012-12-101-2/+2
* * fix the behavior when a module is included into a refinement.shugo2012-12-106-7/+132
* * vm_method.c (rb_method_entry_without_refinements): useshugo2012-12-103-1/+29
* Add debug print to debug make dist error on rubyci FreeBSDnaruse2012-12-101-0/+3
* * properties.nobu2012-12-101-3/+3
* * ext/fiddle/win32/*: library ports from DL to Fiddle.usa2012-12-105-1/+1236
* vm_trace.c: exceptions in event hooksnobu2012-12-104-9/+22
* compile.c, vm_insnhelper.c: flip-flop without hidden string keynobu2012-12-107-22/+50
* * Makefile.in (LIBRUBY_SO): sign also.nobu2012-12-101-0/+1
* * enc/depend (link_so): prefix $(Q) for each commands.nobu2012-12-101-1/+1
* configure.in, mkmf.rb: sign extensionsnobu2012-12-102-4/+7
* mkconfig.rb: newlinesnobu2012-12-101-0/+1
* KNOWNBUGS.rb: exceptions in event hooksnobu2012-12-101-0/+2
* test_gem_rdoc.rb: shut up skipping warningsnobu2012-12-101-8/+10
* * lib/irb/magic-file.rb: set a encoding, which is detected fromnari2012-12-102-1/+8
* * properties.nobu2012-12-100-0/+0
* * lib/rubygems/ext/cmake_builder.rb: Added a builder for cmake.drbrain2012-12-105-0/+108
* * 2012-12-10svn2012-12-101-2/+2
* * lib/rubygems/package.rb: Omit directories when packaging gems likedrbrain2012-12-103-2/+11
* envutil.rb: kill childnobu2012-12-091-1/+4
* * vm_insnhelper.c (vm_call_opt_send): Kernel#send should not useshugo2012-12-096-12/+44
* * 2012-12-09svn2012-12-081-2/+2
* * lib/rdoc/markdown/entities.rb: Added documentation.drbrain2012-12-085-6/+28
* * eval.c (rb_mod_refine): don't override Module#include. It'sshugo2012-12-082-32/+6
* * eval.c: remove Module#refinements.shugo2012-12-083-93/+8
* * eval.c (top_using): raise a RuntimeError if using is called in ashugo2012-12-083-0/+38
* Improve rdoc for Ripper, based on a patch by Oscar Del Ben [github:219]marcandre2012-12-081-1/+5