Changes committed to git://oss.sgi.com/nathans/pcp.git
configure.in | 22 ----------------------
src/cpan/PMDA/PMDA.xs | 6 ++++--
src/cpan/PMDA/local.c | 5 +++--
src/include/impl.h | 6 ++----
src/include/platform_defs.h.in | 7 -------
src/include/trace_dev.h | 4 ----
src/libpcp/src/config.c | 17 +++++++++++------
src/libpcp/src/logutil.c | 9 +++++----
src/libpcp_gui/src/record.c | 18 +++++++++---------
src/pmdas/darwin/pmda.c | 21 ---------------------
src/pmdas/darwin/pmns | 7 -------
src/pmdas/jstat/jstat.c | 6 ++++--
src/pmdas/pmcd/src/pmcd.c | 3 ++-
src/pmdate/GNUmakefile | 1 +
src/pmdate/pmdate.c | 6 +-----
src/pmie/src/pmie.c | 7 ++++---
src/pmimport/pmimport.c | 6 ++++--
src/pmlogger/ports.c | 7 +------
src/pmlogger/preamble.c | 2 +-
19 files changed, 52 insertions(+), 108 deletions(-)
commit f5a210d0c456409e7faf2b36c66b9fe1c9fd6848
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed May 13 17:11:07 2009 +1000
An interface for testing whether a path is absolute or relative.
Been putting this off for awhile, but need to get this interface
in as theres many places that test this. Obviously, behaviour is
different depending on which Windows mode is in effect and/or if
on a POSIX system (in which case its all too easy).
commit 87ea1a7f66e6073d22fdec5103ff35247509fbdf
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed May 13 15:56:24 2009 +1000
Another round of path name separator auditing for Windows.
commit 38831af87b20a10a84324e5c4b4962a65b94b939
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed May 13 15:53:40 2009 +1000
Remove old Mac 10.3 nqnfs metrics.
commit 6813836cbc739ca7a2743f52b3ac06e7320d8b42
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed May 13 15:50:44 2009 +1000
Remove dead code from old-and-crufty compatibility macros.
In particular these configure macros: HAVE_NQNFS_LEASES (no
one runs 10.3 MacOSX), HAVE_SGIDEFS_H, HAVE_ABI_MUTEX_H (no
IRIX anymore), HAVE_IOSTREAM_H, HAVE_IOSTREAM (no C++ code
in core PCP anymore).
|