Alexandre Julliard : unicode: Try harder to reuse subsequences when compressing data arrays.

Alexandre Julliard julliard at winehq.org
Tue Jan 28 15:35:26 CST 2020


Module: wine
Branch: master
Commit: f17a228d450beb666470840ae503d4bd9d9e34e3
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f17a228d450beb666470840ae503d4bd9d9e34e3

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jan 27 20:23:54 2020 +0100

unicode: Try harder to reuse subsequences when compressing data arrays.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dwrite/bracket.c       |  142 ++-
 dlls/dwrite/direction.c     |  779 ++++++--------
 dlls/dwrite/linebreak.c     | 1282 ++++++++++-------------
 dlls/dwrite/mirror.c        |  346 +++----
 dlls/dwrite/scripts.c       | 1113 +++++++++-----------
 dlls/gdi32/direction.c      |  779 ++++++--------
 dlls/gdi32/vertical.c       |  305 +++---
 dlls/kernel32/nameprep.c    |  771 ++++++--------
 dlls/kernelbase/collation.c | 2349 +++++++++++++++++++++----------------------
 dlls/kernelbase/digitmap.c  |  165 ++-
 dlls/kernelbase/wctype.c    | 1369 +++++++++++--------------
 dlls/usp10/bracket.c        |  142 ++-
 dlls/usp10/direction.c      |  779 ++++++--------
 dlls/usp10/indicsyllable.c  |  640 ++++++------
 dlls/usp10/linebreak.c      | 1282 ++++++++++-------------
 dlls/usp10/mirror.c         |  346 +++----
 dlls/usp10/shaping.c        |  532 ++++------
 dlls/wineps.drv/vertical.c  |  305 +++---
 libs/port/collation.c       | 2349 +++++++++++++++++++++----------------------
 libs/port/combclass.c       |  359 +++----
 libs/port/digitmap.c        |  167 ++-
 libs/port/wctype.c          | 1159 ++++++++++-----------
 loader/l_intl.nls           |  Bin 6566 -> 5432 bytes
 tools/make_unicode          |   34 +-
 24 files changed, 7796 insertions(+), 9698 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=f17a228d450beb666470840ae503d4bd9d9e34e3



More information about the wine-cvs mailing list