ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/Changes
Revision: 1.23
Committed: Wed Dec 15 00:17:47 2010 UTC (13 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-0_912
Changes since 1.22: +10 -4 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 Revision history for Perl extension App::Staticperl
2    
3 root 1.4 TODO: noautoload
4 root 1.14 TODO: --ignore-env
5     TODO: / at glob end == (.pm|/.*)?
6 root 1.23 TODO: sort out packlist vs. other check/include ordering, this is confusing.
7 root 1.20
8 root 1.23 0.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 root 1.22 - work around *bsd stupidity again, where even root can't replace
14     files with mv :/.
15 root 1.23 - 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 root 1.1
20 root 1.18 0.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    
24 root 1.17 0.91 Fri Dec 10 22:13:43 CET 2010
25     - add testsuite (yeah, should be optional - send patches).
26 root 1.16 - started to maintain two demo builds: bigperl and smallperl,
27     on http://staticperl.schmorp.de.
28 root 1.13 - implemented --staticlib option.
29 root 1.14 - 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 root 1.15 - try to port the tar call to freebsd (reported and analyzed
34     by Thomas Linden).
35 root 1.16 - (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 root 1.13
41 root 1.11 0.9 Wed Dec 8 23:26:48 CET 2010
42 root 1.10 - support AutoLoader'ed functions with prototypes.
43 root 1.11 - new mkapp / --app option for mkbundle, to create
44     standalone applications.
45 root 1.10
46 root 1.9 0.2 Tue Dec 7 21:50:07 CET 2010
47 root 1.7 - make it work as non-root user.
48 root 1.9 - 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 root 1.8 - 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 root 1.7
56 root 1.6 0.1 Tue Dec 7 10:23:43 CET 2010
57     - initial release.
58    
59     0.0 Mon Dec 6 10:44:38 CET 2010
60 root 1.1 - cloned from Convert::Scalar.
61