changeset 2008:9f8289a490c5

Latest changes
author bert <bert>
date Fri, 11 Mar 2005 22:20:06 +0000
parents e70371144190
children 8c5ab9bc5d1a
files conversion/Acr_nema/ChangeLog
diffstat 1 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/conversion/Acr_nema/ChangeLog
+++ b/conversion/Acr_nema/ChangeLog
@@ -1,3 +1,31 @@
+2005-03-11  Robert Vincent  <bert@bic.mni.mcgill.ca>
+	* dump_acr_nema.c: add '-t' option to parse files which contain
+	lists of field names with corresponding group and element id's.
+	* group.c, element.c, acr_nema/group.h - define _acr_name_proc as
+	a global that defines the naming procedure to use to determine the
+	symbolic name of a group/element pair.
+	
+2005-03-04  Robert VINCENT  <bert@oberon.bic.mni.mcgill.ca>
+
+	* ChangeLog: Latest changes
+
+	* group.c:
+	Change several functions to return Acr_Status instead of void; lose public and private; Make insert_element() check the return value of acr_get_element_total_length()
+
+	* element.c:
+	Avoid memory leak by freeing unused elements in a sequence.  Fix order of initialization in acr_create_element() to set variable length property correctly. Don't change VR encoding when parsing a sequence, rely on the new handling of 0xfffe group items by the acr_io functions
+
+	* acr_io.c:
+	Lose public and private keywords; change acr_read_one_element to assume implicit VR format for special sequence delimiters (group 0xfffe)
+
+	* file_io.c, value_repr.c: Lose private and public
+
+	* acr_nema/acr_io.h, acr_nema/element.h, acr_nema/file_io.h, acr_nema/group.h, acr_nema/value_repr.h:
+	Cleanup headers, mostly by getting rid of the infernal 'public' and using extern instead
+
+	* Makefile.am:
+	Move most of the headers into an acr_nema subdirectory to avoid naming conflicts
+
 2005-03-03 Bert Vincent <bert@bic.mni.mcgill.ca>
 	* Modify sequence handling to better conform to the DICOM
 	specification.  This means handling group 0xfffe items as