- 25 Aug, 2010 2 commits
-
-
Russ Cox authored
R=adg, r CC=golang-dev https://golang.org/cl/2025041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/1982049
-
- 24 Aug, 2010 7 commits
-
-
Jan H. Hosang authored
Fixes #1026. R=golang-dev, r CC=golang-dev https://golang.org/cl/1962048
-
Ian Lance Taylor authored
R=rsc CC=golang-dev https://golang.org/cl/1995050
-
Russ Cox authored
The runtime only passes 32 bits of file offset, but the kernel wants 64 bits, so have to add zeros explicitly in a copy of the arguments. R=adg, Martin Neubauer CC=golang-dev https://golang.org/cl/1933044
-
Russ Cox authored
Cannot use paren field in Node because all instances of a given symbol name use the same Node. Fixes #1022. R=ken2 CC=golang-dev https://golang.org/cl/2015043
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1959043
-
Ian Lance Taylor authored
R=r CC=golang-dev https://golang.org/cl/1941052
-
Scott Lawrence authored
(uint32 rather than int) R=golang-dev, r CC=golang-dev https://golang.org/cl/1958048
-
- 23 Aug, 2010 4 commits
-
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/2013043
-
Ken Thompson authored
better registerization R=rsc CC=golang-dev https://golang.org/cl/1955049
-
Kai Backman authored
R=r CC=golang-dev https://golang.org/cl/1952046
-
Andrew Gerrand authored
R=r, heresy.mc CC=golang-dev https://golang.org/cl/2017042
-
- 22 Aug, 2010 2 commits
-
-
Scott Lawrence authored
Check oserr, not err for non-nil (err is never changed) R=golang-dev, r CC=golang-dev https://golang.org/cl/1965042
-
Scott Lawrence authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/2004044
-
- 21 Aug, 2010 1 commit
-
-
Russ Cox authored
Also use memmove to silence some gcc warnings. Fixes #1036. R=r, EtherealMachine CC=golang-dev https://golang.org/cl/1943049
-
- 20 Aug, 2010 3 commits
-
-
Robert Griesemer authored
Also: Copyright notices only need the year the file was created. R=rsc CC=golang-dev, krasin https://golang.org/cl/2021041
-
Ivan Krasin authored
DISTRIB_DESCRIPTION="Ubuntu 10.04 LTS" Use <sys/user.h> instead of <linux/user.h> See http://gcc.gnu.org/ml/gcc-patches/2009-11/msg00834.html for more details. R=imkrasin, rsc CC=golang-dev https://golang.org/cl/1957041
-
Ken Thompson authored
from the builtin structures (strings, slices, interfaces) R=rsc CC=golang-dev https://golang.org/cl/2007043
-
- 19 Aug, 2010 9 commits
-
-
Robert Griesemer authored
Augmented ASTs may contain cycles. Keep track of already printed objects and refer to them with a line number instead of printing them again. R=rsc CC=golang-dev https://golang.org/cl/1998042
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1984043
-
Adam Langley authored
R=rsc CC=golang-dev https://golang.org/cl/2018041
-
Robert Griesemer authored
go/ast: implement Fprint and print functions to print AST nodes gofmt: print AST nodes by setting -ast flag R=rsc, r CC=golang-dev https://golang.org/cl/1981044
-
Christopher Wedgwood authored
R=rsc CC=golang-dev https://golang.org/cl/1933043
-
Russ Cox authored
R=ec CC=golang-dev https://golang.org/cl/1982045
-
Eric Clark authored
Function to create a GoString with a known length so it can contain NUL bytes anywhere in the string. Some C libraries have strings like this. R=rsc CC=golang-dev https://golang.org/cl/2007042
-
Rob Pike authored
R=rsc, gri CC=golang-dev https://golang.org/cl/1952045
-
Christopher Wedgwood authored
R=rsc, r CC=golang-dev https://golang.org/cl/1983045
-
- 18 Aug, 2010 5 commits
-
-
Luuk van Dijk authored
Part 1, general scaffolding and pc/lc sections. R=rsc, r, ken2 CC=golang-dev https://golang.org/cl/1987042
-
Russ Cox authored
R=adg CC=golang-dev https://golang.org/cl/2012041
-
Russ Cox authored
R=adg, r, PeterGo CC=golang-dev https://golang.org/cl/1942044
-
Russ Cox authored
I'm not sure there's a better way. Cgo is juggling two different C compilers. Fixes #1008. R=iant CC=golang-dev https://golang.org/cl/1972044
-
Russ Cox authored
Fixes #985. R=dsymonds, dsymonds1 CC=golang-dev https://golang.org/cl/1963044
-
- 17 Aug, 2010 7 commits
-
-
Russ Cox authored
handle missing id in server. Fixes #1017. Fixes #1018. R=r CC=golang-dev https://golang.org/cl/1986044
-
Luuk van Dijk authored
Linenumbers start at 1. Also call goc2c with an absolute pathi to preserve debug info. R=rsc, r, ken2 CC=golang-dev https://golang.org/cl/1954049
-
Robert Griesemer authored
(Argument: For any *PtrValue p, it should always be possible to do: p.PointTo(p.Elem()), even if p.Elem() is nil.) Fixes #1028. R=rsc CC=golang-dev, r https://golang.org/cl/1938044
-
Russ Cox authored
R=lvd CC=golang-dev https://golang.org/cl/1956046
-
Scott Lawrence authored
to prevent files named 'clean', 'bench', etc... preventing proper build R=golang-dev, rsc CC=golang-dev https://golang.org/cl/1976044
-
Roger Peppe authored
preceded by white space parse correctly. R=r CC=golang-dev https://golang.org/cl/2010041
-
Roger Peppe authored
R=rsc, r CC=golang-dev https://golang.org/cl/2005042
-