Age | Commit message (Expand) | Author |
2021-08-13 | update usage() to reflect s->step change; | Jason McIntyre |
2021-08-13 | Make -b, -c, and -b mutually exclusive. | Martijn van Duren |
2021-08-13 | Simplify an if clause using De Morgan's law. | Theo Buehler |
2021-08-13 | Make sure prec is non-negative before calling getformat() | Theo Buehler |
2021-08-13 | Apply de Morgan's rule to shave of 4 LoC. | Martijn van Duren |
2021-07-30 | whitespace | Theo Buehler |
2021-07-30 | Do bounds check before assignment | Theo Buehler |
2019-06-27 | Some asprintf() calls were checked < 0, rather than the precise == -1. | Theo de Raadt |
2018-08-01 | Use a single space after colon in another errx(). | Theo Buehler |
2018-08-01 | Disallow negative reps, they make no sense. While here, sscanf -> strtonum. | cheloha |
2018-06-24 | Fix a quirk noticed by espie@: let "jot" without any argument do the | Ingo Schwarze |
2018-01-13 | Adjust comment to reflect '%F' addition. | Theo Buehler |
2018-01-13 | Allow printf '%F' format specifier. | Theo Buehler |
2018-01-12 | Align cases in conversion switch vertically. Normalize logic inside cases | Theo Buehler |
2018-01-11 | Remove arbitary length limits for -s, -b and -w. Based on a diff from kshe. | Theo Buehler |
2017-12-30 | Simplify switch by removing some unneeded cases. | Theo Buehler |
2017-12-30 | Avoid one-byte overflow in error path. If the format string ends in an | Theo Buehler |
2017-12-15 | Use the canonical idiom to check strlcat(3). An unchecked strlcat call | Theo Buehler |
2017-12-15 | Instead of pointlessly falling through other cases and ending up doing | Theo Buehler |
2017-12-15 | Make sure the double is cast to a long if the format string is %D, %O, %U. | Theo Buehler |
2016-09-02 | style cleanup: sort headers; group and sort variables; no parens for | Theo Buehler |
2016-08-16 | Streamline and refactor the code a bit more: | Theo Buehler |
2016-08-12 | Simplify getprec() by using strchr(3) and strspn(3). | Theo Buehler |
2016-08-12 | usage() is __dead | Theo Buehler |
2016-08-12 | The last four argumens of jot (reps, begin, end, step) can all be | Theo Buehler |
2016-08-05 | If reps and steps were omitted, while begin and end were specified, | Theo Buehler |
2016-08-05 | If "%%" appears in the format string, skip it properly. | Theo Buehler |
2016-08-05 | Initialize reps, begin, end, steps to their defaults. | Theo Buehler |
2016-07-17 | 1. Update manpage in view of the change of behavior I introduced in -r1.27. | Theo Buehler |
2016-01-10 | Random sequences generated by jot -r have been suffering from a dramatic | tb |
2015-10-09 | Change all tame callers to namechange to pledge(2). | Theo de Raadt |
2015-10-06 | obvious tame "stdio" | Theo de Raadt |
2015-07-21 | whitespace | Jasper Lievisse Adriaanse |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2013-11-15 | Include unistd.h as it is the standard location for getopt(). | Todd C. Miller |
2012-01-30 | typo in error message; ok krw@ | Okan Demirmen |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-05-01 | use strtonum; ok millert@ | Jason Dixon |
2005-04-11 | handle -1 potential case from snprintf too | Theo de Raadt |
2004-01-08 | Pass the right type based on the conversion specified; warn on conversion | Otto Moerbeek |
2003-12-30 | o From FreeBSD: use the max_value(u_int32_t) + 1 to divide the random number. | Otto Moerbeek |
2003-12-29 | Cleanup: KNF, -Wall, do not use pointers if the actual var is | Otto Moerbeek |
2003-12-15 | jot.1: | Jason McIntyre |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-01-12 | Make this work on 64 bit arch's | Bob Beck |
2002-05-29 | strlcat | Theo de Raadt |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-03-08 | de-register, use getopt(), prevent a few terribly unlikely buffer | Paul Janzen |
2000-12-21 | - Get rid of local error() function and instead use err(3). | Aaron Campbell |