Re: svn commit: r642558 - in /httpd/httpd/trunk: CHANGES NWGNUmakefile build/nw_export.inc include/ap_expr.h include/ap_mmn.h libhttpd.dsp server/Makefile.in server/util_expr.c

2008-03-31 Thread Nick Kew
On Sun, 30 Mar 2008 16:36:28 +0200 Ruediger Pluem [EMAIL PROTECTED] wrote: PARSE_STRING(r, current-left-token.value); +current-left-value = !!*current-left-token.value; Why do we use !! here? Isn't this the same as !! not being there? I don't understand that

Re: svn commit: r642558 - in /httpd/httpd/trunk: CHANGES NWGNUmakefile build/nw_export.inc include/ap_expr.h include/ap_mmn.h libhttpd.dsp server/Makefile.in server/util_expr.c

2008-03-31 Thread Jim Jagielski
On Mar 31, 2008, at 8:26 AM, Nick Kew wrote: On Sun, 30 Mar 2008 16:36:28 +0200 Ruediger Pluem [EMAIL PROTECTED] wrote: PARSE_STRING(r, current-left-token.value); +current-left-value = !!*current-left-token.value; Why do we use !! here? Isn't this the same as !!

Re: svn commit: r642558 - in /httpd/httpd/trunk: CHANGES NWGNUmakefile build/nw_export.inc include/ap_expr.h include/ap_mmn.h libhttpd.dsp server/Makefile.in server/util_expr.c

2008-03-31 Thread Plüm , Rüdiger , VF-Group
-Ursprüngliche Nachricht- Von: Jim Jagielski Gesendet: Montag, 31. März 2008 16:10 An: dev@httpd.apache.org Betreff: Re: svn commit: r642558 - in /httpd/httpd/trunk: CHANGES NWGNUmakefile build/nw_export.inc include/ap_expr.h include/ap_mmn.h libhttpd.dsp server/Makefile.in

Re: svn commit: r642558 - in /httpd/httpd/trunk: CHANGES NWGNUmakefile build/nw_export.inc include/ap_expr.h include/ap_mmn.h libhttpd.dsp server/Makefile.in server/util_expr.c

2008-03-31 Thread William A. Rowe, Jr.
Nick Kew wrote: Why do we use !! here? Isn't this the same as !! not being there? !! is int - bool (1 or 0 value). Why - that's a good question.

Re: svn commit: r642558 - in /httpd/httpd/trunk: CHANGES NWGNUmakefile build/nw_export.inc include/ap_expr.h include/ap_mmn.h libhttpd.dsp server/Makefile.in server/util_expr.c

2008-03-30 Thread Ruediger Pluem
On 03/29/2008 06:13 PM, [EMAIL PROTECTED] wrote: Author: niq Date: Sat Mar 29 10:13:28 2008 New Revision: 642558 URL: http://svn.apache.org/viewvc?rev=642558view=rev Log: Introduce ap_expr expression parser API Added: httpd/httpd/trunk/include/ap_expr.h