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