[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: Dongsheng Song <dongsheng.song_at_gmail.com>
Date: 2007-08-24 05:06:30 CEST

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)")
>
>
> const char *
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 24 05:04:07 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.