You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2007/09/11 01:38:31 UTC

svn commit: r574406 [34/38] - in /apr/site/trunk/docs/docs: apr-util/0.9/ apr-util/1.2/ apr-util/trunk/ apr/0.9/ apr/1.2/ apr/trunk/

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__thread__cond_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__thread__cond_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__thread__cond_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__thread__cond_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_thread_cond.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_thread_cond.h</h1><a href="apr__thread__cond_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -43,11 +45,11 @@
 <a name="l00022"></a>00022 <span class="comment"> * @brief APR Condition Variable Routines</span>
 <a name="l00023"></a>00023 <span class="comment"> */</span>
 <a name="l00024"></a>00024 
-<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
-<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html">apr_pools.h</a>"</span>
-<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
-<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr__time_8h.html">apr_time.h</a>"</span>
-<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="apr__thread__mutex_8h.html">apr_thread_mutex.h</a>"</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>"</span>
+<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
+<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr__time_8h.html" title="APR Time Library.">apr_time.h</a>"</span>
+<a name="l00029"></a>00029 <span class="preprocessor">#include "<a class="code" href="apr__thread__mutex_8h.html" title="APR Thread Mutex Routines.">apr_thread_mutex.h</a>"</span>
 <a name="l00030"></a>00030 
 <a name="l00031"></a>00031 <span class="preprocessor">#ifdef __cplusplus</span>
 <a name="l00032"></a>00032 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
@@ -75,7 +77,7 @@
 <a name="l00054"></a>00054 <span class="comment"> * and schedule threads in a single process.</span>
 <a name="l00055"></a>00055 <span class="comment"> * @param cond the memory address where the newly created condition variable</span>
 <a name="l00056"></a>00056 <span class="comment"> *        will be stored.</span>
-<a name="l00057"></a>00057 <span class="comment"> * @param pool the pool from which to allocate the mutex.</span>
+<a name="l00057"></a>00057 <span class="comment"> * @param pool the pool from which to allocate the condition.</span>
 <a name="l00058"></a>00058 <span class="comment"> */</span>
 <a name="l00059"></a>00059 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__thread__cond.html#gb39e8b722d46d23466e9e346ada85a7f">apr_thread_cond_create</a>(apr_thread_cond_t **cond,
 <a name="l00060"></a>00060                                                  <a class="code" href="group__apr__pools.html#gf137f28edcf9a086cd6bc36c20d7cdfb">apr_pool_t</a> *pool);
@@ -91,70 +93,75 @@
 <a name="l00070"></a>00070 <span class="comment"> * @param mutex the mutex that must be locked upon entering this function,</span>
 <a name="l00071"></a>00071 <span class="comment"> *        is released while the thread is asleep, and is again acquired before</span>
 <a name="l00072"></a>00072 <span class="comment"> *        returning from this function.</span>
