*** empty log message ***

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@829 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2000-09-04 02:50:55 +00:00
commit 58bec1dd28
2 changed files with 81 additions and 4 deletions

15
README
View file

@ -4,8 +4,8 @@ Version: 1.3 (alpha)
$Header$
Tagline: SWIG is a compiler that integrates C, C++, and Objective-C
with scripting languages including Perl, Python, Tcl, Guile,
Tagline: SWIG is a compiler that integrates C and C++ with scripting
languages including Perl, Python, Tcl, Guile, Mzscheme,
and Ruby.
This distribution represents work in progress towards building a new
@ -17,11 +17,12 @@ SWIG release. The guilty parties working on this are:
Thien-Thi Nguyen (ttn@glug.org) (Testing/Misc)
Masaki Fukushima (fukusima@goto.info.waseda.ac.jp) (Ruby)
Matthias Köppe (mkoeppe@saturn.Math.Uni-Magdeburg.DE) (Guile)
Oleg Tolmatcev (o.t@altavista.net) (Mzscheme)
Past contributors (currently incomplete):
Dustin Mitchell, Ian Cooke, Catalin Dumitrescu, Baran Kovuk, Gary Holt,
David Fletcher.
Dustin Mitchell, Ian Cooke, Catalin Dumitrescu, Baran Kovuk, Gary Holt,
David Fletcher.
***********************************************************************
***** IMPORTANT NOTICE -- READ THIS NOW (OR ELSE) *****
@ -168,3 +169,9 @@ The primary goal of future development is to make SWIG more modular,
extensible, and easier to maintain. To this end, the source code has
been consolidated and reorganized with the Source directory. For more
information, please see Doc/internals.html.