aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-21 11:30:55 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-21 11:30:55 +0000
commit28aeada5c757a5a997526f74a471cf0c56c6b473 (patch)
treecd153e60571f07568a7e96a802d56100ed60a5c3 /src/ChangeLog
parent7efb5764ecb6e7141c207bd906d9ac7f49342126 (diff)
downloadopen-axiom-28aeada5c757a5a997526f74a471cf0c56c6b473.tar.gz
* graph/Gdraws/Makefile.in (HEADERS): Don't include hash.H1.
* include/halloc.h: Rename from include/halloc.H1. * include/lex.H1: Remove. * include/hterror.H1: Likewise. * hyper/halloc.c: Likewise. * hyper/hash.c: Likewise. * hyper/Makefile.in (hypertex_SOURCES): Don't include hash.c, halloc.c.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a793490..8a26d3a5 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
+2008-05-21 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * graph/Gdraws/Makefile.in (HEADERS): Don't include hash.H1.
+ * include/halloc.h: Rename from include/halloc.H1.
+ * include/lex.H1: Remove.
+ * include/hterror.H1: Likewise.
+ * hyper/halloc.c: Likewise.
+ * hyper/hash.c: Likewise.
+ * hyper/Makefile.in (hypertex_SOURCES): Don't include hash.c,
+ halloc.c.
+
2008-05-21 Igor Kahvkine <ikhavkin@uwo.ca>
Waldek Hebisch <hebisch@math.uni.wroc.pl>