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.25 by root, Wed Dec 22 01:23:37 2010 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
60.92 Wed Dec 22 02:09:19 CET 2010
7 - major rework of the PHASE 2 documentation section, hopefully
8 it's now more clear, more useful, more sexy.
9 - renamed --usepacklist to --usepacklists (--usepacklist still
10 supported as abbreviation).
11 - "properly" get rid of SITELIB paths, avoid using -U compiler flags
12 (which didn't even do anything...).
13 - avoid export var=value syntax for non-unix shells (solaris...).
14 - better output in the error case from the testsuite.
15
160.912 Wed Dec 15 01:14:26 CET 2010
17 - print a longer and hopefully useful message when Configure fails.
18 - remove PERL_CPPFLAGS, replace with PERL_CCFLAGS, which get appended
19 tot he ccflags, instead of overriding them.
20 - introduce PERL_CC.
21 - work around *bsd stupidity again, where even root can't replace
22 files with mv :/.
23 - stop command processing when a command fails (e.g. staticperl mkperl
24 will stop if the install step fails).
25 - let perl do most configuration when running make test, to increase
26 chances of success.
27
280.911 Sat Dec 11 16:50:41 CET 2010
29 - argl, testsuite had a duplicated test.
30 - use -Wl,--allow-multiple-definition for better portability.
31
320.91 Fri Dec 10 22:13:43 CET 2010
33 - add testsuite (yeah, should be optional - send patches).
34 - started to maintain two demo builds: bigperl and smallperl,
35 on http://staticperl.schmorp.de.
7 - implemented --staticlib option. 36 - implemented --staticlib option.
8 - special unicore/ compression (but much more could be done, 37 - special unicore/ compression (but much more could be done,
9 especially for the uncompressed case). 38 especially for the uncompressed case).
10 - implemented a strip cache, speeding up ppi stripping enourmously. 39 - implemented a strip cache, speeding up ppi stripping enourmously.
11 - implemented --include/--exclude options. 40 - implemented --include/--exclude options.
41 - try to port the tar call to freebsd (reported and analyzed
42 by Thomas Linden).
43 - (hopefully) better meaning of verbose levels.
44 - avoid deadlocking in --eval (unlikely, but possible).
45 - implement $STATICPERLRC.
46 - do all option AND bundle file processing with Getopt::Long,
47 to make maintenance easier.
12 48
130.9 Wed Dec 8 23:26:48 CET 2010 490.9 Wed Dec 8 23:26:48 CET 2010
14 - support AutoLoader'ed functions with prototypes. 50 - support AutoLoader'ed functions with prototypes.
15 - new mkapp / --app option for mkbundle, to create 51 - new mkapp / --app option for mkbundle, to create
16 standalone applications. 52 standalone applications.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines