Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-01-19 | cleanup toward eliminating package global name space | Russ Cox | 1 | -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-31 | checkpoint; still plenty to clean up | Russ Cox | 1 | -1/+1 | |
R=ken OCL=32576 CL=32580 | |||||
2009-03-05 | new approach for generating sysimport.c | Russ Cox | 1 | -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 |