____________________________________________________________________________ [ 1593] By: autrijus on 2002/10/21 17:10:15 Log: * Version 0.13. * Implemented suggestion from Nicholas Clark: on PerlIO environments, return PerlIO::scalar in the @INC hook, instead of line-by-line filtering. ! PAR.pm ____________________________________________________________________________ [ 1592] By: autrijus on 2002/10/21 17:08:24 Log: * added -B to par.pl to allow packaging of shared objects. * that completed one of the many TODOs. ! TODO script/par.pl ____________________________________________________________________________ [ 1574] By: autrijus on 2002/10/20 19:05:20 Log: * experimental support for embedded .so files for full self-bootstrapping. ! PAR.pm script/par.pl ____________________________________________________________________________ [ 1570] By: autrijus on 2002/10/20 12:46:06 Log: * changes and signature. ! Changes SIGNATURE ____________________________________________________________________________ [ 1569] By: autrijus on 2002/10/20 12:45:22 Log: * oops. should require Archive::Zip explicitly lest it fails loading. ! PAR.pm ____________________________________________________________________________ [ 1568] By: autrijus on 2002/10/20 12:41:04 Log: * (documents and really implements the last change) ! PAR.pm ____________________________________________________________________________ [ 1567] By: autrijus on 2002/10/20 12:27:25 Log: * Version 0.12. * Patch from Nicholas Clark: coderef in @INC can just return a coderef. * Multiple-perl version PAR files. Search path is now (e.g.): lib/ arch/ 5.6.0/ i386-freebsd/ 5.6.0/i386-freebsd/ ! PAR.pm ____________________________________________________________________________ [ 1566] By: autrijus on 2002/10/20 12:22:25 Log: * update tests to reflect changed main.pl semantic. ! t/1-basic.t ____________________________________________________________________________ [ 1565] By: autrijus on 2002/10/20 12:22:12 Log: * patch from Nicholas Clark: 5.6.0 doesn't have File::Temp core. ! Makefile.PL ____________________________________________________________________________ [ 1561] By: autrijus on 2002/10/19 22:16:33 Log: * changes and signature. ! Changes SIGNATURE ____________________________________________________________________________ [ 1560] By: autrijus on 2002/10/19 22:15:26 Log: * Thie be 0.11. * removed obsoleted test files. ! PAR.pm t/hello.par ____________________________________________________________________________ [ 1559] By: autrijus on 2002/10/19 21:38:12 Log: * todo, manifest, changes to default main.pl semantic. + TODO ! MANIFEST PAR.pm script/par.pl ____________________________________________________________________________ [ 1545] By: autrijus on 2002/10/19 17:24:52 Log: * changes and signature. ! Changes SIGNATURE ____________________________________________________________________________ [ 1544] By: autrijus on 2002/10/19 17:23:23 Log: * 0.10. * XS modules are now supported! * looks in $Config{archname}/ in addition to arch/ for cross-platform PAR files support. ! PAR.pm script/par.pl ____________________________________________________________________________ [ 1542] By: autrijus on 2002/10/19 15:18:30 Log: * changes and signature. ! Changes SIGNATURE ____________________________________________________________________________ [ 1541] By: autrijus on 2002/10/19 15:17:50 Log: * This be 0.06. * cleaned up the documentations. * documents the stand-alone executable's format. ! PAR.pm README script/par.pl ____________________________________________________________________________ [ 1540] By: autrijus on 2002/10/19 15:17:09 Log: * oops, PerlIO::Scalar should read IO::Scalar. ! Makefile.PL ____________________________________________________________________________ [ 1538] By: autrijus on 2002/10/19 14:19:57 Log: * changes and signature. ! Changes SIGNATURE ____________________________________________________________________________ [ 1537] By: autrijus on 2002/10/19 14:18:37 Log: * Version 0.05. * Full DATA section support with PerlIO::scalar or IO::Scalar. * script/par.pl now dies if the .par file is not found. ! Makefile.PL PAR.pm script/par.pl t/1-basic.t t/hello.par ____________________________________________________________________________ [ 1523] By: autrijus on 2002/10/19 02:34:08 Log: * changes and signature. ! Changes SIGNATURE ____________________________________________________________________________ [ 1522] By: autrijus on 2002/10/19 02:31:09 Log: * This be 0.04. * updated manifest and test files. ! MANIFEST t/1-basic.t t/hello.par ____________________________________________________________________________ [ 1521] By: autrijus on 2002/10/19 02:30:49 Log: * feature request from Antti Lankila: stand-alone par executable via -O. * now automatically executes 'main.pl' from .par files. * incoporate a patch for 5.8.0's broken B::C. * updated manpage and instructions. + patches/perl580.diff ! PAR.pm README script/par.pl ____________________________________________________________________________ [ 1520] By: autrijus on 2002/10/18 22:22:27 Log: * changes and signature. ! Changes SIGNATURE ____________________________________________________________________________ [ 1519] By: autrijus on 2002/10/18 22:00:34 Log: * oops. ! Makefile.PL ____________________________________________________________________________ [ 1518] By: autrijus on 2002/10/18 21:59:19 Log: * 0.03. * added par.pl, a stand-alone invocation utility for PAR. * added README. + README script/par.pl ! MANIFEST Makefile.PL PAR.pm ____________________________________________________________________________ [ 1517] By: autrijus on 2002/10/18 20:53:38 Log: * changes and signature. ! Changes SIGNATURE ____________________________________________________________________________ [ 1516] By: autrijus on 2002/10/18 20:52:38 Log: * Officially 0.02. ! PAR.pm ____________________________________________________________________________ [ 1515] By: autrijus on 2002/10/18 20:51:53 Log: * all tests are now mandatory. ! t/1-basic.t ____________________________________________________________________________ [ 1514] By: autrijus on 2002/10/18 20:49:57 Log: * 0.02. * thanks to ton hospel, we don't need Filter::Simple anymore. - PAR/Filter.pm ! MANIFEST Makefile.PL PAR.pm ____________________________________________________________________________ [ 1513] By: autrijus on 2002/10/18 20:24:54 Log: * changes and signature. + Changes SIGNATURE ____________________________________________________________________________ [ 1512] By: autrijus on 2002/10/18 20:23:57 Log: * The Perl Archive Library, version 0.01. + MANIFEST Makefile.PL PAR.pm PAR/Filter.pm t/0-signature.t + t/1-basic.t t/hello.par