Discussion:
CVS commit: pcc/cc/cc
Iain Hibbert
2012-09-07 09:15:59 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Fri Sep 7 09:15:58 UTC 2012

Modified Files:
pcc/cc/cc: cc.c

Log Message:
modify win32commandline to take strlist argument,
hopefully should make win32 work again


To generate a diff of this commit:
cvs rdiff -u -r1.249 -r1.250 pcc/cc/cc/cc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2012-09-07 09:24:40 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Fri Sep 7 09:24:40 UTC 2012

Modified Files:
pcc/cc/cc: cc.c

Log Message:
improve win32pathsubst() according to documentation at www.msdn.com

ExpandEnvironmentStrings returns a DWORD (unsigned), either 0
or the size of buffer it needed, with trailing nul included
in that count. Fail for errors. use xstrdup().


To generate a diff of this commit:
cvs rdiff -u -r1.250 -r1.251 pcc/cc/cc/cc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2012-09-07 09:32:04 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Fri Sep 7 09:32:04 UTC 2012

Modified Files:
pcc/cc/cc: cc.c

Log Message:
improve win32 gettmp() according to MSDN documentation

GetTempPath() can use max of MAX_PATH + 1 buffer, with error
being return value of 0 or actual buffer length required. Don't
proceed with partial pathBuffer, fail for errors and use errorx().


To generate a diff of this commit:
cvs rdiff -u -r1.251 -r1.252 pcc/cc/cc/cc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2012-09-09 11:25:36 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Sun Sep 9 11:25:36 UTC 2012

Modified Files:
pcc/cc/cc: cc.c

Log Message:
fix the buffer length calculation by using similar
code to count and fill (was overcounting)


To generate a diff of this commit:
cvs rdiff -u -r1.252 -r1.253 pcc/cc/cc/cc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Iain Hibbert
2012-09-12 10:07:49 UTC
Permalink
Module Name: pcc
Committed By: plunky
Date: Wed Sep 12 10:07:49 UTC 2012

Modified Files:
pcc/cc/cc: cc.1

Log Message:
mention -O does also -xdce now


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pcc/cc/cc/cc.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Anders Magnusson
2012-09-15 10:36:42 UTC
Permalink
Module Name: pcc
Committed By: ragge
Date: Sat Sep 15 10:36:42 UTC 2012

Modified Files:
pcc/cc/cc: cc.c

Log Message:
Add gcc options -print-file-name, -print-prog-name and -print-libgcc-file-name
after requests om pcc-list.


To generate a diff of this commit:
cvs rdiff -u -r1.253 -r1.254 pcc/cc/cc/cc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...