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