summaryrefslogtreecommitdiffstats
path: root/usr.bin/jot/jot.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Fix stuttering sequences and reverse rangesbrian2010-06-021-6/+13
* 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-061-1/+4
* Do What I Mean when the user asks for random integers or characters.dds2006-11-061-7/+32
* Avoid negative array indices: an empty string can also be useddds2006-11-061-1/+1
* Restore jot's ability to use a seed for producing a deterministicdds2006-11-061-6/+13
* 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
* Avoid passing negative values to <ctype.h> functions on machines withtjr2004-07-161-3/+3
* 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
* 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
* remove __Pimp2002-03-221-5/+5
* 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
* 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-281-9/+9
* Miscellaneous cleanups; sync to OpenBSD as much as feasible.dd2001-05-271-81/+68
* 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-061-52/+49
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 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-221-18/+82
* Correct an error in a manpage example, add -Wall -W to Makefile (nokris1999-05-131-6/+2
* Mdoc'ify man page.charnier1997-11-031-3/+3
* Use err(3) instead of local redefinition. Add usage().charnier1997-07-151-35/+28
* Remove srandomdev fallback codeache1997-06-141-4/+3
* Use srandomdev() nowache1997-03-301-5/+10
* Fix srandom arg type according to Lite2ache1997-03-111-1/+1
* Add ^ getpid() to make more random results for subsequent calling.ache1997-03-081-5/+6
* >Number: 917joerg1995-12-291-2/+2
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+393
OpenPOWER on IntegriCloud