Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-20 | compiler, libgo: change mangling scheme | Ian Lance Taylor | 1 | -1/+1 | |
Overhaul the mangling scheme to avoid ambiguities if the package path contains a dot. Instead of using dot both to separate components and to mangle characters, use dot only to separate components and use underscore to mangle characters. For golang/go#41862 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/271726 | |||||
2016-11-18 | runtime: don't call __go_alloc/__go_free in environment functions | Ian Lance Taylor | 1 | -21/+16 | |
Reviewed-on: https://go-review.googlesource.com/33363 From-SVN: r242594 | |||||
2014-06-06 | libgo: Merge to master revision 19184. | Ian Lance Taylor | 1 | -3/+17 | |
The next revision, 19185, renames several runtime files, and will be handled in a separate change. From-SVN: r211328 | |||||
2013-01-29 | libgo: Update Go library to master revision 15489/921e53d4863c. | Ian Lance Taylor | 1 | -2/+7 | |
From-SVN: r195560 | |||||
2013-01-24 | re PR go/46986 (Go is not supported on Darwin) | Ian Lance Taylor | 1 | -1/+1 | |
PR go/46986 all: prepend #__USER_LABEL_PREFIX__ to mangled Go symbols For old-fashioned Darwin. From-SVN: r195438 | |||||
2012-11-01 | compiler, runtime: More steps toward separating int and intgo. | Ian Lance Taylor | 1 | -19/+18 | |
From-SVN: r193059 | |||||
2012-05-14 | libgo: Use -fgo-pkgpath. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r187485 | |||||
2012-04-27 | runtime: Correct syscall.Setenv for systems that don't have setenv. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r186911 | |||||
2011-12-12 | libgo: Update to weekly.2011-11-18. | Ian Lance Taylor | 1 | -2/+2 | |
From-SVN: r182266 | |||||
2011-05-24 | libgo: Make os.setenv_c work on systems without setenv. | Ian Lance Taylor | 1 | -4/+20 | |
From-SVN: r174147 | |||||
2011-05-20 | Update to current version of Go library. | Ian Lance Taylor | 1 | -0/+50 | |
From-SVN: r173931 |