aboutsummaryrefslogtreecommitdiff
path: root/libgo/runtime/go-setenv.c
AgeCommit message (Collapse)AuthorFilesLines
2020-11-20compiler, libgo: change mangling schemeIan Lance Taylor1-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-18runtime: don't call __go_alloc/__go_free in environment functionsIan Lance Taylor1-21/+16
Reviewed-on: https://go-review.googlesource.com/33363 From-SVN: r242594
2014-06-06libgo: Merge to master revision 19184.Ian Lance Taylor1-3/+17
The next revision, 19185, renames several runtime files, and will be handled in a separate change. From-SVN: r211328
2013-01-29libgo: Update Go library to master revision 15489/921e53d4863c.Ian Lance Taylor1-2/+7
From-SVN: r195560
2013-01-24re PR go/46986 (Go is not supported on Darwin)Ian Lance Taylor1-1/+1
PR go/46986 all: prepend #__USER_LABEL_PREFIX__ to mangled Go symbols For old-fashioned Darwin. From-SVN: r195438
2012-11-01compiler, runtime: More steps toward separating int and intgo.Ian Lance Taylor1-19/+18
From-SVN: r193059
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor1-1/+1
From-SVN: r187485
2012-04-27runtime: Correct syscall.Setenv for systems that don't have setenv.Ian Lance Taylor1-1/+1
From-SVN: r186911
2011-12-12libgo: Update to weekly.2011-11-18.Ian Lance Taylor1-2/+2
From-SVN: r182266
2011-05-24libgo: Make os.setenv_c work on systems without setenv.Ian Lance Taylor1-4/+20
From-SVN: r174147
2011-05-20Update to current version of Go library.Ian Lance Taylor1-0/+50
From-SVN: r173931