summaryrefslogtreecommitdiff
path: root/bin/dd/conv.c
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-08-05Include stdlib.h so EXIT_FAILURE is defined.erh
2003-08-04As discusses a little while back on tech-userlevel:jschauma
2001-11-26Replace {u_,}longlong_t usage with {u,}int64_t, as the former haslukem
2001-11-25- Use u_longlong_t instead of u_quad_t, u_long, or int for various buffer sizeslukem
2001-11-25- ANSI KNFlukem
2001-04-28In the words of Our Fearless Leader, I am "utterly sick" of dd(1)ross
2001-01-16avoid C sequence point issues warned about by development version of gcc.cgd
2000-07-07errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsditojun
1998-07-28Delint.mycroft
1997-07-20Fix compiler warnings.christos
1996-02-20Re-do change to use const qualifer with conversion tables.jtc
1995-10-08Add -DNO_CONV to make this smaller in my ramdisk.gwr
1995-03-21convert to new RCS id conventions.cgd
1994-09-22Merge 4.4-Lite version.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-05-04added dd(1) from ftp.uu.net:bsd-sources; torching GNU ddglass