aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Insert rb_thread_check_ints.mrkn2013-11-222-0/+7
* * ext/bigdecimal/bigdecimal.c (BigMath_s_exp): Fix the inserting pointsmrkn2013-11-222-9/+21
* * ext/bigdecimal/bigdecimal.c: Fix indentation.mrkn2013-11-222-9/+13
* * remove trailing spaces.nobu2013-11-221-2/+2
* * ext/nkf: merge nkf 2.1.3 2a2f2c5.naruse2013-11-225-9/+13
* util.c: more precisionnobu2013-11-221-1/+1
* util.c: ignore too long fraction partnobu2013-11-223-2/+23
* openssl/buffering.rb: call supernobu2013-11-222-1/+7
* * test/ruby/test_settracefunc.rb: Ignore events from other threads.akr2013-11-222-3/+32