Imported Portable proplib version 0.1 without autotools stuff generated.0.1
commitce73e625ae5d21612eaadf8d928e2bce9e4e00b1
authorxtraeme <xtraeme@7c44cb52-9ead-11dd-b1d9-6d7c01a26949>
Mon, 20 Oct 2008 13:52:54 +0000 (20 13:52 +0000)
committerxtraeme <xtraeme@7c44cb52-9ead-11dd-b1d9-6d7c01a26949>
Mon, 20 Oct 2008 13:52:54 +0000 (20 13:52 +0000)
treec93e15578118afc699c20bf47694afba26568784
parent0a3bf2b3ac72dccf7945b0b2dd78971d8b5abd2e
Imported Portable proplib version 0.1 without autotools stuff generated.

git-svn-id: http://portableproplib.googlecode.com/svn/trunk@2 7c44cb52-9ead-11dd-b1d9-6d7c01a26949
68 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
bootstrap [new file with mode: 0755]
configure.ac [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
include/prop_array.h [new file with mode: 0644]
include/prop_bool.h [new file with mode: 0644]
include/prop_data.h [new file with mode: 0644]
include/prop_dictionary.h [new file with mode: 0644]
include/prop_ingest.h [new file with mode: 0644]
include/prop_number.h [new file with mode: 0644]
include/prop_object.h [new file with mode: 0644]
include/prop_string.h [new file with mode: 0644]
include/proplib.h [new file with mode: 0644]
man/Makefile.am [new file with mode: 0644]
man/prop_array.3 [new file with mode: 0644]
man/prop_array_util.3 [new file with mode: 0644]
man/prop_bool.3 [new file with mode: 0644]
man/prop_data.3 [new file with mode: 0644]
man/prop_dictionary.3 [new file with mode: 0644]
man/prop_dictionary_util.3 [new file with mode: 0644]
man/prop_ingest.3 [new file with mode: 0644]
man/prop_number.3 [new file with mode: 0644]
man/prop_object.3 [new file with mode: 0644]
man/prop_string.3 [new file with mode: 0644]
man/proplib.3 [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/prop_array.3 [new file with mode: 0644]
src/prop_array.c [new file with mode: 0644]
src/prop_array.h [new file with mode: 0644]
src/prop_array_util.3 [new file with mode: 0644]
src/prop_array_util.c [new file with mode: 0644]
src/prop_bool.3 [new file with mode: 0644]
src/prop_bool.c [new file with mode: 0644]
src/prop_bool.h [new file with mode: 0644]
src/prop_data.3 [new file with mode: 0644]
src/prop_data.c [new file with mode: 0644]
src/prop_data.h [new file with mode: 0644]
src/prop_dictionary.3 [new file with mode: 0644]
src/prop_dictionary.c [new file with mode: 0644]
src/prop_dictionary.h [new file with mode: 0644]
src/prop_dictionary_util.3 [new file with mode: 0644]
src/prop_dictionary_util.c [new file with mode: 0644]
src/prop_ingest.3 [new file with mode: 0644]
src/prop_ingest.c [new file with mode: 0644]
src/prop_ingest.h [new file with mode: 0644]
src/prop_number.3 [new file with mode: 0644]
src/prop_number.c [new file with mode: 0644]
src/prop_number.h [new file with mode: 0644]
src/prop_object.3 [new file with mode: 0644]
src/prop_object.c [new file with mode: 0644]
src/prop_object.h [new file with mode: 0644]
src/prop_object_impl.h [new file with mode: 0644]
src/prop_rb.c [new file with mode: 0644]
src/prop_rb_impl.h [new file with mode: 0644]
src/prop_stack.c [new file with mode: 0644]
src/prop_stack.h [new file with mode: 0644]
src/prop_string.3 [new file with mode: 0644]
src/prop_string.c [new file with mode: 0644]
src/prop_string.h [new file with mode: 0644]
src/proplib.3 [new file with mode: 0644]
src/proplib.h [new file with mode: 0644]
src/queue.h [new file with mode: 0644]