Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.

-Erik
This commit is contained in:
Eric Andersen
2000-09-20 19:22:26 +00:00
parent 0cccdfaf36
commit cff3fe3ae9
13 changed files with 442 additions and 18 deletions

View File

@@ -20,6 +20,7 @@
* Added 'getopt' from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
* Fixed chmod option parsing so things like 'chmod -r /tmp/file'
wouldn't work (since it thought -r was an option). Doh!
* Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.