CVSROOT: /cvs/gnome Module name: evolution-data-server Changes by: tml 05/09/15 13:51:50
Modified files: camel/providers/imap: ChangeLog camel-imap-command.c camel-imap-folder.c Log message: 2005-09-15 Tor Lillqvist <[EMAIL PROTECTED]> * camel-imap-command.c * camel-imap-folder.c: Use g_ascii_str(n)casecmp() instead of str(n)casecmp(). The strings we are comparing in these cases should be just ASCII anyway, so spell it out that we really do need ASCII casefolding only. * camel-imap-folder.c: No strtok_r() in Microsoft's C library, but strtok() is MT-safe, which is enough for the way it's used in this file, to tokenize only one string at a time. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=evolution-data-server&who=tml&date=explicit&mindate=2005-09-15%2013:50&maxdate=2005-09-15%2013:52 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list