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

Florian Forster octo at verplant.org
Tue Jul 15 08:50:16 CEST 2008


 src/collectd.conf.pod    |    6 +++-
 src/liboconfig/scanner.l |   84 ++++++++++++++++++++++++++++++++++++++++++++--
 2 files changed, 86 insertions(+), 4 deletions(-)

New commits:
commit 9b29ccbcd6fb67bcb0bf79878a43b38a79094e00
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Jul 12 11:35:21 2008 +0200

    collectd.conf(5): Documented the support for wrapping lines.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit d634bc3af4ba34359a71771aa83b3bc43ad368ff
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Jul 12 11:34:30 2008 +0200

    liboconfig/scanner.l: Added support for \r\n line endings.
    
    Signed-off-by: Sebastian Harl <sh at tokkee.org>
    Signed-off-by: Florian Forster <octo at huhu.verplant.org>

commit 56322d3b2ef2502ec52bf3633c6e808b2299b805
Author: Sebastian Harl <sh at tokkee.org>
Date:   Sat Jul 12 11:33:27 2008 +0200

    liboconfig/scanner.l: Added support for wrapping lines.
    
    Lines may now be wrapped by using "\" as the last character before the
    newline. This allows long lines to be split into multiple lines. This also
    applies to quoted strings, which are, however, treated special in that
    whitespace at the beginning of the following lines will be ignored. This
    allows for nicely indenting the wrapped lines.
    
    The following example:
    
      Foo a very very very long list of options \
          that does not fit on one line
      Bar "a very very very long string \
          which does not fit on one line"
    
    ... is equivalent to:
    
      Foo a very very very long list of options that does not fit on one line
      Bar "a very very very long string which does not fit on one line"
    
    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