[fpc-pascal]sigpending broken on OpenBSD?

2003-06-05 Thread Stephen Hurd
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

[fpc-pascal]Line numbers with RTEs

2003-06-06 Thread Stephen Hurd
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 -

[fpc-pascal]RTE lin numbers

2003-06-06 Thread Stephen Hurd
Heh, had old docs too... -gl found it... thanks. ___ fpc-pascal maillist - [EMAIL PROTECTED] http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal]sigpending broken on OpenBSD?

2003-06-07 Thread Stephen Hurd
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

[fpc-pascal]sigaddset, sigfillset, sigaddset, sigdelset,sigismember... all missing?

2003-06-02 Thread Stephen Hurd
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

Re: [fpc-pascal]sigaddset, sigfillset, sigaddset, sigdelset,sigismember... all missing?

2003-06-04 Thread Stephen Hurd
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

Re: [fpc-pascal]text color problems under linux w/ocrt

2003-06-30 Thread Stephen Hurd
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

Re: [fpc-pascal]Linux RedHat v.8.0, fpc and Characters Set output.

2003-07-01 Thread Stephen Hurd
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

[fpc-pascal]F_SETLK constant

2003-08-28 Thread Stephen Hurd
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