ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/Changes
(Generate patch)

Comparing cvsroot/App-Staticperl/Changes (file contents):
Revision 1.56 by root, Sat Jul 9 18:26:27 2011 UTC vs.
Revision 1.57 by root, Sun Jul 10 01:37:56 2011 UTC

1Revision history for Perl extension App::Staticperl 1Revision history for Perl extension App::Staticperl
2
3http://git.gnome.org/browse/gimp/commit/?id=24386abb3b6c2e509a43a537e35e9600dd25d2ed
4SHLIB_PATH hpux, .sl
5LD_LIBRARY_PATH solaris, .so
6LIBPATH aix .a(?)
7LD_LIBRARY_PATH_32 and LD_LIBRARY_PATH_64 .so solaris
8LD_LIBRARYN32_PATH irix
9LD_LIBRARY64_PATH irix
10DYLD_LIBRARY_PATH darwin
2 11
3TODO: nonstatic builds, make.aperl failure does not link in everything? 12TODO: nonstatic builds, make.aperl failure does not link in everything?
4TODO: no compiler flags anymore 13TODO: no compiler flags anymore
14TODO-IMPORTANT: CPAN::MyConfig!
5 - new configuration variable DLCACHE to avoid repeated downloads. 15 - new configuration variable DLCACHE to avoid repeated downloads.
6 - staticperl clean now removes all build files (src/). 16 - staticperl clean now removes all build files (src/).
7 - staticperl no longer sets EV_EXTRA_DEFS or CORO_INTERFACE. 17 - staticperl no longer sets EV_EXTRA_DEFS or CORO_INTERFACE.
8 - patch ExtUtils::Miniperl to always include DynaLoader, otherwise 18 - patch ExtUtils::Miniperl to always include DynaLoader, otherwise
9 static linking disables later dynamic linking and vice versa. 19 static linking disables later dynamic linking and vice versa.
14 been specified. 24 been specified.
15 - set shell variable $PERL to full path to perl binary 25 - set shell variable $PERL to full path to perl binary
16 when running staticperl cpan, which is handy for subshells. 26 when running staticperl cpan, which is handy for subshells.
17 - properly define "boot_DynaLoader" when DynaLoader is available. 27 - properly define "boot_DynaLoader" when DynaLoader is available.
18 - fix a memleak in static::list. 28 - fix a memleak in static::list.
29 - mkbundle can now bundle dynamic objects for prl extensions
30 (--allow-dynamic).
31 - lots of windows workarounds/bugfixes.
19 32
201.31 Tue Jun 14 09:03:59 CEST 2011 331.31 Tue Jun 14 09:03:59 CEST 2011
21 - pause is more tricky than expected - rename fake.pm to Staticperl.pm. 34 - pause is more tricky than expected - rename fake.pm to Staticperl.pm.
22 - improved documentation a bit. 35 - improved documentation a bit.
23 36

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines