Re: [E-devel] E SVN: discomfitor trunk/PROTO/azy/src/lib

2012-02-17 Thread David Seikel
On Fri, 17 Feb 2012 00:24:48 -0800 "Enlightenment SVN" wrote: > Log: > fix crash on 64butt archs That's a lot of arse holes. -- A big old stinking pile of genius that no one wants coz there are too many silver coated monkeys in the world. signature.asc Description: PGP signature

Re: [E-devel] E SVN: discomfitor trunk/PROTO/azy/src/lib

2011-03-19 Thread Mike Blumenkrantz
On Fri, 18 Mar 2011 23:57:31 -0700 "Enlightenment SVN" wrote: > Log: > more optimizing > > Author: discomfitor > Date: 2011-03-18 23:57:31 -0700 (Fri, 18 Mar 2011) > New Revision: 57889 > Trac: http://trac.enlightenment.org/e/changeset/57889 > > Modified: > trunk/PROTO/a

Re: [E-devel] E SVN: discomfitor trunk/PROTO/azy/src/lib

2011-02-12 Thread Atton Jonathan
yes I have a title now ! 2011/2/12 Enlightenment SVN > Log: > I hereby dub thee, Atton Jonathan, Official Azy Bug Finder. > > fix b64 header detection (random extra trailing newline) > also small optimization following this > > > Author: discomfitor > Date: 2011-02-12 10:33:38 -0

Re: [E-devel] E SVN: discomfitor trunk/PROTO/azy/src/lib

2010-11-30 Thread Mike Blumenkrantz
On Wed, 1 Dec 2010 05:22:20 -0200 Gustavo Sverzut Barbieri wrote: > On Wednesday, December 1, 2010, Enlightenment SVN > wrote: > > Log: > > add custom parser for headers, avoiding regexec and reducing stack size by > > not using alloca to convert unsigned char* to char* for regexec > > This app

Re: [E-devel] E SVN: discomfitor trunk/PROTO/azy/src/lib

2010-11-30 Thread Gustavo Sverzut Barbieri
On Wednesday, December 1, 2010, Enlightenment SVN wrote: > Log: > add custom parser for headers, avoiding regexec and reducing stack size by > not using alloca to convert unsigned char* to char* for regexec This approach is not the best, instead of calling couple of "dumb" checker functions chan