diff options
author | dos-reis <gdr@axiomatics.org> | 2010-08-29 04:25:45 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-08-29 04:25:45 +0000 |
commit | 871c6f7c1422155b3263455e291e6eaace27af87 (patch) | |
tree | b75edc04e4a185cf7230e261dc269ba50f78d231 /src/ChangeLog | |
parent | ac04b468720e2d7804c4d23eb9c4560f14ad2228 (diff) | |
download | open-axiom-871c6f7c1422155b3263455e291e6eaace27af87.tar.gz |
* 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.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
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 <gdr@cs.tamu.edu> + + * 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 <gdr@cs.tamu.edu> * utils/Makefile.in: Install libOpenAxiom.a |