1
0
mirror of https://github.com/golang/go synced 2024-09-25 05:20:13 -06:00
The Go programming language
Go to file
Russ Cox 3aa063d79c delete stack mark strings
in favor of using in-memory copy of symbol table.

$ ls -l pretty pretty.big
-rwxr-xr-x  1 rsc  eng  439516 Nov 21 16:43 pretty
-rwxr-xr-x  1 rsc  eng  580984 Nov 21 16:20 pretty.big
$

R=r
DELTA=446  (238 added, 178 deleted, 30 changed)
OCL=19851
CL=19884
2008-11-23 17:08:55 -08:00
doc - allow for multiple method names per function type in an interface decl. 2008-11-17 18:11:36 -08:00
include symbol table changes 2008-11-20 17:32:18 -08:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src delete stack mark strings 2008-11-23 17:08:55 -08:00
test don't print (incorrect anyway) line numbers in panic. 2008-11-20 23:16:31 -08:00
usr - implemented arbitrary padding char for tabwriter 2008-11-21 09:35:49 -08:00