summaryrefslogtreecommitdiff
path: root/doc/progs
AgeCommit message (Collapse)AuthorFilesLines
2009-01-09update tutorial to new language.Rob Pike14-136/+181
add a section on printing add a section on allocation R=rsc DELTA=500 (278 added, 15 deleted, 207 changed) OCL=22381 CL=22456
2009-01-09Use make instead of new to allocate a channel.Ian Lance Taylor1-2/+2
R=r DELTA=2 (0 added, 0 deleted, 2 changed) OCL=22452 CL=22455
2009-01-06make the tutorial programs run again.Rob Pike9-34/+36
(the text still needs fixing) add the tutorial programs to the test run. R=rsc DELTA=41 (6 added, 0 deleted, 35 changed) OCL=22174 CL=22174
2008-09-29fix some typos, mostlyRob Pike1-1/+1
R=gri OCL=16161 CL=16161
2008-09-17tutorial code:Rob Pike6-163/+69
tweak a program or two delete unused programs add shell script to run them all R=gri DELTA=213 (62 added, 147 deleted, 4 changed) OCL=15435 CL=15437
2008-09-16update to new communications syntaxRob Pike4-12/+11
R=gri OCL=15417 CL=15417
2008-09-16section on service multiplexingRob Pike3-6/+6
R=gri DELTA=75 (57 added, 4 deleted, 14 changed) OCL=15394 CL=15398
2008-09-16replace 235 with sieve - less problematicRob Pike5-3/+191
add programs, not yet described, to demonstrate servers. R=gri DELTA=279 (177 added, 16 deleted, 86 changed) OCL=15380 CL=15389
2008-09-15develop interfaces through catsRob Pike8-0/+436
sort 2,3,5 R=gri DELTA=648 (647 added, 0 deleted, 1 changed) OCL=15315 CL=15352
2008-09-12next section: i/o package that has structs, methodsRob Pike2-0/+75
R=gri DELTA=137 (134 added, 0 deleted, 3 changed) OCL=15251 CL=15259
2008-09-11add sections about types and constantsRob Pike2-0/+32
R=gri DELTA=133 (124 added, 0 deleted, 9 changed) OCL=15122 CL=15143
2008-09-10growing the tutorialRob Pike3-0/+52
R=gri OCL=15115 CL=15115