<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gettext.git/gettext-tools/src, 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>Clarify the comment of Python brace format handling.</title>
<updated>2013-03-01T02:56:08+00:00</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2013-03-01T02:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=6ddbae3f45b8df75015188dba4dffb1223de50a0'/>
<id>6ddbae3f45b8df75015188dba4dffb1223de50a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Fix undef error count symbol error on OSX</title>
<updated>2013-01-10T03:17:02+00:00</updated>
<author>
<name>Andreas Stricker</name>
<email>astricker@futurelab.ch</email>
</author>
<published>2013-01-09T16:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=2d9a54eef944f228e31ba00e834db4d574f906a1'/>
<id>2d9a54eef944f228e31ba00e834db4d574f906a1</id>
<content type='text'>
Without including error.h the symbol error_message_count is used
instead of rpl_error_message_count during linking in gettext-tools.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without including error.h the symbol error_message_count is used
instead of rpl_error_message_count during linking in gettext-tools.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use float-derived integer SHORT_MSG_MAX to define array.</title>
<updated>2013-01-06T03:50:54+00:00</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2013-01-06T03:50:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=9b90c26c8641b043d87af92e563da31a63858572'/>
<id>9b90c26c8641b043d87af92e563da31a63858572</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix memory leak.</title>
<updated>2013-01-03T05:18:38+00:00</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2013-01-03T05:18:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=680a8623380b0da89b029d4269d38c541726a39b'/>
<id>680a8623380b0da89b029d4269d38c541726a39b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Version 0.18.2.</title>
<updated>2012-12-25T05:17:00+00:00</updated>
<author>
<name>Daiki Ueno</name>
<email>ueno@gnu.org</email>
</author>
<published>2012-12-08T09:42:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=ad9e6e915652e578c429ad0c1e7924e5ee8863bb'/>
<id>ad9e6e915652e578c429ad0c1e7924e5ee8863bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Spelling fixes.</title>
<updated>2012-06-03T19:50:03+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2012-06-03T19:48:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=d7966de55ced118183582ca258a86c3ea7e10fdd'/>
<id>d7966de55ced118183582ca258a86c3ea7e10fdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document msgfmt option --endianness.</title>
<updated>2012-05-03T09:54:35+00:00</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2012-05-03T09:54:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=6c2ca89624b1d867fd072a34b2a298fc08a16a0d'/>
<id>6c2ca89624b1d867fd072a34b2a298fc08a16a0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Modernize quoting.</title>
<updated>2012-02-18T21:28:04+00:00</updated>
<author>
<name>Bruno Haible</name>
<email>bruno@clisp.org</email>
</author>
<published>2012-01-26T20:49:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gettext.git/commit/?id=b366aa9b240c14807954b7eb074cb56854a1ea65'/>
<id>b366aa9b240c14807954b7eb074cb56854a1ea65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
