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.58 by root, Wed Jul 13 15:23:12 2011 UTC vs.
Revision 1.59 by root, Mon Jul 18 07:34:48 2011 UTC

1Revision history for Perl extension App::Staticperl 1Revision history for Perl extension App::Staticperl
2 2
3http://git.gnome.org/browse/gimp/commit/?id=24386abb3b6c2e509a43a537e35e9600dd25d2ed
4SHLIB_PATH hpux, .sl 3SHLIB_PATH hpux, .sl
5LD_LIBRARY_PATH solaris, .so 4LD_LIBRARY_PATH solaris, .so
6LIBPATH aix .a(?) 5LIBPATH aix .a(?)
7LD_LIBRARY_PATH_32 and LD_LIBRARY_PATH_64 .so solaris 6LD_LIBRARY_PATH_32 and LD_LIBRARY_PATH_64 .so solaris
8LD_LIBRARYN32_PATH irix 7LD_LIBRARYN32_PATH irix
9LD_LIBRARY64_PATH irix 8LD_LIBRARY64_PATH irix
10DYLD_LIBRARY_PATH darwin 9DYLD_LIBRARY_PATH darwin
10TODO: nonstatic builds, make.aperl failure does not link in everything?
11TODO-IMPORTANT: CPAN::MyConfig!
12TODO: echo " -ldl" >>"$PERL_PREFIX"/lib/auto/Net/SSLeay/extralibs.ld
11 13
12TODO: nonstatic builds, make.aperl failure does not link in everything? 141.4 Mon Jul 18 09:33:48 CEST 2011
13TODO: no compiler flags anymore
14TODO-IMPORTANT: CPAN::MyConfig!
15TODO: 13:46:37 <schmorp> # echo " -ldl" >>"$PERL_PREFIX"/lib/auto/Net/SSLeay/extralibs.ld
16 - new configuration variable DLCACHE to avoid repeated downloads. 15 - new configuration variable DLCACHE to avoid repeated downloads.
16 - the static:: namespace was wrongly documented as sttaicperl::.
17 - provide no compiler flags apart from -Os anymore by default.
17 - staticperl clean now removes all build files (src/). 18 - staticperl clean now removes all build files (src/).
18 - staticperl no longer sets EV_EXTRA_DEFS or CORO_INTERFACE. 19 - staticperl no longer sets EV_EXTRA_DEFS or CORO_INTERFACE.
19 - patch ExtUtils::Miniperl to always include DynaLoader, otherwise 20 - patch ExtUtils::Miniperl to always include DynaLoader, otherwise
20 static linking disables later dynamic linking and vice versa. 21 static linking disables later dynamic linking and vice versa.
21 - (experimental) do not build a new perl unless a static archive 22 - (experimental) do not build a new perl unless a static archive
22 was created, to make -Dusedl faster. 23 was created, to make -Dusedl faster.
23 - actually fail when not being able to install some modules from CPAN. 24 - actually fail when not being able to install some modules from CPAN.
24 - speed up installing modules from CPAN if multiple modules have 25 - speed up installing modules from CPAN if multiple modules have
25 been specified. 26 been specified.
27 - weed out duplicated libraries form the beginning, not the end.
26 - set shell variable $PERL to full path to perl binary 28 - set shell variable $PERL to full path to perl binary
27 when running staticperl cpan, which is handy for subshells. 29 when running staticperl cpan, which is handy for subshells.
28 - properly define "boot_DynaLoader" when DynaLoader is available. 30 - properly define "boot_DynaLoader" when DynaLoader is available.
29 - fix a memleak in static::list. 31 - fix a memleak in static::list.
30 - mkbundle can now bundle dynamic objects for prl extensions 32 - mkbundle can now bundle dynamic objects for perl extensions
31 (--allow-dynamic). 33 (--allow-dynamic).
32 - lots of windows workarounds/bugfixes. 34 - lots of windows workarounds/bugfixes.
33 35
341.31 Tue Jun 14 09:03:59 CEST 2011 361.31 Tue Jun 14 09:03:59 CEST 2011
35 - pause is more tricky than expected - rename fake.pm to Staticperl.pm. 37 - pause is more tricky than expected - rename fake.pm to Staticperl.pm.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines