summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * lib/net/smtp.rb: change coding style: def m( a ) -> def m(a).aamine2004-04-212-28/+31
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/pop.rb: do not use class variables.aamine2004-04-212-40/+65
| | | | | | | * lib/net/pop.rb (do_start): ensure to clean up connection when authentication failed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb (connect): CONNECT must precede SSL connect. [ruby-dev:23379]aamine2004-04-212-35/+41
| | | | | | | * lib/net/http.rb (HTTP.new): class variables are not inherited now. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/test/unit/ui/console/testrunner.rb (test_started): restore $0nobu2004-04-212-1/+7
| | | | | | | after changing process title. [ruby-talk:97426] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c: Recover wrongly removed spaces at end of the lines.ocean2004-04-212-154/+158
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-04-21eban2004-04-211-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c(rb_spawn): fix SEGV at "p system('command line here')"ocean2004-04-212-157/+162
| | | | | | | (may happen only in bccwin32) [ruby-dev:23380] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c: Updated RDocs.ocean2004-04-192-2/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-04-19eban2004-04-191-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c: Updated RDocs.ocean2004-04-192-25/+35
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-1831-67/+79
| | | | | | | | | | | | | | lib/date.rb, lib/ftools.rb, lib/getoptlong.rb, lib/logger.rb, lib/matrix.rb, lib/monitor.rb, lib/set.rb, lib/thwait.rb, lib/timeout.rb, lib/yaml.rb, lib/drb/drb.rb, lib/irb/workspace.rb, lib/net/ftp.rb, lib/net/http.rb, lib/net/imap.rb, lib/net/pop.rb, lib/net/telnet.rb, lib/racc/parser.rb, lib/rinda/rinda.rb, lib/rinda/tuplespace.rb, lib/shell/command-processor.rb, lib/soap/rpc/soaplet.rb, lib/test/unit/testcase.rb, lib/test/unit/testsuite.rb: typo fix. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Allow for HAVE_PROTOTYPES macrodave2004-04-182-4/+17
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Change :enddoc: to terminate processing of current filedave2004-04-172-18/+27
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/drb/drb.rb (DRb::DRbUnknown::initialize): Exception#to_str isnobu2004-04-163-4/+15
| | | | | | | | | | | | | deprecated. * lib/drb/drb.rb (DRb::DRbServer::InvokeMethod::perform): multiple value class changed. * lib/drb/invokemethod.rb (DRb::DRbServer::InvokeMethod18Mixin::block_yield): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-04-16eban2004-04-161-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb: skip linking when libraries to be preloaded notnobu2004-04-152-2/+7
| | | | | | | compiled. [ruby-list:39561] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (pst_success_p): new method Process::Status#success?.nobu2004-04-151-0/+1
| | | | | | | [ruby-dev:23385] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add ruby-dev number.ocean2004-04-151-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * rubytest.rb: do nothing while cross-compiling, return status innobu2004-04-152-7/+12
| | | | | | | system independent style. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (pst_success_p): new method Process::Status#success?.nobu2004-04-152-1/+26
| | | | | | | [ruby-dev:23385] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-04-15eban2004-04-151-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (rb_push_glob): Dir.glob() should return nil if block is given.ocean2004-04-152-71/+47
| | | | | | | | | | | | | (http://www.ruby-lang.org/ja/man/index.cgi?cmd=view;name=Dir) * dir.c (push_braces): Dir.glob() should handle '{ }' nested more than 3 times. * dir.c (push_braces, rb_push_glob): Dir.glob() should handle escaped '{' and '}' and ','. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add test/gdbm/test_gdbm.rb.akr2004-04-151-0/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a gdbm test for [ruby-dev:23381]akr2004-04-151-0/+33
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER,akr2004-04-152-16/+30
| | | | | | | | GDBM::WRCREAT and GDBM::NEWDB. (fgdbm_initialize): use specified read/write flag. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu2004-04-1412-19/+24
| | | | | | | process.c, re.c, string.c: typos in RDoc comments. [ruby-core:02783] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * numeric.c (flo_eq): workaround for bcc32's bug.eban2004-04-142-0/+8
| | | | | | | (ruby-bugs-ja:PR#594) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-04-14eban2004-04-141-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * defines.h: include <net/socket.h> to get fd_set definition in BeOS.ocean2004-04-142-1/+9
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* change pattern matching [druby-ja:98]seki2004-04-133-2/+12
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * bcc32/Makefile.sub (PHONY): Borland make disallows empty commandnobu2004-04-132-0/+7
| | | | | | | rules. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb (begin_transport): should not overwrite HTTP request ↵aamine2004-04-132-3/+8
| | | | | | header. [ruby-list:39543] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/pop.rb: merge POP3S patch. This patch is contributed by Daniel Hobe.aamine2004-04-132-17/+129
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-04-13eban2004-04-131-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk: changed the order of ascii.c alphabetically.ksaito2004-04-122-4/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* enable document for Kernel.open.akr2004-04-121-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * gc.c (rb_gc_copy_finalizer): typo. [ruby-core:02774]nobu2004-04-122-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value.gotoyuzo2004-04-122-1/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-04-12eban2004-04-121-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (rb_glob2, rb_glob, push_globs, push_braces, rb_push_glob):ocean2004-04-122-11/+27
| | | | | | | fix memory leak to occur when block is interrupted in Dir.glob. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ML referencenobu2004-04-111-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-04-11nobu2004-04-111-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.c (require_libraries): restore source file/line afternobu2004-04-112-3/+11
| | | | | | | statically linked extensions initialized. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Forgot to check special case at top leveldave2004-04-112-2/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-04-10eban2004-04-101-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix :enddoc"dave2004-04-103-3/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fixed problem with \_cat_<b>dog</b>dave2004-04-093-16/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-04-09eban2004-04-091-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (has_magic, find_dirsep): incomplete '[' matches no characterocean2004-04-092-20/+65
| | | | | | | | | | | | | | | | | | in Dir.glob. (follows File.fnmatch's behavior) * dir.c (fnmatch_helper): incomplete escape is ignored in File.fnmatch. (follows Dir.glob's behavior) * dir.c (find_dirsep): '/' between '[' and ']' is ignored in Dir.glob. (follows File.fnmatch with File::FNM_PATHNAME 's behavior) * dir.c (find_dirsep): escaped slash '\/' loses its meaning as directory separator in Dir.glob. [ruby-dev:23291] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* commit miss. _nonobu2004-04-081-3/+0
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e