aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * hash.c (identhash): share with type_numhash.nobu2011-10-181-0/+6
* * vm_core.h (ruby_current_thread): probeprofiler has been removednobu2011-10-181-0/+5
* * ext/ripper/eventids2.c (ripper_init_eventids2): separatenobu2011-10-181-0/+9
* * ext/bigdecimal/bigdecimal.gemspec (files): fixed typo, andnobu2011-10-161-0/+9
* * ChangeLog: fix a typo.nagachika2011-10-141-1/+1
* * ext/pty/pty.c (pty_check): should return nil until the childnobu2011-10-141-0/+5
* * include/ruby/intern.h (rb_ary_reverse): export.nobu2011-10-141-0/+4
* * atomic.h (ATOMIC_INC, ATOMIC_DEC): return old values.nobu2011-10-131-0/+8
* * atomic.h (ATOMIC_*): use atomic_ops(3C) when SunStudio on Solaris.ngoto2011-10-131-0/+5
* * atomic.h(ATOMIC_SET): add cast to void to prevent misuse.kosaki2011-10-131-0/+5
* * gc.c (rb_gc_finalize_deferred, rb_objspace_call_finalizer):nobu2011-10-131-0/+6
* * test/openssl/test_ssl.rb: Move duplicated tests for SSL::Session to nahi2011-10-121-0/+5
* * array.c (rb_ary_initialize): Improve explanation of Array.newdrbrain2011-10-101-0/+9
* * array.c: Add a description to Array, minor cleanups. Patch bydrbrain2011-10-101-0/+5
* * lib/pp.rb: Move PP documentation to top of class PP. Patch bydrbrain2011-10-101-0/+5
* * ext/coverage/coverage.c (Init_coverage): Change list format anddrbrain2011-10-101-0/+6
* * object.c (Init_Object): Add reference to BasicObject, briefdrbrain2011-10-101-0/+7
* * test/psych/test_yamldbm.rb: don't run test if the systemktsj2011-10-091-0/+7
* * enum.c (group_by): Improve group_by description. Patch by b t. [#5411]drbrain2011-10-071-0/+5
* * lib/shell.rb: Document some methods of Shell. Patch by Caroldrbrain2011-10-071-0/+5
* * lib/test/unit/assertions.rb (assert_send, assert_not_send):nobu2011-10-071-0/+5
* * array.c: Use + for arguments described in documentation to allowdrbrain2011-10-061-0/+6
* fix typoskazu2011-10-061-1/+7
* * vm_eval.c (make_no_method_execption): extract fromnobu2011-10-061-0/+12
* * lib/time.rb: Clean up Time documentation. Patch by Jake Goulding.drbrain2011-10-061-0/+5
* * enum.c (group_by): Improve documentation based on patch by b t.drbrain2011-10-061-1/+5
* * enum.c: Clean up wording in Enumerable documentation. Patch by b t.drbrain2011-10-061-0/+5
* * time.c (Init_Time): Remove editorial comments from Timedrbrain2011-10-061-0/+5
* * time.c (Init_Time): Improve Time documentation. Patch by Shanedrbrain2011-10-061-0/+7
* * random.c: Improve documentation of Random. Patch by Gregorydrbrain2011-10-051-0/+5
* * ChangeLog: fix ML link.nagachika2011-10-051-1/+1
* * cont.c (cont_mark): mark original Thread object from saved_thread.nagachika2011-10-051-0/+5
* Revert r33407; half-baked patch.naruse2011-10-051-13/+0
* * vm_insnhelper.c (vm_call_cfunc): remove useless hack.naruse2011-10-051-0/+4
* * numeric.c (ruby_float_step): improve floating point calculations.naruse2011-10-051-0/+13
* * hash.c (Init_Hash): Improve Hash documentation. Patch by Alvarodrbrain2011-10-041-0/+5
* * random.c (Init_Random): Add a top-level comment for Random. Patchdrbrain2011-10-041-0/+5
* * ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, andtenderlove2011-10-041-0/+8
* * ext/psych/parser.c (parse): Use context_mark for indicating errortenderlove2011-10-041-0/+5
* * ext/psych/lib/psych/scalar_scanner.rb: use normal begin / rescuetenderlove2011-10-041-0/+6
* * class.c (class_alloc): allocate extra memory after containingnobu2011-10-041-0/+8
* Revert r33397 because it cause segv.naruse2011-10-041-5/+0
* * lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set.naruse2011-10-041-0/+5
* * class.c (class_alloc): allocate extra memory after containingnobu2011-10-041-0/+5
* fix typoskazu2011-10-041-4/+4
* * gc.c (rb_gc_set_params): ruby_verbose can be Qnil, so use RTEST.naruse2011-10-041-0/+4
* * ext/etc/etc.c: Document Etc, Etc.sysconfdir, Etc.systmpdir. Patchdrbrain2011-10-031-0/+5
* * lib/shellwords.rb: Update toplevel comment with an example. Patchdrbrain2011-10-031-0/+5
* * proc.c (proc_call): Update documentation to match argument handlingdrbrain2011-10-031-0/+5
* * proc.c (proc_call): Fix documentation of Proc#call vs Proc#===.drbrain2011-10-031-0/+5