____________________________________________________________________________ [ 3304] By: autrijus on 2003/01/07 12:23:04 Log: * This be 0.62, the 'parl' edition. ! package/parl.nsi ____________________________________________________________________________ [ 3303] By: autrijus on 2003/01/07 12:02:36 Log: * add documentation for parl. * reflect this in makefile.pl and manifest. ! MANIFEST Makefile.PL script/parl.pod ____________________________________________________________________________ [ 3302] By: autrijus on 2003/01/07 12:01:26 Log: * mention parl in documentations. ! PAR.pm script/par.pl script/pp ____________________________________________________________________________ [ 3287] By: autrijus on 2003/01/07 03:50:52 Log: * 2.51, not 0.51. ! script/pp ____________________________________________________________________________ [ 3280] By: autrijus on 2003/01/06 22:35:28 Log: * pp -M and -I was just taking a single value; fixed. ! script/pp ____________________________________________________________________________ [ 3251] By: autrijus on 2003/01/05 22:04:13 Log: * never mind. ! package/parl.nsi ____________________________________________________________________________ [ 3250] By: autrijus on 2003/01/05 22:02:19 Log: * make package from script/, not perl/bin/. ! package/parl.nsi ____________________________________________________________________________ [ 3249] By: autrijus on 2003/01/05 21:43:41 Log: * use windows color. ! package/parl.nsi ____________________________________________________________________________ [ 3195] By: autrijus on 2003/01/05 06:02:20 Log: * the binary par.pl is now called 'parl'. + script/parl.pod ! Makefile.PL myldr/Makefile.PL script/pp ____________________________________________________________________________ [ 3177] By: autrijus on 2003/01/04 19:28:43 Log: * update manifest. ! MANIFEST ____________________________________________________________________________ [ 3176] By: autrijus on 2003/01/04 19:09:46 Log: * make binary packages. + package/parl.nsi - parl.nsi ! MANIFEST.SKIP Makefile.PL ____________________________________________________________________________ [ 3170] By: autrijus on 2003/01/04 16:26:50 Log: * take care of win32 path escaping. ! Makefile.PL myldr/Makefile.PL ____________________________________________________________________________ [ 3168] By: autrijus on 2003/01/04 16:09:08 Log: * Adding another executable: 'parl', the binary par loader (basically just binary par.pl with PAR deps). ! Makefile.PL myldr/Makefile.PL script/par.pl ____________________________________________________________________________ [ 2818] By: autrijus on 2002/12/21 07:06:32 Log: * documentation cleanup. * fix a typo: pp takes '-o', not '-O'. ! PAR.pm script/pp ____________________________________________________________________________ [ 2776] By: autrijus on 2002/12/19 04:50:01 Log: * correctly produce usage information when no args specified. ! script/pp ____________________________________________________________________________ [ 2740] By: autrijus on 2002/12/17 14:45:03 Log: * * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 2737] By: autrijus on 2002/12/17 11:26:03 Log: * This be 0.61, the 'emergency fix' edition. ! PAR.pm ____________________________________________________________________________ [ 2736] By: autrijus on 2002/12/17 11:25:00 Log: * uptodateness of TODO. ! TODO ____________________________________________________________________________ [ 2735] By: autrijus on 2002/12/17 11:23:57 Log: * Extraction of pp-generated scripts were broken due to offset mismatch. Oops. ! script/pp ____________________________________________________________________________ [ 2732] By: autrijus on 2002/12/17 04:55:24 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 2731] By: autrijus on 2002/12/17 04:54:59 Log: * updated tests. ! AUTHORS t/1-basic.t ____________________________________________________________________________ [ 2728] By: autrijus on 2002/12/17 03:40:38 Log: * This be version 0.60. * Document the PAR_CLEARTEMP environment variable and its implications. * Refactor the $0 execution code into _run_member(). ! PAR.pm ____________________________________________________________________________ [ 2727] By: autrijus on 2002/12/17 03:33:08 Log: * POD nits. * For self-contained executables, use the .pm files inside PAR by default, instead of external ones. ! script/par.pl ____________________________________________________________________________ [ 2726] By: autrijus on 2002/12/17 03:12:34 Log: * implement and document multiple input program support for pp. ! script/pp ____________________________________________________________________________ [ 2725] By: autrijus on 2002/12/17 03:11:34 Log: * Fix compilation on darwin, as reported by Randal L. Schwartz. ! myldr/Makefile.PL ____________________________________________________________________________ [ 2721] By: autrijus on 2002/12/15 16:40:41 Log: * CRC32-based temp file for all files inside .par, unless $ENV{PAR_CLEARTEMP} is true. ! PAR.pm ____________________________________________________________________________ [ 2720] By: autrijus on 2002/12/15 16:31:20 Log: * implement persistent tempfile for .so inside PARs. ! PAR/Heavy.pm ____________________________________________________________________________ [ 2719] By: autrijus on 2002/12/15 16:30:29 Log: * Add CRC of FILE into the associated sections. (this is backward-compatible because of '/' as separator) * unless $ENV{PAR_CLEARTEMP} is set, the .so (or .dll) files will *not* be cleared away now. ! script/par.pl ____________________________________________________________________________ [ 2718] By: autrijus on 2002/12/15 15:14:51 Log: * changed script/* invocation from $ARGV[0] to $0, as suggested by Chia-Liang Kao. * starting to implement CRC-based temp file persistence, as suggested by Bill Atkins. ! AUTHORS PAR.pm PAR/Heavy.pm script/par.pl ! script/pp ____________________________________________________________________________ [ 2691] By: autrijus on 2002/12/12 06:50:05 Log: * minor typo. ! PAR.pm ____________________________________________________________________________ [ 2664] By: autrijus on 2002/12/11 01:51:43 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 2663] By: autrijus on 2002/12/11 01:34:41 Log: * This be 0.51. * Fixed incorrect PATH initialization problem on Solaris, as reported by Markus Jansen. ! PAR.pm script/par.pl ____________________________________________________________________________ [ 2578] By: autrijus on 2002/12/03 00:47:52 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 2577] By: autrijus on 2002/12/03 00:33:18 Log: * This be 0.50, the 'thanks to Markus Jansen' edition. ! AUTHORS PAR.pm ____________________________________________________________________________ [ 2576] By: autrijus on 2002/12/03 00:32:31 Log: * Packaged executables will no longer swallow any ARGV options, unless $ARGV[0] happens to be '--par-options'. ! script/par.pl ____________________________________________________________________________ [ 2575] By: autrijus on 2002/12/03 00:31:38 Log: * make -Wall and -Wno-comments to be debug-only; not every compiler is GCC. ! myldr/Makefile.PL ____________________________________________________________________________ [ 2574] By: autrijus on 2002/12/03 00:27:26 Log: * Test for absolute pathname in $Config{cc}; also test for -x first in case of erroneous MM->maybe_command. ! Makefile.PL ____________________________________________________________________________ [ 2334] By: autrijus on 2002/11/23 21:31:54 Log: * patch from Robert Allerstorfer to enable buildilng on Win32 with MinGW. ! AUTHORS myldr/Makefile.PL ____________________________________________________________________________ [ 2324] By: autrijus on 2002/11/23 14:22:52 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 2323] By: autrijus on 2002/11/23 14:21:11 Log: * Version 0.49. ! PAR.pm ____________________________________________________________________________ [ 2322] By: autrijus on 2002/11/23 14:20:39 Log: * Now generate META.yml instead of META.yaml in accord with Module::Build's convention. ! script/pp ____________________________________________________________________________ [ 2294] By: autrijus on 2002/11/22 14:55:30 Log: * use $Config{version} as the perl version number instead of the old, kludged way. ! PAR.pm ____________________________________________________________________________ [ 2193] By: autrijus on 2002/11/15 17:58:13 Log: * generalized nmake fetching device. ! Makefile.PL ____________________________________________________________________________ [ 2191] By: autrijus on 2002/11/15 15:04:38 Log: * adding the nmake fetching device. ! Makefile.PL ____________________________________________________________________________ [ 2146] By: autrijus on 2002/11/14 00:22:12 Log: * evil ideas that struck me in the dreams. ! TODO ____________________________________________________________________________ [ 2106] By: autrijus on 2002/11/13 11:10:25 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 2105] By: autrijus on 2002/11/13 11:00:51 Log: * This be 0.48, the "ActivePerl 5.6 works" edition. ! PAR.pm ____________________________________________________________________________ [ 2104] By: autrijus on 2002/11/13 10:59:21 Log: * turns out that Win32 doesn't need UNLINK => 1 at all. ! PAR.pm script/par.pl ____________________________________________________________________________ [ 2103] By: autrijus on 2002/11/13 10:58:51 Log: * when we say -q we mean -q. ! script/pp ____________________________________________________________________________ [ 2102] By: autrijus on 2002/11/13 09:55:09 Log: * in earlier perl there's no returning of _destruct. ! myldr/main.c ____________________________________________________________________________ [ 2101] By: autrijus on 2002/11/13 09:51:40 Log: * handles ithreads initiation. * fixed ActiverPerl 5.6's memory allocation problem reported by Glenn and Hirosi Taguti. ! myldr/main.c ____________________________________________________________________________ [ 2100] By: autrijus on 2002/11/13 09:48:48 Log: * fix suffixes used by temporary perl modules * merge Mattia's PAR.pm patch to par.pl. ! script/par.pl ____________________________________________________________________________ [ 2077] By: autrijus on 2002/11/10 09:20:23 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 2076] By: autrijus on 2002/11/10 06:34:19 Log: * This be 0.47. ! myldr/main.c ____________________________________________________________________________ [ 2075] By: autrijus on 2002/11/10 06:33:51 Log: * Perl 5.6.1 doesn't have PERL_EXIT_DESTRUCT_END, and needs some additional tweaking. (Reported by Hirosi Taguti) ! AUTHORS PAR.pm ____________________________________________________________________________ [ 2073] By: autrijus on 2002/11/09 23:35:00 Log: * pod nits. ! script/pp ____________________________________________________________________________ [ 2072] By: autrijus on 2002/11/09 23:34:48 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 2071] By: autrijus on 2002/11/09 22:42:14 Log: * This be 0.46, the 'Win32 standalone exe works' edition. * Updates information about a shared Perl58.dll (or Perl56.dll) is still needed for stand-alone binaries on Win32. ! PAR.pm README script/pp ____________________________________________________________________________ [ 2070] By: autrijus on 2002/11/09 22:35:42 Log: * some missing binmode() for win32. ! script/par.pl ____________________________________________________________________________ [ 2069] By: autrijus on 2002/11/09 22:31:04 Log: * fix for Win32 where %:: doesn't contain the .pm files needed to bundle modules in par.pl -B. (Reported by Glenn Mabbutt) ! script/par.pl ____________________________________________________________________________ [ 2068] By: autrijus on 2002/11/09 09:04:42 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 2063] By: autrijus on 2002/11/08 20:39:30 Log: * Version 0.45. * Add Tim Conrow to AUTHORS. ! AUTHORS PAR.pm ____________________________________________________________________________ [ 2062] By: autrijus on 2002/11/08 20:36:23 Log: * 'pp -r' was unable to run without '.' in PATH. fixed. * the external 'file' magic checker does not exist everywhere -- now checks for its availability first. ! script/pp ____________________________________________________________________________ [ 2061] By: autrijus on 2002/11/08 20:34:22 Log: * handles END blocks during destruction. (originally reported by Tim Conrow) * excised unneeded prepare_args(). * moves load_me_2 from eval_pv into the -e argument -- otherwise pp_exit fails jumping out. ! myldr/main.c ____________________________________________________________________________ [ 2060] By: autrijus on 2002/11/08 20:31:07 Log: * applied patch from Tim Conrow: prevent Makefile.PL's argument from being passed to xsinit(). ! myldr/Makefile.PL ____________________________________________________________________________ [ 2059] By: autrijus on 2002/11/08 20:29:56 Log: * add selected _tmpfile patch from Mattia Barbon to skip File::Temp::_deferred_unlink on win32. * removed manual flushing code because it inhibits other package's END block. ! PAR.pm ____________________________________________________________________________ [ 2055] By: autrijus on 2002/11/08 14:37:59 Log: * This be 0.44. * Documentation changes. ! README TODO ____________________________________________________________________________ [ 2054] By: autrijus on 2002/11/08 14:37:27 Log: * fixed the mis-loading SO files problem in Heavy.pm. ! PAR/Heavy.pm script/par.pl ____________________________________________________________________________ [ 2053] By: autrijus on 2002/11/08 14:36:57 Log: * mention 'pp' in docs. * allows using pp-packaged executables as PAR files. * applied Martia Barbon's _tempfile patch as a fail-back to IO::File->new_tmpfile. ! PAR.pm ____________________________________________________________________________ [ 2052] By: autrijus on 2002/11/08 14:35:33 Log: * 'pp' is useful without binary 'par', so install it anyway. ! Makefile.PL ____________________________________________________________________________ [ 2051] By: autrijus on 2002/11/08 14:34:59 Log: * refactored 'pp' to excise unused code. * MANIFEST and META.yaml are now generated. * s/compile/package/ in docs. ! script/pp ____________________________________________________________________________ [ 2045] By: autrijus on 2002/11/07 14:40:23 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 2041] By: autrijus on 2002/11/07 14:20:27 Log: * 0.43. * retracted par.pl unzip hook because it breaks dynamic loading. ! PAR.pm script/par.pl ____________________________________________________________________________ [ 2031] By: autrijus on 2002/11/07 02:07:47 Log: * l10n. ! t/0-signature.t ____________________________________________________________________________ [ 2030] By: autrijus on 2002/11/07 00:23:11 Log: * changes. (signature temporarily out of commission) ! Changes ____________________________________________________________________________ [ 2029] By: autrijus on 2002/11/07 00:22:37 Log: * This be 0.42, the "Win32 Works!" edition. ! PAR.pm ____________________________________________________________________________ [ 2028] By: autrijus on 2002/11/07 00:13:50 Log: * par now officially works on win32. ! PAR.pm script/par.pl ____________________________________________________________________________ [ 2027] By: autrijus on 2002/11/06 23:01:46 Log: * nmake doesn't support .DEFAULTS, duh. ! myldr/Makefile.PL ____________________________________________________________________________ [ 2026] By: autrijus on 2002/11/06 23:01:32 Log: * utilize HAS_PROCSELFEXE to correctly get $0. * fix $0 by finding it in path on other systems. ! myldr/main.c script/par.pl ____________________________________________________________________________ [ 2022] By: autrijus on 2002/11/06 12:05:07 Log: * Version 0.41. ! PAR.pm ____________________________________________________________________________ [ 2021] By: autrijus on 2002/11/06 12:04:04 Log: * pp -M was broken. fixed. ! script/pp ____________________________________________________________________________ [ 2020] By: autrijus on 2002/11/06 10:54:32 Log: * now IO::File only gets overridden when $PAR::__reading is true -- that makes normal use of IO::File possible. ! PAR.pm script/par.pl ____________________________________________________________________________ [ 2019] By: autrijus on 2002/11/06 10:53:56 Log: * add jeff goff to authors for the name 'pp'. ! AUTHORS ____________________________________________________________________________ [ 2017] By: autrijus on 2002/11/05 22:03:25 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 2016] By: autrijus on 2002/11/05 22:02:09 Log: * This be version 0.40. * The 'pp' program, a clone of perlcc, now supercedes 'makepar.pl'; please type 'perldoc pp' after installation. ! PAR.pm ____________________________________________________________________________ [ 2015] By: autrijus on 2002/11/05 21:56:38 Log: * option and message tweaks. ! script/pp ____________________________________________________________________________ [ 2014] By: autrijus on 2002/11/05 21:47:18 Log: * fix warnings. ! script/pp ____________________________________________________________________________ [ 2013] By: autrijus on 2002/11/05 21:43:37 Log: * POD typo and style fix. ! script/pp ____________________________________________________________________________ [ 2012] By: autrijus on 2002/11/05 21:40:13 Log: * par.pl now takes -q to be quiet. ! script/par.pl ____________________________________________________________________________ [ 2011] By: autrijus on 2002/11/05 21:39:54 Log: * reflect last change in support files. ! MANIFEST MANIFEST.SKIP Makefile.PL README ____________________________________________________________________________ [ 2010] By: autrijus on 2002/11/05 21:39:16 Log: * 'pp', with an interface mimicking perlcc, now officially supercedes makepar.pl. + script/pp - script/makepar.pl ____________________________________________________________________________ [ 2007] By: autrijus on 2002/11/05 19:54:09 Log: * bump version. ! PAR.pm ____________________________________________________________________________ [ 2006] By: autrijus on 2002/11/05 19:45:50 Log: * oops. i meant 0.10. ! Makefile.PL script/makepar.pl ____________________________________________________________________________ [ 2005] By: autrijus on 2002/11/05 19:45:13 Log: * update to scandeps 0.03. ! script/makepar.pl ____________________________________________________________________________ [ 2004] By: autrijus on 2002/11/05 19:37:18 Log: * better diagnostics when no program file specified. ! PAR.pm ____________________________________________________________________________ [ 2003] By: autrijus on 2002/11/05 19:36:54 Log: * make perl 5.6 happy. ! myldr/main.c ____________________________________________________________________________ [ 1989] By: autrijus on 2002/11/05 14:18:54 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 1988] By: autrijus on 2002/11/05 14:18:45 Log: * fix manifest, again. + MANIFEST.SKIP ! MANIFEST ____________________________________________________________________________ [ 1987] By: autrijus on 2002/11/05 14:12:21 Log: * 0.30, for real. * Thank Mattia Barbon and his App::Packer! ! AUTHORS ____________________________________________________________________________ [ 1986] By: autrijus on 2002/11/05 14:12:01 Log: * fix manifest. ! MANIFEST ____________________________________________________________________________ [ 1985] By: autrijus on 2002/11/05 14:10:43 Log: * 0.30. * full stand-alone binary support for PAR landed! + myldr/Makefile.PL myldr/file2c.pl myldr/main.c - patches/perl580.diff ! MANIFEST Makefile.PL README TODO ! script/makepar.pl script/par.pl ____________________________________________________________________________ [ 1923] By: autrijus on 2002/11/04 13:29:44 Log: * add a hint to self. ! PAR.pm ____________________________________________________________________________ [ 1907] By: autrijus on 2002/11/04 08:04:07 Log: * we're a toolkit now. ! Makefile.PL PAR.pm README ____________________________________________________________________________ [ 1873] By: autrijus on 2002/11/03 19:22:45 Log: * reword 0-signature.t a bit for readability. ! t/0-signature.t ____________________________________________________________________________ [ 1872] By: autrijus on 2002/11/03 19:22:24 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 1857] By: autrijus on 2002/11/03 12:45:26 Log: * This be 0.22. * %DATACache no longer used. ! PAR.pm ____________________________________________________________________________ [ 1856] By: autrijus on 2002/11/03 12:42:26 Log: * oops, the DL extension loading was bad. * stub __DATA__ handle no longer needed. ! PAR/Heavy.pm ____________________________________________________________________________ [ 1855] By: autrijus on 2002/11/03 12:41:13 Log: * Matt Sergeant's suggestion obsoletes PerlIO::scalar and IO::Scalar with IO::File. ! AUTHORS Makefile.PL PAR.pm script/par.pl ____________________________________________________________________________ [ 1853] By: autrijus on 2002/11/03 10:10:27 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 1847] By: autrijus on 2002/11/02 21:08:04 Log: * 0.21, the General Availability (for non-perlcc usage) edition. ! PAR.pm ____________________________________________________________________________ [ 1846] By: autrijus on 2002/11/02 21:06:21 Log: * adjust load sequence and complain when loading fails. * excise BSDPAN. ! script/par.pl ____________________________________________________________________________ [ 1845] By: autrijus on 2002/11/02 21:03:41 Log: * list caveats pointer to TODO ! README script/makepar.pl ____________________________________________________________________________ [ 1843] By: autrijus on 2002/11/02 20:34:25 Log: * doc tweak for par.pl. ! script/par.pl ____________________________________________________________________________ [ 1842] By: autrijus on 2002/11/02 20:33:51 Log: * provide minimal documentation for PAR::Heavy. ! PAR/Heavy.pm ____________________________________________________________________________ [ 1841] By: autrijus on 2002/11/02 20:33:29 Log: * Module::ScanDeps 0.01 was broken. Bump dep to 0.02. ! Makefile.PL ____________________________________________________________________________ [ 1834] By: autrijus on 2002/11/02 15:38:50 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 1822] By: autrijus on 2002/11/02 02:02:32 Log: * This be 0.20. * Mention my slides at . ! PAR.pm README ____________________________________________________________________________ [ 1821] By: autrijus on 2002/11/02 01:59:51 Log: * Add perlcc caveats into TODO. ! TODO ____________________________________________________________________________ [ 1820] By: autrijus on 2002/11/02 01:53:52 Log: * massively refactored into Module::ScanDeps. ! script/makepar.pl ____________________________________________________________________________ [ 1819] By: autrijus on 2002/11/02 01:51:12 Log: * we now depend on Module::ScanDeps for makepar.pl. ! Makefile.PL ____________________________________________________________________________ [ 1814] By: autrijus on 2002/11/01 22:07:29 Log: * add comments. * load external PerlIO::scalar and File::Temp if possible. ! script/par.pl ____________________________________________________________________________ [ 1813] By: autrijus on 2002/11/01 16:20:10 Log: * reflect -b/-B distinction in documentation. ! README script/makepar.pl ____________________________________________________________________________ [ 1812] By: autrijus on 2002/11/01 16:19:49 Log: * complete self-loading sequence. * -b now ditches core modules; -B includes them. ! script/par.pl ____________________________________________________________________________ [ 1811] By: autrijus on 2002/11/01 16:19:11 Log: * complement last change. ! PAR.pm ____________________________________________________________________________ [ 1810] By: autrijus on 2002/11/01 16:18:49 Log: * refactor _init_dynaloader() into PAR::Heavy. + PAR/Heavy.pm ! MANIFEST ____________________________________________________________________________ [ 1792] By: autrijus on 2002/10/30 21:52:34 Log: * pod tweaks. ! README script/makepar.pl ____________________________________________________________________________ [ 1790] By: autrijus on 2002/10/30 19:00:24 Log: * copying the doc into README. * binary bundling cannot use makepar.pl -S, fixed docs. ! README script/makepar.pl ____________________________________________________________________________ [ 1789] By: autrijus on 2002/10/30 18:54:59 Log: * document tweak, suggested by coral. ! script/makepar.pl ____________________________________________________________________________ [ 1788] By: autrijus on 2002/10/30 18:48:54 Log: * finally, a working perl2exe/perlapp alone. ! script/makepar.pl ____________________________________________________________________________ [ 1787] By: autrijus on 2002/10/30 18:48:40 Log: * -B now bundles the necessary .pm and .ix too. ! script/par.pl ____________________________________________________________________________ [ 1786] By: autrijus on 2002/10/30 18:48:21 Log: * fix mis-podifying paragraph. ! PAR.pm ____________________________________________________________________________ [ 1785] By: autrijus on 2002/10/30 17:24:11 Log: * add core module ignore feature: -s and -S ! script/makepar.pl ____________________________________________________________________________ [ 1781] By: autrijus on 2002/10/30 10:30:55 Log: * include it in the distribution. ! MANIFEST Makefile.PL ____________________________________________________________________________ [ 1780] By: autrijus on 2002/10/30 10:30:45 Log: * documentations, -M and -I support, and some more. ! script/makepar.pl ____________________________________________________________________________ [ 1779] By: autrijus on 2002/10/30 10:05:38 Log: * making it -w clean. * now prints percentage of things written. ! script/makepar.pl ____________________________________________________________________________ [ 1778] By: autrijus on 2002/10/30 09:30:11 Log: * now with -B support for script/ inclusion. ! script/makepar.pl ____________________________________________________________________________ [ 1777] By: autrijus on 2002/10/30 09:21:00 Log: * finished! ! script/makepar.pl ____________________________________________________________________________ [ 1776] By: autrijus on 2002/10/30 09:12:54 Log: * rename to makepar. +> script/makepar.pl - script/depscan.pl ____________________________________________________________________________ [ 1774] By: autrijus on 2002/10/30 08:12:32 Log: * some tweaks to separate warnings. ! script/depscan.pl ____________________________________________________________________________ [ 1773] By: autrijus on 2002/10/30 08:10:35 Log: * depscan, courtesy of Indy Singh. + script/depscan.pl ____________________________________________________________________________ [ 1709] By: autrijus on 2002/10/27 22:02:16 Log: * tpyo. ! PAR.pm ____________________________________________________________________________ [ 1708] By: autrijus on 2002/10/27 20:53:08 Log: * updates test case. ! t/1-basic.t t/hello.par ____________________________________________________________________________ [ 1707] By: autrijus on 2002/10/27 20:52:53 Log: * see the last two changes, applied to par.pl this time. ! script/par.pl ____________________________________________________________________________ [ 1706] By: autrijus on 2002/10/27 20:51:25 Log: * use warnings. that helped us catch a (nonserious) bug. * no strict nor warnings for the included program. ! PAR.pm ____________________________________________________________________________ [ 1705] By: autrijus on 2002/10/27 20:49:01 Log: * Win32 doesn't want PerlIO::scalar at all. * Glenn reported that earlier Archive::Zip doesn't work. ! Makefile.PL ____________________________________________________________________________ [ 1704] By: autrijus on 2002/10/27 17:36:03 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 1703] By: autrijus on 2002/10/27 17:33:48 Log: * This be version 0.15. * Added contributor list. + AUTHORS ! MANIFEST PAR.pm ____________________________________________________________________________ [ 1702] By: autrijus on 2002/10/27 17:24:23 Log: * More PerlIO::scalar unwelcomeness on MSWin32. * This makes all test pass on that platform. ! PAR.pm ____________________________________________________________________________ [ 1700] By: autrijus on 2002/10/27 17:19:33 Log: * Win32 doesn't like single quotes in qx(). ! t/1-basic.t ____________________________________________________________________________ [ 1698] By: autrijus on 2002/10/27 17:12:31 Log: * For some reason, the PerlIO::scalar way doesn't work on win32. ! PAR.pm ____________________________________________________________________________ [ 1694] By: autrijus on 2002/10/27 10:18:21 Log: * changes and signatures. ! Changes SIGNATURE ____________________________________________________________________________ [ 1693] By: autrijus on 2002/10/27 10:16:25 Log: * RCS headers. ! script/par.pl ____________________________________________________________________________ [ 1692] By: autrijus on 2002/10/27 10:15:27 Log: * 0.14. * Fixed -B omission bug pointed out by Glenn Mabbutt. * style fixes. ! PAR.pm script/par.pl ____________________________________________________________________________ [ 1653] By: autrijus on 2002/10/24 22:04:57 Log: * let's start anew with some reformatting. ! PAR.pm ____________________________________________________________________________ [ 1596] By: autrijus on 2002/10/21 20:30:14 Log: * suggestion from #perl. ! TODO ____________________________________________________________________________ [ 1595] By: autrijus on 2002/10/21 20:28:13 Log: * Beginning backporting to Perl 5.004. * Jan Dubois pointed out a chunk of code that needs comment, lest it obfusticates itself too much. ! PAR.pm ____________________________________________________________________________ [ 1594] By: autrijus on 2002/10/21 17:13:57 Log: * changes and signature. ! Changes SIGNATURE ____________________________________________________________________________ [ 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