-<a name="l00073"></a>00073 <span class="comment"> */</span>
-<a name="l00074"></a>00074 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__thread__cond.html#g789719a5f02bdab8b8abbc8bddd0406b">apr_thread_cond_wait</a>(apr_thread_cond_t *cond,
-<a name="l00075"></a>00075                                                <a class="code" href="group__apr__thread__mutex.html#g95712060ba3a192036416e1ccef1db75">apr_thread_mutex_t</a> *mutex);
-<a name="l00076"></a>00076 <span class="comment"></span>
-<a name="l00077"></a>00077 <span class="comment">/**</span>
-<a name="l00078"></a>00078 <span class="comment"> * Put the active calling thread to sleep until signaled to wake up or</span>
-<a name="l00079"></a>00079 <span class="comment"> * the timeout is reached. Each condition variable must be associated</span>
-<a name="l00080"></a>00080 <span class="comment"> * with a mutex, and that mutex must be locked before calling this</span>
-<a name="l00081"></a>00081 <span class="comment"> * function, or the behavior will be undefined. As the calling thread</span>
-<a name="l00082"></a>00082 <span class="comment"> * is put to sleep, the given mutex will be simultaneously released;</span>
-<a name="l00083"></a>00083 <span class="comment"> * and as this thread wakes up the lock is again simultaneously acquired.</span>
-<a name="l00084"></a>00084 <span class="comment"> * @param cond the condition variable on which to block.</span>
-<a name="l00085"></a>00085 <span class="comment"> * @param mutex the mutex that must be locked upon entering this function,</span>
-<a name="l00086"></a>00086 <span class="comment"> *        is released while the thread is asleep, and is again acquired before</span>
-<a name="l00087"></a>00087 <span class="comment"> *        returning from this function.</span>
-<a name="l00088"></a>00088 <span class="comment"> * @param timeout The amount of time in microseconds to wait. This is </span>
-<a name="l00089"></a>00089 <span class="comment"> *        a maximum, not a minimum. If the condition is signaled, we </span>
-<a name="l00090"></a>00090 <span class="comment"> *        will wake up before this time, otherwise the error APR_TIMEUP</span>
-<a name="l00091"></a>00091 <span class="comment"> *        is returned.</span>
-<a name="l00092"></a>00092 <span class="comment"> */</span>
-<a name="l00093"></a>00093 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__thread__cond.html#g67f2feecb7fa1929cc9b354dafd00306">apr_thread_cond_timedwait</a>(apr_thread_cond_t *cond,
-<a name="l00094"></a>00094                                                     <a class="code" href="group__apr__thread__mutex.html#g95712060ba3a192036416e1ccef1db75">apr_thread_mutex_t</a> *mutex,
-<a name="l00095"></a>00095                                                     <a class="code" href="group__apr__time.html#gae2129185a395cc393f76fabf4f43e47">apr_interval_time_t</a> timeout);
-<a name="l00096"></a>00096 <span class="comment"></span>
-<a name="l00097"></a>00097 <span class="comment">/**</span>
-<a name="l00098"></a>00098 <span class="comment"> * Signals a single thread, if one exists, that is blocking on the given</span>
-<a name="l00099"></a>00099 <span class="comment"> * condition variable. That thread is then scheduled to wake up and acquire</span>
-<a name="l00100"></a>00100 <span class="comment"> * the associated mutex. Although it is not required, if predictable scheduling</span>
-<a name="l00101"></a>00101 <span class="comment"> * is desired, that mutex must be locked while calling this function.</span>
-<a name="l00102"></a>00102 <span class="comment"> * @param cond the condition variable on which to produce the signal.</span>
-<a name="l00103"></a>00103 <span class="comment"> */</span>
-<a name="l00104"></a>00104 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__thread__cond.html#gdf7ad6c2731bc6128f969d3efc7ff5eb">apr_thread_cond_signal</a>(apr_thread_cond_t *cond);
-<a name="l00105"></a>00105 <span class="comment"></span>
-<a name="l00106"></a>00106 <span class="comment">/**</span>
-<a name="l00107"></a>00107 <span class="comment"> * Signals all threads blocking on the given condition variable.</span>
-<a name="l00108"></a>00108 <span class="comment"> * Each thread that was signaled is then scheduled to wake up and acquire</span>
-<a name="l00109"></a>00109 <span class="comment"> * the associated mutex. This will happen in a serialized manner.</span>
-<a name="l00110"></a>00110 <span class="comment"> * @param cond the condition variable on which to produce the broadcast.</span>
-<a name="l00111"></a>00111 <span class="comment"> */</span>
-<a name="l00112"></a>00112 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__thread__cond.html#gfbbedd2a07629fe3186343035ae83152">apr_thread_cond_broadcast</a>(apr_thread_cond_t *cond);
-<a name="l00113"></a>00113 <span class="comment"></span>
-<a name="l00114"></a>00114 <span class="comment">/**</span>
-<a name="l00115"></a>00115 <span class="comment"> * Destroy the condition variable and free the associated memory.</span>
-<a name="l00116"></a>00116 <span class="comment"> * @param cond the condition variable to destroy.</span>
-<a name="l00117"></a>00117 <span class="comment"> */</span>
-<a name="l00118"></a>00118 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__thread__cond.html#g049e646e23c670f3a79fe25401b9c1b0">apr_thread_cond_destroy</a>(apr_thread_cond_t *cond);
-<a name="l00119"></a>00119 <span class="comment"></span>
-<a name="l00120"></a>00120 <span class="comment">/**</span>
-<a name="l00121"></a>00121 <span class="comment"> * Get the pool used by this thread_cond.</span>
-<a name="l00122"></a>00122 <span class="comment"> * @return apr_pool_t the pool</span>
-<a name="l00123"></a>00123 <span class="comment"> */</span>
-<a name="l00124"></a>00124 <a class="code" href="group__apr__pools.html#g89ce1d55c7f0c39ea87c88eabd655394">APR_POOL_DECLARE_ACCESSOR</a>(thread_cond);
-<a name="l00125"></a>00125 
-<a name="l00126"></a>00126 <span class="preprocessor">#endif </span><span class="comment">/* APR_HAS_THREADS */</span>
-<a name="l00127"></a>00127 <span class="comment"></span>
-<a name="l00128"></a>00128 <span class="comment">/** @} */</span>
-<a name="l00129"></a>00129 
-<a name="l00130"></a>00130 <span class="preprocessor">#ifdef __cplusplus</span>
-<a name="l00131"></a>00131 <span class="preprocessor"></span>}
-<a name="l00132"></a>00132 <span class="preprocessor">#endif</span>
-<a name="l00133"></a>00133 <span class="preprocessor"></span>
-<a name="l00134"></a>00134 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_THREAD_COND_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<a name="l00073"></a>00073 <span class="comment"> * @remark Spurious wakeups may occur. Before and after every call to wait on</span>
+<a name="l00074"></a>00074 <span class="comment"> * a condition variable, the caller should test whether the condition is already</span>
+<a name="l00075"></a>00075 <span class="comment"> * met.</span>
+<a name="l00076"></a>00076 <span class="comment"> */</span>
+<a name="l00077"></a>00077 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__thread__cond.html#g789719a5f02bdab8b8abbc8bddd0406b">apr_thread_cond_wait</a>(apr_thread_cond_t *cond,
+<a name="l00078"></a>00078                                                <a class="code" href="group__apr__thread__mutex.html#g95712060ba3a192036416e1ccef1db75">apr_thread_mutex_t</a> *mutex);
+<a name="l00079"></a>00079 <span class="comment"></span>
+<a name="l00080"></a>00080 <span class="comment">/**</span>
+<a name="l00081"></a>00081 <span class="comment"> * Put the active calling thread to sleep until signaled to wake up or</span>
+<a name="l00082"></a>00082 <span class="comment"> * the timeout is reached. Each condition variable must be associated</span>
+<a name="l00083"></a>00083 <span class="comment"> * with a mutex, and that mutex must be locked before calling this</span>
+<a name="l00084"></a>00084 <span class="comment"> * function, or the behavior will be undefined. As the calling thread</span>
+<a name="l00085"></a>00085 <span class="comment"> * is put to sleep, the given mutex will be simultaneously released;</span>
+<a name="l00086"></a>00086 <span class="comment"> * and as this thread wakes up the lock is again simultaneously acquired.</span>
+<a name="l00087"></a>00087 <span class="comment"> * @param cond the condition variable on which to block.</span>
+<a name="l00088"></a>00088 <span class="comment"> * @param mutex the mutex that must be locked upon entering this function,</span>
+<a name="l00089"></a>00089 <span class="comment"> *        is released while the thread is asleep, and is again acquired before</span>
+<a name="l00090"></a>00090 <span class="comment"> *        returning from this function.</span>
+<a name="l00091"></a>00091 <span class="comment"> * @param timeout The amount of time in microseconds to wait. This is </span>
+<a name="l00092"></a>00092 <span class="comment"> *        a maximum, not a minimum. If the condition is signaled, we </span>
+<a name="l00093"></a>00093 <span class="comment"> *        will wake up before this time, otherwise the error APR_TIMEUP</span>
+<a name="l00094"></a>00094 <span class="comment"> *        is returned.</span>
+<a name="l00095"></a>00095 <span class="comment"> */</span>
+<a name="l00096"></a>00096 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__thread__cond.html#g67f2feecb7fa1929cc9b354dafd00306">apr_thread_cond_timedwait</a>(apr_thread_cond_t *cond,
+<a name="l00097"></a>00097                                                     <a class="code" href="group__apr__thread__mutex.html#g95712060ba3a192036416e1ccef1db75">apr_thread_mutex_t</a> *mutex,
+<a name="l00098"></a>00098                                                     <a class="code" href="group__apr__time.html#gae2129185a395cc393f76fabf4f43e47">apr_interval_time_t</a> timeout);
+<a name="l00099"></a>00099 <span class="comment"></span>
+<a name="l00100"></a>00100 <span class="comment">/**</span>
+<a name="l00101"></a>00101 <span class="comment"> * Signals a single thread, if one exists, that is blocking on the given</span>
+<a name="l00102"></a>00102 <span class="comment"> * condition variable. That thread is then scheduled to wake up and acquire</span>
+<a name="l00103"></a>00103 <span class="comment"> * the associated mutex. Although it is not required, if predictable scheduling</span>
+<a name="l00104"></a>00104 <span class="comment"> * is desired, that mutex must be locked while calling this function.</span>
+<a name="l00105"></a>00105 <span class="comment"> * @param cond the condition variable on which to produce the signal.</span>
+<a name="l00106"></a>00106 <span class="comment"> * @remark If no threads are waiting on the condition variable, nothing happens.</span>
+<a name="l00107"></a>00107 <span class="comment"> */</span>
+<a name="l00108"></a>00108 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__thread__cond.html#gdf7ad6c2731bc6128f969d3efc7ff5eb">apr_thread_cond_signal</a>(apr_thread_cond_t *cond);
+<a name="l00109"></a>00109 <span class="comment"></span>
+<a name="l00110"></a>00110 <span class="comment">/**</span>
+<a name="l00111"></a>00111 <span class="comment"> * Signals all threads blocking on the given condition variable.</span>
+<a name="l00112"></a>00112 <span class="comment"> * Each thread that was signaled is then scheduled to wake up and acquire</span>
+<a name="l00113"></a>00113 <span class="comment"> * the associated mutex. This will happen in a serialized manner.</span>
+<a name="l00114"></a>00114 <span class="comment"> * @param cond the condition variable on which to produce the broadcast.</span>
+<a name="l00115"></a>00115 <span class="comment"> * @remark If no threads are waiting on the condition variable, nothing happens.</span>
+<a name="l00116"></a>00116 <span class="comment"> */</span>
+<a name="l00117"></a>00117 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__thread__cond.html#gfbbedd2a07629fe3186343035ae83152">apr_thread_cond_broadcast</a>(apr_thread_cond_t *cond);
+<a name="l00118"></a>00118 <span class="comment"></span>
+<a name="l00119"></a>00119 <span class="comment">/**</span>
+<a name="l00120"></a>00120 <span class="comment"> * Destroy the condition variable and free the associated memory.</span>
+<a name="l00121"></a>00121 <span class="comment"> * @param cond the condition variable to destroy.</span>
+<a name="l00122"></a>00122 <span class="comment"> */</span>
+<a name="l00123"></a>00123 <a class="code" href="group__apr__platform.html#gd7b91b811a172bfa802603c2fb688f98">APR_DECLARE</a>(<a class="code" href="group__apr__errno.html#gf76ee4543247e9fb3f3546203e590a6c">apr_status_t</a>) <a class="code" href="group__apr__thread__cond.html#g049e646e23c670f3a79fe25401b9c1b0">apr_thread_cond_destroy</a>(apr_thread_cond_t *cond);
+<a name="l00124"></a>00124 <span class="comment"></span>
+<a name="l00125"></a>00125 <span class="comment">/**</span>
+<a name="l00126"></a>00126 <span class="comment"> * Get the pool used by this thread_cond.</span>
+<a name="l00127"></a>00127 <span class="comment"> * @return apr_pool_t the pool</span>
+<a name="l00128"></a>00128 <span class="comment"> */</span>
+<a name="l00129"></a>00129 <a class="code" href="group__apr__pools.html#g89ce1d55c7f0c39ea87c88eabd655394">APR_POOL_DECLARE_ACCESSOR</a>(thread_cond);
+<a name="l00130"></a>00130 
+<a name="l00131"></a>00131 <span class="preprocessor">#endif </span><span class="comment">/* APR_HAS_THREADS */</span>
+<a name="l00132"></a>00132 <span class="comment"></span>
+<a name="l00133"></a>00133 <span class="comment">/** @} */</span>
+<a name="l00134"></a>00134 
+<a name="l00135"></a>00135 <span class="preprocessor">#ifdef __cplusplus</span>
+<a name="l00136"></a>00136 <span class="preprocessor"></span>}
+<a name="l00137"></a>00137 <span class="preprocessor">#endif</span>
+<a name="l00138"></a>00138 <span class="preprocessor"></span>
+<a name="l00139"></a>00139 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_THREAD_COND_H */</span>
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__thread__cond_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__thread__cond_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__thread__cond_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__thread__cond_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_thread_cond.h File Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_thread_cond.h File Reference</h1>APR Condition Variable Routines. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -52,8 +54,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR Condition Variable Routines. 
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__thread__mutex_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__thread__mutex_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__thread__mutex_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__thread__mutex_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_thread_mutex.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_thread_mutex.h</h1><a href="apr__thread__mutex_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -43,8 +45,8 @@
 <a name="l00022"></a>00022 <span class="comment"> * @brief APR Thread Mutex Routines</span>
 <a name="l00023"></a>00023 <span class="comment"> */</span>
 <a name="l00024"></a>00024 
