summaryrefslogtreecommitdiff
path: root/src/cmd/6a/lex.c
AgeCommit message (Collapse)AuthorFilesLines
2011-05-23Imported Upstream version 2011.05.22Ondřej Surý1-49/+4
2011-05-23Imported Upstream version 2011.04.27Ondřej Surý1-4/+49
2011-05-23Imported Upstream version 57Ondřej Surý1-49/+4
2011-05-04Imported Upstream version 2011.04.27Ondřej Surý1-4/+49
2011-05-04Imported Upstream version 57Ondřej Surý1-49/+4
2011-02-18Imported Upstream version 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-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/+1
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-03-24throw away most of the compat.h compatibility layerRuss Cox1-15/+31
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-20move pragtextflag into lexbodyRuss Cox1-7/+0
R=ken OCL=26581 CL=26587
2009-01-27pragma textflagKen Thompson1-0/+7
fixes latent bugs in go and defer R=r OCL=23613 CL=23613
2008-08-03make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox1-1/+1
these guys really really want long to be 32-bits, so ,s/long/int32/ (and then manual fixup). still passes all tests. (i started out looking for just those longs that needed to be int32 instead, and it was just too hard to track them down one by one.) the longs were rare enough that i don't think it will cause integration problems. R=ken OCL=13787 CL=13789
2008-07-12morestack magic numberKen Thompson1-1/+1
automatically generated in 6g and 6c, manually set in 6a. format is TEXT a(SB),, $a-b where a is auto size and b is parameter size SVN=126946
2008-06-05goos and goarchKen Thompson1-1/+2
SVN=121349
2008-06-04Add compiler source to new directory structureRob Pike1-0/+1337
SVN=121164