aboutsummaryrefslogtreecommitdiff
path: root/tftp.c (unfollow)
Commit message (Expand)AuthorFilesLines
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