Niels' notes on updating Almy's release for Unix:
	
	* pulled over WINTERP's unixstuff.c
	
	* unixstuff.c: osagetc(), osaputc(), osbgetc(), osbputc() no longer
	needed in Almy's release.

	* unixstuff.c: Integrated in Ken Whedbee's unixstuff.c modifications
	(see ./unixstuff.whedbee/unixstuff.c, etc.)

	* osdefs.h osptrs.h:
	Added entries:
	{       "SYSTEM",                       S, Prim_SYSTEM          },
	{       "POPEN",                        S, Prim_POPEN           },
	{       "PCLOSE",                       S, Prim_PCLOSE          },
	{       "FSCANF-FIXNUM",                S, Prim_FSCANF_FIXNUM   },
	{       "FSCANF-STRING",                S, Prim_FSCANF_STRING   },
	{       "FSCANF-FLONUM",                S, Prim_FSCANF_FLONUM   },
	{       "COPY-ARRAY",                   S, Prim_COPY_ARRAY      },
	{       "ARRAY-INSERT-POS",             S, Prim_ARRAY_INSERT_POS},
	{       "ARRAY-DELETE-POS",             S, Prim_ARRAY_DELETE_POS},
	{       "TIME",                         F, xstime               }, 
	{       "GET-INTERNAL-RUN-TIME",	S, xs_get_internal_run_time  }, 
	{       "GET-INTERNAL-REAL-TIME",	S, xs_get_internal_real_time }, 

	* added newline at the end of xlbfun.c to alleviate compile error.

	* Couln't get Ken Whedbee's unix input stuff to work, so I #ifdef'd
	it out.

	* TIME, GET-INTERNAL-RUN-TIME, and GET-INTERNAL-REAL-TIME are
	probably not doing the right thing. Ken Whedbee's source refers
	to an external long time_stamp which isn't defined in HPUX... see
	unixstuff.c for details. If anybody knows how to do such timing
	functions right, send mail to mayer@hplabs.hp.com...

	* gnu-emacs TAGS file is generated by doing etags -et *.c *.h

	* cscope.out was generated by cscope-x static code browser.
	  (ninstall -vhhpcilzb cscope-x)

==============================================================================
FYI:

# The following are not used to compile XLISP on UNIX:
#		* dldmem.c:
#			replaces xldmem.c for compacting array/string impl
# 			a la xscheme -- I haven't tested this.
#		* dlimage.c:
#			replaces xlimage.c for compacting array/strin impl
#			a la xscheme -- I haven't tested this.
#		* metastuf.c, system.asm, makemeta, makemet2
#			cruft for Metaware High-C.
#		* msstuff.c, makemsc --
#			cruft for Microsoft C specific.
#		* ndpstuff.c, systemnd.asm, makendp
#			cruft for NDP C.
#		* turbstuf.c, maketurb
#			cruft for turbo-C.
#		* zortstuf.c, makezort
#			cruft for Zortech-C.
#		* longjmp.asm,
#			cruft for Microway C.

-------------------------------------------------------------------------------
	    Niels Mayer -- hplabs!mayer -- mayer@hplabs.hp.com
		  Human-Computer Interaction Department
		       Hewlett-Packard Laboratories
			      Palo Alto, CA.
				   *
