summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-10-17* array.c, string.c: use ruby_xsizedfree() and ruby_xsizedrealloc().ko1
2013-10-17win32.c: check by module handlesnobu
2013-10-17* gc.c, internal.h: add new internal memory mangement functions.ko1
2013-10-17file.c: fix memory leaknobu
2013-10-17* ext/objspace/object_tracing.c (newobj_i): fix memory leak.ko1
2013-10-17* lib/tsort.rb (TSort.each_strongly_connected_component_from):akr
2013-10-17* lib/rubygems: Update to RubyGems master 941c21a. Changes:drbrain
2013-10-16* ext/objspace/object_tracing.c (newobj_i): add workaround.ko1
2013-10-16* lib/rubygems: Update to RubyGems master 2abce58. Changes:drbrain
2013-10-16* ext/curses/curses.c: [DOC] Cleaned up formatting consistency of rdoczzak
2013-10-16* ext/date/date_core.c: [DOC] plural grammar fixed by @scott113341zzak
2013-10-16* ext/io/nonblock/nonblock.c: [DOC] Document io/nonblock by reprahzzak
2013-10-16* gc.c (objspace_each_objects): do not skip empty RVALUEs.ko1
2013-10-16* error.c (rb_bug_reporter_add): return simply 0 if failed.ko1
2013-10-16* ext/objspace/object_tracing.c: add new methodko1
2013-10-16fix typoskazu
2013-10-16* ext/io/nonblock/nonblock.c: use rb_cIO instead of VALUEzzak
2013-10-16* bootstraptest/runner.rb: check nil before calling `signal?'ko1
2013-10-16* error.c, internal.h (rb_bug_reporter_add): add a new C-API.ko1
2013-10-16* NEWS: add a line into NEWS for last commit.ko1
2013-10-16* ext/objspace/objspace.c: add a new method `reachable_objects_from_root'.ko1
2013-10-16* lib/rubygems: Update to RubyGems master b955554. Changes:drbrain
2013-10-16* lib/rubygems: Update to RubyGems master 278d00d. Changes:drbrain
2013-10-16* lib/rubygems: Update to RubyGems master commit 2a74263. This fixesdrbrain
2013-10-15* gc.c (gc_mark_roots): rename roots to be categories instead of function names.tmm1
2013-10-15* gc.h (rb_objspace_reachable_objects_from_root): added.ko1
2013-10-15trivial changekazu
2013-10-15* process.c: Fix a typo. MacOS X don't have ENOTSUPP.akr
2013-10-14ruby.c: load statically linked extensions before rubygemsnobu
2013-10-14ChangeLog: fix formatnobu
2013-10-14ruby.c: gem_prelude to load rubygemsnobu
2013-10-14mkmf.rb: fix framework optionnobu
2013-10-14mkmf.rb: fix ranlib argumentnobu
2013-10-13* vsnprintf.c: Fix spelling from compliment to complement.charliesome
2013-10-13vm.c: initialize defined_module_hash earlynobu
2013-10-13compile.c, vm.c: reduce hash mergenobu
2013-10-12get rid of a garbage characterkazu
2013-10-12fix typoskazu
2013-10-11* remove trailing spaces, append newline at EOF.nobu
2013-10-11* NEWS (with all sufficient information):drbrain
2013-10-11* class.c, variable.c, gc.c (rb_class_tbl): removed.ko1
2013-10-11* vm_method.c (rb_gc_mark_unlinked_live_method_entries):ko1
2013-10-11revert r43259 because it is possible to mark miss classes defined in C-exts. ...ko1
2013-10-11* class.c, variable.c, gc.c (rb_class_tbl): removed.ko1
2013-10-11* internal.h, parse.y: use `full_mark' instead of `full_marking'.ko1
2013-10-11* gc.c: use terminology `full_mark' instead of `minor_gc'ko1
2013-10-11* gc.c: use __GNUC__ instead of __GCC__.ko1
2013-10-11* gc.c, parse.y: support generational Symbol relatetd marking.ko1
2013-10-11Import ruby-electric.el 2.0.1, a bug fix release.knu
2013-10-11* ext/objspace/gc_hook.c: prohibit reentrant.ko1