aboutsummaryrefslogtreecommitdiff
path: root/id.c (unfollow)
Commit message (Expand)AuthorFilesLines
2001-04-14Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com>Eric Andersen2-2/+16
2001-04-13Fix infinite loop and reallocate if too many modules.Matt Kraai2-16/+44
2001-04-13dpkg-deb -f and partial -I commands, adds 600 bytesGlenn L McGrath6-78/+103
2001-04-12Fix dos2unix/tr problem noted by Larry Doolittle.Matt Kraai4-4/+4
2001-04-12Fix return code and don't output spurious newlines.Matt Kraai2-20/+16
2001-04-12Another banner consolidation from Larry Doolittle <ldoolitt@recycle.lbl.gov>.Matt Kraai3-3/+3
2001-04-12Fix comment.Matt Kraai2-2/+2
2001-04-12Use date -u instead of date --utc and consolidate version string.Matt Kraai8-7/+10
2001-04-12Updates, fixes for handling contents, verbose extract.Glenn L McGrath1-16/+15
2001-04-12Rename variable that shadows globalGlenn L McGrath2-32/+32
2001-04-12Fix handling of '' and "".Matt Kraai3-12/+18
2001-04-12New dpkg-deb function -t, stands for --fsys-tarfileGlenn L McGrath7-24/+41
2001-04-12Change size to unsinged long long, so if -1 is passed it will read as much as...Glenn L McGrath3-7/+12
2001-04-12dpkg-deb -c works nowGlenn L McGrath3-34/+36
2001-04-12Fix dpkg-deb, enum's are coolGlenn L McGrath6-95/+108
2001-04-12remove unused clearerr statementsGlenn L McGrath1-2/+0
2001-04-12This belongs in dos2unix.cGlenn L McGrath1-106/+0
2001-04-12use tmpfile() and revert my previous changes... convert() belongs hereGlenn L McGrath3-11/+180
2001-04-12dos2unix and unix2dos are now independentGlenn L McGrath1-4/+1
2001-04-12Move convert to libbbGlenn L McGrath2-182/+0
2001-04-12convert() is used by dos2unix and unix2dosGlenn L McGrath2-0/+10