summaryrefslogtreecommitdiff
path: root/src/pkg/syscall/zsysnum_linux_arm.go
AgeCommit message (Collapse)AuthorFilesLines
2009-12-151) Change default gofmt default settings forRobert Griesemer1-328/+328
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-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer1-2/+1
- enabled for function declarations (not just function literals) - applied gofmt -w $GOROOT/src (look for instance at src/pkg/debug/elf/elf.go) R=r, rsc CC=go-dev http://go/go-review/1026006
2009-11-05gofmt-ify syscallRobert Griesemer1-2/+3
(replacement for CL 1018053) R=r http://go/go-review/1017047
2009-10-25proper syscall convention for armKai Backman1-3/+1
R=rsc http://go/go-review/1015009
2009-10-06apply gofmt to auto-generated syscall filesRuss Cox1-330/+329
R=gri DELTA=4023 (104 added, 27 deleted, 3892 changed) OCL=35416 CL=35418
2009-10-01some progress on arm linux syscall interface. ztypes_linux_armKai Backman1-311/+331
still has problems with godefs. R=rsc APPROVED=rsc DELTA=801 (134 added, 235 deleted, 432 changed) OCL=35189 CL=35211
2009-08-18pkg/sort compiling and some progress on syscall. mostlyKai Backman1-0/+319
re-enabling and massaging code. R=rsc APPROVED=rsc DELTA=2496 (1880 added, 330 deleted, 286 changed) OCL=33487 CL=33504