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

Florian Forster octo at verplant.org
Mon Mar 24 12:13:46 CET 2008


 src/liboconfig/oconfig.c |   23 +++++++++++++++++++++++
 src/liboconfig/parser.y  |   14 +++++++++++++-
 2 files changed, 36 insertions(+), 1 deletion(-)

New commits:
commit 886a41b16b30e495b0508ceae3eeb9cea3304d43
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Mar 24 12:07:20 2008 +0100

    liboconfig/parser.y: Enabled verbose error messages.
    
    This uses bison's "%error-verbose" option which might not be available in
    other yacc implementations.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 7aee817a090f1f825e68c3a0288a373c52e16e03
Author: Sebastian Harl <sh at tokkee.org>
Date:   Mon Mar 24 12:06:49 2008 +0100

    liboconfig: Include the filename in error messages.
    
    As collectd now supports more than one config file, this is more
    convenient.
    
    A module-global variable is used for that purpose. If no filename is
    available (e.g. if the user uses oconfig_parse_fh() directly), a string
    like "<fd#X>" is used instead, where X is replaced by the file descriptor.
    
    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