1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/rdoc
nobu f75b676cc4 Fix Time.parse for out of range arguments with an offset
* lib/time.rb (Time#apply_offset): Guards against a `nil` return
  value from `Time.month_days` when offsetting date.  Out of range
  values are then caught when `Time.utc` is called (as usual).
  Previously a `nil` return value from `Time.month_days` would
  have the `<` operator called on it, and raise `NoMethodError`.
  [fix GH-667]
* lib/rdoc/parser/changelog.rb (RDoc#parse_entries): fix dirty hack.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-07-19 02:56:39 +00:00
..
context
generator * lib/rdoc: Update to RDoc master 263a9e5. This improves the 2013-12-14 22:09:35 +00:00
markdown * lib/rdoc/markdown/literals_1_9.rb: Fix trailing whitespace. 2013-09-19 00:00:01 +00:00
markup * lib/rdoc: Update to RDoc master a1195ce. Changes include: 2013-11-19 00:47:33 +00:00
parser Fix Time.parse for out of range arguments with an offset 2014-07-19 02:56:39 +00:00
rd * lib/{rake,rdoc,rss}/*, test/rexml/test_listener.rb: [DOC] Fix typos 2013-12-22 15:00:29 +00:00
ri * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
stats rdoc/stats/normal.rb: fix last_width 2014-07-06 01:03:36 +00:00
alias.rb
anon_class.rb
any_method.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
attr.rb
class_module.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
code_object.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
code_objects.rb
comment.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
constant.rb rdoc/constant.rb: reapply r43006 for workaround of 2013-12-03 03:18:52 +00:00
context.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
cross_reference.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
encoding.rb
erb_partial.rb
erbio.rb
extend.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
generator.rb
ghost_method.rb
include.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
known_classes.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
markdown.rb * remove trailing spaces, append newline at EOF. 2013-09-19 07:22:13 +00:00
markup.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
meta_method.rb
method_attr.rb * compar.c (cmp_equal): remove error hiding in Comparable#==. 2014-01-05 11:14:59 +00:00
mixin.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
normal_class.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
normal_module.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
options.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
parser.rb * lib/rdoc: Update to RDoc master 900de99. Changes include: 2013-12-03 00:42:49 +00:00
rd.rb
rdoc.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
require.rb
ri.rb
ruby_lex.rb * lib/rdoc: Update to RDoc master a1195ce. Changes include: 2013-11-19 00:47:33 +00:00
ruby_token.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
rubygems_hook.rb * lib/rdoc/rubygems_hook.rb: Remove debugging puts committed by 2013-11-18 20:55:18 +00:00
servlet.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
single_class.rb
stats.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
store.rb * remove trailing spaces. 2013-11-19 00:51:06 +00:00
task.rb
test_case.rb don't call gem method if Test::Unit is defined 2013-11-22 02:06:23 +00:00
text.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
token_stream.rb
tom_doc.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00
top_level.rb * lib/rdoc: Update to RDoc 4.1.0.preview.1 2013-09-18 23:33:36 +00:00