Re: [Freedos-devel] dir /od

2022-01-02 Thread tom ehlert
>> How (also when) will this patch (and other patches) make it into the >> official freecom repo? I have no idea about if, where and when. Maybe ask the project coordinator? >> (I'm still confused by all the different private, public, official, >> semi-official repos. So no offense. I'm just c

Re: [Freedos-devel] Installer NLS Questions

2022-01-02 Thread Jerome Shidel
Hi Emir, Since I haven’t got around to making a doc for creating the V8F font files, here is the easiest way… For Turkish, make sure you have a copy of the raw font from FD-NLS. https://github.com/shidel/fd-nls/blob/master/fdi/language/CP857.FNT

Re: [Freedos-devel] dir /od

2022-01-02 Thread Robert Riebisch
Hi all, > How (also when) will this patch (and other patches) make it into the > official freecom repo? > (I'm still confused by all the different private, public, official, > semi-official repos. So no offense. I'm just curious.) > > https://gitlab.com/FreeDOS/base/kernel#still-actively-develope

Re: [Freedos-devel] dir /od

2022-01-02 Thread Robert Riebisch
Hi Tom, > I reproduced the bug. > > I fixed the bug. > > in CMD\DIR.C, line 972+ change > > static int orderFunction(const void *p1, const void *p2) > { > ... > case ORDER_BY_NAME: > rv = strcmp(f1.ff_name,f2.ff_name); > break; > } >

Re: [Freedos-devel] dir /od

2022-01-02 Thread tom ehlert
Hallo Herr tom ehlert, am Sonntag, 2. Januar 2022 um 10:57 schrieben Sie: > Hi Paul, >>> Here is the result of one "dir /od" that I did with >>> Freedos 1.5 RC5. As you can see, it didn't get >>> into sorted order. >> Apologies for the typo, should have been 1.3. >> Anyway, I do not have DIRCM

Re: [Freedos-devel] dir /od

2022-01-02 Thread tom ehlert
Hi Paul, >> Here is the result of one "dir /od" that I did with >> Freedos 1.5 RC5. As you can see, it didn't get >> into sorted order. > Apologies for the typo, should have been 1.3. > Anyway, I do not have DIRCMD set, and I have produced > the image I am using so that the result can be reprodu