summaryrefslogtreecommitdiff
path: root/src/cmd/5a/lex.c
AgeCommit message (Collapse)AuthorFilesLines
2015-01-15Imported Upstream version 1.4upstream/1.4Tianon Gravi1-2/+3
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-290/+87
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-46/+37
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-3/+48
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-8/+8
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+704
2011-09-13Imported Upstream version 60Ondřej Surý1-703/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-0/+2
2011-05-04Imported Upstream version 57upstream/57Ondřej Surý1-49/+4
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-0/+2
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-5/+5
2010-03-08arm: cleanup build warningsDean Prichard1-3/+0
trivial stuff lex.c: these prototypes are in a.h asm.c: unused variables arm-pass.txt deal w/ sieve.go rename and addition of sieve2.go R=kaib, rsc CC=golang-dev http://codereview.appspot.com/244041 Committer: Russ Cox <rsc@golang.org>
2010-02-055a/6a/8a/5c/6c/8c: remove fixed-size arrays for -I and -D optionsDean Prichard1-2/+6
R=rsc CC=golang-dev http://codereview.appspot.com/198044 Committer: Russ Cox <rsc@golang.org>
2010-01-28avoid overflow of symb buffer in 5a/6a/8a/5c/6c/8cDean Prichard1-0/+2
R=rsc CC=golang-dev http://codereview.appspot.com/194099 Committer: Russ Cox <rsc@golang.org>
2010-01-225a/6a/8a: avoid fixed-sized file name bufferDean Prichard1-1/+2
R=rsc CC=golang-dev http://codereview.appspot.com/186279 Committer: Russ Cox <rsc@golang.org>
2009-10-14LDREX and STREXKai Backman1-0/+3
R=rsc APPROVED=rsc DELTA=30 (30 added, 0 deleted, 0 changed) OCL=35751 CL=35756
2009-08-18slashed warningsKai Backman1-1/+1
R=rsc APPROVED=rsc DELTA=35 (2 added, 1 deleted, 32 changed) OCL=33436 CL=33453
2009-08-14remove compat stuffRob Pike1-2/+18
R=rsc DELTA=70 (16 added, 52 deleted, 2 changed) OCL=33295 CL=33299
2009-06-09Added ld/go.c functionality into 5l, primarily dead codeKai Backman1-0/+5
removal and typesigs and strings. Also added new header support to 5c/5a/5l. R=rsc APPROVED=rsc DELTA=98 (66 added, 10 deleted, 22 changed) OCL=30103 CL=30123
2009-03-25This is really two changes in one but given interdependenciesKai Backman1-3/+3
and expected review latency I needed to combine the CLs. 1. Made the 5* toolpath build using the go build system. Hooked the subdirectories to clean.bash but added a separate make5.bash for now. Minor massage to make the code more similar to the current structure of 6c/6a/6l. 2. Change all references from long to int32 in line with similar change for the other toolchains. The end result is that 5c, 5a and 5l can now be compiled and the executables start up properly. Haven't thrown any input at them yet. R=rsc APPROVED=rsc DELTA=1052 (392 added, 328 deleted, 332 changed) OCL=26757 CL=26761
2009-03-24throw away most of the compat.h compatibility layerRuss Cox1-12/+9
in favor of the lib9 compatibility layer. no need for two. now that mycreate is gone, .6 files are 0644 not 0755. TBR=r OCL=26679 CL=26679
2009-03-135a 5c 5l from inferno distributionKai Backman1-0/+719
R=rsc APPROVED=rsc DELTA=19042 (19042 added, 0 deleted, 0 changed) OCL=26268 CL=26270