summaryrefslogtreecommitdiff
path: root/libbb/read_package_field.c
Commit message (Expand)AuthorAgeFilesLines
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-201-1/+1
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-0/+23
* Change read_package_field interface, and rewrite using low level functionsGlenn L McGrath2001-07-181-13/+77
* Fix bug where it wasnt returning the last line of a multiline fieldGlenn L McGrath2001-07-111-13/+10
* Fix horrible, horrible memmory leak. I wondered why processes were dying !Glenn L McGrath2001-04-211-2/+1
* Reads a field from a debian control (status or available) file, handles multi...Glenn L McGrath2001-04-151-0/+31