aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* expmrkn2013-11-232-11/+13
* * ext/bigdecimal/bigdecimal.c (BigDecimal_div2): The signature wasmrkn2013-11-232-51/+60
* * append newline at EOF.nobu2013-11-231-1/+1
* add NEWS about rb_gc_set_params() and rb_gc_count()nari2013-11-231-0/+4
* fix typotarui2013-11-231-1/+1
* * gc.c: fix gloval variable name.ko12013-11-233-40/+123
* * marshal.c (w_object): Use HASH_PROC_DEFAULT directly from internal.htmm12013-11-232-2/+5
* * gc.c: Rename heap_pages_swept_num to heap_pages_swept_slots to clarify mean...tmm12013-11-222-15/+20
* * lib/set.rb (class SortedSet): Fix source_location for methods defined via e...tmm12013-11-222-4/+9
* * lib/rubygems: Update to RubyGems master dcce4ff. Important changesdrbrain2013-11-228-9/+57
* * 2013-11-23svn2013-11-221-2/+2
* * test/ruby/test_settracefunc.rb (test_tracepoint_thread): bugfix.tarui2013-11-221-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_power):mrkn2013-11-222-1/+6
* * transcode.c (str_transcode0): don't scrub invalid chars ifnaruse2013-11-223-1/+20
* fix a typokazu2013-11-221-1/+1
* * include/ruby/intern.h, internal.h: Expose rb_gc_count().nari2013-11-223-1/+5
* * ext/bigdecimal/bigdecimal.gemspec: version 1.2.2.mrkn2013-11-222-1/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimal_data_type):mrkn2013-11-222-0/+7
* * gc.c (RUBY_ALIAS_FUNCTION_VOID): fix compile error.nobu2013-11-221-1/+1
* * ext/bigdecimal/bigdecimal.c (BigDecimal_power): Round the result value.mrkn2013-11-223-0/+13
* * gc.c (heap_set_increment): accept minumum additional page number.ko12013-11-222-4/+17
* * include/ruby/intern.h (rb_gc_set_params): Deprecatenari2013-11-225-3/+18
* Update NEWSnaruse2013-11-221-19/+19
* test_string.rb: refine assertionsnobu2013-11-221-29/+30