aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/hoc
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross2-5/+5
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>
2019-09-19hoc: don't nest calls to follow() when lexing ++/+= and --/-= (#287)deepcube1-2/+2
The code had a nested use of the follow() function that could cause +=+ and -=- to register as ++ and --. The first follow() to execute could consume a character and match and then the second follow() could consume another character and match. For example i-=-10 would result in a syntax error and i-=- would decrement i.
2017-09-14all: remove .cvsignore filesKare Nuorteva1-2/+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
2007-12-07hoc: print exact floating point outputRuss Cox1-2/+2
2006-04-20shut up, gcc!rsc2-3/+3
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2005-01-04Goodbye SHORTLIBrsc1-1/+0
2004-06-03More cvs turds.wkj1-0/+2
2004-04-19clean up when finished.rsc1-1/+0
don't set PLAN9 don't set PLAN9
2004-02-29Various tweaks.rsc2-3/+18
2004-02-29Small tweaks to make things build again.rsc1-1/+1
2003-12-04add hocrsc7-0/+1351