diff options
author | Paul Smith <psmith@gnu.org> | 2013-05-04 17:38:53 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-05-04 17:38:53 -0400 |
commit | 3484c9675a8a09904e08e00bf6842d834cd0201d (patch) | |
tree | ac9c0c1179e567213ed25f3161b64fc0254e24c7 /tests/ChangeLog | |
parent | a0c5d0c63f6801ca16865d04faa223cea440d2c0 (diff) | |
download | gunmake-3484c9675a8a09904e08e00bf6842d834cd0201d.tar.gz |
Add memory allocation cleanup to loadable objects.
Add gmk_alloc() and gmk_free() functions so loadable objects can access our
memory model. Also provide a more extensive example in the manual.
Diffstat (limited to 'tests/ChangeLog')
-rw-r--r-- | tests/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 991e96f..ade64f0 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,7 @@ 2013-05-04 Paul Smith <psmith@gnu.org> + * scripts/features/loadapi: Use the new alloc functions. + * scripts/features/output-sync (output_sync_set): New test for ordered recursive output for -Ojob / -Otarget. |