summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 09:52:52 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 09:52:52 +0000
commit0a282cc408f616331f6eb649922701510b299c5a (patch)
tree0e0d031f5843c6aac44dfa53950c198cbbe92451 /ChangeLog
parent4e0761f35e428875af2d677860f1387d672f147f (diff)
merges r20932 from trunk into ruby_1_9_1.
Don't coalesce adjacent comment blocks. [bug#901] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 190aa4c7f..a76d406f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 23 13:52:05 2008 Eric Hodel <drbrain@segment7.net>
+
+ * lib/rdoc/parser/c.rb: Don't coalesce adjacent comment blocks.
+ [bug#901]
+
Tue Dec 23 08:10:05 2008 Eric Hodel <drbrain@segment7.net>
* lib/rubygems/installer.rb: Fix documentation. [bug#827]