A patch of size 44Kbytes... in short:
authoralex <alex@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 24 Dec 2001 06:51:49 +0000 (06:51 +0000)
committeralex <alex@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 24 Dec 2001 06:51:49 +0000 (06:51 +0000)
commitc2add7c35c88043958aebc64851b7b953adf305f
tree60ef56d22189ee0ed2406b8b7cad24db6177febb
parente882b59504803ffe62eaeff5efaf0ff730d85744
A patch of size 44Kbytes... in short:

Found and repaired the off-by-one error in rrd_fetch_fn().
As a result I had to remove the hacks in rrd_fetch_fn(),
rrd_tool.c, vdef_calc(), data_calc(), data_proc() and
reduce_data().  There may be other places which I didn't
find so be careful.

Enhanced debugging in rrd_fetch_fn(), it shows the RRA selection
process.

Added the ability to print VDEF timestamps.  At the moment it
is a hack, I needed it now to fix the off-by-one error.
If the format string is "%c" (and nothing else!), the time
will be printed by both ctime() and as a long int.

Moved some code around (slightly altering it) from rrd_graph()
  initializing     now in rrd_graph_init()
  options parsing  now in rrd_graph_options()
  script parsing   now in rrd_graph_script()

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@59 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_fetch.c
src/rrd_graph.c
src/rrd_graph.h
src/rrd_tool.c