Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -1/+3 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -29/+3 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+39 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -39/+0 | |
2011-04-20 | Imported Upstream version 2011.03.07.1upstream/2011.03.07.1 | Ondřej Surý | 1 | -0/+2 | |
2011-02-14 | Imported Upstream version 2011-02-01.1upstream/2011-02-01.1 | Ondřej Surý | 1 | -0/+5 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -2/+2 | |
2010-02-26 | Add -r option to 6l/8l/5l. | Ian Lance Taylor | 1 | -0/+2 | |
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 | |||||
2010-02-08 | *l/*c: add -V flag to display version number | Andrew Gerrand | 1 | -0/+2 | |
R=rsc CC=golang-dev http://codereview.appspot.com/204044 | |||||
2010-01-25 | salvaging 183105 from dead client | Kai Backman | 1 | -1/+1 | |
a number of fixes for arm elf generation in 5l. -T now works as advertised, -D now works properly. R=rsc CC=golang-dev http://codereview.appspot.com/194076 | |||||
2009-11-09 | tweak documentation of commands | Russ Cox | 1 | -1/+1 | |
so that first sentence is better for cmd page. live at http://r45:3456/cmd/ R=gri, r http://go/go-review/1024034 | |||||
2009-11-03 | document the gc go compilers. | Rob Pike | 1 | -0/+2 | |
fix the usage message. R=rsc CC=go-dev http://go/go-review/1016033 | |||||
2009-11-03 | more command documentation, including nm and prof | Rob Pike | 1 | -1/+1 | |
R=rsc http://go/go-review/1017022 | |||||
2009-11-03 | First steps at command documentation: C compilers and linkers. | Rob Pike | 1 | -0/+26 | |
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 |