1
0
mirror of https://github.com/golang/go synced 2024-10-04 00:21:20 -06:00
go/src/pkg
Marcel van Lohuizen b8b329451c exp/locale/collate: implementation of tailorings and table generation.
Tailorings are represented by removing and reinserting entries from a linked list.
After all tailorings are done, missing weights are computed and verified.
This implementation assumes that entries that are used in expansions are not
reinserted at a later point.  This considerably simplifies the implementation.

R=r
CC=golang-dev
https://golang.org/cl/6739052
2012-10-31 14:28:44 +01:00
..
archive gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
bufio bufio: remove a little unnecessary indirection in tests. 2012-10-20 13:02:29 +11:00
builtin builtin: Changed documentation for rune type. 2012-09-18 11:01:10 -07:00
bytes gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
compress gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
container container/list: fix typo 2012-10-28 21:16:50 +11:00
crypto gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
database/sql database/sql: stop reuse of bad connections 2012-08-23 19:29:47 -07:00
debug debug/pe: support PE files which contain no symbol table (if NumberOfSymbols is equal to 0 in the IMAGE_FILE_HEADER structure). 2012-10-09 11:15:53 +11:00
encoding gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
errors pkg: a slew of examples 2012-02-18 11:48:33 +11:00
exp exp/locale/collate: implementation of tailorings and table generation. 2012-10-31 14:28:44 +01:00
expvar expvar: add locking to String, and use RWMutex properly throughout. 2012-03-06 09:13:26 +11:00
flag flag: fix bug in handling of booleans on error 2012-07-27 16:13:29 -07:00
fmt gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
go gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
hash build: make int 64 bits on amd64 2012-09-24 20:57:01 -04:00
html gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
image image/jpeg: don't call ensureNBits unless we have to. 2012-10-31 10:02:11 +11:00
index/suffixarray all: various typos 2012-03-13 17:29:07 -07:00
io io: add ByteWriter interface 2012-10-30 10:51:29 +01:00
log log/syslog: don't append \n if there is one 2012-07-27 14:22:27 -04:00
math gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
mime net,mime: Minor corrections to documentation comments. 2012-09-07 10:24:55 -07:00
net net: fix connection resets when closed on windows 2012-10-31 10:24:37 +11:00
old/netchan gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
os gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
path gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
reflect reflect: improve documentation for DeepEqual regarding maps 2012-10-30 14:42:47 -07:00
regexp gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
runtime gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
sort gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
strconv gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
strings gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
sync sync/atomic: FreeBSD/ARM support 2012-10-17 14:27:58 +08:00
syscall syscall/exec_linux: enable changing controlling tty 2012-10-30 17:36:18 -07:00
testing gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
text gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
time gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
unicode gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
unsafe unsafe: fix a typo 2012-10-19 16:35:15 +11:00