summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-08-25* ext/win32ole/win32ole.c: supress warnings. (win32)ocean
2005-08-24* test/logger/test_logger.rb (test_shifting_size): should close logusa
2005-08-22* add test for SHA224, SHA256, SHA384 and SHA512.gotoyuzo
2005-08-22* ext/openssl/lib/digest.rb: added SHA224, SHA256, SHA384 and SHA512.gotoyuzo
2005-08-22* ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decodegotoyuzo
2005-08-22* sprintf.c (ruby__sfvwrite): should move `buf' to the end ofocean
2005-08-22* parse.y: ONIG_OPTION_CAPTURE_GROUP conflicts withmatz
2005-08-22* missing/vsnprintf.c (BSD__sprint): needs to call vwrite functionnobu
2005-08-20* parse.y (parser_yylex): update paren_nest for brackets [].matz
2005-08-20 * lib/wsdl/xmlSchema/importer.rb (WSDL::XMLSchema::Importer#fetch): addnahi
2005-08-20* regexec.c (code_is_in_cclass_node): check code size.matz
2005-08-20 * lib/logger.rb (write, shift_log?, shift_log): file shifting racenahi
2005-08-19* lib/time.rb (Time.apply_offset): fix a problem with last day ofakr
2005-08-18* win32/win32.c (socketpair_internal): need to call open_ifs_socket()usa
2005-08-17* eval.c (terminate_process): take String message.nobu
2005-08-17* ext/nkf/lib/kconv.rb: ensure that symbol_to_option is private_class_methodnaruse
2005-08-16* eval.c (rb_add_method): preserve safe level in the environmentmatz
2005-08-16* eval.c (rb_add_method): preserve safe level in the environmentmatz
2005-08-14* intern.h (rb_check_to_integer): add declaration.nobu
2005-08-14* eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE.nobu
2005-08-13* lib/fileutils.rb (remove_entry_secure): forgot final chdir.aamine
2005-08-13* lib/fileutils.rb (remove_entry_secure): uses chdir(2) and check if current ...aamine
2005-08-13add WIN32OLE_VARIANT class.suke
2005-08-13* ChangeLog: commit miss.nobu
2005-08-13* eval.c (rb_block_pass): distinguish current block from others.nobu
2005-08-13* ext/stringio/stringio.c (strio_set_string): disallow nil.nobu
2005-08-12* ext/nkf/lib/kconv.rb: Kconv.kconv is now alias of Kconv.convnaruse
2005-08-12* parse.y (f_larglist): allow optional arguments even whenmatz
2005-08-12* numeric.c (fix_equal, fix_cmp, fix_gt, fix_ge, fix_lt, fix_le):matz
2005-08-11* ext/stringio/stringio.c: keep holding string after closed.nobu
2005-08-11added ML number. [ruby-list:41018]kou
2005-08-11* lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou
2005-08-10* bignum.c (rb_big_mul0): multiply two numbers (x, y) withoutmatz
2005-08-10* ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys().nagai
2005-08-09* eval.c (formal_assign): let default values overridenobu
2005-08-09* ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai
2005-08-08* parse.y (f_block_arg), eval.c (rb_yield_0): deal with dynamicnobu
2005-08-08* eval.c (assign): deal with new block argument.nobu
2005-08-08* test/ruby/test_fnmatch.rb: separated from test_file.rb.ocean
2005-08-08 * test/ruby/test_method.rb: added. [ruby-dev:26761]nahi
2005-08-08* parse.y (f_larglist): mistake in syntax rule. [ruby-core:05535]matz
2005-08-07* ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_errorgotoyuzo
2005-08-07* lib/webrick/httpproxy.rb (HTTPProxyServer#intialize),gotoyuzo
2005-08-07 * test/ruby/test_super.rb: added optional arg tests. [ruby-dev:26743]nahi
2005-08-06* ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure createsocean
2005-08-05* ext/tk/tcltklib.c: fixed memory leak when tk_funcall raisedocean
2005-08-05* lib/mkmf.rb (create_makefile): need to convert path separetorusa
2005-08-05* eval.c (return_jump): fix "can't across thread" error messagematz
2005-08-04* ext/tk/tcltklib.c: refactoring - extract ruby string <->ocean
2005-08-04* extmk.rb (extmake): needs to be wrapped in an Array.nobu