aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/hexdump
Commit message (Expand)AuthorAgeFilesLines
* Use same table markup as in hexdump.1Ulrich Spörlein2010-06-111-6/+6
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
* The correct value of DEL is 0x7f, not 0xff. This is purely a documentationGavin Atkinson2010-02-182-4/+4
* Build usr.bin/ with WARNS=6 by default.Ed Schouten2010-01-021-1/+0
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-132-0/+2
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-112-2/+0
* Use strlcpy() instead of explicitly set \0 on the tail of the array.Xin LI2009-06-231-2/+1
* Document the -d option.Ruslan Ermilov2006-12-241-1/+5
* Fix markup.Ruslan Ermilov2006-12-241-22/+18
* o Simple strcpy/strcat replacement.Maxim Konovalov2006-08-091-3/+4
* In 'od -c' mode, deal with printable but zero-width combiningJoseph Koshy2006-07-311-1/+1
* Added the EXIT STATUS section where appropriate.Ruslan Ermilov2005-01-172-2/+2
* Scheduled mdoc(7) sweep.Ruslan Ermilov2005-01-111-1/+2
* In next(), ensure that 'done' is set in the case when a file cannotTim J. Robbins2004-08-041-1/+2
* Do not predeclare __inline functions, this makes no sense and generatesAlexander Kabaev2004-07-281-2/+2
* display.c:Johan Karlsson2004-07-224-3/+8
* Revert WARNS bump until I figure out why this does not work.Johan Karlsson2004-07-171-1/+0
* Include <string.h> to get memset and strcmp prototype.Johan Karlsson2004-07-162-1/+3
* Add POSIX-style support for multibyte characters to od(1): the 'c'Tim J. Robbins2004-07-114-11/+114
* Add a reference to od(1).Tim J. Robbins2004-07-101-2/+3
* Document missing multibyte character support in utilities specifiedTim J. Robbins2004-07-031-1/+5
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
* Capitalize ASCII code names.Ruslan Ermilov2002-12-052-13/+13
* ANSIify function definitions.David Malone2002-09-047-66/+40
* s/inline/__inline/Mark Murray2002-07-191-2/+2
* Consistently use FBSDIDDavid E. O'Brien2002-06-305-10/+10
* mdoc(7) police: tidy up the markup.Ruslan Ermilov2002-05-291-51/+70
* From NetBSD:Tim J. Robbins2002-05-271-3/+1
* Make the output tidier when multiple integer formats are requested byTim J. Robbins2002-05-171-3/+3
* Overhaul hexdump's od syntax code to handle the -s -A -j -N -t options thatTim J. Robbins2002-05-175-87/+425
* Declare variables that were extern'd in multiple places in hexdump.h.Tim J. Robbins2002-05-174-9/+3
* Add support for printing long doubles.Tim J. Robbins2002-05-173-1/+12
* Print signed single-byte decimal integers correctly instead of implicitlyTim J. Robbins2002-05-171-1/+1
* Un-deprecate od(1): rename the `deprecated' variable to `odmode', remove theTim J. Robbins2002-05-174-14/+7
* Use `The .Nm utility'Philippe Charnier2002-04-192-11/+14
* remove __PWarner Losh2002-03-223-23/+23
* Slightly more efficient version of rev 1.6.David E. O'Brien2002-03-071-1/+1
* A less intrusive version of rev 1.2.David E. O'Brien2002-03-071-21/+15
* Slightly more efficient fix to the const problem.David E. O'Brien2002-03-071-1/+1
* Remove leaf node WARNS?=2 (that mainly I added). This shouldMark Murray2002-02-081-1/+0
* WARNS=2 fixups.Mark Murray2001-12-025-23/+33
* mdoc(7) police: Fixed the .Ex calls in manpages that describe moreRuslan Ermilov2001-09-111-1/+1
* File positions are off_t nowdays, not long, so:Andrey A. Chernov2001-09-013-3/+3
* mdoc(7) police: utilize the new .Ex macro.Ruslan Ermilov2001-08-151-3/+2
* Remove the misnamed `emalloc' and replace its uses with the calloc (alongDavid E. O'Brien2001-07-243-26/+14
* Remove whitespace at EOL.Dima Dorfman2001-07-151-8/+8
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+2
* mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.Ruslan Ermilov2001-02-131-2/+2
* Change localizing to LC_ALLAndrey A. Chernov2001-02-101-1/+1
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-5/+5