swig/Source
Olly Betts 8dabd96606 PHP4 reaches EOL at the end of 2007, so remove PHP4 specific entry from the
todo list.  Tweak message about lack of multiple inheritance to say "PHP"
rather than "Php4".


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10174 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-11-28 00:46:53 +00:00
..
CParse Fixed bug in the C scanner related to ignored backslash characters. This addresses a problem in 1.3.32 reported by Bill Spotz. 2007-11-20 16:36:37 +00:00
DOH String copying patch from Josh Cherry reducing memory consumption by about 25%. 2007-03-23 22:12:10 +00:00
Include Correct behaviour for templated methods used with %rename or %ignore and %template() 2007-08-17 20:42:19 +00:00
Modules PHP4 reaches EOL at the end of 2007, so remove PHP4 specific entry from the 2007-11-28 00:46:53 +00:00
Preprocessor Fix many instances of "delimeter" to "delimiter". 2007-10-08 12:02:56 +00:00
Swig Fix mixed declarations and code so this file is valid C89. 2007-10-16 21:27:14 +00:00
Makefile.am Eliminated use of swigkeys.h/.c files. 2007-01-03 20:58:19 +00:00
README *** empty log message *** 2002-12-03 20:43:22 +00:00

SWIG Source directory

This directory currently contains a mix of legacy SWIG1.1 code and
recent development work.  As a result, it's still a little messy.
Here is a rough breakdown of the directories:

 Source/DOH          -  A core set of basic datatypes including
                        strings, lists, hashes, and files.  Used
                        extensively by the rest of SWIG.

 Source/Swig         -  Swig core. Type-system, utility functions.

 Source/Preprocessor -  SWIG C Preprocessor

 Source/CParse       -  SWIG C Parser (still messy)

 Source/Modules      -  Language modules.


The following directories may be in CVS, but are largely deprecated:

 Source/Modules1.1   -  Old SWIG-1.1 modules. Empty.

 Source/LParse       -  Experimental parser.  Officially dead
                        as CParse is more capable.

 Source/SWIG1.1      -  Old SWIG1.1 core. Completely empty now.