1
0
mirror of https://github.com/golang/go synced 2024-11-22 02:14:40 -07:00
go/src
Robert Griesemer 9b07abab78 godoc: tiny bug fix - use correct filename when comparing files against the index whitelist
This bug prevented files such as READMEs etc. from being included in the index.
For instance, now author names recorded in the AUTHORS file can be found with
a godoc query.

R=rsc, r2
CC=golang-dev
https://golang.org/cl/4005047
2011-01-27 14:11:58 -08:00
..
cmd godoc: tiny bug fix - use correct filename when comparing files against the index whitelist 2011-01-27 14:11:58 -08:00
lib9 libutf: update to Unicode 5.2.0 to match pkg/unicode 2010-11-01 16:14:48 -04:00
libbio build: test for _WIN32, not _MINGW32 2010-09-08 22:20:35 -04:00
libmach libmach: detail for darwin errors 2010-11-05 23:03:53 -04:00
pkg bytes: Add Buffer.ReadBytes, Buffer.ReadString 2011-01-27 14:00:31 -08:00
all.bash build: $GOBIN defaults to $GOROOT/bin 2010-08-24 20:00:33 -04:00
clean.bash fix build: more libcgo references 2010-12-08 14:36:45 -05:00
env.bash env.bash: more quoting in case of spaces 2010-11-05 23:04:08 -04:00
make.bash make.bash: stricter selinux test 2011-01-25 10:19:39 -05:00
Make.ccmd build: remove intermediate yacc files in Make.ccmd 2010-12-14 12:22:40 -05:00
Make.clib build: Allow archiver to be specified in the environment with HOST_AR. 2010-12-07 15:28:26 -05:00
Make.cmd Make.cmd: remove $(OFILES) 2010-10-11 22:39:37 -04:00
Make.common build: remove unnecessary references to GOBIN and GOROOT 2010-08-30 15:40:56 -04:00
Make.inc remove nacl 2010-12-15 11:49:23 -05:00
Make.pkg Make.pkg: use installed runtime.h for cgo 2011-01-06 15:15:22 -05:00
quietgcc.bash build: add GOHOSTOS and GOHOSTARCH environment variables. 2010-10-08 18:52:28 +11:00
run.bash doc/codelab/wiki: update to work with template changes, add to run.bash 2011-01-26 14:56:52 +10:00
sudo.bash build: no required environment variables 2010-08-18 10:08:49 -04:00
version.bash