Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2001-04-12 | Fix comment. | kraai | 2 | -2/+2 |
2001-04-12 | Use date -u instead of date --utc and consolidate version string. | kraai | 8 | -7/+10 |
2001-04-12 | Updates, fixes for handling contents, verbose extract. | bug1 | 1 | -16/+15 |
2001-04-12 | Rename variable that shadows global | bug1 | 2 | -32/+32 |
2001-04-12 | Fix handling of '' and "". | kraai | 3 | -12/+18 |
2001-04-12 | New dpkg-deb function -t, stands for --fsys-tarfile | bug1 | 7 | -24/+41 |
2001-04-12 | Change size to unsinged long long, so if -1 is passed it will read as much as... | bug1 | 3 | -7/+12 |
2001-04-12 | dpkg-deb -c works now | bug1 | 3 | -34/+36 |
2001-04-12 | Fix dpkg-deb, enum's are cool | bug1 | 6 | -95/+108 |
2001-04-12 | remove unused clearerr statements | bug1 | 1 | -2/+0 |
2001-04-12 | This belongs in dos2unix.c | bug1 | 1 | -106/+0 |
2001-04-12 | use tmpfile() and revert my previous changes... convert() belongs here | bug1 | 3 | -11/+180 |
2001-04-12 | dos2unix and unix2dos are now independent | bug1 | 1 | -4/+1 |
2001-04-12 | Move convert to libbb | bug1 | 2 | -182/+0 |
2001-04-12 | convert() is used by dos2unix and unix2dos | bug1 | 2 | -0/+10 |