summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2006-06-28 22:53:36 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2006-06-28 22:53:36 +0000
commit385d7fa4f151425539d613c9665b5e862f3ef614 (patch)
tree39c7e788d6ce22e6f092e5b6a052a999a48bc37f /ChangeLog
parent21ea069c9078edd386e96e038e1a71e041e32cf5 (diff)
Add "--with-lint" configure flag and "make lint" Makefile target to check
source code with lint, sparse or similar tools.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a94c187..1355d28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-06-28 Alan Coopersmith <alan.coopersmith@sun.com>
+ * configure.ac:
+ * Makefile.am:
+ Add "--with-lint" configure flag and "make lint" Makefile target
+ to check source code with lint, sparse or similar tools.
+
+2006-06-28 Alan Coopersmith <alan.coopersmith@sun.com>
+
* include/X11/Xauth.h:
Remove prototype for XauGetAuthByName to clear lint warning:
name declared but never used or defined