Subject: re: CVS commit: src/common
To: None <thorpej@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 04/28/2006 08:59:18
   
   Module Name:	src
   Committed By:	thorpej
   Date:		Thu Apr 27 20:11:27 UTC 2006
   
   Added Files:
   	src/common/include/prop: Makefile prop_array.h prop_bool.h prop_data.h
   	    prop_dictionary.h prop_number.h prop_object.h prop_string.h
   	    proplib.h
   	src/common/lib/libprop: Makefile.inc prop_array.3 prop_array.c
   	    prop_bool.3 prop_bool.c prop_data.3 prop_data.c prop_dictionary.3
   	    prop_dictionary.c prop_number.3 prop_number.c prop_object.3
   	    prop_object.c prop_object_impl.h prop_string.3 prop_string.c
   	    proplib.3
   
   Log Message:
   Initial commit of proplib, a library for manipulating property lists and
   converting to/from an XML external representation (based on Apple XML
   property lists).  Works in the kernel and user space.


what is this?  where was it discussed?