CVS commit: src/usr.bin/hexdump

2016-03-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Mar 4 03:02:52 UTC 2016 Modified Files: src/usr.bin/hexdump: display.c Log Message: Don't try to use stdin after clobbering it with a failed freopen(). Prevents an extra "Bad file descriptor" message when trying to hexdump

CVS commit: src/usr.bin/hexdump

2016-03-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Mar 4 02:54:38 UTC 2016 Modified Files: src/usr.bin/hexdump: display.c hexdump.c hexdump.h Log Message: Don't use one function for two different things. Two functions is the ticket. To generate a diff of this commit: cvs

CVS commit: src/usr.bin/hexdump

2016-03-03 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Mar 4 02:46:19 UTC 2016 Modified Files: src/usr.bin/hexdump: display.c hexdump.h Log Message: use "static" To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/usr.bin/hexdump/display.c cvs rdiff -u -r1.13 -r

CVS commit: src/usr.bin/hexdump

2013-10-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 18 20:19:03 UTC 2013 Modified Files: src/usr.bin/hexdump: display.c Log Message: don't read random garbage from the stack To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/usr.bin/hexdump/display.c Ple

CVS commit: src/usr.bin/hexdump

2013-02-08 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Feb 9 02:49:36 UTC 2013 Modified Files: src/usr.bin/hexdump: conv.c Log Message: "dcl" is not "dc1". Fixes PR#47547 To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/hexdump/conv.c Please note th

CVS commit: src/usr.bin/hexdump

2012-07-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 6 14:10:06 UTC 2012 Modified Files: src/usr.bin/hexdump: hexdump.1 Log Message: Bug Hunting: improve wording To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/usr.bin/hexdump/hexdump.1 Please note that dif

CVS commit: src/usr.bin/hexdump

2012-07-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 6 09:06:43 UTC 2012 Modified Files: src/usr.bin/hexdump: hexdump.c Log Message: >From Bug Hunting: - de-capitalize ``usage'' in `usage' message; - synchronize `usage' message with man pages. To generate a diff of this comm

CVS commit: src/usr.bin/hexdump

2012-07-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 6 09:05:26 UTC 2012 Modified Files: src/usr.bin/hexdump: od.1 Log Message: >From Bug Hunting: - correct / improve macro usage; - (re-)add an actual description in `DESCRIPTION' section; - synchronize argument name to `-j' op

CVS commit: src/usr.bin/hexdump

2012-07-06 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Fri Jul 6 09:03:34 UTC 2012 Modified Files: src/usr.bin/hexdump: hexdump.1 Log Message: >From Bug Hunting: - sort options in `SYNOPSIS' and `DESCRIPTION' sections; - correct / improve macro usage; - synchronize argument name to `-s'

CVS commit: src/usr.bin/hexdump

2011-09-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Sep 4 20:27:27 UTC 2011 Modified Files: src/usr.bin/hexdump: hexdump.h parse.c Log Message: static + __dead To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/usr.bin/hexdump/hexdump.h cvs rdiff -u -r1.26 -r1.

CVS commit: src/usr.bin/hexdump

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 13:45:34 UTC 2011 Modified Files: src/usr.bin/hexdump: Makefile Log Message: document non-literal format strings. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.bin/hexdump/Makefile Please no

CVS commit: src/usr.bin/hexdump

2010-12-18 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Dec 18 14:22:42 UTC 2010 Modified Files: src/usr.bin/hexdump: hexdump.1 Log Message: Replace "\t" with Ta in table. Fixes output with mandoc. Noted by njoly. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr

CVS commit: src/usr.bin/hexdump

2010-11-28 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Nov 28 10:45:33 UTC 2010 Modified Files: src/usr.bin/hexdump: hexdump.c Log Message: properly detect that we aren't od(1) and act as hexdump. fixes hexdump, which also broke startx (second time this week!) from mlelstv. To ge

CVS commit: src/usr.bin/hexdump

2010-11-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 27 20:46:38 UTC 2010 Modified Files: src/usr.bin/hexdump: hexdump.c hexdump.h hexsyntax.c odsyntax.c Log Message: revert and fix the usage to be consistent with other programs. To generate a diff of this commit: cvs rd

CVS commit: src/usr.bin/hexdump

2010-11-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Nov 27 00:42:58 UTC 2010 Modified Files: src/usr.bin/hexdump: odsyntax.c Log Message: PR 44156: od -? prints usage for "hexdump" rather than "od" To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.bin/he