Re: [fpc-pascal] How to get fpc and lazarus sources when svn has shut down?

2021-08-13 Thread Kevin Lyda via fpc-pascal
On Wed, Aug 11, 2021 at 10:56 PM Bo Berglund via fpc-pascal wrote: > How big a size is the git clone going to pull? : ok;: Fri 13 9:13; cd /tmp;: : kevin@yona on pts/7; time git clone https://gitlab.com/freepascal.org/fpc/source.git fpc.git > fpc.git.out 2>&1 git clone https://gitlab.com/freepasc

Re: [fpc-pascal] Detecting console close with red X on windows

2019-05-19 Thread Kevin Lyda
tp://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal -- Kevin Lyda Galway, Ireland ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Bootstrapping the compiler...

2019-05-18 Thread Kevin Lyda
t; > On 18/05/2019 15:09, Kevin Lyda wrote: > > Is the current (3.0.4) fpc compiler required to build the compiler or > > is there a way to bootstrap a compiler? > > An FPC release can always be built by the previously released FPC > version, and FPC trunk can always be built b

[fpc-pascal] Bootstrapping the compiler...

2019-05-18 Thread Kevin Lyda
Is the current (3.0.4) fpc compiler required to build the compiler or is there a way to bootstrap a compiler? Kevin -- Kevin Lyda Galway, Ireland ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman

Re: [fpc-pascal] The keyboard unit

2019-05-11 Thread Kevin Lyda
arens in their argv[0] but always at the end. So now I'm curious if a) working off fpc trunk is currently an OK idea and b) if there are some good docs on doing that? Kevin On Sat, May 11, 2019 at 9:46 AM Kevin Lyda wrote: > > Ralf, thanks! That was the idea, a small easy to test progr

Re: [fpc-pascal] The keyboard unit

2019-05-11 Thread Kevin Lyda
$00400967 $0040018C The problem is that /proc/*/stat is kind of hard to parse as this code proves - tmux has rewritten its argv[0] to have a space which breaks the parser here. And don't think the ")" is a delimiter as argv[0] can have a ")" in it.

[fpc-pascal] The keyboard unit

2019-05-10 Thread Kevin Lyda
keyboard unit, which isn't even being used, causing this error? Kevin -- Kevin Lyda Galway, Ireland ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

[fpc-pascal] Turbo Pascal 3 graphics

2019-05-08 Thread Kevin Lyda
t(X,Y,Color: Integer); external Graphics[21]; procedure Draw(X1,Y1,X2,Y2,Color: Integer); external Graphics[24]; -- Kevin Lyda Galway, Ireland ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/