2010-04-07  Artur R. Czechowski <arturcz@hell.pl>

	* configure.ac:

	Prepare 0.2.9 release.

2010-04-07  Artur R. Czechowski <arturcz@hell.pl>

	* doc/examples/bandwidth-details.txt:

	Leading space is superfluous in pattern - commit to stable.

2010-04-07  Artur R. Czechowski <arturcz@hell.pl>

	* configure.ac:

	Fully remove flex/yacc stuff for this branch.

2010-04-07  Artur R. Czechowski <arturcz@hell.pl>

	* src/scan.c:

	When using %x or %o in pattern 0 in data arrives it is ignored.
	Thanks to Andrew Pam for spotting the bug and fix.  Commit to
	stable branch.

2010-02-13  Artur R. Czechowski <arturcz@hell.pl>

	* doc/examples/bandwidth-details.txt:

	Mention 0.2.8, as 0.2.6 and 0.2.7 was buggy.

2010-02-10  Artur R. Czechowski <arturcz@hell.pl>

	* configure.ac:

	0.2.8 release

2010-02-10  Artur R. Czechowski <arturcz@hell.pl>

	* src/counters.c:

	Commit fix for memory leak.

2010-02-08  Artur R. Czechowski <arturcz@hell.pl>

	* src/Makefile.am:

	For 0.2.6 - temporary removed bison/flex stuff

2010-02-08  Artur R. Czechowski <arturcz@hell.pl>

	* configure.ac, doc/rrdcollect.conf.man, doc/rrdcollect.man:

	0.2.7 release.

2010-02-08  Artur R. Czechowski <arturcz@hell.pl>

	* doc/FAQ:

	Minor rephrasing.

2010-02-08  Artur R. Czechowski <arturcz@hell.pl>

	* configure.ac:

	Update email address.

2010-01-20  Artur R. Czechowski <arturcz@hell.pl>

	* doc/rrdcollect.conf.man:

	Let me rephrase that.

2010-01-20  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	Typo fixed.

2010-01-19  Artur R. Czechowski <arturcz@hell.pl>

	* doc/rrdcollect.conf.man:

	Mention examples in manual.

2010-01-19  Artur R. Czechowski <arturcz@hell.pl>

	* src/Makefile.am:

	Do not distribute flex/yacc files at the moment.

2010-01-19  Artur R. Czechowski <arturcz@hell.pl>

	* Makefile.am:

	Remove packaging stuff from Makefiles

2010-01-19  Artur R. Czechowski <arturcz@hell.pl>

	* src/scan.c:

	Found the last ones messages printed to stdout insted of log.

2010-01-17  Artur R. Czechowski <arturcz@hell.pl>

	* doc/FAQ:

	Examples provide rrdtool create command on their own.

