aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/jot/jot.c
Commit message (Expand)AuthorAgeFilesLines
* Remove copyright strings ifdef'd outWarner Losh2023-11-271-9/+0
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* Fix 'jot -r 0 start end' to work.Bryan Drewery2019-04-161-6/+9
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-1/+1
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Capsicum support for jot(1)Conrad Meyer2016-10-191-0/+19
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Fix stuttering sequences and reverse rangesBrian Somers2010-06-021-6/+13
* 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-061-1/+4
* Do What I Mean when the user asks for random integers or characters.Diomidis Spinellis2006-11-061-7/+32
* Avoid negative array indices: an empty string can also be usedDiomidis Spinellis2006-11-061-1/+1
* Restore jot's ability to use a seed for producing a deterministicDiomidis Spinellis2006-11-061-6/+13
* 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
* Avoid passing negative values to <ctype.h> functions on machines withTim J. Robbins2004-07-161-3/+3
* 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
* 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
* remove __PWarner Losh2002-03-221-5/+5
* 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
* 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-281-9/+9
* Miscellaneous cleanups; sync to OpenBSD as much as feasible.Dima Dorfman2001-05-271-81/+68
* 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-061-52/+49
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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-221-18/+82
* Correct an error in a manpage example, add -Wall -W to Makefile (noKris Kennaway1999-05-131-6/+2
* Mdoc'ify man page.Philippe Charnier1997-11-031-3/+3
* Use err(3) instead of local redefinition. Add usage().Philippe Charnier1997-07-151-35/+28
* Remove srandomdev fallback codeAndrey A. Chernov1997-06-141-4/+3
* Use srandomdev() nowAndrey A. Chernov1997-03-301-5/+10
* Fix srandom arg type according to Lite2Andrey A. Chernov1997-03-111-1/+1
* Add ^ getpid() to make more random results for subsequent calling.Andrey A. Chernov1997-03-081-5/+6
* >Number: 917Joerg Wunsch1995-12-291-2/+2