summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-11-18* test/stringio/test_stringio.rb: imported from [ruby-dev:21941].nobu
2003-11-18* ext/stringio/stringio.c (strio_read): behave as IO at empty string.nobu
2003-11-18* lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ...aamine
2003-11-17* lib/optparse.rb (OptionParser::Completion::complete): allow leastnobu
2003-11-17* lib/test/unit/autorunner.rb (keyword_display): sort keywords.nobu
2003-11-17* lib/test/unit/ui/tk/testrunner.rb,nobu
2003-11-16* eval.c (rb_eval): iterator should return value from next insidenobu
2003-11-16* eval.c (eval): prepend error position in evaluating string tomatz
2003-11-16* lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800]aamine
2003-11-16 * lib/thread.rb (Thread.exclusive): wrap method definition ingsinclair
2003-11-16* lib/net/http.rb (set_debug_output): warn if method is called after #start. ...aamine
2003-11-15* eval.c (eval): do not re-raise exception to avoid unnecessarymatz
2003-11-15* /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):gotoyuzo
2003-11-15* lib/open-uri.rb (OpenURI.open_loop, OpenURI::HTTP#proxy_open):akr
2003-11-14* eval.c (rb_method_node): new API to retrieve method body.matz
2003-11-14* ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07)nagai
2003-11-13inconsistency of the arguments for respond_to? in previous change is fixed.akr
2003-11-13* lib/open-uri.rb (Kernel[#.]open): hard coded URI schemes removed.akr
2003-11-13* lib/test/unit/ui/tk/testrunner.rb: use grid and panedwindow (if available)nagai
2003-11-13* lib/open-uri.rb (OpenURI.open_uri): use File::RDONLY.akr
2003-11-13* ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function forgotoyuzo
2003-11-13* lib/optparse.rb (OptionParser::Completion#complete): prior shorternobu
2003-11-12* ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classesnagai
2003-11-12* lib/test/unit/assertions.rb (assert_throws, assert_nothing_thrown):nobu
2003-11-12* test/monitor/test_monitor.rb: fix the timing problem by Queue.shugo
2003-11-12* test/monitor/test_monitor.rb: added.shugo
2003-11-12* lib/monitor.rb: refactored. Thanks, Gennady Bystritsky.shugo
2003-11-11* ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): addgotoyuzo
2003-11-11 * lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'.ntalbott
2003-11-11 * lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handlentalbott
2003-11-11* io.c (appendline): file may not end with newline. a bug ifmatz
2003-11-11* ext/tk/lib/tk.rb: raise an exception when creating TkWindownagai
2003-11-10* lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nilgotoyuzo
2003-11-10* lib/monitor.rb (wait): return true on signal/broadcastfalse andshugo
2003-11-09* parse.y (primary): primary_value may be 0 when syntax error.nobu
2003-11-08 * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil tontalbott
2003-11-08* test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading.nahi
2003-11-08* configure.in: improvement of pthread checknagai
2003-11-08Add DL.win32_last_error and DL.last_error.ttate
2003-11-07* ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem,nagai
2003-11-07(Pathname#parent): if self is `.', return `..'.akr
2003-11-07lib/pathname.rb (Pathname#+): if self or the argument is `.', return another.akr
2003-11-07* lib/pathname.rb (Pathname#+): return the argument if self is `.'.akr
2003-11-07* ext/socket/socket.c (make_hostent): get rid of SEGV on aliasesnobu
2003-11-06* ext/zlib/zlib.c (Init_zlib): define Zlib::GzipReader#each_line as an alias ...katsu
2003-11-06* eval.c (rb_load): save and restore rb_prohibit_interrupt.matz
2003-11-06* io.c (rb_io_inspect): show the path also at a closed file.nobu
2003-11-06* eval.c (rb_load): allow interrupt during loaded programmatz
2003-11-06* win32/win32.c (make_cmdvector): process backslashes even if a quotenobu
2003-11-06* lib/optparse.rb (OptionParser::Completion#complete): default not tonobu