Subject: CVS commit: src/common
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/27/2006 20:11:27
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.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/common/include/prop/Makefile \
    src/common/include/prop/prop_array.h src/common/include/prop/prop_bool.h \
    src/common/include/prop/prop_data.h \
    src/common/include/prop/prop_dictionary.h \
    src/common/include/prop/prop_number.h \
    src/common/include/prop/prop_object.h \
    src/common/include/prop/prop_string.h src/common/include/prop/proplib.h
cvs rdiff -r0 -r1.1 src/common/lib/libprop/Makefile.inc \
    src/common/lib/libprop/prop_array.3 src/common/lib/libprop/prop_array.c \
    src/common/lib/libprop/prop_bool.3 src/common/lib/libprop/prop_bool.c \
    src/common/lib/libprop/prop_data.3 src/common/lib/libprop/prop_data.c \
    src/common/lib/libprop/prop_dictionary.3 \
    src/common/lib/libprop/prop_dictionary.c \
    src/common/lib/libprop/prop_number.3 src/common/lib/libprop/prop_number.c \
    src/common/lib/libprop/prop_object.3 src/common/lib/libprop/prop_object.c \
    src/common/lib/libprop/prop_object_impl.h \
    src/common/lib/libprop/prop_string.3 src/common/lib/libprop/prop_string.c \
    src/common/lib/libprop/proplib.3

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