Re: [fpc-pascal] header translation question: I need an int sized boolean

2012-04-22 Thread David W Noon
ily get such an integer sized bool? Leave it as you currently have it. -- Regards, Dave [RLU #314465] === david.w.n...@ntlworld.com (David W Noon) === sign

[fpc-pascal] HTML browser for help under Lazarus

2008-07-17 Thread David W Noon
14465] == [EMAIL PROTECTED] (David W Noon) == ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Unit/library for writing data structures to files

2008-08-10 Thread David W Noon
Incidentally, from your first message in this thread, you said you were writing an OLAP application. You might care to look at PostgreSQL as a database manager. It does rather nice OLAP functionality, straight out of the box -- and it's free. Regards, Dave [RLU#314465] =====

[fpc-pascal] CPU affinity of TThread descendants

2009-01-19 Thread David W Noon
] === david.w.n...@ntlworld.com (David W Noon) === ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

Re: [fpc-pascal] CPU affinity of TThread descendants

2009-01-20 Thread David W Noon
inThread() function of the RTL. However, it could be attributable to the threading library I use with Linux (NPTL, in my case). I shall report back with whatever I find. -- Regar

Re: [fpc-pascal] CPU affinity of TThread descendants

2009-01-24 Thread David W Noon
On Tue, 2009-01-20 at 21:20 +, David W Noon wrote: [snip] > I have noticed one thing that might shed a little light on the topic: > whenever I use a pipe for the output and I allow the pipe to stall with > a full buffer, after execution is resumed the program sometimes restarts >

[fpc-pascal] Simple question about {$R +}

