author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 10 Mar 2001 23:54:41 +0000 (23:54 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 10 Mar 2001 23:54:41 +0000 (23:54 +0000) | ||
commit | a278779cdf2ded56b89fc404d6914bff7ad7dcbd | |
tree | 5ee9c3543bb29f20f949019135941188562e13e8 | tree | snapshot |
parent | b7c278771851b0dfad0daf1c817fbc93316ef96e | commit | diff |
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
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 | diff | blob | history | |
doc/rrdcreate.pod | diff | blob | history | |
doc/rrdinfo.pod | diff | blob | history | |
doc/rrdtune.pod | diff | blob | history | |
doc/rrdupdate.pod | diff | blob | history | |
src/Makefile.am | diff | blob | history | |
src/rrd_create.c | diff | blob | history | |
src/rrd_dump.c | diff | blob | history | |
src/rrd_format.c | diff | blob | history | |
src/rrd_format.h | diff | blob | history | |
src/rrd_graph.c | diff | blob | history | |
src/rrd_hw.c | diff | blob | history | |
src/rrd_hw.h | [new file with mode: 0644] | blob |
src/rrd_info.c | diff | blob | history | |
src/rrd_restore.c | diff | blob | history | |
src/rrd_rpncalc.c | [new file with mode: 0644] | blob |
src/rrd_rpncalc.h | [new file with mode: 0644] | blob |
src/rrd_tool.h | diff | blob | history | |
src/rrd_update.c | diff | blob | history |