Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 1 | -2/+6 | |
2013-05-14 | Imported Upstream version 1.1upstream/1.1 | Michael Stapelberg | 1 | -1/+1 | |
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -32/+43 | |
2012-06-14 | Imported Upstream version 1.0.2upstream/1.0.2 | Ondřej Surý | 1 | -2/+2 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -84/+113 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+1276 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -1251/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -34/+319 | |
2011-06-30 | Imported Upstream version 58upstream/58 | Ondřej Surý | 1 | -50/+169 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -33/+33 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -22/+12 | |
2010-07-01 | strings and bytes.Split: make count of 0 mean 0, not infinite. | Rob Pike | 1 | -3/+3 | |
Use a count of -1 for infinity. Ditto for Replace. R=rsc CC=golang-dev http://codereview.appspot.com/1704044 Committer: Rob Pike <r@golang.org> | |||||
2009-12-15 | 1) Change default gofmt default settings for | Robert Griesemer | 1 | -228/+228 | |
parsing and printing to new syntax. Use -oldparser to parse the old syntax, use -oldprinter to print the old syntax. 2) Change default gofmt formatting settings to use tabs for indentation only and to use spaces for alignment. This will make the code alignment insensitive to an editor's tabwidth. Use -spaces=false to use tabs for alignment. 3) Manually changed src/exp/parser/parser_test.go so that it doesn't try to parse the parser's source files using the old syntax (they have new syntax now). 4) gofmt -w src misc test/bench 5th and last set of files. R=rsc CC=golang-dev http://codereview.appspot.com/180050 | |||||
2009-12-09 | remove uses of string concatenation from src and misc directory | Robert Griesemer | 1 | -11/+11 | |
R=rsc http://codereview.appspot.com/172041 | |||||
2009-12-01 | update package unicode to Unicode 5.2 | Rob Pike | 1 | -1/+1 | |
R=rsc CC=golang-dev http://codereview.appspot.com/163062 | |||||
2009-11-20 | gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg | Russ Cox | 1 | -1/+1 | |
R=r, gri CC=golang-dev http://codereview.appspot.com/156115 | |||||
2009-11-09 | - replaced gofmt expression formatting algorithm with | Robert Griesemer | 1 | -10/+10 | |
rsc's algorithm - applied gofmt -w misc src - partial CL (last chunk) R=rsc, r http://go/go-review/1024041 | |||||
2009-11-09 | remove semis after statements in one-statement statement lists | Robert Griesemer | 1 | -104/+104 | |
R=rsc, r http://go/go-review/1025029 | |||||
2009-11-08 | a nagging inconsistency: capitalization of | Russ Cox | 1 | -5/+5 | |
HTML vs Html, URL vs Url, HTTP vs Http, current source is 6:1 in favor of the former, so change instances of the latter. R=r CC=go-dev http://go/go-review/1024026 | |||||
2009-11-05 | gofmt'ed more stragglers | Robert Griesemer | 1 | -11/+11 | |
R=rsc http://go/go-review/1019004 | |||||
2009-11-04 | gofmt-ify unicode | Robert Griesemer | 1 | -119/+112 | |
R=r http://go/go-review/1018051 | |||||
2009-11-02 | use the new routine regexp.MustCompile to clean up some code that uses ↵ | Rob Pike | 1 | -18/+12 | |
global regexps. R=rsc, gri CC=go-dev http://go/go-review/1016025 | |||||
2009-09-01 | make ToUpper, ToLower etc. handle unicode properly. | Rob Pike | 1 | -1/+1 | |
Change their names too. R=rsc DELTA=206 (123 added, 2 deleted, 81 changed) OCL=34170 CL=34194 | |||||
2009-08-31 | submitter's regret. rename Props to Properties | Rob Pike | 1 | -3/+3 | |
R=rsc DELTA=9 (0 added, 0 deleted, 9 changed) OCL=34148 CL=34151 | |||||
2009-08-31 | add property tables | Rob Pike | 1 | -59/+92 | |
R=rsc DELTA=1087 (1001 added, 78 deleted, 8 changed) OCL=34137 CL=34147 | |||||
2009-08-30 | further simplification of the case fold calculation. | Rob Pike | 1 | -1/+1 | |
hard to beat at this point, i think. R=rsc DELTA=38 (8 added, 21 deleted, 9 changed) OCL=34092 CL=34096 | |||||
2009-08-30 | add the Upper/Lower sequence optimization. | Rob Pike | 1 | -7/+81 | |
tables shrink 900 lines. mapping code gets a little slower R=rsc DELTA=1124 (105 added, 952 deleted, 67 changed) OCL=34079 CL=34089 | |||||
2009-08-28 | first cut at case mapping tables and library. | Rob Pike | 1 | -23/+180 | |
next cut will do the optimization for alternating sequences. R=rsc DELTA=1658 (1620 added, 9 deleted, 29 changed) OCL=34072 CL=34075 | |||||
2009-08-28 | fix ", First" ", Last" ranges from UnicodeData.txt | Rob Pike | 1 | -2/+40 | |
R=rsc DELTA=54 (38 added, 2 deleted, 14 changed) OCL=34032 CL=34040 | |||||
2009-08-27 | improve generated code for godocability | Rob Pike | 1 | -42/+49 | |
R=rsc DELTA=459 (168 added, 279 deleted, 12 changed) OCL=34005 CL=34007 | |||||
2009-08-27 | add scripts tables to the unicode package | Rob Pike | 1 | -25/+206 | |
R=rsc DELTA=1479 (1422 added, 1 deleted, 56 changed) OCL=33993 CL=33997 | |||||
2009-08-27 | remove Line in bufio.ReadLine(Bytes|Slice|String) | Russ Cox | 1 | -1/+1 | |
also drop bool arg from ReadString R=r DELTA=45 (13 added, 1 deleted, 31 changed) OCL=33923 CL=33960 | |||||
2009-08-27 | fix build. changing var to const, which it should be anyway, | Rob Pike | 1 | -2/+2 | |
implicitly works around 6g bug. R=rsc OCL=33953 CL=33953 | |||||
2009-08-27 | unicode tables for all categories | Rob Pike | 1 | -54/+153 | |
maketables now has a --test option to verify the data. R=rsc DELTA=3087 (1982 added, 1001 deleted, 104 changed) OCL=33947 CL=33950 | |||||
2009-08-26 | change IsDecimalDigit to IsDigit because Decimal is redundant | Rob Pike | 1 | -4/+4 | |
R=rsc DELTA=792 (398 added, 383 deleted, 11 changed) OCL=33919 CL=33921 | |||||
2009-08-26 | generate the unicode tables directly from web database | Rob Pike | 1 | -0/+281 | |
after this CL, two more to come: 1) add an exhaustive test, probably as a variant of maketables 2) add ToUpper, ToLower, ToTitle and associated tests R=rsc DELTA=1578 (1007 added, 559 deleted, 12 changed) OCL=33902 CL=33907 |