summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-06 12:29:46 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-06 12:29:46 +0000
commit0a5b70e38d4fa9ca4e2e99ffeaafa44f0596a66b (patch)
tree1d89812ac17dd6b3e520698dcc58ad8d679fa5fb /ChangeLog
parentdc4922b89d4e11fdf6a552e226fd901c3e67c99a (diff)
ignore *-fake.rb
* .gitignore: ignore *-fake.rb generated even when CROSS_COMPILING = no since r42862. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44508 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 732fb0b40b..5fca22bc5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jan 6 21:28:48 2014 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * .gitignore: ignore *-fake.rb generated even when CROSS_COMPILING = no
+ since r42862.
+
Sun Jan 5 20:14:14 2014 Benoit Daloze <eregontp@gmail.com>
* compar.c (cmp_equal): remove error hiding in Comparable#==.