- 01 Jun, 2010 9 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1442042
-
Robert Griesemer authored
Fixes #820. R=rsc CC=golang-dev https://golang.org/cl/1453041
-
Michael Hoisie authored
R=rsc CC=golang-dev https://golang.org/cl/1395041
-
Evan Shaw authored
R=rsc CC=golang-dev https://golang.org/cl/1258044
-
Vinu Rajashekhar authored
For example, earlier, the regexp would accept SIGQUEUE_MAX as a unix signal with name SIGQUEUE. Now it is ignored. R=iant CC=golang-dev, golang-nuts, joel.sherrill https://golang.org/cl/1452041
-
Ian Lance Taylor authored
R=adg CC=golang-dev https://golang.org/cl/1454041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1444041
-
Joe Poirier authored
R=golang-dev, adg CC=golang-dev, rsc https://golang.org/cl/1426042
-
Nigel Tao authored
"change the encoding of uints...". R=r CC=golang-dev https://golang.org/cl/1436041
-
- 31 May, 2010 8 commits
-
-
Fazlul Shahriar authored
Also, move Do() to vector.go, so that Do() for IntVector and StringVector is autogenerated. The only files edited are Makefile, defs.go, and vector.go. The rest are autogenerated with "make generate". R=r CC=golang-dev, hoisie https://golang.org/cl/1435041
-
Rob Pike authored
Fixes #821. R=rsc CC=golang-dev https://golang.org/cl/1434041
-
Michael Hoisie authored
R=r CC=golang-dev https://golang.org/cl/1433041
-
Rob Pike authored
simplifies the code significantly. Still TODO: - proper format handling - strings R=rsc CC=golang-dev https://golang.org/cl/1432041
-
Rob Pike authored
- reimplement integer scanning to handle renamed basic integer types - start implementation of Fscanf and Scanf; not yet ready for general use. This intermediate CL is a useful checkpoint. A similar change needs to be done for float and complex, but it seemed worth getting the approach reviewed before making those changes. R=rsc CC=golang-dev https://golang.org/cl/1418041
-
Alex Brainman authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/1145044
-
Ian Lance Taylor authored
It turns out that _cgo_malloc is used, via cmalloc in runtime/cgocall.c, which is called by code generated by out.go for the ·_C_CString function. I can't find a call to _cgo_free, but given _cgo_malloc we might as well keep _cgo_free. This patch fixes it so that it should work on amd64. R=rsc CC=golang-dev https://golang.org/cl/1399041
-
Andrew Gerrand authored
Fixes #819. R=rsc CC=golang-dev https://golang.org/cl/1421041
-
- 30 May, 2010 1 commit
-
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/1404041
-
- 29 May, 2010 1 commit
-
-
Rob Pike authored
Fixes #805. R=rsc CC=golang-dev https://golang.org/cl/1400041
-
- 28 May, 2010 7 commits
-
-
Robert Griesemer authored
and adjust conversion rules. Also: - clarification of type identity (no language change) - adjust special rules for channel assignment/comparison to require identical element types (in correspondence to non- recursiveness of type compatibility) R=rsc, iant, ken2, r CC=golang-dev https://golang.org/cl/1376042
-
Nigel Tao authored
R=rsc CC=golang-dev https://golang.org/cl/1388041
-
Alex Brainman authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/1382041
-
Alex Brainman authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/1383041
-
Rob Pike authored
read from standard input. Add description of scanning to the package comment. R=rsc CC=golang-dev https://golang.org/cl/1390041
-
Robert Griesemer authored
from an array; one needs to write a[0:] instead. R=rsc, r, iant, ken2 CC=golang-dev https://golang.org/cl/1365041
-
Roger Peppe authored
Fix Rectangle.Clip. It could return a non-canonical rectangle if its arguments did not overlap. e.g. Rect(0, 0, 10, 10).Clip(Rect(0, 20, 10, 30)) -> Rect(0, 20, 10, 10) R=rsc, r CC=golang-dev, golang-dev https://golang.org/cl/1290041
-
- 27 May, 2010 6 commits
-
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1363041
-
Andrew Gerrand authored
R=r, rsc CC=golang-dev https://golang.org/cl/1354041
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/1309045
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/1326042
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1315042
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1315042
-
- 26 May, 2010 5 commits
-
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/1331041
-
Adam Langley authored
ModInverse is just a small wrapper around GcdInt, but it's nice to have in order to be clear about what one is doing in other code. R=gri, agl1 CC=golang-dev https://golang.org/cl/1244045
-
Rob Pike authored
R=gri CC=golang-dev https://golang.org/cl/1316042
-
Rob Pike authored
Still to do: - composite types - user-defined scanners - format-driven scanning The package comment will be updated when more of the functionality is in place. R=rsc CC=golang-dev https://golang.org/cl/1252045
-
Evan Shaw authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/1303041
-
- 25 May, 2010 3 commits
-
-
Andrew Gerrand authored
R=gri CC=golang-dev https://golang.org/cl/1253046
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1270042
-
Nigel Tao authored
On my laptop, time to prepare and write 800x600 pixels over the socket falls from 125-ish ms to 80-ish ms. Thanks to Roger Peppe for the suggestion. R=r CC=golang-dev https://golang.org/cl/1228044
-