Re: libgo patch committed: Inherit environment in http/cgi

2011-04-29 Thread Ian Lance Taylor
Rainer Orth writes: >> This libgo patch brings over a patch to the master Go library to inherit >> environment variables in http/cgi. This should fix PR go/48503. > > not really :-) It needs the following supplement to handle Solaris and > IRIX. I'm not only including LD_LIBRARY_PATH (although

Re: libgo patch committed: Inherit environment in http/cgi

2011-04-29 Thread Rainer Orth
Ian, > This libgo patch brings over a patch to the master Go library to inherit > environment variables in http/cgi. This should fix PR go/48503. not really :-) It needs the following supplement to handle Solaris and IRIX. I'm not only including LD_LIBRARY_PATH (although this would suffice for

libgo patch committed: Inherit environment in http/cgi

2011-04-22 Thread Ian Lance Taylor
This libgo patch brings over a patch to the master Go library to inherit environment variables in http/cgi. This should fix PR go/48503. Bootstrapped and ran Go testsuite on x86_64-unknown-linux-gnu. Committed to mainline. Ian diff -r 9457f9a2e900 libgo/go/http/cgi/host.go --- a/libgo/go/http/cg