| 1 |
Revision history for Perl extension App::Staticperl |
| 2 |
|
| 3 |
TODO: noautoload |
| 4 |
TODO: --ignore-env |
| 5 |
TODO: / at glob end == (.pm|/.*)? |
| 6 |
TODO: sort out packlist vs. other check/include ordering, this is confusing. |
| 7 |
|
| 8 |
0.912 Wed Dec 15 01:14:26 CET 2010 |
| 9 |
- print a longer and hopefully useful message when Configure fails. |
| 10 |
- remove PERL_CPPFLAGS, replace with PERL_CCFLAGS, which get appended |
| 11 |
tot he ccflags, instead of overriding them. |
| 12 |
- introduce PERL_CC. |
| 13 |
- work around *bsd stupidity again, where even root can't replace |
| 14 |
files with mv :/. |
| 15 |
- stop command processing when a command fails (e.g. staticperl mkperl |
| 16 |
will stop if the install step fails). |
| 17 |
- let perl do most configuration when running make test, to increase |
| 18 |
chances of success. |
| 19 |
|
| 20 |
0.911 Sat Dec 11 16:50:41 CET 2010 |
| 21 |
- argl, testsuite had a duplicated test. |
| 22 |
- use -Wl,--allow-multiple-definition for better portability. |
| 23 |
|
| 24 |
0.91 Fri Dec 10 22:13:43 CET 2010 |
| 25 |
- add testsuite (yeah, should be optional - send patches). |
| 26 |
- started to maintain two demo builds: bigperl and smallperl, |
| 27 |
on http://staticperl.schmorp.de. |
| 28 |
- implemented --staticlib option. |
| 29 |
- special unicore/ compression (but much more could be done, |
| 30 |
especially for the uncompressed case). |
| 31 |
- implemented a strip cache, speeding up ppi stripping enourmously. |
| 32 |
- implemented --include/--exclude options. |
| 33 |
- try to port the tar call to freebsd (reported and analyzed |
| 34 |
by Thomas Linden). |
| 35 |
- (hopefully) better meaning of verbose levels. |
| 36 |
- avoid deadlocking in --eval (unlikely, but possible). |
| 37 |
- implement $STATICPERLRC. |
| 38 |
- do all option AND bundle file processing with Getopt::Long, |
| 39 |
to make maintenance easier. |
| 40 |
|
| 41 |
0.9 Wed Dec 8 23:26:48 CET 2010 |
| 42 |
- support AutoLoader'ed functions with prototypes. |
| 43 |
- new mkapp / --app option for mkbundle, to create |
| 44 |
standalone applications. |
| 45 |
|
| 46 |
0.2 Tue Dec 7 21:50:07 CET 2010 |
| 47 |
- make it work as non-root user. |
| 48 |
- make module install/linking much more robust against |
| 49 |
build and link failures, i.e. try to only install |
| 50 |
the module when it was actualyl built successfully. |
| 51 |
- split "install" phase into perl install and module |
| 52 |
install, so fixing your postinstall hook takes less time. |
| 53 |
- change make clean to delete the sources dir. |
| 54 |
- add preconfigure hook. |
| 55 |
|
| 56 |
0.1 Tue Dec 7 10:23:43 CET 2010 |
| 57 |
- initial release. |
| 58 |
|
| 59 |
0.0 Mon Dec 6 10:44:38 CET 2010 |
| 60 |
- cloned from Convert::Scalar. |
| 61 |
|