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

Comparing App-Staticperl/Changes (file contents):
Revision 1.14 by root, Fri Dec 10 02:35:54 2010 UTC vs.
Revision 1.31 by root, Thu Jan 20 21:32:47 2011 UTC

1Revision history for Perl extension App::Staticperl 1Revision history for Perl extension App::Staticperl
2 2
3TODO: noautoload
4TODO: --ignore-env 3TODO: --ignore-env
5TODO: / at glob end == (.pm|/.*)? 4TODO: / at glob end == (.pm|/.*)?
6 5
6 - more cpan-testers workarounds :/.
7 - use, not just require, packages when tracing their dependencies.
8
91.0 Mon Jan 10 15:13:19 CET 2011
10 - specify -Uinstallusrbinperl in configure to avoid creating
11 /usr/bin/perl.
12 - try to work around the totally broken /bin/sh on solaris
13 (only in the testsuite).
14 - use curl -f instead of just curl.
15 - prefer curl over wget again, as cpan seems to do so.
16 - clarify license.
17
180.92 Wed Dec 22 02:09:19 CET 2010
19 - major rework of the PHASE 2 documentation section, hopefully
20 it's now more clear, more useful, more sexy.
21 - renamed --usepacklist to --usepacklists (--usepacklist still
22 supported as abbreviation).
23 - "properly" get rid of SITELIB paths, avoid using -U compiler flags
24 (which didn't even do anything...).
25 - avoid export var=value syntax for non-unix shells (solaris...).
26 - better output in the error case from the testsuite.
27
280.912 Wed Dec 15 01:14:26 CET 2010
29 - print a longer and hopefully useful message when Configure fails.
30 - remove PERL_CPPFLAGS, replace with PERL_CCFLAGS, which get appended
31 tot he ccflags, instead of overriding them.
32 - introduce PERL_CC.
33 - work around *bsd stupidity again, where even root can't replace
34 files with mv :/.
35 - stop command processing when a command fails (e.g. staticperl mkperl
36 will stop if the install step fails).
37 - let perl do most configuration when running make test, to increase
38 chances of success.
39
400.911 Sat Dec 11 16:50:41 CET 2010
41 - argl, testsuite had a duplicated test.
42 - use -Wl,--allow-multiple-definition for better portability.
43
440.91 Fri Dec 10 22:13:43 CET 2010
45 - add testsuite (yeah, should be optional - send patches).
46 - started to maintain two demo builds: bigperl and smallperl,
47 on http://staticperl.schmorp.de.
7 - implemented --staticlib option. 48 - implemented --staticlib option.
8 - special unicore/ compression (but much more could be done, 49 - special unicore/ compression (but much more could be done,
9 especially for the uncompressed case). 50 especially for the uncompressed case).
10 - implemented a strip cache, speeding up ppi stripping enourmously. 51 - implemented a strip cache, speeding up ppi stripping enourmously.
11 - implemented --include/--exclude options. 52 - implemented --include/--exclude options.
53 - try to port the tar call to freebsd (reported and analyzed
54 by Thomas Linden).
55 - (hopefully) better meaning of verbose levels.
56 - avoid deadlocking in --eval (unlikely, but possible).
57 - implement $STATICPERLRC.
58 - do all option AND bundle file processing with Getopt::Long,
59 to make maintenance easier.
12 60
130.9 Wed Dec 8 23:26:48 CET 2010 610.9 Wed Dec 8 23:26:48 CET 2010
14 - support AutoLoader'ed functions with prototypes. 62 - support AutoLoader'ed functions with prototypes.
15 - new mkapp / --app option for mkbundle, to create 63 - new mkapp / --app option for mkbundle, to create
16 standalone applications. 64 standalone applications.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines