diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-20 06:35:21 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-01-20 06:35:21 +0000 |
commit | fe17ae9e33e49ec9ba7ce453f4544adda9fef417 (patch) | |
tree | 51963941d981c78712e09e47ebd1b2c7ba9a1b75 /libstdc++-v3/ChangeLog | |
parent | ceec9c13cc9fd3f075d2b39ea57870268ae80a22 (diff) | |
download | gcc-fe17ae9e33e49ec9ba7ce453f4544adda9fef417.tar.gz |
2004-01-19 Stefan Olsson <stefan@snon.net>
* include/ext/mt_allocator.h: If a thread, when it dies, still has
memory on it's freelist this memory is not returned to global
list. Simplification of deallocate so that memory is always
returned to the calling thread id's freelist instead of to
global. Fix typos. Add volatile where appropriate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@76200 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 37889725a59..9f0b0022204 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,11 @@ +2004-01-19 Stefan Olsson <stefan@snon.net> + + * include/ext/mt_allocator.h: If a thread, when it dies, still has + memory on it's freelist this memory is not returned to global + list. Simplification of deallocate so that memory is always + returned to the calling thread id's freelist instead of to + global. Fix typos. Add volatile where appropriate. + 2004-01-19 Loren J. Rittle <ljrittle@acm.org> * testsuite/ext/stdio_filebuf/char/10063-2.cc: Treat unbuffered. |