aboutsummaryrefslogtreecommitdiffstats
path: root/Packdrakeng.pm
Commit message (Collapse)AuthorAgeFilesLines
* - s/mandrake/mandriva/Olivier Thauvin2005-09-061-2/+2
|
* If extracting an archive to an undefined directory, output to stdout.Rafael Garcia-Suarez2005-08-231-4/+9
| | | | | (used by urpmq)
* Use destdir = "." if not specified.Rafael Garcia-Suarez2005-08-221-18/+18
| | | | | Don't use warnings.
* let it pass perl_checkerThierry Vignaud2005-08-191-1/+1
|
* (tempfile) display which file we failed to createThierry Vignaud2005-08-191-1/+1
|
* Create temp file in $TMPDIR instead of $TMP, and warn when creation failedRafael Garcia-Suarez2005-06-161-4/+7
|
* packdrake: remove dirty message when decompressing without Compress::Zlib5.0.20Pascal Rigaux2005-04-041-1/+4
|
* POD fixes.Rafael Garcia-Suarez2005-02-281-10/+10
|
* toc_f_count wasn't stored in the Packdrakeng object, and it's used byRafael Garcia-Suarez2005-02-281-3/+4
| | | | | rpmdrake's search progress bar. (bug 14008)
* More filehandle cleanupRafael Garcia-Suarez2005-01-071-1/+2
|
* - Fix options parsingOlivier Thauvin2005-01-031-2/+4
| | | | | - 5.0.8
* - fix data read detection when using cacheOlivier Thauvin2005-01-031-1/+4
|
* - speedup uncompress functionOlivier Thauvin2004-12-301-92/+127
| | | | | - factorize code
* - add infofile() functionOlivier Thauvin2004-12-201-6/+43
| | | | | - more doc
* Ensure Packdrakeng::zlib loads properly, and is not used if Compress::ZlibRafael Garcia-Suarez2004-12-171-0/+1
| | | | | is not available
* Simplify optional module loadingRafael Garcia-Suarez2004-12-171-7/+7
|
* Don't invoke compression/decompression subroutines as methodsRafael Garcia-Suarez2004-12-161-6/+3
|
* - more docsv5_0_5Olivier Thauvin2004-12-151-0/+27
|
* Fix indentation and capitalize some warning messagesRafael Garcia-Suarez2004-12-141-107/+106
|
* Use $pack->{log}() instead of warn(), so --quiet works againRafael Garcia-Suarez2004-12-141-36/+36
|
* - fix mkpathOlivier Thauvin2004-12-141-2/+4
|
* - 5.0.3Olivier Thauvin2004-12-141-3/+3
| | | | | - fix mkpath
* - don't use File::* modulesOlivier Thauvin2004-12-141-2/+23
|
* Explicit import list for POSIXRafael Garcia-Suarez2004-12-131-1/+1
|
* - s/use/eval {require}/ on Compress::Zlib, so it can works without itOlivier Thauvin2004-12-131-128/+7
|
* Pull $VERSION from CVSRafael Garcia-Suarez2004-12-091-5/+1
|
* POD fixRafael Garcia-Suarez2004-12-071-1/+3
|
* Minor doc fixesRafael Garcia-Suarez2004-12-071-48/+49
|
* - 5.0.05.0.0Olivier Thauvin2004-12-061-68/+92
| | | | | - more test and fix
* - fix dir / symlink creationOlivier Thauvin2004-12-061-9/+15
| | | | | - add test
* - fix small typos in docsMichael Scherer2004-12-061-23/+23
|
* - fix data length detection in extern_compressOlivier Thauvin2004-12-051-19/+30
| | | | | - add test
* - rename packdrakeng.pm to Packdrakeng.pm to follow perl policyOlivier Thauvin2004-12-051-0/+853