aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dd.c
AgeCommit message (Collapse)AuthorFilesLines
2017-01-06all: fix or silence all INSTALL warnings on macOSRuss Cox1-4/+3
Should be a clean build now. Change-Id: Id3460371cb5e8d4071f8faa9c2aec870d213a067 Reviewed-on: https://plan9port-review.googlesource.com/2781 Reviewed-by: Russ Cox <rsc@swtch.com>
2011-09-19dd: fix apple gcc return warning (even Go can handle this one, Apple!)Russ Cox1-0/+2
R=rsc http://codereview.appspot.com/5068043
2011-08-16dd: update from Plan 9David du Colombier1-28/+41
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4850052
2003-11-23new utilities.rsc1-0/+660
the .C files compile but are renamed to avoid building automatically.