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

Comparing App-Staticperl/Changes (file contents):
Revision 1.14 by root, Fri Dec 10 02:35:54 2010 UTC vs.
Revision 1.36 by root, Thu Feb 10 09:30:56 2011 UTC

1Revision history for Perl extension App::Staticperl 1Revision history for Perl extension App::Staticperl
2 2
3TODO: noautoload
4TODO: --ignore-env 3TODO: --ignore-env
5TODO: / at glob end == (.pm|/.*)? 4TODO: / at glob end == (.pm|/.*)?
6 5
6TODO: better guessing -M"" syntax
7 - the one-arg form of add/Binadd was broken.
8 - / and //-paths are now & and &&, to avoid absolute paths.
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
181.0 Mon Jan 10 15:13:19 CET 2011
19 - specify -Uinstallusrbinperl in configure to avoid creating
20 /usr/bin/perl.
21 - try to work around the totally broken /bin/sh on solaris
22 (only in the testsuite).
23 - use curl -f instead of just curl.
24 - prefer curl over wget again, as cpan seems to do so.
25 - clarify license.
26
270.92 Wed Dec 22 02:09:19 CET 2010
28 - major rework of the PHASE 2 documentation section, hopefully
29 it's now more clear, more useful, more sexy.
30 - renamed --usepacklist to --usepacklists (--usepacklist still
31 supported as abbreviation).
32 - "properly" get rid of SITELIB paths, avoid using -U compiler flags
33 (which didn't even do anything...).
34 - avoid export var=value syntax for non-unix shells (solaris...).
35 - better output in the error case from the testsuite.
36
370.912 Wed Dec 15 01:14:26 CET 2010
38 - print a longer and hopefully useful message when Configure fails.
39 - remove PERL_CPPFLAGS, replace with PERL_CCFLAGS, which get appended
40 tot he ccflags, instead of overriding them.
41 - introduce PERL_CC.
42 - work around *bsd stupidity again, where even root can't replace
43 files with mv :/.
44 - stop command processing when a command fails (e.g. staticperl mkperl
45 will stop if the install step fails).
46 - let perl do most configuration when running make test, to increase
47 chances of success.
48
490.911 Sat Dec 11 16:50:41 CET 2010
50 - argl, testsuite had a duplicated test.
51 - use -Wl,--allow-multiple-definition for better portability.
52
530.91 Fri Dec 10 22:13:43 CET 2010
54 - add testsuite (yeah, should be optional - send patches).
55 - started to maintain two demo builds: bigperl and smallperl,
56 on http://staticperl.schmorp.de.
7 - implemented --staticlib option. 57 - implemented --staticlib option.
8 - special unicore/ compression (but much more could be done, 58 - special unicore/ compression (but much more could be done,
9 especially for the uncompressed case). 59 especially for the uncompressed case).
10 - implemented a strip cache, speeding up ppi stripping enourmously. 60 - implemented a strip cache, speeding up ppi stripping enourmously.
11 - implemented --include/--exclude options. 61 - implemented --include/--exclude options.
62 - try to port the tar call to freebsd (reported and analyzed
63 by Thomas Linden).
64 - (hopefully) better meaning of verbose levels.
65 - avoid deadlocking in --eval (unlikely, but possible).
66 - implement $STATICPERLRC.
67 - do all option AND bundle file processing with Getopt::Long,
68 to make maintenance easier.
12 69
130.9 Wed Dec 8 23:26:48 CET 2010 700.9 Wed Dec 8 23:26:48 CET 2010
14 - support AutoLoader'ed functions with prototypes. 71 - support AutoLoader'ed functions with prototypes.
15 - new mkapp / --app option for mkbundle, to create 72 - new mkapp / --app option for mkbundle, to create
16 standalone applications. 73 standalone applications.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines