tadf
c113796e40
removed a line.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-21 15:27:28 +00:00
tadf
1f35d2485c
* ext/date/date_strftime(date_strftime_with_tmx): "%v" means "%e-%b-%Y".
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-21 13:47:18 +00:00
kosaki
67cf354b46
* io.c (rb_io_extract_modeenc): accept combination hash and
...
File::Constants. (eg. File.open('yo', :mode => File::WRONLY))
[Feature #4742 ][ruby-core:36338]
* test/ruby/test_io.rb (TestIO#test_open_mode): new test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-21 13:20:43 +00:00
tadf
a04e4ae82b
added tests.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-21 13:07:46 +00:00
tadf
d39f52e87b
* test/date/test_switch_hitter.rb: new.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-21 12:47:07 +00:00
tadf
559c025a22
* ext/date/date_{core,parse}.c: moved nearly all core code from ext/date/lib.
...
* ext/date/lib/{date,date/format}.rb: removed nearly all code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-21 12:25:03 +00:00
drbrain
42cb637942
* ext/.document: Add curses to documented extensions.
...
* ext/curses/curses.c: Improve documentation. Patch by Vincent Batts.
[Ruby 1.9 - Bug #4747 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-20 18:00:26 +00:00
drbrain
5bae5b4ae2
* ext/bigdecimal/lib/bigdecimal/util.rb: Improve documentation. Patch
...
by Pete Higgins. [Ruby 1.9 - Bug #4746 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-20 17:51:16 +00:00
drbrain
18d29d79a2
* ext/bigdecimal/lib/bigdecimal/jacobian.rb: Document isEqual. Patch
...
by Kuba Fietkiewicz. [Ruby 1.9 - Bug #4744 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-20 17:44:27 +00:00
svn
c38c0537e0
* 2011-05-21
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-20 17:37:06 +00:00
drbrain
f8488a270f
* ext/date/lib/date/format.rb: Document date formats. Patch by
...
Clinton Nixon. [Ruby 1.9 - Bug #4743 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-20 17:37:02 +00:00
nagachika
78cd4749d8
* lib/scanf.rb: fix typos
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-20 12:22:26 +00:00
usa
b0087a5817
* ChangeLog: monomaniac and meaningless format checks.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-20 06:36:51 +00:00
iwamatsu
e6a51e8f8c
* gc.c: Fix build on m68k by 'error: too few arguments to
...
function 'mark_locations_array''.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-20 06:05:54 +00:00
drbrain
7e1e46b99d
* lib/scanf.rb: Improve documentation. Patch by Gabe McArthur.
...
[Ruby 1.9 - Bug #4735 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-19 19:24:13 +00:00
svn
e2283b873d
* 2011-05-20
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-19 15:58:13 +00:00
nobu
2acc71b2d5
* enc/trans/ibm737-tbl.rb: greek code page. fixes #4738
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-19 15:58:09 +00:00
kosaki
898374126e
revert O_CLOEXEC patch series completely.
...
because boron chkbuild test result says, An old linux kernel ignore O_CLOEXEC
silently instead of return an error. It may lead to bring new security risk.
So, we have to be pending it until finish to implement proper fallback logic.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-19 12:18:41 +00:00
usa
4ae55eb1c0
* test/ruby/test_signal.rb (test_signal_requiring): skip on Windows.
...
we can send SIGINT only to pid 0 and the process itself.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-19 05:46:57 +00:00
nobu
d371e3583e
* lib: revert r31635-r31638 and untabify with expand(1).
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-19 00:07:25 +00:00
emboss
1fae66fca2
* test/openssl/test_pkey_rsa.rb: Add tests for sign/verify.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 22:50:35 +00:00
emboss
7f7fef1813
*ext/openssl/ossl_pkey.c: Add documentation.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 22:22:34 +00:00
drbrain
b205e55953
* lib/benchmark.rb: Fix indentation.
...
* lib/net/imap.rb: Fix indentation of regular expressions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 22:07:09 +00:00
drbrain
f535b33f8d
* lib/net/imap.rb: Fix indentation of EOF for heredoc.
...
* lib/debug.rb (Commands): Fix indentation of EOHELP for heredoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 21:41:01 +00:00
drbrain
8d90611563
* lib/mkmf.rb: Fix indentation of EOM for heredoc.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 21:31:13 +00:00
drbrain
7bbf2f3085
* lib: Convert tabs to spaces for ruby files per
...
http://redmine.ruby-lang.org/projects/ruby/wiki/DeveloperHowto#coding-style
Patch by Steve Klabnik [Ruby 1.9 - Bug #4730 ]
Patch by Jason Dew [Ruby 1.9 - Feature #4718 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 21:19:18 +00:00
drbrain
34276148c4
* lib/cgi/util.rb: Improve documentation. Patch by Clinton Nixon.
...
[Ruby 1.9 - Bug #4733 ]
* lib/cgi/core.rb: ditto
* lib/cgi/cookie.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 21:07:13 +00:00
drbrain
ebce1b4bd6
* lib/tempfile.rb: Document Dir.mkdir and Dir.rmdir. Patch by Clinton
...
Nixon. [Ruby 1.9 - Bug #4728 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 21:02:36 +00:00
svn
d6581678cb
* 2011-05-19
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 20:58:23 +00:00
drbrain
40e6facf51
* encoding.c: Improve documentation for Encoding#default_external and
...
Encoding#default_internal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 20:58:19 +00:00
nobu
7dd49ed5a7
* lib: remove trailing spaces.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 14:09:38 +00:00
nobu
48553e9c58
* lib/rbconfig/.document: property.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 13:55:48 +00:00
nobu
aef01ee789
* ext/io/console/lib/console/size.rb (IO#console_size): new
...
method. (EXPERIMENTAL)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 13:45:29 +00:00
nobu
52f5f410e4
* internal.h: add for internal use only.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 13:41:54 +00:00
nobu
2082417a48
* eval.c (setup_exception): internal exception should be hidden
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 13:36:46 +00:00
nobu
bfb8b125fa
* missing/lgamma_r.c (lgamma_r): get rid of false warning on mingw.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 13:35:13 +00:00
nobu
d2dd7416fa
* common.mk (rdoc-coverage): remove duplicated target.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 13:33:31 +00:00
kosaki
da3d9e99dd
* lib/timeout.rb (Timeout#timeout): don't leak "execution expired"
...
exception. [Bug #4283 ] [ruby-core:34534].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 11:31:58 +00:00
nobu
73bb32d4dd
* ChangeLog: iconv -f utf-8 -t us-ascii//translit
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-18 02:14:01 +00:00
drbrain
3cb36fadf2
* lib/cmath.rb: Add some examples and improve documentation. Patch by
...
Sandor Szücs. [Ruby 1.9 - Bug #4727 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-17 21:09:39 +00:00
drbrain
0d014df637
* lib/benchmark.rb: Remove nodoc from Benchmark::Job and
...
Benchmark::Report. Patch by Sandor Szücs. [Ruby 1.9 - Bug #4726 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-17 20:42:25 +00:00
drbrain
1ebfbd7c63
* lib/webrick/compat.rb: Improve documentation. Patch by Sandor
...
Szücs. [Ruby 1.9 - Bug #4725 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-17 20:29:58 +00:00
drbrain
747772bd43
* lib/tracer.rb: Improve documentation. Patch by Richard Ramsden.
...
[Ruby 1.9 - Feature #4720 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-17 20:16:23 +00:00
drbrain
6e1b572364
* lib/cmath.rb: Improve documentation. Patch by Jason Dew.
...
[Ruby 1.9 - Feature #4717 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-17 19:54:40 +00:00
drbrain
babda328c0
* lib/net/ftp.rb: Improve documentation. Patch by Vincent Batts.
...
[Ruby 1.9 - Bug #4710 ]
* ChangeLog: commit miss
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31616 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-17 19:52:26 +00:00
drbrain
af70305901
* lib/net/ftp.rb (module Net):
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-17 19:51:16 +00:00
drbrain
c0d9226f49
* test/test_singleton.rb: Add tests from lib/singleton.rb. Patch by
...
Pete Higgins. [Ruby 1.9 - Bug #4715 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-17 18:15:10 +00:00
drbrain
f4c41cf2d2
* lib/singleton.rb: Improve documentation. Patch by Pete Higgins.
...
[Ruby 1.9 - Bug #4709 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-17 18:03:19 +00:00
svn
357213b077
* 2011-05-18
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-17 16:04:21 +00:00
kosaki
b2d3995f4c
* test/ruby/test_io.rb (TestIO#test_O_CLOEXEC): add null check.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-05-17 16:04:17 +00:00