From ef31b188afaaee78dae97c79c5a42642e7fe2dc4 Mon Sep 17 00:00:00 2001 From: syntheticpp Date: Thu, 5 Jan 2006 13:39:43 +0000 Subject: [PATCH] more changes git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@424 7ec92016-0320-0410-acc4-a06ded1c099a --- CHANGES | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 3b570a5..606375a 100755 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,8 @@ General: - now also the ms toolkit 2003 generates a library (pk) - LockPtr added (rs) - ScopeGuard added (pk,rs) + - improved Makefile (Thanks to Lukas Fittl, pk) + - several gcc fixes by Lukas Fittl OrderedStatic: - point operator added (pk) @@ -15,7 +17,7 @@ OrderedStatic: SafeFormat: - %p test disabled due to platform dependent problems (pk) - speed comparison added (pk) - - 64 bit problems fixed (pk) + - 64 bit problems fixed (Thanks to Zak Kipling, pk) SmallObject: - added functions to check for memory corruption (rs) @@ -27,6 +29,8 @@ TypeTraits: flex_string: - fix compare bug by updating (Thanks to Justin Matthews, pk) + - fix seg faults on linux and windows (pk) + - improved error reporting of the test program SmartPtr: - make object level locking possible (Thanks to Ryan Smith, pk)