summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add tag v1_8_5_76v1_8_5_76shyouhei2007-08-150-0/+0
* * lib/base64.rb (Base64::b64encode): should not specify /o optionshyouhei2007-08-153-2/+7
* * sprintf.c (rb_f_sprintf): more checks for format argument.shyouhei2007-08-153-29/+44
* * bignum.c (bignorm): do not empty Bignum. [ruby-dev:31229]shyouhei2007-08-153-2/+8
* * ext/digest/digest.c (rb_digest_instance_update,shyouhei2007-08-159-4/+36
* * bignum.c (rb_cstr_to_inum): check leading non-digits.shyouhei2007-08-153-16/+22
* * numeric.c (fix_pow): 0**2 should not raise floating pointshyouhei2007-08-153-1/+7
* * win32/win32.c (CreateChild): enclose command line except forshyouhei2007-08-153-11/+25
* * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandshyouhei2007-08-153-6/+13
* * struct.c (rb_struct_init_copy): disallow changing the size.shyouhei2007-08-153-4/+10
* * random.c: documentation fix. srand(0) initializes PRNG with '0',shyouhei2007-08-153-3/+9
* * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.shyouhei2007-08-154-19/+23
* * sprintf.c (rb_f_sprintf): sign bit extension should not be doneshyouhei2007-08-153-3/+8
* * array.c (rb_ary_initialize): should call rb_ary_modify() first.shyouhei2007-08-153-2/+7
* * parse.y (yylex): return non-valid token for an invalidshyouhei2007-08-153-1/+8
* * parse.y (dsym): return non-null NODE even if yyerror(). based on ashyouhei2007-08-153-1/+7
* * process.c (proc_exec_v, rb_proc_exec): preserve errno.shyouhei2007-08-153-3/+10
* * variable.c (rb_path2class): get rid of dangling pointer caused byshyouhei2007-08-153-4/+14
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12960 b2dd03c...shyouhei2007-08-153-2/+7
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12958 b2dd03c...shyouhei2007-08-153-2/+7
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12956 b2dd03c...shyouhei2007-08-153-3/+14
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12953 b2dd03c...shyouhei2007-08-153-2/+6
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12951 b2dd03c...shyouhei2007-08-153-3/+12
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12949 b2dd03c...shyouhei2007-08-153-8/+13
* * stable version 1.8.5-p52 released.shyouhei2007-06-122-4/+8
* 2007-06-07shyouhei2007-06-071-1/+1
* * eval.c (method_inspect): show proper class name.shyouhei2007-06-073-5/+14
* * win32/win32.c (move_to_next_entry): revert r12338. not necessaryusa2007-05-283-5/+9
* * eval.c (mnew): call of super via a method object should work again.shyouhei2007-05-264-4/+22
* * lib/cgi.rb (CGI#[]): get rid of exceptions being raised.shyouhei2007-05-223-1/+7
* merge -c 12293shyouhei2007-05-223-1/+7
* merge -r 12278:12280shyouhei2007-05-223-1/+7
* merge -c 12193shyouhei2007-05-223-9/+19
* patchlevel 45shyouhei2007-05-221-1/+1
* merge -c 12192shyouhei2007-05-222-2/+6
* merge -c 12187shyouhei2007-05-223-3/+14
* merge -r 12165:12168shyouhei2007-05-223-1/+10
* merge -c 12158shyouhei2007-05-223-2/+11
* merge -r 12143:12147shyouhei2007-05-224-14/+29
* merge -c 12137shyouhei2007-05-223-7/+13
* * distruby.rb: Add zip generation.shyouhei2007-03-202-11/+25
* * merge -c 12080shyouhei2007-03-193-5/+11
* * merge -c 12071shyouhei2007-03-163-2/+9
* * merge -c 12065shyouhei2007-03-163-3/+8
* * merge -c 12050shyouhei2007-03-163-4/+11
* * stable version 1.8.5-p35 released.shyouhei2007-03-132-1/+5
* * test/fileutils/fileasserts.rb: Fix wrong error message.shyouhei2007-03-134-8/+15
* * lib/fileutils.rb (FileUtils::mv): fix incomplete backport ofshyouhei2007-03-123-2/+7
* *merge -c 11946shyouhei2007-03-123-2/+11
* * merge -c 12031shyouhei2007-03-116-16/+176