summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2009-03-11- scanner to track line/col number instead of byte position onlyRobert Griesemer3-69/+73
- fixed a parameter name in tabwriter R=rsc DELTA=110 (21 added, 17 deleted, 72 changed) OCL=26123 CL=26127
2009-03-11document httpRuss Cox3-21/+80
R=r DELTA=84 (63 added, 4 deleted, 17 changed) OCL=25950 CL=26126
2009-03-10fix old-style print call in constantRob Pike1-1/+1
R=rsc OCL=26093 CL=26093
2009-03-10Add support for a -I option. -I DIR searches for packages inIan Lance Taylor2-8/+47
DIR. R=ken,rsc DELTA=49 (41 added, 2 deleted, 6 changed) OCL=26057 CL=26092
2009-03-10bug086Ken Thompson1-1/+3
R=r OCL=26090 CL=26090
2009-03-10- fixing (internal) capitalizationRobert Griesemer1-7/+7
R=rsc DELTA=7 (0 added, 0 deleted, 7 changed) OCL=26080 CL=26080
2009-03-10- allow unicode digits in identifiersRobert Griesemer2-28/+42
- fixed a bug with character escapes (before: allowed arbitrary long sequences) R=r DELTA=63 (33 added, 19 deleted, 11 changed) OCL=26010 CL=26070
2009-03-10bug with interaction of variablesKen Thompson2-6/+29
declared in cases and heap allocation R=r OCL=26064 CL=26064
2009-03-10add unicode data for decimal digit, preparatory to allowing them in identifiers.Rob Pike3-1/+436
R=rsc DELTA=431 (430 added, 0 deleted, 1 changed) OCL=25975 CL=26059
2009-03-10- incorporate suggestions from previous code reviewRobert Griesemer2-44/+59
R=rsc DELTA=64 (18 added, 3 deleted, 43 changed) OCL=26046 CL=26058
2009-03-10tabwriter documentationRobert Griesemer1-28/+54
R=rsc DELTA=62 (31 added, 5 deleted, 26 changed) OCL=26022 CL=26040
2009-03-09- more documentation adjustmentsRobert Griesemer2-6/+5
R=rsc DELTA=6 (0 added, 1 deleted, 5 changed) OCL=25970 CL=25973
2009-03-09delete float80 from librariesRob Pike5-40/+2
R=rsc DELTA=40 (0 added, 38 deleted, 2 changed) OCL=25969 CL=25969
2009-03-09document reflect.Rob Pike4-102/+192
R=rsc DELTA=201 (90 added, 0 deleted, 111 changed) OCL=25904 CL=25966
2009-03-09Fixing comment.Robert Griesemer1-2/+2
R=r DELTA=2 (0 added, 0 deleted, 2 changed) OCL=25956 CL=25960
2009-03-09scanner.go documentationRobert Griesemer1-13/+18
R=r DELTA=22 (8 added, 3 deleted, 11 changed) OCL=25947 CL=25955
2009-03-09token.go documentationRobert Griesemer1-10/+32
R=r DELTA=34 (24 added, 2 deleted, 8 changed) OCL=25946 CL=25954
2009-03-09- directory rename lang -> goRobert Griesemer6-3/+3
R=rsc DELTA=2070 (1035 added, 1035 deleted, 0 changed) OCL=25939 CL=25939
2009-03-07binary search for constant case statements.Ken Thompson1-3/+212
R=r OCL=25890 CL=25890
2009-03-07document bufioRob Pike3-34/+59
R=rsc DELTA=61 (27 added, 2 deleted, 32 changed) OCL=25877 CL=25889
2009-03-07document osRob Pike6-47/+143
R=rsc DELTA=143 (96 added, 0 deleted, 47 changed) OCL=25876 CL=25888
2009-03-07document hashRob Pike4-17/+46
R=rsc DELTA=50 (33 added, 4 deleted, 13 changed) OCL=25878 CL=25887
2009-03-07document timeRob Pike4-19/+41
R=rsc DELTA=42 (23 added, 1 deleted, 18 changed) OCL=25881 CL=25886
2009-03-06document Conn interface better, in preparationRuss Cox10-61/+315
for per-method interface documentation by mkdoc.pl. implement timeouts on network reads and use them in dns client. also added locks on i/o to ensure writes are not interlaced. R=r DELTA=340 (272 added, 25 deleted, 43 changed) OCL=25799 CL=25874
2009-03-061. type switchesKen Thompson6-60/+224
2. fixed fault on bug128 3. got rid of typeof 4. fixed bug in t,ok = I2T R=r OCL=25873 CL=25873
2009-03-06document sortRob Pike1-0/+20
R=rsc DELTA=20 (20 added, 0 deleted, 0 changed) OCL=25869 CL=25872
2009-03-06document syscall. all we do is redirect elsewhere.Rob Pike1-0/+7
R=rsc DELTA=7 (7 added, 0 deleted, 0 changed) OCL=25859 CL=25871
2009-03-06delete vestigial references to package syscallRob Pike6-6/+1
R=rsc DELTA=8 (0 added, 5 deleted, 3 changed) OCL=25857 CL=25861
2009-03-06document ioRob Pike3-13/+39
R=rsc DELTA=44 (30 added, 4 deleted, 10 changed) OCL=25819 CL=25835
2009-03-06document onceRob Pike1-7/+9
R=rsc DELTA=14 (7 added, 5 deleted, 2 changed) OCL=25818 CL=25834
2009-03-06document fmt.Rob Pike2-111/+187
the description of the format verbs still needs to be done. R=rsc DELTA=288 (88 added, 12 deleted, 188 changed) OCL=25814 CL=25833
2009-03-06document unicode, such as it isRob Pike1-9/+18
R=rsc DELTA=18 (9 added, 0 deleted, 9 changed) OCL=25817 CL=25832
2009-03-05document randRob Pike1-11/+18
R=rsc DELTA=27 (16 added, 8 deleted, 3 changed) OCL=25804 CL=25813
2009-03-05document container/intvectorRob Pike1-0/+15
R=rsc DELTA=15 (15 added, 0 deleted, 0 changed) OCL=25794 CL=25812
2009-03-05document utf8Rob Pike1-6/+18
R=rsc DELTA=18 (12 added, 0 deleted, 6 changed) OCL=25807 CL=25811
2009-03-05new approach for generating sysimport.cRuss Cox4-22/+39
(renamed to avoid any conflict with old p4 copies). this approach doesn't require auto-generating files also kept in p4, so it should be easier on go users who don't sync very often. this approach will be more work for go developers: builtin.c needs to be copied to builtin.c.boot in p4 as new functions are added. mkbuiltin does this for certain $USERs to help us remember. R=r DELTA=343 (176 added, 162 deleted, 5 changed) OCL=25803 CL=25805
2009-03-05document testing and incidentally gotestRob Pike1-0/+25
R=rsc DELTA=25 (25 added, 0 deleted, 0 changed) OCL=25798 CL=25802
2009-03-05document stringsRob Pike1-5/+9
R=rsc DELTA=9 (4 added, 0 deleted, 5 changed) OCL=25793 CL=25795
2009-03-05bug085 bug129Russ Cox2-11/+46
R=ken OCL=25787 CL=25791
2009-03-05new switch implementationKen Thompson7-441/+394
in preparation of type switch. no functional change (yet). R=r OCL=25784 CL=25788
2009-03-05net: doc, doc-inspired cleanupRuss Cox15-271/+344
R=r DELTA=368 (87 added, 14 deleted, 267 changed) OCL=25773 CL=25786
2009-03-05strconv: docRuss Cox5-36/+81
R=r DELTA=110 (64 added, 19 deleted, 27 changed) OCL=25761 CL=25782
2009-03-05misc docRuss Cox3-22/+50
R=r DELTA=50 (28 added, 0 deleted, 22 changed) OCL=25763 CL=25770
2009-03-05delete deprecated files.Rob Pike8-506/+12
deletion beats documentation for deprecation. R=rsc,gri DELTA=509 (2 added, 490 deleted, 17 changed) OCL=25737 CL=25768
2009-03-05math: docRuss Cox18-110/+170
R=r DELTA=173 (74 added, 14 deleted, 85 changed) OCL=25753 CL=25767
2009-03-05document vectorRob Pike1-6/+36
R=rsc DELTA=36 (30 added, 0 deleted, 6 changed) OCL=25740 CL=25766
2009-03-04log: documentRob Pike1-9/+25
R=rsc DELTA=26 (17 added, 1 deleted, 8 changed) OCL=25731 CL=25734
2009-03-04flag: documentRob Pike2-10/+46
also write to stderr not stdout R=rsc DELTA=48 (38 added, 2 deleted, 8 changed) OCL=25729 CL=25733
2009-03-04delete bogus vestigeRob Pike1-3/+0
R=rsc OCL=25730 CL=25730
2009-03-04typosRob Pike1-3/+2
R=gri DELTA=3 (0 added, 1 deleted, 2 changed) OCL=25728 CL=25728