Re: [evolution-patches] Trivial camel Win32 patches



Looks ok to commit.

Cheers,
partha
On Wed, 2005-11-30 at 01:18 +0000, Tor Lillqvist wrote:
> I spent some time going through the current e-d-s Win32 diff, and split
> out three trivial parts. Here is the first one, for camel. 
> 
> These changes fall into the following categories:
>       * use the gstdio wrappers and g_dir* functions for full non-ASCII
>         filename support. On Unix the gstdio wrapper are just #defines
>         for the corresponding system calls, so no overhead there, and
>         GDir is a thin wrapper around the dirent API, its effect should
>         be negligeable.
>       * Open files in binary mode. O_BINARY is defined as 0 on Unix.
>       * As already changed in several other places, replace strcasecmp()
>         with g_ascii_strcasecmp() for well-definedness and portability.
>       * Use g_usleep() instead of usleep().
>       * Use g_htons() and g_ntohs() instead of htons() and ntohs()
> 
> --tml
> 
> _______________________________________________
> Evolution-patches mailing list
> Evolution-patches gnome org
> http://mail.gnome.org/mailman/listinfo/evolution-patches




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]