[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.4'

Florian Forster octo at verplant.org
Tue May 27 13:17:08 CEST 2008


 build.sh                 |   10 ++++++++++
 src/liboconfig/oconfig.c |    2 +-
 src/utils_llist.c        |   10 ++++++++++
 3 files changed, 21 insertions(+), 1 deletions(-)

New commits:
commit 62430c784cf53c7dccb6fec021f9bb4c0d790a0f
Merge: ca3fb937748e51b9a4e7ef170777a0f4bfff7695 ae210a9978f06e6ed7de560b5621ba3d9c761315
Author: Florian Forster <sifnfors at informatik.stud.uni-erlangen.de>
Date:   Tue May 27 13:16:46 2008 +0200

    Merge branch 'collectd-4.3' into collectd-4.4

commit ae210a9978f06e6ed7de560b5621ba3d9c761315
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat May 24 22:29:56 2008 +0200

    build.sh: Check for lex and yacc.
    
    Warn the user, if lex(1) and yacc(1) cannot be found. This is not
    necessarily an error, as flex(1) or bison(1) might be available.
    
    As suggested by Kevin Trumbull (onebinary) on IRC.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit ccf62a092bb5f2c010afaab3d1c1e7f25c5e8606
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat May 24 20:32:43 2008 +0200

    src/liboconfig/oconfig.c: Declare "c_file" as "const char *".
    
    This fixes an "assignment discards qualifiers from pointer target type"
    warning. That string stores the name of the config file which is not
    going to be modified by liboconfig.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 36f72a66a6b5ad14d7ea67e739fc93633b55d6d3
Author: Sebastian Harl <sh at tokkee.org>
Date:   Thu May 22 13:36:00 2008 +0200

    src/utils_llist.c: Improved robustness against NULL pointers.
    
    All functions searching for some list entry now return NULL if the given
    list equals NULL. Imho, that's the expected behavior. Also, it removes the
    need to check the lists from the calling function while that function
    usually checks the returned list entry anyway.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>




More information about the collectd-changes mailing list