- c714bbb unicode: include rune 0 in RangeTables. by Marcel van Lohuizen · 10 years ago
- fe15da6 unicode: upgrade to 8.0.0 by Marcel van Lohuizen · 10 years ago
- c007ce8 build: move package sources from src/pkg to src by Russ Cox · 11 years ago[Renamed from src/pkg/unicode/maketables.go]
- dff17f4 unicode/maketables: add -output flag, buffer output, use gofmt by Rob Pike · 11 years ago
- 65d8cb9 unicode: strconv: regexp: Upgrade to Unicode 7.0.0. by Marcel van Lohuizen · 11 years ago
- 746d636 unicode: upgrade to Unicode 6.3.0 by Marcel van Lohuizen · 11 years ago
- 64379b8 all: add missing copyright by ChaiShushan · 11 years ago
- d8e27db undo CL 12486043 / ab644299d124 by Brad Fitzpatrick · 12 years ago
- 4c772cd all: use strings.IndexByte instead of Index where possible by Brad Fitzpatrick · 12 years ago
- a88d828 unicode: remove an extra space by Oling Cat · 12 years ago
- 6f96a76 unicode: use new Scanner interface in table creation by Rob Pike · 12 years ago
- e14cf90 unicode: move unicode and related packages to Unicode 6.2.0. by Marcel van Lohuizen · 12 years ago
- 4591cd6 unicode: performance improvements (API change) by Russ Cox · 13 years ago
- 77f00e5 unicode: fix comment about variable types by Russ Cox · 13 years ago
- 9f33317 cmd/go: a raft of fixes by Russ Cox · 13 years ago
- 989e611 unicode: various documentation tweaks by Rob Pike · 13 years ago
- ebd9f23 unicode: document large var blocks and the SpecialCase vars. by David Symonds · 13 years ago
- 102638c std: add struct field tags to untagged literals. by Nigel Tao · 13 years ago
- 2666b81 use new strconv API by Russ Cox · 13 years ago
- 45e3bcb renaming_3: gofix -r go1pkgrename src/pkg/[m-z]* by Rob Pike · 13 years ago
- 965845a all: sort imports by Russ Cox · 13 years ago
- eb69292 src/pkg/[n-z]*: gofix -r error -force=error by Russ Cox · 13 years ago
- 7630a10 unicode, utf8, utf16: use rune by Russ Cox · 13 years ago
- b4d6b71 unicode: sort tables.go by Russ Cox · 13 years ago
- 313c822 gofix -r mapdelete by Russ Cox · 13 years ago
- 92703ff unicode: fix make tables by Russ Cox · 14 years ago
- 5ea413e unicode: fix case-mapping for roman numerals!! by Rob Pike · 14 years ago
- 90564a9 go/printer: changed max. number of newlines from 3 to 2 by Robert Griesemer · 14 years ago
- 5bcbcab3 sort: rename helpers: s/Sort// in sort.Sort[Float64s|Ints|Strings] by Andrew Gerrand · 14 years ago
- a8e5db9 maketables: update debugging data. by Rob Pike · 14 years ago
- ebb1566 strings.Split: make the default to split all. by Rob Pike · 14 years ago
- fc77e82 unicode: add case folding tables by Russ Cox · 14 years ago
- 4b1170d sort: change IntArray etc. to IntSlice for better name hygiene. by Rob Pike · 14 years ago
- 7a92287 unicode: for consistency with MaxRune, s/Latin1Max/MaxLatin1/ and by Rob Pike · 14 years ago
- 8d64e73 unicode: add the first few property tests for printing. by Rob Pike · 14 years ago
- 9ec0c01 unicode: guarantee that the 32-bit range tables contain only by Rob Pike · 14 years ago
- 0de328e unicode: make the tables smaller. by Rob Pike · 14 years ago
- b2400c2 fix windows build: http.Get finalURL removal missed earlier by Brad Fitzpatrick · 14 years ago
- eea18d9 log: rename Exit* to Fatal* by Rob Pike · 14 years ago
- fc52d70 unicode: update to unicode 6.0.0 by Rob Pike · 14 years ago
- 0f0f34e unicode: add maketables to build, fix build by Russ Cox · 14 years ago
- 062406b throughout: simplify two-variable ranges with unused second variable by Ryan Hitchman · 14 years ago
- 1ce6245 throughout: fix broken calls to Printf etc. by Rob Pike · 14 years ago
- 42cfe48f use the new %U format for runes by Rob Pike · 14 years ago
- 69c4e93 use append by Russ Cox · 14 years ago
- d86ab01 use copy by Russ Cox · 14 years ago
- 38f1231 strings and bytes.Split: make count of 0 mean 0, not infinite. by Rob Pike · 15 years ago
- 45ca9f7 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
- 295ceb4 remove uses of string concatenation from src and misc directory by Robert Griesemer · 15 years ago
- ceb1fe2 update package unicode to Unicode 5.2 by Rob Pike · 15 years ago
- 9ac4449 gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg by Russ Cox · 15 years ago
- 3bb0032 - replaced gofmt expression formatting algorithm with by Robert Griesemer · 15 years ago
- 40621d5 remove semis after statements in one-statement statement lists by Robert Griesemer · 15 years ago
- ed6eb5b a nagging inconsistency: capitalization of by Russ Cox · 15 years ago
- 45cba57 gofmt'ed more stragglers by Robert Griesemer · 15 years ago
- 841c18a gofmt-ify unicode by Robert Griesemer · 15 years ago
- a824651 use the new routine regexp.MustCompile to clean up some code that uses global regexps. by Rob Pike · 15 years ago
- d80a177 make ToUpper, ToLower etc. handle unicode properly. Change their names too. by Rob Pike · 16 years ago
- fe38384 submitter's regret. rename Props to Properties by Rob Pike · 16 years ago
- 1e55e4a add property tables by Rob Pike · 16 years ago
- 427a0ad further simplification of the case fold calculation. by Rob Pike · 16 years ago
- 3c098e2 add the Upper/Lower sequence optimization. by Rob Pike · 16 years ago
- 22c2b47 first cut at case mapping tables and library. by Rob Pike · 16 years ago
- f59ae06 fix ", First" ", Last" ranges from UnicodeData.txt by Rob Pike · 16 years ago
- 25caf18 improve generated code for godocability by Rob Pike · 16 years ago
- 8b6274e add scripts tables to the unicode package by Rob Pike · 16 years ago
- 4b40928 remove Line in bufio.ReadLine(Bytes|Slice|String) by Russ Cox · 16 years ago
- 2156961 fix build. changing var to const, which it should be anyway, by Rob Pike · 16 years ago
- 94e6915 unicode tables for all categories by Rob Pike · 16 years ago
- 24dfb74 change IsDecimalDigit to IsDigit because Decimal is redundant by Rob Pike · 16 years ago
- 396b47b generate the unicode tables directly from web database by Rob Pike · 16 years ago