Package: gtamsanalyzer.app / 0.42-7

Metadata

Package Version Patches format
gtamsanalyzer.app 0.42-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
use system pcre.patch | (download)

Source/GNUmakefile | 10 3 + 7 - 0 !
1 file changed, 3 insertions(+), 7 deletions(-)

 link against the system pcre library.
gv path.patch | (download)

Source/appDelegate.m | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adjust the default path to the `gv' binary.
gcc warnings.patch | (download)

Source/AGRegex.m | 12 6 + 6 - 0 !
Source/GNUStepPatches.m | 5 4 + 1 - 0 !
Source/MGWPopUpButton.h | 2 0 + 2 - 0 !
Source/MGWPopUpButton.m | 4 0 + 4 - 0 !
Source/MWDoubleDictionary.h | 4 2 + 2 - 0 !
Source/MWDoubleDictionary.m | 4 2 + 2 - 0 !
Source/MWExportWatcher.m | 10 3 + 7 - 0 !
Source/MWFakeDoc.h | 1 1 + 0 - 0 !
Source/MWFakeDoc.m | 11 1 + 10 - 0 !
Source/MWFile.h | 3 3 + 0 - 0 !
Source/MWFile.m | 8 6 + 2 - 0 !
Source/MWKeyedProject.m | 14 8 + 6 - 0 !
Source/MWKeyedResult.m | 24 9 + 15 - 0 !
Source/MWResultToolbarDelegate.m | 1 1 + 0 - 0 !
Source/MWSortStackItem.h | 2 1 + 1 - 0 !
Source/MWSortStackItem.m | 9 5 + 4 - 0 !
Source/MWSummaryReport.h | 2 1 + 1 - 0 !
Source/MWSummaryReport.m | 16 6 + 10 - 0 !
Source/MyDocument.h | 8 5 + 3 - 0 !
Source/MyDocument.m | 85 39 + 46 - 0 !
Source/NSMutableNumber.m | 2 1 + 1 - 0 !
Source/TAMSCharEngine.m | 38 14 + 24 - 0 !
Source/TextFinder.m | 9 1 + 8 - 0 !
Source/appDelegate.m | 3 2 + 1 - 0 !
Source/ctLimitCrit.m | 1 1 + 0 - 0 !
Source/ctTagInfo.m | 1 1 + 0 - 0 !
Source/docDelegate.m | 1 1 + 0 - 0 !
Source/dotGraphWatcher.m | 19 7 + 12 - 0 !
Source/fileListMgr.m | 16 8 + 8 - 0 !
Source/myProject.h | 24 13 + 11 - 0 !
Source/myProject.m | 95 39 + 56 - 0 !
Source/myResults.h | 3 2 + 1 - 0 !
Source/myResults.m | 234 96 + 138 - 0 !
Source/setMacroWatcher.m | 15 5 + 10 - 0 !
Source/stringCategories.m | 2 1 + 1 - 0 !
Source/summaryWatcher.m | 4 1 + 3 - 0 !
Source/tableBrowser.m | 17 10 + 7 - 0 !
Source/tamsutils.m | 12 7 + 5 - 0 !
Source/toolBarDelagate.h | 1 1 + 0 - 0 !
Source/toolBarDelagate.m | 2 1 + 1 - 0 !
Source/utils.h | 2 1 + 1 - 0 !
Source/utils.m | 2 0 + 2 - 0 !
42 files changed, 316 insertions(+), 412 deletions(-)

 fix a lot of warnings reported by gcc.
 implicit declaration of function 'foo'
 return makes integer from pointer without a cast
 assignment makes integer from pointer without a cast
 assignment makes pointer from integer without a cast
 passing argument N of 'foo' makes pointer from integer without a cast
 passing argument N of 'foo' makes integer from pointer without a cast
 passing argument N of 'foo' from incompatible pointer type
 passing argument N of 'foo' from distinct Objective-C type
 assignment from distinct Objective-C type
 distinct Objective-C type in return
 local declaration of 'foo' hides instance variable
 'Foo' may not respond to '-bar'
 no '-foo' method found
 multiple methods named '-foo' found
 conflicting types for '-foo'
 class 'Foo' does not implement the 'Bar' protocol
 method possibly missing a [super dealloc] call
 control reaches end of non-void function
 no return statement in function returning non-void
 braces around scalar initializer
 case value 'N' not in enumerated type 'foo'
 'foo' may be used uninitialized in this function
 variable 'foo' set but not used
 unused variable 'foo'
 extra tokens at end of #ifdef directive
 suggest explicit braces to avoid ambiguous 'else'
 suggest parentheses around assignment used as truth value