What's new in NXLib Version V1_1_4 compared to Version V1_1_3

-- Solaris 2.3 

   Finally, Solaris 2.3 is supported.

-- Reading from stdin
   I hacked a shell script which allows for reading from stdin via a
   named pipe. A lot of people were asking for something like that.

-- C++ front-end 

   Geoffrey Furnish supplied a vpCC compiler front-end for C++ programs.
   
-- Linux 1.1.59 or higher

   Geoffrey Furnish supplied patches for a port to Linux 1.1.59 or
   higher. NXLib should compile with this modifications, but there
   seem to be problems with the SIGIO signals. NXLib hangs, waiting
   for a signal. 
   (I couldn't try it myself since I don't have a Linux machine.)

-- __STDC__ conform header files

   Geoffrey Furnish supplied __STDC__ conform nx.h and nxmalloc.h
   header files.

-- Other minor bug fixes.
   - fix for bogus hrecv() behavior.
   - fix in the name resolution (nxdaemon dumped cores).
   - fix of parameter of gcolx().
   - fix for broadcast (csend(..,..,-1,..)) bug on Solaris.
   - sending or receiving with buffer size 0 and buffer (char *)0 is
     now possible.
   - type of msgwait() in nx.h corrected.
   - some internal bug fixes.

