summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add tag v1_8_5_102v1_8_5_102shyouhei2007-09-070-0/+0
* * ext/win32ole/win32ole.c (ole_type_progid, reg_enum_key, shyouhei2007-09-073-9/+20
* * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().shyouhei2007-09-072-6/+3
* * process.c (detach_process_watcher): should not pass the pointershyouhei2007-09-073-8/+13
* * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepshyouhei2007-09-073-3/+9
* * bignum.c (big_lshift): make shift offset long type.shyouhei2007-09-073-15/+24
* * hash.c (rb_hash_delete_key): delete the entry without calling block.shyouhei2007-08-154-16/+620
* * lib/rinda/tuplespace.rb: fix Rinda::TupleSpace keeper thread bug.shyouhei2007-08-154-6/+30
* * ext/pty/pty.c (establishShell): handshaking before close slaveshyouhei2007-08-153-2/+10
* * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.shyouhei2007-08-153-4/+9
* * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.shyouhei2007-08-154-81/+85
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@13047 b2dd03c...shyouhei2007-08-153-2/+6
* * ext/extmk.rb (extmake): save all CONFIG values.shyouhei2007-08-153-19/+63
* * sprintf.c (rb_f_sprintf): should not check positional number asshyouhei2007-08-153-2/+7
* * dln.c (conv_to_posix_path): removed.shyouhei2007-08-154-119/+126
* * defines.h: Pull the RUBY_MBCHAR_MAXSIZE definition from trunk,shyouhei2007-08-153-1/+11
* * intern.h (is_ruby_native_thread): removed since declared as an intshyouhei2007-08-153-2/+6
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofshyouhei2007-08-1511-29/+56
* * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hshyouhei2007-08-153-1/+7
* * {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic.shyouhei2007-08-155-4/+8
* * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.shyouhei2007-08-153-1/+6
* * ext/openssl/ossl_config.c (ossl_config_set_section): do notshyouhei2007-08-153-2/+10
* * eval.c (get_backtrace): check the result more.shyouhei2007-08-154-8/+15
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsshyouhei2007-08-155-20/+132
* * bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]shyouhei2007-08-153-2/+8
* * time.c (time_succ): Time#succ should return a time object in theshyouhei2007-08-153-2/+12
* * numeric.c (fix_pow): integer power calculation: 0**n => 0, shyouhei2007-08-153-6/+42
* * 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