diff options
author | rpj <rpj> | 2005-04-06 02:31:20 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-06 02:31:20 +0000 |
commit | 43d9b077d5aa2ee02712ca7e81546f78863f172b (patch) | |
tree | 582fd68d3fc0b841de678688458d268f49e6cb4a | |
parent | 6e1c5f6a98f24308e3c9fa9f01101de6dd810153 (diff) |
''
-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. |