> my gcc gives me a bunch of warnings in url.c about using int and size_t
Mine doesn't, which is odd, but sure make any changes you like. > Yeah, but then we've still got the cw->tags array to worry about. Shouldn't be a problem, if we move tags into jsstate, thus cw->jss->tags, as I wrote Chris off-line. The only reference elsewhere is some freeTags call in buffers.c, but we could just pass cw->jss in that case. Then it's all encapsulated in html.cpp, and should be easy. I'd thought about the link list for the lines in a file, but it would be a lot of rewrite. Wouldn't help me much, I only have 2 gig ram anyways, and might even reduce the sizes of files I can edit. At this level it is a bit like politics, anything we do here will help some people and hurt others. Karl Dahlke _______________________________________________ Edbrowse-dev mailing list [email protected] http://lists.the-brannons.com/mailman/listinfo/edbrowse-dev
