Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-04-17 | Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err... | Rob Pike | 1 | -6/+6 |
2009-04-06 | make NewBufRead etc. idempotent | Rob Pike | 1 | -0/+47 |
2009-04-06 | an early 6g limitation forced the use of | Russ Cox | 1 | -1/+1 |
2009-03-07 | document bufio | Rob Pike | 1 | -3/+3 |
2009-03-06 | delete vestigial references to package syscall | Rob Pike | 1 | -1/+0 |
2009-03-03 | Automated g4 rollback of changelist 25024, | Russ Cox | 1 | -20/+20 |
2009-02-13 | convert composite literals from { } to ( ). | Russ Cox | 1 | -20/+20 |
2009-02-03 | bufio: | Russ Cox | 1 | -2/+2 |
2009-01-30 | update go code tree to new func rules. | Russ Cox | 1 | -7/+7 |
2009-01-20 | delete export | Russ Cox | 1 | -3/+3 |
2009-01-15 | casify fixup for bufio | Rob Pike | 1 | -67/+59 |
2009-01-15 | printf->Printf etc. | Rob Pike | 1 | -1/+1 |
2009-01-06 | new new & make | Russ Cox | 1 | -8/+8 |
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -5/+5 |
2008-12-18 | convert *[] to []. | Russ Cox | 1 | -24/+23 |
2008-11-24 | convert tests. | Russ Cox | 1 | -0/+342 |