Followup r83891: don't insert a newline before ++ or -- . Patch by Paul Copperman
[lhc/web/wiklou.git] / includes / libs / JavaScriptDistiller.php
2011-02-18 Roan KattouwRemove comment that makes no sense post r82399
2011-02-18 Tim StarlingFix comments and whitespace for \\\\ .
2011-02-18 Tim StarlingJavaScriptDistiller fixes:
2011-02-18 Sam ReedComment out 2 unused lines in JavaScriptDistiller
2011-02-18 Tim Starling* For readability, use /x in regexes. Removed the start...
2011-02-18 Tim StarlingMade the regexes slightly more readable by undoubling...
2011-02-17 Roan KattouwFix a bug in string recognition in JSDistiller. This...
2011-02-17 Roan KattouwFix for r82344, which causes JSDistiller to stop minify...
2011-02-17 Roan KattouwRevert r82340, caused something linke bug 27481 where...
2011-02-17 Roan Kattouw(bug 27492) Fix regexes for matching JS regexes which...
2011-02-12 Mark A. Hershbergerw/s fixups
2011-02-08 Roan KattouwReimplement r80900, was lost when code was moved around
2011-01-31 Roan Kattouw(bug 27046) Do not strip newlines following C++-style...
2011-01-30 PlatonidesParseMaster is designed to use big regexes, with many...
2011-01-25 Trevor ParscalResolves bug 26931, where comments were not only not...
2011-01-24 Trevor ParscalResolves issue in r80656 where escaped quotes within...
2011-01-21 Roan KattouwFix r80666: botched variable rename
2011-01-21 Trevor ParscalAddresses issues raised in an excellent review of r80656.
2011-01-20 Trevor ParscalResolved bug 26791 by replacing JSMin with a new librar...