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.20 by root, Mon Dec 13 16:34:13 2010 UTC

1Revision history for Perl extension App::Staticperl 1Revision history for Perl extension App::Staticperl
2 2
3TODO: noautoload 3TODO: noautoload
4TODO: --ignore-env 4TODO: --ignore-env
5TODO: / at glob end == (.pm|/.*)? 5TODO: / at glob end == (.pm|/.*)?
6TODO: sort out packlist vs. other check/incldue ordering, this is confusing.
6 7
8 - further defusing of compiler options to make it more portable
9 out of the box.
10
110.911 Sat Dec 11 16:50:41 CET 2010
12 - argl, testsuite had a duplicated test.
13 - use -Wl,--allow-multiple-definition for better portability.
14
150.91 Fri Dec 10 22:13:43 CET 2010
16 - add testsuite (yeah, should be optional - send patches).
17 - started to maintain two demo builds: bigperl and smallperl,
18 on http://staticperl.schmorp.de.
7 - implemented --staticlib option. 19 - implemented --staticlib option.
8 - special unicore/ compression (but much more could be done, 20 - special unicore/ compression (but much more could be done,
9 especially for the uncompressed case). 21 especially for the uncompressed case).
10 - implemented a strip cache, speeding up ppi stripping enourmously. 22 - implemented a strip cache, speeding up ppi stripping enourmously.
11 - implemented --include/--exclude options. 23 - implemented --include/--exclude options.
24 - try to port the tar call to freebsd (reported and analyzed
25 by Thomas Linden).
26 - (hopefully) better meaning of verbose levels.
27 - avoid deadlocking in --eval (unlikely, but possible).
28 - implement $STATICPERLRC.
29 - do all option AND bundle file processing with Getopt::Long,
30 to make maintenance easier.
12 31
130.9 Wed Dec 8 23:26:48 CET 2010 320.9 Wed Dec 8 23:26:48 CET 2010
14 - support AutoLoader'ed functions with prototypes. 33 - support AutoLoader'ed functions with prototypes.
15 - new mkapp / --app option for mkbundle, to create 34 - new mkapp / --app option for mkbundle, to create
16 standalone applications. 35 standalone applications.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines