#
cc6c784a |
| 01-Aug-2008 |
Axel Dörfler <axeld@pinc-software.de> |
* Sean C. Farley made me aware that some of the possible solutions to clear the environment would crash on Haiku. Added a small test application that just checks every one of those. * Fixed env l
* Sean C. Farley made me aware that some of the possible solutions to clear the environment would crash on Haiku. Added a small test application that just checks every one of those. * Fixed env locking (in userland, you better check against B_INTERRUPTED). * Made our code safe against an environ of NULL. * There is now an additional sManagedEnviron that points to the environment our code actually managed; whenever an application overrides environ, we'll get aware of it with the next *env() function invocation, and will handle it adequately. * Added non-POSIX clearenv() function.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26719 a95241bf-73f2-0310-859d-f6bbb57e9c96
show more ...
|