-<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
-<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
 <a name="l00027"></a>00027 
 <a name="l00028"></a>00028 <span class="preprocessor">#ifdef __cplusplus</span>
 <a name="l00029"></a>00029 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
@@ -66,7 +68,7 @@
 <a name="l00045"></a><a class="code" href="group__apr__thread__mutex.html#gc31107f3db115edc0c26ea48943c6a16">00045</a> <span class="preprocessor">#define APR_THREAD_MUTEX_UNNESTED 0x2   </span><span class="comment">/**&lt; disable nested locks */</span>
 <a name="l00046"></a>00046 
 <a name="l00047"></a>00047 <span class="comment">/* Delayed the include to avoid a circular reference */</span>
-<a name="l00048"></a>00048 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html">apr_pools.h</a>"</span>
+<a name="l00048"></a>00048 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>"</span>
 <a name="l00049"></a>00049 <span class="comment"></span>
 <a name="l00050"></a>00050 <span class="comment">/**</span>
 <a name="l00051"></a>00051 <span class="comment"> * Create and initialize a mutex that can be used to synchronize threads.</span>
@@ -129,8 +131,8 @@
 <a name="l00108"></a>00108 <span class="preprocessor">#endif</span>
 <a name="l00109"></a>00109 <span class="preprocessor"></span>
 <a name="l00110"></a>00110 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_THREAD_MUTEX_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__thread__mutex_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__thread__mutex_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__thread__mutex_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__thread__mutex_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_thread_mutex.h File Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_thread_mutex.h File Reference</h1>APR Thread Mutex Routines. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -55,8 +57,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR Thread Mutex Routines. 
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__thread__proc_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__thread__proc_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__thread__proc_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__thread__proc_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_thread_proc.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_thread_proc.h</h1><a href="apr__thread__proc_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -43,10 +45,10 @@
 <a name="l00022"></a>00022 <span class="comment"> * @brief APR Thread and Process Library</span>
 <a name="l00023"></a>00023 <span class="comment"> */</span>
 <a name="l00024"></a>00024 
