aboutsummaryrefslogtreecommitdiff
path: root/coreutils/od.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clean up yet more annoying signed/unsigned mismatches and fixupandersen2006-01-301-5/+5
| | | | | | | yet more incorrect types git-svn-id: svn://busybox.net/trunk/busybox@13725 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Felipe Kellermann writes,bug12004-07-231-5/+5
| | | | | | | | | | | "As noticed today by Steven Scholz, the od's `-v' was broken. I've fixed that and now both the flags `-v' and `-a' are OK" Fixes a segfault in echo "uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu\02bar\4"| ./busybox od -av git-svn-id: svn://busybox.net/trunk/busybox@9004 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Things my compiler didn't catch...mjn32003-03-191-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6752 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Major coreutils update.mjn32003-03-191-122/+81
| | | | git-svn-id: svn://busybox.net/trunk/busybox@6751 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Will the real od.c please stand up! (my previous commit was a mistake)bug12002-11-101-64/+230
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5904 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au>bug12002-11-101-224/+64
| | | | git-svn-id: svn://busybox.net/trunk/busybox@5902 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove advertising clauses in accordance withaaronl2002-06-231-5/+1
| | | | | | | ftp://ftp.cs.berkeley.edu/ucb/4bsd/README.Impt.License.Change git-svn-id: svn://busybox.net/trunk/busybox@4971 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Introduce od and hexdump appletsbug12001-11-021-0/+270
git-svn-id: svn://busybox.net/trunk/busybox@3625 69ca8d6d-28ef-0310-b511-8ec308f3f277