ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/Changes
Revision: 1.24
Committed: Sat Dec 18 13:58:12 2010 UTC (13 years, 6 months ago) by root
Branch: MAIN
Changes since 1.23: +4 -0 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.24 TODO: implement option b)
8    
9     - "properly" get rid of SITELIB paths, avoid using -U compiler flags
10     (which didn't even do anything..).
11 root 1.20
12 root 1.23 0.912 Wed Dec 15 01:14:26 CET 2010
13     - print a longer and hopefully useful message when Configure fails.
14     - remove PERL_CPPFLAGS, replace with PERL_CCFLAGS, which get appended
15     tot he ccflags, instead of overriding them.
16     - introduce PERL_CC.
17 root 1.22 - work around *bsd stupidity again, where even root can't replace
18     files with mv :/.
19 root 1.23 - stop command processing when a command fails (e.g. staticperl mkperl
20     will stop if the install step fails).
21     - let perl do most configuration when running make test, to increase
22     chances of success.
23 root 1.1
24 root 1.18 0.911 Sat Dec 11 16:50:41 CET 2010
25     - argl, testsuite had a duplicated test.
26     - use -Wl,--allow-multiple-definition for better portability.
27    
28 root 1.17 0.91 Fri Dec 10 22:13:43 CET 2010
29     - add testsuite (yeah, should be optional - send patches).
30 root 1.16 - started to maintain two demo builds: bigperl and smallperl,
31     on http://staticperl.schmorp.de.
32 root 1.13 - implemented --staticlib option.
33 root 1.14 - special unicore/ compression (but much more could be done,
34     especially for the uncompressed case).
35     - implemented a strip cache, speeding up ppi stripping enourmously.
36     - implemented --include/--exclude options.
37 root 1.15 - try to port the tar call to freebsd (reported and analyzed
38     by Thomas Linden).
39 root 1.16 - (hopefully) better meaning of verbose levels.
40     - avoid deadlocking in --eval (unlikely, but possible).
41     - implement $STATICPERLRC.
42     - do all option AND bundle file processing with Getopt::Long,
43     to make maintenance easier.
44 root 1.13
45 root 1.11 0.9 Wed Dec 8 23:26:48 CET 2010
46 root 1.10 - support AutoLoader'ed functions with prototypes.
47 root 1.11 - new mkapp / --app option for mkbundle, to create
48     standalone applications.
49 root 1.10
50 root 1.9 0.2 Tue Dec 7 21:50:07 CET 2010
51 root 1.7 - make it work as non-root user.
52 root 1.9 - make module install/linking much more robust against
53     build and link failures, i.e. try to only install
54     the module when it was actualyl built successfully.
55 root 1.8 - split "install" phase into perl install and module
56     install, so fixing your postinstall hook takes less time.
57     - change make clean to delete the sources dir.
58     - add preconfigure hook.
59 root 1.7
60 root 1.6 0.1 Tue Dec 7 10:23:43 CET 2010
61     - initial release.
62    
63     0.0 Mon Dec 6 10:44:38 CET 2010
64 root 1.1 - cloned from Convert::Scalar.
65