======================================================================
This directory contains standard CorbaScript modules:

  * README is this file.

  * AssociateTable.cs provides a generic Table data structure.

  * Stack.cs provides a generic Stack data structure.

  * LIBC.cs loads the standard C dynamic library according
    to the operating system and manages the global C errno variable.

  * posix.cs provides standard OS primitives.

  * math.cs provides standard mathematical primitives.

  * IO.cs provides access to text files.

  * socket.cs provides TCP/IP sockets.

  * IOR.cs provides primitives to obtain and store IORs.

  * NSTools.cs is a CorbaScript module that provides three classes.

      - NSException is an exception type.

      - NSAdmin simplifies the administration of a Naming Service.

      - NSShell provides an interactive shell.

  * CosNamingImpl.cs is the implementation of a Naming Service written
    in CorbaScript.

  * shell.cs provides a base class for implementing shell programs.

  * SMTP.cs provides a Simple Mail Transfer Protocol (SMTP)
    implementation according to RFC0821 & RFC0822.

  * time.cs provides time/date management features.

=====================================================================
