November 6, 2008
View 6a21552

have configure define NDEBUG unless we use --enable-debug, instead of having to #ifndef CL_DEBUG #define NDEBUG #endif in each .c file that uses assert. If you want assertions enabled you'll need to use --enable-debug to configure, as until now, no change there.

Török Edvin authored on 2008/11/06 23:27:18
October 11, 2008
View a66b62f

handle unfinishes string tokens in JS parser

Török Edvin authored on 2008/10/11 19:27:27
October 7, 2008
View 1405207

bb#1219

aCaB authored on 2008/10/07 22:35:21
September 24, 2008
View 1279faf

add htmlnorm unit tests and fix jsnorm space normalization

Török Edvin authored on 2008/09/24 05:52:22
August 25, 2008
View 72733fb

fix infloop in jsnorm (bb #1146) add unit test for bb #1146

Török Edvin authored on 2008/08/25 21:39:09
View bd02147

fix typo in previous commit

Tomasz Kojm authored on 2008/08/25 06:25:42
View c73454f

add missing include

Tomasz Kojm authored on 2008/08/25 06:13:28
August 12, 2008
View 69df34a

fix possible oob idx

Tomasz Kojm authored on 2008/08/12 19:09:15
August 1, 2008
View fb6208f

fixes for bb #177: if all we have is a script in a html file still normalize it keep global scope, we need it to parse variable names in the correct scope

Török Edvin authored on 2008/08/01 23:50:50
View 6ba8b95

lowercase JS parser output

Török Edvin authored on 2008/08/01 23:50:45
July 30, 2008
View d39b528

recursion limit for self-protection remove some TODOs that no longer apply

Török Edvin authored on 2008/07/30 01:52:48
July 16, 2008
View 533e76a

cleanup some more unit tests

Török Edvin authored on 2008/07/16 18:53:18
View 474431d

use the pointer returned from realloc, because it can change location. not doing so leads to hard to reproduce bugs!

Török Edvin authored on 2008/07/16 17:44:37
July 15, 2008
View ff97b85

add comment

Török Edvin authored on 2008/07/15 23:41:36
View 377a233

more unit tests for js-norm fix js-norm bugs discovered during unit testing

Török Edvin authored on 2008/07/15 23:31:33