aboutsummaryrefslogtreecommitdiffstats
path: root/compress_files
Commit message (Expand)AuthorAgeFilesLines
* a bit more consistency in various file headersGuillaume Rousse2018-08-041-1/+0
* drop support for LZMAThierry Vignaud2015-08-281-4/+2
* Fix $_ in compress_files.Shlomi Fish2015-07-251-30/+39
* Fix warnings/etc. on recent perls.Shlomi Fish2015-07-251-1/+5
* Use xz -2ef options to optimize compression for man and info files, which are...Dan Fandrich2013-12-221-1/+1
* simplify xargs() usage now that all callers care about its return valueThierry Vignaud2013-12-221-7/+5
* perl_checker cleanupsThierry Vignaud2013-12-221-19/+23
* no need for these funcs to be variablesThierry Vignaud2013-12-221-22/+25
* Abort with an error message if compress_files has problems compressingDan Fandrich2013-12-221-1/+3
* Synthesized commit during git-svn import combining previous Mandriva history ...Mageia SVN-Git Migration2012-01-011-1/+1
* xz 5.0 do not support --text option now0.31.4Funda Wang2010-11-221-1/+1
* oopdGuillaume Rousse2009-05-081-4/+4
* cosmeticsGuillaume Rousse2009-05-081-13/+13
* drop hardlink handling, as current implementation doesn't work (uncompression...Guillaume Rousse2009-05-081-36/+7
* fix exception handling:Guillaume Rousse2009-05-081-11/+8
* fix syntax error (bug #50724)v0.30.1Götz Waschk2009-05-081-1/+0
* * replace deprecated 'lzmash' command with 'lzma'Per Øyvind Karlsen2009-05-071-3/+6
* no more external chmod command useGuillaume Rousse2008-05-081-2/+6
* no more usage of external find commandGuillaume Rousse2008-05-081-11/+11
* anonymous callbacks onlyGuillaume Rousse2008-05-081-33/+33
* no more call to external commands for file linking and deletionsGuillaume Rousse2008-05-081-7/+7
* code factorisationGuillaume Rousse2008-05-081-58/+34
* don't use external find command, but File::Find everywhere, and honour EXCLUD...Guillaume Rousse2008-05-061-5/+68
* more cleanupGuillaume Rousse2008-02-101-5/+6
* use same pattern-based exclusion mecanism as other scriptsGuillaume Rousse2008-02-101-16/+9
* reorder code, with function at the endGuillaume Rousse2008-02-101-68/+63
* use File::Basename module for dirname() and basename() functionsGuillaume Rousse2008-02-101-16/+1
* no need for such headers in file, we have versionning systemGuillaume Rousse2008-02-101-11/+2
* sanitize usage and test of buildroot env varGuillaume Rousse2008-01-291-3/+5
* use strictures and warnings in all perl scriptsGuillaume Rousse2008-01-291-0/+2
* drop ugly hack of re-executing itself after decompressing files with other fo...Guillaume Rousse2007-09-071-3/+9
* fix indentation, and spacing aroung operatorsGuillaume Rousse2007-09-071-65/+70
* pass compression format as an argument to compress_file, and bump releasev0.27.1Guillaume Rousse2007-09-041-9/+25
* - lzma use --text optionOlivier Thauvin2007-07-121-1/+1
* - switch to lzma compressionOlivier Thauvin2007-07-121-6/+8
* perl_checker cleanupsThierry Vignaud2004-08-021-46/+48
* Remove orphan link only for manpage.Chmouel Boudjnah2000-04-071-3/+3
* "Seethechangelog"Chmouel Boudjnah2000-04-061-1/+1
* When we find an orphan man pages, erase it (any better idea ?)Chmouel Boudjnah2000-04-061-1/+5
* If we found gzip file decompress and bzip2 thme.Chmouel Boudjnah2000-03-241-0/+3
* Don't compress whatis and dir in /usr/{info|man}.Chmouel Boudjnah2000-03-231-1/+1
* * use EXCLUDE_FROM_COMPRESS env variable to list files to exlcudeFrederic Lepied2000-02-281-1/+17
* Initial revisionCookertopic/MandrakeSoftChmouel Boudjnah2000-02-181-0/+167