summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-07add tag v1_8_5_104v1_8_5_104shyouhei
2007-09-07 * configure.in (group_member): check if presents.shyouhei
2007-09-07 * include/ruby/defines.h (flush_register_windows): call "ta 0x03"shyouhei
2007-09-07 * ext/win32ole/win32ole.c (ole_type_progid, reg_enum_key, shyouhei
2007-09-07 * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().shyouhei
2007-09-07 * process.c (detach_process_watcher): should not pass the pointershyouhei
2007-09-07 * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepshyouhei
2007-09-07 * bignum.c (big_lshift): make shift offset long type.shyouhei
2007-08-15 * hash.c (rb_hash_delete_key): delete the entry without calling block.shyouhei
2007-08-15 * lib/rinda/tuplespace.rb: fix Rinda::TupleSpace keeper thread bug.shyouhei
2007-08-15 * ext/pty/pty.c (establishShell): handshaking before close slaveshyouhei
2007-08-15 * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.shyouhei
2007-08-15 * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax.shyouhei
2007-08-15git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@13047 b2dd03c...shyouhei
2007-08-15 * ext/extmk.rb (extmake): save all CONFIG values.shyouhei
2007-08-15 * sprintf.c (rb_f_sprintf): should not check positional number asshyouhei
2007-08-15 * dln.c (conv_to_posix_path): removed.shyouhei
2007-08-15 * defines.h: Pull the RUBY_MBCHAR_MAXSIZE definition from trunk,shyouhei
2007-08-15 * intern.h (is_ruby_native_thread): removed since declared as an intshyouhei
2007-08-15 * file.c (rb_file_s_rename): deleted code to get rid of a bug ofshyouhei
2007-08-15 * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hshyouhei
2007-08-15 * {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic.shyouhei
2007-08-15 * lib/mkmf.rb (init_mkmf): should remove mkmf.log too.shyouhei
2007-08-15 * ext/openssl/ossl_config.c (ossl_config_set_section): do notshyouhei
2007-08-15 * eval.c (get_backtrace): check the result more.shyouhei
2007-08-15 * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsshyouhei
2007-08-15 * bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]shyouhei
2007-08-15 * time.c (time_succ): Time#succ should return a time object in theshyouhei
2007-08-15 * numeric.c (fix_pow): integer power calculation: 0**n => 0, shyouhei
2007-08-15 * lib/base64.rb (Base64::b64encode): should not specify /o optionshyouhei
2007-08-15 * sprintf.c (rb_f_sprintf): more checks for format argument.shyouhei
2007-08-15* bignum.c (bignorm): do not empty Bignum. [ruby-dev:31229]shyouhei
2007-08-15 * ext/digest/digest.c (rb_digest_instance_update,shyouhei
2007-08-15 * bignum.c (rb_cstr_to_inum): check leading non-digits.shyouhei
2007-08-15 * numeric.c (fix_pow): 0**2 should not raise floating pointshyouhei
2007-08-15 * win32/win32.c (CreateChild): enclose command line except forshyouhei
2007-08-15 * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandshyouhei
2007-08-15 * struct.c (rb_struct_init_copy): disallow changing the size.shyouhei
2007-08-15 * random.c: documentation fix. srand(0) initializes PRNG with '0',shyouhei
2007-08-15 * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.shyouhei
2007-08-15 * sprintf.c (rb_f_sprintf): sign bit extension should not be doneshyouhei
2007-08-15 * array.c (rb_ary_initialize): should call rb_ary_modify() first.shyouhei
2007-08-15 * parse.y (yylex): return non-valid token for an invalidshyouhei
2007-08-15 * parse.y (dsym): return non-null NODE even if yyerror(). based on ashyouhei
2007-08-15 * process.c (proc_exec_v, rb_proc_exec): preserve errno.shyouhei
2007-08-15 * variable.c (rb_path2class): get rid of dangling pointer caused byshyouhei
2007-08-15git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12960 b2dd03c...shyouhei
2007-08-15git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12958 b2dd03c...shyouhei
2007-08-15git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12956 b2dd03c...shyouhei
2007-08-15git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_5@12953 b2dd03c...shyouhei