summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table/raw.pm
Commit message (Expand)AuthorAgeFilesLines
* don't die when failing to open a device (to get its geometry), skip it insteadPascal Rigaux2004-09-291-8/+15
* try to get geometry from EDDPascal Rigaux2004-09-171-1/+45
* big renaming of field {type} to {pt_type},Pascal Rigaux2004-07-051-2/+2
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-051-1/+1
* add set_best_geometry_for_the_partition_table to use the hd geometry instead ...Pascal Rigaux2004-03-171-1/+7
* - remove the use of BLKRRPART (telling the kernel to re-read the partition ta...Pascal Rigaux2004-01-151-15/+3
* perl_checker fixesPascal Rigaux2004-01-051-1/+1
* perl_checker fixesThierry Vignaud2003-05-231-1/+1
* new perl_checker compliancePascal Rigaux2003-04-171-2/+2
* (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-041-2/+2
* do not use "local *F"Pascal Rigaux2002-12-041-12/+15
* make perl_checker happyPascal Rigaux2002-11-141-1/+1
* 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
* (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
* g Move 2: partition table: hierarchyThierry Vignaud2002-07-231-0/+192