-<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
-<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__file__io_8h.html">apr_file_io.h</a>"</span>
-<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html">apr_pools.h</a>"</span>
-<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__file__io_8h.html" title="APR File I/O Handling.">apr_file_io.h</a>"</span>
+<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>"</span>
+<a name="l00028"></a>00028 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
 <a name="l00029"></a>00029 
 <a name="l00030"></a>00030 <span class="preprocessor">#if APR_HAVE_STRUCT_RLIMIT</span>
 <a name="l00031"></a>00031 <span class="preprocessor"></span><span class="preprocessor">#include &lt;sys/time.h&gt;</span>
@@ -64,17 +66,17 @@
 <a name="l00043"></a>00043 <span class="comment"> */</span>
 <a name="l00044"></a>00044 
 <a name="l00045"></a><a class="code" href="group__apr__thread__proc.html#gdcb981d7748c580eb69ac11dbf709060">00045</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
-<a name="l00046"></a>00046     <a class="code" href="group__apr__thread__proc.html#ggdcb981d7748c580eb69ac11dbf70906002f5d83f79e2c12bfca5a86d7f14caa6">APR_SHELLCMD</a>,           <span class="comment">/**&lt; use the shell to invoke the program */</span>
-<a name="l00047"></a>00047     <a class="code" href="group__apr__thread__proc.html#ggdcb981d7748c580eb69ac11dbf709060c128c1239a524cf21300b8ed6248ac99">APR_PROGRAM</a>,            <span class="comment">/**&lt; invoke the program directly, no copied env */</span>
-<a name="l00048"></a>00048     <a class="code" href="group__apr__thread__proc.html#ggdcb981d7748c580eb69ac11dbf7090606a3f9694aced0e449f6bb4b3e437233a">APR_PROGRAM_ENV</a>,        <span class="comment">/**&lt; invoke the program, replicating our environment */</span>
-<a name="l00049"></a>00049     <a class="code" href="group__apr__thread__proc.html#ggdcb981d7748c580eb69ac11dbf709060a424b51bdc16e4d18bb757a32c6a346a">APR_PROGRAM_PATH</a>,       <span class="comment">/**&lt; find program on PATH, use our environment */</span>
+<a name="l00046"></a><a class="code" href="group__apr__thread__proc.html#ggdcb981d7748c580eb69ac11dbf70906002f5d83f79e2c12bfca5a86d7f14caa6">00046</a>     <a class="code" href="group__apr__thread__proc.html#ggdcb981d7748c580eb69ac11dbf70906002f5d83f79e2c12bfca5a86d7f14caa6">APR_SHELLCMD</a>,           <span class="comment">/**&lt; use the shell to invoke the program */</span>
+<a name="l00047"></a><a class="code" href="group__apr__thread__proc.html#ggdcb981d7748c580eb69ac11dbf709060c128c1239a524cf21300b8ed6248ac99">00047</a>     <a class="code" href="group__apr__thread__proc.html#ggdcb981d7748c580eb69ac11dbf709060c128c1239a524cf21300b8ed6248ac99">APR_PROGRAM</a>,            <span class="comment">/**&lt; invoke the program directly, no copied env */</span>
+<a name="l00048"></a><a class="code" href="group__apr__thread__proc.html#ggdcb981d7748c580eb69ac11dbf7090606a3f9694aced0e449f6bb4b3e437233a">00048</a>     <a class="code" href="group__apr__thread__proc.html#ggdcb981d7748c580eb69ac11dbf7090606a3f9694aced0e449f6bb4b3e437233a">APR_PROGRAM_ENV</a>,        <span class="comment">/**&lt; invoke the program, replicating our environment */</span>
+<a name="l00049"></a><a class="code" href="group__apr__thread__proc.html#ggdcb981d7748c580eb69ac11dbf709060a424b51bdc16e4d18bb757a32c6a346a">00049</a>     <a class="code" href="group__apr__thread__proc.html#ggdcb981d7748c580eb69ac11dbf709060a424b51bdc16e4d18bb757a32c6a346a">APR_PROGRAM_PATH</a>,       <span class="comment">/**&lt; find program on PATH, use our environment */</span>
 <a name="l00050"></a><a class="code" href="group__apr__thread__proc.html#ggdcb981d7748c580eb69ac11dbf709060fcefc45317b67fad6dc5459772ce9409">00050</a>     <a class="code" href="group__apr__thread__proc.html#ggdcb981d7748c580eb69ac11dbf709060fcefc45317b67fad6dc5459772ce9409">APR_SHELLCMD_ENV</a>        <span class="comment">/**&lt; use the shell to invoke the program,</span>
 <a name="l00051"></a>00051 <span class="comment">                             *   replicating our environment</span>
 <a name="l00052"></a>00052 <span class="comment">                             */</span>
 <a name="l00053"></a>00053 } <a class="code" href="group__apr__thread__proc.html#gdcb981d7748c580eb69ac11dbf709060">apr_cmdtype_e</a>;
 <a name="l00054"></a>00054 
 <a name="l00055"></a><a class="code" href="group__apr__thread__proc.html#g5e52d786644f3b66d6180571e68c7260">00055</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
