summaryrefslogtreecommitdiff
path: root/src/runtime/env_posix.go
Commit message (Expand)AuthorAgeFilesLines
* internal/godebug: remove dependency on osRuss Cox2022-10-181-10/+2
* all: separate doc comment from //go: directivesRuss Cox2022-04-051-0/+2
* all: use new "unix" build tag where appropriateIan Lance Taylor2022-03-291-1/+1
* all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox2021-10-281-1/+0
* all: go fmt std cmd (but revert vendor)Russ Cox2021-02-201-0/+1
* runtime, syscall: use local cache for Setenv/Getenv in Plan 9Richard Miller2020-06-191-1/+1
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* runtime: look up runtime env variables case insensitively on WindowsBrad Fitzpatrick2018-11-021-1/+24
* runtime: add AIX operating systemClément Chigot2018-10-031-1/+1
* runtime: add js/wasm architectureRichard Musiol2018-05-081-1/+1
* runtime: clean redundant call of environ functionfeilengcui0082017-05-031-1/+1
* runtime: eliminate unnecessary type conversionsMatthew Dempsky2016-03-071-2/+2
* runtime: add stringStructOf helper functionMatthew Dempsky2015-10-201-2/+1
* runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocallAlex Brainman2015-06-191-2/+2
* runtime: remove cgocall and asmcgocallAlex Brainman2015-06-181-2/+2
* runtime: remove unused getenv functionDavid Crawshaw2015-03-021-9/+0
* runtime: rename gothrow to throwKeith Randall2014-12-281-1/+1
* runtime: remove thunk.sRuss Cox2014-12-231-0/+2
* [dev.cc] runtime/cgo: convert from C to GoRuss Cox2014-11-111-6/+4
* os, syscall: add UnsetenvBrad Fitzpatrick2014-10-011-1/+12
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+52