diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | tests/ChangeLog | 9 |
2 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-04-06 Kevin Lussier <Kevin at codegreennetworks.com> + + * Makefile: Added debug targets for all versions of the library. + 2005-04-01 Ross Johnson <ross at callisto.canberra.edu.au> * GNUmakefile: Add target to build libpthreadGC1.a as a static link diff --git a/tests/ChangeLog b/tests/ChangeLog index 87cb3b0..4d1a832 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,12 @@ +2005-04-06 Ross Johnson <rpj@callisto.canberra.edu.au> + + * cleanup0.c: Fix unguarded global variable accesses. + * cleanup1.c: Likewise. + * cleanup2.c: Likewise. + * cleanup3.c: Likewise. + * once2.c: Likewise. + * once3.c: Likewise. + 2005-04-01 Ross Johnson <rpj@callisto.canberra.edu.au> * GNUmakefile: Add target to test linking static link library. |