-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
od: support more output formats with -t (#928)
* od: support more output formats with -t * Add other integer format options (u1,u2,u4,d1,d2,d4,o1,o2,o4) as well as the aliases for options -a and -c * 8-byte integer formats could be added in future (these are supported by GNU version) * Make more of an effort to align output for -a and -c modes * sign fix in decimal1() * Use the correct unpack format "c" for signed char * Add a comment to clarify why some ascii character names have an embedded space
- Loading branch information
Showing
1 changed file
with
81 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters