summaryrefslogtreecommitdiffstats
path: root/usr.bin/jot
Commit message (Expand)AuthorAgeFilesLines
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
* Fix stuttering sequences and reverse rangesbrian2010-06-022-9/+96
* Add a reference to newly added seq(1) command.delphij2010-02-201-1/+2
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
* Fix some uninitialise variables.brian2009-07-081-4/+4
* Use explicit braces to avoid ambiguous else.delphij2006-12-091-1/+2
* Prevent buffer overflow when forcibly terminating an escape character.dds2006-12-031-1/+3
* Correct handling of format strings with escaped % specifications.dds2006-12-031-2/+5
* Style facelift.dds2006-11-061-57/+73
* Use a more sensible default of 1 or -1 when only the start anddds2006-11-062-2/+9
* Do What I Mean when the user asks for random integers or characters.dds2006-11-062-8/+50
* Avoid negative array indices: an empty string can also be useddds2006-11-062-2/+3
* See also arc4randomdds2006-11-061-0/+1
* Restore jot's ability to use a seed for producing a deterministicdds2006-11-062-7/+18
* Replace obscure aliases through pointers with plain variables.dds2006-11-061-11/+8
* Merge code in common cases.dds2006-11-061-29/+6
* Replace opaque numeric bit flag values with #defined identifiers.dds2006-11-061-29/+38
* Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD.cperciva2006-10-201-0/+5
* Sort sections.ru2005-01-181-2/+2
* Added the EXIT STATUS section where appropriate.ru2005-01-171-1/+2
* Avoid passing negative values to <ctype.h> functions on machines withtjr2004-07-161-3/+3
* Mechanically kill hard sentence breaks.ru2004-07-021-2/+2
* Fix jot so that 'jot -r -w %d 1 1 4' never prints 4. Previously, itdas2003-08-011-1/+1
* Don't depend on pollution in <limits.h> for the definition ofmike2002-07-051-0/+1
* mdoc(7) police: added missing markup bits, lowercased argument names.ru2002-07-031-5/+7
* Consistently use FBSDIDobrien2002-06-301-1/+0
* Remove local prototype for main().jmallett2002-06-151-1/+0
* Protoize. Remove un-needed cast to char in switch of getopt(3)'s return value.jmallett2002-06-151-14/+10
* Use `The .Nm utility'charnier2002-04-201-2/+3
* remove __Pimp2002-03-221-5/+5
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
* Actually, arc4random() returns a uint32_t, not an int. Use the correctwollman2001-11-081-1/+1
* fix jot -r on 64-bit platforms by teaching it that arc4random outputsgallatin2001-11-081-1/+1
* mdoc(7) police: utilize the new .Ex macro.ru2001-08-151-3/+1
* Remove whitespace at EOL.dd2001-07-151-1/+1
* Replace the cast I removed in rev. 1.16 with a slightly less evil onedd2001-05-291-1/+1
* Silence warnings and compile with WARNS=2 on i386 and alpha.dd2001-05-282-12/+12
* Miscellaneous cleanups; sync to OpenBSD as much as feasible.dd2001-05-271-81/+68
* Prepare for mdoc(7)NG.ru2000-12-191-1/+1
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-1/+1
* Don't call printf with no format string.kris2000-07-101-1/+1
* Back out rev 1.11, about which bde had concerns, and instead implementsheldonh2000-01-062-66/+72
* $Id$ -> $FreeBSD$peter1999-08-282-2/+2
* Don't dump core for a known, documented bug.sheldonh1999-07-221-1/+21
* Improve printf(3) conversion specifier parsing so that silly formatssheldonh1999-07-222-19/+97
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
* Correct an error in a manpage example, add -Wall -W to Makefile (nokris1999-05-133-8/+6
* Random data is no longer based on the time of day, rather the randomsteve1998-01-241-3/+4
OpenPOWER on IntegriCloud