ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/Changes
Revision: 1.33
Committed: Wed Feb 9 10:23:37 2011 UTC (13 years, 5 months ago) by root
Branch: MAIN
Changes since 1.32: +2 -0 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 Revision history for Perl extension App::Staticperl
2
3 TODO: --ignore-env
4 TODO: / at glob end == (.pm|/.*)?
5
6 TODO: better guessing -M"" syntax
7 - embeddable bundle files were completely broken because "args"
8 was used before defined.
9 - mkapp now actually passes arguments to the boot script.
10 - more cpan-testers workarounds :/.
11 - use, not just require, modules when tracing their dependencies.
12 - support an optional xs_init argument to staticperl_init, which
13 can be 0 (and is then ignored).
14
15 1.0 Mon Jan 10 15:13:19 CET 2011
16 - specify -Uinstallusrbinperl in configure to avoid creating
17 /usr/bin/perl.
18 - try to work around the totally broken /bin/sh on solaris
19 (only in the testsuite).
20 - use curl -f instead of just curl.
21 - prefer curl over wget again, as cpan seems to do so.
22 - clarify license.
23
24 0.92 Wed Dec 22 02:09:19 CET 2010
25 - major rework of the PHASE 2 documentation section, hopefully
26 it's now more clear, more useful, more sexy.
27 - renamed --usepacklist to --usepacklists (--usepacklist still
28 supported as abbreviation).
29 - "properly" get rid of SITELIB paths, avoid using -U compiler flags
30 (which didn't even do anything...).
31 - avoid export var=value syntax for non-unix shells (solaris...).
32 - better output in the error case from the testsuite.
33
34 0.912 Wed Dec 15 01:14:26 CET 2010
35 - print a longer and hopefully useful message when Configure fails.
36 - remove PERL_CPPFLAGS, replace with PERL_CCFLAGS, which get appended
37 tot he ccflags, instead of overriding them.
38 - introduce PERL_CC.
39 - work around *bsd stupidity again, where even root can't replace
40 files with mv :/.
41 - stop command processing when a command fails (e.g. staticperl mkperl
42 will stop if the install step fails).
43 - let perl do most configuration when running make test, to increase
44 chances of success.
45
46 0.911 Sat Dec 11 16:50:41 CET 2010
47 - argl, testsuite had a duplicated test.
48 - use -Wl,--allow-multiple-definition for better portability.
49
50 0.91 Fri Dec 10 22:13:43 CET 2010
51 - add testsuite (yeah, should be optional - send patches).
52 - started to maintain two demo builds: bigperl and smallperl,
53 on http://staticperl.schmorp.de.
54 - implemented --staticlib option.
55 - special unicore/ compression (but much more could be done,
56 especially for the uncompressed case).
57 - implemented a strip cache, speeding up ppi stripping enourmously.
58 - implemented --include/--exclude options.
59 - try to port the tar call to freebsd (reported and analyzed
60 by Thomas Linden).
61 - (hopefully) better meaning of verbose levels.
62 - avoid deadlocking in --eval (unlikely, but possible).
63 - implement $STATICPERLRC.
64 - do all option AND bundle file processing with Getopt::Long,
65 to make maintenance easier.
66
67 0.9 Wed Dec 8 23:26:48 CET 2010
68 - support AutoLoader'ed functions with prototypes.
69 - new mkapp / --app option for mkbundle, to create
70 standalone applications.
71
72 0.2 Tue Dec 7 21:50:07 CET 2010
73 - make it work as non-root user.
74 - make module install/linking much more robust against
75 build and link failures, i.e. try to only install
76 the module when it was actualyl built successfully.
77 - split "install" phase into perl install and module
78 install, so fixing your postinstall hook takes less time.
79 - change make clean to delete the sources dir.
80 - add preconfigure hook.
81
82 0.1 Tue Dec 7 10:23:43 CET 2010
83 - initial release.
84
85 0.0 Mon Dec 6 10:44:38 CET 2010
86 - cloned from Convert::Scalar.
87