Michael Stefaniuc
|
b21eb6733f
|
usp10: Use the global HeapAlloc() wrappers.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-02-06 14:28:10 +01:00 |
Henri Verbeet
|
c3dc9edc25
|
usp10: Use heap_free() instead of HeapFree().
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-10 23:21:26 +01:00 |
Henri Verbeet
|
6a0e5bb79d
|
usp10: Use heap_alloc() instead of HeapAlloc().
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-03-10 23:21:26 +01:00 |
Nikolay Sivov
|
7e6a4b2bf5
|
usp10: Fix LB27 rule that should check for prefix, not suffix.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-31 15:58:44 +01:00 |
Nikolay Sivov
|
c4626bba01
|
usp10: Fixed LB30 condition, breaking after CP class.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Aric Stewart <aric@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-01-31 15:58:44 +01:00 |
Nikolay Sivov
|
58e0972c5c
|
Update data tables to Unicode 9.0.0.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-06-22 22:09:28 +09:00 |
Alexandre Julliard
|
0bbeaae678
|
make_unicode: Mark most data tables as hidden.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-02-25 00:25:01 +09:00 |
Nikolay Sivov
|
1183a781ec
|
usp10: Add a missing 'break' for rule LB20.
|
2014-09-05 14:41:29 +02:00 |
Marcus Meissner
|
90117bd175
|
usp10: Added missing break (Coverity).
|
2013-08-19 12:53:20 +02:00 |
Alexandre Julliard
|
2c5c2b5546
|
usp10: Update the line breaking algorithm to Unicode 6.2.0.
|
2013-07-22 17:16:00 +02:00 |
Andrew Talbot
|
c5ce8c8e08
|
usp10: Indentation fix.
|
2012-12-24 13:31:42 +01:00 |
Aric Stewart
|
250a132545
|
usp10: Correct read overflow in ScriptBreak found by Valgrind.
|
2011-10-19 19:45:38 +02:00 |
Frédéric Delanoy
|
7e309601f3
|
dlls: Assorted spelling fixes.
|
2011-08-03 14:15:50 +02:00 |
Alexandre Julliard
|
b99b9565e8
|
usp10: Make the various lookup tables more compact.
|
2011-07-07 17:30:35 +02:00 |
Aric Stewart
|
95166855bb
|
usp10: Implement ScriptBreak using the Unicode Line Breaking Algorithm.
|
2011-07-07 14:56:50 +02:00 |