[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Sat Nov 10 09:07:00 CET 2012
src/liboconfig/parser.y | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
New commits:
commit 1126617bebe569dffe6b7a5d3f0c400134b41d65
Merge: bd84c0f fbb3f79
Author: Florian Forster <octo at collectd.org>
Date: Sat Nov 10 09:05:54 2012 +0100
Merge remote-tracking branch 'github-tokkee/sh/empty-config'
commit fbb3f791c3b072dc09e8ecd339f6e4808fdd8299
Author: Sebastian Harl <sh at tokkee.org>
Date: Thu Oct 25 11:32:38 2012 +0200
oconfig: Allow empty statement lists (in blocks and files).
This allows to use empty blocks (which is useful during development and
testing) and empty files (which may happen when including config directories,
cf. Debian #592881).
In order not to generate a shift/reduce error, rather than allowing a
'statement_list' to be empty, this has been implemented by explicitly allowing
empty blocks and an empty 'entire_file'.
More information about the collectd-changes
mailing list