[Toybox] The ongoing sed saga...

2014-12-22 Thread Rob Landley
After a month and change of debugging sed, trying to bootstrap aboriginal linux and build linux from scratch 6.8 under it, I thought you might want to know what I've actually been _doing_. For future reference, I captured all the sed invocations in the working build by instrumenting the busybox

Re: [Toybox] The ongoing sed saga...

2014-12-22 Thread Isaac Dunham
On Mon, Dec 22, 2014 at 03:15:15PM -0600, Rob Landley wrote: After a month and change of debugging sed, trying to bootstrap aboriginal linux and build linux from scratch 6.8 under it... I hope you realize that sed is a Turing complete language. Someone's actually written a lisp interpreter in

Re: [Toybox] The ongoing sed saga...

2014-12-22 Thread Rob Landley
On 12/22/14 20:51, Isaac Dunham wrote: On Mon, Dec 22, 2014 at 03:15:15PM -0600, Rob Landley wrote: After a month and change of debugging sed, trying to bootstrap aboriginal linux and build linux from scratch 6.8 under it... I hope you realize that sed is a Turing complete language.

Re: [Toybox] [PATCH] optional fatter cat(1)

2014-12-22 Thread Rich Felker
On Mon, Dec 22, 2014 at 10:21:26PM -0600, Rob Landley wrote: If less is a priority, that actually helps prioritize the rest of them. Once I've written the basic navigate a line infrastructure (with querying screen size via ansi probe fallback, and reassembling escape sequences that got

Re: [Toybox] [PATCH] optional fatter cat(1)

2014-12-22 Thread David Seikel
On Mon, 22 Dec 2014 22:21:26 -0600 Rob Landley r...@landley.net wrote: On 12/21/14 17:42, enh wrote: On Sun, Dec 21, 2014 at 1:07 PM, James McMechan james_mcmec...@hotmail.com wrote: On 12/20/2014 05:55:45 PM, David Seikel wrote: On Sat, 20 Dec 2014 19:30:01 -0600 Rob Landley