**********************************************************************
*     README file for STLport 5.0                                    *
*                                                                    *
**********************************************************************

This directory contains a modified version of the STLport-5.0 release
tailored towards this project.

What's inside :

README           - this file
stlport          - main STLport include directory
src              - source for iostreams implementation and other parts
                   that aren't pure template code

Modifications:
- Auxillary files such as the makefiles and tests have been removed
  to greatly reduce file count (~680 -> 379).
- Custom configuration files have been added for the compiler/platform
  being used, along with other config modifications.
- Redefinitions of stdin/stdout/stderr in stdio.h have been disabled,
  as they caused build errors in .c files.
- A new StlNodeAlloc allocator has been added to match the binary.
- <iosfwd>'s streamoff definition no longer assumes Unix for the final
  catch-all case, opting for a long instead of off_t.
- Old-style STL headers have been removed, as we have no use for them.
- Fixed "illegal 'friend' declaration" warning in <rope>.

GETTING STLPORT

To download the latest version of STLport, please be sure to visit
https://sourceforge.net/project/showfiles.php?group_id=146814

LEGALESE

This software is being distributed under the following terms:

 *
 *
 * Copyright (c) 1994
 * Hewlett-Packard Company
 *
 * Copyright (c) 1996-1999
 * Silicon Graphics Computer Systems, Inc.
 *
 * Copyright (c) 1997
 * Moscow Center for SPARC Technology
 *
 * Copyright (c) 1999-2003
 * Boris Fomitchev
 *
 * This material is provided "as is", with absolutely no warranty expressed
 * or implied. Any use is at your own risk.
 *
 * Permission to use or copy this software for any purpose is hereby granted
 * without fee, provided the above notices are retained on all copies.
 * Permission to modify the code and to distribute modified code is granted,
 * provided the above notices are retained, and a notice that the code was
 * modified is included with the above copyright notice.
 *

**********************************************************************
