aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-0/+15
* * lib/net/imap.rb (starttls): supported the STARTTLS command.shugo2005-09-111-0/+4
* set ERB#filename so that it is used when reporting syntax/runtime errors.seki2005-09-111-0/+5
* * array.c: protoize.matz2005-09-101-0/+9
* tiny ChangeLog fixocean2005-09-101-1/+1
* * ext/iconv/iconv.c (iconv_try), ext/iconv/extconf.rb: get rid of metanobu2005-09-091-1/+6
* * string.c (rb_str_times): make empty strings to keep taintness,nobu2005-09-091-0/+5
* * merged a patch from Takahiro Kambe <taca@back-street.net> tomatz2005-09-081-0/+5
* * missing/strchr.c (strrchr): fixed a bug for detecting NUL in amatz2005-09-081-3/+16
* * ext/openssl/ossl_engine.c (ossl_engine_s_by_id):gotoyuzo2005-09-071-0/+22
* * ext/openssl/ossl_asn1.c (asn1str_to_str): new function.gotoyuzo2005-09-071-0/+13
* * lib/open-uri.rb: abolish mod === tempfile to avoid a problemakr2005-09-071-0/+5
* * eval.c (rb_thread_switch): convert all exceptions tonobu2005-09-071-0/+8
* * win32/win32.[hc] (rb_w32_utime): constified.ocean2005-09-071-0/+9
* * lib/mkmf.rb (what_type?): guesstimate type.nobu2005-09-061-1/+6
* * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu2005-09-061-0/+13
* * parse.y (stmt, mlhs_node, lhs, arg, method_call): aref_args might benobu2005-09-051-0/+7
* * lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz2005-09-051-1/+18
* * ext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write):gotoyuzo2005-09-041-0/+5
* * parse.y (f_arg): Ripper should not do semantic check. [ruby-dev:26948]aamine2005-09-041-0/+5
* * lib/pathname.rb (Pathname#descend): Pathname.new("./a/b/c").descendakr2005-09-031-0/+6
* * lib: do not use __send__ to access private methods. [ruby-dev:26935]nobu2005-09-021-1/+3
* * parse.y (f_arg): f_norm_arg is a VALUE in ripper, not an ID.nobu2005-09-021-4/+9
* * eval.c (rb_call0): wrong condition for $SAFE restoration.matz2005-09-011-1/+5
* * ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn'tnagai2005-09-011-0/+9
* * win32/Makefile.sub (OPTFLAGS): default global optimization tousa2005-08-311-0/+5
* * process.c (proc_detach, proc_setmaxgroups): missing argument typeocean2005-08-311-1/+6
* * string.c (rb_str_scan): already String#scan behaves differentlynobu2005-08-301-0/+5
* * enum.c (enum_count): new method. [ruby-dev:26895]matz2005-08-301-0/+4
* * 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