Support for COMPUTE data sources (CDEF data sources). Removes the RPN
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 10 Mar 2001 23:54:41 +0000 (23:54 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 10 Mar 2001 23:54:41 +0000 (23:54 +0000)
commita278779cdf2ded56b89fc404d6914bff7ad7dcbd
tree5ee9c3543bb29f20f949019135941188562e13e8
parentb7c278771851b0dfad0daf1c817fbc93316ef96e
Support for COMPUTE data sources (CDEF data sources). Removes the RPN
parser and calculator from rrd_graph and puts then in a new file,
rrd_rpncalc.c. Changes to core files rrd_create and rrd_update. Some
clean-up of aberrant behavior stuff, including a bug fix.
Documentation update (rrdcreate.pod, rrdupdate.pod). Change xml format.
-- Jake Brutlag <jakeb@corp.webtv.net>

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@31 a5681a0c-68f1-0310-ab6d-d61299d08faa
19 files changed:
NEWS
doc/rrdcreate.pod
doc/rrdinfo.pod
doc/rrdtune.pod
doc/rrdupdate.pod
src/Makefile.am
src/rrd_create.c
src/rrd_dump.c
src/rrd_format.c
src/rrd_format.h
src/rrd_graph.c
src/rrd_hw.c
src/rrd_hw.h [new file with mode: 0644]
src/rrd_info.c
src/rrd_restore.c
src/rrd_rpncalc.c [new file with mode: 0644]
src/rrd_rpncalc.h [new file with mode: 0644]
src/rrd_tool.h
src/rrd_update.c