summaryrefslogtreecommitdiff
path: root/src/runtime/env_posix.go
Commit message (Expand)AuthorAgeFilesLines
* 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