summaryrefslogtreecommitdiff
path: root/common/lib/libprop/prop_array.c
AgeCommit message (Expand)Author
2012-07-27Bit-un-rot the proplib portability layer.pooka
2008-08-11typo in comment and white-space fixes mostly from Stathis Kamperischristos
2008-08-03Fix an issue introduced with the prop_stack change: It's not a good idea tothorpej
2008-05-24fix recursive read-lock bugs found by lockdebug and reportedyamt
2008-05-24revert the recent "use trylock to hide locking errors" changesyamt
2008-05-07Change the argument of _PROP_RWLOCK_TRYRDLOCK() to the lock member and nottron
2008-05-07Replace _prop_rwlock_tryrdlock() by a macro _PROP_RWLOCK_TRYRDLOCK().tron
2008-05-06prop_object_iterator_next() and prop_object_iterator_reset() werextraeme
2008-05-06Do not acquire the rwlock recursively in prop_{array,dictionary}_iterator_res...xtraeme
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-08-30Avoid using unbound amount of stack frames in prop_object_equaljoerg
2007-08-16libprop is currently using a recursive parser. While this is fine forjoerg
2007-08-16boolean_t -> boolthorpej
2007-07-16prop_array_internalize and prop_dictionary_internalize are basically thejoerg
2006-10-03- Add a reader-writer lock to array and dictionary objects that ensures thatthorpej
2006-08-22Also guard object accessors against NULL (like we do foreign object types)thorpej
2006-08-21Add a workaround for a GCC -Wuninitialized mis-warning (seen for mips).he
2006-08-21Several changes to proplib:thorpej
2006-05-28Fix the way that prop_array_ensure_capacity() and _prop_array_expand()thorpej
2006-05-18- Add prop_array_equals(), prop_dictionary_equals(), andthorpej
2006-04-27Initial commit of proplib, a library for manipulating property lists andthorpej