Re: Remove infinite loop check from ed

2016-07-10 Thread Martijn van Duren
anyone? On 06/28/16 15:00, Martijn van Duren wrote: > ping > > On 06/18/16 11:13, Martijn van Duren wrote: >> Hello tech@, >> >> This patch is build on top of my REG_STARTEND patch. >> >> It removes the infinite loop check and just makes sure that infinite >> loops won't happen. This brings the b

Re: Remove infinite loop check from ed

2016-06-28 Thread Martijn van Duren
ping On 06/18/16 11:13, Martijn van Duren wrote: > Hello tech@, > > This patch is build on top of my REG_STARTEND patch. > > It removes the infinite loop check and just makes sure that infinite > loops won't happen. This brings the behaviour closer to sed and vi. > > Although gnu eds has the s

Remove infinite loop check from ed

2016-06-18 Thread Martijn van Duren
Hello tech@, This patch is build on top of my REG_STARTEND patch. It removes the infinite loop check and just makes sure that infinite loops won't happen. This brings the behaviour closer to sed and vi. Although gnu eds has the same infinite loop quirk, I don't see any reference on doing so in