-<a name="l00056"></a>00056     <a class="code" href="group__apr__thread__proc.html#gg5e52d786644f3b66d6180571e68c7260057885ccf4b8b707e0d115c691037de4">APR_WAIT</a>,           <span class="comment">/**&lt; wait for the specified process to finish */</span>
+<a name="l00056"></a><a class="code" href="group__apr__thread__proc.html#gg5e52d786644f3b66d6180571e68c7260057885ccf4b8b707e0d115c691037de4">00056</a>     <a class="code" href="group__apr__thread__proc.html#gg5e52d786644f3b66d6180571e68c7260057885ccf4b8b707e0d115c691037de4">APR_WAIT</a>,           <span class="comment">/**&lt; wait for the specified process to finish */</span>
 <a name="l00057"></a><a class="code" href="group__apr__thread__proc.html#gg5e52d786644f3b66d6180571e68c72600163031f6b72b0c4add9108052a672d5">00057</a>     <a class="code" href="group__apr__thread__proc.html#gg5e52d786644f3b66d6180571e68c72600163031f6b72b0c4add9108052a672d5">APR_NOWAIT</a>          <span class="comment">/**&lt; do not wait -- just see if it has finished */</span>
 <a name="l00058"></a>00058 } <a class="code" href="group__apr__thread__proc.html#g5e52d786644f3b66d6180571e68c7260">apr_wait_how_e</a>;
 <a name="l00059"></a>00059 
@@ -84,8 +86,8 @@
 <a name="l00063"></a>00063 <span class="comment"> * to use bitmasks.</span>
 <a name="l00064"></a>00064 <span class="comment"> */</span>
 <a name="l00065"></a><a class="code" href="group__apr__thread__proc.html#gc097b4fa41e67024711c5983446d0951">00065</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
-<a name="l00066"></a>00066     <a class="code" href="group__apr__thread__proc.html#ggc097b4fa41e67024711c5983446d0951977f140c82333af62aa4bed8c99a3ee2">APR_PROC_EXIT</a> = 1,          <span class="comment">/**&lt; process exited normally */</span>
-<a name="l00067"></a>00067     <a class="code" href="group__apr__thread__proc.html#ggc097b4fa41e67024711c5983446d09517e3421d18abe458ca27822d19424225b">APR_PROC_SIGNAL</a> = 2,        <span class="comment">/**&lt; process exited due to a signal */</span>
+<a name="l00066"></a><a class="code" href="group__apr__thread__proc.html#ggc097b4fa41e67024711c5983446d0951977f140c82333af62aa4bed8c99a3ee2">00066</a>     <a class="code" href="group__apr__thread__proc.html#ggc097b4fa41e67024711c5983446d0951977f140c82333af62aa4bed8c99a3ee2">APR_PROC_EXIT</a> = 1,          <span class="comment">/**&lt; process exited normally */</span>
+<a name="l00067"></a><a class="code" href="group__apr__thread__proc.html#ggc097b4fa41e67024711c5983446d09517e3421d18abe458ca27822d19424225b">00067</a>     <a class="code" href="group__apr__thread__proc.html#ggc097b4fa41e67024711c5983446d09517e3421d18abe458ca27822d19424225b">APR_PROC_SIGNAL</a> = 2,        <span class="comment">/**&lt; process exited due to a signal */</span>
 <a name="l00068"></a><a class="code" href="group__apr__thread__proc.html#ggc097b4fa41e67024711c5983446d09516b667be4983cb59e9bed37ee05a0dcce">00068</a>     <a class="code" href="group__apr__thread__proc.html#ggc097b4fa41e67024711c5983446d09516b667be4983cb59e9bed37ee05a0dcce">APR_PROC_SIGNAL_CORE</a> = 4    <span class="comment">/**&lt; process exited and dumped a core file */</span>
 <a name="l00069"></a>00069 } <a class="code" href="group__apr__thread__proc.html#gc097b4fa41e67024711c5983446d0951">apr_exit_why_e</a>;
 <a name="l00070"></a>00070 <span class="comment"></span>
