From ea2ea538c6a308bfc1ca17142ad3e272f5758e80 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 24 Aug 2010 14:42:22 +0000 Subject: Implement an s-expression C++ library. * utils/hash-table.H: New. * utils/sexpr.H: Likewise. * utils/sexpr.cc: Likewise. * utils/string-pool.H: Likewise. * utils/string-pool.cc: Likewise. * utils/storage.H: Include openaxiom-c-macros.h (Memory::Storage): New. (Memory::Arena): Likewise. * utils/storage.cc: Implement member functions of new class. * utils/Makefile.in (libOpenAxiom_HEADERS): Include hash-table.H, string-pool.H, and sexpr.H (libOpenAxiom_SOURCES): Include string-pool.cc and sexpr.cc --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 384da487..8ec27773 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-08-24 Gabriel Dos Reis + + * config/open-axiom.m4 (OPENAXIOM_ALIGNMENT_OPERATOR): New. Check + for alignment operator. + 2010-08-20 Gabriel Dos Reis External tool noweb is no longer required. -- cgit v1.2.3