index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
unicode
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-03
Imported Upstream version 2011.07.29
Ondřej Surý
5
-118
/
+66
2011-07-18
Imported Upstream version 2011.07.07
Ondřej Surý
1
-26
/
+26
2011-06-28
Imported Upstream version 2011.06.23
upstream-weekly/2011.06.23
Ondřej Surý
4
-111
/
+923
2011-06-10
Imported Upstream version 2011.06.09
upstream-weekly/2011.06.09
Ondřej Surý
10
-341
/
+1560
2011-06-03
Imported Upstream version 2011.06.02
upstream-weekly/2011.06.02
Ondřej Surý
3
-3788
/
+4304
2011-05-23
Imported Upstream version 2011.05.22
upstream-weekly/2011.05.22
Ondřej Surý
2
-2
/
+3
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-1
/
+2
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
5
-224
/
+349
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
6
-3681
/
+3671
2010-07-01
strings and bytes.Split: make count of 0 mean 0, not infinite.
Rob Pike
1
-3
/
+3
2010-03-30
Unicode: fix stupid typo in comment.
Rob Pike
1
-2
/
+2
2010-03-30
Unicode: provide an ability to supplement the case-mapping tables
Rob Pike
4
-5
/
+93
2010-03-04
gofmt: modified algorithm for alignment of multi-line composite/list entries
Robert Griesemer
1
-31
/
+31
2010-03-02
gofmt: experiment: align values in map composites where possible
Robert Griesemer
1
-148
/
+148
2010-01-07
added some missing periods
Robert Griesemer
1
-4
/
+4
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
7
-461
/
+461
2009-12-09
remove uses of string concatenation from src and misc directory
Robert Griesemer
1
-11
/
+11
2009-12-01
update package unicode to Unicode 5.2
Rob Pike
4
-230
/
+609
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
1
-2
/
+2
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
1
-1
/
+1
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
3
-22
/
+22
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
6
-163
/
+163
2009-11-08
a nagging inconsistency: capitalization of
Russ Cox
1
-5
/
+5
2009-11-05
gofmt'ed more stragglers
Robert Griesemer
1
-11
/
+11
2009-11-04
gofmt-ify unicode
Robert Griesemer
4
-409
/
+402
2009-11-02
use the new routine regexp.MustCompile to clean up some code that uses global...
Rob Pike
1
-18
/
+12
2009-10-27
files that are okay from the last gofmt round
Russ Cox
1
-3
/
+4
2009-10-08
more lgtm files from gofmt
Russ Cox
1
-101
/
+100
2009-10-07
apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc...
Russ Cox
4
-107
/
+108
2009-09-15
more "declared and not used".
Russ Cox
4
-18
/
+18
2009-09-01
make ToUpper, ToLower etc. handle unicode properly.
Rob Pike
1
-1
/
+1
2009-08-31
test that ASCII optimizations agree with the unicode tables
Rob Pike
2
-0
/
+40
2009-08-31
IsSpace
Rob Pike
2
-0
/
+39
2009-08-31
submitter's regret. rename Props to Properties
Rob Pike
3
-9
/
+9
2009-08-31
add property tables
Rob Pike
3
-59
/
+982
2009-08-31
rearrange some constants. unicode package now defines MaxRune and Replacemen...
Rob Pike
4
-12
/
+25
2009-08-30
further simplification of the case fold calculation.
Rob Pike
2
-30
/
+17
2009-08-30
add the Upper/Lower sequence optimization.
Rob Pike
4
-1018
/
+171
2009-08-28
first cut at case mapping tables and library.
Rob Pike
5
-35
/
+1646
2009-08-28
fix ", First" ", Last" ranges from UnicodeData.txt
Rob Pike
2
-16
/
+52
2009-08-27
improve generated code for godocability
Rob Pike
3
-290
/
+179
2009-08-27
add scripts tables to the unicode package
Rob Pike
3
-57
/
+1478
2009-08-27
remove Line in bufio.ReadLine(Bytes|Slice|String)
Russ Cox
1
-1
/
+1
2009-08-27
fix build. changing var to const, which it should be anyway,
Rob Pike
2
-4
/
+4
2009-08-27
unicode tables for all categories
Rob Pike
6
-1105
/
+2086
2009-08-26
change IsDecimalDigit to IsDigit because Decimal is redundant
Rob Pike
7
-28
/
+43
2009-08-26
generate the unicode tables directly from web database
Rob Pike
7
-569
/
+1018
2009-08-12
convert non-low-level non-google pkg code
Russ Cox
4
-71
/
+7
2009-06-24
style police: parens in if, for, switch, range
Russ Cox
2
-8
/
+8
2009-06-09
mv src/lib to src/pkg
Rob Pike
5
-0
/
+1202