summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-06-19* vm.c (invoke_block_from_c): move call/return event timing forko1
2014-06-19* vm_core.h: add VM_FRAME_MAGIC_RESCUE to recognize normal block orko1
2014-06-19proc.c: Implement Method#currynobu
2014-06-17* lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo
2014-06-17eval.c: pass unknown optionsnobu
2014-06-17* gc.c (obj_memsize_of): memsize_of(T_ZOMBIE) returns 0, not a rb_bug.ko1
2014-06-16* test/runner.rb: failure message should be passed as an argument.ko1
2014-06-16* test/runner.rb: capture TracePoint stat before setup and compareko1
2014-06-16process.c: use UTF-8nobu
2014-06-14Fix a typo.akr
2014-06-14array.c: non-recursive rcombinate0nobu
2014-06-14array.c: non-recursive rpermute0nobu
2014-06-14array.c: non-recursive permute0nobu
2014-06-14string.c: fix wrong capanobu
2014-06-13* man/rake.1: [DOC] Update links for Rake, patch by @hsbt [Bug #9904]zzak
2014-06-13* vm_trace.c: add new method TracePoint.stat to debugko1
2014-06-13* vm_trace.c: clear and restore recursive checking thread local datako1
2014-06-13array.c: combination on a shared copynobu
2014-06-13array.c: yield_indexed_valuesnobu
2014-06-13array.c: fix array sizenobu
2014-06-12string.c: consider capacitynobu
2014-06-12* lib/net/http/responses.rb: added Net::HTTPPermanentRedirect(308)hsbt
2014-06-12string.c: shrink before freezingnobu
2014-06-12file.c: shrink expanded pathnobu
2014-06-11thread.c: fix for non-scalar pthread_tnobu
2014-06-10* gc.c: invoke GC before memory allocation (xmalloc/xrealloc)ko1
2014-06-10fix a typo [ci skip]kazu
2014-06-10* lib/cgi/core.rb: Provide a mechanism to specify thexibbar
2014-06-10csv.rb: honor encoding optionnobu
2014-06-09* gc.c: change full GC timing to keep lower memory usage.ko1
2014-06-09gc.c: fix typonobu
2014-06-08configure.in: disable posix_fadvisenobu
2014-06-08io.c (rb_io_advise): AIX currently does not support a 32-bit call tokanemoto
2014-06-07string.c: update rdoc of rb_str_slice_bang()nobu
2014-06-07* numeric.c (do_coerce): Add a warning when an exception is raisederegon
2014-06-07* numeric.c (bit_coerce): remove constant parameter `err'eregon
2014-06-07cont.c : keep context.uc_stack.ss_sp and context.uc_stack.ss_size for later use.kanemoto
2014-06-07io.c: truncate before appendingnobu
2014-06-07digest.c: call to_s oncenobu
2014-06-07* object.c (rb_mod_initialize_clone): Override Kernel#initialize_cloneakr
2014-06-06digest.c: fix #== for non-string argumentseregon
2014-06-06node.h: remove NODE_PRIVATE_RECVnobu
2014-06-06compile.c, parse.y: private op assignnobu
2014-06-06io.c: not shorten buffer unless succeedednobu
2014-06-05* ext/psych/lib/psych/visitors/yaml_tree.rb: dump empty symbols with atenderlove
2014-06-05* gc.c (gc_page_sweep): refactoring.ko1
2014-06-05version.c: show malloc_confnobu
2014-06-05configure.in, missing.h: jemalloc manglingnobu
2014-06-05* man/ruby.1: remove rubyforge entry.hsbt
2014-06-05* misc/README: use github link instead of rubyforge.hsbt