@@ -207,10 +209,10 @@
 <a name="l00186"></a><a class="code" href="group__apr__thread__proc.html#g076447f821650728a097b65b1c867abb">00186</a> <span class="keyword">typedef</span> <span class="keywordtype">void</span> *(<a class="code" href="group__apr__platform.html#gde8f829f9bd98fd4386894acf72edd7c">APR_THREAD_FUNC</a> *<a class="code" href="group__apr__thread__proc.html#g076447f821650728a097b65b1c867abb">apr_thread_start_t</a>)(apr_thread_t*, <span class="keywordtype">void</span>*);
 <a name="l00187"></a>00187 
 <a name="l00188"></a><a class="code" href="group__apr__thread__proc.html#g3eaec78633742e7e0cb9480a21477aff">00188</a> <span class="keyword">typedef</span> <span class="keyword">enum</span> {
-<a name="l00189"></a>00189     <a class="code" href="group__apr__thread__proc.html#gg3eaec78633742e7e0cb9480a21477aff33580ab0809e9498855fbdde8a1714ef">APR_KILL_NEVER</a>,             <span class="comment">/**&lt; process is never sent any signals */</span>
-<a name="l00190"></a>00190     <a class="code" href="group__apr__thread__proc.html#gg3eaec78633742e7e0cb9480a21477afff45d0f72811399b394d1311384e2dfe4">APR_KILL_ALWAYS</a>,            <span class="comment">/**&lt; process is sent SIGKILL on apr_pool_t cleanup */</span>
-<a name="l00191"></a>00191     <a class="code" href="group__apr__thread__proc.html#gg3eaec78633742e7e0cb9480a21477aff16a47aa786b1c1f31ef02353bcae9a1a">APR_KILL_AFTER_TIMEOUT</a>,     <span class="comment">/**&lt; SIGTERM, wait 3 seconds, SIGKILL */</span>
-<a name="l00192"></a>00192     <a class="code" href="group__apr__thread__proc.html#gg3eaec78633742e7e0cb9480a21477aff6ada2605856ac94826edbe824e64e503">APR_JUST_WAIT</a>,              <span class="comment">/**&lt; wait forever for the process to complete */</span>
+<a name="l00189"></a><a class="code" href="group__apr__thread__proc.html#gg3eaec78633742e7e0cb9480a21477aff33580ab0809e9498855fbdde8a1714ef">00189</a>     <a class="code" href="group__apr__thread__proc.html#gg3eaec78633742e7e0cb9480a21477aff33580ab0809e9498855fbdde8a1714ef">APR_KILL_NEVER</a>,             <span class="comment">/**&lt; process is never sent any signals */</span>
+<a name="l00190"></a><a class="code" href="group__apr__thread__proc.html#gg3eaec78633742e7e0cb9480a21477afff45d0f72811399b394d1311384e2dfe4">00190</a>     <a class="code" href="group__apr__thread__proc.html#gg3eaec78633742e7e0cb9480a21477afff45d0f72811399b394d1311384e2dfe4">APR_KILL_ALWAYS</a>,            <span class="comment">/**&lt; process is sent SIGKILL on apr_pool_t cleanup */</span>
+<a name="l00191"></a><a class="code" href="group__apr__thread__proc.html#gg3eaec78633742e7e0cb9480a21477aff16a47aa786b1c1f31ef02353bcae9a1a">00191</a>     <a class="code" href="group__apr__thread__proc.html#gg3eaec78633742e7e0cb9480a21477aff16a47aa786b1c1f31ef02353bcae9a1a">APR_KILL_AFTER_TIMEOUT</a>,     <span class="comment">/**&lt; SIGTERM, wait 3 seconds, SIGKILL */</span>
+<a name="l00192"></a><a class="code" href="group__apr__thread__proc.html#gg3eaec78633742e7e0cb9480a21477aff6ada2605856ac94826edbe824e64e503">00192</a>     <a class="code" href="group__apr__thread__proc.html#gg3eaec78633742e7e0cb9480a21477aff6ada2605856ac94826edbe824e64e503">APR_JUST_WAIT</a>,              <span class="comment">/**&lt; wait forever for the process to complete */</span>
 <a name="l00193"></a><a class="code" href="group__apr__thread__proc.html#gg3eaec78633742e7e0cb9480a21477aff24d6f47785093be4cea2a922eeaed098">00193</a>     <a class="code" href="group__apr__thread__proc.html#gg3eaec78633742e7e0cb9480a21477aff24d6f47785093be4cea2a922eeaed098">APR_KILL_ONLY_ONCE</a>          <span class="comment">/**&lt; send SIGTERM and then wait */</span>
 <a name="l00194"></a>00194 } <a class="code" href="group__apr__thread__proc.html#g3eaec78633742e7e0cb9480a21477aff">apr_kill_conditions_e</a>;
 <a name="l00195"></a>00195 
@@ -817,8 +819,8 @@
 <a name="l00796"></a>00796 <span class="preprocessor"></span>
 <a name="l00797"></a>00797 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_THREAD_PROC_H */</span>
 <a name="l00798"></a>00798 
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__thread__proc_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__thread__proc_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__thread__proc_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__thread__proc_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_thread_proc.h File Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_thread_proc.h File Reference</h1>APR Thread and Process Library. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -225,8 +227,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR Thread and Process Library. 
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__thread__rwlock_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__thread__rwlock_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__thread__rwlock_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__thread__rwlock_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_thread_rwlock.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_thread_rwlock.h</h1><a href="apr__thread__rwlock_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -43,9 +45,9 @@
 <a name="l00022"></a>00022 <span class="comment"> * @brief APR Reader/Writer Lock Routines</span>
 <a name="l00023"></a>00023 <span class="comment"> */</span>
 <a name="l00024"></a>00024 
-<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
-<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html">apr_pools.h</a>"</span>
-<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>"</span>
+<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
 <a name="l00028"></a>00028 
 <a name="l00029"></a>00029 <span class="preprocessor">#ifdef __cplusplus</span>
 <a name="l00030"></a>00030 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
