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 | The s argument isn't used as seed anymore, so increase readability by | Martijn van Duren |
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 | Rewrite the paragraphs that describe how the last four arguments are | 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 | All four arguments can be omitted by specifying a dash. | 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 | Remove now obsolete parenthetical explanation (should have been part of | 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 |
2016-01-04 | Add HISTORY and AUTHORS sections. | Ingo Schwarze |
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 |
2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). | Ingo Schwarze |
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 |
2011-12-03 | Remove an OpenBSD-specific tweak regarding .Xr spacing | Ingo Schwarze |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-01 | use strtonum; ok millert@ | Jason Dixon |
2005-09-06 | Fix example that uses rs(1) | Todd C. Miller |
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 |
2004-01-01 | Explain how jot does rounding and truncation. Help from jmc@ | Otto Moerbeek |