Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2001-04-12 | Fix handling of '' and "". | Matt Kraai | 3 | -12/+18 |
2001-04-12 | New dpkg-deb function -t, stands for --fsys-tarfile | Glenn L McGrath | 7 | -24/+41 |
2001-04-12 | Change size to unsinged long long, so if -1 is passed it will read as much as... | Glenn L McGrath | 3 | -7/+12 |
2001-04-12 | dpkg-deb -c works now | Glenn L McGrath | 3 | -34/+36 |
2001-04-12 | Fix dpkg-deb, enum's are cool | Glenn L McGrath | 6 | -95/+108 |
2001-04-12 | remove unused clearerr statements | Glenn L McGrath | 1 | -2/+0 |
2001-04-12 | This belongs in dos2unix.c | Glenn L McGrath | 1 | -106/+0 |
2001-04-12 | use tmpfile() and revert my previous changes... convert() belongs here | Glenn L McGrath | 3 | -11/+180 |
2001-04-12 | dos2unix and unix2dos are now independent | Glenn L McGrath | 1 | -4/+1 |
2001-04-12 | Move convert to libbb | Glenn L McGrath | 2 | -182/+0 |
2001-04-12 | convert() is used by dos2unix and unix2dos | Glenn L McGrath | 2 | -0/+10 |