aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * test/logger/test_logger.rb: unintentionally overwritten changes bynahi2005-09-151-0/+5
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#initialize): should setgotoyuzo2005-09-151-0/+5
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.5.nahi2005-09-151-0/+84
* * test/ruby/test_signal.rb (test_exit_action): skip the test usingusa2005-09-151-0/+5
* * lib/open-uri.rb: add :read_timeout option.akr2005-09-151-0/+5
* * ext/tk/lib/tk/dialog.rb: If a dialog does not show up yet,nagai2005-09-151-0/+5
* * win32/win32.c (rb_w32_pipe_exec): remove unnecessary CloseHandle().usa2005-09-151-0/+8
* * win32/win32.c (collect_file_fd): rename from extract_file_fd.usa2005-09-141-0/+8
* * dir.c (ruby_glob): glob function not using ruby exception system.nobu2005-09-141-0/+4
* * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`.ocean2005-09-141-0/+7
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-0/+10
* * lib/logger.rb (Logger): added formatter accessor to logger fornahi2005-09-131-0/+14
* * eval.c (BEGIN_CALLARGS): pop halfly pushed status.nobu2005-09-131-3/+8
* * ruby.h (PRINTF_ARGS): new macro for printf style argument checking.akr2005-09-131-0/+4
* * lib/net/http.rb: wrote docuemntation of HTTPRequest/HTTPResponse classes.aamine2005-09-131-0/+5
* * string.c, missing.h: failed to build on powerpc-apple-darwin7.9.0ocean2005-09-131-0/+6
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-131-0/+38
* * lib/ostruct.rb (new_ostruct_member): Object#send no longer callnobu2005-09-121-0/+11
* * eval.c (proc_save_safe_level): no need to restrict safe levelmatz2005-09-121-0/+5
* * test/dbm/test_dbm.rb: remove locking test, which may not bematz2005-09-121-1/+6
* * file.c (apply2files): stricter callback definition.nobu2005-09-121-0/+6
* * test/openssl/test_pkcs7.rb (test_enveloped): skip this testgotoyuzo2005-09-121-0/+7
* * win32/win32.[hc] (rb_w32_argv_size, ...): reverted my latest changeocean2005-09-121-0/+5
* * dln.c: avoid warning of const to non-const convertion.ocean2005-09-121-0/+7
* * 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