summaryrefslogtreecommitdiff
path: root/APRDesign
Commit message (Collapse)AuthorAgeFilesLines
* Begin to update APRDesignrbb2001-01-021-3/+8
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61004 13f79535-47bb-0310-9956-ffa450edef68
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-1/+1
| | | | | | | | | | for CORE_EXPORT to AP_CORE_DECLARE (namespace protecting the wrapper) and retitled API_EXPORT as AP_DECLARE and APR_EXPORT as APR_DECLARE. All _VAR_ flavors changes to _DATA to be absolutely clear. Thank you Greg, for the most obvious suggestion. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60587 13f79535-47bb-0310-9956-ffa450edef68
* Update the APR docs about how to document APR functions.rbb2000-07-281-21/+17
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60455 13f79535-47bb-0310-9956-ffa450edef68
* fix a typo and add a pointer in comments so folks know where to finddgaudet2000-06-101-2/+2
| | | | | | | out what ap_canonical_error does. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60158 13f79535-47bb-0310-9956-ffa450edef68
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-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: http://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.rbb2000-04-191-0/+6
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59887 13f79535-47bb-0310-9956-ffa450edef68
* remove, spare, commasfanf2000-04-181-5/+5
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@59874 13f79535-47bb-0310-9956-ffa450edef68
* Change the format for APR function documentation. This uses the perldocrbb2000-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: http://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.rbb2000-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: http://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).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: http://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 thatrbb2000-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: http://svn.apache.org/repos/asf/apr/apr/trunk@59768 13f79535-47bb-0310-9956-ffa450edef68
* Added a section on documenting APR functions.rbb2000-03-271-0/+23
| | | | git-svn-id: http://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 APRDesignrbb1999-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: http://svn.apache.org/repos/asf/apr/apr/trunk@59471 13f79535-47bb-0310-9956-ffa450edef68
* I have been beaten into submission. :)rbb1999-10-211-4/+3
| | | | git-svn-id: http://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.rbb1999-10-181-0/+26
| | | | git-svn-id: http://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 providerbb1999-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: http://svn.apache.org/repos/asf/apr/apr/trunk@59304 13f79535-47bb-0310-9956-ffa450edef68