summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-09-05* parse.y (stmt, mlhs_node, lhs, arg, method_call): aref_args might benobu
2005-09-05* lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz
2005-09-04* ext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write):gotoyuzo
2005-09-04* parse.y (f_arg): Ripper should not do semantic check. [ruby-dev:26948]aamine
2005-09-03* lib/pathname.rb (Pathname#descend): Pathname.new("./a/b/c").descendakr
2005-09-02* lib: do not use __send__ to access private methods. [ruby-dev:26935]nobu
2005-09-02* parse.y (f_arg): f_norm_arg is a VALUE in ripper, not an ID.nobu
2005-09-01* eval.c (rb_call0): wrong condition for $SAFE restoration.matz
2005-09-01* ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn'tnagai
2005-08-31* win32/Makefile.sub (OPTFLAGS): default global optimization tousa
2005-08-31* process.c (proc_detach, proc_setmaxgroups): missing argument typeocean
2005-08-30* string.c (rb_str_scan): already String#scan behaves differentlynobu
2005-08-30* enum.c (enum_count): new method. [ruby-dev:26895]matz
2005-08-30* array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c:nobu
2005-08-30 * lib/debug.rb: no need to restart at exit.nahi
2005-08-30* lib/mkmf.rb (xsystem, xpopen): no longer expand by Config.nobu
2005-08-30* eval.c (rb_rescue2): intialization miss. fixed: [ruby-dev:26917]nobu
2005-08-30* ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h,gotoyuzo
2005-08-30* lib/irb/init.rb: bug fix. [ruby-dev: 26920]keiju
2005-08-30* lib/drb/ssl.rb (SSLConfig#accept) sorry, self[:verbose] is inner class's me...ocean
2005-08-30* lib/drb/ssl.rb (SSLConfig#accept) fixed "Undefined method verbose"ocean
2005-08-30* eval.c (rb_f_send): do not call private methods if the receivermatz
2005-08-29* lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870]ocean
2005-08-29* lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju
2005-08-28* lib/pathname.rb (Pathname#descend): new method.akr
2005-08-28* lib/time.rb: require 'date/format' instead of 'parsedate'.akr
2005-08-27* ext/curses/curses.c ({curses,window}_clrtoeol): added. suggestedocean
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