Re: [fpc-pascal] fpc-x86_64 1.9.6: Missing oldlinux unit

2005-01-04 Thread Florian Klaempfl
Marcus Roeckrath wrote: -BEGIN PGP SIGNED MESSAGE- Hallo Marco, Am Dienstag, 4. Januar 2005 08:22 schrieb Marco van de Voort: Oldlinux is x86 only. It is one of the reasons why it was abandoned. OK, I have begun to rewrite my older i386 (fpc 1.0) pascal sources. I found some other things

Re: [fpc-pascal] fpc-x86_64 1.9.6: Missing oldlinux unit

2005-01-04 Thread Marcus Roeckrath
-BEGIN PGP SIGNED MESSAGE- Hallo Marco, Am Dienstag, 4. Januar 2005 08:22 schrieb Marco van de Voort: > Oldlinux is x86 only. It is one of the reasons why it was abandoned. OK, I have begun to rewrite my older i386 (fpc 1.0) pascal sources. I found some other things that have to be cha

Re: [fpc-pascal] fpc-x86_64 1.9.6: Missing oldlinux unit

2005-01-03 Thread Marco van de Voort
> > why is there no oldlinux unit in the x86_64 port? I found one in the x386 > version of fpc. Oldlinux is x86 only. It is one of the reasons why it was abandoned. > I need f. e. the GetDate and GetTime functions which were in the linux unit > in fpc 1.0 and have gone to the oldlinux unit no

Re: [fpc-pascal] fpc-x86_64 1.9.6: Missing oldlinux unit

2005-01-03 Thread Florian Klaempfl
Marcus Roeckrath wrote: -BEGIN PGP SIGNED MESSAGE- Hi, why is there no oldlinux unit in the x86_64 port? I found one in the x386 version of fpc. oldlinux is from 1.0.x times and full of i386 specific code and definitions that's why it was named oldlinux :) I need f. e. the GetDate and Ge