Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-20 | delete export | Russ Cox | 1 | -3/+3 | |
TBR=r OCL=23121 CL=23127 | |||||
2009-01-15 | casify fixup for bufio | Rob Pike | 1 | -67/+59 | |
R=rsc DELTA=88 (0 added, 12 deleted, 76 changed) OCL=22884 CL=22890 | |||||
2009-01-15 | printf->Printf etc. | Rob Pike | 1 | -1/+1 | |
the raw fmt routines will be another, smaller but subtler pass. R=rsc DELTA=157 (0 added, 0 deleted, 157 changed) OCL=22851 CL=22851 | |||||
2009-01-06 | new new & make | Russ Cox | 1 | -8/+8 | |
R=r OCL=22166 CL=22166 | |||||
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -5/+5 | |
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581 | |||||
2008-12-18 | convert *[] to []. | Russ Cox | 1 | -24/+23 | |
R=r OCL=21563 CL=21571 | |||||
2008-11-24 | convert tests. | Russ Cox | 1 | -0/+342 | |
refine gotest's test selection criteria. R=r DELTA=1590 (745 added, 844 deleted, 1 changed) OCL=19903 CL=19936 |