aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/eqn
AgeCommit message (Collapse)AuthorFilesLines
2021-01-29eqn: enlarge errbuf to account for large tokensXiao-Yong Jin2-2/+2
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 Cross15-34/+33
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
2014-02-27all: DragonFly port.Shenghou Ma1-3/+3
Fix compilation problems, libdraw still doesn't work right yet. LGTM=rsc R=rsc https://codereview.appspot.com/67820046
2011-02-04eqn: add working mbtowc and wctombRuss Cox2-0/+166
Fixes UTF-8 input files. R=rsc http://codereview.appspot.com/4132042
2009-09-11INSTALL: fix build on Snow LeopardRuss Cox1-0/+2
http://codereview.appspot.com/116073
2009-05-31cmd: getline now a dirty word (James Toy)Russ Cox1-0/+1
2008-11-17eqn: silence gcc printf warningRuss Cox1-2/+1
2008-05-10misc: array bounds fixes that gcc finds (John Gosset)Russ Cox1-1/+1
2008-03-06eqn: use intptr to silence 64-bit warning (Michael Teichgräber)Russ Cox1-1/+1
2006-04-2064-bitrsc1-3/+3
2006-04-20warningrsc1-1/+1
2006-02-06more castsrsc5-7/+7
2006-02-04print warningsrsc13-31/+31
2006-01-06use inttypesrsc1-1/+1
2005-12-30stupid pointersrsc2-6/+7
2005-12-2964-bit fixesrsc1-3/+3
2005-11-01more signedness bugsrsc3-5/+4
2005-11-01isdigit (Tom Miller)rsc1-0/+1
2005-10-31ctype sign fixes (Tom Miller)rsc2-4/+4
2005-05-07remove declaration of errnorsc1-1/+0
2005-01-19add errnorsc2-1/+1
2005-01-04Goodbye SHORTLIBrsc1-1/+0
2004-12-27silence various warningsrsc1-1/+1
2004-06-03More cvs turds.wkj1-0/+3
2004-05-17Ditto.wkj2-1/+4
2004-05-17Remove accidentally comitted files.wkj3-856/+0
2004-05-16Checkpoint.wkj11-263/+281
2004-05-15whoopsrsc1-0/+0
2004-05-15Let's try this. It's BUGGERED.rsc29-0/+3679