Re: [fpc-devel] Fwd: While - Otherwise Statement

2015-10-13 Thread David W Noon
yes, I'm afraid. When I remove my contact lenses at night I have very distorted corneas (keratoconus) and cannot easily distinguish an H from an N. ... :-( - -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: [fpc-devel] Fwd: While - Otherwise Statement

2015-10-13 Thread David W Noon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 12 Oct 2015 22:34:03 -0300, Flávio Etrusco (flavio.etru...@gmail.com) wrote about "Re: [fpc-devel] Fwd: While - Otherwise Statement" (in ): > On Mon, Oct 12, 2015 at 7:15 PM, David W Noon > wrote: [snip] >> loop_1:

Re: [fpc-devel] Fwd: While - Otherwise Statement

2015-10-12 Thread David W Noon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 12 Oct 2015 23:15:31 +0100, David W Noon (david.w.n...@googlemail.com) wrote about "Re: [fpc-devel] Fwd: While - - Otherwise Statement" (in <561c3103.1060...@googlemail.com>): [snip] > IF some_condition THEH IF anothe

Re: [fpc-devel] Fwd: While - Otherwise Statement

2015-10-12 Thread David W Noon
we're really strict they should be numeric. - -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -BEGIN PGP SIGNATURE-

Re: [fpc-devel] new features and facilities

2015-10-08 Thread David W Noon
Wirth excluded it from the original Pascal Report. - -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: [fpc-devel] C++ gets language-internal concurrency support

2011-08-19 Thread David W Noon
On Fri, 19 Aug 2011 12:30:43 +0200, Michael Schnell wrote about Re: [fpc-devel] C++ gets language-internal concurrency support: >On 08/17/2011 06:49 PM, David W Noon wrote: >> Perhaps the slower execution speed of CIL (.NET, >> Mono) byte code masks the context switching overheads

Re: [fpc-devel] C++ gets language-internal concurrency support

2011-08-17 Thread David W Noon
On Wed, 17 Aug 2011 18:14:03 +0200 (CEST), Marco van de Voort wrote about Re: [fpc-devel] C++ gets language-internal concurrency support: > In our previous episode, David W Noon said: > > > The threads t1 and t2 execute in parallel. Moreover, they will > > execute in parallel

Re: [fpc-devel] C++ gets language-internal concurrency support

2011-08-17 Thread David W Noon
, but at least the C++ standard now acknowledges concurrent execution and its need for reentrancy. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@ntlworld.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: [fpc-devel] Running programs with output redirection

2011-07-17 Thread David W Noon
ell and reflects each user's default shell, as per /etc/passwd. -- Regards, Dave [RLU #314465] ======= david.w.n...@ntlworld.com (David W Noon) ===

Re: [fpc-devel] Internal linker question

2010-08-12 Thread David W Noon
======== david.w.n...@ntlworld.com (David W Noon) === signature.asc Description: PGP signature ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] FPC/Delphi/FastMM4/TopMemory speed test

2010-07-17 Thread David W Noon
On Sat, 17 Jul 2010 13:02:10 +0100, David W Noon wrote about Re: [fpc-devel] FPC/Delphi/FastMM4/TopMemory speed test: > On a 64-bit system, the return value is in RDX, ^^^ That should be RAX. -- Regards, Dave [RLU #314

Re: [fpc-devel] FPC/Delphi/FastMM4/TopMemory speed test

2010-07-17 Thread David W Noon
===== david.w.n...@ntlworld.com (David W Noon) === ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Linux.SysInfo Problem

2010-03-19 Thread David W Noon
of the fields, but the size of that varies with platform: on a 32-bit platform unsigned long is a DWORD; on a 64-bit platform unsigned long is a QWORD. -- Regards, Dave [RLU #314465] ====

Re: [fpc-devel] procedure ... message(); in Linux

2010-02-25 Thread David W Noon
t get working? -- Regards, Dave [RLU #314465] ======= david.w.n...@ntlworld.com (David W Noon) === ___ fpc-devel m

Re: [fpc-devel] Semicolon before else

2010-01-25 Thread David W Noon
clause and the "else" in an "if" statement. -- Regards, Dave [RLU #314465] ======= david.w.n...@ntlworld.com (David W Noon) === ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

Re: [fpc-devel] Could FPC add the PLM "based" construct?

2009-11-16 Thread David W Noon
called a "handle" for the associated type. These behave like Pascal pointers, in that they are rather safer, but far less flexible. -- Regards, Dave [RLU #314465] === david.w.n...@ntlworld.com (David W Noon) ===

Re: [fpc-devel] function overloading question

2009-09-08 Thread David W Noon
ads of a given name must have different sequences/types of arguments. -- Regards, Dave [RLU #314465] === david.w.n...@ntlworld.com (David W N

[fpc-devel] Zip archive for development trunk?

2009-01-12 Thread David W Noon
] === david.w.n...@ntlworld.com (David W Noon) === ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman

Re: [fpc-devel] Off-topic: Threadvar in C

2008-08-01 Thread David W Noon
========== [EMAIL PROTECTED] (David W Noon) == ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel