1
0
mirror of https://github.com/golang/go synced 2024-11-22 04:44:39 -07:00
go/src/cmd
Robert Griesemer fb9ea79916 godoc: replace direct OS file system accesses in favor
of accesses via a FileSystem interface.

Preparation for appengine version which gets its files
via a snapshot or zip file and uses a corresponding
FileSystem implementation.

R=rsc, r
CC=golang-dev
https://golang.org/cl/4572065
2011-06-15 14:06:35 -07:00
..
5a math: add sqrt_arm.s and sqrtGoC.go as fallback to soft fp emulation 2011-06-09 17:19:08 -04:00
5c 5c, 5g: another attempt at silencing gcc 2011-05-16 16:15:13 -04:00
5g gc: frame compaction for arm. 2011-06-14 17:03:37 +02:00
5l 5l: delete dead code 2011-06-09 18:07:56 -04:00
6a 5a, 6a, 8a, cc: remove old environment variables 2011-05-02 11:24:32 -04:00
6c build: use gcc -Werror 2011-04-13 16:18:09 -04:00
6g gc: frame compaction for arm. 2011-06-14 17:03:37 +02:00
6l ld: fix and simplify ELF symbol generation 2011-06-07 14:26:16 -04:00
8a 5a, 6a, 8a, cc: remove old environment variables 2011-05-02 11:24:32 -04:00
8c build: use gcc -Werror 2011-04-13 16:18:09 -04:00
8g gc: frame compaction for arm. 2011-06-14 17:03:37 +02:00
8l ld: fix and simplify ELF symbol generation 2011-06-07 14:26:16 -04:00
cc 5a, 6a, 8a, cc: remove old environment variables 2011-05-02 11:24:32 -04:00
cgo cgo: handle new Apple LLVM-based gcc from Xcode 4.2 2011-06-13 14:43:54 -04:00
cov various: avoid %ld etc 2010-10-13 16:20:22 -04:00
ebnflint path/filepath: new OS-specific path support 2011-03-06 17:33:23 -05:00
gc gc: frame compaction for arm. 2011-06-14 17:03:37 +02:00
godefs godefs: do not assume forward type references are enums 2011-06-07 14:28:10 -04:00
godoc godoc: replace direct OS file system accesses in favor 2011-06-15 14:06:35 -07:00
gofix gofix: Fix inconsistent indentation in help output 2011-06-15 21:07:21 +10:00
gofmt gofmt: update test script so that it passes again 2011-06-08 12:05:40 -07:00
goinstall goinstall: use go/make package to scan and build packages 2011-06-15 13:28:35 +10:00
gomake build: no required environment variables 2010-08-18 10:08:49 -04:00
gopack gopack: make unused page function a fatal error 2011-06-09 22:41:19 -04:00
gotest gotest, pkg/exec: use bash instead of sh to execute shell scripts on windows 2011-05-28 21:26:03 +10:00
gotry gotry: move into its own directory, separate from gotest. 2011-03-29 13:00:24 -07:00
gotype go/types: type checker API + testing infrastructure 2011-05-13 15:31:09 -07:00
govet govet: make name-matching for printf etc. case-insensitive. 2011-04-13 16:57:44 -07:00
goyacc govet: make name-matching for printf etc. case-insensitive. 2011-04-13 16:57:44 -07:00
hgpatch exec: new API, replace Run with Command 2011-06-01 15:26:53 -07:00
ld build: fix header files for Plan 9 2011-06-14 14:14:11 -04:00
nm nm: document -S flag 2011-03-08 13:04:30 -05:00
prof http/pprof: fix POST reading bug 2011-05-02 17:34:22 -04:00
Makefile gotest: replace the shell script with the compiled program written in go. 2011-03-29 13:29:20 -07:00