summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add tag v1_8_6_93v1_8_6_93shyouhei2007-09-070-0/+0
* * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().shyouhei2007-09-073-6/+7
* * 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-074-3/+14
* * bignum.c (big_lshift): make shift offset long type.shyouhei2007-09-072-15/+16
* * hash.c (rb_hash_delete_key): delete the entry without calling block.shyouhei2007-08-224-16/+620
* * lib/rinda/tuplespace.rb: fix Rinda::TupleSpace keeper thread bug.shyouhei2007-08-224-6/+30
* * ext/pty/pty.c (establishShell): handshaking before close slaveshyouhei2007-08-222-2/+5
* * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.shyouhei2007-08-223-4/+9
* * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.shyouhei2007-08-224-81/+85
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@13214 b2dd03c...shyouhei2007-08-223-2/+6
* * ext/extmk.rb (extmake): save all CONFIG values.shyouhei2007-08-223-19/+63
* * sprintf.c (rb_f_sprintf): should not check positional number asshyouhei2007-08-223-2/+7
* * bignum.c (rb_big_aref): check for Bignum index range.shyouhei2007-08-223-13/+28
* * ext/digest/lib/digest.rb (Digest::self.const_missing): avoidshyouhei2007-08-222-3/+5
* * dln.c (conv_to_posix_path): removed.shyouhei2007-08-224-119/+126
* * intern.h (is_ruby_native_thread): removed since declared as an intshyouhei2007-08-223-2/+6
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofshyouhei2007-08-2210-29/+29
* * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hshyouhei2007-08-222-1/+2
* * {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic.shyouhei2007-08-224-4/+4
* * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.shyouhei2007-08-223-1/+6
* * ext/openssl/ossl_config.c (ossl_config_set_section): do notshyouhei2007-08-223-2/+10
* * eval.c (get_backtrace): check the result more.shyouhei2007-08-224-8/+15
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsshyouhei2007-08-225-20/+132
* * bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]shyouhei2007-08-223-2/+8
* * time.c (time_succ): Time#succ should return a time object in theshyouhei2007-08-223-2/+12
* * numeric.c (fix_pow): integer power calculation: 0**n => 0, shyouhei2007-08-223-6/+45
* * lib/base64.rb (Base64::b64encode): should not specify /o optionshyouhei2007-08-223-2/+7
* * sprintf.c (rb_f_sprintf): more checks for format argument.shyouhei2007-08-223-29/+44
* * ext/digest/digest.c (rb_digest_instance_update,shyouhei2007-08-2210-9/+45
* * bignum.c (rb_cstr_to_inum): check leading non-digits.shyouhei2007-08-223-16/+22
* * bignum.c (rb_big_neg): SIGNED_VALUE isn't in 1.8.shyouhei2007-08-223-2/+10
* * numeric.c (fix_pow): 0**2 should not raise floating pointshyouhei2007-08-223-1/+7
* * win32/win32.c (CreateChild): enclose command line except forshyouhei2007-08-223-11/+25
* * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandshyouhei2007-08-223-6/+13
* * struct.c (rb_struct_init_copy): disallow changing the size.shyouhei2007-08-223-4/+10
* * random.c: documentation fix. srand(0) initializes PRNG with '0',shyouhei2007-08-223-3/+9
* * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.shyouhei2007-08-224-19/+23
* * sprintf.c (rb_f_sprintf): sign bit extension should not be doneshyouhei2007-08-223-3/+8
* * array.c (rb_ary_initialize): should call rb_ary_modify() first.shyouhei2007-08-223-2/+7
* * parse.y (yylex): return non-valid token for an invalidshyouhei2007-08-223-1/+8
* * parse.y (dsym): return non-null NODE even if yyerror(). based on ashyouhei2007-08-223-1/+7
* * process.c (proc_exec_v, rb_proc_exec): preserve errno.shyouhei2007-08-223-3/+10
* * eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occuredshyouhei2007-08-223-8/+30
* * variable.c (rb_path2class): get rid of dangling pointer caused byshyouhei2007-08-213-4/+14
* * ext/dl/lib/dl/win32.rb: seems that dl doesn't accept void argument.shyouhei2007-08-213-2/+7
* * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle moreshyouhei2007-08-212-2/+2
* * configure.in (darwin): prohibit loading extension libraries toshyouhei2007-08-213-3/+9
* * eval.c (rb_kill_thread): renamed in order to get rid of conflictshyouhei2007-08-213-4/+9
* * process.c (ruby_setreuid, ruby_setregid): rename to get rid of nameshyouhei2007-08-213-3/+14