public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "$Bill Luebkert" <dbe@wgn.net>
To: Mark Newnham <mark.n@usa.net>
Cc: "'John Cooper'" <John.Cooper@citrix.com>, gnu-win32@cygnus.com
Subject: Re: uudecode?
Date: Sun, 31 Jan 1999 23:52:00 -0000	[thread overview]
Message-ID: <36A703D8.D8953182@wgn.net> (raw)
In-Reply-To: <95DE24D1FCFED0118B910060940A334006C31F@mailhub.adacorp.com>

Mark Newnham wrote:
> 
> The problem appears to be with the uuencode portion, because a file
> encoded on a different system will uudecode correctly with the source
> supplied.
> 
> If you compare a file encoded with the source code, against the same
> file encoded on a Unix system, although the files are the same size,
> each line on the Unix encoded file starts with a 'M' (or possibly the
> 'M' is after the newline on the previous. This does not appear with the
> source code version.

This is due to a bug on this line:
   outbuf[idx++] = ENC(ch);		# ch is not active at this time
which I changed to:
   outbuf[idx++] = ENC(n);		# n is the number of chars read

I'll send my version to John.

-- 
  ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
 (_/   /  )    // //       DBE Collectibles   http://www.wgn.net/~dbe/
  / ) /--<  o // //      Mailto:dbe@wgn.net   V3: http://come.to/dbe
-/-' /___/_<_</_</_    http://www.freeyellow.com/members/dbecoll/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

  reply	other threads:[~1999-01-31 23:52 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-01-31 23:52 uudecode? Mark Newnham
1999-01-31 23:52 ` $Bill Luebkert [this message]
  -- strict thread matches above, loose matches on Subject: below --
1999-01-31 23:52 uudecode? John Cooper
1999-01-31 23:52 ` uudecode? Corinna Vinschen
1999-01-31 23:52 ` uudecode? Michael Hirmke
1999-01-31 23:52   ` uudecode? John Cooper
1999-01-31 23:52     ` uudecode? root
1999-01-31 23:52       ` uudecode? John Cooper
1999-01-31 23:52         ` uudecode? Pierre A. Humblet
1999-01-31 23:52       ` uudecode? John Cooper
1999-01-31 23:52         ` uudecode? John Cooper
1999-01-31 23:52     ` uudecode? Glenn Spell
1999-01-31 23:52 uudecode? Bernard Dautrevaux
1999-01-31 23:52 uudecode? Earnie Boyd
1999-01-31 23:52 uudecode? N8TM
1999-01-31 23:52 uudecode? Tom St Denis
1999-01-31 23:52 uudecode? Bernard Dautrevaux
1999-01-31 23:52 ` uudecode? John Cooper
1999-01-31 23:52   ` uudecode? Anil K Ruia
1999-01-31 23:52   ` uudecode? Benjamin Riefenstahl
1999-01-31 23:52 uudecode? Lincoln, W. Terry
1997-09-09 23:33 uudecode? John Cooper
1997-09-10 10:28 ` uudecode? root
     [not found] <root@jacob.remcomp.fr's>
     [not found] ` <message>
     [not found]   ` <of>
     [not found]     ` <"Mon,>
     [not found]       ` <18>
     [not found]         ` <Jan>
     [not found]           ` <1999>
     [not found]             ` <19:42:30>
     [not found]               ` <+0100>

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=36A703D8.D8953182@wgn.net \
    --to=dbe@wgn.net \
    --cc=John.Cooper@citrix.com \
    --cc=gnu-win32@cygnus.com \
    --cc=mark.n@usa.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).