aboutsummaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2001-04-14Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com>andersen2-2/+16
2001-04-13Fix infinite loop and reallocate if too many modules.kraai2-16/+44
2001-04-13dpkg-deb -f and partial -I commands, adds 600 bytesbug16-78/+103
2001-04-12Fix dos2unix/tr problem noted by Larry Doolittle.kraai4-4/+4
2001-04-12Fix return code and don't output spurious newlines.kraai2-20/+16
2001-04-12Another banner consolidation from Larry Doolittle <ldoolitt@recycle.lbl.gov>.kraai3-3/+3
2001-04-12Fix comment.kraai2-2/+2
2001-04-12Use date -u instead of date --utc and consolidate version string.kraai8-7/+10
2001-04-12Updates, fixes for handling contents, verbose extract.bug11-16/+15
2001-04-12Rename variable that shadows globalbug12-32/+32
2001-04-12Fix handling of '' and "".kraai3-12/+18
2001-04-12New dpkg-deb function -t, stands for --fsys-tarfilebug17-24/+41
2001-04-12Change size to unsinged long long, so if -1 is passed it will read as much as...bug13-7/+12
2001-04-12dpkg-deb -c works nowbug13-34/+36
2001-04-12Fix dpkg-deb, enum's are coolbug16-95/+108
2001-04-12remove unused clearerr statementsbug11-2/+0
2001-04-12This belongs in dos2unix.cbug11-106/+0
2001-04-12use tmpfile() and revert my previous changes... convert() belongs herebug13-11/+180
2001-04-12dos2unix and unix2dos are now independentbug11-4/+1
2001-04-12Move convert to libbbbug12-182/+0
2001-04-12convert() is used by dos2unix and unix2dosbug12-0/+10