aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* array.c: fix false assertionnobu2013-06-122-2/+8
* parse.y: non-shady ruby_debug_linesnobu2013-06-121-3/+3
* array.c: assertionnobu2013-06-121-1/+2
* fix indent (use tab instead of spaces)kazu2013-06-121-1/+1
* * random.c (rand_int): Use rb_big_uminus.akr2013-06-112-2/+5
* * struct.c: Improve documentation: replace "instance variable" withdrbrain2013-06-112-92/+97
* * internal.h (INTEGER_PACK_NEGATIVE): Defined.akr2013-06-118-41/+62
* Unused variable removed.akr2013-06-111-1/+0
* * 2013-06-12svn2013-06-111-2/+2
* * lib/xmlrpc/client.rb (XMLRPC::Client#parse_set_cookies): Extract.kou2013-06-112-0/+13
* * test/xmlrpc/test_client.rb (XMLRPC::ClientTest::Fake::HTTP#started):kou2013-06-112-0/+6
* * bignum.c (validate_integer_pack_format): Don't require a word orderakr2013-06-115-7/+19
* * bignum.c (validate_integer_pack_format): Refine error messages.akr2013-06-112-2/+12
* * bignum.c (validate_integer_pack_format): numwords argument added.akr2013-06-112-7/+12
* rb_integer_pack tests refined.akr2013-06-112-39/+57
* * bignum.c (rb_integer_pack_internal): Renamed from rb_integer_packakr2013-06-116-156/+326
* Update documentation for pkg_config().knu2013-06-112-8/+26
* Fix the mail address of Matz; ruby-lang.jp does not exist.knu2013-06-111-1/+1
* array.c: fix false assertion in ary_make_sharednobu2013-06-112-1/+19
* * eval_error.c (error_print): reduce RARRAY_AREF().nobu2013-06-111-2/+3
* * doc/re.rdoc: Rename to doc/regexp.rdoczzak2013-06-113-1/+6
* * eval_error.c (error_print): keep that errat is non-shady object.tarui2013-06-102-3/+7
* * 2013-06-11svn2013-06-101-2/+2
* * ext/racc/cparse/cparse.c: use rb_ary_entry() anderegon2013-06-102-23/+29
* fix a typokazu2013-06-102-1/+7
* Update comment.akr2013-06-101-1/+1
* * test/ruby/test_beginendblock.rb (test_exitcode_in_at_exit): fix NameError.ktsj2013-06-101-0/+1
* Update a comment.akr2013-06-101-1/+3
* * ext/socket/raddrinfo.c (nogvl_getaddrinfo): Fix indent.kou2013-06-102-2/+5
* * ext/socket/raddrinfo.c (nogvl_getaddrinfo): Add missing returnkou2013-06-102-1/+6
* * ext/socket/raddrinfo.c (nogvl_getaddrinfo): work around for Ubuntunaruse2013-06-102-1/+15
* Update doc.akr2013-06-101-5/+10
* * bignum.c (rb_integer_pack): Returns sign instead of words.akr2013-06-108-33/+54
* * gc.c (rgengc_remember): permit promoted object.ko12013-06-102-5/+5
* * gc.c (RVALUE_PROMOTE): fix parameter name (`x' to `obj')ko12013-06-102-4/+11
* fix a typo of r41205kazu2013-06-101-1/+1