summaryrefslogtreecommitdiff
path: root/common/lib/libprop/prop_bool.c
AgeCommit message (Expand)Author
2020-06-06Improvements to the problib(3) API:thorpej
2019-05-08Fix building libprop as a host tool library on platforms that don't havethorpej
2009-01-03Get rid of locks with static initializers using once and atomic ops.pooka
2008-08-03Fix an issue introduced with the prop_stack change: It's not a good idea tothorpej
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-05Include sys/simplelock.h in prop_object_impl.h.ad
2008-01-04sys/simplelock.h is required now.xtraeme
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
2006-10-16Add a _PROP_ARG_UNUSED that expands to __unused on NetBSD and to nothingthorpej
2006-10-15de-lint.christos
2006-10-12_prop_bool_free(): Consume all of the arguments.thorpej
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-21Several changes to proplib:thorpej
2006-07-05Reduce the memory footprint for prop_bool_t objects significantly, takingthorpej
2006-05-18- Add prop_array_equals(), prop_dictionary_equals(), andthorpej
2006-04-27Initial commit of proplib, a library for manipulating property lists andthorpej