Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Remove all references to CORE_PRIVATE.
update license header text
Update the last year of copyright.
Update remaining 2004 copyright notices.
property cleanup
fix name of The Apache Software Foundation
apply Apache License, Version 2.0
Export functions declared by APR_DECLARE_INHERIT_SET/UNSET macros.
Pick up Brad Nicholes' old fix so that make_exports.awk can handle AP_HOOK invocations which span lines.
get proxy-as-DSO to load on AIX by fixing up some of our symbol grokking make_exports.awk didn't handle AP_CORE_DECLARE and it didn't look in modules/http/*.h
recognize the symbols generated by APR_POOL_DECLARE_ACCESSOR() so that exports.c and the .exp files have the necessary references
tweak make_exports.awk so it works with nawk on Solaris Submitted by: Sander Striker
Sander says: I missed the hook declarations in my previous script. This is added by the patch below. The patch also removes unneeded ; that slipped in because I use c a lot more than awk :) I moved a rule around so removal of leading whitespace could go into one rule (see AP[RU]?_DECLARE). Also removed the additional idx variable in favor of checking the return value of the index function. Submitted by: Sander Striker <striker@apache.org> Reviewed by: Brian Havard <brianh@kheldar.apana.org.au>
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>
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |