home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff319.lzh
/
CNewsSrc
/
uupc.lzh
/
ReadMe
next >
Wrap
Text File
|
1990-02-06
|
2KB
|
43 lines
Fred,
This disk contains the source to UUPC, Version 0.1 (+) from Jeff
Lydiatt with my fixes and enhancements.
This source requires the include/ directory and the libcnews.lib
library from the CNews distribution (both are included) if CNews reception
is going to be used. Also included on this disk are the sources for
v[f]printf() and vsprintf(), which are required by the logging facilities
of the communications software.
The executables resulting from this distribution are:
mailx -- mail reader/sender, news poster
uupc -- communications software, i.e. uucico
with built-in rnews & rmail
The DCP software, included, is the windowing communication scheme
used by UUPC. It fully supports the 3-window sliding packet protocol
implemented by the Un*x UUCP program, and contains hooks (and comments)
to facilitate increasing the size of the window.
Frank "Crash" Edwards
uunet!pdn!boake2!ckctpa!crash
Jan 16, 1990
PS: At the last minute (just now, in fact :-) I copied to this
diskette my UEdit configuration, both binary and source, and
the news_lart program which is required for the UEdit News
Reader. They are in the :U directory.
I also added the v[fs]printf.c routines to this disk. And a
patched version of heapmem.o (for Manx) is included. I've added
a FILENOTE which says where heapmem.o was patched. Basically,
realloc() was pushing a longword (32 bits) for memset() when it
should have been a word (16 bits).
FNF Because the heapmem.o file is from the Manx C compiler, I had to
NOTE: remove it from this distribution. The filenote refered to above
was "Patched: realloc+82 move.w -2(a5),-(a7) & +100 lea $A(a7),a7"
Sorry for any inconvenience.