1
0
mirror of https://github.com/golang/go synced 2024-10-05 15:51:22 -06:00
go/src/pkg/exp/norm
Russ Cox 9f333170bf cmd/go: a raft of fixes
* add -work option to save temporary files (Fixes issue 2980)
* fix go test -i to work with cgo packages (Fixes issue 2936)
* do not overwrite/remove empty directories or non-object
  files during build (Fixes issue 2829)
* remove package main vs package non-main heuristic:
  a directory must contain only one package (Fixes issue 2864)
* to make last item workable, ignore +build tags for files
  named on command line: go build x.go builds x.go even
  if it says // +build ignore.
* add // +build ignore tags to helper programs

R=golang-dev, r, r
CC=golang-dev
https://golang.org/cl/5674043
2012-02-14 16:39:20 -05:00
..
composition_test.go exp/norm: use rune 2011-10-25 22:26:12 -07:00
composition.go exp/norm: merged charinfo and decomposition tables. As a result only 2012-02-13 14:54:46 +01:00
forminfo.go exp/norm: merged charinfo and decomposition tables. As a result only 2012-02-13 14:54:46 +01:00
input.go exp/norm: merged charinfo and decomposition tables. As a result only 2012-02-13 14:54:46 +01:00
Makefile build: remove Make.pkg, Make.tool 2012-01-30 23:43:46 -05:00
maketables.go cmd/go: a raft of fixes 2012-02-14 16:39:20 -05:00
maketesttables.go cmd/go: a raft of fixes 2012-02-14 16:39:20 -05:00
norm_test.go exp/norm: fix build by adding a test placeholder 2011-08-05 08:25:49 +10:00
normalize_test.go exp/norm: Added some benchmarks for form-specific performance measurements. 2012-02-02 13:19:12 +01:00
normalize.go exp/norm: merged charinfo and decomposition tables. As a result only 2012-02-13 14:54:46 +01:00
normregtest.go cmd/go: a raft of fixes 2012-02-14 16:39:20 -05:00
readwriter_test.go src/pkg/[a-m]*: gofix -r error -force=error 2011-11-01 22:04:37 -04:00
readwriter.go exp/norm: fixed two unrelated bugs in normalization library. 2011-12-23 18:21:26 +01:00
tables.go exp/norm: merged charinfo and decomposition tables. As a result only 2012-02-13 14:54:46 +01:00
trie_test.go pkg: Add & fix Copyright of "hand generated" files 2012-01-19 10:14:56 -08:00
trie.go exp/norm: changed trie to produce smaller tables. 2011-09-16 11:27:05 +02:00
triedata_test.go exp/norm: use rune 2011-10-25 22:26:12 -07:00
triegen.go cmd/go: a raft of fixes 2012-02-14 16:39:20 -05:00