summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table
Commit message (Expand)AuthorAgeFilesLines
* (test_for_bad_drives): don't open in write mode when testingPascal Rigaux2003-02-221-1/+1
* to workaround perl bug removing UTF8 flag when passing scalars to die's, passGuillaume Cottenceau2003-02-191-1/+1
* add "OS/2 boot manager" (see bug #1338)Pascal Rigaux2003-02-111-0/+1
* English proofreading (first pass)Pablo Saratxaga2003-01-211-1/+1
* use internal_error instead of die for better error message (esp. backtrace)Pascal Rigaux2003-01-071-1/+1
* remove unused variables or rename them with an underscore (eg: $o becomes $_o)Pascal Rigaux2002-12-043-6/+5
* fix typo ($hd is not available in read_header(), so don't use it)Pascal Rigaux2002-12-041-1/+1
* do not use "local *F"Pascal Rigaux2002-12-048-81/+82
* perl_checker adaptationsPascal Rigaux2002-11-271-2/+2
* make perl_checker happyPascal Rigaux2002-11-143-3/+3
* - add/remove spaces to make perl_checker happyPascal Rigaux2002-11-142-2/+2
* add/remove spaces to make perl_checker happyPascal Rigaux2002-11-131-1/+1
* add/remove some spaces to make perl_checker happyPascal Rigaux2002-11-121-1/+1
* add or remove spaces where need to please perl_checkerPascal Rigaux2002-11-112-3/+3
* - use "foreach" instead of "for" in list contextPascal Rigaux2002-11-111-1/+1
* - do not use "foreach $var (...) {...}" use "foreach my $var (...) {...}" ins...Pascal Rigaux2002-11-111-5/+3
* various small syntax enhancements to please perl_checkerPascal Rigaux2002-11-111-1/+1
* remove unneeded parentheses on the right side of infix if/foreach/unlessPascal Rigaux2002-11-061-1/+1
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-1/+1
* (partition_table::dos::last_usable_sector): don't use totalsectors, compute i...Pascal Rigaux2002-08-281-0/+6
* (test_for_bad_drives): classify error messages (either read, write or somethi...Pascal Rigaux2002-08-271-5/+6
* add Acronis bootloader magicPascal Rigaux2002-08-111-0/+1
* make new perl_checker happy (and that's not easy!)Pascal Rigaux2002-07-311-1/+1
* Help "perl -cw" not reporting any warningPascal Rigaux2002-07-251-8/+5
* g Move 2: partition table: hierarchyThierry Vignaud2002-07-238-0/+1382