Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/usr.bin/uudecode



Module Name:    src
Committed By:   apb
Date:           Mon Jan 28 16:06:42 UTC 2013

Modified Files:
        src/usr.bin/uudecode: uudecode.c

Log Message:
* Add "-o outfile" option.  This is reauired by POSIX.1-2008.
* Recognise "/dev/stdout" as a magic filename, both when embedded in the
  data stream and when specified via "-o".  This is also required by
  POSIX.1-2008.
* Reimplement "-p" as an alias for "-o /dev/stdout".

Thanks to Steffen Daode Nurpmeso for drawing my attention to the problems.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/usr.bin/uudecode/uudecode.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index