- 12 Sep, 2008 2 commits
-
-
Robert Griesemer authored
R=r OCL=15180 CL=15180
-
Robert Griesemer authored
R=r OCL=15179 CL=15179
-
- 11 Sep, 2008 11 commits
-
-
Robert Griesemer authored
- moved bug 060 back into bugs R=r OCL=15175 CL=15175
-
Rob Pike authored
R=ken OCL=15170 CL=15170
-
Ken Thompson authored
R=r OCL=15169 CL=15169
-
Robert Griesemer authored
R=r OCL=15168 CL=15168
-
Ken Thompson authored
R=r OCL=15166 CL=15166
-
Rob Pike authored
R=rsc DELTA=16 (14 added, 0 deleted, 2 changed) OCL=15156 CL=15163
-
Rob Pike authored
tweak os to adjust move StringToBytes into syscall, at least for now this program still works: package main import os "os" func main() { os.Stdout.WriteString("hello, world\n"); a, b := os.NewFD(77).WriteString("no way"); os.Stdout.WriteString(b.String() + "\n"); } R=rsc DELTA=263 (59 added, 176 deleted, 28 changed) OCL=15153 CL=15153
-
Rob Pike authored
break lib/os into multiple source files R=rsc DELTA=189 (178 added, 4 deleted, 7 changed) OCL=15149 CL=15152
-
Rob Pike authored
R=gri DELTA=133 (124 added, 0 deleted, 9 changed) OCL=15122 CL=15143
-
Ken Thompson authored
R=r OCL=15119 CL=15119
-
Rob Pike authored
R=gri OCL=15115 CL=15115
-
- 10 Sep, 2008 9 commits
-
-
Ken Thompson authored
R=r OCL=15113 CL=15113
-
Rob Pike authored
as methods R=gri,rsc DELTA=99 (56 added, 31 deleted, 12 changed) OCL=15103 CL=15103
-
Robert Griesemer authored
R=r DELTA=80 (78 added, 2 deleted, 0 changed) OCL=15094 CL=15101
-
Rob Pike authored
put all the code in one file for now to work around compiler bug R=gri,rsc DELTA=168 (120 added, 41 deleted, 7 changed) OCL=15100 CL=15100
-
Ian Lance Taylor authored
the one associated with interface types. R=gri DELTA=3 (0 added, 0 deleted, 3 changed) OCL=15092 CL=15096
-
Robert Griesemer authored
R=r DELTA=32 (11 added, 2 deleted, 19 changed) OCL=15087 CL=15093
-
Rob Pike authored
R=gri DELTA=76 (76 added, 0 deleted, 0 changed) OCL=15086 CL=15088
-
Rob Pike authored
- tools to make it easy to embed programs R=gri DELTA=103 (97 added, 2 deleted, 4 changed) OCL=15085 CL=15085
-
Robert Griesemer authored
(work now with Ken's latest compiler fix) - exoanded test cases accordingly - fixed a type in the spec (thx r) R=r DELTA=65 (62 added, 2 deleted, 1 changed) OCL=15050 CL=15050
-
- 09 Sep, 2008 8 commits
-
-
Ken Thompson authored
evaluation of complex literals R=r OCL=15036 CL=15036
-
Rob Pike authored
R=gri OCL=15014 CL=15014
-
Russ Cox authored
R=r OCL=14944 CL=15013
-
Robert Griesemer authored
- cleaned up todo.txt a bit R=r OCL=15009 CL=15009
-
Robert Griesemer authored
- fixed several examples to use new function type syntax - added list of open spec issues to todo.txt R=r DELTA=143 (88 added, 8 deleted, 47 changed) OCL=14974 CL=15007
-
Rob Pike authored
R=ken OCL=14981 CL=14981
-
Robert Griesemer authored
"conversion" R=r OCL=14976 CL=14976
-
Robert Griesemer authored
R=r OCL=14975 CL=14975
-
- 08 Sep, 2008 5 commits
-
-
Russ Cox authored
* change .gosymtab and .gopclntab to section 7 (note) * start INITTEXT at 4MB, not 4KB R=r OCL=14953 CL=14959
-
Russ Cox authored
3G works on thresher, 2G does not R=r OCL=14956 CL=14958
-
Robert Griesemer authored
- removed "func" from function type - make it work by changing composite literal syntax to use {} instead of () FunctionType is now more in line with the rest of the declarations, as the keyword "func" is now really part of the declaration and not part of the type. R=r,ken DELTA=49 (14 added, 12 deleted, 23 changed) OCL=14864 CL=14955
-
Robert Griesemer authored
R=r OCL=14939 CL=14941
-
Ken Thompson authored
R=r OCL=14937 CL=14937
-
- 06 Sep, 2008 1 commit
-
-
Ken Thompson authored
T(expression) for conversion FUNC keyword no longer a type R=r OCL=14887 CL=14887
-
- 05 Sep, 2008 3 commits
-
-
Rob Pike authored
fix a typo in syscall/Makefile R=ken OCL=14863 CL=14863
-
Rob Pike authored
R=gri OCL=14847 CL=14847
-
Ken Thompson authored
fixedbugs 49 now (correctly) fails bugs 32, 41, 68, 77 shouldnt be bugs R=r OCL=14842 CL=14842
-
- 04 Sep, 2008 1 commit
-
-
Robert Griesemer authored
- \" not allowed in char literals - replaces uses of printf with print R=r,ken DELTA=10 (2 added, 0 deleted, 8 changed) OCL=14841 CL=14841
-