1
0
mirror of https://github.com/golang/go synced 2024-10-04 15:11:20 -06:00
go/src/cmd
Gustavo Niemeyer e5c20dc270 path/filepath: Simplify Walk interface
The last argument of filepath.Walk was removed, and the Visitor
interface now contains an Error method that is called on errors.

Fixes #2237.

R=golang-dev, gri, r
CC=golang-dev
https://golang.org/cl/4964067
2011-09-07 14:49:48 -07:00
..
5a 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file paths 2011-09-07 15:49:56 -04:00
5c 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file paths 2011-09-07 15:49:56 -04:00
5g gc: unify stack frame layout 2011-09-06 10:24:21 -04:00
5l build: avoid redundant bss declarations 2011-08-23 22:39:14 -04:00
6a 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file paths 2011-09-07 15:49:56 -04:00
6c 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file paths 2011-09-07 15:49:56 -04:00
6g gc: unify stack frame layout 2011-09-06 10:24:21 -04:00
6l 6l, 8l: remove JCXZ; add JCXZW, JCXZL, and JCXZQ 2011-08-26 17:45:19 -04:00
8a 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file paths 2011-09-07 15:49:56 -04:00
8c 5a, 5c, 6a, 6c, 8a, 8c: fix Windows file paths 2011-09-07 15:49:56 -04:00
8g gc: unify stack frame layout 2011-09-06 10:24:21 -04:00
8l runtime, syscall: use the vdso page on linux x86 for faster syscalls instead of int $0x80. 2011-08-29 10:36:06 -04:00
cc cc: fixes for Plan 9 build 2011-07-13 16:01:29 -07:00
cgo cgo: explain how to free something 2011-08-31 08:17:01 -04:00
cov build: fix unused parameters 2011-08-25 16:08:13 -04:00
ebnflint go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -07:00
gc gc: add -p flag to catch import cycles earlier 2011-09-07 15:50:21 -04:00
godefs build: fix unused parameters 2011-08-25 16:08:13 -04:00
godoc build: clear execute bit from Go files 2011-09-05 07:48:42 -04:00
gofix path/filepath: Simplify Walk interface 2011-09-07 14:49:48 -07:00
gofmt path/filepath: Simplify Walk interface 2011-09-07 14:49:48 -07:00
goinstall goinstall: better usage message 2011-09-02 10:07:47 +10:00
gomake build: no required environment variables 2010-08-18 10:08:49 -04:00
gopack build: fix unused parameters 2011-08-25 16:08:13 -04:00
gotest go/build: add test support & use in gotest 2011-08-23 22:45:30 -04:00
gotry gotry: add missing $ 2011-08-21 13:17:02 -07:00
gotype go/parser: fix type switch scoping 2011-08-23 09:22:41 -07:00
govet path/filepath: Simplify Walk interface 2011-09-07 14:49:48 -07:00
goyacc goyacc: cleanups 2011-07-22 17:58:38 +10:00
hgpatch cmd/hgpatch: remove container/vector 2011-08-22 14:02:36 +10:00
ld runtime: implement exception handling on windows/amd64 2011-09-03 18:27:16 +10:00
nm Make.ccmd: link with mach lib, 2011-06-19 13:57:22 +10:00
prof gopprof: regexp fixes 2011-09-07 13:53:29 -04:00
Makefile gotest: replace the shell script with the compiled program written in go. 2011-03-29 13:29:20 -07:00