Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
Fix `strEQ' redefined warnings in the perl build
property cleanup
Update Perl API licenses to ALv2, removing AUTHOR info from documentation per instructions at http://www.apache.org/dev/apply-license.html. Also apply pending fixes: 1) Content-Type parser in apache_request.c (Opera 7.20 supplies extra attributes). 2) Apache::Request->instance returns undef if passed object is undef.
added a proper implementation of the ithreads support. At the same time it should resolve the problem with perl 5.8.2 under threaded applications, since it no longer relies on the implicit context and passes aTHX around. PR: Obtained from: Submitted by: Reviewed by:
Submitted by: Randy Kobes <randy@theoryx5.uwinnipeg.ca> Randy's patch to silence Win32 isnan warnings with apache 1.3.20
win32 patches from randy
apache_cookie.h already includes apache_request.h
* If compiling using a non-gcc compiler the gcc __attribute__ feature gets defined twice, once by apache headers and once by perl headers. The patch undefs it inbetween so the compiler does not barf because of the redefinition. * The function my_memstr c/apache_multipart_buffer.c attempts to perform pointer arithmetic on void * variables, which does not work in standard C as a void * has no size. I changed the pointers to unsigned char *. * The header file apache_request.h does use a C++ comment which produces warning in a normal C compiler about extra garbage at the end of an #endif pre-processor statement, making this a C comment avoids the warning. * AIX needs extra linker flags to cope with the special .exp file mechanism that defines the symbols to export for a dynamic shared object/shared library. The Apache::src module has a convenient method to retrieve these flags if needed. Submitted by: Jens-Uwe Mager <jum@helios.de>
deal properly with Apache::Cookie->new(key => undef)
Apache::Cookie->new($r)->parse will properly return () instead of undef when there is no cookie header
Initial revision
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 |