aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * array.c (rb_ary_initalize): Make Array.new description matchdrbrain2011-10-031-0/+5
* * array.c (rb_ary_initialize): Add output for examples. Patch bydrbrain2011-10-031-0/+5
* * array.c (rb_ary_s_create): Add example results for Array::[]. Patchdrbrain2011-10-031-0/+5
* * lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into thedrbrain2011-10-031-0/+5
* * ext/psych/lib/psych.rb: update psych version.tenderlove2011-10-031-0/+5
* * ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.tenderlove2011-10-031-0/+9
* * ext/psych/lib/psych/scalar_scanner.rb: Match values against thetenderlove2011-10-031-0/+6
* * ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can betenderlove2011-10-031-0/+7
* * ext/psych/lib/psych/visitors/to_ruby.rb: Define Regexp::NOENCODINGtenderlove2011-10-031-0/+7
* * gc.c (rb_gc_set_params): output GC parameter change messages onlynagachika2011-10-031-0/+8
* * vm.c (rb_thread_mark), cont.c (cont_mark): revert r33369 and r33371ktsj2011-10-021-0/+5
* * test/psych/test_yamldbm.rb: add test case.ayumin2011-10-021-0/+5
* * lib/yaml/store.rb: make initialize method signature match thetenderlove2011-10-021-0/+5
* * io.c: fix documentation of ARGF.lineno=.ktsj2011-10-021-0/+4
* * lib/mkmf.rb (have_framework): try as Objective-C.nobu2011-10-021-0/+5
* * vm.c (rb_thread_mark), cont.c (cont_mark): self pointer should notktsj2011-10-011-0/+6
* * vm.c (rb_thread_mark): rb_thread_t needs self to be marked.ktsj2011-10-011-0/+5
* * gc.c (add_heap_slots, init_heap): reset heaps_inc zero whennagachika2011-10-011-0/+11
* * array.c (ary_join_1): should not copy the encoding of non-stringnobu2011-09-291-0/+5
* * gc.c (slot_sweep, rb_gc_finalize_deferred)nobu2011-09-291-0/+6
* * ext/gdbm/gdbm.c (rb_gdbm_fatal): adjust argument type.nobu2011-09-291-0/+4
* * gc.c (is_id_value, is_live_object): extract from id2ref().nobu2011-09-291-1/+3
* * gc.c (run_finalizer): use object instead of object id.nobu2011-09-291-0/+4
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-0/+5
* fix commit miss.nobu2011-09-281-1/+1