Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/common/lib/libprop
Module Name: src
Committed By: thorpej
Date: Tue Jun 17 21:29:47 UTC 2008
Modified Files:
src/common/lib/libprop: prop_dictionary.c prop_number.c prop_rb.c
prop_rb_impl.h
Log Message:
_prop_rb_tree_insert_node() now returns true/false to indicate if the
insertion succeeded. Update existing usage that arranges for insertions
to always succeed to assert that they do.
To generate a diff of this commit:
cvs rdiff -r1.30 -r1.31 src/common/lib/libprop/prop_dictionary.c
cvs rdiff -r1.17 -r1.18 src/common/lib/libprop/prop_number.c
cvs rdiff -r1.8 -r1.9 src/common/lib/libprop/prop_rb.c
cvs rdiff -r1.5 -r1.6 src/common/lib/libprop/prop_rb_impl.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index