summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-07-22* file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu
2007-07-21* common.mk: inverted rules order.nobu
2007-07-21* bcc32/{Makefile.sub,configure.bat,setup.mak: configure_argsnobu
2007-07-21* lib/mkmf.rb (create_makefile): make OBJS depend on RUBY_EXTCONF_Hnobu
2007-07-21* {win32,wince,bcc32}/setup.mak (-version-): no RUBY_EXTERN magic.nobu
2007-07-21* win32/resource.rb: include patchlevel number.nobu
2007-07-21* lib/mkmf.rb (init_mkmf): should remove mkmf.log too.nobu
2007-07-20 * lib/date/format.rb (Date._parse): completes calendar week based year.tadf
2007-07-20* ext/openssl/ossl_config.c (ossl_config_set_section): do notnobu
2007-07-19* eval_error.ci (get_backtrace): check the result more.nobu
2007-07-19* bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu
2007-07-18* bignum.c (rb_big_pow): refine overflow check. [ruby-dev:31242]nobu
2007-07-17* time.c (time_succ): Time#succ should return a time object in thematz
2007-07-16* numeric.c (fix_pow): integer power calculation: 0**n => 0, matz
2007-07-16* lib/base64.rb (Base64::b64encode): should not specify /o optionmatz
2007-07-16* string.c (rb_str_rindex_m): accept string-like object convertiblenobu
2007-07-15* sprintf.c (rb_f_sprintf): more checks for format argument.nobu
2007-07-15* bignum.c (rb_big_pow): removed invariant variable. [ruby-dev:31236]nobu
2007-07-15* bignum.c (rb_big_neg): SIGNED_VALUE isn't in 1.8.nobu
2007-07-15* ext/digest/digest.c (rb_digest_instance_update,nobu
2007-07-15* bignum.c (bigtrunc): do not empty Bignum. [ruby-dev:31229]nobu
2007-07-15* bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu
2007-07-15* bignum.c (rb_cstr_to_inum): check leading non-digits.nobu
2007-07-14* bignum.c (get2comp): do nothing for empty Bignum. [ruby-dev:31225]nobu
2007-07-14* enum.c (sort_by_cmp): check if reentered. [ruby-dev:24291]nobu
2007-07-14 * test/openssl/test_pkcs7.rb: reverted the previous patch. it shouldnahi
2007-07-14 * test/openssl/test_pkcs7.rb: follow the library change. applied anahi
2007-07-13* numeric.c (fix_pow): 0**2 should not raise floating pointmatz
2007-07-13* numeric.c (int_pow): wrong overflow detection. [ruby-dev:31215]matz
2007-07-13* numeric.c (int_pow): wrong overflow detection. [ruby-dev:31213]matz
2007-07-13* lib/open-uri.rb (URI::Generic#find_proxy): use ENV.to_hash to accessakr
2007-07-13* win32/win32.c (CreateChild): enclose command line except fornobu
2007-07-13* lib/mkmf.rb (link_command, cc_command, cpp_command): do not expandnobu
2007-07-12* struct.c (rb_struct_init_copy): disallow changing the size.nobu
2007-07-11 * random.c: documentation fix. srand(0) initializes PRNG with '0',nahi
2007-07-10* bcc32/{Makefile.sub,setup.mak}: remove surplus slash from srcdir.nobu
2007-07-06* eval.c (rb_interrupt): suppress a gcc's officious warning.nobu
2007-07-05 * numeric.c (int_pow): fix previous nubu's commit.usa
2007-07-05* numeric.c (int_pow): even number multiplication never be negative.nobu
2007-07-02* sprintf.c (rb_f_sprintf): sign bit extension should not be donenobu
2007-06-30* array.c (rb_ary_initialize): should call rb_ary_modify() first.matz
2007-06-29* parse.y (parser_yylex): return non-valid token for an invalidnobu
2007-06-29* parse.y (dsym): return non-null NODE even if yyerror(). based on anobu
2007-06-26* process.c (ruby_setreuid, ruby_setregid): rename to get rid of namenobu
2007-06-26* process.c (proc_exec_v, rb_proc_exec): preserve errno.nobu
2007-06-22* hash.c (rb_hash_select): remove unnecessary varargs formatz
2007-06-18* ext/openssl/{extconf.rb,ossl_ssl_session.c}:technorama
2007-06-18* eval.c (ruby_cleanup): return EXIT_FAILURE if any exceptions occurednobu
2007-06-17* variable.c (rb_global_entry, rb_f_untrace_var, rb_alias_variable,nobu
2007-06-17* variable.c (rb_path2class): get rid of dangling pointer caused bynobu