You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Ruediger Pluem <rp...@apache.org> on 2014/12/08 20:59:46 UTC

Re: svn commit: r1643900 - in /httpd/httpd/trunk/server: util_expr_parse.c util_expr_parse.h


On 12/08/2014 08:46 PM, ylavic@apache.org wrote:
> Author: ylavic
> Date: Mon Dec  8 19:46:53 2014
> New Revision: 1643900
> 
> URL: http://svn.apache.org/r1643900
> Log:
> util_expr: sync bison generated source files with server/util_expr_parse.y.
> 
> Modified:
>     httpd/httpd/trunk/server/util_expr_parse.c
>     httpd/httpd/trunk/server/util_expr_parse.h
> 
> Modified: httpd/httpd/trunk/server/util_expr_parse.c
> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_expr_parse.c?rev=1643900&r1=1643899&r2=1643900&view=diff
> ==============================================================================
> --- httpd/httpd/trunk/server/util_expr_parse.c (original)
> +++ httpd/httpd/trunk/server/util_expr_parse.c Mon Dec  8 19:46:53 2014
> @@ -1,8 +1,8 @@
> -/* A Bison parser, made by GNU Bison 2.7.12-4996.  */
> +/* A Bison parser, made by GNU Bison 2.5.  */

This downgraded the used Bison release for generating. Does somebody has the original version or something newer at hand?

Regards

RĂ¼diger


Re: svn commit: r1643900 - in /httpd/httpd/trunk/server: util_expr_parse.c util_expr_parse.h

Posted by Yann Ylavic <yl...@gmail.com>.
Reverted in r1643901.

On Mon, Dec 8, 2014 at 9:01 PM, Yann Ylavic <yl...@gmail.com> wrote:
> On Mon, Dec 8, 2014 at 8:59 PM, Ruediger Pluem <rp...@apache.org> wrote:
>>
>>
>> On 12/08/2014 08:46 PM, ylavic@apache.org wrote:
>>> Author: ylavic
>>> Date: Mon Dec  8 19:46:53 2014
>>> New Revision: 1643900
>>>
>>> URL: http://svn.apache.org/r1643900
>>> Log:
>>> util_expr: sync bison generated source files with server/util_expr_parse.y.
>>>
>>> Modified:
>>>     httpd/httpd/trunk/server/util_expr_parse.c
>>>     httpd/httpd/trunk/server/util_expr_parse.h
>>>
>>> Modified: httpd/httpd/trunk/server/util_expr_parse.c
>>> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_expr_parse.c?rev=1643900&r1=1643899&r2=1643900&view=diff
>>> ==============================================================================
>>> --- httpd/httpd/trunk/server/util_expr_parse.c (original)
>>> +++ httpd/httpd/trunk/server/util_expr_parse.c Mon Dec  8 19:46:53 2014
>>> @@ -1,8 +1,8 @@
>>> -/* A Bison parser, made by GNU Bison 2.7.12-4996.  */
>>> +/* A Bison parser, made by GNU Bison 2.5.  */
>>
>> This downgraded the used Bison release for generating. Does somebody has the original version or something newer at hand?
>
> Yes, you beat me on this...
> I think it would be better indeed.
>
> Regards,
> Yann.

Re: svn commit: r1643900 - in /httpd/httpd/trunk/server: util_expr_parse.c util_expr_parse.h

Posted by Yann Ylavic <yl...@gmail.com>.
On Mon, Dec 8, 2014 at 8:59 PM, Ruediger Pluem <rp...@apache.org> wrote:
>
>
> On 12/08/2014 08:46 PM, ylavic@apache.org wrote:
>> Author: ylavic
>> Date: Mon Dec  8 19:46:53 2014
>> New Revision: 1643900
>>
>> URL: http://svn.apache.org/r1643900
>> Log:
>> util_expr: sync bison generated source files with server/util_expr_parse.y.
>>
>> Modified:
>>     httpd/httpd/trunk/server/util_expr_parse.c
>>     httpd/httpd/trunk/server/util_expr_parse.h
>>
>> Modified: httpd/httpd/trunk/server/util_expr_parse.c
>> URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/util_expr_parse.c?rev=1643900&r1=1643899&r2=1643900&view=diff
>> ==============================================================================
>> --- httpd/httpd/trunk/server/util_expr_parse.c (original)
>> +++ httpd/httpd/trunk/server/util_expr_parse.c Mon Dec  8 19:46:53 2014
>> @@ -1,8 +1,8 @@
>> -/* A Bison parser, made by GNU Bison 2.7.12-4996.  */
>> +/* A Bison parser, made by GNU Bison 2.5.  */
>
> This downgraded the used Bison release for generating. Does somebody has the original version or something newer at hand?

Yes, you beat me on this...
I think it would be better indeed.

Regards,
Yann.