Re: [Freedos-devel] Re: [Freedos-cvs] freecom/cmd if.c,1.7,1.8 dir.c,1.22,1.23

2005-07-30 Thread tom ehlert
Hello Arkady, KD +{ KD +int shift; KD +for (shift = 21; --shift;) KD +{ KD +if ((clustersize 1) == 0) clustersize = 1; KD +else KD FAT32_Free_Space.free_clusters = 1; KD +

[Freedos-devel] re: Some further question about FreeCOM

2005-07-30 Thread Eric Auer
Hi, Anyway, my main question was about the reason why the memory image must be swapped, instead of reloaded from file. Reload from file would be a lot slower. Unless you use a disk cache of course, but even then, you have a problem with diskettes: If you started FreeCOM from A:, then you would

Re: [Freedos-devel] Re: [Freedos-cvs] freecom/cmd dir.c,1.20,1.21

2005-07-30 Thread Aitor Santamaría Merino
Hi, Florian Xaver escribió: Hi! true, but according to TC docs, toupper() supports EOF (-1 I believe) to 255 and any non-lowercase item is returned unchanged; so no check should be necessary. I suppose we could explicitly check for a letter argument and return syntax error if not (since