From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Fri, 25 May 2012 08:11:23 -0400 To: dexen.devries@gmail.com, 9fans@9fans.net Message-ID: <45743d9f2a12aa782f2bc7e0fb538149@kw.quanstro.net> In-Reply-To: <1869769.5zfVYFYKKa@coil> References: <1869769.5zfVYFYKKa@coil> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] sed line length limit Topicbox-Message-UUID: 956272e2-ead7-11e9-9d60-3106f5b1d025 On Fri May 25 03:51:27 EDT 2012, dexen.devries@gmail.com wrote: > hi list, > > > it seems p9p sed has line lenght limit at about 1024 bytes. > however, instead of crashing and burning, or returning some error, it just > happily spews truncated output. please see /n/sources/contrib/quanstro/sed.c. i think i've taken care of all these cases. there is at least diagnostic output. i was somewhat concerned about breaking things, so i didn't let toolong() sysfatal, but that's an easy mod. - erik