- 25 Jan, 2010 4 commits
-
-
Russ Cox authored
detect compilation of special package runtime with compiler flag instead of package name. R=ken2 CC=golang-dev https://golang.org/cl/193080
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/194051
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/193079
-
Rob Pike authored
(it is installed by apt-get install gawk, I believe) Fixes #557. R=rsc CC=golang-dev https://golang.org/cl/194050
-
- 24 Jan, 2010 1 commit
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/193075
-
- 23 Jan, 2010 4 commits
-
-
Russ Cox authored
5g/6g/8g: add import statements to export metadata, mapping package path to package name. recognize "" as the path of the package in export metadata. use "" as the path of the package in object symbol names. 5c/6c/8c, 5a/6a/8a: rewrite leading . to "". so that ·Sin means Sin in this package. 5l/6l/8l: rewrite "" in symbol names as object files are read. gotest: handle new symbol names. gopack: handle new import lines in export metadata. Collectively, these changes eliminate the assumption of a global name space in the object file formats. Higher level pieces such as reflect and the computation of type hashes still depend on the assumption; we're not done yet. R=ken2, r, ken3 CC=golang-dev https://golang.org/cl/186263
-
Dean Prichard authored
R=rsc CC=golang-dev https://golang.org/cl/186279
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/186283
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/190104
-
- 22 Jan, 2010 5 commits
-
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/190103
-
Ian Lance Taylor authored
TBR=frm.adiputra CC=golang-dev https://golang.org/cl/193055
-
Firmansyah Adiputra authored
Other code fixing: - Fixed bugs in get32. - Fix code for parsing display string (as a new function). - Fix code for connecting to X server. The old code only work if the server is listening to TCP port, otherwise it doesn't work (at least in my PC). R=nigeltao_golang, rsc, jhh CC=golang-dev https://golang.org/cl/183111
-
Nigel Tao authored
R=r CC=frm, golang-dev https://golang.org/cl/186276
-
Christopher Wedgwood authored
R=rsc, r, gri CC=golang-dev https://golang.org/cl/186255
-
- 20 Jan, 2010 9 commits
-
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/190088
-
Russ Cox authored
Fixes #525. R=r CC=golang-dev https://golang.org/cl/190044
-
Russ Cox authored
* switch to real dot (.) instead of center dot (·) everywhere in object files. before it was half and half depending on where in the name it appeared. * in 6c/6a/etc identifiers, · can still be used but turns into . immediately. * in export metadata, replace package identifiers with quoted strings (still package names, not paths). R=ken2, r CC=golang-dev https://golang.org/cl/190076
-
Russ Cox authored
need better management of mach semaphores eventually but this avoids allocating them for uncontended Locks. R=r CC=agl1, golang-dev https://golang.org/cl/190079
-
Ian Lance Taylor authored
Since gcco runs goroutines in independent threads, it needs locking for the global variables. This shows up when I use ordinary increments rather than locked increments for var++. R=ken2, ken3 CC=golang-dev https://golang.org/cl/190074
-
Ken Thompson authored
arrays/slices in structures R=rsc CC=golang-dev https://golang.org/cl/190077
-
Rob Pike authored
limitations: poor error handling teardown not done exporter must send, importer must receive testing is rudimentary at best R=rsc CC=golang-dev https://golang.org/cl/186234
-
Russ Cox authored
Was trying to interpret raw body as chunked body. Add test for ReadResponse. Fixes #544. R=r, petar-m CC=golang-dev, shadowice https://golang.org/cl/190068
-
Russ Cox authored
R=r CC=golang-dev, jackpal https://golang.org/cl/186228
-
- 19 Jan, 2010 14 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/186232
-
Russ Cox authored
Fixes #548. R=r CC=golang-dev, graycardinalster https://golang.org/cl/190062
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/186229
-
Russ Cox authored
crypto/*: implement and test proper Sum Fixes #216. R=agl1 CC=golang-dev https://golang.org/cl/186210
-
Russ Cox authored
TBR=r CC=golang-dev https://golang.org/cl/190059
-
Petar Maymounkov authored
usage pattern of http.Request and paves the way to persistent connection handling. R=rsc CC=golang-dev https://golang.org/cl/185043
-
Russ Cox authored
bake default values in during build. R=r CC=golang-dev https://golang.org/cl/186173
-
Russ Cox authored
R=iant CC=golang-dev, petar-m https://golang.org/cl/189095
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/186216
-
Russ Cox authored
Fixes #529. R=ken2 CC=golang-dev https://golang.org/cl/186215
-
Russ Cox authored
Fixes #402. R=ken2 CC=golang-dev https://golang.org/cl/186214
-
Russ Cox authored
Fixes #481. R=ken2 CC=golang-dev https://golang.org/cl/186213
-
Russ Cox authored
Fixes #455. R=ken2 CC=golang-dev https://golang.org/cl/186212
-
Russ Cox authored
Fixes #539. R=ken2 CC=golang-dev https://golang.org/cl/190043
-
- 18 Jan, 2010 3 commits
-
-
Russ Cox authored
Fixes #476. R=r CC=golang-dev https://golang.org/cl/190041
-
Russ Cox authored
Fixes #526. R=r CC=golang-dev https://golang.org/cl/186211
-
Russ Cox authored
add hyperlink at mention of package reflect. Fixes #438. R=r CC=golang-dev https://golang.org/cl/190042
-