summaryrefslogtreecommitdiffstats
path: root/usr.bin/hexdump/hexdump.h
Commit message (Collapse)AuthorAgeFilesLines
* Add POSIX-style support for multibyte characters to od(1): the 'c'tjr2004-07-111-1/+6
| | | | | | conversion interprets input bytes as multibyte sequences and displays printable characters in the area corresponding to their first byte. The remaining bytes are shown as "**".
* ANSIify function definitions.dwmalone2002-09-041-0/+2
| | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5
* Declare variables that were extern'd in multiple places in hexdump.h.tjr2002-05-171-0/+3
| | | | PR: 36783
* Un-deprecate od(1): rename the `deprecated' variable to `odmode', remove thetjr2002-05-171-0/+1
| | | | | | | | | deprecation warning from the utility and manual page. Since this utility is required by POSIX, it's not likely to be removed any time soon. This is leading up to the addition of the P1003.1-2001 -s -A -j -N -t options. PR: 36783
* remove __Pimp2002-03-221-20/+20
|
* WARNS=2 fixups.markm2001-12-021-3/+3
|
* Remove the misnamed `emalloc' and replace its uses with the calloc (alongobrien2001-07-241-1/+1
| | | | with error checking) that it actually was.
* Use err(3) instead of local redefinition, incorporate `hd' in usage str.charnier1997-07-101-1/+0
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+98
OpenPOWER on IntegriCloud