summaryrefslogtreecommitdiffstats
path: root/usr.bin/ministat
Commit message (Expand)AuthorAgeFilesLines
* Compute the median of the data set as the midpoint between the two middlearaujo2015-11-241-2/+4
* fix error message... errx since errno may not be set (if we didn'tjmg2015-07-151-1/+1
* Add META_MODE support.sjg2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-273-9/+9
| |\ | |/ |/|
| * Updated dependenciessjg2014-05-161-1/+0
| * Updated dependenciessjg2014-05-101-0/+2
| * Merge headsjg2014-04-281-2/+3
| |\
| * | Updated dependenciessjg2013-03-111-0/+1
| * | Updated dependenciessjg2013-02-161-2/+0
| * | Sync with HEAD.obrien2013-02-082-5/+13
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+20
* | | | Clarify the ministat default widthkp2015-03-261-1/+3
* | | | ministat(1): replace malloc + memset with calloc.pfg2015-02-171-4/+2
* | | | Convert to usr.bin/ to LIBADDbapt2014-11-251-4/+4
| |_|/ |/| |
* | | Make ministat CRNL tolerant by stripping all isspace() from the tailphk2014-03-121-2/+3
| |/ |/|
* | Add option to suppress just the plot in ministat while still retainingeadler2012-11-152-5/+13
|/
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-2/+2
* Add missing static keywords to ministat(1)ed2011-11-061-2/+2
* Make the second example command more closely match the demo output, and asgavin2010-06-271-2/+2
* Fix some warns - mainly signedness and unused variables.dwmalone2009-03-171-5/+3
* Free old arrays if we increase them.phk2008-10-161-0/+1
* Make ministat(1) vastly faster on huge datasets.phk2008-10-162-51/+36
* Fix apparent typo. The permitted confidence values include 95%, not 85%.peter2008-03-121-1/+1
* WARNS fixes: remove two unused variables and add some constness.dwmalone2008-02-081-4/+3
* Pull ministat into the installed system and write it a man-page.phk2007-12-202-1/+130
* Improve input parsing:phk2006-08-281-14/+36
* Avoid coredumps if stddev cannot be computed (if all datapoints are identical)phk2006-05-021-12/+16
* Fix the way in which median is calculated. If the data source has evenwkoszek2006-02-231-7/+18
* Add option -w to specify graph width.mdodd2006-02-221-3/+24
* In 2003, a -s flag was added to ministat to separate thephk2005-07-212-5/+8
* dd a '-n' option to ministat, which causes it to display only summaryrwatson2005-05-271-9/+17
* Add support for more than two datasets. Currently limited to 7 thoughmdodd2005-04-131-29/+29
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
* Added missing DPADD.ru2004-02-051-1/+1
* Attached is a small patch to ministat that separates thephk2003-10-312-19/+48
* In case of zero span data supress the histogram plot.phk2003-08-181-0/+6
* A small statistics tool for gauging the statistical significancephk2003-08-135-0/+621
OpenPOWER on IntegriCloud