Revision history for Perl extension Env::C.
0.07 Sun Aug 31 15:14:09 PDT 2008
- Env-C assumes that there are no native functions for manipulating the
environment on Solaris 10, and this results in a segmentation fault when
running the test script.
The attached patch detects solaris versions that have these functions in
libc by doing the same thing that the stdlib.h header does to reveal the
prototype. Ideally the Makefile.PL would detect the functions using a
compiler check, but this seems like the simplest approach for the moment.
[Patch by wez@messagesystems.com]
- include the latest ppport.h
0.06 Mon May 23 18:53:52 EDT 2005
- As AIX has no unsetenv, reuse the code for Solaris to implement it [Larry Pells <lpells@spillman.com>]
0.05 Thu May 19 15:05:37 EDT 2005
- add Solaris support [Larry Pells <lpells@spillman.com>]
0.04 Wed Jun 23 17:52:38 IDT 2004
- add the missing license info
- add MSWin32 support [Larry Pells <lpells@spillman.com>]
0.03 Sun Mar 9 10:20:56 EST 2003
- refuse to build for solaris and MSWin32, since it won't work
- add the missing include #include <stdlib.h>
0.02 Sat Mar 8 22:20:56 EST 2003
- fix doc typo [Mark James <mrj@bigpond.net.au>]
- add a warning that the app is not thread-safe
0.01 Sat Aug 17 18:31:45 2002
- first version