-------------------------------------------- Name: lenviron Version: 1.1.3 (13 April 94) Author: G. Devin Reade Computer: Apple IIgs Requires: Gno v2.x -------------------------------------------- Description: This is a library which provides most of the Unix-style exec calls, and an interface to the (char **environ) environment variable. It is intended to ease the porting of Unix programs. Changes for this version from the README: v1.1.3: 13 Apr 94 "#pragma databank 1" added to environ.c, exec.c so that the library will work with both large and small memory models. Optimized some code. Changed declarations of build_cmd(), build_path(), build_env(), fileExists(), and if_root_path() to use const modifier. Due to an off-by-one error, exec*() wasn't finding any files that were in the first directory listed in $PATH. Fixed. Changed the archive hierarchy to use man, src, and obj directories. Added the following man pages. You may need to rename them if your $USRMAN is not on HFS: build_cmd.3 build_env.3 build_path.3 fileExists.3 if_root_path.3