From: Gonzalo A. <ga...@us...> - 2006-09-08 13:55:47
|
Update of /cvsroot/mod-c/ehtml In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv970 Modified Files: ChangeLog Log Message: Meaningless cosmetic changes. Index: ChangeLog =================================================================== RCS file: /cvsroot/mod-c/ehtml/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ChangeLog 23 Aug 2006 10:44:19 -0000 1.2 --- ChangeLog 8 Sep 2006 13:55:43 -0000 1.3 *************** *** 1,13 **** 2006-01-07 Matej Urbas <mat...@gm...> ! - I have decided that EHTML be designed for speed in favour to ! 'careless-programmer-correction' bullshit. Which strengthens the fact that ! EHTML is not quite suitable for script kiddies. ! I have replaced all string objects with pointers to char (char*). Which ! reduces the amount of memory allocations and avoids other types of ! overhead (thereby programmers take the responsibility of being a little ! careful). ! - Redesigned the 'tag rendering' infrastructure to easier implement true ! style attributes... --- 1,15 ---- 2006-01-07 Matej Urbas <mat...@gm...> ! * EHTML: ! I have decided that EHTML be designed for speed in favour to ! 'careless-programmer-correction' bullshit. Which strengthens the fact ! that EHTML is not quite suitable for script kiddies. ! I have replaced all string objects with pointers to char (char*). Which ! reduces the amount of memory allocations and avoids other types of ! overhead (thereby programmers take the responsibility of being a little ! careful). ! ! * Tar rendering: ! Has been redesigned to easier implement true style attributes... |