summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-11-26* ext/psych/lib/psych.rb: psych version 2.0.2tenderlove
2013-11-26* ext/psych/lib/psych/scalar_scanner.rb: fix support for negativetenderlove
2013-11-26* ext/psych/lib/psych/scalar_scanner.rb: fix regexp for matching TIMEtenderlove
2013-11-26string.c: fix memsize of frozen shared stringnobu
2013-11-26should not ignore the rest of recursive constructsnobu
2013-11-26hash.c: cut off if recursionnobu
2013-11-26* test/ruby/test_settracefunc.rb: add tests for a_call/a_returnko1
2013-11-26* common.mk: add useful config "set breakpoint pending on"ko1
2013-11-26* ext/objspace/object_tracing.c (newobj_i): skip class_path if classko1
2013-11-26* vm_trace.c: skip "exception check" and "reentrant check (only normalko1
2013-11-26* vm_trace.c: prohibit to specify normal events and internal eventsko1
2013-11-26file.c: fix buffer overflownobu
2013-11-26* ext/objspace/objspace_dump.c (dump_append_string_value): Escapetmm1
2013-11-26* ruby_atomic.h: use __atomic builtin functions supported by GCC.glass
2013-11-26bigdecimal.gemspec: datenobu
2013-11-25* NEWS: Add ObjectSpace.after_gc_{start,end}_hook=tmm1
2013-11-25* lib/rubygems: Update to RubyGems master 612f85a. Notable changes:drbrain
2013-11-25* lib/xmlrpc.rb: [DOC] Fix link to xmlrpc4r site [Bug #9148]zzak
2013-11-25* lib/uri/common.rb: [DOC] typo fixes by @vipulnsward [Fixes GH-456]zzak
2013-11-25* ext/bigdecimal/bigdecimal.gemspec: bump BigDecimal to 1.2.3 forzzak
2013-11-25* ext/bigdecimal/bigdecimal.gemspec: Remove Gem::Specification#datezzak
2013-11-25fix typoskazu
2013-11-25* internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree()ko1
2013-11-24* test/-ext-/tracepoint/test_tracepoint.rb: catch up GC.stat changesko1
2013-11-24* gc.c: continue to change OLDSPACE -> OLDMALLOC.ko1
2013-11-24* gc.c: change terminlogy "..._num" to "..._slots" about slot opetaion.ko1
2013-11-24* gc.c (gc_stat): add internal information.ko1
2013-11-24* test/ruby/test_gc.rb: catch up last commit.ko1
2013-11-24* gc.c: change terminology OLDSPACE -> OLDMALLOC.ko1
2013-11-24* internal.h: use __builtin_bswap16() if possible.glass
2013-11-24* bignum.c (bigxor_int): Apply BIGLO for long in a BDIGIT expression.akr
2013-11-24* include/ruby/defines.h (SIZEOF_ACTUAL_BDIGIT): Defined.akr
2013-11-24* ChangeLog: adjust timezone and encoding.nobu
2013-11-24* include/ruby/defines.h: Don't use int128_t for Bignum.akr
2013-11-24* NEWS: Add details about new debugging features and APIs.tmm1
2013-11-24* lib/csv.rb: Optimize header hashes by freezing string keys.jeg2
2013-11-24* ext/objspace/objspace_dump.c: test fixes and win32 compatibilitytmm1
2013-11-23* lib/csv.rb: If skip_lines is set to a String, convert it to a Regexpjeg2
2013-11-23* ext/bigdecimal/bigdecimal.c (BigDecimal_power): Use FIX2LONG insteadmrkn
2013-11-23ruby.h: define RBIGNUM_EMBED_LEN_MAX by macrosnobu
2013-11-23* ChangeLog: fix a typo at r43744.nagachika
2013-11-23* include/ruby/ruby.h (RBIGNUM_EMBED_LEN_MAX): Limit the value toakr
2013-11-23* ext/bigdecimal/lib/bigdecimal/math.rb (BigMath.E): Use BigMath.exp.mrkn
2013-11-23expmrkn
2013-11-23* ext/bigdecimal/bigdecimal.c (BigDecimal_div2): The signature wasmrkn
2013-11-23fix typotarui
2013-11-23* gc.c: fix gloval variable name.ko1
2013-11-23* marshal.c (w_object): Use HASH_PROC_DEFAULT directly from internal.htmm1
2013-11-22* gc.c: Rename heap_pages_swept_num to heap_pages_swept_slots to clarify mean...tmm1
2013-11-22* lib/set.rb (class SortedSet): Fix source_location for methods defined via e...tmm1