| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use explicit braces to avoid ambiguous else. | Xin LI | 2006-12-09 | 1 | -1/+2 |
| * | Prevent buffer overflow when forcibly terminating an escape character. | Diomidis Spinellis | 2006-12-03 | 1 | -1/+3 |
| * | Correct handling of format strings with escaped % specifications. | Diomidis Spinellis | 2006-12-03 | 1 | -2/+5 |
| * | Style facelift. | Diomidis Spinellis | 2006-11-06 | 1 | -57/+73 |
| * | Use a more sensible default of 1 or -1 when only the start and | Diomidis Spinellis | 2006-11-06 | 2 | -2/+9 |
| * | Do What I Mean when the user asks for random integers or characters. | Diomidis Spinellis | 2006-11-06 | 2 | -8/+50 |
| * | Avoid negative array indices: an empty string can also be used | Diomidis Spinellis | 2006-11-06 | 2 | -2/+3 |
| * | See also arc4random | Diomidis Spinellis | 2006-11-06 | 1 | -0/+1 |
| * | Restore jot's ability to use a seed for producing a deterministic | Diomidis Spinellis | 2006-11-06 | 2 | -7/+18 |
| * | Replace obscure aliases through pointers with plain variables. | Diomidis Spinellis | 2006-11-06 | 1 | -11/+8 |
| * | Merge code in common cases. | Diomidis Spinellis | 2006-11-06 | 1 | -29/+6 |
| * | Replace opaque numeric bit flag values with #defined identifiers. | Diomidis Spinellis | 2006-11-06 | 1 | -29/+38 |
| * | Document that jot(1), rs(1), and lam(1) first appeared in 4.2BSD. | Colin Percival | 2006-10-20 | 1 | -0/+5 |
| * | Sort sections. | Ruslan Ermilov | 2005-01-18 | 1 | -2/+2 |
| * | Added the EXIT STATUS section where appropriate. | Ruslan Ermilov | 2005-01-17 | 1 | -1/+2 |
| * | Avoid passing negative values to <ctype.h> functions on machines with | Tim J. Robbins | 2004-07-16 | 1 | -3/+3 |
| * | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -2/+2 |
| * | Fix jot so that 'jot -r -w %d 1 1 4' never prints 4. Previously, it | David Schultz | 2003-08-01 | 1 | -1/+1 |
| * | Don't depend on pollution in <limits.h> for the definition of | Mike Barcroft | 2002-07-05 | 1 | -0/+1 |
| * | mdoc(7) police: added missing markup bits, lowercased argument names. | Ruslan Ermilov | 2002-07-03 | 1 | -5/+7 |
| * | Consistently use FBSDID | David E. O'Brien | 2002-06-30 | 1 | -1/+0 |
| * | Remove local prototype for main(). | Juli Mallett | 2002-06-15 | 1 | -1/+0 |
| * | Protoize. Remove un-needed cast to char in switch of getopt(3)'s return value. | Juli Mallett | 2002-06-15 | 1 | -14/+10 |
| * | Use `The .Nm utility' | Philippe Charnier | 2002-04-20 | 1 | -2/+3 |
| * | remove __P | Warner Losh | 2002-03-22 | 1 | -5/+5 |
| * | Remove leaf node WARNS?=2 (that mainly I added). This should | Mark Murray | 2002-02-08 | 1 | -1/+0 |
| * | Actually, arc4random() returns a uint32_t, not an int. Use the correct | Garrett Wollman | 2001-11-08 | 1 | -1/+1 |
| * | fix jot -r on 64-bit platforms by teaching it that arc4random outputs | Andrew Gallatin | 2001-11-08 | 1 | -1/+1 |
| * | mdoc(7) police: utilize the new .Ex macro. | Ruslan Ermilov | 2001-08-15 | 1 | -3/+1 |
| * | Remove whitespace at EOL. | Dima Dorfman | 2001-07-15 | 1 | -1/+1 |
| * | Replace the cast I removed in rev. 1.16 with a slightly less evil one | Dima Dorfman | 2001-05-29 | 1 | -1/+1 |
| * | Silence warnings and compile with WARNS=2 on i386 and alpha. | Dima Dorfman | 2001-05-28 | 2 | -12/+12 |
| * | Miscellaneous cleanups; sync to OpenBSD as much as feasible. | Dima Dorfman | 2001-05-27 | 1 | -81/+68 |
| * | Prepare for mdoc(7)NG. | Ruslan Ermilov | 2000-12-19 | 1 | -1/+1 |
| * | mdoc(7) police: use the new features of the Nm macro. | Ruslan Ermilov | 2000-11-20 | 1 | -1/+1 |
| * | Don't call printf with no format string. | Kris Kennaway | 2000-07-10 | 1 | -1/+1 |
| * | Back out rev 1.11, about which bde had concerns, and instead implement | Sheldon Hearn | 2000-01-06 | 2 | -66/+72 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 2 | -2/+2 |
| * | Don't dump core for a known, documented bug. | Sheldon Hearn | 1999-07-22 | 1 | -1/+21 |
| * | Improve printf(3) conversion specifier parsing so that silly formats | Sheldon Hearn | 1999-07-22 | 2 | -19/+97 |
| * | Add $Id$, to make it simpler for members of the translation teams to | Nik Clayton | 1999-07-12 | 1 | -0/+1 |
| * | Correct an error in a manpage example, add -Wall -W to Makefile (no | Kris Kennaway | 1999-05-13 | 3 | -8/+6 |
| * | Random data is no longer based on the time of day, rather the random | Steve Price | 1998-01-24 | 1 | -3/+4 |
| * | Mdoc'ify man page. | Philippe Charnier | 1997-11-03 | 2 | -102/+98 |
| * | Use err(3) instead of local redefinition. Add usage(). | Philippe Charnier | 1997-07-15 | 1 | -35/+28 |
| * | Remove srandomdev fallback code | Andrey A. Chernov | 1997-06-14 | 1 | -4/+3 |
| * | Use srandomdev() now | Andrey A. Chernov | 1997-03-30 | 1 | -5/+10 |
| * | Fix srandom arg type according to Lite2 | Andrey A. Chernov | 1997-03-11 | 1 | -1/+1 |
| * | Add ^ getpid() to make more random results for subsequent calling. | Andrey A. Chernov | 1997-03-08 | 1 | -5/+6 |
| * | >Number: 917 | Joerg Wunsch | 1995-12-29 | 1 | -2/+2 |