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