aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/grap
AgeCommit message (Collapse)AuthorFilesLines
2020-01-12all: fix or silence various gcc warningsRuss Cox1-1/+1
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 Cross2-4/+4
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-3/+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
2016-11-20include: define _DEFAULT_SOURCEDavid du Colombier1-0/+1
Since glibc 2.20, the _BSD_SOURCE and _SVID_SOURCE macros are deprecated in favor of the _DEFAULT_SOURCE macro. See https://sourceware.org/glibc/wiki/Release/2.20#Packaging_Changes Change-Id: I18dd6a698f3f5aa51d1e45bf53b031bb061e17e8 Reviewed-on: https://plan9port-review.googlesource.com/1500 Reviewed-by: David du Colombier <0intro@gmail.com>
2009-09-11INSTALL: fix build on Snow LeopardRuss Cox1-0/+3
http://codereview.appspot.com/116073
2007-10-29grap: fclose, error context bug fixes (Doug Gwyn)Russ Cox2-3/+4
2007-04-13fix double-fclose (Gabi Diaz)rsc1-2/+0
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2-1/+2
2005-12-30more pointersrsc1-1/+1
2005-12-2964-bit fixesrsc1-4/+4
2005-12-16oopsrsc1-1/+1
2005-12-15getpidrsc1-1/+1
2005-11-01isdigit (Tom Miller)rsc2-0/+2
2005-10-31ctype sign fixes (Tom Miller)rsc2-5/+5
2005-07-13remove unused symtabrsc1-2/+0
2005-05-07remove declaration of errnorsc1-2/+0
2005-01-14works on Linux 2.6rsc1-6/+4
2005-01-04Goodbye SHORTLIBrsc1-1/+0
2004-09-21little fixesrsc1-1/+1
2004-08-17fix various little bugsrsc3-8/+6
2004-08-16handle grap.defines properlyrsc2-3/+5
2004-06-03More cvs turds.wkj1-0/+3
2004-05-17Tweak grap to make it compile silently.wkj4-7/+11
2004-05-16Checkpoint.wkj7-19/+34
2004-05-15Let's try this. It's BUGGERED.rsc15-0/+3104