Is sigpending broken on OpenBSD? It doesn't seem to be working here.
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
I know on old versions of FPC it was possible to get a line number listed with an RTE
message... is this still possible?
I've look through the manuals and can find no mention of that except possible -gh
which doesn't do it.
___
fpc-pascal maillist -
Heh, had old docs too... -gl found it... thanks.
___
fpc-pascal maillist - [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal
On Thu, 05 Jun 2003 14:15:57 +0200 (CEST)
[EMAIL PROTECTED] (Marco van de Voort) wrote:
> > Is sigpending broken on OpenBSD? It doesn't seem to be working here.
>
> OpenBSD is pretty much a proof of concept port. I decided to not put too
> much time in it till OpenBSD/x86 got ELF, and updates it
I can't seem to find any correct way of manipulating SigSets in freepascal... although
sigprocmask and sigpending are implemented, how have these been tested? How am I
supposed to add something to a sigmask?
___
fpc-pascal maillist - [EMAIL PROTECTE
On Mon, 02 Jun 2003 11:20:53 +0200 (W. Europe Daylight Time)
Michael Van Canneyt <[EMAIL PROTECTED]> wrote:
>
>
> On Mon, 2 Jun 2003, Stephen Hurd wrote:
>
> > I can't seem to find any correct way of manipulating SigSets in freepascal...
> > although sigproc
On Mon, 30 Jun 2003 19:32:42 -0400
Alex Dingle <[EMAIL PROTECTED]> wrote:
> In the process of porting an old DOS game to linux using fpc, I'm
> having some trouble getting the textcolor(0)/textbackground(0) and
> textcolor(8)/textbackground(0) color combinations to display properly
> using ocrt an
On Tue, 01 Jul 2003 08:43:02 -0400
Alex Dingle <[EMAIL PROTECTED]> wrote:
> For best results be sure to set your TERM environment variable to ansi
> (export TERM=ansi in bash).
>
> -Alex
Huh? That is manifestly NOT a good idea. The TERM variable enables programs
to know what capabilities the t
The F_SETLK constant is set at 6 on BSD systems... while 6 is correct for Linux
systems, F_SETLK is 8 on BSD systems... I assume this means that F_SETOWN etc.
are wrote too for fcntl constants on BSD systems.
Just to let you know. :-)
___
fpc-pascal ma