SOURCES: pine-iconv-9d.patch - updated to 4.64

baggins baggins at pld-linux.org
Wed Dec 7 13:21:36 CET 2005


Author: baggins                      Date: Wed Dec  7 12:21:36 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 4.64

---- Files affected:
SOURCES:
   pine-iconv-9d.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/pine-iconv-9d.patch
diff -u SOURCES/pine-iconv-9d.patch:1.4 SOURCES/pine-iconv-9d.patch:1.5
--- SOURCES/pine-iconv-9d.patch:1.4	Wed Jun 22 15:12:53 2005
+++ SOURCES/pine-iconv-9d.patch	Wed Dec  7 13:21:30 2005
@@ -1643,7 +1643,7 @@
 @@ -5700,6 +5716,9 @@
  int	    rfc2369_parse_fields PROTO((char *, RFC2369_S *));
  unsigned char *trans_euc_to_2022_jp PROTO((unsigned char *));
- unsigned char *trans_2022_jp_to_euc PROTO((unsigned char *));
+ unsigned char *trans_2022_jp_to_euc PROTO((unsigned char *, unsigned int *));
 +unsigned char *resolve_charset_alias PROTO((char *, char **));
 +char          *pine_check_utf8 PROTO((char *, char *));
 +unsigned char *trans_with_iconv PROTO((unsigned char *, char *, char *));
@@ -2336,9 +2336,9 @@
 +       && !strucmp(ps_global->VAR_CHAR_SET, "UTF-8"))
 +      return utf8_istrncpy(d, s, n);
 +
-     do
-       if(*s && FILTER_THIS(*s)
- 	 && !(*(s+1) && *s == ESCAPE && match_escapes(s+1))){
+     /*
+      * Check to see if we can skip the translation thing.
+      */
 @@ -714,6 +865,204 @@
  
  
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/pine-iconv-9d.patch?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list