aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/open-uri.rb (Kernel[#.]open): hard coded URI schemes removed.akr2003-11-131-0/+6
* * lib/test/unit/ui/tk/testrunner.rb: use grid and panedwindow (if available)nagai2003-11-131-0/+5
* * lib/open-uri.rb (OpenURI.open_uri): use File::RDONLY.akr2003-11-131-0/+5
* * ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function forgotoyuzo2003-11-131-0/+5
* * lib/optparse.rb (OptionParser::Completion#complete): prior shorternobu2003-11-131-0/+5
* * ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classesnagai2003-11-121-0/+6
* * lib/test/unit/assertions.rb (assert_throws, assert_nothing_thrown):nobu2003-11-121-4/+12
* * test/monitor/test_monitor.rb: fix the timing problem by Queue.shugo2003-11-121-0/+4
* * test/monitor/test_monitor.rb: added.shugo2003-11-121-0/+4
* * lib/monitor.rb: refactored. Thanks, Gennady Bystritsky.shugo2003-11-121-0/+4
* * ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): addgotoyuzo2003-11-111-1/+13
* * lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'.ntalbott2003-11-111-0/+4
* * lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handlentalbott2003-11-111-0/+5
* * io.c (appendline): file may not end with newline. a bug ifmatz2003-11-111-0/+5
* * ext/tk/lib/tk.rb: raise an exception when creating TkWindownagai2003-11-111-0/+5
* * lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nilgotoyuzo2003-11-101-0/+8
* * lib/monitor.rb (wait): return true on signal/broadcastfalse andshugo2003-11-101-0/+5
* * parse.y (primary): primary_value may be 0 when syntax error.nobu2003-11-091-3/+8
* * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil tontalbott2003-11-081-0/+8
* * test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading.nahi2003-11-081-0/+19
* * configure.in: improvement of pthread checknagai2003-11-081-0/+4
* Add DL.win32_last_error and DL.last_error.ttate2003-11-081-0/+4
* * ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem,nagai2003-11-071-0/+8
* (Pathname#parent): if self is `.', return `..'.akr2003-11-071-1/+7
* lib/pathname.rb (Pathname#+): if self or the argument is `.', return another.akr2003-11-071-2/+3
* * lib/pathname.rb (Pathname#+): return the argument if self is `.'.akr2003-11-071-0/+4
* * ext/socket/socket.c (make_hostent): get rid of SEGV on aliasesnobu2003-11-071-1/+6
* * ext/zlib/zlib.c (Init_zlib): define Zlib::GzipReader#each_line as an alias ...katsu2003-11-061-0/+5
* * eval.c (rb_load): save and restore rb_prohibit_interrupt.matz2003-11-061-0/+5
* * io.c (rb_io_inspect): show the path also at a closed file.nobu2003-11-061-0/+5
* * eval.c (rb_load): allow interrupt during loaded programmatz2003-11-061-0/+12
* * win32/win32.c (make_cmdvector): process backslashes even if a quotenobu2003-11-061-1/+4
* * lib/optparse.rb (OptionParser::Completion#complete): default not tonobu2003-11-061-1/+4
* * ext/stringio/stringio.c (strio_set_string, strio_reopen): checknobu2003-11-061-3/+16
* * sample/openssl/gen_csr.rb: there (at least) is a CA which does not accept DNnahi2003-11-051-0/+5
* configure.in, eval.c, signal.c: : add '--with-pthread-ext' optionnagai2003-11-051-0/+13
* * lib/optparse.rb (OptionParser::Switch::PlacedArgument::parse):nobu2003-11-051-0/+7
* * lib/test/unit/ui/gtk/testrunner.rb: typo.nobu2003-11-051-1/+5
* * string.c: add #include "version.h". this file still depends on it.usa2003-11-051-0/+7
* * lib/monitor.rb: revert to the previous revision.shugo2003-11-051-0/+4
* * lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain.gotoyuzo2003-11-041-0/+10
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub:usa2003-11-041-0/+5
* * class.c, hash.c, string.c: remove #include "version.h".eban2003-11-041-0/+6
* * io.c (read_all): fptr->f may be NULL, if IO is closed in thematz2003-11-041-0/+35
* * lib/racc/parser.rb: synchronize with Racc 1.4.4.aamine2003-11-031-0/+9
* * lib/webrick/ssl.rb: new option :SSLExtraChainCert.gotoyuzo2003-11-011-1/+5
* * string.c (rb_str_hash): Update the HASH_PERL alternative hashknu2003-11-011-0/+7
* #include <sys/time.h> wasn't actually needed for ruby 1.8 as missing.hknu2003-11-011-5/+0
* * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new methodgotoyuzo2003-11-011-0/+13
* #include <sys/time.h> is needed for struct timeval.knu2003-11-011-0/+5