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 | d5893e5d8205d5d81fb8ebc7701b9aada439409f | |
tree | a2f25a4fdebcad44d3074d76a3a7a8fdc2afce5e | tree | snapshot |
parent | 6a4b4d6f01842d7b0f79d9450b4ce23fe8ffdacf | 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@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@31 a5681a0c-68f1-0310-ab6d-d61299d08faa
19 files changed:
program/NEWS | diff | blob | history | |
program/doc/rrdcreate.pod | diff | blob | history | |
program/doc/rrdinfo.pod | diff | blob | history | |
program/doc/rrdtune.pod | diff | blob | history | |
program/doc/rrdupdate.pod | diff | blob | history | |
program/src/Makefile.am | diff | blob | history | |
program/src/rrd_create.c | diff | blob | history | |
program/src/rrd_dump.c | diff | blob | history | |
program/src/rrd_format.c | diff | blob | history | |
program/src/rrd_format.h | diff | blob | history | |
program/src/rrd_graph.c | diff | blob | history | |
program/src/rrd_hw.c | diff | blob | history | |
program/src/rrd_hw.h | [new file with mode: 0644] | blob |
program/src/rrd_info.c | diff | blob | history | |
program/src/rrd_restore.c | diff | blob | history | |
program/src/rrd_rpncalc.c | [new file with mode: 0644] | blob |
program/src/rrd_rpncalc.h | [new file with mode: 0644] | blob |
program/src/rrd_tool.h | diff | blob | history | |
program/src/rrd_update.c | diff | blob | history |