Re: [PATCH] svn-fast-time-from-cstring.patch
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-12-11 16:45:24 CET
Brandon Ehle <azverkan@yahoo.com> writes:
> + /* Open-code parsing of the new timestamp format, as this
If I look at /usr/local/apache2/include/httpd.h it says
/** strtoul does not exist on sunos4. */
Perhaps we should use strtol into a temporary, and check for -ve
> + exploded_time.tm_mon = strtoul(c, (char**)&c, 10);
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Dec 11 16:46:08 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.