Peter Rosin skrev 2012-03-06 08:38:
> Stefano Lattarini skrev 2012-03-05 21:05:
>> Hi Peter.
>>
>> On 03/05/2012 03:10 PM, Peter Rosin wrote:
>>> By default, GNU flex generates code that is dependent on unistd.h,
>>> which is not portable to non-ANSI systems causing spurious test
>>> failures.
>>>
Stefano Lattarini skrev 2012-03-05 21:05:
> Hi Peter.
>
> On 03/05/2012 03:10 PM, Peter Rosin wrote:
>> By default, GNU flex generates code that is dependent on unistd.h,
>> which is not portable to non-ANSI systems causing spurious test
>> failures.
>>
>> * tests/cond35.test (tscan.l): Define YY_
Hi Peter.
On 03/05/2012 03:10 PM, Peter Rosin wrote:
> By default, GNU flex generates code that is dependent on unistd.h,
> which is not portable to non-ANSI systems causing spurious test
> failures.
>
> * tests/cond35.test (tscan.l): Define YY_NO_UNISTD_H.
> * tests/lex-clean.test (lexer.l): Lik
On 03/05/2012 02:25 PM, Peter Rosin wrote:
> Hi!
>
> I noticed that some expect the compiler to accept a space between
> the option letter and the option argument. Looking at POSIX, this
> seems like an acceptable expectation, if not even preferred. So,
> here's an update for the compile script w
On 03/05/2012 08:29 PM, Eric Blake wrote:
> On 03/05/2012 12:20 PM, Stefano Lattarini wrote:
>> On 03/05/2012 02:18 PM, Eric Blake wrote:
>>> On 03/04/2012 08:14 AM, Stefano Lattarini wrote:
Now that we require Perl 5.6.2, we can drop the 'Automake::Struct'
module, which was basically jus
On 03/05/2012 12:20 PM, Stefano Lattarini wrote:
> On 03/05/2012 02:18 PM, Eric Blake wrote:
>> On 03/04/2012 08:14 AM, Stefano Lattarini wrote:
>>> Now that we require Perl 5.6.2, we can drop the 'Automake::Struct'
>>> module, which was basically just a backport of Perl 5.6's
>>> 'Class::Struct' t
On 03/05/2012 02:18 PM, Eric Blake wrote:
> On 03/04/2012 08:14 AM, Stefano Lattarini wrote:
>> Now that we require Perl 5.6.2, we can drop the 'Automake::Struct'
>> module, which was basically just a backport of Perl 5.6's
>> 'Class::Struct' to Perl 5.5.
>>
>> * automake.in: Use 'Class::Struct', n
On 03/05/2012 05:52 PM, Michael wrote:
> Hi Stefano,
>
> Am 03.03.2012 19:53, schrieb Stefano Lattarini:
>> The patch looks good, is unobtrusive, and is small enough to be applied
>> without requiring you to sign any copyright paper (yay!). Before applying
>> it, though, I'd like to know if you h
By default, GNU flex generates code that is dependent on unistd.h,
which is not portable to non-ANSI systems causing spurious test
failures.
* tests/cond35.test (tscan.l): Define YY_NO_UNISTD_H.
* tests/lex-clean.test (lexer.l): Likewise.
* tests/lex-depend-cxx.test (joe.ll): Likewise.
* tests/lex
POSIX mandates that the compiler accepts a space between the -I,
-l and -L options and their respective arguments.
* lib/compile (func_cl_dashl): New function with factored out code
for implementing the -l option for the cl wrapper.
(func_cl_dashL): New function with factored out code implementing
On 03/04/2012 08:14 AM, Stefano Lattarini wrote:
> Now that we require Perl 5.6.2, we can drop the 'Automake::Struct'
> module, which was basically just a backport of Perl 5.6's
> 'Class::Struct' to Perl 5.5.
>
> * automake.in: Use 'Class::Struct', not 'Automake::Struct'.
> * lib/Automake/Struct.p
11 matches
Mail list logo