wok annotate scim-pinyin/stuff/cstring-gcc43.patch @ rev 12024

pcmanfm2: new icon (Thanks moulefrite)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 06 20:38:45 2012 +0100 (2012-03-06)
parents
children
rev   line source
rocky@3532 1 --- scim-pinyin-0.5.91.orig/src/scim_pinyin.cpp Mon Aug 8 14:11:16 2005
rocky@3532 2 +++ scim-pinyin-0.5.91/src/scim_pinyin.cpp Mon Jun 22 12:24:33 2009
rocky@3532 3 @@ -30,6 +30,7 @@
rocky@3532 4
rocky@3532 5 #include <scim.h>
rocky@3532 6 #include "scim_pinyin.h"
rocky@3532 7 +#include <cstring>
rocky@3532 8
rocky@3532 9 // Internal functions
rocky@3532 10 static int
rocky@3532 11 --- scim-pinyin-0.5.91.orig/src/scim_phrase.cpp Thu Jan 6 21:30:58 2005
rocky@3532 12 +++ scim-pinyin-0.5.91/src/scim_phrase.cpp Mon Jun 22 12:25:33 2009
rocky@3532 13 @@ -30,6 +30,7 @@
rocky@3532 14 #include <scim.h>
rocky@3532 15 #include "scim_pinyin_private.h"
rocky@3532 16 #include "scim_phrase.h"
rocky@3532 17 +#include <cstring>
rocky@3532 18
rocky@3532 19 static const char scim_phrase_lib_text_header [] = "SCIM_Phrase_Library_TEXT";
rocky@3532 20 static const char scim_phrase_lib_binary_header [] = "SCIM_Phrase_Library_BINARY";
rocky@3532 21 --- scim-pinyin-0.5.91.orig/src/scim_pinyin_phrase.cpp Sat Aug 6 20:06:49 2005
rocky@3532 22 +++ scim-pinyin-0.5.91/src/scim_pinyin_phrase.cpp Mon Jun 22 12:26:12 2009
rocky@3532 23 @@ -31,6 +31,7 @@
rocky@3532 24 #include "scim_phrase.h"
rocky@3532 25 #include "scim_pinyin.h"
rocky@3532 26 #include "scim_pinyin_phrase.h"
rocky@3532 27 +#include <cstring>
rocky@3532 28
rocky@3532 29 static const char scim_pinyin_lib_text_header [] = "SCIM_Pinyin_Library_TEXT";
rocky@3532 30 static const char scim_pinyin_lib_binary_header [] = "SCIM_Pinyin_Library_BINARY";
rocky@3532 31 --- scim-pinyin-0.5.91.orig/src/scim_special_table.cpp Thu Jan 6 21:31:02 2005
rocky@3532 32 +++ scim-pinyin-0.5.91/src/scim_special_table.cpp Mon Jun 22 12:27:10 2009
rocky@3532 33 @@ -24,6 +24,7 @@
rocky@3532 34 #include <scim.h>
rocky@3532 35 #include "scim_pinyin_private.h"
rocky@3532 36 #include "scim_special_table.h"
rocky@3532 37 +#include <cstring>
rocky@3532 38
rocky@3532 39 static inline String
rocky@3532 40 _trim_blank (const String &str)