From 96daecd80efad4dcd0af9e353c1814b6f8838bf0 Mon Sep 17 00:00:00 2001 From: frog Date: Mon, 2 Dec 2002 13:37:46 +0000 Subject: [PATCH] Forgotten comments. --- Frog --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 89c9142d..ad6e4a18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -52,6 +52,17 @@ VR files. * src/gdcmHeader::FindVR: hard way fix of falsely explicit vr files. +2002-11-8 Eric Boix + * Adaptation for porting to VC++: + - src/gdcm.h + o forced to use std namespace (for string to be known) + o all class use __declspec export style on WIN32 + - src/gdcmUtil.cxx new Exit method that wraps the exit call + (in stdlib.h on Win32 but in std:: for gcc) + * src/gdcmDictSet::SetDictPath adds a trailing / to environement + variable GDCM_DICT_PATH. + * src/gdcmHeader.cxx verbose comments made discrete. + 2002-11-7 Eric Boix * python/gdcm.i: added a typemap that converts a C++ hashing table to native Python dictionary. -- 2.45.1