Age | Commit message (Expand) | Author |
2007-08-22 | * hash.c (rb_hash_delete_key): delete the entry without calling block. | shyouhei |
2007-08-22 | * lib/rinda/tuplespace.rb: fix Rinda::TupleSpace keeper thread bug. | shyouhei |
2007-08-22 | * ext/pty/pty.c (establishShell): handshaking before close slave | shyouhei |
2007-08-22 | * configure.in (ac_cv_func_isinf): set yes also on OpenSolaris. | shyouhei |
2007-08-22 | * lib/rexml/encodings/{ISO-8859-15,CP-1252}.rb: fixed invalid syntax. | shyouhei |
2007-08-22 | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@13214 b2dd03c... | shyouhei |
2007-08-22 | * ext/extmk.rb (extmake): save all CONFIG values. | shyouhei |
2007-08-22 | * sprintf.c (rb_f_sprintf): should not check positional number as | shyouhei |
2007-08-22 | * bignum.c (rb_big_aref): check for Bignum index range. | shyouhei |
2007-08-22 | * ext/digest/lib/digest.rb (Digest::self.const_missing): avoid | shyouhei |
2007-08-22 | * dln.c (conv_to_posix_path): removed. | shyouhei |
2007-08-22 | * intern.h (is_ruby_native_thread): removed since declared as an int | shyouhei |
2007-08-22 | * file.c (rb_file_s_rename): deleted code to get rid of a bug of | shyouhei |
2007-08-22 | * lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_H | shyouhei |
2007-08-22 | * {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic. | shyouhei |
2007-08-22 | * lib/mkmf.rb (init_mkmf): should remove mkmf.log too. | shyouhei |
2007-08-22 | * ext/openssl/ossl_config.c (ossl_config_set_section): do not | shyouhei |
2007-08-22 | * eval.c (get_backtrace): check the result more. | shyouhei |
2007-08-22 | * bignum.c (rb_big_lshift, rb_big_rshift): separated functions | shyouhei |
2007-08-22 | * bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242] | shyouhei |
2007-08-22 | * time.c (time_succ): Time#succ should return a time object in the | shyouhei |
2007-08-22 | * numeric.c (fix_pow): integer power calculation: 0**n => 0, | shyouhei |
2007-08-22 | * lib/base64.rb (Base64::b64encode): should not specify /o option | shyouhei |
2007-08-22 | * sprintf.c (rb_f_sprintf): more checks for format argument. | shyouhei |
2007-08-22 | * ext/digest/digest.c (rb_digest_instance_update, | shyouhei |
2007-08-22 | * bignum.c (rb_cstr_to_inum): check leading non-digits. | shyouhei |
2007-08-22 | * bignum.c (rb_big_neg): SIGNED_VALUE isn't in 1.8. | shyouhei |
2007-08-22 | * numeric.c (fix_pow): 0**2 should not raise floating point | shyouhei |
2007-08-22 | * win32/win32.c (CreateChild): enclose command line except for | shyouhei |
2007-08-22 | * lib/mkmf.rb (link_command, cc_command, cpp_command): do not expand | shyouhei |
2007-08-22 | * struct.c (rb_struct_init_copy): disallow changing the size. | shyouhei |
2007-08-22 | * random.c: documentation fix. srand(0) initializes PRNG with '0', | shyouhei |
2007-08-22 | * bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir. | shyouhei |
2007-08-22 | * sprintf.c (rb_f_sprintf): sign bit extension should not be done | shyouhei |
2007-08-22 | * array.c (rb_ary_initialize): should call rb_ary_modify() first. | shyouhei |
2007-08-22 | * parse.y (yylex): return non-valid token for an invalid | shyouhei |
2007-08-22 | * parse.y (dsym): return non-null NODE even if yyerror(). based on a | shyouhei |
2007-08-22 | * process.c (proc_exec_v, rb_proc_exec): preserve errno. | shyouhei |
2007-08-22 | * eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occured | shyouhei |
2007-08-21 | * variable.c (rb_path2class): get rid of dangling pointer caused by | shyouhei |
2007-08-21 | * ext/dl/lib/dl/win32.rb: seems that dl doesn't accept void argument. | shyouhei |
2007-08-21 | * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle more | shyouhei |
2007-08-21 | * configure.in (darwin): prohibit loading extension libraries to | shyouhei |
2007-08-21 | * eval.c (rb_kill_thread): renamed in order to get rid of conflict | shyouhei |
2007-08-21 | * process.c (ruby_setreuid, ruby_setregid): rename to get rid of name | shyouhei |
2007-08-21 | * lib/net/imap.rb (ResponseParser#next_token): fixed | shyouhei |
2007-08-21 | * marshal.c (w_extended): erroneous check condition when dump | shyouhei |
2007-08-15 | patchlevel 40 | shyouhei |
2007-06-20 | patchlevel 39 | shyouhei |
2007-06-18 | * intern.h, ext/thread/thread.c: moved prototype of rb_thread_status() | nobu |