summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2007-06-15* common.mk (realclean): separate local and ext.nobu
2007-06-15 * ext/dl/lib/dl/win32.rb: seems that dl doesn't accept void argument.usa
2007-06-14* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser): handle morenobu
2007-06-12* configure.in (darwin): prohibit loading extension libraries tonobu
2007-06-12* eval.c (rb_kill_thread): renamed in order to get rid of conflictnobu
2007-06-12* lib/mkmf.rb (Logging.quiet, Logging.message): added quiet flag andnobu
2007-06-12* lib/mkmf.rb (find_header): use header names in the message.nobu
2007-06-10* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu
2007-06-07* lib/pp.rb: call original "method" method instead of redefined one.akr
2007-06-04* lib/net/imap.rb (ResponseParser#next_token): fixedshugo
2007-05-31* lib/benchmark.rb (Benchmark::Job::item): avoid modifying thenobu
2007-05-30 * lib/rinda/tuplespace.rb (Rinda::TupleBag): create index on tuple bagseki
2007-05-30* lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo
2007-05-29* eval.c (rb_eval): get rid of SEGV at ZSUPER in a blocknobu
2007-05-29* eval.c (thread_timer): timer thread should not receive any signals.nobu
2007-05-29* eval.c (rb_eval_cmd): just return if no exceptions.nobu
2007-05-29* win32/win32.c (rb_w32_opendir): store attributes of the secondnobu
2007-05-27 * lib/rinda/tuplespace.rb (Rinda::TupleBag#delete): use rindex and seki
2007-05-25* test/ruby/test_beginendblock.rb (test_should_propagate_signaled):nobu
2007-05-25git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12385 b2dd03c8-...nobu
2007-05-22* lib/cgi.rb (CGI#[]): get rid of exceptions being raised.shyouhei
2007-05-22* ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu
2007-05-19typotadf
2007-05-19 * lib/date/format.rb (Date._parse): detects some OFX datestadf
2007-05-18* array.c (rb_ary_first): add negative length check.matz