CVSROOT:        /cvs/gnome
Module name:    gmime
Changes by:     fejj    06/06/23 15:01:27

Modified files:
        gmime          : gmime-charset.c gmime-common.c 
                         gmime-content-type.c gmime-disposition.c 
                         gmime-filter-enriched.c gmime-gpg-context.c 
                         gmime-header.c gmime-iconv.c 
                         gmime-message-part.c gmime-message-partial.c 
                         gmime-message.c gmime-multipart-encrypted.c 
                         gmime-multipart-signed.c gmime-multipart.c 
                         gmime-param.c gmime-parser.c gmime-part.c 

Log message:
2006-06-23  Jeffrey Stedfast  <[EMAIL PROTECTED]>

* gmime/gmime-part.c: Use g_ascii_* versions of str[n]casecmp.

* gmime/gmime-parser.c: Use g_ascii_* versions of str[n]casecmp.

* gmime/gmime-param.c: Use g_ascii_* versions of str[n]casecmp.

* gmime/gmime-multipart-signed.c: Use g_ascii_* versions of
str[n]casecmp.

* gmime/gmime-multipart-encrypted.c: Use g_ascii_* versions of
str[n]casecmp.

* gmime/gmime-multipart.c: Use g_ascii_* versions of
str[n]casecmp.

* gmime/gmime-message-partial.c: Use g_ascii_* versions of
str[n]casecmp.

* gmime/gmime-message-part.c: Use g_ascii_* versions of
str[n]casecmp.

* gmime/gmime-message.c: Use g_ascii_* versions of str[n]casecmp.

* gmime/gmime-iconv.c (g_mime_iconv_open): Use g_ascii_* versions
of str[n]casecmp.

* gmime/gmime-header.c (g_mime_header_new): Use
g_mime_strcase_[hash,equal] rather than param_[hash,equal] to
reuse code.

* gmime/gmime-gpg-context.c: Use g_ascii_* versions of
str[n]casecmp.

* gmime/gmime-filter-enriched.c: Use g_ascii_* versions of
str[n]casecmp.

* gmime/gmime-disposition.c (g_mime_disposition_add_parameter):
Use g_mime_strcase_[hash,equal] rather than param_[hash,equal] to
reuse code.
(g_mime_disposition_new): Same.
(param_equal): Removed.
(param_hash): Removed.

* gmime/gmime-content-type.c: Use g_ascii_* versions of
str[n]casecmp.
(g_mime_content_type_new_from_string): Use
g_mime_strcase_[hash,equal] rather than param_[hash,equal] to
reuse code.
(g_mime_content_type_set_parameter): Same.
(param_equal): Removed.
(param_hash): Removed.

* gmime/gmime-charset.c: Use g_ascii_* versions of str[n]casecmp.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gmime&who=fejj&date=explicit&mindate=2006-06-23%2015:00&maxdate=2006-06-23%2015:02

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to