Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-15 | Imported Upstream version 1.4upstream/1.4 | Tianon Gravi | 1 | -1558/+0 | |
2013-12-03 | Imported Upstream version 1.2upstream/1.2 | Michael Stapelberg | 1 | -0/+29 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -0/+1 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -215/+424 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+1319 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -1320/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -0/+164 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -111/+498 | |
2011-04-26 | Imported Upstream version 2011.04.13upstream/2011.04.13 | Ondřej Surý | 1 | -0/+32 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -18/+115 | |
2010-05-03 | syscall: fix arm build (fix bugs in generator, to add O_LARGEFILE) | Russ Cox | 1 | -282/+603 | |
R=r CC=golang-dev http://codereview.appspot.com/1021043 | |||||
2010-03-02 | gofmt: experiment: align values in map composites where possible | Robert Griesemer | 1 | -97/+97 | |
- gofmt -w src misc - looking for feedback R=rsc, r CC=golang-dev http://codereview.appspot.com/223076 | |||||
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -171/+171 | |
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 4th set of files. R=rsc CC=golang-dev http://codereview.appspot.com/180049 | |||||
2009-12-10 | added SHUT_RD, SHOT_WR and xSHUT_RDWR to fix net compilation error | Kai Backman | 1 | -0/+3 | |
R=rsc http://codereview.appspot.com/165044 | |||||
2009-11-05 | gofmt-ify syscall | Robert Griesemer | 1 | -1/+1 | |
(replacement for CL 1018053) R=r http://go/go-review/1017047 | |||||
2009-11-04 | fixing (badly) linux_arm syscall. | Kai Backman | 1 | -0/+1 | |
R=rsc http://go/go-review/1017037 | |||||
2009-10-06 | apply gofmt to auto-generated syscall files | Russ Cox | 1 | -169/+168 | |
R=gri DELTA=4023 (104 added, 27 deleted, 3892 changed) OCL=35416 CL=35418 | |||||
2009-10-01 | some progress on arm linux syscall interface. ztypes_linux_arm | Kai Backman | 1 | -10/+10 | |
still has problems with godefs. R=rsc APPROVED=rsc DELTA=801 (134 added, 235 deleted, 432 changed) OCL=35189 CL=35211 | |||||
2009-08-18 | pkg/sort compiling and some progress on syscall. mostly | Kai Backman | 1 | -0/+316 | |
re-enabling and massaging code. R=rsc APPROVED=rsc DELTA=2496 (1880 added, 330 deleted, 286 changed) OCL=33487 CL=33504 |