Codebase list teckit / cae5ccd
Refresh patches. Debian Janitor 1 year, 2 months ago
1 changed file(s) with 31 addition(s) and 25 deletion(s). Raw diff Collapse all Expand all
0 diff -ur teckit-2.5.10/source/Compiler.cpp teckit-src/source/Compiler.cpp
1 --- teckit-2.5.10/source/Compiler.cpp Tue May 05 23:09:53 2020
2 +++ teckit-src/source/Compiler.cpp Wed May 06 09:00:34 2020
3 @@ -189,7 +189,7 @@
0 Index: teckit.git/source/Compiler.cpp
1 ===================================================================
2 --- teckit.git.orig/source/Compiler.cpp
3 +++ teckit.git/source/Compiler.cpp
4 @@ -189,7 +189,7 @@ TECkit_DisposeCompiled(Byte* table)
45 free(table);
56 }
67
910 WINAPI
1011 TECkit_GetUnicodeName(UInt32 usv)
1112 {
12 diff -ur teckit-2.5.10/source/Compiler.h teckit-src/source/Compiler.h
13 --- teckit-2.5.10/source/Compiler.h Tue May 05 23:09:53 2020
14 +++ teckit-src/source/Compiler.h Wed May 06 08:59:40 2020
15 @@ -229,7 +229,7 @@
13 Index: teckit.git/source/Compiler.h
14 ===================================================================
15 --- teckit.git.orig/source/Compiler.h
16 +++ teckit.git/source/Compiler.h
17 @@ -229,7 +229,7 @@ protected:
1618 vector<UInt32> byteClassLines;
1719 vector<UInt32> uniClassLines;
1820
2123 UInt32 uniDefault;
2224 UInt8 byteDefault;
2325 bool supplementaryChars;
24 diff -ur teckit-2.5.10/source/Engine.cpp teckit-src/source/Engine.cpp
25 --- teckit-2.5.10/source/Engine.cpp Tue May 05 23:09:53 2020
26 +++ teckit-src/source/Engine.cpp Wed May 06 09:06:24 2020
27 @@ -51,12 +51,6 @@
26 Index: teckit.git/source/Engine.cpp
27 ===================================================================
28 --- teckit.git.orig/source/Engine.cpp
29 +++ teckit.git/source/Engine.cpp
30 @@ -51,12 +51,6 @@ Description:
2831 # define NOSERVICE
2932 # define NOMCX
3033 # include <windows.h>
3740 #endif
3841
3942 #include "Engine.h"
40 diff -ur teckit-2.5.10/source/Public-headers/TECkit_Compiler.h teckit-src/source/Public-headers/TECkit_Compiler.h
41 --- teckit-2.5.10/source/Public-headers/TECkit_Compiler.h Tue May 05 23:09:53 2020
42 +++ teckit-src/source/Public-headers/TECkit_Compiler.h Wed May 06 09:07:40 2020
43 @@ -29,6 +29,9 @@
43 Index: teckit.git/source/Public-headers/TECkit_Compiler.h
44 ===================================================================
45 --- teckit.git.orig/source/Public-headers/TECkit_Compiler.h
46 +++ teckit.git/source/Public-headers/TECkit_Compiler.h
47 @@ -29,6 +29,9 @@ extern "C" {
4448 #ifdef _WIN32
4549 /* MS compiler has predefined _WIN32, so assume Windows target */
4650 #include <windows.h> // apparently just using windef.h fails on VC++6
5054 #else
5155 /* not the MS compiler, so try Metrowerks' platform macros */
5256 #ifndef __APPLE__
53 @@ -55,7 +58,7 @@
57 @@ -55,7 +58,7 @@ extern "C" {
5458 #define kCompilerOpts_Compress 0x00000010 /* generate compressed mapping table */
5559 #define kCompilerOpts_XML 0x00000020 /* instead of a compiled binary table, generate an XML representation of the mapping */
5660
5963
6064 TECkit_Status
6165 WINAPI EXPORTED
62 @@ -74,7 +77,7 @@
66 @@ -74,7 +77,7 @@ WINAPI EXPORTED
6367 TECkit_GetCompilerVersion();
6468
6569 /* new APIs for looking up Unicode names (as NUL-terminated C strings) */
6872 WINAPI EXPORTED
6973 TECkit_GetUnicodeName(UInt32 usv);
7074 /* returns the Unicode name of usv, if available, else NULL */
71 diff -ur teckit-2.5.10/source/Public-headers/TECkit_Engine.h teckit-src/source/Public-headers/TECkit_Engine.h
72 --- teckit-2.5.10/source/Public-headers/TECkit_Engine.h Tue May 05 23:09:53 2020
73 +++ teckit-src/source/Public-headers/TECkit_Engine.h Wed May 06 09:08:34 2020
74 @@ -79,6 +79,9 @@
75 Index: teckit.git/source/Public-headers/TECkit_Engine.h
76 ===================================================================
77 --- teckit.git.orig/source/Public-headers/TECkit_Engine.h
78 +++ teckit.git/source/Public-headers/TECkit_Engine.h
79 @@ -79,6 +79,9 @@ extern "C" {
7580 #ifdef _WIN32
7681 /* MS compiler has predefined _WIN32, so assume Windows target */
7782 #include <windows.h>
8186 #else
8287 /* not the MS compiler, so try Metrowerks' platform macros */
8388 #ifndef __APPLE__
84 diff -ur teckit-2.5.10/source/Sample-tools/TECkit_Compile.cpp teckit-src/source/Sample-tools/TECkit_Compile.cpp
85 --- teckit-2.5.10/source/Sample-tools/TECkit_Compile.cpp Tue May 05 23:09:53 2020
86 +++ teckit-src/source/Sample-tools/TECkit_Compile.cpp Wed May 06 09:05:22 2020
89 Index: teckit.git/source/Sample-tools/TECkit_Compile.cpp
90 ===================================================================
91 --- teckit.git.orig/source/Sample-tools/TECkit_Compile.cpp
92 +++ teckit.git/source/Sample-tools/TECkit_Compile.cpp
8793 @@ -24,13 +24,13 @@
8894 #endif
8995