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

Re: svn commit: r26156 - trunk/subversion/libsvn_subr

From: Daniel Rall <dlr_at_finemaltcoding.com>
Date: 2007-08-24 16:33:11 CEST

Sure. I've backported this in r26285.

On Aug 23, 2007, at 8:06 PM, Dongsheng Song wrote:

> Is there any chance of back-porting r26156 to Subversion 1.4.5?
>
> Dongsheng Song
>
> 2007/8/18, fabien@tigris.org <fabien@tigris.org>:
>> Author: fabien
>> Date: Fri Aug 17 21:06:11 2007
>> New Revision: 26156
>>
>> Log:
>> Revert r26129, with improved translation comment. Sorry.
>>
>> * subversion/libsvn_subr/time.c: string is indeed translatable.
>>
>>
>> Modified:
>> trunk/subversion/libsvn_subr/time.c
>>
>> Modified: trunk/subversion/libsvn_subr/time.c
>> URL: http://svn.collab.net/viewvc/svn/trunk/subversion/libsvn_subr/
>> time.c?pathrev=26156&r1=26155&r2=26156
>> =====================================================================
>> =========
>> --- trunk/subversion/libsvn_subr/time.c (original)
>> +++ trunk/subversion/libsvn_subr/time.c Fri Aug 17 21:06:11 2007
>> @@ -77,8 +77,8 @@
>> /* Machine parseable part, generated by apr_snprintf. */
>> static const char * const human_timestamp_format =
>> "%.4d-%.2d-%.2d %.2d:%.2d:%.2d %+.2d%.2d";
>> -/* Human explanatory part, generated by apr_strftime. */
>> -#define human_timestamp_format_suffix " (%a, %d %b %Y)"
>> +/* Human explanatory part, generated by apr_strftime as "Sat, 01
>> Jan 2000" */
>> +#define human_timestamp_format_suffix _(" (%a, %d %b %Y)")

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 24 16:23:44 2007

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.