2009-01-31 Thread David W Noon
Hi all, When I use a dynamic array and SetLength(), does the {$R +} option check subscript ranges on that array? -- Regards, Dave [RLU #314465] === david.w.n...@ntlworld.com (David W Noon

Re: [fpc-pascal] Can I incorporate PDF files?

2009-02-20 Thread David W Noon
has XPDF installed? A more widely used option would be Ghostview, but even that cannot be guaranteed. -- Regards, Dave [RLU #314465] =======

Re: [fpc-pascal] Find out local IP adress

2009-03-22 Thread David W Noon
perform this, I can send you some via private email. It's up to you to translate it to Pascal. -- Regards, Dave [RLU #314465] ======

Re: [fpc-pascal] Syntax problem with first unit

2009-04-05 Thread David W Noon
tters being treated the same as capital letters, as even the system commands were punched in capital letters on cards, but typed as lower case from a terminal. -- Regards, Dave [RLU #314465] =======

Re: [fpc-pascal] A complex trouble(at least for me)

2009-05-07 Thread David W Noon
5' '05 e-1 pic zzz.' Do you want to put the COBOL source into a TStringList? > Are you trying to write a COBOL compiler? If not, what are you trying to do? -- Regards, Dave [RLU #314465] === david.w.n..

Re: [fpc-pascal] A complex trouble(at least for me)

2009-05-08 Thread David W Noon
========= david.w.n...@ntlworld.com (David W Noon) === ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Writeable typed constants - what's the point?

2009-06-19 Thread David W Noon
ompiler but produces the current, default semantics. -- Regards, Dave [RLU #314465] ======= david.w.n...@ntlworld.com (David W Noon) === ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Writeable typed constants - what's the point?

2009-06-20 Thread David W Noon
====== david.w.n...@ntlworld.com (David W Noon) === ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] TFileStream.SetSize sometimes fails

2009-08-14 Thread David W Noon
access the file, that ACL *must* stay in place. Likewise, if I have set a security mask to keep other users in my group out of a file, i.e. 0600, that security mask must be preserved. -- Regards, Dave [RLU #314465] === david.w.n...@n

Re: [fpc-pascal] The names of the various FPC documentation

2009-09-07 Thread David W Noon
o be escaped or wrapped, so that the shell ignores them and passes them through to the underlying application program -- in this case a PDF reader. -- Regards, Dave [RLU #314465] ====

Re: [fpc-pascal] Re: getting started with threads

2009-09-19 Thread David W Noon
r "downed". This is the original usage of the term "semaphore" in computing. It is largely useless in comparison to the other types of semaphore. -- Regards, Dave [RLU #314465] === david.w.n...@ntlworld.com (Davi

Re: [fpc-pascal] Checking Linux process existence (child or not) without OS command ?

2009-09-21 Thread David W Noon
ll the entries can be treated as text files of directories. -- Regards, Dave [RLU #314465] === david.w.n...@ntlworld.com

Re: [fpc-pascal] Early BSD's Pascal system

2009-10-06 Thread David W Noon
of California at San Diego) Pascal compiler. It compiled source to p-code and its run-time interpreted the p-code tokens (a la Java, today). Google is your friend. -- Regards, Dave [RLU #314465] === david.w.n...@ntlworld.com

Re: [fpc-pascal] programmatically creating desktop icons under Linux

2010-02-07 Thread David W Noon
read: ln -s Actually, there is a symlink() API that can be called without creating a separate address space for an external command. -- Regards, Dave [RLU #314465] === david.w.n...@nt

Re: [fpc-pascal] some new features to delphi prisem

2010-02-21 Thread David W Noon
lt;>a),not(a=b)); Mega-yuck!! I can only infer that you don't write C. The C equivalent is: z = a == b ? 1 : 2; It's terse, but one gets used to it. -- Regards, Dave

Re: [fpc-pascal] Which -Op??? parameter is appropriate

2010-02-26 Thread David W Noon
uld take a more "lowest common denominator" approach, specifying an 80386 or some such. However, I don't have that problem. -- Regards, Dave [RLU #314465] ====

Re: [fpc-pascal] ReadLine history works in windows/cmd.exe but not in bash/linux

2010-09-01 Thread David W Noon
aulted to in the shell and/or the terminal emulator. It has nothing to do with FPC. Try: man 1 bash and see how you can set the options you need. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@ntlworld.com (

Re: [fpc-pascal] ReadLine history works in windows/cmd.exe but not in bash/linux

2010-09-01 Thread David W Noon
are largely independent under all UNIX systems, including Linux. So, if you want the scrollback capabilities you need to use the appropriate API. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*

Re: [fpc-pascal] Help translating C++ to Object Pascal

2010-09-14 Thread David W Noon
ards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@ntlworld.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* signature.asc Description: PGP signature ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lis

Re: [fpc-pascal] Optimized matrix multiplication functions for pascal?

2010-10-09 Thread David W Noon
ee if somebody might already have done that for you. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@ntlworld.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* signature.asc Description:

Re: [fpc-pascal] Detecting what is the linux distro

2010-10-12 Thread David W Noon
nd it will handle .deb and .rpm packages, as well as its native Portage ebuilds. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@ntlworld.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: [fpc-pascal] Detecting what is the linux distro

2010-10-12 Thread David W Noon
On Tue, 12 Oct 2010 16:29:42 +0200, Sven Barth wrote about Re: [fpc-pascal] Detecting what is the linux distro: > Am 12.10.2010 14:01, schrieb David W Noon: [snip] > > This is a consequence of using an init process based on the System V > > model. > > ArchLinux does no

Re: [fpc-pascal] Can variables be declared within a block?

2010-10-18 Thread David W Noon
open to debate, but at least C and C++ allow the above. That said, short scoping was never a part of original Pascal. I think Jensen & Wirth omitted it because it made the compiler simpler. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-

Re: [fpc-pascal] Can variables be declared within a block?

2010-10-18 Thread David W Noon
implementations before that. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@ntlworld.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* signature.asc Description: PGP signature

Re: [fpc-pascal] Range checking in a for loop

2010-10-25 Thread David W Noon
: 1..3; instead, as that range matches the array's bounds. You should then get a range check at compile time. It is also the idiomatic Pascal way of doing this. -- Regards, Dave [RLU #314465] =======

Re: [fpc-pascal] Parsing commandline parameters with wildcards on Linux

2011-04-10 Thread David W Noon
rds, Dave [RLU #314465] === david.w.n...@ntlworld.com (David W Noon) === signature.asc Description: PGP signature ___ fpc-pascal maillist - fpc-pas

Re: [fpc-pascal] Size of a partition

2014-12-19 Thread David W Noon
ge disk on which to test. - -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -BEGIN PGP SIGNATURE- Version: GnuPG v2 iEYE

Re: [fpc-pascal] Using Cairo lib on Linux without X

2015-04-07 Thread David W Noon
-- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -BEGIN PGP SIGNATURE- Version: GnuPG v2 iEYEARECAAYFAlUkMe8ACgkQogYgcI4W/5QOtgC

Re: [fpc-pascal] quality of FPC random

2015-08-20 Thread David W Noon
f you don't have a hardware RNG. - -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -BEGIN PGP SIGNATURE- Version: Gn

Re: [fpc-pascal] is scrypt available?

2015-10-26 Thread David W Noon
hing. HTH - -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* -BEGIN PGP SIGNATURE- Version: GnuPG

Re: [fpc-pascal] is scrypt available?

2015-10-27 Thread David W Noon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 26 Oct 2015 22:02:23 -0400, Wkitty42 (wkitt...@windstream.net) wrote about "Re: [fpc-pascal] is scrypt available?" (in <562edb2f.4080...@windstream.net>): > On 10/26/2015 06:28 PM, David W Noon wrote: [snip] >> I use

Re: [fpc-pascal] Bitcounting

2016-03-06 Thread David W Noon
ngly fast compared to examining each bit. It uses ASCIIZ strings, but can easily be converted to Pascal and AnsiStrings (or whatever). However, I'll leave that to you. -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@go

Re: [fpc-pascal] Missing messages

2016-10-30 Thread David W Noon
oup +1 -- Regards, Dave [RLU #314465] *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* david.w.n...@googlemail.com (David W Noon) *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* signature.asc Description: OpenPG