| Commit message (Expand) | Author | Files | Lines |
2001-04-14 | Handle endian-ness. Patch from Paul J.Y. Lahaie <pjlahaie@linuxcare.com> | Eric Andersen | 2 | -2/+16 |
2001-04-13 | Fix infinite loop and reallocate if too many modules. | Matt Kraai | 2 | -16/+44 |
2001-04-13 | dpkg-deb -f and partial -I commands, adds 600 bytes | Glenn L McGrath | 6 | -78/+103 |
2001-04-12 | Fix dos2unix/tr problem noted by Larry Doolittle. | Matt Kraai | 4 | -4/+4 |
2001-04-12 | Fix return code and don't output spurious newlines. | Matt Kraai | 2 | -20/+16 |
2001-04-12 | Another banner consolidation from Larry Doolittle <ldoolitt@recycle.lbl.gov>. | Matt Kraai | 3 | -3/+3 |
2001-04-12 | Fix comment. | Matt Kraai | 2 | -2/+2 |
2001-04-12 | Use date -u instead of date --utc and consolidate version string. | Matt Kraai | 8 | -7/+10 |
2001-04-12 | Updates, fixes for handling contents, verbose extract. | Glenn L McGrath | 1 | -16/+15 |
2001-04-12 | Rename variable that shadows global | Glenn L McGrath | 2 | -32/+32 |
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 |