/
mudtem/
mudtem/area/scripts/
mudtem/bin/
mudtem/log/
mudtem/player/
mudtem/slang/autoconf/
mudtem/slang/doc/
mudtem/slang/doc/OLD/help/
mudtem/slang/doc/internal/
mudtem/slang/doc/text/
mudtem/slang/doc/tm/tools/
mudtem/slang/examples/
mudtem/slang/modules/
mudtem/slang/slsh/
mudtem/slang/slsh/lib/
mudtem/slang/slsh/scripts/
mudtem/slang/src/mkfiles/
mudtem/slang/src/util/
mudtem/src/CVS/
mudtem/src/include/
mudtem/src/include/CVS/
mudtem/src/var/CVS/
-*- text -*-
Version 1.4 NEWS (See changes.txt for more details)
  * A new home page: www.s-lang.org

  * Support for multiple namespaces (both public and private)

  * Dynamic linking of modules via 'import'
  
  * The interpreter now supports all basic C integer and floating
    point types.
    
  * Many more built-in intrinsic functions and improved documentation.
  
  * Associative Arrays
  
  * Binary Strings, i.e., the interpreter allows strings to contain
    embedded \0 chracters.
    
  * A slang-shell program called slsh that can run slang scripts.