go/src/cmd
Robert Griesemer d01ee38fb0 godoc: support for reading/writing (splitted) index files.
This CL implements a new godoc feature to save the search
index on disk. Use -write_index to create the search
index file named with -index_files. Use -index_files to
provide a glob pattern specifying index file(s) when
starting godoc; in this case the run-time indexer is not
run.

Known issues:
- saving/restoring full text index is not yet supported
- the list of flags and overall usage logic could use a
  cleanup

R=rsc, dsymonds
CC=golang-dev
https://golang.org/cl/4974045
2011-08-29 17:22:20 -07:00
..
5a 5a, 5c, 5l: fix for Plan 9 build 2011-07-15 11:58:28 -04:00
5c build: avoid redundant bss declarations 2011-08-23 22:39:14 -04:00
5g 5g: fix build on Plan 9 2011-08-29 09:34:52 -04:00
5l build: avoid redundant bss declarations 2011-08-23 22:39:14 -04:00
6a 6l, 8l: remove JCXZ; add JCXZW, JCXZL, and JCXZQ 2011-08-26 17:45:19 -04:00
6c 5c, 6c, 6l: fix Plan 9 build warnings 2011-08-16 14:22:08 -04:00
6g 6g: fix build on Plan 9 2011-08-29 09:34:59 -04:00
6l 6l, 8l: remove JCXZ; add JCXZW, JCXZL, and JCXZQ 2011-08-26 17:45:19 -04:00
8a runtime, syscall: use the vdso page on linux x86 for faster syscalls instead of int $0x80. 2011-08-29 10:36:06 -04:00
8c 8c: fixes for Plan 9 build 2011-07-01 09:50:24 -04:00
8g 8g: fix build on Plan 9 2011-08-26 17:42:59 -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: omit duplicate symbols in writeDefs 2011-08-16 14:56:23 -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: fix build on Plan 9 2011-08-29 09:35:04 -04:00
godefs build: fix unused parameters 2011-08-25 16:08:13 -04:00
godoc godoc: support for reading/writing (splitted) index files. 2011-08-29 17:22:20 -07:00
gofix gofix: forgot to rename the URL type 2011-08-25 10:16:11 +10:00
gofmt go/parser: do not accept type literals where not permitted in general 2011-08-17 10:27:32 -07:00
goinstall goinstall: select the tag that is closest to runtime.Version 2011-08-30 09:37:22 +10:00
gomake
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 go/printer: changed max. number of newlines from 3 to 2 2011-07-14 14:39:40 -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 libmach: support reading symbols from Windows .exe for nm 2011-08-29 14:25:43 -04:00
nm Make.ccmd: link with mach lib, 2011-06-19 13:57:22 +10:00
prof build: fix unused parameters 2011-08-25 16:08:13 -04:00
Makefile gotest: replace the shell script with the compiled program written in go. 2011-03-29 13:29:20 -07:00