Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 4 | -305/+0 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 4 | -0/+305 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 4 | -305/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -1/+1 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -3/+17 | |
2011-04-28 | Imported Upstream version 2011.04.27upstream/2011.04.27 | Ondřej Surý | 2 | -3/+6 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 3 | -24/+62 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -1/+1 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 3 | -3/+3 | |
2010-06-21 | syslog: use local network for tests | Russ Cox | 1 | -1/+1 | |
R=r CC=golang-dev http://codereview.appspot.com/1724042 | |||||
2010-05-27 | changes &x -> x[0:] for array to slice conversion | Russ Cox | 1 | -1/+1 | |
R=gri CC=golang-dev http://codereview.appspot.com/1326042 | |||||
2010-03-11 | syslog: increase test timeout from 10ms to 100ms | Christopher Wedgwood | 1 | -1/+1 | |
Problem pointed out by rsc. R=rsc CC=golang-dev http://codereview.appspot.com/444041 Committer: Russ Cox <rsc@golang.org> | |||||
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 2 | -73/+73 | |
parsing and printing to new syntax. Use -oldparser to parse the old syntax, use -oldprinter to print the old syntax. 2) Change default gofmt formatting settings to use tabs for indentation only and to use spaces for alignment. This will make the code alignment insensitive to an editor's tabwidth. Use -spaces=false to use tabs for alignment. 3) Manually changed src/exp/parser/parser_test.go so that it doesn't try to parse the parser's source files using the old syntax (they have new syntax now). 4) gofmt -w src misc test/bench 5th and last set of files. R=rsc CC=golang-dev http://codereview.appspot.com/180050 | |||||
2009-12-11 | syslog: new package | Yves Junqueira | 3 | -0/+250 | |
R=golang-dev, rsc http://codereview.appspot.com/157168 Committer: Russ Cox <rsc@golang.org> |