| PS |
Author |
Reviewer |
Submitter |
Date |
Changes |
Log |
| 3412 |
stas |
|
|
2004/09/21 04:29:18 |
|
no more APR::Finfo::pool
|
| 3413 |
stas |
|
|
2004/09/21 04:30:15 |
|
t/modperl/merge3 is no longer under construction
|
| 3414 |
gozer |
|
|
2004/09/21 06:42:44 |
|
Cleanup last of the crumbs leftover from the modperl_global_*_threaded_mpm
removal
|
| 3415 |
gozer |
|
|
2004/09/21 06:54:56 |
|
Small refactoring. Move C::Scan fixup for static __inline__ functions
mishaps to func_is_static.
|
| 3416 |
gozer |
|
|
2004/09/21 07:43:53 |
|
When searching for ap(r|u)-config in httpd's source tree, search
into srclib/apr-util as well as srclib/apr
|
| 3417 |
gozer |
|
|
2004/09/21 07:51:10 |
|
In the static build, run make in httpd's srclib/ early to have
generated files present at mod_perl configure time
|
| 3418 |
gozer |
|
|
2004/09/21 08:46:22 |
|
When processing libs paths in httpd's source tree, we need to check
for .libs/ directory and add them to the -L path since the .so outside
of .dirs/ are libtools wrappers we cannot use.
|
| 3419 |
gozer |
|
|
2004/09/21 19:08:19 |
|
Using Apache::TestMM::Argv to propagate arguments to t/TEST was not
the ideal way, just make sure to set httpd in BuildConfig.pm instead
|
| 3420 |
gozer |
|
|
2004/09/21 21:02:31 |
|
The push @Apache::TestMM::Argv trick comes back to allow Modperl-Registry
tests to pick up the statically build httpd (if static build)
|
| 3421 |
gozer |
|
|
2004/09/21 21:48:26 |
|
cvsignore generated mime.types file
|
| 3422 |
gozer |
|
|
2004/09/21 22:35:29 |
|
Generate modperl_exports.c for static builds to prevent the
linker from stripping needed but unused symbols
|
| 3423 |
gozer |
stas |
|
2004/09/22 01:18:13 |
|
Propagate the value of httpd from Apache::Build to Apache::TestConfig
so that t/TEST can find it during static builds
|
| 3424 |
stas |
|
|
2004/09/22 02:13:01 |
|
some features_missing items have moved to the mp2 release priority, other
had their post 2.0 release priority raised
|
| 3425 |
stas |
|
|
2004/09/22 02:29:31 |
|
change a bunch of the APR:: constants to have a better prefix
(APR::FILETYPE_* and APR::FILEPROT_). libapr will be changed soon too
|
| 3426 |
stas |
|
|
2004/09/22 02:30:46 |
|
APR::Finfo is complete
|
| 3427 |
stas |
|
|
2004/09/22 02:37:02 |
|
more status updates
|
| 3428 |
gozer |
|
|
2004/09/23 00:10:48 |
|
One more little tweak to propagate the location of httpd to the t/TEST
scripts for the static build
|
| 3429 |
gozer |
|
|
2004/09/23 00:22:06 |
|
APR::OS::thread_current renamed APR::OS::current_thread_id and
now returns the actual thread_id instead of an object that
needed to be dereferenced to get at the thread_id
|
| 3430 |
stas |
|
|
2004/09/23 02:44:10 |
|
move tests with trans and init handler into their own vhosts, so that they
don't intervene with debugging of other tests
|