aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * test/ruby/test_bignum.rb: use more descriptive assertions.nobu2011-09-301-16/+16
* * 2011-10-01svn2011-09-301-3/+3
* * test/ruby/test_bignum.rb (TestBignum#test_interrupt): fix fornobu2011-09-301-4/+6
* Fix wrong expectaion of r33363.naruse2011-09-301-1/+2
* * array.c (ary_join_1): should not copy the encoding of non-stringnobu2011-09-293-0/+8
* * 2011-09-30svn2011-09-291-2/+2
* * gc.c (slot_sweep, rb_gc_finalize_deferred)nobu2011-09-292-3/+17
* * ext/gdbm/gdbm.c (rb_gdbm_fatal): adjust argument type.nobu2011-09-292-1/+5
* * gc.c (is_id_value, is_live_object): extract from id2ref().nobu2011-09-292-5/+23
* * gc.c (run_finalizer): use object instead of object id.nobu2011-09-292-7/+13