summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshemminger <shemminger>2005-07-14 16:49:27 +0000
committershemminger <shemminger>2005-07-14 16:49:27 +0000
commit3fcdebb6d0b6f7cafb0a21e5e892d3670326dc9a (patch)
treed26e090a46f8fd478ee42df17aeb8742d699f13f /ChangeLog
parent737f15f6da0ed7512220f6fa5244a39777de4e0d (diff)
Fix ematch warnings with GCC4.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d457a70..847e5a26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
-2005-07-05 Thomas Graf <tgraf@suug.ch>
+2005-07-14 Thomas Graf <tgraf@suug.ch>
- * Build check for GNU Bison
+ * Make ematch bison/lex build with common flex
+
+2005-07-10 Stephen Hemminger <shemminger@osdl.org>
+
+ * Fix Gcc 4.0 build warnings signed/unsigned
2005-06-23 Jamal Hadi Salim <hadi@znyx.com>