summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-03 16:09:33 +0000
committerwyhaines <wyhaines@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-03 16:09:33 +0000
commit7031f4dec8837e16d865804781cc0727cd946043 (patch)
treeaa94b1f55c8d6b44456d5326d597b904ffdf2cd3 /ChangeLog
parentd0551d433973f99059d76d109273c985688384f0 (diff)
Pulled the date.rb change; it should not have been applied.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@24374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d111e081e5..656301d1aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Aug 3 10:06:00 2009 Kirk Haines <khaines@ruby-lang.org>
+
+ * lib/date.rb: Added private on to_date and to_datetime back; this should not have been backported to 1.8.6 from 1.9 yet, since it hasn't gone into 1.8.8/1.8.7.
+
+Wed Jul 29 17:04:00 2009 Kirk Haines <khaines@ruby-lang.org>
+
+ * ext/tk/extconf.rb: Added some additional paths where TCL files are common found; fixes problems with building on some distributions.
+
Tue Jul 14 13:14:00 2009 Kirk Haines <khaines@ruby-lang.org>
* lib/complex.rb: Adjust #angle/#arg NaN return as per issue #1715 and recent rubyspec changes. Adjust angle/arg handling of (-0.0).angle as per r23960 & recent rubyspec changes.