aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * enum.c (group_by): Improve documentation based on patch by b t.drbrain2011-10-062-5/+9
* * enum.c: Clean up wording in Enumerable documentation. Patch by b t.drbrain2011-10-062-19/+20
* * time.c (Init_Time): Remove editorial comments from Timedrbrain2011-10-062-8/+12
* * time.c (Init_Time): Improve Time documentation. Patch by Shanedrbrain2011-10-063-48/+206
* * random.c: Improve documentation of Random. Patch by Gregorydrbrain2011-10-052-72/+134
* * ChangeLog: fix ML link.nagachika2011-10-051-1/+1
* * 2011-10-06svn2011-10-051-2/+2
* * cont.c (cont_mark): mark original Thread object from saved_thread.nagachika2011-10-052-0/+6
* Revert r33407; half-baked patch.naruse2011-10-053-63/+4
* * vm_insnhelper.c (vm_call_cfunc): remove useless hack.naruse2011-10-052-4/+4
* * numeric.c (ruby_float_step): improve floating point calculations.naruse2011-10-053-4/+63
* * hash.c (Init_Hash): Improve Hash documentation. Patch by Alvarodrbrain2011-10-042-6/+67
* * random.c (Init_Random): Add a top-level comment for Random. Patchdrbrain2011-10-042-0/+12
* * ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, andtenderlove2011-10-044-6/+62
* * ext/psych/parser.c (parse): Use context_mark for indicating errortenderlove2011-10-042-2/+7
* * 2011-10-05svn2011-10-041-2/+2
* * ext/psych/lib/psych/scalar_scanner.rb: use normal begin / rescuetenderlove2011-10-042-2/+14
* * class.c (class_alloc): allocate extra memory after containingnobu2011-10-043-2/+10
* Revert r33397 because it cause segv.naruse2011-10-042-6/+2
* * lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set.naruse2011-10-043-3/+13
* * class.c (class_alloc): allocate extra memory after containingnobu2011-10-042-2/+6
* fix typoskazu2011-10-041-4/+4
* * gc.c (rb_gc_set_params): ruby_verbose can be Qnil, so use RTEST.naruse2011-10-043-3/+9
* Fix test of gc introduced in r33379.naruse2011-10-041-0/+1
* * ext/etc/etc.c: Document Etc, Etc.sysconfdir, Etc.systmpdir. Patchdrbrain2011-10-032-4/+27
* * lib/shellwords.rb: Update toplevel comment with an example. Patchdrbrain2011-10-032-9/+20
* * proc.c (proc_call): Update documentation to match argument handlingdrbrain2011-10-032-8/+14
* * proc.c (proc_call): Fix documentation of Proc#call vs Proc#===.drbrain2011-10-032-12/+19
* * array.c (rb_ary_initalize): Make Array.new description matchdrbrain2011-10-032-3/+8
* * array.c (rb_ary_initialize): Add output for examples. Patch bydrbrain2011-10-032-10/+16
* * array.c (rb_ary_s_create): Add example results for Array::[]. Patchdrbrain2011-10-032-7/+11
* * lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into thedrbrain2011-10-0321-100/+107
* * ext/psych/lib/psych.rb: update psych version.tenderlove2011-10-033-19/+21
* * ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.tenderlove2011-10-036-17/+27
* * ext/psych/lib/psych/scalar_scanner.rb: Match values against thetenderlove2011-10-033-1/+31
* * ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can betenderlove2011-10-033-5/+12
* * ext/psych/lib/psych/visitors/to_ruby.rb: Define Regexp::NOENCODINGtenderlove2011-10-033-5/+32
* * 2011-10-04svn2011-10-031-2/+2
* * gc.c (rb_gc_set_params): output GC parameter change messages onlynagachika2011-10-033-4/+23
* * vm.c (rb_thread_mark), cont.c (cont_mark): revert r33369 and r33371ktsj2011-10-022-1/+6
* * test/psych/test_yamldbm.rb: add test case.ayumin2011-10-023-0/+63
* * lib/yaml/store.rb: make initialize method signature match thetenderlove2011-10-022-10/+10
* * io.c: fix documentation of ARGF.lineno=.ktsj2011-10-022-2/+6
* * test/mkmf/test_framework.rb: forgot to set property.nobu2011-10-020-0/+0
* * test/mkmf/test_framework.rb: test for r33372.nobu2011-10-021-0/+9
* * lib/mkmf.rb (have_framework): try as Objective-C.nobu2011-10-022-1/+6
* * vm.c (rb_thread_mark), cont.c (cont_mark): self pointer should notktsj2011-10-013-2/+7
* * 2011-10-02svn2011-10-011-2/+2
* * vm.c (rb_thread_mark): rb_thread_t needs self to be marked.ktsj2011-10-012-0/+6
* * gc.c (add_heap_slots, init_heap): reset heaps_inc zero whennagachika2011-10-014-2/+29