aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * NEWS: add a note for Module#using.shugo2013-06-142-4/+13
* * configure.in: download missing config files.nobu2013-06-141-0/+5
* * Makefile.in (after-update): non-configure platforms don't neednobu2013-06-142-1/+6
* * tool/get-config_files: show downloading message.nobu2013-06-141-1/+5
* update config filesnobu2013-06-145-9/+14
* download config filesnobu2013-06-146-3294/+35
* ruby.h: suppress warningsnobu2013-06-142-3/+8
* fix a typo.shugo2013-06-141-1/+1
* * NEWS: add notes for $SAFE.shugo2013-06-143-6/+17
* * 2013-06-14svn2013-06-131-2/+2
* * bignum.c (bigdivrem): Zero test condition simplified.akr2013-06-132-3/+10
* * ext/bigdecimal/*: improve documentation, nodoc samples with @mrknzzak2013-06-135-7/+32
* * lib/xmlrpc/client.rb (XMLRPC::Client#http): Add reader for rawkou2013-06-132-0/+13
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Supportkou2013-06-133-3/+28
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Usekou2013-06-132-7/+12
* fileutils.rb: fix traversal loopnobu2013-06-133-0/+7
* test_fileutils.rb: parents optionnobu2013-06-131-0/+8
* Use ny instead of RBIGNUM_LEN(y).akr2013-06-131-1/+1
* no alternate value expansionnobu2013-06-133-3/+11
* * ChangeLog: fix typonobu2013-06-131-1/+1
* * bignum.c (bigdivrem): Refactored to use ALLOCV_N for temporallyakr2013-06-132-21/+28
* * bignum.c (integer_unpack_num_bdigits_generic): reorder terms (but notusa2013-06-132-1/+7
* * test/ruby/test_thread.rb (test_thread_local_security): Don't createakr2013-06-132-2/+5
* * bignum.c (bigdivrem): Use nlz.akr2013-06-132-5/+6
* bignum.c: suppress warningsnobu2013-06-131-2/+2
* ruby.h: safe_level checknobu2013-06-133-1/+20
* eval.c: use local variablenobu2013-06-131-5/+7
* * test/-ext-/test_printf.rb, test/rss/test_parser.rb,shugo2013-06-139-154/+87
* Refine debug code.akr2013-06-131-11/+15
* * bootstraptest/test_autoload.rb, bootstraptest/test_method.rb:shugo2013-06-134-87/+11
* fix a typokazu2013-06-131-1/+1
* * bignum.c (integer_unpack_num_bdigits_small): Fix a comple error onakr2013-06-122-2/+8
* * ext/socket/extconf.rb: Enable RFC 3542 IPV6 socket options for OS Xdrbrain2013-06-122-0/+10
* * 2013-06-13svn2013-06-121-2/+2
* * bignum.c (rb_integer_unpack_2comp): New function.akr2013-06-126-69/+191
* * eval.c (mod_using): new method Module#using, which activatesshugo2013-06-123-9/+96
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-1273-978/+95
* * bignum.c (integer_unpack_num_bdigits_generic): Rewritten withoutakr2013-06-122-57/+57
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Extract.kou2013-06-122-4/+10
* * bignum.c (validate_integer_pack_format): supported_flags argumentakr2013-06-122-3/+26
* Add Appendix C containing a pointer to mkmf.knu2013-06-121-0/+4
* test_io.rb: fix test errornobu2013-06-121-1/+21
* array.c: fix false assertionsnobu2013-06-122-4/+7
* Update rdoc for pkg_config() and move :stopdoc: below to enable it.knu2013-06-121-3/+7
* Elaborate on side-effects of mkmf functions.knu2013-06-121-14/+25
* io.c: fix 7bit coderange conditionnobu2013-06-123-2/+21
* * pack.c (pack_pack): Use rb_integer_pack_2comp.akr2013-06-122-23/+8
* * sprintf.c (rb_str_format): Fix a dynamic format string.akr2013-06-122-6/+7
* array.c: freeze in callbacknobu2013-06-123-0/+15
* array.c: freeze in callbacknobu2013-06-123-0/+22