Package: unicon / 3.0.4+dfsg1-3

Metadata

Package Version Patches format
unicon 3.0.4+dfsg1-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
001 debian changes.patch | (download)

Makefile.in | 34 17 + 17 - 0 !
fonts/big5/Makefile.in | 1 1 + 0 - 0 !
fonts/gb/Makefile.in | 1 1 + 0 - 0 !
fonts/gbk/Makefile.in | 1 1 + 0 - 0 !
fonts/jis/Makefile.in | 1 1 + 0 - 0 !
fonts/kscm/Makefile.in | 1 1 + 0 - 0 !
unicon/ImmModules/cce/CCE_pinyin.c | 8 8 + 0 - 0 !
unicon/ImmModules/cce/Makefile.in | 8 4 + 4 - 0 !
unicon/ImmModules/cce/inputs/Makefile.in | 4 2 + 2 - 0 !
unicon/ImmModules/cce/inputs/cin2dat.c | 6 3 + 3 - 0 !
unicon/ImmModules/cce/inputs/cin2tab.c | 5 3 + 2 - 0 !
unicon/ImmModules/cce/inputs/tab2txt.c | 2 1 + 1 - 0 !
unicon/ImmModules/cce/xl_pinyin.c | 244 203 + 41 - 0 !
unicon/ImmModules/cce/xl_pinyin.h | 3 3 + 0 - 0 !
unicon/ImmModules/cxterm/Makefile.in | 4 2 + 2 - 0 !
unicon/ImmModules/turbo/Makefile.in | 13 8 + 5 - 0 !
unicon/ImmModules/turbo/xl_hzinput.c | 6 3 + 3 - 0 !
unicon/ImmModules/turbo/xl_mfile.c | 1 1 + 0 - 0 !
unicon/ImmModules/turbo/xl_phrase.c | 6 3 + 3 - 0 !
unicon/Makefile.in | 20 11 + 9 - 0 !
unicon/client/Makefile.in | 6 3 + 3 - 0 !
unicon/server/Makefile.in | 13 7 + 6 - 0 !
unicon/server/TLS_Debug.cpp | 8 5 + 3 - 0 !
unicon/server/TLS_ImmOp.cpp | 2 1 + 1 - 0 !
unicon/server/TLS_LibMain.cpp | 2 1 + 1 - 0 !
unicon/server/TLS_MemFile.cpp | 4 3 + 1 - 0 !
unicon/server/TLS_PthSocket.cpp | 4 2 + 2 - 0 !
unicon/server/TLS_PthSocket.hpp | 4 2 + 2 - 0 !
unicon/unicon/unicon.ini.in | 8 4 + 4 - 0 !
unikey/Makefile.in | 1 1 + 0 - 0 !
30 files changed, 306 insertions(+), 115 deletions(-)

 debian changes before version 3.0.4+dfsg1-1, to be split some day
002 fix spelling error xl_intcode.c.patch | (download)

unicon/ImmModules/cce/xl_intcode.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix lintian spelling-error-in-binary
 unicon-imc2: spelling-error-in-binary
 usr/lib/unicon/modules/cce/gb18030_intcode.so internel internal
 .
003 fix return for clang.patch | (download)

unicon/ImmModules/cce/inputs/tab2dat.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix ftbfs with clang instead of gcc
 - Fixed return void in unicon/ImmModules/cce/inputs/tab2dat.c
 .
004 fix missing_type.patch | (download)

unicon/ImmModules/turbo/levelphrase.c | 2 1 + 1 - 0 !
unicon/ImmModules/turbo/test.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix phraselevel declared without type
 The attached patch introduces the type declaration.
 .