| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc: fix column names, indentation, column separation within each row, and | joel | 2012-04-07 | 2 | -8/+8 |
* | mdoc: terminate quoted strings. | joel | 2012-03-26 | 1 | -14/+14 |
* | Fix decoding of escape sequences in format strings: | tijl | 2012-01-28 | 1 | -13/+6 |
* | - Fix how hexdump parses escape strings | eadler | 2012-01-07 | 1 | -8/+23 |
* | Replace index() and rindex() calls with strchr() and strrchr(). | ed | 2012-01-03 | 4 | -7/+7 |
* | Formatting fixes: | gjb | 2011-12-23 | 1 | -7/+7 |
* | Correct a logic error in usr.bin/hexdump/conv.c, found by clang. | dim | 2011-12-17 | 1 | -2/+2 |
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 9 | -36/+0 |
* | Use same table markup as in hexdump.1 | uqs | 2010-06-11 | 1 | -6/+6 |
* | mdoc: order prologue macros consistently by Dd/Dt/Os | uqs | 2010-04-14 | 1 | -1/+1 |
* | The correct value of DEL is 0x7f, not 0xff. This is purely a documentation | gavin | 2010-02-18 | 2 | -4/+4 |
* | Build usr.bin/ with WARNS=6 by default. | ed | 2010-01-02 | 1 | -1/+0 |
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 2 | -0/+2 |
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 2 | -2/+0 |
* | Use strlcpy() instead of explicitly set \0 on the tail of the array. | delphij | 2009-06-23 | 1 | -2/+1 |
* | Document the -d option. | ru | 2006-12-24 | 1 | -1/+5 |
* | Fix markup. | ru | 2006-12-24 | 1 | -22/+18 |
* | o Simple strcpy/strcat replacement. | maxim | 2006-08-09 | 1 | -3/+4 |
* | In 'od -c' mode, deal with printable but zero-width combining | jkoshy | 2006-07-31 | 1 | -1/+1 |
* | Added the EXIT STATUS section where appropriate. | ru | 2005-01-17 | 2 | -2/+2 |
* | Scheduled mdoc(7) sweep. | ru | 2005-01-11 | 1 | -1/+2 |
* | In next(), ensure that 'done' is set in the case when a file cannot | tjr | 2004-08-04 | 1 | -1/+2 |
* | Do not predeclare __inline functions, this makes no sense and generates | kan | 2004-07-28 | 1 | -2/+2 |
* | display.c: | johan | 2004-07-22 | 4 | -3/+8 |
* | Revert WARNS bump until I figure out why this does not work. | johan | 2004-07-17 | 1 | -1/+0 |
* | Include <string.h> to get memset and strcmp prototype. | johan | 2004-07-16 | 2 | -1/+3 |
* | Add POSIX-style support for multibyte characters to od(1): the 'c' | tjr | 2004-07-11 | 4 | -11/+114 |
* | Add a reference to od(1). | tjr | 2004-07-10 | 1 | -2/+3 |
* | Document missing multibyte character support in utilities specified | tjr | 2004-07-03 | 1 | -1/+5 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 1 | -1/+1 |
* | Capitalize ASCII code names. | ru | 2002-12-05 | 2 | -13/+13 |
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 7 | -66/+40 |
* | s/inline/__inline/ | markm | 2002-07-19 | 1 | -2/+2 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 5 | -10/+10 |
* | mdoc(7) police: tidy up the markup. | ru | 2002-05-29 | 1 | -51/+70 |
* | From NetBSD: | tjr | 2002-05-27 | 1 | -3/+1 |
* | Make the output tidier when multiple integer formats are requested by | tjr | 2002-05-17 | 1 | -3/+3 |
* | Overhaul hexdump's od syntax code to handle the -s -A -j -N -t options that | tjr | 2002-05-17 | 5 | -87/+425 |
* | Declare variables that were extern'd in multiple places in hexdump.h. | tjr | 2002-05-17 | 4 | -9/+3 |
* | Add support for printing long doubles. | tjr | 2002-05-17 | 3 | -1/+12 |
* | Print signed single-byte decimal integers correctly instead of implicitly | tjr | 2002-05-17 | 1 | -1/+1 |
* | Un-deprecate od(1): rename the `deprecated' variable to `odmode', remove the | tjr | 2002-05-17 | 4 | -14/+7 |
* | Use `The .Nm utility' | charnier | 2002-04-19 | 2 | -11/+14 |
* | remove __P | imp | 2002-03-22 | 3 | -23/+23 |
* | Slightly more efficient version of rev 1.6. | obrien | 2002-03-07 | 1 | -1/+1 |
* | A less intrusive version of rev 1.2. | obrien | 2002-03-07 | 1 | -21/+15 |
* | Slightly more efficient fix to the const problem. | obrien | 2002-03-07 | 1 | -1/+1 |
* | Remove leaf node WARNS?=2 (that mainly I added). This should | markm | 2002-02-08 | 1 | -1/+0 |
* | WARNS=2 fixups. | markm | 2001-12-02 | 5 | -23/+33 |
* | mdoc(7) police: Fixed the .Ex calls in manpages that describe more | ru | 2001-09-11 | 1 | -1/+1 |