aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add a missing line for rb_str_equal of string.c by @JuanitoFatas [fixes GH-353]hsbt2013-07-091-0/+1
* * lib/fileutils.rb (FileUtils#chown_R): Do not skip traversal evenknu2013-07-092-1/+6
* * test/fileutils/fileasserts.rbknu2013-07-092-49/+66
* * test/fileutils/test_fileutils.rbknu2013-07-092-29/+33
* * test/test_tracer.rb: catch up recent rubygems changes.ko12013-07-092-3/+5
* * ext/{dl,fiddle}/win32/lib/win32/registry.rb: hope that the finalusa2013-07-093-63/+101
* Revert r41786 "broken utf-8"naruse2013-07-093-13/+8
* * object.c: Fix rdoc for Kernel#<=>. [Fix GH-352]knu2013-07-092-1/+5
* * lib/fileutils.rb (FileUtils#mode_to_s): Define mode_to_s() alsoknu2013-07-093-1/+23
* * test/fileutils/fileasserts.rbknu2013-07-092-1/+7
* * lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): If userknu2013-07-092-4/+9
* * io.c (appendline): use READ_CHAR_PENDING_XXX macros andglass2013-07-092-20/+22
* * ext/{dl,fiddle}/win32/lib/win32/registry.rb (Win32::Regstry#check):usa2013-07-093-16/+34
* * ext/{dl,fiddle}/win32/lib/win32/registry.rb: typos.usa2013-07-092-4/+4
* * ext/{dl,fiddle}/win32/lib/win32/registry.rbusa2013-07-093-6/+16
* Apply r41148 againnaruse2013-07-091-1/+1
* * ext/{dl,fiddle}/win32/lib/win32/registry.rbusa2013-07-093-2/+8
* * ext/dl/win32/lib/win32/registry.rb (Win32::Registry.expand_environ):usa2013-07-093-27/+46
* * lib/rubygems: Update to RubyGems 2.0.4. Seedrbrain2013-07-0832-111/+306
* * bignum.c (biglsh_bang): Don't shift a BDIGIT with BITSPERDIG bits.akr2013-07-082-20/+32
* * bignum.c (bigrsh_bang): Fix bignum digits overrun.akr2013-07-082-2/+6
* * 2013-07-09svn2013-07-081-2/+2
* * bignum.c (biglsh_bang): Fix bignum digits under-run.akr2013-07-082-2/+6
* win32/registry.rb: use WCHARnobu2013-07-082-25/+40
* win32.c: suppress warningsnobu2013-07-081-0/+4
* win32.c: for strict ANSInobu2013-07-083-16/+26
* numeric.c: for strict ANSInobu2013-07-082-1/+8
* win32: for strict ANSInobu2013-07-083-4/+12
* * bignum.c (bary_mul): Arguments for work memory added.akr2013-07-082-23/+33
* * bignum.c (rb_big_sq_fast): New function for testing.akr2013-07-085-3/+68
* * bignum.c (bary_mul_balance): Initialize a local variable to suppressakr2013-07-082-1/+6
* * bignum.c (bary_mul_balance): Reduce work memory.akr2013-07-083-10/+44
* * test/openssl/test_pkey_ec.rb: Skip tests for "Oakley" curves asemboss2013-07-072-1/+11
* * bignum.c (bary_mul): Add a RB_GC_GUARD.akr2013-07-072-0/+5
* * 2013-07-08svn2013-07-071-2/+2
* * bignum.c (bary_mul_karatsuba): Unreachable code removed. Removeakr2013-07-073-14/+54
* Ignore config.guess and config.sub.akr2013-07-070-0/+0
* * internal.h (rb_big_mul_normal): Declared.akr2013-07-076-0/+145
* Useless comment removed.akr2013-07-071-5/+0
* * bignum.c: Reorder functions to decrease forward reference.akr2013-07-072-1202/+1203
* * bignum.c: (bigsub_core): Use bary_sub.akr2013-07-072-245/+394
* * NEWS: Add REXML::Text#<< related updates.kou2013-07-072-0/+8
* * lib/rexml/text.rb (REXML::Text#<<): Support appending in notkou2013-07-072-0/+9
* * lib/rexml/text.rb (REXML::Text#<<): Support method chain use by "<<"kou2013-07-072-0/+11
* * lib/rexml/text.rb (REXML::Text#clear_cache): Extract commonkou2013-07-072-3/+13
* configure.in: check exit statusesnobu2013-07-071-12/+14
* configure.in: correctly tests dtrace -G in version 1.11nobu2013-07-072-3/+18
* * 2013-07-07svn2013-07-071-2/+2
* * bignum.c (bary_sq_fast): Extracted from bigsqr_fast andakr2013-07-072-11/+29
* * ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds ofemboss2013-07-053-13/+30