mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsuresh
[Fixes GH-485] https://github.com/ruby/ruby/pull/485 * ext/openssl/ossl_config.c: ditto * lib/rss/utils.rb, lib/time.rb: ditto * test/ruby/envutil.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ba12864469
commit
cadd660689
5 changed files with 12 additions and 4 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
Mon Dec 23 03:18:09 2013 Zachary Scott <e@zzak.io>
|
||||||
|
|
||||||
|
* doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsuresh
|
||||||
|
[Fixes GH-485] https://github.com/ruby/ruby/pull/485
|
||||||
|
* ext/openssl/ossl_config.c: ditto
|
||||||
|
* lib/rss/utils.rb, lib/time.rb: ditto
|
||||||
|
* test/ruby/envutil.rb: ditto
|
||||||
|
|
||||||
Sun Dec 22 23:56:56 2013 Zachary Scott <e@zzak.io>
|
Sun Dec 22 23:56:56 2013 Zachary Scott <e@zzak.io>
|
||||||
|
|
||||||
* lib/{rake,rdoc,rss}/*, test/rexml/test_listener.rb: [DOC] Fix typos
|
* lib/{rake,rdoc,rss}/*, test/rexml/test_listener.rb: [DOC] Fix typos
|
||||||
|
|
|
@ -86877,7 +86877,7 @@ Sun Feb 1 18:21:00 2004 Gavin Sinclair <gsinclair@soyabean.com.au>
|
||||||
Sun Feb 1 05:30:06 2004 Tanaka Akira <akr@m17n.org>
|
Sun Feb 1 05:30:06 2004 Tanaka Akira <akr@m17n.org>
|
||||||
|
|
||||||
* lib/open-uri.rb (URI::Generic#find_proxy): warn HTTP_PROXY.
|
* lib/open-uri.rb (URI::Generic#find_proxy): warn HTTP_PROXY.
|
||||||
raise an errror on non-http proxy URI.
|
raise an error on non-http proxy URI.
|
||||||
(OpenURI::Buffer#<<): make a tempfile binmode. [ruby-talk:90793]
|
(OpenURI::Buffer#<<): make a tempfile binmode. [ruby-talk:90793]
|
||||||
|
|
||||||
Sun Feb 1 00:57:41 2004 Kouhei Sutou <kou@cozmixng.org>
|
Sun Feb 1 00:57:41 2004 Kouhei Sutou <kou@cozmixng.org>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
VALUE cConfig;
|
VALUE cConfig;
|
||||||
/* Document-class: OpenSSL::ConfigError
|
/* Document-class: OpenSSL::ConfigError
|
||||||
*
|
*
|
||||||
* General error for openssl library configuration files. Including formating,
|
* General error for openssl library configuration files. Including formatting,
|
||||||
* parsing errors, etc.
|
* parsing errors, etc.
|
||||||
*/
|
*/
|
||||||
VALUE eConfigError;
|
VALUE eConfigError;
|
||||||
|
|
|
@ -3,7 +3,7 @@ module RSS
|
||||||
##
|
##
|
||||||
# RSS::Utils is a module that holds various utility functions that are used
|
# RSS::Utils is a module that holds various utility functions that are used
|
||||||
# across many parts of the rest of the RSS library. Like most modules named
|
# across many parts of the rest of the RSS library. Like most modules named
|
||||||
# some variant of 'util', its methods are probably not particuarly useful
|
# some variant of 'util', its methods are probably not particularly useful
|
||||||
# to those who aren't developing the library itself.
|
# to those who aren't developing the library itself.
|
||||||
module Utils
|
module Utils
|
||||||
module_function
|
module_function
|
||||||
|
|
|
@ -355,7 +355,7 @@ eom
|
||||||
|
|
||||||
# really is it succeed?
|
# really is it succeed?
|
||||||
unless ignore_stderr
|
unless ignore_stderr
|
||||||
# the body of assert_separately must not output anything to detect errror
|
# the body of assert_separately must not output anything to detect error
|
||||||
assert_equal("", stderr, "assert_separately failed with error message")
|
assert_equal("", stderr, "assert_separately failed with error message")
|
||||||
end
|
end
|
||||||
assert_equal(0, status, "assert_separately failed: '#{stderr}'")
|
assert_equal(0, status, "assert_separately failed: '#{stderr}'")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue