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

Re: [patch] l10n crashes

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-09-04 21:09:53 CEST

On Sat, 3 Sep 2005, Max Bowsher wrote:

> Julian Foad wrote:
> > Max Bowsher wrote:
> Excellent, I missed that option.

Uh, me too:-(

>
> Here is a patch which makes use of it.
> This increases the requirements to run "make locale-gnu-{po-update,pot}" to
> gettext 0.13 or later.
> I think this is acceptable, given the small set of people who need to use
> those commands, and the importance of avoiding crashes.
>
Yep. 0.13 is nearly two years old.. If someone complains, we can consider
making this conditional, but it shouldn't be necessary.

> Max.
>
>
> Index: Makefile.in
> ===================================================================
> --- Makefile.in (revision 16034)
> +++ Makefile.in (working copy)
> @@ -273,6 +273,19 @@
> -name "*.c" -print -or \
> -name "svn_error_codes.h" -print | \
> $(XGETTEXT) --sort-by-file -k_ -kN_ -kSVN_ERRDEF:3 \
> + --flag=_:1:pass-c-format \
> + --flag=svn_cmdline_printf:2:c-format \
> + --flag=svn_cmdline_fprintf:3:c-format \
> + --flag=svn_error_createf:3:c-format \
> + --flag=svn_error_wrap_apr:2:c-format \
> + --flag=svn_stream_printf:3:c-format \
> + --flag=svn_stream_printf_from_utf8:4:c-format \
> + --flag=svn_string_createf:2:c-format \
> + --flag=svn_string_createv:2:c-format \
> + --flag=svn_stringbuf_createf:2:c-format \
> + --flag=svn_stringbuf_createv:2:c-format \
> + --flag=dav_svn__send_xml:3:c-format \

Is this necessary?

For some reason, this patch didn't apply cleanly to trunk, but I'm +0.

Thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 4 21:10:33 2005

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.