aboutsummaryrefslogtreecommitdiff
path: root/Source/Swig/misc.c
AgeCommit message (Expand)Author
2013-12-19fixed %template within %extend, test addedVladimir Kalinin
2013-12-05Swig_offset_string moved to misc.cWilliam S Fulton
2013-10-15Add support for case conversion characters in regex substitutions.Vadim Zeitlin
2013-10-10Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-09-13Remove trailing spaces in the generated code.Sylvestre Ledru
2013-06-04Fix comment typosOlly Betts
2013-02-08Add support for extern "C" thread_localWilliam S Fulton
2013-02-08Fixes detecting if a variable is extern when using 'extern thread_local'William S Fulton
2013-02-08Add support for thread_local when specified with other legitimate storage cla...William S Fulton
2013-01-12Remove cvs/svn Id stringsWilliam S Fulton
2012-11-16NULL pointer clarification in Swig_new_subdirectoryWilliam S Fulton
2012-11-16Fix race condition 'time of check time of use' - TOCTOU - when creating subdi...William S Fulton
2012-11-13Fix Swig_scopename_last. It was truncating the first two letters of a symbol ...William S Fulton
2012-01-27Fix crash when requesting more matches than available in regexWilliam S Fulton
2011-11-28This is a minor portability fix - isdigit() (and friends) are only portably d...Olly Betts
2011-10-19warning fixWilliam S Fulton
2010-12-06Fix #3127394 - use of network paths on Windows/MSys.William S Fulton
2010-10-01Add -pcreversion option to display PCRE version informationWilliam S Fulton
2010-09-15Expand the family of debug print functions for displaying DOH types. Provide ...William S Fulton
2010-08-14Fix bug in applying regex replacement to non-matching strings.Vadim Zeitlin
2010-07-23Minor comment changes and html changesWilliam S Fulton
2010-07-22Remove old experimental rxspencer encoder and rxsmatch function.Vadim Zeitlin
2010-07-22Add support for regex encoder for %rename.Vadim Zeitlin
2010-06-17code style: fix inconsistent NULL pointer comparisonsWilliam S Fulton
2010-05-24S_ISDIR is defined for mingw gcc but not visual c++William S Fulton
2010-03-16remove debug printoutWilliam S Fulton
2010-03-13Better handling of file paths containing multiple path separators. Fix recent...William S Fulton
2010-03-08Windows portability fixesWilliam S Fulton
2010-03-04Add improved namespace support - the nspace feature, working for Java only at...William S Fulton
2010-02-27SWIG license change - Source moves to GPLv3William S Fulton
2010-02-08Fix #1807329 - When Makefile dependencies are being generated using the -M fa...William S Fulton
2010-01-22Fix #2933129 - typemaps not being found when the unary scope operator (::) is...William S Fulton
2009-12-19Fix C comment stripping when the comment contains *William S Fulton
2009-02-20add new %begin directive for inserting code at top of wrapper fileWilliam S Fulton
2009-01-30Merged revisions 11085-11086,11088-11089 via svnmerge from Haoyu Bai
2009-01-24Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai
2008-12-29create a common banner header for all target language specific filesWilliam S Fulton
2008-12-24accept unix directory separators on windows for input fileWilliam S Fulton
2008-12-24fix input filename containing a path on windowsWilliam S Fulton
2008-11-01Add the strip encoder patch from Anatoly Techtonik #2130016William S Fulton
2008-06-21Remove some vc++ /W4 warningsWilliam S Fulton
2007-10-16Fix mixed declarations and code so this file is valid C89.Olly Betts
2007-10-12Strip C comments from the java typemaps when determining to use the premature...William S Fulton
2007-08-10patch #1745739 - Compiler warning for BSD from Klaus HeinzWilliam S Fulton
2007-05-04Improved algorithm of renaming of methods with numbers at the end.Gonzalo Garramuno
2007-01-03Eliminated use of swigkeys.h/.c files.Dave Beazley
2007-01-03API cleanup. DocumentationDave Beazley
2006-12-05Changed Header keyword to Id for SVNDave Beazley
2006-11-15-fakeversion appears in generated files. Made comment with version number at ...William S Fulton
2006-11-01beautify/format source code with gnu indentWilliam S Fulton