[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: non portable sed scripts
From: |
Stepan Kasal |
Subject: |
Re: non portable sed scripts |
Date: |
Tue, 23 May 2006 14:18:37 +0200 |
User-agent: |
Mutt/1.4.2.1i |
[limiting to autoconf-patches]
Hi,
On Mon, May 22, 2006 at 09:12:48PM -0700, Tim Rice wrote:
> OSR5 awk has an input record limit of 3K bytes.
> UW7 awk has an input record limit of 5K
> And the awk string limit -- 401 limit in OSR5, 5K limit in UW7.
the string limit is for literal strings in code, right?
It's 399 for AIX awk.
That means we will have to pass the AC_SUBSTed values via an input
file.
The limit for record size means that no line nor substituted value
can be bigger than 3K on OSR5. I think that is a reasonable limit.
Stepan
- Re: non portable sed scripts, (continued)
- Re: non portable sed scripts, Ralf Wildenhues, 2006/05/22
- Re: non portable sed scripts, Paul Eggert, 2006/05/22
- Re: non portable sed scripts, Stepan Kasal, 2006/05/22
- Re: non portable sed scripts, Ralf Wildenhues, 2006/05/22
- Re: non portable sed scripts, Stepan Kasal, 2006/05/22
- Re: non portable sed scripts, Ralf Wildenhues, 2006/05/22
- Re: non portable sed scripts, Stepan Kasal, 2006/05/22
- Re: non portable sed scripts, Paul Eggert, 2006/05/22
- Re: non portable sed scripts, Paul Eggert, 2006/05/23
- Re: non portable sed scripts, Tim Rice, 2006/05/23
- Re: non portable sed scripts,
Stepan Kasal <=
- Re: non portable sed scripts, Ralf Wildenhues, 2006/05/23
- Re: non portable sed scripts, Tim Rice, 2006/05/23
Re: non portable sed scripts, Ralf Wildenhues, 2006/05/23
Re: non portable sed scripts, Paul Eggert, 2006/05/23
- braced variable expansion in here documents (was: non portable sed scripts), Ralf Wildenhues, 2006/05/25
- Re: braced variable expansion in here documents, Paul Eggert, 2006/05/25
- Re: braced variable expansion in here documents, Ralf Wildenhues, 2006/05/25
- Re: braced variable expansion in here documents, Stepan Kasal, 2006/05/25
- Re: braced variable expansion in here documents, Ralf Wildenhues, 2006/05/26
- Re: braced variable expansion in here documents, Paul Eggert, 2006/05/26