aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (fix_pow): integer power calculation: 0**n => 0, matz2007-07-163-6/+45
* * lib/base64.rb (Base64::b64encode): should not specify /o optionmatz2007-07-163-4/+9
* * string.c (rb_str_rindex_m): accept string-like object convertiblenobu2007-07-162-37/+47
* * sprintf.c (rb_f_sprintf): more checks for format argument.nobu2007-07-152-28/+43
* * bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]nobu2007-07-153-18/+10
* * bignum.c (rb_big_neg): SIGNED_VALUE isn't in 1.8.nobu2007-07-152-1/+5
* * ext/digest/digest.c (rb_digest_instance_update,nobu2007-07-159-8/+44
* * bignum.c (bigtrunc): do not empty Bignum. [ruby-dev:31229]nobu2007-07-151-1/+1
* * bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu2007-07-152-1/+6
* * bignum.c (rb_cstr_to_inum): check leading non-digits.nobu2007-07-152-15/+21
* * bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu2007-07-143-3/+8
* * enum.c (sort_by_cmp): check if reentered. [ruby-dev:24291]nobu2007-07-142-2/+12
* * test/openssl/test_pkcs7.rb: reverted the previous patch. it shouldnahi2007-07-142-5/+11
* * test/openssl/test_pkcs7.rb: follow the library change. applied anahi2007-07-142-5/+12
* * numeric.c (fix_pow): 0**2 should not raise floating pointmatz2007-07-132-0/+6
* * numeric.c (int_pow): wrong overflow detection. [ruby-dev:31215]matz2007-07-132-2/+4
* * numeric.c (int_pow): wrong overflow detection. [ruby-dev:31213]matz2007-07-133-6/+12
* * lib/open-uri.rb (URI::Generic#find_proxy): use ENV.to_hash to accessakr2007-07-132-1/+7
* * win32/win32.c (CreateChild): enclose command line except fornobu2007-07-132-10/+24
* * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandnobu2007-07-133-8/+15
* * struct.c (rb_struct_init_copy): disallow changing the size.nobu2007-07-123-6/+12
* # the previous commit should include random.cnahi2007-07-111-2/+3
* * random.c: documentation fix. srand(0) initializes PRNG with '0',nahi2007-07-111-0/+5
* * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.nobu2007-07-104-21/+25
* * eval.c (rb_interrupt): suppress a gcc's officious warning.nobu2007-07-063-4/+9
* * numeric.c (int_pow): fix previous nubu's commit.usa2007-07-053-2/+37
* * numeric.c (int_pow): even number multiplication never be negative.nobu2007-07-053-4/+8
* * sprintf.c (rb_f_sprintf): sign bit extension should not be donenobu2007-07-023-6/+11
* * array.c (rb_ary_initialize): should call rb_ary_modify() first.matz2007-06-302-1/+6
* * parse.y (parser_yylex): return non-valid token for an invalidnobu2007-06-293-3/+10
* * hash.c: purged trailing spaces.nobu2007-06-291-116/+116
* * parse.y (dsym): return non-null NODE even if yyerror(). based on anobu2007-06-293-3/+9
* * 2007-06-26usa2007-06-261-3/+3
* * process.c (ruby_setreuid, ruby_setregid): rename to get rid of namenobu2007-06-262-1/+11
* * process.c (proc_exec_v, rb_proc_exec): preserve errno.nobu2007-06-262-2/+9
* * hash.c (rb_hash_select): remove unnecessary varargs formatz2007-06-223-17/+15
* * test/openssl/test_ec.rb: set properties.nobu2007-06-190-0/+0
* * ext/openssl/{extconf.rb,ossl_ssl_session.c}:technorama2007-06-186-25/+201
* * eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occurednobu2007-06-182-0/+19
* * variable.c (rb_global_entry, rb_f_untrace_var, rb_alias_variable,nobu2007-06-172-34/+53
* * variable.c (rb_path2class): get rid of dangling pointer caused bynobu2007-06-173-6/+16
* * common.mk (realclean): separate local and ext.nobu2007-06-153-4/+21
* * ext/dl/lib/dl/win32.rb: seems that dl doesn't accept void argument.usa2007-06-153-4/+9
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle morenobu2007-06-143-4/+9
* * configure.in (darwin): prohibit loading extension libraries tonobu2007-06-122-2/+8
* * eval.c (rb_kill_thread): renamed in order to get rid of conflictnobu2007-06-123-7/+12
* * lib/mkmf.rb (Logging.quiet, Logging.message): added quiet flag andnobu2007-06-122-2/+10
* * lib/mkmf.rb (find_header): use header names in the message.nobu2007-06-122-1/+6
* * 2007-06-12usa2007-06-121-3/+3
* Fixed [UG]ID::eid=. Fixes bug # 10370ryan2007-06-121-2/+2