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.23 by root, Wed Dec 15 00:17:47 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/include ordering, this is confusing.
8 7
80.912 Wed Dec 15 01:14:26 CET 2010
9 - print a longer and hopefully useful message when Configure fails.
10 - remove PERL_CPPFLAGS, replace with PERL_CCFLAGS, which get appended
11 tot he ccflags, instead of overriding them.
12 - introduce PERL_CC.
13 - work around *bsd stupidity again, where even root can't replace
14 files with mv :/.
15 - stop command processing when a command fails (e.g. staticperl mkperl
16 will stop if the install step fails).
17 - let perl do most configuration when running make test, to increase
18 chances of success.
19
200.911 Sat Dec 11 16:50:41 CET 2010
21 - argl, testsuite had a duplicated test.
22 - use -Wl,--allow-multiple-definition for better portability.
23
240.91 Fri Dec 10 22:13:43 CET 2010
25 - add testsuite (yeah, should be optional - send patches).
26 - started to maintain two demo builds: bigperl and smallperl,
27 on http://staticperl.schmorp.de.
28 - implemented --staticlib option.
29 - special unicore/ compression (but much more could be done,
30 especially for the uncompressed case).
31 - implemented a strip cache, speeding up ppi stripping enourmously.
32 - implemented --include/--exclude options.
33 - try to port the tar call to freebsd (reported and analyzed
34 by Thomas Linden).
35 - (hopefully) better meaning of verbose levels.
36 - avoid deadlocking in --eval (unlikely, but possible).
37 - implement $STATICPERLRC.
38 - do all option AND bundle file processing with Getopt::Long,
39 to make maintenance easier.
40
410.9 Wed Dec 8 23:26:48 CET 2010
42 - support AutoLoader'ed functions with prototypes.
43 - new mkapp / --app option for mkbundle, to create
44 standalone applications.
45
460.2 Tue Dec 7 21:50:07 CET 2010
47 - make it work as non-root user.
48 - make module install/linking much more robust against
49 build and link failures, i.e. try to only install
50 the module when it was actualyl built successfully.
51 - split "install" phase into perl install and module
52 install, so fixing your postinstall hook takes less time.
53 - change make clean to delete the sources dir.
54 - add preconfigure hook.
55
560.1 Tue Dec 7 10:23:43 CET 2010
57 - initial release.
58
90.00 Mon Dec 6 10:44:38 CET 2010 590.0 Mon Dec 6 10:44:38 CET 2010
10 - cloned from Convert::Scalar. 60 - cloned from Convert::Scalar.
11 61

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines