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