Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
This permits more flexibility with cgo and swig in cases where
the program is run on a machine other than the one on which it
is built. Rather than storing the absolute path to the shared
library in the DT_NEEDED entry, we can store just the name,
and let the dynamic linker find it using DT_RUNPATH or the
LD_LIBRARY_PATH environment variable.
R=rsc
CC=golang-dev
http://codereview.appspot.com/223068
|
|
R=rsc
CC=golang-dev
http://codereview.appspot.com/204044
|
|
so that first sentence is better for cmd page.
live at http://r45:3456/cmd/
R=gri, r
http://go/go-review/1024034
|
|
R=r
http://go/go-review/1020002
|
|
fix the usage message.
R=rsc
CC=go-dev
http://go/go-review/1016033
|
|
R=rsc
http://go/go-review/1017022
|
|
add details about -d and -e flags in the loaders.
R=rsc
CC=go-dev
http://go/go-review/1018031
|
|
Each command gets a doc.go file for godoc to analyze. Its main
element is a package comment.
R=rsc
CC=go-dev
http://go/go-review/1018029
|