Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2002 19:27:47 -0800 (PST)
From:      "J. Mallett" <jmallett@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/uuencode uuencode.1 uuencode.c src/usr.bin/uudecode uudecode.c
Message-ID:  <200203050327.g253Rlr89277@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmallett    2002/03/04 19:27:47 PST

  Modified files:
    usr.bin/uuencode     uuencode.1 uuencode.c 
    usr.bin/uudecode     uudecode.c 
  Log:
  Add base64 support to uuencode(1) and uudecode(1), as specified by SUSv3.
  
  Add `-o' option to uuencode(1) to pipe the uuencoded output to an
  arbitrary file, instead of just stdout.
  
  Reviewed by:    -standards, mike
  Approved by:    mike
  
  Revision  Changes    Path
  1.19      +41 -8     src/usr.bin/uudecode/uudecode.c
  1.16      +19 -2     src/usr.bin/uuencode/uuencode.1
  1.8       +81 -21    src/usr.bin/uuencode/uuencode.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203050327.g253Rlr89277>