From 871c6f7c1422155b3263455e291e6eaace27af87 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Sun, 29 Aug 2010 04:25:45 +0000 Subject: * utils/Makefile.in ($(oa_target_oalib)): Create contaning directory if necessary. * utils/storage.H (Memory::Factory): New. Allocate, construct, and destroy objects. * utils/sexpr.H (Sexpr::Allocator): Use Memory::Factory. * utils/sexpr.cc: Adjust implementation. --- src/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 90543b37..f24a8bd8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2010-08-28 Gabriel Dos Reis + + * utils/Makefile.in ($(oa_target_oalib)): Create contaning + directory if necessary. + * utils/storage.H (Memory::Factory): New. Allocate, construct, + and destroy objects. + * utils/sexpr.H (Sexpr::Allocator): Use Memory::Factory. + * utils/sexpr.cc: Adjust implementation. + 2010-08-26 Gabriel Dos Reis * utils/Makefile.in: Install libOpenAxiom.a -- cgit v1.2.3