On 7/20/07, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote:
> On 5/17/07, Enlightenment CVS <[EMAIL PROTECTED]> wrote:
> > Enlightenment CVS committal
> >
> > Author  : tilman
> > Project : e17
> > Module  : libs/evas
> >
> > Dir     : e17/libs/evas/src/lib/canvas
> >
> >
> > Modified Files:
> >         evas_object_textblock.c
> >
> >
> > Log Message:
> > rework how the html entity escape arrays are stored. this saves a few 
> > hundred bytes on the data section of the library, kills off ~300 locations, 
> > and makes the so 77K smaller.
>
> damn, this broke it, &amp; and friends don't work anymore... just
> noticed that on my app, but you can see it from expedite too
> "textblock basic", it should read "And escaping < and > as well as &
> [...]"
>
> I'll try to fix, but anyone with clue could also check it?

ok, offsets were wrong... btw, using offsets were a braindead idea,
you just need to walk the string, no need for auxiliary.

now I need to understand better the _get() code in order to vanish
with offsets altogether... hints?

-- 
Gustavo Sverzut Barbieri
--------------------------------------
Jabber: [EMAIL PROTECTED]
   MSN: [EMAIL PROTECTED]
  ICQ#: 17249123
 Skype: gsbarbieri
Mobile: +55 (81) 9927 0010

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to