Subject: CVS commit: src/common/lib/libprop
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 07/16/2007 19:20:17
Module Name:	src
Committed By:	joerg
Date:		Mon Jul 16 19:20:17 UTC 2007

Modified Files:
	src/common/lib/libprop: prop_array.c prop_dictionary.c prop_object.c
	    prop_object_impl.h

Log Message:
prop_array_internalize and prop_dictionary_internalize are basically the
same code. Refactor it into _prop_generic_internalize, which gets passed
the second-level tag.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/common/lib/libprop/prop_array.c
cvs rdiff -r1.16 -r1.17 src/common/lib/libprop/prop_dictionary.c
cvs rdiff -r1.12 -r1.13 src/common/lib/libprop/prop_object.c \
    src/common/lib/libprop/prop_object_impl.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.