aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-31 06:58:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-31 06:58:11 +0000
commitccaed588ccd35fac6be0124c095663ac961dbf0e (patch)
tree56757e5d18836e215cebf1f62083f41ac83d40d8 /ChangeLog
parent1a192e2b29e9a7fa91632f1fbbffefb3ecdd1b63 (diff)
downloadruby-ccaed588ccd35fac6be0124c095663ac961dbf0e.tar.gz
* Makefile.in, configure.in (warnflags): defaulted to -Wall
-Wno-parentheses with gcc. [ruby-dev:34810] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16714 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 abff4b1a07..d36e188f04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat May 31 15:58:08 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * Makefile.in, configure.in (warnflags): defaulted to -Wall
+ -Wno-parentheses with gcc. [ruby-dev:34810]
+
Sat May 31 15:17:36 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby/mvm.h: new header file for MVM, and moved rb_vm_t and