swig/Source
Olly Betts a1ae35b43f Revert this fix unless ZEND_RAW_FENTRY is defined (it was added in
PHP 5.2.<something>):

    [PHP] Fix many occurrences of "warning: deprecated conversion from
    string constant to 'char*'" from GCC 4.2 in generated C/C++ code.

Use zend_function_entry rather than function_entry in generated code.
The later only exists for compatibility with PHP3!


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9997 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2007-10-17 17:25:15 +00:00
..
CParse remove C++ usage in C file 2007-08-31 22:06:23 +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 Revert this fix unless ZEND_RAW_FENTRY is defined (it was added in 2007-10-17 17:25:15 +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.