summaryrefslogtreecommitdiff
path: root/src/cmd/gc/mkbuiltin1.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-03Imported Upstream version 1.2upstream/1.2Michael Stapelberg1-1/+1
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-8/+26
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+84
2011-09-13Imported Upstream version 60Ondřej Surý1-90/+0
2010-01-19cleanup toward eliminating package global name spaceRuss Cox1-2/+15
* switch to real dot (.) instead of center dot (·) everywhere in object files. before it was half and half depending on where in the name it appeared. * in 6c/6a/etc identifiers, · can still be used but turns into . immediately. * in export metadata, replace package identifiers with quoted strings (still package names, not paths). R=ken2, r CC=golang-dev http://codereview.appspot.com/190076
2009-07-31checkpoint; still plenty to clean upRuss Cox1-1/+1
R=ken OCL=32576 CL=32580
2009-03-05new approach for generating sysimport.cRuss Cox1-0/+77
(renamed to avoid any conflict with old p4 copies). this approach doesn't require auto-generating files also kept in p4, so it should be easier on go users who don't sync very often. this approach will be more work for go developers: builtin.c needs to be copied to builtin.c.boot in p4 as new functions are added. mkbuiltin does this for certain $USERs to help us remember. R=r DELTA=343 (176 added, 162 deleted, 5 changed) OCL=25803 CL=25805