aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/env_posix.go
AgeCommit message (Expand)Author
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-06-19runtime, syscall: use local cache for Setenv/Getenv in Plan 9Richard Miller
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2018-11-02runtime: look up runtime env variables case insensitively on WindowsBrad Fitzpatrick
2018-10-03runtime: add AIX operating systemClément Chigot
2018-05-08runtime: add js/wasm architectureRichard Musiol
2017-05-03runtime: clean redundant call of environ functionfeilengcui008
2016-03-07runtime: eliminate unnecessary type conversionsMatthew Dempsky
2015-10-20runtime: add stringStructOf helper functionMatthew Dempsky
2015-06-19runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman
2015-06-18runtime: remove cgocall and asmcgocallAlex Brainman
2015-03-02runtime: remove unused getenv functionDavid Crawshaw
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-23runtime: remove thunk.sRuss Cox
2014-11-11[dev.cc] runtime/cgo: convert from C to GoRuss Cox
2014-10-01os, syscall: add UnsetenvBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox