aboutsummaryrefslogtreecommitdiff
path: root/libbb/read_package_field.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-101/+0
| | | | | | | | | | things like xasprintf() into xfuncs.c, remove xprint_file_by_name() (it only had one user), clean up lots of #includes... General cleanup pass. What I've been doing for the last couple days. And it conflicts! I've removed httpd.c from this checkin due to somebody else touching that file. It builds for me. I have to catch a bus. (Now you know why I'm looking forward to Mercurial.)
* Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate."Robert P. J. Day"2006-07-101-14/+1
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-1/+1
|
* Update a bunch of docs. Run a script to update my email addr.Eric Andersen2003-07-141-2/+2
|
* Major coreutils update.Manuel Novoa III2003-03-191-2/+2
|
* 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
| | | | -Erik
* Change read_package_field interface, and rewrite using low level functionsGlenn L McGrath2001-07-181-13/+77
| | | | Fixes for a few bugs that have crept into dpkg in the last few days
* 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 ↵Glenn L McGrath2001-04-151-0/+31
multi-line fields.