<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/apache/apr.git/strings, branch pollcb-dev</title>
<subtitle>github.com: github.com: apache/apr.git. This may lag behind the Subversion repository, mirrored as libapr.git.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/'/>
<entry>
<title>  Restyle this code, slightly, to avoid code-not-reached warnings from</title>
<updated>2006-03-10T21:59:49+00:00</updated>
<author>
<name>William A. Rowe Jr</name>
<email>wrowe@apache.org</email>
</author>
<published>2006-03-10T21:59:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=5c86a9ba177da2cbc5fcdb2f5bdcd7ddae41e0eb'/>
<id>5c86a9ba177da2cbc5fcdb2f5bdcd7ddae41e0eb</id>
<content type='text'>
  the optimizer (detected on Solaris cc 5.8)


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@384926 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  the optimizer (detected on Solaris cc 5.8)


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@384926 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>* strings/apr_snprintf.c (conv_os_thread_t, conv_os_thread_t_hex):</title>
<updated>2006-02-23T12:36:59+00:00</updated>
<author>
<name>Joe Orton</name>
<email>jorton@apache.org</email>
</author>
<published>2006-02-23T12:36:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=1f87e289b57c978fcb370721a3866d39be696644'/>
<id>1f87e289b57c978fcb370721a3866d39be696644</id>
<content type='text'>
Avoid strict-aliasing warnings with gcc 4.1.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@380106 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid strict-aliasing warnings with gcc 4.1.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@380106 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>  Eliminate a type mismatch, this is the smaller patch - changing</title>
<updated>2006-01-13T01:51:25+00:00</updated>
<author>
<name>William A. Rowe Jr</name>
<email>wrowe@apache.org</email>
</author>
<published>2006-01-13T01:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=a5a78d79bc4e658b07ad7d35e9fc296c566f8045'/>
<id>a5a78d79bc4e658b07ad7d35e9fc296c566f8045</id>
<content type='text'>
  the declaration of apr_gcvt() - an exported function, is much
  dicier.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@368548 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  the declaration of apr_gcvt() - an exported function, is much
  dicier.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@368548 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>apr_tokenize_to_argv(): Stop touching storage after the</title>
<updated>2005-10-21T09:47:09+00:00</updated>
<author>
<name>Jeff Trawick</name>
<email>trawick@apache.org</email>
</author>
<published>2005-10-21T09:47:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=35d9de339bd2ac0c4de70fd8f57f3f01c27b6431'/>
<id>35d9de339bd2ac0c4de70fd8f57f3f01c27b6431</id>
<content type='text'>
end of the input string.

(Purify reports this problem when using an Apache piped logger.)



git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@327141 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
end of the input string.

(Purify reports this problem when using an Apache piped logger.)



git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@327141 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix handling of %pI with psprintf; the psprintf implementation assumes</title>
<updated>2005-09-08T14:05:40+00:00</updated>
<author>
<name>Joe Orton</name>
<email>jorton@apache.org</email>
</author>
<published>2005-09-08T14:05:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=c2c250ac04913041bc34d8aeeecf0c0cf2213052'/>
<id>c2c250ac04913041bc34d8aeeecf0c0cf2213052</id>
<content type='text'>
that the vformatter code will not palloc.

* include/apr_network_io.h (apr_sockaddr_ip_getbuf): Declare new
function.

* network_io/unix/sockaddr.c (apr_sockaddr_ip_getbuf): Rewrite of
apr_sockaddr_ip_get, taking a buffer argument.
(apr_sockaddr_ip_get): Reimplement using apr_sockaddr_ip_getbuf.

* strings/apr_snprintf.c (conv_apr_sockaddr): Use
apr_sockaddr_ip_getbuf to avoid use of pool.

* test/testsock.c (test_print_addr): New test case.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@279566 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that the vformatter code will not palloc.

* include/apr_network_io.h (apr_sockaddr_ip_getbuf): Declare new
function.

