summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMichael Jennings <mej@kainx.org>2008-10-26 22:57:42 +0000
committerMichael Jennings <mej@kainx.org>2008-10-26 22:57:42 +0000
commit2a7a0c41da8125569cca0c6e775772edccfd7f84 (patch)
treeb67bbf80e549c26bc488b1ca88db08b07b993ac0 /ChangeLog
parentbe3d3f30107eed4e2eddd2a12d8a32e6c915def7 (diff)
downloadlibast-2a7a0c41da8125569cca0c6e775772edccfd7f84.tar.gz
Sun Oct 26 15:56:20 2008 Michael Jennings (mej)
Remove unnecessary typecasting macros. They were supposed to save typing and improve readability, but I've concluded that they tend to do neither. More cleanups to come; there appear to be some new warnings I need to deal with. ---------------------------------------------------------------------- SVN revision: 37181
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40f747d..8c41dd9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -808,3 +808,10 @@ Fri Aug 18 17:45:56 2006 Michael Jennings (mej)
Add libcurl macro for future use.
----------------------------------------------------------------------
+Sun Oct 26 15:56:20 2008 Michael Jennings (mej)
+
+Remove unnecessary typecasting macros. They were supposed to save
+typing and improve readability, but I've concluded that they tend to
+do neither. More cleanups to come; there appear to be some new
+warnings I need to deal with.
+----------------------------------------------------------------------