aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/pic
AgeCommit message (Collapse)AuthorFilesLines
2020-01-12all: fix or silence various gcc warningsRuss Cox2-2/+2
As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise.
2020-01-10Trivial changes: whitespace and modes.Dan Cross3-3/+2
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net>
2017-09-14all: remove .cvsignore filesKare Nuorteva1-4/+0
Rename following .cvsignore files to .gitkeep since they are required by the build (directories must exist before build): - bin/fossil/.gitkeep - bin/fs/.gitkeep - bin/venti/.gitkeep Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
2012-10-20fix gcc 4.7 warnings (thanks Tuncer Ayaz)Russ Cox2-6/+1
R=rsc http://codereview.appspot.com/6744053
2009-09-11INSTALL: fix build on Snow LeopardRuss Cox1-0/+3
http://codereview.appspot.com/116073
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2005-12-2964-bit fixesrsc1-1/+1
2005-11-01isdigit (Tom Miller)rsc1-1/+1
2005-07-13applersc1-5/+0
2005-05-07remove declaration of errnorsc1-2/+0
2005-01-14works on Linux 2.6rsc1-2/+1
2005-01-07Update CVS turd.wkj1-0/+1
2005-01-04Goodbye SHORTLIBrsc1-1/+0
2004-12-27silence various warningsrsc1-1/+1
2004-06-03More cvs turds.wkj1-0/+3
2004-05-16Checkpoint: pull in mpm; merge pic from Taj's version of the worldwkj8-39/+61
2004-05-15Let's try this. It's BUGGERED.rsc20-0/+4228