@@ -148,8 +150,8 @@
 <a name="l00127"></a>00127 <span class="preprocessor">#endif</span>
 <a name="l00128"></a>00128 <span class="preprocessor"></span>
 <a name="l00129"></a>00129 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_THREAD_RWLOCK_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__thread__rwlock_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__thread__rwlock_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__thread__rwlock_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__thread__rwlock_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_thread_rwlock.h File Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_thread_rwlock.h File Reference</h1>APR Reader/Writer Lock Routines. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -52,8 +54,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR Reader/Writer Lock Routines. 
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__time_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__time_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__time_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__time_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_time.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_time.h</h1><a href="apr__time_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -43,9 +45,9 @@
 <a name="l00022"></a>00022 <span class="comment"> * @brief APR Time Library</span>
 <a name="l00023"></a>00023 <span class="comment"> */</span>
 <a name="l00024"></a>00024 
-<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
-<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html">apr_pools.h</a>"</span>
-<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>"</span>
+<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
 <a name="l00028"></a>00028 
 <a name="l00029"></a>00029 <span class="preprocessor">#ifdef __cplusplus</span>
 <a name="l00030"></a>00030 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
@@ -251,8 +253,8 @@
 <a name="l00230"></a>00230 <span class="preprocessor">#endif</span>
 <a name="l00231"></a>00231 <span class="preprocessor"></span>
 <a name="l00232"></a>00232 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_TIME_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__time_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__time_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__time_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__time_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_time.h File Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_time.h File Reference</h1>APR Time Library. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -97,8 +99,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR Time Library. 
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__user_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__user_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__user_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__user_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_user.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_user.h</h1><a href="apr__user_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -43,9 +45,9 @@
 <a name="l00022"></a>00022 <span class="comment"> * @brief APR User ID Services </span>
 <a name="l00023"></a>00023 <span class="comment"> */</span>
 <a name="l00024"></a>00024 
-<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
-<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html">apr_errno.h</a>"</span>
-<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html">apr_pools.h</a>"</span>
+<a name="l00025"></a>00025 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
+<a name="l00026"></a>00026 <span class="preprocessor">#include "<a class="code" href="apr__errno_8h.html" title="APR Error Codes.">apr_errno.h</a>"</span>
+<a name="l00027"></a>00027 <span class="preprocessor">#include "<a class="code" href="apr__pools_8h.html" title="APR memory allocation.">apr_pools.h</a>"</span>
 <a name="l00028"></a>00028 
 <a name="l00029"></a>00029 <span class="preprocessor">#ifdef __cplusplus</span>
 <a name="l00030"></a>00030 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
@@ -177,8 +179,8 @@
 <a name="l00156"></a>00156 <span class="preprocessor">#endif</span>
 <a name="l00157"></a>00157 <span class="preprocessor"></span>
 <a name="l00158"></a>00158 <span class="preprocessor">#endif  </span><span class="comment">/* ! APR_USER_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__user_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__user_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__user_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__user_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_user.h File Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_user.h File Reference</h1>APR User ID Services. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -55,8 +57,8 @@
 <hr><a name="_details"></a><h2>Detailed Description</h2>
 APR User ID Services. 
 <p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__version_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__version_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__version_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__version_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_version.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_version.h</h1><a href="apr__version_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -143,7 +145,7 @@
 <a name="l00122"></a>00122 <span class="comment"> * the C Preprocessor macro declarations.</span>
 <a name="l00123"></a>00123 <span class="comment"> */</span>
 <a name="l00124"></a>00124 
