Keys and Indices PDD

2002-02-18 Thread Brian Lee Ray
- Original Message - From: "brian ray" <[EMAIL PROTECTED]> To: "Simon Cozens" <[EMAIL PROTECTED]> Sent: Monday, February 18, 2002 1:06 PM Subject: Re: Keys and Indices PDD > Hello all. As the new guy here, I suppose I should say a few words > by way of introduction. My name is Brian Ra

Re: De Morgan's theorum

2002-02-19 Thread Brian Lee Ray
From: "Nicholas Clark" <[EMAIL PROTECTED]> Sent: Tuesday, February 19, 2002 3:15 PM Subject: De Morgan's theorum > I have remembered the name correctly, haven't I? Yes. If we were really serious about optimizing logical expressions, we would probably want to use Karnaugh maps. However, I just don

[PATCH]Macro bulletproofing

2002-02-22 Thread Brian Lee Ray
Fixes various warts in header files, such as: * macros -added parens to prevent problems with operator precedence -removed ; at end * removed SSIZE_MAX, since ssize_t is no longer used * removed some misinformation about NULL and function pointers from a comment. * added some more INLINE def

[PATCH] Bowing to necessity (was Re: [PATCH]Macro bulletproofing )

2002-02-23 Thread Brian Lee Ray
From: "Josh Wilmes" <[EMAIL PROTECTED]> > > Good stuff! However, regarding the function pointer thing, i've got compilers > (tcc and lcc) which disagree with you. > > Using NULL where a function pointer is expected is considered an error by > tcc, and a mandatory warning by lcc. It is my unders

Re: [PATCH] Bowing to necessity (was Re: [PATCH]Macro bulletproofing )

2002-02-23 Thread Brian Lee Ray
- Original Message - From: "Nicholas Clark" <[EMAIL PROTECTED]> To: "Brian Lee Ray" <[EMAIL PROTECTED]> Cc: "Josh Wilmes" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, February 23, 2002 5:32 AM Subject: Re: [PATCH] Bo

Re: [PATCH] Bowing to necessity (was Re: [PATCH]Macro bulletproofing )

2002-02-24 Thread Brian Lee Ray
- Original Message - From: "Josh Wilmes" <[EMAIL PROTECTED]> To: "Brian Lee Ray" <[EMAIL PROTECTED]> Cc: "Nicholas Clark" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Saturday, February 23, 2002 12:08 PM Subject: Re: [PATCH] Bo