summaryrefslogtreecommitdiff
path: root/soltools/mkdepend/pr.c
AgeCommit message (Collapse)Author
2014-06-24mkdepend: cleanup indentation and function declarationsNoel Grandin
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 Grandin
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 Bergmann
...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
2013-04-24error: too many arguments in call to 'pr_dummy' [-Werror]Stephan Bergmann
Change-Id: Ib03b6d3af9909c971245314bbde2085d8c3c73b2
2013-04-24gbuild: get rid of processdeps.awkMichael Stahl
The only thing that processdeps.awk does that is actually useful is to be able to set the target name freely, but that is only important for the default resource file which was just renamed. Instead hack makedepend to provide the required functionality directly: - write dummy rules for included files so builds don't break on rename/removal - format deps one per line like concat-deps expects - concat-deps expects standard POSIX line ends, so open in binary mode (also disable that awful backup copying nonsense) Though in retrospect it would perhaps be a better investment of time to try to replace makedepend... Change-Id: I54fafdcdcf1a52692e62b8f1f4b96fb9a93d4421
2012-03-22WaE: ignoring return value of 'fwrite'Caolán McNamara
2011-10-17Prevent clang errors about promoted type incompatibilities of K&R function ↵Stephan Bergmann
parameters.
2011-02-03Silence compiler warningsTor Lillqvist
2010-10-28add modelines to .h files as wellCaolán McNamara
2010-03-12cmcfixes73: #i110077# silence soltools warningsCaolán McNamara
2008-04-10INTEGRATION: CWS changefileheader (1.3.70); FILE MERGEDRüdiger Timm
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 Glazounov
2006/07/04 10:37:14 vg 1.2.62.1: #137785# optimize makedepend
2004-04-21INTEGRATION: CWS ooo20040329 (1.1.92); FILE MERGEDSander Vesik
2004/03/17 12:33:03 waratah 1.1.92.1: #i1858# add return types to subroutines add include file for string routines
2001-04-18Added makedependNils Fuhrmann