projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69c4f53
)
Fix NDEBUG compile errors.
author
Ben Pfaff
<blp@gnu.org>
Mon, 4 Jul 2005 04:47:11 +0000
(
04:47
+0000)
committer
Ben Pfaff
<blp@gnu.org>
Mon, 4 Jul 2005 04:47:11 +0000
(
04:47
+0000)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 2e2267fb725f6a5fe1400df3fcb3727ff6bdfca7..2054aa3b37da5c5453bfe5adbe12901d167808ce 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,12
@@
+Sun Jul 3 21:45:32 2005 Ben Pfaff <blp@gnu.org>
+
+ Fix NDEBUG compile errors.
+
+ * hash.h: Needed explicit #include <assert.h>.
+
+ * linked-list.c: (ll_next) First arg is UNUSED when NDEBUG is
+ defined.
+
Sun Jun 12 23:44:38 2005 Ben Pfaff <blp@gnu.org>
Implement embedding for PostScript driver. Fixes bug 12970.