summaryrefslogtreecommitdiff
path: root/APRDesign
Commit message (Collapse)AuthorAgeFilesLines
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.Ryan Bloom2000-04-221-3/+3
| | | | | | | | This should make the fact that this is a private header file more obvious. This also updates all of the references to apr_config.h git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59924 13f79535-47bb-0310-9956-ffa450edef68
* Add another reason to justify the error scheme we are using.Ryan Bloom2000-04-191-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59887 13f79535-47bb-0310-9956-ffa450edef68
* remove, spare, commasTony Finch2000-04-181-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59874 13f79535-47bb-0310-9956-ffa450edef68
* Change the format for APR function documentation. This uses the perldocRyan Bloom2000-04-161-8/+17
| | | | | | | | | scripts to generate either plain text, html, or any other format perldoc can generate. This also fixes the comments to say ap_pool instead of ap_context. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59869 13f79535-47bb-0310-9956-ffa450edef68
* Update the error handling in APR. This includes the docs in APRDesign.Ryan Bloom2000-04-071-0/+144
| | | | | | | | Any platform that doesn't use errno as error codes are not working properly and will need to be modified. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59814 13f79535-47bb-0310-9956-ffa450edef68
* Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).Bill Stoddard2000-04-031-7/+6
| | | | | | | | | | | Now, apr.h and apr_config.h are generated from apr.hw and apr_config.hw at build time. At this point, the server will not compile on Windows because of the recent DSO commits. Fixing those next. Submitted by: Bill Rowe & Bill Stoddard git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59770 13f79535-47bb-0310-9956-ffa450edef68
* Change struct file_t to struct ap_file_t. This clarifies things a bit thatRyan Bloom2000-04-031-2/+2
| | | | | | | | | APR defines both the struct and typedef's it. This is also the way things should have been coded originally, so this just fixes it. Expect more of these patches today. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59768 13f79535-47bb-0310-9956-ffa450edef68
* Added a section on documenting APR functions.Ryan Bloom2000-03-271-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59742 13f79535-47bb-0310-9956-ffa450edef68
* Fix the APR build process on Windows. I am also updating the APRDesignRyan Bloom1999-11-111-0/+21
| | | | | | | | document to specifically discuss coding for Windows, and what must be done to keep APR on Windows working. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59471 13f79535-47bb-0310-9956-ffa450edef68
* I have been beaten into submission. :)Ryan Bloom1999-10-211-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59393 13f79535-47bb-0310-9956-ffa450edef68
* Update the design doc with specs for FEATURE macros inside APR.Ryan Bloom1999-10-181-0/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59376 13f79535-47bb-0310-9956-ffa450edef68
* Add an APR design document. This is not complete, but it does provideRyan Bloom1999-10-111-0/+113
some basic rules that the current APR developers have been following. Feel free to comment on it. Reviewed by: David Reid git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@59304 13f79535-47bb-0310-9956-ffa450edef68