pcp
[Top] [All Lists]

pcp updates - minor tweaks

To: pcp@xxxxxxxxxxx
Subject: pcp updates - minor tweaks
From: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date: Mon, 25 Feb 2013 06:57:14 +1100
Delivered-to: pcp@xxxxxxxxxxx
Reply-to: kenj@xxxxxxxxxxxxxxxx
Changes committed to git://oss.sgi.com/kenj/pcp.git dev

 man/man3/pmgetconfig.3       |   16 -
 src/libpcp/src/check-statics |    3 
 src/libpcp/src/config.c      |    1 
 src/libpcp/src/util.c        |  381 ++++++++++++++++++++++++++++++++++++++++---
 src/pmie/src/pragmatics.c    |  324 ------------------------------------
 5 files changed, 367 insertions(+), 358 deletions(-)

commit a405745974f005722fa75d51731acac37c0ee2bf
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date:   Mon Feb 25 06:50:58 2013 +1100

    Refine last vpmprintf() change
    
    Replacing tempnam() with mkstemp() introduced a subtle change in
    the error case logic which was exposed by qa/448.
    
    This set of changes:
    - restores the original logic
    - fixes some related pmGetConfig() issues associated with the
      behaviour of that routine in the presence of pathological
      errors

commit 06b0e9bc162da18ffd895a2b9c90feff484e2acb
Author: Ken McDonell <kenj@xxxxxxxxxxxxxxxx>
Date:   Fri Feb 22 17:09:47 2013 +1100

    Move pow() implementation from pmie to libpcp
    
    As per Nathan's suggestion, plus some cleanup.  To repeat, this
    implementation of pow() is not expected to be compiled into libpcp
    on any known platform at this time, but is included "just in case".



<Prev in Thread] Current Thread [Next in Thread>
  • pcp updates - minor tweaks, Ken McDonell <=