2010-01-17  Artur R. Czechowski <arturcz@hell.pl>

	* doc/Makefile.am:

	Add doc/examples/*.txt into tarball.

2010-01-17  Artur R. Czechowski <arturcz@hell.pl>

	* configure.ac:

	0.2.6 release

2010-01-17  Artur R. Czechowski <arturcz@hell.pl>

	* doc/: sample-rrdcollect.conf, examples/00-README.txt,
	examples/bandwidth-details.txt, examples/bandwidth.txt:

	Examples are moved to separate directory. Note in
	sample-rrdcollect.conf.

2010-01-16  Artur R. Czechowski <arturcz@hell.pl>

	* src/counters.c:

	Bug: for some specific configuration with one source in one line
	and second source in another the scan() function doesn't check if
	the variable is for correct line and always overwrites both
	variables.  Fix: call scan() with temporary data structure, then
	copy it to main structure only if scan() for given buffer line
	matches for the pattern.

2010-01-15  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	Better debug message for rrdlib_update.

2009-12-21  Artur R. Czechowski <arturcz@hell.pl>

	* doc/FAQ:

	Update location for rrdwizard.

2009-12-07  Artur R. Czechowski <arturcz@hell.pl>

	* src/: parser.y, scanner.l:

	Shall we reckognize syslog consts?

2009-12-07  Artur R. Czechowski <arturcz@hell.pl>

	* src/scanner.l:

	Don't clutter output of test scanner with \n

2009-12-06  Artur R. Czechowski <arturcz@hell.pl>

	* src/: checkpid.c, rrdcollect.c:

	More spurious printfs removed or turned into log engine calls.

2009-12-05  Artur R. Czechowski <arturcz@hell.pl>

	* src/: counters.c, parse.c, rrdcollect.c, scan.c:

	Failure means exit code 1 - check the error log what's happened.

2009-12-05  Artur R. Czechowski <arturcz@hell.pl>

	* src/: getopt.c, getopt1.c:

	Cosmetic changes.

2009-12-05  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	This FIXME has been fixed a long time ago.

2009-12-05  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	The last stdout message is now send to log engine.

2009-12-05  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	Start log engine ASAP.

2009-12-04  Artur R. Czechowski <arturcz@hell.pl>

	* configure.ac:

	Prepare for 0.2.5.1 release.

2009-12-04  Artur R. Czechowski <arturcz@hell.pl>

	* src/checkpid.c:

	O_CLOEXEC is Linux specific. If it does not exist we must set
	FD_CLOEXEC manually.

2009-12-04  Artur R. Czechowski <arturcz@hell.pl>

	* src/checkpid.c:

	Well, it IS implemented. Removed spurious comment.

2009-11-30  Artur R. Czechowski <arturcz@hell.pl>

	* configure.ac:

	Preparing for 0.2.5 release.

2009-11-30  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	Cleanup at exit.

2009-11-30  Artur R. Czechowski <arturcz@hell.pl>

	* src/: checkpid.c, rrdcollect.c:

	Checking if another copy of daemon is not run is working now.

2009-11-30  Artur R. Czechowski <arturcz@hell.pl>

	* include/rrdcollect.h, src/checkpid.c, src/rrdcollect.c:

	Redesigned code to check if another copy is not running.

2009-11-30  Artur R. Czechowski <arturcz@hell.pl>

	* src/checkpid.c, src/rrdcollect.c, include/rrdcollect.h:

	New function: release_pid

2009-11-30  Artur R. Czechowski <arturcz@hell.pl>

	* doc/: FAQ, rrdcollect.man:

	Proofreading.

2009-11-30  Artur R. Czechowski <arturcz@hell.pl>

	* src/Makefile.am, src/checkpid.c, src/rrdcollect.c,
	include/rrdcollect.h:

	Stuff for checking if another copy is not running is moved to
	separate file.

2009-11-30  Artur R. Czechowski <arturcz@hell.pl>

	* src/: log.c, rrdcollect.c:

	Do we _really_ need different exitcodes for all possible failures?
	No, KISS!

2009-11-30  Artur R. Czechowski <arturcz@hell.pl>

	* src/log.c:

	Cosmetic changes in wording of fatal error messages.

2009-11-30  Artur R. Czechowski <arturcz@hell.pl>

	* README:

	Removed packaging stuff.

2009-02-25  Artur R. Czechowski <arturcz@hell.pl>

	* configure.ac:

	Relase 0.2.4

2009-02-25  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	Remove unnecessary output to stdout.

2009-02-25  Artur R. Czechowski <arturcz@hell.pl>

	* src/parse.c:

	A little more safety for exec:// - accept only full absoulte path.

2009-02-25  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	A little more safety for exec:// - set IFS to whitespaces.

2007-07-28  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	Removing the pidfile at exit.

2007-07-28  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	* Better syslog support.  * If proper signal is received exit from
	loop instead of ending the process.    It is a preparation for
	cleaning some resources at exit.

2007-07-28  Artur R. Czechowski <arturcz@hell.pl>

	* src/scan.c:

	Typo

2007-07-28  Artur R. Czechowski <arturcz@hell.pl>

	* src/log.c:

	Log message only if loglevel is equal to or less than value
	specified in debuglevel parameter.

2007-07-28  Artur R. Czechowski <arturcz@hell.pl>

	* doc/rrdcollect.conf.man:

	Updated manual file.

2007-07-28  Artur R. Czechowski <arturcz@hell.pl>

	* doc/sample-rrdcollect.conf:

	loglevel

2007-07-24  Artur R. Czechowski <arturcz@hell.pl>

	* doc/Makefile.am:

	Update to work with current autotools.

2007-07-23  Artur R. Czechowski <arturcz@hell.pl>

	* src/: parser.y, rrdcollect.c, scan.c, scanner.l:

	Compilation warnings cleaning.

2007-07-22  Artur R. Czechowski <arturcz@hell.pl>

	* src/: counters.c, parse.c, rrdcollect.c, scan.c:

	Removed old, commented code about logging to stdout.

2007-07-22  Artur R. Czechowski <arturcz@hell.pl>

	* acinclude.m4, configure.ac:

	Update autostuff to meet current autotools.

2007-07-22  Artur R. Czechowski <arturcz@hell.pl>

	* Makefile.am:

	Don't put packaging files into source tarball.	 - Debian
	recommends not to put debian/ directory into sources   - rpm based
	distros require different spec files, I have no possibility	of
	maintaining spec for all tastes

2007-07-07  Artur R. Czechowski <arturcz@hell.pl>

	* configure.ac:

	Disable pcap checking, there is no code ready for it.

2005-05-22  Artur R. Czechowski <arturcz@hell.pl>

	* configure.ac:

	Release 0.2.3

2005-05-12  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	Checking for running another copy of daemon.

2005-05-09  Artur R. Czechowski <arturcz@hell.pl>

	* src/: Makefile.am, rrdcollect.c:

	PID file name set by ./configure

2005-02-13  Artur R. Czechowski <arturcz@hell.pl>

	* doc/FAQ:

	Note about RRD Wizard

2005-01-20  Artur R. Czechowski <arturcz@hell.pl>

	* src/scan.c:

	bugfix for sf#1091643 Spaces are ignored in simple patterns Patch
	from Olivier Poitrey

2005-01-03  Artur R. Czechowski <arturcz@hell.pl>

	* doc/FAQ:

	Example of rrdtool create (fixes sf#643578,sf#643381)

2005-01-03  Artur R. Czechowski <arturcz@hell.pl>

	* configure.ac, src/Makefile.am:

	Prepared for automake 1.8

2005-01-03  Artur R. Czechowski <arturcz@hell.pl>

	* src/scan.c:

	bugfix for sf#1089525 Bug in scan() function with pattern matching
	several times Patch from Olivier Poitrey

2005-01-02  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	Some unfinished code is commented out.

2003-10-31  Artur R. Czechowski <arturcz@hell.pl>

	* src/rrdcollect.c:

	Some checks for is_another_copy. DO NOT RELEASE IT!

2003-10-31  Artur R. Czechowski <arturcz@hell.pl>

	* src/log.c:

	Display error message to stderr if logger subsystem is
	uninitialized.

2003-10-31  Artur R. Czechowski <arturcz@hell.pl>

	* src/log.c:

	Sanity checks for logger subsystem.

2003-10-31  Artur R. Czechowski <arturcz@hell.pl>

	* README:

	Debian information.

2003-09-23  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: parser.y, scanner.l:

	Reworked code to use yymore() for finding "strings" (in-place
	conversion of \escaped parts is useless, we have to know what user
	escaped and what left unotuched.  Also, changes in parser.

2003-09-19  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac, src/rrdcollect.c:

	Updated bug report mail address.  Former one is no longer working.

2003-09-19  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, include/rrdcollect.h, src/parser.y, src/scanner.l:

	Using flex's yylineno instead of conf_file_line.  Also, some
	inlining.

2003-09-19  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4:

	configure --help strings, the ultimate edition.

2003-09-19  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, configure.ac, include/rrdcollect.h, src/scanner.l:

	Moved _GNU_SOURCE definition to where it belongs (configure.ac).

2003-09-19  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: parser.y, scanner.l:

	Added support for dividers and multipliers within config file (so
	far just parsing).

2003-09-19  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: Makefile.am, parser.y, scanner.l:

	Added counting lines in config file (for error reporting).  Removed
	unneeded strdups.  Added parser.y and scanner.l to rrdcollect's
	sources.

2003-09-18  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/scanner.l:

	Removed "variable trailing context rules" which "entail a large
	performance penalty".  Scanner appears to be working all right, so
	I guess it's OK.

2003-09-18  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: Makefile.am, parser.y:

	Function main() present in parser.y only if STANDALONE_PARSER
	defined.  Support for submatches.

2003-09-18  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: parser.y, scanner.l:

	Parser for the RRDcollect config files, yacc.

2003-09-18  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/scanner.l:

	Flex scanner, initial commit.  Still needs some work.

2003-09-18  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/Makefile.am:

	Automake changes to support flex/yacc.

2003-09-18  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac:

	Check for lex (or flex) in ./configure

2003-09-18  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/Makefile.am:

	Added FAQ to Makefile.am

2003-09-17  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/FAQ:

	A sort of FAQ document.

2003-09-17  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, configure.ac, doc/sample-rrdcollect.conf,
	src/counters.c, src/parse.c:

	Added configure option --enable-exec for those who'd like to shoot
	themselves in the foot.

2003-09-16  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: parse.c, rrdcollect.c:

	Some comments removed.

2003-09-16  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac, doc/sample-rrdcollect.conf:

	Upcoming 0.2.2 release and exec:/// docs...

2003-09-16  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: counters.c, parse.c:

	Lame and ugly exec:/// support.

2003-09-14  Artur R. Czechowski <arturcz@hell.pl>

	* src/: counters.c, parse.c, rrdcollect.c, scan.c:

	More syslog messages.

2003-09-14  Artur R. Czechowski <arturcz@hell.pl>

	* include/rrdcollect.h, src/log.c, src/rrdcollect.c:

	Syslog support is ready. You can use it safely. It has a fully
	printf-like syntax: priority, format_string, arguments.

2003-09-13  Artur R. Czechowski <arturcz@hell.pl>

	* include/rrdcollect.h, src/counters.c, src/rrdcollect.c:

	More syslog messages. It is really ugly and has memory leaks. DONT
	USE IT unless really needed.

2003-09-12  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* AUTHORS, configure.ac, include/rrdcollect.h, src/Makefile.am,
	src/log.c, src/rrdcollect.c:

	Merged syslog functionality from arc-patches branch.  Merged
	Debian-specific files from arc-patches branch.	All these changes
	were made by Artur R. Czechowski.  Many thanks! :-)

2003-07-07  Artur R. Czechowski <arturcz@hell.pl>

	* doc/Makefile.am:

	make clean removes built manual files

2003-07-06  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac:

	Updated to vesion 0.2.1

2003-07-06  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* include/rrdcollect.h, src/counters.c, src/parse.c,
	src/rrdcollect.c, src/scan.c:

	Corrected debian/copyright, as suggested by lintian.  Copyright
	notice updates.

2003-04-10  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac:

	Finding YACC, for Makefiles...

2003-04-07  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, configure.ac, include/rrdcollect.h:

	Finding of foo/foo.h style includes.  Added check for libpcap for
	future use (code named: TCPcollect).

2002-09-07  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/sample-rrdcollect.init:

	Different start/stop times...

2002-09-04  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* README:

	Added installation instructions.

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/sample-rrdcollect.conf, src/parse.c:

	Last cleanups.

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, doc/rrdcollect.man, doc/sample-rrdcollect.conf,
	src/rrdcollect.c:

	pipe and stdout modes...

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/sample-rrdcollect.conf, include/rrdcollect.h, src/parse.c,
	src/rrdcollect.c:

	New configuration variable: "directory".

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/rrdcollect.man:

	Nicely formatted rrdcollect(8) manpage.

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* INSTALL, Makefile.am, doc/Makefile.am,
	doc/sample-rrdcollect.init:

	Debian/Red Hat packages builting update.

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/Makefile.am:

	When using librrd's getopt_long, use getopt.h in Makefile.

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, configure.ac, src/Makefile.am:

	Use librrd's getopt_long if available (and system's is not).

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac:

	Got rid of libtool, since only thing it does is cause trouble...

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/rrdcollect.c:

	getopt improvements.

2002-09-03  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/sample-rrdcollect.conf:

	Removed "test error" from sample configuration file.

2002-09-02  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4:

	Handling of sitatution when rrdtool is not installed on the system.

2002-09-02  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* INSTALL, acinclude.m4:

	Renamed `--with-foo' to `--with-libfoo'.

2002-09-02  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/Makefile.am:

	Distributing GNU getopt files.

2002-09-02  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, configure.ac, doc/sample-rrdcollect.conf,
	include/rrdcollect.h, src/parse.c:

	Portability enhancements.

2002-09-02  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac, doc/Makefile.am, include/rrdcollect.h, src/parse.c,
	src/rrdcollect.c:

	Improved portability.  Now works on FreeBSD, old Debian, MacOS X
	and Solaris.

2002-09-02  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac:

	configure script updates

2002-09-02  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* COPYING, INSTALL, README, configure.ac, doc/Makefile.am,
	doc/rrdcollect.conf.man, doc/rrdcollect.man,
	doc/sample-rrdcollect.conf, include/rrdcollect.h, src/counters.c,
	src/parse.c, src/rrdcollect.c, src/scan.c:

	Manuals and RRDcollect description.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* AUTHORS, README, configure.ac, doc/Makefile.am,
	doc/sample-rrdcollect.conf, include/rrdcollect.h, src/Makefile.am,
	src/counters.c, src/parse.c, src/rrdcollect.c, src/scan.c:

	Renamed RRDCollect to RRDcollect.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/Makefile.am:

	Filename typo.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* INSTALL, Makefile.am, doc/Makefile.am, include/rrdcollect.h,
	src/Makefile.am:

	Added some missing files.  Automatic installation of
	$(sysconfdir)/rrdcollect.conf

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* doc/sample-rrdcollect.conf:

	Moved rrdcollect.conf to doc/sample-rrdcollect.conf

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* include/rrdcollect.h, src/counters.c, src/parse.c, src/scan.c:

	Working perl compatible regular expressions.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: parse.c, rrdcollect.c:

	When cutting off comments, cut leading spaces too...

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: Makefile.am, parse.c, rrdcollect.c:

	Improved signal handling.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* AUTHORS:

	Required documentation.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, configure.ac:

	Namespace consistency.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* acinclude.m4, configure.ac:

	Moved my macro functions to acinclude.m4 file.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac, include/rrdcollect.h, src/parse.c, src/scan.c:

	Added _GNU_SOURCE for sake of strndup(3).  Minor to-be regex code
	changes.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/: Makefile.am, getopt.c, getopt.h, getopt1.c:

	Using our own getopt_long if system doesn't have one.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/rrdcollect.c:

	Compilation without librrd.

2002-09-01  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac:

	spoon(2) support

2002-08-31  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* Makefile.am, configure.ac, doc/Makefile.am, include/rrdcollect.h,
	src/Makefile.am, src/rrdcollect.c:

	Working ./configure script with matching automake Makefiles.

2002-08-31  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac:

	autoconf script appears to be working smoothly!

2002-08-31  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac:

	Can't make up you mind, eh?  I've decided old name was better.

2002-08-31  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* configure.ac:

	Renamed configure.ac to configure.in

2002-08-31  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* include/rrdcollect.h, src/Makefile.am, src/rrdcollect.c:

	Header file cleanups.  Usage (--help and --version) command line
	handling.  "Work-in-progress" libpcre support.

2002-08-31  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/scan.c:

	Changed isoctdigit from function to a macro.

2002-08-31  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* README:

	Starting a documentation.  Needs work.	Lots of...

2002-08-30  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/Makefile.am:

	Now it compiles nicely.

2002-08-30  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* Makefile.am, configure.ac, src/Makefile.am:

	The autoheader, automake, autoconf stuff.  Slowly but steadily

2002-08-30  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/rrdcollect.c:

	Modified rrd_update calling interface (to clean getopt's
	variables).  Set line-based stdout buffer.  Added .rrd and core
	files to .cvsignore.

2002-08-30  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/rrdcollect.c:

	Get rid of DEBUG define

2002-08-30  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* src/counters.c, include/rrdcollect.h, src/rrdcollect.c:

	Fixed librrd interface (resetting getopt(3)'s optarg, since librrd
	uses that function also).  Better verbose handling.  Detaching from
	terminal when forking.	Small cleanups.

2002-08-30  Dawid Kuroczko  <qnex@atlantis.ssw.krakow.pl>

	* COPYING, include/rrdcollect.h, src/counters.c, src/parse.c,
	src/rrdcollect.c, src/scan.c:

	Initial release.  RRDCollect is working, but needs many a change
	still...

