diff options
author | Ryan Bloom <rbb@apache.org> | 2001-07-21 08:34:54 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-07-21 08:34:54 +0200 |
commit | fcaa0f5620de0f583a459fd19a14c0fde329a843 (patch) | |
tree | d9f36fd6b7ae0a8dbf7fad3af090cc7a66bbcbe4 /CHANGES | |
parent | Do we hear any objections? (diff) | |
download | apache2-fcaa0f5620de0f583a459fd19a14c0fde329a843.tar.xz apache2-fcaa0f5620de0f583a459fd19a14c0fde329a843.zip |
Improve the exports generating awk script. In the past, we had
work around problems in the awk script by avoiding some #if and
#ifdefs. This has bitten us many times in generating the exports.c
file. This improvement allows corrects the header file parsing.
Submitted by: Sander Striker <striker@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89647 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ Changes with Apache 2.0.22-dev + *) Improve the exports generating awk script. In the past, we had + work around problems in the awk script by avoiding some #if and + #ifdefs. This has bitten us many times in generating the exports.c + file. This improvement allows corrects the header file parsing. + [Sander Striker <striker@apache.org>] + Changes with Apache 2.0.21 *) Introduce connection sub-pools into ab. Truncating the lifetime |