Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
build/GNUmakefile | 3 +
build/aix/GNUmakefile | 42 +++++++++++++++
build/aix/pcp.template.in | 14 +++++
configure.in | 7 ++
src/include/builddefs.in | 3 +
src/libpcp/src/loop.c | 126
+++++++++++++++++++++-------------------------
6 files changed, 129 insertions(+), 66 deletions(-)
commit 19c23a735f88bce9510468dcaa9bfc28cc5748e8
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 1 15:52:16 2008 +1000
AIX packaging based on /usr/lpp/bos/README.MKINSTALLP doc.
commit 4eb20cd891c0d0d4d94a102b548661a1fb50a030
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 1 15:23:26 2008 +1000
The AIX C compiler doesnt grok the -Wall option.
commit 5251eb7e01432946020dd6c9229486bd839be6a0
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 1 09:49:16 2008 +1000
Fix whitespace damage with structure definitions and code in
libpcp/src/loop.c - many occurrences of lines with no initial
whitespace? - bizarre and hard to read; made consistent with
all other PCP code.
commit ebbe9843598155a3a4bdf45eb6b3872451ca6e30
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 1 09:45:03 2008 +1000
AIX defines TRUE/FALSE in system headers already, so we cannot
unconditionally (re)define them in src/libpcp/src/loop.c - we
just handle "boolean" the same way the rest of the PCP sources
do here now.
commit 9a62c5772b1a3ddc54e926f69f3c7e70fdbb21f3
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed Oct 1 09:39:48 2008 +1000
AIX defines SIGMAX in system headers already, so we cannot
unconditionally (re)define it in src/libpcp/src/loop.c.
|