| Commit message (Expand) | Author | Age | Files | Lines |
* | Big oops - merged to wrong branch. | awjrichards | 2012-06-05 | 2 | -1/+31 |
* | Revert to arbitrarily old point before initial remote branch creation to help... | awjrichards | 2012-06-02 | 2 | -31/+1 |
* | Added missing GPLv2 headers in some places. | Alexandre Emsenhuber | 2012-06-03 | 2 | -1/+31 |
* | More return documentation | Sam Reed | 2012-02-09 | 3 | -0/+3 |
* | Followup r93921: missed something from testing | Chad Horohoe | 2011-08-04 | 1 | -1/+1 |
* | Move UNORM_ related defines inside of UtfNormal. $globalScope--; | Chad Horohoe | 2011-08-04 | 2 | -17/+17 |
* | Swap else if for elseif | Sam Reed | 2011-06-17 | 1 | -3/+3 |
* | Followup r87468: remove refs to CleanUpTest from Makefile | Chad Horohoe | 2011-05-25 | 1 | -5/+1 |
* | Fix for HipHop breakage in r87748 etc. Please do not use require_once(dirname... | Tim Starling | 2011-05-15 | 8 | -5/+7 |
* | (bug 28864) Fix UtfNormal benchmark & test case runners from regression in r8... | Brion Vibber | 2011-05-09 | 1 | -0/+3 |
* | Move CleanUpTest, fixes in next commit | Chad Horohoe | 2011-05-04 | 1 | -425/+0 |
* | * (bug 28511) Use [] syntax instead of {} for string offset access | Alexandre Emsenhuber | 2011-04-17 | 2 | -22/+22 |
* | (follow-up r86130) the normalizer_normalize function doesn't replace things l... | Brian Wolff | 2011-04-16 | 1 | -7/+18 |
* | (follow-up r69626) Make it so the intl normalizer_normalize function is not | Brian Wolff | 2011-04-15 | 1 | -3/+19 |
* | Related to bug 28470 (Doxygen not updating) | Sam Reed | 2011-04-13 | 1 | -2/+0 |
* | The beginnings of HipHop compiled mode support. It works now for parser cache... | Tim Starling | 2011-04-04 | 2 | -2/+6 |
* | Memory stress test for UtfNormal issue re bug 28146 | Brion Vibber | 2011-04-01 | 1 | -0/+109 |
* | Revert r84706, r84709 (UtfNormal rewrite). Clearly more work needed to get t... | Happy-melon | 2011-03-27 | 7 | -1919/+898 |
* | (bug 5303) Merge UtfNormal rewrite. Patch by Ludovic Arnaud (YuviPanda). Th... | Happy-melon | 2011-03-24 | 7 | -898/+1919 |
* | * (bug 25708) Update case mappings and normalization to Unicode 6.0.0 | Niklas Laxström | 2011-01-09 | 4 | -8/+38 |
* | Use constants. Add spacing. | Platonides | 2010-11-30 | 1 | -7/+10 |
* | With PHPUnit 3.5.0, use its autoloader (like r74831). | Antoine Musso | 2010-11-13 | 1 | -1/+8 |
* | Fix minor semi colon fail from r75767 | Sam Reed | 2010-11-01 | 1 | -1/+1 |
* | bug 25517 Assignment in conditions should be avoided/ http://www.mediawiki.or... | Sam Reed | 2010-11-01 | 1 | -1/+2 |
* | * Standardised file description headers | Alexandre Emsenhuber | 2010-08-15 | 14 | -189/+219 |
* | From globals to parameters: $columns, $exceptions, $verbose | Platonides | 2010-07-28 | 1 | -8/+7 |
* | From global to parameter. | Platonides | 2010-07-26 | 1 | -8/+7 |
* | Moved globals $utfCombiningClass, $utfCanonicalComp, $utfCanonicalDecomp, $ut... | Platonides | 2010-07-26 | 6 | -50/+38 |
* | Follow up r69643. Remove unused global. | Platonides | 2010-07-25 | 1 | -2/+2 |
* | Added an explanation for the way the code is set up. | Mark A. Hershberger | 2010-07-20 | 1 | -3/+10 |
* | Slightly different, but similar to brion's tests. I wrote this before I disc... | Mark A. Hershberger | 2010-07-20 | 1 | -0/+223 |
* | fixes r69333 — remove dependency on iconv, use icu or native only | Mark A. Hershberger | 2010-07-20 | 1 | -7/+0 |
* | Prefer the intl PECL extension for ICU Unicode | Mark A. Hershberger | 2010-07-20 | 1 | -6/+16 |
* | revert r69620 | Mark A. Hershberger | 2010-07-20 | 1 | -16/+6 |
* | Admin is required now. | Mark A. Hershberger | 2010-07-20 | 1 | -6/+16 |
* | * revert r61258 | Mark A. Hershberger | 2010-07-14 | 1 | -0/+7 |
* | fix include path (DifferenceEngine.php has been moved to 'diff' subdir) | Domas Mituzas | 2010-02-21 | 1 | -1/+1 |
* | Fixed a E_DEPRECATED | Max Semenik | 2010-02-16 | 1 | -1/+1 |
* | Mass convert NULL -> null. Left strings and comments alone, obviously. | Chad Horohoe | 2009-12-11 | 2 | -5/+5 |
* | * Removed remaining trailing ?> from core. | Max Semenik | 2009-11-14 | 3 | -11/+11 |
* | Fix up r45749: do is_string() check in the caller instead | Roan Kattouw | 2009-01-21 | 1 | -3/+0 |
* | Fix regression from r45749: only UTF-8 normalize strings | Roan Kattouw | 2009-01-15 | 1 | -0/+3 |
* | Fixed Doxygen warnings | Alexandre Emsenhuber | 2008-06-02 | 1 | -32/+16 |
* | WARNING: HUGE COMMIT | Alexandre Emsenhuber | 2008-05-20 | 10 | -11/+15 |
* | * (bug 13615) Update case mappings and normalization to Unicode 5.1.0 | Brion Vibber | 2008-05-08 | 5 | -5/+2198 |
* | A bunch of Unicode constants got moved at some point out of the Unicode norma... | Brion Vibber | 2008-05-08 | 3 | -1/+55 |
* | * remove end of line whitespace | Siebrand Mazeland | 2008-04-14 | 8 | -15/+0 |
* | Remove ?>'s from files. They're pointless, and just asking for people to mes... | Aryeh Gregor | 2007-06-29 | 8 | -8/+8 |
* | Merged filerepo-work branch: | Tim Starling | 2007-05-30 | 1 | -53/+0 |
* | Doc tweaks: | Nick Jenkins | 2007-04-24 | 2 | -25/+17 |