aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ministat
Commit message (Expand)AuthorAgeFilesLines
* Clarify the ministat default widthKristof Provost2015-03-261-1/+3
* ministat(1): replace malloc + memset with calloc.Pedro F. Giffuni2015-02-171-4/+2
* Convert to usr.bin/ to LIBADDBaptiste Daroussin2014-11-251-4/+4
* Make ministat CRNL tolerant by stripping all isspace() from the tailPoul-Henning Kamp2014-03-121-2/+3
* Add option to suppress just the plot in ministat while still retainingEitan Adler2012-11-152-5/+13
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-2/+2
* Add missing static keywords to ministat(1)Ed Schouten2011-11-061-2/+2
* Make the second example command more closely match the demo output, and asGavin Atkinson2010-06-271-2/+2
* Fix some warns - mainly signedness and unused variables.David Malone2009-03-171-5/+3
* Free old arrays if we increase them.Poul-Henning Kamp2008-10-161-0/+1
* Make ministat(1) vastly faster on huge datasets.Poul-Henning Kamp2008-10-162-51/+36
* Fix apparent typo. The permitted confidence values include 95%, not 85%.Peter Wemm2008-03-121-1/+1
* WARNS fixes: remove two unused variables and add some constness.David Malone2008-02-081-4/+3
* Pull ministat into the installed system and write it a man-page.Poul-Henning Kamp2007-12-202-1/+130
* Improve input parsing:Poul-Henning Kamp2006-08-281-14/+36
* Avoid coredumps if stddev cannot be computed (if all datapoints are identical)Poul-Henning Kamp2006-05-021-12/+16
* Fix the way in which median is calculated. If the data source has evenWojciech A. Koszek2006-02-231-7/+18
* Add option -w to specify graph width.Matthew N. Dodd2006-02-221-3/+24
* In 2003, a -s flag was added to ministat to separate thePoul-Henning Kamp2005-07-212-5/+8
* dd a '-n' option to ministat, which causes it to display only summaryRobert Watson2005-05-271-9/+17
* Add support for more than two datasets. Currently limited to 7 thoughMatthew N. Dodd2005-04-131-29/+29
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
* Added missing DPADD.Ruslan Ermilov2004-02-051-1/+1
* Attached is a small patch to ministat that separates thePoul-Henning Kamp2003-10-312-19/+48
* In case of zero span data supress the histogram plot.Poul-Henning Kamp2003-08-181-0/+6
* A small statistics tool for gauging the statistical significancePoul-Henning Kamp2003-08-135-0/+621