aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/lex
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross2-6/+6
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-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
2011-08-02lex: 64-bit bugRuss Cox3-3/+3
R=rsc http://codereview.appspot.com/4830054
2006-04-20bug fixrsc2-2/+3
2006-04-20more 64-bit fixesrsc2-2/+2
2006-04-2064-bit safe (from plan9)rsc5-14/+41
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc1-1/+1
2005-08-11silence various warningsrsc1-1/+1
2005-01-11get rid of the 9foo commands in favor of the 9 scriptrsc1-1/+1
2005-01-04Goodbye SHORTLIBrsc1-9/+0
2004-08-17Fix huge bug in lex, introduced by porting.rsc1-3/+3
Surprising that anything worked.
2004-06-03More cvs turds.wkj1-0/+2
2004-05-17refer to new filersc1-1/+1
2004-05-16Make lex more pedant friendly.wkj3-2/+5
2004-04-21Document recent changes.wkj2-3/+4
Make lex really compile in rsc's world.
2004-04-21Plan 9 lex (to be installed as lex.9, if at all).wkj8-0/+2903