Age | Commit message (Expand) | Author |
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 |
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-18 | random numbers are obtained via arc4random(3), not random(3); | Jason McIntyre |
2003-12-15 | jot.1: | Jason McIntyre |
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt |
2003-06-10 | - section reorder | Jason McIntyre |
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-11-14 | use $ or # before commands in examples | Theo de Raadt |
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-07-20 | we don't like: | Mike Pechkin |
2001-03-08 | de-register, use getopt(), prevent a few terribly unlikely buffer | Paul Janzen |
2001-03-08 | Print examples correctly | Paul Janzen |
2000-12-21 | - Get rid of local error() function and instead use err(3). | Aaron Campbell |
2000-12-21 | Use arc4random(). | Aaron Campbell |
2000-07-14 | previous two patches mixed up if/else matching | Theo de Raadt |
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell |
2000-03-08 | Various cleanups and improvements. | Aaron Campbell |
1999-12-04 | more oflows | Theo de Raadt |
1999-12-04 | oflows | Theo de Raadt |