merged master
[lhc/web/wiklou.git] / includes / normal / UtfNormal.php
2012-08-29 danielmerged master
2012-08-29 Daniel KinzlerMerge "Revert "merged master"" into Wikidata
2012-08-29 Daniel KinzlerRevert "merged master"
2012-08-29 danielmerged master
2012-04-16 danielMerge branch 'Wikidata' of ssh://gerrit.wikimedia.org...
2012-04-11 Jens OhligMerge branch 'master' into Wikidata
2012-02-09 Sam ReedMore return documentation
2011-08-04 Chad HorohoeFollowup r93921: missed something from testing
2011-08-04 Chad HorohoeMove UNORM_ related defines inside of UtfNormal. $globa...
2011-05-15 Tim StarlingFix for HipHop breakage in r87748 etc. Please do not...
2011-04-17 Alexandre Emsenhuber* (bug 28511) Use [] syntax instead of {} for string...
2011-04-16 Brian Wolff(follow-up r86130) the normalizer_normalize function...
2011-04-15 Brian Wolff(follow-up r69626) Make it so the intl normalizer_norma...
2011-03-27 Happy-melonRevert r84706, r84709 (UtfNormal rewrite). Clearly...
2011-03-24 Happy-melon(bug 5303) Merge UtfNormal rewrite. Patch by Ludovic...
2010-11-01 Sam ReedFix minor semi colon fail from r75767
2010-11-01 Sam Reedbug 25517 Assignment in conditions should be avoided...
2010-08-15 Alexandre Emsenhuber* Standardised file description headers
2010-07-26 PlatonidesMoved globals $utfCombiningClass, $utfCanonicalComp...
2010-07-20 Mark A. Hershbergerfixes r69333 — remove dependency on iconv, use icu...
2010-07-20 Mark A. HershbergerPrefer the intl PECL extension for ICU Unicode
2010-07-20 Mark A. Hershbergerrevert r69620
2010-07-20 Mark A. HershbergerAdmin is required now.
2010-07-14 Mark A. Hershberger* revert r61258
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-01-21 Roan KattouwFix up r45749: do is_string() check in the caller instead
2009-01-15 Roan KattouwFix regression from r45749: only UTF-8 normalize strings
2008-06-02 Alexandre EmsenhuberFixed Doxygen warnings
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-30 Tim StarlingMerged filerepo-work branch:
2007-04-24 Nick JenkinsDoc tweaks:
2007-02-09 Nick JenkinsPrevent some unnecessary lstat system calls, generated...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-10-21 Yuri AstrakhanMarked all functions as static
2006-10-03 Tim StarlingUse absolute path in require_once, errors reported...
2006-05-01 Antoine Mussounused variables as per #3692
2006-04-05 Brion VibberUpdate the FSF's address in all these GPL stub headers
2006-03-05 Tim StarlingReplaced codepointToUtf8 calls with string literals...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2005-08-16 Brion VibberCode cleanup: normalize case for intval(), strval(...
2004-11-15 Brion VibberFix composition bug: completed hangul syllable should...
2004-11-14 Brion VibberFix regression in ICU-mode UTF-8 verification: U+FFFF...
2004-11-14 Brion VibberSupport using ICU to do most of the heavy lifting in...
2004-11-14 Brion VibberFix regression: surrogate half followed by extra tail...
2004-11-14 Brion VibberFix UTF-8 validation regression: well-formed but forbid...
2004-11-14 Brion VibberFix UTF-8 validation regression where a bad head byte...
2004-11-14 Brion VibberFix UTF-8 validation bug where some cases didn't get...
2004-11-07 Brion VibbercleanUp() optimization: speed up Japanese, Korean tests...
2004-11-06 Brion VibberDon't forgot to actually _make_ the replacements for...
2004-11-05 Brion VibberShave off a few more milliseconds from cleanUp() inner...
2004-11-05 Brion VibberShave a few more percentage points from times on cleanU...
2004-11-05 Brion VibberMore incremental optimization on cleanUp():
2004-11-05 Brion VibbercleanUp() optimization: about 1/8 speed boost on unicod...
2004-11-05 Brion VibbercleanUp() optimization: split the string into pure...
2004-11-04 Brion VibberOptimization on cleanUp(): roughly 1/3 speed boost...
2004-11-04 Brion VibberOptimize inner loop in cleanUp(): boosts performance...
2004-10-30 Brion VibberThe pass-by-reference on the string on fastCompose...
2004-10-30 Brion VibberMore inlining; fastCompose() is now twice as fast on...
2004-10-30 Brion VibberOptimize inner loops a bit.
2004-10-28 Brion VibberMunge doc comments. Mark as its own package for docs.
2004-10-09 Brion VibberLoad form C data on demand; if we are dealing in all...
2004-10-07 Brion VibberAdd support for using ICU to perform normalization...
2004-09-27 Brion VibberDoc comments
2004-09-04 Brion VibberSome more phpdoc bits
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Brion VibberCorrection to the \r stripping
2004-09-03 Brion VibberAdd UtfNormal::cleanUp() function: strips XML-unsafe...
2004-09-02 Brion VibberSplit the data arrays for form KC, KD to a separate...
2004-08-29 Brion VibberUnicode normalization routines.