swig/Source
Vadim Zeitlin ba564d4e4e Fix memory leak of getProxyName() return value
This is done not so much to fix the memory leak per se (as there are
gazillions of other ones remaining), but to show that the return value
of getProxyName() does need to be freed, as this was unclear previously,
with it being freed in one place where this function was used, but not
in the other one, here.

Also state this explicitly in the function comment.
2019-08-05 01:37:46 +02:00
..
CParse Fix missing value for first item of enums with trailing comma 2019-07-11 17:15:38 +02:00
DOH Remove use of 'register' in C source 2018-05-04 20:02:13 +01:00
Doxygen Add iterator safety check in DoxygenParser::parse 2019-07-06 11:30:56 -05:00
Include Don't emit functions added by %extend into C structs 2019-08-03 02:37:18 +02:00
Modules Fix memory leak of getProxyName() return value 2019-08-05 01:37:46 +02:00
Preprocessor Fix regression parsing gcc preprocessor linemarkers 2019-02-19 21:32:04 +00:00
Swig Merge branch 'ZackerySpytz-valid-floating-point-literals' 2019-03-02 17:48:49 +00:00
Makefile.am Merge branch 'master' into C 2019-07-24 20:26:50 +02:00
README Revert rev 11187 "Merged with recent changes from trunk." 2012-05-06 01:13:16 +00:00

SWIG Source directory

 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.

 Source/Include      -  Include files.

Historic directories which may be in CVS, but have been removed:

 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.