tenderlove
fe89874540
* ext/psych/lib/psych.rb: released a new gem, so increasing version.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-13 22:31:15 +00:00
emboss
e16d6108c0
Sat May 14 05:08:32 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
...
* ext/openssl/ossl_digest.c
* ext/openssl/ossl_pkey.c
* ext/openssl/ossl_pkey.h
* test/openssl/pkey/test_pkey_rsa.rb
Reverted premature commit. Sorry for the noise!
Previous revision: 31555
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-13 20:10:27 +00:00
drbrain
10219ff621
* lib/uri.rb: Add toplevel documentation. Patch by Vincent Batts.
...
[Ruby 1.9 - Bug #4690 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-13 20:03:21 +00:00
emboss
cb57042bee
Sat May 14 04:19:06 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
...
* NEWS: Describe altered behaviour for RSA and DSA public key
encoding. [Ruby 1.9 - Bug #4421 , Bug #4422 ]
[ruby-core:35327,35328]
Previous revision: 31553
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-13 19:25:18 +00:00
drbrain
f342dde667
Ignore generated files in test extensions
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-13 18:03:03 +00:00
drbrain
f347a9212e
* lib/ipaddr.rb (unless Socket): Document valid*? methods. Patch by
...
Sebastian Martinez. [Ruby 1.9 - Feature #4687 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-13 17:59:35 +00:00
drbrain
8dca379907
* lib/rexml/functions.rb: Add some documentation for REXML::Functions.
...
Patch by Sebastian Martinez. [Ruby 1.9 - Feature #4688 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-13 17:54:22 +00:00
svn
172b1ba615
* 2011-05-14
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-13 17:52:05 +00:00
drbrain
cc48da67d8
* lib/resolv.rb: Hide private method and state-tracking constants from
...
RDoc. Patch by Mark Turner. [Ruby 1.9 - Feature #4691 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-13 17:52:01 +00:00
nagachika
58355ea52a
* lib/logger.rb: format comments to keep 80 columns in a line.
...
* lib/uri/common.rb: ditto.
* lib/uri/ftp.rb: ditto.
* lib/uri/ldap.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-13 12:54:57 +00:00
nagachika
a55d803ed3
* numeric.c (flo_coerce): fix a typo in documentation.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-13 12:38:49 +00:00
shyouhei
c2f8979729
ChangeLog for it
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-13 10:27:12 +00:00
shyouhei
eb5de217f1
Add #flo_coerce documentation.
...
Signed-off-by: URABE, Shyouhei <shyouhei@ruby-lang.org>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-13 10:27:10 +00:00
shyouhei
79fdc67835
* README.EXT: fix typo. Patch by William Blackerby.
...
https://github.com/ruby/ruby/pull/19
* README.EXT.ja: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-13 09:59:16 +00:00
usa
425b30bc78
* win32/win32.c (rb_w32_select): check invalid handle before doing
...
select operations. see [ruby-dev:43513], [ruby-dev:43535]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-13 06:24:36 +00:00
drbrain
7ed51785df
* lib/rdoc/rdoc.rb: Output summary after documentation report.
...
* lib/rdoc/stats/normal.rb: Don't output information for users when
we're not on a TTY
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 23:41:35 +00:00
drbrain
57580b76e8
* lib/fileutils.rb: Hide internal methods from RDoc. Patch by Darragh
...
Curran. [Ruby 1.9 - Bug #4684 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 22:49:40 +00:00
drbrain
d6e3bc4ce4
* lib/webrick/httpservlet/erbhandler.rb: Add documentation.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 22:37:01 +00:00
drbrain
8c47d51883
* lib/mathn.rb: Fix indentation. Patch by Jason Dew.
...
[Ruby 1.9 - Feature #4682 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 22:04:59 +00:00
drbrain
6e10135d47
* lib/mathn.rb: Add documentation. Patch by Jason Dew. [Ruby 1.9 -
...
Feature #4667 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 21:51:41 +00:00
drbrain
f154226900
* lib/logger.rb (class Logger): Document Logger#datetime_format.
...
Patch by Sergio Gil Pérez de la Manga. [Ruby 1.9 - Bug #4678 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 20:45:45 +00:00
drbrain
e2b3183fc2
* re.c (Init_Regexp): Document option constants. Patch by Vincent
...
Batts. [Ruby 1.9 - Bug #4677 ]
* lib/uri/common.rb (module URI): Documentation for URI. Patch by
Vincent Batts. [Ruby 1.9- Bug #4677 ]
* lib/uri/ftp.rb (module URI): ditto
* lib/uri/generic.rb (module URI): ditto
* lib/uri/http.rb (module URI): ditto
* lib/uri/https.rb (module URI): ditto
* lib/uri/ldap.rb (module URI): ditto
* lib/uri/ldaps.rb (module URI): ditto
* lib/uri/mailto.rb (module URI): ditto
* process.c (Init_process): Document Process constants. Patch by
Vincent Batts. [Ruby 1.9- Bug #4677 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 20:39:11 +00:00
drbrain
78e06ab194
* lib/rss/atom.rb (module RSS): Document URIs. Patch by Mark Turner.
...
[Ruby 1.9 - #4671 ]
* lib/rss/rss.rb (module RSS): Document exception classes. Patch by
Mark Turner. [Ruby 1.9 - #4671 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 20:17:29 +00:00
svn
73707bb42b
* 2011-05-13
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 17:16:25 +00:00
kosaki
836a8cf214
* io.c (select_internal): remove unused variable (interrupt_flag).
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 17:16:21 +00:00
nagachika
9fac3321a7
* object.c: format comments to keep 80 columns in a line.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 12:18:47 +00:00
kou
4902517f99
* configure.in: limit to "T" type for prefix of external symbols
...
because x86_64-w64-mingw32-gcc on Debian GNU/Linux generates the
following symbol:
0000000068483390 D _GLOBAL__F__conftest_external
Approved by nobu.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 09:31:34 +00:00
usa
dd4dca8f06
* test/dl/test_base.rb (Fiddle::LIBC_SO): its always msvc*.dll on
...
mswin/mingw.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 05:51:55 +00:00
usa
9a7d41ae19
* lib/mkmf.rb (Logging.postpone): copy only when tmporary logfile
...
exists.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 05:48:41 +00:00
iwamatsu
baf2eff25e
* ext/openssl/ossl_ssl.c: By trunk@31346, function check of SSLv2 is executed.
...
However, the problem is not revised in this.
This adds the control of using function of SSLv2 in made macro by function check.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-12 04:22:16 +00:00
drbrain
6eaa5cb30c
* lib/set.rb (class Set): Add nodoc to internal-use methods. Patch by Pete Higgins. [Ruby 1.9 - Bug #4665 ]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-11 23:17:52 +00:00
emboss
f14d97e1c0
Thu May 12 08:01:14 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
...
* ext/openssl/ossl_pkey_ec.c: Allow encryption when PEM-encoding
Elliptic Curve private keys.
[ruby-core:35329] [Bug #4423 ]
Previous revision: 31525
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-11 23:05:29 +00:00
drbrain
615e7987ca
* object.c (rb_obj_equal): Add documentation. Patch by Vincent Batts.
...
[Ruby 1.9 - Bug #4664 ]
* lib/rexml: ditto
* lib/mkmf.rb: ditto
* ext/socket/lib/socket.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-11 22:56:13 +00:00
drbrain
83d7aca7f6
* Various .document files: Update .document files to match files which
...
have documentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-11 22:31:17 +00:00
emboss
bc75259b69
Thu May 12 08:18:45 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
...
* ext/openssl/ossl_pkey_dsa.c: Use generic X.509 SubjectPublicKeyInfo
format for PEM-encoding DSA public keys.
[ruby-core:35328] [Bug #4422 ]
Previous revision: 31520
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-11 22:27:14 +00:00
drbrain
adaab0f922
Remove empty directories
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-11 22:24:44 +00:00
svn
8578b5907a
* 2011-05-12
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-11 21:51:56 +00:00
emboss
1915a913ec
Thu May 12 07:27:31 2011 Martin Bosslet <Martin.Bosslet@googlemail.com>
...
* ext/openssl/ossl_pkey_rsa.c: Use generic X.509 SubjectPublicKeyInfo
format for encoding RSA public keys.
[ruby-core:35327] [Bug #4421 ]
Previous revision: 31507
M ChangeLog
M ext/openssl/ossl_pkey_rsa.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-11 21:51:52 +00:00
keiju
fcd7300bf2
* lib/forwardable.rb: support 'delegate :foo => :bar' for to meet
...
by specification of RDOC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-11 11:12:40 +00:00
nagachika
1111afbe5a
* lib/csv.rb: fix a typo.
...
* lib/logger.rb: ditto
* lib/rss.rb: ditto
* lib/webrick/httpauth/authenticator.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-11 10:22:16 +00:00
drbrain
8c2a52937f
* lib/webrick: Add documentation for WEBrick::HTTPAuth
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-10 23:37:43 +00:00
svn
6626b0a2c5
* 2011-05-11
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-10 18:07:56 +00:00
drbrain
b307355678
* lib/rss.rb: Add documentation. Patch by Steve Klabnik.
...
[Ruby 1.9 - Bug #4663 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-10 18:07:51 +00:00
sorah
64495a2f85
* lib/test/unit.rb: Add option for hiding skip messages when test
...
ends. #4657
* test/testunit/test_hideskip.rb, test/testunit/test4test_hideskip.rb:
test for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-10 05:53:46 +00:00
drbrain
f47ff4821d
Use UTF-8 for rdoc-coverage and silence progress reporter
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-10 03:03:19 +00:00
drbrain
7f2a943c5d
* common.mk (rdoc): Add rdoc-coverage rule
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-10 01:54:34 +00:00
drbrain
071a678a15
* lib/webrick: Add Documentation
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-10 00:13:58 +00:00
svn
7e3ec1db0d
* 2011-05-10
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-09 19:22:45 +00:00
drbrain
38b4876bb0
* lib/webrick/log.rb: Hide copyright info from ri
...
* lib/webrick/httpstatus.rb: ditto
* lib/webrick/htmlutils.rb: ditto
* lib/webrick/httpversion.rb: ditto
* lib/webrick/version.rb: ditto
* lib/webrick/httpauth/userdb.rb: ditto
* lib/webrick/httpauth/authenticator.rb: ditto
* lib/webrick/accesslog.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-09 19:22:41 +00:00
tadf
c980b87d07
fixed indent.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-09 12:35:49 +00:00