Merged ImageFunctions.php into GlobalFunctions.php
[lhc/web/wiklou.git] / includes / libs / JavaScriptMinifier.php
2011-11-23 Brion VibberRevert r103978, r103979 -- screwed something up, breaks...
2011-11-22 Brion VibberFunctional part of r103978 (d'oh!) plus an update to...
2011-11-22 PlatonidesFinal fixup to r103910 and follow-ups.
2011-11-22 PlatonidesTwo decimal points may be valid, as 5..toString() ...
2011-11-22 PlatonidesFollow-up r103915: We need to increment $end before...
2011-11-22 PlatonidesFollow-up r103915. The @fixme of r103865 was wrong.
2011-11-22 PlatonidesFix r103865 fixmes about case where there a parse error...
2011-11-22 PlatonidesFollow-up r103865. Accept lowercase hex and remove...
2011-11-21 Brion Vibber* (bug 32548) fix minification bug when numeric literal...
2011-03-15 Neil Kandalgaonkarremoving another use of the vertical tab & form feed...
2011-03-15 Neil Kandalgaonkarthe vertical tab \v and form feed \f escapes are not...
2011-03-14 Roan KattouwFollowup r83891: don't insert a newline before ++ or...
2011-03-14 Roan KattouwFollowup r83885: implement maximum line length and...
2011-03-14 Roan Kattouw(bug 27528) Incorporate Paul Copperman's minifier