-<a name="l00125"></a>00125 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>
+<a name="l00125"></a>00125 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>
 <a name="l00126"></a>00126 
 <a name="l00127"></a>00127 <span class="preprocessor">#ifdef __cplusplus</span>
 <a name="l00128"></a>00128 <span class="preprocessor"></span><span class="keyword">extern</span> <span class="stringliteral">"C"</span> {
@@ -178,8 +180,8 @@
 <a name="l00157"></a>00157 <span class="preprocessor">#endif </span><span class="comment">/* ndef APR_VERSION_ONLY */</span>
 <a name="l00158"></a>00158 
 <a name="l00159"></a>00159 <span class="preprocessor">#endif </span><span class="comment">/* ndef APR_VERSION_H */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__version_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__version_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__version_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__version_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_version.h File Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_version.h File Reference</h1>APR Versioning Interface. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -300,8 +302,8 @@
 Return APR's version information as a string. 
 </div>
 </div><p>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__want_8h-source.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__want_8h-source.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__want_8h-source.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__want_8h-source.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_want.h Source File</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_want.h</h1><a href="apr__want_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">/* Licensed to the Apache Software Foundation (ASF) under one or more</span>
 <a name="l00002"></a>00002 <span class="comment"> * contributor license agreements.  See the NOTICE file distributed with</span>
 <a name="l00003"></a>00003 <span class="comment"> * this work for additional information regarding copyright ownership.</span>
@@ -35,7 +37,7 @@
 <a name="l00014"></a>00014 <span class="comment"> * limitations under the License.</span>
 <a name="l00015"></a>00015 <span class="comment"> */</span>
 <a name="l00016"></a>00016 
-<a name="l00017"></a>00017 <span class="preprocessor">#include "<a class="code" href="apr_8h.html">apr.h</a>"</span>        <span class="comment">/* configuration data */</span><span class="comment"></span>
+<a name="l00017"></a>00017 <span class="preprocessor">#include "<a class="code" href="apr_8h.html" title="APR Platform Definitions This is a generated header generated from include/apr.h...">apr.h</a>"</span>        <span class="comment">/* configuration data */</span><span class="comment"></span>
 <a name="l00018"></a>00018 <span class="comment">/**</span>
 <a name="l00019"></a>00019 <span class="comment"> * @file apr_want.h</span>
 <a name="l00020"></a>00020 <span class="comment"> * @brief APR Standard Headers Support</span>
@@ -113,7 +115,7 @@
 <a name="l00092"></a>00092 <span class="keyword">struct </span>iovec
 <a name="l00093"></a>00093 {
 <a name="l00094"></a>00094     <span class="keywordtype">char</span> *iov_base;
-<a name="l00095"></a>00095     <span class="keywordtype">int</span> iov_len;
+<a name="l00095"></a>00095     <span class="keywordtype">size_t</span> iov_len;
 <a name="l00096"></a>00096 };
 <a name="l00097"></a>00097 
 <a name="l00098"></a>00098 <span class="preprocessor">#endif</span>
@@ -146,8 +148,8 @@
 <a name="l00125"></a>00125 <span class="preprocessor"></span><span class="preprocessor">#endif</span>
 <a name="l00126"></a>00126 <span class="preprocessor"></span>
 <a name="l00127"></a>00127 <span class="comment">/* --------------------------------------------------------------------- */</span>
-</pre></div><hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+</pre></div><hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/apr__want_8h.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/apr__want_8h.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/apr__want_8h.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/apr__want_8h.html Mon Sep 10 16:37:52 2007
@@ -1,24 +1,26 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: apr_want.h File Reference</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
     <li><a href="modules.html"><span>Modules</span></a></li>
     <li><a href="annotated.html"><span>Data&nbsp;Structures</span></a></li>
-    <li id="current"><a href="files.html"><span>Files</span></a></li>
+    <li class="current"><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <div class="tabs">
   <ul>
     <li><a href="files.html"><span>File&nbsp;List</span></a></li>
     <li><a href="globals.html"><span>Globals</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1>apr_want.h File Reference</h1>APR Standard Headers Support. <a href="#_details">More...</a>
 <p>
 <code>#include &quot;<a class="el" href="apr_8h-source.html">apr.h</a>&quot;</code><br>
@@ -46,9 +48,9 @@
    include "apr_want.h"</pre><p>
 <pre> The appropriate headers will be included.</pre><p>
 <pre> Note: it is safe to use this in a header (it won't interfere with other
-       headers' or source files' use of <a class="el" href="apr__want_8h.html">apr_want.h</a>)
- </pre> <hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+       headers' or source files' use of <a class="el" href="apr__want_8h.html" title="APR Standard Headers Support.">apr_want.h</a>)
+ </pre> <hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/bug.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/bug.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/bug.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/bug.html Mon Sep 10 16:37:52 2007
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: Bug List</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
@@ -13,7 +13,8 @@
     <li><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1><a class="anchor" name="bug">Bug List</a></h1><a class="anchor" name="_bug000005"></a> <dl>
 <dt>Global <a class="el" href="structapr__proc__t.html#72ed1c58c3f08ffa7202fa80e870cd54">apr_proc_t::invoked</a>  </dt>
 <dd>This should either always or never be present in release builds - since it breaks binary compatibility. We may enable it always in APR 1.0 yet leave it undefined in most cases. </dd>
@@ -39,8 +40,8 @@
 <dt>Global <a class="el" href="group__apr__thread__proc.html#g506183074e8413c3ff597539e4768ea4">apr_proc_wait_all_procs</a>  </dt>
 <dd>Passing proc as a *proc rather than **proc was an odd choice for some platforms... this should be revisited in 1.0 </dd>
 </dl>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>

Modified: apr/site/trunk/docs/docs/apr/trunk/deprecated.html
URL: http://svn.apache.org/viewvc/apr/site/trunk/docs/docs/apr/trunk/deprecated.html?rev=574406&r1=574405&r2=574406&view=diff
==============================================================================
--- apr/site/trunk/docs/docs/apr/trunk/deprecated.html (original)
+++ apr/site/trunk/docs/docs/apr/trunk/deprecated.html Mon Sep 10 16:37:52 2007
@@ -1,10 +1,10 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
+<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
 <title>Apache Portable Runtime: Deprecated List</title>
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.1 -->
+<!-- Generated by Doxygen 1.5.2 -->
 <div class="tabs">
   <ul>
     <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
@@ -13,7 +13,8 @@
     <li><a href="files.html"><span>Files</span></a></li>
     <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
     <li><a href="examples.html"><span>Examples</span></a></li>
-  </ul></div>
+  </ul>
+</div>
 <h1><a class="anchor" name="deprecated">Deprecated List</a></h1><a class="anchor" name="_deprecated000001"></a> <dl>
 <dt>Global <a class="el" href="group___a_p_r___error.html#g6aeccbe9accb34f0adc1cb1ab9a82a8d">APR_ETIMEDOUT</a>  </dt>
 <dd></dd>
@@ -191,8 +192,13 @@
 <dd><dl class="see" compact><dt><b>See also:</b></dt><dd><a class="el" href="group__apr__file__open__flags.html#g435cd9b2604b11796779c23ffa00a3dd">APR_FOPEN_XTHREAD</a> </dd></dl>
 </dd>
 </dl>
-<hr size="1"><address style="align: right;"><small>Generated on Mon Apr 2 15:33:56 2007 for Apache Portable Runtime by&nbsp;
+<p>
+<a class="anchor" name="_deprecated000031"></a> <dl>
+<dt>Global <a class="el" href="group__apr__poll.html#gg0a8549d84c1721788b102a4cc8b4b0f0413b387c7fe1ca7b096d46dfd9942fe5">APR_POLL_LASTDESC</a>  </dt>
+<dd>descriptor is the last one in the list </dd>
+</dl>
+<hr size="1"><address style="text-align: right;"><small>Generated on Tue Sep 11 09:20:20 2007 for Apache Portable Runtime by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.2 </small></address>
 </body>
 </html>