Don't look for pipes in the root node.
[lhc/web/wiklou.git] / includes / normal /
2011-01-09 Niklas Laxström* (bug 25708) Update case mappings and normalization...
2010-11-30 PlatonidesUse constants. Add spacing.
2010-11-13 Antoine MussoWith PHPUnit 3.5.0, use its autoloader (like r74831).
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-28 PlatonidesFrom globals to parameters: $columns, $exceptions,...
2010-07-26 PlatonidesFrom global to parameter.
2010-07-26 PlatonidesMoved globals $utfCombiningClass, $utfCanonicalComp...
2010-07-25 PlatonidesFollow up r69643. Remove unused global.
2010-07-20 Mark A. HershbergerAdded an explanation for the way the code is set up.
2010-07-20 Mark A. HershbergerSlightly different, but similar to brion's tests. ...
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
2010-02-21 Domas Mituzasfix include path (DifferenceEngine.php has been moved...
2010-02-16 Max SemenikFixed a E_DEPRECATED
2009-12-11 Chad HorohoeMass convert NULL -> null. Left strings and comments...
2009-11-14 Max Semenik* Removed remaining trailing ?> from core.
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-05-08 Brion Vibber* (bug 13615) Update case mappings and normalization...
2008-05-08 Brion VibberA bunch of Unicode constants got moved at some point...
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-02-04 Brion VibberCleanup from r19742:
2007-02-03 Antoine MussoFix #6844: Semantically correct tags for diffchanges...
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-13 Brion Vibberuse number_format on bytes/sec in output to make it...
2007-01-13 Brion Vibberfix benchmark test data downloads; fix link for english...
2007-01-13 Brion Vibber* (bug 7250) Updated Unicode normalization tables to...
2007-01-13 Brion Vibberadjust CleanUpTest to run with PHPUnit 3
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-07-11 Antoine MussoRemove forced dereferencements (new() returns a referen...
2006-05-01 Antoine Mussounused variables as per #3692
2006-04-19 Antoine MussoSwitching from phpdoc to doxygen (use less than 32MB...
2006-04-05 Brion VibberRemove .cvsignore files
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-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
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(...
2005-05-18 Brion VibberUpdate files as currently generated.
2005-01-27 Antoine Mussofix phpdoc comment
2004-12-03 Brion Vibbernotes
2004-12-03 Brion VibberRequire running from command line
2004-11-15 Brion VibberFix composition bug: completed hangul syllable should...
2004-11-15 Brion VibberAdd a utf-8 to hex sequence function for debugging
2004-11-14 Brion VibberTest: feeds random strings to both pure PHP and ICU...
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 VibberIgnore some Mac-related files
2004-11-14 Brion VibberFix UTF-8 validation bug where some cases didn't get...
2004-11-11 Brion VibberAdd a Russian test file to the benchmark (2-byte charac...
2004-11-07 Brion VibberTweak benchmark a bit; display times in milliseconds...
2004-11-07 Brion VibbercleanUp() optimization: speed up Japanese, Korean tests...
2004-11-06 Brion VibberDon't run the control characters through the invariant...
2004-11-06 Brion VibberDon't forgot to actually _make_ the replacements for...
2004-11-06 Brion VibberAdding some extra tests for the cleanUp() function
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 VibberWork through the NFC substeps with the actual data...
2004-10-30 Brion VibberBenchmark was pulling the wrong Tokyo article (shorter...
2004-10-30 Brion VibberAdd some sub-functions back to the benchmark
2004-10-30 Brion VibberOptimize inner loops a bit.
2004-10-30 Brion VibberSubject UtfNormal::cleanUp() to the same tests as UtfNo...
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-10-07 Brion VibberFetch test data for the benchmark
2004-09-27 Brion VibberDoc comments
2004-09-23 Brion VibberAdd remotely fetched files to .cvsignore to reduce...
2004-09-04 Brion VibberSome more phpdoc bits
2004-09-03 Antoine MussoSplit files and classes in different packages for phpdo...
2004-09-03 Antoine MussoChange the way comment are generated so they are compat...
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.