* Fixed unclosed <p> tag
[lhc/web/wiklou.git] / includes / normal /
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.