<div dir="ltr"><br><br><div class="gmail_quote"><div dir="ltr">On Thu, Aug 2, 2018 at 1:56 PM Rob Landley <<a href="mailto:rob@landley.net">rob@landley.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I see<br>
<a href="http://lists.landley.net/pipermail/toybox-landley.net/2018-August/009585.html" rel="noreferrer" target="_blank">http://lists.landley.net/pipermail/toybox-landley.net/2018-August/009585.html</a><br>
but never got a copy through the list, I'm guessing gmail bounced it as spam.<br></blockquote><div><br></div><div>did you see my several recent "ping" emails for other patches?</div><div><br></div><div>there's a modprobe patch <a href="http://lists.landley.net/pipermail/toybox-landley.net/2018-August/009586.html">http://lists.landley.net/pipermail/toybox-landley.net/2018-August/009586.html</a></div><div><br></div><div>a wc patch: <a href="http://lists.landley.net/pipermail/toybox-landley.net/2018-July/009579.html">http://lists.landley.net/pipermail/toybox-landley.net/2018-July/009579.html</a></div><div><br></div><div>grep tests that would have caught my PCRE mistake: <a href="http://lists.landley.net/pipermail/toybox-landley.net/2018-July/009578.html">http://lists.landley.net/pipermail/toybox-landley.net/2018-July/009578.html</a> </div><div><br></div><div>a file patch: <a href="http://lists.landley.net/pipermail/toybox-landley.net/2018-July/009575.html">http://lists.landley.net/pipermail/toybox-landley.net/2018-July/009575.html</a></div><div><br></div><div><br></div><div>but you're right, here's someone else's mdev patch that i don't think i saw on the list: <a href="http://lists.landley.net/pipermail/toybox-landley.net/2018-July/009574.html">http://lists.landley.net/pipermail/toybox-landley.net/2018-July/009574.html</a></div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
I've spent a lot of this week wrestling with the deflate code, trying to get it<br>
into lib/ and filling in the "else" case of the #ifdef zlib stuff. I was hoping<br>
to implement the missing parts of compression side (right now deflate is just<br>
doing store), but spent a lot of time just getting back up to speed and cleaning<br>
up overgrowth.<br>
<br>
I'm aware toybox grep needs --color, which is basically a genericization of the<br>
grep -o logic. (Instead of printing only the matches, print both match and<br>
non-match in different colors. Most of the plumbing's there, but built around<br>
the wrong assumption.)<br>
<br>
The problem with adding perl regex support to toybox grep is we use libc's<br>
regex. I can add a config option to pull in another library, but don't know<br>
what's out there for this?<br></blockquote><div><br></div><div>well, PCRE would be the obvious choice :-) and it was tempting to me because -- via selinux -- it's in every process on Android anyway. but -P wasn't the goal. removing the unmaintained (by us) BSD code and switching to some project that is maintained was my goal. and in terms of options pcre2grep seemed closer to complete.</div><div><br></div><div>but, yeah, if you finish toybox grep i can contribute a PCRE -P if you want it :-)</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Rob<br>
_______________________________________________<br>
Toybox mailing list<br>
<a href="mailto:Toybox@lists.landley.net" target="_blank">Toybox@lists.landley.net</a><br>
<a href="http://lists.landley.net/listinfo.cgi/toybox-landley.net" rel="noreferrer" target="_blank">http://lists.landley.net/listinfo.cgi/toybox-landley.net</a><br>
</blockquote></div></div>