All releases tagged Minor bugfixes


Release Notes: This version fixed the l(ist) command and includes some tiny optimizations as well as fixes for compiler warnings.


Release Notes: The w(rite to file) command was fixed to correctly honor /dev/stdout and /dev/stderr as GNU sed does and thus keep the streams in sync. Some unused variables have been removed, and two rare diagnostics were fixed to be printed correctly.


Release Notes: This release fixes a special case of grouped star matching where \+1..n overwrote the last match, does not infinite loop on certain zero match grouped star cases, and does not crash on the w (write to file) command. It no longer falls into the conservative end-of-file matching mode when just end-of-line matching was used.


Release Notes: Corner cases of star matching have been fixed, including matching of some escaped characters (a regression introduced with \+ star matching), \+ star matching to correctly copy and mark the internal bytecode representation, back references inside left hand regular expressions matching (to work at all), and marking the correct regular expression for star matches.