summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * MANIFEST: add test/net/test_httpheader.rb. (commit miss?)usa2004-01-142-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5461 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/rubyext.c: omission of Date library code causedwhy2004-01-132-0/+13
| | | | | | | test suite failure. [ruby-core:2251] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb: use $0 as the default application class name.nagai2004-01-132-1/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (primary): allow no "when" case. [ruby-dev:22578]matz2004-01-134-14/+45
| | | | | | | | | * ruby.h (rb_class_of): reduce branch. [ruby-dev:22577] * ruby.h (rb_type): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities):nobu2004-01-137-24/+10
| | | | | | | moved run method which allows output level. [ruby-dev:22554] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/test_*.rb: Pathname#parent -> Pathname#dirname.nahi2004-01-139-16/+20
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-13usa2004-01-131-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/yaml/test_yaml.rb (YAML_Unit_Tests::test_spec_type_{int,float}):nobu2004-01-132-6/+9
| | | | | | | fix syntax error. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/bytecode.c: turn off default implicit typing.why2004-01-125-617/+717
| | | | | | | | | | | | * ext/syck/implicit.c: detect base60 integers. * ext/syck/rubyext.c: handle base60, as well as hex and octal with commas. implicit typing of ruby symbols. * test/yaml/test_yaml.rb: add test. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Display full name in class listdave2004-01-123-3/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (test_wr): Rdoc fix. [ruby-core:02225]matz2004-01-122-17/+15
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Checked in wrong version... :(dave2004-01-121-1/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Try to use DESTDIR when installingdave2004-01-122-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (primary): fix position after FCALL. [ruby-dev:22574]nobu2004-01-122-4/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (test_wr, test_ww): New functions implementing newmatz2004-01-123-1/+91
| | | | | | | | | methods (File::world_readable?, File::world_writable?). * file.c (S_IRUGO, S_IGUGO): New macros. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add explicit line breaks in method signatures for ri. Fixup some comments in ↵dave2004-01-125-9/+39
| | | | | | object.c. Support changes comments for "in xxx.c" git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-12nahi2004-01-121-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add HTML formatter to ridave2004-01-113-29/+157
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * env.h (ruby_frame, ruby_scope, ruby_in_eval, ruby_class,nobu2004-01-112-6/+11
| | | | | | | ruby_dyna_vars): export. [ruby-dev:22566] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-11usa2004-01-111-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (make_hostent): a bug in brace position.matz2004-01-102-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: install rdoc by default. if you do not want tomatz2004-01-106-43/+123
| | | | | | | | | | | | | | | | | | | | install rdoc, specify --disable-install-doc. * eval.c (eval): need to add message delimiter. [ruby-dev:22561] * defines.h (__NeXT__): Ensure that all standard S_IRUSR, S_IWGRP, S_IRWXO, etc. macros are defined since future code might require them (even though present code only requires a subset). * defines.h (__NeXT__): Bug fix: WORDS_BIGENDIAN was not being set correctly on Rhapsody when -arch compiler flag was used (via configure's --enable-fat-binary option). * ext/socket/socket.c (make_hostent): getaddrinfo(3) on BSD do not fill ai_canonname if serv is not supplied. (ruby-bugs PR#1243) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* ri now accepts options via RI environment variabledave2004-01-102-0/+11
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-10nobu2004-01-101-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (LIBPATHFLAG, RPATHFLAG): enclose paths with singlenobu2004-01-106-9/+18
| | | | | | | | | | | quotes. [ruby-dev:22564] * lib/mkmf.rb (libpathflag): do not enclose with quotes always. * {bcc32,win32,wince}/Makefile.sub (LIBPATHFLAG): quoted. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (dir_inspect): new method, Dir#inspect. [ruby-dev:22562]nobu2004-01-102-0/+28
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5425 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-09nobu2004-01-101-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadErrornahi2004-01-095-15/+51
| | | | | | | | | | | | | | and SystemExitError) while loading a testcase. smell of bug. * test/testunit/collector/test_dir.rb: add new test of the LoadError. * test/drb/{test_drbssl.rb,test_drbunix.rb}: do not define testcase if openssl is not installed. * test/testunit/collector/test_dir.rb: assert_raises -> assert_raise. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * rubysig.h: <errno.h> is needed to use errno which may be a macro.nobu2004-01-092-5/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb (extmake): should not reduce necessary libraries.nobu2004-01-093-1/+24
| | | | | | | | | | [ruby-dev:22440] * lib/mkmf.rb (merge_libs): merge libraries according to dependency. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/mkmf.rb (libpathflag): use single quotes. [ruby-dev:22440]nobu2004-01-092-4/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RDOCTARGET): new macro. if you want to installeban2004-01-083-4/+20
| | | | | | | | rdoc documentation, you need to run configure with --enable-install-doc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_pkey.c (ossl_pkey_to_der): removed; it returnsgotoyuzo2004-01-085-22/+89
| | | | | | | | | | | | | | | | public key only. * ext/openssl/ossl_pkey_dh.c (ossl_dh_to_der): new function for OpenSSL::PKey::DH#to_der. * ext/openssl/ossl_pkey_dsa.c (ossl_dsa_to_der): new function for OpenSSL::PKey::DSA#to_der. * ext/openssl/ossl_pkey_rsa.c (ossl_rsa_to_der): new function for OpenSSL::PKey::RSA#to_der. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (glob_helper): should not recurse in exceptional status.nobu2004-01-082-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/wsdl/datetime/test_datetime.rb: fixed a stupid testcase whichnahi2004-01-082-17/+24
| | | | | | | dumps "E" at month-end. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c, object.c, process.c, re.c: don't use C++ style comments.eban2004-01-085-26/+30
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/rubyext.c (yaml_org_handler): lazy-load Date fornobu2004-01-072-176/+184
| | | | | | | static-ext. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-08nobu2004-01-071-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5410 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/extmk.rb: preserve order in Setup. [ruby-dev:22503]nobu2004-01-076-7/+32
| | | | | | | | | | * ext/extmk.rb: move dependent libraries just after depended libraries. * ext/digest/*/extconf.rb: depend on digest. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/cgi.rb (WEBrick::CGI#initialize): should creategotoyuzo2004-01-072-0/+6
| | | | | | | @config[:Logger] if it was not given. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * dir.c (glob_helper): fix memory leak.nobu2004-01-072-7/+13
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_mod_modfunc): should break if m has no super class.matz2004-01-072-0/+6
| | | | | | | [ruby-dev:22498] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5404 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * sample/webrick/*: new files.gotoyuzo2004-01-0710-0/+185
| | | | | | | * MANIFEST: add sample/webrick/* git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/net/test_httpheader.rb: new file.aamine2004-01-072-0/+143
| | | | | | | * MANIFEST: add test/net/test_httpheader.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb (HTTPHeader#content_length): should return nil unless ↵aamine2004-01-072-1/+7
| | | | | | header exists. [ruby-dev:22519] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* fix typos.akr2004-01-074-14/+14
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk.rb: use epath for embedded windows of TkPanedWindow.nagai2004-01-074-14/+86
| | | | | | | | * ext/tk/lib/tktext.rb: use epath for embedded windows. * ext/tk/lib/tkcanvas.rb: use epath for window items. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/soap/{attachment.rb,mimemessage.rb}: added from soap4r/1.5.2.nahi2004-01-074-0/+351
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Fix problem with agreesive name matching (see ChangeLog)dave2004-01-073-9/+30
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-01-07eban2004-01-071-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e