summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-10-07* lib/test/unit/assertions.rb (assert_send, assert_not_send):nobu
2011-10-06* array.c: Use + for arguments described in documentation to allowdrbrain
2011-10-06fix typoskazu
2011-10-06* vm_eval.c (make_no_method_execption): extract fromnobu
2011-10-06* lib/time.rb: Clean up Time documentation. Patch by Jake Goulding.drbrain
2011-10-06* enum.c (group_by): Improve documentation based on patch by b t.drbrain
2011-10-06* enum.c: Clean up wording in Enumerable documentation. Patch by b t.drbrain
2011-10-06* time.c (Init_Time): Remove editorial comments from Timedrbrain
2011-10-06* time.c (Init_Time): Improve Time documentation. Patch by Shanedrbrain
2011-10-05* random.c: Improve documentation of Random. Patch by Gregorydrbrain
2011-10-05* ChangeLog: fix ML link.nagachika
2011-10-05* cont.c (cont_mark): mark original Thread object from saved_thread.nagachika
2011-10-05Revert r33407; half-baked patch.naruse
2011-10-05* vm_insnhelper.c (vm_call_cfunc): remove useless hack.naruse
2011-10-05* numeric.c (ruby_float_step): improve floating point calculations.naruse
2011-10-04* hash.c (Init_Hash): Improve Hash documentation. Patch by Alvarodrbrain
2011-10-04* random.c (Init_Random): Add a top-level comment for Random. Patchdrbrain
2011-10-04* ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, andtenderlove
2011-10-04* ext/psych/parser.c (parse): Use context_mark for indicating errortenderlove
2011-10-04* ext/psych/lib/psych/scalar_scanner.rb: use normal begin / rescuetenderlove
2011-10-04* class.c (class_alloc): allocate extra memory after containingnobu
2011-10-04Revert r33397 because it cause segv.naruse
2011-10-04* lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set.naruse
2011-10-04* class.c (class_alloc): allocate extra memory after containingnobu
2011-10-04fix typoskazu
2011-10-04* gc.c (rb_gc_set_params): ruby_verbose can be Qnil, so use RTEST.naruse
2011-10-03* ext/etc/etc.c: Document Etc, Etc.sysconfdir, Etc.systmpdir. Patchdrbrain
2011-10-03* lib/shellwords.rb: Update toplevel comment with an example. Patchdrbrain
2011-10-03* proc.c (proc_call): Update documentation to match argument handlingdrbrain
2011-10-03* proc.c (proc_call): Fix documentation of Proc#call vs Proc#===.drbrain
2011-10-03* array.c (rb_ary_initalize): Make Array.new description matchdrbrain
2011-10-03 * array.c (rb_ary_initialize): Add output for examples. Patch bydrbrain
2011-10-03* array.c (rb_ary_s_create): Add example results for Array::[]. Patchdrbrain
2011-10-03* lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into thedrbrain
2011-10-03* ext/psych/lib/psych.rb: update psych version.tenderlove
2011-10-03* ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.tenderlove
2011-10-03* ext/psych/lib/psych/scalar_scanner.rb: Match values against thetenderlove
2011-10-03* ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can betenderlove
2011-10-03* ext/psych/lib/psych/visitors/to_ruby.rb: Define Regexp::NOENCODINGtenderlove
2011-10-03* gc.c (rb_gc_set_params): output GC parameter change messages onlynagachika
2011-10-02* vm.c (rb_thread_mark), cont.c (cont_mark): revert r33369 and r33371ktsj
2011-10-02* test/psych/test_yamldbm.rb: add test case.ayumin
2011-10-02* lib/yaml/store.rb: make initialize method signature match thetenderlove
2011-10-02* io.c: fix documentation of ARGF.lineno=.ktsj
2011-10-02* lib/mkmf.rb (have_framework): try as Objective-C.nobu
2011-10-01* vm.c (rb_thread_mark), cont.c (cont_mark): self pointer should notktsj
2011-10-01* vm.c (rb_thread_mark): rb_thread_t needs self to be marked.ktsj
2011-10-01* gc.c (add_heap_slots, init_heap): reset heaps_inc zero whennagachika
2011-09-29* array.c (ary_join_1): should not copy the encoding of non-stringnobu
2011-09-29* gc.c (slot_sweep, rb_gc_finalize_deferred)nobu