Russ Cox
|
918afd9491
|
move things out of sys into os and runtime
R=r
OCL=28569
CL=28573
|
2009-05-08 15:21:41 -07:00 |
|
Rob Pike
|
bdbb3b455e
|
remove print() from the tutorial, generating a little clumsiness around "import"
R=rsc,gri
DELTA=103 (36 added, 33 deleted, 34 changed)
OCL=26442
CL=26491
|
2009-03-18 14:09:16 -07:00 |
|
Rob Pike
|
e9f4fb2839
|
change the tutorial to use File, file rather than FD, fd.
also make the default input for makehtml be go_tutorial.txt.
R=rsc
DELTA=176 (58 added, 58 deleted, 60 changed)
OCL=26374
CL=26374
|
2009-03-16 22:53:23 -07:00 |
|
Russ Cox
|
be2edb5761
|
Automated g4 rollback of changelist 25024,
plus significant hand editing.
Back to T{x} for composite literals.
R=r
OCL=25612
CL=25632
|
2009-03-03 08:39:12 -08:00 |
|
Russ Cox
|
9f8f2e6130
|
convert composite literals from { } to ( ).
only non-trivial changes are in
convlit1.go
golden.out
R=gri
OCL=25019
CL=25024
|
2009-02-13 14:48:32 -08:00 |
|
Russ Cox
|
360962420c
|
casify, cleanup sys
R=r
OCL=22978
CL=22984
|
2009-01-16 14:58:14 -08:00 |
|
Rob Pike
|
40d5435278
|
update tutorial to new language.
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-09 15:16:31 -08:00 |
|
Rob Pike
|
8d21004b41
|
make the tutorial programs run again.
(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
|
2009-01-06 15:49:27 -08:00 |
|
Rob Pike
|
f7a506bf42
|
tutorial code:
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-17 12:14:52 -07:00 |
|
Rob Pike
|
6693730e77
|
next section: i/o package that has structs, methods
R=gri
DELTA=137 (134 added, 0 deleted, 3 changed)
OCL=15251
CL=15259
|
2008-09-12 16:03:16 -07:00 |
|