On Sat, Nov 20, 2004 at 10:46:03AM -0500, Andy Dougherty wrote: > On Fri, 19 Nov 2004, Patrick R. Michaud wrote: > > > On Fri, Nov 19, 2004 at 04:30:06PM -0500, Andy Dougherty wrote: > > > > > > Ok, here's a first pass. Most of it is pretty straightforward > > One spot I may have goofed: I changed some initializations from "" to > NULL, which is, of course, rather a different thing, and is probably not > what you had in mind.
Yeah, I saw those and have them on my list to fix later. They really do need to point to an empty string (i.e., not NULL), but essentially it's all a part of parsing and dealing with malformed regular expressions, so it's likely to be fixed as we figure out how to handle that. Pm