<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gettext.git/gettext-tools/src/Makefile.am, branch python-brace-format</title>
<subtitle>git.savannah.gnu.org: git/gettext.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/'/>
<entry>
<title>Support for Python braced format strings.</title>
<updated>2013-02-28T10:01:14+00:00</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2013-02-28T09:01:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=a1c0471c08f62a4f0007e93a0e53ded303a7056f'/>
<id>a1c0471c08f62a4f0007e93a0e53ded303a7056f</id>
<content type='text'>
While this looks similar to Perl's format strings, it is only
valid when the string is the target of 'format' method, like
this:

  _("foo {bar} baz").format(bar="bar")

Since the current xgettext Python parser scans tokens from left
to right, we transform the sequence into:

  .format(_("foo {bar} baz")).format(bar="bar")

and then scan the sequence again, so the flag context introduced by
'format' have an effect on the inner context.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While this looks similar to Perl's format strings, it is only
valid when the string is the target of 'format' method, like
this:

  _("foo {bar} baz").format(bar="bar")

Since the current xgettext Python parser scans tokens from left
to right, we transform the sequence into:

  .format(_("foo {bar} baz")).format(bar="bar")

and then scan the sequence again, so the flag context introduced by
'format' have an effect on the inner context.
</pre>
</div>
</content>
</entry>
<entry>
<title>Determine Woe32 C symbol prefix at configure time.</title>
<updated>2013-02-25T09:19:03+00:00</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2013-02-25T09:18:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=87a885f02321682e9e6bf63346c8796c6666f2d1'/>
<id>87a885f02321682e9e6bf63346c8796c6666f2d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid link error when linking statically on AIX 7.</title>
<updated>2011-06-07T21:39:49+00:00</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2011-06-04T14:02:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=8f50aada29808c6c4f5d39fa151f5eaf632f509e'/>
<id>8f50aada29808c6c4f5d39fa151f5eaf632f509e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>format-c.c: Share code with libintlext.</title>
<updated>2011-06-07T21:38:48+00:00</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2010-11-08T00:12:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=8a5368eaf0daab888ad5a770a7689e170f33be96'/>
<id>8a5368eaf0daab888ad5a770a7689e170f33be96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rely more on libtool.</title>
<updated>2011-06-07T21:38:39+00:00</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2010-10-10T12:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=1d4c46994e1248b63aae1af4ca1b79320b19d4af'/>
<id>1d4c46994e1248b63aae1af4ca1b79320b19d4af</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>urlget: Don't attempt to run the Java program if we don't install it.</title>
<updated>2010-06-03T22:38:04+00:00</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2010-06-03T22:38:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=dd44af3ec19bfd8456ed0de9bfa88274b3a78f24'/>
<id>dd44af3ec19bfd8456ed0de9bfa88274b3a78f24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Link with libunistring, if it exists.</title>
<updated>2010-06-03T13:09:44+00:00</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2010-05-19T22:04:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=ae943bcc1a5a0600d81c736980ad5d2018637217'/>
<id>ae943bcc1a5a0600d81c736980ad5d2018637217</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct program dependencies.</title>
<updated>2010-06-03T12:07:12+00:00</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2010-05-18T10:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=de690514d6cdf34fe626223203bdad288e46fc62'/>
<id>de690514d6cdf34fe626223203bdad288e46fc62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve silent-rules support.</title>
<updated>2009-06-23T10:16:06+00:00</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2009-05-23T16:53:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=f25897ca49ecd09703c6c0ed8bca61f5a29ba664'/>
<id>f25897ca49ecd09703c6c0ed8bca61f5a29ba664</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>GFC-internal format strings.</title>
<updated>2009-06-23T10:16:03+00:00</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2009-03-29T16:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=a939d71f0b991bbe6eeaa050c92b19afa88fec06'/>
<id>a939d71f0b991bbe6eeaa050c92b19afa88fec06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
