summaryrefslogtreecommitdiffstats
path: root/perl-install/resize_fat
Commit message (Collapse)AuthorAgeFilesLines
* kill $Id:$ tagsThierry Vignaud2014-06-079-9/+9
| | | | they're obsolete since switching from CVS/SVN to git...
* kill dead emailsThierry Vignaud2012-01-271-1/+1
|
* - perl -pi -e 's!hard drive!hard disk drive!'Ahmad Samir2011-04-041-1/+1
|
* String changes: perl -pi -e 's!file system!filesystem!'Ahmad Samir2011-04-041-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-02-0610-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with Mageia. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line Add drakx structure on the SVN ------------------------------------------------------------------------ r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned advertising ------------------------------------------------------------------------ r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line Import Clean perl-install ------------------------------------------------------------------------ r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line Add cleaned files ------------------------------------------------------------------------ r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned kernel ------------------------------------------------------------------------ r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line Import cleaned tools ------------------------------------------------------------------------ r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line Import stage1 ------------------------------------------------------------------------ r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line Import images ------------------------------------------------------------------------ r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines readd missing file ------------------------------------------------------------------------ r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line Import rescue ------------------------------------------------------------------------ r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines import cleaned rescue for Mageia ------------------------------------------------------------------------ r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line import (cleaned) doc ------------------------------------------------------------------------
* - Allow resizing empty FAT (#58770)Pascal Terjan2010-04-151-1/+9
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-5/+0
|
* don't need use MDK::Common... when we have "use common" (which is the ↵Pascal Rigaux2005-06-101-1/+0
| | | | standard for libDrakX modules)
* gcc 4.0 was choking on lvalues of unpredictable type.Rafael Garcia-Suarez2005-05-061-2/+5
|
* remove old debug codePascal Rigaux2005-04-131-1/+0
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-133-4/+4
|
* prototypes are dangerousPascal Rigaux2004-09-101-1/+1
|
* kill warningsThierry Vignaud2004-09-091-0/+3
|
* remove check_mounted(), it is done by diskdrakePascal Rigaux2004-08-121-11/+0
|
* perl_checker compliancePascal Rigaux2004-08-121-3/+2
|
* perl_checker fixesPascal Rigaux2004-01-051-1/+1
|
* perl_checker adaptations + fixesPascal Rigaux2003-04-241-1/+1
|
* new perl_checker compliancePascal Rigaux2003-04-172-4/+4
|
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-043-3/+3
|
* perl_checker adaptationsPascal Rigaux2002-11-282-4/+4
|
* remove debug codePascal Rigaux2002-11-281-1/+0
|
* to export, one needs to inheritate from ExporterPascal Rigaux2002-11-281-1/+1
|
* perl_checker adaptationsPascal Rigaux2002-11-273-13/+10
|
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-142-3/+3
| | | | | | - remove redundant parentheses - add some parentheses for clarity
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-2/+2
|
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-113-4/+4
|
* - use "foreach" instead of "for" in list contextPascal Rigaux2002-11-111-1/+1
| | | | | - use "for" instead of "foreach" when used a la C
* various small syntax enhancements to please perl_checkerPascal Rigaux2002-11-111-2/+2
|
* make perl_checker happy again (replacing "{xx}->{yy}" by "{xx}{yy}")Pascal Rigaux2002-07-312-3/+3
|
* make new perl_checker happyPascal Rigaux2002-07-311-20/+1
|
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-312-2/+2
|
* ensure things build as they should when perl is upgraded on compilation boxPascal Rigaux2002-07-221-1/+1
| | | | | (using a nice scheme: make || make)
* fixPascal Rigaux2001-08-071-1/+1
|
* switch to MDK::Common (i wonder why it was not done yet)Pascal Rigaux2001-07-301-3/+4
|
* move to MDK::Common, bool->to_boolPascal Rigaux2001-07-245-5/+5
|
* s/Linux-Mandrake/Mandrake Linux/Pascal Rigaux2001-06-212-2/+2
| | | | | | s/linux-mandrake/mandrakesoft/ (hand made, no i18n messages done)
* no_commentPascal Rigaux2000-09-149-9/+9
|
* no_commentPascal Rigaux2000-08-111-1/+5
|
* no_commentPascal Rigaux2000-08-061-6/+11
|
* *** empty log message ***Francois Pons2000-05-021-3/+5
|
* *** empty log message ***Francois Pons2000-05-023-2/+5
|
* *** empty log message ***Francois Pons2000-04-142-10/+25
|
* *** empty log message ***Francois Pons2000-04-114-19/+87
|
* no_commentPascal Rigaux2000-03-301-1/+2
|
* no_commentPascal Rigaux2000-02-111-1/+1
|
* *** empty log message ***Francois Pons2000-02-095-23/+29
|
* no_commentPascal Rigaux2000-02-091-1/+1
|
* *** empty log message ***Francois Pons2000-02-096-28/+81
|
* no_commentPascal Rigaux2000-02-091-11/+7
|
* no_commentPascal Rigaux2000-01-011-1/+1
|