aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/property.c
Commit message (Expand)AuthorAgeFilesLines
* Restore the previous state after a FILL operation in properties_read()John Baldwin2005-11-281-8/+15
* Tidy up. Sort headers.Mark Murray2003-06-141-5/+5
* Now return NULLified struct in case of empty config fileAndrey A. Chernov2003-01-271-6/+9
* Handle read errorsAndrey A. Chernov2003-01-271-3/+6
* Add (unsigned char) cast to ctype macrosAndrey A. Chernov2003-01-191-13/+31
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Add __FBSDID()s to libutilMatthew Dillon2001-09-301-3/+3
* Eliminate inconsistency where a value that contains only whitespaceMurray Stokely2000-11-091-1/+6
* Added PROPERTY_MAX_VALUE and PROPERTY_MAX_NAME defines to libutil.h soMurray Stokely2000-11-081-8/+7
* Better document the file format, add in support for nested {}'s in multi-lineJordan K. Hubbard1998-11-221-4/+11
* Now take stdio.h out of files that don't require it.Jordan K. Hubbard1998-10-091-1/+2
* o move path in libutil.h to paths.hJordan K. Hubbard1998-10-091-3/+2
* Correct a build error that got past my build test somehow.Jordan K. Hubbard1998-10-081-0/+2
* Add a simple mechanism for reading property lists from files (whichJordan K. Hubbard1998-10-071-0/+215