summaryrefslogtreecommitdiffstats
path: root/usr.bin/jot (follow)
Commit message (Expand)AuthorAgeFilesLines
* Some asprintf() calls were checked < 0, rather than the precise == -1.deraadt2019-06-271-5/+5
* Use a single space after colon in another errx().tb2018-08-011-2/+2
* Disallow negative reps, they make no sense. While here, sscanf -> strtonum.cheloha2018-08-011-3/+5
* Fix a quirk noticed by espie@: let "jot" without any argument do theschwarze2018-06-241-3/+1
* Adjust comment to reflect '%F' addition.tb2018-01-131-2/+2
* Allow printf '%F' format specifier.tb2018-01-131-1/+2
* Align cases in conversion switch vertically. Normalize logic inside casestb2018-01-121-29/+32
* Remove arbitary length limits for -s, -b and -w. Based on a diff from kshe.tb2018-01-111-53/+38
* Simplify switch by removing some unneeded cases.tb2017-12-301-4/+1
* Avoid one-byte overflow in error path. If the format string ends in antb2017-12-301-4/+4
* Use the canonical idiom to check strlcat(3). An unchecked strlcat calltb2017-12-151-5/+7
* Instead of pointlessly falling through other cases and ending up doingtb2017-12-151-1/+4
* Make sure the double is cast to a long if the format string is %D, %O, %U.tb2017-12-151-1/+5
* style cleanup: sort headers; group and sort variables; no parens fortb2016-09-021-49/+45
* Streamline and refactor the code a bit more:tb2016-08-161-14/+16
* Simplify getprec() by using strchr(3) and strspn(3).tb2016-08-121-12/+3
* Rewrite the paragraphs that describe how the last four arguments aretb2016-08-121-16/+28
* usage() is __deadtb2016-08-121-3/+3
* The last four argumens of jot (reps, begin, end, step) can all betb2016-08-121-93/+71
* All four arguments can be omitted by specifying a dash.tb2016-08-051-5/+4
* If reps and steps were omitted, while begin and end were specified,tb2016-08-051-4/+4
* If "%%" appears in the format string, skip it properly.tb2016-08-051-3/+6
* Initialize reps, begin, end, steps to their defaults.tb2016-08-051-5/+5
* Remove now obsolete parenthetical explanation (should have been part oftb2016-07-171-7/+2
* 1. Update manpage in view of the change of behavior I introduced in -r1.27.tb2016-07-172-52/+20
* Random sequences generated by jot -r have been suffering from a dramatictb2016-01-102-5/+43
* Add HISTORY and AUTHORS sections.schwarze2016-01-041-2/+9
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* obvious tame "stdio"deraadt2015-10-061-1/+4
* whitespacejasper2015-07-211-2/+2
* Obvious .Xr fixes, found while testing mandocdb(8).schwarze2014-01-201-3/+3
* unsigned char casts for ctypederaadt2013-11-261-4/+4
* Include unistd.h as it is the standard location for getopt().millert2013-11-151-1/+2
* typo in error message; ok krw@okan2012-01-301-2/+2
* Remove an OpenBSD-specific tweak regarding .Xr spacingschwarze2011-12-031-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-14/+1
* convert to new .Dd format;jmc2007-05-311-2/+2
* use strtonum; ok millert@jdixon2007-05-011-5/+7
* Fix example that uses rs(1)millert2005-09-061-2/+2
* handle -1 potential case from snprintf tooderaadt2005-04-111-3/+6
* Pass the right type based on the conversion specified; warn on conversionotto2004-01-081-43/+108
* Explain how jot does rounding and truncation. Help from jmc@otto2004-01-011-8/+122
* o From FreeBSD: use the max_value(u_int32_t) + 1 to divide the random number.otto2003-12-302-14/+17
* Cleanup: KNF, -Wall, do not use pointers if the actual var isotto2003-12-292-67/+67
* random numbers are obtained via arc4random(3), not random(3);jmc2003-12-181-4/+4
* jot.1:jmc2003-12-152-44/+47
* mostly ansi cleanup; pval okderaadt2003-06-101-11/+6
* - section reorderjmc2003-06-101-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-13/+5
* Make this work on 64 bit arch'sbeck2003-01-121-3/+3