[BusyBox 0000757]: sed behaves badly interactively

bugs at busybox.net bugs at busybox.net
Fri Jun 30 16:56:20 UTC 2006


A NOTE has been added to this issue. 
====================================================================== 
http://busybox.net/bugs/view.php?id=757 
====================================================================== 
Reported By:                rfelker
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   757
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             02-28-2006 00:18 PST
Last Modified:              06-30-2006 09:56 PDT
====================================================================== 
Summary:                    sed behaves badly interactively
Description: 
sed always has one-line latency due to the need to match last line ($
address). this is very annoying for interactive use of live filtering of
logs, etc. the gnu version only enables the latency if the $ address is
actually used (which is rare).
====================================================================== 

---------------------------------------------------------------------- 
 landley - 06-30-06 09:56  
---------------------------------------------------------------------- 
Actually n, N, and q are impacted by the next_line logic too.  Not a
trivial bug to fix, and this close to 1.2.0 I'm just going to punt it to
1.2.1... 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
02-28-06 00:18  rfelker        New Issue                                    
02-28-06 00:18  rfelker        Status                   new => assigned     
02-28-06 00:18  rfelker        Assigned To               => BusyBox         
06-30-06 09:56  landley        Note Added: 0001487                          
======================================================================




More information about the busybox-cvs mailing list