<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cython.git/Cython/Utility/StringTools.c, branch fixed_code_objects</title>
<subtitle>github.com: cython/cython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/'/>
<entry>
<title>replace generic "COMPILING_IN_*" C macros with feature specific guards that allow a more fine-grained adaptation to C-API implementations</title>
<updated>2016-07-30T21:38:43+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-07-30T21:26:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=71de578aecc9772625be8922919a567f8808d594'/>
<id>71de578aecc9772625be8922919a567f8808d594</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix typo in PyPy fallback</title>
<updated>2016-03-28T15:36:03+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-03-28T15:36:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=93b91bbafef0c6c7dddec41e29f4b4d1e3ef64f1'/>
<id>93b91bbafef0c6c7dddec41e29f4b4d1e3ef64f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make sure f-string formatting always returns a Unicode string (even when not joining the final result in trivial cases)</title>
<updated>2016-03-26T12:18:21+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-03-26T12:18:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=b0cadd08f8a08c3714837656e6190bda27c5b02c'/>
<id>b0cadd08f8a08c3714837656e6190bda27c5b02c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix repeated expression evaluation in f-string implementation for !s/r/a conversions by switching from macro to inline function</title>
<updated>2016-03-26T12:07:09+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-03-26T12:07:09+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=650bf5d41f50a27f29f70f276b4596ce7e1b4cc5'/>
<id>650bf5d41f50a27f29f70f276b4596ce7e1b4cc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reduce string formatting overhead for the very likely case of str values in Py2</title>
<updated>2016-03-26T11:48:49+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-03-26T11:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=20c17119e9edbdc83203ac3169dad12e9b4d43d0'/>
<id>20c17119e9edbdc83203ac3169dad12e9b4d43d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reduce string formatting overhead for the very likely case of integer values</title>
<updated>2016-03-26T11:12:23+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-03-26T11:12:23+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=cae601f62eea781b6a933e53ff175351a8b20fbe'/>
<id>cae601f62eea781b6a933e53ff175351a8b20fbe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>simplify code generated for f-string formatting using simple utility functions</title>
<updated>2016-03-22T22:37:41+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2016-03-22T22:37:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=29c1030e0aadfdd8076442ad5a79eb8c8dbd54b6'/>
<id>29c1030e0aadfdd8076442ad5a79eb8c8dbd54b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid potentially unsafe downcast</title>
<updated>2015-09-12T20:41:05+00:00</updated>
<author>
<name>Stefan Behnel</name>
<email>stefan_ml@behnel.de</email>
</author>
<published>2015-09-12T20:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=a07634b3e90b74da7b515f72779dfc4cc6d9d8c4'/>
<id>a07634b3e90b74da7b515f72779dfc4cc6d9d8c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>__Pyx_decode_c_string: check for overflow when calling strlen.</title>
<updated>2015-09-12T19:49:37+00:00</updated>
<author>
<name>Nikolaus Rath</name>
<email>Nikolaus@rath.org</email>
</author>
<published>2015-09-12T19:49:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=cad0d9f83dc8e54204212aef5eac318c8e81057b'/>
<id>cad0d9f83dc8e54204212aef5eac318c8e81057b</id>
<content type='text'>
Fixes http://trac.cython.org/ticket/864.

--HG--
extra : amend_source : d2a97da4f942d555723b9bfa488985c5e5c27721
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes http://trac.cython.org/ticket/864.

--HG--
extra : amend_source : d2a97da4f942d555723b9bfa488985c5e5c27721
</pre>
</div>
</content>
</entry>
<entry>
<title>Move "longintrepr.h" inclusion before any user includes.</title>
<updated>2015-08-14T05:14:52+00:00</updated>
<author>
<name>Robert Bradshaw</name>
<email>robertwb@gmail.com</email>
</author>
<published>2015-08-14T05:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/cython.git/commit/?id=25ec392a7ff723a5f87d76e8d69b1bf354fa95cf'/>
<id>25ec392a7ff723a5f87d76e8d69b1bf354fa95cf</id>
<content type='text'>
This solves the issue reported by Volker Braun where conflicting
using aliases of uint64_t would result in compile time errors.

Unfortunately, this also means that it's always included if
CYTHON_USE_PYLONG_INTERNALS is set, but it's a short header.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This solves the issue reported by Volker Braun where conflicting
using aliases of uint64_t would result in compile time errors.

Unfortunately, this also means that it's always included if
CYTHON_USE_PYLONG_INTERNALS is set, but it's a short header.
</pre>
</div>
</content>
</entry>
</feed>
