aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/jot
Commit message (Expand)AuthorAgeFilesLines
* Fix stuttering sequences and reverse rangesBrian Somers2010-06-022-9/+96
* Add a reference to newly added seq(1) command.Xin LI2010-02-201-1/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-0/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+0
* Fix some uninitialise variables.Brian Somers2009-07-081-4/+4
* Use explicit braces to avoid ambiguous else.Xin LI2006-12-091-1/+2
* Prevent buffer overflow when forcibly terminating an escape character.Diomidis Spinellis2006-12-031-1/+3
* Correct handling of format strings with escaped % specifications.Diomidis Spinellis2006-12-031-2/+5
* Style facelift.Diomidis Spinellis2006-11-061-57/+73
* Use a more sensible default of 1 or -1 when only the start andDiomidis Spinellis2006-11-062-2/+9
* Do What I Mean when the user asks for random integers or characters.Diomidis Spinellis2006-11-062-8/+50
* Avoid negative array indices: an empty string can also be usedDiomidis Spinellis2006-11-062-2/+3
* See also arc4randomDiomidis Spinellis2006-11-061-0/+1
* Restore jot's ability to use a seed for producing a deterministicDiomidis Spinellis2006-11-062-7/+18
* Replace obscure aliases through pointers with plain variables.Diomidis Spinellis2006-11-061-11/+8
* Merge code in common cases.Diomidis Spinellis2006-11-061-29/+6
* Replace opaque numeric bit flag values with #defined identifiers.Diomidis Spinellis2006-11-061-29/+38
* Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD.Colin Percival2006-10-201-0/+5
* Sort sections.Ruslan Ermilov2005-01-181-2/+2
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-171-1/+2
* Avoid passing negative values to <ctype.h> functions on machines withTim J. Robbins2004-07-161-3/+3
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-2/+2
* Fix jot so that 'jot -r -w %d 1 1 4' never prints 4. Previously, itDavid Schultz2003-08-011-1/+1
* Don't depend on pollution in <limits.h> for the definition ofMike Barcroft2002-07-051-0/+1
* mdoc(7) police: added missing markup bits, lowercased argument names.Ruslan Ermilov2002-07-031-5/+7
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-1/+0
* Remove local prototype for main().Juli Mallett2002-06-151-1/+0
* Protoize. Remove un-needed cast to char in switch of getopt(3)'s return value.Juli Mallett2002-06-151-14/+10
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
* remove __PWarner Losh2002-03-221-5/+5
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* Actually, arc4random() returns a uint32_t, not an int. Use the correctGarrett Wollman2001-11-081-1/+1
* fix jot -r on 64-bit platforms by teaching it that arc4random outputsAndrew Gallatin2001-11-081-1/+1
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+1
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
* Replace the cast I removed in rev. 1.16 with a slightly less evil oneDima Dorfman2001-05-291-1/+1
* Silence warnings and compile with WARNS=2 on i386 and alpha.Dima Dorfman2001-05-282-12/+12
* Miscellaneous cleanups; sync to OpenBSD as much as feasible.Dima Dorfman2001-05-271-81/+68
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Don't call printf with no format string.Kris Kennaway2000-07-101-1/+1
* Back out rev 1.11, about which bde had concerns, and instead implementSheldon Hearn2000-01-062-66/+72
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Don't dump core for a known, documented bug.Sheldon Hearn1999-07-221-1/+21
* Improve printf(3) conversion specifier parsing so that silly formatsSheldon Hearn1999-07-222-19/+97
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Correct an error in a manpage example, add -Wall -W to Makefile (noKris Kennaway1999-05-133-8/+6
* Random data is no longer based on the time of day, rather the randomSteve Price1998-01-241-3/+4
* Mdoc'ify man page.Philippe Charnier1997-11-032-102/+98
* Use err(3) instead of local redefinition. Add usage().Philippe Charnier1997-07-151-35/+28