aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c:nobu2005-08-301-0/+7
* * lib/debug.rb: no need to restart at exit.nahi2005-08-301-0/+4
* * lib/mkmf.rb (xsystem, xpopen): no longer expand by Config.nobu2005-08-301-1/+8
* * eval.c (rb_rescue2): intialization miss. fixed: [ruby-dev:26917]nobu2005-08-301-2/+6
* * ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h,gotoyuzo2005-08-301-1/+8
* * lib/irb/init.rb: bug fix. [ruby-dev: 26920]keiju2005-08-301-0/+3
* * lib/drb/ssl.rb (SSLConfig#accept) sorry, self[:verbose] is inner class's me...ocean2005-08-301-5/+0
* * lib/drb/ssl.rb (SSLConfig#accept) fixed "Undefined method verbose"ocean2005-08-301-0/+5
* * eval.c (rb_f_send): do not call private methods if the receivermatz2005-08-301-1/+5
* * lib/rdoc/usage.rb: improper exceptions. [ruby-dev:26870]ocean2005-08-291-0/+7
* * lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju2005-08-291-0/+8
* * lib/pathname.rb (Pathname#descend): new method.akr2005-08-281-0/+5
* * lib/time.rb: require 'date/format' instead of 'parsedate'.akr2005-08-281-0/+7
* * ext/curses/curses.c ({curses,window}_clrtoeol): added. suggestedocean2005-08-271-0/+10
* * ext/win32ole/win32ole.c: supress warnings. (win32)ocean2005-08-251-0/+4
* * test/logger/test_logger.rb (test_shifting_size): should close logusa2005-08-241-0/+6
* * add test for SHA224, SHA256, SHA384 and SHA512.gotoyuzo2005-08-221-0/+2
* * ext/openssl/lib/digest.rb: added SHA224, SHA256, SHA384 and SHA512.gotoyuzo2005-08-221-0/+6
* * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decodegotoyuzo2005-08-221-0/+23
* * sprintf.c (ruby__sfvwrite): should move `buf' to the end ofocean2005-08-221-0/+5
* * parse.y: ONIG_OPTION_CAPTURE_GROUP conflicts withmatz2005-08-221-0/+5
* * missing/vsnprintf.c (BSD__sprint): needs to call vwrite functionnobu2005-08-221-0/+5
* * parse.y (parser_yylex): update paren_nest for brackets [].matz2005-08-201-0/+4
* * lib/wsdl/xmlSchema/importer.rb (WSDL::XMLSchema::Importer#fetch): addnahi2005-08-201-1/+7
* * regexec.c (code_is_in_cclass_node): check code size.matz2005-08-201-0/+5
* * lib/logger.rb (write, shift_log?, shift_log): file shifting racenahi2005-08-201-0/+7
* * lib/time.rb (Time.apply_offset): fix a problem with last day ofakr2005-08-191-0/+5
* * win32/win32.c (socketpair_internal): need to call open_ifs_socket()usa2005-08-181-0/+6
* * eval.c (terminate_process): take String message.nobu2005-08-171-1/+8
* * ext/nkf/lib/kconv.rb: ensure that symbol_to_option is private_class_methodnaruse2005-08-171-0/+6
* * eval.c (rb_add_method): preserve safe level in the environmentmatz2005-08-161-1/+0
* * eval.c (rb_add_method): preserve safe level in the environmentmatz2005-08-161-0/+20
* * intern.h (rb_check_to_integer): add declaration.nobu2005-08-141-0/+6
* * eval.c (rb_rescue2): reduce PUSH_TAG() as well as NODE_RESCUE.nobu2005-08-141-0/+7
* * lib/fileutils.rb (remove_entry_secure): forgot final chdir.aamine2005-08-131-0/+4
* * lib/fileutils.rb (remove_entry_secure): uses chdir(2) and check if current ...aamine2005-08-131-0/+5
* add WIN32OLE_VARIANT class.suke2005-08-131-0/+8
* * ChangeLog: commit miss.nobu2005-08-131-5/+0
* * eval.c (rb_block_pass): distinguish current block from others.nobu2005-08-131-1/+9
* * ext/stringio/stringio.c (strio_set_string): disallow nil.nobu2005-08-131-2/+7
* * ext/nkf/lib/kconv.rb: Kconv.kconv is now alias of Kconv.convnaruse2005-08-121-0/+5
* * parse.y (f_larglist): allow optional arguments even whenmatz2005-08-121-0/+9
* * numeric.c (fix_equal, fix_cmp, fix_gt, fix_ge, fix_lt, fix_le):matz2005-08-121-3/+14
* * ext/stringio/stringio.c: keep holding string after closed.nobu2005-08-111-2/+6
* added ML number. [ruby-list:41018]kou2005-08-111-0/+2
* * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou2005-08-111-0/+22
* * bignum.c (rb_big_mul0): multiply two numbers (x, y) withoutmatz2005-08-101-0/+27
* * ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys().nagai2005-08-101-0/+11
* * eval.c (formal_assign): let default values overridenobu2005-08-091-3/+8
* * ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai2005-08-091-0/+25