Lot's of cleanup. Removed some more source files. Migrated more functionality to C.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@494 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-06-18 20:34:21 +00:00
commit 4068ffc0f9
21 changed files with 241 additions and 482 deletions

View file

@ -22,15 +22,18 @@ SWIG release. The guilty parties working on this are:
***** IMPORTANT NOTICE -- READ THIS NOW! *****
***********************************************************************
If you downloaded SWIG as a prepackaged release such as SWIG1.3a2, be
If you downloaded SWIG as a prepackaged release such as SWIG1.3a3, be
advised that this distribution represents a snapshot of the most
stable part of the SWIG CVS repository. As this is an unstable
release, there is a pretty good chance that a number of features are
broken or under repair. Currently, SWIG is undergoing a large
redevelopment effort. The SWIG1.3 series of releases should be viewed
as a transitional releases leading to the eventual release of SWIG2.0.
First-time users may want to start with SWIG1.1p5 which is significantly
more stable (and includes a wider range of documentation and examples).
redevelopment effort in which it is being converted from C++ to ANSI
C. As a result, the source code is a little disorganized at the
moment. The SWIG1.3 series of releases should be viewed as
transitional releases leading to the eventual release of
SWIG2.0. First-time users may want to start with SWIG1.1p5 which is
significantly more stable (and includes a wider range of documentation
and examples).
Please report any errors and submit patches (if possible)! We only
have access to a limited variety of hardware (Linux, Solaris, and
@ -70,6 +73,11 @@ What's Broken?
- SWIG requires an ANSI C compiler.
- A number of low-level data structures have been converted
to C. Since things haven't yet been fully tested, there's
a chance that unusual corner cases might cause SWIG to crash.
If so, please send us a debugger traceback if possible.
Installation
============
To build and install SWIG, simply type the following: