[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] svn-fast-time-from-cstring.patch

From: Brandon Ehle <azverkan_at_yahoo.com>
Date: 2002-12-11 17:22:56 CET

>
>
>If I look at /usr/local/apache2/include/httpd.h it says
>
> /** strtoul does not exist on sunos4. */
> #ifdef strtoul
> #undef strtoul
> #endif
> #define strtoul strtoul_is_not_a_portable_function_use_strtol_instead
>
>Perhaps we should use strtol into a temporary, and check for -ve
>values.
>
>
Doesn't matter either way because it won't overrun for millions of
years, I had just read somewhere that strtoul was more portable that strtol.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 11 17:21:22 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.