I am submitting a feature
Problem or Feature in Brief
putenv is used in the code. Although it was the standard in the past, now we have setenv which is also a part of the standard and is more stable. Considering that fact that various putenv bugs still exist ee should migrate to setenv.
Solution (if any)
Change putenv to setenv
Would you like to work on it?
I can do that if no one wants to do so in the next 5 days.
I am submitting a feature
Problem or Feature in Brief
putenv is used in the code. Although it was the standard in the past, now we have setenv which is also a part of the standard and is more stable. Considering that fact that various putenv bugs still exist ee should migrate to setenv.
Solution (if any)
Change putenv to setenv
Would you like to work on it?
I can do that if no one wants to do so in the next 5 days.