index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
normal
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update files as currently generated.
Brion Vibber
2005-05-18
2
-5
/
+5
*
fix phpdoc comment
Antoine Musso
2005-01-27
2
-17
/
+48
*
notes
Brion Vibber
2004-12-03
1
-0
/
+21
*
Require running from command line
Brion Vibber
2004-12-03
1
-0
/
+5
*
Fix composition bug: completed hangul syllable should not be merged with anot...
Brion Vibber
2004-11-15
2
-1
/
+55
*
Add a utf-8 to hex sequence function for debugging
Brion Vibber
2004-11-15
1
-0
/
+14
*
Test: feeds random strings to both pure PHP and ICU code paths looking for di...
Brion Vibber
2004-11-14
1
-0
/
+106
*
Fix regression in ICU-mode UTF-8 verification: U+FFFF is forbidden
Brion Vibber
2004-11-14
2
-2
/
+11
*
Support using ICU to do most of the heavy lifting in cleanUp() if the extensi...
Brion Vibber
2004-11-14
3
-3
/
+43
*
Fix regression: surrogate half followed by extra tail bytes
Brion Vibber
2004-11-14
2
-0
/
+14
*
Fix UTF-8 validation regression: well-formed but forbidden UTF-8 sequence fol...
Brion Vibber
2004-11-14
2
-1
/
+27
*
Fix UTF-8 validation regression where a bad head byte is followed by ascii, t...
Brion Vibber
2004-11-14
2
-1
/
+40
*
Ignore some Mac-related files
Brion Vibber
2004-11-14
1
-0
/
+2
*
Fix UTF-8 validation bug where some cases didn't get replacement chars insert...
Brion Vibber
2004-11-14
2
-1
/
+26
*
Add a Russian test file to the benchmark (2-byte characters, using ASCII spac...
Brion Vibber
2004-11-11
2
-1
/
+5
*
Tweak benchmark a bit; display times in milliseconds instead of seconds for l...
Brion Vibber
2004-11-07
1
-6
/
+12
*
cleanUp() optimization: speed up Japanese, Korean tests by another 15% by rea...
Brion Vibber
2004-11-07
2
-85
/
+148
*
Don't run the control characters through the invariant test, as they are stri...
Brion Vibber
2004-11-06
1
-1
/
+2
*
Don't forgot to actually _make_ the replacements for illegal chars. :P
Brion Vibber
2004-11-06
1
-1
/
+1
*
Adding some extra tests for the cleanUp() function
Brion Vibber
2004-11-06
1
-0
/
+217
*
Shave off a few more milliseconds from cleanUp() inner loop.
Brion Vibber
2004-11-05
1
-5
/
+5
*
Shave a few more percentage points from times on cleanUp() on unicode text by...
Brion Vibber
2004-11-05
1
-7
/
+8
*
More incremental optimization on cleanUp():
Brion Vibber
2004-11-05
1
-33
/
+57
*
cleanUp() optimization: about 1/8 speed boost on unicode-dominant text (Japan...
Brion Vibber
2004-11-05
1
-17
/
+20
*
cleanUp() optimization: split the string into pure ASCII chunks and chunks wh...
Brion Vibber
2004-11-05
1
-69
/
+72
*
Optimization on cleanUp(): roughly 1/3 speed boost on ascii-dominant but not ...
Brion Vibber
2004-11-04
1
-0
/
+8
*
Optimize inner loop in cleanUp(): boosts performance on non-ASCII text by abo...
Brion Vibber
2004-11-04
1
-68
/
+73
*
The pass-by-reference on the string on fastCompose() really slows things down...
Brion Vibber
2004-10-30
1
-5
/
+6
*
More inlining; fastCompose() is now twice as fast on hangul chars, which cuts...
Brion Vibber
2004-10-30
1
-63
/
+75
*
Work through the NFC substeps with the actual data to make the substep times ...
Brion Vibber
2004-10-30
1
-2
/
+10
*
Benchmark was pulling the wrong Tokyo article (shorter than the others)
Brion Vibber
2004-10-30
1
-1
/
+1
*
Add some sub-functions back to the benchmark
Brion Vibber
2004-10-30
1
-1
/
+2
*
Optimize inner loops a bit.
Brion Vibber
2004-10-30
1
-75
/
+113
*
Subject UtfNormal::cleanUp() to the same tests as UtfNormal::toNFC()
Brion Vibber
2004-10-30
1
-0
/
+17
*
Munge doc comments. Mark as its own package for docs.
Brion Vibber
2004-10-28
6
-8
/
+45
*
Load form C data on demand; if we are dealing in all-ASCII text we can save s...
Brion Vibber
2004-10-09
3
-3
/
+24
*
Add support for using ICU to perform normalization, which is much much faster...
Brion Vibber
2004-10-07
3
-5
/
+36
*
Fetch test data for the benchmark
Brion Vibber
2004-10-07
2
-2
/
+14
*
Doc comments
Brion Vibber
2004-09-27
1
-1
/
+24
*
Add remotely fetched files to .cvsignore to reduce screen pollution
Brion Vibber
2004-09-23
1
-0
/
+8
*
Some more phpdoc bits
Brion Vibber
2004-09-04
1
-20
/
+87
*
Split files and classes in different packages for phpdocumentor. I probably c...
Antoine Musso
2004-09-03
5
-23
/
+54
*
Change the way comment are generated so they are compatible with phpdocumento...
Antoine Musso
2004-09-03
3
-16
/
+33
*
Correction to the \r stripping
Brion Vibber
2004-09-03
1
-3
/
+5
*
Add UtfNormal::cleanUp() function: strips XML-unsafe characters and illegal U...
Brion Vibber
2004-09-03
6
-14
/
+323
*
Split the data arrays for form KC, KD to a separate include file and load it ...
Brion Vibber
2004-09-02
5
-7
/
+40
*
Unicode normalization routines.
Brion Vibber
2004-08-29
8
-0
/
+975