86a1ed3 Add a series of upstream patches to enable compiler warnings and

Authored and Committed by rjones 7 years ago
32 files changed. 2503 lines added. 2 lines removed.
0001-Revert-Add-additional-sanity-checks-to-do_resource-..patch
file added
+32
0001-wrestool-Fix-misleading-indentation.patch
file added
+39
0002-gitignore-Use-git-s-pattern-matching-to-make-this-si.patch
file added
+41
0003-gitignore-Ignore-most-generated-files.patch
file added
+44
0004-bootstrap-Use-set-e-to-check-for-errors.patch
file added
+33
0005-bootstrap-Run-gnulib-tool-if-available.patch
file added
+83
0006-configure-Enable-many-more-warnings-and-add-enable-w.patch
file added
+124
0007-common-intutil.c-Avoid-comparison-between-signed-and.patch
file added
+80
0008-common-llist.c-Avoid-unnecessary-comparisons-unsigne.patch
file added
+79
0009-common-strbuf.c-Use-size_t-and-ssize_t.patch
file added
+411
0010-common-tmap.c-Safe-comparison-of-two-pointers.patch
file added
+48
0011-icotool-Use-size_t-when-counting-array-elements-not-.patch
file added
+72
0012-icotool-Fix-some-comparisons-of-signed-unsigned.patch
file added
+77
0013-common-common.h-Introduce-more-hygenic-definitions-o.patch
file added
+71
0014-icotool-extract.c-Use-correct-printf-format-for-uint.patch
file added
+57
0015-icotool-main.c-Fix-const-correctness-of-short-option.patch
file added
+27
0016-icotool-Fix-const-correctness-of-handling-in-and-out.patch
file added
+108
0017-icotool-Note-that-we-are-ignoring-errors-in-palette_.patch
file added
+40
0018-wrestool-main.c-Cast-RES_TYPE_COUNT-to-int.patch
file added
+29
0019-wrestool-restable.c-Const-correctness-for-find_resou.patch
file added
+41
0020-wrestool-Use-size_t-for-resource-size.patch
file added
+150
0021-wrestool-Const-correctness-in-command-line-argument-.patch
file added
+193
0022-wrestool-restable.c-Use-PRIu32-when-printing-a-uint3.patch
file added
+36
0023-wrestool-restable.c-Use-size_t-when-counting-array-e.patch
file added
+37
0024-wrestool-restable.c-Use-size_t-when-calculating-size.patch
file added
+27
0025-wrestool-fileread-Fix-check_offset-to-be-const-corre.patch
file added
+58
0026-Updated-NEWS-AUTHORS.patch
file added
+36
bootstrap
file added
+3
gitignore
file added
+12
icoutils.spec
file modified
+60 -2
manywarnings.m4
file added
+276
warnings.m4
file added
+79
    Add a series of upstream patches to enable compiler warnings and
    fix multiple issues.
    
    Revert one of the checks which breaks processing of PE binaries.
    
    Removed the 'Group' line, not needed with modern Fedora/RPM.
    
        
file added
+3
file added
+12
file modified
+60 -2
file added
+276
file added
+79