This subtree is where we work on things. There is one subdirectory here for each component of the VMSnet package. Things are a bit discontinuous in this area, as Tom did things with one style and Jamie did things with another. Jamie's files: ENVIRON.COM Execute this to define symbols for the development environment. MAKE.INI Initializer file for "make" utility (Todd Aven's make, V3.2). Pointed to by a logical defined by ENVIRON.COM . Under the following is a [.SRC] and a [.BLD] (objects, listings, exes, and maps). The makefiles are in [.src]. A note on the makefiles: I only just received Make 3.2 very recently (I was using 2.0), so the makefiles haven't been streamlined to take advantage of 3.2's features, such as multiple default rules for various source languages, and anyway I tend to write very mundane makefiles, so these could be improved a LOT. But they work... [.GNUUCP] The uucp g protocol package. Major changes are in the uuxqt/rmail area. rmail is now just a procedure, borrowed from Kevin Carosso's uucp mail interface package, called by uuxqt, and the bulk of the work of uuxqt is done by a command procedure. [.xxx] (There was more here, but it got folded into [.gnuucp]) Tom's stuff: Tom is using MMS, and each directory has a DESCRIP.MMS . [.BISON] A freely-distributable workalike for yacc. Used to build PATHALIAS. [.LCASEP] Utility to force pathnames to lowercase. [.PATHALIAS] Sources for PATHALIAS.EXE. [.SED] "stream editor", another utility used by the path database build procedure. [.SMAIL] VMS-compatible version of Smail 2.5. Takes a uucp- or Internet-style address (or a mix) and uses the path database to construct a route address. Converted from a standalone program to a procedure that's called by VN_MAILSHR. [.UNSHAR] Utility to unpack "shar" (shell archive) files that arrive via mail or Usenet. Won't necessarily work on every shar file, but getting closer. [.VN_MAILSHR] Considerably-modified version of Kevin Carosso's UUCP_MAILSHR. Calls smail to construct paths.