aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-04-04 22:58:39 +0000
committerdos-reis <gdr@axiomatics.org>2008-04-04 22:58:39 +0000
commit062183d584e13ce9c1e0d0ec678e080ef06914ac (patch)
tree14926b1c990d2f75b81412c4b54f5b057131d0c6 /src/ChangeLog
parentbc6f7792f8c5ef6dc6d87ca851c1e182c6a0e418 (diff)
downloadopen-axiom-062183d584e13ce9c1e0d0ec678e080ef06914ac.tar.gz
* include/xpm.h: Don't include <malloc.h>
* lib/XDither.c: Likewise. * lib/XShade.c: Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1d8a5b18..536f26b8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
2008-04-04 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * include/xpm.h: Don't include <malloc.h>
+ * lib/XDither.c: Likewise.
+ * lib/XShade.c: Likewise.
+
+2008-04-04 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* include/bsdsignal.h: Include <signal.h>.
(OPENAXIOM_SIGCHLD): New macro.
* hyper/hyper.c (main): Use OPENAXIOM_SIGCHLD.