summaryrefslogtreecommitdiff
path: root/test/env.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-9/+8
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+29
2011-09-13Imported Upstream version 60Ondřej Surý1-29/+0
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-3/+6
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-9/+8
2010-04-22runtime: closures, defer bug fix for Native ClientRuss Cox1-0/+1
Enable package tests for Native Client build. R=r CC=golang-dev http://codereview.appspot.com/957042
2009-06-26Getenv: almost no one wants the error, so make it return a string that may ↵Rob Pike1-2/+2
be empty. Getenverror is the new name for the old routine that returns an error too. R=rsc DELTA=35 (7 added, 7 deleted, 21 changed) OCL=30818 CL=30821
2009-06-04more 386 runtime fixes.Russ Cox1-1/+1
can pass many tests; current stumbling block is an 8l bug. R=r DELTA=122 (83 added, 8 deleted, 31 changed) OCL=29872 CL=29876
2009-05-08move things out of sys into os and runtimeRuss Cox1-3/+3
R=r OCL=28569 CL=28573
2009-01-16casify, cleanup sysRuss Cox1-3/+3
R=r OCL=22978 CL=22984
2008-09-22add os.Getenv()Rob Pike1-0/+26
R=rsc DELTA=51 (50 added, 0 deleted, 1 changed) OCL=15665 CL=15667