home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / comms / encoders / uuenc / Docs / ConvList < prev    next >
Encoding:
Text File  |  1995-03-11  |  1.5 KB  |  35 lines

  1. 23:01 10/3 Remmed out the #pragma section in uudecode
  2.            Remmed out the unrecognised #includes
  3.            Looked at getopt() and alloca() refs - will be OK once linked
  4.            Added #include <string.h>
  5.  
  6. 23:07 10/3 Remmed out password code. Recompiled : error list is
  7.  
  8. 23:10 10/3 Added version and getopt to the compile script
  9.  
  10. 23:13 10/3 Added alloca and getopt1 to compile script
  11.            Tried another recompile
  12.  
  13. 23:16 10/3 Removed all references to the UNIX-only file handlers (1 line in uudecode)
  14.            Added <stdlib.h> to alloca
  15.            First errorless compile/link. Program worked and turned testdata into test.bin
  16.  
  17. 23:21 10/3 Wrote a '.' remover-cum-file-length-truncator
  18.  
  19. 23:28 10/3 Compiled with this working. WORKING VERSION OF UUDECODE
  20.  
  21. 23:31 10/3 First cc of uuencode
  22.            Remmed out UNIX #includes
  23. 23:33      Removed reference to 'struct stat sb'
  24.            Removed all uses of struct stat sb
  25.            Remmed out some more UNIX-only file handler stuff
  26. 23:37      Removed reference to UNIX file privileges (mode), set to default 664
  27. 23:41      Removed a consequential error
  28. 23:43      Got it to compile, but it sends all output to stdout (!)
  29.            So, must be used as uuencode xx yy > outfile
  30.            (or, recode as uuencode OUTFILE xx yy)
  31. 14:34 11/3 Gave uudecode a syntax error if no arguments passed - make it more ARM-like
  32. 15:38      uuencode doesn't work with the syntax I recoded
  33. 15:42      Noticed I put fPRINTf(INPUTfile...)!
  34. 15:46      UUENCODE WORKS
  35. 16:02      Copied it all to floppy and left it behind