summaryrefslogtreecommitdiff
path: root/doc/progs
AgeCommit message (Collapse)AuthorFilesLines
2009-01-20update tutorial for new export schemeRob Pike3-11/+11
R=ken,rsc DELTA=101 (9 added, 0 deleted, 92 changed) OCL=23174 CL=23188
2009-01-20delete exportRuss Cox2-15/+15
TBR=r OCL=23121 CL=23127
2009-01-16casify, cleanup sysRuss Cox3-5/+5
R=r OCL=22978 CL=22984
2009-01-16casify syscall and sequelaeRob Pike1-4/+4
R=rsc DELTA=337 (0 added, 1 deleted, 336 changed) OCL=22950 CL=22950
2009-01-15casify tutorial examplesRob Pike8-58/+58
will bring document in line in a later CL, which may include revisiting some of the names R=rsc DELTA=58 (0 added, 0 deleted, 58 changed) OCL=22906 CL=22908
2009-01-15printf->Printf etc.Rob Pike3-7/+7
the raw fmt routines will be another, smaller but subtler pass. R=rsc DELTA=157 (0 added, 0 deleted, 157 changed) OCL=22851 CL=22851
2009-01-14restore "os" identifier to keep consistent with text.Rob Pike1-1/+1
R=presotto OCL=22733 CL=22733
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