summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-10ossl.c: check allocationnobu
2013-07-10ossl.c: check integer overflownobu
2013-07-10* tool/rbinstall.rb: always require rubygems to stabilize rubygemsnaruse
2013-07-09* remove trailing spaces.nobu
2013-07-09* lib/rubygems: Import RubyGems 2.1drbrain
2013-07-09* lib/rubygems/ext/ext_conf_builder.rb: Remove siteconf file afterdrbrain
2013-07-09 * ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831].tadf
2013-07-09* 2013-07-10svn
2013-07-09* bignum.c (bary_mul): x*1 is x.akr
2013-07-09* bignum.c (bary_mul_single): Invoke MEMZERO here.akr
2013-07-09* object.c (rb_obj_cmp): Improve doc for Kernel#<=>eregon
2013-07-09* bignum.c (bary_mul1): No need to invoke MEMZERO at last.akr
2013-07-09* properties.nobu
2013-07-09* test/rexml/test_text.rb: Add missing tests for Text#<<.kou
2013-07-09Module extended doc by @PragTob [fixes GH-335]hsbt
2013-07-09fixup stying of `Json#generate` parameter docs by @daveworth [fixes GH-339]hsbt
2013-07-09Add a missing line for rb_str_equal of string.c by @JuanitoFatas [fixes GH-353]hsbt
2013-07-09* lib/fileutils.rb (FileUtils#chown_R): Do not skip traversal evenknu
2013-07-09* test/fileutils/fileasserts.rbknu
2013-07-09* test/fileutils/test_fileutils.rbknu
2013-07-09* test/test_tracer.rb: catch up recent rubygems changes.ko1
2013-07-09* ext/{dl,fiddle}/win32/lib/win32/registry.rb: hope that the finalusa
2013-07-09Revert r41786 "broken utf-8"naruse
2013-07-09* object.c: Fix rdoc for Kernel#<=>. [Fix GH-352]knu
2013-07-09* lib/fileutils.rb (FileUtils#mode_to_s): Define mode_to_s() alsoknu
2013-07-09* test/fileutils/fileasserts.rbknu
2013-07-09* lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): If userknu
2013-07-09* io.c (appendline): use READ_CHAR_PENDING_XXX macros andglass
2013-07-09* ext/{dl,fiddle}/win32/lib/win32/registry.rb (Win32::Regstry#check):usa
2013-07-09* ext/{dl,fiddle}/win32/lib/win32/registry.rb: typos.usa
2013-07-09* ext/{dl,fiddle}/win32/lib/win32/registry.rbusa
2013-07-09Apply r41148 againnaruse
2013-07-09* ext/{dl,fiddle}/win32/lib/win32/registry.rbusa
2013-07-09* ext/dl/win32/lib/win32/registry.rb (Win32::Registry.expand_environ):usa
2013-07-08* lib/rubygems: Update to RubyGems 2.0.4. Seedrbrain
2013-07-08* bignum.c (biglsh_bang): Don't shift a BDIGIT with BITSPERDIG bits.akr
2013-07-08* bignum.c (bigrsh_bang): Fix bignum digits overrun.akr
2013-07-08* 2013-07-09svn
2013-07-08* bignum.c (biglsh_bang): Fix bignum digits under-run.akr
2013-07-08win32/registry.rb: use WCHARnobu
2013-07-08win32.c: suppress warningsnobu
2013-07-08win32.c: for strict ANSInobu
2013-07-08numeric.c: for strict ANSInobu
2013-07-08win32: for strict ANSInobu
2013-07-08* bignum.c (bary_mul): Arguments for work memory added.akr
2013-07-08* bignum.c (rb_big_sq_fast): New function for testing.akr
2013-07-08* bignum.c (bary_mul_balance): Initialize a local variable to suppressakr
2013-07-08* bignum.c (bary_mul_balance): Reduce work memory.akr
2013-07-07* test/openssl/test_pkey_ec.rb: Skip tests for "Oakley" curves asemboss
2013-07-07* bignum.c (bary_mul): Add a RB_GC_GUARD.akr