summaryrefslogtreecommitdiff
path: root/soltools/mkdepend/parse.c
AgeCommit message (Collapse)AuthorFilesLines
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-13/+13
found with $ git grep -lP 'return\s*\(\s*\w+\s*\)\s*;' Change-Id: Ic51606877a9edcadeb647c5bf17bc928b69ab60e
2014-06-24mkdepend: cleanup indentation and function declarationsNoel Grandin1-42/+22
to make it easier to read Change-Id: Iff0fe055c12358edc1be335ec83d0855cc32f03c Reviewed-on: https://gerrit.libreoffice.org/9877 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-24remove use of register keyword in C filesNoel Grandin1-22/+22
C compilers have been ignoring it for the last decade Change-Id: I42918263121dd189bab9d27077798b779b9e8da1 Reviewed-on: https://gerrit.libreoffice.org/9873 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-17-Wstrict-prototypesStephan Bergmann1-2/+1
...no reason to not have it enabled for URE C include files and what little real C code is still left. (But note that Clang ignores that warning.) Change-Id: Ia6940f9f940a0c226e9b724331d65c9862ce32e6
2014-05-30coverity#705236 Missing break in switchCaolán McNamara1-0/+1
Change-Id: I8065789618f806d01cdb69a18502dfafd962b9f3
2014-05-30coverity#705237 Missing break in switchCaolán McNamara1-0/+1
Change-Id: I1f8c9aa6c7b4403346ee43501a3555abbccf1cfb
2014-05-24coverity#982647 Missing break in switchCaolán McNamara1-0/+1
Change-Id: Ifa318214079eeb2f903b3e0c4a27c1a807787fd4
2012-10-09fix some lousy formatting that triggers warnings from the compiler pluginLuboš Luňák1-8/+6
Change-Id: I94cafba5363f24d608add6878c72f230f45fdb87
2011-10-17Prevent clang errors about promoted type incompatibilities of K&R function ↵Stephan Bergmann1-7/+1
parameters.
2011-02-18Removed some commented code.Danny Roberts1-2/+0
2010-10-31strcpy cannot be used with overlapping src and destCaolán McNamara1-1/+1
2010-10-28add modelines to .h files as wellCaolán McNamara1-0/+3
2010-03-12cmcfixes73: #i110077# silence soltools warningsCaolán McNamara1-2/+8
2009-03-13CWS-TOOLING: integrate CWS cmcfixes53Vladimir Glazounov1-2/+2
2009-03-13 14:38:36 +0100 cmc r269480 : gcc44 problems 2009-01-07 14:40:49 +0100 cmc r265968 : #i97835# remove some long-hanging unused methods 2009-01-07 14:16:47 +0100 cmc r265966 : #i97833# DDE_AVAILABLE is always false in binfilter 2009-01-07 14:06:40 +0100 cmc r265965 : #i97831# DDE_AVAILABLE is always true so remove the ifdefs to de-clutter the code
2008-04-10INTEGRATION: CWS changefileheader (1.3.70); FILE MERGEDRüdiger Timm1-192/+223
2008/04/01 09:43:44 thb 1.3.70.1: #i73081# Improve mkdepends runtime complexity by using better data structures (fix from kendy, merged from incguards01)
2006-09-22INTEGRATION: CWS vgbugs04 (1.2.62); FILE MERGEDVladimir Glazounov1-7/+8
2006/07/04 10:37:14 vg 1.2.62.1: #137785# optimize makedepend
2004-04-21INTEGRATION: CWS ooo20040329 (1.1.92); FILE MERGEDSander Vesik1-12/+21
2004/03/17 12:37:42 waratah 1.1.92.1: #i1858# add return types to subroutines add forward declarations for some subroutines add extra brackets for some while loop assignments break up some if statement assignments
2001-04-18Added makedependNils Fuhrmann1-0/+567