Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt | |
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | |||
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 | |
errors. Mostly from FreeBSD. | |||
2004-01-01 | Explain how jot does rounding and truncation. Help from jmc@ | Otto Moerbeek | |
ok jmc@ millert@ deraadt@ | |||
2003-12-30 | o From FreeBSD: use the max_value(u_int32_t) + 1 to divide the random number. | Otto Moerbeek | |
o Document and warn that seeding the random generator is no longer supported since arc4random is used as the RG. ok jose@ millert@ | |||
2003-12-29 | Cleanup: KNF, -Wall, do not use pointers if the actual var is | Otto Moerbeek | |
available, plus some other minor cleanup. New features: Allow explicit precision 0. For infinite sequences, do not print trailing newline if the counter wraps. Testing by henning@ and jmc@ ok deraadt@ | |||
2003-12-18 | random numbers are obtained via arc4random(3), not random(3); | Jason McIntyre | |
from FreeBSD PR 54879, forwarded by otto@; ok otto@ | |||
2003-12-15 | jot.1: | Jason McIntyre | |
- use .Bk/.Ek for SYNOPSIS - sort options - better -width for options list - reword examples to make them clearer - fix broken example, as reported by Takanori Isihara jot.c: - sync usage() with SYNOPSIS | |||
2003-06-10 | mostly ansi cleanup; pval ok | Theo de Raadt | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-01-12 | Make this work on 64 bit arch's | Bob Beck | |
ok millert@ | |||
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 | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS; | |||
2001-03-08 | de-register, use getopt(), prevent a few terribly unlikely buffer | Paul Janzen | |
overflows, improve a few error messages, and avoid a bundle of faults involving the -w option. | |||
2001-03-08 | Print examples correctly | Paul Janzen | |
2000-12-21 | - Get rid of local error() function and instead use err(3). | Aaron Campbell | |
- Add a standard usage() function. | |||
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 | |
spit out a warning. | |||
2000-03-08 | Various cleanups and improvements. | Aaron Campbell | |
1999-12-04 | more oflows | Theo de Raadt | |
1999-12-04 | oflows | Theo de Raadt | |
1999-07-26 | new mdoc'd jot(1) man page | Aaron Campbell | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1996-06-26 | rcsid | Theo de Raadt | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |