aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * compile.c: Use rb_fstring() to de-duplicate string literals in code. [ruby...tmm12013-11-266-15/+38
* * ext/psych/lib/psych.rb: psych version 2.0.2tenderlove2013-11-263-3/+9
* * ext/psych/lib/psych/scalar_scanner.rb: fix support for negativetenderlove2013-11-264-3/+24
* * ext/psych/lib/psych/scalar_scanner.rb: fix regexp for matching TIMEtenderlove2013-11-263-1/+12
* string.c: fix memsize of frozen shared stringnobu2013-11-263-1/+17
* * 2013-11-27svn2013-11-261-2/+2
* should not ignore the rest of recursive constructsnobu2013-11-2610-18/+85
* hash.c: cut off if recursionnobu2013-11-263-1/+27
* * test/ruby/test_settracefunc.rb: add tests for a_call/a_returnko12013-11-262-0/+47
* * common.mk: add useful config "set breakpoint pending on"ko12013-11-262-1/+7
* * ext/objspace/object_tracing.c (newobj_i): skip class_path if classko12013-11-262-1/+10
* * vm_trace.c: skip "exception check" and "reentrant check (only normalko12013-11-262-51/+89
* * vm_trace.c: prohibit to specify normal events and internal eventsko12013-11-265-1/+32
* file.c: fix buffer overflownobu2013-11-263-0/+26
* * ext/objspace/objspace_dump.c (dump_append_string_value): Escapetmm12013-11-262-1/+13
* * ruby_atomic.h: use __atomic builtin functions supported by GCC.glass2013-11-263-5/+49
* * properties: ext/bigdecimal/bigdecimal.gemspecnobu2013-11-260-0/+0
* * properties: ext/bigdecimal/bigdecimal.gemspecnobu2013-11-260-0/+0
* bigdecimal.gemspec: datenobu2013-11-262-0/+7
* * NEWS: Add ObjectSpace.after_gc_{start,end}_hook=tmm12013-11-253-3/+10
* * 2013-11-26svn2013-11-251-2/+2
* * lib/rubygems: Update to RubyGems master 612f85a. Notable changes:drbrain2013-11-2538-87/+586
* * lib/xmlrpc.rb: [DOC] Fix link to xmlrpc4r site [Bug #9148]zzak2013-11-252-1/+6
* * lib/uri/common.rb: [DOC] typo fixes by @vipulnsward [Fixes GH-456]zzak2013-11-253-3/+9
* * ext/bigdecimal/bigdecimal.gemspec: bump BigDecimal to 1.2.3 forzzak2013-11-252-1/+6
* * ext/bigdecimal/bigdecimal.gemspec: Remove Gem::Specification#datezzak2013-11-252-1/+6
* fix typoskazu2013-11-251-1/+1
* * internal.h: do not use ruby_sized_xrealloc() and ruby_sized_xfree()ko12013-11-255-4/+32
* * test/-ext-/tracepoint/test_tracepoint.rb: catch up GC.stat changesko12013-11-242-1/+6
* * gc.c: continue to change OLDSPACE -> OLDMALLOC.ko12013-11-242-56/+87
* * gc.c: change terminlogy "..._num" to "..._slots" about slot opetaion.ko12013-11-242-30/+38
* * gc.c (gc_stat): add internal information.ko12013-11-243-38/+101
* * test/ruby/test_gc.rb: catch up last commit.ko12013-11-242-6/+11
* * gc.c: change terminology OLDSPACE -> OLDMALLOC.ko12013-11-242-26/+37
* * 2013-11-25svn2013-11-241-2/+2
* * internal.h: use __builtin_bswap16() if possible.glass2013-11-243-0/+13
* * bignum.c (bigxor_int): Apply BIGLO for long in a BDIGIT expression.akr2013-11-242-3/+9
* * include/ruby/defines.h (SIZEOF_ACTUAL_BDIGIT): Defined.akr2013-11-243-2/+14
* * ChangeLog: adjust timezone and encoding.nobu2013-11-241-2/+2
* * include/ruby/defines.h: Don't use int128_t for Bignum.akr2013-11-243-10/+9
* * NEWS: Add details about new debugging features and APIs.tmm12013-11-242-0/+19
* * lib/csv.rb: Optimize header hashes by freezing string keys.jeg22013-11-244-1/+32
* * ext/objspace/objspace_dump.c: test fixes and win32 compatibilitytmm12013-11-243-7/+18
* * lib/csv.rb: If skip_lines is set to a String, convert it to a Regexpjeg22013-11-233-7/+23
* * ext/bigdecimal/bigdecimal.c (BigDecimal_power): Use FIX2LONG insteadmrkn2013-11-232-2/+7
* ruby.h: define RBIGNUM_EMBED_LEN_MAX by macrosnobu2013-11-232-3/+10
* * 2013-11-24svn2013-11-231-2/+2
* * ChangeLog: fix a typo at r43744.nagachika2013-11-232-3/+3
* * include/ruby/ruby.h (RBIGNUM_EMBED_LEN_MAX): Limit the value toakr2013-11-232-2/+10
* * ext/bigdecimal/lib/bigdecimal/math.rb (BigMath.E): Use BigMath.exp.mrkn2013-11-232-14/+6