aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * array.c (rb_ary_initialize): Improve explanation of Array.newdrbrain2011-10-102-42/+78
* * array.c: Add a description to Array, minor cleanups. Patch bydrbrain2011-10-102-16/+248
* * lib/pp.rb: Move PP documentation to top of class PP. Patch bydrbrain2011-10-102-22/+26
* * ext/coverage/coverage.c (Init_coverage): Change list format anddrbrain2011-10-102-5/+13
* * 2011-10-11svn2011-10-101-2/+2
* * object.c (Init_Object): Add reference to BasicObject, briefdrbrain2011-10-102-7/+25
* * 2011-10-09svn2011-10-091-2/+2
* * test/psych/test_yamldbm.rb: don't run test if the systemktsj2011-10-093-10/+25
* * enum.c (group_by): Improve group_by description. Patch by b t. [#5411]drbrain2011-10-072-3/+8
* * 2011-10-08svn2011-10-071-2/+2
* * lib/shell.rb: Document some methods of Shell. Patch by Caroldrbrain2011-10-072-0/+29
* * test/-ext-/symbol/test_inadvertent_creation.rb (noninterned_name):nobu2011-10-071-2/+2
* * test/-ext-/symbol/test_inadvertent_creation.rb: moved tests fromnobu2011-10-073-91/+125
* * lib/test/unit/assertions.rb (assert_send, assert_not_send):nobu2011-10-072-2/+7
* * 2011-10-07svn2011-10-061-2/+2
* * array.c: Use + for arguments described in documentation to allowdrbrain2011-10-062-96/+97
* fix typoskazu2011-10-064-6/+12
* set properties.nobu2011-10-060-0/+0
* * vm_eval.c (make_no_method_execption): extract fromnobu2011-10-068-22/+138
* * lib/time.rb: Clean up Time documentation. Patch by Jake Goulding.drbrain2011-10-062-58/+76
* * 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