You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Dongsheng Song <do...@gmail.com> on 2007/08/24 03:06:30 UTC

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

Is there any chance of back-porting r26156 to Subversion 1.4.5?

Dongsheng Song

2007/8/18, fabien@tigris.org <fa...@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)")
>
>
>  const char *
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

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

Posted by Daniel Rall <dl...@finemaltcoding.com>.
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 <fa...@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