summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/zsysnum_nacl_386.go
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-61/+0
2009-12-151) Change default gofmt default settings forRobert Griesemer1-54/+54
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-10-06apply gofmt to auto-generated syscall filesRuss Cox1-56/+55
R=gri DELTA=4023 (104 added, 27 deleted, 3892 changed) OCL=35416 CL=35418
2009-09-22nacl syscall package - machine generated filesRuss Cox1-0/+62
R=r DELTA=515 (515 added, 0 deleted, 0 changed) OCL=34881 CL=34891