2003-05-05 Andreas Kupries * * Released and tagged Tcllib 1.4 ======================== * 2003-05-02 Andreas Kupries * counter.test: Deactivated 'counter-timehist' (via constraint), this test is load-dependent. I.e. it will fail if the machine the test are run on is heavily loaded. 2003-04-24 Andreas Kupries * counter.test: Added missing propagation of test results. 2003-04-11 Andreas Kupries * counter.tcl: * counter.man: * pkgIndex.tcl: Fixed bug #614591. Set version of the package to to 2.0.1. 2003-02-23 David N. Welton * counter.tcl (counter::names): Use string map instead of regsub. Require Tcl 8.2 as a consequence. 2003-01-16 Andreas Kupries * counter.man: More semantic markup, less visual one. 2002-08-30 Andreas Kupries * counter.tcl: Updated 'info exist' to 'info exists'. 2002-04-16 Andreas Kupries * counter.man: Added doctools manpage. 2001-09-05 Andreas Kupries * counter.tcl: Restricted export list to public API. [456255]. Patch by Hemang Lavana 2001-07-10 Andreas Kupries * counter.tcl: Frink 2.2 run, fixed dubious code. 2001-07-09 Brent Welch * counter.test: Fixed histlog test 2001-06-21 Andreas Kupries * counter.tcl: Fixed dubious code reported by frink. 2000-10-04 Brent Welch * counter.tcl: Fixed bug in counter::MergeDay 2000-10-03 Brent Welch * counter.tcl: Fixed bug in label format for daily graph. 2000-10-02 Brent Welch * NAME CHANGE from "stats" to "counter" * counter.tcl: Changed shading of histogram labels. 2000-10-02 Brent Welch * modules/stats/stats.tcl: Added stats::htmlHistDisplayRow so that the calling page could define the overall table structure. 2000-10-01 Brent Welch * modules/stats/stats.tcl: Fixed calculation of hourBase and minuteBase when secsPerMinute was not 60. 2000-09-23 Brent Welch * modules/stats/stats.tcl: Time-based histograms were not displaying the 23rd hour nor the 59th minute. 2000-09-22 Brent Welch * modules/stats/stats.tcl: Fixed initialization when the server starts in the 59'th minute. The first after event was an hour too long, so the first hour of data didn't display correctly. 2000-09-21 Brent Welch * modules/stats/stats.tcl: Added time labels and tick marks to all the time-based histograms. Fixed alignment of per-minute and per-hour histograms. 2000-09-20 Brent Welch * modules/stats/stats.tcl: Refined the countGet routine to return things needed by the TclHttpd status module. Refined the value-based histogram display. * modules/stats/stats.tests: Added more tests. * modules/stats/stats.n: Completed the man page. 2000-09-15 Brent Welch * Created this module.