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