summaryrefslogtreecommitdiff
path: root/src/cmd/6l/list.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-26/+47
2010-01-27change print print buffer sizeKen Thompson1-3/+3
to go with the full path names R=rsc CC=golang-dev http://codereview.appspot.com/195079
2009-12-076l, 8l: make string buffer big enough for 8 chars (and then some)Russ Cox1-1/+1
Fixes issue 221. R=ken2 http://codereview.appspot.com/165086
2009-11-04speed up 6lKen Thompson1-2/+2
hopefully no change R=rsc http://go/go-review/1017035
2009-10-07factor portable object+library bits out of 5l/6l/8l into ldRuss Cox1-0/+1
R=r DELTA=3214 (904 added, 2260 deleted, 50 changed) OCL=35425 CL=35427
2009-08-20symbol bugs.Russ Cox1-1/+5
do not emit unreachable data symbols. R=austin DELTA=103 (71 added, 4 deleted, 28 changed) OCL=33325 CL=33622
2009-01-21delete unused code and data from 6.outs.Russ Cox1-1/+4
cuts simple test binary by 7%. would be more except for reflection. R=r DELTA=126 (117 added, 4 deleted, 5 changed) OCL=23163 CL=23237
2008-11-01sprint changed to snprintKen Thompson1-30/+30
R=r OCL=18316 CL=18316
2008-07-12morestack magic numberKen Thompson1-7/+0
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-29segmented stacksKen Thompson1-16/+13
SVN=125267
2008-06-27segmented stackKen Thompson1-1/+43
SVN=125151
2008-06-04Add compiler source to new directory structureRob Pike1-0/+397
SVN=121164