aboutsummaryrefslogtreecommitdiffstats
path: root/toys/posix/od.c
Commit message (Expand)AuthorAgeFilesLines
* Be more consistent about periods in help text.Elliott Hughes2017-05-261-1/+1
* Add od -w.Elliott Hughes2016-03-251-13/+21
* Add error_msg_raw() and friends, replace error_msg("%s", s) uses, enable formatRob Landley2016-01-051-1/+1
* Fix bug in od that screwed up position indicator on arm and mips.Rob Landley2015-10-051-2/+3
* Fix od bug reported by Samuel Holland ("od -v -b" was appending default outpu...Rob Landley2014-04-251-1/+1
* Can't test <0 on an unsigned, reported by Nathan McSween.Rob Landley2013-12-081-1/+2
* Redo od whitespace with multiple output types so the columns align.Rob Landley2013-12-031-80/+99
* Fix -t c0 and -J as reported by heehooman at gmail on the list.Rob Landley2013-09-161-7/+14
* Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley2012-11-131-218/+216
* New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley2012-10-081-14/+2
* Regularize command headers, update links to standards documents.Rob Landley2012-08-251-1/+1
* Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley2012-08-251-0/+274