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

Comparing App-Staticperl/Changes (file contents):
Revision 1.4 by root, Mon Dec 6 21:30:05 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: --staticlibs --dynamiclibs
4TODO: binary files
5TODO: self-contained apps, not just perl
6TODO: uclibc buildroot section
7TODO: noautoload 3TODO: noautoload
4TODO: --ignore-env
5TODO: / at glob end == (.pm|/.*)?
6TODO: sort out packlist vs. other check/incldue ordering, this is confusing.
8 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.
19 - implemented --staticlib option.
20 - special unicore/ compression (but much more could be done,
21 especially for the uncompressed case).
22 - implemented a strip cache, speeding up ppi stripping enourmously.
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.
31
320.9 Wed Dec 8 23:26:48 CET 2010
33 - support AutoLoader'ed functions with prototypes.
34 - new mkapp / --app option for mkbundle, to create
35 standalone applications.
36
370.2 Tue Dec 7 21:50:07 CET 2010
38 - make it work as non-root user.
39 - make module install/linking much more robust against
40 build and link failures, i.e. try to only install
41 the module when it was actualyl built successfully.
42 - split "install" phase into perl install and module
43 install, so fixing your postinstall hook takes less time.
44 - change make clean to delete the sources dir.
45 - add preconfigure hook.
46
470.1 Tue Dec 7 10:23:43 CET 2010
48 - initial release.
49
90.00 Mon Dec 6 10:44:38 CET 2010 500.0 Mon Dec 6 10:44:38 CET 2010
10 - cloned from Convert::Scalar. 51 - cloned from Convert::Scalar.
11 52

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines