summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Fix garbage line number and empty file name reporting for some '}' or ')' err...William S Fulton2012-12-162-1/+9
* gcc-4.6 warning fixWilliam S Fulton2012-12-151-4/+0
* Rework warning fixes in rev 13512 as it introduces dead code flagged by sun s...William S Fulton2012-12-151-6/+8
* CFFI - Fix some string constants are incorrectWilliam S Fulton2012-12-141-1/+7
* Fix CFFI incorrect constant namesWilliam S Fulton2012-12-141-4/+8
* Fix bad exit running 'swig -go -help'William S Fulton2012-12-131-1/+3
* add finalizer for class fix. It was missing from earlierJoseph Wang2012-12-121-1/+1
* Fix fully qualified package paths for Python 3 even if a module is in the sam...William S Fulton2012-12-111-3/+3
* Remove some pointless code creating implicit constructorsWilliam S Fulton2012-12-021-11/+2
* Fix nested classes symbol table problem due to lack of string copy - due to c...William S Fulton2012-12-021-2/+3
* Correct prefix handling - bug introduced in rev 13886William S Fulton2012-12-023-5/+3
* CFFI - fix junk output when wrapping single character constantsWilliam S Fulton2012-12-021-2/+1
* Fix Strcmp - it didn't have consistent null pointer handling - revert to what...William S Fulton2012-12-028-17/+18
* octave: Simplified module loading.Karl Wette2012-11-281-3/+3
* More consistent use of DOH namespaceWilliam S Fulton2012-11-266-7/+7
* const char * correctness fixes (in C code)William S Fulton2012-11-267-10/+10
* Fix String */ char * mismatchWilliam S Fulton2012-11-261-4/+3
* Correct type change from char * to String introduced in rev 13904William S Fulton2012-11-261-1/+1
* cosmetic variable name changes for abstracts to match previous commitWilliam S Fulton2012-11-243-45/+45
* Distinguish between an "abstract" attribute on a class containing a list of a...William S Fulton2012-11-2410-32/+32
* Minor code optimisationWilliam S Fulton2012-11-241-6/+4
* Coverity defect suppressionWilliam S Fulton2012-11-241-2/+2
* Remove some unused code and pointless variable assignmentsWilliam S Fulton2012-11-239-23/+13
* Remove incorrect DeleteWilliam S Fulton2012-11-231-1/+0
* Minor logic and memory leak fix.William S Fulton2012-11-221-0/+1
* Remove some useless codeWilliam S Fulton2012-11-221-7/+0
* Minor logic fix.William S Fulton2012-11-221-1/+1
* Better handling of null sym:nameWilliam S Fulton2012-11-221-14/+21
* Remove unnecessary null checkWilliam S Fulton2012-11-221-6/+3
* Remove unnecessary null checks or fix potential null dereferencesWilliam S Fulton2012-11-201-9/+11
* Remove unnecessary null checks or fix potential null dereferencesWilliam S Fulton2012-11-205-53/+60
* Fix potential null pointer dereferencesWilliam S Fulton2012-11-201-4/+4
* Fix potential crash in clispWilliam S Fulton2012-11-201-5/+5
* Fix possible null dereferences in CFFIWilliam S Fulton2012-11-201-5/+7
* [D] Fixed namespace handling bug introduced in r13915.David Nadlinger2012-11-201-2/+8
* Fix possible null dereferenceWilliam S Fulton2012-11-191-1/+2
* Fix buggy namespace_of and strip_namespaces functions replacing with equivale...William S Fulton2012-11-191-41/+2
* Fix missing out typemap warningWilliam S Fulton2012-11-191-1/+1
* Fix possible NULL dereferenceWilliam S Fulton2012-11-191-1/+3
* Fix obvious copy/paste errors in some director codeWilliam S Fulton2012-11-192-2/+2
* Correctly handle errors if language symbol already existsWilliam S Fulton2012-11-192-4/+8
* Fix unnecessary and inconsistent null pointer checksWilliam S Fulton2012-11-193-244/+233
* Possible fix for global variable setters in modula3William S Fulton2012-11-191-0/+1
* Add some assertions to ensure NULL pointer is not usedWilliam S Fulton2012-11-191-0/+2
* Fix uninitialised member varWilliam S Fulton2012-11-191-5/+11
* Fix memory leakWilliam S Fulton2012-11-191-0/+2
* Fix double deleteWilliam S Fulton2012-11-191-2/+0
* Add missing support for -outdir for -tcl -itcl and -modula3William S Fulton2012-11-182-8/+8
* Fix Swig_file_extension when the path has a . and there is no extension in th...William S Fulton2012-11-181-13/+5
* Fix segfaults when using filename paths greater than 1024 characters in lengt...William S Fulton2012-11-1811-77/+95