* network_io/unix/sockaddr.c (apr_sockaddr_ip_getbuf): Rewrite of
apr_sockaddr_ip_get, taking a buffer argument.
(apr_sockaddr_ip_get): Reimplement using apr_sockaddr_ip_getbuf.

* strings/apr_snprintf.c (conv_apr_sockaddr): Use
apr_sockaddr_ip_getbuf to avoid use of pool.

* test/testsock.c (test_print_addr): New test case.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@279566 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>  Fix multiple sign'edness issues;  for %width.prec variables, neither</title>
<updated>2005-09-03T14:01:49+00:00</updated>
<author>
<name>William A. Rowe Jr</name>
<email>wrowe@apache.org</email>
</author>
<published>2005-09-03T14:01:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=b140938bb65543de484e01638789416c8fe36551'/>
<id>b140938bb65543de484e01638789416c8fe36551</id>
<content type='text'>
  is -ever- signed, we pull out -width as a flag, and prec is folded +.
  Changing the code only required special handling of %*.* variables,
  continuing to read them as int, and preserving the folding of negative
  values that's already there.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@267459 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  is -ever- signed, we pull out -width as a flag, and prec is folded +.
  Changing the code only required special handling of %*.* variables,
  continuing to read them as int, and preserving the folding of negative
  values that's already there.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@267459 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>* strings/apr_snprintf.c (apr_vformatter): Add support for %pm to</title>
<updated>2005-08-18T21:17:45+00:00</updated>
<author>
<name>Joe Orton</name>
<email>jorton@apache.org</email>
</author>
<published>2005-08-18T21:17:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=3e025a47d485a8e5558e46ad59bac4b989c4eea9'/>
<id>3e025a47d485a8e5558e46ad59bac4b989c4eea9</id>
<content type='text'>
print the error string corresponding to an apr_status_t.

* test/testfmt.c (error_fmt): New test.

* include/apr_lib.h: Document %pm and note the versioning constraint.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@233381 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
print the error string corresponding to an apr_status_t.

* test/testfmt.c (error_fmt): New test.

* include/apr_lib.h: Document %pm and note the versioning constraint.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@233381 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Add %pt support to apr_snprintf() for printing an apr_os_thread_t</title>
<updated>2005-06-17T12:12:36+00:00</updated>
<author>
<name>Jeff Trawick</name>
<email>trawick@apache.org</email>
</author>
<published>2005-06-17T12:12:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=d0d8fe5a3c3f6f3632c3097d72891480fc37002a'/>
<id>d0d8fe5a3c3f6f3632c3097d72891480fc37002a</id>
<content type='text'>
in hex format.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@191138 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in hex format.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@191138 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>  Buffer lengths in these internal functions must all be in apr_size_t</title>
<updated>2005-05-16T21:52:28+00:00</updated>
<author>
<name>William A. Rowe Jr</name>
<email>wrowe@apache.org</email>
</author>
<published>2005-05-16T21:52:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=dc35d479e18230a7f0735444aec8f09840c162ec'/>
<id>dc35d479e18230a7f0735444aec8f09840c162ec</id>
<content type='text'>
  quantums - to match the size of memory.  Prevents many many ugly casts.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@170470 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  quantums - to match the size of memory.  Prevents many many ugly casts.


git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@170470 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year to 2005 and standardize on current copyright owner line.</title>
<updated>2005-02-04T20:44:01+00:00</updated>
<author>
<name>Justin Erenkrantz</name>
<email>jerenkrantz@apache.org</email>
</author>
<published>2005-02-04T20:44:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/apache/apr.git/commit/?id=3b3b0a85c16030fab21d17f551298384a2b91dd1'/>
<id>3b3b0a85c16030fab21d17f551298384a2b91dd1</id>
<content type='text'>
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151412 13f79535-47bb-0310-9956-ffa450edef68
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@151412 13f79535-47bb-0310-9956-ffa450edef68
</pre>
</div>
</content>
</entry>
</feed>
